|
|
|
1 | 2023-11-14T21:10:28.851Z | job assigned to worker 01HF7TM2G69D5YQ202DH38488M (queued for 2 m 2 s) |
|
2 | 2023-11-14T21:10:29.518Z | starting task 0: "setup" |
3 | 2023-11-14T21:10:29.631Z | ++ uname -s |
4 | 2023-11-14T21:10:29.635Z | + kern=SunOS |
5 | 2023-11-14T21:10:29.638Z | + case "$kern" in |
6 | 2023-11-14T21:10:29.641Z | + groupadd -g 12345 build |
7 | 2023-11-14T21:10:29.644Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-14T21:10:31.649Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-14T21:10:31.826Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-14T21:10:31.829Z | + home_fs=zfs |
11 | 2023-11-14T21:10:31.832Z | + [[ zfs == autofs ]] |
12 | 2023-11-14T21:10:31.834Z | + mkdir -p /home/build |
13 | 2023-11-14T21:10:31.837Z | + chown build:build /home/build /work |
14 | 2023-11-14T21:10:33.834Z | + chmod 0700 /home/build /work |
15 | 2023-11-14T21:10:33.839Z | process exited: duration 4317 ms, exit code 0 |
|
16 | 2023-11-14T21:10:33.845Z | starting task 1: "rust-toolchain" |
17 | 2023-11-14T21:10:33.859Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-14T21:10:33.862Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-14T21:10:34.050Z | info: downloading installer |
20 | 2023-11-14T21:10:36.533Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-14T21:10:36.536Z | warning: /opt/ooce/bin |
22 | 2023-11-14T21:10:36.539Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-14T21:10:36.547Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-14T21:10:36.565Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-14T21:10:36.568Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-14T21:10:36.571Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-14T21:10:36.574Z | error: cannot install while Rust is installed |
28 | 2023-11-14T21:10:36.577Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-14T21:10:36.795Z | info: profile set to 'default' |
30 | 2023-11-14T21:10:36.798Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-14T21:10:36.801Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-14T21:10:36.989Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-14T21:10:36.992Z | info: downloading component 'cargo' |
34 | 2023-11-14T21:10:37.818Z | info: downloading component 'clippy' |
35 | 2023-11-14T21:10:38.112Z | info: downloading component 'rust-docs' |
36 | 2023-11-14T21:10:39.160Z | info: downloading component 'rust-std' |
37 | 2023-11-14T21:10:41.027Z | info: downloading component 'rustc' |
38 | 2023-11-14T21:10:45.546Z | info: downloading component 'rustfmt' |
39 | 2023-11-14T21:10:45.805Z | info: installing component 'cargo' |
40 | 2023-11-14T21:10:48.010Z | info: installing component 'clippy' |
41 | 2023-11-14T21:10:48.948Z | info: installing component 'rust-docs' |
42 | 2023-11-14T21:10:51.832Z | info: installing component 'rust-std' |
43 | 2023-11-14T21:10:56.016Z | info: installing component 'rustc' |
44 | 2023-11-14T21:11:04.906Z | info: installing component 'rustfmt' |
45 | 2023-11-14T21:11:05.370Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-14T21:11:05.375Z | |
47 | 2023-11-14T21:11:05.519Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-14T21:11:05.522Z | |
49 | 2023-11-14T21:11:05.527Z | |
50 | 2023-11-14T21:11:05.529Z | Rust is installed now. Great! |
51 | 2023-11-14T21:11:05.534Z | |
52 | 2023-11-14T21:11:05.537Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-14T21:11:05.540Z | environment variable. This has not been done automatically. |
54 | 2023-11-14T21:11:05.545Z | |
55 | 2023-11-14T21:11:05.548Z | To configure your current shell, run: |
56 | 2023-11-14T21:11:05.551Z | source "$HOME/.cargo/env" |
57 | 2023-11-14T21:11:05.613Z | + rustc --version |
58 | 2023-11-14T21:11:05.734Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-14T21:11:05.741Z | process exited: duration 31894 ms, exit code 0 |
|
60 | 2023-11-14T21:11:05.747Z | starting task 2: "authentication" |
61 | 2023-11-14T21:11:05.795Z | process exited: duration 42 ms, exit code 0 |
|
62 | 2023-11-14T21:11:05.804Z | starting task 3: "clone repository" |
63 | 2023-11-14T21:11:05.817Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-14T21:11:05.823Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-14T21:11:05.869Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-14T21:11:11.449Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-14T21:11:11.453Z | + [[ -n unregister-instance-metrics-on-stop ]] |
68 | 2023-11-14T21:11:11.459Z | + git fetch origin unregister-instance-metrics-on-stop |
69 | 2023-11-14T21:11:11.814Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-14T21:11:11.817Z | * branch unregister-instance-metrics-on-stop -> FETCH_HEAD |
71 | 2023-11-14T21:11:11.849Z | + git checkout -B unregister-instance-metrics-on-stop remotes/origin/unregister-instance-metrics-on-stop |
72 | 2023-11-14T21:11:11.946Z | Switched to a new branch 'unregister-instance-metrics-on-stop' |
73 | 2023-11-14T21:11:11.949Z | branch 'unregister-instance-metrics-on-stop' set up to track 'origin/unregister-instance-metrics-on-stop'. |
74 | 2023-11-14T21:11:11.952Z | + git reset --hard b866993c0511e1a05769dd34178b6eb524b00277 |
75 | 2023-11-14T21:11:11.993Z | HEAD is now at b866993c Add note about possible race and tracking issue |
76 | 2023-11-14T21:11:11.997Z | process exited: duration 6187 ms, exit code 0 |
|
77 | 2023-11-14T21:11:12.002Z | starting task 4: "build" |
78 | 2023-11-14T21:11:12.013Z | + cargo --version |
79 | 2023-11-14T21:11:12.020Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-14T21:11:12.227Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-14T21:11:12.237Z | info: downloading component 'cargo' |
82 | 2023-11-14T21:11:13.003Z | info: downloading component 'clippy' |
83 | 2023-11-14T21:11:13.278Z | info: downloading component 'rust-docs' |
84 | 2023-11-14T21:11:14.291Z | info: downloading component 'rust-std' |
85 | 2023-11-14T21:11:15.883Z | info: downloading component 'rustc' |
86 | 2023-11-14T21:11:20.425Z | info: downloading component 'rustfmt' |
87 | 2023-11-14T21:11:20.663Z | info: installing component 'cargo' |
88 | 2023-11-14T21:11:21.922Z | info: installing component 'clippy' |
89 | 2023-11-14T21:11:22.443Z | info: installing component 'rust-docs' |
90 | 2023-11-14T21:11:25.199Z | info: installing component 'rust-std' |
91 | 2023-11-14T21:11:27.771Z | info: installing component 'rustc' |
92 | 2023-11-14T21:11:34.202Z | info: installing component 'rustfmt' |
93 | 2023-11-14T21:11:34.778Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-14T21:11:34.782Z | + rustc --version |
95 | 2023-11-14T21:11:34.905Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-14T21:11:34.914Z | ++ git rev-parse HEAD |
97 | 2023-11-14T21:11:34.918Z | + COMMIT=b866993c0511e1a05769dd34178b6eb524b00277 |
98 | 2023-11-14T21:11:34.921Z | + VERSION=1.0.4-0.ci+gitb866993c051 |
99 | 2023-11-14T21:11:34.924Z | + echo 1.0.4-0.ci+gitb866993c051 |
100 | 2023-11-14T21:11:34.927Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-14T21:11:43.988Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-14T21:11:45.038Z | Startup: Caching catalogs ... Done |
103 | 2023-11-14T21:11:50.254Z | Planning: Solver setup ... Done (4.913s) |
104 | 2023-11-14T21:11:50.374Z | Planning: Running solver ... Done (0.120s) |
105 | 2023-11-14T21:11:50.431Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-14T21:11:50.463Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-14T21:11:51.129Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-14T21:11:51.216Z | Planning: Package planning ... Done (0.087s) |
109 | 2023-11-14T21:11:51.303Z | Planning: Merging actions ... Done (0.087s) |
110 | 2023-11-14T21:11:52.064Z | Planning: Checking for conflicting actions ... Done (0.761s) |
111 | 2023-11-14T21:11:52.082Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-14T21:11:56.415Z | Planning: Evaluating mediators ... Done (4.332s) |
113 | 2023-11-14T21:11:56.431Z | Planning: Planning completed in 11.34 seconds |
114 | 2023-11-14T21:11:56.455Z | Packages to install: 4 |
115 | 2023-11-14T21:11:56.458Z | Mediators to change: 2 |
116 | 2023-11-14T21:11:56.461Z | Services to change: 1 |
117 | 2023-11-14T21:11:56.463Z | Estimated space available: 148.90 GB |
118 | 2023-11-14T21:11:56.467Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-14T21:11:56.470Z | Create boot environment: No |
120 | 2023-11-14T21:11:56.473Z | Create backup boot environment: No |
121 | 2023-11-14T21:11:56.475Z | Rebuild boot archive: No |
122 | 2023-11-14T21:11:56.478Z | |
123 | 2023-11-14T21:11:56.481Z | Changed mediators: |
124 | 2023-11-14T21:11:56.484Z | mediator clang: |
125 | 2023-11-14T21:11:56.487Z | version: None -> 15 (system default) |
126 | 2023-11-14T21:11:56.489Z | |
127 | 2023-11-14T21:11:56.492Z | mediator llvm: |
128 | 2023-11-14T21:11:56.495Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-14T21:11:56.498Z | |
130 | 2023-11-14T21:11:56.501Z | Changed packages: |
131 | 2023-11-14T21:11:56.503Z | helios-dev |
132 | 2023-11-14T21:11:56.506Z | developer/build-essential |
133 | 2023-11-14T21:11:56.509Z | None -> 11-2.0 |
134 | 2023-11-14T21:11:56.512Z | library/libxmlsec1 |
135 | 2023-11-14T21:11:56.515Z | None -> 1.2.35-2.0 |
136 | 2023-11-14T21:11:56.518Z | ooce/developer/clang-15 |
137 | 2023-11-14T21:11:56.521Z | None -> 15.0.7-2.0 |
138 | 2023-11-14T21:11:56.524Z | ooce/developer/llvm-15 |
139 | 2023-11-14T21:11:56.527Z | None -> 15.0.7-2.0 |
140 | 2023-11-14T21:11:56.530Z | |
141 | 2023-11-14T21:11:56.532Z | Services: |
142 | 2023-11-14T21:11:56.535Z | restart_fmri: |
143 | 2023-11-14T21:11:56.538Z | svc:/system/update-man-index:default |
144 | 2023-11-14T21:11:56.624Z | |
145 | 2023-11-14T21:11:56.627Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-14T21:12:01.624Z | Download: 847/3290 items 18.8/212.6MB 8% complete (3.8M/s) |
147 | 2023-11-14T21:12:06.640Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.6M/s) |
148 | 2023-11-14T21:12:11.639Z | Download: 2612/3290 items 120.5/212.6MB 56% complete (10.2M/s) |
149 | 2023-11-14T21:12:15.498Z | Download: Completed 212.60 MB in 18.87 seconds (11.3M/s) |
150 | 2023-11-14T21:12:15.769Z | Actions: 1/3687 actions (Installing new actions) |
151 | 2023-11-14T21:12:21.623Z | Actions: 1970/3687 actions (Installing new actions) |
152 | 2023-11-14T21:12:24.220Z | Actions: Completed 3687 actions in 8.45 seconds. |
153 | 2023-11-14T21:12:24.315Z | Done (0.087s) |
154 | 2023-11-14T21:12:24.318Z | Done (0.000s) |
155 | 2023-11-14T21:12:24.520Z | Done (0.205s) |
156 | 2023-11-14T21:12:32.449Z | Done (7.810s) |
157 | 2023-11-14T21:12:32.769Z | Done (0.216s) |
158 | 2023-11-14T21:12:32.798Z | Done (0.000s) |
159 | 2023-11-14T21:12:33.030Z | Done (0.000s) |
160 | 2023-11-14T21:12:33.779Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-11-14T21:12:34.078Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-14T21:12:34.081Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-14T21:12:34.531Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-14T21:12:34.535Z | Planning: Planning completed in 0.75 seconds |
165 | 2023-11-14T21:12:34.588Z | Mediators to change: 2 |
166 | 2023-11-14T21:12:34.591Z | Create boot environment: No |
167 | 2023-11-14T21:12:34.594Z | Create backup boot environment: No |
168 | 2023-11-14T21:12:34.683Z | Done |
169 | 2023-11-14T21:12:34.686Z | Done |
170 | 2023-11-14T21:12:34.822Z | Done |
171 | 2023-11-14T21:12:41.066Z | Done |
172 | 2023-11-14T21:12:41.197Z | Done |
173 | 2023-11-14T21:12:41.201Z | Done |
174 | 2023-11-14T21:12:41.332Z | Done |
175 | 2023-11-14T21:12:42.415Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-11-14T21:12:42.418Z | Planning: Merging actions ... Done |
177 | 2023-11-14T21:12:42.755Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-11-14T21:12:42.758Z | Planning: Consolidating action changes ... Done |
179 | 2023-11-14T21:12:43.195Z | Planning: Evaluating mediators ... Done |
180 | 2023-11-14T21:12:43.288Z | Planning: Planning completed in 1.34 seconds |
181 | 2023-11-14T21:12:43.350Z | Packages to change: 1 |
182 | 2023-11-14T21:12:43.370Z | Mediators to change: 1 |
183 | 2023-11-14T21:12:43.378Z | Services to change: 1 |
184 | 2023-11-14T21:12:43.384Z | Create boot environment: No |
185 | 2023-11-14T21:12:43.390Z | Create backup boot environment: Yes |
186 | 2023-11-14T21:12:44.564Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-11-14T21:12:44.567Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-11-14T21:12:44.570Z | Done |
189 | 2023-11-14T21:12:44.573Z | Done |
190 | 2023-11-14T21:12:44.617Z | Done |
191 | 2023-11-14T21:12:50.899Z | Done |
192 | 2023-11-14T21:12:51.030Z | Done |
193 | 2023-11-14T21:12:51.033Z | Done |
194 | 2023-11-14T21:12:51.161Z | Done |
195 | 2023-11-14T21:12:51.881Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-11-14T21:12:51.884Z | clang system 15 system |
197 | 2023-11-14T21:12:51.887Z | csh system system illumos |
198 | 2023-11-14T21:12:51.890Z | ctags system system illumos |
199 | 2023-11-14T21:12:51.893Z | gcc vendor 12 vendor |
200 | 2023-11-14T21:12:51.895Z | gcc system 10 system |
201 | 2023-11-14T21:12:51.899Z | gcc system 7 system |
202 | 2023-11-14T21:12:51.901Z | go system 1.20 system |
203 | 2023-11-14T21:12:51.904Z | go system 1.19 system |
204 | 2023-11-14T21:12:51.907Z | llvm system 15 system |
205 | 2023-11-14T21:12:51.910Z | llvm system 14 system |
206 | 2023-11-14T21:12:51.913Z | mariadb system 10.6 system |
207 | 2023-11-14T21:12:51.916Z | mta vendor vendor dma |
208 | 2023-11-14T21:12:51.925Z | openjdk system 17 system |
209 | 2023-11-14T21:12:51.928Z | openjdk system 11 system |
210 | 2023-11-14T21:12:51.931Z | openjdk system 1.8 system |
211 | 2023-11-14T21:12:51.934Z | openssl vendor 3 vendor |
212 | 2023-11-14T21:12:51.937Z | perl system 5.36 system |
213 | 2023-11-14T21:12:51.940Z | postgresql system 15 system |
214 | 2023-11-14T21:12:51.942Z | postgresql system 13 system |
215 | 2023-11-14T21:12:51.945Z | python vendor 3 vendor |
216 | 2023-11-14T21:12:51.949Z | python system 2 system |
217 | 2023-11-14T21:12:51.955Z | python3 system 3.11 system |
218 | 2023-11-14T21:12:51.958Z | ruby system 3.0 system |
219 | 2023-11-14T21:12:51.962Z | words vendor vendor american-english |
220 | 2023-11-14T21:12:51.965Z | words system system australian-english |
221 | 2023-11-14T21:12:51.968Z | words system system british-english |
222 | 2023-11-14T21:12:51.971Z | words system system canadian-english |
223 | 2023-11-14T21:12:51.973Z | words system system french |
224 | 2023-11-14T21:12:51.976Z | words system system italian |
225 | 2023-11-14T21:12:51.980Z | words system system ngerman |
226 | 2023-11-14T21:12:51.985Z | words system system ogerman |
227 | 2023-11-14T21:12:51.991Z | words system system spanish |
228 | 2023-11-14T21:12:52.472Z | FMRI IFO |
229 | 2023-11-14T21:12:52.478Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-11-14T21:12:52.482Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-11-14T21:12:52.485Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-11-14T21:12:52.488Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-11-14T21:12:52.494Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-11-14T21:12:52.496Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-11-14T21:12:52.573Z | + set -o errexit |
236 | 2023-11-14T21:12:52.577Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2023-11-14T21:12:52.581Z | ++ cd ./tools |
238 | 2023-11-14T21:12:52.584Z | ++ pwd |
239 | 2023-11-14T21:12:52.587Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2023-11-14T21:12:52.592Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2023-11-14T21:12:52.594Z | + ARG0=ci_download_cockroachdb |
242 | 2023-11-14T21:12:52.597Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2023-11-14T21:12:52.601Z | + CIDL_VERSION=v22.1.9 |
244 | 2023-11-14T21:12:52.604Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2023-11-14T21:12:52.608Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2023-11-14T21:12:52.611Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2023-11-14T21:12:52.615Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-14T21:12:52.618Z | + TARGET_DIR=out |
249 | 2023-11-14T21:12:52.621Z | + DOWNLOAD_DIR=out/downloads |
250 | 2023-11-14T21:12:52.624Z | + DEST_DIR=./out/cockroachdb |
251 | 2023-11-14T21:12:52.627Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2023-11-14T21:12:52.630Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2023-11-14T21:12:52.633Z | + main |
254 | 2023-11-14T21:12:52.636Z | + [[ 0 != 0 ]] |
255 | 2023-11-14T21:12:52.639Z | + CIDL_OS=solaris2.11 |
256 | 2023-11-14T21:12:52.642Z | + [[ 0 != 0 ]] |
257 | 2023-11-14T21:12:52.645Z | + configure_os solaris2.11 |
258 | 2023-11-14T21:12:52.647Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2023-11-14T21:12:52.651Z | current directory: /work/oxidecomputer/omicron |
260 | 2023-11-14T21:12:52.656Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2023-11-14T21:12:52.662Z | configuring based on OS: "solaris2.11" |
262 | 2023-11-14T21:12:52.665Z | + case "$1" in |
263 | 2023-11-14T21:12:52.667Z | + CIDL_BUILD=illumos |
264 | 2023-11-14T21:12:52.673Z | + CIDL_SUFFIX=tar.gz |
265 | 2023-11-14T21:12:52.678Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-14T21:12:52.681Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-11-14T21:12:52.684Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-11-14T21:12:52.687Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-11-14T21:12:52.690Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-11-14T21:12:52.693Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-14T21:12:52.696Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-14T21:12:52.699Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-11-14T21:12:52.702Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-14T21:12:52.706Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-14T21:12:52.711Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-14T21:12:52.742Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-14T21:12:52.748Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-14T21:12:52.751Z | + mkdir -p out/downloads |
279 | 2023-11-14T21:12:52.754Z | + mkdir -p ./out/cockroachdb |
280 | 2023-11-14T21:12:52.757Z | + local DO_DOWNLOAD=true |
281 | 2023-11-14T21:12:52.760Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2023-11-14T21:12:52.765Z | + '[' true == true ']' |
283 | 2023-11-14T21:12:52.768Z | + echo Downloading... |
284 | 2023-11-14T21:12:52.770Z | Downloading... |
285 | 2023-11-14T21:12:52.773Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-14T21:12:52.777Z | + 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 | 2023-11-14T21:12:55.840Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-14T21:12:55.843Z | ++ md5sum |
289 | 2023-11-14T21:12:55.846Z | ++ awk '{print $1}' |
290 | 2023-11-14T21:12:55.849Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-14T21:12:55.859Z | + [[ 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 | 2023-11-14T21:12:55.876Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-14T21:12:55.897Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2023-11-14T21:12:59.192Z | + do_assemble_illumos |
295 | 2023-11-14T21:12:59.196Z | + rm -r ./out/cockroachdb |
296 | 2023-11-14T21:12:59.199Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2023-11-14T21:12:59.811Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-11-14T21:13:00.169Z | Build Tag: v22.1.9-dirty |
299 | 2023-11-14T21:13:00.174Z | Build Time: 2022/10/26 21:17:46 |
300 | 2023-11-14T21:13:00.178Z | Distribution: OSS |
301 | 2023-11-14T21:13:00.181Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2023-11-14T21:13:00.184Z | Go Version: go1.17.13 |
303 | 2023-11-14T21:13:00.187Z | C Compiler: gcc 10.3.0 |
304 | 2023-11-14T21:13:00.190Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2023-11-14T21:13:00.194Z | Build Type: release |
306 | 2023-11-14T21:13:00.197Z | + set -o errexit |
307 | 2023-11-14T21:13:00.200Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2023-11-14T21:13:00.203Z | ++ cd ./tools |
309 | 2023-11-14T21:13:00.206Z | ++ pwd |
310 | 2023-11-14T21:13:00.210Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2023-11-14T21:13:00.213Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2023-11-14T21:13:00.216Z | + ARG0=ci_download_clickhouse |
313 | 2023-11-14T21:13:00.221Z | + TARGET_DIR=out |
314 | 2023-11-14T21:13:00.225Z | + DOWNLOAD_DIR=out/downloads |
315 | 2023-11-14T21:13:00.228Z | + DEST_DIR=./out/clickhouse |
316 | 2023-11-14T21:13:00.232Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-11-14T21:13:00.235Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2023-11-14T21:13:00.238Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2023-11-14T21:13:00.242Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2023-11-14T21:13:00.245Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-11-14T21:13:00.248Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2023-11-14T21:13:00.251Z | + main |
323 | 2023-11-14T21:13:00.254Z | + [[ 0 != 0 ]] |
324 | 2023-11-14T21:13:00.257Z | + CIDL_OS=solaris2.11 |
325 | 2023-11-14T21:13:00.261Z | + [[ 0 != 0 ]] |
326 | 2023-11-14T21:13:00.264Z | + configure_os solaris2.11 |
327 | 2023-11-14T21:13:00.268Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2023-11-14T21:13:00.271Z | current directory: /work/oxidecomputer/omicron |
329 | 2023-11-14T21:13:00.274Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2023-11-14T21:13:00.277Z | configuring based on OS: "solaris2.11" |
331 | 2023-11-14T21:13:00.280Z | + CIDL_DASHREV= |
332 | 2023-11-14T21:13:00.284Z | + case "$1" in |
333 | 2023-11-14T21:13:00.288Z | + CIDL_PLATFORM=illumos |
334 | 2023-11-14T21:13:00.291Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-11-14T21:13:00.294Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2023-11-14T21:13:00.298Z | + CIDL_DASHREV=-1 |
337 | 2023-11-14T21:13:00.301Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2023-11-14T21:13:00.304Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-14T21:13:00.307Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-14T21:13:00.311Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-14T21:13:00.315Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-11-14T21:13:00.317Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-14T21:13:00.321Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-14T21:13:00.324Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-14T21:13:00.327Z | + mkdir -p out/downloads |
346 | 2023-11-14T21:13:00.330Z | + mkdir -p ./out/clickhouse |
347 | 2023-11-14T21:13:00.334Z | + local DO_DOWNLOAD=true |
348 | 2023-11-14T21:13:00.336Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2023-11-14T21:13:00.340Z | + '[' true == true ']' |
350 | 2023-11-14T21:13:00.343Z | + echo Downloading... |
351 | 2023-11-14T21:13:00.346Z | Downloading... |
352 | 2023-11-14T21:13:00.349Z | + 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 | 2023-11-14T21:13:00.354Z | + 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 | 2023-11-14T21:13:01.570Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-14T21:13:01.574Z | ++ md5sum |
356 | 2023-11-14T21:13:01.580Z | ++ awk '{print $1}' |
357 | 2023-11-14T21:13:01.833Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-14T21:13:01.840Z | + [[ 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 | 2023-11-14T21:13:01.852Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2023-11-14T21:13:01.864Z | + mkdir -p ./out/clickhouse |
361 | 2023-11-14T21:13:01.870Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2023-11-14T21:13:06.932Z | + ./out/clickhouse/clickhouse server --version |
363 | 2023-11-14T21:13:06.984Z | ClickHouse server version 22.8.9.1. |
364 | 2023-11-14T21:13:07.007Z | + set -o errexit |
365 | 2023-11-14T21:13:07.010Z | +++ dirname ./tools/ci_download_console |
366 | 2023-11-14T21:13:07.013Z | ++ cd ./tools |
367 | 2023-11-14T21:13:07.018Z | ++ pwd |
368 | 2023-11-14T21:13:07.430Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2023-11-14T21:13:07.433Z | ++ basename ./tools/ci_download_console |
370 | 2023-11-14T21:13:07.438Z | + ARG0=ci_download_console |
371 | 2023-11-14T21:13:07.442Z | + TARGET_DIR=out |
372 | 2023-11-14T21:13:07.449Z | + DOWNLOAD_DIR=out/downloads |
373 | 2023-11-14T21:13:07.454Z | + DEST_DIR=./out/console-assets |
374 | 2023-11-14T21:13:07.457Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2023-11-14T21:13:07.460Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
376 | 2023-11-14T21:13:07.463Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
377 | 2023-11-14T21:13:07.468Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-14T21:13:07.471Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2023-11-14T21:13:07.474Z | + main |
380 | 2023-11-14T21:13:07.476Z | + [[ 0 != 0 ]] |
381 | 2023-11-14T21:13:07.479Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
382 | 2023-11-14T21:13:07.482Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-14T21:13:07.485Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2023-11-14T21:13:07.488Z | Local file: out/downloads/console.tar.gz |
385 | 2023-11-14T21:13:07.491Z | + local DO_DOWNLOAD=true |
386 | 2023-11-14T21:13:07.493Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-11-14T21:13:07.496Z | + mkdir -p out/downloads |
388 | 2023-11-14T21:13:07.500Z | + '[' true == true ']' |
389 | 2023-11-14T21:13:07.502Z | + echo Downloading... |
390 | 2023-11-14T21:13:07.506Z | Downloading... |
391 | 2023-11-14T21:13:07.509Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
392 | 2023-11-14T21:13:07.512Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
393 | 2023-11-14T21:13:07.679Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2023-11-14T21:13:07.682Z | ++ case "$OSTYPE" in |
395 | 2023-11-14T21:13:07.685Z | ++ SHA=sha256sum |
396 | 2023-11-14T21:13:07.688Z | ++ sha256sum |
397 | 2023-11-14T21:13:07.691Z | ++ awk '{print $1}' |
398 | 2023-11-14T21:13:07.705Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-11-14T21:13:07.708Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
400 | 2023-11-14T21:13:07.710Z | + rm -rf ./out/console-assets |
401 | 2023-11-14T21:13:07.714Z | + mkdir -p ./out/console-assets |
402 | 2023-11-14T21:13:07.717Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2023-11-14T21:13:07.720Z | + mkdir -p ./out/console-assets |
404 | 2023-11-14T21:13:07.723Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2023-11-14T21:13:07.861Z | + set -o errexit |
406 | 2023-11-14T21:13:07.868Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2023-11-14T21:13:07.876Z | ++ cd ./tools |
408 | 2023-11-14T21:13:07.886Z | ++ pwd |
409 | 2023-11-14T21:13:07.894Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2023-11-14T21:13:07.899Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2023-11-14T21:13:07.903Z | + ARG0=ci_download_maghemite_openapi |
412 | 2023-11-14T21:13:07.910Z | + TARGET_DIR=out |
413 | 2023-11-14T21:13:07.914Z | + DOWNLOAD_DIR=out/downloads |
414 | 2023-11-14T21:13:07.919Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2023-11-14T21:13:07.922Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
416 | 2023-11-14T21:13:07.926Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2023-11-14T21:13:07.929Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
418 | 2023-11-14T21:13:07.931Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
419 | 2023-11-14T21:13:07.934Z | + main |
420 | 2023-11-14T21:13:07.937Z | + [[ 0 != 0 ]] |
421 | 2023-11-14T21:13:07.940Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
422 | 2023-11-14T21:13:07.942Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
423 | 2023-11-14T21:13:07.945Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
424 | 2023-11-14T21:13:07.948Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
425 | 2023-11-14T21:13:07.951Z | + local DO_DOWNLOAD=true |
426 | 2023-11-14T21:13:07.954Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
427 | 2023-11-14T21:13:07.957Z | + mkdir -p out/downloads |
428 | 2023-11-14T21:13:07.959Z | + '[' true == true ']' |
429 | 2023-11-14T21:13:07.962Z | + echo Downloading... |
430 | 2023-11-14T21:13:07.965Z | Downloading... |
431 | 2023-11-14T21:13:07.967Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
432 | 2023-11-14T21:13:07.971Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
433 | 2023-11-14T21:13:08.545Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
434 | 2023-11-14T21:13:08.549Z | ++ case "$OSTYPE" in |
435 | 2023-11-14T21:13:08.552Z | ++ SHA=sha256sum |
436 | 2023-11-14T21:13:08.555Z | ++ sha256sum |
437 | 2023-11-14T21:13:08.558Z | ++ awk '{print $1}' |
438 | 2023-11-14T21:13:08.561Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-11-14T21:13:08.564Z | + [[ 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 | 2023-11-14T21:13:08.567Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2023-11-14T21:13:08.570Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
442 | 2023-11-14T21:13:08.576Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
443 | 2023-11-14T21:13:08.578Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
444 | 2023-11-14T21:13:08.582Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
445 | 2023-11-14T21:13:08.585Z | + main |
446 | 2023-11-14T21:13:08.588Z | + [[ 0 != 0 ]] |
447 | 2023-11-14T21:13:08.591Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
448 | 2023-11-14T21:13:08.595Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
449 | 2023-11-14T21:13:08.598Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
450 | 2023-11-14T21:13:08.601Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
451 | 2023-11-14T21:13:08.605Z | + local DO_DOWNLOAD=true |
452 | 2023-11-14T21:13:08.607Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
453 | 2023-11-14T21:13:08.610Z | + mkdir -p out/downloads |
454 | 2023-11-14T21:13:08.613Z | + '[' true == true ']' |
455 | 2023-11-14T21:13:08.616Z | + echo Downloading... |
456 | 2023-11-14T21:13:08.619Z | Downloading... |
457 | 2023-11-14T21:13:08.622Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
458 | 2023-11-14T21:13:08.625Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
459 | 2023-11-14T21:13:08.694Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
460 | 2023-11-14T21:13:08.698Z | ++ case "$OSTYPE" in |
461 | 2023-11-14T21:13:08.701Z | ++ SHA=sha256sum |
462 | 2023-11-14T21:13:08.705Z | ++ sha256sum |
463 | 2023-11-14T21:13:08.708Z | ++ awk '{print $1}' |
464 | 2023-11-14T21:13:08.711Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
465 | 2023-11-14T21:13:08.714Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
466 | 2023-11-14T21:13:08.717Z | + set -o errexit |
467 | 2023-11-14T21:13:08.719Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2023-11-14T21:13:08.722Z | ++ cd ./tools |
469 | 2023-11-14T21:13:08.725Z | ++ pwd |
470 | 2023-11-14T21:13:08.728Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-11-14T21:13:08.731Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2023-11-14T21:13:08.734Z | + ARG0=ci_download_dendrite_openapi |
473 | 2023-11-14T21:13:08.737Z | + TARGET_DIR=out |
474 | 2023-11-14T21:13:08.740Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-11-14T21:13:08.744Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2023-11-14T21:13:08.747Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
477 | 2023-11-14T21:13:08.750Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
478 | 2023-11-14T21:13:08.753Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
479 | 2023-11-14T21:13:08.756Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
480 | 2023-11-14T21:13:08.758Z | + main |
481 | 2023-11-14T21:13:08.761Z | + [[ 0 != 0 ]] |
482 | 2023-11-14T21:13:08.764Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
483 | 2023-11-14T21:13:08.767Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
484 | 2023-11-14T21:13:08.770Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
485 | 2023-11-14T21:13:08.773Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
486 | 2023-11-14T21:13:08.776Z | + local DO_DOWNLOAD=true |
487 | 2023-11-14T21:13:08.779Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
488 | 2023-11-14T21:13:08.782Z | + mkdir -p out/downloads |
489 | 2023-11-14T21:13:08.785Z | + '[' true == true ']' |
490 | 2023-11-14T21:13:08.787Z | + echo Downloading... |
491 | 2023-11-14T21:13:08.790Z | Downloading... |
492 | 2023-11-14T21:13:08.793Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
493 | 2023-11-14T21:13:08.796Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
494 | 2023-11-14T21:13:08.871Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
495 | 2023-11-14T21:13:08.874Z | ++ case "$OSTYPE" in |
496 | 2023-11-14T21:13:08.877Z | ++ SHA=sha256sum |
497 | 2023-11-14T21:13:08.881Z | ++ sha256sum |
498 | 2023-11-14T21:13:08.885Z | ++ awk '{print $1}' |
499 | 2023-11-14T21:13:08.888Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
500 | 2023-11-14T21:13:08.891Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
501 | 2023-11-14T21:13:08.894Z | + set -o errexit |
502 | 2023-11-14T21:13:08.897Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2023-11-14T21:13:08.900Z | ++ cd ./tools |
504 | 2023-11-14T21:13:08.902Z | ++ pwd |
505 | 2023-11-14T21:13:08.905Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2023-11-14T21:13:08.908Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2023-11-14T21:13:08.911Z | + ARG0=ci_download_dendrite_stub |
508 | 2023-11-14T21:13:08.914Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2023-11-14T21:13:08.917Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
510 | 2023-11-14T21:13:08.920Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
511 | 2023-11-14T21:13:08.924Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
512 | 2023-11-14T21:13:08.927Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2023-11-14T21:13:08.930Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
514 | 2023-11-14T21:13:08.933Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
515 | 2023-11-14T21:13:08.935Z | + TARGET_DIR=out |
516 | 2023-11-14T21:13:08.939Z | + DOWNLOAD_DIR=out/downloads |
517 | 2023-11-14T21:13:08.941Z | + DEST_DIR=./out/dendrite-stub |
518 | 2023-11-14T21:13:08.945Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2023-11-14T21:13:08.947Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2023-11-14T21:13:08.951Z | + REPO=oxidecomputer/dendrite |
521 | 2023-11-14T21:13:08.954Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
522 | 2023-11-14T21:13:08.957Z | + main |
523 | 2023-11-14T21:13:08.960Z | + [[ 0 != 0 ]] |
524 | 2023-11-14T21:13:08.963Z | + CIDL_OS=solaris2.11 |
525 | 2023-11-14T21:13:08.965Z | + [[ 0 != 0 ]] |
526 | 2023-11-14T21:13:08.968Z | + configure_os solaris2.11 |
527 | 2023-11-14T21:13:08.971Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2023-11-14T21:13:08.974Z | current directory: /work/oxidecomputer/omicron |
529 | 2023-11-14T21:13:08.978Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-11-14T21:13:08.981Z | + case "$1" in |
531 | 2023-11-14T21:13:08.985Z | + SET_BINARIES= |
532 | 2023-11-14T21:13:08.988Z | configuring based on OS: "solaris2.11" |
533 | 2023-11-14T21:13:08.991Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
534 | 2023-11-14T21:13:08.994Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2023-11-14T21:13:08.997Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2023-11-14T21:13:09.002Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
537 | 2023-11-14T21:13:09.006Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-14T21:13:09.009Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
539 | 2023-11-14T21:13:09.018Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
540 | 2023-11-14T21:13:09.023Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2023-11-14T21:13:09.026Z | + mkdir -p out/downloads |
542 | 2023-11-14T21:13:09.030Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2023-11-14T21:13:09.034Z | + mkdir -p ./out/dendrite-stub |
544 | 2023-11-14T21:13:09.037Z | + fetch_and_verify |
545 | 2023-11-14T21:13:09.041Z | + local DO_DOWNLOAD=true |
546 | 2023-11-14T21:13:09.044Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2023-11-14T21:13:09.047Z | + '[' true == true ']' |
548 | 2023-11-14T21:13:09.051Z | + echo Downloading... |
549 | 2023-11-14T21:13:09.055Z | Downloading... |
550 | 2023-11-14T21:13:09.062Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-14T21:13:09.080Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
552 | 2023-11-14T21:13:14.334Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-14T21:13:14.339Z | ++ sha256sum |
554 | 2023-11-14T21:13:14.343Z | ++ awk '{print $1}' |
555 | 2023-11-14T21:13:14.431Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
556 | 2023-11-14T21:13:14.435Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
557 | 2023-11-14T21:13:14.438Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-14T21:13:14.441Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2023-11-14T21:13:15.395Z | + do_assemble |
560 | 2023-11-14T21:13:15.402Z | + rm -r ./out/dendrite-stub |
561 | 2023-11-14T21:13:15.411Z | + mkdir ./out/dendrite-stub |
562 | 2023-11-14T21:13:15.423Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2023-11-14T21:13:15.526Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2023-11-14T21:13:15.537Z | + set -o errexit |
565 | 2023-11-14T21:13:15.540Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2023-11-14T21:13:15.543Z | ++ cd ./tools |
567 | 2023-11-14T21:13:15.546Z | ++ pwd |
568 | 2023-11-14T21:13:15.548Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2023-11-14T21:13:15.552Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2023-11-14T21:13:15.556Z | + ARG0=ci_download_maghemite_mgd |
571 | 2023-11-14T21:13:15.559Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2023-11-14T21:13:15.562Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
573 | 2023-11-14T21:13:15.565Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
574 | 2023-11-14T21:13:15.568Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2023-11-14T21:13:15.573Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
576 | 2023-11-14T21:13:15.576Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
577 | 2023-11-14T21:13:15.579Z | + TARGET_DIR=out |
578 | 2023-11-14T21:13:15.582Z | + DOWNLOAD_DIR=out/downloads |
579 | 2023-11-14T21:13:15.585Z | + DEST_DIR=./out/mgd |
580 | 2023-11-14T21:13:15.588Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2023-11-14T21:13:15.591Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2023-11-14T21:13:15.593Z | + REPO=oxidecomputer/maghemite |
583 | 2023-11-14T21:13:15.597Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
584 | 2023-11-14T21:13:15.599Z | + main |
585 | 2023-11-14T21:13:15.602Z | + [[ 0 != 0 ]] |
586 | 2023-11-14T21:13:15.605Z | + CIDL_OS=solaris2.11 |
587 | 2023-11-14T21:13:15.607Z | + [[ 0 != 0 ]] |
588 | 2023-11-14T21:13:15.610Z | + configure_os solaris2.11 |
589 | 2023-11-14T21:13:15.613Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2023-11-14T21:13:15.615Z | current directory: /work/oxidecomputer/omicron |
591 | 2023-11-14T21:13:15.619Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2023-11-14T21:13:15.621Z | configuring based on OS: "solaris2.11" |
593 | 2023-11-14T21:13:15.624Z | + case "$1" in |
594 | 2023-11-14T21:13:15.627Z | + SET_BINARIES= |
595 | 2023-11-14T21:13:15.630Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2023-11-14T21:13:15.633Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2023-11-14T21:13:15.636Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
598 | 2023-11-14T21:13:15.639Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2023-11-14T21:13:15.642Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
600 | 2023-11-14T21:13:15.646Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
601 | 2023-11-14T21:13:15.649Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2023-11-14T21:13:15.652Z | Local file: out/downloads/mgd.tar.gz |
603 | 2023-11-14T21:13:15.655Z | + mkdir -p out/downloads |
604 | 2023-11-14T21:13:15.658Z | + mkdir -p ./out/mgd |
605 | 2023-11-14T21:13:15.662Z | + fetch_and_verify |
606 | 2023-11-14T21:13:15.665Z | + local DO_DOWNLOAD=true |
607 | 2023-11-14T21:13:15.668Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2023-11-14T21:13:15.671Z | + '[' true == true ']' |
609 | 2023-11-14T21:13:15.674Z | + echo Downloading... |
610 | 2023-11-14T21:13:15.677Z | Downloading... |
611 | 2023-11-14T21:13:15.679Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2023-11-14T21:13:15.682Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
613 | 2023-11-14T21:13:20.735Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2023-11-14T21:13:20.739Z | ++ sha256sum |
615 | 2023-11-14T21:13:20.744Z | ++ awk '{print $1}' |
616 | 2023-11-14T21:13:20.799Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
617 | 2023-11-14T21:13:20.803Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
618 | 2023-11-14T21:13:20.806Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2023-11-14T21:13:20.808Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2023-11-14T21:13:21.494Z | + do_assemble |
621 | 2023-11-14T21:13:21.507Z | + rm -r ./out/mgd |
622 | 2023-11-14T21:13:21.517Z | + mkdir ./out/mgd |
623 | 2023-11-14T21:13:21.526Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2023-11-14T21:13:21.720Z | + set -o errexit |
625 | 2023-11-14T21:13:21.723Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2023-11-14T21:13:21.726Z | ++ cd ./tools |
627 | 2023-11-14T21:13:21.729Z | ++ pwd |
628 | 2023-11-14T21:13:21.732Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2023-11-14T21:13:21.734Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2023-11-14T21:13:21.761Z | + ARG0=ci_download_transceiver_control |
631 | 2023-11-14T21:13:21.765Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2023-11-14T21:13:21.769Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2023-11-14T21:13:21.772Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-11-14T21:13:21.775Z | + TARGET_DIR=out |
635 | 2023-11-14T21:13:21.778Z | + DOWNLOAD_DIR=out/downloads |
636 | 2023-11-14T21:13:21.781Z | + DEST_DIR=./out/transceiver-control |
637 | 2023-11-14T21:13:21.785Z | + BIN_DIR=/opt/oxide/bin |
638 | 2023-11-14T21:13:21.788Z | + BINARY=xcvradm |
639 | 2023-11-14T21:13:21.792Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2023-11-14T21:13:21.795Z | + REPO=oxidecomputer/transceiver-control |
641 | 2023-11-14T21:13:21.799Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-11-14T21:13:21.803Z | + main |
643 | 2023-11-14T21:13:21.806Z | + [[ 0 != 0 ]] |
644 | 2023-11-14T21:13:21.811Z | + CIDL_OS=solaris2.11 |
645 | 2023-11-14T21:13:21.814Z | + [[ 0 != 0 ]] |
646 | 2023-11-14T21:13:21.816Z | + configure_os solaris2.11 |
647 | 2023-11-14T21:13:21.819Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2023-11-14T21:13:21.822Z | current directory: /work/oxidecomputer/omicron |
649 | 2023-11-14T21:13:21.825Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2023-11-14T21:13:21.827Z | configuring based on OS: "solaris2.11" |
651 | 2023-11-14T21:13:21.831Z | + case "$1" in |
652 | 2023-11-14T21:13:21.834Z | + SET_BINARIES= |
653 | 2023-11-14T21:13:21.837Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-14T21:13:21.840Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2023-11-14T21:13:21.845Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2023-11-14T21:13:21.848Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-14T21:13:21.851Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-11-14T21:13:21.854Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-11-14T21:13:21.856Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-14T21:13:21.859Z | + echo 'Local file: out/downloads/xcvradm.gz' |
661 | 2023-11-14T21:13:21.862Z | Local file: out/downloads/xcvradm.gz |
662 | 2023-11-14T21:13:21.865Z | + mkdir -p out/downloads |
663 | 2023-11-14T21:13:21.868Z | + mkdir -p ./out/transceiver-control |
664 | 2023-11-14T21:13:21.870Z | + fetch_and_verify |
665 | 2023-11-14T21:13:21.873Z | + local DO_DOWNLOAD=true |
666 | 2023-11-14T21:13:21.876Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2023-11-14T21:13:21.879Z | + '[' true == true ']' |
668 | 2023-11-14T21:13:21.881Z | + echo Downloading... |
669 | 2023-11-14T21:13:21.884Z | Downloading... |
670 | 2023-11-14T21:13:21.888Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2023-11-14T21:13:21.891Z | + 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 | 2023-11-14T21:13:22.651Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2023-11-14T21:13:22.654Z | ++ sha256sum |
674 | 2023-11-14T21:13:22.657Z | ++ awk '{print $1}' |
675 | 2023-11-14T21:13:22.672Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-11-14T21:13:22.675Z | + [[ 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 | 2023-11-14T21:13:22.678Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2023-11-14T21:13:22.680Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2023-11-14T21:13:22.685Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2023-11-14T21:13:22.861Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2023-11-14T21:13:22.864Z | + do_assemble |
682 | 2023-11-14T21:13:22.867Z | + rm -r ./out/transceiver-control |
683 | 2023-11-14T21:13:22.869Z | + mkdir ./out/transceiver-control |
684 | 2023-11-14T21:13:22.873Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2023-11-14T21:13:23.085Z | All prerequisites installed successfully |
686 | 2023-11-14T21:13:23.091Z | |
687 | 2023-11-14T21:13:23.099Z | real 1:48.170592917 |
688 | 2023-11-14T21:13:23.106Z | user 54.476693723 |
689 | 2023-11-14T21:13:23.112Z | sys 10.840114445 |
690 | 2023-11-14T21:13:23.118Z | trap 0.030230155 |
691 | 2023-11-14T21:13:23.125Z | tflt 0.199871082 |
692 | 2023-11-14T21:13:23.136Z | dflt 0.635794650 |
693 | 2023-11-14T21:13:23.141Z | kflt 0.137881708 |
694 | 2023-11-14T21:13:23.147Z | lock 2.007785443 |
695 | 2023-11-14T21:13:23.152Z | slp 3:09.614956729 |
696 | 2023-11-14T21:13:23.159Z | lat 4.083401258 |
697 | 2023-11-14T21:13:23.167Z | stop 0.067338925 |
698 | 2023-11-14T21:13:23.173Z | + ptime -m ./tools/ci_download_softnpu_machinery |
699 | 2023-11-14T21:13:23.179Z | fetching npuzone |
700 | 2023-11-14T21:13:23.185Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
701 | 2023-11-14T21:13:23.190Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
702 | 2023-11-14T21:13:23.197Z | Getting hash for npuzone |
703 | 2023-11-14T21:13:23.273Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
704 | 2023-11-14T21:13:28.486Z | npuzone downloaded successfully |
705 | 2023-11-14T21:13:28.490Z | |
706 | 2023-11-14T21:13:28.493Z | real 5.400713156 |
707 | 2023-11-14T21:13:28.499Z | user 0.606761448 |
708 | 2023-11-14T21:13:28.503Z | sys 0.186852396 |
709 | 2023-11-14T21:13:28.508Z | trap 0.000129710 |
710 | 2023-11-14T21:13:28.514Z | tflt 0.000000000 |
711 | 2023-11-14T21:13:28.519Z | dflt 0.000000000 |
712 | 2023-11-14T21:13:28.524Z | kflt 0.000000000 |
713 | 2023-11-14T21:13:28.530Z | lock 0.000000000 |
714 | 2023-11-14T21:13:28.534Z | slp 15.144009373 |
715 | 2023-11-14T21:13:28.537Z | lat 0.226846064 |
716 | 2023-11-14T21:13:28.539Z | stop 0.000269206 |
717 | 2023-11-14T21:13:28.542Z | + export CARGO_INCREMENTAL=0 |
718 | 2023-11-14T21:13:28.545Z | + CARGO_INCREMENTAL=0 |
719 | 2023-11-14T21:13:28.550Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
720 | 2023-11-14T21:13:28.843Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2023-11-14T21:13:29.232Z | Updating crates.io index |
722 | 2023-11-14T21:13:29.235Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2023-11-14T21:13:30.086Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2023-11-14T21:13:31.800Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2023-11-14T21:13:32.455Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2023-11-14T21:13:32.818Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2023-11-14T21:13:33.124Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2023-11-14T21:13:33.410Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2023-11-14T21:13:34.300Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2023-11-14T21:13:36.244Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2023-11-14T21:13:37.296Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2023-11-14T21:13:37.723Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2023-11-14T21:13:38.296Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2023-11-14T21:13:38.742Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2023-11-14T21:13:39.119Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2023-11-14T21:13:39.539Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2023-11-14T21:13:39.878Z | Updating git repository `https://github.com/njaremko/samael` |
738 | 2023-11-14T21:13:40.422Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2023-11-14T21:13:41.043Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2023-11-14T21:13:41.635Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2023-11-14T21:13:42.037Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2023-11-14T21:13:44.001Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2023-11-14T21:13:44.336Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
744 | 2023-11-14T21:13:53.186Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
745 | 2023-11-14T21:13:53.669Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-11-14T21:13:54.712Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-11-14T21:13:55.318Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-11-14T21:13:55.683Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-11-14T21:13:57.253Z | Downloading crates ... |
750 | 2023-11-14T21:13:57.477Z | Downloaded anstream v0.5.0 |
751 | 2023-11-14T21:13:57.493Z | Downloaded anstyle v1.0.2 |
752 | 2023-11-14T21:13:57.501Z | Downloaded bit_field v0.10.2 |
753 | 2023-11-14T21:13:57.505Z | Downloaded match_cfg v0.1.0 |
754 | 2023-11-14T21:13:57.509Z | Downloaded assert_matches v1.5.0 |
755 | 2023-11-14T21:13:57.512Z | Downloaded hyper-rustls v0.24.2 |
756 | 2023-11-14T21:13:57.520Z | Downloaded convert_case v0.4.0 |
757 | 2023-11-14T21:13:57.524Z | Downloaded cipher v0.4.4 |
758 | 2023-11-14T21:13:57.528Z | Downloaded cassowary v0.3.0 |
759 | 2023-11-14T21:13:57.531Z | Downloaded http-body v0.4.5 |
760 | 2023-11-14T21:13:57.536Z | Downloaded httpdate v1.0.3 |
761 | 2023-11-14T21:13:57.540Z | Downloaded iana-time-zone v0.1.57 |
762 | 2023-11-14T21:13:57.546Z | Downloaded highway v1.1.0 |
763 | 2023-11-14T21:13:57.550Z | Downloaded blake2 v0.10.6 |
764 | 2023-11-14T21:13:57.557Z | Downloaded memoffset v0.9.0 |
765 | 2023-11-14T21:13:57.562Z | Downloaded bitstruct v0.1.1 |
766 | 2023-11-14T21:13:57.567Z | Downloaded matches v0.1.10 |
767 | 2023-11-14T21:13:57.572Z | Downloaded bitstruct_derive v0.1.0 |
768 | 2023-11-14T21:13:57.576Z | Downloaded ident_case v1.0.1 |
769 | 2023-11-14T21:13:57.582Z | Downloaded cfg-if v0.1.10 |
770 | 2023-11-14T21:13:57.588Z | Downloaded hex v0.4.3 |
771 | 2023-11-14T21:13:57.597Z | Downloaded colorchoice v1.0.0 |
772 | 2023-11-14T21:13:57.601Z | Downloaded clap_derive v4.4.2 |
773 | 2023-11-14T21:13:57.608Z | Downloaded ciborium-io v0.2.1 |
774 | 2023-11-14T21:13:57.613Z | Downloaded colored v2.0.4 |
775 | 2023-11-14T21:13:57.619Z | Downloaded num-derive v0.4.0 |
776 | 2023-11-14T21:13:57.624Z | Downloaded cpufeatures v0.2.9 |
777 | 2023-11-14T21:13:57.627Z | Downloaded num-complex v0.4.4 |
778 | 2023-11-14T21:13:57.632Z | Downloaded normalize-line-endings v0.3.0 |
779 | 2023-11-14T21:13:57.635Z | Downloaded atomic-waker v1.1.1 |
780 | 2023-11-14T21:13:57.638Z | Downloaded async-recursion v1.0.5 |
781 | 2023-11-14T21:13:57.641Z | Downloaded lru-cache v0.1.2 |
782 | 2023-11-14T21:13:57.644Z | Downloaded nu-ansi-term v0.49.0 |
783 | 2023-11-14T21:13:57.649Z | Downloaded kstat-rs v0.2.3 |
784 | 2023-11-14T21:13:57.654Z | Downloaded cfg-if v1.0.0 |
785 | 2023-11-14T21:13:57.657Z | Downloaded nibble_vec v0.1.0 |
786 | 2023-11-14T21:13:57.660Z | Downloaded lazy_static v1.4.0 |
787 | 2023-11-14T21:13:57.663Z | Downloaded cargo-platform v0.1.3 |
788 | 2023-11-14T21:13:57.666Z | Downloaded serde-big-array v0.4.1 |
789 | 2023-11-14T21:13:57.671Z | Downloaded tinyvec_macros v0.1.1 |
790 | 2023-11-14T21:13:57.674Z | Downloaded crunchy v0.2.2 |
791 | 2023-11-14T21:13:57.677Z | Downloaded async-trait v0.1.74 |
792 | 2023-11-14T21:13:57.684Z | Downloaded const-oid v0.9.5 |
793 | 2023-11-14T21:13:57.689Z | Downloaded num v0.4.1 |
794 | 2023-11-14T21:13:57.693Z | Downloaded hyper-staticfile v0.9.5 |
795 | 2023-11-14T21:13:57.698Z | Downloaded mockall v0.11.4 |
796 | 2023-11-14T21:13:57.703Z | Downloaded rustc_version v0.4.0 |
797 | 2023-11-14T21:13:57.708Z | Downloaded resolv-conf v0.7.0 |
798 | 2023-11-14T21:13:57.713Z | Downloaded static_assertions v1.1.0 |
799 | 2023-11-14T21:13:57.719Z | Downloaded dtrace-parser v0.1.14 |
800 | 2023-11-14T21:13:57.722Z | Downloaded humantime v2.1.0 |
801 | 2023-11-14T21:13:57.725Z | Downloaded cancel-safe-futures v0.1.5 |
802 | 2023-11-14T21:13:57.730Z | Downloaded try-lock v0.2.4 |
803 | 2023-11-14T21:13:57.733Z | Downloaded doc-comment v0.3.3 |
804 | 2023-11-14T21:13:57.736Z | Downloaded utf-8 v0.7.6 |
805 | 2023-11-14T21:13:57.739Z | Downloaded dyn-clone v1.0.13 |
806 | 2023-11-14T21:13:57.742Z | Downloaded console v0.15.7 |
807 | 2023-11-14T21:13:57.748Z | Downloaded cc v1.0.83 |
808 | 2023-11-14T21:13:57.754Z | Downloaded unicode-linebreak v0.1.5 |
809 | 2023-11-14T21:13:57.756Z | Downloaded signal-hook-tokio v0.3.1 |
810 | 2023-11-14T21:13:57.760Z | Downloaded time-macros v0.2.13 |
811 | 2023-11-14T21:13:57.763Z | Downloaded num-iter v0.1.43 |
812 | 2023-11-14T21:13:57.766Z | Downloaded toml_datetime v0.6.5 |
813 | 2023-11-14T21:13:57.769Z | Downloaded ipnet v2.8.0 |
814 | 2023-11-14T21:13:57.771Z | Downloaded darling_macro v0.14.4 |
815 | 2023-11-14T21:13:57.775Z | Downloaded path-dedot v3.1.0 |
816 | 2023-11-14T21:13:57.778Z | Downloaded snafu-derive v0.7.5 |
817 | 2023-11-14T21:13:57.781Z | Downloaded parse-display v0.8.2 |
818 | 2023-11-14T21:13:57.784Z | Downloaded strsim v0.10.0 |
819 | 2023-11-14T21:13:57.787Z | Downloaded waitgroup v0.1.2 |
820 | 2023-11-14T21:13:57.790Z | Downloaded futures-core v0.3.29 |
821 | 2023-11-14T21:13:57.792Z | Downloaded miniz_oxide v0.7.1 |
822 | 2023-11-14T21:13:57.795Z | Downloaded hmac v0.12.1 |
823 | 2023-11-14T21:13:57.798Z | Downloaded number_prefix v0.4.0 |
824 | 2023-11-14T21:13:57.800Z | Downloaded oso-derive v0.27.0 |
825 | 2023-11-14T21:13:57.803Z | Downloaded openssl-probe v0.1.5 |
826 | 2023-11-14T21:13:57.806Z | Downloaded sha1 v0.10.5 |
827 | 2023-11-14T21:13:57.809Z | Downloaded unicase v2.7.0 |
828 | 2023-11-14T21:13:57.812Z | Downloaded multer v2.1.0 |
829 | 2023-11-14T21:13:57.815Z | Downloaded indexmap v1.9.3 |
830 | 2023-11-14T21:13:57.820Z | Downloaded signal-hook-mio v0.2.3 |
831 | 2023-11-14T21:13:57.822Z | Downloaded clap v4.4.3 |
832 | 2023-11-14T21:13:57.839Z | Downloaded futures-io v0.3.29 |
833 | 2023-11-14T21:13:57.842Z | Downloaded time-core v0.1.1 |
834 | 2023-11-14T21:13:57.845Z | Downloaded signal-hook-registry v1.4.1 |
835 | 2023-11-14T21:13:57.850Z | Downloaded parse-display-derive v0.7.0 |
836 | 2023-11-14T21:13:57.853Z | Downloaded phf_shared v0.10.0 |
837 | 2023-11-14T21:13:57.856Z | Downloaded socket2 v0.4.9 |
838 | 2023-11-14T21:13:57.859Z | Downloaded usdt v0.3.5 |
839 | 2023-11-14T21:13:57.864Z | Downloaded serde_repr v0.1.16 |
840 | 2023-11-14T21:13:57.867Z | Downloaded pem-rfc7468 v0.7.0 |
841 | 2023-11-14T21:13:57.870Z | Downloaded erased-serde v0.3.30 |
842 | 2023-11-14T21:13:57.873Z | Downloaded foreign-types v0.3.2 |
843 | 2023-11-14T21:13:57.877Z | Downloaded base64 v0.21.5 |
844 | 2023-11-14T21:13:57.891Z | Downloaded scopeguard v1.2.0 |
845 | 2023-11-14T21:13:57.894Z | Downloaded similar v2.2.1 |
846 | 2023-11-14T21:13:57.898Z | Downloaded take_mut v0.2.2 |
847 | 2023-11-14T21:13:57.902Z | Downloaded foreign-types-shared v0.1.1 |
848 | 2023-11-14T21:13:57.906Z | Downloaded futures-macro v0.3.29 |
849 | 2023-11-14T21:13:57.909Z | Downloaded spki v0.7.2 |
850 | 2023-11-14T21:13:57.912Z | Downloaded indicatif v0.17.7 |
851 | 2023-11-14T21:13:57.918Z | Downloaded equivalent v1.0.1 |
852 | 2023-11-14T21:13:57.921Z | Downloaded cstr-argument v0.1.2 |
853 | 2023-11-14T21:13:57.924Z | Downloaded pretty-hex v0.2.1 |
854 | 2023-11-14T21:13:57.927Z | Downloaded phf v0.11.2 |
855 | 2023-11-14T21:13:57.930Z | Downloaded rustfmt-wrapper v0.2.0 |
856 | 2023-11-14T21:13:57.933Z | Downloaded parking_lot_core v0.9.8 |
857 | 2023-11-14T21:13:57.936Z | Downloaded pretty-hex v0.3.0 |
858 | 2023-11-14T21:13:57.939Z | Downloaded spin v0.5.2 |
859 | 2023-11-14T21:13:57.943Z | Downloaded group v0.13.0 |
860 | 2023-11-14T21:13:57.946Z | Downloaded rand_core v0.6.4 |
861 | 2023-11-14T21:13:57.949Z | Downloaded endian-type v0.1.2 |
862 | 2023-11-14T21:13:57.954Z | Downloaded serde_derive_internals v0.26.0 |
863 | 2023-11-14T21:13:57.958Z | Downloaded password-hash v0.5.0 |
864 | 2023-11-14T21:13:57.961Z | Downloaded const_format v0.2.31 |
865 | 2023-11-14T21:13:57.988Z | Downloaded thiserror v1.0.49 |
866 | 2023-11-14T21:13:57.994Z | Downloaded uuid v1.5.0 |
867 | 2023-11-14T21:13:57.996Z | Downloaded openssl-macros v0.1.1 |
868 | 2023-11-14T21:13:57.999Z | Downloaded predicates-tree v1.0.9 |
869 | 2023-11-14T21:13:58.004Z | Downloaded ref-cast-impl v1.0.20 |
870 | 2023-11-14T21:13:58.007Z | Downloaded ref-cast v1.0.20 |
871 | 2023-11-14T21:13:58.009Z | Downloaded semver v0.11.0 |
872 | 2023-11-14T21:13:58.012Z | Downloaded spin v0.9.8 |
873 | 2023-11-14T21:13:58.015Z | Downloaded foreign-types-macros v0.2.3 |
874 | 2023-11-14T21:13:58.018Z | Downloaded curve25519-dalek-derive v0.1.0 |
875 | 2023-11-14T21:13:58.021Z | Downloaded parse-display-derive v0.8.2 |
876 | 2023-11-14T21:13:58.025Z | Downloaded strum_macros v0.24.3 |
877 | 2023-11-14T21:13:58.028Z | Downloaded num_enum v0.7.0 |
878 | 2023-11-14T21:13:58.030Z | Downloaded diesel_table_macro_syntax v0.1.0 |
879 | 2023-11-14T21:13:58.033Z | Downloaded getopts v0.2.21 |
880 | 2023-11-14T21:13:58.036Z | Downloaded either v1.9.0 |
881 | 2023-11-14T21:13:58.040Z | Downloaded display-error-chain v0.2.0 |
882 | 2023-11-14T21:13:58.043Z | Downloaded toolchain_find v0.2.0 |
883 | 2023-11-14T21:13:58.046Z | Downloaded phf_shared v0.11.2 |
884 | 2023-11-14T21:13:58.051Z | Downloaded pkcs8 v0.10.2 |
885 | 2023-11-14T21:13:58.053Z | Downloaded precomputed-hash v0.1.1 |
886 | 2023-11-14T21:13:58.056Z | Downloaded serde-hex v0.1.0 |
887 | 2023-11-14T21:13:58.059Z | Downloaded mio v0.8.8 |
888 | 2023-11-14T21:13:58.061Z | Downloaded darling v0.20.3 |
889 | 2023-11-14T21:13:58.064Z | Downloaded fixedbitset v0.4.2 |
890 | 2023-11-14T21:13:58.067Z | Downloaded termcolor v1.2.0 |
891 | 2023-11-14T21:13:58.071Z | Downloaded filetime v0.2.22 |
892 | 2023-11-14T21:13:58.073Z | Downloaded funty v2.0.0 |
893 | 2023-11-14T21:13:58.076Z | Downloaded rcgen v0.11.3 |
894 | 2023-11-14T21:13:58.079Z | Downloaded opaque-debug v0.3.0 |
895 | 2023-11-14T21:13:58.083Z | Downloaded serde_with_macros v2.3.3 |
896 | 2023-11-14T21:13:58.085Z | Downloaded swrite v0.1.0 |
897 | 2023-11-14T21:13:58.088Z | Downloaded zone_cfg_derive v0.3.0 |
898 | 2023-11-14T21:13:58.091Z | Downloaded pest_meta v2.7.2 |
899 | 2023-11-14T21:13:58.094Z | Downloaded ff v0.13.0 |
900 | 2023-11-14T21:13:58.097Z | Downloaded structmeta v0.2.0 |
901 | 2023-11-14T21:13:58.100Z | Downloaded serde_derive v1.0.188 |
902 | 2023-11-14T21:13:58.103Z | Downloaded peeking_take_while v0.1.2 |
903 | 2023-11-14T21:13:58.106Z | Downloaded pem v3.0.2 |
904 | 2023-11-14T21:13:58.108Z | Downloaded vte v0.11.1 |
905 | 2023-11-14T21:13:58.111Z | Downloaded quick-error v1.2.3 |
906 | 2023-11-14T21:13:58.114Z | Downloaded paste v1.0.14 |
907 | 2023-11-14T21:13:58.117Z | Downloaded derive_builder_macro v0.12.0 |
908 | 2023-11-14T21:13:58.120Z | Downloaded heapless v0.7.16 |
909 | 2023-11-14T21:13:58.123Z | Downloaded debug-ignore v1.0.5 |
910 | 2023-11-14T21:13:58.126Z | Downloaded darling_macro v0.20.3 |
911 | 2023-11-14T21:13:58.129Z | Downloaded strip-ansi-escapes v0.2.0 |
912 | 2023-11-14T21:13:58.132Z | Downloaded tower-service v0.3.2 |
913 | 2023-11-14T21:13:58.135Z | Downloaded foreign-types v0.5.0 |
914 | 2023-11-14T21:13:58.138Z | Downloaded num_enum_derive v0.7.0 |
915 | 2023-11-14T21:13:58.141Z | Downloaded thread_local v1.1.7 |
916 | 2023-11-14T21:13:58.143Z | Downloaded siphasher v0.3.11 |
917 | 2023-11-14T21:13:58.146Z | Downloaded tap v1.0.1 |
918 | 2023-11-14T21:13:58.149Z | Downloaded vec_map v0.8.2 |
919 | 2023-11-14T21:13:58.152Z | Downloaded tabled_derive v0.6.0 |
920 | 2023-11-14T21:13:58.155Z | Downloaded crypto-bigint v0.5.2 |
921 | 2023-11-14T21:13:58.158Z | Downloaded percent-encoding v2.3.0 |
922 | 2023-11-14T21:13:58.160Z | Downloaded float-cmp v0.9.0 |
923 | 2023-11-14T21:13:58.163Z | Downloaded thiserror-impl v1.0.49 |
924 | 2023-11-14T21:13:58.166Z | Downloaded slog-scope v4.4.0 |
925 | 2023-11-14T21:13:58.169Z | Downloaded tokio-tungstenite v0.18.0 |
926 | 2023-11-14T21:13:58.172Z | Downloaded tokio-tungstenite v0.20.1 |
927 | 2023-11-14T21:13:58.175Z | Downloaded same-file v1.0.6 |
928 | 2023-11-14T21:13:58.177Z | Downloaded predicates v2.1.5 |
929 | 2023-11-14T21:13:58.180Z | Downloaded radium v0.7.0 |
930 | 2023-11-14T21:13:58.183Z | Downloaded minimal-lexical v0.2.1 |
931 | 2023-11-14T21:13:58.188Z | Downloaded crypto-common v0.1.6 |
932 | 2023-11-14T21:13:58.191Z | Downloaded usdt-attr-macro v0.3.5 |
933 | 2023-11-14T21:13:58.194Z | Downloaded thread-id v4.2.0 |
934 | 2023-11-14T21:13:58.197Z | Downloaded strum_macros v0.25.2 |
935 | 2023-11-14T21:13:58.200Z | Downloaded crucible-workspace-hack v0.1.0 |
936 | 2023-11-14T21:13:58.203Z | Downloaded derive_builder v0.12.0 |
937 | 2023-11-14T21:13:58.207Z | Downloaded parse-display v0.7.0 |
938 | 2023-11-14T21:13:58.210Z | Downloaded futures-sink v0.3.29 |
939 | 2023-11-14T21:13:58.214Z | Downloaded rustversion v1.0.14 |
940 | 2023-11-14T21:13:58.217Z | Downloaded zeroize v1.6.0 |
941 | 2023-11-14T21:13:58.220Z | Downloaded utf8parse v0.2.1 |
942 | 2023-11-14T21:13:58.223Z | Downloaded generic-array v0.14.7 |
943 | 2023-11-14T21:13:58.226Z | Downloaded form_urlencoded v1.2.0 |
944 | 2023-11-14T21:13:58.229Z | Downloaded darling_core v0.20.3 |
945 | 2023-11-14T21:13:58.232Z | Downloaded zeroize_derive v1.4.2 |
946 | 2023-11-14T21:13:58.236Z | Downloaded fragile v2.0.0 |
947 | 2023-11-14T21:13:58.239Z | Downloaded unicode-segmentation v1.10.1 |
948 | 2023-11-14T21:13:58.244Z | Downloaded rayon-core v1.12.0 |
949 | 2023-11-14T21:13:58.251Z | Downloaded topological-sort v0.2.2 |
950 | 2023-11-14T21:13:58.254Z | Downloaded slog v2.7.0 |
951 | 2023-11-14T21:13:58.258Z | Downloaded libm v0.2.7 |
952 | 2023-11-14T21:13:58.276Z | Downloaded digest v0.10.7 |
953 | 2023-11-14T21:13:58.286Z | Downloaded difflib v0.4.0 |
954 | 2023-11-14T21:13:58.289Z | Downloaded usdt-impl v0.3.5 |
955 | 2023-11-14T21:13:58.292Z | Downloaded parking_lot v0.11.2 |
956 | 2023-11-14T21:13:58.295Z | Downloaded serde_spanned v0.6.4 |
957 | 2023-11-14T21:13:58.298Z | Downloaded omicron-zone-package v0.8.3 |
958 | 2023-11-14T21:13:58.300Z | Downloaded futures-channel v0.3.29 |
959 | 2023-11-14T21:13:58.303Z | Downloaded crossbeam-queue v0.3.8 |
960 | 2023-11-14T21:13:58.306Z | Downloaded futures-executor v0.3.29 |
961 | 2023-11-14T21:13:58.309Z | Downloaded postcard-cobs v0.1.5-pre |
962 | 2023-11-14T21:13:58.313Z | Downloaded olpc-cjson v0.1.3 |
963 | 2023-11-14T21:13:58.316Z | Downloaded parking_lot v0.12.1 |
964 | 2023-11-14T21:13:58.319Z | Downloaded postgres-protocol v0.6.6 |
965 | 2023-11-14T21:13:58.322Z | Downloaded derive_builder_core v0.12.0 |
966 | 2023-11-14T21:13:58.325Z | Downloaded serde_tokenstream v0.1.7 |
967 | 2023-11-14T21:13:58.327Z | Downloaded semver-parser v0.10.2 |
968 | 2023-11-14T21:13:58.330Z | Downloaded postcard v0.7.3 |
969 | 2023-11-14T21:13:58.333Z | Downloaded glob v0.3.1 |
970 | 2023-11-14T21:13:58.336Z | Downloaded toml v0.8.8 |
971 | 2023-11-14T21:13:58.339Z | Downloaded ron v0.8.1 |
972 | 2023-11-14T21:13:58.348Z | Downloaded tokio-stream v0.1.14 |
973 | 2023-11-14T21:13:58.355Z | Downloaded rustls-native-certs v0.6.3 |
974 | 2023-11-14T21:13:58.360Z | Downloaded tracing v0.1.37 |
975 | 2023-11-14T21:13:58.366Z | Downloaded postgres-types v0.2.6 |
976 | 2023-11-14T21:13:58.371Z | Downloaded derive_more v0.99.17 |
977 | 2023-11-14T21:13:58.381Z | Downloaded hashlink v0.8.3 |
978 | 2023-11-14T21:13:58.384Z | Downloaded typenum v1.16.0 |
979 | 2023-11-14T21:13:58.388Z | Downloaded tungstenite v0.20.1 |
980 | 2023-11-14T21:13:58.394Z | Downloaded proc-macro2 v1.0.67 |
981 | 2023-11-14T21:13:58.398Z | Downloaded diesel_derives v2.1.1 |
982 | 2023-11-14T21:13:58.405Z | Downloaded winnow v0.5.15 |
983 | 2023-11-14T21:13:58.419Z | Downloaded headers v0.3.9 |
984 | 2023-11-14T21:13:58.430Z | Downloaded serde_yaml v0.9.25 |
985 | 2023-11-14T21:13:58.435Z | Downloaded clap v2.34.0 |
986 | 2023-11-14T21:13:58.448Z | Downloaded portable-atomic v1.4.3 |
987 | 2023-11-14T21:13:58.459Z | Downloaded rand v0.8.5 |
988 | 2023-11-14T21:13:58.465Z | Downloaded unsafe-libyaml v0.2.9 |
989 | 2023-11-14T21:13:58.471Z | Downloaded der v0.7.8 |
990 | 2023-11-14T21:13:58.480Z | Downloaded time v0.3.27 |
991 | 2023-11-14T21:13:58.492Z | Downloaded unicode-normalization v0.1.22 |
992 | 2023-11-14T21:13:58.499Z | Downloaded syn v1.0.109 |
993 | 2023-11-14T21:13:58.519Z | Downloaded idna v0.2.3 |
994 | 2023-11-14T21:13:58.531Z | Downloaded hashbrown v0.14.2 |
995 | 2023-11-14T21:13:58.541Z | Downloaded hyper v0.14.27 |
996 | 2023-11-14T21:13:58.556Z | Downloaded reqwest v0.11.20 |
997 | 2023-11-14T21:13:58.570Z | Downloaded pest v2.7.2 |
998 | 2023-11-14T21:13:58.578Z | Downloaded tabled v0.14.0 |
999 | 2023-11-14T21:13:58.606Z | Downloaded hashbrown v0.12.3 |
1000 | 2023-11-14T21:13:58.613Z | Downloaded rustls-webpki v0.101.7 |
1001 | 2023-11-14T21:13:58.640Z | Downloaded object v0.32.1 |
1002 | 2023-11-14T21:13:58.659Z | Downloaded regress v0.7.1 |
1003 | 2023-11-14T21:13:58.672Z | Downloaded tough v0.14.0 |
1004 | 2023-11-14T21:13:58.686Z | Downloaded ratatui v0.23.0 |
1005 | 2023-11-14T21:13:58.707Z | Downloaded openapiv3 v1.0.3 |
1006 | 2023-11-14T21:13:58.729Z | Downloaded rusqlite v0.29.0 |
1007 | 2023-11-14T21:13:58.739Z | Downloaded regex-syntax v0.6.29 |
1008 | 2023-11-14T21:13:58.754Z | Downloaded regex-syntax v0.7.5 |
1009 | 2023-11-14T21:13:58.770Z | Downloaded regex-syntax v0.8.2 |
1010 | 2023-11-14T21:13:58.785Z | Downloaded proptest v1.3.1 |
1011 | 2023-11-14T21:13:58.802Z | Downloaded rayon v1.8.0 |
1012 | 2023-11-14T21:13:58.818Z | Downloaded petgraph v0.6.4 |
1013 | 2023-11-14T21:13:58.841Z | Downloaded vcpkg v0.2.15 |
1014 | 2023-11-14T21:13:58.915Z | Downloaded openssl v0.10.57 |
1015 | 2023-11-14T21:13:58.933Z | Downloaded smoltcp v0.9.1 |
1016 | 2023-11-14T21:13:58.952Z | Downloaded sha3 v0.10.8 |
1017 | 2023-11-14T21:13:58.964Z | Downloaded bstr v0.2.17 |
1018 | 2023-11-14T21:13:58.983Z | Downloaded object v0.30.4 |
1019 | 2023-11-14T21:13:59.017Z | Downloaded rustix v0.37.23 |
1020 | 2023-11-14T21:13:59.038Z | Downloaded curve25519-dalek v4.1.0 |
1021 | 2023-11-14T21:13:59.055Z | Downloaded trust-dns-proto v0.22.0 |
1022 | 2023-11-14T21:13:59.081Z | Downloaded polar-core v0.27.0 |
1023 | 2023-11-14T21:13:59.098Z | Downloaded diesel v2.1.3 |
1024 | 2023-11-14T21:13:59.132Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1025 | 2023-11-14T21:13:59.239Z | Downloaded rustix v0.38.9 |
1026 | 2023-11-14T21:13:59.280Z | Downloaded sled v0.34.7 |
1027 | 2023-11-14T21:13:59.300Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1028 | 2023-11-14T21:13:59.325Z | Downloaded regex-automata v0.4.3 |
1029 | 2023-11-14T21:13:59.362Z | Downloaded zerocopy-derive v0.6.4 |
1030 | 2023-11-14T21:13:59.383Z | Downloaded regex-automata v0.3.8 |
1031 | 2023-11-14T21:13:59.416Z | Downloaded regex v1.10.2 |
1032 | 2023-11-14T21:13:59.441Z | Downloaded libc v0.2.150 |
1033 | 2023-11-14T21:13:59.493Z | Downloaded radix_trie v0.2.1 |
1034 | 2023-11-14T21:13:59.503Z | Downloaded zerocopy-derive v0.2.0 |
1035 | 2023-11-14T21:13:59.522Z | Downloaded gimli v0.28.0 |
1036 | 2023-11-14T21:13:59.538Z | Downloaded rustls v0.21.8 |
1037 | 2023-11-14T21:13:59.560Z | Downloaded tokio v1.33.0 |
1038 | 2023-11-14T21:13:59.627Z | Downloaded libsqlite3-sys v0.26.0 |
1039 | 2023-11-14T21:13:59.775Z | Downloaded nix v0.26.2 |
1040 | 2023-11-14T21:13:59.803Z | Downloaded syn v2.0.32 |
1041 | 2023-11-14T21:13:59.833Z | Downloaded quick-xml v0.23.1 |
1042 | 2023-11-14T21:13:59.851Z | Downloaded git2 v0.17.2 |
1043 | 2023-11-14T21:13:59.873Z | Downloaded bstr v1.6.0 |
1044 | 2023-11-14T21:13:59.896Z | Downloaded futures-util v0.3.29 |
1045 | 2023-11-14T21:13:59.919Z | Downloaded encoding_rs v0.8.33 |
1046 | 2023-11-14T21:13:59.965Z | Downloaded webpki-roots v0.25.2 |
1047 | 2023-11-14T21:13:59.972Z | Downloaded smoltcp v0.8.2 |
1048 | 2023-11-14T21:13:59.991Z | Downloaded idna v0.4.0 |
1049 | 2023-11-14T21:14:00.006Z | Downloaded h2 v0.3.21 |
1050 | 2023-11-14T21:14:00.041Z | Downloaded regex-automata v0.1.10 |
1051 | 2023-11-14T21:14:00.046Z | Downloaded bitvec v1.0.1 |
1052 | 2023-11-14T21:14:00.061Z | Downloaded flate2 v1.0.28 |
1053 | 2023-11-14T21:14:00.070Z | Downloaded reedline v0.25.0 |
1054 | 2023-11-14T21:14:00.083Z | Downloaded bindgen v0.65.1 |
1055 | 2023-11-14T21:14:00.098Z | Downloaded x509-cert v0.2.4 |
1056 | 2023-11-14T21:14:00.110Z | Downloaded serde_with v2.3.3 |
1057 | 2023-11-14T21:14:00.123Z | Downloaded salty v0.2.0 |
1058 | 2023-11-14T21:14:00.135Z | Downloaded derive-where v1.2.5 |
1059 | 2023-11-14T21:14:00.142Z | Downloaded ppv-lite86 v0.2.17 |
1060 | 2023-11-14T21:14:00.145Z | Downloaded aho-corasick v1.0.4 |
1061 | 2023-11-14T21:14:00.156Z | Downloaded serde_json v1.0.108 |
1062 | 2023-11-14T21:14:00.172Z | Downloaded chrono v0.4.31 |
1063 | 2023-11-14T21:14:00.189Z | Downloaded toml_edit v0.21.0 |
1064 | 2023-11-14T21:14:00.231Z | Downloaded hashbrown v0.13.2 |
1065 | 2023-11-14T21:14:00.238Z | Downloaded untrusted v0.9.0 |
1066 | 2023-11-14T21:14:00.241Z | Downloaded hkdf v0.12.3 |
1067 | 2023-11-14T21:14:00.245Z | Downloaded poly1305 v0.8.0 |
1068 | 2023-11-14T21:14:00.250Z | Downloaded flume v0.11.0 |
1069 | 2023-11-14T21:14:00.257Z | Downloaded tokio-postgres v0.7.10 |
1070 | 2023-11-14T21:14:00.265Z | Downloaded lalrpop v0.19.12 |
1071 | 2023-11-14T21:14:00.289Z | Downloaded der_derive v0.7.2 |
1072 | 2023-11-14T21:14:00.292Z | Downloaded owo-colors v3.5.0 |
1073 | 2023-11-14T21:14:00.296Z | Downloaded diff v0.1.13 |
1074 | 2023-11-14T21:14:00.303Z | Downloaded unicode-bidi v0.3.13 |
1075 | 2023-11-14T21:14:00.308Z | Downloaded textwrap v0.16.0 |
1076 | 2023-11-14T21:14:00.312Z | Downloaded test-strategy v0.3.1 |
1077 | 2023-11-14T21:14:00.318Z | Downloaded socket2 v0.5.4 |
1078 | 2023-11-14T21:14:00.323Z | Downloaded clap_builder v4.4.2 |
1079 | 2023-11-14T21:14:00.338Z | Downloaded futures-task v0.3.29 |
1080 | 2023-11-14T21:14:00.341Z | Downloaded steno v0.4.0 |
1081 | 2023-11-14T21:14:00.348Z | Downloaded prettyplease v0.2.12 |
1082 | 2023-11-14T21:14:00.354Z | Downloaded termios v0.3.3 |
1083 | 2023-11-14T21:14:00.359Z | Downloaded zone v0.3.0 |
1084 | 2023-11-14T21:14:00.363Z | Downloaded pest_generator v2.7.2 |
1085 | 2023-11-14T21:14:00.366Z | Downloaded zerocopy v0.6.4 |
1086 | 2023-11-14T21:14:00.370Z | Downloaded futures v0.3.29 |
1087 | 2023-11-14T21:14:00.373Z | Downloaded serde v1.0.188 |
1088 | 2023-11-14T21:14:00.380Z | Downloaded crossterm v0.27.0 |
1089 | 2023-11-14T21:14:00.392Z | Downloaded deranged v0.3.8 |
1090 | 2023-11-14T21:14:00.395Z | Downloaded rustc_version v0.1.7 |
1091 | 2023-11-14T21:14:00.399Z | Downloaded toml v0.5.11 |
1092 | 2023-11-14T21:14:00.403Z | Downloaded darling_core v0.14.4 |
1093 | 2023-11-14T21:14:00.409Z | Downloaded libxml v0.3.3 |
1094 | 2023-11-14T21:14:00.420Z | Downloaded libz-sys v1.1.12 |
1095 | 2023-11-14T21:14:00.555Z | Downloaded itertools v0.11.0 |
1096 | 2023-11-14T21:14:00.568Z | Downloaded nom v7.1.3 |
1097 | 2023-11-14T21:14:00.582Z | Downloaded r2d2 v0.8.10 |
1098 | 2023-11-14T21:14:00.585Z | Downloaded url v2.4.1 |
1099 | 2023-11-14T21:14:00.590Z | Downloaded trust-dns-server v0.22.1 |
1100 | 2023-11-14T21:14:00.600Z | Downloaded tracing-attributes v0.1.26 |
1101 | 2023-11-14T21:14:00.605Z | Downloaded rpassword v7.2.0 |
1102 | 2023-11-14T21:14:00.608Z | Downloaded usdt-macro v0.3.5 |
1103 | 2023-11-14T21:14:00.611Z | Downloaded tracing-core v0.1.31 |
1104 | 2023-11-14T21:14:00.614Z | Downloaded hash32 v0.2.1 |
1105 | 2023-11-14T21:14:00.617Z | Downloaded fnv v1.0.7 |
1106 | 2023-11-14T21:14:00.620Z | Downloaded data-encoding v2.4.0 |
1107 | 2023-11-14T21:14:00.623Z | Downloaded supports-color v2.1.0 |
1108 | 2023-11-14T21:14:00.627Z | Downloaded term v0.7.0 |
1109 | 2023-11-14T21:14:00.630Z | Downloaded ringbuffer v0.15.0 |
1110 | 2023-11-14T21:14:00.638Z | Downloaded proc-macro-crate v1.3.1 |
1111 | 2023-11-14T21:14:00.640Z | Downloaded predicates v3.0.4 |
1112 | 2023-11-14T21:14:00.643Z | Downloaded tokio-rustls v0.24.1 |
1113 | 2023-11-14T21:14:00.646Z | Downloaded yasna v0.5.2 |
1114 | 2023-11-14T21:14:00.650Z | Downloaded smallvec v1.11.0 |
1115 | 2023-11-14T21:14:00.654Z | Downloaded oso v0.27.0 |
1116 | 2023-11-14T21:14:00.664Z | Downloaded openssl-sys v0.9.93 |
1117 | 2023-11-14T21:14:00.670Z | Downloaded tokio-util v0.7.10 |
1118 | 2023-11-14T21:14:00.683Z | Downloaded toml_edit v0.19.15 |
1119 | 2023-11-14T21:14:00.716Z | Downloaded half v1.8.2 |
1120 | 2023-11-14T21:14:00.721Z | Downloaded tokio-native-tls v0.3.1 |
1121 | 2023-11-14T21:14:00.724Z | Downloaded predicates-core v1.0.6 |
1122 | 2023-11-14T21:14:00.728Z | Downloaded flagset v0.4.3 |
1123 | 2023-11-14T21:14:00.732Z | Downloaded fastrand v2.0.0 |
1124 | 2023-11-14T21:14:00.739Z | Downloaded dirs-sys-next v0.1.2 |
1125 | 2023-11-14T21:14:00.742Z | Downloaded structmeta-derive v0.1.6 |
1126 | 2023-11-14T21:14:00.746Z | Downloaded ctr v0.9.2 |
1127 | 2023-11-14T21:14:00.749Z | Downloaded ed25519 v1.5.3 |
1128 | 2023-11-14T21:14:00.752Z | Downloaded quote v1.0.33 |
1129 | 2023-11-14T21:14:00.761Z | Downloaded trust-dns-resolver v0.22.0 |
1130 | 2023-11-14T21:14:00.764Z | Downloaded fatfs v0.3.6 |
1131 | 2023-11-14T21:14:00.767Z | Downloaded ring v0.17.5 |
1132 | 2023-11-14T21:14:00.890Z | Downloaded elliptic-curve v0.13.5 |
1133 | 2023-11-14T21:14:00.895Z | Downloaded fd-lock v3.0.13 |
1134 | 2023-11-14T21:14:00.899Z | Downloaded ena v0.14.2 |
1135 | 2023-11-14T21:14:00.902Z | Downloaded num-bigint-dig v0.8.4 |
1136 | 2023-11-14T21:14:00.910Z | Downloaded rustls-pemfile v1.0.3 |
1137 | 2023-11-14T21:14:00.913Z | Downloaded zerocopy v0.3.0 |
1138 | 2023-11-14T21:14:00.917Z | Downloaded stringprep v0.1.3 |
1139 | 2023-11-14T21:14:00.921Z | Downloaded pest_derive v2.7.2 |
1140 | 2023-11-14T21:14:00.925Z | Downloaded snafu v0.7.5 |
1141 | 2023-11-14T21:14:00.930Z | Downloaded termtree v0.4.1 |
1142 | 2023-11-14T21:14:00.933Z | Downloaded slab v0.4.9 |
1143 | 2023-11-14T21:14:00.936Z | Downloaded walkdir v2.4.0 |
1144 | 2023-11-14T21:14:00.939Z | Downloaded wait-timeout v0.2.0 |
1145 | 2023-11-14T21:14:00.943Z | Downloaded pkg-config v0.3.27 |
1146 | 2023-11-14T21:14:00.947Z | Downloaded proc-macro-error v1.0.4 |
1147 | 2023-11-14T21:14:00.950Z | Downloaded crossbeam-channel v0.5.8 |
1148 | 2023-11-14T21:14:00.955Z | Downloaded signature v1.6.4 |
1149 | 2023-11-14T21:14:00.958Z | Downloaded pkcs1 v0.7.5 |
1150 | 2023-11-14T21:14:00.961Z | Downloaded trust-dns-client v0.22.0 |
1151 | 2023-11-14T21:14:00.970Z | Downloaded ring v0.16.20 |
1152 | 2023-11-14T21:14:01.142Z | Downloaded packed_struct v0.10.1 |
1153 | 2023-11-14T21:14:01.146Z | Downloaded string_cache v0.8.7 |
1154 | 2023-11-14T21:14:01.149Z | Downloaded scheduled-thread-pool v0.2.7 |
1155 | 2023-11-14T21:14:01.152Z | Downloaded headers-core v0.2.0 |
1156 | 2023-11-14T21:14:01.155Z | Downloaded path-absolutize v3.1.0 |
1157 | 2023-11-14T21:14:01.158Z | Downloaded pem v1.1.1 |
1158 | 2023-11-14T21:14:01.161Z | Downloaded subprocess v0.2.9 |
1159 | 2023-11-14T21:14:01.166Z | Downloaded once_cell v1.18.0 |
1160 | 2023-11-14T21:14:01.169Z | Downloaded schemars v0.8.13 |
1161 | 2023-11-14T21:14:01.181Z | Downloaded tungstenite v0.18.0 |
1162 | 2023-11-14T21:14:01.186Z | Downloaded vte_generate_state_changes v0.1.1 |
1163 | 2023-11-14T21:14:01.190Z | Downloaded rand_xorshift v0.3.0 |
1164 | 2023-11-14T21:14:01.193Z | Downloaded globset v0.4.13 |
1165 | 2023-11-14T21:14:01.196Z | Downloaded unicode-ident v1.0.12 |
1166 | 2023-11-14T21:14:01.199Z | Downloaded proc-macro-error-attr v1.0.4 |
1167 | 2023-11-14T21:14:01.202Z | Downloaded rustc-demangle v0.1.23 |
1168 | 2023-11-14T21:14:01.205Z | Downloaded platforms v3.0.2 |
1169 | 2023-11-14T21:14:01.207Z | Downloaded papergrid v0.10.0 |
1170 | 2023-11-14T21:14:01.211Z | Downloaded darling v0.14.4 |
1171 | 2023-11-14T21:14:01.216Z | Downloaded zip v0.6.6 |
1172 | 2023-11-14T21:14:01.223Z | Downloaded http v0.2.9 |
1173 | 2023-11-14T21:14:01.231Z | Downloaded textwrap v0.11.0 |
1174 | 2023-11-14T21:14:01.234Z | Downloaded tiny-keccak v2.0.2 |
1175 | 2023-11-14T21:14:01.237Z | Downloaded pin-project-lite v0.2.13 |
1176 | 2023-11-14T21:14:01.245Z | Downloaded vsss-rs v3.3.1 |
1177 | 2023-11-14T21:14:01.249Z | Downloaded vergen v8.2.4 |
1178 | 2023-11-14T21:14:01.254Z | Downloaded tar v0.4.40 |
1179 | 2023-11-14T21:14:01.258Z | Downloaded toml v0.7.8 |
1180 | 2023-11-14T21:14:01.263Z | Downloaded rand_chacha v0.3.1 |
1181 | 2023-11-14T21:14:01.267Z | Downloaded num_enum v0.5.11 |
1182 | 2023-11-14T21:14:01.274Z | Downloaded structmeta-derive v0.2.0 |
1183 | 2023-11-14T21:14:01.278Z | Downloaded itertools v0.10.5 |
1184 | 2023-11-14T21:14:01.287Z | Downloaded aes v0.8.3 |
1185 | 2023-11-14T21:14:01.294Z | Downloaded dirs-next v2.0.0 |
1186 | 2023-11-14T21:14:01.297Z | Downloaded parking_lot_core v0.8.6 |
1187 | 2023-11-14T21:14:01.300Z | Downloaded slog-json v2.6.1 |
1188 | 2023-11-14T21:14:01.303Z | Downloaded structopt v0.3.26 |
1189 | 2023-11-14T21:14:01.314Z | Downloaded polyval v0.6.1 |
1190 | 2023-11-14T21:14:01.317Z | Downloaded env_logger v0.10.0 |
1191 | 2023-11-14T21:14:01.321Z | Downloaded tempfile v3.8.0 |
1192 | 2023-11-14T21:14:01.325Z | Downloaded allocator-api2 v0.2.16 |
1193 | 2023-11-14T21:14:01.330Z | Downloaded tinyvec v1.6.0 |
1194 | 2023-11-14T21:14:01.335Z | Downloaded num-bigint v0.4.4 |
1195 | 2023-11-14T21:14:01.343Z | Downloaded memchr v2.6.3 |
1196 | 2023-11-14T21:14:01.353Z | Downloaded smf v0.2.2 |
1197 | 2023-11-14T21:14:01.356Z | Downloaded indexmap v2.1.0 |
1198 | 2023-11-14T21:14:01.360Z | Downloaded crossbeam-utils v0.8.16 |
1199 | 2023-11-14T21:14:01.365Z | Downloaded backtrace v0.3.69 |
1200 | 2023-11-14T21:14:01.374Z | Downloaded slog-envlogger v2.2.0 |
1201 | 2023-11-14T21:14:01.378Z | Downloaded serde_arrays v0.1.0 |
1202 | 2023-11-14T21:14:01.381Z | Downloaded env_logger v0.9.3 |
1203 | 2023-11-14T21:14:01.384Z | Downloaded signal-hook v0.3.17 |
1204 | 2023-11-14T21:14:01.388Z | Downloaded fallible-iterator v0.2.0 |
1205 | 2023-11-14T21:14:01.391Z | Downloaded rustc-hash v1.1.0 |
1206 | 2023-11-14T21:14:01.395Z | Downloaded pin-utils v0.1.0 |
1207 | 2023-11-14T21:14:01.398Z | Downloaded getrandom v0.2.10 |
1208 | 2023-11-14T21:14:01.401Z | Downloaded version_check v0.9.4 |
1209 | 2023-11-14T21:14:01.404Z | Downloaded ucd-trie v0.1.6 |
1210 | 2023-11-14T21:14:01.408Z | Downloaded subtle v2.5.0 |
1211 | 2023-11-14T21:14:01.411Z | Downloaded structmeta v0.1.6 |
1212 | 2023-11-14T21:14:01.414Z | Downloaded smawk v0.3.1 |
1213 | 2023-11-14T21:14:01.418Z | Downloaded slog-dtrace v0.2.3 |
1214 | 2023-11-14T21:14:01.424Z | Downloaded packed_struct_codegen v0.10.1 |
1215 | 2023-11-14T21:14:01.428Z | Downloaded xattr v1.0.1 |
1216 | 2023-11-14T21:14:01.431Z | Downloaded semver v1.0.20 |
1217 | 2023-11-14T21:14:01.453Z | Downloaded sct v0.7.0 |
1218 | 2023-11-14T21:14:01.456Z | Downloaded mockall_derive v0.11.4 |
1219 | 2023-11-14T21:14:01.460Z | Downloaded fxhash v0.2.1 |
1220 | 2023-11-14T21:14:01.463Z | Downloaded serde_plain v1.0.2 |
1221 | 2023-11-14T21:14:01.466Z | Downloaded enum-as-inner v0.5.1 |
1222 | 2023-11-14T21:14:01.472Z | Downloaded ron v0.7.1 |
1223 | 2023-11-14T21:14:01.475Z | Downloaded num-traits v0.2.16 |
1224 | 2023-11-14T21:14:01.479Z | Downloaded rsa v0.9.2 |
1225 | 2023-11-14T21:14:01.483Z | Downloaded fallible-streaming-iterator v0.1.9 |
1226 | 2023-11-14T21:14:01.486Z | Downloaded wyz v0.5.1 |
1227 | 2023-11-14T21:14:01.489Z | Downloaded which v4.4.0 |
1228 | 2023-11-14T21:14:01.492Z | Downloaded smallvec v0.6.14 |
1229 | 2023-11-14T21:14:01.497Z | Downloaded strsim v0.8.0 |
1230 | 2023-11-14T21:14:01.501Z | Downloaded shell-words v1.1.0 |
1231 | 2023-11-14T21:14:01.505Z | Downloaded whoami v1.4.1 |
1232 | 2023-11-14T21:14:01.508Z | Downloaded sha2 v0.10.8 |
1233 | 2023-11-14T21:14:01.512Z | Downloaded arc-swap v1.6.0 |
1234 | 2023-11-14T21:14:01.515Z | Downloaded twox-hash v1.6.3 |
1235 | 2023-11-14T21:14:01.518Z | Downloaded dof v0.1.5 |
1236 | 2023-11-14T21:14:01.521Z | Downloaded base64 v0.13.1 |
1237 | 2023-11-14T21:14:01.525Z | Downloaded unicode-width v0.1.11 |
1238 | 2023-11-14T21:14:01.528Z | Downloaded fs-err v2.9.0 |
1239 | 2023-11-14T21:14:01.531Z | Downloaded slog-term v2.9.0 |
1240 | 2023-11-14T21:14:01.534Z | Downloaded bincode v1.3.3 |
1241 | 2023-11-14T21:14:01.540Z | Downloaded bitflags v2.4.0 |
1242 | 2023-11-14T21:14:01.545Z | Downloaded path-slash v0.1.5 |
1243 | 2023-11-14T21:14:01.549Z | Downloaded errno v0.3.2 |
1244 | 2023-11-14T21:14:01.553Z | Downloaded tui-tree-widget v0.13.0 |
1245 | 2023-11-14T21:14:01.556Z | Downloaded num_enum_derive v0.5.11 |
1246 | 2023-11-14T21:14:01.559Z | Downloaded chacha20poly1305 v0.10.1 |
1247 | 2023-11-14T21:14:01.562Z | Downloaded want v0.3.1 |
1248 | 2023-11-14T21:14:01.565Z | Downloaded thiserror-impl-no-std v2.0.2 |
1249 | 2023-11-14T21:14:01.569Z | Downloaded synstructure v0.12.6 |
1250 | 2023-11-14T21:14:01.572Z | Downloaded slog-stdlog v4.1.1 |
1251 | 2023-11-14T21:14:01.575Z | Downloaded bytes v1.5.0 |
1252 | 2023-11-14T21:14:01.580Z | Downloaded crossbeam-epoch v0.9.15 |
1253 | 2023-11-14T21:14:01.583Z | Downloaded argon2 v0.5.2 |
1254 | 2023-11-14T21:14:01.587Z | Downloaded ahash v0.8.3 |
1255 | 2023-11-14T21:14:01.591Z | Downloaded signature v2.1.0 |
1256 | 2023-11-14T21:14:01.595Z | Downloaded untrusted v0.7.1 |
1257 | 2023-11-14T21:14:01.600Z | Downloaded universal-hash v0.5.1 |
1258 | 2023-11-14T21:14:01.603Z | Downloaded unicode-xid v0.2.4 |
1259 | 2023-11-14T21:14:01.607Z | Downloaded unarray v0.1.4 |
1260 | 2023-11-14T21:14:01.610Z | Downloaded terminal_size v0.2.6 |
1261 | 2023-11-14T21:14:01.614Z | Downloaded slog-async v2.8.0 |
1262 | 2023-11-14T21:14:01.617Z | Downloaded serde_tokenstream v0.2.0 |
1263 | 2023-11-14T21:14:01.621Z | Downloaded ryu v1.0.15 |
1264 | 2023-11-14T21:14:01.626Z | Downloaded cookie v0.16.2 |
1265 | 2023-11-14T21:14:01.629Z | Downloaded downcast v0.11.0 |
1266 | 2023-11-14T21:14:01.634Z | Downloaded io-lifetimes v1.0.11 |
1267 | 2023-11-14T21:14:01.637Z | Downloaded tokio-macros v2.1.0 |
1268 | 2023-11-14T21:14:01.640Z | Downloaded thiserror-no-std v2.0.2 |
1269 | 2023-11-14T21:14:01.644Z | Downloaded structopt-derive v0.4.18 |
1270 | 2023-11-14T21:14:01.649Z | Downloaded slog-bunyan v2.4.0 |
1271 | 2023-11-14T21:14:01.652Z | Downloaded serde_path_to_error v0.1.14 |
1272 | 2023-11-14T21:14:01.655Z | Downloaded foreign-types-shared v0.3.1 |
1273 | 2023-11-14T21:14:01.658Z | Downloaded ascii v1.1.0 |
1274 | 2023-11-14T21:14:01.661Z | Downloaded mime_guess v2.0.4 |
1275 | 2023-11-14T21:14:01.664Z | Downloaded log v0.4.20 |
1276 | 2023-11-14T21:14:01.667Z | Downloaded bcs v0.1.6 |
1277 | 2023-11-14T21:14:01.671Z | Downloaded stable_deref_trait v1.2.0 |
1278 | 2023-11-14T21:14:01.675Z | Downloaded semver v0.1.20 |
1279 | 2023-11-14T21:14:01.678Z | Downloaded num_cpus v1.16.0 |
1280 | 2023-11-14T21:14:01.681Z | Downloaded num-integer v0.1.45 |
1281 | 2023-11-14T21:14:01.684Z | Downloaded libefi-sys v0.1.0 |
1282 | 2023-11-14T21:14:01.687Z | Downloaded home v0.5.5 |
1283 | 2023-11-14T21:14:01.691Z | Downloaded httparse v1.8.0 |
1284 | 2023-11-14T21:14:01.695Z | Downloaded base64ct v1.6.0 |
1285 | 2023-11-14T21:14:01.699Z | Downloaded serde_urlencoded v0.7.1 |
1286 | 2023-11-14T21:14:01.702Z | Downloaded corncobs v0.1.3 |
1287 | 2023-11-14T21:14:01.705Z | Downloaded num_threads v0.1.6 |
1288 | 2023-11-14T21:14:01.708Z | Downloaded crc-catalog v2.2.0 |
1289 | 2023-11-14T21:14:01.711Z | Downloaded macaddr v1.0.1 |
1290 | 2023-11-14T21:14:01.714Z | Downloaded impl-trait-for-tuples v0.2.2 |
1291 | 2023-11-14T21:14:01.719Z | Downloaded addr2line v0.21.0 |
1292 | 2023-11-14T21:14:01.723Z | Downloaded rusty-fork v0.3.0 |
1293 | 2023-11-14T21:14:01.726Z | Downloaded anstyle-parse v0.2.1 |
1294 | 2023-11-14T21:14:01.730Z | Downloaded shlex v1.1.0 |
1295 | 2023-11-14T21:14:01.734Z | Downloaded strum v0.25.0 |
1296 | 2023-11-14T21:14:01.738Z | Downloaded bit-set v0.5.3 |
1297 | 2023-11-14T21:14:01.741Z | Downloaded cexpr v0.6.0 |
1298 | 2023-11-14T21:14:01.744Z | Downloaded rtoolbox v0.0.1 |
1299 | 2023-11-14T21:14:01.747Z | Downloaded native-tls v0.2.11 |
1300 | 2023-11-14T21:14:01.751Z | Downloaded jobserver v0.1.26 |
1301 | 2023-11-14T21:14:01.756Z | Downloaded bytecount v0.6.3 |
1302 | 2023-11-14T21:14:01.759Z | Downloaded lazycell v1.3.0 |
1303 | 2023-11-14T21:14:01.762Z | Downloaded secrecy v0.8.0 |
1304 | 2023-11-14T21:14:01.766Z | Downloaded schemars_derive v0.8.13 |
1305 | 2023-11-14T21:14:01.769Z | Downloaded memoffset v0.7.1 |
1306 | 2023-11-14T21:14:01.773Z | Downloaded hubpack v0.1.2 |
1307 | 2023-11-14T21:14:01.776Z | Downloaded camino v1.1.6 |
1308 | 2023-11-14T21:14:01.779Z | Downloaded aes-gcm-siv v0.11.1 |
1309 | 2023-11-14T21:14:01.782Z | Downloaded num-rational v0.4.1 |
1310 | 2023-11-14T21:14:01.785Z | Downloaded crc32fast v1.3.2 |
1311 | 2023-11-14T21:14:01.789Z | Downloaded ciborium v0.2.1 |
1312 | 2023-11-14T21:14:01.792Z | Downloaded buf-list v1.0.3 |
1313 | 2023-11-14T21:14:01.795Z | Downloaded cargo_metadata v0.18.0 |
1314 | 2023-11-14T21:14:01.798Z | Downloaded hubpack_derive v0.1.1 |
1315 | 2023-11-14T21:14:01.801Z | Downloaded hostname v0.3.1 |
1316 | 2023-11-14T21:14:01.804Z | Downloaded byteorder v1.5.0 |
1317 | 2023-11-14T21:14:01.809Z | Downloaded libloading v0.7.4 |
1318 | 2023-11-14T21:14:01.812Z | Downloaded bzip2 v0.4.4 |
1319 | 2023-11-14T21:14:01.815Z | Downloaded serde-big-array v0.5.1 |
1320 | 2023-11-14T21:14:01.818Z | Downloaded keccak v0.1.4 |
1321 | 2023-11-14T21:14:01.821Z | Downloaded mime v0.3.17 |
1322 | 2023-11-14T21:14:01.825Z | Downloaded bitflags v1.3.2 |
1323 | 2023-11-14T21:14:01.828Z | Downloaded aead v0.5.2 |
1324 | 2023-11-14T21:14:01.831Z | Downloaded ascii-canvas v3.0.0 |
1325 | 2023-11-14T21:14:01.835Z | Downloaded nanorand v0.7.0 |
1326 | 2023-11-14T21:14:01.838Z | Downloaded array-init v0.0.4 |
1327 | 2023-11-14T21:14:01.842Z | Downloaded crossbeam-deque v0.8.3 |
1328 | 2023-11-14T21:14:01.845Z | Downloaded anstyle-query v1.0.0 |
1329 | 2023-11-14T21:14:01.849Z | Downloaded instant v0.1.12 |
1330 | 2023-11-14T21:14:01.852Z | Downloaded base16ct v0.2.0 |
1331 | 2023-11-14T21:14:01.855Z | Downloaded adler v1.0.2 |
1332 | 2023-11-14T21:14:01.859Z | Downloaded crc-any v2.4.3 |
1333 | 2023-11-14T21:14:01.863Z | Downloaded ansi_term v0.12.1 |
1334 | 2023-11-14T21:14:01.869Z | Downloaded clang-sys v1.6.1 |
1335 | 2023-11-14T21:14:01.874Z | Downloaded atomicwrites v0.4.2 |
1336 | 2023-11-14T21:14:01.884Z | Downloaded maybe-uninit v2.0.0 |
1337 | 2023-11-14T21:14:01.906Z | Downloaded inout v0.1.3 |
1338 | 2023-11-14T21:14:01.917Z | Downloaded hyper-tls v0.5.0 |
1339 | 2023-11-14T21:14:01.929Z | Downloaded bitfield v0.14.0 |
1340 | 2023-11-14T21:14:01.937Z | Downloaded crossbeam v0.8.2 |
1341 | 2023-11-14T21:14:01.946Z | Downloaded bytesize v1.3.0 |
1342 | 2023-11-14T21:14:01.953Z | Downloaded http-range v0.1.5 |
1343 | 2023-11-14T21:14:01.962Z | Downloaded atty v0.2.14 |
1344 | 2023-11-14T21:14:01.970Z | Downloaded async-stream-impl v0.3.5 |
1345 | 2023-11-14T21:14:01.977Z | Downloaded nodrop v0.1.14 |
1346 | 2023-11-14T21:14:01.987Z | Downloaded newtype_derive v0.1.6 |
1347 | 2023-11-14T21:14:01.994Z | Downloaded lalrpop-util v0.19.12 |
1348 | 2023-11-14T21:14:02.003Z | Downloaded camino-tempfile v1.0.2 |
1349 | 2023-11-14T21:14:02.014Z | Downloaded managed v0.8.0 |
1350 | 2023-11-14T21:14:02.020Z | Downloaded is-terminal v0.4.9 |
1351 | 2023-11-14T21:14:02.026Z | Downloaded crc v3.0.1 |
1352 | 2023-11-14T21:14:02.032Z | Downloaded backoff v0.4.0 |
1353 | 2023-11-14T21:14:02.039Z | Downloaded lock_api v0.4.10 |
1354 | 2023-11-14T21:14:02.048Z | Downloaded itoa v1.0.9 |
1355 | 2023-11-14T21:14:02.054Z | Downloaded const_format_proc_macros v0.2.31 |
1356 | 2023-11-14T21:14:02.063Z | Downloaded new_debug_unreachable v1.0.4 |
1357 | 2023-11-14T21:14:02.114Z | Downloaded block-padding v0.3.3 |
1358 | 2023-11-14T21:14:02.127Z | Downloaded cargo_toml v0.17.0 |
1359 | 2023-11-14T21:14:02.138Z | Downloaded heck v0.3.3 |
1360 | 2023-11-14T21:14:02.141Z | Downloaded md-5 v0.10.5 |
1361 | 2023-11-14T21:14:02.144Z | Downloaded maplit v1.0.2 |
1362 | 2023-11-14T21:14:02.148Z | Downloaded linked-hash-map v0.5.6 |
1363 | 2023-11-14T21:14:02.152Z | Downloaded libsw v3.3.0 |
1364 | 2023-11-14T21:14:02.155Z | Downloaded indoc v1.0.9 |
1365 | 2023-11-14T21:14:02.158Z | Downloaded clap_lex v0.5.1 |
1366 | 2023-11-14T21:14:02.162Z | Downloaded chacha20 v0.9.1 |
1367 | 2023-11-14T21:14:02.167Z | Downloaded bit-vec v0.6.3 |
1368 | 2023-11-14T21:14:02.173Z | Downloaded linear-map v1.2.0 |
1369 | 2023-11-14T21:14:02.177Z | Downloaded heck v0.4.1 |
1370 | 2023-11-14T21:14:02.182Z | Downloaded ipnetwork v0.20.0 |
1371 | 2023-11-14T21:14:02.186Z | Downloaded indoc v2.0.3 |
1372 | 2023-11-14T21:14:02.189Z | Downloaded autocfg v1.1.0 |
1373 | 2023-11-14T21:14:02.193Z | Downloaded ciborium-ll v0.2.1 |
1374 | 2023-11-14T21:14:02.199Z | Downloaded bb8 v0.8.1 |
1375 | 2023-11-14T21:14:02.203Z | Downloaded block-buffer v0.10.4 |
1376 | 2023-11-14T21:14:02.207Z | Downloaded async-stream v0.3.5 |
1377 | 2023-11-14T21:14:02.216Z | Downloaded is_ci v1.1.1 |
1378 | 2023-11-14T21:14:02.224Z | Downloaded anyhow v1.0.75 |
1379 | 2023-11-14T21:14:02.234Z | Compiling proc-macro2 v1.0.67 |
1380 | 2023-11-14T21:14:02.248Z | Compiling unicode-ident v1.0.12 |
1381 | 2023-11-14T21:14:02.258Z | Compiling libc v0.2.150 |
1382 | 2023-11-14T21:14:02.264Z | Compiling serde v1.0.188 |
1383 | 2023-11-14T21:14:02.273Z | Compiling autocfg v1.1.0 |
1384 | 2023-11-14T21:14:02.279Z | Compiling version_check v0.9.4 |
1385 | 2023-11-14T21:14:02.286Z | Compiling cfg-if v1.0.0 |
1386 | 2023-11-14T21:14:02.448Z | Compiling syn v1.0.109 |
1387 | 2023-11-14T21:14:02.481Z | Compiling once_cell v1.18.0 |
1388 | 2023-11-14T21:14:02.592Z | Compiling parking_lot_core v0.9.8 |
1389 | 2023-11-14T21:14:03.041Z | Compiling libm v0.2.7 |
1390 | 2023-11-14T21:14:03.170Z | Compiling ahash v0.8.3 |
1391 | 2023-11-14T21:14:03.320Z | Compiling lock_api v0.4.10 |
1392 | 2023-11-14T21:14:04.312Z | Compiling num-traits v0.2.16 |
1393 | 2023-11-14T21:14:04.359Z | Compiling futures-core v0.3.29 |
1394 | 2023-11-14T21:14:04.490Z | Compiling thiserror v1.0.49 |
1395 | 2023-11-14T21:14:04.539Z | Compiling typenum v1.16.0 |
1396 | 2023-11-14T21:14:04.698Z | Compiling generic-array v0.14.7 |
1397 | 2023-11-14T21:14:05.058Z | Compiling scopeguard v1.2.0 |
1398 | 2023-11-14T21:14:05.255Z | Compiling memchr v2.6.3 |
1399 | 2023-11-14T21:14:05.322Z | Compiling itoa v1.0.9 |
1400 | 2023-11-14T21:14:05.710Z | Compiling pkg-config v0.3.27 |
1401 | 2023-11-14T21:14:06.385Z | Compiling quote v1.0.33 |
1402 | 2023-11-14T21:14:07.000Z | Compiling syn v2.0.32 |
1403 | 2023-11-14T21:14:07.091Z | Compiling jobserver v0.1.26 |
1404 | 2023-11-14T21:14:07.386Z | Compiling getrandom v0.2.10 |
1405 | 2023-11-14T21:14:07.995Z | Compiling cc v1.0.83 |
1406 | 2023-11-14T21:14:08.030Z | Compiling slab v0.4.9 |
1407 | 2023-11-14T21:14:08.056Z | Compiling futures-task v0.3.29 |
1408 | 2023-11-14T21:14:08.174Z | Compiling futures-channel v0.3.29 |
1409 | 2023-11-14T21:14:08.483Z | Compiling log v0.4.20 |
1410 | 2023-11-14T21:14:08.827Z | Compiling futures-util v0.3.29 |
1411 | 2023-11-14T21:14:09.504Z | Compiling ryu v1.0.15 |
1412 | 2023-11-14T21:14:09.571Z | Compiling pin-project-lite v0.2.13 |
1413 | 2023-11-14T21:14:09.605Z | Compiling smallvec v1.11.0 |
1414 | 2023-11-14T21:14:09.756Z | Compiling serde_json v1.0.108 |
1415 | 2023-11-14T21:14:10.046Z | Compiling heck v0.4.1 |
1416 | 2023-11-14T21:14:10.143Z | Compiling schemars v0.8.13 |
1417 | 2023-11-14T21:14:10.318Z | Compiling vcpkg v0.2.15 |
1418 | 2023-11-14T21:14:11.087Z | Compiling parking_lot v0.12.1 |
1419 | 2023-11-14T21:14:12.699Z | Compiling ring v0.17.5 |
1420 | 2023-11-14T21:14:13.074Z | Compiling signal-hook-registry v1.4.1 |
1421 | 2023-11-14T21:14:13.108Z | Compiling openssl-sys v0.9.93 |
1422 | 2023-11-14T21:14:15.134Z | Compiling allocator-api2 v0.2.16 |
1423 | 2023-11-14T21:14:16.217Z | Compiling hashbrown v0.14.2 |
1424 | 2023-11-14T21:14:16.254Z | Compiling ring v0.16.20 |
1425 | 2023-11-14T21:14:16.363Z | Compiling mio v0.8.8 |
1426 | 2023-11-14T21:14:16.602Z | Compiling rand_core v0.6.4 |
1427 | 2023-11-14T21:14:17.142Z | Compiling indexmap v1.9.3 |
1428 | 2023-11-14T21:14:17.338Z | Compiling byteorder v1.5.0 |
1429 | 2023-11-14T21:14:17.595Z | Compiling equivalent v1.0.1 |
1430 | 2023-11-14T21:14:17.876Z | Compiling httparse v1.8.0 |
1431 | 2023-11-14T21:14:18.362Z | Compiling socket2 v0.5.4 |
1432 | 2023-11-14T21:14:18.467Z | Compiling num_cpus v1.16.0 |
1433 | 2023-11-14T21:14:18.641Z | Compiling spin v0.5.2 |
1434 | 2023-11-14T21:14:19.029Z | Compiling serde_derive_internals v0.26.0 |
1435 | 2023-11-14T21:14:19.820Z | Compiling openssl v0.10.57 |
1436 | 2023-11-14T21:14:19.847Z | Compiling fnv v1.0.7 |
1437 | 2023-11-14T21:14:20.039Z | Compiling semver v1.0.20 |
1438 | 2023-11-14T21:14:21.135Z | Compiling rustls v0.21.8 |
1439 | 2023-11-14T21:14:21.364Z | Compiling iana-time-zone v0.1.57 |
1440 | 2023-11-14T21:14:21.512Z | Compiling unicode-xid v0.2.4 |
1441 | 2023-11-14T21:14:21.558Z | Compiling crossbeam-utils v0.8.16 |
1442 | 2023-11-14T21:14:21.764Z | Compiling native-tls v0.2.11 |
1443 | 2023-11-14T21:14:21.887Z | Compiling ucd-trie v0.1.6 |
1444 | 2023-11-14T21:14:22.235Z | Compiling synstructure v0.12.6 |
1445 | 2023-11-14T21:14:22.752Z | Compiling futures-sink v0.3.29 |
1446 | 2023-11-14T21:14:22.989Z | Compiling io-lifetimes v1.0.11 |
1447 | 2023-11-14T21:14:23.274Z | Compiling backtrace v0.3.69 |
1448 | 2023-11-14T21:14:23.936Z | Compiling dyn-clone v1.0.13 |
1449 | 2023-11-14T21:14:24.015Z | Compiling tinyvec_macros v0.1.1 |
1450 | 2023-11-14T21:14:24.071Z | Compiling winnow v0.5.15 |
1451 | 2023-11-14T21:14:24.151Z | Compiling tinyvec v1.6.0 |
1452 | 2023-11-14T21:14:24.941Z | Compiling tracing-core v0.1.31 |
1453 | 2023-11-14T21:14:25.046Z | Compiling num-integer v0.1.45 |
1454 | 2023-11-14T21:14:25.375Z | Compiling memoffset v0.9.0 |
1455 | 2023-11-14T21:14:25.491Z | Compiling pin-utils v0.1.0 |
1456 | 2023-11-14T21:14:25.624Z | Compiling rustix v0.37.23 |
1457 | 2023-11-14T21:14:25.676Z | Compiling futures-io v0.3.29 |
1458 | 2023-11-14T21:14:26.207Z | Compiling subtle v2.5.0 |
1459 | 2023-11-14T21:14:26.233Z | Compiling rustix v0.38.9 |
1460 | 2023-11-14T21:14:26.487Z | Compiling spin v0.9.8 |
1461 | 2023-11-14T21:14:26.682Z | Compiling hashbrown v0.13.2 |
1462 | 2023-11-14T21:14:26.858Z | Compiling unicode-normalization v0.1.22 |
1463 | 2023-11-14T21:14:27.186Z | Compiling usdt-impl v0.3.5 |
1464 | 2023-11-14T21:14:27.690Z | Compiling const-oid v0.9.5 |
1465 | 2023-11-14T21:14:28.583Z | Compiling time-core v0.1.1 |
1466 | 2023-11-14T21:14:28.691Z | Compiling crc32fast v1.3.2 |
1467 | 2023-11-14T21:14:28.784Z | Compiling serde_derive v1.0.188 |
1468 | 2023-11-14T21:14:28.829Z | Compiling zeroize_derive v1.4.2 |
1469 | 2023-11-14T21:14:29.272Z | Compiling thiserror-impl v1.0.49 |
1470 | 2023-11-14T21:14:29.343Z | Compiling tokio-macros v2.1.0 |
1471 | 2023-11-14T21:14:29.377Z | Compiling futures-macro v0.3.29 |
1472 | 2023-11-14T21:14:29.833Z | Compiling tracing-attributes v0.1.26 |
1473 | 2023-11-14T21:14:30.367Z | Compiling schemars_derive v0.8.13 |
1474 | 2023-11-14T21:14:31.394Z | Compiling zeroize v1.6.0 |
1475 | 2023-11-14T21:14:32.061Z | Compiling openssl-macros v0.1.1 |
1476 | 2023-11-14T21:14:32.517Z | Compiling zerocopy-derive v0.2.0 |
1477 | 2023-11-14T21:14:34.124Z | Compiling pest v2.7.2 |
1478 | 2023-11-14T21:14:34.131Z | Compiling crypto-common v0.1.6 |
1479 | 2023-11-14T21:14:34.148Z | Compiling block-buffer v0.10.4 |
1480 | 2023-11-14T21:14:34.700Z | Compiling bitflags v1.3.2 |
1481 | 2023-11-14T21:14:34.920Z | Compiling anyhow v1.0.75 |
1482 | 2023-11-14T21:14:35.216Z | Compiling unicode-bidi v0.3.13 |
1483 | 2023-11-14T21:14:35.274Z | Compiling tracing v0.1.37 |
1484 | 2023-11-14T21:14:35.429Z | Compiling slog v2.7.0 |
1485 | 2023-11-14T21:14:36.676Z | Compiling digest v0.10.7 |
1486 | 2023-11-14T21:14:37.240Z | Compiling time-macros v0.2.13 |
1487 | 2023-11-14T21:14:37.357Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1488 | 2023-11-14T21:14:37.934Z | Compiling aho-corasick v1.0.4 |
1489 | 2023-11-14T21:14:38.377Z | Compiling pest_meta v2.7.2 |
1490 | 2023-11-14T21:14:38.769Z | Compiling crossbeam-epoch v0.9.15 |
1491 | 2023-11-14T21:14:39.365Z | Compiling rustversion v1.0.14 |
1492 | 2023-11-14T21:14:39.975Z | Compiling regex-syntax v0.8.2 |
1493 | 2023-11-14T21:14:40.285Z | Compiling async-trait v0.1.74 |
1494 | 2023-11-14T21:14:40.956Z | Compiling pest_generator v2.7.2 |
1495 | 2023-11-14T21:14:42.986Z | Compiling signal-hook v0.3.17 |
1496 | 2023-11-14T21:14:43.961Z | Compiling ppv-lite86 v0.2.17 |
1497 | 2023-11-14T21:14:45.136Z | Compiling pest_derive v2.7.2 |
1498 | 2023-11-14T21:14:45.328Z | Compiling rand_chacha v0.3.1 |
1499 | 2023-11-14T21:14:45.676Z | Compiling zerocopy v0.3.0 |
1500 | 2023-11-14T21:14:46.478Z | Compiling regex-automata v0.4.3 |
1501 | 2023-11-14T21:14:46.895Z | Compiling zerocopy-derive v0.6.4 |
1502 | 2023-11-14T21:14:47.213Z | Compiling strsim v0.10.0 |
1503 | 2023-11-14T21:14:48.201Z | Compiling base64 v0.21.5 |
1504 | 2023-11-14T21:14:49.336Z | Compiling dof v0.1.5 |
1505 | 2023-11-14T21:14:49.989Z | Compiling dtrace-parser v0.1.14 |
1506 | 2023-11-14T21:14:50.422Z | Compiling rand v0.8.5 |
1507 | 2023-11-14T21:14:51.209Z | Compiling bytes v1.5.0 |
1508 | 2023-11-14T21:14:52.857Z | Compiling indexmap v2.1.0 |
1509 | 2023-11-14T21:14:53.108Z | Compiling uuid v1.5.0 |
1510 | 2023-11-14T21:14:53.216Z | Compiling chrono v0.4.31 |
1511 | 2023-11-14T21:14:53.404Z | Compiling tokio v1.33.0 |
1512 | 2023-11-14T21:14:55.763Z | Compiling bitflags v2.4.0 |
1513 | 2023-11-14T21:14:56.673Z | Compiling serde_spanned v0.6.4 |
1514 | 2023-11-14T21:14:57.034Z | Compiling toml_datetime v0.6.5 |
1515 | 2023-11-14T21:14:59.194Z | Compiling toml_edit v0.19.15 |
1516 | 2023-11-14T21:14:59.637Z | Compiling rustc_version v0.4.0 |
1517 | 2023-11-14T21:15:00.284Z | Compiling http v0.2.9 |
1518 | 2023-11-14T21:15:00.646Z | Compiling heapless v0.7.16 |
1519 | 2023-11-14T21:15:04.148Z | Compiling regex v1.10.2 |
1520 | 2023-11-14T21:15:08.567Z | Compiling tokio-util v0.7.10 |
1521 | 2023-11-14T21:15:10.474Z | Compiling errno v0.3.2 |
1522 | 2023-11-14T21:15:10.804Z | Compiling thread-id v4.2.0 |
1523 | 2023-11-14T21:15:10.960Z | Compiling num-bigint v0.4.4 |
1524 | 2023-11-14T21:15:11.062Z | Compiling percent-encoding v2.3.0 |
1525 | 2023-11-14T21:15:11.634Z | Compiling radium v0.7.0 |
1526 | 2023-11-14T21:15:11.731Z | Compiling hashbrown v0.12.3 |
1527 | 2023-11-14T21:15:12.287Z | Compiling openssl-probe v0.1.5 |
1528 | 2023-11-14T21:15:12.721Z | Compiling untrusted v0.9.0 |
1529 | 2023-11-14T21:15:12.984Z | Compiling untrusted v0.7.1 |
1530 | 2023-11-14T21:15:13.010Z | Compiling smoltcp v0.9.1 |
1531 | 2023-11-14T21:15:13.294Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1532 | 2023-11-14T21:15:13.594Z | Compiling foreign-types-shared v0.1.1 |
1533 | 2023-11-14T21:15:14.101Z | Compiling foreign-types v0.3.2 |
1534 | 2023-11-14T21:15:18.240Z | Compiling strum_macros v0.25.2 |
1535 | 2023-11-14T21:15:19.010Z | Compiling serde_tokenstream v0.1.7 |
1536 | 2023-11-14T21:15:20.480Z | Compiling lazy_static v1.4.0 |
1537 | 2023-11-14T21:15:20.779Z | Compiling socket2 v0.4.9 |
1538 | 2023-11-14T21:15:21.802Z | Compiling siphasher v0.3.11 |
1539 | 2023-11-14T21:15:22.196Z | Compiling unicode-width v0.1.11 |
1540 | 2023-11-14T21:15:22.357Z | Compiling try-lock v0.2.4 |
1541 | 2023-11-14T21:15:22.486Z | Compiling adler v1.0.2 |
1542 | 2023-11-14T21:15:22.635Z | Compiling unicode-segmentation v1.10.1 |
1543 | 2023-11-14T21:15:22.972Z | Compiling miniz_oxide v0.7.1 |
1544 | 2023-11-14T21:15:23.424Z | Compiling want v0.3.1 |
1545 | 2023-11-14T21:15:25.509Z | Compiling sct v0.7.0 |
1546 | 2023-11-14T21:15:25.687Z | Compiling h2 v0.3.21 |
1547 | 2023-11-14T21:15:25.944Z | Compiling form_urlencoded v1.2.0 |
1548 | 2023-11-14T21:15:26.257Z | Compiling http-body v0.4.5 |
1549 | 2023-11-14T21:15:26.438Z | Compiling hubpack_derive v0.1.1 |
1550 | 2023-11-14T21:15:27.725Z | Compiling num-iter v0.1.43 |
1551 | 2023-11-14T21:15:28.442Z | Compiling tower-service v0.3.2 |
1552 | 2023-11-14T21:15:28.635Z | Compiling utf8parse v0.2.1 |
1553 | 2023-11-14T21:15:28.876Z | Compiling anstyle v1.0.2 |
1554 | 2023-11-14T21:15:29.167Z | Compiling cpufeatures v0.2.9 |
1555 | 2023-11-14T21:15:29.440Z | Compiling httpdate v1.0.3 |
1556 | 2023-11-14T21:15:30.024Z | Compiling sha2 v0.10.8 |
1557 | 2023-11-14T21:15:30.106Z | Compiling anstyle-parse v0.2.1 |
1558 | 2023-11-14T21:15:33.565Z | Compiling usdt-macro v0.3.5 |
1559 | 2023-11-14T21:15:33.830Z | Compiling usdt-attr-macro v0.3.5 |
1560 | 2023-11-14T21:15:36.053Z | Compiling openapiv3 v1.0.3 |
1561 | 2023-11-14T21:15:36.180Z | Compiling rustls-pemfile v1.0.3 |
1562 | 2023-11-14T21:15:36.725Z | Compiling md-5 v0.10.5 |
1563 | 2023-11-14T21:15:37.083Z | Compiling hmac v0.12.1 |
1564 | 2023-11-14T21:15:37.300Z | Compiling hyper v0.14.27 |
1565 | 2023-11-14T21:15:37.413Z | Compiling idna v0.4.0 |
1566 | 2023-11-14T21:15:37.628Z | Compiling stringprep v0.1.3 |
1567 | 2023-11-14T21:15:39.085Z | Compiling diesel_table_macro_syntax v0.1.0 |
1568 | 2023-11-14T21:15:39.624Z | Compiling hash32 v0.2.1 |
1569 | 2023-11-14T21:15:39.768Z | Compiling colorchoice v1.0.0 |
1570 | 2023-11-14T21:15:40.031Z | Compiling stable_deref_trait v1.2.0 |
1571 | 2023-11-14T21:15:40.179Z | Compiling either v1.9.0 |
1572 | 2023-11-14T21:15:40.367Z | Compiling gimli v0.28.0 |
1573 | 2023-11-14T21:15:40.669Z | Compiling anstyle-query v1.0.0 |
1574 | 2023-11-14T21:15:40.864Z | Compiling fallible-iterator v0.2.0 |
1575 | 2023-11-14T21:15:42.676Z | Compiling postgres-protocol v0.6.6 |
1576 | 2023-11-14T21:15:43.074Z | Compiling anstream v0.5.0 |
1577 | 2023-11-14T21:15:43.656Z | Compiling diesel_derives v2.1.1 |
1578 | 2023-11-14T21:15:44.537Z | Compiling url v2.4.1 |
1579 | 2023-11-14T21:15:47.412Z | Compiling addr2line v0.21.0 |
1580 | 2023-11-14T21:15:48.264Z | Compiling rustls-native-certs v0.6.3 |
1581 | 2023-11-14T21:15:48.386Z | Compiling tokio-native-tls v0.3.1 |
1582 | 2023-11-14T21:15:48.790Z | Compiling terminal_size v0.2.6 |
1583 | 2023-11-14T21:15:49.079Z | Compiling phf_shared v0.11.2 |
1584 | 2023-11-14T21:15:52.407Z | Compiling serde_tokenstream v0.2.0 |
1585 | 2023-11-14T21:15:52.443Z | Compiling block-padding v0.3.3 |
1586 | 2023-11-14T21:15:52.797Z | Compiling enum-as-inner v0.5.1 |
1587 | 2023-11-14T21:15:53.072Z | Compiling clap_derive v4.4.2 |
1588 | 2023-11-14T21:15:53.195Z | Compiling serde_repr v0.1.16 |
1589 | 2023-11-14T21:15:54.625Z | Compiling scheduled-thread-pool v0.2.7 |
1590 | 2023-11-14T21:15:54.670Z | Compiling object v0.32.1 |
1591 | 2023-11-14T21:15:55.506Z | Compiling matches v0.1.10 |
1592 | 2023-11-14T21:15:55.640Z | Compiling tap v1.0.1 |
1593 | 2023-11-14T21:15:56.371Z | Compiling managed v0.8.0 |
1594 | 2023-11-14T21:15:56.791Z | Compiling deranged v0.3.8 |
1595 | 2023-11-14T21:15:59.896Z | Compiling num_threads v0.1.6 |
1596 | 2023-11-14T21:16:00.235Z | Compiling bit-vec v0.6.3 |
1597 | 2023-11-14T21:16:00.900Z | Compiling rustc-demangle v0.1.23 |
1598 | 2023-11-14T21:16:01.035Z | Compiling ipnet v2.8.0 |
1599 | 2023-11-14T21:16:02.360Z | Compiling clap_lex v0.5.1 |
1600 | 2023-11-14T21:16:03.828Z | Compiling regex-automata v0.1.10 |
1601 | 2023-11-14T21:16:04.650Z | Compiling bstr v0.2.17 |
1602 | 2023-11-14T21:16:07.567Z | Compiling clap_builder v4.4.2 |
1603 | 2023-11-14T21:16:09.695Z | Compiling time v0.3.27 |
1604 | 2023-11-14T21:16:11.287Z | Compiling wyz v0.5.1 |
1605 | 2023-11-14T21:16:11.905Z | Compiling idna v0.2.3 |
1606 | 2023-11-14T21:16:11.939Z | Compiling r2d2 v0.8.10 |
1607 | 2023-11-14T21:16:14.296Z | Compiling inout v0.1.3 |
1608 | 2023-11-14T21:16:15.324Z | Compiling phf v0.11.2 |
1609 | 2023-11-14T21:16:15.451Z | Compiling hyper-tls v0.5.0 |
1610 | 2023-11-14T21:16:15.786Z | Compiling signal-hook-mio v0.2.3 |
1611 | 2023-11-14T21:16:15.959Z | Compiling flate2 v1.0.28 |
1612 | 2023-11-14T21:16:16.012Z | Compiling postgres-types v0.2.6 |
1613 | 2023-11-14T21:16:17.515Z | Compiling itertools v0.11.0 |
1614 | 2023-11-14T21:16:18.050Z | Compiling hubpack v0.1.2 |
1615 | 2023-11-14T21:16:18.367Z | Compiling serde_urlencoded v0.7.1 |
1616 | 2023-11-14T21:16:18.735Z | Compiling phf_shared v0.10.0 |
1617 | 2023-11-14T21:16:19.210Z | Compiling ipnetwork v0.20.0 |
1618 | 2023-11-14T21:16:20.065Z | Compiling zerocopy v0.6.4 |
1619 | 2023-11-14T21:16:20.498Z | Compiling futures-executor v0.3.29 |
1620 | 2023-11-14T21:16:21.019Z | Compiling regress v0.7.1 |
1621 | 2023-11-14T21:16:21.276Z | Compiling float-cmp v0.9.0 |
1622 | 2023-11-14T21:16:21.341Z | Compiling encoding_rs v0.8.33 |
1623 | 2023-11-14T21:16:22.235Z | Compiling whoami v1.4.1 |
1624 | 2023-11-14T21:16:26.153Z | Compiling regex-automata v0.3.8 |
1625 | 2023-11-14T21:16:26.507Z | Compiling funty v2.0.0 |
1626 | 2023-11-14T21:16:26.924Z | Compiling normalize-line-endings v0.3.0 |
1627 | 2023-11-14T21:16:27.108Z | Compiling difflib v0.4.0 |
1628 | 2023-11-14T21:16:27.579Z | Compiling precomputed-hash v0.1.1 |
1629 | 2023-11-14T21:16:27.748Z | Compiling new_debug_unreachable v1.0.4 |
1630 | 2023-11-14T21:16:27.885Z | Compiling fixedbitset v0.4.2 |
1631 | 2023-11-14T21:16:28.567Z | Compiling webpki-roots v0.25.2 |
1632 | 2023-11-14T21:16:28.818Z | Compiling mime v0.3.17 |
1633 | 2023-11-14T21:16:29.048Z | Compiling data-encoding v2.4.0 |
1634 | 2023-11-14T21:16:29.171Z | Compiling predicates-core v1.0.6 |
1635 | 2023-11-14T21:16:29.582Z | Compiling static_assertions v1.1.0 |
1636 | 2023-11-14T21:16:29.995Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1637 | 2023-11-14T21:16:30.551Z | Compiling trust-dns-proto v0.22.0 |
1638 | 2023-11-14T21:16:30.713Z | Compiling predicates v3.0.4 |
1639 | 2023-11-14T21:16:31.990Z | Compiling bstr v1.6.0 |
1640 | 2023-11-14T21:16:33.182Z | Compiling bitvec v1.0.1 |
1641 | 2023-11-14T21:16:34.500Z | Compiling petgraph v0.6.4 |
1642 | 2023-11-14T21:16:37.070Z | Compiling string_cache v0.8.7 |
1643 | 2023-11-14T21:16:40.717Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1644 | 2023-11-14T21:16:41.221Z | Compiling tokio-postgres v0.7.10 |
1645 | 2023-11-14T21:16:48.234Z | Compiling futures v0.3.29 |
1646 | 2023-11-14T21:16:49.623Z | Compiling diesel v2.1.3 |
1647 | 2023-11-14T21:16:50.019Z | Compiling yasna v0.5.2 |
1648 | 2023-11-14T21:16:50.978Z | Compiling crossterm v0.27.0 |
1649 | 2023-11-14T21:16:52.551Z | Compiling cipher v0.4.4 |
1650 | 2023-11-14T21:16:52.783Z | Compiling clap v4.4.3 |
1651 | 2023-11-14T21:16:53.047Z | Compiling similar v2.2.1 |
1652 | 2023-11-14T21:16:53.248Z | Compiling bit-set v0.5.3 |
1653 | 2023-11-14T21:16:53.667Z | Compiling itertools v0.10.5 |
1654 | 2023-11-14T21:16:54.538Z | Compiling usdt v0.3.5 |
1655 | 2023-11-14T21:16:55.948Z | Compiling console v0.15.7 |
1656 | 2023-11-14T21:16:56.878Z | Compiling tokio-stream v0.1.14 |
1657 | 2023-11-14T21:16:58.078Z | Compiling toml v0.7.8 |
1658 | 2023-11-14T21:16:58.472Z | Compiling toml_edit v0.21.0 |
1659 | 2023-11-14T21:16:58.479Z | Compiling hex v0.4.3 |
1660 | 2023-11-14T21:16:58.486Z | Compiling signature v2.1.0 |
1661 | 2023-11-14T21:16:59.396Z | Compiling regex-syntax v0.6.29 |
1662 | 2023-11-14T21:17:01.558Z | Compiling lalrpop-util v0.19.12 |
1663 | 2023-11-14T21:17:03.899Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1664 | 2023-11-14T21:17:10.938Z | Compiling ident_case v1.0.1 |
1665 | 2023-11-14T21:17:11.193Z | Compiling darling_core v0.20.3 |
1666 | 2023-11-14T21:17:26.758Z | Compiling atty v0.2.14 |
1667 | 2023-11-14T21:17:27.205Z | Compiling proc-macro-error-attr v1.0.4 |
1668 | 2023-11-14T21:17:42.870Z | Compiling darling_macro v0.20.3 |
1669 | 2023-11-14T21:17:52.897Z | Compiling proc-macro-crate v1.3.1 |
1670 | 2023-11-14T21:17:54.296Z | Compiling dirs-sys-next v0.1.2 |
1671 | 2023-11-14T21:17:55.579Z | Compiling proc-macro-error v1.0.4 |
1672 | 2023-11-14T21:18:04.336Z | Compiling dirs-next v2.0.0 |
1673 | 2023-11-14T21:18:05.386Z | Compiling num_enum_derive v0.5.11 |
1674 | 2023-11-14T21:18:10.852Z | Compiling darling v0.20.3 |
1675 | 2023-11-14T21:18:12.983Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1676 | 2023-11-14T21:18:25.468Z | Compiling getopts v0.2.21 |
1677 | 2023-11-14T21:18:26.357Z | Compiling structmeta-derive v0.2.0 |
1678 | 2023-11-14T21:18:27.118Z | Compiling thread_local v1.1.7 |
1679 | 2023-11-14T21:18:27.286Z | Compiling multer v2.1.0 |
1680 | 2023-11-14T21:18:27.884Z | Compiling paste v1.0.14 |
1681 | 2023-11-14T21:18:28.098Z | Compiling slog-async v2.8.0 |
1682 | 2023-11-14T21:18:28.450Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1683 | 2023-11-14T21:18:28.792Z | Compiling camino v1.1.6 |
1684 | 2023-11-14T21:18:29.591Z | Compiling match_cfg v0.1.0 |
1685 | 2023-11-14T21:18:30.992Z | Compiling unsafe-libyaml v0.2.9 |
1686 | 2023-11-14T21:18:34.106Z | Compiling serde_yaml v0.9.25 |
1687 | 2023-11-14T21:18:44.851Z | Compiling structmeta v0.2.0 |
1688 | 2023-11-14T21:18:45.887Z | Compiling hostname v0.3.1 |
1689 | 2023-11-14T21:18:46.835Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1690 | 2023-11-14T21:18:57.669Z | Compiling serde_with_macros v2.3.3 |
1691 | 2023-11-14T21:19:00.507Z | Compiling num_enum v0.5.11 |
1692 | 2023-11-14T21:19:01.514Z | Compiling term v0.7.0 |
1693 | 2023-11-14T21:19:01.780Z | Compiling slog-json v2.6.1 |
1694 | 2023-11-14T21:19:02.094Z | Compiling crossbeam-channel v0.5.8 |
1695 | 2023-11-14T21:19:04.974Z | Compiling strum v0.25.0 |
1696 | 2023-11-14T21:19:06.653Z | Compiling async-stream-impl v0.3.5 |
1697 | 2023-11-14T21:19:07.386Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1698 | 2023-11-14T21:19:07.854Z | Compiling postcard-cobs v0.1.5-pre |
1699 | 2023-11-14T21:19:08.505Z | Compiling take_mut v0.2.2 |
1700 | 2023-11-14T21:19:08.578Z | Compiling atomic-waker v1.1.1 |
1701 | 2023-11-14T21:19:08.713Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1702 | 2023-11-14T21:19:08.755Z | Compiling regex-syntax v0.7.5 |
1703 | 2023-11-14T21:19:08.885Z | Compiling waitgroup v0.1.2 |
1704 | 2023-11-14T21:19:09.192Z | Compiling async-stream v0.3.5 |
1705 | 2023-11-14T21:19:09.661Z | Compiling postcard v0.7.3 |
1706 | 2023-11-14T21:19:10.627Z | Compiling slog-term v2.9.0 |
1707 | 2023-11-14T21:19:13.682Z | Compiling slog-bunyan v2.4.0 |
1708 | 2023-11-14T21:19:14.084Z | Compiling serde_with v2.3.3 |
1709 | 2023-11-14T21:19:14.452Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1710 | 2023-11-14T21:19:19.331Z | Compiling parse-display-derive v0.8.2 |
1711 | 2023-11-14T21:19:20.732Z | Compiling sha1 v0.10.5 |
1712 | 2023-11-14T21:19:21.947Z | Compiling smoltcp v0.8.2 |
1713 | 2023-11-14T21:19:22.282Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1714 | 2023-11-14T21:19:23.094Z | Compiling serde_path_to_error v0.1.14 |
1715 | 2023-11-14T21:19:24.750Z | Compiling foreign-types-macros v0.2.3 |
1716 | 2023-11-14T21:19:25.616Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1717 | 2023-11-14T21:19:25.621Z | Compiling instant v0.1.12 |
1718 | 2023-11-14T21:19:25.861Z | Compiling foreign-types-shared v0.3.1 |
1719 | 2023-11-14T21:19:25.895Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1720 | 2023-11-14T21:19:26.042Z | Compiling cfg-if v0.1.10 |
1721 | 2023-11-14T21:19:26.111Z | Compiling debug-ignore v1.0.5 |
1722 | 2023-11-14T21:19:26.192Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1723 | 2023-11-14T21:19:26.330Z | Compiling backoff v0.4.0 |
1724 | 2023-11-14T21:19:26.358Z | Compiling parse-display v0.8.2 |
1725 | 2023-11-14T21:19:26.685Z | Compiling foreign-types v0.5.0 |
1726 | 2023-11-14T21:19:26.861Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1727 | 2023-11-14T21:19:26.904Z | Compiling toml v0.8.8 |
1728 | 2023-11-14T21:19:27.007Z | Compiling is-terminal v0.4.9 |
1729 | 2023-11-14T21:19:27.106Z | Compiling macaddr v1.0.1 |
1730 | 2023-11-14T21:19:27.136Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1731 | 2023-11-14T21:19:27.206Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1732 | 2023-11-14T21:19:28.288Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1733 | 2023-11-14T21:19:28.347Z | Compiling cstr-argument v0.1.2 |
1734 | 2023-11-14T21:19:28.517Z | Compiling crucible-workspace-hack v0.1.0 |
1735 | 2023-11-14T21:19:28.736Z | Compiling base64ct v1.6.0 |
1736 | 2023-11-14T21:19:28.965Z | Compiling pretty-hex v0.2.1 |
1737 | 2023-11-14T21:19:29.329Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1738 | 2023-11-14T21:19:29.911Z | Compiling password-hash v0.5.0 |
1739 | 2023-11-14T21:19:30.112Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1740 | 2023-11-14T21:19:31.168Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1741 | 2023-11-14T21:19:32.835Z | Compiling colored v2.0.4 |
1742 | 2023-11-14T21:19:34.124Z | Compiling textwrap v0.11.0 |
1743 | 2023-11-14T21:19:34.825Z | Compiling heck v0.3.3 |
1744 | 2023-11-14T21:19:35.101Z | Compiling blake2 v0.10.6 |
1745 | 2023-11-14T21:19:35.401Z | Compiling rayon-core v1.12.0 |
1746 | 2023-11-14T21:19:35.856Z | Compiling ansi_term v0.12.1 |
1747 | 2023-11-14T21:19:35.944Z | Compiling strsim v0.8.0 |
1748 | 2023-11-14T21:19:36.156Z | Compiling vec_map v0.8.2 |
1749 | 2023-11-14T21:19:36.659Z | Compiling libefi-sys v0.1.0 |
1750 | 2023-11-14T21:19:37.156Z | Compiling clap v2.34.0 |
1751 | 2023-11-14T21:19:37.343Z | Compiling argon2 v0.5.2 |
1752 | 2023-11-14T21:19:37.383Z | Compiling structopt-derive v0.4.18 |
1753 | 2023-11-14T21:19:42.060Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1754 | 2023-11-14T21:19:42.091Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1755 | 2023-11-14T21:19:42.095Z | Compiling zone_cfg_derive v0.3.0 |
1756 | 2023-11-14T21:19:42.853Z | Compiling crossbeam-deque v0.8.3 |
1757 | 2023-11-14T21:19:42.904Z | Compiling num-derive v0.4.0 |
1758 | 2023-11-14T21:19:43.498Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1759 | 2023-11-14T21:19:44.094Z | Compiling portable-atomic v1.4.3 |
1760 | 2023-11-14T21:19:44.264Z | Compiling keccak v0.1.4 |
1761 | 2023-11-14T21:19:45.616Z | Compiling sha3 v0.10.8 |
1762 | 2023-11-14T21:19:45.991Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1763 | 2023-11-14T21:19:46.559Z | Compiling zone v0.3.0 |
1764 | 2023-11-14T21:19:46.672Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1765 | 2023-11-14T21:19:47.262Z | Compiling structopt v0.3.26 |
1766 | 2023-11-14T21:19:49.574Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1767 | 2023-11-14T21:19:50.639Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1768 | 2023-11-14T21:19:51.948Z | Compiling hkdf v0.12.3 |
1769 | 2023-11-14T21:19:52.359Z | Compiling smf v0.2.2 |
1770 | 2023-11-14T21:19:52.529Z | Compiling secrecy v0.8.0 |
1771 | 2023-11-14T21:19:52.576Z | Compiling xattr v1.0.1 |
1772 | 2023-11-14T21:19:52.934Z | Compiling filetime v0.2.22 |
1773 | 2023-11-14T21:19:53.056Z | Compiling same-file v1.0.6 |
1774 | 2023-11-14T21:19:53.445Z | Compiling fastrand v2.0.0 |
1775 | 2023-11-14T21:19:53.540Z | Compiling walkdir v2.4.0 |
1776 | 2023-11-14T21:19:53.578Z | Compiling tar v0.4.40 |
1777 | 2023-11-14T21:19:54.548Z | Compiling tempfile v3.8.0 |
1778 | 2023-11-14T21:19:56.455Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1779 | 2023-11-14T21:19:56.668Z | Compiling rayon v1.8.0 |
1780 | 2023-11-14T21:19:57.138Z | Compiling number_prefix v0.4.0 |
1781 | 2023-11-14T21:19:57.534Z | Compiling swrite v0.1.0 |
1782 | 2023-11-14T21:19:57.731Z | Compiling topological-sort v0.2.2 |
1783 | 2023-11-14T21:20:02.118Z | Compiling bzip2 v0.4.4 |
1784 | 2023-11-14T21:20:02.697Z | Compiling zip v0.6.6 |
1785 | 2023-11-14T21:20:04.846Z | Compiling indicatif v0.17.7 |
1786 | 2023-11-14T21:20:14.099Z | Compiling rustls-webpki v0.101.7 |
1787 | 2023-11-14T21:20:20.327Z | Compiling tokio-rustls v0.24.1 |
1788 | 2023-11-14T21:20:20.763Z | Compiling hyper-rustls v0.24.2 |
1789 | 2023-11-14T21:20:21.240Z | Compiling reqwest v0.11.20 |
1790 | 2023-11-14T21:20:24.622Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1791 | 2023-11-14T21:20:24.625Z | Compiling omicron-zone-package v0.8.3 |
1792 | 2023-11-14T21:20:25.413Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1793 | 2023-11-14T21:20:38.698Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1794 | 2023-11-14T21:20:39.317Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1795 | 2023-11-14T21:20:39.362Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1796 | 2023-11-14T21:20:40.487Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1797 | 2023-11-14T21:20:54.562Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1798 | 2023-11-14T21:20:54.565Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1799 | 2023-11-14T21:20:54.568Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1800 | 2023-11-14T21:21:08.681Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1801 | 2023-11-14T21:21:10.150Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1802 | 2023-11-14T21:21:47.169Z | Finished release [optimized] target(s) in 8m 18s |
1803 | 2023-11-14T21:21:47.440Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1804 | 2023-11-14T21:21:47.538Z | Created new build target 'test' and set it as active |
1805 | 2023-11-14T21:21:47.541Z | |
1806 | 2023-11-14T21:21:47.544Z | real 8:19.100015953 |
1807 | 2023-11-14T21:21:47.546Z | user 52:32.939347861 |
1808 | 2023-11-14T21:21:47.551Z | sys 4:57.510017620 |
1809 | 2023-11-14T21:21:47.554Z | trap 2.262997501 |
1810 | 2023-11-14T21:21:47.557Z | tflt 4.268996177 |
1811 | 2023-11-14T21:21:47.560Z | dflt 5.109371971 |
1812 | 2023-11-14T21:21:47.562Z | kflt 0.048303908 |
1813 | 2023-11-14T21:21:47.565Z | lock 1:54:51.637707379 |
1814 | 2023-11-14T21:21:47.568Z | slp 3:22:15.772006801 |
1815 | 2023-11-14T21:21:47.571Z | lat 2:20.897591658 |
1816 | 2023-11-14T21:21:47.574Z | stop 5:02.407605713 |
1817 | 2023-11-14T21:21:47.578Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1818 | 2023-11-14T21:21:48.764Z | Finished release [optimized] target(s) in 1.13s |
1819 | 2023-11-14T21:21:48.796Z | Running `target/release/omicron-package -t test package` |
1820 | 2023-11-14T21:21:48.837Z | Nov 14 21:21:48.866 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1821 | 2023-11-14T21:21:50.121Z | Compiling serde_json v1.0.108 |
1822 | 2023-11-14T21:21:50.175Z | Compiling linked-hash-map v0.5.6 |
1823 | 2023-11-14T21:21:50.178Z | Compiling slog-dtrace v0.2.3 |
1824 | 2023-11-14T21:21:50.196Z | Compiling quick-error v1.2.3 |
1825 | 2023-11-14T21:21:50.200Z | Compiling same-file v1.0.6 |
1826 | 2023-11-14T21:21:50.203Z | Compiling semver-parser v0.10.2 |
1827 | 2023-11-14T21:21:50.206Z | Compiling fastrand v2.0.0 |
1828 | 2023-11-14T21:21:50.210Z | Compiling termcolor v1.2.0 |
1829 | 2023-11-14T21:21:50.396Z | Compiling resolv-conf v0.7.0 |
1830 | 2023-11-14T21:21:50.519Z | Compiling walkdir v2.4.0 |
1831 | 2023-11-14T21:21:50.704Z | Compiling tempfile v3.8.0 |
1832 | 2023-11-14T21:21:50.769Z | Compiling lru-cache v0.1.2 |
1833 | 2023-11-14T21:21:50.947Z | Compiling xattr v1.0.1 |
1834 | 2023-11-14T21:21:51.071Z | Compiling trust-dns-resolver v0.22.0 |
1835 | 2023-11-14T21:21:51.304Z | Compiling filetime v0.2.22 |
1836 | 2023-11-14T21:21:51.548Z | Compiling semver v0.11.0 |
1837 | 2023-11-14T21:21:51.745Z | Compiling memoffset v0.7.1 |
1838 | 2023-11-14T21:21:51.918Z | Compiling home v0.5.5 |
1839 | 2023-11-14T21:21:52.205Z | Compiling base64 v0.13.1 |
1840 | 2023-11-14T21:21:52.338Z | Compiling toolchain_find v0.2.0 |
1841 | 2023-11-14T21:21:52.434Z | Compiling tar v0.4.40 |
1842 | 2023-11-14T21:21:52.627Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1843 | 2023-11-14T21:21:53.128Z | Compiling libz-sys v1.1.12 |
1844 | 2023-11-14T21:21:53.242Z | Compiling toml v0.5.11 |
1845 | 2023-11-14T21:21:53.307Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1846 | 2023-11-14T21:21:53.553Z | Compiling schemars v0.8.13 |
1847 | 2023-11-14T21:21:53.604Z | Compiling openapiv3 v1.0.3 |
1848 | 2023-11-14T21:21:53.636Z | Compiling usdt-impl v0.3.5 |
1849 | 2023-11-14T21:21:53.981Z | Compiling reqwest v0.11.20 |
1850 | 2023-11-14T21:21:55.546Z | Compiling usdt v0.3.5 |
1851 | 2023-11-14T21:21:56.315Z | Compiling postgres-types v0.2.6 |
1852 | 2023-11-14T21:21:58.887Z | Compiling ipnetwork v0.20.0 |
1853 | 2023-11-14T21:22:02.217Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1854 | 2023-11-14T21:22:05.078Z | Compiling tokio-postgres v0.7.10 |
1855 | 2023-11-14T21:22:07.317Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1856 | 2023-11-14T21:22:07.521Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1857 | 2023-11-14T21:22:08.278Z | Compiling slog-json v2.6.1 |
1858 | 2023-11-14T21:22:09.128Z | Compiling slog-bunyan v2.4.0 |
1859 | 2023-11-14T21:22:09.341Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1860 | 2023-11-14T21:22:09.521Z | Compiling diesel v2.1.3 |
1861 | 2023-11-14T21:22:12.132Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1862 | 2023-11-14T21:22:18.512Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1863 | 2023-11-14T21:22:18.836Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1864 | 2023-11-14T21:22:25.970Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1865 | 2023-11-14T21:22:28.281Z | Compiling rustfmt-wrapper v0.2.0 |
1866 | 2023-11-14T21:22:29.343Z | Compiling omicron-zone-package v0.8.3 |
1867 | 2023-11-14T21:22:29.879Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1868 | 2023-11-14T21:22:30.303Z | Compiling toml v0.8.8 |
1869 | 2023-11-14T21:22:30.624Z | Compiling num-rational v0.4.1 |
1870 | 2023-11-14T21:22:31.129Z | Compiling cancel-safe-futures v0.1.5 |
1871 | 2023-11-14T21:22:32.031Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1872 | 2023-11-14T21:22:32.878Z | Compiling structmeta-derive v0.1.6 |
1873 | 2023-11-14T21:22:33.145Z | Compiling utf-8 v0.7.6 |
1874 | 2023-11-14T21:22:37.266Z | Compiling structmeta v0.1.6 |
1875 | 2023-11-14T21:22:39.214Z | Compiling pem-rfc7468 v0.7.0 |
1876 | 2023-11-14T21:22:39.557Z | Compiling num-complex v0.4.4 |
1877 | 2023-11-14T21:22:41.717Z | Compiling der_derive v0.7.2 |
1878 | 2023-11-14T21:22:42.177Z | Compiling flagset v0.4.3 |
1879 | 2023-11-14T21:22:42.518Z | Compiling semver v0.1.20 |
1880 | 2023-11-14T21:22:43.463Z | Compiling rustc_version v0.1.7 |
1881 | 2023-11-14T21:22:44.093Z | Compiling num v0.4.1 |
1882 | 2023-11-14T21:22:44.243Z | Compiling parse-display-derive v0.7.0 |
1883 | 2023-11-14T21:22:45.608Z | Compiling der v0.7.8 |
1884 | 2023-11-14T21:22:50.468Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1885 | 2023-11-14T21:22:51.150Z | Compiling vergen v8.2.4 |
1886 | 2023-11-14T21:22:51.610Z | Compiling fxhash v0.2.1 |
1887 | 2023-11-14T21:22:51.978Z | Compiling unicase v2.7.0 |
1888 | 2023-11-14T21:22:52.150Z | Compiling parse-display v0.7.0 |
1889 | 2023-11-14T21:22:52.421Z | Compiling spki v0.7.2 |
1890 | 2023-11-14T21:22:52.452Z | Compiling newtype_derive v0.1.6 |
1891 | 2023-11-14T21:22:52.903Z | Compiling universal-hash v0.5.1 |
1892 | 2023-11-14T21:22:53.224Z | Compiling libsqlite3-sys v0.26.0 |
1893 | 2023-11-14T21:22:53.240Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1894 | 2023-11-14T21:22:53.950Z | Compiling arc-swap v1.6.0 |
1895 | 2023-11-14T21:22:54.340Z | Compiling ciborium-io v0.2.1 |
1896 | 2023-11-14T21:22:54.518Z | Compiling half v1.8.2 |
1897 | 2023-11-14T21:22:55.277Z | Compiling opaque-debug v0.3.0 |
1898 | 2023-11-14T21:22:55.410Z | Compiling maybe-uninit v2.0.0 |
1899 | 2023-11-14T21:22:56.172Z | Compiling ciborium-ll v0.2.1 |
1900 | 2023-11-14T21:22:56.587Z | Compiling slog-scope v4.4.0 |
1901 | 2023-11-14T21:22:57.006Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1902 | 2023-11-14T21:22:57.667Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1903 | 2023-11-14T21:22:58.050Z | Compiling crc-catalog v2.2.0 |
1904 | 2023-11-14T21:22:58.260Z | Compiling num-bigint-dig v0.8.4 |
1905 | 2023-11-14T21:22:58.701Z | Compiling parking_lot_core v0.8.6 |
1906 | 2023-11-14T21:22:59.302Z | Compiling packed_struct v0.10.1 |
1907 | 2023-11-14T21:22:59.486Z | Compiling crc v3.0.1 |
1908 | 2023-11-14T21:23:00.692Z | Compiling slog-stdlog v4.1.1 |
1909 | 2023-11-14T21:23:02.208Z | Compiling ciborium v0.2.1 |
1910 | 2023-11-14T21:23:02.380Z | Compiling pkcs8 v0.10.2 |
1911 | 2023-11-14T21:23:04.153Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1912 | 2023-11-14T21:23:04.966Z | Compiling hashlink v0.8.3 |
1913 | 2023-11-14T21:23:05.078Z | Compiling aead v0.5.2 |
1914 | 2023-11-14T21:23:05.468Z | Compiling nibble_vec v0.1.0 |
1915 | 2023-11-14T21:23:05.792Z | Compiling packed_struct_codegen v0.10.1 |
1916 | 2023-11-14T21:23:05.808Z | Compiling dirs-sys-next v0.1.2 |
1917 | 2023-11-14T21:23:06.094Z | Compiling glob v0.3.1 |
1918 | 2023-11-14T21:23:06.586Z | Compiling nodrop v0.1.14 |
1919 | 2023-11-14T21:23:06.758Z | Compiling endian-type v0.1.2 |
1920 | 2023-11-14T21:23:07.109Z | Compiling doc-comment v0.3.3 |
1921 | 2023-11-14T21:23:07.464Z | Compiling humantime v2.1.0 |
1922 | 2023-11-14T21:23:07.528Z | Compiling crunchy v0.2.2 |
1923 | 2023-11-14T21:23:07.862Z | Compiling fallible-streaming-iterator v0.1.9 |
1924 | 2023-11-14T21:23:08.283Z | Compiling rusqlite v0.29.0 |
1925 | 2023-11-14T21:23:08.426Z | Compiling clang-sys v1.6.1 |
1926 | 2023-11-14T21:23:08.863Z | Compiling radix_trie v0.2.1 |
1927 | 2023-11-14T21:23:09.476Z | Compiling array-init v0.0.4 |
1928 | 2023-11-14T21:23:10.346Z | Compiling dirs-next v2.0.0 |
1929 | 2023-11-14T21:23:11.130Z | Compiling pkcs1 v0.7.5 |
1930 | 2023-11-14T21:23:11.585Z | Compiling smallvec v0.6.14 |
1931 | 2023-11-14T21:23:12.325Z | Compiling slog-envlogger v2.2.0 |
1932 | 2023-11-14T21:23:16.619Z | Compiling steno v0.4.0 |
1933 | 2023-11-14T21:23:17.873Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1934 | 2023-11-14T21:23:19.100Z | Compiling nix v0.26.2 |
1935 | 2023-11-14T21:23:19.835Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1936 | 2023-11-14T21:23:20.810Z | Compiling num_enum_derive v0.7.0 |
1937 | 2023-11-14T21:23:21.821Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1938 | 2023-11-14T21:23:21.975Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1939 | 2023-11-14T21:23:24.936Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1940 | 2023-11-14T21:23:25.931Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1941 | 2023-11-14T21:23:32.466Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1942 | 2023-11-14T21:23:36.549Z | Compiling twox-hash v1.6.3 |
1943 | 2023-11-14T21:23:37.560Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1944 | 2023-11-14T21:23:37.968Z | Compiling prettyplease v0.2.12 |
1945 | 2023-11-14T21:23:38.339Z | Compiling tiny-keccak v2.0.2 |
1946 | 2023-11-14T21:23:38.418Z | Compiling platforms v3.0.2 |
1947 | 2023-11-14T21:23:38.778Z | Compiling bitfield v0.14.0 |
1948 | 2023-11-14T21:23:38.909Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1949 | 2023-11-14T21:23:39.225Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1950 | 2023-11-14T21:23:39.228Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1951 | 2023-11-14T21:23:40.819Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1952 | 2023-11-14T21:23:41.940Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1953 | 2023-11-14T21:23:43.166Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1954 | 2023-11-14T21:23:59.315Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1955 | 2023-11-14T21:24:00.067Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1956 | 2023-11-14T21:24:12.527Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1957 | 2023-11-14T21:24:15.229Z | Compiling num_enum v0.7.0 |
1958 | 2023-11-14T21:24:15.475Z | Compiling rsa v0.9.2 |
1959 | 2023-11-14T21:24:16.802Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1960 | 2023-11-14T21:24:17.773Z | Compiling parking_lot v0.11.2 |
1961 | 2023-11-14T21:24:19.439Z | Compiling serde-hex v0.1.0 |
1962 | 2023-11-14T21:24:19.472Z | Compiling mime_guess v2.0.4 |
1963 | 2023-11-14T21:24:21.443Z | Compiling term v0.7.0 |
1964 | 2023-11-14T21:24:21.809Z | Compiling trust-dns-client v0.22.0 |
1965 | 2023-11-14T21:24:23.929Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1966 | 2023-11-14T21:24:24.442Z | Compiling polyval v0.6.1 |
1967 | 2023-11-14T21:24:24.539Z | Compiling x509-cert v0.2.4 |
1968 | 2023-11-14T21:24:25.546Z | Compiling tungstenite v0.20.1 |
1969 | 2023-11-14T21:24:28.598Z | Compiling env_logger v0.10.0 |
1970 | 2023-11-14T21:24:35.021Z | Compiling aes v0.8.3 |
1971 | 2023-11-14T21:24:35.043Z | Compiling ctr v0.9.2 |
1972 | 2023-11-14T21:24:35.577Z | Compiling darling_core v0.14.4 |
1973 | 2023-11-14T21:24:39.416Z | Compiling ron v0.8.1 |
1974 | 2023-11-14T21:24:40.331Z | Compiling snafu-derive v0.7.5 |
1975 | 2023-11-14T21:24:46.367Z | Compiling bincode v1.3.3 |
1976 | 2023-11-14T21:24:46.974Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1977 | 2023-11-14T21:24:47.432Z | Compiling crc-any v2.4.3 |
1978 | 2023-11-14T21:24:48.206Z | Compiling convert_case v0.4.0 |
1979 | 2023-11-14T21:24:48.521Z | Compiling erased-serde v0.3.30 |
1980 | 2023-11-14T21:24:49.036Z | Compiling minimal-lexical v0.2.1 |
1981 | 2023-11-14T21:24:49.305Z | Compiling snafu v0.7.5 |
1982 | 2023-11-14T21:24:49.460Z | Compiling derive_more v0.99.17 |
1983 | 2023-11-14T21:24:49.862Z | Compiling nom v7.1.3 |
1984 | 2023-11-14T21:24:50.129Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1985 | 2023-11-14T21:24:51.442Z | Compiling trust-dns-server v0.22.1 |
1986 | 2023-11-14T21:24:56.231Z | Compiling darling_macro v0.14.4 |
1987 | 2023-11-14T21:24:57.693Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1988 | 2023-11-14T21:25:00.749Z | Compiling aes-gcm-siv v0.11.1 |
1989 | 2023-11-14T21:25:01.209Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1990 | 2023-11-14T21:25:01.467Z | Compiling tokio-tungstenite v0.20.1 |
1991 | 2023-11-14T21:25:02.530Z | Compiling ascii-canvas v3.0.0 |
1992 | 2023-11-14T21:25:03.120Z | Compiling sled v0.34.7 |
1993 | 2023-11-14T21:25:07.750Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1994 | 2023-11-14T21:25:20.635Z | Compiling env_logger v0.9.3 |
1995 | 2023-11-14T21:25:22.048Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1996 | 2023-11-14T21:25:23.046Z | Compiling object v0.30.4 |
1997 | 2023-11-14T21:25:26.338Z | Compiling is-terminal v0.4.9 |
1998 | 2023-11-14T21:25:26.516Z | Compiling libsw v3.3.0 |
1999 | 2023-11-14T21:25:27.057Z | Compiling ena v0.14.2 |
2000 | 2023-11-14T21:25:27.721Z | Compiling derive-where v1.2.5 |
2001 | 2023-11-14T21:25:28.448Z | Compiling async-recursion v1.0.5 |
2002 | 2023-11-14T21:25:28.946Z | Compiling bitstruct_derive v0.1.0 |
2003 | 2023-11-14T21:25:30.042Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2004 | 2023-11-14T21:25:30.261Z | Compiling libloading v0.7.4 |
2005 | 2023-11-14T21:25:30.782Z | Compiling diff v0.1.13 |
2006 | 2023-11-14T21:25:30.955Z | Compiling owo-colors v3.5.0 |
2007 | 2023-11-14T21:25:31.657Z | Compiling linear-map v1.2.0 |
2008 | 2023-11-14T21:25:32.313Z | Compiling ascii v1.1.0 |
2009 | 2023-11-14T21:25:33.131Z | Compiling path-slash v0.1.5 |
2010 | 2023-11-14T21:25:33.479Z | Compiling bindgen v0.65.1 |
2011 | 2023-11-14T21:25:33.624Z | Compiling ringbuffer v0.15.0 |
2012 | 2023-11-14T21:25:34.137Z | Compiling pretty-hex v0.3.0 |
2013 | 2023-11-14T21:25:34.508Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2014 | 2023-11-14T21:25:34.687Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2015 | 2023-11-14T21:25:36.507Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2016 | 2023-11-14T21:25:45.085Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2017 | 2023-11-14T21:25:49.569Z | Compiling lalrpop v0.19.12 |
2018 | 2023-11-14T21:25:49.584Z | Compiling bitstruct v0.1.1 |
2019 | 2023-11-14T21:25:51.006Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2020 | 2023-11-14T21:25:51.399Z | Compiling curve25519-dalek v4.1.0 |
2021 | 2023-11-14T21:25:51.989Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2022 | 2023-11-14T21:25:54.672Z | Compiling darling v0.14.4 |
2023 | 2023-11-14T21:25:54.815Z | Compiling cexpr v0.6.0 |
2024 | 2023-11-14T21:25:58.917Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2025 | 2023-11-14T21:26:00.336Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2026 | 2023-11-14T21:26:02.201Z | Compiling which v4.4.0 |
2027 | 2023-11-14T21:26:03.044Z | Compiling ff v0.13.0 |
2028 | 2023-11-14T21:26:03.415Z | Compiling kstat-rs v0.2.3 |
2029 | 2023-11-14T21:26:05.055Z | Compiling path-dedot v3.1.0 |
2030 | 2023-11-14T21:26:05.412Z | Compiling serde_arrays v0.1.0 |
2031 | 2023-11-14T21:26:05.484Z | Compiling display-error-chain v0.2.0 |
2032 | 2023-11-14T21:26:05.661Z | Compiling rustc-hash v1.1.0 |
2033 | 2023-11-14T21:26:05.733Z | Compiling shlex v1.1.0 |
2034 | 2023-11-14T21:26:05.858Z | Compiling peeking_take_while v0.1.2 |
2035 | 2023-11-14T21:26:06.056Z | Compiling lazycell v1.3.0 |
2036 | 2023-11-14T21:26:06.090Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2037 | 2023-11-14T21:26:07.583Z | Compiling path-absolutize v3.1.0 |
2038 | 2023-11-14T21:26:07.865Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2039 | 2023-11-14T21:26:09.396Z | Compiling group v0.13.0 |
2040 | 2023-11-14T21:26:09.667Z | Compiling derive_builder_core v0.12.0 |
2041 | 2023-11-14T21:26:16.726Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2042 | 2023-11-14T21:26:19.211Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2043 | 2023-11-14T21:26:21.322Z | Compiling olpc-cjson v0.1.3 |
2044 | 2023-11-14T21:26:22.199Z | Compiling pem v1.1.1 |
2045 | 2023-11-14T21:26:22.520Z | Compiling camino-tempfile v1.0.2 |
2046 | 2023-11-14T21:26:23.803Z | Compiling globset v0.4.13 |
2047 | 2023-11-14T21:26:24.694Z | Compiling crypto-bigint v0.5.2 |
2048 | 2023-11-14T21:26:26.783Z | Compiling bcs v0.1.6 |
2049 | 2023-11-14T21:26:28.289Z | Compiling serde_plain v1.0.2 |
2050 | 2023-11-14T21:26:28.844Z | Compiling thiserror-impl-no-std v2.0.2 |
2051 | 2023-11-14T21:26:29.143Z | Compiling libxml v0.3.3 |
2052 | 2023-11-14T21:26:29.652Z | Compiling curve25519-dalek-derive v0.1.0 |
2053 | 2023-11-14T21:26:30.161Z | Compiling base16ct v0.2.0 |
2054 | 2023-11-14T21:26:30.728Z | Compiling ref-cast v1.0.20 |
2055 | 2023-11-14T21:26:31.394Z | Compiling buf-list v1.0.3 |
2056 | 2023-11-14T21:26:31.820Z | Compiling highway v1.1.0 |
2057 | 2023-11-14T21:26:33.179Z | Compiling thiserror-no-std v2.0.2 |
2058 | 2023-11-14T21:26:33.323Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2059 | 2023-11-14T21:26:34.170Z | Compiling elliptic-curve v0.13.5 |
2060 | 2023-11-14T21:26:35.226Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2061 | 2023-11-14T21:26:48.453Z | Compiling tough v0.14.0 |
2062 | 2023-11-14T21:26:49.038Z | Compiling polar-core v0.27.0 |
2063 | 2023-11-14T21:26:49.285Z | Compiling derive_builder_macro v0.12.0 |
2064 | 2023-11-14T21:26:49.517Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2065 | 2023-11-14T21:26:49.644Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2066 | 2023-11-14T21:26:49.702Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2067 | 2023-11-14T21:26:49.833Z | Compiling poly1305 v0.8.0 |
2068 | 2023-11-14T21:26:52.033Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2069 | 2023-11-14T21:26:52.164Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2070 | 2023-11-14T21:26:52.465Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2071 | 2023-11-14T21:26:52.586Z | Compiling chacha20 v0.9.1 |
2072 | 2023-11-14T21:26:53.296Z | Compiling strum_macros v0.24.3 |
2073 | 2023-11-14T21:26:58.809Z | Compiling const_format_proc_macros v0.2.31 |
2074 | 2023-11-14T21:26:59.662Z | Compiling ref-cast-impl v1.0.20 |
2075 | 2023-11-14T21:27:00.477Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2076 | 2023-11-14T21:27:00.926Z | Compiling cookie v0.16.2 |
2077 | 2023-11-14T21:27:01.424Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2078 | 2023-11-14T21:27:01.477Z | Compiling indoc v1.0.9 |
2079 | 2023-11-14T21:27:01.873Z | Compiling salty v0.2.0 |
2080 | 2023-11-14T21:27:02.083Z | Compiling signature v1.6.4 |
2081 | 2023-11-14T21:27:02.306Z | Compiling ed25519 v1.5.3 |
2082 | 2023-11-14T21:27:02.473Z | Compiling const_format v0.2.31 |
2083 | 2023-11-14T21:27:03.211Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2084 | 2023-11-14T21:27:04.104Z | Compiling chacha20poly1305 v0.10.1 |
2085 | 2023-11-14T21:27:04.368Z | Compiling derive_builder v0.12.0 |
2086 | 2023-11-14T21:27:04.634Z | Compiling vsss-rs v3.3.1 |
2087 | 2023-11-14T21:27:14.049Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2088 | 2023-11-14T21:27:14.063Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2089 | 2023-11-14T21:27:21.490Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2090 | 2023-11-14T21:27:22.009Z | Compiling tungstenite v0.18.0 |
2091 | 2023-11-14T21:27:22.849Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2092 | 2023-11-14T21:27:23.270Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2093 | 2023-11-14T21:27:25.705Z | Compiling ron v0.7.1 |
2094 | 2023-11-14T21:27:31.358Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2095 | 2023-11-14T21:27:35.211Z | Compiling headers-core v0.2.0 |
2096 | 2023-11-14T21:27:35.452Z | Compiling bb8 v0.8.1 |
2097 | 2023-11-14T21:27:36.263Z | Compiling quick-xml v0.23.1 |
2098 | 2023-11-14T21:27:36.266Z | Compiling serde-big-array v0.5.1 |
2099 | 2023-11-14T21:27:36.270Z | Compiling oso-derive v0.27.0 |
2100 | 2023-11-14T21:27:36.671Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2101 | 2023-11-14T21:27:37.789Z | Compiling impl-trait-for-tuples v0.2.2 |
2102 | 2023-11-14T21:27:37.925Z | Compiling maplit v1.0.2 |
2103 | 2023-11-14T21:27:38.089Z | Compiling http-range v0.1.5 |
2104 | 2023-11-14T21:27:38.977Z | Compiling bit_field v0.10.2 |
2105 | 2023-11-14T21:27:39.048Z | Compiling hyper-staticfile v0.9.5 |
2106 | 2023-11-14T21:27:39.092Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2107 | 2023-11-14T21:27:39.946Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2108 | 2023-11-14T21:27:40.957Z | Compiling headers v0.3.9 |
2109 | 2023-11-14T21:27:44.721Z | Compiling tokio-tungstenite v0.18.0 |
2110 | 2023-11-14T21:27:53.590Z | Compiling oso v0.27.0 |
2111 | 2023-11-14T21:27:57.882Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2112 | 2023-11-14T21:28:02.115Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2113 | 2023-11-14T21:28:02.552Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2114 | 2023-11-14T21:28:04.628Z | Compiling signal-hook-tokio v0.3.1 |
2115 | 2023-11-14T21:28:04.917Z | Compiling serde-big-array v0.4.1 |
2116 | 2023-11-14T21:28:07.088Z | Compiling cassowary v0.3.0 |
2117 | 2023-11-14T21:28:08.706Z | Compiling indoc v2.0.3 |
2118 | 2023-11-14T21:28:10.217Z | Compiling ratatui v0.23.0 |
2119 | 2023-11-14T21:28:12.570Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2120 | 2023-11-14T21:28:13.793Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2121 | 2023-11-14T21:28:14.517Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2122 | 2023-11-14T21:28:15.140Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2123 | 2023-11-14T21:28:15.735Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2124 | 2023-11-14T21:28:24.847Z | Compiling fatfs v0.3.6 |
2125 | 2023-11-14T21:28:25.150Z | Compiling bytesize v1.3.0 |
2126 | 2023-11-14T21:28:25.525Z | Compiling nanorand v0.7.0 |
2127 | 2023-11-14T21:28:26.062Z | Compiling rtoolbox v0.0.1 |
2128 | 2023-11-14T21:28:26.714Z | Compiling unicode-linebreak v0.1.5 |
2129 | 2023-11-14T21:28:26.731Z | Compiling assert_matches v1.5.0 |
2130 | 2023-11-14T21:28:26.868Z | Compiling corncobs v0.1.3 |
2131 | 2023-11-14T21:28:27.517Z | Compiling is_ci v1.1.1 |
2132 | 2023-11-14T21:28:27.619Z | Compiling fs-err v2.9.0 |
2133 | 2023-11-14T21:28:27.939Z | Compiling smawk v0.3.1 |
2134 | 2023-11-14T21:28:28.293Z | Compiling textwrap v0.16.0 |
2135 | 2023-11-14T21:28:28.940Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2136 | 2023-11-14T21:28:30.355Z | Compiling supports-color v2.1.0 |
2137 | 2023-11-14T21:28:31.453Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2138 | 2023-11-14T21:28:32.716Z | Compiling rpassword v7.2.0 |
2139 | 2023-11-14T21:28:33.382Z | Compiling flume v0.11.0 |
2140 | 2023-11-14T21:28:34.610Z | Compiling tui-tree-widget v0.13.0 |
2141 | 2023-11-14T21:28:34.660Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2142 | 2023-11-14T21:28:35.016Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2143 | 2023-11-14T21:28:38.011Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2144 | 2023-11-14T21:29:00.833Z | Compiling shell-words v1.1.0 |
2145 | 2023-11-14T21:29:01.488Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2146 | 2023-11-14T21:29:48.118Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2147 | 2023-11-14T21:29:56.514Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2148 | 2023-11-14T21:32:32.119Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2149 | 2023-11-14T21:33:41.226Z | Compiling git2 v0.17.2 |
2150 | 2023-11-14T21:34:03.745Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2151 | 2023-11-14T21:34:04.312Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2152 | 2023-11-14T21:34:05.856Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2153 | 2023-11-14T21:34:20.865Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2154 | 2023-11-14T21:34:21.905Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2155 | 2023-11-14T21:34:24.480Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2156 | 2023-11-14T21:34:49.719Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2157 | 2023-11-14T21:43:30.771Z | Finished release [optimized] target(s) in 21m 41s |
2158 | 2023-11-14T21:44:57.264Z | |
2159 | 2023-11-14T21:44:57.318Z | real 23:09.829073934 |
2160 | 2023-11-14T21:44:57.345Z | user 2:41:35.792291679 |
2161 | 2023-11-14T21:44:57.395Z | sys 7:24.207501920 |
2162 | 2023-11-14T21:44:57.427Z | trap 5.812791854 |
2163 | 2023-11-14T21:44:57.499Z | tflt 1.584596453 |
2164 | 2023-11-14T21:44:57.544Z | dflt 5.243488693 |
2165 | 2023-11-14T21:44:57.569Z | kflt 0.061919069 |
2166 | 2023-11-14T21:44:57.594Z | lock 8:57:36.086993095 |
2167 | 2023-11-14T21:44:57.656Z | slp 6:30:58.272969553 |
2168 | 2023-11-14T21:44:57.723Z | lat 3:00.919728577 |
2169 | 2023-11-14T21:44:57.817Z | stop 54.909292188 |
2170 | 2023-11-14T21:44:57.890Z | + 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/*) |
2171 | 2023-11-14T21:44:57.935Z | + pfexec mkdir -p /work |
2172 | 2023-11-14T21:44:57.956Z | + pfexec chown build /work |
2173 | 2023-11-14T21:44:57.979Z | + 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 |
2174 | 2023-11-14T21:45:11.251Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2175 | 2023-11-14T21:45:11.255Z | a out/mg-ddm-gz.tar 61499K |
2176 | 2023-11-14T21:45:11.258Z | a out/omicron-sled-agent.tar 120842K |
2177 | 2023-11-14T21:45:11.262Z | a out/target/test 1K |
2178 | 2023-11-14T21:45:11.265Z | a out/npuzone/npuzone 36505K |
2179 | 2023-11-14T21:45:11.268Z | a package-manifest.toml 22K |
2180 | 2023-11-14T21:45:11.272Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2181 | 2023-11-14T21:45:11.276Z | a target/release/omicron-package 41432K |
2182 | 2023-11-14T21:45:11.281Z | a tools/create_virtual_hardware.sh 4K |
2183 | 2023-11-14T21:45:11.286Z | a tools/virtual_hardware.sh 4K |
2184 | 2023-11-14T21:45:11.302Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2185 | 2023-11-14T21:45:11.309Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2186 | 2023-11-14T21:45:11.325Z | a tools/scrimlet/softnpu-init.sh 3K |
2187 | 2023-11-14T21:45:11.336Z | a tools/scrimlet/softnpu-zone.txt 1K |
2188 | 2023-11-14T21:45:11.344Z | a tools/scrimlet/softnpu.toml 1K |
2189 | 2023-11-14T21:45:11.348Z | |
2190 | 2023-11-14T21:45:11.352Z | real 14.015901454 |
2191 | 2023-11-14T21:45:11.356Z | user 13.273605280 |
2192 | 2023-11-14T21:45:11.360Z | sys 1.254255891 |
2193 | 2023-11-14T21:45:11.365Z | trap 0.004528522 |
2194 | 2023-11-14T21:45:11.369Z | tflt 0.000000000 |
2195 | 2023-11-14T21:45:11.373Z | dflt 0.000000000 |
2196 | 2023-11-14T21:45:11.378Z | kflt 0.000000000 |
2197 | 2023-11-14T21:45:11.391Z | lock 0.000000000 |
2198 | 2023-11-14T21:45:11.404Z | slp 12.963278208 |
2199 | 2023-11-14T21:45:11.407Z | lat 0.532427706 |
2200 | 2023-11-14T21:45:11.411Z | stop 0.000233413 |
2201 | 2023-11-14T21:45:11.416Z | ++ pwd |
2202 | 2023-11-14T21:45:11.422Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2203 | 2023-11-14T21:45:11.427Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2204 | 2023-11-14T21:45:11.439Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2205 | 2023-11-14T21:45:12.494Z | Finished release [optimized] target(s) in 1.13s |
2206 | 2023-11-14T21:45:12.527Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2207 | 2023-11-14T21:45:12.567Z | Created new build target 'host' and set it as active |
2208 | 2023-11-14T21:45:12.576Z | |
2209 | 2023-11-14T21:45:12.603Z | real 1.300260372 |
2210 | 2023-11-14T21:45:12.623Z | user 0.916825158 |
2211 | 2023-11-14T21:45:12.640Z | sys 0.384116750 |
2212 | 2023-11-14T21:45:12.657Z | trap 0.000127324 |
2213 | 2023-11-14T21:45:12.673Z | tflt 0.000002002 |
2214 | 2023-11-14T21:45:12.691Z | dflt 0.000010252 |
2215 | 2023-11-14T21:45:12.706Z | kflt 0.000000000 |
2216 | 2023-11-14T21:45:12.712Z | lock 0.035103527 |
2217 | 2023-11-14T21:45:12.725Z | slp 0.023583400 |
2218 | 2023-11-14T21:45:12.730Z | lat 0.002068080 |
2219 | 2023-11-14T21:45:12.739Z | stop 0.000320708 |
2220 | 2023-11-14T21:45:13.153Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2221 | 2023-11-14T21:45:13.753Z | Finished release [optimized] target(s) in 1.09s |
2222 | 2023-11-14T21:45:13.785Z | Running `target/release/omicron-package -t host package` |
2223 | 2023-11-14T21:45:13.835Z | Nov 14 21:45:13.837 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2224 | 2023-11-14T21:45:15.053Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2225 | 2023-11-14T21:49:00.820Z | Finished release [optimized] target(s) in 3m 46s |
2226 | 2023-11-14T21:50:27.130Z | |
2227 | 2023-11-14T21:50:27.662Z | real 4:56.128915344 |
2228 | 2023-11-14T21:50:28.143Z | user 21:24.430258462 |
2229 | 2023-11-14T21:50:28.288Z | sys 1:13.100830037 |
2230 | 2023-11-14T21:50:28.339Z | trap 0.637704788 |
2231 | 2023-11-14T21:50:28.403Z | tflt 0.037729606 |
2232 | 2023-11-14T21:50:28.460Z | dflt 2.606447483 |
2233 | 2023-11-14T21:50:28.523Z | kflt 0.000001676 |
2234 | 2023-11-14T21:50:28.585Z | lock 1:11:31.213223363 |
2235 | 2023-11-14T21:50:28.628Z | slp 18:06.679181850 |
2236 | 2023-11-14T21:50:28.674Z | lat 9.258031939 |
2237 | 2023-11-14T21:50:28.684Z | stop 0.675567199 |
2238 | 2023-11-14T21:50:28.709Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2239 | 2023-11-14T21:50:28.744Z | + for package in "$@" |
2240 | 2023-11-14T21:50:28.786Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2241 | 2023-11-14T21:50:28.824Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+gitb866993c051 |
2242 | 2023-11-14T21:50:28.873Z | Finished release [optimized] target(s) in 1.17s |
2243 | 2023-11-14T21:50:28.903Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+gitb866993c051` |
2244 | 2023-11-14T21:50:28.926Z | Nov 14 21:50:10.024 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2245 | 2023-11-14T21:50:28.947Z | Created: out/versioned/omicron-sled-agent.tar |
2246 | 2023-11-14T21:50:28.963Z | + for package in "$@" |
2247 | 2023-11-14T21:50:29.027Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2248 | 2023-11-14T21:50:29.107Z | + echo 0.0.0 |
2249 | 2023-11-14T21:50:29.142Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2250 | 2023-11-14T21:50:29.217Z | a VERSION 1K |
2251 | 2023-11-14T21:50:29.264Z | + rm VERSION |
2252 | 2023-11-14T21:50:29.457Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitb866993c051 |
2253 | 2023-11-14T21:50:29.486Z | Finished release [optimized] target(s) in 1.11s |
2254 | 2023-11-14T21:50:29.545Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitb866993c051` |
2255 | 2023-11-14T21:50:29.617Z | Nov 14 21:50:11.902 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2256 | 2023-11-14T21:50:29.679Z | Created: out/versioned/mg-ddm-gz.tar |
2257 | 2023-11-14T21:50:29.718Z | + for package in "$@" |
2258 | 2023-11-14T21:50:29.737Z | + [[ propolis-server == mg-ddm-gz ]] |
2259 | 2023-11-14T21:50:29.800Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+gitb866993c051 |
2260 | 2023-11-14T21:50:29.863Z | Finished release [optimized] target(s) in 1.11s |
2261 | 2023-11-14T21:50:29.885Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+gitb866993c051` |
2262 | 2023-11-14T21:50:29.897Z | Nov 14 21:50:13.484 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2263 | 2023-11-14T21:50:29.919Z | Created: out/versioned/propolis-server.tar.gz |
2264 | 2023-11-14T21:50:29.937Z | + for package in "$@" |
2265 | 2023-11-14T21:50:29.957Z | + [[ overlay == mg-ddm-gz ]] |
2266 | 2023-11-14T21:50:29.969Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+gitb866993c051 |
2267 | 2023-11-14T21:50:29.974Z | Finished release [optimized] target(s) in 1.09s |
2268 | 2023-11-14T21:50:29.984Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+gitb866993c051` |
2269 | 2023-11-14T21:50:30.053Z | Nov 14 21:50:16.546 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2270 | 2023-11-14T21:50:30.105Z | Created: out/versioned/overlay.tar.gz |
2271 | 2023-11-14T21:50:30.129Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2272 | 2023-11-14T21:50:30.175Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2273 | 2023-11-14T21:50:30.182Z | ++ cd -- ./tools |
2274 | 2023-11-14T21:50:30.214Z | ++ pwd |
2275 | 2023-11-14T21:50:30.252Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2276 | 2023-11-14T21:50:30.263Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2277 | 2023-11-14T21:50:30.297Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2278 | 2023-11-14T21:50:30.360Z | ++ readlink -f /work |
2279 | 2023-11-14T21:50:30.412Z | + out_dir=/work |
2280 | 2023-11-14T21:50:30.442Z | + 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") |
2281 | 2023-11-14T21:50:30.513Z | + for dep in "${deps[@]}" |
2282 | 2023-11-14T21:50:30.542Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2283 | 2023-11-14T21:50:30.557Z | + for dep in "${deps[@]}" |
2284 | 2023-11-14T21:50:30.570Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2285 | 2023-11-14T21:50:30.581Z | + for dep in "${deps[@]}" |
2286 | 2023-11-14T21:50:30.602Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2287 | 2023-11-14T21:50:30.617Z | + for dep in "${deps[@]}" |
2288 | 2023-11-14T21:50:30.632Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2289 | 2023-11-14T21:50:30.648Z | ++ mktemp -d |
2290 | 2023-11-14T21:50:30.661Z | + tmp_gz=/tmp/tmp.dWaGUi |
2291 | 2023-11-14T21:50:30.679Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2292 | 2023-11-14T21:50:30.692Z | x ., 0 bytes, 0 tape blocks |
2293 | 2023-11-14T21:50:30.708Z | + echo '{"v":"1","t":"layer"}' |
2294 | 2023-11-14T21:50:30.731Z | x zone-bundle, 38260608 bytes, 74728 tape blocks |
2295 | 2023-11-14T21:50:30.744Z | + pkg_dir=/tmp/tmp.dWaGUi/root/opt/oxide/sled-agent |
2296 | 2023-11-14T21:50:30.762Z | x sled-agent, 85457832 bytes, 166910 tape blocks |
2297 | 2023-11-14T21:50:30.777Z | + mkdir -p /tmp/tmp.dWaGUi/root/opt/oxide/sled-agent |
2298 | 2023-11-14T21:50:30.793Z | x pkg, 0 bytes, 0 tape blocks |
2299 | 2023-11-14T21:50:30.809Z | + cd /tmp/tmp.dWaGUi/root/opt/oxide/sled-agent |
2300 | 2023-11-14T21:50:30.824Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2301 | 2023-11-14T21:50:30.832Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2302 | 2023-11-14T21:50:30.854Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2303 | 2023-11-14T21:50:30.870Z | + mkdir -p /tmp/tmp.dWaGUi/root/lib/svc/manifest/site/ |
2304 | 2023-11-14T21:50:30.877Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2305 | 2023-11-14T21:50:30.888Z | + mv pkg/manifest.xml /tmp/tmp.dWaGUi/root/lib/svc/manifest/site/sled-agent.xml |
2306 | 2023-11-14T21:50:30.895Z | x VERSION, 25 bytes, 1 tape blocks |
2307 | 2023-11-14T21:50:30.901Z | + cd - |
2308 | 2023-11-14T21:50:30.911Z | /work/oxidecomputer/omicron |
2309 | 2023-11-14T21:50:30.919Z | + pkg_dir=/tmp/tmp.dWaGUi/root/opt/oxide/mg-ddm |
2310 | 2023-11-14T21:50:30.932Z | x ., 0 bytes, 0 tape blocks |
2311 | 2023-11-14T21:50:30.952Z | + mkdir -p /tmp/tmp.dWaGUi/root/opt/oxide/mg-ddm |
2312 | 2023-11-14T21:50:30.965Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2313 | 2023-11-14T21:50:30.975Z | + cd /tmp/tmp.dWaGUi/root/opt/oxide/mg-ddm |
2314 | 2023-11-14T21:50:30.983Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2315 | 2023-11-14T21:50:30.990Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2316 | 2023-11-14T21:50:30.998Z | x pkg, 0 bytes, 0 tape blocks |
2317 | 2023-11-14T21:50:31.007Z | + cd - |
2318 | 2023-11-14T21:50:31.015Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2319 | 2023-11-14T21:50:31.023Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.dWaGUi/root/opt/oxide |
2320 | 2023-11-14T21:50:31.030Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2321 | 2023-11-14T21:50:31.042Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.dWaGUi/root/opt/oxide |
2322 | 2023-11-14T21:50:31.459Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2323 | 2023-11-14T21:50:31.475Z | + cd /tmp/tmp.dWaGUi |
2324 | 2023-11-14T21:50:31.501Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2325 | 2023-11-14T21:50:31.535Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2326 | 2023-11-14T21:50:31.579Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2327 | 2023-11-14T21:50:31.619Z | + cd / |
2328 | 2023-11-14T21:50:31.650Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2329 | 2023-11-14T21:50:31.661Z | + rm -rf /tmp/tmp.dWaGUi |
2330 | 2023-11-14T21:50:31.676Z | x VERSION, 25 bytes, 1 tape blocks |
2331 | 2023-11-14T21:50:31.683Z | |
2332 | 2023-11-14T21:50:31.693Z | /work/oxidecomputer/omicron |
2333 | 2023-11-14T21:50:31.719Z | real 12.711473987 |
2334 | 2023-11-14T21:50:31.736Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2335 | 2023-11-14T21:50:31.747Z | user 11.686354183 |
2336 | 2023-11-14T21:50:31.754Z | a oxide.json 1K |
2337 | 2023-11-14T21:50:31.785Z | sys 1.092056045 |
2338 | 2023-11-14T21:50:31.807Z | a root/ 0K |
2339 | 2023-11-14T21:50:31.823Z | trap 0.003646507 |
2340 | 2023-11-14T21:50:31.852Z | a root/opt/ 0K |
2341 | 2023-11-14T21:50:31.860Z | tflt 0.000000000 |
2342 | 2023-11-14T21:50:31.889Z | a root/opt/oxide/ 0K |
2343 | 2023-11-14T21:50:31.927Z | dflt 0.000000000 |
2344 | 2023-11-14T21:50:31.955Z | a root/opt/oxide/sled-agent/ 0K |
2345 | 2023-11-14T21:50:31.979Z | kflt 0.000000000 |
2346 | 2023-11-14T21:50:32.010Z | a root/opt/oxide/sled-agent/zone-bundle 37364K |
2347 | 2023-11-14T21:50:32.028Z | lock 0.000000000 |
2348 | 2023-11-14T21:50:32.050Z | a root/opt/oxide/sled-agent/sled-agent 83455K |
2349 | 2023-11-14T21:50:32.080Z | slp 24.464921698 |
2350 | 2023-11-14T21:50:32.104Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2351 | 2023-11-14T21:50:32.116Z | lat 0.471016157 |
2352 | 2023-11-14T21:50:32.177Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2353 | 2023-11-14T21:50:32.196Z | stop 0.000318026 |
2354 | 2023-11-14T21:50:32.204Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2355 | 2023-11-14T21:50:32.214Z | + mkdir -p /work/zones |
2356 | 2023-11-14T21:50:32.226Z | a root/opt/oxide/sled-agent/VERSION 1K |
2357 | 2023-11-14T21:50:32.239Z | + 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) |
2358 | 2023-11-14T21:50:32.253Z | a root/opt/oxide/mg-ddm/ 0K |
2359 | 2023-11-14T21:50:32.264Z | + 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/ |
2360 | 2023-11-14T21:50:32.280Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2361 | 2023-11-14T21:50:32.314Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2362 | 2023-11-14T21:50:32.326Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2363 | 2023-11-14T21:50:32.332Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2364 | 2023-11-14T21:50:32.351Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2365 | 2023-11-14T21:50:32.358Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2366 | 2023-11-14T21:50:32.364Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2367 | 2023-11-14T21:50:32.378Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2368 | 2023-11-14T21:50:32.383Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2369 | 2023-11-14T21:50:32.390Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2370 | 2023-11-14T21:50:32.397Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2371 | 2023-11-14T21:50:32.400Z | a root/opt/oxide/overlay.tar.gz 2K |
2372 | 2023-11-14T21:50:32.403Z | a root/lib/ 0K |
2373 | 2023-11-14T21:50:32.406Z | a root/lib/svc/ 0K |
2374 | 2023-11-14T21:50:32.411Z | a root/lib/svc/manifest/ 0K |
2375 | 2023-11-14T21:50:32.432Z | a root/lib/svc/manifest/site/ 0K |
2376 | 2023-11-14T21:50:32.444Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2377 | 2023-11-14T21:50:32.959Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2378 | 2023-11-14T21:50:34.236Z | Finished release [optimized] target(s) in 1.19s |
2379 | 2023-11-14T21:50:34.285Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2380 | 2023-11-14T21:50:34.317Z | Created new build target 'recovery' and set it as active |
2381 | 2023-11-14T21:50:34.325Z | |
2382 | 2023-11-14T21:50:34.332Z | real 1.361245719 |
2383 | 2023-11-14T21:50:34.338Z | user 0.947688155 |
2384 | 2023-11-14T21:50:34.351Z | sys 0.400929593 |
2385 | 2023-11-14T21:50:34.358Z | trap 0.000888263 |
2386 | 2023-11-14T21:50:34.363Z | tflt 0.000049334 |
2387 | 2023-11-14T21:50:34.369Z | dflt 0.010726825 |
2388 | 2023-11-14T21:50:34.374Z | kflt 0.000000000 |
2389 | 2023-11-14T21:50:34.383Z | lock 0.038359686 |
2390 | 2023-11-14T21:50:34.390Z | slp 0.024777697 |
2391 | 2023-11-14T21:50:34.393Z | lat 0.004281306 |
2392 | 2023-11-14T21:50:34.398Z | stop 0.000219263 |
2393 | 2023-11-14T21:50:34.401Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2394 | 2023-11-14T21:50:36.014Z | Finished release [optimized] target(s) in 1.14s |
2395 | 2023-11-14T21:50:36.017Z | Running `target/release/omicron-package -t recovery package` |
2396 | 2023-11-14T21:50:36.020Z | Nov 14 21:50:35.648 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2397 | 2023-11-14T21:50:36.706Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2398 | 2023-11-14T21:50:40.688Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2399 | 2023-11-14T21:51:13.269Z | Finished release [optimized] target(s) in 37.54s |
2400 | 2023-11-14T21:51:26.776Z | |
2401 | 2023-11-14T21:51:26.780Z | real 52.451379071 |
2402 | 2023-11-14T21:51:26.783Z | user 2:32.107451824 |
2403 | 2023-11-14T21:51:26.786Z | sys 13.095365524 |
2404 | 2023-11-14T21:51:26.792Z | trap 0.082899893 |
2405 | 2023-11-14T21:51:26.797Z | tflt 0.065054771 |
2406 | 2023-11-14T21:51:26.801Z | dflt 1.209372828 |
2407 | 2023-11-14T21:51:26.805Z | kflt 0.000366710 |
2408 | 2023-11-14T21:51:26.808Z | lock 11:41.486454447 |
2409 | 2023-11-14T21:51:26.810Z | slp 2:35.596681428 |
2410 | 2023-11-14T21:51:26.813Z | lat 2.017399320 |
2411 | 2023-11-14T21:51:26.816Z | stop 0.185958423 |
2412 | 2023-11-14T21:51:26.819Z | + stamp_packages installinator mg-ddm-gz |
2413 | 2023-11-14T21:51:26.822Z | + for package in "$@" |
2414 | 2023-11-14T21:51:26.825Z | + [[ installinator == mg-ddm-gz ]] |
2415 | 2023-11-14T21:51:26.828Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+gitb866993c051 |
2416 | 2023-11-14T21:51:27.959Z | Finished release [optimized] target(s) in 1.09s |
2417 | 2023-11-14T21:51:27.991Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+gitb866993c051` |
2418 | 2023-11-14T21:51:28.036Z | Nov 14 21:51:28.045 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2419 | 2023-11-14T21:51:28.170Z | Created: out/versioned/installinator.tar |
2420 | 2023-11-14T21:51:28.176Z | + for package in "$@" |
2421 | 2023-11-14T21:51:28.181Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2422 | 2023-11-14T21:51:28.186Z | + echo 0.0.0 |
2423 | 2023-11-14T21:51:28.191Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2424 | 2023-11-14T21:51:28.197Z | a VERSION 1K |
2425 | 2023-11-14T21:51:28.204Z | + rm VERSION |
2426 | 2023-11-14T21:51:28.210Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitb866993c051 |
2427 | 2023-11-14T21:51:29.363Z | Finished release [optimized] target(s) in 1.09s |
2428 | 2023-11-14T21:51:29.396Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitb866993c051` |
2429 | 2023-11-14T21:51:29.440Z | Nov 14 21:51:29.449 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2430 | 2023-11-14T21:51:30.042Z | Created: out/versioned/mg-ddm-gz.tar |
2431 | 2023-11-14T21:51:30.045Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2432 | 2023-11-14T21:51:30.048Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2433 | 2023-11-14T21:51:30.051Z | ++ cd -- ./tools |
2434 | 2023-11-14T21:51:30.055Z | ++ pwd |
2435 | 2023-11-14T21:51:30.058Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2436 | 2023-11-14T21:51:30.062Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2437 | 2023-11-14T21:51:30.065Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2438 | 2023-11-14T21:51:30.068Z | ++ readlink -f /work |
2439 | 2023-11-14T21:51:30.071Z | + out_dir=/work |
2440 | 2023-11-14T21:51:30.074Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2441 | 2023-11-14T21:51:30.077Z | + for dep in "${deps[@]}" |
2442 | 2023-11-14T21:51:30.081Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2443 | 2023-11-14T21:51:30.086Z | + for dep in "${deps[@]}" |
2444 | 2023-11-14T21:51:30.089Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2445 | 2023-11-14T21:51:30.093Z | ++ mktemp -d |
2446 | 2023-11-14T21:51:30.098Z | + tmp_trampoline=/tmp/tmp.fMa4Yi |
2447 | 2023-11-14T21:51:30.101Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2448 | 2023-11-14T21:51:30.104Z | + echo '{"v":"1","t":"layer"}' |
2449 | 2023-11-14T21:51:30.108Z | + pkg_dir=/tmp/tmp.fMa4Yi/root/opt/oxide/installinator |
2450 | 2023-11-14T21:51:30.112Z | + mkdir -p /tmp/tmp.fMa4Yi/root/opt/oxide/installinator |
2451 | 2023-11-14T21:51:30.117Z | + cd /tmp/tmp.fMa4Yi/root/opt/oxide/installinator |
2452 | 2023-11-14T21:51:30.120Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2453 | 2023-11-14T21:51:30.152Z | x ., 0 bytes, 0 tape blocks |
2454 | 2023-11-14T21:51:30.156Z | x installinator, 52984032 bytes, 103485 tape blocks |
2455 | 2023-11-14T21:51:30.159Z | x pkg, 0 bytes, 0 tape blocks |
2456 | 2023-11-14T21:51:30.165Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2457 | 2023-11-14T21:51:30.168Z | x VERSION, 25 bytes, 1 tape blocks |
2458 | 2023-11-14T21:51:30.171Z | + mkdir -p /tmp/tmp.fMa4Yi/root/lib/svc/manifest/site/ |
2459 | 2023-11-14T21:51:30.175Z | + mv pkg/manifest.xml /tmp/tmp.fMa4Yi/root/lib/svc/manifest/site/installinator.xml |
2460 | 2023-11-14T21:51:30.178Z | + cd - |
2461 | 2023-11-14T21:51:30.181Z | /work/oxidecomputer/omicron |
2462 | 2023-11-14T21:51:30.184Z | + pkg_dir=/tmp/tmp.fMa4Yi/root/opt/oxide/mg-ddm |
2463 | 2023-11-14T21:51:30.191Z | + mkdir -p /tmp/tmp.fMa4Yi/root/opt/oxide/mg-ddm |
2464 | 2023-11-14T21:51:30.195Z | + cd /tmp/tmp.fMa4Yi/root/opt/oxide/mg-ddm |
2465 | 2023-11-14T21:51:30.200Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2466 | 2023-11-14T21:51:30.203Z | x ., 0 bytes, 0 tape blocks |
2467 | 2023-11-14T21:51:30.206Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2468 | 2023-11-14T21:51:30.209Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2469 | 2023-11-14T21:51:30.212Z | x pkg, 0 bytes, 0 tape blocks |
2470 | 2023-11-14T21:51:30.219Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2471 | 2023-11-14T21:51:30.222Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2472 | 2023-11-14T21:51:30.227Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2473 | 2023-11-14T21:51:30.231Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2474 | 2023-11-14T21:51:30.234Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2475 | 2023-11-14T21:51:30.238Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2476 | 2023-11-14T21:51:30.245Z | x VERSION, 25 bytes, 1 tape blocks |
2477 | 2023-11-14T21:51:30.249Z | + cd - |
2478 | 2023-11-14T21:51:30.252Z | /work/oxidecomputer/omicron |
2479 | 2023-11-14T21:51:30.255Z | + cd /tmp/tmp.fMa4Yi |
2480 | 2023-11-14T21:51:30.258Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2481 | 2023-11-14T21:51:35.902Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2482 | 2023-11-14T21:51:35.906Z | a oxide.json 1K |
2483 | 2023-11-14T21:51:35.909Z | a root/ 0K |
2484 | 2023-11-14T21:51:35.912Z | a root/opt/ 0K |
2485 | 2023-11-14T21:51:35.915Z | a root/opt/oxide/ 0K |
2486 | 2023-11-14T21:51:35.918Z | a root/opt/oxide/installinator/ 0K |
2487 | 2023-11-14T21:51:35.921Z | a root/opt/oxide/installinator/installinator 51743K |
2488 | 2023-11-14T21:51:35.924Z | a root/opt/oxide/installinator/pkg/ 0K |
2489 | 2023-11-14T21:51:35.927Z | a root/opt/oxide/installinator/VERSION 1K |
2490 | 2023-11-14T21:51:35.930Z | a root/opt/oxide/mg-ddm/ 0K |
2491 | 2023-11-14T21:51:35.934Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2492 | 2023-11-14T21:51:36.367Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2493 | 2023-11-14T21:51:36.387Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2494 | 2023-11-14T21:51:36.404Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2495 | 2023-11-14T21:51:36.417Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2496 | 2023-11-14T21:51:36.420Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2497 | 2023-11-14T21:51:36.424Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2498 | 2023-11-14T21:51:36.427Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2499 | 2023-11-14T21:51:36.431Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2500 | 2023-11-14T21:51:36.436Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2501 | 2023-11-14T21:51:36.442Z | a root/lib/ 0K |
2502 | 2023-11-14T21:51:36.445Z | a root/lib/svc/ 0K |
2503 | 2023-11-14T21:51:36.448Z | a root/lib/svc/manifest/ 0K |
2504 | 2023-11-14T21:51:36.455Z | a root/lib/svc/manifest/site/ 0K |
2505 | 2023-11-14T21:51:36.463Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2506 | 2023-11-14T21:51:36.470Z | + cd / |
2507 | 2023-11-14T21:51:36.473Z | + rm -rf /tmp/tmp.fMa4Yi |
2508 | 2023-11-14T21:51:36.477Z | |
2509 | 2023-11-14T21:51:36.484Z | real 6.290237971 |
2510 | 2023-11-14T21:51:36.500Z | user 5.844211697 |
2511 | 2023-11-14T21:51:36.515Z | sys 0.477369726 |
2512 | 2023-11-14T21:51:36.530Z | trap 0.001900047 |
2513 | 2023-11-14T21:51:36.534Z | tflt 0.000000000 |
2514 | 2023-11-14T21:51:36.537Z | dflt 0.000000000 |
2515 | 2023-11-14T21:51:36.541Z | kflt 0.000000000 |
2516 | 2023-11-14T21:51:36.545Z | lock 0.000000000 |
2517 | 2023-11-14T21:51:36.549Z | slp 12.124023868 |
2518 | 2023-11-14T21:51:36.552Z | lat 0.222673440 |
2519 | 2023-11-14T21:51:36.555Z | stop 0.000300622 |
2520 | 2023-11-14T21:51:36.558Z | process exited: duration 2424198 ms, exit code 0 |
|
2521 | 2023-11-14T21:51:36.575Z | found 21 output files |
2522 | 2023-11-14T21:51:36.578Z | uploading: /work/version.txt (26 bytes) |
2523 | 2023-11-14T21:51:37.586Z | uploaded: /work/version.txt |
2524 | 2023-11-14T21:51:37.607Z | uploading: /work/package.tar.gz (83699036 bytes) |
2525 | 2023-11-14T21:52:05.615Z | uploaded: /work/package.tar.gz |
2526 | 2023-11-14T21:52:05.627Z | uploading: /work/global-zone-packages.tar.gz (124981124 bytes) |
2527 | 2023-11-14T21:52:55.652Z | uploaded: /work/global-zone-packages.tar.gz |
2528 | 2023-11-14T21:52:55.655Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36806723 bytes) |
2529 | 2023-11-14T21:53:06.584Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2530 | 2023-11-14T21:53:06.600Z | uploading: /work/zones/clickhouse.tar.gz (181757948 bytes) |
2531 | 2023-11-14T21:54:33.798Z | uploaded: /work/zones/clickhouse.tar.gz |
2532 | 2023-11-14T21:54:33.842Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181756268 bytes) |
2533 | 2023-11-14T21:55:52.160Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2534 | 2023-11-14T21:55:52.204Z | uploading: /work/zones/cockroachdb.tar.gz (118831033 bytes) |
2535 | 2023-11-14T21:56:36.668Z | uploaded: /work/zones/cockroachdb.tar.gz |
2536 | 2023-11-14T21:56:36.691Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2537 | 2023-11-14T21:56:44.897Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2538 | 2023-11-14T21:56:44.909Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2539 | 2023-11-14T21:57:09.607Z | uploaded: /work/zones/crucible.tar.gz |
2540 | 2023-11-14T21:57:09.620Z | uploading: /work/zones/external-dns.tar.gz (24175320 bytes) |
2541 | 2023-11-14T21:57:18.762Z | uploaded: /work/zones/external-dns.tar.gz |
2542 | 2023-11-14T21:57:18.773Z | uploading: /work/zones/internal-dns.tar.gz (24175320 bytes) |
2543 | 2023-11-14T21:57:37.357Z | uploaded: /work/zones/internal-dns.tar.gz |
2544 | 2023-11-14T21:57:37.361Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2545 | 2023-11-14T21:57:38.370Z | uploaded: /work/zones/ntp.tar.gz |
2546 | 2023-11-14T21:57:38.383Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18154783 bytes) |
2547 | 2023-11-14T21:57:45.439Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2548 | 2023-11-14T21:57:45.450Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18146518 bytes) |
2549 | 2023-11-14T21:57:51.084Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2550 | 2023-11-14T21:57:51.096Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72443866 bytes) |
2551 | 2023-11-14T21:58:25.327Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2552 | 2023-11-14T21:58:25.342Z | uploading: /work/zones/omicron-nexus.tar.gz (72429432 bytes) |
2553 | 2023-11-14T21:58:50.867Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2554 | 2023-11-14T21:58:50.870Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2555 | 2023-11-14T21:58:51.877Z | uploaded: /work/zones/overlay.tar.gz |
2556 | 2023-11-14T21:58:51.899Z | uploading: /work/zones/oximeter-collector.tar.gz (34027304 bytes) |
2557 | 2023-11-14T21:59:05.756Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2558 | 2023-11-14T21:59:05.768Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2559 | 2023-11-14T21:59:29.172Z | uploaded: /work/zones/propolis-server.tar.gz |
2560 | 2023-11-14T21:59:29.183Z | uploading: /work/zones/switch-asic.tar.gz (242528426 bytes) |
2561 | 2023-11-14T22:01:12.286Z | uploaded: /work/zones/switch-asic.tar.gz |
2562 | 2023-11-14T22:01:12.356Z | uploading: /work/zones/switch-softnpu.tar.gz (166378472 bytes) |
2563 | 2023-11-14T22:02:01.924Z | uploaded: /work/zones/switch-softnpu.tar.gz |