|
|
|
1 | 2024-05-15T23:55:27.456Z | job assigned to worker 01HXZAVTZ9B3DG4K5FGY2KXZNC (queued for 52 s) |
|
2 | 2024-05-15T23:55:35.642Z | starting task 0: "setup" |
3 | 2024-05-15T23:55:35.691Z | ++ uname -s |
4 | 2024-05-15T23:55:35.696Z | + kern=SunOS |
5 | 2024-05-15T23:55:35.696Z | + case "$kern" in |
6 | 2024-05-15T23:55:35.696Z | + groupadd -g 12345 build |
7 | 2024-05-15T23:55:35.696Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-15T23:55:37.706Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-15T23:55:37.823Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-15T23:55:37.830Z | + home_fs=zfs |
11 | 2024-05-15T23:55:37.831Z | + [[ zfs == autofs ]] |
12 | 2024-05-15T23:55:37.831Z | + mkdir -p /home/build |
13 | 2024-05-15T23:55:37.832Z | + chown build:build /home/build /work |
14 | 2024-05-15T23:55:39.829Z | + chmod 0700 /home/build /work |
15 | 2024-05-15T23:55:39.834Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-05-15T23:55:39.845Z | starting task 1: "rust-toolchain" |
17 | 2024-05-15T23:55:39.850Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-15T23:55:39.854Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-15T23:55:39.975Z | info: downloading installer |
20 | 2024-05-15T23:55:41.159Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-15T23:55:41.159Z | warning: /opt/ooce/bin |
22 | 2024-05-15T23:55:41.159Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-15T23:55:41.159Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-15T23:55:41.159Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-15T23:55:41.160Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-15T23:55:41.160Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-15T23:55:41.160Z | error: cannot install while Rust is installed |
28 | 2024-05-15T23:55:41.160Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-15T23:55:41.266Z | info: profile set to 'default' |
30 | 2024-05-15T23:55:41.266Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-15T23:55:41.271Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-15T23:55:41.394Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-15T23:55:41.394Z | info: downloading component 'cargo' |
34 | 2024-05-15T23:55:42.083Z | info: downloading component 'clippy' |
35 | 2024-05-15T23:55:42.240Z | info: downloading component 'rust-docs' |
36 | 2024-05-15T23:55:43.111Z | info: downloading component 'rust-std' |
37 | 2024-05-15T23:55:44.369Z | info: downloading component 'rustc' |
38 | 2024-05-15T23:55:47.645Z | info: downloading component 'rustfmt' |
39 | 2024-05-15T23:55:47.823Z | info: installing component 'cargo' |
40 | 2024-05-15T23:55:48.663Z | info: installing component 'clippy' |
41 | 2024-05-15T23:55:49.018Z | info: installing component 'rust-docs' |
42 | 2024-05-15T23:55:50.501Z | info: installing component 'rust-std' |
43 | 2024-05-15T23:55:52.222Z | info: installing component 'rustc' |
44 | 2024-05-15T23:55:56.508Z | info: installing component 'rustfmt' |
45 | 2024-05-15T23:55:56.858Z | |
46 | 2024-05-15T23:55:56.858Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
47 | 2024-05-15T23:55:57.139Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-15T23:55:57.139Z | |
49 | 2024-05-15T23:55:57.151Z | |
50 | 2024-05-15T23:55:57.151Z | Rust is installed now. Great! |
51 | 2024-05-15T23:55:57.151Z | |
52 | 2024-05-15T23:55:57.152Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-15T23:55:57.152Z | environment variable. This has not been done automatically. |
54 | 2024-05-15T23:55:57.152Z | |
55 | 2024-05-15T23:55:57.152Z | To configure your current shell, you need to source |
56 | 2024-05-15T23:55:57.152Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-15T23:55:57.152Z | |
58 | 2024-05-15T23:55:57.152Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-15T23:55:57.152Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-15T23:55:57.153Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-15T23:55:57.184Z | + rustc --version |
62 | 2024-05-15T23:55:57.248Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-15T23:55:57.253Z | process exited: duration 17405 ms, exit code 0 |
|
64 | 2024-05-15T23:55:57.261Z | starting task 2: "authentication" |
65 | 2024-05-15T23:55:57.284Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-05-15T23:55:57.291Z | starting task 3: "clone repository" |
67 | 2024-05-15T23:55:57.301Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-15T23:55:57.313Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-15T23:55:57.442Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-15T23:56:03.291Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-15T23:56:03.291Z | + git fetch origin 38e58c30b7b0f4e7d8e0cc0fd89a2984628e8b3e |
72 | 2024-05-15T23:56:03.623Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-15T23:56:03.623Z | * branch 38e58c30b7b0f4e7d8e0cc0fd89a2984628e8b3e -> FETCH_HEAD |
74 | 2024-05-15T23:56:03.634Z | + [[ -n updated_fpga ]] |
75 | 2024-05-15T23:56:03.634Z | ++ git branch --show-current |
76 | 2024-05-15T23:56:03.647Z | + current=main |
77 | 2024-05-15T23:56:03.647Z | + [[ main != updated_fpga ]] |
78 | 2024-05-15T23:56:03.647Z | + git branch -f updated_fpga 38e58c30b7b0f4e7d8e0cc0fd89a2984628e8b3e |
79 | 2024-05-15T23:56:03.647Z | + git checkout -f updated_fpga |
80 | 2024-05-15T23:56:03.783Z | Switched to branch 'updated_fpga' |
81 | 2024-05-15T23:56:03.817Z | + git reset --hard 38e58c30b7b0f4e7d8e0cc0fd89a2984628e8b3e |
82 | 2024-05-15T23:56:03.817Z | HEAD is now at 38e58c30b Bump gimlet and sidecar versions |
83 | 2024-05-15T23:56:03.817Z | process exited: duration 6489 ms, exit code 0 |
|
84 | 2024-05-15T23:56:03.863Z | starting task 4: "build" |
85 | 2024-05-15T23:56:03.872Z | + cargo --version |
86 | 2024-05-15T23:56:03.906Z | cargo 1.77.2 (e52e36006 2024-03-26) |
87 | 2024-05-15T23:56:03.910Z | + rustc --version |
88 | 2024-05-15T23:56:03.966Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-15T23:56:03.971Z | + WORK=/work |
90 | 2024-05-15T23:56:03.971Z | + pfexec mkdir -p /work |
91 | 2024-05-15T23:56:03.976Z | + pfexec chown build /work |
92 | 2024-05-15T23:56:03.976Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-05-15T23:56:10.206Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-05-15T23:56:12.236Z | Startup: Caching catalogs ... Done |
95 | 2024-05-15T23:56:13.921Z | Planning: Solver setup ... Done (1.167s) |
96 | 2024-05-15T23:56:13.947Z | Planning: Running solver ... Done (0.022s) |
97 | 2024-05-15T23:56:13.979Z | Planning: Finding local manifests ... Done (0.005s) |
98 | 2024-05-15T23:56:13.995Z | Planning: Fetching manifests: 0/4 0% complete |
99 | 2024-05-15T23:56:14.470Z | Planning: Fetching manifests: 4/4 100% complete |
100 | 2024-05-15T23:56:14.517Z | Planning: Package planning ... Done (0.050s) |
101 | 2024-05-15T23:56:14.567Z | Planning: Merging actions ... Done (0.049s) |
102 | 2024-05-15T23:56:15.929Z | Planning: Checking for conflicting actions ... Done (1.362s) |
103 | 2024-05-15T23:56:15.941Z | Planning: Consolidating action changes ... Done (0.012s) |
104 | 2024-05-15T23:56:23.174Z | Planning: Evaluating mediators ... Done (7.228s) |
105 | 2024-05-15T23:56:23.184Z | Planning: Planning completed in 10.88 seconds |
106 | 2024-05-15T23:56:23.673Z | Packages to install: 4 |
107 | 2024-05-15T23:56:23.673Z | Mediators to change: 2 |
108 | 2024-05-15T23:56:23.673Z | Services to change: 1 |
109 | 2024-05-15T23:56:23.677Z | Estimated space available: 155.79 GB |
110 | 2024-05-15T23:56:23.677Z | Estimated space to be consumed: 1.45 GB |
111 | 2024-05-15T23:56:23.678Z | Create boot environment: No |
112 | 2024-05-15T23:56:23.678Z | Create backup boot environment: No |
113 | 2024-05-15T23:56:23.678Z | Rebuild boot archive: No |
114 | 2024-05-15T23:56:23.678Z | |
115 | 2024-05-15T23:56:23.678Z | Changed mediators: |
116 | 2024-05-15T23:56:23.678Z | mediator clang: |
117 | 2024-05-15T23:56:23.678Z | version: None -> 15 (system default) |
118 | 2024-05-15T23:56:23.678Z | |
119 | 2024-05-15T23:56:23.678Z | mediator llvm: |
120 | 2024-05-15T23:56:23.678Z | version: 14 (system default) -> 15 (system default) |
121 | 2024-05-15T23:56:23.678Z | |
122 | 2024-05-15T23:56:23.678Z | Changed packages: |
123 | 2024-05-15T23:56:23.678Z | helios-dev |
124 | 2024-05-15T23:56:23.678Z | developer/build-essential |
125 | 2024-05-15T23:56:23.678Z | None -> 11-2.0 |
126 | 2024-05-15T23:56:23.678Z | library/libxmlsec1 |
127 | 2024-05-15T23:56:23.678Z | None -> 1.2.35-2.0 |
128 | 2024-05-15T23:56:23.678Z | ooce/developer/clang-15 |
129 | 2024-05-15T23:56:23.678Z | None -> 15.0.7-2.0 |
130 | 2024-05-15T23:56:23.678Z | ooce/developer/llvm-15 |
131 | 2024-05-15T23:56:23.678Z | None -> 15.0.7-2.0 |
132 | 2024-05-15T23:56:23.678Z | |
133 | 2024-05-15T23:56:23.678Z | Services: |
134 | 2024-05-15T23:56:23.679Z | restart_fmri: |
135 | 2024-05-15T23:56:23.679Z | svc:/system/update-man-index:default |
136 | 2024-05-15T23:56:23.886Z | |
137 | 2024-05-15T23:56:23.886Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
138 | 2024-05-15T23:56:28.888Z | Download: 1184/3290 items 68.4/212.6MB 32% complete (13.7M/s) |
139 | 2024-05-15T23:56:33.891Z | Download: 1861/3290 items 117.8/212.6MB 55% complete (11.9M/s) |
140 | 2024-05-15T23:56:38.891Z | Download: 2714/3290 items 120.8/212.6MB 56% complete (5.5M/s) |
141 | 2024-05-15T23:56:42.952Z | Download: Completed 212.60 MB in 19.06 seconds (11.2M/s) |
142 | 2024-05-15T23:56:45.476Z | Actions: 1/3689 actions (Installing new actions) |
143 | 2024-05-15T23:56:50.627Z | Actions: 3563/3689 actions (Installing new actions) |
144 | 2024-05-15T23:56:51.330Z | Actions: Completed 3689 actions in 5.85 seconds. |
145 | 2024-05-15T23:56:51.568Z | Done (0.233s) |
146 | 2024-05-15T23:56:51.568Z | Done (0.000s) |
147 | 2024-05-15T23:56:51.869Z | Done (0.297s) |
148 | 2024-05-15T23:56:58.233Z | Done (6.199s) |
149 | 2024-05-15T23:56:58.500Z | Done (0.207s) |
150 | 2024-05-15T23:56:58.504Z | Done (0.000s) |
151 | 2024-05-15T23:56:58.682Z | Done (0.000s) |
152 | 2024-05-15T23:56:59.235Z | Planning: Evaluating mediator changes ... Done |
153 | 2024-05-15T23:56:59.405Z | Planning: Checking for conflicting actions ... Done |
154 | 2024-05-15T23:56:59.429Z | Planning: Consolidating action changes ... Done |
155 | 2024-05-15T23:56:59.665Z | Planning: Evaluating mediators ... Done |
156 | 2024-05-15T23:56:59.669Z | Planning: Planning completed in 0.43 seconds |
157 | 2024-05-15T23:56:59.704Z | Mediators to change: 2 |
158 | 2024-05-15T23:56:59.704Z | Create boot environment: No |
159 | 2024-05-15T23:56:59.708Z | Create backup boot environment: No |
160 | 2024-05-15T23:56:59.767Z | Done |
161 | 2024-05-15T23:56:59.768Z | Done |
162 | 2024-05-15T23:56:59.963Z | Done |
163 | 2024-05-15T23:57:03.608Z | Done |
164 | 2024-05-15T23:57:03.694Z | Done |
165 | 2024-05-15T23:57:03.698Z | Done |
166 | 2024-05-15T23:57:03.907Z | Done |
167 | 2024-05-15T23:57:04.531Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-05-15T23:57:04.535Z | Planning: Merging actions ... Done |
169 | 2024-05-15T23:57:04.726Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-05-15T23:57:04.734Z | Planning: Consolidating action changes ... Done |
171 | 2024-05-15T23:57:04.999Z | Planning: Evaluating mediators ... Done |
172 | 2024-05-15T23:57:05.058Z | Planning: Planning completed in 0.78 seconds |
173 | 2024-05-15T23:57:05.095Z | Packages to change: 1 |
174 | 2024-05-15T23:57:05.095Z | Mediators to change: 1 |
175 | 2024-05-15T23:57:05.100Z | Services to change: 1 |
176 | 2024-05-15T23:57:05.100Z | Create boot environment: No |
177 | 2024-05-15T23:57:05.100Z | Create backup boot environment: Yes |
178 | 2024-05-15T23:57:07.122Z | Actions: 1/6 actions (Updating modified actions) |
179 | 2024-05-15T23:57:07.195Z | Actions: Completed 6 actions in 0.08 seconds. |
180 | 2024-05-15T23:57:07.201Z | Done |
181 | 2024-05-15T23:57:07.201Z | Done |
182 | 2024-05-15T23:57:07.260Z | Done |
183 | 2024-05-15T23:57:11.120Z | Done |
184 | 2024-05-15T23:57:11.213Z | Done |
185 | 2024-05-15T23:57:11.217Z | Done |
186 | 2024-05-15T23:57:11.355Z | Done |
187 | 2024-05-15T23:57:11.810Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
188 | 2024-05-15T23:57:11.810Z | clang system 15 system |
189 | 2024-05-15T23:57:11.810Z | csh system system illumos |
190 | 2024-05-15T23:57:11.810Z | ctags system system illumos |
191 | 2024-05-15T23:57:11.810Z | gcc vendor 12 vendor |
192 | 2024-05-15T23:57:11.810Z | gcc system 10 system |
193 | 2024-05-15T23:57:11.810Z | gcc system 7 system |
194 | 2024-05-15T23:57:11.810Z | go system 1.20 system |
195 | 2024-05-15T23:57:11.810Z | go system 1.19 system |
196 | 2024-05-15T23:57:11.810Z | llvm system 15 system |
197 | 2024-05-15T23:57:11.811Z | llvm system 14 system |
198 | 2024-05-15T23:57:11.811Z | mariadb system 10.6 system |
199 | 2024-05-15T23:57:11.811Z | mta vendor vendor dma |
200 | 2024-05-15T23:57:11.811Z | openjdk system 17 system |
201 | 2024-05-15T23:57:11.811Z | openjdk system 11 system |
202 | 2024-05-15T23:57:11.812Z | openjdk system 1.8 system |
203 | 2024-05-15T23:57:11.812Z | openssl vendor 3 vendor |
204 | 2024-05-15T23:57:11.812Z | perl system 5.36 system |
205 | 2024-05-15T23:57:11.812Z | postgresql system 15 system |
206 | 2024-05-15T23:57:11.812Z | postgresql system 13 system |
207 | 2024-05-15T23:57:11.812Z | python vendor 3 vendor |
208 | 2024-05-15T23:57:11.812Z | python system 2 system |
209 | 2024-05-15T23:57:11.812Z | python3 system 3.11 system |
210 | 2024-05-15T23:57:11.812Z | ruby system 3.0 system |
211 | 2024-05-15T23:57:11.812Z | words vendor vendor american-english |
212 | 2024-05-15T23:57:11.813Z | words system system australian-english |
213 | 2024-05-15T23:57:11.813Z | words system system british-english |
214 | 2024-05-15T23:57:11.813Z | words system system canadian-english |
215 | 2024-05-15T23:57:11.813Z | words system system french |
216 | 2024-05-15T23:57:11.813Z | words system system italian |
217 | 2024-05-15T23:57:11.813Z | words system system ngerman |
218 | 2024-05-15T23:57:11.813Z | words system system ogerman |
219 | 2024-05-15T23:57:11.813Z | words system system spanish |
220 | 2024-05-15T23:57:12.126Z | PUBLISHER TYPE STATUS P LOCATION |
221 | 2024-05-15T23:57:12.126Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
222 | 2024-05-15T23:57:13.581Z | FMRI IFO |
223 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
227 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
228 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
231 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
233 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
234 | 2024-05-15T23:57:13.581Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
235 | 2024-05-15T23:57:13.855Z | + set -o errexit |
236 | 2024-05-15T23:57:13.859Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2024-05-15T23:57:13.859Z | ++ cd ./tools |
238 | 2024-05-15T23:57:13.859Z | ++ pwd |
239 | 2024-05-15T23:57:13.859Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2024-05-15T23:57:13.863Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2024-05-15T23:57:13.863Z | + ARG0=ci_download_cockroachdb |
242 | 2024-05-15T23:57:13.863Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2024-05-15T23:57:13.882Z | + CIDL_VERSION=v22.1.9 |
244 | 2024-05-15T23:57:13.882Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2024-05-15T23:57:13.882Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
246 | 2024-05-15T23:57:13.883Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
247 | 2024-05-15T23:57:13.883Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
248 | 2024-05-15T23:57:13.883Z | + TARGET_DIR=out |
249 | 2024-05-15T23:57:13.883Z | + DOWNLOAD_DIR=out/downloads |
250 | 2024-05-15T23:57:13.883Z | + DEST_DIR=./out/cockroachdb |
251 | 2024-05-15T23:57:13.883Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2024-05-15T23:57:13.883Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2024-05-15T23:57:13.883Z | + main |
254 | 2024-05-15T23:57:13.883Z | + [[ 0 != 0 ]] |
255 | 2024-05-15T23:57:13.883Z | + CIDL_OS=solaris2.11 |
256 | 2024-05-15T23:57:13.884Z | + [[ 0 != 0 ]] |
257 | 2024-05-15T23:57:13.884Z | + configure_os solaris2.11 |
258 | 2024-05-15T23:57:13.884Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2024-05-15T23:57:13.884Z | current directory: /work/oxidecomputer/omicron |
260 | 2024-05-15T23:57:13.884Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2024-05-15T23:57:13.884Z | configuring based on OS: "solaris2.11" |
262 | 2024-05-15T23:57:13.884Z | + case "$1" in |
263 | 2024-05-15T23:57:13.885Z | + CIDL_BUILD=illumos |
264 | 2024-05-15T23:57:13.885Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-05-15T23:57:13.885Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
266 | 2024-05-15T23:57:13.885Z | + CIDL_URL_BASE=https://illumos.org/downloads |
267 | 2024-05-15T23:57:13.885Z | + CIDL_ASSEMBLE=do_assemble_illumos |
268 | 2024-05-15T23:57:13.885Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
269 | 2024-05-15T23:57:13.885Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
270 | 2024-05-15T23:57:13.885Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-05-15T23:57:13.885Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
272 | 2024-05-15T23:57:13.885Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-05-15T23:57:13.886Z | + CIDL_SHA256FUNC=do_sha256sum |
274 | 2024-05-15T23:57:13.886Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-05-15T23:57:13.886Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-05-15T23:57:13.886Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-05-15T23:57:13.886Z | + mkdir -p out/downloads |
278 | 2024-05-15T23:57:13.886Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-05-15T23:57:13.886Z | + mkdir -p ./out/cockroachdb |
280 | 2024-05-15T23:57:13.892Z | + local DO_DOWNLOAD=true |
281 | 2024-05-15T23:57:13.892Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2024-05-15T23:57:13.892Z | + '[' true == true ']' |
283 | 2024-05-15T23:57:13.892Z | + echo Downloading... |
284 | 2024-05-15T23:57:13.892Z | Downloading... |
285 | 2024-05-15T23:57:13.892Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-05-15T23:57:13.892Z | + 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 |
287 | 2024-05-15T23:57:16.702Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-15T23:57:16.707Z | ++ sha256sum |
289 | 2024-05-15T23:57:16.707Z | ++ awk '{print $1}' |
290 | 2024-05-15T23:57:16.769Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
291 | 2024-05-15T23:57:16.769Z | + [[ 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 ]] |
292 | 2024-05-15T23:57:16.783Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-05-15T23:57:16.783Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2024-05-15T23:57:18.948Z | + do_assemble_illumos |
295 | 2024-05-15T23:57:18.948Z | + rm -r ./out/cockroachdb |
296 | 2024-05-15T23:57:18.956Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2024-05-15T23:57:19.371Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2024-05-15T23:57:19.638Z | Build Tag: v22.1.9-dirty |
299 | 2024-05-15T23:57:19.638Z | Build Time: 2022/10/26 21:17:46 |
300 | 2024-05-15T23:57:19.638Z | Distribution: OSS |
301 | 2024-05-15T23:57:19.638Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2024-05-15T23:57:19.639Z | Go Version: go1.17.13 |
303 | 2024-05-15T23:57:19.639Z | C Compiler: gcc 10.3.0 |
304 | 2024-05-15T23:57:19.639Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2024-05-15T23:57:19.639Z | Build Type: release |
306 | 2024-05-15T23:57:19.647Z | + set -o errexit |
307 | 2024-05-15T23:57:19.647Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2024-05-15T23:57:19.647Z | ++ cd ./tools |
309 | 2024-05-15T23:57:19.647Z | ++ pwd |
310 | 2024-05-15T23:57:19.647Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2024-05-15T23:57:19.653Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2024-05-15T23:57:19.653Z | + ARG0=ci_download_clickhouse |
313 | 2024-05-15T23:57:19.653Z | + TARGET_DIR=out |
314 | 2024-05-15T23:57:19.653Z | + DOWNLOAD_DIR=out/downloads |
315 | 2024-05-15T23:57:19.653Z | + DEST_DIR=./out/clickhouse |
316 | 2024-05-15T23:57:19.653Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
317 | 2024-05-15T23:57:19.654Z | + CIDL_VERSION=v23.8.7.24 |
318 | 2024-05-15T23:57:19.654Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2024-05-15T23:57:19.654Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
320 | 2024-05-15T23:57:19.654Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
321 | 2024-05-15T23:57:19.654Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
322 | 2024-05-15T23:57:19.654Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2024-05-15T23:57:19.654Z | + main |
324 | 2024-05-15T23:57:19.654Z | + [[ 0 != 0 ]] |
325 | 2024-05-15T23:57:19.654Z | + CIDL_OS=solaris2.11 |
326 | 2024-05-15T23:57:19.654Z | + [[ 0 != 0 ]] |
327 | 2024-05-15T23:57:19.654Z | + configure_os solaris2.11 |
328 | 2024-05-15T23:57:19.654Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2024-05-15T23:57:19.654Z | current directory: /work/oxidecomputer/omicron |
330 | 2024-05-15T23:57:19.654Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2024-05-15T23:57:19.654Z | + CIDL_DASHREV= |
332 | 2024-05-15T23:57:19.654Z | + case "$1" in |
333 | 2024-05-15T23:57:19.654Z | configuring based on OS: "solaris2.11" |
334 | 2024-05-15T23:57:19.654Z | + CIDL_PLATFORM=illumos |
335 | 2024-05-15T23:57:19.654Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
336 | 2024-05-15T23:57:19.654Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2024-05-15T23:57:19.654Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
338 | 2024-05-15T23:57:19.654Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
339 | 2024-05-15T23:57:19.655Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
340 | 2024-05-15T23:57:19.655Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
341 | 2024-05-15T23:57:19.655Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
342 | 2024-05-15T23:57:19.655Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
343 | 2024-05-15T23:57:19.655Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
344 | 2024-05-15T23:57:19.655Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
345 | 2024-05-15T23:57:19.655Z | + mkdir -p out/downloads |
346 | 2024-05-15T23:57:19.681Z | + mkdir -p ./out/clickhouse |
347 | 2024-05-15T23:57:19.681Z | + local DO_DOWNLOAD=true |
348 | 2024-05-15T23:57:19.681Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
349 | 2024-05-15T23:57:19.681Z | + '[' true == true ']' |
350 | 2024-05-15T23:57:19.681Z | + echo Downloading... |
351 | 2024-05-15T23:57:19.681Z | Downloading... |
352 | 2024-05-15T23:57:19.681Z | + 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 |
353 | 2024-05-15T23:57:19.681Z | + 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 |
354 | 2024-05-15T23:57:21.253Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-05-15T23:57:21.262Z | ++ md5sum |
356 | 2024-05-15T23:57:21.262Z | ++ awk '{print $1}' |
357 | 2024-05-15T23:57:21.590Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
358 | 2024-05-15T23:57:21.591Z | + [[ 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 ]] |
359 | 2024-05-15T23:57:21.598Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
360 | 2024-05-15T23:57:21.598Z | + mkdir -p ./out/clickhouse |
361 | 2024-05-15T23:57:21.598Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
362 | 2024-05-15T23:57:25.471Z | + [[ solaris2.11 == darwin* ]] |
363 | 2024-05-15T23:57:25.471Z | + ./out/clickhouse/clickhouse server --version |
364 | 2024-05-15T23:57:25.917Z | ClickHouse server version 23.8.7.1. |
365 | 2024-05-15T23:57:25.941Z | + set -o errexit |
366 | 2024-05-15T23:57:25.945Z | +++ dirname ./tools/ci_download_console |
367 | 2024-05-15T23:57:25.945Z | ++ cd ./tools |
368 | 2024-05-15T23:57:25.945Z | ++ pwd |
369 | 2024-05-15T23:57:25.945Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2024-05-15T23:57:25.946Z | ++ basename ./tools/ci_download_console |
371 | 2024-05-15T23:57:25.946Z | + ARG0=ci_download_console |
372 | 2024-05-15T23:57:25.946Z | + TARGET_DIR=out |
373 | 2024-05-15T23:57:25.946Z | + DOWNLOAD_DIR=out/downloads |
374 | 2024-05-15T23:57:25.946Z | + DEST_DIR=./out/console-assets |
375 | 2024-05-15T23:57:25.946Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2024-05-15T23:57:25.950Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
377 | 2024-05-15T23:57:25.950Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
378 | 2024-05-15T23:57:25.950Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
379 | 2024-05-15T23:57:25.950Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2024-05-15T23:57:25.950Z | + main |
381 | 2024-05-15T23:57:25.950Z | + [[ 0 != 0 ]] |
382 | 2024-05-15T23:57:25.950Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
383 | 2024-05-15T23:57:25.950Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
384 | 2024-05-15T23:57:25.950Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2024-05-15T23:57:25.950Z | Local file: out/downloads/console.tar.gz |
386 | 2024-05-15T23:57:25.950Z | + local DO_DOWNLOAD=true |
387 | 2024-05-15T23:57:25.950Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2024-05-15T23:57:25.950Z | + mkdir -p out/downloads |
389 | 2024-05-15T23:57:25.950Z | + '[' true == true ']' |
390 | 2024-05-15T23:57:25.950Z | + echo Downloading... |
391 | 2024-05-15T23:57:25.951Z | Downloading... |
392 | 2024-05-15T23:57:25.951Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
393 | 2024-05-15T23:57:25.951Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
394 | 2024-05-15T23:57:26.759Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2024-05-15T23:57:26.776Z | ++ case "$OSTYPE" in |
396 | 2024-05-15T23:57:26.776Z | ++ SHA=sha256sum |
397 | 2024-05-15T23:57:26.776Z | ++ sha256sum |
398 | 2024-05-15T23:57:26.776Z | ++ awk '{print $1}' |
399 | 2024-05-15T23:57:26.777Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
400 | 2024-05-15T23:57:26.777Z | + [[ 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 ]] |
401 | 2024-05-15T23:57:26.777Z | + rm -rf ./out/console-assets |
402 | 2024-05-15T23:57:26.777Z | + mkdir -p ./out/console-assets |
403 | 2024-05-15T23:57:26.781Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2024-05-15T23:57:26.781Z | + mkdir -p ./out/console-assets |
405 | 2024-05-15T23:57:26.781Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2024-05-15T23:57:26.867Z | + set -o errexit |
407 | 2024-05-15T23:57:26.872Z | +++ dirname ./tools/ci_download_dendrite_openapi |
408 | 2024-05-15T23:57:26.872Z | ++ cd ./tools |
409 | 2024-05-15T23:57:26.872Z | ++ pwd |
410 | 2024-05-15T23:57:26.872Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-05-15T23:57:26.877Z | ++ basename ./tools/ci_download_dendrite_openapi |
412 | 2024-05-15T23:57:26.877Z | + ARG0=ci_download_dendrite_openapi |
413 | 2024-05-15T23:57:26.877Z | + TARGET_DIR=out |
414 | 2024-05-15T23:57:26.877Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-05-15T23:57:26.877Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
416 | 2024-05-15T23:57:26.877Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
417 | 2024-05-15T23:57:26.877Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
418 | 2024-05-15T23:57:26.877Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
419 | 2024-05-15T23:57:26.877Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
420 | 2024-05-15T23:57:26.877Z | + main |
421 | 2024-05-15T23:57:26.877Z | + [[ 0 != 0 ]] |
422 | 2024-05-15T23:57:26.877Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
423 | 2024-05-15T23:57:26.877Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
424 | 2024-05-15T23:57:26.877Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
425 | 2024-05-15T23:57:26.877Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
426 | 2024-05-15T23:57:26.878Z | + local DO_DOWNLOAD=true |
427 | 2024-05-15T23:57:26.878Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
428 | 2024-05-15T23:57:26.878Z | + mkdir -p out/downloads |
429 | 2024-05-15T23:57:26.878Z | + '[' true == true ']' |
430 | 2024-05-15T23:57:26.878Z | + echo Downloading... |
431 | 2024-05-15T23:57:26.878Z | Downloading... |
432 | 2024-05-15T23:57:26.878Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
433 | 2024-05-15T23:57:26.878Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
434 | 2024-05-15T23:57:27.575Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
435 | 2024-05-15T23:57:27.575Z | ++ case "$OSTYPE" in |
436 | 2024-05-15T23:57:27.575Z | ++ SHA=sha256sum |
437 | 2024-05-15T23:57:27.601Z | ++ sha256sum |
438 | 2024-05-15T23:57:27.601Z | ++ awk '{print $1}' |
439 | 2024-05-15T23:57:27.601Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
440 | 2024-05-15T23:57:27.601Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
441 | 2024-05-15T23:57:27.602Z | + set -o errexit |
442 | 2024-05-15T23:57:27.602Z | +++ dirname ./tools/ci_download_dendrite_stub |
443 | 2024-05-15T23:57:27.602Z | ++ cd ./tools |
444 | 2024-05-15T23:57:27.602Z | ++ pwd |
445 | 2024-05-15T23:57:27.602Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
446 | 2024-05-15T23:57:27.603Z | ++ basename ./tools/ci_download_dendrite_stub |
447 | 2024-05-15T23:57:27.603Z | + ARG0=ci_download_dendrite_stub |
448 | 2024-05-15T23:57:27.603Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
449 | 2024-05-15T23:57:27.603Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
450 | 2024-05-15T23:57:27.604Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
451 | 2024-05-15T23:57:27.604Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
452 | 2024-05-15T23:57:27.604Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
453 | 2024-05-15T23:57:27.604Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
454 | 2024-05-15T23:57:27.604Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
455 | 2024-05-15T23:57:27.604Z | + TARGET_DIR=out |
456 | 2024-05-15T23:57:27.605Z | + DOWNLOAD_DIR=out/downloads |
457 | 2024-05-15T23:57:27.605Z | + DEST_DIR=./out/dendrite-stub |
458 | 2024-05-15T23:57:27.605Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
459 | 2024-05-15T23:57:27.605Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
460 | 2024-05-15T23:57:27.605Z | + REPO=oxidecomputer/dendrite |
461 | 2024-05-15T23:57:27.605Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
462 | 2024-05-15T23:57:27.605Z | + main |
463 | 2024-05-15T23:57:27.605Z | + [[ 0 != 0 ]] |
464 | 2024-05-15T23:57:27.606Z | + CIDL_OS=solaris2.11 |
465 | 2024-05-15T23:57:27.606Z | + [[ 0 != 0 ]] |
466 | 2024-05-15T23:57:27.606Z | + configure_os solaris2.11 |
467 | 2024-05-15T23:57:27.606Z | + echo 'current directory: /work/oxidecomputer/omicron' |
468 | 2024-05-15T23:57:27.606Z | current directory: /work/oxidecomputer/omicron |
469 | 2024-05-15T23:57:27.606Z | + echo 'configuring based on OS: "solaris2.11"' |
470 | 2024-05-15T23:57:27.607Z | + case "$1" in |
471 | 2024-05-15T23:57:27.607Z | configuring based on OS: "solaris2.11" |
472 | 2024-05-15T23:57:27.607Z | + SET_BINARIES= |
473 | 2024-05-15T23:57:27.607Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
474 | 2024-05-15T23:57:27.607Z | + CIDL_SHA256FUNC=do_sha256sum |
475 | 2024-05-15T23:57:27.607Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
476 | 2024-05-15T23:57:27.607Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
477 | 2024-05-15T23:57:27.607Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
478 | 2024-05-15T23:57:27.607Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
479 | 2024-05-15T23:57:27.608Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
480 | 2024-05-15T23:57:27.608Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
481 | 2024-05-15T23:57:27.608Z | + mkdir -p out/downloads |
482 | 2024-05-15T23:57:27.608Z | Local file: out/downloads/dendrite-stub.tar.gz |
483 | 2024-05-15T23:57:27.617Z | + mkdir -p ./out/dendrite-stub |
484 | 2024-05-15T23:57:27.617Z | + fetch_and_verify |
485 | 2024-05-15T23:57:27.617Z | + local DO_DOWNLOAD=true |
486 | 2024-05-15T23:57:27.617Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
487 | 2024-05-15T23:57:27.618Z | + '[' true == true ']' |
488 | 2024-05-15T23:57:27.618Z | + echo Downloading... |
489 | 2024-05-15T23:57:27.618Z | Downloading... |
490 | 2024-05-15T23:57:27.618Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
491 | 2024-05-15T23:57:27.618Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
492 | 2024-05-15T23:57:34.203Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
493 | 2024-05-15T23:57:34.207Z | ++ sha256sum |
494 | 2024-05-15T23:57:34.207Z | ++ awk '{print $1}' |
495 | 2024-05-15T23:57:34.227Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
496 | 2024-05-15T23:57:34.231Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
497 | 2024-05-15T23:57:34.231Z | + do_untar out/downloads/dendrite-stub.tar.gz |
498 | 2024-05-15T23:57:34.231Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
499 | 2024-05-15T23:57:34.861Z | + do_assemble |
500 | 2024-05-15T23:57:34.862Z | + rm -r ./out/dendrite-stub |
501 | 2024-05-15T23:57:34.866Z | + mkdir ./out/dendrite-stub |
502 | 2024-05-15T23:57:34.870Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
503 | 2024-05-15T23:57:34.955Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
504 | 2024-05-15T23:57:34.965Z | + set -o errexit |
505 | 2024-05-15T23:57:34.969Z | +++ dirname ./tools/ci_download_maghemite_mgd |
506 | 2024-05-15T23:57:34.969Z | ++ cd ./tools |
507 | 2024-05-15T23:57:34.973Z | ++ pwd |
508 | 2024-05-15T23:57:34.973Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2024-05-15T23:57:34.973Z | ++ basename ./tools/ci_download_maghemite_mgd |
510 | 2024-05-15T23:57:34.973Z | + ARG0=ci_download_maghemite_mgd |
511 | 2024-05-15T23:57:34.973Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
512 | 2024-05-15T23:57:34.973Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
513 | 2024-05-15T23:57:34.973Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
514 | 2024-05-15T23:57:34.973Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
515 | 2024-05-15T23:57:34.973Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
516 | 2024-05-15T23:57:34.973Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
517 | 2024-05-15T23:57:34.974Z | + TARGET_DIR=out |
518 | 2024-05-15T23:57:34.974Z | + DOWNLOAD_DIR=out/downloads |
519 | 2024-05-15T23:57:34.974Z | + DEST_DIR=./out/mgd |
520 | 2024-05-15T23:57:34.974Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
521 | 2024-05-15T23:57:34.974Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2024-05-15T23:57:34.974Z | + REPO=oxidecomputer/maghemite |
523 | 2024-05-15T23:57:34.974Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
524 | 2024-05-15T23:57:34.978Z | + main |
525 | 2024-05-15T23:57:34.978Z | + rm -rf out/downloads/root |
526 | 2024-05-15T23:57:34.981Z | + [[ 0 != 0 ]] |
527 | 2024-05-15T23:57:34.982Z | + CIDL_OS=solaris2.11 |
528 | 2024-05-15T23:57:34.982Z | + [[ 0 != 0 ]] |
529 | 2024-05-15T23:57:34.982Z | + configure_os solaris2.11 |
530 | 2024-05-15T23:57:34.982Z | + echo 'current directory: /work/oxidecomputer/omicron' |
531 | 2024-05-15T23:57:34.982Z | current directory: /work/oxidecomputer/omicron |
532 | 2024-05-15T23:57:34.982Z | + echo 'configuring based on OS: "solaris2.11"' |
533 | 2024-05-15T23:57:34.986Z | configuring based on OS: "solaris2.11" |
534 | 2024-05-15T23:57:34.986Z | + case "$1" in |
535 | 2024-05-15T23:57:34.986Z | + SET_BINARIES= |
536 | 2024-05-15T23:57:34.986Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2024-05-15T23:57:34.986Z | + TARBALL_FILENAME=mgd.tar.gz |
538 | 2024-05-15T23:57:34.986Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
539 | 2024-05-15T23:57:34.986Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
540 | 2024-05-15T23:57:34.986Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
541 | 2024-05-15T23:57:34.986Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
542 | 2024-05-15T23:57:34.986Z | Local file: out/downloads/mgd.tar.gz |
543 | 2024-05-15T23:57:34.986Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
544 | 2024-05-15T23:57:34.986Z | + mkdir -p out/downloads |
545 | 2024-05-15T23:57:34.987Z | + mkdir -p ./out/mgd |
546 | 2024-05-15T23:57:34.987Z | + fetch_and_verify |
547 | 2024-05-15T23:57:34.987Z | + local DO_DOWNLOAD=true |
548 | 2024-05-15T23:57:34.987Z | + [[ -f out/downloads/mgd.tar.gz ]] |
549 | 2024-05-15T23:57:34.991Z | + '[' true == true ']' |
550 | 2024-05-15T23:57:34.991Z | + echo Downloading... |
551 | 2024-05-15T23:57:34.991Z | Downloading... |
552 | 2024-05-15T23:57:34.991Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
553 | 2024-05-15T23:57:34.991Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
554 | 2024-05-15T23:57:47.273Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
555 | 2024-05-15T23:57:47.277Z | ++ sha256sum |
556 | 2024-05-15T23:57:47.277Z | ++ awk '{print $1}' |
557 | 2024-05-15T23:57:47.299Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
558 | 2024-05-15T23:57:47.303Z | + [[ 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 ]] |
559 | 2024-05-15T23:57:47.303Z | + do_untar out/downloads/mgd.tar.gz |
560 | 2024-05-15T23:57:47.303Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
561 | 2024-05-15T23:57:47.887Z | + do_assemble |
562 | 2024-05-15T23:57:47.887Z | + rm -r ./out/mgd |
563 | 2024-05-15T23:57:47.891Z | + mkdir ./out/mgd |
564 | 2024-05-15T23:57:47.895Z | + cp -r out/downloads/root ./out/mgd/root |
565 | 2024-05-15T23:57:47.974Z | + set -o errexit |
566 | 2024-05-15T23:57:47.980Z | +++ dirname ./tools/ci_download_transceiver_control |
567 | 2024-05-15T23:57:47.980Z | ++ cd ./tools |
568 | 2024-05-15T23:57:47.980Z | ++ pwd |
569 | 2024-05-15T23:57:47.980Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2024-05-15T23:57:47.988Z | ++ basename ./tools/ci_download_transceiver_control |
571 | 2024-05-15T23:57:47.989Z | + ARG0=ci_download_transceiver_control |
572 | 2024-05-15T23:57:47.989Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
573 | 2024-05-15T23:57:47.989Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
574 | 2024-05-15T23:57:47.989Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
575 | 2024-05-15T23:57:47.989Z | + TARGET_DIR=out |
576 | 2024-05-15T23:57:47.989Z | + DOWNLOAD_DIR=out/downloads |
577 | 2024-05-15T23:57:47.989Z | + DEST_DIR=./out/transceiver-control |
578 | 2024-05-15T23:57:47.989Z | + BIN_DIR=/opt/oxide/bin |
579 | 2024-05-15T23:57:47.989Z | + BINARY=xcvradm |
580 | 2024-05-15T23:57:47.989Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2024-05-15T23:57:47.989Z | + REPO=oxidecomputer/transceiver-control |
582 | 2024-05-15T23:57:47.990Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
583 | 2024-05-15T23:57:47.990Z | + main |
584 | 2024-05-15T23:57:47.990Z | + [[ 0 != 0 ]] |
585 | 2024-05-15T23:57:47.990Z | + CIDL_OS=solaris2.11 |
586 | 2024-05-15T23:57:47.990Z | + [[ 0 != 0 ]] |
587 | 2024-05-15T23:57:47.990Z | + configure_os solaris2.11 |
588 | 2024-05-15T23:57:47.990Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2024-05-15T23:57:47.990Z | current directory: /work/oxidecomputer/omicron |
590 | 2024-05-15T23:57:47.990Z | + echo 'configuring based on OS: "solaris2.11"' |
591 | 2024-05-15T23:57:47.990Z | configuring based on OS: "solaris2.11" |
592 | 2024-05-15T23:57:47.990Z | + case "$1" in |
593 | 2024-05-15T23:57:47.991Z | + SET_BINARIES= |
594 | 2024-05-15T23:57:47.991Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
595 | 2024-05-15T23:57:47.991Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2024-05-15T23:57:47.991Z | + ARCHIVE_FILENAME=xcvradm.gz |
597 | 2024-05-15T23:57:47.991Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
598 | 2024-05-15T23:57:47.991Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
599 | 2024-05-15T23:57:47.991Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
600 | 2024-05-15T23:57:47.991Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
601 | 2024-05-15T23:57:47.991Z | + echo 'Local file: out/downloads/xcvradm.gz' |
602 | 2024-05-15T23:57:47.991Z | Local file: out/downloads/xcvradm.gz |
603 | 2024-05-15T23:57:47.991Z | + mkdir -p out/downloads |
604 | 2024-05-15T23:57:47.991Z | + mkdir -p ./out/transceiver-control |
605 | 2024-05-15T23:57:47.997Z | + fetch_and_verify |
606 | 2024-05-15T23:57:47.997Z | + local DO_DOWNLOAD=true |
607 | 2024-05-15T23:57:47.997Z | + [[ -f out/downloads/xcvradm.gz ]] |
608 | 2024-05-15T23:57:47.997Z | + '[' true == true ']' |
609 | 2024-05-15T23:57:47.997Z | + echo Downloading... |
610 | 2024-05-15T23:57:47.997Z | Downloading... |
611 | 2024-05-15T23:57:47.997Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
612 | 2024-05-15T23:57:47.997Z | + 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 |
613 | 2024-05-15T23:57:50.113Z | ++ do_sha256sum out/downloads/xcvradm.gz |
614 | 2024-05-15T23:57:50.135Z | ++ sha256sum |
615 | 2024-05-15T23:57:50.135Z | ++ awk '{print $1}' |
616 | 2024-05-15T23:57:50.136Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
617 | 2024-05-15T23:57:50.136Z | + [[ 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 ]] |
618 | 2024-05-15T23:57:50.136Z | + do_unpack out/downloads/xcvradm.gz |
619 | 2024-05-15T23:57:50.136Z | + mkdir -p out/downloads/root//opt/oxide/bin |
620 | 2024-05-15T23:57:50.136Z | + gzip -dc out/downloads/xcvradm.gz |
621 | 2024-05-15T23:57:50.240Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
622 | 2024-05-15T23:57:50.244Z | + do_assemble |
623 | 2024-05-15T23:57:50.244Z | + rm -r ./out/transceiver-control |
624 | 2024-05-15T23:57:50.244Z | + mkdir ./out/transceiver-control |
625 | 2024-05-15T23:57:50.248Z | + cp -r out/downloads/root ./out/transceiver-control/root |
626 | 2024-05-15T23:57:50.341Z | + set -o errexit |
627 | 2024-05-15T23:57:50.345Z | +++ dirname ./tools/ci_download_thundermuffin |
628 | 2024-05-15T23:57:50.345Z | ++ cd ./tools |
629 | 2024-05-15T23:57:50.345Z | ++ pwd |
630 | 2024-05-15T23:57:50.345Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2024-05-15T23:57:50.349Z | ++ basename ./tools/ci_download_thundermuffin |
632 | 2024-05-15T23:57:50.349Z | + ARG0=ci_download_thundermuffin |
633 | 2024-05-15T23:57:50.349Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
634 | 2024-05-15T23:57:50.350Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
635 | 2024-05-15T23:57:50.350Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
636 | 2024-05-15T23:57:50.350Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
637 | 2024-05-15T23:57:50.350Z | + TARGET_DIR=out |
638 | 2024-05-15T23:57:50.350Z | + DOWNLOAD_DIR=out/downloads |
639 | 2024-05-15T23:57:50.350Z | + DEST_DIR=./out/thundermuffin |
640 | 2024-05-15T23:57:50.350Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
641 | 2024-05-15T23:57:50.350Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2024-05-15T23:57:50.350Z | + REPO=oxidecomputer/thundermuffin |
643 | 2024-05-15T23:57:50.350Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
644 | 2024-05-15T23:57:50.350Z | + main |
645 | 2024-05-15T23:57:50.350Z | + rm -rf out/downloads/root |
646 | 2024-05-15T23:57:50.360Z | + [[ 0 != 0 ]] |
647 | 2024-05-15T23:57:50.360Z | + CIDL_OS=solaris2.11 |
648 | 2024-05-15T23:57:50.368Z | + [[ 0 != 0 ]] |
649 | 2024-05-15T23:57:50.368Z | + configure_os solaris2.11 |
650 | 2024-05-15T23:57:50.368Z | + echo 'current directory: /work/oxidecomputer/omicron' |
651 | 2024-05-15T23:57:50.368Z | current directory: /work/oxidecomputer/omicron |
652 | 2024-05-15T23:57:50.368Z | + echo 'configuring based on OS: "solaris2.11"' |
653 | 2024-05-15T23:57:50.368Z | + case "$1" in |
654 | 2024-05-15T23:57:50.368Z | + SET_BINARIES= |
655 | 2024-05-15T23:57:50.368Z | configuring based on OS: "solaris2.11" |
656 | 2024-05-15T23:57:50.368Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2024-05-15T23:57:50.368Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
658 | 2024-05-15T23:57:50.368Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
659 | 2024-05-15T23:57:50.368Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
660 | 2024-05-15T23:57:50.368Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
661 | 2024-05-15T23:57:50.368Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
662 | 2024-05-15T23:57:50.368Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
663 | 2024-05-15T23:57:50.368Z | + mkdir -p out/downloads |
664 | 2024-05-15T23:57:50.368Z | Local file: out/downloads/thundermuffin.tar.gz |
665 | 2024-05-15T23:57:50.368Z | + mkdir -p ./out/thundermuffin |
666 | 2024-05-15T23:57:50.368Z | + fetch_and_verify |
667 | 2024-05-15T23:57:50.368Z | + local DO_DOWNLOAD=true |
668 | 2024-05-15T23:57:50.368Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
669 | 2024-05-15T23:57:50.368Z | + '[' true == true ']' |
670 | 2024-05-15T23:57:50.369Z | + echo Downloading... |
671 | 2024-05-15T23:57:50.369Z | Downloading... |
672 | 2024-05-15T23:57:50.369Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
673 | 2024-05-15T23:57:50.369Z | + 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 |
674 | 2024-05-15T23:57:51.436Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
675 | 2024-05-15T23:57:51.457Z | ++ sha256sum |
676 | 2024-05-15T23:57:51.457Z | ++ awk '{print $1}' |
677 | 2024-05-15T23:57:51.457Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
678 | 2024-05-15T23:57:51.457Z | + [[ 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 ]] |
679 | 2024-05-15T23:57:51.457Z | + do_untar out/downloads/thundermuffin.tar.gz |
680 | 2024-05-15T23:57:51.457Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
681 | 2024-05-15T23:57:51.500Z | + do_assemble |
682 | 2024-05-15T23:57:51.500Z | + rm -r ./out/thundermuffin |
683 | 2024-05-15T23:57:51.503Z | + mkdir ./out/thundermuffin |
684 | 2024-05-15T23:57:51.507Z | + cp -r out/downloads/root ./out/thundermuffin/root |
685 | 2024-05-15T23:57:51.515Z | All prerequisites installed successfully |
686 | 2024-05-15T23:57:51.519Z | |
687 | 2024-05-15T23:57:51.519Z | real 1:47.500208457 |
688 | 2024-05-15T23:57:51.520Z | user 37.873008680 |
689 | 2024-05-15T23:57:51.520Z | sys 6.990824973 |
690 | 2024-05-15T23:57:51.520Z | trap 0.009253813 |
691 | 2024-05-15T23:57:51.520Z | tflt 0.128855930 |
692 | 2024-05-15T23:57:51.520Z | dflt 0.171332612 |
693 | 2024-05-15T23:57:51.520Z | kflt 0.172080713 |
694 | 2024-05-15T23:57:51.520Z | lock 1.887059095 |
695 | 2024-05-15T23:57:51.520Z | slp 3:34.669395491 |
696 | 2024-05-15T23:57:51.520Z | lat 1.979126805 |
697 | 2024-05-15T23:57:51.520Z | stop 0.142544152 |
698 | 2024-05-15T23:57:51.520Z | + ptime -m ./tools/ci_download_softnpu_machinery |
699 | 2024-05-15T23:57:51.527Z | fetching npuzone |
700 | 2024-05-15T23:57:51.534Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
701 | 2024-05-15T23:57:51.534Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
702 | 2024-05-15T23:57:51.534Z | Getting hash for npuzone |
703 | 2024-05-15T23:57:51.624Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
704 | 2024-05-15T23:57:59.207Z | npuzone downloaded successfully |
705 | 2024-05-15T23:57:59.220Z | |
706 | 2024-05-15T23:57:59.220Z | real 7.689860678 |
707 | 2024-05-15T23:57:59.221Z | user 0.260355278 |
708 | 2024-05-15T23:57:59.221Z | sys 0.100060145 |
709 | 2024-05-15T23:57:59.221Z | trap 0.000027392 |
710 | 2024-05-15T23:57:59.221Z | tflt 0.000000000 |
711 | 2024-05-15T23:57:59.221Z | dflt 0.000000000 |
712 | 2024-05-15T23:57:59.222Z | kflt 0.000000000 |
713 | 2024-05-15T23:57:59.222Z | lock 0.000000000 |
714 | 2024-05-15T23:57:59.222Z | slp 22.602140036 |
715 | 2024-05-15T23:57:59.222Z | lat 0.074192551 |
716 | 2024-05-15T23:57:59.222Z | stop 0.000194791 |
717 | 2024-05-15T23:57:59.222Z | + export CARGO_INCREMENTAL=0 |
718 | 2024-05-15T23:57:59.223Z | + CARGO_INCREMENTAL=0 |
719 | 2024-05-15T23:57:59.223Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
720 | 2024-05-15T23:57:59.435Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2024-05-15T23:57:59.864Z | Updating git repository `https://github.com/oxidecomputer/zone` |
722 | 2024-05-15T23:58:00.232Z | Updating crates.io index |
723 | 2024-05-15T23:58:00.325Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2024-05-15T23:58:01.038Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
725 | 2024-05-15T23:58:01.807Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2024-05-15T23:58:03.720Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2024-05-15T23:58:04.056Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
728 | 2024-05-15T23:58:04.449Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-05-15T23:58:05.577Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-05-15T23:58:07.270Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-05-15T23:58:08.203Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
732 | 2024-05-15T23:58:08.992Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-05-15T23:58:09.618Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-05-15T23:58:10.030Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2024-05-15T23:58:10.461Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2024-05-15T23:58:10.929Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2024-05-15T23:58:11.358Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2024-05-15T23:58:11.818Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2024-05-15T23:58:12.199Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2024-05-15T23:58:12.497Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
741 | 2024-05-15T23:58:12.822Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
742 | 2024-05-15T23:58:13.130Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
743 | 2024-05-15T23:58:13.519Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
744 | 2024-05-15T23:58:13.932Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2024-05-15T23:58:14.574Z | Updating git repository `https://github.com/jgallagher/nix` |
746 | 2024-05-15T23:58:15.545Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2024-05-15T23:58:15.820Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2024-05-15T23:58:16.130Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2024-05-15T23:58:16.607Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2024-05-15T23:58:18.939Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2024-05-15T23:58:19.286Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2024-05-15T23:58:19.558Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2024-05-15T23:58:20.078Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
754 | 2024-05-15T23:58:21.137Z | Downloading crates ... |
755 | 2024-05-15T23:58:21.230Z | Downloaded adler v1.0.2 |
756 | 2024-05-15T23:58:21.244Z | Downloaded aead v0.5.2 |
757 | 2024-05-15T23:58:21.253Z | Downloaded aho-corasick v1.1.2 |
758 | 2024-05-15T23:58:21.260Z | Downloaded ahash v0.8.8 |
759 | 2024-05-15T23:58:21.260Z | Downloaded addr2line v0.21.0 |
760 | 2024-05-15T23:58:21.274Z | Downloaded heapless v0.7.16 |
761 | 2024-05-15T23:58:21.274Z | Downloaded crossbeam-deque v0.8.3 |
762 | 2024-05-15T23:58:21.274Z | Downloaded heck v0.4.1 |
763 | 2024-05-15T23:58:21.274Z | Downloaded colorchoice v1.0.0 |
764 | 2024-05-15T23:58:21.274Z | Downloaded http-body v0.4.5 |
765 | 2024-05-15T23:58:21.281Z | Downloaded cargo-platform v0.1.3 |
766 | 2024-05-15T23:58:21.281Z | Downloaded console v0.15.8 |
767 | 2024-05-15T23:58:21.281Z | Downloaded cancel-safe-futures v0.1.5 |
768 | 2024-05-15T23:58:21.281Z | Downloaded headers v0.3.9 |
769 | 2024-05-15T23:58:21.285Z | Downloaded http-range v0.1.5 |
770 | 2024-05-15T23:58:21.285Z | Downloaded heapless v0.8.0 |
771 | 2024-05-15T23:58:21.289Z | Downloaded bytes v1.6.0 |
772 | 2024-05-15T23:58:21.292Z | Downloaded httpdate v1.0.3 |
773 | 2024-05-15T23:58:21.292Z | Downloaded colored v2.1.0 |
774 | 2024-05-15T23:58:21.296Z | Downloaded headers-core v0.2.0 |
775 | 2024-05-15T23:58:21.296Z | Downloaded hostname v0.4.0 |
776 | 2024-05-15T23:58:21.296Z | Downloaded home v0.5.5 |
777 | 2024-05-15T23:58:21.300Z | Downloaded hashbrown v0.13.2 |
778 | 2024-05-15T23:58:21.304Z | Downloaded cipher v0.4.4 |
779 | 2024-05-15T23:58:21.304Z | Downloaded hubpack v0.1.2 |
780 | 2024-05-15T23:58:21.304Z | Downloaded hex v0.4.3 |
781 | 2024-05-15T23:58:21.308Z | Downloaded crc32fast v1.3.2 |
782 | 2024-05-15T23:58:21.308Z | Downloaded hmac v0.12.1 |
783 | 2024-05-15T23:58:21.312Z | Downloaded httparse v1.8.0 |
784 | 2024-05-15T23:58:21.317Z | Downloaded http v1.0.0 |
785 | 2024-05-15T23:58:21.322Z | Downloaded hashbrown v0.14.3 |
786 | 2024-05-15T23:58:21.326Z | Downloaded hkdf v0.12.4 |
787 | 2024-05-15T23:58:21.326Z | Downloaded hubpack_derive v0.1.1 |
788 | 2024-05-15T23:58:21.326Z | Downloaded newline-converter v0.3.0 |
789 | 2024-05-15T23:58:21.330Z | Downloaded ciborium-io v0.2.2 |
790 | 2024-05-15T23:58:21.330Z | Downloaded bitstruct v0.1.1 |
791 | 2024-05-15T23:58:21.330Z | Downloaded atty v0.2.14 |
792 | 2024-05-15T23:58:21.337Z | Downloaded http v0.2.12 |
793 | 2024-05-15T23:58:21.341Z | Downloaded nodrop v0.1.14 |
794 | 2024-05-15T23:58:21.341Z | Downloaded cfg_aliases v0.1.1 |
795 | 2024-05-15T23:58:21.341Z | Downloaded newtype_derive v0.1.6 |
796 | 2024-05-15T23:58:21.341Z | Downloaded matches v0.1.10 |
797 | 2024-05-15T23:58:21.341Z | Downloaded instant v0.1.12 |
798 | 2024-05-15T23:58:21.348Z | Downloaded crc-catalog v2.2.0 |
799 | 2024-05-15T23:58:21.348Z | Downloaded convert_case v0.4.0 |
800 | 2024-05-15T23:58:21.348Z | Downloaded ciborium-ll v0.2.2 |
801 | 2024-05-15T23:58:21.352Z | Downloaded match_cfg v0.1.0 |
802 | 2024-05-15T23:58:21.352Z | Downloaded bytecount v0.6.3 |
803 | 2024-05-15T23:58:21.352Z | Downloaded is_ci v1.2.0 |
804 | 2024-05-15T23:58:21.364Z | Downloaded serde-big-array v0.5.1 |
805 | 2024-05-15T23:58:21.370Z | Downloaded cfg-if v1.0.0 |
806 | 2024-05-15T23:58:21.370Z | Downloaded cassowary v0.3.0 |
807 | 2024-05-15T23:58:21.370Z | Downloaded bcs v0.1.6 |
808 | 2024-05-15T23:58:21.376Z | Downloaded constant_time_eq v0.3.0 |
809 | 2024-05-15T23:58:21.376Z | Downloaded sigpipe v0.1.3 |
810 | 2024-05-15T23:58:21.376Z | Downloaded scroll_derive v0.12.0 |
811 | 2024-05-15T23:58:21.377Z | Downloaded new_debug_unreachable v1.0.4 |
812 | 2024-05-15T23:58:21.380Z | Downloaded impl-trait-for-tuples v0.2.2 |
813 | 2024-05-15T23:58:21.380Z | Downloaded castaway v0.2.2 |
814 | 2024-05-15T23:58:21.380Z | Downloaded nibble_vec v0.1.0 |
815 | 2024-05-15T23:58:21.384Z | Downloaded newtype-uuid v1.1.0 |
816 | 2024-05-15T23:58:21.384Z | Downloaded mime v0.3.17 |
817 | 2024-05-15T23:58:21.384Z | Downloaded managed v0.8.0 |
818 | 2024-05-15T23:58:21.384Z | Downloaded atomic-waker v1.1.1 |
819 | 2024-05-15T23:58:21.388Z | Downloaded termtree v0.4.1 |
820 | 2024-05-15T23:58:21.388Z | Downloaded maybe-uninit v2.0.0 |
821 | 2024-05-15T23:58:21.388Z | Downloaded linear-map v1.2.0 |
822 | 2024-05-15T23:58:21.392Z | Downloaded signal-hook-tokio v0.3.1 |
823 | 2024-05-15T23:58:21.392Z | Downloaded nanorand v0.7.0 |
824 | 2024-05-15T23:58:21.396Z | Downloaded libefi-sys v0.1.0 |
825 | 2024-05-15T23:58:21.396Z | Downloaded itoa v1.0.9 |
826 | 2024-05-15T23:58:21.396Z | Downloaded lazycell v1.3.0 |
827 | 2024-05-15T23:58:21.402Z | Downloaded kstat-rs v0.2.3 |
828 | 2024-05-15T23:58:21.402Z | Downloaded cexpr v0.6.0 |
829 | 2024-05-15T23:58:21.406Z | Downloaded multimap v0.10.0 |
830 | 2024-05-15T23:58:21.406Z | Downloaded indoc v1.0.9 |
831 | 2024-05-15T23:58:21.406Z | Downloaded corncobs v0.1.3 |
832 | 2024-05-15T23:58:21.406Z | Downloaded resolv-conf v0.7.0 |
833 | 2024-05-15T23:58:21.410Z | Downloaded vte_generate_state_changes v0.1.1 |
834 | 2024-05-15T23:58:21.410Z | Downloaded serde_spanned v0.6.5 |
835 | 2024-05-15T23:58:21.410Z | Downloaded mockall v0.12.1 |
836 | 2024-05-15T23:58:21.417Z | Downloaded memmap2 v0.7.1 |
837 | 2024-05-15T23:58:21.417Z | Downloaded signature v2.1.0 |
838 | 2024-05-15T23:58:21.421Z | Downloaded supports-color v3.0.0 |
839 | 2024-05-15T23:58:21.421Z | Downloaded shell-words v1.1.0 |
840 | 2024-05-15T23:58:21.421Z | Downloaded scroll v0.12.0 |
841 | 2024-05-15T23:58:21.421Z | Downloaded mime_guess v2.0.4 |
842 | 2024-05-15T23:58:21.421Z | Downloaded bzip2 v0.4.4 |
843 | 2024-05-15T23:58:21.425Z | Downloaded synstructure v0.12.6 |
844 | 2024-05-15T23:58:21.425Z | Downloaded stringprep v0.1.3 |
845 | 2024-05-15T23:58:21.429Z | Downloaded string_cache v0.8.7 |
846 | 2024-05-15T23:58:21.429Z | Downloaded derive_builder_macro v0.20.0 |
847 | 2024-05-15T23:58:21.429Z | Downloaded arrayvec v0.7.4 |
848 | 2024-05-15T23:58:21.433Z | Downloaded time-core v0.1.2 |
849 | 2024-05-15T23:58:21.433Z | Downloaded lock_api v0.4.10 |
850 | 2024-05-15T23:58:21.437Z | Downloaded backoff v0.4.0 |
851 | 2024-05-15T23:58:21.437Z | Downloaded toml_datetime v0.6.5 |
852 | 2024-05-15T23:58:21.441Z | Downloaded native-tls v0.2.11 |
853 | 2024-05-15T23:58:21.441Z | Downloaded multer v3.1.0 |
854 | 2024-05-15T23:58:21.444Z | Downloaded anstream v0.6.11 |
855 | 2024-05-15T23:58:21.444Z | Downloaded universal-hash v0.5.1 |
856 | 2024-05-15T23:58:21.448Z | Downloaded unicase v2.7.0 |
857 | 2024-05-15T23:58:21.448Z | Downloaded nu-ansi-term v0.50.0 |
858 | 2024-05-15T23:58:21.452Z | Downloaded phf_shared v0.11.2 |
859 | 2024-05-15T23:58:21.452Z | Downloaded phf_shared v0.10.0 |
860 | 2024-05-15T23:58:21.453Z | Downloaded fxhash v0.2.1 |
861 | 2024-05-15T23:58:21.453Z | Downloaded peeking_take_while v0.1.2 |
862 | 2024-05-15T23:58:21.457Z | Downloaded path-slash v0.1.5 |
863 | 2024-05-15T23:58:21.457Z | Downloaded cookie_store v0.20.0 |
864 | 2024-05-15T23:58:21.457Z | Downloaded wait-timeout v0.2.0 |
865 | 2024-05-15T23:58:21.460Z | Downloaded snafu-derive v0.8.2 |
866 | 2024-05-15T23:58:21.460Z | Downloaded precomputed-hash v0.1.1 |
867 | 2024-05-15T23:58:21.460Z | Downloaded futures-macro v0.3.30 |
868 | 2024-05-15T23:58:21.464Z | Downloaded usdt-impl v0.5.0 |
869 | 2024-05-15T23:58:21.464Z | Downloaded rustls-pemfile v2.1.2 |
870 | 2024-05-15T23:58:21.468Z | Downloaded cookie v0.18.1 |
871 | 2024-05-15T23:58:21.468Z | Downloaded defmt-macros v0.3.6 |
872 | 2024-05-15T23:58:21.472Z | Downloaded serde-big-array v0.4.1 |
873 | 2024-05-15T23:58:21.476Z | Downloaded blake2 v0.10.6 |
874 | 2024-05-15T23:58:21.476Z | Downloaded tempfile v3.10.1 |
875 | 2024-05-15T23:58:21.480Z | Downloaded miniz_oxide v0.7.1 |
876 | 2024-05-15T23:58:21.480Z | Downloaded tracing-attributes v0.1.27 |
877 | 2024-05-15T23:58:21.483Z | Downloaded time-macros v0.2.17 |
878 | 2024-05-15T23:58:21.487Z | Downloaded bitflags v2.4.2 |
879 | 2024-05-15T23:58:21.494Z | Downloaded toolchain_find v0.4.0 |
880 | 2024-05-15T23:58:21.494Z | Downloaded tokio-tungstenite v0.20.1 |
881 | 2024-05-15T23:58:21.494Z | Downloaded fixedbitset v0.4.2 |
882 | 2024-05-15T23:58:21.499Z | Downloaded ff v0.13.0 |
883 | 2024-05-15T23:58:21.499Z | Downloaded fd-lock v4.0.2 |
884 | 2024-05-15T23:58:21.499Z | Downloaded want v0.3.1 |
885 | 2024-05-15T23:58:21.499Z | Downloaded futures-task v0.3.30 |
886 | 2024-05-15T23:58:21.502Z | Downloaded funty v2.0.0 |
887 | 2024-05-15T23:58:21.503Z | Downloaded futures-sink v0.3.30 |
888 | 2024-05-15T23:58:21.503Z | Downloaded futures-executor v0.3.30 |
889 | 2024-05-15T23:58:21.507Z | Downloaded gethostname v0.4.3 |
890 | 2024-05-15T23:58:21.507Z | Downloaded mockall_derive v0.12.1 |
891 | 2024-05-15T23:58:21.507Z | Downloaded generic-array v0.14.7 |
892 | 2024-05-15T23:58:21.511Z | Downloaded rand_core v0.6.4 |
893 | 2024-05-15T23:58:21.511Z | Downloaded vte v0.11.1 |
894 | 2024-05-15T23:58:21.514Z | Downloaded futures-io v0.3.30 |
895 | 2024-05-15T23:58:21.514Z | Downloaded usdt v0.3.5 |
896 | 2024-05-15T23:58:21.514Z | Downloaded rand_chacha v0.3.1 |
897 | 2024-05-15T23:58:21.514Z | Downloaded filetime v0.2.23 |
898 | 2024-05-15T23:58:21.518Z | Downloaded log v0.4.21 |
899 | 2024-05-15T23:58:21.522Z | Downloaded predicates v3.1.0 |
900 | 2024-05-15T23:58:21.522Z | Downloaded portpicker v0.1.1 |
901 | 2024-05-15T23:58:21.522Z | Downloaded scheduled-thread-pool v0.2.7 |
902 | 2024-05-15T23:58:21.526Z | Downloaded oso-derive v0.27.3 |
903 | 2024-05-15T23:58:21.526Z | Downloaded ref-cast-impl v1.0.23 |
904 | 2024-05-15T23:58:21.526Z | Downloaded erased-serde v0.3.31 |
905 | 2024-05-15T23:58:21.530Z | Downloaded serde_arrays v0.1.0 |
906 | 2024-05-15T23:58:21.530Z | Downloaded derive_builder_core v0.20.0 |
907 | 2024-05-15T23:58:21.534Z | Downloaded derive_builder v0.20.0 |
908 | 2024-05-15T23:58:21.538Z | Downloaded spin v0.5.2 |
909 | 2024-05-15T23:58:21.538Z | Downloaded smf v0.2.3 |
910 | 2024-05-15T23:58:21.539Z | Downloaded sqlformat v0.2.3 |
911 | 2024-05-15T23:58:21.543Z | Downloaded spki v0.7.2 |
912 | 2024-05-15T23:58:21.543Z | Downloaded smawk v0.3.1 |
913 | 2024-05-15T23:58:21.546Z | Downloaded tokio-macros v2.2.0 |
914 | 2024-05-15T23:58:21.547Z | Downloaded chacha20poly1305 v0.10.1 |
915 | 2024-05-15T23:58:21.547Z | Downloaded unicode-linebreak v0.1.5 |
916 | 2024-05-15T23:58:21.550Z | Downloaded futures-core v0.3.30 |
917 | 2024-05-15T23:58:21.551Z | Downloaded indexmap v1.9.3 |
918 | 2024-05-15T23:58:21.555Z | Downloaded version_check v0.9.4 |
919 | 2024-05-15T23:58:21.555Z | Downloaded sqlparser_derive v0.2.2 |
920 | 2024-05-15T23:58:21.555Z | Downloaded getrandom v0.2.12 |
921 | 2024-05-15T23:58:21.561Z | Downloaded sync_wrapper v0.1.2 |
922 | 2024-05-15T23:58:21.565Z | Downloaded defmt-parser v0.3.3 |
923 | 2024-05-15T23:58:21.565Z | Downloaded debug-ignore v1.0.5 |
924 | 2024-05-15T23:58:21.565Z | Downloaded flagset v0.4.3 |
925 | 2024-05-15T23:58:21.565Z | Downloaded pin-project-internal v1.1.3 |
926 | 2024-05-15T23:58:21.565Z | Downloaded foreign-types-macros v0.2.3 |
927 | 2024-05-15T23:58:21.569Z | Downloaded foreign-types v0.5.0 |
928 | 2024-05-15T23:58:21.569Z | Downloaded postgres-types v0.2.6 |
929 | 2024-05-15T23:58:21.569Z | Downloaded usdt-attr-macro v0.3.5 |
930 | 2024-05-15T23:58:21.573Z | Downloaded unarray v0.1.4 |
931 | 2024-05-15T23:58:21.573Z | Downloaded percent-encoding v2.3.1 |
932 | 2024-05-15T23:58:21.573Z | Downloaded cc v1.0.83 |
933 | 2024-05-15T23:58:21.577Z | Downloaded hash32 v0.2.1 |
934 | 2024-05-15T23:58:21.577Z | Downloaded radium v0.7.0 |
935 | 2024-05-15T23:58:21.581Z | Downloaded derive_more v0.99.17 |
936 | 2024-05-15T23:58:21.585Z | Downloaded toml v0.8.12 |
937 | 2024-05-15T23:58:21.588Z | Downloaded smallvec v1.13.1 |
938 | 2024-05-15T23:58:21.592Z | Downloaded slog-term v2.9.1 |
939 | 2024-05-15T23:58:21.592Z | Downloaded darling_macro v0.20.8 |
940 | 2024-05-15T23:58:21.596Z | Downloaded thiserror-impl-no-std v2.0.2 |
941 | 2024-05-15T23:58:21.596Z | Downloaded signal-hook-mio v0.2.3 |
942 | 2024-05-15T23:58:21.597Z | Downloaded serde_path_to_error v0.1.16 |
943 | 2024-05-15T23:58:21.601Z | Downloaded rusty-fork v0.3.0 |
944 | 2024-05-15T23:58:21.601Z | Downloaded diesel_table_macro_syntax v0.1.0 |
945 | 2024-05-15T23:58:21.601Z | Downloaded slog-async v2.8.0 |
946 | 2024-05-15T23:58:21.605Z | Downloaded paste v1.0.15 |
947 | 2024-05-15T23:58:21.605Z | Downloaded futures v0.3.30 |
948 | 2024-05-15T23:58:21.609Z | Downloaded defmt v0.3.5 |
949 | 2024-05-15T23:58:21.613Z | Downloaded slog-scope v4.4.0 |
950 | 2024-05-15T23:58:21.617Z | Downloaded tokio-native-tls v0.3.1 |
951 | 2024-05-15T23:58:21.617Z | Downloaded owo-colors v4.0.0 |
952 | 2024-05-15T23:58:21.624Z | Downloaded slog-stdlog v4.1.1 |
953 | 2024-05-15T23:58:21.624Z | Downloaded thread-id v4.2.0 |
954 | 2024-05-15T23:58:21.628Z | Downloaded base64 v0.22.1 |
955 | 2024-05-15T23:58:21.628Z | Downloaded base64 v0.21.7 |
956 | 2024-05-15T23:58:21.631Z | Downloaded zeroize v1.7.0 |
957 | 2024-05-15T23:58:21.631Z | Downloaded serde_derive v1.0.201 |
958 | 2024-05-15T23:58:21.635Z | Downloaded proc-macro-error v1.0.4 |
959 | 2024-05-15T23:58:21.639Z | Downloaded take_mut v0.2.2 |
960 | 2024-05-15T23:58:21.639Z | Downloaded socket2 v0.4.9 |
961 | 2024-05-15T23:58:21.643Z | Downloaded backtrace v0.3.69 |
962 | 2024-05-15T23:58:21.647Z | Downloaded crucible-workspace-hack v0.1.0 |
963 | 2024-05-15T23:58:21.647Z | Downloaded zone_cfg_derive v0.1.2 |
964 | 2024-05-15T23:58:21.647Z | Downloaded utf8parse v0.2.1 |
965 | 2024-05-15T23:58:21.651Z | Downloaded mio v0.8.11 |
966 | 2024-05-15T23:58:21.655Z | Downloaded deranged v0.3.11 |
967 | 2024-05-15T23:58:21.655Z | Downloaded data-encoding v2.4.0 |
968 | 2024-05-15T23:58:21.659Z | Downloaded toml v0.5.11 |
969 | 2024-05-15T23:58:21.659Z | Downloaded dtrace-parser v0.2.0 |
970 | 2024-05-15T23:58:21.663Z | Downloaded float-cmp v0.9.0 |
971 | 2024-05-15T23:58:21.663Z | Downloaded der_derive v0.7.2 |
972 | 2024-05-15T23:58:21.663Z | Downloaded vsss-rs v3.3.4 |
973 | 2024-05-15T23:58:21.667Z | Downloaded parse-size v1.0.0 |
974 | 2024-05-15T23:58:21.667Z | Downloaded dtrace-parser v0.1.14 |
975 | 2024-05-15T23:58:21.667Z | Downloaded r2d2 v0.8.10 |
976 | 2024-05-15T23:58:21.671Z | Downloaded minimal-lexical v0.2.1 |
977 | 2024-05-15T23:58:21.677Z | Downloaded rustc-hash v1.1.0 |
978 | 2024-05-15T23:58:21.677Z | Downloaded parse-display v0.9.0 |
979 | 2024-05-15T23:58:21.699Z | Downloaded pin-project v1.1.3 |
980 | 2024-05-15T23:58:21.714Z | Downloaded stability v0.2.0 |
981 | 2024-05-15T23:58:21.714Z | Downloaded structmeta-derive v0.2.0 |
982 | 2024-05-15T23:58:21.714Z | Downloaded structmeta v0.3.0 |
983 | 2024-05-15T23:58:21.715Z | Downloaded shlex v1.3.0 |
984 | 2024-05-15T23:58:21.715Z | Downloaded schemars_derive v0.8.17 |
985 | 2024-05-15T23:58:21.715Z | Downloaded untrusted v0.9.0 |
986 | 2024-05-15T23:58:21.715Z | Downloaded socket2 v0.5.6 |
987 | 2024-05-15T23:58:21.715Z | Downloaded similar v2.4.0 |
988 | 2024-05-15T23:58:21.715Z | Downloaded endian-type v0.1.2 |
989 | 2024-05-15T23:58:21.715Z | Downloaded uzers v0.11.3 |
990 | 2024-05-15T23:58:21.715Z | Downloaded try-lock v0.2.4 |
991 | 2024-05-15T23:58:21.715Z | Downloaded thiserror-no-std v2.0.2 |
992 | 2024-05-15T23:58:21.719Z | Downloaded num_threads v0.1.6 |
993 | 2024-05-15T23:58:21.719Z | Downloaded num v0.4.3 |
994 | 2024-05-15T23:58:21.719Z | Downloaded equivalent v1.0.1 |
995 | 2024-05-15T23:58:21.719Z | Downloaded zone v0.1.8 |
996 | 2024-05-15T23:58:21.719Z | Downloaded parking_lot v0.11.2 |
997 | 2024-05-15T23:58:21.719Z | Downloaded either v1.11.0 |
998 | 2024-05-15T23:58:21.719Z | Downloaded ena v0.14.2 |
999 | 2024-05-15T23:58:21.719Z | Downloaded num_cpus v1.16.0 |
1000 | 2024-05-15T23:58:21.723Z | Downloaded ed25519 v1.5.3 |
1001 | 2024-05-15T23:58:21.723Z | Downloaded plain v0.2.3 |
1002 | 2024-05-15T23:58:21.727Z | Downloaded poly1305 v0.8.0 |
1003 | 2024-05-15T23:58:21.727Z | Downloaded half v2.3.1 |
1004 | 2024-05-15T23:58:21.731Z | Downloaded tinyvec_macros v0.1.1 |
1005 | 2024-05-15T23:58:21.731Z | Downloaded strum v0.26.2 |
1006 | 2024-05-15T23:58:21.735Z | Downloaded parse-display-derive v0.9.0 |
1007 | 2024-05-15T23:58:21.735Z | Downloaded parking_lot_core v0.8.6 |
1008 | 2024-05-15T23:58:21.740Z | Downloaded openssl-sys v0.9.102 |
1009 | 2024-05-15T23:58:21.744Z | Downloaded strip-ansi-escapes v0.2.0 |
1010 | 2024-05-15T23:58:21.744Z | Downloaded stable_deref_trait v1.2.0 |
1011 | 2024-05-15T23:58:21.744Z | Downloaded slog-json v2.6.1 |
1012 | 2024-05-15T23:58:21.748Z | Downloaded sha2 v0.10.8 |
1013 | 2024-05-15T23:58:21.748Z | Downloaded crossbeam-utils v0.8.19 |
1014 | 2024-05-15T23:58:21.752Z | Downloaded serde v1.0.201 |
1015 | 2024-05-15T23:58:21.757Z | Downloaded foreign-types-shared v0.3.1 |
1016 | 2024-05-15T23:58:21.757Z | Downloaded foreign-types-shared v0.1.1 |
1017 | 2024-05-15T23:58:21.757Z | Downloaded foreign-types v0.3.2 |
1018 | 2024-05-15T23:58:21.761Z | Downloaded dirs-next v2.0.0 |
1019 | 2024-05-15T23:58:21.761Z | Downloaded openssl-macros v0.1.1 |
1020 | 2024-05-15T23:58:21.761Z | Downloaded num_enum_derive v0.5.11 |
1021 | 2024-05-15T23:58:21.761Z | Downloaded unicode_categories v0.1.1 |
1022 | 2024-05-15T23:58:21.765Z | Downloaded enum-as-inner v0.5.1 |
1023 | 2024-05-15T23:58:21.765Z | Downloaded ryu v1.0.15 |
1024 | 2024-05-15T23:58:21.768Z | Downloaded der v0.7.8 |
1025 | 2024-05-15T23:58:21.772Z | Downloaded pem v3.0.4 |
1026 | 2024-05-15T23:58:21.777Z | Downloaded num_enum v0.5.11 |
1027 | 2024-05-15T23:58:21.781Z | Downloaded pkg-config v0.3.27 |
1028 | 2024-05-15T23:58:21.781Z | Downloaded platforms v3.0.2 |
1029 | 2024-05-15T23:58:21.781Z | Downloaded packed_struct_codegen v0.10.1 |
1030 | 2024-05-15T23:58:21.785Z | Downloaded structmeta v0.2.0 |
1031 | 2024-05-15T23:58:21.785Z | Downloaded sha1 v0.10.6 |
1032 | 2024-05-15T23:58:21.785Z | Downloaded structmeta-derive v0.3.0 |
1033 | 2024-05-15T23:58:21.789Z | Downloaded serde_repr v0.1.16 |
1034 | 2024-05-15T23:58:21.789Z | Downloaded tiny-keccak v2.0.2 |
1035 | 2024-05-15T23:58:21.795Z | Downloaded signal-hook-registry v1.4.1 |
1036 | 2024-05-15T23:58:21.795Z | Downloaded password-hash v0.5.0 |
1037 | 2024-05-15T23:58:21.802Z | Downloaded psl-types v2.0.11 |
1038 | 2024-05-15T23:58:21.802Z | Downloaded papergrid v0.11.0 |
1039 | 2024-05-15T23:58:21.806Z | Downloaded downcast v0.11.0 |
1040 | 2024-05-15T23:58:21.806Z | Downloaded dirs-sys-next v0.1.2 |
1041 | 2024-05-15T23:58:21.806Z | Downloaded semver v1.0.23 |
1042 | 2024-05-15T23:58:21.806Z | Downloaded signal-hook v0.3.17 |
1043 | 2024-05-15T23:58:21.810Z | Downloaded ron v0.7.1 |
1044 | 2024-05-15T23:58:21.814Z | Downloaded tower-service v0.3.2 |
1045 | 2024-05-15T23:58:21.814Z | Downloaded unicode-width v0.1.11 |
1046 | 2024-05-15T23:58:21.818Z | Downloaded fnv v1.0.7 |
1047 | 2024-05-15T23:58:21.818Z | Downloaded crossbeam-epoch v0.9.18 |
1048 | 2024-05-15T23:58:21.822Z | Downloaded num-conv v0.1.0 |
1049 | 2024-05-15T23:58:21.822Z | Downloaded usdt-macro v0.5.0 |
1050 | 2024-05-15T23:58:21.822Z | Downloaded packed_struct v0.10.1 |
1051 | 2024-05-15T23:58:21.822Z | Downloaded pem-rfc7468 v0.7.0 |
1052 | 2024-05-15T23:58:21.826Z | Downloaded env_logger v0.10.0 |
1053 | 2024-05-15T23:58:21.831Z | Downloaded scopeguard v1.2.0 |
1054 | 2024-05-15T23:58:21.831Z | Downloaded proc-macro-error-attr v1.0.4 |
1055 | 2024-05-15T23:58:21.831Z | Downloaded peg v0.8.3 |
1056 | 2024-05-15T23:58:21.835Z | Downloaded slab v0.4.9 |
1057 | 2024-05-15T23:58:21.835Z | Downloaded quote v1.0.36 |
1058 | 2024-05-15T23:58:21.838Z | Downloaded postcard v1.0.8 |
1059 | 2024-05-15T23:58:21.842Z | Downloaded serde_urlencoded v0.7.1 |
1060 | 2024-05-15T23:58:21.842Z | Downloaded pretty-hex v0.4.1 |
1061 | 2024-05-15T23:58:21.842Z | Downloaded pretty-hex v0.2.1 |
1062 | 2024-05-15T23:58:21.846Z | Downloaded parking_lot_core v0.9.8 |
1063 | 2024-05-15T23:58:21.846Z | Downloaded rustyline v14.0.0 |
1064 | 2024-05-15T23:58:21.853Z | Downloaded usdt-attr-macro v0.5.0 |
1065 | 2024-05-15T23:58:21.857Z | Downloaded dof v0.3.0 |
1066 | 2024-05-15T23:58:21.857Z | Downloaded swrite v0.1.0 |
1067 | 2024-05-15T23:58:21.857Z | Downloaded dof v0.1.5 |
1068 | 2024-05-15T23:58:21.857Z | Downloaded fastrand v2.0.1 |
1069 | 2024-05-15T23:58:21.858Z | Downloaded fallible-iterator v0.2.0 |
1070 | 2024-05-15T23:58:21.861Z | Downloaded display-error-chain v0.2.0 |
1071 | 2024-05-15T23:58:21.862Z | Downloaded zerocopy v0.3.0 |
1072 | 2024-05-15T23:58:21.862Z | Downloaded xattr v1.0.1 |
1073 | 2024-05-15T23:58:21.862Z | Downloaded crypto-common v0.1.6 |
1074 | 2024-05-15T23:58:21.878Z | Downloaded rpassword v7.3.1 |
1075 | 2024-05-15T23:58:21.878Z | Downloaded unicode-ident v1.0.12 |
1076 | 2024-05-15T23:58:21.882Z | Downloaded textwrap v0.16.1 |
1077 | 2024-05-15T23:58:21.882Z | Downloaded crunchy v0.2.2 |
1078 | 2024-05-15T23:58:21.882Z | Downloaded pin-project-lite v0.2.13 |
1079 | 2024-05-15T23:58:21.882Z | Downloaded zeroize_derive v1.4.2 |
1080 | 2024-05-15T23:58:21.882Z | Downloaded predicates-tree v1.0.9 |
1081 | 2024-05-15T23:58:21.882Z | Downloaded curve25519-dalek-derive v0.1.0 |
1082 | 2024-05-15T23:58:21.882Z | Downloaded tap v1.0.1 |
1083 | 2024-05-15T23:58:21.882Z | Downloaded tabled_derive v0.7.0 |
1084 | 2024-05-15T23:58:21.883Z | Downloaded pin-utils v0.1.0 |
1085 | 2024-05-15T23:58:21.883Z | Downloaded glob v0.3.1 |
1086 | 2024-05-15T23:58:21.883Z | Downloaded sct v0.7.0 |
1087 | 2024-05-15T23:58:21.887Z | Downloaded terminal_size v0.3.0 |
1088 | 2024-05-15T23:58:21.887Z | Downloaded tinyvec v1.6.0 |
1089 | 2024-05-15T23:58:21.891Z | Downloaded termcolor v1.2.0 |
1090 | 2024-05-15T23:58:21.891Z | Downloaded hashbrown v0.12.3 |
1091 | 2024-05-15T23:58:21.895Z | Downloaded slog-bunyan v2.5.0 |
1092 | 2024-05-15T23:58:21.896Z | Downloaded num-traits v0.2.19 |
1093 | 2024-05-15T23:58:21.899Z | Downloaded peg-runtime v0.8.3 |
1094 | 2024-05-15T23:58:21.899Z | Downloaded strum_macros v0.25.2 |
1095 | 2024-05-15T23:58:21.903Z | Downloaded usdt-impl v0.3.5 |
1096 | 2024-05-15T23:58:21.903Z | Downloaded hyper v0.14.28 |
1097 | 2024-05-15T23:58:21.912Z | Downloaded form_urlencoded v1.2.1 |
1098 | 2024-05-15T23:58:21.916Z | Downloaded wyz v0.5.1 |
1099 | 2024-05-15T23:58:21.916Z | Downloaded number_prefix v0.4.0 |
1100 | 2024-05-15T23:58:21.916Z | Downloaded fs-err v2.11.0 |
1101 | 2024-05-15T23:58:21.916Z | Downloaded fragile v2.0.0 |
1102 | 2024-05-15T23:58:21.920Z | Downloaded darling v0.20.8 |
1103 | 2024-05-15T23:58:21.923Z | Downloaded rustls-pemfile v1.0.3 |
1104 | 2024-05-15T23:58:21.923Z | Downloaded proc-macro2 v1.0.82 |
1105 | 2024-05-15T23:58:21.926Z | Downloaded trust-dns-server v0.22.1 |
1106 | 2024-05-15T23:58:21.930Z | Downloaded opaque-debug v0.3.0 |
1107 | 2024-05-15T23:58:21.934Z | Downloaded digest v0.10.7 |
1108 | 2024-05-15T23:58:21.934Z | Downloaded term v0.7.0 |
1109 | 2024-05-15T23:58:21.938Z | Downloaded globset v0.4.13 |
1110 | 2024-05-15T23:58:21.938Z | Downloaded serde_tokenstream v0.2.0 |
1111 | 2024-05-15T23:58:21.942Z | Downloaded rcgen v0.12.1 |
1112 | 2024-05-15T23:58:21.958Z | Downloaded strsim v0.10.0 |
1113 | 2024-05-15T23:58:21.958Z | Downloaded cstr-argument v0.1.2 |
1114 | 2024-05-15T23:58:21.958Z | Downloaded publicsuffix v2.2.3 |
1115 | 2024-05-15T23:58:21.962Z | Downloaded rustfmt-wrapper v0.2.1 |
1116 | 2024-05-15T23:58:21.962Z | Downloaded fatfs v0.3.6 |
1117 | 2024-05-15T23:58:21.962Z | Downloaded ref-cast v1.0.23 |
1118 | 2024-05-15T23:58:21.962Z | Downloaded strsim v0.11.0 |
1119 | 2024-05-15T23:58:21.963Z | Downloaded strum_macros v0.24.3 |
1120 | 2024-05-15T23:58:21.963Z | Downloaded num-derive v0.4.0 |
1121 | 2024-05-15T23:58:21.963Z | Downloaded portable-atomic v1.4.3 |
1122 | 2024-05-15T23:58:21.968Z | Downloaded slog-dtrace v0.3.0 |
1123 | 2024-05-15T23:58:21.968Z | Downloaded rustls-pki-types v1.3.0 |
1124 | 2024-05-15T23:58:21.968Z | Downloaded olpc-cjson v0.1.3 |
1125 | 2024-05-15T23:58:21.971Z | Downloaded flume v0.11.0 |
1126 | 2024-05-15T23:58:21.971Z | Downloaded num-integer v0.1.46 |
1127 | 2024-05-15T23:58:21.975Z | Downloaded num-complex v0.4.6 |
1128 | 2024-05-15T23:58:21.975Z | Downloaded prettyplease v0.2.20 |
1129 | 2024-05-15T23:58:21.979Z | Downloaded reqwest v0.11.27 |
1130 | 2024-05-15T23:58:21.985Z | Downloaded pest_derive v2.7.6 |
1131 | 2024-05-15T23:58:21.988Z | Downloaded rand v0.8.5 |
1132 | 2024-05-15T23:58:21.992Z | Downloaded salty v0.2.0 |
1133 | 2024-05-15T23:58:21.996Z | Downloaded rsa v0.9.2 |
1134 | 2024-05-15T23:58:22.000Z | Downloaded zerocopy-derive v0.7.32 |
1135 | 2024-05-15T23:58:22.004Z | Downloaded slog v2.7.0 |
1136 | 2024-05-15T23:58:22.009Z | Downloaded tungstenite v0.20.1 |
1137 | 2024-05-15T23:58:22.013Z | Downloaded ron v0.8.1 |
1138 | 2024-05-15T23:58:22.016Z | Downloaded tokio-util v0.7.10 |
1139 | 2024-05-15T23:58:22.025Z | Downloaded pest_meta v2.7.6 |
1140 | 2024-05-15T23:58:22.029Z | Downloaded tracing v0.1.40 |
1141 | 2024-05-15T23:58:22.029Z | Downloaded tokio-postgres v0.7.10 |
1142 | 2024-05-15T23:58:22.032Z | Downloaded serde_with v3.7.0 |
1143 | 2024-05-15T23:58:22.040Z | Downloaded omicron-zone-package v0.11.0 |
1144 | 2024-05-15T23:58:22.043Z | Downloaded peg-macros v0.8.3 |
1145 | 2024-05-15T23:58:22.046Z | Downloaded lalrpop v0.19.12 |
1146 | 2024-05-15T23:58:22.055Z | Downloaded zip v0.6.6 |
1147 | 2024-05-15T23:58:22.060Z | Downloaded trust-dns-client v0.22.0 |
1148 | 2024-05-15T23:58:22.064Z | Downloaded typed-path v0.7.0 |
1149 | 2024-05-15T23:58:22.070Z | Downloaded h2 v0.3.26 |
1150 | 2024-05-15T23:58:22.078Z | Downloaded goblin v0.8.0 |
1151 | 2024-05-15T23:58:22.086Z | Downloaded crossterm v0.27.0 |
1152 | 2024-05-15T23:58:22.089Z | Downloaded reedline v0.31.0 |
1153 | 2024-05-15T23:58:22.099Z | Downloaded bitvec v1.0.1 |
1154 | 2024-05-15T23:58:22.111Z | Downloaded x509-cert v0.2.4 |
1155 | 2024-05-15T23:58:22.117Z | Downloaded tough v0.17.1 |
1156 | 2024-05-15T23:58:22.124Z | Downloaded regex v1.10.4 |
1157 | 2024-05-15T23:58:22.136Z | Downloaded quick-xml v0.31.0 |
1158 | 2024-05-15T23:58:22.146Z | Downloaded sqlparser v0.45.0 |
1159 | 2024-05-15T23:58:22.149Z | Downloaded tabled v0.15.0 |
1160 | 2024-05-15T23:58:22.163Z | Downloaded pest v2.7.6 |
1161 | 2024-05-15T23:58:22.168Z | Downloaded winnow v0.5.15 |
1162 | 2024-05-15T23:58:22.175Z | Downloaded vcpkg v0.2.15 |
1163 | 2024-05-15T23:58:22.223Z | Downloaded serde_json v1.0.117 |
1164 | 2024-05-15T23:58:22.227Z | Downloaded regex-syntax v0.6.29 |
1165 | 2024-05-15T23:58:22.234Z | Downloaded curve25519-dalek v4.1.2 |
1166 | 2024-05-15T23:58:22.243Z | Downloaded radix_trie v0.2.1 |
1167 | 2024-05-15T23:58:22.248Z | Downloaded syn v2.0.60 |
1168 | 2024-05-15T23:58:22.259Z | Downloaded winnow v0.6.1 |
1169 | 2024-05-15T23:58:22.266Z | Downloaded bstr v0.2.17 |
1170 | 2024-05-15T23:58:22.277Z | Downloaded regex-syntax v0.8.2 |
1171 | 2024-05-15T23:58:22.285Z | Downloaded smoltcp v0.9.1 |
1172 | 2024-05-15T23:58:22.295Z | Downloaded proptest v1.4.0 |
1173 | 2024-05-15T23:58:22.304Z | Downloaded rustls v0.21.9 |
1174 | 2024-05-15T23:58:22.316Z | Downloaded openssl v0.10.64 |
1175 | 2024-05-15T23:58:22.325Z | Downloaded bstr v1.9.0 |
1176 | 2024-05-15T23:58:22.335Z | Downloaded rustls v0.22.4 |
1177 | 2024-05-15T23:58:22.348Z | Downloaded object v0.32.1 |
1178 | 2024-05-15T23:58:22.358Z | Downloaded zerocopy-derive v0.6.6 |
1179 | 2024-05-15T23:58:22.371Z | Downloaded ratatui v0.26.2 |
1180 | 2024-05-15T23:58:22.385Z | Downloaded object v0.30.4 |
1181 | 2024-05-15T23:58:22.394Z | Downloaded openapiv3 v2.0.0 |
1182 | 2024-05-15T23:58:22.406Z | Downloaded regex-automata v0.4.5 |
1183 | 2024-05-15T23:58:22.423Z | Downloaded libc v0.2.153 |
1184 | 2024-05-15T23:58:22.451Z | Downloaded petgraph v0.6.5 |
1185 | 2024-05-15T23:58:22.468Z | Downloaded csv v1.3.0 |
1186 | 2024-05-15T23:58:22.488Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1187 | 2024-05-15T23:58:22.518Z | Downloaded tokio v1.37.0 |
1188 | 2024-05-15T23:58:22.947Z | Downloaded sled v0.34.7 |
1189 | 2024-05-15T23:58:22.947Z | Downloaded zerocopy-derive v0.2.0 |
1190 | 2024-05-15T23:58:22.947Z | Downloaded sha3 v0.10.8 |
1191 | 2024-05-15T23:58:22.947Z | Downloaded trust-dns-proto v0.22.0 |
1192 | 2024-05-15T23:58:22.947Z | Downloaded polar-core v0.27.3 |
1193 | 2024-05-15T23:58:22.947Z | Downloaded diesel v2.1.6 |
1194 | 2024-05-15T23:58:22.947Z | Downloaded smoltcp v0.11.0 |
1195 | 2024-05-15T23:58:22.947Z | Downloaded regress v0.9.1 |
1196 | 2024-05-15T23:58:22.947Z | Downloaded encoding_rs v0.8.33 |
1197 | 2024-05-15T23:58:22.947Z | Downloaded rustix v0.38.31 |
1198 | 2024-05-15T23:58:22.947Z | Downloaded syn v1.0.109 |
1199 | 2024-05-15T23:58:22.947Z | Downloaded gimli v0.28.0 |
1200 | 2024-05-15T23:58:22.947Z | Downloaded rustls-webpki v0.101.7 |
1201 | 2024-05-15T23:58:22.947Z | Downloaded rayon v1.10.0 |
1202 | 2024-05-15T23:58:22.948Z | Downloaded rustls-webpki v0.102.1 |
1203 | 2024-05-15T23:58:22.948Z | Downloaded nix v0.28.0 |
1204 | 2024-05-15T23:58:22.948Z | Downloaded webpki-roots v0.25.2 |
1205 | 2024-05-15T23:58:22.948Z | Downloaded idna v0.5.0 |
1206 | 2024-05-15T23:58:22.948Z | Downloaded idna v0.3.0 |
1207 | 2024-05-15T23:58:22.948Z | Downloaded idna v0.2.3 |
1208 | 2024-05-15T23:58:22.948Z | Downloaded expectorate v1.1.0 |
1209 | 2024-05-15T23:58:22.948Z | Downloaded unicode-normalization v0.1.22 |
1210 | 2024-05-15T23:58:22.948Z | Downloaded ring v0.16.20 |
1211 | 2024-05-15T23:58:22.948Z | Downloaded bindgen v0.69.2 |
1212 | 2024-05-15T23:58:22.948Z | Downloaded num-bigint-dig v0.8.4 |
1213 | 2024-05-15T23:58:22.948Z | Downloaded futures-util v0.3.30 |
1214 | 2024-05-15T23:58:22.948Z | Downloaded unicode-segmentation v1.10.1 |
1215 | 2024-05-15T23:58:22.948Z | Downloaded regex-automata v0.1.10 |
1216 | 2024-05-15T23:58:22.948Z | Downloaded ucd-trie v0.1.6 |
1217 | 2024-05-15T23:58:22.948Z | Downloaded typenum v1.16.0 |
1218 | 2024-05-15T23:58:22.948Z | Downloaded subprocess v0.2.9 |
1219 | 2024-05-15T23:58:22.948Z | Downloaded tar v0.4.40 |
1220 | 2024-05-15T23:58:22.948Z | Downloaded ring v0.17.8 |
1221 | 2024-05-15T23:58:22.993Z | Downloaded pkcs1 v0.7.5 |
1222 | 2024-05-15T23:58:22.999Z | Downloaded serde_yaml v0.9.25 |
1223 | 2024-05-15T23:58:22.999Z | Downloaded pest_generator v2.7.6 |
1224 | 2024-05-15T23:58:22.999Z | Downloaded whoami v1.5.1 |
1225 | 2024-05-15T23:58:22.999Z | Downloaded zerocopy v0.7.32 |
1226 | 2024-05-15T23:58:23.009Z | Downloaded num-bigint v0.4.4 |
1227 | 2024-05-15T23:58:23.015Z | Downloaded trust-dns-resolver v0.22.0 |
1228 | 2024-05-15T23:58:23.022Z | Downloaded rustc_version v0.4.0 |
1229 | 2024-05-15T23:58:23.022Z | Downloaded darling_core v0.20.8 |
1230 | 2024-05-15T23:58:23.033Z | Downloaded crypto-bigint v0.5.2 |
1231 | 2024-05-15T23:58:23.033Z | Downloaded strum_macros v0.26.1 |
1232 | 2024-05-15T23:58:23.033Z | Downloaded which v4.4.0 |
1233 | 2024-05-15T23:58:23.049Z | Downloaded subtle v2.5.0 |
1234 | 2024-05-15T23:58:23.049Z | Downloaded url v2.5.0 |
1235 | 2024-05-15T23:58:23.049Z | Downloaded serde_with_macros v3.7.0 |
1236 | 2024-05-15T23:58:23.054Z | Downloaded flate2 v1.0.30 |
1237 | 2024-05-15T23:58:23.055Z | Downloaded predicates-core v1.0.6 |
1238 | 2024-05-15T23:58:23.055Z | Downloaded utf-8 v0.7.6 |
1239 | 2024-05-15T23:58:23.055Z | Downloaded rtoolbox v0.0.1 |
1240 | 2024-05-15T23:58:23.055Z | Downloaded time v0.3.34 |
1241 | 2024-05-15T23:58:23.055Z | Downloaded itertools v0.12.1 |
1242 | 2024-05-15T23:58:23.059Z | Downloaded tokio-tungstenite v0.21.0 |
1243 | 2024-05-15T23:58:23.065Z | Downloaded tokio-rustls v0.25.0 |
1244 | 2024-05-15T23:58:23.065Z | Downloaded tokio-rustls v0.24.1 |
1245 | 2024-05-15T23:58:23.065Z | Downloaded samael v0.0.15 |
1246 | 2024-05-15T23:58:23.087Z | Downloaded blake3 v1.5.0 |
1247 | 2024-05-15T23:58:23.091Z | Downloaded serde_plain v1.0.2 |
1248 | 2024-05-15T23:58:23.091Z | Downloaded pkcs8 v0.10.2 |
1249 | 2024-05-15T23:58:23.091Z | Downloaded parking_lot v0.12.1 |
1250 | 2024-05-15T23:58:23.091Z | Downloaded toml_edit v0.22.12 |
1251 | 2024-05-15T23:58:23.102Z | Downloaded toml_edit v0.19.15 |
1252 | 2024-05-15T23:58:23.117Z | Downloaded yasna v0.5.2 |
1253 | 2024-05-15T23:58:23.121Z | Downloaded nom v7.1.3 |
1254 | 2024-05-15T23:58:23.125Z | Downloaded libxml v0.3.3 |
1255 | 2024-05-15T23:58:23.130Z | Downloaded clap_builder v4.5.2 |
1256 | 2024-05-15T23:58:23.137Z | Downloaded unsafe-libyaml v0.2.10 |
1257 | 2024-05-15T23:58:23.141Z | Downloaded termios v0.3.3 |
1258 | 2024-05-15T23:58:23.141Z | Downloaded difflib v0.4.0 |
1259 | 2024-05-15T23:58:23.148Z | Downloaded unicode-xid v0.2.4 |
1260 | 2024-05-15T23:58:23.148Z | Downloaded thread_local v1.1.7 |
1261 | 2024-05-15T23:58:23.148Z | Downloaded thiserror v1.0.59 |
1262 | 2024-05-15T23:58:23.153Z | Downloaded tokio-stream v0.1.15 |
1263 | 2024-05-15T23:58:23.153Z | Downloaded diff v0.1.13 |
1264 | 2024-05-15T23:58:23.157Z | Downloaded toml v0.7.8 |
1265 | 2024-05-15T23:58:23.160Z | Downloaded libm v0.2.7 |
1266 | 2024-05-15T23:58:23.166Z | Downloaded slog-envlogger v2.2.0 |
1267 | 2024-05-15T23:58:23.170Z | Downloaded semver v0.1.20 |
1268 | 2024-05-15T23:58:23.170Z | Downloaded secrecy v0.8.0 |
1269 | 2024-05-15T23:58:23.170Z | Downloaded sec1 v0.7.3 |
1270 | 2024-05-15T23:58:23.174Z | Downloaded rustc_version v0.1.7 |
1271 | 2024-05-15T23:58:23.174Z | Downloaded quick-error v1.2.3 |
1272 | 2024-05-15T23:58:23.175Z | Downloaded rustc-demangle v0.1.23 |
1273 | 2024-05-15T23:58:23.175Z | Downloaded elliptic-curve v0.13.8 |
1274 | 2024-05-15T23:58:23.179Z | Downloaded postgres-protocol v0.6.6 |
1275 | 2024-05-15T23:58:23.183Z | Downloaded dyn-clone v1.0.17 |
1276 | 2024-05-15T23:58:23.183Z | Downloaded once_cell v1.19.0 |
1277 | 2024-05-15T23:58:23.187Z | Downloaded thiserror-impl v1.0.59 |
1278 | 2024-05-15T23:58:23.187Z | Downloaded tabwriter v1.4.0 |
1279 | 2024-05-15T23:58:23.187Z | Downloaded num-rational v0.4.2 |
1280 | 2024-05-15T23:58:23.187Z | Downloaded num-iter v0.1.45 |
1281 | 2024-05-15T23:58:23.191Z | Downloaded env_logger v0.9.3 |
1282 | 2024-05-15T23:58:23.191Z | Downloaded oso v0.27.3 |
1283 | 2024-05-15T23:58:23.198Z | Downloaded schemars v0.8.17 |
1284 | 2024-05-15T23:58:23.203Z | Downloaded steno v0.4.0 |
1285 | 2024-05-15T23:58:23.209Z | Downloaded itertools v0.10.5 |
1286 | 2024-05-15T23:58:23.213Z | Downloaded memchr v2.7.1 |
1287 | 2024-05-15T23:58:23.217Z | Downloaded crossbeam-channel v0.5.8 |
1288 | 2024-05-15T23:58:23.226Z | Downloaded diesel_derives v2.1.2 |
1289 | 2024-05-15T23:58:23.230Z | Downloaded usdt v0.5.0 |
1290 | 2024-05-15T23:58:23.230Z | Downloaded untrusted v0.7.1 |
1291 | 2024-05-15T23:58:23.230Z | Downloaded tui-tree-widget v0.19.0 |
1292 | 2024-05-15T23:58:23.230Z | Downloaded topological-sort v0.2.2 |
1293 | 2024-05-15T23:58:23.230Z | Downloaded hash32 v0.3.1 |
1294 | 2024-05-15T23:58:23.230Z | Downloaded walkdir v2.5.0 |
1295 | 2024-05-15T23:58:23.234Z | Downloaded zerocopy v0.6.6 |
1296 | 2024-05-15T23:58:23.234Z | Downloaded unicode-bidi v0.3.15 |
1297 | 2024-05-15T23:58:23.238Z | Downloaded rand_xorshift v0.3.0 |
1298 | 2024-05-15T23:58:23.238Z | Downloaded rand_seeder v0.2.3 |
1299 | 2024-05-15T23:58:23.238Z | Downloaded tungstenite v0.21.0 |
1300 | 2024-05-15T23:58:23.243Z | Downloaded tracing-core v0.1.32 |
1301 | 2024-05-15T23:58:23.247Z | Downloaded rustversion v1.0.14 |
1302 | 2024-05-15T23:58:23.247Z | Downloaded spin v0.9.8 |
1303 | 2024-05-15T23:58:23.252Z | Downloaded serde_derive_internals v0.29.0 |
1304 | 2024-05-15T23:58:23.252Z | Downloaded indexmap v2.2.6 |
1305 | 2024-05-15T23:58:23.256Z | Downloaded derive-where v1.2.7 |
1306 | 2024-05-15T23:58:23.259Z | Downloaded indicatif v0.17.8 |
1307 | 2024-05-15T23:58:23.263Z | Downloaded proc-macro-crate v1.3.1 |
1308 | 2024-05-15T23:58:23.263Z | Downloaded phf v0.11.2 |
1309 | 2024-05-15T23:58:23.263Z | Downloaded group v0.13.0 |
1310 | 2024-05-15T23:58:23.267Z | Downloaded errno v0.3.8 |
1311 | 2024-05-15T23:58:23.267Z | Downloaded embedded-io v0.4.0 |
1312 | 2024-05-15T23:58:23.267Z | Downloaded waitgroup v0.1.2 |
1313 | 2024-05-15T23:58:23.272Z | Downloaded csv-core v0.1.11 |
1314 | 2024-05-15T23:58:23.272Z | Downloaded uuid v1.8.0 |
1315 | 2024-05-15T23:58:23.272Z | Downloaded snafu v0.8.2 |
1316 | 2024-05-15T23:58:23.277Z | Downloaded getopts v0.2.21 |
1317 | 2024-05-15T23:58:23.284Z | Downloaded usdt-macro v0.3.5 |
1318 | 2024-05-15T23:58:23.284Z | Downloaded futures-channel v0.3.30 |
1319 | 2024-05-15T23:58:23.284Z | Downloaded rayon-core v1.12.1 |
1320 | 2024-05-15T23:58:23.288Z | Downloaded siphasher v0.3.11 |
1321 | 2024-05-15T23:58:23.288Z | Downloaded test-strategy v0.3.1 |
1322 | 2024-05-15T23:58:23.292Z | Downloaded const_format v0.2.32 |
1323 | 2024-05-15T23:58:23.296Z | Downloaded openssl-probe v0.1.5 |
1324 | 2024-05-15T23:58:23.296Z | Downloaded base64 v0.13.1 |
1325 | 2024-05-15T23:58:23.300Z | Downloaded ppv-lite86 v0.2.17 |
1326 | 2024-05-15T23:58:23.300Z | Downloaded powerfmt v0.2.0 |
1327 | 2024-05-15T23:58:23.300Z | Downloaded clang-sys v1.6.1 |
1328 | 2024-05-15T23:58:23.304Z | Downloaded arc-swap v1.6.0 |
1329 | 2024-05-15T23:58:23.304Z | Downloaded allocator-api2 v0.2.16 |
1330 | 2024-05-15T23:58:23.309Z | Downloaded clap v4.5.4 |
1331 | 2024-05-15T23:58:23.315Z | Downloaded anyhow v1.0.83 |
1332 | 2024-05-15T23:58:23.319Z | Downloaded cookie v0.17.0 |
1333 | 2024-05-15T23:58:23.322Z | Downloaded argon2 v0.5.3 |
1334 | 2024-05-15T23:58:23.322Z | Downloaded async-trait v0.1.80 |
1335 | 2024-05-15T23:58:23.326Z | Downloaded ascii v1.1.0 |
1336 | 2024-05-15T23:58:23.331Z | Downloaded anstyle-parse v0.2.1 |
1337 | 2024-05-15T23:58:23.331Z | Downloaded static_assertions v1.1.0 |
1338 | 2024-05-15T23:58:23.331Z | Downloaded smallvec v0.6.14 |
1339 | 2024-05-15T23:58:23.331Z | Downloaded libloading v0.7.4 |
1340 | 2024-05-15T23:58:23.335Z | Downloaded inout v0.1.3 |
1341 | 2024-05-15T23:58:23.335Z | Downloaded base64ct v1.6.0 |
1342 | 2024-05-15T23:58:23.339Z | Downloaded signature v1.6.4 |
1343 | 2024-05-15T23:58:23.339Z | Downloaded serde_tokenstream v0.1.7 |
1344 | 2024-05-15T23:58:23.343Z | Downloaded serde-hex v0.1.0 |
1345 | 2024-05-15T23:58:23.343Z | Downloaded same-file v1.0.6 |
1346 | 2024-05-15T23:58:23.343Z | Downloaded lazy_static v1.4.0 |
1347 | 2024-05-15T23:58:23.344Z | Downloaded ipnet v2.9.0 |
1348 | 2024-05-15T23:58:23.347Z | Downloaded hyper-staticfile v0.9.5 |
1349 | 2024-05-15T23:58:23.348Z | Downloaded hyper-rustls v0.24.2 |
1350 | 2024-05-15T23:58:23.355Z | Downloaded anstyle-query v1.0.0 |
1351 | 2024-05-15T23:58:23.355Z | Downloaded memoffset v0.7.1 |
1352 | 2024-05-15T23:58:23.355Z | Downloaded md-5 v0.10.5 |
1353 | 2024-05-15T23:58:23.359Z | Downloaded keccak v0.1.4 |
1354 | 2024-05-15T23:58:23.359Z | Downloaded crc v3.0.1 |
1355 | 2024-05-15T23:58:23.359Z | Downloaded block-buffer v0.10.4 |
1356 | 2024-05-15T23:58:23.359Z | Downloaded clap_lex v0.7.0 |
1357 | 2024-05-15T23:58:23.359Z | Downloaded ciborium v0.2.2 |
1358 | 2024-05-15T23:58:23.359Z | Downloaded camino-tempfile v1.1.1 |
1359 | 2024-05-15T23:58:23.363Z | Downloaded camino v1.1.7 |
1360 | 2024-05-15T23:58:23.363Z | Downloaded base16ct v0.2.0 |
1361 | 2024-05-15T23:58:23.364Z | Downloaded autocfg v1.1.0 |
1362 | 2024-05-15T23:58:23.367Z | Downloaded array-init v0.0.4 |
1363 | 2024-05-15T23:58:23.367Z | Downloaded anstyle v1.0.7 |
1364 | 2024-05-15T23:58:23.367Z | Downloaded cpufeatures v0.2.12 |
1365 | 2024-05-15T23:58:23.367Z | Downloaded cargo_metadata v0.18.1 |
1366 | 2024-05-15T23:58:23.371Z | Downloaded arrayref v0.3.7 |
1367 | 2024-05-15T23:58:23.372Z | Downloaded lru v0.12.1 |
1368 | 2024-05-15T23:58:23.372Z | Downloaded libsw v3.3.1 |
1369 | 2024-05-15T23:58:23.375Z | Downloaded bitfield v0.14.0 |
1370 | 2024-05-15T23:58:23.375Z | Downloaded assert_matches v1.5.0 |
1371 | 2024-05-15T23:58:23.375Z | Downloaded block-padding v0.3.3 |
1372 | 2024-05-15T23:58:23.375Z | Downloaded bit-set v0.5.3 |
1373 | 2024-05-15T23:58:23.381Z | Downloaded bb8 v0.8.3 |
1374 | 2024-05-15T23:58:23.381Z | Downloaded normalize-line-endings v0.3.0 |
1375 | 2024-05-15T23:58:23.381Z | Downloaded memmap v0.7.0 |
1376 | 2024-05-15T23:58:23.381Z | Downloaded maplit v1.0.2 |
1377 | 2024-05-15T23:58:23.381Z | Downloaded macaddr v1.0.1 |
1378 | 2024-05-15T23:58:23.386Z | Downloaded lru-cache v0.1.2 |
1379 | 2024-05-15T23:58:23.386Z | Downloaded linked-hash-map v0.5.6 |
1380 | 2024-05-15T23:58:23.386Z | Downloaded lalrpop-util v0.19.12 |
1381 | 2024-05-15T23:58:23.386Z | Downloaded is-terminal v0.4.9 |
1382 | 2024-05-15T23:58:23.387Z | Downloaded ipnetwork v0.20.0 |
1383 | 2024-05-15T23:58:23.391Z | Downloaded indoc v2.0.3 |
1384 | 2024-05-15T23:58:23.391Z | Downloaded iana-time-zone v0.1.57 |
1385 | 2024-05-15T23:58:23.391Z | Downloaded hyper-tls v0.5.0 |
1386 | 2024-05-15T23:58:23.391Z | Downloaded humantime v2.1.0 |
1387 | 2024-05-15T23:58:23.395Z | Downloaded const_format_proc_macros v0.2.32 |
1388 | 2024-05-15T23:58:23.395Z | Downloaded clap_derive v4.5.4 |
1389 | 2024-05-15T23:58:23.399Z | Downloaded ident_case v1.0.1 |
1390 | 2024-05-15T23:58:23.399Z | Downloaded chacha20 v0.9.1 |
1391 | 2024-05-15T23:58:23.399Z | Downloaded bit-vec v0.6.3 |
1392 | 2024-05-15T23:58:23.399Z | Downloaded bitflags v1.3.2 |
1393 | 2024-05-15T23:58:23.403Z | Downloaded async-stream v0.3.5 |
1394 | 2024-05-15T23:58:23.403Z | Downloaded async-recursion v1.1.1 |
1395 | 2024-05-15T23:58:23.408Z | Downloaded atomicwrites v0.4.3 |
1396 | 2024-05-15T23:58:23.408Z | Downloaded async-stream-impl v0.3.5 |
1397 | 2024-05-15T23:58:23.411Z | Downloaded buf-list v1.0.3 |
1398 | 2024-05-15T23:58:23.411Z | Downloaded compact_str v0.7.1 |
1399 | 2024-05-15T23:58:23.418Z | Downloaded hostname v0.3.1 |
1400 | 2024-05-15T23:58:23.418Z | Downloaded heck v0.5.0 |
1401 | 2024-05-15T23:58:23.418Z | Downloaded chrono v0.4.38 |
1402 | 2024-05-15T23:58:23.422Z | Downloaded highway v1.1.0 |
1403 | 2024-05-15T23:58:23.426Z | Downloaded bitstruct_derive v0.1.0 |
1404 | 2024-05-15T23:58:23.426Z | Downloaded ascii-canvas v3.0.0 |
1405 | 2024-05-15T23:58:23.426Z | Downloaded crc-any v2.4.3 |
1406 | 2024-05-15T23:58:23.429Z | Downloaded const-oid v0.9.6 |
1407 | 2024-05-15T23:58:23.429Z | Downloaded cobs v0.2.3 |
1408 | 2024-05-15T23:58:23.429Z | Downloaded byteorder v1.5.0 |
1409 | 2024-05-15T23:58:23.433Z | Downloaded heck v0.3.3 |
1410 | 2024-05-15T23:58:23.849Z | Compiling proc-macro2 v1.0.82 |
1411 | 2024-05-15T23:58:23.849Z | Compiling unicode-ident v1.0.12 |
1412 | 2024-05-15T23:58:23.854Z | Compiling libc v0.2.153 |
1413 | 2024-05-15T23:58:23.854Z | Compiling serde v1.0.201 |
1414 | 2024-05-15T23:58:23.854Z | Compiling autocfg v1.1.0 |
1415 | 2024-05-15T23:58:23.854Z | Compiling version_check v0.9.4 |
1416 | 2024-05-15T23:58:23.854Z | Compiling cfg-if v1.0.0 |
1417 | 2024-05-15T23:58:24.032Z | Compiling once_cell v1.19.0 |
1418 | 2024-05-15T23:58:24.081Z | Compiling parking_lot_core v0.9.8 |
1419 | 2024-05-15T23:58:24.110Z | Compiling serde_json v1.0.117 |
1420 | 2024-05-15T23:58:24.485Z | Compiling libm v0.2.7 |
1421 | 2024-05-15T23:58:24.558Z | Compiling ahash v0.8.8 |
1422 | 2024-05-15T23:58:24.656Z | Compiling lock_api v0.4.10 |
1423 | 2024-05-15T23:58:26.910Z | Compiling byteorder v1.5.0 |
1424 | 2024-05-15T23:58:26.915Z | Compiling memchr v2.7.1 |
1425 | 2024-05-15T23:58:26.915Z | Compiling num-traits v0.2.19 |
1426 | 2024-05-15T23:58:26.915Z | Compiling thiserror v1.0.59 |
1427 | 2024-05-15T23:58:26.915Z | Compiling typenum v1.16.0 |
1428 | 2024-05-15T23:58:27.260Z | Compiling log v0.4.21 |
1429 | 2024-05-15T23:58:27.387Z | Compiling generic-array v0.14.7 |
1430 | 2024-05-15T23:58:27.688Z | Compiling itoa v1.0.9 |
1431 | 2024-05-15T23:58:28.032Z | Compiling quote v1.0.36 |
1432 | 2024-05-15T23:58:28.305Z | Compiling cc v1.0.83 |
1433 | 2024-05-15T23:58:28.330Z | Compiling getrandom v0.2.12 |
1434 | 2024-05-15T23:58:28.374Z | Compiling syn v2.0.60 |
1435 | 2024-05-15T23:58:28.694Z | Compiling scopeguard v1.2.0 |
1436 | 2024-05-15T23:58:28.876Z | Compiling allocator-api2 v0.2.16 |
1437 | 2024-05-15T23:58:29.000Z | Compiling slab v0.4.9 |
1438 | 2024-05-15T23:58:29.164Z | Compiling ryu v1.0.15 |
1439 | 2024-05-15T23:58:29.378Z | Compiling pin-project-lite v0.2.13 |
1440 | 2024-05-15T23:58:29.382Z | Compiling smallvec v1.13.1 |
1441 | 2024-05-15T23:58:29.543Z | Compiling schemars v0.8.17 |
1442 | 2024-05-15T23:58:29.588Z | Compiling syn v1.0.109 |
1443 | 2024-05-15T23:58:29.864Z | Compiling equivalent v1.0.1 |
1444 | 2024-05-15T23:58:29.974Z | Compiling vcpkg v0.2.15 |
1445 | 2024-05-15T23:58:30.000Z | Compiling pkg-config v0.3.27 |
1446 | 2024-05-15T23:58:30.221Z | Compiling parking_lot v0.12.1 |
1447 | 2024-05-15T23:58:30.744Z | Compiling signal-hook-registry v1.4.1 |
1448 | 2024-05-15T23:58:30.763Z | Compiling ring v0.17.8 |
1449 | 2024-05-15T23:58:31.604Z | Compiling openssl-sys v0.9.102 |
1450 | 2024-05-15T23:58:31.879Z | Compiling mio v0.8.11 |
1451 | 2024-05-15T23:58:32.673Z | Compiling fnv v1.0.7 |
1452 | 2024-05-15T23:58:32.808Z | Compiling rand_core v0.6.4 |
1453 | 2024-05-15T23:58:32.872Z | Compiling socket2 v0.5.6 |
1454 | 2024-05-15T23:58:33.183Z | Compiling num_cpus v1.16.0 |
1455 | 2024-05-15T23:58:33.314Z | Compiling num-conv v0.1.0 |
1456 | 2024-05-15T23:58:33.514Z | Compiling time-core v0.1.2 |
1457 | 2024-05-15T23:58:33.625Z | Compiling ring v0.16.20 |
1458 | 2024-05-15T23:58:33.697Z | Compiling time-macros v0.2.17 |
1459 | 2024-05-15T23:58:34.079Z | Compiling httparse v1.8.0 |
1460 | 2024-05-15T23:58:34.688Z | Compiling futures-core v0.3.30 |
1461 | 2024-05-15T23:58:34.863Z | Compiling openssl v0.10.64 |
1462 | 2024-05-15T23:58:34.935Z | Compiling rustix v0.38.31 |
1463 | 2024-05-15T23:58:35.440Z | Compiling semver v1.0.23 |
1464 | 2024-05-15T23:58:35.516Z | Compiling crossbeam-utils v0.8.19 |
1465 | 2024-05-15T23:58:35.598Z | Compiling serde_derive_internals v0.29.0 |
1466 | 2024-05-15T23:58:35.772Z | Compiling iana-time-zone v0.1.57 |
1467 | 2024-05-15T23:58:36.110Z | Compiling tinyvec_macros v0.1.1 |
1468 | 2024-05-15T23:58:36.335Z | Compiling spin v0.5.2 |
1469 | 2024-05-15T23:58:36.413Z | Compiling native-tls v0.2.11 |
1470 | 2024-05-15T23:58:36.584Z | Compiling rustls v0.21.9 |
1471 | 2024-05-15T23:58:36.731Z | Compiling tinyvec v1.6.0 |
1472 | 2024-05-15T23:58:36.823Z | Compiling spin v0.9.8 |
1473 | 2024-05-15T23:58:37.126Z | Compiling futures-sink v0.3.30 |
1474 | 2024-05-15T23:58:37.256Z | Compiling const-oid v0.9.6 |
1475 | 2024-05-15T23:58:37.412Z | Compiling ucd-trie v0.1.6 |
1476 | 2024-05-15T23:58:37.495Z | Compiling subtle v2.5.0 |
1477 | 2024-05-15T23:58:37.823Z | Compiling backtrace v0.3.69 |
1478 | 2024-05-15T23:58:38.076Z | Compiling cookie v0.17.0 |
1479 | 2024-05-15T23:58:38.146Z | Compiling unicode-normalization v0.1.22 |
1480 | 2024-05-15T23:58:38.262Z | Compiling dyn-clone v1.0.17 |
1481 | 2024-05-15T23:58:38.388Z | Compiling heck v0.5.0 |
1482 | 2024-05-15T23:58:38.435Z | Compiling heck v0.4.1 |
1483 | 2024-05-15T23:58:38.825Z | Compiling slog v2.7.0 |
1484 | 2024-05-15T23:58:38.870Z | Compiling unicode-bidi v0.3.15 |
1485 | 2024-05-15T23:58:39.210Z | Compiling futures-channel v0.3.30 |
1486 | 2024-05-15T23:58:39.414Z | Compiling tracing-core v0.1.32 |
1487 | 2024-05-15T23:58:39.483Z | Compiling pin-utils v0.1.0 |
1488 | 2024-05-15T23:58:39.653Z | Compiling futures-task v0.3.30 |
1489 | 2024-05-15T23:58:39.924Z | Compiling futures-io v0.3.30 |
1490 | 2024-05-15T23:58:40.344Z | Compiling aho-corasick v1.1.2 |
1491 | 2024-05-15T23:58:40.401Z | Compiling winnow v0.5.15 |
1492 | 2024-05-15T23:58:40.721Z | Compiling anyhow v1.0.83 |
1493 | 2024-05-15T23:58:40.886Z | Compiling serde_derive v1.0.201 |
1494 | 2024-05-15T23:58:41.254Z | Compiling zerocopy-derive v0.7.32 |
1495 | 2024-05-15T23:58:41.767Z | Compiling zeroize_derive v1.4.2 |
1496 | 2024-05-15T23:58:42.581Z | Compiling thiserror-impl v1.0.59 |
1497 | 2024-05-15T23:58:43.089Z | Compiling tokio-macros v2.2.0 |
1498 | 2024-05-15T23:58:43.120Z | Compiling zerocopy v0.7.32 |
1499 | 2024-05-15T23:58:43.858Z | Compiling futures-macro v0.3.30 |
1500 | 2024-05-15T23:58:44.248Z | Compiling tracing-attributes v0.1.27 |
1501 | 2024-05-15T23:58:44.530Z | Compiling schemars_derive v0.8.17 |
1502 | 2024-05-15T23:58:45.258Z | Compiling hashbrown v0.14.3 |
1503 | 2024-05-15T23:58:45.315Z | Compiling zeroize v1.7.0 |
1504 | 2024-05-15T23:58:46.295Z | Compiling openssl-macros v0.1.1 |
1505 | 2024-05-15T23:58:46.993Z | Compiling scroll_derive v0.12.0 |
1506 | 2024-05-15T23:58:47.083Z | Compiling pest v2.7.6 |
1507 | 2024-05-15T23:58:47.471Z | Compiling crypto-common v0.1.6 |
1508 | 2024-05-15T23:58:47.529Z | Compiling tracing v0.1.40 |
1509 | 2024-05-15T23:58:47.681Z | Compiling futures-util v0.3.30 |
1510 | 2024-05-15T23:58:48.329Z | Compiling der_derive v0.7.2 |
1511 | 2024-05-15T23:58:48.426Z | Compiling regex-syntax v0.8.2 |
1512 | 2024-05-15T23:58:49.307Z | Compiling pest_meta v2.7.6 |
1513 | 2024-05-15T23:58:50.707Z | Compiling pest_generator v2.7.6 |
1514 | 2024-05-15T23:58:52.445Z | Compiling regex-automata v0.4.5 |
1515 | 2024-05-15T23:58:53.161Z | Compiling pest_derive v2.7.6 |
1516 | 2024-05-15T23:58:53.906Z | Compiling bytes v1.6.0 |
1517 | 2024-05-15T23:58:54.470Z | Compiling indexmap v2.2.6 |
1518 | 2024-05-15T23:58:55.154Z | Compiling tokio v1.37.0 |
1519 | 2024-05-15T23:58:55.899Z | Compiling bitflags v2.4.2 |
1520 | 2024-05-15T23:58:55.988Z | Compiling uuid v1.8.0 |
1521 | 2024-05-15T23:58:56.480Z | Compiling serde_tokenstream v0.2.0 |
1522 | 2024-05-15T23:58:56.699Z | Compiling chrono v0.4.38 |
1523 | 2024-05-15T23:58:57.675Z | Compiling serde_spanned v0.6.5 |
1524 | 2024-05-15T23:58:57.887Z | Compiling toml_datetime v0.6.5 |
1525 | 2024-05-15T23:58:58.738Z | Compiling http v0.2.12 |
1526 | 2024-05-15T23:59:01.011Z | Compiling rustc_version v0.4.0 |
1527 | 2024-05-15T23:59:01.641Z | Compiling toml_edit v0.19.15 |
1528 | 2024-05-15T23:59:01.852Z | Compiling block-buffer v0.10.4 |
1529 | 2024-05-15T23:59:02.525Z | Compiling usdt-impl v0.5.0 |
1530 | 2024-05-15T23:59:02.995Z | Compiling powerfmt v0.2.0 |
1531 | 2024-05-15T23:59:03.237Z | Compiling untrusted v0.9.0 |
1532 | 2024-05-15T23:59:03.438Z | Compiling rustversion v1.0.14 |
1533 | 2024-05-15T23:59:04.152Z | Compiling deranged v0.3.11 |
1534 | 2024-05-15T23:59:04.626Z | Compiling digest v0.10.7 |
1535 | 2024-05-15T23:59:05.074Z | Compiling heapless v0.7.16 |
1536 | 2024-05-15T23:59:05.507Z | Compiling scroll v0.12.0 |
1537 | 2024-05-15T23:59:06.247Z | Compiling num_threads v0.1.6 |
1538 | 2024-05-15T23:59:06.377Z | Compiling percent-encoding v2.3.1 |
1539 | 2024-05-15T23:59:06.542Z | Compiling signal-hook v0.3.17 |
1540 | 2024-05-15T23:59:06.700Z | Compiling ppv-lite86 v0.2.17 |
1541 | 2024-05-15T23:59:06.829Z | Compiling plain v0.2.3 |
1542 | 2024-05-15T23:59:06.985Z | Compiling goblin v0.8.0 |
1543 | 2024-05-15T23:59:07.044Z | Compiling time v0.3.34 |
1544 | 2024-05-15T23:59:07.492Z | Compiling rand_chacha v0.3.1 |
1545 | 2024-05-15T23:59:08.574Z | Compiling regex v1.10.4 |
1546 | 2024-05-15T23:59:10.744Z | Compiling crc32fast v1.3.2 |
1547 | 2024-05-15T23:59:11.190Z | Compiling pretty-hex v0.4.1 |
1548 | 2024-05-15T23:59:11.412Z | Compiling rand v0.8.5 |
1549 | 2024-05-15T23:59:11.739Z | Compiling tokio-util v0.7.10 |
1550 | 2024-05-15T23:59:12.887Z | Compiling dof v0.3.0 |
1551 | 2024-05-15T23:59:13.301Z | Compiling dtrace-parser v0.2.0 |
1552 | 2024-05-15T23:59:14.709Z | Compiling async-trait v0.1.80 |
1553 | 2024-05-15T23:59:14.990Z | Compiling thread-id v4.2.0 |
1554 | 2024-05-15T23:59:15.109Z | Compiling num-bigint v0.4.4 |
1555 | 2024-05-15T23:59:15.501Z | Compiling unicode-width v0.1.11 |
1556 | 2024-05-15T23:59:15.667Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1557 | 2024-05-15T23:59:15.938Z | Compiling smoltcp v0.9.1 |
1558 | 2024-05-15T23:59:16.245Z | Compiling base64ct v1.6.0 |
1559 | 2024-05-15T23:59:16.379Z | Compiling untrusted v0.7.1 |
1560 | 2024-05-15T23:59:16.487Z | Compiling foreign-types-shared v0.1.1 |
1561 | 2024-05-15T23:59:16.595Z | Compiling foreign-types v0.3.2 |
1562 | 2024-05-15T23:59:16.842Z | Compiling pem-rfc7468 v0.7.0 |
1563 | 2024-05-15T23:59:18.544Z | Compiling form_urlencoded v1.2.1 |
1564 | 2024-05-15T23:59:19.115Z | Compiling hmac v0.12.1 |
1565 | 2024-05-15T23:59:19.530Z | Compiling errno v0.3.8 |
1566 | 2024-05-15T23:59:19.791Z | Compiling flagset v0.4.3 |
1567 | 2024-05-15T23:59:19.986Z | Compiling try-lock v0.2.4 |
1568 | 2024-05-15T23:59:20.013Z | Compiling adler v1.0.2 |
1569 | 2024-05-15T23:59:20.034Z | Compiling base64 v0.21.7 |
1570 | 2024-05-15T23:59:20.310Z | Compiling siphasher v0.3.11 |
1571 | 2024-05-15T23:59:20.395Z | Compiling want v0.3.1 |
1572 | 2024-05-15T23:59:20.457Z | Compiling miniz_oxide v0.7.1 |
1573 | 2024-05-15T23:59:20.674Z | Compiling der v0.7.8 |
1574 | 2024-05-15T23:59:21.552Z | Compiling sct v0.7.0 |
1575 | 2024-05-15T23:59:21.844Z | Compiling rustls-webpki v0.101.7 |
1576 | 2024-05-15T23:59:23.098Z | Compiling h2 v0.3.26 |
1577 | 2024-05-15T23:59:23.850Z | Compiling http-body v0.4.5 |
1578 | 2024-05-15T23:59:24.802Z | Compiling openapiv3 v2.0.0 |
1579 | 2024-05-15T23:59:25.419Z | Compiling hubpack_derive v0.1.1 |
1580 | 2024-05-15T23:59:25.486Z | Compiling zerocopy-derive v0.6.6 |
1581 | 2024-05-15T23:59:25.507Z | Compiling lazy_static v1.4.0 |
1582 | 2024-05-15T23:59:25.618Z | Compiling idna v0.5.0 |
1583 | 2024-05-15T23:59:26.706Z | Compiling fs-err v2.11.0 |
1584 | 2024-05-15T23:59:26.983Z | Compiling anstyle v1.0.7 |
1585 | 2024-05-15T23:59:27.423Z | Compiling httpdate v1.0.3 |
1586 | 2024-05-15T23:59:27.456Z | Compiling stable_deref_trait v1.2.0 |
1587 | 2024-05-15T23:59:27.847Z | Compiling cpufeatures v0.2.12 |
1588 | 2024-05-15T23:59:28.150Z | Compiling tower-service v0.3.2 |
1589 | 2024-05-15T23:59:28.286Z | Compiling utf8parse v0.2.1 |
1590 | 2024-05-15T23:59:28.333Z | Compiling openssl-probe v0.1.5 |
1591 | 2024-05-15T23:59:28.449Z | Compiling gimli v0.28.0 |
1592 | 2024-05-15T23:59:28.608Z | Compiling anstyle-parse v0.2.1 |
1593 | 2024-05-15T23:59:29.025Z | Compiling sha2 v0.10.8 |
1594 | 2024-05-15T23:59:30.253Z | Compiling url v2.5.0 |
1595 | 2024-05-15T23:59:30.313Z | Compiling hyper v0.14.28 |
1596 | 2024-05-15T23:59:32.956Z | Compiling addr2line v0.21.0 |
1597 | 2024-05-15T23:59:33.357Z | Compiling spki v0.7.2 |
1598 | 2024-05-15T23:59:33.756Z | Compiling usdt-attr-macro v0.5.0 |
1599 | 2024-05-15T23:59:34.845Z | Compiling usdt-macro v0.5.0 |
1600 | 2024-05-15T23:59:36.326Z | Compiling md-5 v0.10.5 |
1601 | 2024-05-15T23:59:39.633Z | Compiling idna v0.3.0 |
1602 | 2024-05-15T23:59:39.757Z | Compiling stringprep v0.1.3 |
1603 | 2024-05-15T23:59:40.241Z | Compiling diesel_table_macro_syntax v0.1.0 |
1604 | 2024-05-15T23:59:40.334Z | Compiling num-integer v0.1.46 |
1605 | 2024-05-15T23:59:40.603Z | Compiling object v0.32.1 |
1606 | 2024-05-15T23:59:41.001Z | Compiling hash32 v0.2.1 |
1607 | 2024-05-15T23:59:41.158Z | Compiling fallible-iterator v0.2.0 |
1608 | 2024-05-15T23:59:41.381Z | Compiling anstyle-query v1.0.0 |
1609 | 2024-05-15T23:59:41.885Z | Compiling rustc-demangle v0.1.23 |
1610 | 2024-05-15T23:59:44.921Z | Compiling colorchoice v1.0.0 |
1611 | 2024-05-15T23:59:45.082Z | Compiling psl-types v2.0.11 |
1612 | 2024-05-15T23:59:45.276Z | Compiling publicsuffix v2.2.3 |
1613 | 2024-05-15T23:59:45.533Z | Compiling anstream v0.6.11 |
1614 | 2024-05-15T23:59:46.858Z | Compiling postgres-protocol v0.6.6 |
1615 | 2024-05-15T23:59:48.249Z | Compiling diesel_derives v2.1.2 |
1616 | 2024-05-15T23:59:56.059Z | Compiling tokio-rustls v0.24.1 |
1617 | 2024-05-15T23:59:56.465Z | Compiling pkcs8 v0.10.2 |
1618 | 2024-05-15T23:59:56.992Z | Compiling terminal_size v0.3.0 |
1619 | 2024-05-15T23:59:57.197Z | Compiling tokio-native-tls v0.3.1 |
1620 | 2024-05-15T23:59:57.469Z | Compiling phf_shared v0.11.2 |
1621 | 2024-05-15T23:59:58.683Z | Compiling strum_macros v0.25.2 |
1622 | 2024-05-15T23:59:58.827Z | Compiling block-padding v0.3.3 |
1623 | 2024-05-15T23:59:59.012Z | Compiling regress v0.9.1 |
1624 | 2024-05-15T23:59:59.054Z | Compiling enum-as-inner v0.5.1 |
1625 | 2024-05-16T00:00:00.288Z | Compiling serde_repr v0.1.16 |
1626 | 2024-05-16T00:00:01.415Z | Compiling clap_derive v4.5.4 |
1627 | 2024-05-16T00:00:02.197Z | Compiling ff v0.13.0 |
1628 | 2024-05-16T00:00:02.295Z | Compiling scheduled-thread-pool v0.2.7 |
1629 | 2024-05-16T00:00:02.802Z | Compiling encoding_rs v0.8.33 |
1630 | 2024-05-16T00:00:03.649Z | Compiling ipnet v2.9.0 |
1631 | 2024-05-16T00:00:04.729Z | Compiling bitflags v1.3.2 |
1632 | 2024-05-16T00:00:04.876Z | Compiling matches v0.1.10 |
1633 | 2024-05-16T00:00:04.978Z | Compiling strsim v0.10.0 |
1634 | 2024-05-16T00:00:05.148Z | Compiling mime v0.3.17 |
1635 | 2024-05-16T00:00:05.610Z | Compiling managed v0.8.0 |
1636 | 2024-05-16T00:00:06.025Z | Compiling bit-vec v0.6.3 |
1637 | 2024-05-16T00:00:06.065Z | Compiling regex-automata v0.1.10 |
1638 | 2024-05-16T00:00:06.198Z | Compiling strsim v0.11.0 |
1639 | 2024-05-16T00:00:06.446Z | Compiling base16ct v0.2.0 |
1640 | 2024-05-16T00:00:06.961Z | Compiling ident_case v1.0.1 |
1641 | 2024-05-16T00:00:07.204Z | Compiling clap_lex v0.7.0 |
1642 | 2024-05-16T00:00:07.592Z | Compiling clap_builder v4.5.2 |
1643 | 2024-05-16T00:00:07.648Z | Compiling darling_core v0.20.8 |
1644 | 2024-05-16T00:00:07.676Z | Compiling sec1 v0.7.3 |
1645 | 2024-05-16T00:00:08.234Z | Compiling bstr v0.2.17 |
1646 | 2024-05-16T00:00:11.688Z | Compiling idna v0.2.3 |
1647 | 2024-05-16T00:00:11.762Z | Compiling r2d2 v0.8.10 |
1648 | 2024-05-16T00:00:12.135Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1649 | 2024-05-16T00:00:13.072Z | Compiling group v0.13.0 |
1650 | 2024-05-16T00:00:15.214Z | Compiling inout v0.1.3 |
1651 | 2024-05-16T00:00:15.957Z | Compiling phf v0.11.2 |
1652 | 2024-05-16T00:00:16.083Z | Compiling hyper-tls v0.5.0 |
1653 | 2024-05-16T00:00:16.266Z | Compiling signal-hook-mio v0.2.3 |
1654 | 2024-05-16T00:00:16.438Z | Compiling hyper-rustls v0.24.2 |
1655 | 2024-05-16T00:00:16.627Z | Compiling cookie_store v0.20.0 |
1656 | 2024-05-16T00:00:16.813Z | Compiling postgres-types v0.2.6 |
1657 | 2024-05-16T00:00:17.226Z | Compiling zerocopy v0.6.6 |
1658 | 2024-05-16T00:00:18.090Z | Compiling hubpack v0.1.2 |
1659 | 2024-05-16T00:00:18.094Z | Compiling phf_shared v0.10.0 |
1660 | 2024-05-16T00:00:18.181Z | Compiling rustls-pemfile v1.0.3 |
1661 | 2024-05-16T00:00:18.494Z | Compiling hkdf v0.12.4 |
1662 | 2024-05-16T00:00:18.514Z | Compiling serde_urlencoded v0.7.1 |
1663 | 2024-05-16T00:00:18.558Z | Compiling crossbeam-epoch v0.9.18 |
1664 | 2024-05-16T00:00:18.704Z | Compiling ipnetwork v0.20.0 |
1665 | 2024-05-16T00:00:18.717Z | Compiling futures-executor v0.3.30 |
1666 | 2024-05-16T00:00:19.208Z | Compiling crypto-bigint v0.5.2 |
1667 | 2024-05-16T00:00:19.485Z | Compiling float-cmp v0.9.0 |
1668 | 2024-05-16T00:00:19.533Z | Compiling memmap v0.7.0 |
1669 | 2024-05-16T00:00:25.028Z | Compiling sync_wrapper v0.1.2 |
1670 | 2024-05-16T00:00:25.192Z | Compiling unicode-segmentation v1.10.1 |
1671 | 2024-05-16T00:00:25.192Z | Compiling either v1.11.0 |
1672 | 2024-05-16T00:00:25.193Z | Compiling whoami v1.5.1 |
1673 | 2024-05-16T00:00:25.276Z | Compiling fixedbitset v0.4.2 |
1674 | 2024-05-16T00:00:25.276Z | Compiling new_debug_unreachable v1.0.4 |
1675 | 2024-05-16T00:00:25.276Z | Compiling minimal-lexical v0.2.1 |
1676 | 2024-05-16T00:00:25.276Z | Compiling winnow v0.6.1 |
1677 | 2024-05-16T00:00:25.276Z | Compiling data-encoding v2.4.0 |
1678 | 2024-05-16T00:00:25.276Z | Compiling precomputed-hash v0.1.1 |
1679 | 2024-05-16T00:00:25.276Z | Compiling webpki-roots v0.25.2 |
1680 | 2024-05-16T00:00:25.276Z | Compiling normalize-line-endings v0.3.0 |
1681 | 2024-05-16T00:00:25.276Z | Compiling predicates-core v1.0.6 |
1682 | 2024-05-16T00:00:25.276Z | Compiling difflib v0.4.0 |
1683 | 2024-05-16T00:00:25.277Z | Compiling static_assertions v1.1.0 |
1684 | 2024-05-16T00:00:25.277Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1685 | 2024-05-16T00:00:25.277Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1686 | 2024-05-16T00:00:25.277Z | Compiling reqwest v0.11.27 |
1687 | 2024-05-16T00:00:25.277Z | Compiling itertools v0.10.5 |
1688 | 2024-05-16T00:00:25.277Z | Compiling predicates v3.1.0 |
1689 | 2024-05-16T00:00:25.277Z | Compiling toml_edit v0.22.12 |
1690 | 2024-05-16T00:00:25.758Z | Compiling trust-dns-proto v0.22.0 |
1691 | 2024-05-16T00:00:26.231Z | Compiling string_cache v0.8.7 |
1692 | 2024-05-16T00:00:26.645Z | Compiling nom v7.1.3 |
1693 | 2024-05-16T00:00:27.527Z | Compiling petgraph v0.6.5 |
1694 | 2024-05-16T00:00:28.765Z | Compiling elliptic-curve v0.13.8 |
1695 | 2024-05-16T00:00:29.501Z | Compiling tokio-postgres v0.7.10 |
1696 | 2024-05-16T00:00:30.337Z | Compiling similar v2.4.0 |
1697 | 2024-05-16T00:00:31.496Z | Compiling usdt v0.5.0 |
1698 | 2024-05-16T00:00:32.294Z | Compiling diesel v2.1.6 |
1699 | 2024-05-16T00:00:32.647Z | Compiling futures v0.3.30 |
1700 | 2024-05-16T00:00:32.763Z | Compiling yasna v0.5.2 |
1701 | 2024-05-16T00:00:33.282Z | Compiling crossterm v0.27.0 |
1702 | 2024-05-16T00:00:33.463Z | Compiling flate2 v1.0.30 |
1703 | 2024-05-16T00:00:33.492Z | Compiling cipher v0.4.4 |
1704 | 2024-05-16T00:00:34.314Z | Compiling darling_macro v0.20.8 |
1705 | 2024-05-16T00:00:34.349Z | Compiling clap v4.5.4 |
1706 | 2024-05-16T00:00:34.480Z | Compiling bit-set v0.5.3 |
1707 | 2024-05-16T00:00:34.777Z | Compiling num-iter v0.1.45 |
1708 | 2024-05-16T00:00:35.318Z | Compiling console v0.15.8 |
1709 | 2024-05-16T00:00:35.881Z | Compiling tokio-stream v0.1.15 |
1710 | 2024-05-16T00:00:35.885Z | Compiling toml v0.7.8 |
1711 | 2024-05-16T00:00:36.608Z | Compiling bstr v1.9.0 |
1712 | 2024-05-16T00:00:36.842Z | Compiling hex v0.4.3 |
1713 | 2024-05-16T00:00:38.175Z | Compiling lalrpop-util v0.19.12 |
1714 | 2024-05-16T00:00:38.229Z | Compiling peg-runtime v0.8.3 |
1715 | 2024-05-16T00:00:39.352Z | Compiling darling v0.20.8 |
1716 | 2024-05-16T00:00:39.492Z | Compiling proc-macro-crate v1.3.1 |
1717 | 2024-05-16T00:00:40.517Z | Compiling heapless v0.8.0 |
1718 | 2024-05-16T00:00:41.217Z | Compiling camino v1.1.7 |
1719 | 2024-05-16T00:00:42.779Z | Compiling num_enum_derive v0.5.11 |
1720 | 2024-05-16T00:00:48.445Z | Compiling hash32 v0.3.1 |
1721 | 2024-05-16T00:00:48.721Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1722 | 2024-05-16T00:00:49.926Z | Compiling smoltcp v0.11.0 |
1723 | 2024-05-16T00:00:50.364Z | Compiling rustls-pki-types v1.3.0 |
1724 | 2024-05-16T00:01:00.630Z | Compiling num_enum v0.5.11 |
1725 | 2024-05-16T00:01:03.954Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1726 | 2024-05-16T00:01:04.185Z | Compiling getopts v0.2.21 |
1727 | 2024-05-16T00:01:06.044Z | Compiling dirs-sys-next v0.1.2 |
1728 | 2024-05-16T00:01:06.831Z | Compiling proc-macro-error-attr v1.0.4 |
1729 | 2024-05-16T00:01:07.187Z | Compiling unsafe-libyaml v0.2.10 |
1730 | 2024-05-16T00:01:07.693Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1731 | 2024-05-16T00:01:08.014Z | Compiling paste v1.0.15 |
1732 | 2024-05-16T00:01:08.484Z | Compiling embedded-io v0.4.0 |
1733 | 2024-05-16T00:01:08.821Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1734 | 2024-05-16T00:01:08.970Z | Compiling rustls v0.22.4 |
1735 | 2024-05-16T00:01:09.152Z | Compiling cobs v0.2.3 |
1736 | 2024-05-16T00:01:09.606Z | Compiling postcard v1.0.8 |
1737 | 2024-05-16T00:01:12.615Z | Compiling serde_yaml v0.9.25 |
1738 | 2024-05-16T00:01:12.952Z | Compiling dirs-next v2.0.0 |
1739 | 2024-05-16T00:01:16.104Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1740 | 2024-05-16T00:01:23.031Z | Compiling rustls-webpki v0.102.1 |
1741 | 2024-05-16T00:01:28.711Z | Compiling strum_macros v0.26.1 |
1742 | 2024-05-16T00:01:28.947Z | Compiling structmeta-derive v0.3.0 |
1743 | 2024-05-16T00:01:29.941Z | Compiling foreign-types-macros v0.2.3 |
1744 | 2024-05-16T00:01:31.003Z | Compiling thread_local v1.1.7 |
1745 | 2024-05-16T00:01:31.223Z | Compiling proc-macro-error v1.0.4 |
1746 | 2024-05-16T00:01:31.558Z | Compiling multer v3.1.0 |
1747 | 2024-05-16T00:01:31.726Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1748 | 2024-05-16T00:01:32.114Z | Compiling slog-async v2.8.0 |
1749 | 2024-05-16T00:01:32.768Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1750 | 2024-05-16T00:01:33.024Z | Compiling match_cfg v0.1.0 |
1751 | 2024-05-16T00:01:33.027Z | Compiling foreign-types-shared v0.3.1 |
1752 | 2024-05-16T00:01:33.027Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1753 | 2024-05-16T00:01:33.191Z | Compiling foreign-types v0.5.0 |
1754 | 2024-05-16T00:01:33.259Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1755 | 2024-05-16T00:01:33.281Z | Compiling strum v0.26.2 |
1756 | 2024-05-16T00:01:33.316Z | Compiling hostname v0.3.1 |
1757 | 2024-05-16T00:01:40.951Z | Compiling structmeta v0.3.0 |
1758 | 2024-05-16T00:01:43.370Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1759 | 2024-05-16T00:01:54.288Z | Compiling term v0.7.0 |
1760 | 2024-05-16T00:01:57.435Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1761 | 2024-05-16T00:01:57.539Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1762 | 2024-05-16T00:01:59.001Z | Compiling slog-json v2.6.1 |
1763 | 2024-05-16T00:01:59.069Z | Compiling is-terminal v0.4.9 |
1764 | 2024-05-16T00:01:59.199Z | Compiling tabwriter v1.4.0 |
1765 | 2024-05-16T00:01:59.218Z | Compiling crossbeam-channel v0.5.8 |
1766 | 2024-05-16T00:01:59.989Z | Compiling http v1.0.0 |
1767 | 2024-05-16T00:02:00.776Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1768 | 2024-05-16T00:02:01.039Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1769 | 2024-05-16T00:02:01.603Z | Compiling async-stream-impl v0.3.5 |
1770 | 2024-05-16T00:02:01.927Z | Compiling cstr-argument v0.1.2 |
1771 | 2024-05-16T00:02:02.190Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1772 | 2024-05-16T00:02:02.843Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1773 | 2024-05-16T00:02:02.919Z | Compiling base64 v0.22.1 |
1774 | 2024-05-16T00:02:02.950Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1775 | 2024-05-16T00:02:03.229Z | Compiling pretty-hex v0.2.1 |
1776 | 2024-05-16T00:02:03.252Z | Compiling take_mut v0.2.2 |
1777 | 2024-05-16T00:02:03.431Z | Compiling crucible-workspace-hack v0.1.0 |
1778 | 2024-05-16T00:02:03.734Z | Compiling fastrand v2.0.1 |
1779 | 2024-05-16T00:02:04.049Z | Compiling atomic-waker v1.1.1 |
1780 | 2024-05-16T00:02:04.274Z | Compiling rayon-core v1.12.1 |
1781 | 2024-05-16T00:02:04.503Z | Compiling waitgroup v0.1.2 |
1782 | 2024-05-16T00:02:04.507Z | Compiling tempfile v3.10.1 |
1783 | 2024-05-16T00:02:04.698Z | Compiling rustls-pemfile v2.1.2 |
1784 | 2024-05-16T00:02:04.718Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1785 | 2024-05-16T00:02:05.191Z | Compiling async-stream v0.3.5 |
1786 | 2024-05-16T00:02:05.528Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1787 | 2024-05-16T00:02:06.454Z | Compiling slog-bunyan v2.5.0 |
1788 | 2024-05-16T00:02:06.543Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1789 | 2024-05-16T00:02:06.710Z | Compiling slog-term v2.9.1 |
1790 | 2024-05-16T00:02:07.528Z | Compiling tokio-rustls v0.25.0 |
1791 | 2024-05-16T00:02:07.999Z | Compiling parse-display-derive v0.9.0 |
1792 | 2024-05-16T00:02:08.107Z | Compiling toml v0.8.12 |
1793 | 2024-05-16T00:02:08.704Z | Compiling serde_with_macros v3.7.0 |
1794 | 2024-05-16T00:02:09.761Z | Compiling sha1 v0.10.6 |
1795 | 2024-05-16T00:02:10.691Z | Compiling crossbeam-deque v0.8.3 |
1796 | 2024-05-16T00:02:11.101Z | Compiling colored v2.1.0 |
1797 | 2024-05-16T00:02:11.551Z | Compiling newtype-uuid v1.1.0 |
1798 | 2024-05-16T00:02:11.911Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1799 | 2024-05-16T00:02:12.014Z | Compiling serde_path_to_error v0.1.16 |
1800 | 2024-05-16T00:02:12.459Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1801 | 2024-05-16T00:02:13.028Z | Compiling hostname v0.4.0 |
1802 | 2024-05-16T00:02:13.240Z | Compiling socket2 v0.4.9 |
1803 | 2024-05-16T00:02:13.308Z | Compiling instant v0.1.12 |
1804 | 2024-05-16T00:02:13.488Z | Compiling debug-ignore v1.0.5 |
1805 | 2024-05-16T00:02:13.651Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1806 | 2024-05-16T00:02:14.041Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1807 | 2024-05-16T00:02:15.366Z | Compiling backoff v0.4.0 |
1808 | 2024-05-16T00:02:15.742Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1809 | 2024-05-16T00:02:15.962Z | Compiling parse-display v0.9.0 |
1810 | 2024-05-16T00:02:15.983Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1811 | 2024-05-16T00:02:16.482Z | Compiling serde_with v3.7.0 |
1812 | 2024-05-16T00:02:18.083Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1813 | 2024-05-16T00:02:19.545Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1814 | 2024-05-16T00:02:20.297Z | Compiling camino-tempfile v1.1.1 |
1815 | 2024-05-16T00:02:20.589Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1816 | 2024-05-16T00:02:21.052Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1817 | 2024-05-16T00:02:21.089Z | Compiling macaddr v1.0.1 |
1818 | 2024-05-16T00:02:21.113Z | Compiling num-derive v0.4.0 |
1819 | 2024-05-16T00:02:21.246Z | Compiling sigpipe v0.1.3 |
1820 | 2024-05-16T00:02:21.387Z | Compiling libefi-sys v0.1.0 |
1821 | 2024-05-16T00:02:21.700Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1822 | 2024-05-16T00:02:21.754Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1823 | 2024-05-16T00:02:22.406Z | Compiling rayon v1.10.0 |
1824 | 2024-05-16T00:02:23.317Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1825 | 2024-05-16T00:02:24.357Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1826 | 2024-05-16T00:02:25.035Z | Compiling smf v0.2.3 |
1827 | 2024-05-16T00:02:25.244Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1828 | 2024-05-16T00:02:25.643Z | Compiling blake3 v1.5.0 |
1829 | 2024-05-16T00:02:26.246Z | Compiling portable-atomic v1.4.3 |
1830 | 2024-05-16T00:02:27.599Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1831 | 2024-05-16T00:02:27.698Z | Compiling filetime v0.2.23 |
1832 | 2024-05-16T00:02:27.989Z | Compiling xattr v1.0.1 |
1833 | 2024-05-16T00:02:28.075Z | Compiling memmap2 v0.7.1 |
1834 | 2024-05-16T00:02:28.154Z | Compiling constant_time_eq v0.3.0 |
1835 | 2024-05-16T00:02:28.296Z | Compiling same-file v1.0.6 |
1836 | 2024-05-16T00:02:28.344Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1837 | 2024-05-16T00:02:28.515Z | Compiling arrayref v0.3.7 |
1838 | 2024-05-16T00:02:28.560Z | Compiling arrayvec v0.7.4 |
1839 | 2024-05-16T00:02:28.583Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1840 | 2024-05-16T00:02:28.620Z | Compiling walkdir v2.5.0 |
1841 | 2024-05-16T00:02:28.779Z | Compiling tar v0.4.40 |
1842 | 2024-05-16T00:02:29.590Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1843 | 2024-05-16T00:02:31.368Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1844 | 2024-05-16T00:02:31.782Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1845 | 2024-05-16T00:02:32.151Z | Compiling gethostname v0.4.3 |
1846 | 2024-05-16T00:02:32.422Z | Compiling number_prefix v0.4.0 |
1847 | 2024-05-16T00:02:32.685Z | Compiling topological-sort v0.2.2 |
1848 | 2024-05-16T00:02:32.957Z | Compiling omicron-zone-package v0.11.0 |
1849 | 2024-05-16T00:02:34.609Z | Compiling indicatif v0.17.8 |
1850 | 2024-05-16T00:02:35.278Z | Compiling swrite v0.1.0 |
1851 | 2024-05-16T00:02:42.338Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1852 | 2024-05-16T00:02:44.770Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1853 | 2024-05-16T00:02:45.191Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1854 | 2024-05-16T00:02:47.360Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1855 | 2024-05-16T00:03:05.868Z | Finished release [optimized] target(s) in 5m 06s |
1856 | 2024-05-16T00:03:06.133Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1857 | 2024-05-16T00:03:06.193Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1858 | 2024-05-16T00:03:06.199Z | Created new build target 'test' and set it as active |
1859 | 2024-05-16T00:03:06.199Z | |
1860 | 2024-05-16T00:03:06.199Z | real 5:06.920529419 |
1861 | 2024-05-16T00:03:06.199Z | user 31:58.129443283 |
1862 | 2024-05-16T00:03:06.199Z | sys 3:55.515506898 |
1863 | 2024-05-16T00:03:06.199Z | trap 0.936510304 |
1864 | 2024-05-16T00:03:06.199Z | tflt 7.961997140 |
1865 | 2024-05-16T00:03:06.199Z | dflt 8.679881894 |
1866 | 2024-05-16T00:03:06.199Z | kflt 0.039280280 |
1867 | 2024-05-16T00:03:06.199Z | lock 1:07:55.891076846 |
1868 | 2024-05-16T00:03:06.199Z | slp 1:31:52.407870694 |
1869 | 2024-05-16T00:03:06.199Z | lat 2:02.769871999 |
1870 | 2024-05-16T00:03:06.199Z | stop 3:40.968204902 |
1871 | 2024-05-16T00:03:06.200Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1872 | 2024-05-16T00:03:07.013Z | Finished release [optimized] target(s) in 0.76s |
1873 | 2024-05-16T00:03:07.038Z | Running `target/release/omicron-package -t test package` |
1874 | 2024-05-16T00:03:07.067Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1875 | 2024-05-16T00:03:07.942Z | Compiling newline-converter v0.3.0 |
1876 | 2024-05-16T00:03:07.947Z | Compiling humantime v2.1.0 |
1877 | 2024-05-16T00:03:08.014Z | Compiling derive-where v1.2.7 |
1878 | 2024-05-16T00:03:08.024Z | Compiling unicode-xid v0.2.4 |
1879 | 2024-05-16T00:03:08.039Z | Compiling linked-hash-map v0.5.6 |
1880 | 2024-05-16T00:03:08.043Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1881 | 2024-05-16T00:03:08.051Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1882 | 2024-05-16T00:03:08.051Z | Compiling password-hash v0.5.0 |
1883 | 2024-05-16T00:03:08.141Z | Compiling expectorate v1.1.0 |
1884 | 2024-05-16T00:03:08.168Z | Compiling blake2 v0.10.6 |
1885 | 2024-05-16T00:03:08.279Z | Compiling semver v0.1.20 |
1886 | 2024-05-16T00:03:08.365Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1887 | 2024-05-16T00:03:08.418Z | Compiling lru-cache v0.1.2 |
1888 | 2024-05-16T00:03:08.628Z | Compiling argon2 v0.5.3 |
1889 | 2024-05-16T00:03:08.826Z | Compiling rustc_version v0.1.7 |
1890 | 2024-05-16T00:03:08.829Z | Compiling bytecount v0.6.3 |
1891 | 2024-05-16T00:03:09.123Z | Compiling papergrid v0.11.0 |
1892 | 2024-05-16T00:03:09.197Z | Compiling newtype_derive v0.1.6 |
1893 | 2024-05-16T00:03:09.495Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1894 | 2024-05-16T00:03:09.582Z | Compiling tabled_derive v0.7.0 |
1895 | 2024-05-16T00:03:10.114Z | Compiling quick-error v1.2.3 |
1896 | 2024-05-16T00:03:10.260Z | Compiling resolv-conf v0.7.0 |
1897 | 2024-05-16T00:03:10.453Z | Compiling steno v0.4.0 |
1898 | 2024-05-16T00:03:11.314Z | Compiling trust-dns-resolver v0.22.0 |
1899 | 2024-05-16T00:03:11.369Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1900 | 2024-05-16T00:03:11.792Z | Compiling slog-dtrace v0.3.0 |
1901 | 2024-05-16T00:03:11.909Z | Compiling tabled v0.15.0 |
1902 | 2024-05-16T00:03:12.118Z | Compiling termcolor v1.2.0 |
1903 | 2024-05-16T00:03:13.191Z | Compiling itertools v0.12.1 |
1904 | 2024-05-16T00:03:14.810Z | Compiling utf-8 v0.7.6 |
1905 | 2024-05-16T00:03:16.693Z | Compiling num-rational v0.4.2 |
1906 | 2024-05-16T00:03:17.109Z | Compiling num-complex v0.4.6 |
1907 | 2024-05-16T00:03:18.384Z | Compiling num v0.4.3 |
1908 | 2024-05-16T00:03:18.489Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1909 | 2024-05-16T00:03:19.264Z | Compiling nibble_vec v0.1.0 |
1910 | 2024-05-16T00:03:19.485Z | Compiling endian-type v0.1.2 |
1911 | 2024-05-16T00:03:19.564Z | Compiling radium v0.7.0 |
1912 | 2024-05-16T00:03:19.734Z | Compiling radix_trie v0.2.1 |
1913 | 2024-05-16T00:03:20.038Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1914 | 2024-05-16T00:03:20.654Z | Compiling tungstenite v0.20.1 |
1915 | 2024-05-16T00:03:23.125Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1916 | 2024-05-16T00:03:24.471Z | Compiling tap v1.0.1 |
1917 | 2024-05-16T00:03:24.652Z | Compiling maybe-uninit v2.0.0 |
1918 | 2024-05-16T00:03:25.173Z | Compiling wyz v0.5.1 |
1919 | 2024-05-16T00:03:25.637Z | Compiling tokio-tungstenite v0.20.1 |
1920 | 2024-05-16T00:03:26.224Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1921 | 2024-05-16T00:03:26.603Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1922 | 2024-05-16T00:03:27.053Z | Compiling funty v2.0.0 |
1923 | 2024-05-16T00:03:29.658Z | Compiling display-error-chain v0.2.0 |
1924 | 2024-05-16T00:03:29.841Z | Compiling cancel-safe-futures v0.1.5 |
1925 | 2024-05-16T00:03:30.191Z | Compiling crc-catalog v2.2.0 |
1926 | 2024-05-16T00:03:30.344Z | Compiling num-bigint-dig v0.8.4 |
1927 | 2024-05-16T00:03:30.652Z | Compiling packed_struct v0.10.1 |
1928 | 2024-05-16T00:03:31.076Z | Compiling arc-swap v1.6.0 |
1929 | 2024-05-16T00:03:31.858Z | Compiling slog-scope v4.4.0 |
1930 | 2024-05-16T00:03:32.342Z | Compiling crc v3.0.1 |
1931 | 2024-05-16T00:03:32.814Z | Compiling bitvec v1.0.1 |
1932 | 2024-05-16T00:03:34.814Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1933 | 2024-05-16T00:03:34.891Z | Compiling packed_struct_codegen v0.10.1 |
1934 | 2024-05-16T00:03:35.043Z | Compiling fxhash v0.2.1 |
1935 | 2024-05-16T00:03:35.257Z | Compiling indexmap v1.9.3 |
1936 | 2024-05-16T00:03:35.580Z | Compiling nodrop v0.1.14 |
1937 | 2024-05-16T00:03:35.697Z | Compiling array-init v0.0.4 |
1938 | 2024-05-16T00:03:36.950Z | Compiling smallvec v0.6.14 |
1939 | 2024-05-16T00:03:37.699Z | Compiling slog-stdlog v4.1.1 |
1940 | 2024-05-16T00:03:38.326Z | Compiling rayon-core v1.12.1 |
1941 | 2024-05-16T00:03:38.346Z | Compiling synstructure v0.12.6 |
1942 | 2024-05-16T00:03:38.659Z | Compiling pkcs1 v0.7.5 |
1943 | 2024-05-16T00:03:39.889Z | Compiling signature v2.1.0 |
1944 | 2024-05-16T00:03:40.124Z | Compiling crossbeam-deque v0.8.3 |
1945 | 2024-05-16T00:03:40.469Z | Compiling dirs-sys-next v0.1.2 |
1946 | 2024-05-16T00:03:40.975Z | Compiling half v2.3.1 |
1947 | 2024-05-16T00:03:41.665Z | Compiling same-file v1.0.6 |
1948 | 2024-05-16T00:03:41.742Z | Compiling fastrand v2.0.1 |
1949 | 2024-05-16T00:03:42.288Z | Compiling bitfield v0.14.0 |
1950 | 2024-05-16T00:03:42.296Z | Compiling glob v0.3.1 |
1951 | 2024-05-16T00:03:42.296Z | Compiling ciborium-io v0.2.2 |
1952 | 2024-05-16T00:03:42.366Z | Compiling hashbrown v0.12.3 |
1953 | 2024-05-16T00:03:42.738Z | Compiling crunchy v0.2.2 |
1954 | 2024-05-16T00:03:42.955Z | Compiling clang-sys v1.6.1 |
1955 | 2024-05-16T00:03:43.253Z | Compiling ciborium-ll v0.2.2 |
1956 | 2024-05-16T00:03:43.665Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1957 | 2024-05-16T00:03:43.719Z | Compiling tempfile v3.10.1 |
1958 | 2024-05-16T00:03:44.507Z | Compiling walkdir v2.5.0 |
1959 | 2024-05-16T00:03:44.713Z | Compiling dirs-next v2.0.0 |
1960 | 2024-05-16T00:03:45.162Z | Compiling rsa v0.9.2 |
1961 | 2024-05-16T00:03:46.045Z | Compiling zerocopy-derive v0.2.0 |
1962 | 2024-05-16T00:03:46.402Z | Compiling bzip2 v0.4.4 |
1963 | 2024-05-16T00:03:46.859Z | Compiling slog-envlogger v2.2.0 |
1964 | 2024-05-16T00:03:47.828Z | Compiling serde-hex v0.1.0 |
1965 | 2024-05-16T00:03:49.616Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1966 | 2024-05-16T00:03:49.640Z | Compiling env_logger v0.10.0 |
1967 | 2024-05-16T00:03:49.939Z | Compiling camino v1.1.7 |
1968 | 2024-05-16T00:03:50.003Z | Compiling x509-cert v0.2.4 |
1969 | 2024-05-16T00:03:50.612Z | Compiling ron v0.8.1 |
1970 | 2024-05-16T00:03:52.952Z | Compiling hashbrown v0.13.2 |
1971 | 2024-05-16T00:03:53.667Z | Compiling crc-any v2.4.3 |
1972 | 2024-05-16T00:03:54.339Z | Compiling maplit v1.0.2 |
1973 | 2024-05-16T00:03:54.459Z | Compiling tiny-keccak v2.0.2 |
1974 | 2024-05-16T00:03:54.593Z | Compiling prettyplease v0.2.20 |
1975 | 2024-05-16T00:03:54.775Z | Compiling object v0.30.4 |
1976 | 2024-05-16T00:03:54.931Z | Compiling blake3 v1.5.0 |
1977 | 2024-05-16T00:03:55.225Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1978 | 2024-05-16T00:03:56.992Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1979 | 2024-05-16T00:03:57.125Z | Compiling zip v0.6.6 |
1980 | 2024-05-16T00:03:57.874Z | Compiling rayon v1.10.0 |
1981 | 2024-05-16T00:03:58.363Z | Compiling term v0.7.0 |
1982 | 2024-05-16T00:03:59.791Z | Compiling ciborium v0.2.2 |
1983 | 2024-05-16T00:04:00.071Z | Compiling xattr v1.0.1 |
1984 | 2024-05-16T00:04:00.315Z | Compiling atty v0.2.14 |
1985 | 2024-05-16T00:04:00.465Z | Compiling memmap2 v0.7.1 |
1986 | 2024-05-16T00:04:00.852Z | Compiling filetime v0.2.23 |
1987 | 2024-05-16T00:04:01.151Z | Compiling arrayvec v0.7.4 |
1988 | 2024-05-16T00:04:01.552Z | Compiling path-slash v0.1.5 |
1989 | 2024-05-16T00:04:01.764Z | Compiling home v0.5.5 |
1990 | 2024-05-16T00:04:01.950Z | Compiling arrayref v0.3.7 |
1991 | 2024-05-16T00:04:01.981Z | Compiling constant_time_eq v0.3.0 |
1992 | 2024-05-16T00:04:02.036Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1993 | 2024-05-16T00:04:02.116Z | Compiling toolchain_find v0.4.0 |
1994 | 2024-05-16T00:04:02.659Z | Compiling tar v0.4.40 |
1995 | 2024-05-16T00:04:03.232Z | Compiling ascii-canvas v3.0.0 |
1996 | 2024-05-16T00:04:03.692Z | Compiling camino-tempfile v1.1.1 |
1997 | 2024-05-16T00:04:03.885Z | Compiling toml v0.8.12 |
1998 | 2024-05-16T00:04:04.119Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1999 | 2024-05-16T00:04:04.440Z | Compiling is-terminal v0.4.9 |
2000 | 2024-05-16T00:04:04.567Z | Compiling libsw v3.3.1 |
2001 | 2024-05-16T00:04:04.578Z | Compiling ena v0.14.2 |
2002 | 2024-05-16T00:04:04.911Z | Compiling libloading v0.7.4 |
2003 | 2024-05-16T00:04:04.979Z | Compiling usdt-impl v0.3.5 |
2004 | 2024-05-16T00:04:05.277Z | Compiling regex-syntax v0.6.29 |
2005 | 2024-05-16T00:04:05.317Z | Compiling convert_case v0.4.0 |
2006 | 2024-05-16T00:04:05.473Z | Compiling linear-map v1.2.0 |
2007 | 2024-05-16T00:04:05.882Z | Compiling owo-colors v4.0.0 |
2008 | 2024-05-16T00:04:06.111Z | Compiling bindgen v0.69.2 |
2009 | 2024-05-16T00:04:06.561Z | Compiling parking_lot_core v0.8.6 |
2010 | 2024-05-16T00:04:06.991Z | Compiling topological-sort v0.2.2 |
2011 | 2024-05-16T00:04:07.195Z | Compiling diff v0.1.13 |
2012 | 2024-05-16T00:04:07.728Z | Compiling omicron-zone-package v0.11.0 |
2013 | 2024-05-16T00:04:08.263Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2014 | 2024-05-16T00:04:08.628Z | Compiling lalrpop v0.19.12 |
2015 | 2024-05-16T00:04:10.608Z | Compiling derive_more v0.99.17 |
2016 | 2024-05-16T00:04:14.090Z | Compiling rustfmt-wrapper v0.2.1 |
2017 | 2024-05-16T00:04:14.697Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2018 | 2024-05-16T00:04:15.913Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2019 | 2024-05-16T00:04:16.043Z | Compiling cexpr v0.6.0 |
2020 | 2024-05-16T00:04:17.462Z | Compiling which v4.4.0 |
2021 | 2024-05-16T00:04:17.473Z | Compiling unicase v2.7.0 |
2022 | 2024-05-16T00:04:17.769Z | Compiling rustc-hash v1.1.0 |
2023 | 2024-05-16T00:04:17.906Z | Compiling shlex v1.3.0 |
2024 | 2024-05-16T00:04:17.917Z | Compiling lazycell v1.3.0 |
2025 | 2024-05-16T00:04:17.968Z | Compiling peeking_take_while v0.1.2 |
2026 | 2024-05-16T00:04:18.070Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2027 | 2024-05-16T00:04:19.054Z | Compiling zerocopy v0.3.0 |
2028 | 2024-05-16T00:04:19.840Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2029 | 2024-05-16T00:04:20.838Z | Compiling derive_builder_core v0.20.0 |
2030 | 2024-05-16T00:04:23.058Z | Compiling pem v3.0.4 |
2031 | 2024-05-16T00:04:23.954Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2032 | 2024-05-16T00:04:24.162Z | Compiling headers-core v0.2.0 |
2033 | 2024-05-16T00:04:24.326Z | Compiling libxml v0.3.3 |
2034 | 2024-05-16T00:04:24.591Z | Compiling async-recursion v1.1.1 |
2035 | 2024-05-16T00:04:24.709Z | Compiling ref-cast v1.0.23 |
2036 | 2024-05-16T00:04:25.170Z | Compiling platforms v3.0.2 |
2037 | 2024-05-16T00:04:25.616Z | Compiling headers v0.3.9 |
2038 | 2024-05-16T00:04:26.028Z | Compiling derive_builder_macro v0.20.0 |
2039 | 2024-05-16T00:04:26.886Z | Compiling dof v0.1.5 |
2040 | 2024-05-16T00:04:27.101Z | Compiling parking_lot v0.11.2 |
2041 | 2024-05-16T00:04:27.630Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2042 | 2024-05-16T00:04:29.608Z | Compiling trust-dns-client v0.22.0 |
2043 | 2024-05-16T00:04:29.653Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2044 | 2024-05-16T00:04:30.008Z | Compiling strum_macros v0.24.3 |
2045 | 2024-05-16T00:04:30.186Z | Compiling dtrace-parser v0.1.14 |
2046 | 2024-05-16T00:04:30.704Z | Compiling toml v0.5.11 |
2047 | 2024-05-16T00:04:31.784Z | Compiling ref-cast-impl v1.0.23 |
2048 | 2024-05-16T00:04:32.386Z | Compiling samael v0.0.15 |
2049 | 2024-05-16T00:04:32.962Z | Compiling vte_generate_state_changes v0.1.1 |
2050 | 2024-05-16T00:04:33.397Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2051 | 2024-05-16T00:04:33.602Z | Compiling cookie v0.18.1 |
2052 | 2024-05-16T00:04:33.724Z | Compiling cfg_aliases v0.1.1 |
2053 | 2024-05-16T00:04:33.825Z | Compiling indoc v1.0.9 |
2054 | 2024-05-16T00:04:33.922Z | Compiling buf-list v1.0.3 |
2055 | 2024-05-16T00:04:34.246Z | Compiling nix v0.28.0 |
2056 | 2024-05-16T00:04:34.613Z | Compiling vte v0.11.1 |
2057 | 2024-05-16T00:04:34.908Z | Compiling trust-dns-server v0.22.1 |
2058 | 2024-05-16T00:04:35.034Z | Compiling polar-core v0.27.3 |
2059 | 2024-05-16T00:04:36.548Z | Compiling sled v0.34.7 |
2060 | 2024-05-16T00:04:38.493Z | Compiling derive_builder v0.20.0 |
2061 | 2024-05-16T00:04:40.550Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2062 | 2024-05-16T00:04:42.125Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2063 | 2024-05-16T00:04:42.435Z | Compiling const_format_proc_macros v0.2.32 |
2064 | 2024-05-16T00:04:43.930Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2065 | 2024-05-16T00:04:44.094Z | Compiling fd-lock v4.0.2 |
2066 | 2024-05-16T00:04:44.292Z | Compiling bb8 v0.8.3 |
2067 | 2024-05-16T00:04:44.432Z | Compiling quick-xml v0.31.0 |
2068 | 2024-05-16T00:04:44.830Z | Compiling impl-trait-for-tuples v0.2.2 |
2069 | 2024-05-16T00:04:49.182Z | Compiling serde_tokenstream v0.1.7 |
2070 | 2024-05-16T00:04:49.689Z | Compiling oso-derive v0.27.3 |
2071 | 2024-05-16T00:04:50.627Z | Compiling pin-project-internal v1.1.3 |
2072 | 2024-05-16T00:04:50.815Z | Compiling memoffset v0.7.1 |
2073 | 2024-05-16T00:04:51.159Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2074 | 2024-05-16T00:04:53.422Z | Compiling pin-project v1.1.3 |
2075 | 2024-05-16T00:04:53.556Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2076 | 2024-05-16T00:04:54.156Z | Compiling const_format v0.2.32 |
2077 | 2024-05-16T00:04:57.213Z | Compiling curve25519-dalek v4.1.2 |
2078 | 2024-05-16T00:04:57.224Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2079 | 2024-05-16T00:04:57.633Z | Compiling oso v0.27.3 |
2080 | 2024-05-16T00:05:12.819Z | Compiling strip-ansi-escapes v0.2.0 |
2081 | 2024-05-16T00:05:14.718Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2082 | 2024-05-16T00:05:16.906Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2083 | 2024-05-16T00:05:17.224Z | Compiling kstat-rs v0.2.3 |
2084 | 2024-05-16T00:05:18.194Z | Compiling snafu-derive v0.8.2 |
2085 | 2024-05-16T00:05:18.760Z | Compiling keccak v0.1.4 |
2086 | 2024-05-16T00:05:19.729Z | Compiling nu-ansi-term v0.50.0 |
2087 | 2024-05-16T00:05:21.028Z | Compiling reedline v0.31.0 |
2088 | 2024-05-16T00:05:21.601Z | Compiling sha3 v0.10.8 |
2089 | 2024-05-16T00:05:21.962Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2090 | 2024-05-16T00:05:23.173Z | Compiling snafu v0.8.2 |
2091 | 2024-05-16T00:05:24.866Z | Compiling mime_guess v2.0.4 |
2092 | 2024-05-16T00:05:27.675Z | Compiling usdt-attr-macro v0.3.5 |
2093 | 2024-05-16T00:05:29.069Z | Compiling usdt-macro v0.3.5 |
2094 | 2024-05-16T00:05:30.348Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2095 | 2024-05-16T00:05:31.032Z | Compiling env_logger v0.9.3 |
2096 | 2024-05-16T00:05:32.225Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2097 | 2024-05-16T00:05:35.719Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2098 | 2024-05-16T00:05:37.580Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2099 | 2024-05-16T00:05:38.061Z | Compiling globset v0.4.13 |
2100 | 2024-05-16T00:05:39.380Z | Compiling peg-macros v0.8.3 |
2101 | 2024-05-16T00:05:42.872Z | Compiling olpc-cjson v0.1.3 |
2102 | 2024-05-16T00:05:43.201Z | Compiling universal-hash v0.5.1 |
2103 | 2024-05-16T00:05:43.840Z | Compiling secrecy v0.8.0 |
2104 | 2024-05-16T00:05:43.848Z | Compiling serde_plain v1.0.2 |
2105 | 2024-05-16T00:05:44.212Z | Compiling thiserror-impl-no-std v2.0.2 |
2106 | 2024-05-16T00:05:44.978Z | Compiling bitstruct_derive v0.1.0 |
2107 | 2024-05-16T00:05:45.583Z | Compiling sqlparser_derive v0.2.2 |
2108 | 2024-05-16T00:05:46.267Z | Compiling nanorand v0.7.0 |
2109 | 2024-05-16T00:05:46.559Z | Compiling curve25519-dalek-derive v0.1.0 |
2110 | 2024-05-16T00:05:46.649Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2111 | 2024-05-16T00:05:46.781Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2112 | 2024-05-16T00:05:47.032Z | Compiling opaque-debug v0.3.0 |
2113 | 2024-05-16T00:05:47.050Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2114 | 2024-05-16T00:05:47.115Z | Compiling salty v0.2.0 |
2115 | 2024-05-16T00:05:47.337Z | Compiling ascii v1.1.0 |
2116 | 2024-05-16T00:05:47.381Z | Compiling signature v1.6.4 |
2117 | 2024-05-16T00:05:47.532Z | Compiling typed-path v0.7.0 |
2118 | 2024-05-16T00:05:47.539Z | Compiling unicode_categories v0.1.1 |
2119 | 2024-05-16T00:05:47.896Z | Compiling sqlformat v0.2.3 |
2120 | 2024-05-16T00:05:48.057Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2121 | 2024-05-16T00:05:50.567Z | Compiling tough v0.17.1 |
2122 | 2024-05-16T00:05:51.847Z | Compiling ed25519 v1.5.3 |
2123 | 2024-05-16T00:05:52.172Z | Compiling rustyline v14.0.0 |
2124 | 2024-05-16T00:05:54.458Z | Compiling poly1305 v0.8.0 |
2125 | 2024-05-16T00:05:55.456Z | Compiling thiserror-no-std v2.0.2 |
2126 | 2024-05-16T00:05:55.570Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2127 | 2024-05-16T00:05:55.840Z | Compiling sqlparser v0.45.0 |
2128 | 2024-05-16T00:05:56.103Z | Compiling flume v0.11.0 |
2129 | 2024-05-16T00:05:56.698Z | Compiling bitstruct v0.1.1 |
2130 | 2024-05-16T00:05:56.820Z | Compiling peg v0.8.3 |
2131 | 2024-05-16T00:05:56.862Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2132 | 2024-05-16T00:05:57.420Z | Compiling usdt v0.3.5 |
2133 | 2024-05-16T00:05:57.448Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2134 | 2024-05-16T00:05:57.897Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2135 | 2024-05-16T00:06:05.188Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2136 | 2024-05-16T00:06:05.268Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2137 | 2024-05-16T00:06:05.564Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2138 | 2024-05-16T00:06:05.863Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2139 | 2024-05-16T00:06:07.033Z | Compiling chacha20 v0.9.1 |
2140 | 2024-05-16T00:06:07.458Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2141 | 2024-05-16T00:06:07.498Z | Compiling aead v0.5.2 |
2142 | 2024-05-16T00:06:07.804Z | Compiling bcs v0.1.6 |
2143 | 2024-05-16T00:06:08.754Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2144 | 2024-05-16T00:06:09.791Z | Compiling serde-big-array v0.5.1 |
2145 | 2024-05-16T00:06:10.056Z | Compiling erased-serde v0.3.31 |
2146 | 2024-05-16T00:06:11.761Z | Compiling serde_arrays v0.1.0 |
2147 | 2024-05-16T00:06:11.946Z | Compiling parse-size v1.0.0 |
2148 | 2024-05-16T00:06:12.240Z | Compiling highway v1.1.0 |
2149 | 2024-05-16T00:06:13.649Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2150 | 2024-05-16T00:06:14.542Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2151 | 2024-05-16T00:06:27.071Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-05-16T00:06:45.049Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2153 | 2024-05-16T00:06:45.492Z | Compiling chacha20poly1305 v0.10.1 |
2154 | 2024-05-16T00:06:45.545Z | Compiling vsss-rs v3.3.4 |
2155 | 2024-05-16T00:06:49.259Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2156 | 2024-05-16T00:06:49.762Z | Compiling signal-hook-tokio v0.3.1 |
2157 | 2024-05-16T00:06:49.972Z | Compiling heck v0.3.3 |
2158 | 2024-05-16T00:06:49.998Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2159 | 2024-05-16T00:06:50.169Z | Compiling castaway v0.2.2 |
2160 | 2024-05-16T00:06:50.332Z | Compiling rand_seeder v0.2.3 |
2161 | 2024-05-16T00:06:50.342Z | Compiling serde-big-array v0.4.1 |
2162 | 2024-05-16T00:06:50.541Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2163 | 2024-05-16T00:06:50.714Z | Compiling http-range v0.1.5 |
2164 | 2024-05-16T00:06:51.325Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2165 | 2024-05-16T00:06:52.270Z | Compiling hyper-staticfile v0.9.5 |
2166 | 2024-05-16T00:06:52.822Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2167 | 2024-05-16T00:06:53.035Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2168 | 2024-05-16T00:06:53.457Z | Compiling zone_cfg_derive v0.1.2 |
2169 | 2024-05-16T00:06:54.483Z | Compiling compact_str v0.7.1 |
2170 | 2024-05-16T00:06:54.931Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2171 | 2024-05-16T00:06:55.556Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2172 | 2024-05-16T00:07:02.821Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2173 | 2024-05-16T00:07:03.455Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2174 | 2024-05-16T00:07:09.966Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2175 | 2024-05-16T00:07:12.125Z | Compiling tungstenite v0.21.0 |
2176 | 2024-05-16T00:07:17.512Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2177 | 2024-05-16T00:07:17.826Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2178 | 2024-05-16T00:07:18.143Z | Compiling lru v0.12.1 |
2179 | 2024-05-16T00:07:18.546Z | Compiling stability v0.2.0 |
2180 | 2024-05-16T00:07:19.570Z | Compiling cassowary v0.3.0 |
2181 | 2024-05-16T00:07:19.615Z | Compiling base64 v0.13.1 |
2182 | 2024-05-16T00:07:20.372Z | Compiling indoc v2.0.3 |
2183 | 2024-05-16T00:07:21.373Z | Compiling corncobs v0.1.3 |
2184 | 2024-05-16T00:07:21.763Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2185 | 2024-05-16T00:07:22.557Z | Compiling ratatui v0.26.2 |
2186 | 2024-05-16T00:07:23.937Z | Compiling ron v0.7.1 |
2187 | 2024-05-16T00:07:26.162Z | Compiling tokio-tungstenite v0.21.0 |
2188 | 2024-05-16T00:07:26.757Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2189 | 2024-05-16T00:07:29.647Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2190 | 2024-05-16T00:07:30.310Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2191 | 2024-05-16T00:07:40.581Z | Compiling zone v0.1.8 |
2192 | 2024-05-16T00:07:42.288Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2193 | 2024-05-16T00:07:44.146Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2194 | 2024-05-16T00:07:45.509Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2195 | 2024-05-16T00:07:48.359Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2196 | 2024-05-16T00:07:52.318Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2197 | 2024-05-16T00:07:52.627Z | Compiling portpicker v0.1.1 |
2198 | 2024-05-16T00:07:53.148Z | Compiling smawk v0.3.1 |
2199 | 2024-05-16T00:07:53.393Z | Compiling unicode-linebreak v0.1.5 |
2200 | 2024-05-16T00:07:54.339Z | Compiling textwrap v0.16.1 |
2201 | 2024-05-16T00:07:57.807Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2202 | 2024-05-16T00:08:01.176Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2203 | 2024-05-16T00:08:04.929Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2204 | 2024-05-16T00:08:07.288Z | Compiling rcgen v0.12.1 |
2205 | 2024-05-16T00:08:11.113Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2206 | 2024-05-16T00:08:11.643Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2207 | 2024-05-16T00:08:15.105Z | Compiling atomicwrites v0.4.3 |
2208 | 2024-05-16T00:08:15.637Z | Compiling fatfs v0.3.6 |
2209 | 2024-05-16T00:08:18.247Z | Compiling rtoolbox v0.0.1 |
2210 | 2024-05-16T00:08:18.490Z | Compiling subprocess v0.2.9 |
2211 | 2024-05-16T00:08:18.556Z | Compiling assert_matches v1.5.0 |
2212 | 2024-05-16T00:08:18.651Z | Compiling is_ci v1.2.0 |
2213 | 2024-05-16T00:08:18.760Z | Compiling supports-color v3.0.0 |
2214 | 2024-05-16T00:08:18.930Z | Compiling rpassword v7.3.1 |
2215 | 2024-05-16T00:08:19.366Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2216 | 2024-05-16T00:08:19.439Z | Compiling tui-tree-widget v0.19.0 |
2217 | 2024-05-16T00:08:19.846Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2218 | 2024-05-16T00:08:23.855Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2219 | 2024-05-16T00:08:25.213Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2220 | 2024-05-16T00:08:25.515Z | Compiling csv-core v0.1.11 |
2221 | 2024-05-16T00:08:25.676Z | Compiling shell-words v1.1.0 |
2222 | 2024-05-16T00:08:26.111Z | Compiling csv v1.3.0 |
2223 | 2024-05-16T00:08:26.430Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2224 | 2024-05-16T00:08:26.623Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2225 | 2024-05-16T00:08:28.142Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2226 | 2024-05-16T00:08:39.031Z | Compiling multimap v0.10.0 |
2227 | 2024-05-16T00:08:39.439Z | Compiling uzers v0.11.3 |
2228 | 2024-05-16T00:08:42.678Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2229 | 2024-05-16T00:10:45.171Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2230 | 2024-05-16T00:11:12.209Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2231 | 2024-05-16T00:18:12.159Z | Finished release [optimized] target(s) in 15m 04s |
2232 | 2024-05-16T00:19:11.392Z | |
2233 | 2024-05-16T00:19:11.392Z | real 16:04.994732178 |
2234 | 2024-05-16T00:19:11.392Z | user 1:51:19.642456078 |
2235 | 2024-05-16T00:19:11.392Z | sys 4:44.076319204 |
2236 | 2024-05-16T00:19:11.392Z | trap 2.698132636 |
2237 | 2024-05-16T00:19:11.392Z | tflt 2.209192152 |
2238 | 2024-05-16T00:19:11.392Z | dflt 3.494338531 |
2239 | 2024-05-16T00:19:11.397Z | kflt 0.016036671 |
2240 | 2024-05-16T00:19:11.397Z | lock 6:46:58.310244559 |
2241 | 2024-05-16T00:19:11.397Z | slp 4:19:59.347819865 |
2242 | 2024-05-16T00:19:11.397Z | lat 2:29.651859319 |
2243 | 2024-05-16T00:19:11.397Z | stop 1:05.062828737 |
2244 | 2024-05-16T00:19:11.397Z | + mapfile -t packages |
2245 | 2024-05-16T00:19:11.397Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2246 | 2024-05-16T00:19:12.215Z | Finished release [optimized] target(s) in 0.77s |
2247 | 2024-05-16T00:19:12.240Z | Running `target/release/omicron-package -t test list-outputs` |
2248 | 2024-05-16T00:19:12.271Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2249 | 2024-05-16T00:19:12.275Z | + ptime -m cargo build --locked --release -p xtask |
2250 | 2024-05-16T00:19:12.778Z | Downloading crates ... |
2251 | 2024-05-16T00:19:12.864Z | Downloaded cargo_toml v0.20.2 |
2252 | 2024-05-16T00:19:12.882Z | Compiling serde v1.0.201 |
2253 | 2024-05-16T00:19:12.882Z | Compiling libc v0.2.153 |
2254 | 2024-05-16T00:19:12.887Z | Compiling rustix v0.38.31 |
2255 | 2024-05-16T00:19:12.887Z | Compiling bitflags v2.4.2 |
2256 | 2024-05-16T00:19:12.887Z | Compiling hashbrown v0.14.3 |
2257 | 2024-05-16T00:19:12.887Z | Compiling syn v2.0.60 |
2258 | 2024-05-16T00:19:12.947Z | Compiling serde_json v1.0.117 |
2259 | 2024-05-16T00:19:12.972Z | Compiling fs-err v2.11.0 |
2260 | 2024-05-16T00:19:13.288Z | Compiling anyhow v1.0.83 |
2261 | 2024-05-16T00:19:14.129Z | Compiling indexmap v2.2.6 |
2262 | 2024-05-16T00:19:14.542Z | Compiling errno v0.3.8 |
2263 | 2024-05-16T00:19:15.522Z | Compiling terminal_size v0.3.0 |
2264 | 2024-05-16T00:19:15.612Z | Compiling clap_builder v4.5.2 |
2265 | 2024-05-16T00:19:17.688Z | Compiling serde_derive v1.0.201 |
2266 | 2024-05-16T00:19:17.689Z | Compiling thiserror-impl v1.0.59 |
2267 | 2024-05-16T00:19:17.693Z | Compiling clap_derive v4.5.4 |
2268 | 2024-05-16T00:19:19.270Z | Compiling thiserror v1.0.59 |
2269 | 2024-05-16T00:19:20.823Z | Compiling clap v4.5.4 |
2270 | 2024-05-16T00:19:27.307Z | Compiling serde_spanned v0.6.5 |
2271 | 2024-05-16T00:19:27.307Z | Compiling toml_datetime v0.6.5 |
2272 | 2024-05-16T00:19:27.311Z | Compiling camino v1.1.7 |
2273 | 2024-05-16T00:19:27.311Z | Compiling semver v1.0.23 |
2274 | 2024-05-16T00:19:27.311Z | Compiling cargo-platform v0.1.3 |
2275 | 2024-05-16T00:19:27.311Z | Compiling macaddr v1.0.1 |
2276 | 2024-05-16T00:19:27.589Z | Compiling toml_edit v0.22.12 |
2277 | 2024-05-16T00:19:28.933Z | Compiling cargo_metadata v0.18.1 |
2278 | 2024-05-16T00:19:30.243Z | Compiling toml v0.8.12 |
2279 | 2024-05-16T00:19:33.243Z | Compiling cargo_toml v0.20.2 |
2280 | 2024-05-16T00:19:44.682Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2281 | 2024-05-16T00:19:55.990Z | Finished release [optimized] target(s) in 43.65s |
2282 | 2024-05-16T00:19:56.047Z | |
2283 | 2024-05-16T00:19:56.052Z | real 43.746316653 |
2284 | 2024-05-16T00:19:56.052Z | user 3:07.482694164 |
2285 | 2024-05-16T00:19:56.052Z | sys 15.570532215 |
2286 | 2024-05-16T00:19:56.052Z | trap 0.070106072 |
2287 | 2024-05-16T00:19:56.052Z | tflt 0.169920948 |
2288 | 2024-05-16T00:19:56.052Z | dflt 0.825929359 |
2289 | 2024-05-16T00:19:56.052Z | kflt 0.000017147 |
2290 | 2024-05-16T00:19:56.052Z | lock 4:12.939047614 |
2291 | 2024-05-16T00:19:56.052Z | slp 3:30.630516138 |
2292 | 2024-05-16T00:19:56.052Z | lat 3.467441212 |
2293 | 2024-05-16T00:19:56.052Z | stop 3.760715655 |
2294 | 2024-05-16T00:19:56.052Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2295 | 2024-05-16T00:19:56.052Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2296 | 2024-05-16T00:19:56.052Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2297 | 2024-05-16T00:19:56.052Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2298 | 2024-05-16T00:19:56.053Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2299 | 2024-05-16T00:19:56.568Z | Downloading crates ... |
2300 | 2024-05-16T00:19:56.748Z | Downloaded blowfish v0.9.1 |
2301 | 2024-05-16T00:19:56.754Z | Downloaded aes v0.8.3 |
2302 | 2024-05-16T00:19:56.758Z | Downloaded dirs-sys v0.4.1 |
2303 | 2024-05-16T00:19:56.763Z | Downloaded dhcproto-macros v0.1.0 |
2304 | 2024-05-16T00:19:56.767Z | Downloaded option-ext v0.2.0 |
2305 | 2024-05-16T00:19:56.771Z | Downloaded russh-cryptovec v0.7.0 |
2306 | 2024-05-16T00:19:56.771Z | Downloaded md5 v0.7.0 |
2307 | 2024-05-16T00:19:56.775Z | Downloaded primeorder v0.13.6 |
2308 | 2024-05-16T00:19:56.782Z | Downloaded cbc v0.1.2 |
2309 | 2024-05-16T00:19:56.782Z | Downloaded hex-literal v0.4.1 |
2310 | 2024-05-16T00:19:56.782Z | Downloaded ghash v0.5.0 |
2311 | 2024-05-16T00:19:56.786Z | Downloaded ctr v0.9.2 |
2312 | 2024-05-16T00:19:56.786Z | Downloaded bcrypt-pbkdf v0.10.0 |
2313 | 2024-05-16T00:19:56.786Z | Downloaded pbkdf2 v0.11.0 |
2314 | 2024-05-16T00:19:56.786Z | Downloaded rfc6979 v0.4.0 |
2315 | 2024-05-16T00:19:56.786Z | Downloaded rand_core v0.5.1 |
2316 | 2024-05-16T00:19:56.796Z | Downloaded polyval v0.6.1 |
2317 | 2024-05-16T00:19:56.796Z | Downloaded pbkdf2 v0.12.2 |
2318 | 2024-05-16T00:19:56.796Z | Downloaded internet-checksum v0.2.1 |
2319 | 2024-05-16T00:19:56.796Z | Downloaded dirs v5.0.1 |
2320 | 2024-05-16T00:19:56.796Z | Downloaded getrandom v0.1.16 |
2321 | 2024-05-16T00:19:56.796Z | Downloaded ecdsa v0.16.9 |
2322 | 2024-05-16T00:19:56.799Z | Downloaded password-hash v0.4.2 |
2323 | 2024-05-16T00:19:56.799Z | Downloaded ed25519 v2.2.2 |
2324 | 2024-05-16T00:19:56.804Z | Downloaded russh-keys v0.43.0 |
2325 | 2024-05-16T00:19:56.804Z | Downloaded rand_chacha v0.2.2 |
2326 | 2024-05-16T00:19:56.804Z | Downloaded dhcproto v0.11.0 |
2327 | 2024-05-16T00:19:56.811Z | Downloaded p256 v0.13.2 |
2328 | 2024-05-16T00:19:56.815Z | Downloaded ed25519-dalek v2.0.0 |
2329 | 2024-05-16T00:19:56.819Z | Downloaded aes-gcm v0.10.3 |
2330 | 2024-05-16T00:19:56.823Z | Downloaded russh v0.43.0 |
2331 | 2024-05-16T00:19:56.827Z | Downloaded p521 v0.13.3 |
2332 | 2024-05-16T00:19:56.831Z | Downloaded rand v0.7.3 |
2333 | 2024-05-16T00:19:56.888Z | Downloaded winapi v0.3.9 |
2334 | 2024-05-16T00:19:57.054Z | Compiling proc-macro2 v1.0.82 |
2335 | 2024-05-16T00:19:57.054Z | Compiling unicode-ident v1.0.12 |
2336 | 2024-05-16T00:19:57.057Z | Compiling libc v0.2.153 |
2337 | 2024-05-16T00:19:57.057Z | Compiling cfg-if v1.0.0 |
2338 | 2024-05-16T00:19:57.058Z | Compiling serde v1.0.201 |
2339 | 2024-05-16T00:19:57.058Z | Compiling version_check v0.9.4 |
2340 | 2024-05-16T00:19:57.058Z | Compiling autocfg v1.1.0 |
2341 | 2024-05-16T00:19:57.058Z | Compiling memchr v2.7.1 |
2342 | 2024-05-16T00:19:57.232Z | Compiling once_cell v1.19.0 |
2343 | 2024-05-16T00:19:57.297Z | Compiling byteorder v1.5.0 |
2344 | 2024-05-16T00:19:57.647Z | Compiling log v0.4.21 |
2345 | 2024-05-16T00:19:57.745Z | Compiling itoa v1.0.9 |
2346 | 2024-05-16T00:19:57.765Z | Compiling scopeguard v1.2.0 |
2347 | 2024-05-16T00:19:57.897Z | Compiling smallvec v1.13.1 |
2348 | 2024-05-16T00:19:57.920Z | Compiling typenum v1.16.0 |
2349 | 2024-05-16T00:19:57.943Z | Compiling generic-array v0.14.7 |
2350 | 2024-05-16T00:19:58.038Z | Compiling lock_api v0.4.10 |
2351 | 2024-05-16T00:19:58.069Z | Compiling thiserror v1.0.59 |
2352 | 2024-05-16T00:19:58.313Z | Compiling parking_lot_core v0.9.8 |
2353 | 2024-05-16T00:19:58.327Z | Compiling pin-project-lite v0.2.13 |
2354 | 2024-05-16T00:19:58.449Z | Compiling libm v0.2.7 |
2355 | 2024-05-16T00:19:58.626Z | Compiling quote v1.0.36 |
2356 | 2024-05-16T00:19:58.836Z | Compiling subtle v2.5.0 |
2357 | 2024-05-16T00:19:58.899Z | Compiling num-traits v0.2.19 |
2358 | 2024-05-16T00:19:58.974Z | Compiling ahash v0.8.8 |
2359 | 2024-05-16T00:19:59.145Z | Compiling syn v2.0.60 |
2360 | 2024-05-16T00:19:59.164Z | Compiling getrandom v0.2.12 |
2361 | 2024-05-16T00:19:59.334Z | Compiling cc v1.0.83 |
2362 | 2024-05-16T00:19:59.381Z | Compiling signal-hook-registry v1.4.1 |
2363 | 2024-05-16T00:19:59.532Z | Compiling rand_core v0.6.4 |
2364 | 2024-05-16T00:19:59.636Z | Compiling mio v0.8.11 |
2365 | 2024-05-16T00:20:00.049Z | Compiling parking_lot v0.12.1 |
2366 | 2024-05-16T00:20:00.282Z | Compiling socket2 v0.5.6 |
2367 | 2024-05-16T00:20:00.328Z | Compiling num_cpus v1.16.0 |
2368 | 2024-05-16T00:20:00.451Z | Compiling ryu v1.0.15 |
2369 | 2024-05-16T00:20:00.827Z | Compiling serde_json v1.0.117 |
2370 | 2024-05-16T00:20:00.865Z | Compiling allocator-api2 v0.2.16 |
2371 | 2024-05-16T00:20:00.881Z | Compiling futures-core v0.3.30 |
2372 | 2024-05-16T00:20:01.062Z | Compiling const-oid v0.9.6 |
2373 | 2024-05-16T00:20:01.129Z | Compiling equivalent v1.0.1 |
2374 | 2024-05-16T00:20:01.191Z | Compiling fnv v1.0.7 |
2375 | 2024-05-16T00:20:01.230Z | Compiling futures-sink v0.3.30 |
2376 | 2024-05-16T00:20:01.247Z | Compiling slab v0.4.9 |
2377 | 2024-05-16T00:20:01.316Z | Compiling spin v0.5.2 |
2378 | 2024-05-16T00:20:01.375Z | Compiling futures-channel v0.3.30 |
2379 | 2024-05-16T00:20:01.541Z | Compiling futures-task v0.3.30 |
2380 | 2024-05-16T00:20:01.692Z | Compiling pin-utils v0.1.0 |
2381 | 2024-05-16T00:20:01.782Z | Compiling futures-io v0.3.30 |
2382 | 2024-05-16T00:20:01.795Z | Compiling syn v1.0.109 |
2383 | 2024-05-16T00:20:01.855Z | Compiling iana-time-zone v0.1.57 |
2384 | 2024-05-16T00:20:01.968Z | Compiling tinyvec_macros v0.1.1 |
2385 | 2024-05-16T00:20:02.059Z | Compiling tinyvec v1.6.0 |
2386 | 2024-05-16T00:20:02.084Z | Compiling unicode-bidi v0.3.15 |
2387 | 2024-05-16T00:20:02.291Z | Compiling cpufeatures v0.2.12 |
2388 | 2024-05-16T00:20:02.395Z | Compiling schemars v0.8.17 |
2389 | 2024-05-16T00:20:02.467Z | Compiling tracing-core v0.1.32 |
2390 | 2024-05-16T00:20:02.540Z | Compiling dyn-clone v1.0.17 |
2391 | 2024-05-16T00:20:02.753Z | Compiling percent-encoding v2.3.1 |
2392 | 2024-05-16T00:20:02.757Z | Compiling ppv-lite86 v0.2.17 |
2393 | 2024-05-16T00:20:02.819Z | Compiling spin v0.9.8 |
2394 | 2024-05-16T00:20:03.091Z | Compiling time-core v0.1.2 |
2395 | 2024-05-16T00:20:03.265Z | Compiling powerfmt v0.2.0 |
2396 | 2024-05-16T00:20:03.273Z | Compiling num-conv v0.1.0 |
2397 | 2024-05-16T00:20:03.506Z | Compiling unicode-normalization v0.1.22 |
2398 | 2024-05-16T00:20:03.527Z | Compiling deranged v0.3.11 |
2399 | 2024-05-16T00:20:03.541Z | Compiling time-macros v0.2.17 |
2400 | 2024-05-16T00:20:03.572Z | Compiling form_urlencoded v1.2.1 |
2401 | 2024-05-16T00:20:03.640Z | Compiling num_threads v0.1.6 |
2402 | 2024-05-16T00:20:03.769Z | Compiling rand_chacha v0.3.1 |
2403 | 2024-05-16T00:20:03.876Z | Compiling ring v0.17.8 |
2404 | 2024-05-16T00:20:03.908Z | Compiling aho-corasick v1.1.2 |
2405 | 2024-05-16T00:20:04.573Z | Compiling regex-syntax v0.8.2 |
2406 | 2024-05-16T00:20:05.562Z | Compiling idna v0.5.0 |
2407 | 2024-05-16T00:20:05.716Z | Compiling rand v0.8.5 |
2408 | 2024-05-16T00:20:07.149Z | Compiling serde_derive_internals v0.29.0 |
2409 | 2024-05-16T00:20:07.204Z | Compiling time v0.3.34 |
2410 | 2024-05-16T00:20:07.763Z | Compiling httparse v1.8.0 |
2411 | 2024-05-16T00:20:08.082Z | Compiling regex-automata v0.4.5 |
2412 | 2024-05-16T00:20:08.189Z | Compiling slog v2.7.0 |
2413 | 2024-05-16T00:20:08.850Z | Compiling url v2.5.0 |
2414 | 2024-05-16T00:20:10.312Z | Compiling untrusted v0.9.0 |
2415 | 2024-05-16T00:20:10.502Z | Compiling heck v0.4.1 |
2416 | 2024-05-16T00:20:10.882Z | Compiling vcpkg v0.2.15 |
2417 | 2024-05-16T00:20:10.994Z | Compiling pkg-config v0.3.27 |
2418 | 2024-05-16T00:20:11.311Z | Compiling lazy_static v1.4.0 |
2419 | 2024-05-16T00:20:11.428Z | Compiling unicode-width v0.1.11 |
2420 | 2024-05-16T00:20:11.590Z | Compiling adler v1.0.2 |
2421 | 2024-05-16T00:20:11.821Z | Compiling miniz_oxide v0.7.1 |
2422 | 2024-05-16T00:20:12.384Z | Compiling semver v1.0.23 |
2423 | 2024-05-16T00:20:12.808Z | Compiling ring v0.16.20 |
2424 | 2024-05-16T00:20:12.968Z | Compiling backtrace v0.3.69 |
2425 | 2024-05-16T00:20:13.040Z | Compiling openssl-sys v0.9.102 |
2426 | 2024-05-16T00:20:13.372Z | Compiling gimli v0.28.0 |
2427 | 2024-05-16T00:20:13.442Z | Compiling try-lock v0.2.4 |
2428 | 2024-05-16T00:20:13.593Z | Compiling regex v1.10.4 |
2429 | 2024-05-16T00:20:13.970Z | Compiling serde_derive v1.0.201 |
2430 | 2024-05-16T00:20:13.985Z | Compiling zeroize_derive v1.4.2 |
2431 | 2024-05-16T00:20:14.084Z | Compiling zerocopy-derive v0.7.32 |
2432 | 2024-05-16T00:20:14.696Z | Compiling thiserror-impl v1.0.59 |
2433 | 2024-05-16T00:20:14.842Z | Compiling tokio-macros v2.2.0 |
2434 | 2024-05-16T00:20:15.715Z | Compiling zeroize v1.7.0 |
2435 | 2024-05-16T00:20:16.653Z | Compiling zerocopy v0.7.32 |
2436 | 2024-05-16T00:20:16.703Z | Compiling futures-macro v0.3.30 |
2437 | 2024-05-16T00:20:17.182Z | Compiling tracing-attributes v0.1.27 |
2438 | 2024-05-16T00:20:17.647Z | Compiling crypto-common v0.1.6 |
2439 | 2024-05-16T00:20:17.883Z | Compiling block-buffer v0.10.4 |
2440 | 2024-05-16T00:20:18.150Z | Compiling digest v0.10.7 |
2441 | 2024-05-16T00:20:18.317Z | Compiling schemars_derive v0.8.17 |
2442 | 2024-05-16T00:20:18.388Z | Compiling async-trait v0.1.80 |
2443 | 2024-05-16T00:20:18.689Z | Compiling httpdate v1.0.3 |
2444 | 2024-05-16T00:20:18.947Z | Compiling hashbrown v0.14.3 |
2445 | 2024-05-16T00:20:18.982Z | Compiling futures-util v0.3.30 |
2446 | 2024-05-16T00:20:19.153Z | Compiling addr2line v0.21.0 |
2447 | 2024-05-16T00:20:20.411Z | Compiling want v0.3.1 |
2448 | 2024-05-16T00:20:20.720Z | Compiling object v0.32.1 |
2449 | 2024-05-16T00:20:21.243Z | Compiling tracing v0.1.40 |
2450 | 2024-05-16T00:20:21.350Z | Compiling tower-service v0.3.2 |
2451 | 2024-05-16T00:20:21.470Z | Compiling anyhow v1.0.83 |
2452 | 2024-05-16T00:20:21.525Z | Compiling rustix v0.38.31 |
2453 | 2024-05-16T00:20:21.722Z | Compiling base64 v0.21.7 |
2454 | 2024-05-16T00:20:21.854Z | Compiling foreign-types-shared v0.1.1 |
2455 | 2024-05-16T00:20:21.959Z | Compiling rustc-demangle v0.1.23 |
2456 | 2024-05-16T00:20:21.963Z | Compiling ipnet v2.9.0 |
2457 | 2024-05-16T00:20:22.087Z | Compiling untrusted v0.7.1 |
2458 | 2024-05-16T00:20:22.247Z | Compiling mime v0.3.17 |
2459 | 2024-05-16T00:20:22.260Z | Compiling openssl v0.10.64 |
2460 | 2024-05-16T00:20:22.829Z | Compiling foreign-types v0.3.2 |
2461 | 2024-05-16T00:20:22.900Z | Compiling openssl-macros v0.1.1 |
2462 | 2024-05-16T00:20:22.918Z | Compiling errno v0.3.8 |
2463 | 2024-05-16T00:20:23.131Z | Compiling native-tls v0.2.11 |
2464 | 2024-05-16T00:20:23.143Z | Compiling rustls v0.21.9 |
2465 | 2024-05-16T00:20:23.442Z | Compiling base64ct v1.6.0 |
2466 | 2024-05-16T00:20:23.487Z | Compiling winnow v0.5.15 |
2467 | 2024-05-16T00:20:23.719Z | Compiling crossbeam-utils v0.8.19 |
2468 | 2024-05-16T00:20:24.046Z | Compiling heck v0.5.0 |
2469 | 2024-05-16T00:20:24.323Z | Compiling rustls-webpki v0.101.7 |
2470 | 2024-05-16T00:20:24.407Z | Compiling cookie v0.17.0 |
2471 | 2024-05-16T00:20:24.559Z | Compiling ucd-trie v0.1.6 |
2472 | 2024-05-16T00:20:24.779Z | Compiling sct v0.7.0 |
2473 | 2024-05-16T00:20:25.102Z | Compiling futures-executor v0.3.30 |
2474 | 2024-05-16T00:20:25.223Z | Compiling openssl-probe v0.1.5 |
2475 | 2024-05-16T00:20:25.407Z | Compiling futures v0.3.30 |
2476 | 2024-05-16T00:20:25.579Z | Compiling pest v2.7.6 |
2477 | 2024-05-16T00:20:26.370Z | Compiling idna v0.3.0 |
2478 | 2024-05-16T00:20:27.058Z | Compiling encoding_rs v0.8.33 |
2479 | 2024-05-16T00:20:27.136Z | Compiling data-encoding v2.4.0 |
2480 | 2024-05-16T00:20:28.009Z | Compiling rustversion v1.0.14 |
2481 | 2024-05-16T00:20:28.158Z | Compiling psl-types v2.0.11 |
2482 | 2024-05-16T00:20:28.322Z | Compiling publicsuffix v2.2.3 |
2483 | 2024-05-16T00:20:28.338Z | Compiling pest_meta v2.7.6 |
2484 | 2024-05-16T00:20:28.760Z | Compiling hmac v0.12.1 |
2485 | 2024-05-16T00:20:29.012Z | Compiling bytes v1.6.0 |
2486 | 2024-05-16T00:20:29.442Z | Compiling indexmap v2.2.6 |
2487 | 2024-05-16T00:20:29.699Z | Compiling uuid v1.8.0 |
2488 | 2024-05-16T00:20:30.068Z | Compiling tokio v1.37.0 |
2489 | 2024-05-16T00:20:30.385Z | Compiling chrono v0.4.38 |
2490 | 2024-05-16T00:20:30.973Z | Compiling bitflags v2.4.2 |
2491 | 2024-05-16T00:20:31.100Z | Compiling http v0.2.12 |
2492 | 2024-05-16T00:20:31.406Z | Compiling serde_tokenstream v0.2.0 |
2493 | 2024-05-16T00:20:31.650Z | Compiling serde_spanned v0.6.5 |
2494 | 2024-05-16T00:20:31.870Z | Compiling toml_datetime v0.6.5 |
2495 | 2024-05-16T00:20:32.378Z | Compiling toml_edit v0.19.15 |
2496 | 2024-05-16T00:20:32.718Z | Compiling http-body v0.4.5 |
2497 | 2024-05-16T00:20:33.652Z | Compiling serde_urlencoded v0.7.1 |
2498 | 2024-05-16T00:20:34.173Z | Compiling scroll_derive v0.12.0 |
2499 | 2024-05-16T00:20:34.315Z | Compiling openapiv3 v2.0.0 |
2500 | 2024-05-16T00:20:34.609Z | Compiling cookie_store v0.20.0 |
2501 | 2024-05-16T00:20:35.928Z | Compiling scroll v0.12.0 |
2502 | 2024-05-16T00:20:36.180Z | Compiling pest_generator v2.7.6 |
2503 | 2024-05-16T00:20:36.499Z | Compiling rustls-pemfile v1.0.3 |
2504 | 2024-05-16T00:20:36.891Z | Compiling sync_wrapper v0.1.2 |
2505 | 2024-05-16T00:20:37.019Z | Compiling plain v0.2.3 |
2506 | 2024-05-16T00:20:37.128Z | Compiling webpki-roots v0.25.2 |
2507 | 2024-05-16T00:20:37.174Z | Compiling bitflags v1.3.2 |
2508 | 2024-05-16T00:20:37.271Z | Compiling goblin v0.8.0 |
2509 | 2024-05-16T00:20:37.283Z | Compiling rustc_version v0.4.0 |
2510 | 2024-05-16T00:20:37.974Z | Compiling tokio-util v0.7.10 |
2511 | 2024-05-16T00:20:38.036Z | Compiling tokio-rustls v0.24.1 |
2512 | 2024-05-16T00:20:38.250Z | Compiling pest_derive v2.7.6 |
2513 | 2024-05-16T00:20:38.416Z | Compiling pem-rfc7468 v0.7.0 |
2514 | 2024-05-16T00:20:39.121Z | Compiling h2 v0.3.26 |
2515 | 2024-05-16T00:20:39.203Z | Compiling block-padding v0.3.3 |
2516 | 2024-05-16T00:20:39.455Z | Compiling tokio-native-tls v0.3.1 |
2517 | 2024-05-16T00:20:39.491Z | Compiling der_derive v0.7.2 |
2518 | 2024-05-16T00:20:39.553Z | Compiling usdt-impl v0.5.0 |
2519 | 2024-05-16T00:20:39.772Z | Compiling flagset v0.4.3 |
2520 | 2024-05-16T00:20:39.933Z | Compiling pretty-hex v0.4.1 |
2521 | 2024-05-16T00:20:40.125Z | Compiling inout v0.1.3 |
2522 | 2024-05-16T00:20:40.152Z | Compiling dtrace-parser v0.2.0 |
2523 | 2024-05-16T00:20:40.396Z | Compiling thread-id v4.2.0 |
2524 | 2024-05-16T00:20:40.488Z | Compiling cipher v0.4.4 |
2525 | 2024-05-16T00:20:40.500Z | Compiling sha2 v0.10.8 |
2526 | 2024-05-16T00:20:41.025Z | Compiling either v1.11.0 |
2527 | 2024-05-16T00:20:41.447Z | Compiling ff v0.13.0 |
2528 | 2024-05-16T00:20:41.480Z | Compiling base16ct v0.2.0 |
2529 | 2024-05-16T00:20:41.676Z | Compiling stable_deref_trait v1.2.0 |
2530 | 2024-05-16T00:20:41.777Z | Compiling group v0.13.0 |
2531 | 2024-05-16T00:20:41.792Z | Compiling hkdf v0.12.4 |
2532 | 2024-05-16T00:20:42.044Z | Compiling crossbeam-epoch v0.9.18 |
2533 | 2024-05-16T00:20:42.094Z | Compiling crypto-bigint v0.5.2 |
2534 | 2024-05-16T00:20:42.100Z | Compiling num-integer v0.1.46 |
2535 | 2024-05-16T00:20:42.232Z | Compiling der v0.7.8 |
2536 | 2024-05-16T00:20:42.869Z | Compiling dof v0.3.0 |
2537 | 2024-05-16T00:20:42.900Z | Compiling memmap v0.7.0 |
2538 | 2024-05-16T00:20:43.266Z | Compiling crc32fast v1.3.2 |
2539 | 2024-05-16T00:20:44.350Z | Compiling spki v0.7.2 |
2540 | 2024-05-16T00:20:44.734Z | Compiling pkcs8 v0.10.2 |
2541 | 2024-05-16T00:20:45.219Z | Compiling sec1 v0.7.3 |
2542 | 2024-05-16T00:20:45.306Z | Compiling winnow v0.6.1 |
2543 | 2024-05-16T00:20:45.467Z | Compiling unicode-segmentation v1.10.1 |
2544 | 2024-05-16T00:20:45.504Z | Compiling managed v0.8.0 |
2545 | 2024-05-16T00:20:45.633Z | Compiling elliptic-curve v0.13.8 |
2546 | 2024-05-16T00:20:45.774Z | Compiling toml v0.7.8 |
2547 | 2024-05-16T00:20:45.944Z | Compiling hex v0.4.3 |
2548 | 2024-05-16T00:20:45.988Z | Compiling hyper v0.14.28 |
2549 | 2024-05-16T00:20:46.342Z | Compiling num-bigint v0.4.4 |
2550 | 2024-05-16T00:20:46.403Z | Compiling utf8parse v0.2.1 |
2551 | 2024-05-16T00:20:46.563Z | Compiling anstyle v1.0.7 |
2552 | 2024-05-16T00:20:46.576Z | Compiling matches v0.1.10 |
2553 | 2024-05-16T00:20:46.671Z | Compiling idna v0.2.3 |
2554 | 2024-05-16T00:20:47.048Z | Compiling anstyle-parse v0.2.1 |
2555 | 2024-05-16T00:20:47.365Z | Compiling ipnetwork v0.20.0 |
2556 | 2024-05-16T00:20:47.487Z | Compiling enum-as-inner v0.5.1 |
2557 | 2024-05-16T00:20:47.596Z | Compiling siphasher v0.3.11 |
2558 | 2024-05-16T00:20:47.702Z | Compiling usdt-macro v0.5.0 |
2559 | 2024-05-16T00:20:47.955Z | Compiling usdt-attr-macro v0.5.0 |
2560 | 2024-05-16T00:20:48.236Z | Compiling bit-vec v0.6.3 |
2561 | 2024-05-16T00:20:48.309Z | Compiling colorchoice v1.0.0 |
2562 | 2024-05-16T00:20:48.458Z | Compiling anstyle-query v1.0.0 |
2563 | 2024-05-16T00:20:48.587Z | Compiling anstream v0.6.11 |
2564 | 2024-05-16T00:20:48.592Z | Compiling trust-dns-proto v0.22.0 |
2565 | 2024-05-16T00:20:48.693Z | Compiling toml_edit v0.22.12 |
2566 | 2024-05-16T00:20:49.272Z | Compiling flate2 v1.0.30 |
2567 | 2024-05-16T00:20:49.322Z | Compiling heapless v0.7.16 |
2568 | 2024-05-16T00:20:49.685Z | Compiling usdt v0.5.0 |
2569 | 2024-05-16T00:20:49.836Z | Compiling terminal_size v0.3.0 |
2570 | 2024-05-16T00:20:49.920Z | Compiling regress v0.9.1 |
2571 | 2024-05-16T00:20:50.040Z | Compiling strsim v0.11.0 |
2572 | 2024-05-16T00:20:50.209Z | Compiling signal-hook v0.3.17 |
2573 | 2024-05-16T00:20:50.241Z | Compiling clap_lex v0.7.0 |
2574 | 2024-05-16T00:20:50.526Z | Compiling clap_builder v4.5.2 |
2575 | 2024-05-16T00:20:50.788Z | Compiling itertools v0.10.5 |
2576 | 2024-05-16T00:20:50.989Z | Compiling clap_derive v4.5.4 |
2577 | 2024-05-16T00:20:53.592Z | Compiling hyper-tls v0.5.0 |
2578 | 2024-05-16T00:20:53.972Z | Compiling hyper-rustls v0.24.2 |
2579 | 2024-05-16T00:20:54.329Z | Compiling reqwest v0.11.27 |
2580 | 2024-05-16T00:20:55.108Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2581 | 2024-05-16T00:20:56.121Z | Compiling yasna v0.5.2 |
2582 | 2024-05-16T00:20:56.365Z | Compiling md-5 v0.10.5 |
2583 | 2024-05-16T00:20:56.642Z | Compiling stringprep v0.1.3 |
2584 | 2024-05-16T00:20:57.160Z | Compiling hash32 v0.2.1 |
2585 | 2024-05-16T00:20:57.317Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2586 | 2024-05-16T00:20:57.548Z | Compiling smoltcp v0.9.1 |
2587 | 2024-05-16T00:20:57.649Z | Compiling fallible-iterator v0.2.0 |
2588 | 2024-05-16T00:20:58.040Z | Compiling regex-automata v0.1.10 |
2589 | 2024-05-16T00:20:58.341Z | Compiling postgres-protocol v0.6.6 |
2590 | 2024-05-16T00:20:58.357Z | Compiling clap v4.5.4 |
2591 | 2024-05-16T00:20:58.473Z | Compiling bstr v0.2.17 |
2592 | 2024-05-16T00:20:59.392Z | Compiling phf_shared v0.11.2 |
2593 | 2024-05-16T00:20:59.561Z | Compiling tokio-stream v0.1.15 |
2594 | 2024-05-16T00:20:59.761Z | Compiling hubpack_derive v0.1.1 |
2595 | 2024-05-16T00:20:59.833Z | Compiling zerocopy-derive v0.6.6 |
2596 | 2024-05-16T00:20:59.964Z | Compiling diesel_table_macro_syntax v0.1.0 |
2597 | 2024-05-16T00:21:00.171Z | Compiling scheduled-thread-pool v0.2.7 |
2598 | 2024-05-16T00:21:00.298Z | Compiling fs-err v2.11.0 |
2599 | 2024-05-16T00:21:00.393Z | Compiling fixedbitset v0.4.2 |
2600 | 2024-05-16T00:21:00.607Z | Compiling r2d2 v0.8.10 |
2601 | 2024-05-16T00:21:00.716Z | Compiling hubpack v0.1.2 |
2602 | 2024-05-16T00:21:00.758Z | Compiling petgraph v0.6.5 |
2603 | 2024-05-16T00:21:00.780Z | Compiling diesel_derives v2.1.2 |
2604 | 2024-05-16T00:21:00.846Z | Compiling phf v0.11.2 |
2605 | 2024-05-16T00:21:00.969Z | Compiling similar v2.4.0 |
2606 | 2024-05-16T00:21:01.174Z | Compiling postgres-types v0.2.6 |
2607 | 2024-05-16T00:21:02.164Z | Compiling zerocopy v0.6.6 |
2608 | 2024-05-16T00:21:02.634Z | Compiling signal-hook-mio v0.2.3 |
2609 | 2024-05-16T00:21:03.040Z | Compiling phf_shared v0.10.0 |
2610 | 2024-05-16T00:21:03.091Z | Compiling num-iter v0.1.45 |
2611 | 2024-05-16T00:21:03.291Z | Compiling strum_macros v0.25.2 |
2612 | 2024-05-16T00:21:03.363Z | Compiling serde_repr v0.1.16 |
2613 | 2024-05-16T00:21:03.458Z | Compiling getopts v0.2.21 |
2614 | 2024-05-16T00:21:03.529Z | Compiling console v0.15.8 |
2615 | 2024-05-16T00:21:04.501Z | Compiling float-cmp v0.9.0 |
2616 | 2024-05-16T00:21:04.642Z | Compiling difflib v0.4.0 |
2617 | 2024-05-16T00:21:04.724Z | Compiling whoami v1.5.1 |
2618 | 2024-05-16T00:21:04.823Z | Compiling normalize-line-endings v0.3.0 |
2619 | 2024-05-16T00:21:04.960Z | Compiling minimal-lexical v0.2.1 |
2620 | 2024-05-16T00:21:05.082Z | Compiling predicates-core v1.0.6 |
2621 | 2024-05-16T00:21:05.375Z | Compiling new_debug_unreachable v1.0.4 |
2622 | 2024-05-16T00:21:05.460Z | Compiling unsafe-libyaml v0.2.10 |
2623 | 2024-05-16T00:21:05.475Z | Compiling static_assertions v1.1.0 |
2624 | 2024-05-16T00:21:05.479Z | Compiling precomputed-hash v0.1.1 |
2625 | 2024-05-16T00:21:05.582Z | Compiling string_cache v0.8.7 |
2626 | 2024-05-16T00:21:05.608Z | Compiling nom v7.1.3 |
2627 | 2024-05-16T00:21:06.044Z | Compiling predicates v3.1.0 |
2628 | 2024-05-16T00:21:06.316Z | Compiling tokio-postgres v0.7.10 |
2629 | 2024-05-16T00:21:07.453Z | Compiling serde_yaml v0.9.25 |
2630 | 2024-05-16T00:21:07.598Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2631 | 2024-05-16T00:21:07.863Z | Compiling crossterm v0.27.0 |
2632 | 2024-05-16T00:21:10.304Z | Compiling bit-set v0.5.3 |
2633 | 2024-05-16T00:21:10.561Z | Compiling bstr v1.9.0 |
2634 | 2024-05-16T00:21:10.578Z | Compiling peg-runtime v0.8.3 |
2635 | 2024-05-16T00:21:11.294Z | Compiling lalrpop-util v0.19.12 |
2636 | 2024-05-16T00:21:11.506Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2637 | 2024-05-16T00:21:11.618Z | Compiling sha1 v0.10.6 |
2638 | 2024-05-16T00:21:11.794Z | Compiling camino v1.1.7 |
2639 | 2024-05-16T00:21:11.817Z | Compiling strsim v0.10.0 |
2640 | 2024-05-16T00:21:11.945Z | Compiling ident_case v1.0.1 |
2641 | 2024-05-16T00:21:12.052Z | Compiling strum_macros v0.26.1 |
2642 | 2024-05-16T00:21:12.125Z | Compiling darling_core v0.20.8 |
2643 | 2024-05-16T00:21:12.387Z | Compiling dirs-sys-next v0.1.2 |
2644 | 2024-05-16T00:21:12.635Z | Compiling match_cfg v0.1.0 |
2645 | 2024-05-16T00:21:12.736Z | Compiling base64 v0.22.1 |
2646 | 2024-05-16T00:21:13.028Z | Compiling hostname v0.3.1 |
2647 | 2024-05-16T00:21:13.241Z | Compiling dirs-next v2.0.0 |
2648 | 2024-05-16T00:21:13.286Z | Compiling toml v0.8.12 |
2649 | 2024-05-16T00:21:13.437Z | Compiling http v1.0.0 |
2650 | 2024-05-16T00:21:13.493Z | Compiling thread_local v1.1.7 |
2651 | 2024-05-16T00:21:13.511Z | Compiling rustls-pki-types v1.3.0 |
2652 | 2024-05-16T00:21:13.748Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2653 | 2024-05-16T00:21:14.072Z | Compiling slog-async v2.8.0 |
2654 | 2024-05-16T00:21:14.301Z | Compiling term v0.7.0 |
2655 | 2024-05-16T00:21:14.680Z | Compiling is-terminal v0.4.9 |
2656 | 2024-05-16T00:21:14.814Z | Compiling crossbeam-channel v0.5.8 |
2657 | 2024-05-16T00:21:15.075Z | Compiling rustls v0.22.4 |
2658 | 2024-05-16T00:21:15.378Z | Compiling take_mut v0.2.2 |
2659 | 2024-05-16T00:21:15.542Z | Compiling paste v1.0.15 |
2660 | 2024-05-16T00:21:16.003Z | Compiling slog-term v2.9.1 |
2661 | 2024-05-16T00:21:16.024Z | Compiling rustls-webpki v0.102.1 |
2662 | 2024-05-16T00:21:16.140Z | Compiling multer v3.1.0 |
2663 | 2024-05-16T00:21:16.454Z | Compiling instant v0.1.12 |
2664 | 2024-05-16T00:21:17.258Z | Compiling slog-json v2.6.1 |
2665 | 2024-05-16T00:21:17.304Z | Compiling diesel v2.1.6 |
2666 | 2024-05-16T00:21:17.448Z | Compiling strum v0.26.2 |
2667 | 2024-05-16T00:21:17.628Z | Compiling async-stream-impl v0.3.5 |
2668 | 2024-05-16T00:21:17.645Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2669 | 2024-05-16T00:21:17.937Z | Compiling atomic-waker v1.1.1 |
2670 | 2024-05-16T00:21:17.965Z | Compiling debug-ignore v1.0.5 |
2671 | 2024-05-16T00:21:18.098Z | Compiling waitgroup v0.1.2 |
2672 | 2024-05-16T00:21:18.147Z | Compiling slog-bunyan v2.5.0 |
2673 | 2024-05-16T00:21:18.327Z | Compiling rustls-pemfile v2.1.2 |
2674 | 2024-05-16T00:21:18.344Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2675 | 2024-05-16T00:21:18.785Z | Compiling serde_path_to_error v0.1.16 |
2676 | 2024-05-16T00:21:18.963Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2677 | 2024-05-16T00:21:19.094Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2678 | 2024-05-16T00:21:19.137Z | Compiling async-stream v0.3.5 |
2679 | 2024-05-16T00:21:19.160Z | Compiling darling_macro v0.20.8 |
2680 | 2024-05-16T00:21:19.216Z | Compiling structmeta-derive v0.3.0 |
2681 | 2024-05-16T00:21:19.446Z | Compiling hostname v0.4.0 |
2682 | 2024-05-16T00:21:19.702Z | Compiling proc-macro-error-attr v1.0.4 |
2683 | 2024-05-16T00:21:19.740Z | Compiling proc-macro-error v1.0.4 |
2684 | 2024-05-16T00:21:20.052Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2685 | 2024-05-16T00:21:20.215Z | Compiling darling v0.20.8 |
2686 | 2024-05-16T00:21:20.336Z | Compiling serde_with_macros v3.7.0 |
2687 | 2024-05-16T00:21:20.521Z | Compiling newtype-uuid v1.1.0 |
2688 | 2024-05-16T00:21:20.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2689 | 2024-05-16T00:21:20.791Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2690 | 2024-05-16T00:21:21.084Z | Compiling backoff v0.4.0 |
2691 | 2024-05-16T00:21:21.434Z | Compiling tokio-rustls v0.25.0 |
2692 | 2024-05-16T00:21:21.456Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2693 | 2024-05-16T00:21:21.640Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2694 | 2024-05-16T00:21:21.721Z | Compiling macaddr v1.0.1 |
2695 | 2024-05-16T00:21:21.850Z | Compiling proc-macro-crate v1.3.1 |
2696 | 2024-05-16T00:21:22.161Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2697 | 2024-05-16T00:21:22.452Z | Compiling structmeta v0.3.0 |
2698 | 2024-05-16T00:21:22.503Z | Compiling fastrand v2.0.1 |
2699 | 2024-05-16T00:21:22.895Z | Compiling parse-display-derive v0.9.0 |
2700 | 2024-05-16T00:21:22.964Z | Compiling num_enum_derive v0.5.11 |
2701 | 2024-05-16T00:21:23.056Z | Compiling tempfile v3.10.1 |
2702 | 2024-05-16T00:21:23.617Z | Compiling serde_with v3.7.0 |
2703 | 2024-05-16T00:21:23.957Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2704 | 2024-05-16T00:21:24.289Z | Compiling foreign-types-macros v0.2.3 |
2705 | 2024-05-16T00:21:25.722Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2706 | 2024-05-16T00:21:25.837Z | Compiling num_enum v0.5.11 |
2707 | 2024-05-16T00:21:26.008Z | Compiling foreign-types-shared v0.3.1 |
2708 | 2024-05-16T00:21:26.022Z | Compiling heapless v0.8.0 |
2709 | 2024-05-16T00:21:26.125Z | Compiling foreign-types v0.5.0 |
2710 | 2024-05-16T00:21:26.599Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2711 | 2024-05-16T00:21:26.859Z | Compiling cstr-argument v0.1.2 |
2712 | 2024-05-16T00:21:27.114Z | Compiling hash32 v0.3.1 |
2713 | 2024-05-16T00:21:27.358Z | Compiling smoltcp v0.11.0 |
2714 | 2024-05-16T00:21:27.467Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2715 | 2024-05-16T00:21:27.481Z | Compiling pretty-hex v0.2.1 |
2716 | 2024-05-16T00:21:27.649Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2717 | 2024-05-16T00:21:27.683Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2718 | 2024-05-16T00:21:27.961Z | Compiling parse-display v0.9.0 |
2719 | 2024-05-16T00:21:27.999Z | Compiling camino-tempfile v1.1.1 |
2720 | 2024-05-16T00:21:28.113Z | Compiling tabwriter v1.4.0 |
2721 | 2024-05-16T00:21:28.253Z | Compiling colored v2.1.0 |
2722 | 2024-05-16T00:21:28.462Z | Compiling socket2 v0.4.9 |
2723 | 2024-05-16T00:21:28.613Z | Compiling cobs v0.2.3 |
2724 | 2024-05-16T00:21:28.650Z | Compiling embedded-io v0.4.0 |
2725 | 2024-05-16T00:21:28.882Z | Compiling postcard v1.0.8 |
2726 | 2024-05-16T00:21:28.913Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2727 | 2024-05-16T00:21:29.000Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2728 | 2024-05-16T00:21:29.166Z | Compiling crucible-workspace-hack v0.1.0 |
2729 | 2024-05-16T00:21:29.302Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2730 | 2024-05-16T00:21:29.329Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2731 | 2024-05-16T00:21:29.476Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2732 | 2024-05-16T00:21:29.833Z | Compiling smf v0.2.3 |
2733 | 2024-05-16T00:21:29.898Z | Compiling platforms v3.0.2 |
2734 | 2024-05-16T00:21:30.133Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2735 | 2024-05-16T00:21:30.257Z | Compiling humantime v2.1.0 |
2736 | 2024-05-16T00:21:30.467Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2737 | 2024-05-16T00:21:30.480Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2738 | 2024-05-16T00:21:30.771Z | Compiling num-derive v0.4.0 |
2739 | 2024-05-16T00:21:30.938Z | Compiling sigpipe v0.1.3 |
2740 | 2024-05-16T00:21:31.056Z | Compiling utf-8 v0.7.6 |
2741 | 2024-05-16T00:21:31.256Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2742 | 2024-05-16T00:21:31.696Z | Compiling atty v0.2.14 |
2743 | 2024-05-16T00:21:31.836Z | Compiling rayon-core v1.12.1 |
2744 | 2024-05-16T00:21:32.001Z | Compiling semver v0.1.20 |
2745 | 2024-05-16T00:21:32.097Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2746 | 2024-05-16T00:21:32.139Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2747 | 2024-05-16T00:21:32.667Z | Compiling same-file v1.0.6 |
2748 | 2024-05-16T00:21:32.909Z | Compiling walkdir v2.5.0 |
2749 | 2024-05-16T00:21:33.188Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2750 | 2024-05-16T00:21:33.740Z | Compiling rustc_version v0.1.7 |
2751 | 2024-05-16T00:21:33.794Z | Compiling curve25519-dalek v4.1.2 |
2752 | 2024-05-16T00:21:33.927Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2753 | 2024-05-16T00:21:34.132Z | Compiling newline-converter v0.3.0 |
2754 | 2024-05-16T00:21:34.176Z | Compiling crossbeam-deque v0.8.3 |
2755 | 2024-05-16T00:21:34.243Z | Compiling universal-hash v0.5.1 |
2756 | 2024-05-16T00:21:34.302Z | Compiling opaque-debug v0.3.0 |
2757 | 2024-05-16T00:21:34.319Z | Compiling expectorate v1.1.0 |
2758 | 2024-05-16T00:21:34.397Z | Compiling newtype_derive v0.1.6 |
2759 | 2024-05-16T00:21:34.438Z | Compiling tungstenite v0.20.1 |
2760 | 2024-05-16T00:21:34.502Z | Compiling signature v2.1.0 |
2761 | 2024-05-16T00:21:34.552Z | Compiling curve25519-dalek-derive v0.1.0 |
2762 | 2024-05-16T00:21:34.754Z | Compiling blake3 v1.5.0 |
2763 | 2024-05-16T00:21:34.795Z | Compiling xattr v1.0.1 |
2764 | 2024-05-16T00:21:35.073Z | Compiling filetime v0.2.23 |
2765 | 2024-05-16T00:21:35.393Z | Compiling unicase v2.7.0 |
2766 | 2024-05-16T00:21:35.432Z | Compiling getrandom v0.1.16 |
2767 | 2024-05-16T00:21:35.710Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2768 | 2024-05-16T00:21:35.769Z | Compiling quick-error v1.2.3 |
2769 | 2024-05-16T00:21:35.911Z | Compiling linked-hash-map v0.5.6 |
2770 | 2024-05-16T00:21:36.162Z | Compiling termcolor v1.2.0 |
2771 | 2024-05-16T00:21:36.183Z | Compiling arc-swap v1.6.0 |
2772 | 2024-05-16T00:21:36.268Z | Compiling lru-cache v0.1.2 |
2773 | 2024-05-16T00:21:36.491Z | Compiling resolv-conf v0.7.0 |
2774 | 2024-05-16T00:21:36.753Z | Compiling slog-scope v4.4.0 |
2775 | 2024-05-16T00:21:36.817Z | Compiling env_logger v0.9.3 |
2776 | 2024-05-16T00:21:36.849Z | Compiling tokio-tungstenite v0.20.1 |
2777 | 2024-05-16T00:21:37.282Z | Compiling rayon v1.10.0 |
2778 | 2024-05-16T00:21:37.318Z | Compiling tar v0.4.40 |
2779 | 2024-05-16T00:21:37.480Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2780 | 2024-05-16T00:21:37.484Z | Compiling password-hash v0.5.0 |
2781 | 2024-05-16T00:21:37.853Z | Compiling blake2 v0.10.6 |
2782 | 2024-05-16T00:21:38.213Z | Compiling bitstruct_derive v0.1.0 |
2783 | 2024-05-16T00:21:38.538Z | Compiling derive-where v1.2.7 |
2784 | 2024-05-16T00:21:39.421Z | Compiling memmap2 v0.7.1 |
2785 | 2024-05-16T00:21:39.587Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2786 | 2024-05-16T00:21:39.730Z | Compiling ascii v1.1.0 |
2787 | 2024-05-16T00:21:39.744Z | Compiling arrayvec v0.7.4 |
2788 | 2024-05-16T00:21:39.912Z | Compiling arrayref v0.3.7 |
2789 | 2024-05-16T00:21:40.017Z | Compiling home v0.5.5 |
2790 | 2024-05-16T00:21:40.157Z | Compiling constant_time_eq v0.3.0 |
2791 | 2024-05-16T00:21:40.288Z | Compiling libefi-sys v0.1.0 |
2792 | 2024-05-16T00:21:40.355Z | Compiling bytecount v0.6.3 |
2793 | 2024-05-16T00:21:40.369Z | Compiling parking_lot_core v0.8.6 |
2794 | 2024-05-16T00:21:40.556Z | Compiling papergrid v0.11.0 |
2795 | 2024-05-16T00:21:40.603Z | Compiling toolchain_find v0.4.0 |
2796 | 2024-05-16T00:21:40.877Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2797 | 2024-05-16T00:21:41.278Z | Compiling bitstruct v0.1.1 |
2798 | 2024-05-16T00:21:41.396Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2799 | 2024-05-16T00:21:41.661Z | Compiling argon2 v0.5.3 |
2800 | 2024-05-16T00:21:42.345Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2801 | 2024-05-16T00:21:42.528Z | Compiling slog-stdlog v4.1.1 |
2802 | 2024-05-16T00:21:42.768Z | Compiling trust-dns-resolver v0.22.0 |
2803 | 2024-05-16T00:21:43.816Z | Compiling tabled_derive v0.7.0 |
2804 | 2024-05-16T00:21:44.000Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2805 | 2024-05-16T00:21:44.709Z | Compiling num-rational v0.4.2 |
2806 | 2024-05-16T00:21:44.776Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2807 | 2024-05-16T00:21:44.949Z | Compiling rfc6979 v0.4.0 |
2808 | 2024-05-16T00:21:45.137Z | Compiling serde_arrays v0.1.0 |
2809 | 2024-05-16T00:21:45.141Z | Compiling erased-serde v0.3.31 |
2810 | 2024-05-16T00:21:45.141Z | Compiling aead v0.5.2 |
2811 | 2024-05-16T00:21:45.317Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2812 | 2024-05-16T00:21:45.519Z | Compiling num-complex v0.4.6 |
2813 | 2024-05-16T00:21:45.701Z | Compiling nibble_vec v0.1.0 |
2814 | 2024-05-16T00:21:45.915Z | Compiling slog-dtrace v0.3.0 |
2815 | 2024-05-16T00:21:46.230Z | Compiling cancel-safe-futures v0.1.5 |
2816 | 2024-05-16T00:21:46.278Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2817 | 2024-05-16T00:21:46.482Z | Compiling endian-type v0.1.2 |
2818 | 2024-05-16T00:21:46.486Z | Compiling topological-sort v0.2.2 |
2819 | 2024-05-16T00:21:46.495Z | Compiling keccak v0.1.4 |
2820 | 2024-05-16T00:21:46.502Z | Compiling winapi v0.3.9 |
2821 | 2024-05-16T00:21:46.617Z | Compiling tabled v0.15.0 |
2822 | 2024-05-16T00:21:46.694Z | Compiling radix_trie v0.2.1 |
2823 | 2024-05-16T00:21:46.698Z | Compiling omicron-zone-package v0.11.0 |
2824 | 2024-05-16T00:21:47.379Z | Compiling sha3 v0.10.8 |
2825 | 2024-05-16T00:21:47.523Z | Compiling num v0.4.3 |
2826 | 2024-05-16T00:21:47.567Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2827 | 2024-05-16T00:21:47.777Z | Compiling ecdsa v0.16.9 |
2828 | 2024-05-16T00:21:48.352Z | Compiling rand_core v0.5.1 |
2829 | 2024-05-16T00:21:48.614Z | Compiling mime_guess v2.0.4 |
2830 | 2024-05-16T00:21:48.861Z | Compiling slog-envlogger v2.2.0 |
2831 | 2024-05-16T00:21:49.177Z | Compiling steno v0.4.0 |
2832 | 2024-05-16T00:21:49.969Z | Compiling rustfmt-wrapper v0.2.1 |
2833 | 2024-05-16T00:21:50.575Z | Compiling poly1305 v0.8.0 |
2834 | 2024-05-16T00:21:50.799Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2835 | 2024-05-16T00:21:51.506Z | Compiling primeorder v0.13.6 |
2836 | 2024-05-16T00:21:51.979Z | Compiling heck v0.3.3 |
2837 | 2024-05-16T00:21:52.402Z | Compiling chacha20 v0.9.1 |
2838 | 2024-05-16T00:21:52.417Z | Compiling thiserror-impl-no-std v2.0.2 |
2839 | 2024-05-16T00:21:52.854Z | Compiling secrecy v0.8.0 |
2840 | 2024-05-16T00:21:53.120Z | Compiling half v2.3.1 |
2841 | 2024-05-16T00:21:53.399Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2842 | 2024-05-16T00:21:53.706Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2843 | 2024-05-16T00:21:53.706Z | Compiling convert_case v0.4.0 |
2844 | 2024-05-16T00:21:54.020Z | Compiling option-ext v0.2.0 |
2845 | 2024-05-16T00:21:54.075Z | Compiling ciborium-io v0.2.2 |
2846 | 2024-05-16T00:21:54.143Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2847 | 2024-05-16T00:21:54.210Z | Compiling ciborium-ll v0.2.2 |
2848 | 2024-05-16T00:21:54.306Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2849 | 2024-05-16T00:21:54.599Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2850 | 2024-05-16T00:21:54.660Z | Compiling dirs-sys v0.4.1 |
2851 | 2024-05-16T00:21:54.759Z | Compiling derive_more v0.99.17 |
2852 | 2024-05-16T00:21:54.949Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2853 | 2024-05-16T00:21:55.070Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2854 | 2024-05-16T00:21:55.318Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2855 | 2024-05-16T00:21:55.459Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2856 | 2024-05-16T00:21:55.799Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2857 | 2024-05-16T00:21:55.885Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2858 | 2024-05-16T00:21:56.528Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2859 | 2024-05-16T00:21:56.845Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2860 | 2024-05-16T00:21:56.996Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2861 | 2024-05-16T00:21:57.315Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2862 | 2024-05-16T00:21:57.403Z | Compiling thiserror-no-std v2.0.2 |
2863 | 2024-05-16T00:21:57.470Z | Compiling zone_cfg_derive v0.1.2 |
2864 | 2024-05-16T00:21:57.622Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2865 | 2024-05-16T00:21:57.968Z | Compiling parking_lot v0.11.2 |
2866 | 2024-05-16T00:21:58.073Z | Compiling rand_chacha v0.2.2 |
2867 | 2024-05-16T00:21:58.942Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2868 | 2024-05-16T00:21:59.503Z | Compiling trust-dns-client v0.22.0 |
2869 | 2024-05-16T00:21:59.693Z | Compiling ed25519 v2.2.2 |
2870 | 2024-05-16T00:22:00.202Z | Compiling polyval v0.6.1 |
2871 | 2024-05-16T00:22:00.256Z | Compiling tungstenite v0.21.0 |
2872 | 2024-05-16T00:22:00.636Z | Compiling blowfish v0.9.1 |
2873 | 2024-05-16T00:22:01.135Z | Compiling aes v0.8.3 |
2874 | 2024-05-16T00:22:02.374Z | Compiling ctr v0.9.2 |
2875 | 2024-05-16T00:22:02.729Z | Compiling libsw v3.3.1 |
2876 | 2024-05-16T00:22:02.742Z | Compiling toml v0.5.11 |
2877 | 2024-05-16T00:22:03.046Z | Compiling password-hash v0.4.2 |
2878 | 2024-05-16T00:22:03.533Z | Compiling pbkdf2 v0.12.2 |
2879 | 2024-05-16T00:22:03.730Z | Compiling gethostname v0.4.3 |
2880 | 2024-05-16T00:22:03.955Z | Compiling fxhash v0.2.1 |
2881 | 2024-05-16T00:22:04.028Z | Compiling swrite v0.1.0 |
2882 | 2024-05-16T00:22:04.050Z | Compiling base64 v0.13.1 |
2883 | 2024-05-16T00:22:04.109Z | Compiling linear-map v1.2.0 |
2884 | 2024-05-16T00:22:04.157Z | Compiling owo-colors v4.0.0 |
2885 | 2024-05-16T00:22:04.170Z | Compiling sled v0.34.7 |
2886 | 2024-05-16T00:22:04.486Z | Compiling trust-dns-server v0.22.1 |
2887 | 2024-05-16T00:22:04.644Z | Compiling ron v0.7.1 |
2888 | 2024-05-16T00:22:06.522Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2889 | 2024-05-16T00:22:06.525Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2890 | 2024-05-16T00:22:06.984Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2891 | 2024-05-16T00:22:09.597Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2892 | 2024-05-16T00:22:10.739Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2893 | 2024-05-16T00:22:12.388Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2894 | 2024-05-16T00:22:12.395Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2895 | 2024-05-16T00:22:14.395Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2896 | 2024-05-16T00:22:14.612Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2897 | 2024-05-16T00:22:15.047Z | Compiling bcrypt-pbkdf v0.10.0 |
2898 | 2024-05-16T00:22:15.420Z | Compiling pbkdf2 v0.11.0 |
2899 | 2024-05-16T00:22:15.528Z | Compiling tokio-tungstenite v0.21.0 |
2900 | 2024-05-16T00:22:15.606Z | Compiling ghash v0.5.0 |
2901 | 2024-05-16T00:22:15.797Z | Compiling ed25519-dalek v2.0.0 |
2902 | 2024-05-16T00:22:15.801Z | Compiling russh-cryptovec v0.7.0 |
2903 | 2024-05-16T00:22:16.035Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2904 | 2024-05-16T00:22:16.120Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2905 | 2024-05-16T00:22:16.304Z | Compiling zone v0.1.8 |
2906 | 2024-05-16T00:22:16.551Z | Compiling rand v0.7.3 |
2907 | 2024-05-16T00:22:16.901Z | Compiling vsss-rs v3.3.4 |
2908 | 2024-05-16T00:22:17.854Z | Compiling dirs v5.0.1 |
2909 | 2024-05-16T00:22:18.071Z | Compiling ciborium v0.2.2 |
2910 | 2024-05-16T00:22:18.506Z | Compiling chacha20poly1305 v0.10.1 |
2911 | 2024-05-16T00:22:18.738Z | Compiling p521 v0.13.3 |
2912 | 2024-05-16T00:22:19.104Z | Compiling p256 v0.13.2 |
2913 | 2024-05-16T00:22:19.662Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2914 | 2024-05-16T00:22:19.974Z | Compiling pem v3.0.4 |
2915 | 2024-05-16T00:22:20.764Z | Compiling cbc v0.1.2 |
2916 | 2024-05-16T00:22:21.017Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2917 | 2024-05-16T00:22:21.269Z | Compiling headers-core v0.2.0 |
2918 | 2024-05-16T00:22:21.377Z | Compiling kstat-rs v0.2.3 |
2919 | 2024-05-16T00:22:21.463Z | Compiling portpicker v0.1.1 |
2920 | 2024-05-16T00:22:21.519Z | Compiling nanorand v0.7.0 |
2921 | 2024-05-16T00:22:21.533Z | Compiling http-range v0.1.5 |
2922 | 2024-05-16T00:22:21.793Z | Compiling glob v0.3.1 |
2923 | 2024-05-16T00:22:21.892Z | Compiling md5 v0.7.0 |
2924 | 2024-05-16T00:22:22.010Z | Compiling flume v0.11.0 |
2925 | 2024-05-16T00:22:22.137Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2926 | 2024-05-16T00:22:22.225Z | Compiling russh-keys v0.43.0 |
2927 | 2024-05-16T00:22:22.433Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2928 | 2024-05-16T00:22:23.746Z | Compiling hyper-staticfile v0.9.5 |
2929 | 2024-05-16T00:22:23.750Z | Compiling headers v0.3.9 |
2930 | 2024-05-16T00:22:23.750Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2931 | 2024-05-16T00:22:24.780Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2932 | 2024-05-16T00:22:26.407Z | Compiling rcgen v0.12.1 |
2933 | 2024-05-16T00:22:26.931Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2934 | 2024-05-16T00:22:27.117Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2935 | 2024-05-16T00:22:28.033Z | Compiling aes-gcm v0.10.3 |
2936 | 2024-05-16T00:22:28.967Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2937 | 2024-05-16T00:22:29.440Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2938 | 2024-05-16T00:22:29.633Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2939 | 2024-05-16T00:22:31.348Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2940 | 2024-05-16T00:22:31.853Z | Compiling atomicwrites v0.4.3 |
2941 | 2024-05-16T00:22:32.222Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2942 | 2024-05-16T00:22:34.195Z | Compiling itertools v0.12.1 |
2943 | 2024-05-16T00:22:36.264Z | Compiling subprocess v0.2.9 |
2944 | 2024-05-16T00:22:37.541Z | Compiling hex-literal v0.4.1 |
2945 | 2024-05-16T00:22:37.710Z | Compiling dhcproto-macros v0.1.0 |
2946 | 2024-05-16T00:22:38.433Z | Compiling display-error-chain v0.2.0 |
2947 | 2024-05-16T00:22:38.603Z | Compiling russh v0.43.0 |
2948 | 2024-05-16T00:22:38.738Z | Compiling dhcproto v0.11.0 |
2949 | 2024-05-16T00:22:38.840Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2950 | 2024-05-16T00:22:38.873Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2951 | 2024-05-16T00:22:41.756Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2952 | 2024-05-16T00:22:42.238Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2953 | 2024-05-16T00:22:42.265Z | Compiling internet-checksum v0.2.1 |
2954 | 2024-05-16T00:22:44.768Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2955 | 2024-05-16T00:23:06.715Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2956 | 2024-05-16T00:23:49.197Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 53s |
2957 | 2024-05-16T00:23:49.309Z | |
2958 | 2024-05-16T00:23:49.313Z | real 3:53.179534094 |
2959 | 2024-05-16T00:23:49.313Z | user 20:52.164105636 |
2960 | 2024-05-16T00:23:49.313Z | sys 4:28.431901089 |
2961 | 2024-05-16T00:23:49.313Z | trap 0.669348917 |
2962 | 2024-05-16T00:23:49.314Z | tflt 0.538721050 |
2963 | 2024-05-16T00:23:49.314Z | dflt 1.919949855 |
2964 | 2024-05-16T00:23:49.314Z | kflt 0.000176384 |
2965 | 2024-05-16T00:23:49.314Z | lock 43:46.454724057 |
2966 | 2024-05-16T00:23:49.314Z | slp 1:00:42.013374562 |
2967 | 2024-05-16T00:23:49.314Z | lat 1:02.919279659 |
2968 | 2024-05-16T00:23:49.314Z | stop 1:54.830171552 |
2969 | 2024-05-16T00:23:49.314Z | + mkdir tests |
2970 | 2024-05-16T00:23:49.314Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2971 | 2024-05-16T00:23:49.314Z | + xargs -I '{}' -t cp '{}' tests/ |
2972 | 2024-05-16T00:23:50.709Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e96e8802af79a83a tests/ |
2973 | 2024-05-16T00:23:50.731Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a3c2733e55b547f6 tests/ |
2974 | 2024-05-16T00:23:50.751Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d1c0a40ec56cd3f tests/ |
2975 | 2024-05-16T00:23:50.772Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4264d40b72cdb893 tests/ |
2976 | 2024-05-16T00:23:51.071Z | + 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/*) |
2977 | 2024-05-16T00:23:51.075Z | + 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-6d1c0a40ec56cd3f tests/commtest-a3c2733e55b547f6 tests/dhcp_server-e96e8802af79a83a tests/end_to_end_tests-4264d40b72cdb893 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 |
2978 | 2024-05-16T00:24:54.707Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2979 | 2024-05-16T00:24:54.707Z | a out/target/test 1K |
2980 | 2024-05-16T00:24:54.707Z | a out/npuzone/npuzone 23144K |
2981 | 2024-05-16T00:24:54.707Z | a package-manifest.toml 27K |
2982 | 2024-05-16T00:24:54.707Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2983 | 2024-05-16T00:24:54.708Z | a target/release/omicron-package 31468K |
2984 | 2024-05-16T00:24:54.708Z | a target/release/xtask 6645K |
2985 | 2024-05-16T00:24:54.708Z | a target/debug/bootstrap 351538K |
2986 | 2024-05-16T00:24:54.708Z | a tests/bootstrap-6d1c0a40ec56cd3f 23707K |
2987 | 2024-05-16T00:24:54.708Z | a tests/commtest-a3c2733e55b547f6 23707K |
2988 | 2024-05-16T00:24:54.708Z | a tests/dhcp_server-e96e8802af79a83a 23707K |
2989 | 2024-05-16T00:24:54.708Z | a tests/end_to_end_tests-4264d40b72cdb893 361689K |
2990 | 2024-05-16T00:24:54.708Z | a out/clickhouse.tar.gz 222711K |
2991 | 2024-05-16T00:24:54.708Z | a out/clickhouse_keeper.tar.gz 222709K |
2992 | 2024-05-16T00:24:54.708Z | a out/cockroachdb.tar.gz 120676K |
2993 | 2024-05-16T00:24:54.708Z | a out/crucible-pantry-zone.tar.gz 27059K |
2994 | 2024-05-16T00:24:54.708Z | a out/crucible-zone.tar.gz 37723K |
2995 | 2024-05-16T00:24:54.708Z | a out/external-dns.tar.gz 25069K |
2996 | 2024-05-16T00:24:54.708Z | a out/internal-dns.tar.gz 25069K |
2997 | 2024-05-16T00:24:54.708Z | a out/mg-ddm-gz.tar 60398K |
2998 | 2024-05-16T00:24:54.708Z | a out/nexus.tar.gz 82548K |
2999 | 2024-05-16T00:24:54.708Z | a out/ntp.tar.gz 8694K |
3000 | 2024-05-16T00:24:54.708Z | a out/omicron-gateway-softnpu.tar.gz 14293K |
3001 | 2024-05-16T00:24:54.708Z | a out/omicron-sled-agent.tar 94621K |
3002 | 2024-05-16T00:24:54.708Z | a out/overlay.tar.gz 3K |
3003 | 2024-05-16T00:24:54.708Z | a out/oximeter.tar.gz 40946K |
3004 | 2024-05-16T00:24:54.708Z | a out/oxlog.tar 2895K |
3005 | 2024-05-16T00:24:54.708Z | a out/probe.tar.gz 2764K |
3006 | 2024-05-16T00:24:54.709Z | a out/propolis-server.tar.gz 65036K |
3007 | 2024-05-16T00:24:54.709Z | a out/pumpkind-gz.tar 26665K |
3008 | 2024-05-16T00:24:54.709Z | a out/switch-softnpu.tar.gz 195692K |
3009 | 2024-05-16T00:24:54.713Z | |
3010 | 2024-05-16T00:24:54.713Z | real 1:03.625176230 |
3011 | 2024-05-16T00:24:54.713Z | user 1:00.800955912 |
3012 | 2024-05-16T00:24:54.713Z | sys 3.917237415 |
3013 | 2024-05-16T00:24:54.713Z | trap 0.014792815 |
3014 | 2024-05-16T00:24:54.713Z | tflt 0.000000000 |
3015 | 2024-05-16T00:24:54.713Z | dflt 0.000000000 |
3016 | 2024-05-16T00:24:54.713Z | kflt 0.000000000 |
3017 | 2024-05-16T00:24:54.713Z | lock 0.000000000 |
3018 | 2024-05-16T00:24:54.713Z | slp 1:00.708576152 |
3019 | 2024-05-16T00:24:54.713Z | lat 1.805584121 |
3020 | 2024-05-16T00:24:54.713Z | stop 0.000183077 |
3021 | 2024-05-16T00:24:54.713Z | process exited: duration 1730527 ms, exit code 0 |
|
3022 | 2024-05-16T00:24:54.730Z | found 1 output files |
3023 | 2024-05-16T00:24:54.730Z | uploading: /work/package.tar.gz (1382734636 bytes) |
3024 | 2024-05-16T00:32:34.553Z | uploaded: /work/package.tar.gz |