|
|
|
1 | 2024-01-15T21:26:19.022Z | job assigned to worker 01HM7G76S1DB29F4MYRQNA337F (queued for 1 m 17 s) |
|
2 | 2024-01-15T21:26:19.466Z | starting task 0: "setup" |
3 | 2024-01-15T21:26:19.534Z | ++ uname -s |
4 | 2024-01-15T21:26:19.544Z | + kern=SunOS |
5 | 2024-01-15T21:26:19.545Z | + case "$kern" in |
6 | 2024-01-15T21:26:19.545Z | + groupadd -g 12345 build |
7 | 2024-01-15T21:26:19.545Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-15T21:26:21.994Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-15T21:26:22.015Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-15T21:26:22.015Z | + home_fs=zfs |
11 | 2024-01-15T21:26:22.015Z | + [[ zfs == autofs ]] |
12 | 2024-01-15T21:26:22.015Z | + mkdir -p /home/build |
13 | 2024-01-15T21:26:22.015Z | + chown build:build /home/build /work |
14 | 2024-01-15T21:26:22.712Z | + chmod 0700 /home/build /work |
15 | 2024-01-15T21:26:22.715Z | process exited: duration 3252 ms, exit code 0 |
|
16 | 2024-01-15T21:26:22.721Z | starting task 1: "rust-toolchain" |
17 | 2024-01-15T21:26:22.730Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-15T21:26:22.733Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-15T21:26:22.919Z | info: downloading installer |
20 | 2024-01-15T21:26:24.104Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-15T21:26:24.104Z | warning: /opt/ooce/bin |
22 | 2024-01-15T21:26:24.104Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-15T21:26:24.104Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-15T21:26:24.104Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-15T21:26:24.104Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-15T21:26:24.104Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-15T21:26:24.105Z | error: cannot install while Rust is installed |
28 | 2024-01-15T21:26:24.105Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-15T21:26:24.295Z | info: profile set to 'default' |
30 | 2024-01-15T21:26:24.295Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-15T21:26:24.298Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-15T21:26:24.411Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-15T21:26:24.411Z | info: downloading component 'cargo' |
34 | 2024-01-15T21:26:25.034Z | info: downloading component 'clippy' |
35 | 2024-01-15T21:26:25.264Z | info: downloading component 'rust-docs' |
36 | 2024-01-15T21:26:26.036Z | info: downloading component 'rust-std' |
37 | 2024-01-15T21:26:27.440Z | info: downloading component 'rustc' |
38 | 2024-01-15T21:26:30.696Z | info: downloading component 'rustfmt' |
39 | 2024-01-15T21:26:30.891Z | info: installing component 'cargo' |
40 | 2024-01-15T21:26:32.337Z | info: installing component 'clippy' |
41 | 2024-01-15T21:26:32.915Z | info: installing component 'rust-docs' |
42 | 2024-01-15T21:26:35.722Z | info: installing component 'rust-std' |
43 | 2024-01-15T21:26:38.887Z | info: installing component 'rustc' |
44 | 2024-01-15T21:26:47.747Z | info: installing component 'rustfmt' |
45 | 2024-01-15T21:26:48.235Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-15T21:26:48.235Z | |
47 | 2024-01-15T21:26:48.442Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-15T21:26:48.442Z | |
49 | 2024-01-15T21:26:48.445Z | |
50 | 2024-01-15T21:26:48.445Z | Rust is installed now. Great! |
51 | 2024-01-15T21:26:48.446Z | |
52 | 2024-01-15T21:26:48.446Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-15T21:26:48.446Z | environment variable. This has not been done automatically. |
54 | 2024-01-15T21:26:48.446Z | |
55 | 2024-01-15T21:26:48.446Z | To configure your current shell, run: |
56 | 2024-01-15T21:26:48.446Z | source "$HOME/.cargo/env" |
57 | 2024-01-15T21:26:48.539Z | + rustc --version |
58 | 2024-01-15T21:26:48.656Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-15T21:26:48.663Z | process exited: duration 25943 ms, exit code 0 |
|
60 | 2024-01-15T21:26:48.669Z | starting task 2: "authentication" |
61 | 2024-01-15T21:26:48.705Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2024-01-15T21:26:48.712Z | starting task 3: "clone repository" |
63 | 2024-01-15T21:26:48.720Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-15T21:26:48.723Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-15T21:26:49.031Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-15T21:26:56.240Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-15T21:26:56.240Z | + [[ -n '' ]] |
68 | 2024-01-15T21:26:56.245Z | + git fetch origin c565a244e2ec067eca4f65ecdcb227fda556ed9d |
69 | 2024-01-15T21:26:56.891Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-15T21:26:56.892Z | * branch c565a244e2ec067eca4f65ecdcb227fda556ed9d -> FETCH_HEAD |
71 | 2024-01-15T21:26:56.900Z | + git reset --hard c565a244e2ec067eca4f65ecdcb227fda556ed9d |
72 | 2024-01-15T21:26:57.079Z | HEAD is now at c565a244e Use libc's ESRCH constant for ensure_default_route_with_gateway() |
73 | 2024-01-15T21:26:57.082Z | process exited: duration 8370 ms, exit code 0 |
|
74 | 2024-01-15T21:26:57.088Z | starting task 4: "build" |
75 | 2024-01-15T21:26:57.096Z | + cargo --version |
76 | 2024-01-15T21:26:57.107Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-01-15T21:26:57.279Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-01-15T21:26:57.283Z | info: downloading component 'cargo' |
79 | 2024-01-15T21:26:57.956Z | info: downloading component 'clippy' |
80 | 2024-01-15T21:26:58.178Z | info: downloading component 'rust-docs' |
81 | 2024-01-15T21:26:59.008Z | info: downloading component 'rust-std' |
82 | 2024-01-15T21:27:00.249Z | info: downloading component 'rustc' |
83 | 2024-01-15T21:27:03.716Z | info: downloading component 'rustfmt' |
84 | 2024-01-15T21:27:03.917Z | info: installing component 'cargo' |
85 | 2024-01-15T21:27:05.269Z | info: installing component 'clippy' |
86 | 2024-01-15T21:27:05.767Z | info: installing component 'rust-docs' |
87 | 2024-01-15T21:27:08.620Z | info: installing component 'rust-std' |
88 | 2024-01-15T21:27:11.287Z | info: installing component 'rustc' |
89 | 2024-01-15T21:27:17.637Z | info: installing component 'rustfmt' |
90 | 2024-01-15T21:27:18.198Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-01-15T21:27:18.204Z | + rustc --version |
92 | 2024-01-15T21:27:18.320Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-01-15T21:27:18.329Z | ++ git rev-parse HEAD |
94 | 2024-01-15T21:27:18.333Z | + COMMIT=c565a244e2ec067eca4f65ecdcb227fda556ed9d |
95 | 2024-01-15T21:27:18.336Z | + VERSION=5.0.0-0.ci+gitc565a244e2e |
96 | 2024-01-15T21:27:18.336Z | + echo 5.0.0-0.ci+gitc565a244e2e |
97 | 2024-01-15T21:27:18.336Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-01-15T21:27:28.663Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-01-15T21:27:30.253Z | Startup: Caching catalogs ... Done |
100 | 2024-01-15T21:27:32.348Z | Planning: Solver setup ... Done (1.644s) |
101 | 2024-01-15T21:27:32.395Z | Planning: Running solver ... Done (0.047s) |
102 | 2024-01-15T21:27:32.420Z | Planning: Finding local manifests ... Done (0.003s) |
103 | 2024-01-15T21:27:32.435Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-01-15T21:27:32.701Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-01-15T21:27:32.782Z | Planning: Package planning ... Done (0.081s) |
106 | 2024-01-15T21:27:32.867Z | Planning: Merging actions ... Done (0.085s) |
107 | 2024-01-15T21:27:33.796Z | Planning: Checking for conflicting actions ... Done (0.929s) |
108 | 2024-01-15T21:27:33.815Z | Planning: Consolidating action changes ... Done (0.017s) |
109 | 2024-01-15T21:27:37.765Z | Planning: Evaluating mediators ... Done (3.949s) |
110 | 2024-01-15T21:27:37.779Z | Planning: Planning completed in 7.46 seconds |
111 | 2024-01-15T21:27:39.630Z | Packages to install: 4 |
112 | 2024-01-15T21:27:39.630Z | Mediators to change: 2 |
113 | 2024-01-15T21:27:39.630Z | Services to change: 1 |
114 | 2024-01-15T21:27:39.634Z | Estimated space available: 148.87 GB |
115 | 2024-01-15T21:27:39.634Z | Estimated space to be consumed: 1.40 GB |
116 | 2024-01-15T21:27:39.634Z | Create boot environment: No |
117 | 2024-01-15T21:27:39.634Z | Create backup boot environment: No |
118 | 2024-01-15T21:27:39.634Z | Rebuild boot archive: No |
119 | 2024-01-15T21:27:39.634Z | |
120 | 2024-01-15T21:27:39.634Z | Changed mediators: |
121 | 2024-01-15T21:27:39.635Z | mediator clang: |
122 | 2024-01-15T21:27:39.635Z | version: None -> 15 (system default) |
123 | 2024-01-15T21:27:39.635Z | |
124 | 2024-01-15T21:27:39.635Z | mediator llvm: |
125 | 2024-01-15T21:27:39.635Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-01-15T21:27:39.635Z | |
127 | 2024-01-15T21:27:39.635Z | Changed packages: |
128 | 2024-01-15T21:27:39.635Z | helios-dev |
129 | 2024-01-15T21:27:39.635Z | developer/build-essential |
130 | 2024-01-15T21:27:39.635Z | None -> 11-2.0 |
131 | 2024-01-15T21:27:39.635Z | library/libxmlsec1 |
132 | 2024-01-15T21:27:39.635Z | None -> 1.2.35-2.0 |
133 | 2024-01-15T21:27:39.636Z | ooce/developer/clang-15 |
134 | 2024-01-15T21:27:39.636Z | None -> 15.0.7-2.0 |
135 | 2024-01-15T21:27:39.636Z | ooce/developer/llvm-15 |
136 | 2024-01-15T21:27:39.637Z | None -> 15.0.7-2.0 |
137 | 2024-01-15T21:27:39.637Z | |
138 | 2024-01-15T21:27:39.637Z | Services: |
139 | 2024-01-15T21:27:39.637Z | restart_fmri: |
140 | 2024-01-15T21:27:39.637Z | svc:/system/update-man-index:default |
141 | 2024-01-15T21:27:39.812Z | |
142 | 2024-01-15T21:27:39.812Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-01-15T21:28:06.157Z | Download: 212/3290 items 1.3/212.6MB 0% complete |
144 | 2024-01-15T21:28:11.157Z | Download: 1187/3290 items 74.3/212.6MB 34% complete (14.5M/s) |
145 | 2024-01-15T21:28:16.168Z | Download: 1451/3290 items 115.8/212.6MB 54% complete (11.7M/s) |
146 | 2024-01-15T21:28:21.167Z | Download: 3097/3290 items 121.8/212.6MB 57% complete (4.9M/s) |
147 | 2024-01-15T21:28:24.023Z | Download: Completed 212.60 MB in 44.22 seconds (4.8M/s) |
148 | 2024-01-15T21:28:24.546Z | Actions: 1/3689 actions (Installing new actions) |
149 | 2024-01-15T21:28:29.785Z | Actions: 2903/3689 actions (Installing new actions) |
150 | 2024-01-15T21:28:32.198Z | Actions: Completed 3689 actions in 7.65 seconds. |
151 | 2024-01-15T21:28:32.482Z | Done (0.227s) |
152 | 2024-01-15T21:28:32.482Z | Done (0.000s) |
153 | 2024-01-15T21:28:32.744Z | Done (0.311s) |
154 | 2024-01-15T21:28:40.095Z | Done (7.212s) |
155 | 2024-01-15T21:28:40.340Z | Done (0.143s) |
156 | 2024-01-15T21:28:40.343Z | Done (0.000s) |
157 | 2024-01-15T21:28:40.567Z | Done (0.000s) |
158 | 2024-01-15T21:28:41.333Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-01-15T21:28:41.631Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-01-15T21:28:41.634Z | Planning: Consolidating action changes ... Done |
161 | 2024-01-15T21:28:42.092Z | Planning: Evaluating mediators ... Done |
162 | 2024-01-15T21:28:42.098Z | Planning: Planning completed in 0.76 seconds |
163 | 2024-01-15T21:28:42.150Z | Mediators to change: 2 |
164 | 2024-01-15T21:28:42.150Z | Create boot environment: No |
165 | 2024-01-15T21:28:42.153Z | Create backup boot environment: No |
166 | 2024-01-15T21:28:42.299Z | Done |
167 | 2024-01-15T21:28:42.299Z | Done |
168 | 2024-01-15T21:28:42.494Z | Done |
169 | 2024-01-15T21:28:48.626Z | Done |
170 | 2024-01-15T21:28:48.749Z | Done |
171 | 2024-01-15T21:28:48.754Z | Done |
172 | 2024-01-15T21:28:48.893Z | Done |
173 | 2024-01-15T21:28:49.918Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-01-15T21:28:49.922Z | Planning: Merging actions ... Done |
175 | 2024-01-15T21:28:50.258Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-01-15T21:28:50.262Z | Planning: Consolidating action changes ... Done |
177 | 2024-01-15T21:28:50.698Z | Planning: Evaluating mediators ... Done |
178 | 2024-01-15T21:28:50.790Z | Planning: Planning completed in 1.32 seconds |
179 | 2024-01-15T21:28:50.849Z | Packages to change: 1 |
180 | 2024-01-15T21:28:50.849Z | Mediators to change: 1 |
181 | 2024-01-15T21:28:50.849Z | Services to change: 1 |
182 | 2024-01-15T21:28:50.849Z | Create boot environment: No |
183 | 2024-01-15T21:28:50.852Z | Create backup boot environment: Yes |
184 | 2024-01-15T21:28:52.841Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-01-15T21:28:52.844Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-01-15T21:28:52.844Z | Done |
187 | 2024-01-15T21:28:52.844Z | Done |
188 | 2024-01-15T21:28:52.914Z | Done |
189 | 2024-01-15T21:28:58.942Z | Done |
190 | 2024-01-15T21:28:59.076Z | Done |
191 | 2024-01-15T21:28:59.088Z | Done |
192 | 2024-01-15T21:28:59.199Z | Done |
193 | 2024-01-15T21:28:59.880Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-01-15T21:28:59.880Z | clang system 15 system |
195 | 2024-01-15T21:28:59.882Z | csh system system illumos |
196 | 2024-01-15T21:28:59.882Z | ctags system system illumos |
197 | 2024-01-15T21:28:59.882Z | gcc vendor 12 vendor |
198 | 2024-01-15T21:28:59.882Z | gcc system 10 system |
199 | 2024-01-15T21:28:59.882Z | gcc system 7 system |
200 | 2024-01-15T21:28:59.882Z | go system 1.20 system |
201 | 2024-01-15T21:28:59.883Z | go system 1.19 system |
202 | 2024-01-15T21:28:59.883Z | llvm system 15 system |
203 | 2024-01-15T21:28:59.883Z | llvm system 14 system |
204 | 2024-01-15T21:28:59.883Z | mariadb system 10.6 system |
205 | 2024-01-15T21:28:59.883Z | mta vendor vendor dma |
206 | 2024-01-15T21:28:59.883Z | openjdk system 17 system |
207 | 2024-01-15T21:28:59.883Z | openjdk system 11 system |
208 | 2024-01-15T21:28:59.883Z | openjdk system 1.8 system |
209 | 2024-01-15T21:28:59.883Z | openssl vendor 3 vendor |
210 | 2024-01-15T21:28:59.883Z | perl system 5.36 system |
211 | 2024-01-15T21:28:59.883Z | postgresql system 15 system |
212 | 2024-01-15T21:28:59.883Z | postgresql system 13 system |
213 | 2024-01-15T21:28:59.884Z | python vendor 3 vendor |
214 | 2024-01-15T21:28:59.884Z | python system 2 system |
215 | 2024-01-15T21:28:59.884Z | python3 system 3.11 system |
216 | 2024-01-15T21:28:59.884Z | ruby system 3.0 system |
217 | 2024-01-15T21:28:59.884Z | words vendor vendor american-english |
218 | 2024-01-15T21:28:59.884Z | words system system australian-english |
219 | 2024-01-15T21:28:59.884Z | words system system british-english |
220 | 2024-01-15T21:28:59.885Z | words system system canadian-english |
221 | 2024-01-15T21:28:59.885Z | words system system french |
222 | 2024-01-15T21:28:59.886Z | words system system italian |
223 | 2024-01-15T21:28:59.886Z | words system system ngerman |
224 | 2024-01-15T21:28:59.886Z | words system system ogerman |
225 | 2024-01-15T21:28:59.886Z | words system system spanish |
226 | 2024-01-15T21:29:00.434Z | FMRI IFO |
227 | 2024-01-15T21:29:00.434Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-01-15T21:29:00.434Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-01-15T21:29:00.434Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-01-15T21:29:00.435Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-01-15T21:29:00.435Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-01-15T21:29:00.435Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-01-15T21:29:00.435Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
234 | 2024-01-15T21:29:00.435Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-01-15T21:29:00.515Z | + set -o errexit |
236 | 2024-01-15T21:29:00.532Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2024-01-15T21:29:00.532Z | ++ cd ./tools |
238 | 2024-01-15T21:29:00.533Z | ++ pwd |
239 | 2024-01-15T21:29:00.533Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2024-01-15T21:29:00.533Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2024-01-15T21:29:00.533Z | + ARG0=ci_download_cockroachdb |
242 | 2024-01-15T21:29:00.534Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2024-01-15T21:29:00.534Z | + CIDL_VERSION=v22.1.9 |
244 | 2024-01-15T21:29:00.534Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2024-01-15T21:29:00.535Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2024-01-15T21:29:00.535Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2024-01-15T21:29:00.536Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2024-01-15T21:29:00.536Z | + TARGET_DIR=out |
249 | 2024-01-15T21:29:00.536Z | + DOWNLOAD_DIR=out/downloads |
250 | 2024-01-15T21:29:00.536Z | + DEST_DIR=./out/cockroachdb |
251 | 2024-01-15T21:29:00.536Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2024-01-15T21:29:00.536Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2024-01-15T21:29:00.536Z | + main |
254 | 2024-01-15T21:29:00.536Z | + [[ 0 != 0 ]] |
255 | 2024-01-15T21:29:00.536Z | + CIDL_OS=solaris2.11 |
256 | 2024-01-15T21:29:00.536Z | + [[ 0 != 0 ]] |
257 | 2024-01-15T21:29:00.536Z | + configure_os solaris2.11 |
258 | 2024-01-15T21:29:00.536Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2024-01-15T21:29:00.537Z | current directory: /work/oxidecomputer/omicron |
260 | 2024-01-15T21:29:00.537Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2024-01-15T21:29:00.537Z | + case "$1" in |
262 | 2024-01-15T21:29:00.537Z | configuring based on OS: "solaris2.11" |
263 | 2024-01-15T21:29:00.537Z | + CIDL_BUILD=illumos |
264 | 2024-01-15T21:29:00.537Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-01-15T21:29:00.537Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2024-01-15T21:29:00.537Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2024-01-15T21:29:00.537Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-01-15T21:29:00.537Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-01-15T21:29:00.537Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-01-15T21:29:00.537Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-01-15T21:29:00.537Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-01-15T21:29:00.537Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-01-15T21:29:00.537Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-01-15T21:29:00.537Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-01-15T21:29:00.537Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-01-15T21:29:00.537Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-01-15T21:29:00.537Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-01-15T21:29:00.537Z | + mkdir -p out/downloads |
279 | 2024-01-15T21:29:00.537Z | + mkdir -p ./out/cockroachdb |
280 | 2024-01-15T21:29:00.537Z | + local DO_DOWNLOAD=true |
281 | 2024-01-15T21:29:00.537Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2024-01-15T21:29:00.537Z | + '[' true == true ']' |
283 | 2024-01-15T21:29:00.538Z | + echo Downloading... |
284 | 2024-01-15T21:29:00.538Z | Downloading... |
285 | 2024-01-15T21:29:00.538Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-01-15T21:29:00.538Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-01-15T21:29:02.904Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-01-15T21:29:02.908Z | ++ md5sum |
289 | 2024-01-15T21:29:02.908Z | ++ awk '{print $1}' |
290 | 2024-01-15T21:29:03.125Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2024-01-15T21:29:03.125Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
292 | 2024-01-15T21:29:03.125Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-01-15T21:29:03.129Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2024-01-15T21:29:06.752Z | + do_assemble_illumos |
295 | 2024-01-15T21:29:06.752Z | + rm -r ./out/cockroachdb |
296 | 2024-01-15T21:29:06.755Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2024-01-15T21:29:07.348Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2024-01-15T21:29:07.596Z | Build Tag: v22.1.9-dirty |
299 | 2024-01-15T21:29:07.597Z | Build Time: 2022/10/26 21:17:46 |
300 | 2024-01-15T21:29:07.597Z | Distribution: OSS |
301 | 2024-01-15T21:29:07.597Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2024-01-15T21:29:07.597Z | Go Version: go1.17.13 |
303 | 2024-01-15T21:29:07.597Z | C Compiler: gcc 10.3.0 |
304 | 2024-01-15T21:29:07.597Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2024-01-15T21:29:07.597Z | Build Type: release |
306 | 2024-01-15T21:29:07.620Z | + set -o errexit |
307 | 2024-01-15T21:29:07.623Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2024-01-15T21:29:07.626Z | ++ cd ./tools |
309 | 2024-01-15T21:29:07.626Z | ++ pwd |
310 | 2024-01-15T21:29:07.626Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2024-01-15T21:29:07.626Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2024-01-15T21:29:07.630Z | + ARG0=ci_download_clickhouse |
313 | 2024-01-15T21:29:07.630Z | + TARGET_DIR=out |
314 | 2024-01-15T21:29:07.630Z | + DOWNLOAD_DIR=out/downloads |
315 | 2024-01-15T21:29:07.630Z | + DEST_DIR=./out/clickhouse |
316 | 2024-01-15T21:29:07.630Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2024-01-15T21:29:07.630Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2024-01-15T21:29:07.630Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2024-01-15T21:29:07.630Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2024-01-15T21:29:07.630Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2024-01-15T21:29:07.630Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2024-01-15T21:29:07.630Z | + main |
323 | 2024-01-15T21:29:07.630Z | + [[ 0 != 0 ]] |
324 | 2024-01-15T21:29:07.631Z | + CIDL_OS=solaris2.11 |
325 | 2024-01-15T21:29:07.631Z | + [[ 0 != 0 ]] |
326 | 2024-01-15T21:29:07.631Z | + configure_os solaris2.11 |
327 | 2024-01-15T21:29:07.631Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2024-01-15T21:29:07.631Z | current directory: /work/oxidecomputer/omicron |
329 | 2024-01-15T21:29:07.631Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2024-01-15T21:29:07.631Z | + CIDL_DASHREV= |
331 | 2024-01-15T21:29:07.631Z | + case "$1" in |
332 | 2024-01-15T21:29:07.631Z | configuring based on OS: "solaris2.11" |
333 | 2024-01-15T21:29:07.631Z | + CIDL_PLATFORM=illumos |
334 | 2024-01-15T21:29:07.631Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2024-01-15T21:29:07.631Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2024-01-15T21:29:07.631Z | + CIDL_DASHREV=-1 |
337 | 2024-01-15T21:29:07.631Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2024-01-15T21:29:07.631Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-01-15T21:29:07.631Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-01-15T21:29:07.631Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-01-15T21:29:07.631Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2024-01-15T21:29:07.631Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-01-15T21:29:07.631Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-01-15T21:29:07.631Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2024-01-15T21:29:07.632Z | + mkdir -p out/downloads |
346 | 2024-01-15T21:29:07.635Z | + mkdir -p ./out/clickhouse |
347 | 2024-01-15T21:29:07.636Z | + local DO_DOWNLOAD=true |
348 | 2024-01-15T21:29:07.636Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2024-01-15T21:29:07.636Z | + '[' true == true ']' |
350 | 2024-01-15T21:29:07.636Z | + echo Downloading... |
351 | 2024-01-15T21:29:07.636Z | Downloading... |
352 | 2024-01-15T21:29:07.636Z | + 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 |
353 | 2024-01-15T21:29:07.636Z | + 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 |
354 | 2024-01-15T21:29:08.969Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2024-01-15T21:29:08.972Z | ++ md5sum |
356 | 2024-01-15T21:29:08.972Z | ++ awk '{print $1}' |
357 | 2024-01-15T21:29:09.245Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-01-15T21:29:09.245Z | + [[ 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 ]] |
359 | 2024-01-15T21:29:09.245Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2024-01-15T21:29:09.248Z | + mkdir -p ./out/clickhouse |
361 | 2024-01-15T21:29:09.248Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2024-01-15T21:29:14.387Z | + ./out/clickhouse/clickhouse server --version |
363 | 2024-01-15T21:29:14.443Z | ClickHouse server version 22.8.9.1. |
364 | 2024-01-15T21:29:14.465Z | + set -o errexit |
365 | 2024-01-15T21:29:14.474Z | +++ dirname ./tools/ci_download_console |
366 | 2024-01-15T21:29:14.474Z | ++ cd ./tools |
367 | 2024-01-15T21:29:14.474Z | ++ pwd |
368 | 2024-01-15T21:29:14.474Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2024-01-15T21:29:14.474Z | ++ basename ./tools/ci_download_console |
370 | 2024-01-15T21:29:14.474Z | + ARG0=ci_download_console |
371 | 2024-01-15T21:29:14.474Z | + TARGET_DIR=out |
372 | 2024-01-15T21:29:14.474Z | + DOWNLOAD_DIR=out/downloads |
373 | 2024-01-15T21:29:14.475Z | + DEST_DIR=./out/console-assets |
374 | 2024-01-15T21:29:14.475Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2024-01-15T21:29:14.475Z | ++ COMMIT=367142c5ed711e6dcfc59586277775020625bd6a |
376 | 2024-01-15T21:29:14.475Z | ++ SHA2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 |
377 | 2024-01-15T21:29:14.475Z | + URL=https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
378 | 2024-01-15T21:29:14.475Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2024-01-15T21:29:14.483Z | + main |
380 | 2024-01-15T21:29:14.483Z | + [[ 0 != 0 ]] |
381 | 2024-01-15T21:29:14.484Z | + echo 'URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz' |
382 | 2024-01-15T21:29:14.484Z | URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
383 | 2024-01-15T21:29:14.484Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2024-01-15T21:29:14.484Z | Local file: out/downloads/console.tar.gz |
385 | 2024-01-15T21:29:14.484Z | + local DO_DOWNLOAD=true |
386 | 2024-01-15T21:29:14.484Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2024-01-15T21:29:14.485Z | + mkdir -p out/downloads |
388 | 2024-01-15T21:29:14.485Z | + '[' true == true ']' |
389 | 2024-01-15T21:29:14.485Z | + echo Downloading... |
390 | 2024-01-15T21:29:14.485Z | Downloading... |
391 | 2024-01-15T21:29:14.485Z | + do_download_curl https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz out/downloads/console.tar.gz |
392 | 2024-01-15T21:29:14.485Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
393 | 2024-01-15T21:29:15.009Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2024-01-15T21:29:15.009Z | ++ case "$OSTYPE" in |
395 | 2024-01-15T21:29:15.012Z | ++ SHA=sha256sum |
396 | 2024-01-15T21:29:15.012Z | ++ sha256sum |
397 | 2024-01-15T21:29:15.012Z | ++ awk '{print $1}' |
398 | 2024-01-15T21:29:15.065Z | + calculated_sha2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 |
399 | 2024-01-15T21:29:15.065Z | + [[ 7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 != \7\e\0\6\1\1\6\5\9\5\0\f\c\0\6\4\8\1\1\c\c\5\f\2\6\d\7\b\7\b\d\1\0\2\c\0\d\f\6\3\7\9\7\e\f\0\5\c\f\7\3\d\7\3\7\c\2\f\d\c\e\b\8\7 ]] |
400 | 2024-01-15T21:29:15.066Z | + rm -rf ./out/console-assets |
401 | 2024-01-15T21:29:15.071Z | + mkdir -p ./out/console-assets |
402 | 2024-01-15T21:29:15.071Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2024-01-15T21:29:15.071Z | + mkdir -p ./out/console-assets |
404 | 2024-01-15T21:29:15.075Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2024-01-15T21:29:15.213Z | + set -o errexit |
406 | 2024-01-15T21:29:15.216Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2024-01-15T21:29:15.219Z | ++ cd ./tools |
408 | 2024-01-15T21:29:15.219Z | ++ pwd |
409 | 2024-01-15T21:29:15.219Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2024-01-15T21:29:15.219Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2024-01-15T21:29:15.223Z | + ARG0=ci_download_maghemite_openapi |
412 | 2024-01-15T21:29:15.223Z | + TARGET_DIR=out |
413 | 2024-01-15T21:29:15.223Z | + DOWNLOAD_DIR=out/downloads |
414 | 2024-01-15T21:29:15.223Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2024-01-15T21:29:15.223Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
416 | 2024-01-15T21:29:15.223Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2024-01-15T21:29:15.223Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
418 | 2024-01-15T21:29:15.223Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
419 | 2024-01-15T21:29:15.224Z | + main |
420 | 2024-01-15T21:29:15.224Z | + [[ 0 != 0 ]] |
421 | 2024-01-15T21:29:15.224Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
422 | 2024-01-15T21:29:15.224Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
423 | 2024-01-15T21:29:15.224Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
424 | 2024-01-15T21:29:15.224Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
425 | 2024-01-15T21:29:15.224Z | + local DO_DOWNLOAD=true |
426 | 2024-01-15T21:29:15.224Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
427 | 2024-01-15T21:29:15.224Z | + mkdir -p out/downloads |
428 | 2024-01-15T21:29:15.227Z | + '[' true == true ']' |
429 | 2024-01-15T21:29:15.228Z | + echo Downloading... |
430 | 2024-01-15T21:29:15.228Z | Downloading... |
431 | 2024-01-15T21:29:15.228Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
432 | 2024-01-15T21:29:15.228Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
433 | 2024-01-15T21:29:15.420Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
434 | 2024-01-15T21:29:15.423Z | ++ case "$OSTYPE" in |
435 | 2024-01-15T21:29:15.423Z | ++ SHA=sha256sum |
436 | 2024-01-15T21:29:15.423Z | ++ sha256sum |
437 | 2024-01-15T21:29:15.423Z | ++ awk '{print $1}' |
438 | 2024-01-15T21:29:15.427Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2024-01-15T21:29:15.427Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
440 | 2024-01-15T21:29:15.428Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2024-01-15T21:29:15.428Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
442 | 2024-01-15T21:29:15.428Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
443 | 2024-01-15T21:29:15.428Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
444 | 2024-01-15T21:29:15.428Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
445 | 2024-01-15T21:29:15.428Z | + main |
446 | 2024-01-15T21:29:15.428Z | + [[ 0 != 0 ]] |
447 | 2024-01-15T21:29:15.428Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
448 | 2024-01-15T21:29:15.428Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
449 | 2024-01-15T21:29:15.428Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
450 | 2024-01-15T21:29:15.428Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
451 | 2024-01-15T21:29:15.428Z | + local DO_DOWNLOAD=true |
452 | 2024-01-15T21:29:15.428Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
453 | 2024-01-15T21:29:15.428Z | + mkdir -p out/downloads |
454 | 2024-01-15T21:29:15.435Z | + '[' true == true ']' |
455 | 2024-01-15T21:29:15.435Z | + echo Downloading... |
456 | 2024-01-15T21:29:15.435Z | Downloading... |
457 | 2024-01-15T21:29:15.435Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2024-01-15T21:29:15.435Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
459 | 2024-01-15T21:29:15.578Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
460 | 2024-01-15T21:29:15.578Z | ++ case "$OSTYPE" in |
461 | 2024-01-15T21:29:15.578Z | ++ SHA=sha256sum |
462 | 2024-01-15T21:29:15.581Z | ++ sha256sum |
463 | 2024-01-15T21:29:15.581Z | ++ awk '{print $1}' |
464 | 2024-01-15T21:29:15.585Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
465 | 2024-01-15T21:29:15.585Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
466 | 2024-01-15T21:29:15.590Z | + set -o errexit |
467 | 2024-01-15T21:29:15.600Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2024-01-15T21:29:15.600Z | ++ cd ./tools |
469 | 2024-01-15T21:29:15.600Z | ++ pwd |
470 | 2024-01-15T21:29:15.600Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2024-01-15T21:29:15.600Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2024-01-15T21:29:15.600Z | + ARG0=ci_download_dendrite_openapi |
473 | 2024-01-15T21:29:15.600Z | + TARGET_DIR=out |
474 | 2024-01-15T21:29:15.600Z | + DOWNLOAD_DIR=out/downloads |
475 | 2024-01-15T21:29:15.600Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2024-01-15T21:29:15.600Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
477 | 2024-01-15T21:29:15.600Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
478 | 2024-01-15T21:29:15.600Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
479 | 2024-01-15T21:29:15.600Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
480 | 2024-01-15T21:29:15.600Z | + main |
481 | 2024-01-15T21:29:15.600Z | + [[ 0 != 0 ]] |
482 | 2024-01-15T21:29:15.600Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
483 | 2024-01-15T21:29:15.601Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
484 | 2024-01-15T21:29:15.601Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
485 | 2024-01-15T21:29:15.601Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
486 | 2024-01-15T21:29:15.601Z | + local DO_DOWNLOAD=true |
487 | 2024-01-15T21:29:15.601Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
488 | 2024-01-15T21:29:15.601Z | + mkdir -p out/downloads |
489 | 2024-01-15T21:29:15.604Z | + '[' true == true ']' |
490 | 2024-01-15T21:29:15.605Z | + echo Downloading... |
491 | 2024-01-15T21:29:15.605Z | Downloading... |
492 | 2024-01-15T21:29:15.605Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
493 | 2024-01-15T21:29:15.605Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
494 | 2024-01-15T21:29:15.801Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
495 | 2024-01-15T21:29:15.801Z | ++ case "$OSTYPE" in |
496 | 2024-01-15T21:29:15.801Z | ++ SHA=sha256sum |
497 | 2024-01-15T21:29:15.805Z | ++ sha256sum |
498 | 2024-01-15T21:29:15.805Z | ++ awk '{print $1}' |
499 | 2024-01-15T21:29:15.808Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
500 | 2024-01-15T21:29:15.811Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
501 | 2024-01-15T21:29:15.818Z | + set -o errexit |
502 | 2024-01-15T21:29:15.824Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2024-01-15T21:29:15.837Z | ++ cd ./tools |
504 | 2024-01-15T21:29:15.837Z | ++ pwd |
505 | 2024-01-15T21:29:15.837Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2024-01-15T21:29:15.837Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2024-01-15T21:29:15.837Z | + ARG0=ci_download_dendrite_stub |
508 | 2024-01-15T21:29:15.837Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2024-01-15T21:29:15.837Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
510 | 2024-01-15T21:29:15.837Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
511 | 2024-01-15T21:29:15.837Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
512 | 2024-01-15T21:29:15.837Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2024-01-15T21:29:15.837Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
514 | 2024-01-15T21:29:15.837Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
515 | 2024-01-15T21:29:15.837Z | + TARGET_DIR=out |
516 | 2024-01-15T21:29:15.837Z | + DOWNLOAD_DIR=out/downloads |
517 | 2024-01-15T21:29:15.837Z | + DEST_DIR=./out/dendrite-stub |
518 | 2024-01-15T21:29:15.837Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2024-01-15T21:29:15.838Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2024-01-15T21:29:15.838Z | + REPO=oxidecomputer/dendrite |
521 | 2024-01-15T21:29:15.838Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
522 | 2024-01-15T21:29:15.838Z | + main |
523 | 2024-01-15T21:29:15.838Z | + [[ 0 != 0 ]] |
524 | 2024-01-15T21:29:15.838Z | + CIDL_OS=solaris2.11 |
525 | 2024-01-15T21:29:15.838Z | + [[ 0 != 0 ]] |
526 | 2024-01-15T21:29:15.838Z | + configure_os solaris2.11 |
527 | 2024-01-15T21:29:15.838Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2024-01-15T21:29:15.838Z | current directory: /work/oxidecomputer/omicron |
529 | 2024-01-15T21:29:15.838Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2024-01-15T21:29:15.838Z | + case "$1" in |
531 | 2024-01-15T21:29:15.838Z | configuring based on OS: "solaris2.11" |
532 | 2024-01-15T21:29:15.838Z | + SET_BINARIES= |
533 | 2024-01-15T21:29:15.838Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
534 | 2024-01-15T21:29:15.838Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2024-01-15T21:29:15.838Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2024-01-15T21:29:15.838Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
537 | 2024-01-15T21:29:15.838Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2024-01-15T21:29:15.840Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
539 | 2024-01-15T21:29:15.840Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
540 | 2024-01-15T21:29:15.840Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2024-01-15T21:29:15.840Z | + mkdir -p out/downloads |
542 | 2024-01-15T21:29:15.840Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2024-01-15T21:29:15.840Z | + mkdir -p ./out/dendrite-stub |
544 | 2024-01-15T21:29:15.840Z | + fetch_and_verify |
545 | 2024-01-15T21:29:15.840Z | + local DO_DOWNLOAD=true |
546 | 2024-01-15T21:29:15.840Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2024-01-15T21:29:15.840Z | + '[' true == true ']' |
548 | 2024-01-15T21:29:15.840Z | + echo Downloading... |
549 | 2024-01-15T21:29:15.840Z | Downloading... |
550 | 2024-01-15T21:29:15.841Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2024-01-15T21:29:15.841Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
552 | 2024-01-15T21:29:22.598Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2024-01-15T21:29:22.601Z | ++ sha256sum |
554 | 2024-01-15T21:29:22.601Z | ++ awk '{print $1}' |
555 | 2024-01-15T21:29:22.704Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
556 | 2024-01-15T21:29:22.704Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
557 | 2024-01-15T21:29:22.704Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2024-01-15T21:29:22.713Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2024-01-15T21:29:23.894Z | + do_assemble |
560 | 2024-01-15T21:29:23.894Z | + rm -r ./out/dendrite-stub |
561 | 2024-01-15T21:29:23.897Z | + mkdir ./out/dendrite-stub |
562 | 2024-01-15T21:29:23.897Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2024-01-15T21:29:24.083Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2024-01-15T21:29:24.095Z | + set -o errexit |
565 | 2024-01-15T21:29:24.514Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2024-01-15T21:29:24.514Z | ++ cd ./tools |
567 | 2024-01-15T21:29:24.514Z | ++ pwd |
568 | 2024-01-15T21:29:24.514Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2024-01-15T21:29:24.525Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2024-01-15T21:29:24.527Z | + ARG0=ci_download_maghemite_mgd |
571 | 2024-01-15T21:29:24.528Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2024-01-15T21:29:24.528Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
573 | 2024-01-15T21:29:24.528Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
574 | 2024-01-15T21:29:24.528Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2024-01-15T21:29:24.528Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
576 | 2024-01-15T21:29:24.529Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
577 | 2024-01-15T21:29:24.529Z | + TARGET_DIR=out |
578 | 2024-01-15T21:29:24.529Z | + DOWNLOAD_DIR=out/downloads |
579 | 2024-01-15T21:29:24.529Z | + DEST_DIR=./out/mgd |
580 | 2024-01-15T21:29:24.529Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2024-01-15T21:29:24.529Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2024-01-15T21:29:24.529Z | + REPO=oxidecomputer/maghemite |
583 | 2024-01-15T21:29:24.529Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
584 | 2024-01-15T21:29:24.529Z | + main |
585 | 2024-01-15T21:29:24.530Z | + [[ 0 != 0 ]] |
586 | 2024-01-15T21:29:24.530Z | + CIDL_OS=solaris2.11 |
587 | 2024-01-15T21:29:24.530Z | + [[ 0 != 0 ]] |
588 | 2024-01-15T21:29:24.530Z | + configure_os solaris2.11 |
589 | 2024-01-15T21:29:24.530Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2024-01-15T21:29:24.530Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-01-15T21:29:24.530Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2024-01-15T21:29:24.531Z | + case "$1" in |
593 | 2024-01-15T21:29:24.531Z | configuring based on OS: "solaris2.11" |
594 | 2024-01-15T21:29:24.531Z | + SET_BINARIES= |
595 | 2024-01-15T21:29:24.531Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2024-01-15T21:29:24.534Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2024-01-15T21:29:24.534Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
598 | 2024-01-15T21:29:24.534Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2024-01-15T21:29:24.534Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
600 | 2024-01-15T21:29:24.535Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
601 | 2024-01-15T21:29:24.535Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2024-01-15T21:29:24.535Z | + mkdir -p out/downloads |
603 | 2024-01-15T21:29:24.535Z | Local file: out/downloads/mgd.tar.gz |
604 | 2024-01-15T21:29:24.535Z | + mkdir -p ./out/mgd |
605 | 2024-01-15T21:29:24.535Z | + fetch_and_verify |
606 | 2024-01-15T21:29:24.535Z | + local DO_DOWNLOAD=true |
607 | 2024-01-15T21:29:24.536Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2024-01-15T21:29:24.536Z | + '[' true == true ']' |
609 | 2024-01-15T21:29:24.536Z | Downloading... |
610 | 2024-01-15T21:29:24.536Z | + echo Downloading... |
611 | 2024-01-15T21:29:24.536Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2024-01-15T21:29:24.536Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
613 | 2024-01-15T21:29:27.380Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2024-01-15T21:29:27.383Z | ++ sha256sum |
615 | 2024-01-15T21:29:27.383Z | ++ awk '{print $1}' |
616 | 2024-01-15T21:29:27.456Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
617 | 2024-01-15T21:29:27.456Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
618 | 2024-01-15T21:29:27.459Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2024-01-15T21:29:27.459Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2024-01-15T21:29:28.211Z | + do_assemble |
621 | 2024-01-15T21:29:28.211Z | + rm -r ./out/mgd |
622 | 2024-01-15T21:29:28.215Z | + mkdir ./out/mgd |
623 | 2024-01-15T21:29:28.215Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2024-01-15T21:29:28.390Z | + set -o errexit |
625 | 2024-01-15T21:29:28.394Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2024-01-15T21:29:28.397Z | ++ cd ./tools |
627 | 2024-01-15T21:29:28.397Z | ++ pwd |
628 | 2024-01-15T21:29:28.398Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2024-01-15T21:29:28.398Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2024-01-15T21:29:28.402Z | + ARG0=ci_download_transceiver_control |
631 | 2024-01-15T21:29:28.402Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2024-01-15T21:29:28.402Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2024-01-15T21:29:28.402Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2024-01-15T21:29:28.402Z | + TARGET_DIR=out |
635 | 2024-01-15T21:29:28.403Z | + DOWNLOAD_DIR=out/downloads |
636 | 2024-01-15T21:29:28.403Z | + DEST_DIR=./out/transceiver-control |
637 | 2024-01-15T21:29:28.403Z | + BIN_DIR=/opt/oxide/bin |
638 | 2024-01-15T21:29:28.403Z | + BINARY=xcvradm |
639 | 2024-01-15T21:29:28.403Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2024-01-15T21:29:28.403Z | + REPO=oxidecomputer/transceiver-control |
641 | 2024-01-15T21:29:28.403Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-01-15T21:29:28.403Z | + main |
643 | 2024-01-15T21:29:28.403Z | + [[ 0 != 0 ]] |
644 | 2024-01-15T21:29:28.403Z | + CIDL_OS=solaris2.11 |
645 | 2024-01-15T21:29:28.403Z | + [[ 0 != 0 ]] |
646 | 2024-01-15T21:29:28.403Z | + configure_os solaris2.11 |
647 | 2024-01-15T21:29:28.403Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2024-01-15T21:29:28.403Z | current directory: /work/oxidecomputer/omicron |
649 | 2024-01-15T21:29:28.403Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2024-01-15T21:29:28.403Z | configuring based on OS: "solaris2.11" |
651 | 2024-01-15T21:29:28.403Z | + case "$1" in |
652 | 2024-01-15T21:29:28.403Z | + SET_BINARIES= |
653 | 2024-01-15T21:29:28.403Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-01-15T21:29:28.403Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2024-01-15T21:29:28.403Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2024-01-15T21:29:28.403Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2024-01-15T21:29:28.403Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2024-01-15T21:29:28.404Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2024-01-15T21:29:28.404Z | + echo 'Local file: out/downloads/xcvradm.gz' |
660 | 2024-01-15T21:29:28.404Z | + mkdir -p out/downloads |
661 | 2024-01-15T21:29:28.404Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-01-15T21:29:28.404Z | Local file: out/downloads/xcvradm.gz |
663 | 2024-01-15T21:29:28.407Z | + mkdir -p ./out/transceiver-control |
664 | 2024-01-15T21:29:28.407Z | + fetch_and_verify |
665 | 2024-01-15T21:29:28.407Z | + local DO_DOWNLOAD=true |
666 | 2024-01-15T21:29:28.407Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2024-01-15T21:29:28.407Z | + '[' true == true ']' |
668 | 2024-01-15T21:29:28.407Z | + echo Downloading... |
669 | 2024-01-15T21:29:28.407Z | Downloading... |
670 | 2024-01-15T21:29:28.407Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2024-01-15T21:29:28.407Z | + 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 |
672 | 2024-01-15T21:29:32.154Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2024-01-15T21:29:32.157Z | ++ sha256sum |
674 | 2024-01-15T21:29:32.157Z | ++ awk '{print $1}' |
675 | 2024-01-15T21:29:32.180Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2024-01-15T21:29:32.180Z | + [[ 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 ]] |
677 | 2024-01-15T21:29:32.183Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2024-01-15T21:29:32.183Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2024-01-15T21:29:32.185Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2024-01-15T21:29:32.366Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2024-01-15T21:29:32.369Z | + do_assemble |
682 | 2024-01-15T21:29:32.369Z | + rm -r ./out/transceiver-control |
683 | 2024-01-15T21:29:32.369Z | + mkdir ./out/transceiver-control |
684 | 2024-01-15T21:29:32.369Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2024-01-15T21:29:32.617Z | All prerequisites installed successfully |
686 | 2024-01-15T21:29:32.624Z | |
687 | 2024-01-15T21:29:32.624Z | real 2:14.237897661 |
688 | 2024-01-15T21:29:32.624Z | user 52.697075702 |
689 | 2024-01-15T21:29:32.624Z | sys 10.782375343 |
690 | 2024-01-15T21:29:32.624Z | trap 0.025062468 |
691 | 2024-01-15T21:29:32.624Z | tflt 0.183537065 |
692 | 2024-01-15T21:29:32.624Z | dflt 0.339509713 |
693 | 2024-01-15T21:29:32.625Z | kflt 0.216016941 |
694 | 2024-01-15T21:29:32.625Z | lock 1.956271614 |
695 | 2024-01-15T21:29:32.625Z | slp 4:05.631048037 |
696 | 2024-01-15T21:29:32.625Z | lat 4.118003854 |
697 | 2024-01-15T21:29:32.625Z | stop 0.066557245 |
698 | 2024-01-15T21:29:32.625Z | + ptime -m ./tools/ci_download_softnpu_machinery |
699 | 2024-01-15T21:29:32.637Z | fetching npuzone |
700 | 2024-01-15T21:29:32.640Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
701 | 2024-01-15T21:29:32.640Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
702 | 2024-01-15T21:29:32.641Z | Getting hash for npuzone |
703 | 2024-01-15T21:29:32.844Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
704 | 2024-01-15T21:29:40.469Z | npuzone downloaded successfully |
705 | 2024-01-15T21:29:40.473Z | |
706 | 2024-01-15T21:29:40.473Z | real 7.851327952 |
707 | 2024-01-15T21:29:40.473Z | user 0.565895972 |
708 | 2024-01-15T21:29:40.473Z | sys 0.159654202 |
709 | 2024-01-15T21:29:40.473Z | trap 0.000042404 |
710 | 2024-01-15T21:29:40.473Z | tflt 0.000000000 |
711 | 2024-01-15T21:29:40.473Z | dflt 0.000000000 |
712 | 2024-01-15T21:29:40.473Z | kflt 0.000000000 |
713 | 2024-01-15T21:29:40.473Z | lock 0.000000000 |
714 | 2024-01-15T21:29:40.473Z | slp 22.620229297 |
715 | 2024-01-15T21:29:40.473Z | lat 0.172139901 |
716 | 2024-01-15T21:29:40.473Z | stop 0.000297804 |
717 | 2024-01-15T21:29:40.473Z | + export CARGO_INCREMENTAL=0 |
718 | 2024-01-15T21:29:40.473Z | + CARGO_INCREMENTAL=0 |
719 | 2024-01-15T21:29:40.473Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
720 | 2024-01-15T21:29:40.824Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2024-01-15T21:29:41.195Z | Updating crates.io index |
722 | 2024-01-15T21:29:41.201Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-01-15T21:29:42.099Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-01-15T21:29:44.402Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-01-15T21:29:45.045Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-01-15T21:29:45.383Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-01-15T21:29:45.656Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-01-15T21:29:45.970Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-01-15T21:29:47.079Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-01-15T21:29:49.473Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-01-15T21:29:50.466Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-01-15T21:29:50.778Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-01-15T21:29:51.333Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-01-15T21:29:51.801Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-01-15T21:29:52.319Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-01-15T21:29:52.611Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-01-15T21:29:53.053Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-01-15T21:29:53.375Z | Updating git repository `https://github.com/njaremko/samael` |
739 | 2024-01-15T21:29:53.845Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-01-15T21:29:54.631Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-01-15T21:29:55.163Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-01-15T21:29:55.611Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-01-15T21:29:56.927Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-01-15T21:29:57.350Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-01-15T21:30:00.328Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-01-15T21:30:00.722Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-01-15T21:30:01.088Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-01-15T21:30:02.840Z | Downloading crates ... |
749 | 2024-01-15T21:30:03.101Z | Downloaded adler v1.0.2 |
750 | 2024-01-15T21:30:03.124Z | Downloaded nodrop v0.1.14 |
751 | 2024-01-15T21:30:03.129Z | Downloaded match_cfg v0.1.0 |
752 | 2024-01-15T21:30:03.129Z | Downloaded matches v0.1.10 |
753 | 2024-01-15T21:30:03.133Z | Downloaded itertools v0.11.0 |
754 | 2024-01-15T21:30:03.153Z | Downloaded is_ci v1.1.1 |
755 | 2024-01-15T21:30:03.159Z | Downloaded lazy_static v1.4.0 |
756 | 2024-01-15T21:30:03.165Z | Downloaded bitfield v0.14.0 |
757 | 2024-01-15T21:30:03.172Z | Downloaded ciborium-io v0.2.1 |
758 | 2024-01-15T21:30:03.176Z | Downloaded colorchoice v1.0.0 |
759 | 2024-01-15T21:30:03.182Z | Downloaded is-terminal v0.4.9 |
760 | 2024-01-15T21:30:03.187Z | Downloaded crunchy v0.2.2 |
761 | 2024-01-15T21:30:03.191Z | Downloaded normalize-line-endings v0.3.0 |
762 | 2024-01-15T21:30:03.195Z | Downloaded atomicwrites v0.4.3 |
763 | 2024-01-15T21:30:03.199Z | Downloaded curve25519-dalek-derive v0.1.0 |
764 | 2024-01-15T21:30:03.202Z | Downloaded clap_lex v0.5.1 |
765 | 2024-01-15T21:30:03.208Z | Downloaded managed v0.8.0 |
766 | 2024-01-15T21:30:03.211Z | Downloaded crucible-workspace-hack v0.1.0 |
767 | 2024-01-15T21:30:03.214Z | Downloaded newtype_derive v0.1.6 |
768 | 2024-01-15T21:30:03.218Z | Downloaded array-init v0.0.4 |
769 | 2024-01-15T21:30:03.218Z | Downloaded bb8 v0.8.1 |
770 | 2024-01-15T21:30:03.221Z | Downloaded anstyle-query v1.0.0 |
771 | 2024-01-15T21:30:03.225Z | Downloaded num_enum v0.5.11 |
772 | 2024-01-15T21:30:03.236Z | Downloaded openssl-macros v0.1.1 |
773 | 2024-01-15T21:30:03.239Z | Downloaded number_prefix v0.4.0 |
774 | 2024-01-15T21:30:03.243Z | Downloaded openssl-probe v0.1.5 |
775 | 2024-01-15T21:30:03.247Z | Downloaded ascii-canvas v3.0.0 |
776 | 2024-01-15T21:30:03.250Z | Downloaded linear-map v1.2.0 |
777 | 2024-01-15T21:30:03.255Z | Downloaded num_enum_derive v0.5.11 |
778 | 2024-01-15T21:30:03.259Z | Downloaded num_cpus v1.16.0 |
779 | 2024-01-15T21:30:03.266Z | Downloaded shlex v1.1.0 |
780 | 2024-01-15T21:30:03.269Z | Downloaded serde-big-array v0.4.1 |
781 | 2024-01-15T21:30:03.276Z | Downloaded base64ct v1.6.0 |
782 | 2024-01-15T21:30:03.279Z | Downloaded num-complex v0.4.4 |
783 | 2024-01-15T21:30:03.283Z | Downloaded lalrpop-util v0.19.12 |
784 | 2024-01-15T21:30:03.286Z | Downloaded textwrap v0.11.0 |
785 | 2024-01-15T21:30:03.291Z | Downloaded toml_datetime v0.6.5 |
786 | 2024-01-15T21:30:03.294Z | Downloaded md-5 v0.10.5 |
787 | 2024-01-15T21:30:03.297Z | Downloaded crossbeam-epoch v0.9.15 |
788 | 2024-01-15T21:30:03.305Z | Downloaded olpc-cjson v0.1.3 |
789 | 2024-01-15T21:30:03.310Z | Downloaded num-iter v0.1.43 |
790 | 2024-01-15T21:30:03.314Z | Downloaded proc-macro-error-attr v1.0.4 |
791 | 2024-01-15T21:30:03.318Z | Downloaded serde_path_to_error v0.1.15 |
792 | 2024-01-15T21:30:03.321Z | Downloaded sec1 v0.7.3 |
793 | 2024-01-15T21:30:03.321Z | Downloaded futures-executor v0.3.30 |
794 | 2024-01-15T21:30:03.325Z | Downloaded addr2line v0.21.0 |
795 | 2024-01-15T21:30:03.329Z | Downloaded siphasher v0.3.11 |
796 | 2024-01-15T21:30:03.336Z | Downloaded want v0.3.1 |
797 | 2024-01-15T21:30:03.339Z | Downloaded signature v2.1.0 |
798 | 2024-01-15T21:30:03.339Z | Downloaded waitgroup v0.1.2 |
799 | 2024-01-15T21:30:03.342Z | Downloaded foreign-types v0.3.2 |
800 | 2024-01-15T21:30:03.342Z | Downloaded signal-hook-tokio v0.3.1 |
801 | 2024-01-15T21:30:03.345Z | Downloaded sqlformat v0.2.3 |
802 | 2024-01-15T21:30:03.349Z | Downloaded difflib v0.4.0 |
803 | 2024-01-15T21:30:03.354Z | Downloaded darling v0.14.4 |
804 | 2024-01-15T21:30:03.358Z | Downloaded fxhash v0.2.1 |
805 | 2024-01-15T21:30:03.361Z | Downloaded const-oid v0.9.5 |
806 | 2024-01-15T21:30:03.366Z | Downloaded cc v1.0.83 |
807 | 2024-01-15T21:30:03.369Z | Downloaded impl-trait-for-tuples v0.2.2 |
808 | 2024-01-15T21:30:03.374Z | Downloaded endian-type v0.1.2 |
809 | 2024-01-15T21:30:03.379Z | Downloaded futures-sink v0.3.30 |
810 | 2024-01-15T21:30:03.379Z | Downloaded zeroize v1.7.0 |
811 | 2024-01-15T21:30:03.382Z | Downloaded anyhow v1.0.75 |
812 | 2024-01-15T21:30:03.426Z | Downloaded futures-task v0.3.30 |
813 | 2024-01-15T21:30:03.429Z | Downloaded serde_with_macros v3.4.0 |
814 | 2024-01-15T21:30:03.432Z | Downloaded peeking_take_while v0.1.2 |
815 | 2024-01-15T21:30:03.432Z | Downloaded path-slash v0.1.5 |
816 | 2024-01-15T21:30:03.432Z | Downloaded parse-size v1.0.0 |
817 | 2024-01-15T21:30:03.432Z | Downloaded shell-words v1.1.0 |
818 | 2024-01-15T21:30:03.432Z | Downloaded proc-macro-error v1.0.4 |
819 | 2024-01-15T21:30:03.432Z | Downloaded ref-cast v1.0.20 |
820 | 2024-01-15T21:30:03.432Z | Downloaded ahash v0.8.6 |
821 | 2024-01-15T21:30:03.432Z | Downloaded quick-error v1.2.3 |
822 | 2024-01-15T21:30:03.432Z | Downloaded predicates-core v1.0.6 |
823 | 2024-01-15T21:30:03.432Z | Downloaded rustls-pemfile v1.0.3 |
824 | 2024-01-15T21:30:03.436Z | Downloaded rustls-native-certs v0.6.3 |
825 | 2024-01-15T21:30:03.436Z | Downloaded precomputed-hash v0.1.1 |
826 | 2024-01-15T21:30:03.439Z | Downloaded group v0.13.0 |
827 | 2024-01-15T21:30:03.444Z | Downloaded futures-io v0.3.30 |
828 | 2024-01-15T21:30:03.444Z | Downloaded paste v1.0.14 |
829 | 2024-01-15T21:30:03.449Z | Downloaded foreign-types-macros v0.2.3 |
830 | 2024-01-15T21:30:03.452Z | Downloaded slog-async v2.8.0 |
831 | 2024-01-15T21:30:03.455Z | Downloaded ff v0.13.0 |
832 | 2024-01-15T21:30:03.458Z | Downloaded getrandom v0.2.10 |
833 | 2024-01-15T21:30:03.462Z | Downloaded parse-display-derive v0.8.2 |
834 | 2024-01-15T21:30:03.465Z | Downloaded diff v0.1.13 |
835 | 2024-01-15T21:30:03.472Z | Downloaded usdt-attr-macro v0.3.5 |
836 | 2024-01-15T21:30:03.476Z | Downloaded zone_cfg_derive v0.3.0 |
837 | 2024-01-15T21:30:03.476Z | Downloaded backtrace v0.3.69 |
838 | 2024-01-15T21:30:03.484Z | Downloaded home v0.5.5 |
839 | 2024-01-15T21:30:03.487Z | Downloaded parse-display v0.8.2 |
840 | 2024-01-15T21:30:03.490Z | Downloaded oso v0.27.0 |
841 | 2024-01-15T21:30:03.496Z | Downloaded rustc_version v0.1.7 |
842 | 2024-01-15T21:30:03.503Z | Downloaded embedded-io v0.4.0 |
843 | 2024-01-15T21:30:03.506Z | Downloaded pin-utils v0.1.0 |
844 | 2024-01-15T21:30:03.506Z | Downloaded slog v2.7.0 |
845 | 2024-01-15T21:30:03.509Z | Downloaded rpassword v7.3.1 |
846 | 2024-01-15T21:30:03.512Z | Downloaded universal-hash v0.5.1 |
847 | 2024-01-15T21:30:03.516Z | Downloaded hmac v0.12.1 |
848 | 2024-01-15T21:30:03.521Z | Downloaded pin-project-lite v0.2.13 |
849 | 2024-01-15T21:30:03.526Z | Downloaded serde-big-array v0.5.1 |
850 | 2024-01-15T21:30:03.530Z | Downloaded diesel_table_macro_syntax v0.1.0 |
851 | 2024-01-15T21:30:03.533Z | Downloaded stable_deref_trait v1.2.0 |
852 | 2024-01-15T21:30:03.536Z | Downloaded resolv-conf v0.7.0 |
853 | 2024-01-15T21:30:03.540Z | Downloaded dof v0.1.5 |
854 | 2024-01-15T21:30:03.544Z | Downloaded fragile v2.0.0 |
855 | 2024-01-15T21:30:03.547Z | Downloaded crypto-bigint v0.5.2 |
856 | 2024-01-15T21:30:03.556Z | Downloaded serde_yaml v0.9.25 |
857 | 2024-01-15T21:30:03.567Z | Downloaded either v1.9.0 |
858 | 2024-01-15T21:30:03.570Z | Downloaded headers-core v0.2.0 |
859 | 2024-01-15T21:30:03.570Z | Downloaded indicatif v0.17.7 |
860 | 2024-01-15T21:30:03.576Z | Downloaded vsss-rs v3.3.4 |
861 | 2024-01-15T21:30:03.583Z | Downloaded foreign-types-shared v0.1.1 |
862 | 2024-01-15T21:30:03.586Z | Downloaded which v4.4.0 |
863 | 2024-01-15T21:30:03.589Z | Downloaded form_urlencoded v1.2.1 |
864 | 2024-01-15T21:30:03.590Z | Downloaded toml_edit v0.21.0 |
865 | 2024-01-15T21:30:03.630Z | Downloaded darling_macro v0.20.3 |
866 | 2024-01-15T21:30:03.634Z | Downloaded sqlparser_derive v0.1.1 |
867 | 2024-01-15T21:30:03.634Z | Downloaded thread-id v4.2.0 |
868 | 2024-01-15T21:30:03.638Z | Downloaded futures-core v0.3.30 |
869 | 2024-01-15T21:30:03.638Z | Downloaded percent-encoding v2.3.1 |
870 | 2024-01-15T21:30:03.642Z | Downloaded tinyvec v1.6.0 |
871 | 2024-01-15T21:30:03.646Z | Downloaded salty v0.2.0 |
872 | 2024-01-15T21:30:03.657Z | Downloaded debug-ignore v1.0.5 |
873 | 2024-01-15T21:30:03.662Z | Downloaded usdt-macro v0.3.5 |
874 | 2024-01-15T21:30:03.665Z | Downloaded termtree v0.4.1 |
875 | 2024-01-15T21:30:03.665Z | Downloaded derive_builder_core v0.12.0 |
876 | 2024-01-15T21:30:03.673Z | Downloaded unicase v2.7.0 |
877 | 2024-01-15T21:30:03.677Z | Downloaded tokio-postgres v0.7.10 |
878 | 2024-01-15T21:30:03.684Z | Downloaded foreign-types-shared v0.3.1 |
879 | 2024-01-15T21:30:03.690Z | Downloaded clap v2.34.0 |
880 | 2024-01-15T21:30:03.701Z | Downloaded rand_xorshift v0.3.0 |
881 | 2024-01-15T21:30:03.705Z | Downloaded tower-service v0.3.2 |
882 | 2024-01-15T21:30:03.705Z | Downloaded derive-where v1.2.7 |
883 | 2024-01-15T21:30:03.711Z | Downloaded scheduled-thread-pool v0.2.7 |
884 | 2024-01-15T21:30:03.715Z | Downloaded slog-scope v4.4.0 |
885 | 2024-01-15T21:30:03.718Z | Downloaded enum-as-inner v0.5.1 |
886 | 2024-01-15T21:30:03.722Z | Downloaded unicode-xid v0.2.4 |
887 | 2024-01-15T21:30:03.725Z | Downloaded heapless v0.7.16 |
888 | 2024-01-15T21:30:03.731Z | Downloaded equivalent v1.0.1 |
889 | 2024-01-15T21:30:03.736Z | Downloaded rustls-pki-types v1.1.0 |
890 | 2024-01-15T21:30:03.740Z | Downloaded fs-err v2.11.0 |
891 | 2024-01-15T21:30:03.740Z | Downloaded heck v0.3.3 |
892 | 2024-01-15T21:30:03.748Z | Downloaded tokio-macros v2.2.0 |
893 | 2024-01-15T21:30:03.748Z | Downloaded toolchain_find v0.2.0 |
894 | 2024-01-15T21:30:03.748Z | Downloaded pkcs8 v0.10.2 |
895 | 2024-01-15T21:30:03.752Z | Downloaded semver v0.1.20 |
896 | 2024-01-15T21:30:03.758Z | Downloaded dtrace-parser v0.1.14 |
897 | 2024-01-15T21:30:03.758Z | Downloaded term v0.7.0 |
898 | 2024-01-15T21:30:03.761Z | Downloaded tempfile v3.8.1 |
899 | 2024-01-15T21:30:03.766Z | Downloaded hostname v0.3.1 |
900 | 2024-01-15T21:30:03.769Z | Downloaded ident_case v1.0.1 |
901 | 2024-01-15T21:30:03.772Z | Downloaded zeroize_derive v1.4.2 |
902 | 2024-01-15T21:30:03.777Z | Downloaded serde_repr v0.1.16 |
903 | 2024-01-15T21:30:03.777Z | Downloaded rayon-core v1.12.0 |
904 | 2024-01-15T21:30:03.783Z | Downloaded darling_macro v0.14.4 |
905 | 2024-01-15T21:30:03.787Z | Downloaded float-cmp v0.9.0 |
906 | 2024-01-15T21:30:03.792Z | Downloaded serde_tokenstream v0.2.0 |
907 | 2024-01-15T21:30:03.796Z | Downloaded unicode-linebreak v0.1.5 |
908 | 2024-01-15T21:30:03.796Z | Downloaded textwrap v0.16.0 |
909 | 2024-01-15T21:30:03.801Z | Downloaded semver-parser v0.10.2 |
910 | 2024-01-15T21:30:03.804Z | Downloaded spin v0.5.2 |
911 | 2024-01-15T21:30:03.808Z | Downloaded zerocopy v0.3.0 |
912 | 2024-01-15T21:30:03.808Z | Downloaded httpdate v1.0.3 |
913 | 2024-01-15T21:30:03.811Z | Downloaded http-range v0.1.5 |
914 | 2024-01-15T21:30:03.811Z | Downloaded half v1.8.2 |
915 | 2024-01-15T21:30:03.815Z | Downloaded iana-time-zone v0.1.57 |
916 | 2024-01-15T21:30:03.823Z | Downloaded env_logger v0.10.0 |
917 | 2024-01-15T21:30:03.828Z | Downloaded sct v0.7.0 |
918 | 2024-01-15T21:30:03.845Z | Downloaded fallible-iterator v0.2.0 |
919 | 2024-01-15T21:30:03.845Z | Downloaded serde_tokenstream v0.1.7 |
920 | 2024-01-15T21:30:03.853Z | Downloaded ref-cast-impl v1.0.20 |
921 | 2024-01-15T21:30:03.853Z | Downloaded semver v0.11.0 |
922 | 2024-01-15T21:30:03.853Z | Downloaded tabled_derive v0.6.0 |
923 | 2024-01-15T21:30:03.853Z | Downloaded synstructure v0.12.6 |
924 | 2024-01-15T21:30:03.853Z | Downloaded utf-8 v0.7.6 |
925 | 2024-01-15T21:30:03.858Z | Downloaded x509-cert v0.2.4 |
926 | 2024-01-15T21:30:03.863Z | Downloaded hubpack v0.1.2 |
927 | 2024-01-15T21:30:03.867Z | Downloaded thiserror v1.0.49 |
928 | 2024-01-15T21:30:03.871Z | Downloaded tokio-native-tls v0.3.1 |
929 | 2024-01-15T21:30:03.874Z | Downloaded spki v0.7.2 |
930 | 2024-01-15T21:30:03.878Z | Downloaded poly1305 v0.8.0 |
931 | 2024-01-15T21:30:03.882Z | Downloaded rustversion v1.0.14 |
932 | 2024-01-15T21:30:03.887Z | Downloaded termios v0.3.3 |
933 | 2024-01-15T21:30:03.894Z | Downloaded portable-atomic v1.4.3 |
934 | 2024-01-15T21:30:03.901Z | Downloaded packed_struct_codegen v0.10.1 |
935 | 2024-01-15T21:30:03.907Z | Downloaded der_derive v0.7.2 |
936 | 2024-01-15T21:30:03.907Z | Downloaded rustc_version v0.4.0 |
937 | 2024-01-15T21:30:03.910Z | Downloaded utf8parse v0.2.1 |
938 | 2024-01-15T21:30:03.910Z | Downloaded hashbrown v0.12.3 |
939 | 2024-01-15T21:30:03.917Z | Downloaded rand v0.8.5 |
940 | 2024-01-15T21:30:03.923Z | Downloaded socket2 v0.5.5 |
941 | 2024-01-15T21:30:03.929Z | Downloaded unicode-ident v1.0.12 |
942 | 2024-01-15T21:30:03.932Z | Downloaded flume v0.11.0 |
943 | 2024-01-15T21:30:03.939Z | Downloaded diesel_derives v2.1.2 |
944 | 2024-01-15T21:30:03.945Z | Downloaded rcgen v0.11.3 |
945 | 2024-01-15T21:30:03.950Z | Downloaded tokio-util v0.7.10 |
946 | 2024-01-15T21:30:03.962Z | Downloaded smallvec v0.6.14 |
947 | 2024-01-15T21:30:03.965Z | Downloaded uuid v1.6.1 |
948 | 2024-01-15T21:30:03.973Z | Downloaded typenum v1.16.0 |
949 | 2024-01-15T21:30:03.977Z | Downloaded hashbrown v0.13.2 |
950 | 2024-01-15T21:30:03.984Z | Downloaded rustyline v12.0.0 |
951 | 2024-01-15T21:30:03.995Z | Downloaded flate2 v1.0.28 |
952 | 2024-01-15T21:30:04.004Z | Downloaded url v2.5.0 |
953 | 2024-01-15T21:30:04.010Z | Downloaded bindgen v0.65.1 |
954 | 2024-01-15T21:30:04.023Z | Downloaded typed-path v0.7.0 |
955 | 2024-01-15T21:30:04.035Z | Downloaded elliptic-curve v0.13.8 |
956 | 2024-01-15T21:30:04.041Z | Downloaded openssl-sys v0.9.96 |
957 | 2024-01-15T21:30:04.051Z | Downloaded sqlparser v0.36.1 |
958 | 2024-01-15T21:30:04.061Z | Downloaded proptest v1.4.0 |
959 | 2024-01-15T21:30:04.079Z | Downloaded winnow v0.5.15 |
960 | 2024-01-15T21:30:04.093Z | Downloaded zerocopy v0.7.31 |
961 | 2024-01-15T21:30:04.124Z | Downloaded der v0.7.8 |
962 | 2024-01-15T21:30:04.135Z | Downloaded http v0.2.11 |
963 | 2024-01-15T21:30:04.139Z | Downloaded reqwest v0.11.22 |
964 | 2024-01-15T21:30:04.155Z | Downloaded vcpkg v0.2.15 |
965 | 2024-01-15T21:30:04.228Z | Downloaded unicode-segmentation v1.10.1 |
966 | 2024-01-15T21:30:04.233Z | Downloaded tabled v0.14.0 |
967 | 2024-01-15T21:30:04.261Z | Downloaded unicode-normalization v0.1.22 |
968 | 2024-01-15T21:30:04.267Z | Downloaded hyper v0.14.27 |
969 | 2024-01-15T21:30:04.283Z | Downloaded serde_with v3.4.0 |
970 | 2024-01-15T21:30:04.295Z | Downloaded hkdf v0.12.4 |
971 | 2024-01-15T21:30:04.299Z | Downloaded radix_trie v0.2.1 |
972 | 2024-01-15T21:30:04.310Z | Downloaded regex-syntax v0.8.2 |
973 | 2024-01-15T21:30:04.327Z | Downloaded regex v1.10.2 |
974 | 2024-01-15T21:30:04.354Z | Downloaded smoltcp v0.9.1 |
975 | 2024-01-15T21:30:04.371Z | Downloaded regex-syntax v0.6.29 |
976 | 2024-01-15T21:30:04.386Z | Downloaded diesel v2.1.4 |
977 | 2024-01-15T21:30:04.453Z | Downloaded object v0.30.4 |
978 | 2024-01-15T21:30:04.456Z | Downloaded webpki-roots v0.25.2 |
979 | 2024-01-15T21:30:04.460Z | Downloaded ratatui v0.23.0 |
980 | 2024-01-15T21:30:04.465Z | Downloaded regress v0.7.1 |
981 | 2024-01-15T21:30:04.479Z | Downloaded syn v2.0.46 |
982 | 2024-01-15T21:30:04.500Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
983 | 2024-01-15T21:30:04.527Z | Downloaded smoltcp v0.10.0 |
984 | 2024-01-15T21:30:04.545Z | Downloaded openapiv3 v2.0.0 |
985 | 2024-01-15T21:30:04.569Z | Downloaded sled v0.34.7 |
986 | 2024-01-15T21:30:04.590Z | Downloaded sha3 v0.10.8 |
987 | 2024-01-15T21:30:04.603Z | Downloaded libc v0.2.152 |
988 | 2024-01-15T21:30:04.652Z | Downloaded zerocopy-derive v0.2.0 |
989 | 2024-01-15T21:30:04.669Z | Downloaded regex-automata v0.4.3 |
990 | 2024-01-15T21:30:04.700Z | Downloaded tokio v1.35.1 |
991 | 2024-01-15T21:30:04.766Z | Downloaded regex-automata v0.3.8 |
992 | 2024-01-15T21:30:04.797Z | Downloaded zerocopy-derive v0.6.4 |
993 | 2024-01-15T21:30:04.816Z | Downloaded encoding_rs v0.8.33 |
994 | 2024-01-15T21:30:04.869Z | Downloaded polar-core v0.27.0 |
995 | 2024-01-15T21:30:04.874Z | Downloaded zerocopy-derive v0.7.31 |
996 | 2024-01-15T21:30:04.893Z | Downloaded nix v0.26.4 |
997 | 2024-01-15T21:30:04.912Z | Downloaded syn v1.0.109 |
998 | 2024-01-15T21:30:04.932Z | Downloaded gimli v0.28.0 |
999 | 2024-01-15T21:30:04.946Z | Downloaded rustix v0.38.25 |
1000 | 2024-01-15T21:30:04.986Z | Downloaded idna v0.5.0 |
1001 | 2024-01-15T21:30:04.998Z | Downloaded openssl v0.10.60 |
1002 | 2024-01-15T21:30:05.015Z | Downloaded object v0.32.1 |
1003 | 2024-01-15T21:30:05.035Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2024-01-15T21:30:05.060Z | Downloaded curve25519-dalek v4.1.1 |
1005 | 2024-01-15T21:30:05.077Z | Downloaded rayon v1.8.0 |
1006 | 2024-01-15T21:30:05.096Z | Downloaded regex-syntax v0.7.5 |
1007 | 2024-01-15T21:30:05.111Z | Downloaded bstr v1.6.0 |
1008 | 2024-01-15T21:30:05.130Z | Downloaded bstr v0.2.17 |
1009 | 2024-01-15T21:30:05.153Z | Downloaded idna v0.2.3 |
1010 | 2024-01-15T21:30:05.165Z | Downloaded rustix v0.37.23 |
1011 | 2024-01-15T21:30:05.202Z | Downloaded quick-xml v0.23.1 |
1012 | 2024-01-15T21:30:05.214Z | Downloaded petgraph v0.6.4 |
1013 | 2024-01-15T21:30:05.252Z | Downloaded tough v0.16.0 |
1014 | 2024-01-15T21:30:05.255Z | Downloaded rustls v0.21.9 |
1015 | 2024-01-15T21:30:05.276Z | Downloaded h2 v0.3.21 |
1016 | 2024-01-15T21:30:05.289Z | Downloaded trust-dns-proto v0.22.0 |
1017 | 2024-01-15T21:30:05.312Z | Downloaded hashbrown v0.14.2 |
1018 | 2024-01-15T21:30:05.321Z | Downloaded futures-util v0.3.30 |
1019 | 2024-01-15T21:30:05.344Z | Downloaded pest v2.7.2 |
1020 | 2024-01-15T21:30:05.353Z | Downloaded serde_json v1.0.111 |
1021 | 2024-01-15T21:30:05.368Z | Downloaded ring v0.17.7 |
1022 | 2024-01-15T21:30:05.512Z | Downloaded chrono v0.4.31 |
1023 | 2024-01-15T21:30:05.527Z | Downloaded tracing v0.1.37 |
1024 | 2024-01-15T21:30:05.534Z | Downloaded bitvec v1.0.1 |
1025 | 2024-01-15T21:30:05.566Z | Downloaded lalrpop v0.19.12 |
1026 | 2024-01-15T21:30:05.587Z | Downloaded ring v0.16.20 |
1027 | 2024-01-15T21:30:05.768Z | Downloaded snafu v0.7.5 |
1028 | 2024-01-15T21:30:05.778Z | Downloaded unicode_categories v0.1.1 |
1029 | 2024-01-15T21:30:05.791Z | Downloaded aho-corasick v1.0.4 |
1030 | 2024-01-15T21:30:05.797Z | Downloaded http v1.0.0 |
1031 | 2024-01-15T21:30:05.800Z | Downloaded reedline v0.22.0 |
1032 | 2024-01-15T21:30:05.811Z | Downloaded httparse v1.8.0 |
1033 | 2024-01-15T21:30:05.814Z | Downloaded regex-automata v0.1.10 |
1034 | 2024-01-15T21:30:05.824Z | Downloaded itertools v0.12.0 |
1035 | 2024-01-15T21:30:05.836Z | Downloaded clap_builder v4.4.2 |
1036 | 2024-01-15T21:30:05.848Z | Downloaded darling_core v0.20.3 |
1037 | 2024-01-15T21:30:05.856Z | Downloaded nom v7.1.3 |
1038 | 2024-01-15T21:30:05.866Z | Downloaded hyper-rustls v0.24.2 |
1039 | 2024-01-15T21:30:05.870Z | Downloaded unicode-bidi v0.3.13 |
1040 | 2024-01-15T21:30:05.874Z | Downloaded serde-hex v0.1.0 |
1041 | 2024-01-15T21:30:05.877Z | Downloaded unicode-width v0.1.11 |
1042 | 2024-01-15T21:30:05.881Z | Downloaded predicates-tree v1.0.9 |
1043 | 2024-01-15T21:30:05.884Z | Downloaded errno v0.3.2 |
1044 | 2024-01-15T21:30:05.884Z | Downloaded data-encoding v2.4.0 |
1045 | 2024-01-15T21:30:05.887Z | Downloaded globset v0.4.13 |
1046 | 2024-01-15T21:30:05.893Z | Downloaded futures-channel v0.3.30 |
1047 | 2024-01-15T21:30:05.897Z | Downloaded futures v0.3.30 |
1048 | 2024-01-15T21:30:05.900Z | Downloaded headers v0.3.9 |
1049 | 2024-01-15T21:30:05.909Z | Downloaded pest_generator v2.7.2 |
1050 | 2024-01-15T21:30:05.912Z | Downloaded pin-project v1.1.3 |
1051 | 2024-01-15T21:30:05.931Z | Downloaded crossterm v0.27.0 |
1052 | 2024-01-15T21:30:05.943Z | Downloaded ena v0.14.2 |
1053 | 2024-01-15T21:30:05.946Z | Downloaded ron v0.8.1 |
1054 | 2024-01-15T21:30:05.955Z | Downloaded unsafe-libyaml v0.2.10 |
1055 | 2024-01-15T21:30:05.961Z | Downloaded static_assertions v1.1.0 |
1056 | 2024-01-15T21:30:05.964Z | Downloaded serde_urlencoded v0.7.1 |
1057 | 2024-01-15T21:30:05.968Z | Downloaded slog-term v2.9.0 |
1058 | 2024-01-15T21:30:05.974Z | Downloaded slog-stdlog v4.1.1 |
1059 | 2024-01-15T21:30:05.978Z | Downloaded zip v0.6.6 |
1060 | 2024-01-15T21:30:05.981Z | Downloaded crossterm v0.26.1 |
1061 | 2024-01-15T21:30:05.991Z | Downloaded derive_more v0.99.17 |
1062 | 2024-01-15T21:30:05.999Z | Downloaded rsa v0.9.2 |
1063 | 2024-01-15T21:30:06.008Z | Downloaded http-body v0.4.5 |
1064 | 2024-01-15T21:30:06.011Z | Downloaded topological-sort v0.2.2 |
1065 | 2024-01-15T21:30:06.014Z | Downloaded stringprep v0.1.3 |
1066 | 2024-01-15T21:30:06.014Z | Downloaded pkcs1 v0.7.5 |
1067 | 2024-01-15T21:30:06.018Z | Downloaded semver v1.0.21 |
1068 | 2024-01-15T21:30:06.022Z | Downloaded similar v2.3.0 |
1069 | 2024-01-15T21:30:06.030Z | Downloaded ucd-trie v0.1.6 |
1070 | 2024-01-15T21:30:06.034Z | Downloaded oso-derive v0.27.0 |
1071 | 2024-01-15T21:30:06.037Z | Downloaded slog-bunyan v2.5.0 |
1072 | 2024-01-15T21:30:06.037Z | Downloaded dirs-next v2.0.0 |
1073 | 2024-01-15T21:30:06.040Z | Downloaded serde_spanned v0.6.4 |
1074 | 2024-01-15T21:30:06.040Z | Downloaded steno v0.4.0 |
1075 | 2024-01-15T21:30:06.047Z | Downloaded hubpack_derive v0.1.1 |
1076 | 2024-01-15T21:30:06.050Z | Downloaded ryu v1.0.15 |
1077 | 2024-01-15T21:30:06.056Z | Downloaded num-bigint-dig v0.8.4 |
1078 | 2024-01-15T21:30:06.061Z | Downloaded downcast v0.11.0 |
1079 | 2024-01-15T21:30:06.065Z | Downloaded doc-comment v0.3.3 |
1080 | 2024-01-15T21:30:06.068Z | Downloaded display-error-chain v0.2.0 |
1081 | 2024-01-15T21:30:06.068Z | Downloaded funty v2.0.0 |
1082 | 2024-01-15T21:30:06.068Z | Downloaded radium v0.7.0 |
1083 | 2024-01-15T21:30:06.071Z | Downloaded digest v0.10.7 |
1084 | 2024-01-15T21:30:06.074Z | Downloaded smawk v0.3.1 |
1085 | 2024-01-15T21:30:06.077Z | Downloaded unarray v0.1.4 |
1086 | 2024-01-15T21:30:06.078Z | Downloaded spin v0.9.8 |
1087 | 2024-01-15T21:30:06.081Z | Downloaded rustc-demangle v0.1.23 |
1088 | 2024-01-15T21:30:06.084Z | Downloaded terminal_size v0.2.6 |
1089 | 2024-01-15T21:30:06.088Z | Downloaded zone v0.3.0 |
1090 | 2024-01-15T21:30:06.088Z | Downloaded strum_macros v0.25.2 |
1091 | 2024-01-15T21:30:06.092Z | Downloaded flagset v0.4.3 |
1092 | 2024-01-15T21:30:06.095Z | Downloaded wait-timeout v0.2.0 |
1093 | 2024-01-15T21:30:06.096Z | Downloaded owo-colors v3.5.0 |
1094 | 2024-01-15T21:30:06.099Z | Downloaded subprocess v0.2.9 |
1095 | 2024-01-15T21:30:06.103Z | Downloaded slog-dtrace v0.2.3 |
1096 | 2024-01-15T21:30:06.106Z | Downloaded rand_core v0.6.4 |
1097 | 2024-01-15T21:30:06.109Z | Downloaded parking_lot v0.11.2 |
1098 | 2024-01-15T21:30:06.115Z | Downloaded parking_lot v0.12.1 |
1099 | 2024-01-15T21:30:06.118Z | Downloaded whoami v1.4.1 |
1100 | 2024-01-15T21:30:06.118Z | Downloaded slog-envlogger v2.2.0 |
1101 | 2024-01-15T21:30:06.121Z | Downloaded phf v0.11.2 |
1102 | 2024-01-15T21:30:06.125Z | Downloaded slab v0.4.9 |
1103 | 2024-01-15T21:30:06.125Z | Downloaded postcard v1.0.8 |
1104 | 2024-01-15T21:30:06.129Z | Downloaded pest_meta v2.7.2 |
1105 | 2024-01-15T21:30:06.133Z | Downloaded num-bigint v0.4.4 |
1106 | 2024-01-15T21:30:06.142Z | Downloaded tiny-keccak v2.0.2 |
1107 | 2024-01-15T21:30:06.146Z | Downloaded thiserror-no-std v2.0.2 |
1108 | 2024-01-15T21:30:06.152Z | Downloaded thiserror-impl-no-std v2.0.2 |
1109 | 2024-01-15T21:30:06.155Z | Downloaded thiserror-impl v1.0.49 |
1110 | 2024-01-15T21:30:06.158Z | Downloaded termcolor v1.2.0 |
1111 | 2024-01-15T21:30:06.158Z | Downloaded phf_shared v0.11.2 |
1112 | 2024-01-15T21:30:06.162Z | Downloaded postgres-types v0.2.6 |
1113 | 2024-01-15T21:30:06.165Z | Downloaded time v0.3.27 |
1114 | 2024-01-15T21:30:06.175Z | Downloaded prettyplease v0.2.16 |
1115 | 2024-01-15T21:30:06.180Z | Downloaded rtoolbox v0.0.1 |
1116 | 2024-01-15T21:30:06.184Z | Downloaded serde_derive v1.0.195 |
1117 | 2024-01-15T21:30:06.190Z | Downloaded serde v1.0.195 |
1118 | 2024-01-15T21:30:06.194Z | Downloaded memchr v2.6.3 |
1119 | 2024-01-15T21:30:06.202Z | Downloaded socket2 v0.4.9 |
1120 | 2024-01-15T21:30:06.206Z | Downloaded indexmap v1.9.3 |
1121 | 2024-01-15T21:30:06.211Z | Downloaded toml_edit v0.19.15 |
1122 | 2024-01-15T21:30:06.242Z | Downloaded parking_lot_core v0.9.8 |
1123 | 2024-01-15T21:30:06.245Z | Downloaded parking_lot_core v0.8.6 |
1124 | 2024-01-15T21:30:06.248Z | Downloaded hyper-tls v0.5.0 |
1125 | 2024-01-15T21:30:06.251Z | Downloaded phf_shared v0.10.0 |
1126 | 2024-01-15T21:30:06.251Z | Downloaded predicates v3.0.4 |
1127 | 2024-01-15T21:30:06.256Z | Downloaded untrusted v0.9.0 |
1128 | 2024-01-15T21:30:06.259Z | Downloaded untrusted v0.7.1 |
1129 | 2024-01-15T21:30:06.262Z | Downloaded supports-color v2.1.0 |
1130 | 2024-01-15T21:30:06.262Z | Downloaded subtle v2.5.0 |
1131 | 2024-01-15T21:30:06.266Z | Downloaded rustc-hash v1.1.0 |
1132 | 2024-01-15T21:30:06.266Z | Downloaded pkg-config v0.3.27 |
1133 | 2024-01-15T21:30:06.269Z | Downloaded string_cache v0.8.7 |
1134 | 2024-01-15T21:30:06.272Z | Downloaded platforms v3.0.2 |
1135 | 2024-01-15T21:30:06.275Z | Downloaded pin-project-internal v1.1.3 |
1136 | 2024-01-15T21:30:06.278Z | Downloaded toml v0.5.11 |
1137 | 2024-01-15T21:30:06.283Z | Downloaded base64 v0.21.7 |
1138 | 2024-01-15T21:30:06.287Z | Downloaded trust-dns-resolver v0.22.0 |
1139 | 2024-01-15T21:30:06.294Z | Downloaded pest_derive v2.7.2 |
1140 | 2024-01-15T21:30:06.297Z | Downloaded indexmap v2.1.0 |
1141 | 2024-01-15T21:30:06.304Z | Downloaded signal-hook v0.3.17 |
1142 | 2024-01-15T21:30:06.309Z | Downloaded rusty-fork v0.3.0 |
1143 | 2024-01-15T21:30:06.312Z | Downloaded ed25519 v1.5.3 |
1144 | 2024-01-15T21:30:06.316Z | Downloaded dyn-clone v1.0.13 |
1145 | 2024-01-15T21:30:06.319Z | Downloaded highway v1.1.0 |
1146 | 2024-01-15T21:30:06.325Z | Downloaded hex v0.4.3 |
1147 | 2024-01-15T21:30:06.325Z | Downloaded deranged v0.3.8 |
1148 | 2024-01-15T21:30:06.328Z | Downloaded defmt-parser v0.3.3 |
1149 | 2024-01-15T21:30:06.328Z | Downloaded defmt-macros v0.3.6 |
1150 | 2024-01-15T21:30:06.332Z | Downloaded defmt v0.3.5 |
1151 | 2024-01-15T21:30:06.336Z | Downloaded usdt-impl v0.3.5 |
1152 | 2024-01-15T21:30:06.339Z | Downloaded usdt v0.3.5 |
1153 | 2024-01-15T21:30:06.342Z | Downloaded postgres-protocol v0.6.6 |
1154 | 2024-01-15T21:30:06.345Z | Downloaded schemars v0.8.16 |
1155 | 2024-01-15T21:30:06.363Z | Downloaded ppv-lite86 v0.2.17 |
1156 | 2024-01-15T21:30:06.367Z | Downloaded hyper-staticfile v0.9.5 |
1157 | 2024-01-15T21:30:06.370Z | Downloaded derive_builder_macro v0.12.0 |
1158 | 2024-01-15T21:30:06.370Z | Downloaded vte v0.10.1 |
1159 | 2024-01-15T21:30:06.373Z | Downloaded zerocopy v0.6.4 |
1160 | 2024-01-15T21:30:06.376Z | Downloaded papergrid v0.10.0 |
1161 | 2024-01-15T21:30:06.387Z | Downloaded smf v0.2.2 |
1162 | 2024-01-15T21:30:06.391Z | Downloaded getopts v0.2.21 |
1163 | 2024-01-15T21:30:06.391Z | Downloaded strip-ansi-escapes v0.1.1 |
1164 | 2024-01-15T21:30:06.391Z | Downloaded serde_derive_internals v0.26.0 |
1165 | 2024-01-15T21:30:06.394Z | Downloaded fatfs v0.3.6 |
1166 | 2024-01-15T21:30:06.398Z | Downloaded derive_builder v0.12.0 |
1167 | 2024-01-15T21:30:06.406Z | Downloaded trust-dns-server v0.22.1 |
1168 | 2024-01-15T21:30:06.415Z | Downloaded tungstenite v0.20.1 |
1169 | 2024-01-15T21:30:06.421Z | Downloaded swrite v0.1.0 |
1170 | 2024-01-15T21:30:06.424Z | Downloaded tracing-attributes v0.1.26 |
1171 | 2024-01-15T21:30:06.428Z | Downloaded pem-rfc7468 v0.7.0 |
1172 | 2024-01-15T21:30:06.431Z | Downloaded pem v3.0.2 |
1173 | 2024-01-15T21:30:06.434Z | Downloaded password-hash v0.5.0 |
1174 | 2024-01-15T21:30:06.435Z | Downloaded quote v1.0.35 |
1175 | 2024-01-15T21:30:06.438Z | Downloaded libm v0.2.7 |
1176 | 2024-01-15T21:30:06.455Z | Downloaded trust-dns-client v0.22.0 |
1177 | 2024-01-15T21:30:06.464Z | Downloaded mio v0.8.9 |
1178 | 2024-01-15T21:30:06.474Z | Downloaded structmeta v0.2.0 |
1179 | 2024-01-15T21:30:06.477Z | Downloaded strsim v0.10.0 |
1180 | 2024-01-15T21:30:06.481Z | Downloaded strsim v0.8.0 |
1181 | 2024-01-15T21:30:06.481Z | Downloaded smallvec v1.11.2 |
1182 | 2024-01-15T21:30:06.522Z | Downloaded scopeguard v1.2.0 |
1183 | 2024-01-15T21:30:06.526Z | Downloaded same-file v1.0.6 |
1184 | 2024-01-15T21:30:06.526Z | Downloaded r2d2 v0.8.10 |
1185 | 2024-01-15T21:30:06.526Z | Downloaded proc-macro-crate v1.3.1 |
1186 | 2024-01-15T21:30:06.526Z | Downloaded proc-macro2 v1.0.74 |
1187 | 2024-01-15T21:30:06.527Z | Downloaded libxml v0.3.3 |
1188 | 2024-01-15T21:30:06.527Z | Downloaded tracing-core v0.1.31 |
1189 | 2024-01-15T21:30:06.527Z | Downloaded rand_chacha v0.3.1 |
1190 | 2024-01-15T21:30:06.527Z | Downloaded signature v1.6.4 |
1191 | 2024-01-15T21:30:06.527Z | Downloaded signal-hook-registry v1.4.1 |
1192 | 2024-01-15T21:30:06.527Z | Downloaded signal-hook-mio v0.2.3 |
1193 | 2024-01-15T21:30:06.527Z | Downloaded sha2 v0.10.8 |
1194 | 2024-01-15T21:30:06.527Z | Downloaded wyz v0.5.1 |
1195 | 2024-01-15T21:30:06.527Z | Downloaded hash32 v0.2.1 |
1196 | 2024-01-15T21:30:06.530Z | Downloaded xattr v1.0.1 |
1197 | 2024-01-15T21:30:06.531Z | Downloaded generic-array v0.14.7 |
1198 | 2024-01-15T21:30:06.534Z | Downloaded heck v0.4.1 |
1199 | 2024-01-15T21:30:06.537Z | Downloaded arc-swap v1.6.0 |
1200 | 2024-01-15T21:30:06.540Z | Downloaded tar v0.4.40 |
1201 | 2024-01-15T21:30:06.545Z | Downloaded num-traits v0.2.16 |
1202 | 2024-01-15T21:30:06.550Z | Downloaded chacha20poly1305 v0.10.1 |
1203 | 2024-01-15T21:30:06.553Z | Downloaded minimal-lexical v0.2.1 |
1204 | 2024-01-15T21:30:06.560Z | Downloaded foreign-types v0.5.0 |
1205 | 2024-01-15T21:30:06.564Z | Downloaded fd-lock v3.0.13 |
1206 | 2024-01-15T21:30:06.567Z | Downloaded bytes v1.5.0 |
1207 | 2024-01-15T21:30:06.572Z | Downloaded toml v0.8.8 |
1208 | 2024-01-15T21:30:06.577Z | Downloaded structopt v0.3.26 |
1209 | 2024-01-15T21:30:06.590Z | Downloaded filetime v0.2.23 |
1210 | 2024-01-15T21:30:06.593Z | Downloaded fastrand v2.0.0 |
1211 | 2024-01-15T21:30:06.596Z | Downloaded sha1 v0.10.6 |
1212 | 2024-01-15T21:30:06.599Z | Downloaded toml v0.7.8 |
1213 | 2024-01-15T21:30:06.603Z | Downloaded tokio-tungstenite v0.20.1 |
1214 | 2024-01-15T21:30:06.607Z | Downloaded tokio-stream v0.1.14 |
1215 | 2024-01-15T21:30:06.613Z | Downloaded tokio-rustls v0.24.1 |
1216 | 2024-01-15T21:30:06.616Z | Downloaded version_check v0.9.4 |
1217 | 2024-01-15T21:30:06.620Z | Downloaded test-strategy v0.3.1 |
1218 | 2024-01-15T21:30:06.627Z | Downloaded indoc v1.0.9 |
1219 | 2024-01-15T21:30:06.630Z | Downloaded dirs-sys-next v0.1.2 |
1220 | 2024-01-15T21:30:06.630Z | Downloaded glob v0.3.1 |
1221 | 2024-01-15T21:30:06.633Z | Downloaded walkdir v2.4.0 |
1222 | 2024-01-15T21:30:06.637Z | Downloaded vec_map v0.8.2 |
1223 | 2024-01-15T21:30:06.637Z | Downloaded thread_local v1.1.7 |
1224 | 2024-01-15T21:30:06.640Z | Downloaded serde_plain v1.0.2 |
1225 | 2024-01-15T21:30:06.643Z | Downloaded once_cell v1.19.0 |
1226 | 2024-01-15T21:30:06.646Z | Downloaded omicron-zone-package v0.9.1 |
1227 | 2024-01-15T21:30:06.649Z | Downloaded packed_struct v0.10.1 |
1228 | 2024-01-15T21:30:06.652Z | Downloaded memoffset v0.7.1 |
1229 | 2024-01-15T21:30:06.656Z | Downloaded rustls-pemfile v2.0.0 |
1230 | 2024-01-15T21:30:06.659Z | Downloaded rustfmt-wrapper v0.2.0 |
1231 | 2024-01-15T21:30:06.662Z | Downloaded num-rational v0.4.1 |
1232 | 2024-01-15T21:30:06.662Z | Downloaded yasna v0.5.2 |
1233 | 2024-01-15T21:30:06.665Z | Downloaded pretty-hex v0.4.1 |
1234 | 2024-01-15T21:30:06.668Z | Downloaded pretty-hex v0.2.1 |
1235 | 2024-01-15T21:30:06.672Z | Downloaded blake2 v0.10.6 |
1236 | 2024-01-15T21:30:06.675Z | Downloaded crossbeam-utils v0.8.16 |
1237 | 2024-01-15T21:30:06.682Z | Downloaded crc-any v2.4.3 |
1238 | 2024-01-15T21:30:06.685Z | Downloaded vte_generate_state_changes v0.1.1 |
1239 | 2024-01-15T21:30:06.685Z | Downloaded tinyvec_macros v0.1.1 |
1240 | 2024-01-15T21:30:06.685Z | Downloaded slog-json v2.6.1 |
1241 | 2024-01-15T21:30:06.688Z | Downloaded secrecy v0.8.0 |
1242 | 2024-01-15T21:30:06.689Z | Downloaded crossbeam-channel v0.5.8 |
1243 | 2024-01-15T21:30:06.696Z | Downloaded snafu-derive v0.7.5 |
1244 | 2024-01-15T21:30:06.699Z | Downloaded nibble_vec v0.1.0 |
1245 | 2024-01-15T21:30:06.702Z | Downloaded log v0.4.20 |
1246 | 2024-01-15T21:30:06.705Z | Downloaded nu-ansi-term v0.49.0 |
1247 | 2024-01-15T21:30:06.708Z | Downloaded camino-tempfile v1.1.1 |
1248 | 2024-01-15T21:30:06.711Z | Downloaded bcs v0.1.6 |
1249 | 2024-01-15T21:30:06.715Z | Downloaded structmeta-derive v0.2.0 |
1250 | 2024-01-15T21:30:06.719Z | Downloaded crypto-common v0.1.6 |
1251 | 2024-01-15T21:30:06.719Z | Downloaded crossbeam-queue v0.3.8 |
1252 | 2024-01-15T21:30:06.723Z | Downloaded crossbeam-deque v0.8.3 |
1253 | 2024-01-15T21:30:06.723Z | Downloaded cancel-safe-futures v0.1.5 |
1254 | 2024-01-15T21:30:06.727Z | Downloaded clang-sys v1.6.1 |
1255 | 2024-01-15T21:30:06.731Z | Downloaded futures-macro v0.3.30 |
1256 | 2024-01-15T21:30:06.734Z | Downloaded fnv v1.0.7 |
1257 | 2024-01-15T21:30:06.734Z | Downloaded fixedbitset v0.4.2 |
1258 | 2024-01-15T21:30:06.738Z | Downloaded tui-tree-widget v0.13.0 |
1259 | 2024-01-15T21:30:06.738Z | Downloaded time-macros v0.2.13 |
1260 | 2024-01-15T21:30:06.744Z | Downloaded tap v1.0.1 |
1261 | 2024-01-15T21:30:06.748Z | Downloaded structopt-derive v0.4.18 |
1262 | 2024-01-15T21:30:06.748Z | Downloaded strum_macros v0.24.3 |
1263 | 2024-01-15T21:30:06.751Z | Downloaded camino v1.1.6 |
1264 | 2024-01-15T21:30:06.751Z | Downloaded bitflags v2.4.0 |
1265 | 2024-01-15T21:30:06.755Z | Downloaded cexpr v0.6.0 |
1266 | 2024-01-15T21:30:06.759Z | Downloaded argon2 v0.5.2 |
1267 | 2024-01-15T21:30:06.763Z | Downloaded async-trait v0.1.77 |
1268 | 2024-01-15T21:30:06.766Z | Downloaded anstyle-parse v0.2.1 |
1269 | 2024-01-15T21:30:06.771Z | Downloaded ansi_term v0.12.1 |
1270 | 2024-01-15T21:30:06.774Z | Downloaded new_debug_unreachable v1.0.4 |
1271 | 2024-01-15T21:30:06.777Z | Downloaded crc-catalog v2.2.0 |
1272 | 2024-01-15T21:30:06.777Z | Downloaded arrayvec v0.5.2 |
1273 | 2024-01-15T21:30:06.780Z | Downloaded mockall_derive v0.12.0 |
1274 | 2024-01-15T21:30:06.786Z | Downloaded clap v4.4.3 |
1275 | 2024-01-15T21:30:06.798Z | Downloaded indoc v2.0.3 |
1276 | 2024-01-15T21:30:06.802Z | Downloaded cassowary v0.3.0 |
1277 | 2024-01-15T21:30:06.808Z | Downloaded bytecount v0.6.3 |
1278 | 2024-01-15T21:30:06.812Z | Downloaded buf-list v1.0.3 |
1279 | 2024-01-15T21:30:06.812Z | Downloaded anstyle v1.0.2 |
1280 | 2024-01-15T21:30:06.815Z | Downloaded schemars_derive v0.8.16 |
1281 | 2024-01-15T21:30:06.818Z | Downloaded num v0.4.1 |
1282 | 2024-01-15T21:30:06.818Z | Downloaded bit-set v0.5.3 |
1283 | 2024-01-15T21:30:06.822Z | Downloaded libsw v3.3.1 |
1284 | 2024-01-15T21:30:06.825Z | Downloaded itertools v0.10.5 |
1285 | 2024-01-15T21:30:06.833Z | Downloaded byteorder v1.5.0 |
1286 | 2024-01-15T21:30:06.837Z | Downloaded block-buffer v0.10.4 |
1287 | 2024-01-15T21:30:06.841Z | Downloaded async-recursion v1.0.5 |
1288 | 2024-01-15T21:30:06.841Z | Downloaded assert_matches v1.5.0 |
1289 | 2024-01-15T21:30:06.844Z | Downloaded num_threads v0.1.6 |
1290 | 2024-01-15T21:30:06.844Z | Downloaded cstr-argument v0.1.2 |
1291 | 2024-01-15T21:30:06.847Z | Downloaded maybe-uninit v2.0.0 |
1292 | 2024-01-15T21:30:06.847Z | Downloaded darling v0.20.3 |
1293 | 2024-01-15T21:30:06.852Z | Downloaded clap_derive v4.4.2 |
1294 | 2024-01-15T21:30:06.856Z | Downloaded ciborium-ll v0.2.1 |
1295 | 2024-01-15T21:30:06.859Z | Downloaded cfg-if v1.0.0 |
1296 | 2024-01-15T21:30:06.862Z | Downloaded block-padding v0.3.3 |
1297 | 2024-01-15T21:30:06.862Z | Downloaded bit-vec v0.6.3 |
1298 | 2024-01-15T21:30:06.865Z | Downloaded backoff v0.4.0 |
1299 | 2024-01-15T21:30:06.871Z | Downloaded autocfg v1.1.0 |
1300 | 2024-01-15T21:30:06.871Z | Downloaded aead v0.5.2 |
1301 | 2024-01-15T21:30:06.874Z | Downloaded crc32fast v1.3.2 |
1302 | 2024-01-15T21:30:06.874Z | Downloaded bzip2 v0.4.4 |
1303 | 2024-01-15T21:30:06.878Z | Downloaded try-lock v0.2.4 |
1304 | 2024-01-15T21:30:06.878Z | Downloaded time-core v0.1.1 |
1305 | 2024-01-15T21:30:06.881Z | Downloaded take_mut v0.2.2 |
1306 | 2024-01-15T21:30:06.881Z | Downloaded strum v0.25.0 |
1307 | 2024-01-15T21:30:06.881Z | Downloaded miniz_oxide v0.7.1 |
1308 | 2024-01-15T21:30:06.885Z | Downloaded memoffset v0.9.0 |
1309 | 2024-01-15T21:30:06.888Z | Downloaded cipher v0.4.4 |
1310 | 2024-01-15T21:30:06.891Z | Downloaded humantime v2.1.0 |
1311 | 2024-01-15T21:30:06.894Z | Downloaded base16ct v0.2.0 |
1312 | 2024-01-15T21:30:06.894Z | Downloaded atomic-waker v1.1.1 |
1313 | 2024-01-15T21:30:06.897Z | Downloaded anstream v0.5.0 |
1314 | 2024-01-15T21:30:06.902Z | Downloaded async-stream v0.3.5 |
1315 | 2024-01-15T21:30:06.902Z | Downloaded native-tls v0.2.11 |
1316 | 2024-01-15T21:30:06.905Z | Downloaded multer v3.0.0 |
1317 | 2024-01-15T21:30:06.908Z | Downloaded opaque-debug v0.3.0 |
1318 | 2024-01-15T21:30:06.911Z | Downloaded crc v3.0.1 |
1319 | 2024-01-15T21:30:06.914Z | Downloaded cpufeatures v0.2.9 |
1320 | 2024-01-15T21:30:06.914Z | Downloaded cobs v0.2.3 |
1321 | 2024-01-15T21:30:06.918Z | Downloaded linked-hash-map v0.5.6 |
1322 | 2024-01-15T21:30:06.918Z | Downloaded bitflags v1.3.2 |
1323 | 2024-01-15T21:30:06.926Z | Downloaded lazycell v1.3.0 |
1324 | 2024-01-15T21:30:06.930Z | Downloaded macaddr v1.0.1 |
1325 | 2024-01-15T21:30:06.930Z | Downloaded async-stream-impl v0.3.5 |
1326 | 2024-01-15T21:30:06.930Z | Downloaded atty v0.2.14 |
1327 | 2024-01-15T21:30:06.930Z | Downloaded ipnet v2.8.0 |
1328 | 2024-01-15T21:30:06.933Z | Downloaded darling_core v0.14.4 |
1329 | 2024-01-15T21:30:06.941Z | Downloaded num-derive v0.4.0 |
1330 | 2024-01-15T21:30:06.945Z | Downloaded mockall v0.12.0 |
1331 | 2024-01-15T21:30:06.948Z | Downloaded mime v0.3.17 |
1332 | 2024-01-15T21:30:06.948Z | Downloaded cookie v0.18.0 |
1333 | 2024-01-15T21:30:06.952Z | Downloaded libloading v0.7.4 |
1334 | 2024-01-15T21:30:06.956Z | Downloaded ipnetwork v0.20.0 |
1335 | 2024-01-15T21:30:06.959Z | Downloaded corncobs v0.1.3 |
1336 | 2024-01-15T21:30:06.959Z | Downloaded console v0.15.8 |
1337 | 2024-01-15T21:30:06.964Z | Downloaded colored v2.0.4 |
1338 | 2024-01-15T21:30:06.967Z | Downloaded io-lifetimes v1.0.11 |
1339 | 2024-01-15T21:30:06.971Z | Downloaded instant v0.1.12 |
1340 | 2024-01-15T21:30:06.981Z | Downloaded inout v0.1.3 |
1341 | 2024-01-15T21:30:06.982Z | Downloaded num-integer v0.1.45 |
1342 | 2024-01-15T21:30:06.982Z | Downloaded nanorand v0.7.0 |
1343 | 2024-01-15T21:30:06.991Z | Downloaded mime_guess v2.0.4 |
1344 | 2024-01-15T21:30:06.991Z | Downloaded lru-cache v0.1.2 |
1345 | 2024-01-15T21:30:06.991Z | Downloaded lock_api v0.4.10 |
1346 | 2024-01-15T21:30:06.991Z | Downloaded libefi-sys v0.1.0 |
1347 | 2024-01-15T21:30:06.995Z | Downloaded keccak v0.1.4 |
1348 | 2024-01-15T21:30:06.995Z | Downloaded itoa v1.0.9 |
1349 | 2024-01-15T21:30:06.995Z | Downloaded convert_case v0.4.0 |
1350 | 2024-01-15T21:30:06.998Z | Downloaded ciborium v0.2.1 |
1351 | 2024-01-15T21:30:07.005Z | Downloaded maplit v1.0.2 |
1352 | 2024-01-15T21:30:07.005Z | Downloaded kstat-rs v0.2.3 |
1353 | 2024-01-15T21:30:07.008Z | Downloaded crossbeam v0.8.2 |
1354 | 2024-01-15T21:30:07.008Z | Downloaded chacha20 v0.9.1 |
1355 | 2024-01-15T21:30:07.348Z | Compiling proc-macro2 v1.0.74 |
1356 | 2024-01-15T21:30:07.348Z | Compiling unicode-ident v1.0.12 |
1357 | 2024-01-15T21:30:07.351Z | Compiling libc v0.2.152 |
1358 | 2024-01-15T21:30:07.351Z | Compiling serde v1.0.195 |
1359 | 2024-01-15T21:30:07.351Z | Compiling autocfg v1.1.0 |
1360 | 2024-01-15T21:30:07.388Z | Compiling cfg-if v1.0.0 |
1361 | 2024-01-15T21:30:07.391Z | Compiling version_check v0.9.4 |
1362 | 2024-01-15T21:30:07.640Z | Compiling syn v1.0.109 |
1363 | 2024-01-15T21:30:07.640Z | Compiling once_cell v1.19.0 |
1364 | 2024-01-15T21:30:08.349Z | Compiling libm v0.2.7 |
1365 | 2024-01-15T21:30:08.391Z | Compiling parking_lot_core v0.9.8 |
1366 | 2024-01-15T21:30:08.770Z | Compiling lock_api v0.4.10 |
1367 | 2024-01-15T21:30:08.800Z | Compiling num-traits v0.2.16 |
1368 | 2024-01-15T21:30:08.976Z | Compiling serde_json v1.0.111 |
1369 | 2024-01-15T21:30:09.051Z | Compiling typenum v1.16.0 |
1370 | 2024-01-15T21:30:09.054Z | Compiling thiserror v1.0.49 |
1371 | 2024-01-15T21:30:09.213Z | Compiling scopeguard v1.2.0 |
1372 | 2024-01-15T21:30:09.295Z | Compiling generic-array v0.14.7 |
1373 | 2024-01-15T21:30:09.530Z | Compiling memchr v2.6.3 |
1374 | 2024-01-15T21:30:09.847Z | Compiling itoa v1.0.9 |
1375 | 2024-01-15T21:30:10.203Z | Compiling pkg-config v0.3.27 |
1376 | 2024-01-15T21:30:10.594Z | Compiling quote v1.0.35 |
1377 | 2024-01-15T21:30:11.080Z | Compiling byteorder v1.5.0 |
1378 | 2024-01-15T21:30:11.599Z | Compiling syn v2.0.46 |
1379 | 2024-01-15T21:30:11.620Z | Compiling cc v1.0.83 |
1380 | 2024-01-15T21:30:11.871Z | Compiling getrandom v0.2.10 |
1381 | 2024-01-15T21:30:12.222Z | Compiling slab v0.4.9 |
1382 | 2024-01-15T21:30:12.552Z | Compiling log v0.4.20 |
1383 | 2024-01-15T21:30:13.271Z | Compiling heck v0.4.1 |
1384 | 2024-01-15T21:30:13.484Z | Compiling ryu v1.0.15 |
1385 | 2024-01-15T21:30:13.939Z | Compiling pin-project-lite v0.2.13 |
1386 | 2024-01-15T21:30:14.077Z | Compiling schemars v0.8.16 |
1387 | 2024-01-15T21:30:14.114Z | Compiling vcpkg v0.2.15 |
1388 | 2024-01-15T21:30:14.138Z | Compiling smallvec v1.11.2 |
1389 | 2024-01-15T21:30:15.775Z | Compiling ring v0.17.7 |
1390 | 2024-01-15T21:30:15.841Z | Compiling parking_lot v0.12.1 |
1391 | 2024-01-15T21:30:16.948Z | Compiling openssl-sys v0.9.96 |
1392 | 2024-01-15T21:30:17.381Z | Compiling semver v1.0.21 |
1393 | 2024-01-15T21:30:18.048Z | Compiling rand_core v0.6.4 |
1394 | 2024-01-15T21:30:18.665Z | Compiling ring v0.16.20 |
1395 | 2024-01-15T21:30:19.721Z | Compiling indexmap v1.9.3 |
1396 | 2024-01-15T21:30:19.833Z | Compiling equivalent v1.0.1 |
1397 | 2024-01-15T21:30:19.990Z | Compiling hashbrown v0.14.2 |
1398 | 2024-01-15T21:30:20.274Z | Compiling ahash v0.8.6 |
1399 | 2024-01-15T21:30:20.760Z | Compiling httparse v1.8.0 |
1400 | 2024-01-15T21:30:21.310Z | Compiling mio v0.8.9 |
1401 | 2024-01-15T21:30:21.520Z | Compiling signal-hook-registry v1.4.1 |
1402 | 2024-01-15T21:30:21.952Z | Compiling num_cpus v1.16.0 |
1403 | 2024-01-15T21:30:22.020Z | Compiling socket2 v0.5.5 |
1404 | 2024-01-15T21:30:22.136Z | Compiling spin v0.5.2 |
1405 | 2024-01-15T21:30:22.465Z | Compiling futures-core v0.3.30 |
1406 | 2024-01-15T21:30:22.707Z | Compiling openssl v0.10.60 |
1407 | 2024-01-15T21:30:22.805Z | Compiling fnv v1.0.7 |
1408 | 2024-01-15T21:30:22.982Z | Compiling spin v0.9.8 |
1409 | 2024-01-15T21:30:23.406Z | Compiling rustls v0.21.9 |
1410 | 2024-01-15T21:30:23.670Z | Compiling serde_derive_internals v0.26.0 |
1411 | 2024-01-15T21:30:24.170Z | Compiling iana-time-zone v0.1.57 |
1412 | 2024-01-15T21:30:24.196Z | Compiling unicode-xid v0.2.4 |
1413 | 2024-01-15T21:30:24.446Z | Compiling ucd-trie v0.1.6 |
1414 | 2024-01-15T21:30:24.697Z | Compiling crossbeam-utils v0.8.16 |
1415 | 2024-01-15T21:30:24.768Z | Compiling subtle v2.5.0 |
1416 | 2024-01-15T21:30:25.119Z | Compiling native-tls v0.2.11 |
1417 | 2024-01-15T21:30:25.218Z | Compiling const-oid v0.9.5 |
1418 | 2024-01-15T21:30:25.243Z | Compiling synstructure v0.12.6 |
1419 | 2024-01-15T21:30:26.463Z | Compiling io-lifetimes v1.0.11 |
1420 | 2024-01-15T21:30:27.111Z | Compiling futures-sink v0.3.30 |
1421 | 2024-01-15T21:30:27.367Z | Compiling backtrace v0.3.69 |
1422 | 2024-01-15T21:30:27.684Z | Compiling tinyvec_macros v0.1.1 |
1423 | 2024-01-15T21:30:27.714Z | Compiling winnow v0.5.15 |
1424 | 2024-01-15T21:30:27.737Z | Compiling rustix v0.38.25 |
1425 | 2024-01-15T21:30:27.966Z | Compiling dyn-clone v1.0.13 |
1426 | 2024-01-15T21:30:28.214Z | Compiling tinyvec v1.6.0 |
1427 | 2024-01-15T21:30:28.398Z | Compiling futures-channel v0.3.30 |
1428 | 2024-01-15T21:30:28.742Z | Compiling tracing-core v0.1.31 |
1429 | 2024-01-15T21:30:28.853Z | Compiling memoffset v0.9.0 |
1430 | 2024-01-15T21:30:29.108Z | Compiling num-integer v0.1.45 |
1431 | 2024-01-15T21:30:29.285Z | Compiling rustix v0.37.23 |
1432 | 2024-01-15T21:30:29.379Z | Compiling pin-utils v0.1.0 |
1433 | 2024-01-15T21:30:29.518Z | Compiling futures-io v0.3.30 |
1434 | 2024-01-15T21:30:30.051Z | Compiling futures-task v0.3.30 |
1435 | 2024-01-15T21:30:30.780Z | Compiling unicode-normalization v0.1.22 |
1436 | 2024-01-15T21:30:31.142Z | Compiling usdt-impl v0.3.5 |
1437 | 2024-01-15T21:30:31.691Z | Compiling slog v2.7.0 |
1438 | 2024-01-15T21:30:32.353Z | Compiling anyhow v1.0.75 |
1439 | 2024-01-15T21:30:32.568Z | Compiling unicode-bidi v0.3.13 |
1440 | 2024-01-15T21:30:33.127Z | Compiling bitflags v1.3.2 |
1441 | 2024-01-15T21:30:33.278Z | Compiling serde_derive v1.0.195 |
1442 | 2024-01-15T21:30:33.306Z | Compiling zeroize_derive v1.4.2 |
1443 | 2024-01-15T21:30:33.402Z | Compiling thiserror-impl v1.0.49 |
1444 | 2024-01-15T21:30:33.436Z | Compiling tokio-macros v2.2.0 |
1445 | 2024-01-15T21:30:33.585Z | Compiling futures-macro v0.3.30 |
1446 | 2024-01-15T21:30:33.861Z | Compiling tracing-attributes v0.1.26 |
1447 | 2024-01-15T21:30:33.905Z | Compiling schemars_derive v0.8.16 |
1448 | 2024-01-15T21:30:34.698Z | Compiling zerocopy-derive v0.7.31 |
1449 | 2024-01-15T21:30:35.728Z | Compiling zeroize v1.7.0 |
1450 | 2024-01-15T21:30:36.680Z | Compiling openssl-macros v0.1.1 |
1451 | 2024-01-15T21:30:37.773Z | Compiling zerocopy-derive v0.2.0 |
1452 | 2024-01-15T21:30:38.182Z | Compiling pest v2.7.2 |
1453 | 2024-01-15T21:30:38.264Z | Compiling zerocopy v0.7.31 |
1454 | 2024-01-15T21:30:38.573Z | Compiling crypto-common v0.1.6 |
1455 | 2024-01-15T21:30:38.855Z | Compiling der_derive v0.7.2 |
1456 | 2024-01-15T21:30:38.945Z | Compiling block-buffer v0.10.4 |
1457 | 2024-01-15T21:30:38.971Z | Compiling futures-util v0.3.30 |
1458 | 2024-01-15T21:30:39.339Z | Compiling tracing v0.1.37 |
1459 | 2024-01-15T21:30:40.541Z | Compiling crc32fast v1.3.2 |
1460 | 2024-01-15T21:30:40.861Z | Compiling time-core v0.1.1 |
1461 | 2024-01-15T21:30:41.117Z | Compiling time-macros v0.2.13 |
1462 | 2024-01-15T21:30:41.736Z | Compiling hashbrown v0.13.2 |
1463 | 2024-01-15T21:30:41.908Z | Compiling digest v0.10.7 |
1464 | 2024-01-15T21:30:42.608Z | Compiling pest_meta v2.7.2 |
1465 | 2024-01-15T21:30:43.571Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1466 | 2024-01-15T21:30:44.189Z | Compiling aho-corasick v1.0.4 |
1467 | 2024-01-15T21:30:44.887Z | Compiling pest_generator v2.7.2 |
1468 | 2024-01-15T21:30:45.256Z | Compiling crossbeam-epoch v0.9.15 |
1469 | 2024-01-15T21:30:45.882Z | Compiling rustversion v1.0.14 |
1470 | 2024-01-15T21:30:45.951Z | Compiling ppv-lite86 v0.2.17 |
1471 | 2024-01-15T21:30:47.222Z | Compiling regex-syntax v0.8.2 |
1472 | 2024-01-15T21:30:47.876Z | Compiling async-trait v0.1.77 |
1473 | 2024-01-15T21:30:48.641Z | Compiling rand_chacha v0.3.1 |
1474 | 2024-01-15T21:30:49.150Z | Compiling pest_derive v2.7.2 |
1475 | 2024-01-15T21:30:50.195Z | Compiling zerocopy v0.3.0 |
1476 | 2024-01-15T21:30:50.616Z | Compiling errno v0.3.2 |
1477 | 2024-01-15T21:30:51.007Z | Compiling strsim v0.10.0 |
1478 | 2024-01-15T21:30:51.274Z | Compiling base64 v0.21.7 |
1479 | 2024-01-15T21:30:52.359Z | Compiling dof v0.1.5 |
1480 | 2024-01-15T21:30:53.636Z | Compiling regex-automata v0.4.3 |
1481 | 2024-01-15T21:30:54.022Z | Compiling dtrace-parser v0.1.14 |
1482 | 2024-01-15T21:30:56.025Z | Compiling bytes v1.5.0 |
1483 | 2024-01-15T21:30:56.701Z | Compiling indexmap v2.1.0 |
1484 | 2024-01-15T21:30:57.977Z | Compiling uuid v1.6.1 |
1485 | 2024-01-15T21:30:58.735Z | Compiling rustc_version v0.4.0 |
1486 | 2024-01-15T21:30:59.055Z | Compiling chrono v0.4.31 |
1487 | 2024-01-15T21:30:59.158Z | Compiling tokio v1.35.1 |
1488 | 2024-01-15T21:31:00.948Z | Compiling heapless v0.7.16 |
1489 | 2024-01-15T21:31:01.031Z | Compiling bitflags v2.4.0 |
1490 | 2024-01-15T21:31:04.503Z | Compiling toml_datetime v0.6.5 |
1491 | 2024-01-15T21:31:04.955Z | Compiling serde_spanned v0.6.4 |
1492 | 2024-01-15T21:31:05.300Z | Compiling toml_edit v0.19.15 |
1493 | 2024-01-15T21:31:07.539Z | Compiling http v0.2.11 |
1494 | 2024-01-15T21:31:10.283Z | Compiling regex v1.10.2 |
1495 | 2024-01-15T21:31:11.410Z | Compiling rand v0.8.5 |
1496 | 2024-01-15T21:31:14.106Z | Compiling tokio-util v0.7.10 |
1497 | 2024-01-15T21:31:17.136Z | Compiling thread-id v4.2.0 |
1498 | 2024-01-15T21:31:17.301Z | Compiling num-bigint v0.4.4 |
1499 | 2024-01-15T21:31:17.385Z | Compiling smoltcp v0.9.1 |
1500 | 2024-01-15T21:31:17.959Z | Compiling percent-encoding v2.3.1 |
1501 | 2024-01-15T21:31:18.060Z | Compiling hashbrown v0.12.3 |
1502 | 2024-01-15T21:31:18.505Z | Compiling untrusted v0.9.0 |
1503 | 2024-01-15T21:31:19.090Z | Compiling foreign-types-shared v0.1.1 |
1504 | 2024-01-15T21:31:19.248Z | Compiling openssl-probe v0.1.5 |
1505 | 2024-01-15T21:31:19.559Z | Compiling doc-comment v0.3.3 |
1506 | 2024-01-15T21:31:19.693Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1507 | 2024-01-15T21:31:19.915Z | Compiling untrusted v0.7.1 |
1508 | 2024-01-15T21:31:20.226Z | Compiling base64ct v1.6.0 |
1509 | 2024-01-15T21:31:20.921Z | Compiling foreign-types v0.3.2 |
1510 | 2024-01-15T21:31:21.102Z | Compiling pem-rfc7468 v0.7.0 |
1511 | 2024-01-15T21:31:22.797Z | Compiling strum_macros v0.25.2 |
1512 | 2024-01-15T21:31:24.321Z | Compiling serde_tokenstream v0.1.7 |
1513 | 2024-01-15T21:31:26.007Z | Compiling hmac v0.12.1 |
1514 | 2024-01-15T21:31:26.734Z | Compiling lazy_static v1.4.0 |
1515 | 2024-01-15T21:31:27.488Z | Compiling socket2 v0.4.9 |
1516 | 2024-01-15T21:31:27.673Z | Compiling siphasher v0.3.11 |
1517 | 2024-01-15T21:31:28.547Z | Compiling unicode-segmentation v1.10.1 |
1518 | 2024-01-15T21:31:28.572Z | Compiling adler v1.0.2 |
1519 | 2024-01-15T21:31:28.891Z | Compiling try-lock v0.2.4 |
1520 | 2024-01-15T21:31:28.917Z | Compiling flagset v0.4.3 |
1521 | 2024-01-15T21:31:29.470Z | Compiling unicode-width v0.1.11 |
1522 | 2024-01-15T21:31:29.701Z | Compiling miniz_oxide v0.7.1 |
1523 | 2024-01-15T21:31:29.724Z | Compiling der v0.7.8 |
1524 | 2024-01-15T21:31:29.891Z | Compiling want v0.3.1 |
1525 | 2024-01-15T21:31:33.444Z | Compiling rustls-webpki v0.101.7 |
1526 | 2024-01-15T21:31:33.946Z | Compiling sct v0.7.0 |
1527 | 2024-01-15T21:31:34.945Z | Compiling h2 v0.3.21 |
1528 | 2024-01-15T21:31:35.998Z | Compiling form_urlencoded v1.2.1 |
1529 | 2024-01-15T21:31:36.310Z | Compiling http-body v0.4.5 |
1530 | 2024-01-15T21:31:36.935Z | Compiling hubpack_derive v0.1.1 |
1531 | 2024-01-15T21:31:38.271Z | Compiling zerocopy-derive v0.6.4 |
1532 | 2024-01-15T21:31:38.469Z | Compiling pin-project-internal v1.1.3 |
1533 | 2024-01-15T21:31:41.202Z | Compiling num-iter v0.1.43 |
1534 | 2024-01-15T21:31:41.394Z | Compiling anstyle v1.0.2 |
1535 | 2024-01-15T21:31:41.652Z | Compiling tower-service v0.3.2 |
1536 | 2024-01-15T21:31:42.246Z | Compiling utf8parse v0.2.1 |
1537 | 2024-01-15T21:31:42.653Z | Compiling cpufeatures v0.2.9 |
1538 | 2024-01-15T21:31:43.086Z | Compiling httpdate v1.0.3 |
1539 | 2024-01-15T21:31:43.734Z | Compiling sha2 v0.10.8 |
1540 | 2024-01-15T21:31:43.760Z | Compiling anstyle-parse v0.2.1 |
1541 | 2024-01-15T21:31:46.659Z | Compiling hyper v0.14.27 |
1542 | 2024-01-15T21:31:47.206Z | Compiling spki v0.7.2 |
1543 | 2024-01-15T21:31:48.732Z | Compiling usdt-attr-macro v0.3.5 |
1544 | 2024-01-15T21:31:48.991Z | Compiling usdt-macro v0.3.5 |
1545 | 2024-01-15T21:31:51.143Z | Compiling openapiv3 v2.0.0 |
1546 | 2024-01-15T21:31:51.589Z | Compiling serde_tokenstream v0.2.0 |
1547 | 2024-01-15T21:31:51.673Z | Compiling rustls-pemfile v1.0.3 |
1548 | 2024-01-15T21:31:52.206Z | Compiling md-5 v0.10.5 |
1549 | 2024-01-15T21:31:52.494Z | Compiling idna v0.5.0 |
1550 | 2024-01-15T21:31:52.555Z | Compiling stringprep v0.1.3 |
1551 | 2024-01-15T21:31:53.269Z | Compiling diesel_table_macro_syntax v0.1.0 |
1552 | 2024-01-15T21:31:53.824Z | Compiling hash32 v0.2.1 |
1553 | 2024-01-15T21:31:54.192Z | Compiling anstyle-query v1.0.0 |
1554 | 2024-01-15T21:31:54.421Z | Compiling stable_deref_trait v1.2.0 |
1555 | 2024-01-15T21:31:54.465Z | Compiling colorchoice v1.0.0 |
1556 | 2024-01-15T21:31:54.566Z | Compiling gimli v0.28.0 |
1557 | 2024-01-15T21:31:54.917Z | Compiling fallible-iterator v0.2.0 |
1558 | 2024-01-15T21:31:55.795Z | Compiling either v1.9.0 |
1559 | 2024-01-15T21:31:56.112Z | Compiling postgres-protocol v0.6.6 |
1560 | 2024-01-15T21:31:58.101Z | Compiling anstream v0.5.0 |
1561 | 2024-01-15T21:31:58.975Z | Compiling url v2.5.0 |
1562 | 2024-01-15T21:31:59.072Z | Compiling diesel_derives v2.1.2 |
1563 | 2024-01-15T21:32:01.708Z | Compiling addr2line v0.21.0 |
1564 | 2024-01-15T21:32:02.973Z | Compiling tokio-rustls v0.24.1 |
1565 | 2024-01-15T21:32:03.326Z | Compiling rustls-native-certs v0.6.3 |
1566 | 2024-01-15T21:32:03.873Z | Compiling pkcs8 v0.10.2 |
1567 | 2024-01-15T21:32:04.726Z | Compiling terminal_size v0.2.6 |
1568 | 2024-01-15T21:32:05.004Z | Compiling tokio-native-tls v0.3.1 |
1569 | 2024-01-15T21:32:06.610Z | Compiling phf_shared v0.11.2 |
1570 | 2024-01-15T21:32:08.535Z | Compiling regress v0.7.1 |
1571 | 2024-01-15T21:32:08.863Z | Compiling block-padding v0.3.3 |
1572 | 2024-01-15T21:32:08.888Z | Compiling enum-as-inner v0.5.1 |
1573 | 2024-01-15T21:32:09.205Z | Compiling snafu-derive v0.7.5 |
1574 | 2024-01-15T21:32:10.492Z | Compiling clap_derive v4.4.2 |
1575 | 2024-01-15T21:32:16.541Z | Compiling serde_repr v0.1.16 |
1576 | 2024-01-15T21:32:17.736Z | Compiling ff v0.13.0 |
1577 | 2024-01-15T21:32:18.109Z | Compiling scheduled-thread-pool v0.2.7 |
1578 | 2024-01-15T21:32:18.375Z | Compiling object v0.32.1 |
1579 | 2024-01-15T21:32:18.901Z | Compiling num_threads v0.1.6 |
1580 | 2024-01-15T21:32:19.084Z | Compiling bit-vec v0.6.3 |
1581 | 2024-01-15T21:32:19.756Z | Compiling managed v0.8.0 |
1582 | 2024-01-15T21:32:20.625Z | Compiling deranged v0.3.8 |
1583 | 2024-01-15T21:32:23.108Z | Compiling matches v0.1.10 |
1584 | 2024-01-15T21:32:23.255Z | Compiling rustc-demangle v0.1.23 |
1585 | 2024-01-15T21:32:24.587Z | Compiling base16ct v0.2.0 |
1586 | 2024-01-15T21:32:25.118Z | Compiling ipnet v2.8.0 |
1587 | 2024-01-15T21:32:25.665Z | Compiling clap_lex v0.5.1 |
1588 | 2024-01-15T21:32:26.374Z | Compiling regex-automata v0.1.10 |
1589 | 2024-01-15T21:32:27.230Z | Compiling bstr v0.2.17 |
1590 | 2024-01-15T21:32:27.776Z | Compiling clap_builder v4.4.2 |
1591 | 2024-01-15T21:32:28.425Z | Compiling sec1 v0.7.3 |
1592 | 2024-01-15T21:32:32.962Z | Compiling time v0.3.27 |
1593 | 2024-01-15T21:32:33.310Z | Compiling idna v0.2.3 |
1594 | 2024-01-15T21:32:33.333Z | Compiling r2d2 v0.8.10 |
1595 | 2024-01-15T21:32:33.924Z | Compiling group v0.13.0 |
1596 | 2024-01-15T21:32:34.631Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1597 | 2024-01-15T21:32:36.072Z | Compiling inout v0.1.3 |
1598 | 2024-01-15T21:32:36.602Z | Compiling phf v0.11.2 |
1599 | 2024-01-15T21:32:37.048Z | Compiling hyper-tls v0.5.0 |
1600 | 2024-01-15T21:32:37.051Z | Compiling hyper-rustls v0.24.2 |
1601 | 2024-01-15T21:32:37.587Z | Compiling flate2 v1.0.28 |
1602 | 2024-01-15T21:32:37.804Z | Compiling bzip2 v0.4.4 |
1603 | 2024-01-15T21:32:38.431Z | Compiling postgres-types v0.2.6 |
1604 | 2024-01-15T21:32:39.186Z | Compiling itertools v0.11.0 |
1605 | 2024-01-15T21:32:40.786Z | Compiling pin-project v1.1.3 |
1606 | 2024-01-15T21:32:40.925Z | Compiling zerocopy v0.6.4 |
1607 | 2024-01-15T21:32:40.969Z | Compiling hubpack v0.1.2 |
1608 | 2024-01-15T21:32:41.015Z | Compiling serde_urlencoded v0.7.1 |
1609 | 2024-01-15T21:32:41.684Z | Compiling phf_shared v0.10.0 |
1610 | 2024-01-15T21:32:41.863Z | Compiling hkdf v0.12.4 |
1611 | 2024-01-15T21:32:42.152Z | Compiling ipnetwork v0.20.0 |
1612 | 2024-01-15T21:32:43.426Z | Compiling futures-executor v0.3.30 |
1613 | 2024-01-15T21:32:43.561Z | Compiling crypto-bigint v0.5.2 |
1614 | 2024-01-15T21:32:44.236Z | Compiling float-cmp v0.9.0 |
1615 | 2024-01-15T21:32:44.385Z | Compiling proc-macro-error-attr v1.0.4 |
1616 | 2024-01-15T21:32:44.559Z | Compiling encoding_rs v0.8.33 |
1617 | 2024-01-15T21:32:47.024Z | Compiling minimal-lexical v0.2.1 |
1618 | 2024-01-15T21:32:48.630Z | Compiling static_assertions v1.1.0 |
1619 | 2024-01-15T21:32:48.705Z | Compiling difflib v0.4.0 |
1620 | 2024-01-15T21:32:50.739Z | Compiling data-encoding v2.4.0 |
1621 | 2024-01-15T21:32:50.811Z | Compiling predicates-core v1.0.6 |
1622 | 2024-01-15T21:32:51.299Z | Compiling new_debug_unreachable v1.0.4 |
1623 | 2024-01-15T21:32:51.452Z | Compiling mime v0.3.17 |
1624 | 2024-01-15T21:32:51.475Z | Compiling normalize-line-endings v0.3.0 |
1625 | 2024-01-15T21:32:51.963Z | Compiling whoami v1.4.1 |
1626 | 2024-01-15T21:32:52.953Z | Compiling fixedbitset v0.4.2 |
1627 | 2024-01-15T21:32:53.629Z | Compiling webpki-roots v0.25.2 |
1628 | 2024-01-15T21:32:53.843Z | Compiling precomputed-hash v0.1.1 |
1629 | 2024-01-15T21:32:53.871Z | Compiling regex-automata v0.3.8 |
1630 | 2024-01-15T21:32:55.945Z | Compiling string_cache v0.8.7 |
1631 | 2024-01-15T21:32:56.616Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1632 | 2024-01-15T21:32:57.739Z | Compiling bstr v1.6.0 |
1633 | 2024-01-15T21:32:57.833Z | Compiling reqwest v0.11.22 |
1634 | 2024-01-15T21:33:00.154Z | Compiling petgraph v0.6.4 |
1635 | 2024-01-15T21:33:03.884Z | Compiling tokio-postgres v0.7.10 |
1636 | 2024-01-15T21:33:06.118Z | Compiling trust-dns-proto v0.22.0 |
1637 | 2024-01-15T21:33:06.236Z | Compiling predicates v3.0.4 |
1638 | 2024-01-15T21:33:07.013Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1639 | 2024-01-15T21:33:08.730Z | Compiling nom v7.1.3 |
1640 | 2024-01-15T21:33:11.848Z | Compiling elliptic-curve v0.13.8 |
1641 | 2024-01-15T21:33:18.738Z | Compiling futures v0.3.30 |
1642 | 2024-01-15T21:33:19.185Z | Compiling diesel v2.1.4 |
1643 | 2024-01-15T21:33:19.507Z | Compiling snafu v0.7.5 |
1644 | 2024-01-15T21:33:19.755Z | Compiling yasna v0.5.2 |
1645 | 2024-01-15T21:33:19.889Z | Compiling zip v0.6.6 |
1646 | 2024-01-15T21:33:20.067Z | Compiling cipher v0.4.4 |
1647 | 2024-01-15T21:33:20.809Z | Compiling clap v4.4.3 |
1648 | 2024-01-15T21:33:20.974Z | Compiling similar v2.3.0 |
1649 | 2024-01-15T21:33:21.120Z | Compiling bit-set v0.5.3 |
1650 | 2024-01-15T21:33:21.552Z | Compiling itertools v0.10.5 |
1651 | 2024-01-15T21:33:21.954Z | Compiling usdt v0.3.5 |
1652 | 2024-01-15T21:33:22.524Z | Compiling console v0.15.8 |
1653 | 2024-01-15T21:33:23.267Z | Compiling tokio-stream v0.1.14 |
1654 | 2024-01-15T21:33:24.390Z | Compiling toml v0.7.8 |
1655 | 2024-01-15T21:33:24.740Z | Compiling proc-macro-crate v1.3.1 |
1656 | 2024-01-15T21:33:24.772Z | Compiling toml_edit v0.21.0 |
1657 | 2024-01-15T21:33:26.141Z | Compiling hex v0.4.3 |
1658 | 2024-01-15T21:33:26.749Z | Compiling proc-macro-error v1.0.4 |
1659 | 2024-01-15T21:33:27.129Z | Compiling lalrpop-util v0.19.12 |
1660 | 2024-01-15T21:33:30.565Z | Compiling num_enum_derive v0.5.11 |
1661 | 2024-01-15T21:33:35.269Z | Compiling atty v0.2.14 |
1662 | 2024-01-15T21:33:35.806Z | Compiling smoltcp v0.10.0 |
1663 | 2024-01-15T21:33:36.444Z | Compiling ident_case v1.0.1 |
1664 | 2024-01-15T21:33:36.715Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1665 | 2024-01-15T21:33:36.811Z | Compiling darling_core v0.20.3 |
1666 | 2024-01-15T21:33:43.302Z | Compiling num_enum v0.5.11 |
1667 | 2024-01-15T21:34:04.624Z | Compiling dirs-sys-next v0.1.2 |
1668 | 2024-01-15T21:34:06.462Z | Compiling embedded-io v0.4.0 |
1669 | 2024-01-15T21:34:07.175Z | Compiling cobs v0.2.3 |
1670 | 2024-01-15T21:34:07.937Z | Compiling camino v1.1.6 |
1671 | 2024-01-15T21:34:08.374Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1672 | 2024-01-15T21:34:10.047Z | Compiling postcard v1.0.8 |
1673 | 2024-01-15T21:34:10.801Z | Compiling dirs-next v2.0.0 |
1674 | 2024-01-15T21:34:11.660Z | Compiling darling_macro v0.20.3 |
1675 | 2024-01-15T21:34:17.495Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1676 | 2024-01-15T21:34:28.594Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1677 | 2024-01-15T21:34:29.013Z | Compiling getopts v0.2.21 |
1678 | 2024-01-15T21:34:32.864Z | Compiling structmeta-derive v0.2.0 |
1679 | 2024-01-15T21:34:34.436Z | Compiling foreign-types-macros v0.2.3 |
1680 | 2024-01-15T21:34:37.205Z | Compiling thread_local v1.1.7 |
1681 | 2024-01-15T21:34:38.610Z | Compiling multer v3.0.0 |
1682 | 2024-01-15T21:34:38.994Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1683 | 2024-01-15T21:34:39.071Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1684 | 2024-01-15T21:34:39.428Z | Compiling match_cfg v0.1.0 |
1685 | 2024-01-15T21:34:40.421Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1686 | 2024-01-15T21:34:40.990Z | Compiling slog-async v2.8.0 |
1687 | 2024-01-15T21:34:42.871Z | Compiling foreign-types-shared v0.3.1 |
1688 | 2024-01-15T21:34:43.079Z | Compiling paste v1.0.14 |
1689 | 2024-01-15T21:34:43.517Z | Compiling unsafe-libyaml v0.2.10 |
1690 | 2024-01-15T21:34:46.521Z | Compiling serde_yaml v0.9.25 |
1691 | 2024-01-15T21:34:49.412Z | Compiling foreign-types v0.5.0 |
1692 | 2024-01-15T21:34:59.255Z | Compiling hostname v0.3.1 |
1693 | 2024-01-15T21:34:59.729Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1694 | 2024-01-15T21:35:02.321Z | Compiling structmeta v0.2.0 |
1695 | 2024-01-15T21:35:09.071Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1696 | 2024-01-15T21:35:12.810Z | Compiling darling v0.20.3 |
1697 | 2024-01-15T21:35:13.751Z | Compiling term v0.7.0 |
1698 | 2024-01-15T21:35:20.377Z | Compiling slog-json v2.6.1 |
1699 | 2024-01-15T21:35:21.767Z | Compiling is-terminal v0.4.9 |
1700 | 2024-01-15T21:35:21.957Z | Compiling crossbeam-channel v0.5.8 |
1701 | 2024-01-15T21:35:24.948Z | Compiling strum v0.25.0 |
1702 | 2024-01-15T21:35:25.227Z | Compiling http v1.0.0 |
1703 | 2024-01-15T21:35:25.810Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1704 | 2024-01-15T21:35:26.314Z | Compiling async-stream-impl v0.3.5 |
1705 | 2024-01-15T21:35:26.485Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1706 | 2024-01-15T21:35:27.459Z | Compiling cstr-argument v0.1.2 |
1707 | 2024-01-15T21:35:27.707Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1708 | 2024-01-15T21:35:27.827Z | Compiling regex-syntax v0.7.5 |
1709 | 2024-01-15T21:35:28.124Z | Compiling take_mut v0.2.2 |
1710 | 2024-01-15T21:35:28.168Z | Compiling crucible-workspace-hack v0.1.0 |
1711 | 2024-01-15T21:35:28.589Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1712 | 2024-01-15T21:35:30.787Z | Compiling rustls-pki-types v1.1.0 |
1713 | 2024-01-15T21:35:31.275Z | Compiling atomic-waker v1.1.1 |
1714 | 2024-01-15T21:35:33.791Z | Compiling pretty-hex v0.2.1 |
1715 | 2024-01-15T21:35:34.147Z | Compiling fastrand v2.0.0 |
1716 | 2024-01-15T21:35:35.243Z | Compiling tempfile v3.8.1 |
1717 | 2024-01-15T21:35:36.209Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1718 | 2024-01-15T21:35:38.272Z | Compiling parse-display-derive v0.8.2 |
1719 | 2024-01-15T21:35:42.236Z | Compiling waitgroup v0.1.2 |
1720 | 2024-01-15T21:35:42.297Z | Compiling rustls-pemfile v2.0.0 |
1721 | 2024-01-15T21:35:47.837Z | Compiling async-stream v0.3.5 |
1722 | 2024-01-15T21:35:48.734Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1723 | 2024-01-15T21:35:52.390Z | Compiling colored v2.0.4 |
1724 | 2024-01-15T21:35:52.546Z | Compiling slog-bunyan v2.5.0 |
1725 | 2024-01-15T21:35:52.945Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1726 | 2024-01-15T21:35:53.951Z | Compiling slog-term v2.9.0 |
1727 | 2024-01-15T21:35:54.665Z | Compiling serde_with_macros v3.4.0 |
1728 | 2024-01-15T21:36:00.265Z | Compiling toml v0.8.8 |
1729 | 2024-01-15T21:36:00.850Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1730 | 2024-01-15T21:36:01.466Z | Compiling sha1 v0.10.6 |
1731 | 2024-01-15T21:36:03.068Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1732 | 2024-01-15T21:36:03.241Z | Compiling textwrap v0.11.0 |
1733 | 2024-01-15T21:36:03.329Z | Compiling heck v0.3.3 |
1734 | 2024-01-15T21:36:05.087Z | Compiling serde_path_to_error v0.1.15 |
1735 | 2024-01-15T21:36:06.023Z | Compiling instant v0.1.12 |
1736 | 2024-01-15T21:36:06.262Z | Compiling libefi-sys v0.1.0 |
1737 | 2024-01-15T21:36:06.392Z | Compiling debug-ignore v1.0.5 |
1738 | 2024-01-15T21:36:06.623Z | Compiling ansi_term v0.12.1 |
1739 | 2024-01-15T21:36:06.694Z | Compiling rayon-core v1.12.0 |
1740 | 2024-01-15T21:36:06.807Z | Compiling vec_map v0.8.2 |
1741 | 2024-01-15T21:36:07.310Z | Compiling strsim v0.8.0 |
1742 | 2024-01-15T21:36:07.739Z | Compiling clap v2.34.0 |
1743 | 2024-01-15T21:36:09.462Z | Compiling backoff v0.4.0 |
1744 | 2024-01-15T21:36:09.765Z | Compiling structopt-derive v0.4.18 |
1745 | 2024-01-15T21:36:10.060Z | Compiling serde_with v3.4.0 |
1746 | 2024-01-15T21:36:14.342Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1747 | 2024-01-15T21:36:18.018Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1748 | 2024-01-15T21:36:19.061Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1749 | 2024-01-15T21:36:19.539Z | Compiling parse-display v0.8.2 |
1750 | 2024-01-15T21:36:19.939Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1751 | 2024-01-15T21:36:20.734Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1752 | 2024-01-15T21:36:21.022Z | Compiling zone_cfg_derive v0.3.0 |
1753 | 2024-01-15T21:36:21.117Z | Compiling crossbeam-deque v0.8.3 |
1754 | 2024-01-15T21:36:21.759Z | Compiling macaddr v1.0.1 |
1755 | 2024-01-15T21:36:22.633Z | Compiling num-derive v0.4.0 |
1756 | 2024-01-15T21:36:22.988Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1757 | 2024-01-15T21:36:23.236Z | Compiling portable-atomic v1.4.3 |
1758 | 2024-01-15T21:36:23.734Z | Compiling zone v0.3.0 |
1759 | 2024-01-15T21:36:26.334Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1760 | 2024-01-15T21:36:29.308Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1761 | 2024-01-15T21:36:29.748Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1762 | 2024-01-15T21:36:30.638Z | Compiling structopt v0.3.26 |
1763 | 2024-01-15T21:36:30.892Z | Compiling camino-tempfile v1.1.1 |
1764 | 2024-01-15T21:36:31.983Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1765 | 2024-01-15T21:36:32.184Z | Compiling smf v0.2.2 |
1766 | 2024-01-15T21:36:32.218Z | Compiling filetime v0.2.23 |
1767 | 2024-01-15T21:36:32.759Z | Compiling xattr v1.0.1 |
1768 | 2024-01-15T21:36:33.211Z | Compiling same-file v1.0.6 |
1769 | 2024-01-15T21:36:33.681Z | Compiling walkdir v2.4.0 |
1770 | 2024-01-15T21:36:33.884Z | Compiling tar v0.4.40 |
1771 | 2024-01-15T21:36:36.019Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1772 | 2024-01-15T21:36:36.580Z | Compiling rayon v1.8.0 |
1773 | 2024-01-15T21:36:36.964Z | Compiling number_prefix v0.4.0 |
1774 | 2024-01-15T21:36:37.381Z | Compiling omicron-zone-package v0.9.1 |
1775 | 2024-01-15T21:36:39.835Z | Compiling topological-sort v0.2.2 |
1776 | 2024-01-15T21:36:40.232Z | Compiling swrite v0.1.0 |
1777 | 2024-01-15T21:36:46.024Z | Compiling indicatif v0.17.7 |
1778 | 2024-01-15T21:37:01.855Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1779 | 2024-01-15T21:37:12.662Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1780 | 2024-01-15T21:37:16.286Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1781 | 2024-01-15T21:37:19.092Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1782 | 2024-01-15T21:37:47.637Z | Finished release [optimized] target(s) in 8m 07s |
1783 | 2024-01-15T21:37:47.900Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1784 | 2024-01-15T21:37:47.988Z | Created new build target 'test' and set it as active |
1785 | 2024-01-15T21:37:47.991Z | |
1786 | 2024-01-15T21:37:47.991Z | real 8:07.562917666 |
1787 | 2024-01-15T21:37:47.991Z | user 52:13.167602719 |
1788 | 2024-01-15T21:37:47.991Z | sys 4:40.666092542 |
1789 | 2024-01-15T21:37:47.992Z | trap 2.257772509 |
1790 | 2024-01-15T21:37:47.992Z | tflt 3.414300324 |
1791 | 2024-01-15T21:37:47.992Z | dflt 2.904172838 |
1792 | 2024-01-15T21:37:47.992Z | kflt 0.019760474 |
1793 | 2024-01-15T21:37:47.992Z | lock 1:52:54.599639768 |
1794 | 2024-01-15T21:37:47.992Z | slp 2:25:40.251108580 |
1795 | 2024-01-15T21:37:47.992Z | lat 2:30.474773491 |
1796 | 2024-01-15T21:37:47.992Z | stop 4:02.180393744 |
1797 | 2024-01-15T21:37:47.996Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1798 | 2024-01-15T21:37:49.167Z | Finished release [optimized] target(s) in 1.08s |
1799 | 2024-01-15T21:37:49.195Z | Running `target/release/omicron-package -t test package` |
1800 | 2024-01-15T21:37:49.236Z | Jan 15 21:37:48.634 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1801 | 2024-01-15T21:37:50.457Z | Compiling linked-hash-map v0.5.6 |
1802 | 2024-01-15T21:37:50.457Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1803 | 2024-01-15T21:37:50.458Z | Compiling password-hash v0.5.0 |
1804 | 2024-01-15T21:37:50.466Z | Compiling blake2 v0.10.6 |
1805 | 2024-01-15T21:37:50.493Z | Compiling convert_case v0.4.0 |
1806 | 2024-01-15T21:37:50.496Z | Compiling same-file v1.0.6 |
1807 | 2024-01-15T21:37:50.499Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1808 | 2024-01-15T21:37:50.515Z | Compiling semver-parser v0.10.2 |
1809 | 2024-01-15T21:37:50.793Z | Compiling walkdir v2.4.0 |
1810 | 2024-01-15T21:37:51.042Z | Compiling lru-cache v0.1.2 |
1811 | 2024-01-15T21:37:51.341Z | Compiling argon2 v0.5.2 |
1812 | 2024-01-15T21:37:51.684Z | Compiling derive_more v0.99.17 |
1813 | 2024-01-15T21:37:51.816Z | Compiling fastrand v2.0.0 |
1814 | 2024-01-15T21:37:52.620Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1815 | 2024-01-15T21:37:52.687Z | Compiling quick-error v1.2.3 |
1816 | 2024-01-15T21:37:52.889Z | Compiling signal-hook v0.3.17 |
1817 | 2024-01-15T21:37:53.338Z | Compiling resolv-conf v0.7.0 |
1818 | 2024-01-15T21:37:53.553Z | Compiling tempfile v3.8.1 |
1819 | 2024-01-15T21:37:53.649Z | Compiling semver v0.11.0 |
1820 | 2024-01-15T21:37:54.543Z | Compiling nibble_vec v0.1.0 |
1821 | 2024-01-15T21:37:54.729Z | Compiling xattr v1.0.1 |
1822 | 2024-01-15T21:37:54.752Z | Compiling filetime v0.2.23 |
1823 | 2024-01-15T21:37:54.871Z | Compiling slog-dtrace v0.2.3 |
1824 | 2024-01-15T21:37:55.092Z | Compiling endian-type v0.1.2 |
1825 | 2024-01-15T21:37:55.195Z | Compiling home v0.5.5 |
1826 | 2024-01-15T21:37:55.293Z | Compiling keccak v0.1.4 |
1827 | 2024-01-15T21:37:55.436Z | Compiling toolchain_find v0.2.0 |
1828 | 2024-01-15T21:37:55.526Z | Compiling radix_trie v0.2.1 |
1829 | 2024-01-15T21:37:56.023Z | Compiling sha3 v0.10.8 |
1830 | 2024-01-15T21:37:56.294Z | Compiling tar v0.4.40 |
1831 | 2024-01-15T21:37:56.468Z | Compiling trust-dns-resolver v0.22.0 |
1832 | 2024-01-15T21:37:56.967Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1833 | 2024-01-15T21:37:57.493Z | Compiling secrecy v0.8.0 |
1834 | 2024-01-15T21:37:57.568Z | Compiling toml v0.5.11 |
1835 | 2024-01-15T21:37:57.868Z | Compiling omicron-zone-package v0.9.1 |
1836 | 2024-01-15T21:37:59.339Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1837 | 2024-01-15T21:38:01.342Z | Compiling rustfmt-wrapper v0.2.0 |
1838 | 2024-01-15T21:38:02.228Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1839 | 2024-01-15T21:38:02.349Z | Compiling itertools v0.12.0 |
1840 | 2024-01-15T21:38:02.621Z | Compiling toml v0.8.8 |
1841 | 2024-01-15T21:38:03.152Z | Compiling num-rational v0.4.1 |
1842 | 2024-01-15T21:38:03.594Z | Compiling cancel-safe-futures v0.1.5 |
1843 | 2024-01-15T21:38:03.897Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1844 | 2024-01-15T21:38:03.999Z | Compiling glob v0.3.1 |
1845 | 2024-01-15T21:38:04.943Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1846 | 2024-01-15T21:38:05.161Z | Compiling num-complex v0.4.4 |
1847 | 2024-01-15T21:38:05.184Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1848 | 2024-01-15T21:38:06.794Z | Compiling fxhash v0.2.1 |
1849 | 2024-01-15T21:38:07.116Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1850 | 2024-01-15T21:38:07.360Z | Compiling num v0.4.1 |
1851 | 2024-01-15T21:38:07.512Z | Compiling unicase v2.7.0 |
1852 | 2024-01-15T21:38:07.591Z | Compiling radium v0.7.0 |
1853 | 2024-01-15T21:38:08.008Z | Compiling utf-8 v0.7.6 |
1854 | 2024-01-15T21:38:08.130Z | Compiling semver v0.1.20 |
1855 | 2024-01-15T21:38:08.299Z | Compiling tungstenite v0.20.1 |
1856 | 2024-01-15T21:38:08.495Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1857 | 2024-01-15T21:38:08.623Z | Compiling arc-swap v1.6.0 |
1858 | 2024-01-15T21:38:09.129Z | Compiling rustc_version v0.1.7 |
1859 | 2024-01-15T21:38:09.742Z | Compiling maybe-uninit v2.0.0 |
1860 | 2024-01-15T21:38:09.813Z | Compiling ciborium-io v0.2.1 |
1861 | 2024-01-15T21:38:09.981Z | Compiling half v1.8.2 |
1862 | 2024-01-15T21:38:10.409Z | Compiling tap v1.0.1 |
1863 | 2024-01-15T21:38:10.681Z | Compiling wyz v0.5.1 |
1864 | 2024-01-15T21:38:11.436Z | Compiling ciborium-ll v0.2.1 |
1865 | 2024-01-15T21:38:11.994Z | Compiling tokio-tungstenite v0.20.1 |
1866 | 2024-01-15T21:38:12.240Z | Compiling newtype_derive v0.1.6 |
1867 | 2024-01-15T21:38:12.666Z | Compiling slog-scope v4.4.0 |
1868 | 2024-01-15T21:38:13.803Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1869 | 2024-01-15T21:38:14.142Z | Compiling signal-hook-mio v0.2.3 |
1870 | 2024-01-15T21:38:14.391Z | Compiling libsw v3.3.1 |
1871 | 2024-01-15T21:38:14.872Z | Compiling derive-where v1.2.7 |
1872 | 2024-01-15T21:38:17.559Z | Compiling funty v2.0.0 |
1873 | 2024-01-15T21:38:18.107Z | Compiling crc-catalog v2.2.0 |
1874 | 2024-01-15T21:38:18.329Z | Compiling num-bigint-dig v0.8.4 |
1875 | 2024-01-15T21:38:18.730Z | Compiling display-error-chain v0.2.0 |
1876 | 2024-01-15T21:38:18.996Z | Compiling owo-colors v3.5.0 |
1877 | 2024-01-15T21:38:20.287Z | Compiling packed_struct v0.10.1 |
1878 | 2024-01-15T21:38:20.895Z | Compiling linear-map v1.2.0 |
1879 | 2024-01-15T21:38:21.517Z | Compiling parking_lot_core v0.8.6 |
1880 | 2024-01-15T21:38:22.159Z | Compiling bitvec v1.0.1 |
1881 | 2024-01-15T21:38:22.287Z | Compiling crc v3.0.1 |
1882 | 2024-01-15T21:38:22.505Z | Compiling slog-stdlog v4.1.1 |
1883 | 2024-01-15T21:38:23.490Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1884 | 2024-01-15T21:38:24.243Z | Compiling ciborium v0.2.1 |
1885 | 2024-01-15T21:38:24.845Z | Compiling packed_struct_codegen v0.10.1 |
1886 | 2024-01-15T21:38:28.012Z | Compiling nodrop v0.1.14 |
1887 | 2024-01-15T21:38:28.191Z | Compiling array-init v0.0.4 |
1888 | 2024-01-15T21:38:29.783Z | Compiling smallvec v0.6.14 |
1889 | 2024-01-15T21:38:30.496Z | Compiling slog-envlogger v2.2.0 |
1890 | 2024-01-15T21:38:35.084Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1891 | 2024-01-15T21:38:36.456Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1892 | 2024-01-15T21:38:37.296Z | Compiling pkcs1 v0.7.5 |
1893 | 2024-01-15T21:38:41.120Z | Compiling signature v2.1.0 |
1894 | 2024-01-15T21:38:41.484Z | Compiling dirs-sys-next v0.1.2 |
1895 | 2024-01-15T21:38:42.269Z | Compiling bitfield v0.14.0 |
1896 | 2024-01-15T21:38:43.531Z | Compiling termcolor v1.2.0 |
1897 | 2024-01-15T21:38:44.180Z | Compiling crunchy v0.2.2 |
1898 | 2024-01-15T21:38:44.880Z | Compiling platforms v3.0.2 |
1899 | 2024-01-15T21:38:45.412Z | Compiling env_logger v0.10.0 |
1900 | 2024-01-15T21:38:45.777Z | Compiling clang-sys v1.6.1 |
1901 | 2024-01-15T21:38:46.794Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1902 | 2024-01-15T21:38:50.910Z | Compiling dirs-next v2.0.0 |
1903 | 2024-01-15T21:38:51.094Z | Compiling rsa v0.9.2 |
1904 | 2024-01-15T21:38:51.154Z | Compiling parking_lot v0.11.2 |
1905 | 2024-01-15T21:38:52.061Z | Compiling steno v0.4.0 |
1906 | 2024-01-15T21:38:55.248Z | Compiling serde-hex v0.1.0 |
1907 | 2024-01-15T21:38:55.617Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1908 | 2024-01-15T21:38:58.169Z | Compiling mime_guess v2.0.4 |
1909 | 2024-01-15T21:39:00.041Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1910 | 2024-01-15T21:39:00.314Z | Compiling trust-dns-client v0.22.0 |
1911 | 2024-01-15T21:39:00.585Z | Compiling x509-cert v0.2.4 |
1912 | 2024-01-15T21:39:04.526Z | Compiling ron v0.8.1 |
1913 | 2024-01-15T21:39:15.384Z | Compiling buf-list v1.0.3 |
1914 | 2024-01-15T21:39:16.208Z | Compiling tiny-keccak v2.0.2 |
1915 | 2024-01-15T21:39:16.612Z | Compiling prettyplease v0.2.16 |
1916 | 2024-01-15T21:39:17.036Z | Compiling crc-any v2.4.3 |
1917 | 2024-01-15T21:39:18.664Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1918 | 2024-01-15T21:39:19.071Z | Compiling trust-dns-server v0.22.1 |
1919 | 2024-01-15T21:39:23.706Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1920 | 2024-01-15T21:39:26.653Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1921 | 2024-01-15T21:39:36.054Z | Compiling sled v0.34.7 |
1922 | 2024-01-15T21:39:48.054Z | Compiling term v0.7.0 |
1923 | 2024-01-15T21:39:50.155Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1924 | 2024-01-15T21:39:50.513Z | Compiling darling_core v0.14.4 |
1925 | 2024-01-15T21:39:57.003Z | Compiling object v0.30.4 |
1926 | 2024-01-15T21:39:59.267Z | Compiling vte_generate_state_changes v0.1.1 |
1927 | 2024-01-15T21:40:00.182Z | Compiling arrayvec v0.5.2 |
1928 | 2024-01-15T21:40:00.584Z | Compiling path-slash v0.1.5 |
1929 | 2024-01-15T21:40:00.904Z | Compiling pretty-hex v0.4.1 |
1930 | 2024-01-15T21:40:01.115Z | Compiling vte v0.10.1 |
1931 | 2024-01-15T21:40:01.352Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1932 | 2024-01-15T21:40:04.719Z | Compiling darling_macro v0.14.4 |
1933 | 2024-01-15T21:40:06.222Z | Compiling curve25519-dalek v4.1.1 |
1934 | 2024-01-15T21:40:07.514Z | Compiling ascii-canvas v3.0.0 |
1935 | 2024-01-15T21:40:11.409Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1936 | 2024-01-15T21:40:13.784Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1937 | 2024-01-15T21:40:19.637Z | Compiling fd-lock v3.0.13 |
1938 | 2024-01-15T21:40:19.945Z | Compiling is-terminal v0.4.9 |
1939 | 2024-01-15T21:40:20.121Z | Compiling kstat-rs v0.2.3 |
1940 | 2024-01-15T21:40:22.171Z | Compiling ena v0.14.2 |
1941 | 2024-01-15T21:40:22.845Z | Compiling libloading v0.7.4 |
1942 | 2024-01-15T21:40:23.465Z | Compiling bindgen v0.65.1 |
1943 | 2024-01-15T21:40:23.617Z | Compiling bytecount v0.6.3 |
1944 | 2024-01-15T21:40:24.101Z | Compiling regex-syntax v0.6.29 |
1945 | 2024-01-15T21:40:24.112Z | Compiling diff v0.1.13 |
1946 | 2024-01-15T21:40:25.014Z | Compiling papergrid v0.10.0 |
1947 | 2024-01-15T21:40:31.081Z | Compiling lalrpop v0.19.12 |
1948 | 2024-01-15T21:40:35.793Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1949 | 2024-01-15T21:40:39.167Z | Compiling darling v0.14.4 |
1950 | 2024-01-15T21:40:39.329Z | Compiling strip-ansi-escapes v0.1.1 |
1951 | 2024-01-15T21:40:42.464Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1952 | 2024-01-15T21:40:47.535Z | Compiling crossterm v0.26.1 |
1953 | 2024-01-15T21:40:47.658Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1954 | 2024-01-15T21:40:48.768Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1955 | 2024-01-15T21:40:50.546Z | Compiling tabled_derive v0.6.0 |
1956 | 2024-01-15T21:40:53.321Z | Compiling globset v0.4.13 |
1957 | 2024-01-15T21:40:54.278Z | Compiling cexpr v0.6.0 |
1958 | 2024-01-15T21:40:56.773Z | Compiling pem v3.0.2 |
1959 | 2024-01-15T21:40:58.046Z | Compiling olpc-cjson v0.1.3 |
1960 | 2024-01-15T21:40:58.965Z | Compiling nix v0.26.4 |
1961 | 2024-01-15T21:40:59.301Z | Compiling which v4.4.0 |
1962 | 2024-01-15T21:40:59.528Z | Compiling universal-hash v0.5.1 |
1963 | 2024-01-15T21:40:59.864Z | Compiling serde_plain v1.0.2 |
1964 | 2024-01-15T21:41:00.182Z | Compiling async-recursion v1.0.5 |
1965 | 2024-01-15T21:41:00.764Z | Compiling curve25519-dalek-derive v0.1.0 |
1966 | 2024-01-15T21:41:01.739Z | Compiling sqlparser_derive v0.1.1 |
1967 | 2024-01-15T21:41:02.931Z | Compiling thiserror-impl-no-std v2.0.2 |
1968 | 2024-01-15T21:41:03.417Z | Compiling memoffset v0.7.1 |
1969 | 2024-01-15T21:41:03.830Z | Compiling peeking_take_while v0.1.2 |
1970 | 2024-01-15T21:41:03.831Z | Compiling rustc-hash v1.1.0 |
1971 | 2024-01-15T21:41:03.887Z | Compiling nu-ansi-term v0.49.0 |
1972 | 2024-01-15T21:41:03.895Z | Compiling typed-path v0.7.0 |
1973 | 2024-01-15T21:41:05.299Z | Compiling lazycell v1.3.0 |
1974 | 2024-01-15T21:41:05.540Z | Compiling shlex v1.1.0 |
1975 | 2024-01-15T21:41:05.904Z | Compiling opaque-debug v0.3.0 |
1976 | 2024-01-15T21:41:06.043Z | Compiling unicode_categories v0.1.1 |
1977 | 2024-01-15T21:41:06.516Z | Compiling sqlformat v0.2.3 |
1978 | 2024-01-15T21:41:06.590Z | Compiling rustyline v12.0.0 |
1979 | 2024-01-15T21:41:07.449Z | Compiling thiserror-no-std v2.0.2 |
1980 | 2024-01-15T21:41:07.605Z | Compiling tough v0.16.0 |
1981 | 2024-01-15T21:41:08.362Z | Compiling poly1305 v0.8.0 |
1982 | 2024-01-15T21:41:16.067Z | Compiling reedline v0.22.0 |
1983 | 2024-01-15T21:41:19.436Z | Compiling polar-core v0.27.0 |
1984 | 2024-01-15T21:41:21.768Z | Compiling sqlparser v0.36.1 |
1985 | 2024-01-15T21:41:22.800Z | Compiling tabled v0.14.0 |
1986 | 2024-01-15T21:41:29.387Z | Compiling derive_builder_core v0.12.0 |
1987 | 2024-01-15T21:41:34.026Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1988 | 2024-01-15T21:41:34.937Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1989 | 2024-01-15T21:41:35.353Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1990 | 2024-01-15T21:41:35.575Z | Compiling chacha20 v0.9.1 |
1991 | 2024-01-15T21:41:36.310Z | Compiling aead v0.5.2 |
1992 | 2024-01-15T21:41:36.808Z | Compiling bcs v0.1.6 |
1993 | 2024-01-15T21:41:38.250Z | Compiling libxml v0.3.3 |
1994 | 2024-01-15T21:41:38.755Z | Compiling highway v1.1.0 |
1995 | 2024-01-15T21:41:41.129Z | Compiling ref-cast v1.0.20 |
1996 | 2024-01-15T21:41:41.935Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1997 | 2024-01-15T21:41:48.090Z | Compiling chacha20poly1305 v0.10.1 |
1998 | 2024-01-15T21:41:48.431Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1999 | 2024-01-15T21:41:50.899Z | Compiling derive_builder_macro v0.12.0 |
2000 | 2024-01-15T21:41:51.309Z | Compiling vsss-rs v3.3.4 |
2001 | 2024-01-15T21:41:59.545Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2002 | 2024-01-15T21:41:59.952Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2003 | 2024-01-15T21:42:00.594Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2004 | 2024-01-15T21:42:05.408Z | Compiling strum_macros v0.24.3 |
2005 | 2024-01-15T21:42:06.189Z | Compiling ref-cast-impl v1.0.20 |
2006 | 2024-01-15T21:42:07.972Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2007 | 2024-01-15T21:42:08.428Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2008 | 2024-01-15T21:42:08.886Z | Compiling cookie v0.18.0 |
2009 | 2024-01-15T21:42:09.348Z | Compiling fs-err v2.11.0 |
2010 | 2024-01-15T21:42:09.785Z | Compiling indoc v1.0.9 |
2011 | 2024-01-15T21:42:10.267Z | Compiling signature v1.6.4 |
2012 | 2024-01-15T21:42:10.487Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2013 | 2024-01-15T21:42:10.949Z | Compiling salty v0.2.0 |
2014 | 2024-01-15T21:42:11.207Z | Compiling http-range v0.1.5 |
2015 | 2024-01-15T21:42:11.245Z | Compiling ed25519 v1.5.3 |
2016 | 2024-01-15T21:42:11.553Z | Compiling hyper-staticfile v0.9.5 |
2017 | 2024-01-15T21:42:12.159Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2018 | 2024-01-15T21:42:12.645Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2019 | 2024-01-15T21:42:15.060Z | Compiling derive_builder v0.12.0 |
2020 | 2024-01-15T21:42:21.307Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2021 | 2024-01-15T21:42:25.936Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2022 | 2024-01-15T21:42:26.506Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2023 | 2024-01-15T21:42:26.918Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2024 | 2024-01-15T21:42:28.155Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2025 | 2024-01-15T21:42:33.286Z | Compiling headers-core v0.2.0 |
2026 | 2024-01-15T21:42:33.531Z | Compiling bb8 v0.8.1 |
2027 | 2024-01-15T21:42:34.421Z | Compiling quick-xml v0.23.1 |
2028 | 2024-01-15T21:42:34.921Z | Compiling serde-big-array v0.5.1 |
2029 | 2024-01-15T21:42:35.281Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2030 | 2024-01-15T21:42:36.021Z | Compiling impl-trait-for-tuples v0.2.2 |
2031 | 2024-01-15T21:42:36.544Z | Compiling oso-derive v0.27.0 |
2032 | 2024-01-15T21:42:38.065Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-01-15T21:42:39.160Z | Compiling maplit v1.0.2 |
2034 | 2024-01-15T21:42:39.324Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2035 | 2024-01-15T21:42:39.631Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2036 | 2024-01-15T21:42:41.543Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2037 | 2024-01-15T21:42:42.764Z | Compiling headers v0.3.9 |
2038 | 2024-01-15T21:42:52.561Z | Compiling oso v0.27.0 |
2039 | 2024-01-15T21:43:00.687Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2040 | 2024-01-15T21:43:07.379Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2041 | 2024-01-15T21:43:25.338Z | Compiling crossterm v0.27.0 |
2042 | 2024-01-15T21:43:28.918Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2043 | 2024-01-15T21:43:29.351Z | Compiling signal-hook-tokio v0.3.1 |
2044 | 2024-01-15T21:43:29.645Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2045 | 2024-01-15T21:43:30.272Z | Compiling serde-big-array v0.4.1 |
2046 | 2024-01-15T21:43:30.552Z | Compiling parse-size v1.0.0 |
2047 | 2024-01-15T21:43:31.040Z | Compiling cassowary v0.3.0 |
2048 | 2024-01-15T21:43:31.833Z | Compiling indoc v2.0.3 |
2049 | 2024-01-15T21:43:33.324Z | Compiling ratatui v0.23.0 |
2050 | 2024-01-15T21:43:38.575Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2051 | 2024-01-15T21:43:40.674Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2052 | 2024-01-15T21:43:43.254Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2053 | 2024-01-15T21:43:59.069Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2054 | 2024-01-15T21:44:01.753Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2055 | 2024-01-15T21:44:02.378Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2056 | 2024-01-15T21:44:14.418Z | Compiling fatfs v0.3.6 |
2057 | 2024-01-15T21:44:19.839Z | Compiling nanorand v0.7.0 |
2058 | 2024-01-15T21:44:21.040Z | Compiling rtoolbox v0.0.1 |
2059 | 2024-01-15T21:44:21.716Z | Compiling smawk v0.3.1 |
2060 | 2024-01-15T21:44:22.063Z | Compiling assert_matches v1.5.0 |
2061 | 2024-01-15T21:44:22.200Z | Compiling is_ci v1.1.1 |
2062 | 2024-01-15T21:44:22.630Z | Compiling unicode-linebreak v0.1.5 |
2063 | 2024-01-15T21:44:23.560Z | Compiling corncobs v0.1.3 |
2064 | 2024-01-15T21:44:23.942Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2065 | 2024-01-15T21:44:24.220Z | Compiling textwrap v0.16.0 |
2066 | 2024-01-15T21:44:25.238Z | Compiling supports-color v2.1.0 |
2067 | 2024-01-15T21:44:26.379Z | Compiling rpassword v7.3.1 |
2068 | 2024-01-15T21:44:27.049Z | Compiling flume v0.11.0 |
2069 | 2024-01-15T21:44:27.347Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2070 | 2024-01-15T21:44:28.363Z | Compiling tui-tree-widget v0.13.0 |
2071 | 2024-01-15T21:44:30.626Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2072 | 2024-01-15T21:44:31.281Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2073 | 2024-01-15T21:44:31.841Z | Compiling humantime v2.1.0 |
2074 | 2024-01-15T21:44:33.254Z | Compiling shell-words v1.1.0 |
2075 | 2024-01-15T21:44:33.949Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2076 | 2024-01-15T21:44:35.838Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2077 | 2024-01-15T21:46:58.005Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2078 | 2024-01-15T21:48:48.267Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2079 | 2024-01-15T21:48:51.329Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2080 | 2024-01-15T21:58:01.429Z | Finished release [optimized] target(s) in 20m 12s |
2081 | 2024-01-15T21:59:08.371Z | |
2082 | 2024-01-15T21:59:08.371Z | real 21:20.497658926 |
2083 | 2024-01-15T21:59:08.374Z | user 2:28:35.157095174 |
2084 | 2024-01-15T21:59:08.374Z | sys 5:38.570404464 |
2085 | 2024-01-15T21:59:08.374Z | trap 5.116870902 |
2086 | 2024-01-15T21:59:08.374Z | tflt 1.142846628 |
2087 | 2024-01-15T21:59:08.374Z | dflt 2.299770980 |
2088 | 2024-01-15T21:59:08.374Z | kflt 0.001541391 |
2089 | 2024-01-15T21:59:08.374Z | lock 8:39:34.942950835 |
2090 | 2024-01-15T21:59:08.374Z | slp 5:45:55.758238308 |
2091 | 2024-01-15T21:59:08.374Z | lat 2:47.323880623 |
2092 | 2024-01-15T21:59:08.374Z | stop 41.038664137 |
2093 | 2024-01-15T21:59:08.374Z | + 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/*) |
2094 | 2024-01-15T21:59:08.375Z | + pfexec mkdir -p /work |
2095 | 2024-01-15T21:59:08.378Z | + pfexec chown build /work |
2096 | 2024-01-15T21:59:08.381Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.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 |
2097 | 2024-01-15T21:59:21.749Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2098 | 2024-01-15T21:59:21.749Z | a out/mg-ddm-gz.tar 61253K |
2099 | 2024-01-15T21:59:21.749Z | a out/omicron-sled-agent.tar 111709K |
2100 | 2024-01-15T21:59:21.749Z | a out/target/test 1K |
2101 | 2024-01-15T21:59:21.749Z | a out/npuzone/npuzone 36313K |
2102 | 2024-01-15T21:59:21.749Z | a package-manifest.toml 23K |
2103 | 2024-01-15T21:59:21.749Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2104 | 2024-01-15T21:59:21.749Z | a target/release/omicron-package 42055K |
2105 | 2024-01-15T21:59:21.751Z | a tools/create_virtual_hardware.sh 4K |
2106 | 2024-01-15T21:59:21.751Z | a tools/virtual_hardware.sh 4K |
2107 | 2024-01-15T21:59:21.751Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2108 | 2024-01-15T21:59:21.751Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2109 | 2024-01-15T21:59:21.752Z | a tools/scrimlet/softnpu-init.sh 3K |
2110 | 2024-01-15T21:59:21.752Z | a tools/scrimlet/softnpu-zone.txt 1K |
2111 | 2024-01-15T21:59:21.752Z | a tools/scrimlet/softnpu.toml 1K |
2112 | 2024-01-15T21:59:21.756Z | |
2113 | 2024-01-15T21:59:21.756Z | real 13.368394120 |
2114 | 2024-01-15T21:59:21.756Z | user 12.674571949 |
2115 | 2024-01-15T21:59:21.756Z | sys 1.154237938 |
2116 | 2024-01-15T21:59:21.756Z | trap 0.003245234 |
2117 | 2024-01-15T21:59:21.756Z | tflt 0.000000000 |
2118 | 2024-01-15T21:59:21.756Z | dflt 0.000000000 |
2119 | 2024-01-15T21:59:21.756Z | kflt 0.000000000 |
2120 | 2024-01-15T21:59:21.756Z | lock 0.000000000 |
2121 | 2024-01-15T21:59:21.756Z | slp 12.403756169 |
2122 | 2024-01-15T21:59:21.756Z | lat 0.497114489 |
2123 | 2024-01-15T21:59:21.756Z | stop 0.000265845 |
2124 | 2024-01-15T21:59:21.756Z | ++ pwd |
2125 | 2024-01-15T21:59:21.756Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2126 | 2024-01-15T21:59:21.756Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2127 | 2024-01-15T21:59:21.759Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2128 | 2024-01-15T21:59:22.953Z | Finished release [optimized] target(s) in 1.10s |
2129 | 2024-01-15T21:59:22.984Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2130 | 2024-01-15T21:59:23.027Z | Created new build target 'host' and set it as active |
2131 | 2024-01-15T21:59:23.031Z | |
2132 | 2024-01-15T21:59:23.034Z | real 1.269016409 |
2133 | 2024-01-15T21:59:23.034Z | user 0.890845954 |
2134 | 2024-01-15T21:59:23.035Z | sys 0.378608794 |
2135 | 2024-01-15T21:59:23.035Z | trap 0.000183276 |
2136 | 2024-01-15T21:59:23.035Z | tflt 0.000041958 |
2137 | 2024-01-15T21:59:23.035Z | dflt 0.000000000 |
2138 | 2024-01-15T21:59:23.035Z | kflt 0.000000000 |
2139 | 2024-01-15T21:59:23.035Z | lock 0.035792656 |
2140 | 2024-01-15T21:59:23.035Z | slp 0.024289843 |
2141 | 2024-01-15T21:59:23.035Z | lat 0.002420087 |
2142 | 2024-01-15T21:59:23.035Z | stop 0.000217667 |
2143 | 2024-01-15T21:59:23.035Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2144 | 2024-01-15T21:59:24.166Z | Finished release [optimized] target(s) in 1.04s |
2145 | 2024-01-15T21:59:24.196Z | Running `target/release/omicron-package -t host package` |
2146 | 2024-01-15T21:59:24.239Z | Jan 15 21:59:23.769 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2147 | 2024-01-15T21:59:25.464Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2148 | 2024-01-15T22:03:06.600Z | Finished release [optimized] target(s) in 3m 42s |
2149 | 2024-01-15T22:04:20.328Z | |
2150 | 2024-01-15T22:04:20.331Z | real 4:57.317667469 |
2151 | 2024-01-15T22:04:20.332Z | user 21:34.465771287 |
2152 | 2024-01-15T22:04:20.332Z | sys 1:07.911311196 |
2153 | 2024-01-15T22:04:20.332Z | trap 0.633578366 |
2154 | 2024-01-15T22:04:20.332Z | tflt 0.045967146 |
2155 | 2024-01-15T22:04:20.332Z | dflt 2.197573491 |
2156 | 2024-01-15T22:04:20.332Z | kflt 0.000000000 |
2157 | 2024-01-15T22:04:20.332Z | lock 1:14:15.501056175 |
2158 | 2024-01-15T22:04:20.332Z | slp 19:15.838659026 |
2159 | 2024-01-15T22:04:20.332Z | lat 12.821691869 |
2160 | 2024-01-15T22:04:20.332Z | stop 0.733909860 |
2161 | 2024-01-15T22:04:20.332Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2162 | 2024-01-15T22:04:20.332Z | + for package in "$@" |
2163 | 2024-01-15T22:04:20.332Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2164 | 2024-01-15T22:04:20.332Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+gitc565a244e2e |
2165 | 2024-01-15T22:04:21.462Z | Finished release [optimized] target(s) in 1.04s |
2166 | 2024-01-15T22:04:21.489Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+gitc565a244e2e` |
2167 | 2024-01-15T22:04:21.535Z | Jan 15 22:04:21.090 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2168 | 2024-01-15T22:04:22.067Z | Created: out/versioned/omicron-sled-agent.tar |
2169 | 2024-01-15T22:04:22.071Z | + for package in "$@" |
2170 | 2024-01-15T22:04:22.071Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2171 | 2024-01-15T22:04:22.071Z | + echo 0.0.0 |
2172 | 2024-01-15T22:04:22.074Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2173 | 2024-01-15T22:04:22.077Z | a VERSION 1K |
2174 | 2024-01-15T22:04:22.078Z | + rm VERSION |
2175 | 2024-01-15T22:04:22.081Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitc565a244e2e |
2176 | 2024-01-15T22:04:23.221Z | Finished release [optimized] target(s) in 1.06s |
2177 | 2024-01-15T22:04:23.253Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitc565a244e2e` |
2178 | 2024-01-15T22:04:23.298Z | Jan 15 22:04:22.858 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2179 | 2024-01-15T22:04:23.599Z | Created: out/versioned/mg-ddm-gz.tar |
2180 | 2024-01-15T22:04:23.602Z | + for package in "$@" |
2181 | 2024-01-15T22:04:23.602Z | + [[ propolis-server == mg-ddm-gz ]] |
2182 | 2024-01-15T22:04:23.602Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+gitc565a244e2e |
2183 | 2024-01-15T22:04:24.718Z | Finished release [optimized] target(s) in 1.05s |
2184 | 2024-01-15T22:04:24.745Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+gitc565a244e2e` |
2185 | 2024-01-15T22:04:24.787Z | Jan 15 22:04:24.346 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2186 | 2024-01-15T22:04:26.490Z | Created: out/versioned/propolis-server.tar.gz |
2187 | 2024-01-15T22:04:26.493Z | + for package in "$@" |
2188 | 2024-01-15T22:04:26.494Z | + [[ overlay == mg-ddm-gz ]] |
2189 | 2024-01-15T22:04:26.494Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+gitc565a244e2e |
2190 | 2024-01-15T22:04:27.617Z | Finished release [optimized] target(s) in 1.04s |
2191 | 2024-01-15T22:04:27.646Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+gitc565a244e2e` |
2192 | 2024-01-15T22:04:27.688Z | Jan 15 22:04:27.247 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2193 | 2024-01-15T22:04:27.695Z | Created: out/versioned/overlay.tar.gz |
2194 | 2024-01-15T22:04:27.695Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2195 | 2024-01-15T22:04:27.731Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2196 | 2024-01-15T22:04:27.737Z | ++ cd -- ./tools |
2197 | 2024-01-15T22:04:27.737Z | ++ pwd |
2198 | 2024-01-15T22:04:27.737Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2199 | 2024-01-15T22:04:27.737Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2200 | 2024-01-15T22:04:27.806Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2201 | 2024-01-15T22:04:27.809Z | ++ readlink -f /work |
2202 | 2024-01-15T22:04:27.810Z | + out_dir=/work |
2203 | 2024-01-15T22:04:27.810Z | + 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") |
2204 | 2024-01-15T22:04:27.813Z | + for dep in "${deps[@]}" |
2205 | 2024-01-15T22:04:27.813Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2206 | 2024-01-15T22:04:27.813Z | + for dep in "${deps[@]}" |
2207 | 2024-01-15T22:04:27.813Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2208 | 2024-01-15T22:04:27.813Z | + for dep in "${deps[@]}" |
2209 | 2024-01-15T22:04:27.813Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2210 | 2024-01-15T22:04:27.813Z | + for dep in "${deps[@]}" |
2211 | 2024-01-15T22:04:27.813Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2212 | 2024-01-15T22:04:27.813Z | ++ mktemp -d |
2213 | 2024-01-15T22:04:27.816Z | + tmp_gz=/tmp/tmp.T9aixh |
2214 | 2024-01-15T22:04:27.816Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2215 | 2024-01-15T22:04:27.816Z | + echo '{"v":"1","t":"layer"}' |
2216 | 2024-01-15T22:04:27.816Z | + pkg_dir=/tmp/tmp.T9aixh/root/opt/oxide/sled-agent |
2217 | 2024-01-15T22:04:27.816Z | + mkdir -p /tmp/tmp.T9aixh/root/opt/oxide/sled-agent |
2218 | 2024-01-15T22:04:27.816Z | + cd /tmp/tmp.T9aixh/root/opt/oxide/sled-agent |
2219 | 2024-01-15T22:04:27.817Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2220 | 2024-01-15T22:04:27.949Z | x ., 0 bytes, 0 tape blocks |
2221 | 2024-01-15T22:04:27.949Z | x zone-bundle, 39967360 bytes, 78062 tape blocks |
2222 | 2024-01-15T22:04:27.949Z | x sled-agent, 74385840 bytes, 145285 tape blocks |
2223 | 2024-01-15T22:04:27.949Z | x pkg, 0 bytes, 0 tape blocks |
2224 | 2024-01-15T22:04:27.949Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2225 | 2024-01-15T22:04:27.949Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2226 | 2024-01-15T22:04:27.949Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2227 | 2024-01-15T22:04:27.949Z | x VERSION, 25 bytes, 1 tape blocks |
2228 | 2024-01-15T22:04:27.952Z | + mkdir -p /tmp/tmp.T9aixh/root/lib/svc/manifest/site/ |
2229 | 2024-01-15T22:04:27.955Z | + mv pkg/manifest.xml /tmp/tmp.T9aixh/root/lib/svc/manifest/site/sled-agent.xml |
2230 | 2024-01-15T22:04:27.958Z | + cd - |
2231 | 2024-01-15T22:04:27.959Z | /work/oxidecomputer/omicron |
2232 | 2024-01-15T22:04:27.959Z | + pkg_dir=/tmp/tmp.T9aixh/root/opt/oxide/mg-ddm |
2233 | 2024-01-15T22:04:27.959Z | + mkdir -p /tmp/tmp.T9aixh/root/opt/oxide/mg-ddm |
2234 | 2024-01-15T22:04:27.959Z | + cd /tmp/tmp.T9aixh/root/opt/oxide/mg-ddm |
2235 | 2024-01-15T22:04:27.959Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2236 | 2024-01-15T22:04:28.029Z | x ., 0 bytes, 0 tape blocks |
2237 | 2024-01-15T22:04:28.029Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2238 | 2024-01-15T22:04:28.030Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2239 | 2024-01-15T22:04:28.031Z | x pkg, 0 bytes, 0 tape blocks |
2240 | 2024-01-15T22:04:28.031Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2241 | 2024-01-15T22:04:28.031Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2242 | 2024-01-15T22:04:28.031Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2243 | 2024-01-15T22:04:28.031Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2244 | 2024-01-15T22:04:28.031Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2245 | 2024-01-15T22:04:28.031Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2246 | 2024-01-15T22:04:28.031Z | x VERSION, 25 bytes, 1 tape blocks |
2247 | 2024-01-15T22:04:28.034Z | + cd - |
2248 | 2024-01-15T22:04:28.034Z | /work/oxidecomputer/omicron |
2249 | 2024-01-15T22:04:28.034Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.T9aixh/root/opt/oxide |
2250 | 2024-01-15T22:04:28.154Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.T9aixh/root/opt/oxide |
2251 | 2024-01-15T22:04:28.157Z | + cd /tmp/tmp.T9aixh |
2252 | 2024-01-15T22:04:28.157Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2253 | 2024-01-15T22:04:39.751Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2254 | 2024-01-15T22:04:39.751Z | a oxide.json 1K |
2255 | 2024-01-15T22:04:39.751Z | a root/ 0K |
2256 | 2024-01-15T22:04:39.752Z | a root/opt/ 0K |
2257 | 2024-01-15T22:04:39.752Z | a root/opt/oxide/ 0K |
2258 | 2024-01-15T22:04:39.752Z | a root/opt/oxide/sled-agent/ 0K |
2259 | 2024-01-15T22:04:39.752Z | a root/opt/oxide/sled-agent/zone-bundle 39031K |
2260 | 2024-01-15T22:04:39.752Z | a root/opt/oxide/sled-agent/sled-agent 72643K |
2261 | 2024-01-15T22:04:39.753Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2262 | 2024-01-15T22:04:39.753Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2263 | 2024-01-15T22:04:39.753Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2264 | 2024-01-15T22:04:39.753Z | a root/opt/oxide/sled-agent/VERSION 1K |
2265 | 2024-01-15T22:04:39.753Z | a root/opt/oxide/mg-ddm/ 0K |
2266 | 2024-01-15T22:04:39.753Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2267 | 2024-01-15T22:04:39.753Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2268 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2269 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2270 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2271 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2272 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2273 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2274 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2275 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2276 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/propolis-server.tar.gz 62463K |
2277 | 2024-01-15T22:04:39.754Z | a root/opt/oxide/overlay.tar.gz 3K |
2278 | 2024-01-15T22:04:39.754Z | a root/lib/ 0K |
2279 | 2024-01-15T22:04:39.754Z | a root/lib/svc/ 0K |
2280 | 2024-01-15T22:04:39.755Z | a root/lib/svc/manifest/ 0K |
2281 | 2024-01-15T22:04:39.755Z | a root/lib/svc/manifest/site/ 0K |
2282 | 2024-01-15T22:04:39.755Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2283 | 2024-01-15T22:04:39.764Z | + cd / |
2284 | 2024-01-15T22:04:39.765Z | + rm -rf /tmp/tmp.T9aixh |
2285 | 2024-01-15T22:04:39.799Z | |
2286 | 2024-01-15T22:04:39.799Z | real 12.104127762 |
2287 | 2024-01-15T22:04:39.799Z | user 11.011339443 |
2288 | 2024-01-15T22:04:39.799Z | sys 1.058656956 |
2289 | 2024-01-15T22:04:39.799Z | trap 0.003050042 |
2290 | 2024-01-15T22:04:39.799Z | tflt 0.000000000 |
2291 | 2024-01-15T22:04:39.799Z | dflt 0.000000000 |
2292 | 2024-01-15T22:04:39.799Z | kflt 0.000000000 |
2293 | 2024-01-15T22:04:39.799Z | lock 0.000000000 |
2294 | 2024-01-15T22:04:39.799Z | slp 23.268827820 |
2295 | 2024-01-15T22:04:39.803Z | lat 0.443308284 |
2296 | 2024-01-15T22:04:39.803Z | stop 0.000324126 |
2297 | 2024-01-15T22:04:39.803Z | + mkdir -p /work/zones |
2298 | 2024-01-15T22:04:39.804Z | + 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-collector.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) |
2299 | 2024-01-15T22:04:39.804Z | + 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-collector.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/ |
2300 | 2024-01-15T22:04:44.931Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2301 | 2024-01-15T22:04:44.969Z | Finished release [optimized] target(s) in 1.12s |
2302 | 2024-01-15T22:04:44.969Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2303 | 2024-01-15T22:04:44.969Z | Created new build target 'recovery' and set it as active |
2304 | 2024-01-15T22:04:44.969Z | |
2305 | 2024-01-15T22:04:44.969Z | real 1.289650033 |
2306 | 2024-01-15T22:04:44.969Z | user 0.895219533 |
2307 | 2024-01-15T22:04:44.969Z | sys 0.384133731 |
2308 | 2024-01-15T22:04:44.969Z | trap 0.000821279 |
2309 | 2024-01-15T22:04:44.970Z | tflt 0.000011625 |
2310 | 2024-01-15T22:04:44.970Z | dflt 0.007940291 |
2311 | 2024-01-15T22:04:44.970Z | kflt 0.000000000 |
2312 | 2024-01-15T22:04:44.970Z | lock 0.037016209 |
2313 | 2024-01-15T22:04:44.970Z | slp 0.023378056 |
2314 | 2024-01-15T22:04:44.970Z | lat 0.005695682 |
2315 | 2024-01-15T22:04:44.970Z | stop 0.000487760 |
2316 | 2024-01-15T22:04:44.970Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2317 | 2024-01-15T22:04:46.113Z | Finished release [optimized] target(s) in 1.06s |
2318 | 2024-01-15T22:04:46.131Z | Running `target/release/omicron-package -t recovery package` |
2319 | 2024-01-15T22:04:46.174Z | Jan 15 22:04:45.735 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2320 | 2024-01-15T22:04:47.231Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2321 | 2024-01-15T22:04:51.151Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2322 | 2024-01-15T22:05:24.072Z | Finished release [optimized] target(s) in 37.77s |
2323 | 2024-01-15T22:05:36.057Z | |
2324 | 2024-01-15T22:05:36.057Z | real 51.113112148 |
2325 | 2024-01-15T22:05:36.057Z | user 2:32.987484197 |
2326 | 2024-01-15T22:05:36.061Z | sys 14.417812474 |
2327 | 2024-01-15T22:05:36.061Z | trap 0.083994250 |
2328 | 2024-01-15T22:05:36.062Z | tflt 0.128532233 |
2329 | 2024-01-15T22:05:36.062Z | dflt 0.774428517 |
2330 | 2024-01-15T22:05:36.062Z | kflt 0.000012566 |
2331 | 2024-01-15T22:05:36.062Z | lock 11:57.837960582 |
2332 | 2024-01-15T22:05:36.062Z | slp 2:35.397865816 |
2333 | 2024-01-15T22:05:36.062Z | lat 2.135651037 |
2334 | 2024-01-15T22:05:36.062Z | stop 0.193592962 |
2335 | 2024-01-15T22:05:36.062Z | + stamp_packages installinator mg-ddm-gz |
2336 | 2024-01-15T22:05:36.062Z | + for package in "$@" |
2337 | 2024-01-15T22:05:36.062Z | + [[ installinator == mg-ddm-gz ]] |
2338 | 2024-01-15T22:05:36.062Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+gitc565a244e2e |
2339 | 2024-01-15T22:05:37.206Z | Finished release [optimized] target(s) in 1.06s |
2340 | 2024-01-15T22:05:37.237Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+gitc565a244e2e` |
2341 | 2024-01-15T22:05:37.281Z | Jan 15 22:05:36.848 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2342 | 2024-01-15T22:05:37.411Z | Created: out/versioned/installinator.tar |
2343 | 2024-01-15T22:05:37.414Z | + for package in "$@" |
2344 | 2024-01-15T22:05:37.416Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2345 | 2024-01-15T22:05:37.416Z | + echo 0.0.0 |
2346 | 2024-01-15T22:05:37.419Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2347 | 2024-01-15T22:05:37.419Z | a VERSION 1K |
2348 | 2024-01-15T22:05:37.419Z | + rm VERSION |
2349 | 2024-01-15T22:05:37.422Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitc565a244e2e |
2350 | 2024-01-15T22:05:38.529Z | Finished release [optimized] target(s) in 1.02s |
2351 | 2024-01-15T22:05:38.558Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitc565a244e2e` |
2352 | 2024-01-15T22:05:38.600Z | Jan 15 22:05:38.167 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2353 | 2024-01-15T22:05:38.786Z | Created: out/versioned/mg-ddm-gz.tar |
2354 | 2024-01-15T22:05:38.789Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2355 | 2024-01-15T22:05:38.801Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2356 | 2024-01-15T22:05:38.807Z | ++ cd -- ./tools |
2357 | 2024-01-15T22:05:38.807Z | ++ pwd |
2358 | 2024-01-15T22:05:38.807Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2359 | 2024-01-15T22:05:38.811Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2360 | 2024-01-15T22:05:38.811Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2361 | 2024-01-15T22:05:38.811Z | ++ readlink -f /work |
2362 | 2024-01-15T22:05:38.811Z | + out_dir=/work |
2363 | 2024-01-15T22:05:38.811Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2364 | 2024-01-15T22:05:38.815Z | + for dep in "${deps[@]}" |
2365 | 2024-01-15T22:05:38.816Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2366 | 2024-01-15T22:05:38.816Z | + for dep in "${deps[@]}" |
2367 | 2024-01-15T22:05:38.816Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2368 | 2024-01-15T22:05:38.816Z | ++ mktemp -d |
2369 | 2024-01-15T22:05:38.816Z | + tmp_trampoline=/tmp/tmp.ntaGBh |
2370 | 2024-01-15T22:05:38.816Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2371 | 2024-01-15T22:05:38.816Z | + echo '{"v":"1","t":"layer"}' |
2372 | 2024-01-15T22:05:38.816Z | + pkg_dir=/tmp/tmp.ntaGBh/root/opt/oxide/installinator |
2373 | 2024-01-15T22:05:38.817Z | + mkdir -p /tmp/tmp.ntaGBh/root/opt/oxide/installinator |
2374 | 2024-01-15T22:05:38.820Z | + cd /tmp/tmp.ntaGBh/root/opt/oxide/installinator |
2375 | 2024-01-15T22:05:38.820Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2376 | 2024-01-15T22:05:38.874Z | x ., 0 bytes, 0 tape blocks |
2377 | 2024-01-15T22:05:38.875Z | x installinator, 52798472 bytes, 103123 tape blocks |
2378 | 2024-01-15T22:05:38.875Z | x pkg, 0 bytes, 0 tape blocks |
2379 | 2024-01-15T22:05:38.875Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2380 | 2024-01-15T22:05:38.875Z | x VERSION, 25 bytes, 1 tape blocks |
2381 | 2024-01-15T22:05:38.878Z | + mkdir -p /tmp/tmp.ntaGBh/root/lib/svc/manifest/site/ |
2382 | 2024-01-15T22:05:38.878Z | + mv pkg/manifest.xml /tmp/tmp.ntaGBh/root/lib/svc/manifest/site/installinator.xml |
2383 | 2024-01-15T22:05:38.881Z | + cd - |
2384 | 2024-01-15T22:05:38.881Z | /work/oxidecomputer/omicron |
2385 | 2024-01-15T22:05:38.881Z | + pkg_dir=/tmp/tmp.ntaGBh/root/opt/oxide/mg-ddm |
2386 | 2024-01-15T22:05:38.881Z | + mkdir -p /tmp/tmp.ntaGBh/root/opt/oxide/mg-ddm |
2387 | 2024-01-15T22:05:38.885Z | + cd /tmp/tmp.ntaGBh/root/opt/oxide/mg-ddm |
2388 | 2024-01-15T22:05:38.885Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2389 | 2024-01-15T22:05:38.952Z | x ., 0 bytes, 0 tape blocks |
2390 | 2024-01-15T22:05:38.952Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2391 | 2024-01-15T22:05:38.952Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2392 | 2024-01-15T22:05:38.953Z | x pkg, 0 bytes, 0 tape blocks |
2393 | 2024-01-15T22:05:38.953Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2394 | 2024-01-15T22:05:38.953Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2395 | 2024-01-15T22:05:38.953Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2396 | 2024-01-15T22:05:38.953Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2397 | 2024-01-15T22:05:38.953Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2398 | 2024-01-15T22:05:38.953Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2399 | 2024-01-15T22:05:38.953Z | x VERSION, 25 bytes, 1 tape blocks |
2400 | 2024-01-15T22:05:38.956Z | + cd - |
2401 | 2024-01-15T22:05:38.957Z | /work/oxidecomputer/omicron |
2402 | 2024-01-15T22:05:38.957Z | + cd /tmp/tmp.ntaGBh |
2403 | 2024-01-15T22:05:38.957Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2404 | 2024-01-15T22:05:45.020Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2405 | 2024-01-15T22:05:45.020Z | a oxide.json 1K |
2406 | 2024-01-15T22:05:45.020Z | a root/ 0K |
2407 | 2024-01-15T22:05:45.020Z | a root/opt/ 0K |
2408 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/ 0K |
2409 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/installinator/ 0K |
2410 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/installinator/installinator 51562K |
2411 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/installinator/pkg/ 0K |
2412 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/installinator/VERSION 1K |
2413 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/ 0K |
2414 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2415 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2416 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2417 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2418 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2419 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2420 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2421 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2422 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2423 | 2024-01-15T22:05:45.020Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2424 | 2024-01-15T22:05:45.021Z | a root/lib/ 0K |
2425 | 2024-01-15T22:05:45.021Z | a root/lib/svc/ 0K |
2426 | 2024-01-15T22:05:45.021Z | a root/lib/svc/manifest/ 0K |
2427 | 2024-01-15T22:05:45.021Z | a root/lib/svc/manifest/site/ 0K |
2428 | 2024-01-15T22:05:45.021Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2429 | 2024-01-15T22:05:45.025Z | + cd / |
2430 | 2024-01-15T22:05:45.025Z | + rm -rf /tmp/tmp.ntaGBh |
2431 | 2024-01-15T22:05:45.046Z | |
2432 | 2024-01-15T22:05:45.049Z | real 6.252942542 |
2433 | 2024-01-15T22:05:45.049Z | user 5.801934699 |
2434 | 2024-01-15T22:05:45.049Z | sys 0.481683021 |
2435 | 2024-01-15T22:05:45.049Z | trap 0.001882998 |
2436 | 2024-01-15T22:05:45.049Z | tflt 0.000000000 |
2437 | 2024-01-15T22:05:45.049Z | dflt 0.000000000 |
2438 | 2024-01-15T22:05:45.049Z | kflt 0.000000000 |
2439 | 2024-01-15T22:05:45.049Z | lock 0.000000000 |
2440 | 2024-01-15T22:05:45.049Z | slp 12.047950259 |
2441 | 2024-01-15T22:05:45.049Z | lat 0.223493725 |
2442 | 2024-01-15T22:05:45.050Z | stop 0.000318007 |
2443 | 2024-01-15T22:05:45.050Z | process exited: duration 2328194 ms, exit code 0 |
|
2444 | 2024-01-15T22:05:45.057Z | found 21 output files |
2445 | 2024-01-15T22:05:45.057Z | uploading: /work/version.txt (26 bytes) |
2446 | 2024-01-15T22:05:46.076Z | uploaded: /work/version.txt |
2447 | 2024-01-15T22:05:46.076Z | uploading: /work/package.tar.gz (80433814 bytes) |
2448 | 2024-01-15T22:06:03.080Z | uploaded: /work/package.tar.gz |
2449 | 2024-01-15T22:06:03.080Z | uploading: /work/global-zone-packages.tar.gz (119247661 bytes) |
2450 | 2024-01-15T22:06:27.322Z | uploaded: /work/global-zone-packages.tar.gz |
2451 | 2024-01-15T22:06:27.322Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36648497 bytes) |
2452 | 2024-01-15T22:06:34.431Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2453 | 2024-01-15T22:06:34.431Z | uploading: /work/zones/clickhouse.tar.gz (195332728 bytes) |
2454 | 2024-01-15T22:07:18.818Z | uploaded: /work/zones/clickhouse.tar.gz |
2455 | 2024-01-15T22:07:18.819Z | uploading: /work/zones/clickhouse_keeper.tar.gz (195332260 bytes) |
2456 | 2024-01-15T22:08:06.451Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2457 | 2024-01-15T22:08:06.455Z | uploading: /work/zones/cockroachdb.tar.gz (132415616 bytes) |
2458 | 2024-01-15T22:08:38.546Z | uploaded: /work/zones/cockroachdb.tar.gz |
2459 | 2024-01-15T22:08:38.546Z | uploading: /work/zones/crucible-pantry.tar.gz (15794064 bytes) |
2460 | 2024-01-15T22:08:43.756Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2461 | 2024-01-15T22:08:43.767Z | uploading: /work/zones/crucible.tar.gz (29810824 bytes) |
2462 | 2024-01-15T22:08:53.237Z | uploaded: /work/zones/crucible.tar.gz |
2463 | 2024-01-15T22:08:53.248Z | uploading: /work/zones/external-dns.tar.gz (24288516 bytes) |
2464 | 2024-01-15T22:08:58.663Z | uploaded: /work/zones/external-dns.tar.gz |
2465 | 2024-01-15T22:08:58.674Z | uploading: /work/zones/internal-dns.tar.gz (24288512 bytes) |
2466 | 2024-01-15T22:09:05.399Z | uploaded: /work/zones/internal-dns.tar.gz |
2467 | 2024-01-15T22:09:05.399Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2468 | 2024-01-15T22:09:06.409Z | uploaded: /work/zones/ntp.tar.gz |
2469 | 2024-01-15T22:09:06.409Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18432200 bytes) |
2470 | 2024-01-15T22:09:10.601Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2471 | 2024-01-15T22:09:10.601Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18431295 bytes) |
2472 | 2024-01-15T22:09:15.068Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2473 | 2024-01-15T22:09:15.068Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (77180428 bytes) |
2474 | 2024-01-15T22:09:35.003Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2475 | 2024-01-15T22:09:35.003Z | uploading: /work/zones/omicron-nexus.tar.gz (77186076 bytes) |
2476 | 2024-01-15T22:09:52.981Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2477 | 2024-01-15T22:09:52.984Z | uploading: /work/zones/overlay.tar.gz (2613 bytes) |
2478 | 2024-01-15T22:09:54.014Z | uploaded: /work/zones/overlay.tar.gz |
2479 | 2024-01-15T22:09:54.014Z | uploading: /work/zones/oximeter-collector.tar.gz (37589382 bytes) |
2480 | 2024-01-15T22:10:02.105Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2481 | 2024-01-15T22:10:02.105Z | uploading: /work/zones/propolis-server.tar.gz (63957558 bytes) |
2482 | 2024-01-15T22:10:16.698Z | uploaded: /work/zones/propolis-server.tar.gz |
2483 | 2024-01-15T22:10:16.698Z | uploading: /work/zones/switch-asic.tar.gz (248011606 bytes) |
2484 | 2024-01-15T22:11:14.223Z | uploaded: /work/zones/switch-asic.tar.gz |
2485 | 2024-01-15T22:11:14.223Z | uploading: /work/zones/switch-softnpu.tar.gz (171216642 bytes) |
2486 | 2024-01-15T22:11:53.792Z | uploaded: /work/zones/switch-softnpu.tar.gz |