|
|
|
1 | 2024-02-14T20:20:47.785Z | job assigned to worker 01HPMMBNTXRB5V3GCVQK7W0GNV (queued for 1 m 48 s) |
|
2 | 2024-02-14T20:20:48.152Z | starting task 0: "setup" |
3 | 2024-02-14T20:20:48.882Z | ++ uname -s |
4 | 2024-02-14T20:20:48.886Z | + kern=SunOS |
5 | 2024-02-14T20:20:48.886Z | + case "$kern" in |
6 | 2024-02-14T20:20:48.886Z | + groupadd -g 12345 build |
7 | 2024-02-14T20:20:48.888Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-14T20:20:50.900Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-14T20:20:51.148Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-14T20:20:51.152Z | + home_fs=zfs |
11 | 2024-02-14T20:20:51.152Z | + [[ zfs == autofs ]] |
12 | 2024-02-14T20:20:51.152Z | + mkdir -p /home/build |
13 | 2024-02-14T20:20:51.154Z | + chown build:build /home/build /work |
14 | 2024-02-14T20:20:53.158Z | + chmod 0700 /home/build /work |
15 | 2024-02-14T20:20:53.161Z | process exited: duration 5005 ms, exit code 0 |
|
16 | 2024-02-14T20:20:53.167Z | starting task 1: "rust-toolchain" |
17 | 2024-02-14T20:20:53.173Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-14T20:20:53.177Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-14T20:20:53.329Z | info: downloading installer |
20 | 2024-02-14T20:20:56.433Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-14T20:20:56.433Z | warning: /opt/ooce/bin |
22 | 2024-02-14T20:20:56.433Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-14T20:20:56.433Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-14T20:20:56.433Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-14T20:20:56.433Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-14T20:20:56.433Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-14T20:20:56.433Z | error: cannot install while Rust is installed |
28 | 2024-02-14T20:20:56.433Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-14T20:20:57.594Z | info: profile set to 'default' |
30 | 2024-02-14T20:20:57.594Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-14T20:20:57.602Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-14T20:20:57.775Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-14T20:20:57.775Z | info: downloading component 'cargo' |
34 | 2024-02-14T20:20:58.991Z | info: downloading component 'clippy' |
35 | 2024-02-14T20:20:59.482Z | info: downloading component 'rust-docs' |
36 | 2024-02-14T20:21:00.943Z | info: downloading component 'rust-std' |
37 | 2024-02-14T20:21:03.569Z | info: downloading component 'rustc' |
38 | 2024-02-14T20:21:09.568Z | info: downloading component 'rustfmt' |
39 | 2024-02-14T20:21:09.892Z | info: installing component 'cargo' |
40 | 2024-02-14T20:21:11.298Z | info: installing component 'clippy' |
41 | 2024-02-14T20:21:12.053Z | info: installing component 'rust-docs' |
42 | 2024-02-14T20:21:13.657Z | info: installing component 'rust-std' |
43 | 2024-02-14T20:21:16.010Z | info: installing component 'rustc' |
44 | 2024-02-14T20:21:21.722Z | info: installing component 'rustfmt' |
45 | 2024-02-14T20:21:22.187Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-14T20:21:22.190Z | |
47 | 2024-02-14T20:21:22.457Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-14T20:21:22.457Z | |
49 | 2024-02-14T20:21:22.463Z | |
50 | 2024-02-14T20:21:22.463Z | Rust is installed now. Great! |
51 | 2024-02-14T20:21:22.463Z | |
52 | 2024-02-14T20:21:22.463Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-14T20:21:22.463Z | environment variable. This has not been done automatically. |
54 | 2024-02-14T20:21:22.463Z | |
55 | 2024-02-14T20:21:22.463Z | To configure your current shell, run: |
56 | 2024-02-14T20:21:22.463Z | source "$HOME/.cargo/env" |
57 | 2024-02-14T20:21:22.517Z | + rustc --version |
58 | 2024-02-14T20:21:22.581Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-14T20:21:22.585Z | process exited: duration 29414 ms, exit code 0 |
|
60 | 2024-02-14T20:21:22.593Z | starting task 2: "authentication" |
61 | 2024-02-14T20:21:22.614Z | process exited: duration 20 ms, exit code 0 |
|
62 | 2024-02-14T20:21:22.633Z | starting task 3: "clone repository" |
63 | 2024-02-14T20:21:22.637Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-14T20:21:22.640Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-14T20:21:24.125Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-14T20:21:30.393Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-14T20:21:30.393Z | + git fetch origin 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
68 | 2024-02-14T20:21:30.703Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-14T20:21:30.703Z | * branch 049bfdab7bee3af919d71c2ae379a1663d6e9bee -> FETCH_HEAD |
70 | 2024-02-14T20:21:30.715Z | + [[ -n renovate/toml-0.x ]] |
71 | 2024-02-14T20:21:30.718Z | ++ git branch --show-current |
72 | 2024-02-14T20:21:30.718Z | + current=main |
73 | 2024-02-14T20:21:30.718Z | + [[ main != renovate/toml-0.x ]] |
74 | 2024-02-14T20:21:30.718Z | + git branch -f renovate/toml-0.x 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
75 | 2024-02-14T20:21:30.721Z | + git checkout -f renovate/toml-0.x |
76 | 2024-02-14T20:21:30.830Z | Switched to branch 'renovate/toml-0.x' |
77 | 2024-02-14T20:21:30.833Z | + git reset --hard 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
78 | 2024-02-14T20:21:30.843Z | HEAD is now at 049bfdab7 merge main into branch |
79 | 2024-02-14T20:21:30.846Z | process exited: duration 8211 ms, exit code 0 |
|
80 | 2024-02-14T20:21:30.852Z | starting task 4: "build" |
81 | 2024-02-14T20:21:30.858Z | + cargo --version |
82 | 2024-02-14T20:21:30.862Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-14T20:21:31.026Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-14T20:21:31.026Z | info: downloading component 'cargo' |
85 | 2024-02-14T20:21:31.718Z | info: downloading component 'clippy' |
86 | 2024-02-14T20:21:31.939Z | info: downloading component 'rust-docs' |
87 | 2024-02-14T20:21:32.797Z | info: downloading component 'rust-std' |
88 | 2024-02-14T20:21:34.071Z | info: downloading component 'rustc' |
89 | 2024-02-14T20:21:37.648Z | info: downloading component 'rustfmt' |
90 | 2024-02-14T20:21:37.847Z | info: installing component 'cargo' |
91 | 2024-02-14T20:21:38.711Z | info: installing component 'clippy' |
92 | 2024-02-14T20:21:39.060Z | info: installing component 'rust-docs' |
93 | 2024-02-14T20:21:40.603Z | info: installing component 'rust-std' |
94 | 2024-02-14T20:21:42.288Z | info: installing component 'rustc' |
95 | 2024-02-14T20:21:46.273Z | info: installing component 'rustfmt' |
96 | 2024-02-14T20:21:46.659Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-14T20:21:46.662Z | + rustc --version |
98 | 2024-02-14T20:21:46.730Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-14T20:21:46.735Z | ++ git rev-parse HEAD |
100 | 2024-02-14T20:21:46.738Z | + COMMIT=049bfdab7bee3af919d71c2ae379a1663d6e9bee |
101 | 2024-02-14T20:21:46.738Z | + VERSION=6.0.0-0.ci+git049bfdab7be |
102 | 2024-02-14T20:21:46.738Z | + echo 6.0.0-0.ci+git049bfdab7be |
103 | 2024-02-14T20:21:46.738Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-14T20:21:59.509Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-14T20:22:00.776Z | Startup: Caching catalogs ... Done |
106 | 2024-02-14T20:22:02.018Z | Planning: Solver setup ... Done (0.910s) |
107 | 2024-02-14T20:22:02.034Z | Planning: Running solver ... Done (0.020s) |
108 | 2024-02-14T20:22:02.252Z | Planning: Finding local manifests ... Done (0.199s) |
109 | 2024-02-14T20:22:02.266Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-14T20:22:02.908Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-14T20:22:02.955Z | Planning: Package planning ... Done (0.048s) |
112 | 2024-02-14T20:22:03.007Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-02-14T20:22:04.631Z | Planning: Checking for conflicting actions ... Done (1.623s) |
114 | 2024-02-14T20:22:04.642Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-14T20:22:10.332Z | Planning: Evaluating mediators ... Done (5.685s) |
116 | 2024-02-14T20:22:10.337Z | Planning: Planning completed in 9.51 seconds |
117 | 2024-02-14T20:22:10.352Z | Packages to install: 4 |
118 | 2024-02-14T20:22:10.352Z | Mediators to change: 2 |
119 | 2024-02-14T20:22:10.355Z | Services to change: 1 |
120 | 2024-02-14T20:22:10.355Z | Estimated space available: 148.87 GB |
121 | 2024-02-14T20:22:10.355Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-14T20:22:10.355Z | Create boot environment: No |
123 | 2024-02-14T20:22:10.355Z | Create backup boot environment: No |
124 | 2024-02-14T20:22:10.355Z | Rebuild boot archive: No |
125 | 2024-02-14T20:22:10.355Z | |
126 | 2024-02-14T20:22:10.355Z | Changed mediators: |
127 | 2024-02-14T20:22:10.356Z | mediator clang: |
128 | 2024-02-14T20:22:10.356Z | version: None -> 15 (system default) |
129 | 2024-02-14T20:22:10.356Z | |
130 | 2024-02-14T20:22:10.356Z | mediator llvm: |
131 | 2024-02-14T20:22:10.356Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-14T20:22:10.356Z | |
133 | 2024-02-14T20:22:10.356Z | Changed packages: |
134 | 2024-02-14T20:22:10.356Z | helios-dev |
135 | 2024-02-14T20:22:10.356Z | developer/build-essential |
136 | 2024-02-14T20:22:10.356Z | None -> 11-2.0 |
137 | 2024-02-14T20:22:10.356Z | library/libxmlsec1 |
138 | 2024-02-14T20:22:10.356Z | None -> 1.2.35-2.0 |
139 | 2024-02-14T20:22:10.356Z | ooce/developer/clang-15 |
140 | 2024-02-14T20:22:10.356Z | None -> 15.0.7-2.0 |
141 | 2024-02-14T20:22:10.356Z | ooce/developer/llvm-15 |
142 | 2024-02-14T20:22:10.356Z | None -> 15.0.7-2.0 |
143 | 2024-02-14T20:22:10.356Z | |
144 | 2024-02-14T20:22:10.356Z | Services: |
145 | 2024-02-14T20:22:10.356Z | restart_fmri: |
146 | 2024-02-14T20:22:10.356Z | svc:/system/update-man-index:default |
147 | 2024-02-14T20:22:10.609Z | |
148 | 2024-02-14T20:22:10.609Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-14T20:22:15.609Z | Download: 1198/3290 items 81.7/212.6MB 38% complete (16.3M/s) |
150 | 2024-02-14T20:22:20.611Z | Download: 2935/3290 items 121.2/212.6MB 57% complete (12.2M/s) |
151 | 2024-02-14T20:22:25.542Z | Download: Completed 212.60 MB in 14.93 seconds (14.2M/s) |
152 | 2024-02-14T20:22:25.738Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-14T20:22:30.818Z | Actions: 3569/3689 actions (Installing new actions) |
154 | 2024-02-14T20:22:30.978Z | Actions: Completed 3689 actions in 5.24 seconds. |
155 | 2024-02-14T20:22:31.072Z | Done (0.084s) |
156 | 2024-02-14T20:22:31.072Z | Done (0.000s) |
157 | 2024-02-14T20:22:31.287Z | Done (0.212s) |
158 | 2024-02-14T20:22:37.225Z | Done (5.826s) |
159 | 2024-02-14T20:22:37.385Z | Done (0.093s) |
160 | 2024-02-14T20:22:37.389Z | Done (0.000s) |
161 | 2024-02-14T20:22:37.553Z | Done (0.000s) |
162 | 2024-02-14T20:22:38.061Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-14T20:22:38.219Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-14T20:22:38.638Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-14T20:22:39.046Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-14T20:22:39.046Z | Planning: Planning completed in 0.44 seconds |
167 | 2024-02-14T20:22:39.046Z | Mediators to change: 2 |
168 | 2024-02-14T20:22:39.046Z | Create boot environment: No |
169 | 2024-02-14T20:22:39.047Z | Create backup boot environment: No |
170 | 2024-02-14T20:22:39.047Z | Done |
171 | 2024-02-14T20:22:39.047Z | Done |
172 | 2024-02-14T20:22:39.047Z | Done |
173 | 2024-02-14T20:22:42.407Z | Done |
174 | 2024-02-14T20:22:42.499Z | Done |
175 | 2024-02-14T20:22:42.509Z | Done |
176 | 2024-02-14T20:22:42.593Z | Done |
177 | 2024-02-14T20:22:43.236Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-14T20:22:43.239Z | Planning: Merging actions ... Done |
179 | 2024-02-14T20:22:43.427Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-14T20:22:43.430Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-14T20:22:43.697Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-14T20:22:43.763Z | Planning: Planning completed in 0.80 seconds |
183 | 2024-02-14T20:22:43.791Z | Packages to change: 1 |
184 | 2024-02-14T20:22:43.794Z | Mediators to change: 1 |
185 | 2024-02-14T20:22:43.794Z | Services to change: 1 |
186 | 2024-02-14T20:22:43.794Z | Create boot environment: No |
187 | 2024-02-14T20:22:43.794Z | Create backup boot environment: Yes |
188 | 2024-02-14T20:22:45.569Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-14T20:22:45.611Z | Actions: Completed 6 actions in 0.04 seconds. |
190 | 2024-02-14T20:22:45.614Z | Done |
191 | 2024-02-14T20:22:45.614Z | Done |
192 | 2024-02-14T20:22:45.658Z | Done |
193 | 2024-02-14T20:22:49.318Z | Done |
194 | 2024-02-14T20:22:49.400Z | Done |
195 | 2024-02-14T20:22:49.403Z | Done |
196 | 2024-02-14T20:22:49.507Z | Done |
197 | 2024-02-14T20:22:49.945Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-14T20:22:49.945Z | clang system 15 system |
199 | 2024-02-14T20:22:49.945Z | csh system system illumos |
200 | 2024-02-14T20:22:49.945Z | ctags system system illumos |
201 | 2024-02-14T20:22:49.945Z | gcc vendor 12 vendor |
202 | 2024-02-14T20:22:49.945Z | gcc system 10 system |
203 | 2024-02-14T20:22:49.945Z | gcc system 7 system |
204 | 2024-02-14T20:22:49.945Z | go system 1.20 system |
205 | 2024-02-14T20:22:49.945Z | go system 1.19 system |
206 | 2024-02-14T20:22:49.945Z | llvm system 15 system |
207 | 2024-02-14T20:22:49.945Z | llvm system 14 system |
208 | 2024-02-14T20:22:49.945Z | mariadb system 10.6 system |
209 | 2024-02-14T20:22:49.945Z | mta vendor vendor dma |
210 | 2024-02-14T20:22:49.945Z | openjdk system 17 system |
211 | 2024-02-14T20:22:49.945Z | openjdk system 11 system |
212 | 2024-02-14T20:22:49.945Z | openjdk system 1.8 system |
213 | 2024-02-14T20:22:49.945Z | openssl vendor 3 vendor |
214 | 2024-02-14T20:22:49.945Z | perl system 5.36 system |
215 | 2024-02-14T20:22:49.945Z | postgresql system 15 system |
216 | 2024-02-14T20:22:49.945Z | postgresql system 13 system |
217 | 2024-02-14T20:22:49.945Z | python vendor 3 vendor |
218 | 2024-02-14T20:22:49.945Z | python system 2 system |
219 | 2024-02-14T20:22:49.945Z | python3 system 3.11 system |
220 | 2024-02-14T20:22:49.946Z | ruby system 3.0 system |
221 | 2024-02-14T20:22:49.946Z | words vendor vendor american-english |
222 | 2024-02-14T20:22:49.946Z | words system system australian-english |
223 | 2024-02-14T20:22:49.946Z | words system system british-english |
224 | 2024-02-14T20:22:49.946Z | words system system canadian-english |
225 | 2024-02-14T20:22:49.946Z | words system system french |
226 | 2024-02-14T20:22:49.946Z | words system system italian |
227 | 2024-02-14T20:22:49.946Z | words system system ngerman |
228 | 2024-02-14T20:22:49.946Z | words system system ogerman |
229 | 2024-02-14T20:22:49.946Z | words system system spanish |
230 | 2024-02-14T20:22:50.271Z | FMRI IFO |
231 | 2024-02-14T20:22:50.271Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-14T20:22:50.271Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-14T20:22:50.271Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-14T20:22:50.271Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-14T20:22:50.271Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-14T20:22:50.271Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-14T20:22:50.271Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-14T20:22:50.271Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-14T20:22:50.324Z | + set -o errexit |
240 | 2024-02-14T20:22:50.327Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-14T20:22:50.331Z | ++ cd ./tools |
242 | 2024-02-14T20:22:50.331Z | ++ pwd |
243 | 2024-02-14T20:22:50.331Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-14T20:22:50.331Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-14T20:22:50.331Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-14T20:22:50.334Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-14T20:22:50.334Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-14T20:22:50.335Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-14T20:22:50.335Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-14T20:22:50.335Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-14T20:22:50.335Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-14T20:22:50.335Z | + TARGET_DIR=out |
253 | 2024-02-14T20:22:50.335Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-14T20:22:50.335Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-14T20:22:50.335Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-14T20:22:50.335Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-14T20:22:50.335Z | + main |
258 | 2024-02-14T20:22:50.335Z | + [[ 0 != 0 ]] |
259 | 2024-02-14T20:22:50.335Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-14T20:22:50.335Z | + [[ 0 != 0 ]] |
261 | 2024-02-14T20:22:50.335Z | + configure_os solaris2.11 |
262 | 2024-02-14T20:22:50.335Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-14T20:22:50.335Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-14T20:22:50.335Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-14T20:22:50.335Z | + case "$1" in |
266 | 2024-02-14T20:22:50.335Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-14T20:22:50.335Z | + CIDL_BUILD=illumos |
268 | 2024-02-14T20:22:50.335Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-14T20:22:50.335Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-14T20:22:50.335Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-14T20:22:50.335Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-14T20:22:50.335Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-14T20:22:50.336Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-14T20:22:50.336Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-14T20:22:50.336Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-14T20:22:50.336Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-14T20:22:50.336Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-14T20:22:50.336Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-14T20:22:50.336Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-14T20:22:50.336Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-14T20:22:50.336Z | + mkdir -p out/downloads |
282 | 2024-02-14T20:22:50.336Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-14T20:22:50.339Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-14T20:22:50.339Z | + local DO_DOWNLOAD=true |
285 | 2024-02-14T20:22:50.339Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-14T20:22:50.339Z | + '[' true == true ']' |
287 | 2024-02-14T20:22:50.339Z | + echo Downloading... |
288 | 2024-02-14T20:22:50.339Z | Downloading... |
289 | 2024-02-14T20:22:50.339Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-14T20:22:50.339Z | + 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 |
291 | 2024-02-14T20:22:53.111Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-14T20:22:53.114Z | ++ sha256sum |
293 | 2024-02-14T20:22:53.114Z | ++ awk '{print $1}' |
294 | 2024-02-14T20:22:53.208Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-14T20:22:53.215Z | + [[ 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 ]] |
296 | 2024-02-14T20:22:53.215Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-14T20:22:53.215Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-14T20:22:55.396Z | + do_assemble_illumos |
299 | 2024-02-14T20:22:55.396Z | + rm -r ./out/cockroachdb |
300 | 2024-02-14T20:22:55.399Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-14T20:22:55.769Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-14T20:22:55.938Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-14T20:22:55.938Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-14T20:22:55.938Z | Distribution: OSS |
305 | 2024-02-14T20:22:55.938Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-14T20:22:55.938Z | Go Version: go1.17.13 |
307 | 2024-02-14T20:22:55.938Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-14T20:22:55.938Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-14T20:22:55.938Z | Build Type: release |
310 | 2024-02-14T20:22:55.958Z | + set -o errexit |
311 | 2024-02-14T20:22:55.961Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-14T20:22:55.961Z | ++ cd ./tools |
313 | 2024-02-14T20:22:55.961Z | ++ pwd |
314 | 2024-02-14T20:22:55.961Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-14T20:22:55.961Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-14T20:22:55.964Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-14T20:22:55.964Z | + TARGET_DIR=out |
318 | 2024-02-14T20:22:55.964Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-14T20:22:55.964Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-14T20:22:55.964Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-14T20:22:55.964Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-14T20:22:55.964Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-14T20:22:55.964Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-14T20:22:55.964Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-14T20:22:55.964Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-14T20:22:55.964Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-14T20:22:55.964Z | + main |
328 | 2024-02-14T20:22:55.968Z | + [[ 0 != 0 ]] |
329 | 2024-02-14T20:22:55.968Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-14T20:22:55.968Z | + [[ 0 != 0 ]] |
331 | 2024-02-14T20:22:55.968Z | + configure_os solaris2.11 |
332 | 2024-02-14T20:22:55.968Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-14T20:22:55.968Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-14T20:22:55.968Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-14T20:22:55.968Z | + CIDL_DASHREV= |
336 | 2024-02-14T20:22:55.968Z | + case "$1" in |
337 | 2024-02-14T20:22:55.968Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-14T20:22:55.968Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-14T20:22:55.968Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-14T20:22:55.969Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-14T20:22:55.969Z | + CIDL_DASHREV=-1 |
342 | 2024-02-14T20:22:55.969Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-14T20:22:55.969Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-14T20:22:55.969Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-14T20:22:55.969Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-14T20:22:55.969Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-14T20:22:55.969Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-14T20:22:55.969Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-14T20:22:55.969Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-14T20:22:55.969Z | + mkdir -p out/downloads |
351 | 2024-02-14T20:22:55.969Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-14T20:22:55.972Z | + local DO_DOWNLOAD=true |
353 | 2024-02-14T20:22:55.972Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-14T20:22:55.972Z | + '[' true == true ']' |
355 | 2024-02-14T20:22:55.972Z | + echo Downloading... |
356 | 2024-02-14T20:22:55.972Z | Downloading... |
357 | 2024-02-14T20:22:55.972Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-14T20:22:55.972Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-14T20:22:57.292Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-14T20:22:57.296Z | ++ md5sum |
361 | 2024-02-14T20:22:57.296Z | ++ awk '{print $1}' |
362 | 2024-02-14T20:22:57.472Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-14T20:22:57.475Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2024-02-14T20:22:57.475Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-14T20:22:57.475Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-14T20:22:57.475Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-14T20:23:00.621Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-14T20:23:00.647Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-14T20:23:00.663Z | + set -o errexit |
370 | 2024-02-14T20:23:00.666Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-14T20:23:00.670Z | ++ cd ./tools |
372 | 2024-02-14T20:23:00.670Z | ++ pwd |
373 | 2024-02-14T20:23:00.670Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-14T20:23:00.670Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-14T20:23:00.670Z | + ARG0=ci_download_console |
376 | 2024-02-14T20:23:00.670Z | + TARGET_DIR=out |
377 | 2024-02-14T20:23:00.670Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-14T20:23:00.670Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-14T20:23:00.671Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-14T20:23:00.671Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-14T20:23:00.671Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-14T20:23:00.671Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-14T20:23:00.671Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-14T20:23:00.671Z | + main |
385 | 2024-02-14T20:23:00.671Z | + [[ 0 != 0 ]] |
386 | 2024-02-14T20:23:00.671Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-14T20:23:00.671Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-14T20:23:00.671Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-14T20:23:00.671Z | Local file: out/downloads/console.tar.gz |
390 | 2024-02-14T20:23:00.671Z | + local DO_DOWNLOAD=true |
391 | 2024-02-14T20:23:00.671Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-14T20:23:00.672Z | + mkdir -p out/downloads |
393 | 2024-02-14T20:23:00.676Z | + '[' true == true ']' |
394 | 2024-02-14T20:23:00.676Z | + echo Downloading... |
395 | 2024-02-14T20:23:00.676Z | Downloading... |
396 | 2024-02-14T20:23:00.676Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-14T20:23:00.676Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-14T20:23:01.216Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-14T20:23:01.219Z | ++ case "$OSTYPE" in |
400 | 2024-02-14T20:23:01.219Z | ++ SHA=sha256sum |
401 | 2024-02-14T20:23:01.220Z | ++ sha256sum |
402 | 2024-02-14T20:23:01.220Z | ++ awk '{print $1}' |
403 | 2024-02-14T20:23:01.224Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-14T20:23:01.228Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
405 | 2024-02-14T20:23:01.228Z | + rm -rf ./out/console-assets |
406 | 2024-02-14T20:23:01.228Z | + mkdir -p ./out/console-assets |
407 | 2024-02-14T20:23:01.237Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-14T20:23:01.237Z | + mkdir -p ./out/console-assets |
409 | 2024-02-14T20:23:01.237Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-14T20:23:01.323Z | + set -o errexit |
411 | 2024-02-14T20:23:01.326Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-14T20:23:01.326Z | ++ cd ./tools |
413 | 2024-02-14T20:23:01.327Z | ++ pwd |
414 | 2024-02-14T20:23:01.327Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-14T20:23:01.330Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-14T20:23:01.330Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-14T20:23:01.330Z | + TARGET_DIR=out |
418 | 2024-02-14T20:23:01.330Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-14T20:23:01.330Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-14T20:23:01.330Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-14T20:23:01.330Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-14T20:23:01.330Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-14T20:23:01.330Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-14T20:23:01.330Z | + main |
425 | 2024-02-14T20:23:01.331Z | + [[ 0 != 0 ]] |
426 | 2024-02-14T20:23:01.331Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-14T20:23:01.331Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-14T20:23:01.331Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-14T20:23:01.331Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-14T20:23:01.331Z | + local DO_DOWNLOAD=true |
431 | 2024-02-14T20:23:01.331Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-14T20:23:01.331Z | + mkdir -p out/downloads |
433 | 2024-02-14T20:23:01.334Z | + '[' true == true ']' |
434 | 2024-02-14T20:23:01.334Z | + echo Downloading... |
435 | 2024-02-14T20:23:01.334Z | Downloading... |
436 | 2024-02-14T20:23:01.334Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-14T20:23:01.334Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
438 | 2024-02-14T20:23:01.653Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-14T20:23:01.653Z | ++ case "$OSTYPE" in |
440 | 2024-02-14T20:23:01.653Z | ++ SHA=sha256sum |
441 | 2024-02-14T20:23:01.657Z | ++ sha256sum |
442 | 2024-02-14T20:23:01.657Z | ++ awk '{print $1}' |
443 | 2024-02-14T20:23:01.660Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-14T20:23:01.660Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-02-14T20:23:01.660Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-14T20:23:01.660Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-14T20:23:01.660Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-14T20:23:01.660Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-14T20:23:01.660Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-14T20:23:01.660Z | + main |
451 | 2024-02-14T20:23:01.660Z | + [[ 0 != 0 ]] |
452 | 2024-02-14T20:23:01.660Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-14T20:23:01.660Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-14T20:23:01.660Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
455 | 2024-02-14T20:23:01.660Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
456 | 2024-02-14T20:23:01.661Z | + local DO_DOWNLOAD=true |
457 | 2024-02-14T20:23:01.661Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-14T20:23:01.661Z | + mkdir -p out/downloads |
459 | 2024-02-14T20:23:01.664Z | + '[' true == true ']' |
460 | 2024-02-14T20:23:01.664Z | + echo Downloading... |
461 | 2024-02-14T20:23:01.664Z | Downloading... |
462 | 2024-02-14T20:23:01.664Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-14T20:23:01.664Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
464 | 2024-02-14T20:23:01.761Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-14T20:23:01.766Z | ++ case "$OSTYPE" in |
466 | 2024-02-14T20:23:01.766Z | ++ SHA=sha256sum |
467 | 2024-02-14T20:23:01.766Z | ++ sha256sum |
468 | 2024-02-14T20:23:01.766Z | ++ awk '{print $1}' |
469 | 2024-02-14T20:23:01.772Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-14T20:23:01.772Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-02-14T20:23:01.775Z | + set -o errexit |
472 | 2024-02-14T20:23:01.778Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-14T20:23:01.778Z | ++ cd ./tools |
474 | 2024-02-14T20:23:01.779Z | ++ pwd |
475 | 2024-02-14T20:23:01.779Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-14T20:23:01.782Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-14T20:23:01.782Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-14T20:23:01.782Z | + TARGET_DIR=out |
479 | 2024-02-14T20:23:01.782Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-14T20:23:01.782Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-14T20:23:01.782Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-02-14T20:23:01.782Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-14T20:23:01.782Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-02-14T20:23:01.782Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-02-14T20:23:01.782Z | + main |
486 | 2024-02-14T20:23:01.782Z | + [[ 0 != 0 ]] |
487 | 2024-02-14T20:23:01.783Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-02-14T20:23:01.783Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-14T20:23:01.783Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
490 | 2024-02-14T20:23:01.783Z | + local DO_DOWNLOAD=true |
491 | 2024-02-14T20:23:01.783Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-14T20:23:01.783Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-02-14T20:23:01.783Z | + mkdir -p out/downloads |
494 | 2024-02-14T20:23:01.786Z | + '[' true == true ']' |
495 | 2024-02-14T20:23:01.786Z | + echo Downloading... |
496 | 2024-02-14T20:23:01.786Z | Downloading... |
497 | 2024-02-14T20:23:01.786Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-14T20:23:01.786Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
499 | 2024-02-14T20:23:01.934Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-14T20:23:01.934Z | ++ case "$OSTYPE" in |
501 | 2024-02-14T20:23:01.937Z | ++ SHA=sha256sum |
502 | 2024-02-14T20:23:01.937Z | ++ sha256sum |
503 | 2024-02-14T20:23:01.937Z | ++ awk '{print $1}' |
504 | 2024-02-14T20:23:01.941Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-14T20:23:01.942Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
506 | 2024-02-14T20:23:01.946Z | + set -o errexit |
507 | 2024-02-14T20:23:01.949Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-14T20:23:01.949Z | ++ cd ./tools |
509 | 2024-02-14T20:23:01.949Z | ++ pwd |
510 | 2024-02-14T20:23:01.954Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-14T20:23:01.955Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-14T20:23:01.955Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-14T20:23:01.955Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-14T20:23:01.955Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-02-14T20:23:01.955Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-02-14T20:23:01.955Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-14T20:23:01.955Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-14T20:23:01.955Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-14T20:23:01.955Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-14T20:23:01.955Z | + TARGET_DIR=out |
521 | 2024-02-14T20:23:01.955Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-14T20:23:01.955Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-14T20:23:01.955Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-14T20:23:01.955Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-14T20:23:01.955Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-14T20:23:01.955Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-14T20:23:01.955Z | + main |
528 | 2024-02-14T20:23:01.955Z | + [[ 0 != 0 ]] |
529 | 2024-02-14T20:23:01.955Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-14T20:23:01.955Z | + [[ 0 != 0 ]] |
531 | 2024-02-14T20:23:01.955Z | + configure_os solaris2.11 |
532 | 2024-02-14T20:23:01.955Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-14T20:23:01.955Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-14T20:23:01.956Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-14T20:23:01.956Z | + case "$1" in |
536 | 2024-02-14T20:23:01.956Z | + SET_BINARIES= |
537 | 2024-02-14T20:23:01.956Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-14T20:23:01.956Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
539 | 2024-02-14T20:23:01.956Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-14T20:23:01.956Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-14T20:23:01.956Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
542 | 2024-02-14T20:23:01.956Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-14T20:23:01.956Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
544 | 2024-02-14T20:23:01.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-02-14T20:23:01.956Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-02-14T20:23:01.956Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-14T20:23:01.956Z | + mkdir -p out/downloads |
548 | 2024-02-14T20:23:01.963Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-14T20:23:01.963Z | + fetch_and_verify |
550 | 2024-02-14T20:23:01.963Z | + local DO_DOWNLOAD=true |
551 | 2024-02-14T20:23:01.963Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-14T20:23:01.963Z | + '[' true == true ']' |
553 | 2024-02-14T20:23:01.963Z | + echo Downloading... |
554 | 2024-02-14T20:23:01.963Z | Downloading... |
555 | 2024-02-14T20:23:01.963Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-14T20:23:01.963Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
557 | 2024-02-14T20:23:07.942Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-14T20:23:07.945Z | ++ sha256sum |
559 | 2024-02-14T20:23:07.945Z | ++ awk '{print $1}' |
560 | 2024-02-14T20:23:07.970Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-14T20:23:07.970Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
562 | 2024-02-14T20:23:07.973Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-14T20:23:07.973Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-14T20:23:08.650Z | + do_assemble |
565 | 2024-02-14T20:23:08.651Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-14T20:23:08.654Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-14T20:23:08.656Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-14T20:23:08.744Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-14T20:23:08.754Z | + set -o errexit |
570 | 2024-02-14T20:23:08.760Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-14T20:23:08.764Z | ++ cd ./tools |
572 | 2024-02-14T20:23:08.764Z | ++ pwd |
573 | 2024-02-14T20:23:08.764Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-14T20:23:08.764Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-14T20:23:08.764Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-14T20:23:08.764Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-14T20:23:08.764Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-14T20:23:08.764Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-14T20:23:08.764Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-14T20:23:08.764Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-14T20:23:08.764Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-14T20:23:08.764Z | + TARGET_DIR=out |
583 | 2024-02-14T20:23:08.764Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-14T20:23:08.764Z | + DEST_DIR=./out/mgd |
585 | 2024-02-14T20:23:08.764Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-14T20:23:08.765Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-14T20:23:08.765Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-14T20:23:08.765Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-14T20:23:08.765Z | + main |
590 | 2024-02-14T20:23:08.765Z | + [[ 0 != 0 ]] |
591 | 2024-02-14T20:23:08.765Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-14T20:23:08.765Z | + [[ 0 != 0 ]] |
593 | 2024-02-14T20:23:08.765Z | + configure_os solaris2.11 |
594 | 2024-02-14T20:23:08.765Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-14T20:23:08.765Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-14T20:23:08.765Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-02-14T20:23:08.765Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-14T20:23:08.765Z | + case "$1" in |
599 | 2024-02-14T20:23:08.765Z | + SET_BINARIES= |
600 | 2024-02-14T20:23:08.765Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-14T20:23:08.765Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-14T20:23:08.765Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-14T20:23:08.765Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-14T20:23:08.765Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-14T20:23:08.765Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
606 | 2024-02-14T20:23:08.765Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-02-14T20:23:08.765Z | Local file: out/downloads/mgd.tar.gz |
608 | 2024-02-14T20:23:08.765Z | + mkdir -p out/downloads |
609 | 2024-02-14T20:23:08.765Z | + mkdir -p ./out/mgd |
610 | 2024-02-14T20:23:08.769Z | + fetch_and_verify |
611 | 2024-02-14T20:23:08.769Z | + local DO_DOWNLOAD=true |
612 | 2024-02-14T20:23:08.769Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-14T20:23:08.769Z | + '[' true == true ']' |
614 | 2024-02-14T20:23:08.769Z | + echo Downloading... |
615 | 2024-02-14T20:23:08.769Z | Downloading... |
616 | 2024-02-14T20:23:08.769Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-14T20:23:08.769Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
618 | 2024-02-14T20:23:11.806Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-14T20:23:11.809Z | ++ sha256sum |
620 | 2024-02-14T20:23:11.809Z | ++ awk '{print $1}' |
621 | 2024-02-14T20:23:11.827Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-14T20:23:11.829Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
623 | 2024-02-14T20:23:11.829Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-14T20:23:11.830Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-14T20:23:12.280Z | + do_assemble |
626 | 2024-02-14T20:23:12.280Z | + rm -r ./out/mgd |
627 | 2024-02-14T20:23:12.283Z | + mkdir ./out/mgd |
628 | 2024-02-14T20:23:12.286Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-14T20:23:12.459Z | + set -o errexit |
630 | 2024-02-14T20:23:12.462Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-14T20:23:12.465Z | ++ cd ./tools |
632 | 2024-02-14T20:23:12.466Z | ++ pwd |
633 | 2024-02-14T20:23:12.466Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-14T20:23:12.466Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-14T20:23:12.469Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-14T20:23:12.469Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-14T20:23:12.469Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-14T20:23:12.469Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-14T20:23:12.469Z | + TARGET_DIR=out |
640 | 2024-02-14T20:23:12.469Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-14T20:23:12.469Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-14T20:23:12.469Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-14T20:23:12.469Z | + BINARY=xcvradm |
644 | 2024-02-14T20:23:12.469Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-14T20:23:12.469Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-14T20:23:12.469Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-14T20:23:12.469Z | + main |
648 | 2024-02-14T20:23:12.470Z | + [[ 0 != 0 ]] |
649 | 2024-02-14T20:23:12.470Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-14T20:23:12.470Z | + [[ 0 != 0 ]] |
651 | 2024-02-14T20:23:12.470Z | + configure_os solaris2.11 |
652 | 2024-02-14T20:23:12.470Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-14T20:23:12.470Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-02-14T20:23:12.470Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-02-14T20:23:12.470Z | configuring based on OS: "solaris2.11" |
656 | 2024-02-14T20:23:12.470Z | + case "$1" in |
657 | 2024-02-14T20:23:12.470Z | + SET_BINARIES= |
658 | 2024-02-14T20:23:12.470Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-14T20:23:12.470Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-14T20:23:12.470Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-14T20:23:12.470Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-14T20:23:12.470Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-14T20:23:12.470Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-14T20:23:12.470Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-14T20:23:12.470Z | Local file: out/downloads/xcvradm.gz |
666 | 2024-02-14T20:23:12.470Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-02-14T20:23:12.470Z | + mkdir -p out/downloads |
668 | 2024-02-14T20:23:12.473Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-14T20:23:12.473Z | + fetch_and_verify |
670 | 2024-02-14T20:23:12.473Z | + local DO_DOWNLOAD=true |
671 | 2024-02-14T20:23:12.474Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-14T20:23:12.474Z | + '[' true == true ']' |
673 | 2024-02-14T20:23:12.474Z | + echo Downloading... |
674 | 2024-02-14T20:23:12.474Z | Downloading... |
675 | 2024-02-14T20:23:12.474Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-14T20:23:12.474Z | + 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 |
677 | 2024-02-14T20:23:14.357Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-14T20:23:14.363Z | ++ sha256sum |
679 | 2024-02-14T20:23:14.364Z | ++ awk '{print $1}' |
680 | 2024-02-14T20:23:14.367Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-14T20:23:14.367Z | + [[ 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 ]] |
682 | 2024-02-14T20:23:14.367Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-14T20:23:14.367Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-14T20:23:14.370Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-14T20:23:14.485Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-14T20:23:14.488Z | + do_assemble |
687 | 2024-02-14T20:23:14.488Z | + rm -r ./out/transceiver-control |
688 | 2024-02-14T20:23:14.490Z | + mkdir ./out/transceiver-control |
689 | 2024-02-14T20:23:14.490Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-14T20:23:14.631Z | All prerequisites installed successfully |
691 | 2024-02-14T20:23:14.634Z | |
692 | 2024-02-14T20:23:14.634Z | real 1:27.806255980 |
693 | 2024-02-14T20:23:14.635Z | user 33.624988380 |
694 | 2024-02-14T20:23:14.635Z | sys 6.355872725 |
695 | 2024-02-14T20:23:14.635Z | trap 0.009198524 |
696 | 2024-02-14T20:23:14.635Z | tflt 0.461932299 |
697 | 2024-02-14T20:23:14.635Z | dflt 0.823736695 |
698 | 2024-02-14T20:23:14.635Z | kflt 0.393432083 |
699 | 2024-02-14T20:23:14.635Z | lock 1.246580307 |
700 | 2024-02-14T20:23:14.635Z | slp 2:44.732997004 |
701 | 2024-02-14T20:23:14.635Z | lat 1.789605650 |
702 | 2024-02-14T20:23:14.635Z | stop 0.142370350 |
703 | 2024-02-14T20:23:14.635Z | + ptime -m ./tools/ci_download_softnpu_machinery |
704 | 2024-02-14T20:23:14.643Z | fetching npuzone |
705 | 2024-02-14T20:23:14.649Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
706 | 2024-02-14T20:23:14.649Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
707 | 2024-02-14T20:23:14.649Z | Getting hash for npuzone |
708 | 2024-02-14T20:23:14.756Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
709 | 2024-02-14T20:23:21.123Z | npuzone downloaded successfully |
710 | 2024-02-14T20:23:21.126Z | |
711 | 2024-02-14T20:23:21.129Z | real 6.490682937 |
712 | 2024-02-14T20:23:21.129Z | user 0.352636828 |
713 | 2024-02-14T20:23:21.129Z | sys 0.129681191 |
714 | 2024-02-14T20:23:21.129Z | trap 0.000029597 |
715 | 2024-02-14T20:23:21.129Z | tflt 0.000000000 |
716 | 2024-02-14T20:23:21.129Z | dflt 0.000000000 |
717 | 2024-02-14T20:23:21.129Z | kflt 0.000000000 |
718 | 2024-02-14T20:23:21.129Z | lock 0.000000000 |
719 | 2024-02-14T20:23:21.129Z | slp 18.864009908 |
720 | 2024-02-14T20:23:21.129Z | lat 0.096588923 |
721 | 2024-02-14T20:23:21.129Z | stop 0.000170515 |
722 | 2024-02-14T20:23:21.129Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-02-14T20:23:21.129Z | + CARGO_INCREMENTAL=0 |
724 | 2024-02-14T20:23:21.129Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
725 | 2024-02-14T20:23:21.339Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-02-14T20:23:21.742Z | Updating git repository `https://github.com/oxidecomputer/samael` |
727 | 2024-02-14T20:23:22.075Z | Updating crates.io index |
728 | 2024-02-14T20:23:22.077Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-02-14T20:23:22.848Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2024-02-14T20:23:25.104Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2024-02-14T20:23:25.649Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2024-02-14T20:23:25.946Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2024-02-14T20:23:26.213Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2024-02-14T20:23:26.478Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-02-14T20:23:27.311Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-02-14T20:23:30.068Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-02-14T20:23:30.930Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-02-14T20:23:31.240Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-02-14T20:23:31.848Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-02-14T20:23:32.278Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-02-14T20:23:32.562Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-02-14T20:23:32.888Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-02-14T20:23:33.271Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-02-14T20:23:33.748Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-02-14T20:23:34.042Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-02-14T20:23:34.646Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2024-02-14T20:23:34.942Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-02-14T20:23:35.272Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2024-02-14T20:23:36.384Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2024-02-14T20:23:37.042Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-02-14T20:23:38.528Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-02-14T20:23:38.909Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-02-14T20:23:39.192Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-02-14T20:23:40.813Z | Downloading crates ... |
755 | 2024-02-14T20:23:41.051Z | Downloaded aead v0.5.2 |
756 | 2024-02-14T20:23:41.055Z | Downloaded hostname v0.3.1 |
757 | 2024-02-14T20:23:41.070Z | Downloaded ident_case v1.0.1 |
758 | 2024-02-14T20:23:41.082Z | Downloaded hyper-staticfile v0.9.5 |
759 | 2024-02-14T20:23:41.498Z | Downloaded is_ci v1.1.1 |
760 | 2024-02-14T20:23:41.504Z | Downloaded memmap2 v0.7.1 |
761 | 2024-02-14T20:23:41.504Z | Downloaded ipnet v2.9.0 |
762 | 2024-02-14T20:23:41.505Z | Downloaded bitfield v0.14.0 |
763 | 2024-02-14T20:23:41.505Z | Downloaded bcs v0.1.6 |
764 | 2024-02-14T20:23:41.505Z | Downloaded httpdate v1.0.3 |
765 | 2024-02-14T20:23:41.505Z | Downloaded iana-time-zone v0.1.57 |
766 | 2024-02-14T20:23:41.505Z | Downloaded atomic-waker v1.1.1 |
767 | 2024-02-14T20:23:41.505Z | Downloaded cookie v0.18.0 |
768 | 2024-02-14T20:23:41.505Z | Downloaded anstyle-parse v0.2.1 |
769 | 2024-02-14T20:23:41.505Z | Downloaded argon2 v0.5.3 |
770 | 2024-02-14T20:23:41.505Z | Downloaded cancel-safe-futures v0.1.5 |
771 | 2024-02-14T20:23:41.505Z | Downloaded match_cfg v0.1.0 |
772 | 2024-02-14T20:23:41.505Z | Downloaded linear-map v1.2.0 |
773 | 2024-02-14T20:23:41.505Z | Downloaded ciborium-io v0.2.2 |
774 | 2024-02-14T20:23:41.505Z | Downloaded crucible-workspace-hack v0.1.0 |
775 | 2024-02-14T20:23:41.505Z | Downloaded castaway v0.2.2 |
776 | 2024-02-14T20:23:41.505Z | Downloaded atty v0.2.14 |
777 | 2024-02-14T20:23:41.505Z | Downloaded anstyle v1.0.2 |
778 | 2024-02-14T20:23:41.505Z | Downloaded linked-hash-map v0.5.6 |
779 | 2024-02-14T20:23:41.505Z | Downloaded humantime v2.1.0 |
780 | 2024-02-14T20:23:41.505Z | Downloaded maybe-uninit v2.0.0 |
781 | 2024-02-14T20:23:41.505Z | Downloaded indoc v2.0.3 |
782 | 2024-02-14T20:23:41.505Z | Downloaded memoffset v0.7.1 |
783 | 2024-02-14T20:23:41.505Z | Downloaded normalize-line-endings v0.3.0 |
784 | 2024-02-14T20:23:41.505Z | Downloaded lock_api v0.4.10 |
785 | 2024-02-14T20:23:41.505Z | Downloaded http v0.2.11 |
786 | 2024-02-14T20:23:41.505Z | Downloaded crunchy v0.2.2 |
787 | 2024-02-14T20:23:41.506Z | Downloaded http-range v0.1.5 |
788 | 2024-02-14T20:23:41.506Z | Downloaded lru-cache v0.1.2 |
789 | 2024-02-14T20:23:41.506Z | Downloaded bitflags v1.3.2 |
790 | 2024-02-14T20:23:41.506Z | Downloaded base16ct v0.2.0 |
791 | 2024-02-14T20:23:41.506Z | Downloaded matches v0.1.10 |
792 | 2024-02-14T20:23:41.506Z | Downloaded chacha20 v0.9.1 |
793 | 2024-02-14T20:23:41.506Z | Downloaded camino-tempfile v1.1.1 |
794 | 2024-02-14T20:23:41.506Z | Downloaded num-integer v0.1.45 |
795 | 2024-02-14T20:23:41.506Z | Downloaded keccak v0.1.4 |
796 | 2024-02-14T20:23:41.506Z | Downloaded libsw v3.3.1 |
797 | 2024-02-14T20:23:41.506Z | Downloaded clap_lex v0.5.1 |
798 | 2024-02-14T20:23:41.506Z | Downloaded compact_str v0.7.1 |
799 | 2024-02-14T20:23:41.506Z | Downloaded nodrop v0.1.14 |
800 | 2024-02-14T20:23:41.506Z | Downloaded assert_matches v1.5.0 |
801 | 2024-02-14T20:23:41.506Z | Downloaded tabled_derive v0.7.0 |
802 | 2024-02-14T20:23:41.506Z | Downloaded nanorand v0.7.0 |
803 | 2024-02-14T20:23:41.506Z | Downloaded cipher v0.4.4 |
804 | 2024-02-14T20:23:41.506Z | Downloaded toml v0.8.10 |
805 | 2024-02-14T20:23:41.506Z | Downloaded hmac v0.12.1 |
806 | 2024-02-14T20:23:41.506Z | Downloaded rustls-pemfile v1.0.3 |
807 | 2024-02-14T20:23:41.506Z | Downloaded ipnetwork v0.20.0 |
808 | 2024-02-14T20:23:41.506Z | Downloaded cexpr v0.6.0 |
809 | 2024-02-14T20:23:41.506Z | Downloaded rustls-webpki v0.101.7 |
810 | 2024-02-14T20:23:41.506Z | Downloaded termios v0.3.3 |
811 | 2024-02-14T20:23:41.507Z | Downloaded slog-term v2.9.0 |
812 | 2024-02-14T20:23:41.507Z | Downloaded managed v0.8.0 |
813 | 2024-02-14T20:23:41.507Z | Downloaded smoltcp v0.11.0 |
814 | 2024-02-14T20:23:41.507Z | Downloaded anstyle-query v1.0.0 |
815 | 2024-02-14T20:23:41.507Z | Downloaded async-stream v0.3.5 |
816 | 2024-02-14T20:23:41.507Z | Downloaded arrayref v0.3.7 |
817 | 2024-02-14T20:23:41.507Z | Downloaded anstream v0.5.0 |
818 | 2024-02-14T20:23:41.507Z | Downloaded mime_guess v2.0.4 |
819 | 2024-02-14T20:23:41.507Z | Downloaded bitvec v1.0.1 |
820 | 2024-02-14T20:23:41.507Z | Downloaded reqwest v0.11.22 |
821 | 2024-02-14T20:23:41.507Z | Downloaded adler v1.0.2 |
822 | 2024-02-14T20:23:41.507Z | Downloaded termtree v0.4.1 |
823 | 2024-02-14T20:23:41.507Z | Downloaded async-trait v0.1.77 |
824 | 2024-02-14T20:23:41.507Z | Downloaded cobs v0.2.3 |
825 | 2024-02-14T20:23:41.507Z | Downloaded foreign-types v0.5.0 |
826 | 2024-02-14T20:23:41.507Z | Downloaded serde_tokenstream v0.1.7 |
827 | 2024-02-14T20:23:41.507Z | Downloaded futures-sink v0.3.30 |
828 | 2024-02-14T20:23:41.507Z | Downloaded crc-any v2.4.3 |
829 | 2024-02-14T20:23:41.507Z | Downloaded unarray v0.1.4 |
830 | 2024-02-14T20:23:41.507Z | Downloaded dyn-clone v1.0.16 |
831 | 2024-02-14T20:23:41.507Z | Downloaded ansi_term v0.12.1 |
832 | 2024-02-14T20:23:41.507Z | Downloaded platforms v3.0.2 |
833 | 2024-02-14T20:23:41.507Z | Downloaded strum_macros v0.25.2 |
834 | 2024-02-14T20:23:41.507Z | Downloaded toml v0.7.8 |
835 | 2024-02-14T20:23:41.507Z | Downloaded dof v0.1.5 |
836 | 2024-02-14T20:23:41.507Z | Downloaded serde_yaml v0.9.25 |
837 | 2024-02-14T20:23:41.508Z | Downloaded phf_shared v0.10.0 |
838 | 2024-02-14T20:23:41.508Z | Downloaded downcast v0.11.0 |
839 | 2024-02-14T20:23:41.508Z | Downloaded newtype_derive v0.1.6 |
840 | 2024-02-14T20:23:41.508Z | Downloaded flagset v0.4.3 |
841 | 2024-02-14T20:23:41.508Z | Downloaded usdt-macro v0.3.5 |
842 | 2024-02-14T20:23:41.508Z | Downloaded time-core v0.1.1 |
843 | 2024-02-14T20:23:41.508Z | Downloaded structmeta v0.2.0 |
844 | 2024-02-14T20:23:41.508Z | Downloaded oso-derive v0.27.0 |
845 | 2024-02-14T20:23:41.508Z | Downloaded pretty-hex v0.2.1 |
846 | 2024-02-14T20:23:41.508Z | Downloaded strip-ansi-escapes v0.2.0 |
847 | 2024-02-14T20:23:41.508Z | Downloaded predicates-core v1.0.6 |
848 | 2024-02-14T20:23:41.508Z | Downloaded slog-dtrace v0.3.0 |
849 | 2024-02-14T20:23:41.508Z | Downloaded dof v0.3.0 |
850 | 2024-02-14T20:23:41.508Z | Downloaded libm v0.2.7 |
851 | 2024-02-14T20:23:41.508Z | Downloaded opaque-debug v0.3.0 |
852 | 2024-02-14T20:23:41.508Z | Downloaded untrusted v0.9.0 |
853 | 2024-02-14T20:23:41.508Z | Downloaded owo-colors v4.0.0 |
854 | 2024-02-14T20:23:41.508Z | Downloaded debug-ignore v1.0.5 |
855 | 2024-02-14T20:23:41.508Z | Downloaded fnv v1.0.7 |
856 | 2024-02-14T20:23:41.508Z | Downloaded xattr v1.0.1 |
857 | 2024-02-14T20:23:41.508Z | Downloaded shell-words v1.1.0 |
858 | 2024-02-14T20:23:41.508Z | Downloaded tower-service v0.3.2 |
859 | 2024-02-14T20:23:41.508Z | Downloaded futures-task v0.3.30 |
860 | 2024-02-14T20:23:41.513Z | Downloaded cc v1.0.83 |
861 | 2024-02-14T20:23:41.513Z | Downloaded phf_shared v0.11.2 |
862 | 2024-02-14T20:23:41.513Z | Downloaded fd-lock v4.0.2 |
863 | 2024-02-14T20:23:41.513Z | Downloaded async-recursion v1.0.5 |
864 | 2024-02-14T20:23:41.513Z | Downloaded strum v0.25.0 |
865 | 2024-02-14T20:23:41.513Z | Downloaded mockall_derive v0.12.0 |
866 | 2024-02-14T20:23:41.513Z | Downloaded mockall v0.12.0 |
867 | 2024-02-14T20:23:41.513Z | Downloaded sqlformat v0.2.3 |
868 | 2024-02-14T20:23:41.513Z | Downloaded take_mut v0.2.2 |
869 | 2024-02-14T20:23:41.513Z | Downloaded shlex v1.3.0 |
870 | 2024-02-14T20:23:41.513Z | Downloaded vsss-rs v3.3.4 |
871 | 2024-02-14T20:23:41.513Z | Downloaded fs-err v2.11.0 |
872 | 2024-02-14T20:23:41.513Z | Downloaded tracing-attributes v0.1.26 |
873 | 2024-02-14T20:23:41.513Z | Downloaded vte_generate_state_changes v0.1.1 |
874 | 2024-02-14T20:23:41.513Z | Downloaded waitgroup v0.1.2 |
875 | 2024-02-14T20:23:41.513Z | Downloaded scroll v0.12.0 |
876 | 2024-02-14T20:23:41.513Z | Downloaded base64ct v1.6.0 |
877 | 2024-02-14T20:23:41.514Z | Downloaded tiny-keccak v2.0.2 |
878 | 2024-02-14T20:23:41.514Z | Downloaded smf v0.2.2 |
879 | 2024-02-14T20:23:41.514Z | Downloaded version_check v0.9.4 |
880 | 2024-02-14T20:23:41.514Z | Downloaded zone v0.3.0 |
881 | 2024-02-14T20:23:41.514Z | Downloaded futures-io v0.3.30 |
882 | 2024-02-14T20:23:41.514Z | Downloaded test-strategy v0.3.1 |
883 | 2024-02-14T20:23:41.514Z | Downloaded structopt-derive v0.4.18 |
884 | 2024-02-14T20:23:41.514Z | Downloaded darling_macro v0.14.4 |
885 | 2024-02-14T20:23:41.514Z | Downloaded phf v0.11.2 |
886 | 2024-02-14T20:23:41.514Z | Downloaded mime v0.3.17 |
887 | 2024-02-14T20:23:41.514Z | Downloaded ref-cast-impl v1.0.20 |
888 | 2024-02-14T20:23:41.514Z | Downloaded rayon v1.8.0 |
889 | 2024-02-14T20:23:41.514Z | Downloaded swrite v0.1.0 |
890 | 2024-02-14T20:23:41.514Z | Downloaded slab v0.4.9 |
891 | 2024-02-14T20:23:41.514Z | Downloaded rtoolbox v0.0.1 |
892 | 2024-02-14T20:23:41.514Z | Downloaded path-slash v0.1.5 |
893 | 2024-02-14T20:23:41.514Z | Downloaded futures-executor v0.3.30 |
894 | 2024-02-14T20:23:41.514Z | Downloaded darling_macro v0.20.3 |
895 | 2024-02-14T20:23:41.514Z | Downloaded password-hash v0.5.0 |
896 | 2024-02-14T20:23:41.514Z | Downloaded httparse v1.8.0 |
897 | 2024-02-14T20:23:41.514Z | Downloaded csv-core v0.1.11 |
898 | 2024-02-14T20:23:41.514Z | Downloaded slog-scope v4.4.0 |
899 | 2024-02-14T20:23:41.514Z | Downloaded slog-json v2.6.1 |
900 | 2024-02-14T20:23:41.514Z | Downloaded rustc-hash v1.1.0 |
901 | 2024-02-14T20:23:41.514Z | Downloaded strum v0.26.1 |
902 | 2024-02-14T20:23:41.515Z | Downloaded sha1 v0.10.6 |
903 | 2024-02-14T20:23:41.515Z | Downloaded percent-encoding v2.3.1 |
904 | 2024-02-14T20:23:41.515Z | Downloaded pem-rfc7468 v0.7.0 |
905 | 2024-02-14T20:23:41.515Z | Downloaded parse-display-derive v0.9.0 |
906 | 2024-02-14T20:23:41.515Z | Downloaded zone_cfg_derive v0.3.0 |
907 | 2024-02-14T20:23:41.515Z | Downloaded usdt-macro v0.5.0 |
908 | 2024-02-14T20:23:41.515Z | Downloaded heapless v0.8.0 |
909 | 2024-02-14T20:23:41.515Z | Downloaded smallvec v1.13.1 |
910 | 2024-02-14T20:23:41.515Z | Downloaded resolv-conf v0.7.0 |
911 | 2024-02-14T20:23:41.515Z | Downloaded darling v0.20.3 |
912 | 2024-02-14T20:23:41.515Z | Downloaded usdt-attr-macro v0.3.5 |
913 | 2024-02-14T20:23:41.515Z | Downloaded peeking_take_while v0.1.2 |
914 | 2024-02-14T20:23:41.515Z | Downloaded time-macros v0.2.13 |
915 | 2024-02-14T20:23:41.515Z | Downloaded postgres-types v0.2.6 |
916 | 2024-02-14T20:23:41.515Z | Downloaded usdt v0.3.5 |
917 | 2024-02-14T20:23:41.515Z | Downloaded digest v0.10.7 |
918 | 2024-02-14T20:23:41.515Z | Downloaded whoami v1.4.1 |
919 | 2024-02-14T20:23:41.515Z | Downloaded pest_derive v2.7.6 |
920 | 2024-02-14T20:23:41.928Z | Downloaded strsim v0.8.0 |
921 | 2024-02-14T20:23:41.929Z | Downloaded darling_core v0.14.4 |
922 | 2024-02-14T20:23:41.934Z | Downloaded semver-parser v0.10.2 |
923 | 2024-02-14T20:23:41.935Z | Downloaded futures-core v0.3.30 |
924 | 2024-02-14T20:23:41.935Z | Downloaded tar v0.4.40 |
925 | 2024-02-14T20:23:41.935Z | Downloaded glob v0.3.1 |
926 | 2024-02-14T20:23:41.935Z | Downloaded ref-cast v1.0.20 |
927 | 2024-02-14T20:23:41.935Z | Downloaded foreign-types-shared v0.1.1 |
928 | 2024-02-14T20:23:41.935Z | Downloaded tracing-core v0.1.31 |
929 | 2024-02-14T20:23:41.935Z | Downloaded proc-macro-error-attr v1.0.4 |
930 | 2024-02-14T20:23:41.935Z | Downloaded serde_urlencoded v0.7.1 |
931 | 2024-02-14T20:23:41.935Z | Downloaded number_prefix v0.4.0 |
932 | 2024-02-14T20:23:41.935Z | Downloaded ena v0.14.2 |
933 | 2024-02-14T20:23:41.935Z | Downloaded getopts v0.2.21 |
934 | 2024-02-14T20:23:41.935Z | Downloaded quick-error v1.2.3 |
935 | 2024-02-14T20:23:41.935Z | Downloaded embedded-io v0.4.0 |
936 | 2024-02-14T20:23:41.935Z | Downloaded vte v0.11.1 |
937 | 2024-02-14T20:23:41.935Z | Downloaded hex v0.4.3 |
938 | 2024-02-14T20:23:41.935Z | Downloaded usdt v0.5.0 |
939 | 2024-02-14T20:23:41.935Z | Downloaded signature v2.1.0 |
940 | 2024-02-14T20:23:41.935Z | Downloaded zerocopy-derive v0.7.32 |
941 | 2024-02-14T20:23:41.935Z | Downloaded unicode-width v0.1.11 |
942 | 2024-02-14T20:23:41.935Z | Downloaded thiserror v1.0.56 |
943 | 2024-02-14T20:23:41.935Z | Downloaded foreign-types-macros v0.2.3 |
944 | 2024-02-14T20:23:41.935Z | Downloaded darling v0.14.4 |
945 | 2024-02-14T20:23:41.935Z | Downloaded thiserror-impl v1.0.56 |
946 | 2024-02-14T20:23:41.935Z | Downloaded rsa v0.9.2 |
947 | 2024-02-14T20:23:41.936Z | Downloaded enum-as-inner v0.5.1 |
948 | 2024-02-14T20:23:41.936Z | Downloaded globset v0.4.13 |
949 | 2024-02-14T20:23:41.936Z | Downloaded serde_path_to_error v0.1.15 |
950 | 2024-02-14T20:23:41.936Z | Downloaded der_derive v0.7.2 |
951 | 2024-02-14T20:23:41.936Z | Downloaded fastrand v2.0.1 |
952 | 2024-02-14T20:23:41.936Z | Downloaded string_cache v0.8.7 |
953 | 2024-02-14T20:23:41.936Z | Downloaded float-cmp v0.9.0 |
954 | 2024-02-14T20:23:41.936Z | Downloaded serde_spanned v0.6.5 |
955 | 2024-02-14T20:23:41.936Z | Downloaded diff v0.1.13 |
956 | 2024-02-14T20:23:41.936Z | Downloaded serde-big-array v0.4.1 |
957 | 2024-02-14T20:23:41.936Z | Downloaded deranged v0.3.8 |
958 | 2024-02-14T20:23:41.936Z | Downloaded der v0.7.8 |
959 | 2024-02-14T20:23:41.936Z | Downloaded scheduled-thread-pool v0.2.7 |
960 | 2024-02-14T20:23:41.936Z | Downloaded spki v0.7.2 |
961 | 2024-02-14T20:23:41.936Z | Downloaded rustc-demangle v0.1.23 |
962 | 2024-02-14T20:23:41.936Z | Downloaded unicode-ident v1.0.12 |
963 | 2024-02-14T20:23:41.936Z | Downloaded arc-swap v1.6.0 |
964 | 2024-02-14T20:23:41.936Z | Downloaded dirs-sys-next v0.1.2 |
965 | 2024-02-14T20:23:41.936Z | Downloaded tokio-macros v2.2.0 |
966 | 2024-02-14T20:23:41.936Z | Downloaded futures-macro v0.3.30 |
967 | 2024-02-14T20:23:41.936Z | Downloaded signal-hook-mio v0.2.3 |
968 | 2024-02-14T20:23:41.936Z | Downloaded headers-core v0.2.0 |
969 | 2024-02-14T20:23:41.936Z | Downloaded toolchain_find v0.2.0 |
970 | 2024-02-14T20:23:41.936Z | Downloaded unicase v2.7.0 |
971 | 2024-02-14T20:23:41.936Z | Downloaded ron v0.8.1 |
972 | 2024-02-14T20:23:41.936Z | Downloaded scroll_derive v0.12.0 |
973 | 2024-02-14T20:23:41.937Z | Downloaded rand_xorshift v0.3.0 |
974 | 2024-02-14T20:23:41.937Z | Downloaded group v0.13.0 |
975 | 2024-02-14T20:23:41.937Z | Downloaded usdt-impl v0.5.0 |
976 | 2024-02-14T20:23:41.937Z | Downloaded curve25519-dalek-derive v0.1.0 |
977 | 2024-02-14T20:23:41.937Z | Downloaded predicates v3.1.0 |
978 | 2024-02-14T20:23:41.937Z | Downloaded rustls-pemfile v2.0.0 |
979 | 2024-02-14T20:23:41.937Z | Downloaded pin-project-lite v0.2.13 |
980 | 2024-02-14T20:23:41.937Z | Downloaded data-encoding v2.4.0 |
981 | 2024-02-14T20:23:41.937Z | Downloaded stable_deref_trait v1.2.0 |
982 | 2024-02-14T20:23:41.937Z | Downloaded subtle v2.5.0 |
983 | 2024-02-14T20:23:41.937Z | Downloaded toml_datetime v0.6.5 |
984 | 2024-02-14T20:23:41.937Z | Downloaded parking_lot v0.12.1 |
985 | 2024-02-14T20:23:41.937Z | Downloaded dtrace-parser v0.2.0 |
986 | 2024-02-14T20:23:41.937Z | Downloaded tungstenite v0.20.1 |
987 | 2024-02-14T20:23:41.937Z | Downloaded tokio-util v0.7.10 |
988 | 2024-02-14T20:23:41.937Z | Downloaded pkg-config v0.3.27 |
989 | 2024-02-14T20:23:41.937Z | Downloaded smallvec v0.6.14 |
990 | 2024-02-14T20:23:41.937Z | Downloaded heck v0.3.3 |
991 | 2024-02-14T20:23:41.937Z | Downloaded derive_builder_macro v0.12.0 |
992 | 2024-02-14T20:23:41.937Z | Downloaded rpassword v7.3.1 |
993 | 2024-02-14T20:23:41.937Z | Downloaded packed_struct v0.10.1 |
994 | 2024-02-14T20:23:41.937Z | Downloaded secrecy v0.8.0 |
995 | 2024-02-14T20:23:41.937Z | Downloaded toml v0.5.11 |
996 | 2024-02-14T20:23:41.937Z | Downloaded tempfile v3.10.0 |
997 | 2024-02-14T20:23:41.937Z | Downloaded once_cell v1.19.0 |
998 | 2024-02-14T20:23:41.938Z | Downloaded term v0.7.0 |
999 | 2024-02-14T20:23:41.938Z | Downloaded url v2.5.0 |
1000 | 2024-02-14T20:23:41.938Z | Downloaded want v0.3.1 |
1001 | 2024-02-14T20:23:41.938Z | Downloaded spin v0.9.8 |
1002 | 2024-02-14T20:23:41.938Z | Downloaded semver v0.11.0 |
1003 | 2024-02-14T20:23:41.938Z | Downloaded slog-bunyan v2.5.0 |
1004 | 2024-02-14T20:23:41.938Z | Downloaded zerocopy v0.6.4 |
1005 | 2024-02-14T20:23:41.938Z | Downloaded textwrap v0.16.0 |
1006 | 2024-02-14T20:23:41.938Z | Downloaded try-lock v0.2.4 |
1007 | 2024-02-14T20:23:41.938Z | Downloaded snafu-derive v0.7.5 |
1008 | 2024-02-14T20:23:41.938Z | Downloaded sct v0.7.0 |
1009 | 2024-02-14T20:23:41.938Z | Downloaded serde_derive v1.0.196 |
1010 | 2024-02-14T20:23:41.938Z | Downloaded ppv-lite86 v0.2.17 |
1011 | 2024-02-14T20:23:41.938Z | Downloaded quote v1.0.35 |
1012 | 2024-02-14T20:23:41.938Z | Downloaded sha2 v0.10.8 |
1013 | 2024-02-14T20:23:41.938Z | Downloaded rcgen v0.12.1 |
1014 | 2024-02-14T20:23:41.938Z | Downloaded form_urlencoded v1.2.1 |
1015 | 2024-02-14T20:23:41.938Z | Downloaded topological-sort v0.2.2 |
1016 | 2024-02-14T20:23:41.938Z | Downloaded derive_builder v0.12.0 |
1017 | 2024-02-14T20:23:41.938Z | Downloaded pretty-hex v0.4.1 |
1018 | 2024-02-14T20:23:41.938Z | Downloaded uuid v1.7.0 |
1019 | 2024-02-14T20:23:41.938Z | Downloaded defmt-parser v0.3.3 |
1020 | 2024-02-14T20:23:41.938Z | Downloaded thiserror-impl-no-std v2.0.2 |
1021 | 2024-02-14T20:23:41.938Z | Downloaded fixedbitset v0.4.2 |
1022 | 2024-02-14T20:23:41.943Z | Downloaded socket2 v0.5.5 |
1023 | 2024-02-14T20:23:41.943Z | Downloaded regex-automata v0.1.10 |
1024 | 2024-02-14T20:23:41.943Z | Downloaded ryu v1.0.15 |
1025 | 2024-02-14T20:23:41.943Z | Downloaded flume v0.11.0 |
1026 | 2024-02-14T20:23:41.943Z | Downloaded headers v0.3.9 |
1027 | 2024-02-14T20:23:41.943Z | Downloaded pest v2.7.6 |
1028 | 2024-02-14T20:23:41.943Z | Downloaded signal-hook-registry v1.4.1 |
1029 | 2024-02-14T20:23:41.943Z | Downloaded poly1305 v0.8.0 |
1030 | 2024-02-14T20:23:41.943Z | Downloaded slog v2.7.0 |
1031 | 2024-02-14T20:23:41.943Z | Downloaded terminal_size v0.2.6 |
1032 | 2024-02-14T20:23:41.943Z | Downloaded smoltcp v0.9.1 |
1033 | 2024-02-14T20:23:41.943Z | Downloaded doc-comment v0.3.3 |
1034 | 2024-02-14T20:23:41.943Z | Downloaded postcard v1.0.8 |
1035 | 2024-02-14T20:23:41.943Z | Downloaded rand v0.8.5 |
1036 | 2024-02-14T20:23:41.943Z | Downloaded serde-big-array v0.5.1 |
1037 | 2024-02-14T20:23:41.943Z | Downloaded trust-dns-resolver v0.22.0 |
1038 | 2024-02-14T20:23:41.943Z | Downloaded socket2 v0.4.9 |
1039 | 2024-02-14T20:23:41.944Z | Downloaded tracing v0.1.37 |
1040 | 2024-02-14T20:23:41.944Z | Downloaded serde_with v3.6.0 |
1041 | 2024-02-14T20:23:41.944Z | Downloaded unicode_categories v0.1.1 |
1042 | 2024-02-14T20:23:41.944Z | Downloaded pkcs8 v0.10.2 |
1043 | 2024-02-14T20:23:41.944Z | Downloaded unicode-segmentation v1.10.1 |
1044 | 2024-02-14T20:23:41.944Z | Downloaded foreign-types-shared v0.3.1 |
1045 | 2024-02-14T20:23:41.944Z | Downloaded futures-util v0.3.30 |
1046 | 2024-02-14T20:23:41.944Z | Downloaded rayon-core v1.12.0 |
1047 | 2024-02-14T20:23:41.944Z | Downloaded pest_meta v2.7.6 |
1048 | 2024-02-14T20:23:41.944Z | Downloaded gethostname v0.4.3 |
1049 | 2024-02-14T20:23:41.944Z | Downloaded num_threads v0.1.6 |
1050 | 2024-02-14T20:23:41.944Z | Downloaded prettyplease v0.2.16 |
1051 | 2024-02-14T20:23:41.944Z | Downloaded aho-corasick v1.0.4 |
1052 | 2024-02-14T20:23:41.944Z | Downloaded precomputed-hash v0.1.1 |
1053 | 2024-02-14T20:23:41.944Z | Downloaded textwrap v0.11.0 |
1054 | 2024-02-14T20:23:41.944Z | Downloaded display-error-chain v0.2.0 |
1055 | 2024-02-14T20:23:41.944Z | Downloaded spin v0.5.2 |
1056 | 2024-02-14T20:23:41.944Z | Downloaded untrusted v0.7.1 |
1057 | 2024-02-14T20:23:41.944Z | Downloaded smawk v0.3.1 |
1058 | 2024-02-14T20:23:41.944Z | Downloaded serde-hex v0.1.0 |
1059 | 2024-02-14T20:23:41.944Z | Downloaded quick-xml v0.30.0 |
1060 | 2024-02-14T20:23:41.944Z | Downloaded slog-envlogger v2.2.0 |
1061 | 2024-02-14T20:23:41.944Z | Downloaded rand_chacha v0.3.1 |
1062 | 2024-02-14T20:23:41.944Z | Downloaded half v2.3.1 |
1063 | 2024-02-14T20:23:41.944Z | Downloaded elliptic-curve v0.13.8 |
1064 | 2024-02-14T20:23:41.945Z | Downloaded hashbrown v0.14.2 |
1065 | 2024-02-14T20:23:41.945Z | Downloaded hashbrown v0.12.3 |
1066 | 2024-02-14T20:23:41.945Z | Downloaded serde_plain v1.0.2 |
1067 | 2024-02-14T20:23:41.945Z | Downloaded parking_lot v0.11.2 |
1068 | 2024-02-14T20:23:41.945Z | Downloaded nix v0.27.1 |
1069 | 2024-02-14T20:23:41.945Z | Downloaded hash32 v0.2.1 |
1070 | 2024-02-14T20:23:41.945Z | Downloaded object v0.30.4 |
1071 | 2024-02-14T20:23:41.945Z | Downloaded unsafe-libyaml v0.2.10 |
1072 | 2024-02-14T20:23:41.945Z | Downloaded static_assertions v1.1.0 |
1073 | 2024-02-14T20:23:41.945Z | Downloaded syn v2.0.48 |
1074 | 2024-02-14T20:23:41.952Z | Downloaded plain v0.2.3 |
1075 | 2024-02-14T20:23:41.955Z | Downloaded rustix v0.37.23 |
1076 | 2024-02-14T20:23:41.973Z | Downloaded typed-path v0.7.0 |
1077 | 2024-02-14T20:23:41.978Z | Downloaded rustls v0.22.2 |
1078 | 2024-02-14T20:23:41.992Z | Downloaded omicron-zone-package v0.11.0 |
1079 | 2024-02-14T20:23:41.995Z | Downloaded diesel v2.1.4 |
1080 | 2024-02-14T20:23:42.015Z | Downloaded which v4.4.0 |
1081 | 2024-02-14T20:23:42.018Z | Downloaded universal-hash v0.5.1 |
1082 | 2024-02-14T20:23:42.018Z | Downloaded ratatui v0.26.1 |
1083 | 2024-02-14T20:23:42.035Z | Downloaded portable-atomic v1.4.3 |
1084 | 2024-02-14T20:23:42.040Z | Downloaded fragile v2.0.0 |
1085 | 2024-02-14T20:23:42.046Z | Downloaded pkcs1 v0.7.5 |
1086 | 2024-02-14T20:23:42.049Z | Downloaded trust-dns-server v0.22.1 |
1087 | 2024-02-14T20:23:42.051Z | Downloaded regex-automata v0.4.4 |
1088 | 2024-02-14T20:23:42.070Z | Downloaded rand_core v0.6.4 |
1089 | 2024-02-14T20:23:42.073Z | Downloaded packed_struct_codegen v0.10.1 |
1090 | 2024-02-14T20:23:42.073Z | Downloaded pin-utils v0.1.0 |
1091 | 2024-02-14T20:23:42.073Z | Downloaded openapiv3 v2.0.0 |
1092 | 2024-02-14T20:23:42.084Z | Downloaded toml_edit v0.22.4 |
1093 | 2024-02-14T20:23:42.106Z | Downloaded chrono v0.4.31 |
1094 | 2024-02-14T20:23:42.114Z | Downloaded subprocess v0.2.9 |
1095 | 2024-02-14T20:23:42.116Z | Downloaded tokio v1.36.0 |
1096 | 2024-02-14T20:23:42.154Z | Downloaded steno v0.4.0 |
1097 | 2024-02-14T20:23:42.157Z | Downloaded env_logger v0.10.0 |
1098 | 2024-02-14T20:23:42.160Z | Downloaded papergrid v0.11.0 |
1099 | 2024-02-14T20:23:42.165Z | Downloaded idna v0.5.0 |
1100 | 2024-02-14T20:23:42.172Z | Downloaded flate2 v1.0.28 |
1101 | 2024-02-14T20:23:42.177Z | Downloaded toml_edit v0.19.15 |
1102 | 2024-02-14T20:23:42.197Z | Downloaded rustls-webpki v0.102.1 |
1103 | 2024-02-14T20:23:42.211Z | Downloaded trust-dns-client v0.22.0 |
1104 | 2024-02-14T20:23:42.216Z | Downloaded petgraph v0.6.4 |
1105 | 2024-02-14T20:23:42.232Z | Downloaded regress v0.7.1 |
1106 | 2024-02-14T20:23:42.238Z | Downloaded radix_trie v0.2.1 |
1107 | 2024-02-14T20:23:42.244Z | Downloaded csv v1.3.0 |
1108 | 2024-02-14T20:23:42.264Z | Downloaded vcpkg v0.2.15 |
1109 | 2024-02-14T20:23:42.303Z | Downloaded object v0.32.1 |
1110 | 2024-02-14T20:23:42.313Z | Downloaded bstr v1.6.0 |
1111 | 2024-02-14T20:23:42.324Z | Downloaded h2 v0.3.24 |
1112 | 2024-02-14T20:23:42.331Z | Downloaded openssl v0.10.60 |
1113 | 2024-02-14T20:23:42.341Z | Downloaded syn v1.0.109 |
1114 | 2024-02-14T20:23:42.352Z | Downloaded goblin v0.8.0 |
1115 | 2024-02-14T20:23:42.357Z | Downloaded rustls v0.21.9 |
1116 | 2024-02-14T20:23:42.369Z | Downloaded polar-core v0.27.0 |
1117 | 2024-02-14T20:23:42.380Z | Downloaded curve25519-dalek v4.1.1 |
1118 | 2024-02-14T20:23:42.386Z | Downloaded regex-syntax v0.8.2 |
1119 | 2024-02-14T20:23:42.395Z | Downloaded rustix v0.38.31 |
1120 | 2024-02-14T20:23:42.418Z | Downloaded webpki-roots v0.25.2 |
1121 | 2024-02-14T20:23:42.421Z | Downloaded rustls-pki-types v1.1.0 |
1122 | 2024-02-14T20:23:42.424Z | Downloaded regex-syntax v0.6.29 |
1123 | 2024-02-14T20:23:42.430Z | Downloaded bstr v0.2.17 |
1124 | 2024-02-14T20:23:42.440Z | Downloaded structmeta-derive v0.3.0 |
1125 | 2024-02-14T20:23:42.443Z | Downloaded schemars_derive v0.8.16 |
1126 | 2024-02-14T20:23:42.443Z | Downloaded termcolor v1.2.0 |
1127 | 2024-02-14T20:23:42.445Z | Downloaded heck v0.4.1 |
1128 | 2024-02-14T20:23:42.446Z | Downloaded fallible-iterator v0.2.0 |
1129 | 2024-02-14T20:23:42.448Z | Downloaded heapless v0.7.16 |
1130 | 2024-02-14T20:23:42.451Z | Downloaded gimli v0.28.0 |
1131 | 2024-02-14T20:23:42.458Z | Downloaded x509-cert v0.2.4 |
1132 | 2024-02-14T20:23:42.464Z | Downloaded trust-dns-proto v0.22.0 |
1133 | 2024-02-14T20:23:42.476Z | Downloaded lalrpop v0.19.12 |
1134 | 2024-02-14T20:23:42.487Z | Downloaded sled v0.34.7 |
1135 | 2024-02-14T20:23:42.499Z | Downloaded clap v2.34.0 |
1136 | 2024-02-14T20:23:42.513Z | Downloaded zerocopy-derive v0.2.0 |
1137 | 2024-02-14T20:23:42.524Z | Downloaded zerocopy-derive v0.6.4 |
1138 | 2024-02-14T20:23:42.538Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1139 | 2024-02-14T20:23:42.554Z | Downloaded proptest v1.4.0 |
1140 | 2024-02-14T20:23:42.563Z | Downloaded proc-macro2 v1.0.78 |
1141 | 2024-02-14T20:23:42.565Z | Downloaded winnow v0.5.15 |
1142 | 2024-02-14T20:23:42.572Z | Downloaded regex v1.10.3 |
1143 | 2024-02-14T20:23:42.586Z | Downloaded regex-automata v0.3.8 |
1144 | 2024-02-14T20:23:42.605Z | Downloaded libc v0.2.153 |
1145 | 2024-02-14T20:23:42.629Z | Downloaded hyper v0.14.27 |
1146 | 2024-02-14T20:23:42.637Z | Downloaded zerocopy v0.7.32 |
1147 | 2024-02-14T20:23:42.653Z | Downloaded sha3 v0.10.8 |
1148 | 2024-02-14T20:23:42.656Z | Downloaded tabled v0.15.0 |
1149 | 2024-02-14T20:23:42.672Z | Downloaded reedline v0.28.0 |
1150 | 2024-02-14T20:23:42.678Z | Downloaded futures v0.3.30 |
1151 | 2024-02-14T20:23:42.683Z | Downloaded unicode-normalization v0.1.22 |
1152 | 2024-02-14T20:23:42.687Z | Downloaded itertools v0.10.5 |
1153 | 2024-02-14T20:23:42.693Z | Downloaded slog-stdlog v4.1.1 |
1154 | 2024-02-14T20:23:42.696Z | Downloaded serde_json v1.0.113 |
1155 | 2024-02-14T20:23:42.703Z | Downloaded toml_edit v0.21.1 |
1156 | 2024-02-14T20:23:42.726Z | Downloaded sqlparser v0.43.1 |
1157 | 2024-02-14T20:23:42.731Z | Downloaded scopeguard v1.2.0 |
1158 | 2024-02-14T20:23:42.734Z | Downloaded pin-project v1.1.3 |
1159 | 2024-02-14T20:23:42.743Z | Downloaded filetime v0.2.23 |
1160 | 2024-02-14T20:23:42.749Z | Downloaded generic-array v0.14.7 |
1161 | 2024-02-14T20:23:42.749Z | Downloaded ucd-trie v0.1.6 |
1162 | 2024-02-14T20:23:42.752Z | Downloaded rustyline v13.0.0 |
1163 | 2024-02-14T20:23:42.752Z | Downloaded encoding_rs v0.8.33 |
1164 | 2024-02-14T20:23:42.774Z | Downloaded pin-project-internal v1.1.3 |
1165 | 2024-02-14T20:23:42.777Z | Downloaded semver v1.0.21 |
1166 | 2024-02-14T20:23:42.780Z | Downloaded olpc-cjson v0.1.3 |
1167 | 2024-02-14T20:23:42.780Z | Downloaded zip v0.6.6 |
1168 | 2024-02-14T20:23:42.783Z | Downloaded tokio-native-tls v0.3.1 |
1169 | 2024-02-14T20:23:42.785Z | Downloaded darling_core v0.20.3 |
1170 | 2024-02-14T20:23:42.789Z | Downloaded time v0.3.27 |
1171 | 2024-02-14T20:23:42.796Z | Downloaded clap_builder v4.4.2 |
1172 | 2024-02-14T20:23:42.802Z | Downloaded blake3 v1.5.0 |
1173 | 2024-02-14T20:23:42.810Z | Downloaded usdt-impl v0.3.5 |
1174 | 2024-02-14T20:23:42.813Z | Downloaded supports-color v2.1.0 |
1175 | 2024-02-14T20:23:42.813Z | Downloaded diesel_derives v2.1.2 |
1176 | 2024-02-14T20:23:42.816Z | Downloaded tough v0.16.0 |
1177 | 2024-02-14T20:23:42.823Z | Downloaded proc-macro-error v1.0.4 |
1178 | 2024-02-14T20:23:42.827Z | Downloaded serde_repr v0.1.16 |
1179 | 2024-02-14T20:23:42.832Z | Downloaded hashbrown v0.13.2 |
1180 | 2024-02-14T20:23:42.835Z | Downloaded hkdf v0.12.4 |
1181 | 2024-02-14T20:23:42.835Z | Downloaded signal-hook v0.3.17 |
1182 | 2024-02-14T20:23:42.838Z | Downloaded itertools v0.12.1 |
1183 | 2024-02-14T20:23:42.845Z | Downloaded tui-tree-widget v0.17.0 |
1184 | 2024-02-14T20:23:42.848Z | Downloaded strum_macros v0.24.3 |
1185 | 2024-02-14T20:23:42.848Z | Downloaded wyz v0.5.1 |
1186 | 2024-02-14T20:23:42.850Z | Downloaded synstructure v0.12.6 |
1187 | 2024-02-14T20:23:42.853Z | Downloaded wait-timeout v0.2.0 |
1188 | 2024-02-14T20:23:42.853Z | Downloaded schemars v0.8.16 |
1189 | 2024-02-14T20:23:42.864Z | Downloaded signature v1.6.4 |
1190 | 2024-02-14T20:23:42.867Z | Downloaded thread-id v4.2.0 |
1191 | 2024-02-14T20:23:42.867Z | Downloaded thiserror-no-std v2.0.2 |
1192 | 2024-02-14T20:23:42.870Z | Downloaded endian-type v0.1.2 |
1193 | 2024-02-14T20:23:42.873Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1194 | 2024-02-14T20:23:42.873Z | Downloaded serde v1.0.196 |
1195 | 2024-02-14T20:23:42.876Z | Downloaded salty v0.2.0 |
1196 | 2024-02-14T20:23:42.881Z | Downloaded clap v4.4.3 |
1197 | 2024-02-14T20:23:42.890Z | Downloaded derive-where v1.2.7 |
1198 | 2024-02-14T20:23:42.893Z | Downloaded radium v0.7.0 |
1199 | 2024-02-14T20:23:42.896Z | Downloaded oso v0.27.0 |
1200 | 2024-02-14T20:23:42.899Z | Downloaded errno v0.3.8 |
1201 | 2024-02-14T20:23:42.899Z | Downloaded hash32 v0.3.1 |
1202 | 2024-02-14T20:23:42.901Z | Downloaded unicode-bidi v0.3.13 |
1203 | 2024-02-14T20:23:42.904Z | Downloaded console v0.15.8 |
1204 | 2024-02-14T20:23:42.910Z | Downloaded colored v2.0.4 |
1205 | 2024-02-14T20:23:42.912Z | Downloaded base64 v0.21.7 |
1206 | 2024-02-14T20:23:42.912Z | Downloaded crossbeam-channel v0.5.8 |
1207 | 2024-02-14T20:23:42.915Z | Downloaded snafu v0.7.5 |
1208 | 2024-02-14T20:23:42.921Z | Downloaded openssl-sys v0.9.96 |
1209 | 2024-02-14T20:23:42.926Z | Downloaded same-file v1.0.6 |
1210 | 2024-02-14T20:23:42.929Z | Downloaded postgres-protocol v0.6.6 |
1211 | 2024-02-14T20:23:42.929Z | Downloaded tinyvec v1.6.0 |
1212 | 2024-02-14T20:23:42.932Z | Downloaded bzip2 v0.4.4 |
1213 | 2024-02-14T20:23:42.934Z | Downloaded proc-macro-crate v1.3.1 |
1214 | 2024-02-14T20:23:42.934Z | Downloaded dirs-next v2.0.0 |
1215 | 2024-02-14T20:23:42.938Z | Downloaded pest_generator v2.7.6 |
1216 | 2024-02-14T20:23:42.938Z | Downloaded thread_local v1.1.7 |
1217 | 2024-02-14T20:23:42.938Z | Downloaded tokio-postgres v0.7.10 |
1218 | 2024-02-14T20:23:42.941Z | Downloaded ed25519 v1.5.3 |
1219 | 2024-02-14T20:23:42.944Z | Downloaded slog-async v2.8.0 |
1220 | 2024-02-14T20:23:42.944Z | Downloaded fatfs v0.3.6 |
1221 | 2024-02-14T20:23:42.947Z | Downloaded derive_more v0.99.17 |
1222 | 2024-02-14T20:23:42.951Z | Downloaded bindgen v0.69.2 |
1223 | 2024-02-14T20:23:42.959Z | Downloaded parse-display v0.9.0 |
1224 | 2024-02-14T20:23:42.965Z | Downloaded serde_derive_internals v0.26.0 |
1225 | 2024-02-14T20:23:42.965Z | Downloaded structopt v0.3.26 |
1226 | 2024-02-14T20:23:42.970Z | Downloaded vec_map v0.8.2 |
1227 | 2024-02-14T20:23:42.973Z | Downloaded typenum v1.16.0 |
1228 | 2024-02-14T20:23:42.975Z | Downloaded dtrace-parser v0.1.14 |
1229 | 2024-02-14T20:23:42.976Z | Downloaded similar v2.3.0 |
1230 | 2024-02-14T20:23:42.980Z | Downloaded predicates-tree v1.0.9 |
1231 | 2024-02-14T20:23:42.983Z | Downloaded rustc_version v0.4.0 |
1232 | 2024-02-14T20:23:42.983Z | Downloaded strsim v0.10.0 |
1233 | 2024-02-14T20:23:42.986Z | Downloaded stringprep v0.1.3 |
1234 | 2024-02-14T20:23:42.986Z | Downloaded impl-trait-for-tuples v0.2.2 |
1235 | 2024-02-14T20:23:42.989Z | Downloaded sec1 v0.7.3 |
1236 | 2024-02-14T20:23:42.998Z | Downloaded allocator-api2 v0.2.16 |
1237 | 2024-02-14T20:23:42.998Z | Downloaded parking_lot_core v0.8.6 |
1238 | 2024-02-14T20:23:42.998Z | Downloaded pem v3.0.2 |
1239 | 2024-02-14T20:23:42.998Z | Downloaded parking_lot_core v0.9.8 |
1240 | 2024-02-14T20:23:43.002Z | Downloaded either v1.9.0 |
1241 | 2024-02-14T20:23:43.002Z | Downloaded tap v1.0.1 |
1242 | 2024-02-14T20:23:43.002Z | Downloaded rustc_version v0.1.7 |
1243 | 2024-02-14T20:23:43.002Z | Downloaded minimal-lexical v0.2.1 |
1244 | 2024-02-14T20:23:43.005Z | Downloaded libxml v0.3.3 |
1245 | 2024-02-14T20:23:43.011Z | Downloaded http v1.0.0 |
1246 | 2024-02-14T20:23:43.015Z | Downloaded kstat-rs v0.2.3 |
1247 | 2024-02-14T20:23:43.017Z | Downloaded hyper-rustls v0.24.2 |
1248 | 2024-02-14T20:23:43.020Z | Downloaded strum_macros v0.26.1 |
1249 | 2024-02-14T20:23:43.023Z | Downloaded multer v3.0.0 |
1250 | 2024-02-14T20:23:43.023Z | Downloaded log v0.4.20 |
1251 | 2024-02-14T20:23:43.029Z | Downloaded paste v1.0.14 |
1252 | 2024-02-14T20:23:43.036Z | Downloaded tokio-rustls v0.24.1 |
1253 | 2024-02-14T20:23:43.036Z | Downloaded anyhow v1.0.75 |
1254 | 2024-02-14T20:23:43.036Z | Downloaded parse-size v1.0.0 |
1255 | 2024-02-14T20:23:43.036Z | Downloaded tinyvec_macros v0.1.1 |
1256 | 2024-02-14T20:23:43.036Z | Downloaded chacha20poly1305 v0.10.1 |
1257 | 2024-02-14T20:23:43.040Z | Downloaded getrandom v0.2.10 |
1258 | 2024-02-14T20:23:43.043Z | Downloaded ff v0.13.0 |
1259 | 2024-02-14T20:23:43.046Z | Downloaded sqlparser_derive v0.2.2 |
1260 | 2024-02-14T20:23:43.050Z | Downloaded mio v0.8.9 |
1261 | 2024-02-14T20:23:43.059Z | Downloaded libloading v0.7.4 |
1262 | 2024-02-14T20:23:43.063Z | Downloaded indexmap v1.9.3 |
1263 | 2024-02-14T20:23:43.066Z | Downloaded io-lifetimes v1.0.11 |
1264 | 2024-02-14T20:23:43.069Z | Downloaded indoc v1.0.9 |
1265 | 2024-02-14T20:23:43.072Z | Downloaded semver v0.1.20 |
1266 | 2024-02-14T20:23:43.075Z | Downloaded tokio-tungstenite v0.20.1 |
1267 | 2024-02-14T20:23:43.075Z | Downloaded fd-lock v3.0.13 |
1268 | 2024-02-14T20:23:43.078Z | Downloaded difflib v0.4.0 |
1269 | 2024-02-14T20:23:43.086Z | Downloaded nibble_vec v0.1.0 |
1270 | 2024-02-14T20:23:43.086Z | Downloaded cpufeatures v0.2.12 |
1271 | 2024-02-14T20:23:43.086Z | Downloaded rustversion v1.0.14 |
1272 | 2024-02-14T20:23:43.086Z | Downloaded rustfmt-wrapper v0.2.0 |
1273 | 2024-02-14T20:23:43.086Z | Downloaded futures-channel v0.3.30 |
1274 | 2024-02-14T20:23:43.089Z | Downloaded rusty-fork v0.3.0 |
1275 | 2024-02-14T20:23:43.089Z | Downloaded lalrpop-util v0.19.12 |
1276 | 2024-02-14T20:23:43.089Z | Downloaded r2d2 v0.8.10 |
1277 | 2024-02-14T20:23:43.095Z | Downloaded ring v0.17.7 |
1278 | 2024-02-14T20:23:43.159Z | Downloaded backoff v0.4.0 |
1279 | 2024-02-14T20:23:43.162Z | Downloaded ascii-canvas v3.0.0 |
1280 | 2024-02-14T20:23:43.162Z | Downloaded zerocopy v0.3.0 |
1281 | 2024-02-14T20:23:43.174Z | Downloaded clang-sys v1.6.1 |
1282 | 2024-02-14T20:23:43.177Z | Downloaded defmt v0.3.5 |
1283 | 2024-02-14T20:23:43.177Z | Downloaded unicode-linebreak v0.1.5 |
1284 | 2024-02-14T20:23:43.177Z | Downloaded tokio-stream v0.1.14 |
1285 | 2024-02-14T20:23:43.177Z | Downloaded structmeta-derive v0.2.0 |
1286 | 2024-02-14T20:23:43.177Z | Downloaded structmeta v0.3.0 |
1287 | 2024-02-14T20:23:43.177Z | Downloaded num-derive v0.4.0 |
1288 | 2024-02-14T20:23:43.177Z | Downloaded crypto-bigint v0.5.2 |
1289 | 2024-02-14T20:23:43.182Z | Downloaded crc v3.0.1 |
1290 | 2024-02-14T20:23:43.186Z | Downloaded cstr-argument v0.1.2 |
1291 | 2024-02-14T20:23:43.186Z | Downloaded const-oid v0.9.5 |
1292 | 2024-02-14T20:23:43.188Z | Downloaded serde_tokenstream v0.2.0 |
1293 | 2024-02-14T20:23:43.191Z | Downloaded unicode-xid v0.2.4 |
1294 | 2024-02-14T20:23:43.192Z | Downloaded new_debug_unreachable v1.0.4 |
1295 | 2024-02-14T20:23:43.195Z | Downloaded crc32fast v1.3.2 |
1296 | 2024-02-14T20:23:43.195Z | Downloaded bitflags v2.4.0 |
1297 | 2024-02-14T20:23:43.197Z | Downloaded addr2line v0.21.0 |
1298 | 2024-02-14T20:23:43.203Z | Downloaded tokio-rustls v0.25.0 |
1299 | 2024-02-14T20:23:43.206Z | Downloaded num-rational v0.4.1 |
1300 | 2024-02-14T20:23:43.206Z | Downloaded ring v0.16.20 |
1301 | 2024-02-14T20:23:43.285Z | Downloaded miniz_oxide v0.7.1 |
1302 | 2024-02-14T20:23:43.288Z | Downloaded blake2 v0.10.6 |
1303 | 2024-02-14T20:23:43.291Z | Downloaded ahash v0.8.7 |
1304 | 2024-02-14T20:23:43.294Z | Downloaded funty v2.0.0 |
1305 | 2024-02-14T20:23:43.294Z | Downloaded zeroize v1.7.0 |
1306 | 2024-02-14T20:23:43.294Z | Downloaded siphasher v0.3.11 |
1307 | 2024-02-14T20:23:43.297Z | Downloaded fxhash v0.2.1 |
1308 | 2024-02-14T20:23:43.297Z | Downloaded utf8parse v0.2.1 |
1309 | 2024-02-14T20:23:43.297Z | Downloaded byteorder v1.5.0 |
1310 | 2024-02-14T20:23:43.300Z | Downloaded defmt-macros v0.3.6 |
1311 | 2024-02-14T20:23:43.310Z | Downloaded zeroize_derive v1.4.2 |
1312 | 2024-02-14T20:23:43.310Z | Downloaded foreign-types v0.3.2 |
1313 | 2024-02-14T20:23:43.310Z | Downloaded usdt-attr-macro v0.5.0 |
1314 | 2024-02-14T20:23:43.310Z | Downloaded nom v7.1.3 |
1315 | 2024-02-14T20:23:43.313Z | Downloaded crossterm v0.27.0 |
1316 | 2024-02-14T20:23:43.316Z | Downloaded num-complex v0.4.4 |
1317 | 2024-02-14T20:23:43.316Z | Downloaded libefi-sys v0.1.0 |
1318 | 2024-02-14T20:23:43.316Z | Downloaded indexmap v2.2.2 |
1319 | 2024-02-14T20:23:43.319Z | Downloaded atomicwrites v0.4.3 |
1320 | 2024-02-14T20:23:43.322Z | Downloaded openssl-macros v0.1.1 |
1321 | 2024-02-14T20:23:43.322Z | Downloaded walkdir v2.4.0 |
1322 | 2024-02-14T20:23:43.325Z | Downloaded num-bigint v0.4.4 |
1323 | 2024-02-14T20:23:43.328Z | Downloaded arrayvec v0.7.4 |
1324 | 2024-02-14T20:23:43.331Z | Downloaded native-tls v0.2.11 |
1325 | 2024-02-14T20:23:43.331Z | Downloaded crossbeam-utils v0.8.16 |
1326 | 2024-02-14T20:23:43.338Z | Downloaded macaddr v1.0.1 |
1327 | 2024-02-14T20:23:43.338Z | Downloaded block-buffer v0.10.4 |
1328 | 2024-02-14T20:23:43.341Z | Downloaded camino v1.1.6 |
1329 | 2024-02-14T20:23:43.341Z | Downloaded bytes v1.5.0 |
1330 | 2024-02-14T20:23:43.341Z | Downloaded derive_builder_core v0.12.0 |
1331 | 2024-02-14T20:23:43.344Z | Downloaded memoffset v0.9.0 |
1332 | 2024-02-14T20:23:43.344Z | Downloaded itoa v1.0.9 |
1333 | 2024-02-14T20:23:43.347Z | Downloaded clap_derive v4.4.2 |
1334 | 2024-02-14T20:23:43.347Z | Downloaded is-terminal v0.4.9 |
1335 | 2024-02-14T20:23:43.350Z | Downloaded equivalent v1.0.1 |
1336 | 2024-02-14T20:23:43.350Z | Downloaded nu-ansi-term v0.49.0 |
1337 | 2024-02-14T20:23:43.350Z | Downloaded openssl-probe v0.1.5 |
1338 | 2024-02-14T20:23:43.353Z | Downloaded num-traits v0.2.16 |
1339 | 2024-02-14T20:23:43.353Z | Downloaded memmap v0.7.0 |
1340 | 2024-02-14T20:23:43.358Z | Downloaded inout v0.1.3 |
1341 | 2024-02-14T20:23:43.358Z | Downloaded home v0.5.5 |
1342 | 2024-02-14T20:23:43.361Z | Downloaded constant_time_eq v0.3.0 |
1343 | 2024-02-14T20:23:43.361Z | Downloaded buf-list v1.0.3 |
1344 | 2024-02-14T20:23:43.361Z | Downloaded num_cpus v1.16.0 |
1345 | 2024-02-14T20:23:43.364Z | Downloaded num-bigint-dig v0.8.4 |
1346 | 2024-02-14T20:23:43.368Z | Downloaded md-5 v0.10.5 |
1347 | 2024-02-14T20:23:43.376Z | Downloaded maplit v1.0.2 |
1348 | 2024-02-14T20:23:43.376Z | Downloaded lazy_static v1.4.0 |
1349 | 2024-02-14T20:23:43.376Z | Downloaded hubpack v0.1.2 |
1350 | 2024-02-14T20:23:43.376Z | Downloaded corncobs v0.1.3 |
1351 | 2024-02-14T20:23:43.376Z | Downloaded convert_case v0.4.0 |
1352 | 2024-02-14T20:23:43.376Z | Downloaded bit-set v0.5.3 |
1353 | 2024-02-14T20:23:43.376Z | Downloaded backtrace v0.3.69 |
1354 | 2024-02-14T20:23:43.379Z | Downloaded async-stream-impl v0.3.5 |
1355 | 2024-02-14T20:23:43.379Z | Downloaded yasna v0.5.2 |
1356 | 2024-02-14T20:23:43.383Z | Downloaded crossbeam-epoch v0.9.15 |
1357 | 2024-02-14T20:23:43.398Z | Downloaded ciborium v0.2.2 |
1358 | 2024-02-14T20:23:43.398Z | Downloaded array-init v0.0.4 |
1359 | 2024-02-14T20:23:43.399Z | Downloaded utf-8 v0.7.6 |
1360 | 2024-02-14T20:23:43.399Z | Downloaded stability v0.1.1 |
1361 | 2024-02-14T20:23:43.399Z | Downloaded num_enum_derive v0.5.11 |
1362 | 2024-02-14T20:23:43.399Z | Downloaded num_enum v0.5.11 |
1363 | 2024-02-14T20:23:43.399Z | Downloaded num-iter v0.1.43 |
1364 | 2024-02-14T20:23:43.399Z | Downloaded num v0.4.1 |
1365 | 2024-02-14T20:23:43.403Z | Downloaded multimap v0.8.3 |
1366 | 2024-02-14T20:23:43.403Z | Downloaded memchr v2.6.3 |
1367 | 2024-02-14T20:23:43.403Z | Downloaded hyper-tls v0.5.0 |
1368 | 2024-02-14T20:23:43.403Z | Downloaded http-body v0.4.5 |
1369 | 2024-02-14T20:23:43.406Z | Downloaded crypto-common v0.1.6 |
1370 | 2024-02-14T20:23:43.406Z | Downloaded crossbeam-deque v0.8.3 |
1371 | 2024-02-14T20:23:43.409Z | Downloaded cfg-if v1.0.0 |
1372 | 2024-02-14T20:23:43.409Z | Downloaded bytecount v0.6.3 |
1373 | 2024-02-14T20:23:43.409Z | Downloaded block-padding v0.3.3 |
1374 | 2024-02-14T20:23:43.412Z | Downloaded instant v0.1.12 |
1375 | 2024-02-14T20:23:43.412Z | Downloaded idna v0.2.3 |
1376 | 2024-02-14T20:23:43.416Z | Downloaded lazycell v1.3.0 |
1377 | 2024-02-14T20:23:43.419Z | Downloaded signal-hook-tokio v0.3.1 |
1378 | 2024-02-14T20:23:43.419Z | Downloaded serde_with_macros v3.6.0 |
1379 | 2024-02-14T20:23:43.422Z | Downloaded hubpack_derive v0.1.1 |
1380 | 2024-02-14T20:23:43.422Z | Downloaded colorchoice v1.0.0 |
1381 | 2024-02-14T20:23:43.422Z | Downloaded highway v1.1.0 |
1382 | 2024-02-14T20:23:43.424Z | Downloaded autocfg v1.1.0 |
1383 | 2024-02-14T20:23:43.424Z | Downloaded ciborium-ll v0.2.2 |
1384 | 2024-02-14T20:23:43.424Z | Downloaded lru v0.12.1 |
1385 | 2024-02-14T20:23:43.427Z | Downloaded cassowary v0.3.0 |
1386 | 2024-02-14T20:23:43.427Z | Downloaded bit-vec v0.6.3 |
1387 | 2024-02-14T20:23:43.430Z | Downloaded crc-catalog v2.2.0 |
1388 | 2024-02-14T20:23:43.430Z | Downloaded bb8 v0.8.3 |
1389 | 2024-02-14T20:23:43.430Z | Downloaded indicatif v0.17.7 |
1390 | 2024-02-14T20:23:43.798Z | Compiling proc-macro2 v1.0.78 |
1391 | 2024-02-14T20:23:43.798Z | Compiling unicode-ident v1.0.12 |
1392 | 2024-02-14T20:23:43.801Z | Compiling libc v0.2.153 |
1393 | 2024-02-14T20:23:43.801Z | Compiling serde v1.0.196 |
1394 | 2024-02-14T20:23:43.801Z | Compiling autocfg v1.1.0 |
1395 | 2024-02-14T20:23:43.801Z | Compiling version_check v0.9.4 |
1396 | 2024-02-14T20:23:43.837Z | Compiling cfg-if v1.0.0 |
1397 | 2024-02-14T20:23:43.963Z | Compiling syn v1.0.109 |
1398 | 2024-02-14T20:23:43.980Z | Compiling once_cell v1.19.0 |
1399 | 2024-02-14T20:23:44.041Z | Compiling byteorder v1.5.0 |
1400 | 2024-02-14T20:23:44.329Z | Compiling memchr v2.6.3 |
1401 | 2024-02-14T20:23:44.433Z | Compiling ahash v0.8.7 |
1402 | 2024-02-14T20:23:44.456Z | Compiling parking_lot_core v0.9.8 |
1403 | 2024-02-14T20:23:44.503Z | Compiling lock_api v0.4.10 |
1404 | 2024-02-14T20:23:45.018Z | Compiling libm v0.2.7 |
1405 | 2024-02-14T20:23:45.030Z | Compiling serde_json v1.0.113 |
1406 | 2024-02-14T20:23:45.130Z | Compiling num-traits v0.2.16 |
1407 | 2024-02-14T20:23:45.163Z | Compiling thiserror v1.0.56 |
1408 | 2024-02-14T20:23:45.386Z | Compiling typenum v1.16.0 |
1409 | 2024-02-14T20:23:45.603Z | Compiling scopeguard v1.2.0 |
1410 | 2024-02-14T20:23:45.749Z | Compiling generic-array v0.14.7 |
1411 | 2024-02-14T20:23:46.043Z | Compiling quote v1.0.35 |
1412 | 2024-02-14T20:23:46.326Z | Compiling cc v1.0.83 |
1413 | 2024-02-14T20:23:46.339Z | Compiling getrandom v0.2.10 |
1414 | 2024-02-14T20:23:46.550Z | Compiling syn v2.0.48 |
1415 | 2024-02-14T20:23:46.595Z | Compiling itoa v1.0.9 |
1416 | 2024-02-14T20:23:46.978Z | Compiling log v0.4.20 |
1417 | 2024-02-14T20:23:47.139Z | Compiling pkg-config v0.3.27 |
1418 | 2024-02-14T20:23:47.695Z | Compiling slab v0.4.9 |
1419 | 2024-02-14T20:23:47.860Z | Compiling ryu v1.0.15 |
1420 | 2024-02-14T20:23:48.079Z | Compiling pin-project-lite v0.2.13 |
1421 | 2024-02-14T20:23:48.150Z | Compiling smallvec v1.13.1 |
1422 | 2024-02-14T20:23:48.231Z | Compiling allocator-api2 v0.2.16 |
1423 | 2024-02-14T20:23:48.313Z | Compiling equivalent v1.0.1 |
1424 | 2024-02-14T20:23:48.359Z | Compiling vcpkg v0.2.15 |
1425 | 2024-02-14T20:23:48.410Z | Compiling heck v0.4.1 |
1426 | 2024-02-14T20:23:48.838Z | Compiling schemars v0.8.16 |
1427 | 2024-02-14T20:23:48.962Z | Compiling ring v0.17.7 |
1428 | 2024-02-14T20:23:49.199Z | Compiling parking_lot v0.12.1 |
1429 | 2024-02-14T20:23:50.079Z | Compiling signal-hook-registry v1.4.1 |
1430 | 2024-02-14T20:23:50.171Z | Compiling openssl-sys v0.9.96 |
1431 | 2024-02-14T20:23:51.085Z | Compiling mio v0.8.9 |
1432 | 2024-02-14T20:23:51.586Z | Compiling rand_core v0.6.4 |
1433 | 2024-02-14T20:23:52.181Z | Compiling ring v0.16.20 |
1434 | 2024-02-14T20:23:53.164Z | Compiling num_cpus v1.16.0 |
1435 | 2024-02-14T20:23:53.181Z | Compiling socket2 v0.5.5 |
1436 | 2024-02-14T20:23:53.297Z | Compiling httparse v1.8.0 |
1437 | 2024-02-14T20:23:53.400Z | Compiling ucd-trie v0.1.6 |
1438 | 2024-02-14T20:23:53.529Z | Compiling futures-core v0.3.30 |
1439 | 2024-02-14T20:23:53.762Z | Compiling serde_derive_internals v0.26.0 |
1440 | 2024-02-14T20:23:53.785Z | Compiling semver v1.0.21 |
1441 | 2024-02-14T20:23:53.855Z | Compiling crossbeam-utils v0.8.16 |
1442 | 2024-02-14T20:23:53.903Z | Compiling spin v0.5.2 |
1443 | 2024-02-14T20:23:54.161Z | Compiling fnv v1.0.7 |
1444 | 2024-02-14T20:23:54.254Z | Compiling openssl v0.10.60 |
1445 | 2024-02-14T20:23:54.384Z | Compiling iana-time-zone v0.1.57 |
1446 | 2024-02-14T20:23:54.737Z | Compiling native-tls v0.2.11 |
1447 | 2024-02-14T20:23:54.867Z | Compiling unicode-xid v0.2.4 |
1448 | 2024-02-14T20:23:55.017Z | Compiling rustls v0.21.9 |
1449 | 2024-02-14T20:23:55.094Z | Compiling const-oid v0.9.5 |
1450 | 2024-02-14T20:23:55.330Z | Compiling subtle v2.5.0 |
1451 | 2024-02-14T20:23:55.384Z | Compiling synstructure v0.12.6 |
1452 | 2024-02-14T20:23:55.633Z | Compiling spin v0.9.8 |
1453 | 2024-02-14T20:23:56.043Z | Compiling memoffset v0.9.0 |
1454 | 2024-02-14T20:23:56.376Z | Compiling futures-sink v0.3.30 |
1455 | 2024-02-14T20:23:56.508Z | Compiling io-lifetimes v1.0.11 |
1456 | 2024-02-14T20:23:56.778Z | Compiling backtrace v0.3.69 |
1457 | 2024-02-14T20:23:56.946Z | Compiling tinyvec_macros v0.1.1 |
1458 | 2024-02-14T20:23:56.965Z | Compiling dyn-clone v1.0.16 |
1459 | 2024-02-14T20:23:57.004Z | Compiling rustix v0.38.31 |
1460 | 2024-02-14T20:23:57.036Z | Compiling tinyvec v1.6.0 |
1461 | 2024-02-14T20:23:57.193Z | Compiling futures-channel v0.3.30 |
1462 | 2024-02-14T20:23:57.456Z | Compiling tracing-core v0.1.31 |
1463 | 2024-02-14T20:23:57.658Z | Compiling crossbeam-epoch v0.9.15 |
1464 | 2024-02-14T20:23:57.675Z | Compiling num-integer v0.1.45 |
1465 | 2024-02-14T20:23:57.779Z | Compiling winnow v0.5.15 |
1466 | 2024-02-14T20:23:57.966Z | Compiling pin-utils v0.1.0 |
1467 | 2024-02-14T20:23:58.057Z | Compiling futures-io v0.3.30 |
1468 | 2024-02-14T20:23:58.083Z | Compiling slog v2.7.0 |
1469 | 2024-02-14T20:23:58.502Z | Compiling rustix v0.37.23 |
1470 | 2024-02-14T20:23:58.755Z | Compiling futures-task v0.3.30 |
1471 | 2024-02-14T20:23:59.090Z | Compiling unicode-normalization v0.1.22 |
1472 | 2024-02-14T20:23:59.387Z | Compiling serde_derive v1.0.196 |
1473 | 2024-02-14T20:23:59.393Z | Compiling zerocopy-derive v0.7.32 |
1474 | 2024-02-14T20:23:59.676Z | Compiling zeroize_derive v1.4.2 |
1475 | 2024-02-14T20:23:59.924Z | Compiling thiserror-impl v1.0.56 |
1476 | 2024-02-14T20:24:00.017Z | Compiling tokio-macros v2.2.0 |
1477 | 2024-02-14T20:24:00.491Z | Compiling futures-macro v0.3.30 |
1478 | 2024-02-14T20:24:01.050Z | Compiling tracing-attributes v0.1.26 |
1479 | 2024-02-14T20:24:01.329Z | Compiling zerocopy v0.7.32 |
1480 | 2024-02-14T20:24:01.388Z | Compiling zeroize v1.7.0 |
1481 | 2024-02-14T20:24:01.777Z | Compiling schemars_derive v0.8.16 |
1482 | 2024-02-14T20:24:02.741Z | Compiling pest v2.7.6 |
1483 | 2024-02-14T20:24:03.658Z | Compiling hashbrown v0.14.2 |
1484 | 2024-02-14T20:24:04.166Z | Compiling openssl-macros v0.1.1 |
1485 | 2024-02-14T20:24:05.020Z | Compiling zerocopy-derive v0.2.0 |
1486 | 2024-02-14T20:24:05.033Z | Compiling crypto-common v0.1.6 |
1487 | 2024-02-14T20:24:05.033Z | Compiling der_derive v0.7.2 |
1488 | 2024-02-14T20:24:05.130Z | Compiling pest_meta v2.7.6 |
1489 | 2024-02-14T20:24:05.281Z | Compiling tracing v0.1.37 |
1490 | 2024-02-14T20:24:05.400Z | Compiling block-buffer v0.10.4 |
1491 | 2024-02-14T20:24:05.642Z | Compiling hashbrown v0.13.2 |
1492 | 2024-02-14T20:24:05.864Z | Compiling futures-util v0.3.30 |
1493 | 2024-02-14T20:24:06.530Z | Compiling pest_generator v2.7.6 |
1494 | 2024-02-14T20:24:07.207Z | Compiling usdt-impl v0.3.5 |
1495 | 2024-02-14T20:24:08.508Z | Compiling anyhow v1.0.75 |
1496 | 2024-02-14T20:24:08.861Z | Compiling time-core v0.1.1 |
1497 | 2024-02-14T20:24:08.976Z | Compiling crc32fast v1.3.2 |
1498 | 2024-02-14T20:24:09.026Z | Compiling bitflags v1.3.2 |
1499 | 2024-02-14T20:24:09.140Z | Compiling unicode-bidi v0.3.13 |
1500 | 2024-02-14T20:24:09.304Z | Compiling pest_derive v2.7.6 |
1501 | 2024-02-14T20:24:10.034Z | Compiling time-macros v0.2.13 |
1502 | 2024-02-14T20:24:10.885Z | Compiling digest v0.10.7 |
1503 | 2024-02-14T20:24:11.108Z | Compiling scroll_derive v0.12.0 |
1504 | 2024-02-14T20:24:11.603Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1505 | 2024-02-14T20:24:12.042Z | Compiling aho-corasick v1.0.4 |
1506 | 2024-02-14T20:24:12.309Z | Compiling rustversion v1.0.14 |
1507 | 2024-02-14T20:24:12.384Z | Compiling signal-hook v0.3.17 |
1508 | 2024-02-14T20:24:12.445Z | Compiling regex-syntax v0.8.2 |
1509 | 2024-02-14T20:24:12.732Z | Compiling bytes v1.5.0 |
1510 | 2024-02-14T20:24:12.927Z | Compiling indexmap v2.2.2 |
1511 | 2024-02-14T20:24:13.313Z | Compiling uuid v1.7.0 |
1512 | 2024-02-14T20:24:13.965Z | Compiling tokio v1.36.0 |
1513 | 2024-02-14T20:24:14.024Z | Compiling chrono v0.4.31 |
1514 | 2024-02-14T20:24:14.366Z | Compiling bitflags v2.4.0 |
1515 | 2024-02-14T20:24:17.596Z | Compiling toml_datetime v0.6.5 |
1516 | 2024-02-14T20:24:18.018Z | Compiling serde_spanned v0.6.5 |
1517 | 2024-02-14T20:24:18.182Z | Compiling toml_edit v0.19.15 |
1518 | 2024-02-14T20:24:18.243Z | Compiling rustc_version v0.4.0 |
1519 | 2024-02-14T20:24:18.604Z | Compiling http v0.2.11 |
1520 | 2024-02-14T20:24:18.878Z | Compiling heapless v0.7.16 |
1521 | 2024-02-14T20:24:19.718Z | Compiling untrusted v0.9.0 |
1522 | 2024-02-14T20:24:19.932Z | Compiling ppv-lite86 v0.2.17 |
1523 | 2024-02-14T20:24:20.293Z | Compiling async-trait v0.1.77 |
1524 | 2024-02-14T20:24:20.717Z | Compiling rand_chacha v0.3.1 |
1525 | 2024-02-14T20:24:20.846Z | Compiling regex-automata v0.4.4 |
1526 | 2024-02-14T20:24:22.060Z | Compiling zerocopy v0.3.0 |
1527 | 2024-02-14T20:24:22.604Z | Compiling errno v0.3.8 |
1528 | 2024-02-14T20:24:22.876Z | Compiling thread-id v4.2.0 |
1529 | 2024-02-14T20:24:24.096Z | Compiling strsim v0.10.0 |
1530 | 2024-02-14T20:24:25.180Z | Compiling regex v1.10.3 |
1531 | 2024-02-14T20:24:26.278Z | Compiling tokio-util v0.7.10 |
1532 | 2024-02-14T20:24:27.148Z | Compiling dof v0.1.5 |
1533 | 2024-02-14T20:24:27.822Z | Compiling rand v0.8.5 |
1534 | 2024-02-14T20:24:29.395Z | Compiling dtrace-parser v0.1.14 |
1535 | 2024-02-14T20:24:29.826Z | Compiling num-bigint v0.4.4 |
1536 | 2024-02-14T20:24:30.535Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2024-02-14T20:24:30.609Z | Compiling percent-encoding v2.3.1 |
1538 | 2024-02-14T20:24:30.655Z | Compiling untrusted v0.7.1 |
1539 | 2024-02-14T20:24:30.875Z | Compiling smoltcp v0.9.1 |
1540 | 2024-02-14T20:24:30.950Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1541 | 2024-02-14T20:24:31.042Z | Compiling base64ct v1.6.0 |
1542 | 2024-02-14T20:24:31.081Z | Compiling foreign-types v0.3.2 |
1543 | 2024-02-14T20:24:31.490Z | Compiling pem-rfc7468 v0.7.0 |
1544 | 2024-02-14T20:24:32.143Z | Compiling strum_macros v0.25.2 |
1545 | 2024-02-14T20:24:34.551Z | Compiling serde_tokenstream v0.1.7 |
1546 | 2024-02-14T20:24:35.066Z | Compiling hmac v0.12.1 |
1547 | 2024-02-14T20:24:35.304Z | Compiling lazy_static v1.4.0 |
1548 | 2024-02-14T20:24:35.431Z | Compiling socket2 v0.4.9 |
1549 | 2024-02-14T20:24:35.619Z | Compiling siphasher v0.3.11 |
1550 | 2024-02-14T20:24:35.685Z | Compiling unicode-segmentation v1.10.1 |
1551 | 2024-02-14T20:24:35.961Z | Compiling base64 v0.21.7 |
1552 | 2024-02-14T20:24:35.992Z | Compiling try-lock v0.2.4 |
1553 | 2024-02-14T20:24:36.143Z | Compiling adler v1.0.2 |
1554 | 2024-02-14T20:24:36.310Z | Compiling flagset v0.4.3 |
1555 | 2024-02-14T20:24:36.515Z | Compiling unicode-width v0.1.11 |
1556 | 2024-02-14T20:24:36.531Z | Compiling der v0.7.8 |
1557 | 2024-02-14T20:24:36.554Z | Compiling miniz_oxide v0.7.1 |
1558 | 2024-02-14T20:24:36.959Z | Compiling want v0.3.1 |
1559 | 2024-02-14T20:24:37.410Z | Compiling sct v0.7.0 |
1560 | 2024-02-14T20:24:37.734Z | Compiling rustls-webpki v0.101.7 |
1561 | 2024-02-14T20:24:37.759Z | Compiling form_urlencoded v1.2.1 |
1562 | 2024-02-14T20:24:37.947Z | Compiling h2 v0.3.24 |
1563 | 2024-02-14T20:24:38.089Z | Compiling http-body v0.4.5 |
1564 | 2024-02-14T20:24:38.350Z | Compiling hubpack_derive v0.1.1 |
1565 | 2024-02-14T20:24:38.500Z | Compiling zerocopy-derive v0.6.4 |
1566 | 2024-02-14T20:24:39.584Z | Compiling num-iter v0.1.43 |
1567 | 2024-02-14T20:24:39.906Z | Compiling usdt-impl v0.5.0 |
1568 | 2024-02-14T20:24:40.269Z | Compiling openssl-probe v0.1.5 |
1569 | 2024-02-14T20:24:40.379Z | Compiling stable_deref_trait v1.2.0 |
1570 | 2024-02-14T20:24:40.470Z | Compiling anstyle v1.0.2 |
1571 | 2024-02-14T20:24:40.552Z | Compiling httpdate v1.0.3 |
1572 | 2024-02-14T20:24:40.649Z | Compiling utf8parse v0.2.1 |
1573 | 2024-02-14T20:24:40.924Z | Compiling tower-service v0.3.2 |
1574 | 2024-02-14T20:24:40.930Z | Compiling cpufeatures v0.2.12 |
1575 | 2024-02-14T20:24:41.032Z | Compiling sha2 v0.10.8 |
1576 | 2024-02-14T20:24:41.065Z | Compiling anstyle-parse v0.2.1 |
1577 | 2024-02-14T20:24:41.798Z | Compiling spki v0.7.2 |
1578 | 2024-02-14T20:24:42.884Z | Compiling usdt-attr-macro v0.3.5 |
1579 | 2024-02-14T20:24:42.903Z | Compiling usdt-macro v0.3.5 |
1580 | 2024-02-14T20:24:44.508Z | Compiling openapiv3 v2.0.0 |
1581 | 2024-02-14T20:24:44.631Z | Compiling scroll v0.12.0 |
1582 | 2024-02-14T20:24:45.199Z | Compiling hyper v0.14.27 |
1583 | 2024-02-14T20:24:45.743Z | Compiling md-5 v0.10.5 |
1584 | 2024-02-14T20:24:45.977Z | Compiling idna v0.5.0 |
1585 | 2024-02-14T20:24:46.278Z | Compiling stringprep v0.1.3 |
1586 | 2024-02-14T20:24:47.433Z | Compiling diesel_table_macro_syntax v0.1.0 |
1587 | 2024-02-14T20:24:47.481Z | Compiling hash32 v0.2.1 |
1588 | 2024-02-14T20:24:47.816Z | Compiling anstyle-query v1.0.0 |
1589 | 2024-02-14T20:24:47.959Z | Compiling plain v0.2.3 |
1590 | 2024-02-14T20:24:48.017Z | Compiling fallible-iterator v0.2.0 |
1591 | 2024-02-14T20:24:48.124Z | Compiling colorchoice v1.0.0 |
1592 | 2024-02-14T20:24:48.289Z | Compiling gimli v0.28.0 |
1593 | 2024-02-14T20:24:48.948Z | Compiling postgres-protocol v0.6.6 |
1594 | 2024-02-14T20:24:49.355Z | Compiling anstream v0.5.0 |
1595 | 2024-02-14T20:24:49.958Z | Compiling goblin v0.8.0 |
1596 | 2024-02-14T20:24:51.405Z | Compiling diesel_derives v2.1.2 |
1597 | 2024-02-14T20:24:52.779Z | Compiling addr2line v0.21.0 |
1598 | 2024-02-14T20:24:54.599Z | Compiling url v2.5.0 |
1599 | 2024-02-14T20:24:55.532Z | Compiling tokio-rustls v0.24.1 |
1600 | 2024-02-14T20:24:56.276Z | Compiling tokio-native-tls v0.3.1 |
1601 | 2024-02-14T20:24:56.554Z | Compiling terminal_size v0.2.6 |
1602 | 2024-02-14T20:24:56.747Z | Compiling pkcs8 v0.10.2 |
1603 | 2024-02-14T20:24:57.281Z | Compiling phf_shared v0.11.2 |
1604 | 2024-02-14T20:24:58.352Z | Compiling serde_tokenstream v0.2.0 |
1605 | 2024-02-14T20:24:58.915Z | Compiling block-padding v0.3.3 |
1606 | 2024-02-14T20:24:59.150Z | Compiling enum-as-inner v0.5.1 |
1607 | 2024-02-14T20:24:59.261Z | Compiling clap_derive v4.4.2 |
1608 | 2024-02-14T20:24:59.486Z | Compiling serde_repr v0.1.16 |
1609 | 2024-02-14T20:25:00.523Z | Compiling ff v0.13.0 |
1610 | 2024-02-14T20:25:00.935Z | Compiling scheduled-thread-pool v0.2.7 |
1611 | 2024-02-14T20:25:00.935Z | Compiling object v0.32.1 |
1612 | 2024-02-14T20:25:02.945Z | Compiling pretty-hex v0.4.1 |
1613 | 2024-02-14T20:25:03.734Z | Compiling managed v0.8.0 |
1614 | 2024-02-14T20:25:04.062Z | Compiling bit-vec v0.6.3 |
1615 | 2024-02-14T20:25:04.641Z | Compiling ipnet v2.9.0 |
1616 | 2024-02-14T20:25:05.075Z | Compiling base16ct v0.2.0 |
1617 | 2024-02-14T20:25:05.351Z | Compiling deranged v0.3.8 |
1618 | 2024-02-14T20:25:05.372Z | Compiling regex-automata v0.1.10 |
1619 | 2024-02-14T20:25:05.798Z | Compiling matches v0.1.10 |
1620 | 2024-02-14T20:25:05.844Z | Compiling rustc-demangle v0.1.23 |
1621 | 2024-02-14T20:25:05.899Z | Compiling clap_lex v0.5.1 |
1622 | 2024-02-14T20:25:07.089Z | Compiling num_threads v0.1.6 |
1623 | 2024-02-14T20:25:07.246Z | Compiling time v0.3.27 |
1624 | 2024-02-14T20:25:08.157Z | Compiling clap_builder v4.4.2 |
1625 | 2024-02-14T20:25:09.760Z | Compiling idna v0.2.3 |
1626 | 2024-02-14T20:25:10.613Z | Compiling bstr v0.2.17 |
1627 | 2024-02-14T20:25:10.997Z | Compiling sec1 v0.7.3 |
1628 | 2024-02-14T20:25:12.078Z | Compiling dof v0.3.0 |
1629 | 2024-02-14T20:25:12.107Z | Compiling r2d2 v0.8.10 |
1630 | 2024-02-14T20:25:12.164Z | Compiling group v0.13.0 |
1631 | 2024-02-14T20:25:13.277Z | Compiling inout v0.1.3 |
1632 | 2024-02-14T20:25:13.867Z | Compiling phf v0.11.2 |
1633 | 2024-02-14T20:25:13.885Z | Compiling signal-hook-mio v0.2.3 |
1634 | 2024-02-14T20:25:13.933Z | Compiling hyper-tls v0.5.0 |
1635 | 2024-02-14T20:25:13.952Z | Compiling hyper-rustls v0.24.2 |
1636 | 2024-02-14T20:25:14.037Z | Compiling bzip2 v0.4.4 |
1637 | 2024-02-14T20:25:14.149Z | Compiling flate2 v1.0.28 |
1638 | 2024-02-14T20:25:14.292Z | Compiling postgres-types v0.2.6 |
1639 | 2024-02-14T20:25:14.325Z | Compiling zerocopy v0.6.4 |
1640 | 2024-02-14T20:25:14.697Z | Compiling hubpack v0.1.2 |
1641 | 2024-02-14T20:25:15.118Z | Compiling serde_urlencoded v0.7.1 |
1642 | 2024-02-14T20:25:15.159Z | Compiling rustls-pemfile v1.0.3 |
1643 | 2024-02-14T20:25:15.197Z | Compiling phf_shared v0.10.0 |
1644 | 2024-02-14T20:25:15.512Z | Compiling hkdf v0.12.4 |
1645 | 2024-02-14T20:25:15.635Z | Compiling ipnetwork v0.20.0 |
1646 | 2024-02-14T20:25:15.946Z | Compiling futures-executor v0.3.30 |
1647 | 2024-02-14T20:25:15.998Z | Compiling dtrace-parser v0.2.0 |
1648 | 2024-02-14T20:25:16.492Z | Compiling regress v0.7.1 |
1649 | 2024-02-14T20:25:16.563Z | Compiling crypto-bigint v0.5.2 |
1650 | 2024-02-14T20:25:16.961Z | Compiling float-cmp v0.9.0 |
1651 | 2024-02-14T20:25:17.185Z | Compiling encoding_rs v0.8.33 |
1652 | 2024-02-14T20:25:18.606Z | Compiling mime v0.3.17 |
1653 | 2024-02-14T20:25:18.990Z | Compiling predicates-core v1.0.6 |
1654 | 2024-02-14T20:25:19.293Z | Compiling normalize-line-endings v0.3.0 |
1655 | 2024-02-14T20:25:19.313Z | Compiling fixedbitset v0.4.2 |
1656 | 2024-02-14T20:25:19.429Z | Compiling either v1.9.0 |
1657 | 2024-02-14T20:25:19.711Z | Compiling whoami v1.4.1 |
1658 | 2024-02-14T20:25:19.807Z | Compiling static_assertions v1.1.0 |
1659 | 2024-02-14T20:25:19.915Z | Compiling webpki-roots v0.25.2 |
1660 | 2024-02-14T20:25:20.100Z | Compiling minimal-lexical v0.2.1 |
1661 | 2024-02-14T20:25:20.233Z | Compiling regex-automata v0.3.8 |
1662 | 2024-02-14T20:25:21.210Z | Compiling precomputed-hash v0.1.1 |
1663 | 2024-02-14T20:25:21.322Z | Compiling data-encoding v2.4.0 |
1664 | 2024-02-14T20:25:21.897Z | Compiling new_debug_unreachable v1.0.4 |
1665 | 2024-02-14T20:25:22.624Z | Compiling difflib v0.4.0 |
1666 | 2024-02-14T20:25:23.071Z | Compiling predicates v3.1.0 |
1667 | 2024-02-14T20:25:25.023Z | Compiling string_cache v0.8.7 |
1668 | 2024-02-14T20:25:25.059Z | Compiling bstr v1.6.0 |
1669 | 2024-02-14T20:25:26.531Z | Compiling trust-dns-proto v0.22.0 |
1670 | 2024-02-14T20:25:28.320Z | Compiling itertools v0.10.5 |
1671 | 2024-02-14T20:25:30.157Z | Compiling nom v7.1.3 |
1672 | 2024-02-14T20:25:30.198Z | Compiling reqwest v0.11.22 |
1673 | 2024-02-14T20:25:31.262Z | Compiling tokio-postgres v0.7.10 |
1674 | 2024-02-14T20:25:34.014Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1675 | 2024-02-14T20:25:34.389Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1676 | 2024-02-14T20:25:36.602Z | Compiling petgraph v0.6.4 |
1677 | 2024-02-14T20:25:37.261Z | Compiling elliptic-curve v0.13.8 |
1678 | 2024-02-14T20:25:41.306Z | Compiling futures v0.3.30 |
1679 | 2024-02-14T20:25:41.434Z | Compiling yasna v0.5.2 |
1680 | 2024-02-14T20:25:41.746Z | Compiling diesel v2.1.4 |
1681 | 2024-02-14T20:25:41.790Z | Compiling zip v0.6.6 |
1682 | 2024-02-14T20:25:42.198Z | Compiling crossterm v0.27.0 |
1683 | 2024-02-14T20:25:42.613Z | Compiling cipher v0.4.4 |
1684 | 2024-02-14T20:25:43.091Z | Compiling clap v4.4.3 |
1685 | 2024-02-14T20:25:43.144Z | Compiling similar v2.3.0 |
1686 | 2024-02-14T20:25:43.207Z | Compiling bit-set v0.5.3 |
1687 | 2024-02-14T20:25:43.327Z | Compiling usdt v0.3.5 |
1688 | 2024-02-14T20:25:43.615Z | Compiling console v0.15.8 |
1689 | 2024-02-14T20:25:45.215Z | Compiling tokio-stream v0.1.14 |
1690 | 2024-02-14T20:25:45.656Z | Compiling toml v0.7.8 |
1691 | 2024-02-14T20:25:46.007Z | Compiling hex v0.4.3 |
1692 | 2024-02-14T20:25:46.901Z | Compiling proc-macro-error-attr v1.0.4 |
1693 | 2024-02-14T20:25:47.398Z | Compiling lalrpop-util v0.19.12 |
1694 | 2024-02-14T20:25:47.730Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1695 | 2024-02-14T20:25:49.866Z | Compiling proc-macro-crate v1.3.1 |
1696 | 2024-02-14T20:25:51.021Z | Compiling proc-macro-error v1.0.4 |
1697 | 2024-02-14T20:25:51.055Z | Compiling camino v1.1.6 |
1698 | 2024-02-14T20:25:51.836Z | Compiling heapless v0.8.0 |
1699 | 2024-02-14T20:25:53.976Z | Compiling num_enum_derive v0.5.11 |
1700 | 2024-02-14T20:26:02.926Z | Compiling atty v0.2.14 |
1701 | 2024-02-14T20:26:03.515Z | Compiling hash32 v0.3.1 |
1702 | 2024-02-14T20:26:04.765Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1703 | 2024-02-14T20:26:05.279Z | Compiling smoltcp v0.11.0 |
1704 | 2024-02-14T20:26:06.163Z | Compiling rustls-pki-types v1.1.0 |
1705 | 2024-02-14T20:26:06.241Z | Compiling ident_case v1.0.1 |
1706 | 2024-02-14T20:26:06.448Z | Compiling darling_core v0.20.3 |
1707 | 2024-02-14T20:26:13.316Z | Compiling num_enum v0.5.11 |
1708 | 2024-02-14T20:26:24.147Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1709 | 2024-02-14T20:26:24.462Z | Compiling dirs-sys-next v0.1.2 |
1710 | 2024-02-14T20:26:24.873Z | Compiling rustls v0.22.2 |
1711 | 2024-02-14T20:26:25.781Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1712 | 2024-02-14T20:26:26.869Z | Compiling cobs v0.2.3 |
1713 | 2024-02-14T20:26:26.932Z | Compiling embedded-io v0.4.0 |
1714 | 2024-02-14T20:26:29.142Z | Compiling postcard v1.0.8 |
1715 | 2024-02-14T20:26:37.693Z | Compiling dirs-next v2.0.0 |
1716 | 2024-02-14T20:26:43.690Z | Compiling darling_macro v0.20.3 |
1717 | 2024-02-14T20:26:45.137Z | Compiling rustls-webpki v0.102.1 |
1718 | 2024-02-14T20:26:48.409Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1719 | 2024-02-14T20:26:50.967Z | Compiling getopts v0.2.21 |
1720 | 2024-02-14T20:26:51.862Z | Compiling structmeta-derive v0.3.0 |
1721 | 2024-02-14T20:26:52.682Z | Compiling foreign-types-macros v0.2.3 |
1722 | 2024-02-14T20:26:53.843Z | Compiling thread_local v1.1.7 |
1723 | 2024-02-14T20:26:53.917Z | Compiling multer v3.0.0 |
1724 | 2024-02-14T20:26:54.119Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1725 | 2024-02-14T20:26:54.522Z | Compiling unsafe-libyaml v0.2.10 |
1726 | 2024-02-14T20:26:54.618Z | Compiling slog-async v2.8.0 |
1727 | 2024-02-14T20:26:54.742Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1728 | 2024-02-14T20:26:55.012Z | Compiling foreign-types-shared v0.3.1 |
1729 | 2024-02-14T20:26:55.077Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1730 | 2024-02-14T20:26:55.198Z | Compiling paste v1.0.14 |
1731 | 2024-02-14T20:26:55.568Z | Compiling rayon-core v1.12.0 |
1732 | 2024-02-14T20:26:56.283Z | Compiling match_cfg v0.1.0 |
1733 | 2024-02-14T20:26:56.387Z | Compiling hostname v0.3.1 |
1734 | 2024-02-14T20:27:00.361Z | Compiling serde_yaml v0.9.25 |
1735 | 2024-02-14T20:27:02.350Z | Compiling foreign-types v0.5.0 |
1736 | 2024-02-14T20:27:02.626Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1737 | 2024-02-14T20:27:04.267Z | Compiling structmeta v0.3.0 |
1738 | 2024-02-14T20:27:04.767Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1739 | 2024-02-14T20:27:06.545Z | Compiling darling v0.20.3 |
1740 | 2024-02-14T20:27:14.311Z | Compiling term v0.7.0 |
1741 | 2024-02-14T20:27:16.040Z | Compiling slog-json v2.6.1 |
1742 | 2024-02-14T20:27:16.413Z | Compiling toml_edit v0.22.4 |
1743 | 2024-02-14T20:27:16.567Z | Compiling crossbeam-deque v0.8.3 |
1744 | 2024-02-14T20:27:16.608Z | Compiling is-terminal v0.4.9 |
1745 | 2024-02-14T20:27:16.970Z | Compiling strum v0.25.0 |
1746 | 2024-02-14T20:27:17.466Z | Compiling crossbeam-channel v0.5.8 |
1747 | 2024-02-14T20:27:19.004Z | Compiling http v1.0.0 |
1748 | 2024-02-14T20:27:19.247Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1749 | 2024-02-14T20:27:20.073Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1750 | 2024-02-14T20:27:20.180Z | Compiling async-stream-impl v0.3.5 |
1751 | 2024-02-14T20:27:20.953Z | Compiling cstr-argument v0.1.2 |
1752 | 2024-02-14T20:27:21.220Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1753 | 2024-02-14T20:27:21.709Z | Compiling crucible-workspace-hack v0.1.0 |
1754 | 2024-02-14T20:27:21.710Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1755 | 2024-02-14T20:27:21.710Z | Compiling fastrand v2.0.1 |
1756 | 2024-02-14T20:27:21.865Z | Compiling take_mut v0.2.2 |
1757 | 2024-02-14T20:27:22.363Z | Compiling pretty-hex v0.2.1 |
1758 | 2024-02-14T20:27:22.449Z | Compiling atomic-waker v1.1.1 |
1759 | 2024-02-14T20:27:22.611Z | Compiling waitgroup v0.1.2 |
1760 | 2024-02-14T20:27:22.673Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1761 | 2024-02-14T20:27:22.870Z | Compiling tempfile v3.10.0 |
1762 | 2024-02-14T20:27:24.333Z | Compiling async-stream v0.3.5 |
1763 | 2024-02-14T20:27:24.653Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1764 | 2024-02-14T20:27:25.288Z | Compiling toml v0.8.10 |
1765 | 2024-02-14T20:27:27.111Z | Compiling colored v2.0.4 |
1766 | 2024-02-14T20:27:28.157Z | Compiling slog-bunyan v2.5.0 |
1767 | 2024-02-14T20:27:28.525Z | Compiling slog-term v2.9.0 |
1768 | 2024-02-14T20:27:28.542Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1769 | 2024-02-14T20:27:29.986Z | Compiling tokio-rustls v0.25.0 |
1770 | 2024-02-14T20:27:30.488Z | Compiling serde_with_macros v3.6.0 |
1771 | 2024-02-14T20:27:31.078Z | Compiling parse-display-derive v0.9.0 |
1772 | 2024-02-14T20:27:32.583Z | Compiling rustls-pemfile v2.0.0 |
1773 | 2024-02-14T20:27:33.296Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1774 | 2024-02-14T20:27:33.315Z | Compiling sha1 v0.10.6 |
1775 | 2024-02-14T20:27:34.273Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1776 | 2024-02-14T20:27:34.841Z | Compiling textwrap v0.11.0 |
1777 | 2024-02-14T20:27:34.991Z | Compiling heck v0.3.3 |
1778 | 2024-02-14T20:27:35.367Z | Compiling serde_path_to_error v0.1.15 |
1779 | 2024-02-14T20:27:35.909Z | Compiling instant v0.1.12 |
1780 | 2024-02-14T20:27:36.089Z | Compiling ansi_term v0.12.1 |
1781 | 2024-02-14T20:27:36.370Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1782 | 2024-02-14T20:27:36.377Z | Compiling debug-ignore v1.0.5 |
1783 | 2024-02-14T20:27:36.545Z | Compiling vec_map v0.8.2 |
1784 | 2024-02-14T20:27:36.781Z | Compiling libefi-sys v0.1.0 |
1785 | 2024-02-14T20:27:36.891Z | Compiling strsim v0.8.0 |
1786 | 2024-02-14T20:27:37.008Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1787 | 2024-02-14T20:27:37.136Z | Compiling clap v2.34.0 |
1788 | 2024-02-14T20:27:39.263Z | Compiling backoff v0.4.0 |
1789 | 2024-02-14T20:27:39.649Z | Compiling structopt-derive v0.4.18 |
1790 | 2024-02-14T20:27:40.084Z | Compiling parse-display v0.9.0 |
1791 | 2024-02-14T20:27:41.482Z | Compiling serde_with v3.6.0 |
1792 | 2024-02-14T20:27:42.034Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1793 | 2024-02-14T20:27:42.756Z | Compiling rayon v1.8.0 |
1794 | 2024-02-14T20:27:44.356Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1795 | 2024-02-14T20:27:44.701Z | Compiling camino-tempfile v1.1.1 |
1796 | 2024-02-14T20:27:45.493Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1797 | 2024-02-14T20:27:46.029Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1798 | 2024-02-14T20:27:46.214Z | Compiling zone_cfg_derive v0.3.0 |
1799 | 2024-02-14T20:27:46.232Z | Compiling macaddr v1.0.1 |
1800 | 2024-02-14T20:27:46.935Z | Compiling num-derive v0.4.0 |
1801 | 2024-02-14T20:27:47.667Z | Compiling blake3 v1.5.0 |
1802 | 2024-02-14T20:27:48.290Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1803 | 2024-02-14T20:27:48.582Z | Compiling portable-atomic v1.4.3 |
1804 | 2024-02-14T20:27:49.288Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1805 | 2024-02-14T20:27:49.299Z | Compiling zone v0.3.0 |
1806 | 2024-02-14T20:27:49.522Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1807 | 2024-02-14T20:27:50.068Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1808 | 2024-02-14T20:27:51.058Z | Compiling structopt v0.3.26 |
1809 | 2024-02-14T20:27:52.064Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1810 | 2024-02-14T20:27:52.155Z | Compiling smf v0.2.2 |
1811 | 2024-02-14T20:27:53.087Z | Compiling memmap2 v0.7.1 |
1812 | 2024-02-14T20:27:53.263Z | Compiling filetime v0.2.23 |
1813 | 2024-02-14T20:27:53.296Z | Compiling xattr v1.0.1 |
1814 | 2024-02-14T20:27:53.580Z | Compiling arrayref v0.3.7 |
1815 | 2024-02-14T20:27:53.635Z | Compiling arrayvec v0.7.4 |
1816 | 2024-02-14T20:27:53.656Z | Compiling same-file v1.0.6 |
1817 | 2024-02-14T20:27:53.686Z | Compiling constant_time_eq v0.3.0 |
1818 | 2024-02-14T20:27:53.872Z | Compiling walkdir v2.4.0 |
1819 | 2024-02-14T20:27:53.968Z | Compiling tar v0.4.40 |
1820 | 2024-02-14T20:27:55.578Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1821 | 2024-02-14T20:27:56.116Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1822 | 2024-02-14T20:27:56.131Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1823 | 2024-02-14T20:27:58.925Z | Compiling gethostname v0.4.3 |
1824 | 2024-02-14T20:27:59.053Z | Compiling topological-sort v0.2.2 |
1825 | 2024-02-14T20:27:59.196Z | Compiling number_prefix v0.4.0 |
1826 | 2024-02-14T20:27:59.313Z | Compiling omicron-zone-package v0.11.0 |
1827 | 2024-02-14T20:27:59.487Z | Compiling indicatif v0.17.7 |
1828 | 2024-02-14T20:27:59.755Z | Compiling swrite v0.1.0 |
1829 | 2024-02-14T20:28:07.034Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1830 | 2024-02-14T20:28:09.505Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1831 | 2024-02-14T20:28:11.871Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1832 | 2024-02-14T20:28:29.503Z | Finished release [optimized] target(s) in 5m 08s |
1833 | 2024-02-14T20:28:29.703Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1834 | 2024-02-14T20:28:29.756Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1835 | 2024-02-14T20:28:29.760Z | Created new build target 'test' and set it as active |
1836 | 2024-02-14T20:28:29.761Z | |
1837 | 2024-02-14T20:28:29.761Z | real 5:08.606586954 |
1838 | 2024-02-14T20:28:29.761Z | user 32:48.742469674 |
1839 | 2024-02-14T20:28:29.761Z | sys 3:45.817336577 |
1840 | 2024-02-14T20:28:29.761Z | trap 0.926919231 |
1841 | 2024-02-14T20:28:29.761Z | tflt 5.693790292 |
1842 | 2024-02-14T20:28:29.761Z | dflt 2.839105058 |
1843 | 2024-02-14T20:28:29.761Z | kflt 0.092007126 |
1844 | 2024-02-14T20:28:29.761Z | lock 1:09:30.318293399 |
1845 | 2024-02-14T20:28:29.761Z | slp 1:33:06.489765958 |
1846 | 2024-02-14T20:28:29.761Z | lat 2:03.751902207 |
1847 | 2024-02-14T20:28:29.762Z | stop 3:20.082511712 |
1848 | 2024-02-14T20:28:29.762Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1849 | 2024-02-14T20:28:30.425Z | Finished release [optimized] target(s) in 0.61s |
1850 | 2024-02-14T20:28:30.444Z | Running `target/release/omicron-package -t test package` |
1851 | 2024-02-14T20:28:30.473Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1852 | 2024-02-14T20:28:31.189Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1853 | 2024-02-14T20:28:31.210Z | Compiling linked-hash-map v0.5.6 |
1854 | 2024-02-14T20:28:31.210Z | Compiling usdt-attr-macro v0.5.0 |
1855 | 2024-02-14T20:28:31.211Z | Compiling usdt-macro v0.5.0 |
1856 | 2024-02-14T20:28:31.248Z | Compiling memmap v0.7.0 |
1857 | 2024-02-14T20:28:31.253Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1858 | 2024-02-14T20:28:31.254Z | Compiling password-hash v0.5.0 |
1859 | 2024-02-14T20:28:31.254Z | Compiling blake2 v0.10.6 |
1860 | 2024-02-14T20:28:31.688Z | Compiling lru-cache v0.1.2 |
1861 | 2024-02-14T20:28:31.875Z | Compiling argon2 v0.5.3 |
1862 | 2024-02-14T20:28:32.523Z | Compiling semver v0.1.20 |
1863 | 2024-02-14T20:28:32.640Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1864 | 2024-02-14T20:28:32.683Z | Compiling usdt v0.5.0 |
1865 | 2024-02-14T20:28:33.085Z | Compiling rustc_version v0.1.7 |
1866 | 2024-02-14T20:28:33.189Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1867 | 2024-02-14T20:28:33.435Z | Compiling newtype_derive v0.1.6 |
1868 | 2024-02-14T20:28:33.440Z | Compiling rayon-core v1.12.0 |
1869 | 2024-02-14T20:28:33.456Z | Compiling crossbeam-deque v0.8.3 |
1870 | 2024-02-14T20:28:33.594Z | Compiling fastrand v2.0.1 |
1871 | 2024-02-14T20:28:33.727Z | Compiling quick-error v1.2.3 |
1872 | 2024-02-14T20:28:33.781Z | Compiling same-file v1.0.6 |
1873 | 2024-02-14T20:28:33.848Z | Compiling resolv-conf v0.7.0 |
1874 | 2024-02-14T20:28:33.977Z | Compiling walkdir v2.4.0 |
1875 | 2024-02-14T20:28:34.052Z | Compiling tempfile v3.10.0 |
1876 | 2024-02-14T20:28:34.547Z | Compiling itertools v0.12.1 |
1877 | 2024-02-14T20:28:34.566Z | Compiling camino v1.1.6 |
1878 | 2024-02-14T20:28:34.613Z | Compiling semver-parser v0.10.2 |
1879 | 2024-02-14T20:28:34.778Z | Compiling slog-dtrace v0.3.0 |
1880 | 2024-02-14T20:28:35.150Z | Compiling rayon v1.8.0 |
1881 | 2024-02-14T20:28:35.553Z | Compiling semver v0.11.0 |
1882 | 2024-02-14T20:28:35.673Z | Compiling blake3 v1.5.0 |
1883 | 2024-02-14T20:28:36.199Z | Compiling trust-dns-resolver v0.22.0 |
1884 | 2024-02-14T20:28:36.300Z | Compiling nibble_vec v0.1.0 |
1885 | 2024-02-14T20:28:36.515Z | Compiling filetime v0.2.23 |
1886 | 2024-02-14T20:28:36.723Z | Compiling memmap2 v0.7.1 |
1887 | 2024-02-14T20:28:36.790Z | Compiling xattr v1.0.1 |
1888 | 2024-02-14T20:28:36.973Z | Compiling arrayref v0.3.7 |
1889 | 2024-02-14T20:28:37.066Z | Compiling arrayvec v0.7.4 |
1890 | 2024-02-14T20:28:37.091Z | Compiling constant_time_eq v0.3.0 |
1891 | 2024-02-14T20:28:37.230Z | Compiling home v0.5.5 |
1892 | 2024-02-14T20:28:37.391Z | Compiling endian-type v0.1.2 |
1893 | 2024-02-14T20:28:37.420Z | Compiling toolchain_find v0.2.0 |
1894 | 2024-02-14T20:28:37.609Z | Compiling radix_trie v0.2.1 |
1895 | 2024-02-14T20:28:37.928Z | Compiling tar v0.4.40 |
1896 | 2024-02-14T20:28:37.957Z | Compiling camino-tempfile v1.1.1 |
1897 | 2024-02-14T20:28:38.361Z | Compiling steno v0.4.0 |
1898 | 2024-02-14T20:28:38.653Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1899 | 2024-02-14T20:28:38.702Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1900 | 2024-02-14T20:28:39.102Z | Compiling toml_edit v0.22.4 |
1901 | 2024-02-14T20:28:39.715Z | Compiling toml v0.5.11 |
1902 | 2024-02-14T20:28:40.076Z | Compiling num-rational v0.4.1 |
1903 | 2024-02-14T20:28:40.396Z | Compiling radium v0.7.0 |
1904 | 2024-02-14T20:28:40.842Z | Compiling topological-sort v0.2.2 |
1905 | 2024-02-14T20:28:41.064Z | Compiling omicron-zone-package v0.11.0 |
1906 | 2024-02-14T20:28:41.371Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1907 | 2024-02-14T20:28:41.586Z | Compiling rustfmt-wrapper v0.2.0 |
1908 | 2024-02-14T20:28:42.162Z | Compiling toml v0.8.10 |
1909 | 2024-02-14T20:28:43.014Z | Compiling tap v1.0.1 |
1910 | 2024-02-14T20:28:43.202Z | Compiling cancel-safe-futures v0.1.5 |
1911 | 2024-02-14T20:28:43.557Z | Compiling maybe-uninit v2.0.0 |
1912 | 2024-02-14T20:28:43.807Z | Compiling wyz v0.5.1 |
1913 | 2024-02-14T20:28:44.822Z | Compiling num-complex v0.4.4 |
1914 | 2024-02-14T20:28:46.025Z | Compiling packed_struct v0.10.1 |
1915 | 2024-02-14T20:28:46.197Z | Compiling num-bigint-dig v0.8.4 |
1916 | 2024-02-14T20:28:46.459Z | Compiling crc-catalog v2.2.0 |
1917 | 2024-02-14T20:28:46.523Z | Compiling funty v2.0.0 |
1918 | 2024-02-14T20:28:46.600Z | Compiling crc v3.0.1 |
1919 | 2024-02-14T20:28:46.704Z | Compiling num v0.4.1 |
1920 | 2024-02-14T20:28:46.835Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1921 | 2024-02-14T20:28:47.311Z | Compiling fxhash v0.2.1 |
1922 | 2024-02-14T20:28:47.503Z | Compiling packed_struct_codegen v0.10.1 |
1923 | 2024-02-14T20:28:47.533Z | Compiling indexmap v1.9.3 |
1924 | 2024-02-14T20:28:47.864Z | Compiling bitvec v1.0.1 |
1925 | 2024-02-14T20:28:47.895Z | Compiling utf-8 v0.7.6 |
1926 | 2024-02-14T20:28:48.293Z | Compiling nodrop v0.1.14 |
1927 | 2024-02-14T20:28:48.411Z | Compiling array-init v0.0.4 |
1928 | 2024-02-14T20:28:49.518Z | Compiling tungstenite v0.20.1 |
1929 | 2024-02-14T20:28:49.707Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1930 | 2024-02-14T20:28:50.122Z | Compiling smallvec v0.6.14 |
1931 | 2024-02-14T20:28:50.559Z | Compiling pkcs1 v0.7.5 |
1932 | 2024-02-14T20:28:54.404Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1933 | 2024-02-14T20:28:55.265Z | Compiling signature v2.1.0 |
1934 | 2024-02-14T20:28:55.502Z | Compiling half v2.3.1 |
1935 | 2024-02-14T20:28:56.285Z | Compiling unicase v2.7.0 |
1936 | 2024-02-14T20:28:56.622Z | Compiling hashbrown v0.12.3 |
1937 | 2024-02-14T20:28:57.146Z | Compiling bitfield v0.14.0 |
1938 | 2024-02-14T20:28:57.440Z | Compiling ciborium-io v0.2.2 |
1939 | 2024-02-14T20:28:57.579Z | Compiling termcolor v1.2.0 |
1940 | 2024-02-14T20:28:58.670Z | Compiling env_logger v0.10.0 |
1941 | 2024-02-14T20:28:58.909Z | Compiling ciborium-ll v0.2.2 |
1942 | 2024-02-14T20:28:58.975Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1943 | 2024-02-14T20:28:59.494Z | Compiling rsa v0.9.2 |
1944 | 2024-02-14T20:29:02.453Z | Compiling tokio-tungstenite v0.20.1 |
1945 | 2024-02-14T20:29:02.472Z | Compiling serde-hex v0.1.0 |
1946 | 2024-02-14T20:29:03.083Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1947 | 2024-02-14T20:29:03.407Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1948 | 2024-02-14T20:29:04.834Z | Compiling x509-cert v0.2.4 |
1949 | 2024-02-14T20:29:04.851Z | Compiling ron v0.8.1 |
1950 | 2024-02-14T20:29:07.980Z | Compiling crc-any v2.4.3 |
1951 | 2024-02-14T20:29:08.933Z | Compiling arc-swap v1.6.0 |
1952 | 2024-02-14T20:29:09.635Z | Compiling display-error-chain v0.2.0 |
1953 | 2024-02-14T20:29:09.819Z | Compiling slog-scope v4.4.0 |
1954 | 2024-02-14T20:29:10.724Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1955 | 2024-02-14T20:29:11.185Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1956 | 2024-02-14T20:29:12.506Z | Compiling ciborium v0.2.2 |
1957 | 2024-02-14T20:29:14.652Z | Compiling object v0.30.4 |
1958 | 2024-02-14T20:29:17.749Z | Compiling libsw v3.3.1 |
1959 | 2024-02-14T20:29:18.083Z | Compiling derive-where v1.2.7 |
1960 | 2024-02-14T20:29:18.506Z | Compiling owo-colors v4.0.0 |
1961 | 2024-02-14T20:29:21.337Z | Compiling parking_lot_core v0.8.6 |
1962 | 2024-02-14T20:29:21.727Z | Compiling linear-map v1.2.0 |
1963 | 2024-02-14T20:29:21.757Z | Compiling path-slash v0.1.5 |
1964 | 2024-02-14T20:29:21.982Z | Compiling slog-stdlog v4.1.1 |
1965 | 2024-02-14T20:29:22.106Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1966 | 2024-02-14T20:29:22.917Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1967 | 2024-02-14T20:29:25.967Z | Compiling dirs-sys-next v0.1.2 |
1968 | 2024-02-14T20:29:26.459Z | Compiling glob v0.3.1 |
1969 | 2024-02-14T20:29:27.315Z | Compiling convert_case v0.4.0 |
1970 | 2024-02-14T20:29:28.102Z | Compiling crunchy v0.2.2 |
1971 | 2024-02-14T20:29:28.587Z | Compiling derive_more v0.99.17 |
1972 | 2024-02-14T20:29:29.715Z | Compiling clang-sys v1.6.1 |
1973 | 2024-02-14T20:29:30.390Z | Compiling dirs-next v2.0.0 |
1974 | 2024-02-14T20:29:30.608Z | Compiling slog-envlogger v2.2.0 |
1975 | 2024-02-14T20:29:31.856Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1976 | 2024-02-14T20:29:32.531Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1977 | 2024-02-14T20:29:33.308Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1978 | 2024-02-14T20:29:34.442Z | Compiling prettyplease v0.2.16 |
1979 | 2024-02-14T20:29:34.757Z | Compiling platforms v3.0.2 |
1980 | 2024-02-14T20:29:35.096Z | Compiling tiny-keccak v2.0.2 |
1981 | 2024-02-14T20:29:35.457Z | Compiling parking_lot v0.11.2 |
1982 | 2024-02-14T20:29:35.972Z | Compiling mime_guess v2.0.4 |
1983 | 2024-02-14T20:29:37.179Z | Compiling term v0.7.0 |
1984 | 2024-02-14T20:29:37.908Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1985 | 2024-02-14T20:29:38.657Z | Compiling trust-dns-client v0.22.0 |
1986 | 2024-02-14T20:29:39.906Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1987 | 2024-02-14T20:29:40.206Z | Compiling darling_core v0.14.4 |
1988 | 2024-02-14T20:29:45.134Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1989 | 2024-02-14T20:29:45.539Z | Compiling pem v3.0.2 |
1990 | 2024-02-14T20:29:47.173Z | Compiling darling_macro v0.14.4 |
1991 | 2024-02-14T20:29:48.728Z | Compiling trust-dns-server v0.22.1 |
1992 | 2024-02-14T20:29:49.647Z | Compiling ascii-canvas v3.0.0 |
1993 | 2024-02-14T20:29:49.820Z | Compiling sled v0.34.7 |
1994 | 2024-02-14T20:29:50.677Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1995 | 2024-02-14T20:29:55.688Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1996 | 2024-02-14T20:29:55.905Z | Compiling is-terminal v0.4.9 |
1997 | 2024-02-14T20:29:56.029Z | Compiling ena v0.14.2 |
1998 | 2024-02-14T20:29:56.447Z | Compiling vte_generate_state_changes v0.1.1 |
1999 | 2024-02-14T20:29:56.914Z | Compiling libloading v0.7.4 |
2000 | 2024-02-14T20:29:57.065Z | Compiling bindgen v0.69.2 |
2001 | 2024-02-14T20:29:57.243Z | Compiling diff v0.1.13 |
2002 | 2024-02-14T20:29:57.517Z | Compiling regex-syntax v0.6.29 |
2003 | 2024-02-14T20:30:03.289Z | Compiling lalrpop v0.19.12 |
2004 | 2024-02-14T20:30:04.609Z | Compiling vte v0.11.1 |
2005 | 2024-02-14T20:30:06.641Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2006 | 2024-02-14T20:30:09.457Z | Compiling curve25519-dalek v4.1.1 |
2007 | 2024-02-14T20:30:11.424Z | Compiling darling v0.14.4 |
2008 | 2024-02-14T20:30:11.687Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2009 | 2024-02-14T20:30:14.254Z | Compiling cexpr v0.6.0 |
2010 | 2024-02-14T20:30:15.775Z | Compiling which v4.4.0 |
2011 | 2024-02-14T20:30:16.278Z | Compiling kstat-rs v0.2.3 |
2012 | 2024-02-14T20:30:17.540Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2013 | 2024-02-14T20:30:18.315Z | Compiling memoffset v0.7.1 |
2014 | 2024-02-14T20:30:18.625Z | Compiling bytecount v0.6.3 |
2015 | 2024-02-14T20:30:18.948Z | Compiling rustc-hash v1.1.0 |
2016 | 2024-02-14T20:30:19.099Z | Compiling shlex v1.3.0 |
2017 | 2024-02-14T20:30:19.484Z | Compiling doc-comment v0.3.3 |
2018 | 2024-02-14T20:30:19.995Z | Compiling buf-list v1.0.3 |
2019 | 2024-02-14T20:30:20.557Z | Compiling lazycell v1.3.0 |
2020 | 2024-02-14T20:30:20.774Z | Compiling peeking_take_while v0.1.2 |
2021 | 2024-02-14T20:30:20.951Z | Compiling keccak v0.1.4 |
2022 | 2024-02-14T20:30:21.700Z | Compiling sha3 v0.10.8 |
2023 | 2024-02-14T20:30:22.811Z | Compiling papergrid v0.11.0 |
2024 | 2024-02-14T20:30:25.920Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2025 | 2024-02-14T20:30:26.131Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2026 | 2024-02-14T20:30:26.365Z | Compiling derive_builder_core v0.12.0 |
2027 | 2024-02-14T20:30:28.708Z | Compiling strip-ansi-escapes v0.2.0 |
2028 | 2024-02-14T20:30:29.472Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2029 | 2024-02-14T20:30:32.113Z | Compiling polar-core v0.27.0 |
2030 | 2024-02-14T20:30:33.616Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2031 | 2024-02-14T20:30:34.801Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2032 | 2024-02-14T20:30:35.776Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2033 | 2024-02-14T20:30:36.040Z | Compiling tabled_derive v0.7.0 |
2034 | 2024-02-14T20:30:36.543Z | Compiling fd-lock v4.0.2 |
2035 | 2024-02-14T20:30:36.753Z | Compiling fd-lock v3.0.13 |
2036 | 2024-02-14T20:30:36.974Z | Compiling headers-core v0.2.0 |
2037 | 2024-02-14T20:30:37.150Z | Compiling universal-hash v0.5.1 |
2038 | 2024-02-14T20:30:37.370Z | Compiling nix v0.27.1 |
2039 | 2024-02-14T20:30:38.322Z | Compiling secrecy v0.8.0 |
2040 | 2024-02-14T20:30:38.593Z | Compiling libxml v0.3.3 |
2041 | 2024-02-14T20:30:38.922Z | Compiling pin-project-internal v1.1.3 |
2042 | 2024-02-14T20:30:38.971Z | Compiling curve25519-dalek-derive v0.1.0 |
2043 | 2024-02-14T20:30:40.381Z | Compiling sqlparser_derive v0.2.2 |
2044 | 2024-02-14T20:30:41.435Z | Compiling thiserror-impl-no-std v2.0.2 |
2045 | 2024-02-14T20:30:41.448Z | Compiling ref-cast v1.0.20 |
2046 | 2024-02-14T20:30:41.463Z | Compiling nu-ansi-term v0.49.0 |
2047 | 2024-02-14T20:30:41.940Z | Compiling opaque-debug v0.3.0 |
2048 | 2024-02-14T20:30:42.066Z | Compiling unicode_categories v0.1.1 |
2049 | 2024-02-14T20:30:42.072Z | Compiling poly1305 v0.8.0 |
2050 | 2024-02-14T20:30:42.413Z | Compiling sqlformat v0.2.3 |
2051 | 2024-02-14T20:30:42.471Z | Compiling rustyline v13.0.0 |
2052 | 2024-02-14T20:30:42.875Z | Compiling reedline v0.28.0 |
2053 | 2024-02-14T20:30:43.677Z | Compiling pin-project v1.1.3 |
2054 | 2024-02-14T20:30:43.804Z | Compiling sqlparser v0.43.1 |
2055 | 2024-02-14T20:30:44.251Z | Compiling thiserror-no-std v2.0.2 |
2056 | 2024-02-14T20:30:44.390Z | Compiling tabled v0.15.0 |
2057 | 2024-02-14T20:30:50.772Z | Compiling headers v0.3.9 |
2058 | 2024-02-14T20:30:51.316Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2059 | 2024-02-14T20:30:52.979Z | Compiling derive_builder_macro v0.12.0 |
2060 | 2024-02-14T20:30:55.777Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2061 | 2024-02-14T20:30:56.220Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2062 | 2024-02-14T20:30:56.584Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2063 | 2024-02-14T20:30:56.887Z | Compiling chacha20 v0.9.1 |
2064 | 2024-02-14T20:30:57.371Z | Compiling aead v0.5.2 |
2065 | 2024-02-14T20:30:57.733Z | Compiling strum_macros v0.24.3 |
2066 | 2024-02-14T20:31:01.300Z | Compiling bcs v0.1.6 |
2067 | 2024-02-14T20:31:02.197Z | Compiling snafu-derive v0.7.5 |
2068 | 2024-02-14T20:31:03.472Z | Compiling ref-cast-impl v1.0.20 |
2069 | 2024-02-14T20:31:03.883Z | Compiling fs-err v2.11.0 |
2070 | 2024-02-14T20:31:04.207Z | Compiling cookie v0.18.0 |
2071 | 2024-02-14T20:31:04.540Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2072 | 2024-02-14T20:31:04.560Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2073 | 2024-02-14T20:31:04.686Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2074 | 2024-02-14T20:31:04.872Z | Compiling signature v1.6.4 |
2075 | 2024-02-14T20:31:04.897Z | Compiling indoc v1.0.9 |
2076 | 2024-02-14T20:31:05.024Z | Compiling salty v0.2.0 |
2077 | 2024-02-14T20:31:05.024Z | Compiling highway v1.1.0 |
2078 | 2024-02-14T20:31:05.516Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2079 | 2024-02-14T20:31:06.457Z | Compiling ed25519 v1.5.3 |
2080 | 2024-02-14T20:31:07.207Z | Compiling chacha20poly1305 v0.10.1 |
2081 | 2024-02-14T20:31:07.227Z | Compiling snafu v0.7.5 |
2082 | 2024-02-14T20:31:07.460Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2083 | 2024-02-14T20:31:08.723Z | Compiling derive_builder v0.12.0 |
2084 | 2024-02-14T20:31:09.050Z | Compiling vsss-rs v3.3.4 |
2085 | 2024-02-14T20:31:14.020Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2086 | 2024-02-14T20:31:14.780Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2087 | 2024-02-14T20:31:15.143Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2088 | 2024-02-14T20:31:15.454Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2089 | 2024-02-14T20:31:15.573Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2090 | 2024-02-14T20:31:15.636Z | Compiling globset v0.4.13 |
2091 | 2024-02-14T20:31:20.173Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2092 | 2024-02-14T20:31:20.922Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2093 | 2024-02-14T20:31:23.239Z | Compiling olpc-cjson v0.1.3 |
2094 | 2024-02-14T20:31:23.336Z | Compiling bb8 v0.8.3 |
2095 | 2024-02-14T20:31:23.789Z | Compiling quick-xml v0.30.0 |
2096 | 2024-02-14T20:31:23.815Z | Compiling serde-big-array v0.5.1 |
2097 | 2024-02-14T20:31:23.878Z | Compiling serde_plain v1.0.2 |
2098 | 2024-02-14T20:31:24.077Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2099 | 2024-02-14T20:31:24.410Z | Compiling async-recursion v1.0.5 |
2100 | 2024-02-14T20:31:24.413Z | Compiling oso-derive v0.27.0 |
2101 | 2024-02-14T20:31:24.680Z | Compiling impl-trait-for-tuples v0.2.2 |
2102 | 2024-02-14T20:31:24.956Z | Compiling http-range v0.1.5 |
2103 | 2024-02-14T20:31:25.453Z | Compiling typed-path v0.7.0 |
2104 | 2024-02-14T20:31:25.457Z | Compiling maplit v1.0.2 |
2105 | 2024-02-14T20:31:25.571Z | Compiling hyper-staticfile v0.9.5 |
2106 | 2024-02-14T20:31:27.825Z | Compiling tough v0.16.0 |
2107 | 2024-02-14T20:31:29.013Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2108 | 2024-02-14T20:31:32.758Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2109 | 2024-02-14T20:31:34.676Z | Compiling oso v0.27.0 |
2110 | 2024-02-14T20:31:36.815Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2111 | 2024-02-14T20:31:49.479Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2112 | 2024-02-14T20:32:05.051Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2113 | 2024-02-14T20:32:06.494Z | Compiling signal-hook-tokio v0.3.1 |
2114 | 2024-02-14T20:32:06.713Z | Compiling serde-big-array v0.4.1 |
2115 | 2024-02-14T20:32:06.879Z | Compiling parse-size v1.0.0 |
2116 | 2024-02-14T20:32:06.907Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2117 | 2024-02-14T20:32:07.139Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2118 | 2024-02-14T20:32:07.201Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2119 | 2024-02-14T20:32:08.484Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2120 | 2024-02-14T20:32:10.617Z | Compiling castaway v0.2.2 |
2121 | 2024-02-14T20:32:10.795Z | Compiling strum_macros v0.26.1 |
2122 | 2024-02-14T20:32:15.588Z | Compiling corncobs v0.1.3 |
2123 | 2024-02-14T20:32:16.025Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2124 | 2024-02-14T20:32:16.824Z | Compiling strum v0.26.1 |
2125 | 2024-02-14T20:32:17.013Z | Compiling compact_str v0.7.1 |
2126 | 2024-02-14T20:32:18.730Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2127 | 2024-02-14T20:32:22.012Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2128 | 2024-02-14T20:32:24.226Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2129 | 2024-02-14T20:32:24.666Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2130 | 2024-02-14T20:32:24.984Z | Compiling lru v0.12.1 |
2131 | 2024-02-14T20:32:25.322Z | Compiling stability v0.1.1 |
2132 | 2024-02-14T20:32:26.264Z | Compiling cassowary v0.3.0 |
2133 | 2024-02-14T20:32:30.761Z | Compiling indoc v2.0.3 |
2134 | 2024-02-14T20:32:30.795Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2135 | 2024-02-14T20:32:31.724Z | Compiling ratatui v0.26.1 |
2136 | 2024-02-14T20:32:34.463Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2137 | 2024-02-14T20:32:35.901Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2138 | 2024-02-14T20:32:36.922Z | Compiling rcgen v0.12.1 |
2139 | 2024-02-14T20:32:48.267Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2140 | 2024-02-14T20:32:50.528Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2141 | 2024-02-14T20:32:50.840Z | Compiling atomicwrites v0.4.3 |
2142 | 2024-02-14T20:32:51.370Z | Compiling subprocess v0.2.9 |
2143 | 2024-02-14T20:32:56.914Z | Compiling smawk v0.3.1 |
2144 | 2024-02-14T20:32:57.157Z | Compiling unicode-linebreak v0.1.5 |
2145 | 2024-02-14T20:32:57.703Z | Compiling textwrap v0.16.0 |
2146 | 2024-02-14T20:33:01.466Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2147 | 2024-02-14T20:33:07.730Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2148 | 2024-02-14T20:33:07.787Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2149 | 2024-02-14T20:33:15.231Z | Compiling fatfs v0.3.6 |
2150 | 2024-02-14T20:33:17.176Z | Compiling nanorand v0.7.0 |
2151 | 2024-02-14T20:33:17.936Z | Compiling rtoolbox v0.0.1 |
2152 | 2024-02-14T20:33:18.378Z | Compiling humantime v2.1.0 |
2153 | 2024-02-14T20:33:18.567Z | Compiling is_ci v1.1.1 |
2154 | 2024-02-14T20:33:18.849Z | Compiling assert_matches v1.5.0 |
2155 | 2024-02-14T20:33:18.951Z | Compiling supports-color v2.1.0 |
2156 | 2024-02-14T20:33:19.227Z | Compiling rpassword v7.3.1 |
2157 | 2024-02-14T20:33:19.656Z | Compiling flume v0.11.0 |
2158 | 2024-02-14T20:33:19.666Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2159 | 2024-02-14T20:33:20.480Z | Compiling tui-tree-widget v0.17.0 |
2160 | 2024-02-14T20:33:20.859Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2161 | 2024-02-14T20:33:28.627Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2162 | 2024-02-14T20:33:28.824Z | Compiling toml_edit v0.21.1 |
2163 | 2024-02-14T20:33:31.057Z | Compiling csv-core v0.1.11 |
2164 | 2024-02-14T20:33:32.139Z | Compiling shell-words v1.1.0 |
2165 | 2024-02-14T20:33:32.598Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2166 | 2024-02-14T20:33:51.762Z | Compiling csv v1.3.0 |
2167 | 2024-02-14T20:33:54.108Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2168 | 2024-02-14T20:34:05.967Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2169 | 2024-02-14T20:34:16.338Z | Compiling multimap v0.8.3 |
2170 | 2024-02-14T20:35:25.560Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2171 | 2024-02-14T20:35:28.441Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2172 | 2024-02-14T20:35:41.593Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2173 | 2024-02-14T20:42:03.717Z | Finished release [optimized] target(s) in 13m 33s |
2174 | 2024-02-14T20:42:51.456Z | |
2175 | 2024-02-14T20:42:51.460Z | real 14:21.631963211 |
2176 | 2024-02-14T20:42:51.460Z | user 1:39:46.051877116 |
2177 | 2024-02-14T20:42:51.460Z | sys 4:28.083731675 |
2178 | 2024-02-14T20:42:51.461Z | trap 2.249057975 |
2179 | 2024-02-14T20:42:51.461Z | tflt 1.715008862 |
2180 | 2024-02-14T20:42:51.461Z | dflt 2.675097919 |
2181 | 2024-02-14T20:42:51.461Z | kflt 0.084763047 |
2182 | 2024-02-14T20:42:51.461Z | lock 6:01:48.152593254 |
2183 | 2024-02-14T20:42:51.461Z | slp 3:52:47.372712539 |
2184 | 2024-02-14T20:42:51.461Z | lat 2:13.749826686 |
2185 | 2024-02-14T20:42:51.461Z | stop 52.140300899 |
2186 | 2024-02-14T20:42:51.461Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2187 | 2024-02-14T20:42:51.461Z | + pfexec mkdir -p /work |
2188 | 2024-02-14T20:42:51.464Z | + pfexec chown build /work |
2189 | 2024-02-14T20:42:51.464Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2190 | 2024-02-14T20:43:01.517Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2191 | 2024-02-14T20:43:01.517Z | a out/mg-ddm-gz.tar 67684K |
2192 | 2024-02-14T20:43:01.517Z | a out/omicron-sled-agent.tar 119929K |
2193 | 2024-02-14T20:43:01.517Z | a out/oxlog.tar 8186K |
2194 | 2024-02-14T20:43:01.517Z | a out/target/test 1K |
2195 | 2024-02-14T20:43:01.517Z | a out/npuzone/npuzone 36313K |
2196 | 2024-02-14T20:43:01.517Z | a package-manifest.toml 24K |
2197 | 2024-02-14T20:43:01.517Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2198 | 2024-02-14T20:43:01.517Z | a target/release/omicron-package 44653K |
2199 | 2024-02-14T20:43:01.517Z | a tools/create_virtual_hardware.sh 4K |
2200 | 2024-02-14T20:43:01.517Z | a tools/virtual_hardware.sh 4K |
2201 | 2024-02-14T20:43:01.517Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2202 | 2024-02-14T20:43:01.517Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2203 | 2024-02-14T20:43:01.517Z | a tools/scrimlet/softnpu-init.sh 3K |
2204 | 2024-02-14T20:43:01.517Z | a tools/scrimlet/softnpu-zone.txt 1K |
2205 | 2024-02-14T20:43:01.517Z | a tools/scrimlet/softnpu.toml 1K |
2206 | 2024-02-14T20:43:01.521Z | |
2207 | 2024-02-14T20:43:01.521Z | real 10.050744825 |
2208 | 2024-02-14T20:43:01.521Z | user 9.716650330 |
2209 | 2024-02-14T20:43:01.521Z | sys 0.692673915 |
2210 | 2024-02-14T20:43:01.521Z | trap 0.001977214 |
2211 | 2024-02-14T20:43:01.521Z | tflt 0.000000000 |
2212 | 2024-02-14T20:43:01.521Z | dflt 0.000000000 |
2213 | 2024-02-14T20:43:01.521Z | kflt 0.000000000 |
2214 | 2024-02-14T20:43:01.521Z | lock 0.000000000 |
2215 | 2024-02-14T20:43:01.521Z | slp 9.457257336 |
2216 | 2024-02-14T20:43:01.521Z | lat 0.230064819 |
2217 | 2024-02-14T20:43:01.521Z | stop 0.000181870 |
2218 | 2024-02-14T20:43:01.521Z | ++ pwd |
2219 | 2024-02-14T20:43:01.521Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2220 | 2024-02-14T20:43:01.521Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2221 | 2024-02-14T20:43:01.524Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2222 | 2024-02-14T20:43:02.199Z | Finished release [optimized] target(s) in 0.62s |
2223 | 2024-02-14T20:43:02.215Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2224 | 2024-02-14T20:43:02.244Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2225 | 2024-02-14T20:43:02.249Z | Created new build target 'host' and set it as active |
2226 | 2024-02-14T20:43:02.249Z | |
2227 | 2024-02-14T20:43:02.249Z | real 0.719868578 |
2228 | 2024-02-14T20:43:02.250Z | user 0.488531107 |
2229 | 2024-02-14T20:43:02.250Z | sys 0.232341032 |
2230 | 2024-02-14T20:43:02.250Z | trap 0.000034458 |
2231 | 2024-02-14T20:43:02.250Z | tflt 0.000020427 |
2232 | 2024-02-14T20:43:02.250Z | dflt 0.000006028 |
2233 | 2024-02-14T20:43:02.250Z | kflt 0.000000000 |
2234 | 2024-02-14T20:43:02.250Z | lock 0.023393079 |
2235 | 2024-02-14T20:43:02.250Z | slp 0.013134300 |
2236 | 2024-02-14T20:43:02.250Z | lat 0.001116621 |
2237 | 2024-02-14T20:43:02.250Z | stop 0.000157605 |
2238 | 2024-02-14T20:43:02.250Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2239 | 2024-02-14T20:43:02.910Z | Finished release [optimized] target(s) in 0.61s |
2240 | 2024-02-14T20:43:02.932Z | Running `target/release/omicron-package -t host package` |
2241 | 2024-02-14T20:43:02.961Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2242 | 2024-02-14T20:43:03.638Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2243 | 2024-02-14T20:43:17.089Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2244 | 2024-02-14T20:44:26.142Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2245 | 2024-02-14T20:45:52.393Z | Finished release [optimized] target(s) in 2m 49s |
2246 | 2024-02-14T20:46:19.446Z | |
2247 | 2024-02-14T20:46:19.450Z | real 3:17.178350453 |
2248 | 2024-02-14T20:46:19.450Z | user 17:59.193199657 |
2249 | 2024-02-14T20:46:19.450Z | sys 49.390600437 |
2250 | 2024-02-14T20:46:19.450Z | trap 0.322365559 |
2251 | 2024-02-14T20:46:19.450Z | tflt 0.112623077 |
2252 | 2024-02-14T20:46:19.450Z | dflt 5.269240221 |
2253 | 2024-02-14T20:46:19.450Z | kflt 0.197365637 |
2254 | 2024-02-14T20:46:19.450Z | lock 1:09:09.984912409 |
2255 | 2024-02-14T20:46:19.450Z | slp 18:23.384055091 |
2256 | 2024-02-14T20:46:19.450Z | lat 10.943695803 |
2257 | 2024-02-14T20:46:19.450Z | stop 3.239504965 |
2258 | 2024-02-14T20:46:19.450Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2259 | 2024-02-14T20:46:19.450Z | + for package in "$@" |
2260 | 2024-02-14T20:46:19.450Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2261 | 2024-02-14T20:46:19.450Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git049bfdab7be |
2262 | 2024-02-14T20:46:20.116Z | Finished release [optimized] target(s) in 0.62s |
2263 | 2024-02-14T20:46:20.135Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git049bfdab7be` |
2264 | 2024-02-14T20:46:20.164Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2265 | 2024-02-14T20:46:20.366Z | Created: out/versioned/omicron-sled-agent.tar |
2266 | 2024-02-14T20:46:20.369Z | + for package in "$@" |
2267 | 2024-02-14T20:46:20.369Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2268 | 2024-02-14T20:46:20.369Z | + echo 0.0.0 |
2269 | 2024-02-14T20:46:20.369Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2270 | 2024-02-14T20:46:20.372Z | a VERSION 1K |
2271 | 2024-02-14T20:46:20.372Z | + rm VERSION |
2272 | 2024-02-14T20:46:20.381Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git049bfdab7be |
2273 | 2024-02-14T20:46:21.025Z | Finished release [optimized] target(s) in 0.60s |
2274 | 2024-02-14T20:46:21.044Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git049bfdab7be` |
2275 | 2024-02-14T20:46:21.073Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2276 | 2024-02-14T20:46:21.196Z | Created: out/versioned/mg-ddm-gz.tar |
2277 | 2024-02-14T20:46:21.200Z | + for package in "$@" |
2278 | 2024-02-14T20:46:21.200Z | + [[ propolis-server == mg-ddm-gz ]] |
2279 | 2024-02-14T20:46:21.200Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git049bfdab7be |
2280 | 2024-02-14T20:46:21.857Z | Finished release [optimized] target(s) in 0.61s |
2281 | 2024-02-14T20:46:21.876Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git049bfdab7be` |
2282 | 2024-02-14T20:46:21.907Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2283 | 2024-02-14T20:46:22.967Z | Created: out/versioned/propolis-server.tar.gz |
2284 | 2024-02-14T20:46:22.970Z | + for package in "$@" |
2285 | 2024-02-14T20:46:22.970Z | + [[ overlay == mg-ddm-gz ]] |
2286 | 2024-02-14T20:46:22.970Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git049bfdab7be |
2287 | 2024-02-14T20:46:23.646Z | Finished release [optimized] target(s) in 0.62s |
2288 | 2024-02-14T20:46:23.667Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git049bfdab7be` |
2289 | 2024-02-14T20:46:23.696Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2290 | 2024-02-14T20:46:23.699Z | Created: out/versioned/overlay.tar.gz |
2291 | 2024-02-14T20:46:23.699Z | + for package in "$@" |
2292 | 2024-02-14T20:46:23.699Z | + [[ oxlog == mg-ddm-gz ]] |
2293 | 2024-02-14T20:46:23.699Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git049bfdab7be |
2294 | 2024-02-14T20:46:24.365Z | Finished release [optimized] target(s) in 0.61s |
2295 | 2024-02-14T20:46:24.384Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git049bfdab7be` |
2296 | 2024-02-14T20:46:24.413Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2297 | 2024-02-14T20:46:24.434Z | Created: out/versioned/oxlog.tar |
2298 | 2024-02-14T20:46:24.437Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2299 | 2024-02-14T20:46:24.445Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2300 | 2024-02-14T20:46:24.448Z | ++ cd -- ./tools |
2301 | 2024-02-14T20:46:24.448Z | ++ pwd |
2302 | 2024-02-14T20:46:24.448Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2303 | 2024-02-14T20:46:24.448Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2304 | 2024-02-14T20:46:24.451Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2305 | 2024-02-14T20:46:24.454Z | ++ readlink -f /work |
2306 | 2024-02-14T20:46:24.455Z | + out_dir=/work |
2307 | 2024-02-14T20:46:24.455Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2308 | 2024-02-14T20:46:24.455Z | + for dep in "${deps[@]}" |
2309 | 2024-02-14T20:46:24.455Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2310 | 2024-02-14T20:46:24.455Z | + for dep in "${deps[@]}" |
2311 | 2024-02-14T20:46:24.455Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2312 | 2024-02-14T20:46:24.455Z | + for dep in "${deps[@]}" |
2313 | 2024-02-14T20:46:24.455Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2314 | 2024-02-14T20:46:24.455Z | + for dep in "${deps[@]}" |
2315 | 2024-02-14T20:46:24.455Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2316 | 2024-02-14T20:46:24.455Z | + for dep in "${deps[@]}" |
2317 | 2024-02-14T20:46:24.455Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2318 | 2024-02-14T20:46:24.458Z | ++ mktemp -d |
2319 | 2024-02-14T20:46:24.458Z | + tmp_gz=/tmp/tmp.0aaaVh |
2320 | 2024-02-14T20:46:24.458Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2321 | 2024-02-14T20:46:24.458Z | + echo '{"v":"1","t":"layer"}' |
2322 | 2024-02-14T20:46:24.458Z | + pkg_dir=/tmp/tmp.0aaaVh/root/opt/oxide/sled-agent |
2323 | 2024-02-14T20:46:24.458Z | + mkdir -p /tmp/tmp.0aaaVh/root/opt/oxide/sled-agent |
2324 | 2024-02-14T20:46:24.464Z | + cd /tmp/tmp.0aaaVh/root/opt/oxide/sled-agent |
2325 | 2024-02-14T20:46:24.464Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2326 | 2024-02-14T20:46:24.545Z | x ., 0 bytes, 0 tape blocks |
2327 | 2024-02-14T20:46:24.545Z | x zone-bundle, 41763408 bytes, 81570 tape blocks |
2328 | 2024-02-14T20:46:24.545Z | x sled-agent, 81022960 bytes, 158248 tape blocks |
2329 | 2024-02-14T20:46:24.545Z | x pkg, 0 bytes, 0 tape blocks |
2330 | 2024-02-14T20:46:24.545Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2331 | 2024-02-14T20:46:24.545Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2332 | 2024-02-14T20:46:24.545Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2333 | 2024-02-14T20:46:24.545Z | x VERSION, 25 bytes, 1 tape blocks |
2334 | 2024-02-14T20:46:24.548Z | + mkdir -p /tmp/tmp.0aaaVh/root/lib/svc/manifest/site/ |
2335 | 2024-02-14T20:46:24.548Z | + mv pkg/manifest.xml /tmp/tmp.0aaaVh/root/lib/svc/manifest/site/sled-agent.xml |
2336 | 2024-02-14T20:46:24.551Z | + cd - |
2337 | 2024-02-14T20:46:24.551Z | /work/oxidecomputer/omicron |
2338 | 2024-02-14T20:46:24.551Z | + pkg_dir=/tmp/tmp.0aaaVh/root/opt/oxide/mg-ddm |
2339 | 2024-02-14T20:46:24.551Z | + mkdir -p /tmp/tmp.0aaaVh/root/opt/oxide/mg-ddm |
2340 | 2024-02-14T20:46:24.554Z | + cd /tmp/tmp.0aaaVh/root/opt/oxide/mg-ddm |
2341 | 2024-02-14T20:46:24.554Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2342 | 2024-02-14T20:46:24.600Z | x ., 0 bytes, 0 tape blocks |
2343 | 2024-02-14T20:46:24.600Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2344 | 2024-02-14T20:46:24.600Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2345 | 2024-02-14T20:46:24.600Z | x pkg, 0 bytes, 0 tape blocks |
2346 | 2024-02-14T20:46:24.601Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2347 | 2024-02-14T20:46:24.601Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2348 | 2024-02-14T20:46:24.601Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2349 | 2024-02-14T20:46:24.601Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2350 | 2024-02-14T20:46:24.601Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2351 | 2024-02-14T20:46:24.601Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2352 | 2024-02-14T20:46:24.601Z | x VERSION, 25 bytes, 1 tape blocks |
2353 | 2024-02-14T20:46:24.604Z | + cd - |
2354 | 2024-02-14T20:46:24.604Z | /work/oxidecomputer/omicron |
2355 | 2024-02-14T20:46:24.604Z | + pkg_dir=/tmp/tmp.0aaaVh/root/opt/oxide/oxlog |
2356 | 2024-02-14T20:46:24.604Z | + mkdir -p /tmp/tmp.0aaaVh/root/opt/oxide/oxlog |
2357 | 2024-02-14T20:46:24.604Z | + cd /tmp/tmp.0aaaVh/root/opt/oxide/oxlog |
2358 | 2024-02-14T20:46:24.604Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2359 | 2024-02-14T20:46:24.609Z | x ., 0 bytes, 0 tape blocks |
2360 | 2024-02-14T20:46:24.610Z | x oxlog, 8379592 bytes, 16367 tape blocks |
2361 | 2024-02-14T20:46:24.610Z | x VERSION, 25 bytes, 1 tape blocks |
2362 | 2024-02-14T20:46:24.613Z | + cd - |
2363 | 2024-02-14T20:46:24.613Z | /work/oxidecomputer/omicron |
2364 | 2024-02-14T20:46:24.613Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.0aaaVh/root/opt/oxide |
2365 | 2024-02-14T20:46:24.691Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.0aaaVh/root/opt/oxide |
2366 | 2024-02-14T20:46:24.697Z | + cd /tmp/tmp.0aaaVh |
2367 | 2024-02-14T20:46:24.697Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2368 | 2024-02-14T20:46:33.428Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2369 | 2024-02-14T20:46:33.428Z | a oxide.json 1K |
2370 | 2024-02-14T20:46:33.428Z | a root/ 0K |
2371 | 2024-02-14T20:46:33.428Z | a root/opt/ 0K |
2372 | 2024-02-14T20:46:33.428Z | a root/opt/oxide/ 0K |
2373 | 2024-02-14T20:46:33.428Z | a root/opt/oxide/sled-agent/ 0K |
2374 | 2024-02-14T20:46:33.428Z | a root/opt/oxide/sled-agent/zone-bundle 40785K |
2375 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/sled-agent/sled-agent 79124K |
2376 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2377 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2378 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2379 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/sled-agent/VERSION 1K |
2380 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/ 0K |
2381 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2382 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2383 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2384 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2385 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2386 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2387 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2388 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2389 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2390 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2391 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/oxlog/ 0K |
2392 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/oxlog/oxlog 8184K |
2393 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/oxlog/VERSION 1K |
2394 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2395 | 2024-02-14T20:46:33.429Z | a root/opt/oxide/overlay.tar.gz 3K |
2396 | 2024-02-14T20:46:33.429Z | a root/lib/ 0K |
2397 | 2024-02-14T20:46:33.429Z | a root/lib/svc/ 0K |
2398 | 2024-02-14T20:46:33.429Z | a root/lib/svc/manifest/ 0K |
2399 | 2024-02-14T20:46:33.429Z | a root/lib/svc/manifest/site/ 0K |
2400 | 2024-02-14T20:46:33.430Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2401 | 2024-02-14T20:46:33.433Z | + cd / |
2402 | 2024-02-14T20:46:33.433Z | + rm -rf /tmp/tmp.0aaaVh |
2403 | 2024-02-14T20:46:33.460Z | |
2404 | 2024-02-14T20:46:33.463Z | real 9.020835453 |
2405 | 2024-02-14T20:46:33.463Z | user 8.462181184 |
2406 | 2024-02-14T20:46:33.463Z | sys 0.587576509 |
2407 | 2024-02-14T20:46:33.463Z | trap 0.001498182 |
2408 | 2024-02-14T20:46:33.463Z | tflt 0.000000000 |
2409 | 2024-02-14T20:46:33.464Z | dflt 0.000000000 |
2410 | 2024-02-14T20:46:33.464Z | kflt 0.000000000 |
2411 | 2024-02-14T20:46:33.464Z | lock 0.000000000 |
2412 | 2024-02-14T20:46:33.464Z | slp 17.506177526 |
2413 | 2024-02-14T20:46:33.464Z | lat 0.200807919 |
2414 | 2024-02-14T20:46:33.464Z | stop 0.000201527 |
2415 | 2024-02-14T20:46:33.464Z | + mkdir -p /work/zones |
2416 | 2024-02-14T20:46:33.464Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2417 | 2024-02-14T20:46:33.464Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2418 | 2024-02-14T20:46:35.889Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2419 | 2024-02-14T20:46:36.612Z | Finished release [optimized] target(s) in 0.65s |
2420 | 2024-02-14T20:46:36.630Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2421 | 2024-02-14T20:46:36.655Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2422 | 2024-02-14T20:46:36.660Z | Created new build target 'recovery' and set it as active |
2423 | 2024-02-14T20:46:36.660Z | |
2424 | 2024-02-14T20:46:36.661Z | real 0.762218567 |
2425 | 2024-02-14T20:46:36.661Z | user 0.520754541 |
2426 | 2024-02-14T20:46:36.661Z | sys 0.240397705 |
2427 | 2024-02-14T20:46:36.661Z | trap 0.000559642 |
2428 | 2024-02-14T20:46:36.661Z | tflt 0.000033697 |
2429 | 2024-02-14T20:46:36.662Z | dflt 0.000032708 |
2430 | 2024-02-14T20:46:36.662Z | kflt 0.000000000 |
2431 | 2024-02-14T20:46:36.662Z | lock 0.023598200 |
2432 | 2024-02-14T20:46:36.662Z | slp 0.013628828 |
2433 | 2024-02-14T20:46:36.662Z | lat 0.002078836 |
2434 | 2024-02-14T20:46:36.663Z | stop 0.000283528 |
2435 | 2024-02-14T20:46:36.663Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2436 | 2024-02-14T20:46:37.327Z | Finished release [optimized] target(s) in 0.62s |
2437 | 2024-02-14T20:46:37.347Z | Running `target/release/omicron-package -t recovery package` |
2438 | 2024-02-14T20:46:37.376Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2439 | 2024-02-14T20:46:37.968Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2440 | 2024-02-14T20:46:40.385Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2441 | 2024-02-14T20:47:00.549Z | Finished release [optimized] target(s) in 23.11s |
2442 | 2024-02-14T20:47:13.030Z | |
2443 | 2024-02-14T20:47:13.030Z | real 36.366127960 |
2444 | 2024-02-14T20:47:13.033Z | user 1:40.860516052 |
2445 | 2024-02-14T20:47:13.033Z | sys 7.893234114 |
2446 | 2024-02-14T20:47:13.033Z | trap 0.070936684 |
2447 | 2024-02-14T20:47:13.033Z | tflt 0.073090442 |
2448 | 2024-02-14T20:47:13.033Z | dflt 0.340019466 |
2449 | 2024-02-14T20:47:13.033Z | kflt 0.000037348 |
2450 | 2024-02-14T20:47:13.033Z | lock 10:44.244797088 |
2451 | 2024-02-14T20:47:13.033Z | slp 1:41.824035380 |
2452 | 2024-02-14T20:47:13.033Z | lat 1.512939092 |
2453 | 2024-02-14T20:47:13.033Z | stop 0.497540736 |
2454 | 2024-02-14T20:47:13.034Z | + stamp_packages installinator mg-ddm-gz |
2455 | 2024-02-14T20:47:13.034Z | + for package in "$@" |
2456 | 2024-02-14T20:47:13.034Z | + [[ installinator == mg-ddm-gz ]] |
2457 | 2024-02-14T20:47:13.034Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git049bfdab7be |
2458 | 2024-02-14T20:47:13.706Z | Finished release [optimized] target(s) in 0.62s |
2459 | 2024-02-14T20:47:13.727Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git049bfdab7be` |
2460 | 2024-02-14T20:47:13.757Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2461 | 2024-02-14T20:47:13.835Z | Created: out/versioned/installinator.tar |
2462 | 2024-02-14T20:47:13.838Z | + for package in "$@" |
2463 | 2024-02-14T20:47:13.838Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2464 | 2024-02-14T20:47:13.838Z | + echo 0.0.0 |
2465 | 2024-02-14T20:47:13.838Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2466 | 2024-02-14T20:47:13.841Z | a VERSION 1K |
2467 | 2024-02-14T20:47:13.841Z | + rm VERSION |
2468 | 2024-02-14T20:47:13.844Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git049bfdab7be |
2469 | 2024-02-14T20:47:14.500Z | Finished release [optimized] target(s) in 0.61s |
2470 | 2024-02-14T20:47:14.519Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git049bfdab7be` |
2471 | 2024-02-14T20:47:14.550Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2472 | 2024-02-14T20:47:14.667Z | Created: out/versioned/mg-ddm-gz.tar |
2473 | 2024-02-14T20:47:14.670Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2474 | 2024-02-14T20:47:14.680Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2475 | 2024-02-14T20:47:14.683Z | ++ cd -- ./tools |
2476 | 2024-02-14T20:47:14.683Z | ++ pwd |
2477 | 2024-02-14T20:47:14.683Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2478 | 2024-02-14T20:47:14.686Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2479 | 2024-02-14T20:47:14.686Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2480 | 2024-02-14T20:47:14.686Z | ++ readlink -f /work |
2481 | 2024-02-14T20:47:14.689Z | + out_dir=/work |
2482 | 2024-02-14T20:47:14.689Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2483 | 2024-02-14T20:47:14.689Z | + for dep in "${deps[@]}" |
2484 | 2024-02-14T20:47:14.689Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2485 | 2024-02-14T20:47:14.689Z | + for dep in "${deps[@]}" |
2486 | 2024-02-14T20:47:14.689Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2487 | 2024-02-14T20:47:14.689Z | ++ mktemp -d |
2488 | 2024-02-14T20:47:14.692Z | + tmp_trampoline=/tmp/tmp.QraOZh |
2489 | 2024-02-14T20:47:14.692Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2490 | 2024-02-14T20:47:14.693Z | + echo '{"v":"1","t":"layer"}' |
2491 | 2024-02-14T20:47:14.693Z | + pkg_dir=/tmp/tmp.QraOZh/root/opt/oxide/installinator |
2492 | 2024-02-14T20:47:14.693Z | + mkdir -p /tmp/tmp.QraOZh/root/opt/oxide/installinator |
2493 | 2024-02-14T20:47:14.693Z | + cd /tmp/tmp.QraOZh/root/opt/oxide/installinator |
2494 | 2024-02-14T20:47:14.693Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2495 | 2024-02-14T20:47:14.731Z | x ., 0 bytes, 0 tape blocks |
2496 | 2024-02-14T20:47:14.731Z | x installinator, 55137448 bytes, 107691 tape blocks |
2497 | 2024-02-14T20:47:14.731Z | x pkg, 0 bytes, 0 tape blocks |
2498 | 2024-02-14T20:47:14.731Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2499 | 2024-02-14T20:47:14.731Z | x VERSION, 25 bytes, 1 tape blocks |
2500 | 2024-02-14T20:47:14.737Z | + mkdir -p /tmp/tmp.QraOZh/root/lib/svc/manifest/site/ |
2501 | 2024-02-14T20:47:14.737Z | + mv pkg/manifest.xml /tmp/tmp.QraOZh/root/lib/svc/manifest/site/installinator.xml |
2502 | 2024-02-14T20:47:14.740Z | + cd - |
2503 | 2024-02-14T20:47:14.740Z | /work/oxidecomputer/omicron |
2504 | 2024-02-14T20:47:14.740Z | + pkg_dir=/tmp/tmp.QraOZh/root/opt/oxide/mg-ddm |
2505 | 2024-02-14T20:47:14.740Z | + mkdir -p /tmp/tmp.QraOZh/root/opt/oxide/mg-ddm |
2506 | 2024-02-14T20:47:14.741Z | + cd /tmp/tmp.QraOZh/root/opt/oxide/mg-ddm |
2507 | 2024-02-14T20:47:14.741Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2508 | 2024-02-14T20:47:14.785Z | x ., 0 bytes, 0 tape blocks |
2509 | 2024-02-14T20:47:14.786Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2510 | 2024-02-14T20:47:14.786Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2511 | 2024-02-14T20:47:14.786Z | x pkg, 0 bytes, 0 tape blocks |
2512 | 2024-02-14T20:47:14.786Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2513 | 2024-02-14T20:47:14.786Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2514 | 2024-02-14T20:47:14.786Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2515 | 2024-02-14T20:47:14.786Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2516 | 2024-02-14T20:47:14.786Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2517 | 2024-02-14T20:47:14.786Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2518 | 2024-02-14T20:47:14.786Z | x VERSION, 25 bytes, 1 tape blocks |
2519 | 2024-02-14T20:47:14.789Z | + cd - |
2520 | 2024-02-14T20:47:14.789Z | /work/oxidecomputer/omicron |
2521 | 2024-02-14T20:47:14.789Z | + cd /tmp/tmp.QraOZh |
2522 | 2024-02-14T20:47:14.789Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2523 | 2024-02-14T20:47:19.349Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2524 | 2024-02-14T20:47:19.349Z | a oxide.json 1K |
2525 | 2024-02-14T20:47:19.349Z | a root/ 0K |
2526 | 2024-02-14T20:47:19.349Z | a root/opt/ 0K |
2527 | 2024-02-14T20:47:19.349Z | a root/opt/oxide/ 0K |
2528 | 2024-02-14T20:47:19.349Z | a root/opt/oxide/installinator/ 0K |
2529 | 2024-02-14T20:47:19.349Z | a root/opt/oxide/installinator/installinator 53846K |
2530 | 2024-02-14T20:47:19.349Z | a root/opt/oxide/installinator/pkg/ 0K |
2531 | 2024-02-14T20:47:19.349Z | a root/opt/oxide/installinator/VERSION 1K |
2532 | 2024-02-14T20:47:19.350Z | a root/opt/oxide/mg-ddm/ 0K |
2533 | 2024-02-14T20:47:19.350Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2534 | 2024-02-14T20:47:19.350Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2535 | 2024-02-14T20:47:19.350Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2536 | 2024-02-14T20:47:19.350Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2537 | 2024-02-14T20:47:19.350Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2538 | 2024-02-14T20:47:19.351Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2539 | 2024-02-14T20:47:19.351Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2540 | 2024-02-14T20:47:19.351Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2541 | 2024-02-14T20:47:19.351Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2542 | 2024-02-14T20:47:19.351Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2543 | 2024-02-14T20:47:19.351Z | a root/lib/ 0K |
2544 | 2024-02-14T20:47:19.351Z | a root/lib/svc/ 0K |
2545 | 2024-02-14T20:47:19.352Z | a root/lib/svc/manifest/ 0K |
2546 | 2024-02-14T20:47:19.352Z | a root/lib/svc/manifest/site/ 0K |
2547 | 2024-02-14T20:47:19.352Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2548 | 2024-02-14T20:47:19.363Z | + cd / |
2549 | 2024-02-14T20:47:19.363Z | + rm -rf /tmp/tmp.QraOZh |
2550 | 2024-02-14T20:47:19.385Z | |
2551 | 2024-02-14T20:47:19.385Z | real 4.691338757 |
2552 | 2024-02-14T20:47:19.385Z | user 4.445439012 |
2553 | 2024-02-14T20:47:19.385Z | sys 0.257255675 |
2554 | 2024-02-14T20:47:19.385Z | trap 0.000798965 |
2555 | 2024-02-14T20:47:19.385Z | tflt 0.000000000 |
2556 | 2024-02-14T20:47:19.385Z | dflt 0.000000000 |
2557 | 2024-02-14T20:47:19.385Z | kflt 0.000000000 |
2558 | 2024-02-14T20:47:19.386Z | lock 0.000000000 |
2559 | 2024-02-14T20:47:19.386Z | slp 9.130327529 |
2560 | 2024-02-14T20:47:19.386Z | lat 0.097066073 |
2561 | 2024-02-14T20:47:19.386Z | stop 0.000261348 |
2562 | 2024-02-14T20:47:19.386Z | process exited: duration 1548410 ms, exit code 0 |
|
2563 | 2024-02-14T20:47:19.400Z | found 21 output files |
2564 | 2024-02-14T20:47:19.400Z | uploading: /work/version.txt (26 bytes) |
2565 | 2024-02-14T20:47:20.412Z | uploaded: /work/version.txt |
2566 | 2024-02-14T20:47:20.412Z | uploading: /work/package.tar.gz (88074902 bytes) |
2567 | 2024-02-14T20:47:48.941Z | uploaded: /work/package.tar.gz |
2568 | 2024-02-14T20:47:48.941Z | uploading: /work/global-zone-packages.tar.gz (128060025 bytes) |
2569 | 2024-02-14T20:48:30.625Z | uploaded: /work/global-zone-packages.tar.gz |
2570 | 2024-02-14T20:48:30.625Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38940652 bytes) |
2571 | 2024-02-14T20:48:37.726Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2572 | 2024-02-14T20:48:37.726Z | uploading: /work/zones/clickhouse.tar.gz (194433077 bytes) |
2573 | 2024-02-14T20:49:34.049Z | uploaded: /work/zones/clickhouse.tar.gz |
2574 | 2024-02-14T20:49:34.049Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194433001 bytes) |
2575 | 2024-02-14T20:50:31.473Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2576 | 2024-02-14T20:50:31.473Z | uploading: /work/zones/cockroachdb.tar.gz (131523312 bytes) |
2577 | 2024-02-14T20:51:09.156Z | uploaded: /work/zones/cockroachdb.tar.gz |
2578 | 2024-02-14T20:51:09.156Z | uploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes) |
2579 | 2024-02-14T20:51:13.419Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2580 | 2024-02-14T20:51:13.419Z | uploading: /work/zones/crucible.tar.gz (29214475 bytes) |
2581 | 2024-02-14T20:51:19.328Z | uploaded: /work/zones/crucible.tar.gz |
2582 | 2024-02-14T20:51:19.328Z | uploading: /work/zones/external-dns.tar.gz (23601318 bytes) |
2583 | 2024-02-14T20:51:26.049Z | uploaded: /work/zones/external-dns.tar.gz |
2584 | 2024-02-14T20:51:26.049Z | uploading: /work/zones/internal-dns.tar.gz (23601318 bytes) |
2585 | 2024-02-14T20:51:32.379Z | uploaded: /work/zones/internal-dns.tar.gz |
2586 | 2024-02-14T20:51:32.379Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2587 | 2024-02-14T20:51:33.478Z | uploaded: /work/zones/ntp.tar.gz |
2588 | 2024-02-14T20:51:33.478Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19544860 bytes) |
2589 | 2024-02-14T20:51:42.497Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2590 | 2024-02-14T20:51:42.498Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19545313 bytes) |
2591 | 2024-02-14T20:51:48.205Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2592 | 2024-02-14T20:51:48.217Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87674280 bytes) |
2593 | 2024-02-14T20:52:16.799Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2594 | 2024-02-14T20:52:16.799Z | uploading: /work/zones/omicron-nexus.tar.gz (87673303 bytes) |
2595 | 2024-02-14T20:52:38.235Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2596 | 2024-02-14T20:52:38.235Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2597 | 2024-02-14T20:52:39.247Z | uploaded: /work/zones/overlay.tar.gz |
2598 | 2024-02-14T20:52:39.247Z | uploading: /work/zones/oximeter.tar.gz (55843726 bytes) |
2599 | 2024-02-14T20:52:51.844Z | uploaded: /work/zones/oximeter.tar.gz |
2600 | 2024-02-14T20:52:51.844Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2601 | 2024-02-14T20:53:09.190Z | uploaded: /work/zones/propolis-server.tar.gz |
2602 | 2024-02-14T20:53:09.190Z | uploading: /work/zones/switch-asic.tar.gz (285269447 bytes) |
2603 | 2024-02-14T20:54:51.263Z | uploaded: /work/zones/switch-asic.tar.gz |
2604 | 2024-02-14T20:54:51.263Z | uploading: /work/zones/switch-softnpu.tar.gz (209395807 bytes) |
2605 | 2024-02-14T20:55:55.179Z | uploaded: /work/zones/switch-softnpu.tar.gz |