|
|
|
1 | 2023-11-02T04:38:22.026Z | job assigned to worker 01HE754217GYRPTQQ7N91ND5RG (queued for 1 m 27 s) |
|
2 | 2023-11-02T04:38:22.726Z | starting task 0: "setup" |
3 | 2023-11-02T04:38:22.792Z | ++ uname -s |
4 | 2023-11-02T04:38:22.799Z | + kern=SunOS |
5 | 2023-11-02T04:38:22.813Z | + case "$kern" in |
6 | 2023-11-02T04:38:22.824Z | + groupadd -g 12345 build |
7 | 2023-11-02T04:38:22.836Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-02T04:38:24.811Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-02T04:38:24.987Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-02T04:38:24.995Z | + home_fs=zfs |
11 | 2023-11-02T04:38:25.022Z | + [[ zfs == autofs ]] |
12 | 2023-11-02T04:38:25.027Z | + mkdir -p /home/build |
13 | 2023-11-02T04:38:25.041Z | + chown build:build /home/build /work |
14 | 2023-11-02T04:38:26.984Z | + chmod 0700 /home/build /work |
15 | 2023-11-02T04:38:26.989Z | process exited: duration 4256 ms, exit code 0 |
|
16 | 2023-11-02T04:38:27.005Z | starting task 1: "rust-toolchain" |
17 | 2023-11-02T04:38:27.023Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-02T04:38:27.031Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-02T04:38:27.211Z | info: downloading installer |
20 | 2023-11-02T04:38:29.197Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-02T04:38:29.201Z | warning: /opt/ooce/bin |
22 | 2023-11-02T04:38:29.205Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-02T04:38:29.209Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-02T04:38:29.217Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-02T04:38:29.228Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-02T04:38:29.240Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-02T04:38:29.655Z | error: cannot install while Rust is installed |
28 | 2023-11-02T04:38:29.663Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-02T04:38:29.668Z | info: profile set to 'default' |
30 | 2023-11-02T04:38:29.673Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-02T04:38:29.686Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-02T04:38:29.698Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-02T04:38:29.713Z | info: downloading component 'cargo' |
34 | 2023-11-02T04:38:30.198Z | info: downloading component 'clippy' |
35 | 2023-11-02T04:38:30.439Z | info: downloading component 'rust-docs' |
36 | 2023-11-02T04:38:31.306Z | info: downloading component 'rust-std' |
37 | 2023-11-02T04:38:32.829Z | info: downloading component 'rustc' |
38 | 2023-11-02T04:38:37.414Z | info: downloading component 'rustfmt' |
39 | 2023-11-02T04:38:37.447Z | info: installing component 'cargo' |
40 | 2023-11-02T04:38:38.700Z | info: installing component 'clippy' |
41 | 2023-11-02T04:38:39.636Z | info: installing component 'rust-docs' |
42 | 2023-11-02T04:38:42.439Z | info: installing component 'rust-std' |
43 | 2023-11-02T04:38:46.322Z | info: installing component 'rustc' |
44 | 2023-11-02T04:38:55.930Z | info: installing component 'rustfmt' |
45 | 2023-11-02T04:38:55.943Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-02T04:38:56.354Z | |
47 | 2023-11-02T04:38:56.362Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-02T04:38:56.366Z | |
49 | 2023-11-02T04:38:56.369Z | |
50 | 2023-11-02T04:38:56.372Z | Rust is installed now. Great! |
51 | 2023-11-02T04:38:56.375Z | |
52 | 2023-11-02T04:38:56.378Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-02T04:38:56.381Z | environment variable. This has not been done automatically. |
54 | 2023-11-02T04:38:56.384Z | |
55 | 2023-11-02T04:38:56.387Z | To configure your current shell, run: |
56 | 2023-11-02T04:38:56.391Z | source "$HOME/.cargo/env" |
57 | 2023-11-02T04:38:56.394Z | + rustc --version |
58 | 2023-11-02T04:38:56.401Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-02T04:38:56.406Z | process exited: duration 29269 ms, exit code 0 |
|
60 | 2023-11-02T04:38:56.416Z | starting task 2: "authentication" |
61 | 2023-11-02T04:38:56.456Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-11-02T04:38:56.465Z | starting task 3: "clone repository" |
63 | 2023-11-02T04:38:56.476Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-02T04:38:56.481Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-02T04:38:56.564Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-02T04:39:03.034Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-02T04:39:03.042Z | + [[ -n renovate/toml-0.x ]] |
68 | 2023-11-02T04:39:03.051Z | + git fetch origin renovate/toml-0.x |
69 | 2023-11-02T04:39:03.403Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-02T04:39:03.412Z | * branch renovate/toml-0.x -> FETCH_HEAD |
71 | 2023-11-02T04:39:03.421Z | + git checkout -B renovate/toml-0.x remotes/origin/renovate/toml-0.x |
72 | 2023-11-02T04:39:03.499Z | Switched to a new branch 'renovate/toml-0.x' |
73 | 2023-11-02T04:39:03.506Z | branch 'renovate/toml-0.x' set up to track 'origin/renovate/toml-0.x'. |
74 | 2023-11-02T04:39:03.513Z | + git reset --hard 62028649ec29ea537d939b2ca0a204536b2b3efa |
75 | 2023-11-02T04:39:03.647Z | HEAD is now at 62028649 chore(deps): update rust crate toml to 0.8.6 |
76 | 2023-11-02T04:39:03.683Z | process exited: duration 7175 ms, exit code 0 |
|
77 | 2023-11-02T04:39:03.753Z | starting task 4: "build" |
78 | 2023-11-02T04:39:03.770Z | + cargo --version |
79 | 2023-11-02T04:39:03.858Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-02T04:39:03.874Z | + rustc --version |
81 | 2023-11-02T04:39:03.958Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-02T04:39:03.968Z | ++ git rev-parse HEAD |
83 | 2023-11-02T04:39:03.979Z | + COMMIT=62028649ec29ea537d939b2ca0a204536b2b3efa |
84 | 2023-11-02T04:39:03.988Z | + VERSION=1.0.3-0.ci+git62028649ec2 |
85 | 2023-11-02T04:39:03.999Z | + echo 1.0.3-0.ci+git62028649ec2 |
86 | 2023-11-02T04:39:04.008Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-11-02T04:39:13.414Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-11-02T04:39:14.359Z | Startup: Caching catalogs ... Done |
89 | 2023-11-02T04:39:18.939Z | Planning: Solver setup ... Done (4.297s) |
90 | 2023-11-02T04:39:19.058Z | Planning: Running solver ... Done (0.113s) |
91 | 2023-11-02T04:39:19.216Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-11-02T04:39:19.221Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-11-02T04:39:19.417Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-11-02T04:39:19.444Z | Planning: Package planning ... Done (0.076s) |
95 | 2023-11-02T04:39:19.542Z | Planning: Merging actions ... Done (0.085s) |
96 | 2023-11-02T04:39:20.611Z | Planning: Checking for conflicting actions ... Done (1.080s) |
97 | 2023-11-02T04:39:20.701Z | Planning: Consolidating action changes ... Done (0.018s) |
98 | 2023-11-02T04:39:28.277Z | Planning: Evaluating mediators ... Done (7.621s) |
99 | 2023-11-02T04:39:28.289Z | Planning: Planning completed in 13.86 seconds |
100 | 2023-11-02T04:39:44.300Z | Packages to install: 4 |
101 | 2023-11-02T04:39:44.528Z | Mediators to change: 2 |
102 | 2023-11-02T04:39:44.689Z | Services to change: 1 |
103 | 2023-11-02T04:39:44.822Z | Estimated space available: 149.39 GB |
104 | 2023-11-02T04:39:44.912Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-11-02T04:39:44.929Z | Create boot environment: No |
106 | 2023-11-02T04:39:44.957Z | Create backup boot environment: No |
107 | 2023-11-02T04:39:45.001Z | Rebuild boot archive: No |
108 | 2023-11-02T04:39:45.020Z | |
109 | 2023-11-02T04:39:45.078Z | Changed mediators: |
110 | 2023-11-02T04:39:45.502Z | mediator clang: |
111 | 2023-11-02T04:39:45.537Z | version: None -> 15 (system default) |
112 | 2023-11-02T04:39:45.569Z | |
113 | 2023-11-02T04:39:45.583Z | mediator llvm: |
114 | 2023-11-02T04:39:45.611Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-11-02T04:39:46.037Z | |
116 | 2023-11-02T04:39:46.078Z | Changed packages: |
117 | 2023-11-02T04:39:46.651Z | helios-dev |
118 | 2023-11-02T04:39:47.069Z | developer/build-essential |
119 | 2023-11-02T04:39:47.088Z | None -> 11-2.0 |
120 | 2023-11-02T04:39:47.102Z | library/libxmlsec1 |
121 | 2023-11-02T04:39:47.155Z | None -> 1.2.35-2.0 |
122 | 2023-11-02T04:39:47.170Z | ooce/developer/clang-15 |
123 | 2023-11-02T04:39:47.184Z | None -> 15.0.7-2.0 |
124 | 2023-11-02T04:39:47.210Z | ooce/developer/llvm-15 |
125 | 2023-11-02T04:39:47.225Z | None -> 15.0.7-2.0 |
126 | 2023-11-02T04:39:47.235Z | |
127 | 2023-11-02T04:39:47.716Z | Services: |
128 | 2023-11-02T04:39:47.721Z | restart_fmri: |
129 | 2023-11-02T04:39:47.735Z | svc:/system/update-man-index:default |
130 | 2023-11-02T04:39:47.761Z | |
131 | 2023-11-02T04:39:47.777Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-11-02T04:39:47.781Z | Download: 404/3290 items 13.8/212.6MB 6% complete (2.6M/s) |
133 | 2023-11-02T04:39:47.786Z | Download: 1197/3290 items 54.9/212.6MB 25% complete (5.6M/s) |
134 | 2023-11-02T04:39:49.116Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (11.2M/s) |
135 | 2023-11-02T04:39:54.119Z | Download: 3244/3290 items 197.8/212.6MB 93% complete (12.4M/s) |
136 | 2023-11-02T04:39:59.071Z | Download: Completed 212.60 MB in 25.61 seconds (8.3M/s) |
137 | 2023-11-02T04:39:59.327Z | Actions: 1/3687 actions (Installing new actions) |
138 | 2023-11-02T04:40:04.341Z | Actions: 2640/3687 actions (Installing new actions) |
139 | 2023-11-02T04:40:07.370Z | Actions: Completed 3687 actions in 8.04 seconds. |
140 | 2023-11-02T04:40:07.548Z | Done (0.171s) |
141 | 2023-11-02T04:40:07.555Z | Done (0.000s) |
142 | 2023-11-02T04:40:07.753Z | Done (0.202s) |
143 | 2023-11-02T04:40:15.140Z | Done (7.276s) |
144 | 2023-11-02T04:40:15.400Z | Done (0.157s) |
145 | 2023-11-02T04:40:15.412Z | Done (0.000s) |
146 | 2023-11-02T04:40:15.708Z | Done (0.000s) |
147 | 2023-11-02T04:40:16.374Z | Planning: Evaluating mediator changes ... Done |
148 | 2023-11-02T04:40:16.651Z | Planning: Checking for conflicting actions ... Done |
149 | 2023-11-02T04:40:16.658Z | Planning: Consolidating action changes ... Done |
150 | 2023-11-02T04:40:17.079Z | Planning: Evaluating mediators ... Done |
151 | 2023-11-02T04:40:17.091Z | Planning: Planning completed in 0.70 seconds |
152 | 2023-11-02T04:40:17.129Z | Mediators to change: 2 |
153 | 2023-11-02T04:40:17.139Z | Create boot environment: No |
154 | 2023-11-02T04:40:17.144Z | Create backup boot environment: No |
155 | 2023-11-02T04:40:17.241Z | Done |
156 | 2023-11-02T04:40:17.244Z | Done |
157 | 2023-11-02T04:40:17.367Z | Done |
158 | 2023-11-02T04:40:23.054Z | Done |
159 | 2023-11-02T04:40:23.180Z | Done |
160 | 2023-11-02T04:40:23.186Z | Done |
161 | 2023-11-02T04:40:23.312Z | Done |
162 | 2023-11-02T04:40:24.302Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-02T04:40:24.308Z | Planning: Merging actions ... Done |
164 | 2023-11-02T04:40:24.662Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-11-02T04:40:24.675Z | Planning: Consolidating action changes ... Done |
166 | 2023-11-02T04:40:25.073Z | Planning: Evaluating mediators ... Done |
167 | 2023-11-02T04:40:25.165Z | Planning: Planning completed in 1.30 seconds |
168 | 2023-11-02T04:40:25.225Z | Packages to change: 1 |
169 | 2023-11-02T04:40:25.232Z | Mediators to change: 1 |
170 | 2023-11-02T04:40:25.237Z | Services to change: 1 |
171 | 2023-11-02T04:40:25.243Z | Create boot environment: No |
172 | 2023-11-02T04:40:25.251Z | Create backup boot environment: Yes |
173 | 2023-11-02T04:40:27.762Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2023-11-02T04:40:27.765Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2023-11-02T04:40:27.768Z | Done |
176 | 2023-11-02T04:40:27.771Z | Done |
177 | 2023-11-02T04:40:27.815Z | Done |
178 | 2023-11-02T04:40:33.528Z | Done |
179 | 2023-11-02T04:40:33.659Z | Done |
180 | 2023-11-02T04:40:33.802Z | Done |
181 | 2023-11-02T04:40:33.813Z | Done |
182 | 2023-11-02T04:40:34.406Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2023-11-02T04:40:34.409Z | clang system 15 system |
184 | 2023-11-02T04:40:34.412Z | csh system system illumos |
185 | 2023-11-02T04:40:34.415Z | ctags system system illumos |
186 | 2023-11-02T04:40:34.422Z | gcc vendor 12 vendor |
187 | 2023-11-02T04:40:34.425Z | gcc system 10 system |
188 | 2023-11-02T04:40:34.429Z | gcc system 7 system |
189 | 2023-11-02T04:40:34.442Z | go system 1.20 system |
190 | 2023-11-02T04:40:34.878Z | go system 1.19 system |
191 | 2023-11-02T04:40:35.300Z | llvm system 15 system |
192 | 2023-11-02T04:40:35.305Z | llvm system 14 system |
193 | 2023-11-02T04:40:35.365Z | mariadb system 10.6 system |
194 | 2023-11-02T04:40:35.381Z | mta vendor vendor dma |
195 | 2023-11-02T04:40:35.395Z | openjdk system 17 system |
196 | 2023-11-02T04:40:35.407Z | openjdk system 11 system |
197 | 2023-11-02T04:40:35.418Z | openjdk system 1.8 system |
198 | 2023-11-02T04:40:35.429Z | openssl vendor 3 vendor |
199 | 2023-11-02T04:40:35.442Z | perl system 5.36 system |
200 | 2023-11-02T04:40:35.454Z | postgresql system 15 system |
201 | 2023-11-02T04:40:35.457Z | postgresql system 13 system |
202 | 2023-11-02T04:40:36.466Z | python vendor 3 vendor |
203 | 2023-11-02T04:40:36.471Z | python system 2 system |
204 | 2023-11-02T04:40:36.478Z | python3 system 3.11 system |
205 | 2023-11-02T04:40:36.556Z | ruby system 3.0 system |
206 | 2023-11-02T04:40:36.578Z | words vendor vendor american-english |
207 | 2023-11-02T04:40:36.589Z | words system system australian-english |
208 | 2023-11-02T04:40:36.612Z | words system system british-english |
209 | 2023-11-02T04:40:36.621Z | words system system canadian-english |
210 | 2023-11-02T04:40:36.626Z | words system system french |
211 | 2023-11-02T04:40:36.632Z | words system system italian |
212 | 2023-11-02T04:40:36.638Z | words system system ngerman |
213 | 2023-11-02T04:40:36.645Z | words system system ogerman |
214 | 2023-11-02T04:40:36.654Z | words system system spanish |
215 | 2023-11-02T04:40:36.657Z | FMRI IFO |
216 | 2023-11-02T04:40:36.662Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2023-11-02T04:40:36.669Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2023-11-02T04:40:36.675Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2023-11-02T04:40:36.682Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
220 | 2023-11-02T04:40:36.686Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
221 | 2023-11-02T04:40:36.690Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
222 | 2023-11-02T04:40:36.693Z | + set -o errexit |
223 | 2023-11-02T04:40:36.698Z | +++ dirname ./tools/ci_download_cockroachdb |
224 | 2023-11-02T04:40:36.701Z | ++ cd ./tools |
225 | 2023-11-02T04:40:36.704Z | ++ pwd |
226 | 2023-11-02T04:40:36.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
227 | 2023-11-02T04:40:36.712Z | ++ basename ./tools/ci_download_cockroachdb |
228 | 2023-11-02T04:40:36.715Z | + ARG0=ci_download_cockroachdb |
229 | 2023-11-02T04:40:36.718Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
230 | 2023-11-02T04:40:36.722Z | + CIDL_VERSION=v22.1.9 |
231 | 2023-11-02T04:40:36.725Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
232 | 2023-11-02T04:40:36.728Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
233 | 2023-11-02T04:40:36.731Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
234 | 2023-11-02T04:40:36.734Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
235 | 2023-11-02T04:40:36.738Z | + TARGET_DIR=out |
236 | 2023-11-02T04:40:36.741Z | + DOWNLOAD_DIR=out/downloads |
237 | 2023-11-02T04:40:36.745Z | + DEST_DIR=./out/cockroachdb |
238 | 2023-11-02T04:40:36.747Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
239 | 2023-11-02T04:40:36.750Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
240 | 2023-11-02T04:40:36.753Z | + main |
241 | 2023-11-02T04:40:36.757Z | + [[ 0 != 0 ]] |
242 | 2023-11-02T04:40:36.760Z | + CIDL_OS=solaris2.11 |
243 | 2023-11-02T04:40:36.763Z | + [[ 0 != 0 ]] |
244 | 2023-11-02T04:40:36.766Z | + configure_os solaris2.11 |
245 | 2023-11-02T04:40:36.770Z | + echo 'current directory: /work/oxidecomputer/omicron' |
246 | 2023-11-02T04:40:36.773Z | current directory: /work/oxidecomputer/omicron |
247 | 2023-11-02T04:40:36.776Z | + echo 'configuring based on OS: "solaris2.11"' |
248 | 2023-11-02T04:40:36.779Z | configuring based on OS: "solaris2.11" |
249 | 2023-11-02T04:40:36.782Z | + case "$1" in |
250 | 2023-11-02T04:40:36.786Z | + CIDL_BUILD=illumos |
251 | 2023-11-02T04:40:36.788Z | + CIDL_SUFFIX=tar.gz |
252 | 2023-11-02T04:40:36.802Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-11-02T04:40:36.805Z | + CIDL_MD5FUNC=do_md5sum |
254 | 2023-11-02T04:40:36.808Z | + CIDL_URL_BASE=https://illumos.org/downloads |
255 | 2023-11-02T04:40:36.811Z | + CIDL_ASSEMBLE=do_assemble_illumos |
256 | 2023-11-02T04:40:36.815Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
257 | 2023-11-02T04:40:36.819Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-11-02T04:40:36.822Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-11-02T04:40:36.825Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-11-02T04:40:36.829Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-11-02T04:40:36.833Z | Downloading... |
262 | 2023-11-02T04:40:36.836Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
263 | 2023-11-02T04:40:36.840Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-11-02T04:40:36.844Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-11-02T04:40:36.847Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
266 | 2023-11-02T04:40:36.849Z | + mkdir -p out/downloads |
267 | 2023-11-02T04:40:36.852Z | + mkdir -p ./out/cockroachdb |
268 | 2023-11-02T04:40:36.855Z | + local DO_DOWNLOAD=true |
269 | 2023-11-02T04:40:36.857Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-11-02T04:40:36.860Z | + '[' true == true ']' |
271 | 2023-11-02T04:40:36.863Z | + echo Downloading... |
272 | 2023-11-02T04:40:36.868Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-02T04:40:36.871Z | + 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 |
274 | 2023-11-02T04:40:39.214Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-02T04:40:39.222Z | ++ md5sum |
276 | 2023-11-02T04:40:39.232Z | ++ awk '{print $1}' |
277 | 2023-11-02T04:40:39.396Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-11-02T04:40:39.406Z | + [[ 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 ]] |
279 | 2023-11-02T04:40:39.416Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-02T04:40:39.422Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
281 | 2023-11-02T04:40:42.910Z | + do_assemble_illumos |
282 | 2023-11-02T04:40:42.915Z | + rm -r ./out/cockroachdb |
283 | 2023-11-02T04:40:42.919Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
284 | 2023-11-02T04:40:43.684Z | + ./out/cockroachdb/bin/cockroach version |
285 | 2023-11-02T04:40:43.902Z | Build Tag: v22.1.9-dirty |
286 | 2023-11-02T04:40:43.911Z | Build Time: 2022/10/26 21:17:46 |
287 | 2023-11-02T04:40:43.915Z | Distribution: OSS |
288 | 2023-11-02T04:40:43.918Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
289 | 2023-11-02T04:40:43.921Z | Go Version: go1.17.13 |
290 | 2023-11-02T04:40:43.924Z | C Compiler: gcc 10.3.0 |
291 | 2023-11-02T04:40:43.927Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
292 | 2023-11-02T04:40:43.930Z | Build Type: release |
293 | 2023-11-02T04:40:43.933Z | + set -o errexit |
294 | 2023-11-02T04:40:43.937Z | +++ dirname ./tools/ci_download_clickhouse |
295 | 2023-11-02T04:40:43.940Z | ++ cd ./tools |
296 | 2023-11-02T04:40:43.944Z | ++ pwd |
297 | 2023-11-02T04:40:43.947Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
298 | 2023-11-02T04:40:43.950Z | ++ basename ./tools/ci_download_clickhouse |
299 | 2023-11-02T04:40:43.954Z | + ARG0=ci_download_clickhouse |
300 | 2023-11-02T04:40:43.958Z | + TARGET_DIR=out |
301 | 2023-11-02T04:40:43.962Z | + DOWNLOAD_DIR=out/downloads |
302 | 2023-11-02T04:40:43.966Z | + DEST_DIR=./out/clickhouse |
303 | 2023-11-02T04:40:43.982Z | + CIDL_VERSION=v22.8.9.24 |
304 | 2023-11-02T04:40:43.987Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
305 | 2023-11-02T04:40:43.993Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
306 | 2023-11-02T04:40:43.998Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
307 | 2023-11-02T04:40:44.006Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
308 | 2023-11-02T04:40:44.012Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
309 | 2023-11-02T04:40:44.017Z | + main |
310 | 2023-11-02T04:40:44.024Z | + [[ 0 != 0 ]] |
311 | 2023-11-02T04:40:44.029Z | + CIDL_OS=solaris2.11 |
312 | 2023-11-02T04:40:44.035Z | + [[ 0 != 0 ]] |
313 | 2023-11-02T04:40:44.041Z | + configure_os solaris2.11 |
314 | 2023-11-02T04:40:44.047Z | + echo 'current directory: /work/oxidecomputer/omicron' |
315 | 2023-11-02T04:40:44.053Z | current directory: /work/oxidecomputer/omicron |
316 | 2023-11-02T04:40:44.060Z | + echo 'configuring based on OS: "solaris2.11"' |
317 | 2023-11-02T04:40:45.077Z | configuring based on OS: "solaris2.11" |
318 | 2023-11-02T04:40:45.091Z | + CIDL_DASHREV= |
319 | 2023-11-02T04:40:45.103Z | + case "$1" in |
320 | 2023-11-02T04:40:45.117Z | + CIDL_PLATFORM=illumos |
321 | 2023-11-02T04:40:45.126Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-11-02T04:40:45.139Z | + CIDL_MD5FUNC=do_md5sum |
323 | 2023-11-02T04:40:45.148Z | + CIDL_DASHREV=-1 |
324 | 2023-11-02T04:40:45.160Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
325 | 2023-11-02T04:40:45.171Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-11-02T04:40:45.182Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-02T04:40:45.603Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-11-02T04:40:45.627Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-11-02T04:40:45.657Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-11-02T04:40:45.662Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-11-02T04:40:45.674Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-11-02T04:40:45.684Z | + mkdir -p out/downloads |
333 | 2023-11-02T04:40:45.705Z | + mkdir -p ./out/clickhouse |
334 | 2023-11-02T04:40:45.738Z | + local DO_DOWNLOAD=true |
335 | 2023-11-02T04:40:45.744Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
336 | 2023-11-02T04:40:45.781Z | + '[' true == true ']' |
337 | 2023-11-02T04:40:45.803Z | + echo Downloading... |
338 | 2023-11-02T04:40:45.822Z | Downloading... |
339 | 2023-11-02T04:40:45.838Z | + 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 |
340 | 2023-11-02T04:40:45.954Z | + 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 |
341 | 2023-11-02T04:40:46.006Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-02T04:40:46.033Z | ++ md5sum |
343 | 2023-11-02T04:40:46.044Z | ++ awk '{print $1}' |
344 | 2023-11-02T04:40:46.087Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-11-02T04:40:46.512Z | + [[ 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 ]] |
346 | 2023-11-02T04:40:46.542Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
347 | 2023-11-02T04:40:46.563Z | + mkdir -p ./out/clickhouse |
348 | 2023-11-02T04:40:46.573Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
349 | 2023-11-02T04:40:50.969Z | + ./out/clickhouse/clickhouse server --version |
350 | 2023-11-02T04:40:51.024Z | ClickHouse server version 22.8.9.1. |
351 | 2023-11-02T04:40:51.489Z | + set -o errexit |
352 | 2023-11-02T04:40:51.502Z | +++ dirname ./tools/ci_download_console |
353 | 2023-11-02T04:40:51.524Z | ++ cd ./tools |
354 | 2023-11-02T04:40:51.954Z | ++ pwd |
355 | 2023-11-02T04:40:52.372Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
356 | 2023-11-02T04:40:52.385Z | ++ basename ./tools/ci_download_console |
357 | 2023-11-02T04:40:52.400Z | + ARG0=ci_download_console |
358 | 2023-11-02T04:40:52.418Z | + TARGET_DIR=out |
359 | 2023-11-02T04:40:52.850Z | + DOWNLOAD_DIR=out/downloads |
360 | 2023-11-02T04:40:52.867Z | + DEST_DIR=./out/console-assets |
361 | 2023-11-02T04:40:53.284Z | + source /work/oxidecomputer/omicron/tools/console_version |
362 | 2023-11-02T04:40:53.307Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
363 | 2023-11-02T04:40:53.324Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
364 | 2023-11-02T04:40:53.327Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
365 | 2023-11-02T04:40:53.330Z | + TARBALL_FILE=out/downloads/console.tar.gz |
366 | 2023-11-02T04:40:53.334Z | + main |
367 | 2023-11-02T04:40:53.340Z | + [[ 0 != 0 ]] |
368 | 2023-11-02T04:40:53.349Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
369 | 2023-11-02T04:40:53.356Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
370 | 2023-11-02T04:40:53.771Z | + echo 'Local file: out/downloads/console.tar.gz' |
371 | 2023-11-02T04:40:53.778Z | Local file: out/downloads/console.tar.gz |
372 | 2023-11-02T04:40:53.787Z | + local DO_DOWNLOAD=true |
373 | 2023-11-02T04:40:53.796Z | + [[ -f out/downloads/console.tar.gz ]] |
374 | 2023-11-02T04:40:53.801Z | + mkdir -p out/downloads |
375 | 2023-11-02T04:40:53.811Z | + '[' true == true ']' |
376 | 2023-11-02T04:40:53.817Z | + echo Downloading... |
377 | 2023-11-02T04:40:53.822Z | Downloading... |
378 | 2023-11-02T04:40:53.843Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
379 | 2023-11-02T04:40:53.866Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
380 | 2023-11-02T04:40:53.878Z | ++ do_sha256sum out/downloads/console.tar.gz |
381 | 2023-11-02T04:40:53.891Z | ++ case "$OSTYPE" in |
382 | 2023-11-02T04:40:53.897Z | ++ SHA=sha256sum |
383 | 2023-11-02T04:40:53.905Z | ++ sha256sum |
384 | 2023-11-02T04:40:53.915Z | ++ awk '{print $1}' |
385 | 2023-11-02T04:40:53.926Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
386 | 2023-11-02T04:40:53.935Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
387 | 2023-11-02T04:40:53.954Z | + rm -rf ./out/console-assets |
388 | 2023-11-02T04:40:53.965Z | + mkdir -p ./out/console-assets |
389 | 2023-11-02T04:40:53.976Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
390 | 2023-11-02T04:40:53.983Z | + mkdir -p ./out/console-assets |
391 | 2023-11-02T04:40:53.986Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
392 | 2023-11-02T04:40:53.990Z | + set -o errexit |
393 | 2023-11-02T04:40:53.993Z | +++ dirname ./tools/ci_download_maghemite_openapi |
394 | 2023-11-02T04:40:53.997Z | ++ cd ./tools |
395 | 2023-11-02T04:40:54.003Z | ++ pwd |
396 | 2023-11-02T04:40:54.009Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2023-11-02T04:40:54.012Z | ++ basename ./tools/ci_download_maghemite_openapi |
398 | 2023-11-02T04:40:54.016Z | + ARG0=ci_download_maghemite_openapi |
399 | 2023-11-02T04:40:54.020Z | + TARGET_DIR=out |
400 | 2023-11-02T04:40:54.024Z | + DOWNLOAD_DIR=out/downloads |
401 | 2023-11-02T04:40:54.028Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
402 | 2023-11-02T04:40:54.031Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
403 | 2023-11-02T04:40:54.034Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
404 | 2023-11-02T04:40:54.036Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
405 | 2023-11-02T04:40:54.040Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
406 | 2023-11-02T04:40:54.042Z | + main |
407 | 2023-11-02T04:40:54.045Z | + [[ 0 != 0 ]] |
408 | 2023-11-02T04:40:54.048Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
409 | 2023-11-02T04:40:54.051Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
410 | 2023-11-02T04:40:54.054Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
411 | 2023-11-02T04:40:54.057Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
412 | 2023-11-02T04:40:54.060Z | + local DO_DOWNLOAD=true |
413 | 2023-11-02T04:40:54.065Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
414 | 2023-11-02T04:40:54.070Z | + mkdir -p out/downloads |
415 | 2023-11-02T04:40:54.076Z | + '[' true == true ']' |
416 | 2023-11-02T04:40:54.079Z | + echo Downloading... |
417 | 2023-11-02T04:40:54.083Z | Downloading... |
418 | 2023-11-02T04:40:54.086Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
419 | 2023-11-02T04:40:54.089Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
420 | 2023-11-02T04:40:54.093Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
421 | 2023-11-02T04:40:54.097Z | ++ case "$OSTYPE" in |
422 | 2023-11-02T04:40:54.100Z | ++ SHA=sha256sum |
423 | 2023-11-02T04:40:54.103Z | ++ sha256sum |
424 | 2023-11-02T04:40:54.106Z | ++ awk '{print $1}' |
425 | 2023-11-02T04:40:54.109Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-11-02T04:40:54.112Z | + [[ 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 ]] |
427 | 2023-11-02T04:40:54.118Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
428 | 2023-11-02T04:40:54.121Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
429 | 2023-11-02T04:40:54.125Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
430 | 2023-11-02T04:40:54.128Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
431 | 2023-11-02T04:40:54.131Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
432 | 2023-11-02T04:40:54.134Z | + main |
433 | 2023-11-02T04:40:54.138Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
434 | 2023-11-02T04:40:54.146Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
435 | 2023-11-02T04:40:54.161Z | + [[ 0 != 0 ]] |
436 | 2023-11-02T04:40:54.176Z | Downloading... |
437 | 2023-11-02T04:40:54.184Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
438 | 2023-11-02T04:40:54.193Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
439 | 2023-11-02T04:40:54.199Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
440 | 2023-11-02T04:40:54.207Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
441 | 2023-11-02T04:40:54.214Z | + local DO_DOWNLOAD=true |
442 | 2023-11-02T04:40:54.219Z | Downloading... |
443 | 2023-11-02T04:40:54.224Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
444 | 2023-11-02T04:40:54.641Z | + mkdir -p out/downloads |
445 | 2023-11-02T04:40:54.647Z | + '[' true == true ']' |
446 | 2023-11-02T04:40:54.652Z | + echo Downloading... |
447 | 2023-11-02T04:40:54.658Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
448 | 2023-11-02T04:40:54.667Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
449 | 2023-11-02T04:40:54.725Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
450 | 2023-11-02T04:40:54.784Z | ++ case "$OSTYPE" in |
451 | 2023-11-02T04:40:54.795Z | ++ SHA=sha256sum |
452 | 2023-11-02T04:40:54.810Z | ++ sha256sum |
453 | 2023-11-02T04:40:54.825Z | ++ awk '{print $1}' |
454 | 2023-11-02T04:40:54.840Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
455 | 2023-11-02T04:40:54.855Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
456 | 2023-11-02T04:40:54.869Z | + set -o errexit |
457 | 2023-11-02T04:40:54.883Z | +++ dirname ./tools/ci_download_dendrite_openapi |
458 | 2023-11-02T04:40:54.896Z | ++ cd ./tools |
459 | 2023-11-02T04:40:54.902Z | ++ pwd |
460 | 2023-11-02T04:40:54.908Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
461 | 2023-11-02T04:40:54.916Z | ++ basename ./tools/ci_download_dendrite_openapi |
462 | 2023-11-02T04:40:54.922Z | + ARG0=ci_download_dendrite_openapi |
463 | 2023-11-02T04:40:54.929Z | + TARGET_DIR=out |
464 | 2023-11-02T04:40:54.936Z | + DOWNLOAD_DIR=out/downloads |
465 | 2023-11-02T04:40:54.940Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
466 | 2023-11-02T04:40:54.948Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
467 | 2023-11-02T04:40:54.956Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
468 | 2023-11-02T04:40:54.961Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
469 | 2023-11-02T04:40:54.973Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
470 | 2023-11-02T04:40:54.982Z | + main |
471 | 2023-11-02T04:40:54.988Z | + [[ 0 != 0 ]] |
472 | 2023-11-02T04:40:55.004Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
473 | 2023-11-02T04:40:55.015Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
474 | 2023-11-02T04:40:55.026Z | + local DO_DOWNLOAD=true |
475 | 2023-11-02T04:40:55.449Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
476 | 2023-11-02T04:40:55.453Z | + mkdir -p out/downloads |
477 | 2023-11-02T04:40:55.460Z | + '[' true == true ']' |
478 | 2023-11-02T04:40:55.468Z | + echo Downloading... |
479 | 2023-11-02T04:40:55.474Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
480 | 2023-11-02T04:40:55.485Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
481 | 2023-11-02T04:40:55.503Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
482 | 2023-11-02T04:40:55.520Z | ++ case "$OSTYPE" in |
483 | 2023-11-02T04:40:55.527Z | ++ SHA=sha256sum |
484 | 2023-11-02T04:40:55.531Z | ++ sha256sum |
485 | 2023-11-02T04:40:55.534Z | ++ awk '{print $1}' |
486 | 2023-11-02T04:40:55.539Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
487 | 2023-11-02T04:40:55.544Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
488 | 2023-11-02T04:40:55.550Z | + set -o errexit |
489 | 2023-11-02T04:40:55.555Z | +++ dirname ./tools/ci_download_dendrite_stub |
490 | 2023-11-02T04:40:55.566Z | ++ cd ./tools |
491 | 2023-11-02T04:40:55.577Z | ++ pwd |
492 | 2023-11-02T04:40:55.583Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
493 | 2023-11-02T04:40:55.590Z | ++ basename ./tools/ci_download_dendrite_stub |
494 | 2023-11-02T04:40:55.602Z | + ARG0=ci_download_dendrite_stub |
495 | 2023-11-02T04:40:55.609Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
496 | 2023-11-02T04:40:55.619Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
497 | 2023-11-02T04:40:55.626Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
498 | 2023-11-02T04:40:55.634Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
499 | 2023-11-02T04:40:55.645Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2023-11-02T04:40:55.655Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
501 | 2023-11-02T04:40:55.665Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
502 | 2023-11-02T04:40:55.679Z | + TARGET_DIR=out |
503 | 2023-11-02T04:40:55.689Z | + DOWNLOAD_DIR=out/downloads |
504 | 2023-11-02T04:40:55.697Z | + DEST_DIR=./out/dendrite-stub |
505 | 2023-11-02T04:40:55.706Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
506 | 2023-11-02T04:40:55.714Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
507 | 2023-11-02T04:40:55.725Z | + REPO=oxidecomputer/dendrite |
508 | 2023-11-02T04:40:55.741Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
509 | 2023-11-02T04:40:55.765Z | + main |
510 | 2023-11-02T04:40:56.180Z | + [[ 0 != 0 ]] |
511 | 2023-11-02T04:40:56.214Z | + CIDL_OS=solaris2.11 |
512 | 2023-11-02T04:40:56.233Z | + [[ 0 != 0 ]] |
513 | 2023-11-02T04:40:56.250Z | + configure_os solaris2.11 |
514 | 2023-11-02T04:40:56.671Z | + echo 'current directory: /work/oxidecomputer/omicron' |
515 | 2023-11-02T04:40:56.688Z | current directory: /work/oxidecomputer/omicron |
516 | 2023-11-02T04:40:57.105Z | + echo 'configuring based on OS: "solaris2.11"' |
517 | 2023-11-02T04:40:57.116Z | + case "$1" in |
518 | 2023-11-02T04:40:57.127Z | + SET_BINARIES= |
519 | 2023-11-02T04:40:57.543Z | configuring based on OS: "solaris2.11" |
520 | 2023-11-02T04:40:57.551Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
521 | 2023-11-02T04:40:57.564Z | + CIDL_SHA256FUNC=do_sha256sum |
522 | 2023-11-02T04:40:57.572Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
523 | 2023-11-02T04:40:57.601Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
524 | 2023-11-02T04:40:57.629Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
525 | 2023-11-02T04:40:57.644Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
526 | 2023-11-02T04:40:57.655Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
527 | 2023-11-02T04:40:57.672Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
528 | 2023-11-02T04:40:57.686Z | Local file: out/downloads/dendrite-stub.tar.gz |
529 | 2023-11-02T04:40:57.702Z | + mkdir -p out/downloads |
530 | 2023-11-02T04:40:57.728Z | + mkdir -p ./out/dendrite-stub |
531 | 2023-11-02T04:40:58.185Z | + fetch_and_verify |
532 | 2023-11-02T04:40:58.197Z | + local DO_DOWNLOAD=true |
533 | 2023-11-02T04:40:58.211Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
534 | 2023-11-02T04:40:58.632Z | + '[' true == true ']' |
535 | 2023-11-02T04:40:58.642Z | + echo Downloading... |
536 | 2023-11-02T04:40:58.655Z | Downloading... |
537 | 2023-11-02T04:40:58.665Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-02T04:40:58.685Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
539 | 2023-11-02T04:41:08.066Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-02T04:41:08.070Z | ++ sha256sum |
541 | 2023-11-02T04:41:08.079Z | ++ awk '{print $1}' |
542 | 2023-11-02T04:41:08.166Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
543 | 2023-11-02T04:41:08.177Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
544 | 2023-11-02T04:41:08.189Z | + do_untar out/downloads/dendrite-stub.tar.gz |
545 | 2023-11-02T04:41:08.201Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
546 | 2023-11-02T04:41:09.116Z | + do_assemble |
547 | 2023-11-02T04:41:09.124Z | + rm -r ./out/dendrite-stub |
548 | 2023-11-02T04:41:09.133Z | + mkdir ./out/dendrite-stub |
549 | 2023-11-02T04:41:09.141Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
550 | 2023-11-02T04:41:09.239Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
551 | 2023-11-02T04:41:09.251Z | + set -o errexit |
552 | 2023-11-02T04:41:09.253Z | +++ dirname ./tools/ci_download_maghemite_mgd |
553 | 2023-11-02T04:41:09.257Z | ++ cd ./tools |
554 | 2023-11-02T04:41:09.260Z | ++ pwd |
555 | 2023-11-02T04:41:09.263Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
556 | 2023-11-02T04:41:09.265Z | ++ basename ./tools/ci_download_maghemite_mgd |
557 | 2023-11-02T04:41:09.268Z | + ARG0=ci_download_maghemite_mgd |
558 | 2023-11-02T04:41:09.271Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
559 | 2023-11-02T04:41:09.274Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
560 | 2023-11-02T04:41:09.276Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
561 | 2023-11-02T04:41:09.279Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
562 | 2023-11-02T04:41:09.282Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
563 | 2023-11-02T04:41:09.286Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
564 | 2023-11-02T04:41:09.289Z | + TARGET_DIR=out |
565 | 2023-11-02T04:41:09.292Z | + DOWNLOAD_DIR=out/downloads |
566 | 2023-11-02T04:41:09.295Z | + DEST_DIR=./out/mgd |
567 | 2023-11-02T04:41:09.298Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
568 | 2023-11-02T04:41:09.300Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
569 | 2023-11-02T04:41:09.303Z | + REPO=oxidecomputer/maghemite |
570 | 2023-11-02T04:41:09.306Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
571 | 2023-11-02T04:41:09.308Z | + main |
572 | 2023-11-02T04:41:09.311Z | + [[ 0 != 0 ]] |
573 | 2023-11-02T04:41:09.315Z | + CIDL_OS=solaris2.11 |
574 | 2023-11-02T04:41:09.318Z | + [[ 0 != 0 ]] |
575 | 2023-11-02T04:41:09.321Z | + configure_os solaris2.11 |
576 | 2023-11-02T04:41:09.323Z | + echo 'current directory: /work/oxidecomputer/omicron' |
577 | 2023-11-02T04:41:09.326Z | + echo 'configuring based on OS: "solaris2.11"' |
578 | 2023-11-02T04:41:09.328Z | + case "$1" in |
579 | 2023-11-02T04:41:09.332Z | current directory: /work/oxidecomputer/omicron |
580 | 2023-11-02T04:41:09.335Z | configuring based on OS: "solaris2.11" |
581 | 2023-11-02T04:41:09.338Z | + SET_BINARIES= |
582 | 2023-11-02T04:41:09.340Z | + CIDL_SHA256FUNC=do_sha256sum |
583 | 2023-11-02T04:41:09.343Z | + TARBALL_FILENAME=mgd.tar.gz |
584 | 2023-11-02T04:41:09.346Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
585 | 2023-11-02T04:41:09.348Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
586 | 2023-11-02T04:41:09.351Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
587 | 2023-11-02T04:41:09.354Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
588 | 2023-11-02T04:41:09.357Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
589 | 2023-11-02T04:41:09.360Z | Local file: out/downloads/mgd.tar.gz |
590 | 2023-11-02T04:41:09.363Z | + mkdir -p out/downloads |
591 | 2023-11-02T04:41:09.365Z | + mkdir -p ./out/mgd |
592 | 2023-11-02T04:41:09.368Z | + fetch_and_verify |
593 | 2023-11-02T04:41:09.372Z | + local DO_DOWNLOAD=true |
594 | 2023-11-02T04:41:09.376Z | + [[ -f out/downloads/mgd.tar.gz ]] |
595 | 2023-11-02T04:41:09.379Z | + '[' true == true ']' |
596 | 2023-11-02T04:41:09.382Z | + echo Downloading... |
597 | 2023-11-02T04:41:09.385Z | Downloading... |
598 | 2023-11-02T04:41:09.387Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
599 | 2023-11-02T04:41:09.390Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
600 | 2023-11-02T04:41:13.600Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
601 | 2023-11-02T04:41:13.619Z | ++ sha256sum |
602 | 2023-11-02T04:41:14.044Z | ++ awk '{print $1}' |
603 | 2023-11-02T04:41:14.468Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
604 | 2023-11-02T04:41:14.475Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
605 | 2023-11-02T04:41:14.480Z | + do_untar out/downloads/mgd.tar.gz |
606 | 2023-11-02T04:41:14.489Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
607 | 2023-11-02T04:41:14.498Z | + do_assemble |
608 | 2023-11-02T04:41:14.504Z | + rm -r ./out/mgd |
609 | 2023-11-02T04:41:14.508Z | + mkdir ./out/mgd |
610 | 2023-11-02T04:41:14.513Z | + cp -r out/downloads/root ./out/mgd/root |
611 | 2023-11-02T04:41:14.640Z | + set -o errexit |
612 | 2023-11-02T04:41:14.652Z | +++ dirname ./tools/ci_download_transceiver_control |
613 | 2023-11-02T04:41:14.661Z | ++ cd ./tools |
614 | 2023-11-02T04:41:14.672Z | ++ pwd |
615 | 2023-11-02T04:41:14.679Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
616 | 2023-11-02T04:41:14.691Z | ++ basename ./tools/ci_download_transceiver_control |
617 | 2023-11-02T04:41:14.706Z | + ARG0=ci_download_transceiver_control |
618 | 2023-11-02T04:41:14.715Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
619 | 2023-11-02T04:41:14.723Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
620 | 2023-11-02T04:41:14.727Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
621 | 2023-11-02T04:41:14.730Z | + TARGET_DIR=out |
622 | 2023-11-02T04:41:14.734Z | + DOWNLOAD_DIR=out/downloads |
623 | 2023-11-02T04:41:14.738Z | + DEST_DIR=./out/transceiver-control |
624 | 2023-11-02T04:41:14.741Z | + BIN_DIR=/opt/oxide/bin |
625 | 2023-11-02T04:41:14.745Z | + BINARY=xcvradm |
626 | 2023-11-02T04:41:14.748Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
627 | 2023-11-02T04:41:14.751Z | + REPO=oxidecomputer/transceiver-control |
628 | 2023-11-02T04:41:14.754Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2023-11-02T04:41:14.757Z | + main |
630 | 2023-11-02T04:41:14.761Z | + [[ 0 != 0 ]] |
631 | 2023-11-02T04:41:14.765Z | + CIDL_OS=solaris2.11 |
632 | 2023-11-02T04:41:14.771Z | + [[ 0 != 0 ]] |
633 | 2023-11-02T04:41:14.781Z | + configure_os solaris2.11 |
634 | 2023-11-02T04:41:15.195Z | + echo 'current directory: /work/oxidecomputer/omicron' |
635 | 2023-11-02T04:41:15.203Z | current directory: /work/oxidecomputer/omicron |
636 | 2023-11-02T04:41:15.220Z | + echo 'configuring based on OS: "solaris2.11"' |
637 | 2023-11-02T04:41:15.238Z | configuring based on OS: "solaris2.11" |
638 | 2023-11-02T04:41:15.253Z | + case "$1" in |
639 | 2023-11-02T04:41:15.267Z | + SET_BINARIES= |
640 | 2023-11-02T04:41:15.275Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-11-02T04:41:15.296Z | + CIDL_SHA256FUNC=do_sha256sum |
642 | 2023-11-02T04:41:15.316Z | + ARCHIVE_FILENAME=xcvradm.gz |
643 | 2023-11-02T04:41:15.747Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2023-11-02T04:41:15.755Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
645 | 2023-11-02T04:41:15.769Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
646 | 2023-11-02T04:41:15.784Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
647 | 2023-11-02T04:41:15.800Z | + echo 'Local file: out/downloads/xcvradm.gz' |
648 | 2023-11-02T04:41:15.810Z | Local file: out/downloads/xcvradm.gz |
649 | 2023-11-02T04:41:15.830Z | + mkdir -p out/downloads |
650 | 2023-11-02T04:41:15.839Z | + mkdir -p ./out/transceiver-control |
651 | 2023-11-02T04:41:15.856Z | + fetch_and_verify |
652 | 2023-11-02T04:41:15.867Z | + local DO_DOWNLOAD=true |
653 | 2023-11-02T04:41:16.288Z | + [[ -f out/downloads/xcvradm.gz ]] |
654 | 2023-11-02T04:41:16.297Z | + '[' true == true ']' |
655 | 2023-11-02T04:41:16.304Z | + echo Downloading... |
656 | 2023-11-02T04:41:16.309Z | Downloading... |
657 | 2023-11-02T04:41:16.313Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
658 | 2023-11-02T04:41:16.317Z | + 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 |
659 | 2023-11-02T04:41:16.927Z | ++ do_sha256sum out/downloads/xcvradm.gz |
660 | 2023-11-02T04:41:16.932Z | ++ sha256sum |
661 | 2023-11-02T04:41:16.936Z | ++ awk '{print $1}' |
662 | 2023-11-02T04:41:16.953Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-11-02T04:41:16.956Z | + [[ 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 ]] |
664 | 2023-11-02T04:41:16.960Z | + do_unpack out/downloads/xcvradm.gz |
665 | 2023-11-02T04:41:16.963Z | + mkdir -p out/downloads/root//opt/oxide/bin |
666 | 2023-11-02T04:41:16.966Z | + gzip -dc out/downloads/xcvradm.gz |
667 | 2023-11-02T04:41:17.138Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
668 | 2023-11-02T04:41:17.155Z | + do_assemble |
669 | 2023-11-02T04:41:17.170Z | + rm -r ./out/transceiver-control |
670 | 2023-11-02T04:41:17.579Z | + mkdir ./out/transceiver-control |
671 | 2023-11-02T04:41:17.586Z | + cp -r out/downloads/root ./out/transceiver-control/root |
672 | 2023-11-02T04:41:17.595Z | All prerequisites installed successfully |
673 | 2023-11-02T04:41:17.611Z | |
674 | 2023-11-02T04:41:17.622Z | real 2:13.400956521 |
675 | 2023-11-02T04:41:17.631Z | user 51.595011941 |
676 | 2023-11-02T04:41:17.664Z | sys 10.329447996 |
677 | 2023-11-02T04:41:17.681Z | trap 0.022774547 |
678 | 2023-11-02T04:41:18.096Z | tflt 0.262779672 |
679 | 2023-11-02T04:41:18.106Z | dflt 0.560513402 |
680 | 2023-11-02T04:41:18.109Z | kflt 0.122199041 |
681 | 2023-11-02T04:41:18.118Z | lock 2.254117132 |
682 | 2023-11-02T04:41:18.130Z | slp 4:15.031268602 |
683 | 2023-11-02T04:41:18.135Z | lat 3.995802913 |
684 | 2023-11-02T04:41:18.144Z | stop 0.076751550 |
685 | 2023-11-02T04:41:18.148Z | + ptime -m ./tools/ci_download_softnpu_machinery |
686 | 2023-11-02T04:41:18.151Z | fetching npuzone |
687 | 2023-11-02T04:41:18.156Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
688 | 2023-11-02T04:41:18.170Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
689 | 2023-11-02T04:41:18.182Z | Getting hash for npuzone |
690 | 2023-11-02T04:41:18.597Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
691 | 2023-11-02T04:41:31.239Z | npuzone downloaded successfully |
692 | 2023-11-02T04:41:31.248Z | |
693 | 2023-11-02T04:41:31.253Z | real 13.818326018 |
694 | 2023-11-02T04:41:31.260Z | user 0.570983166 |
695 | 2023-11-02T04:41:31.269Z | sys 0.155537127 |
696 | 2023-11-02T04:41:31.277Z | trap 0.000040475 |
697 | 2023-11-02T04:41:31.288Z | tflt 0.000000000 |
698 | 2023-11-02T04:41:31.297Z | dflt 0.000000000 |
699 | 2023-11-02T04:41:31.310Z | kflt 0.000000000 |
700 | 2023-11-02T04:41:31.327Z | lock 0.000000000 |
701 | 2023-11-02T04:41:31.338Z | slp 40.535366711 |
702 | 2023-11-02T04:41:31.354Z | lat 0.157859190 |
703 | 2023-11-02T04:41:31.362Z | stop 0.000269186 |
704 | 2023-11-02T04:41:31.370Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
705 | 2023-11-02T04:41:31.546Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
706 | 2023-11-02T04:41:31.888Z | Updating crates.io index |
707 | 2023-11-02T04:41:31.892Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
708 | 2023-11-02T04:41:32.742Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
709 | 2023-11-02T04:41:34.786Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
710 | 2023-11-02T04:41:35.420Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
711 | 2023-11-02T04:41:35.738Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
712 | 2023-11-02T04:41:36.034Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
713 | 2023-11-02T04:41:36.329Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
714 | 2023-11-02T04:41:37.200Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
715 | 2023-11-02T04:41:38.973Z | Updating git repository `https://github.com/oxidecomputer/opte` |
716 | 2023-11-02T04:41:39.910Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
717 | 2023-11-02T04:41:40.264Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
718 | 2023-11-02T04:41:40.600Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
719 | 2023-11-02T04:41:41.172Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
720 | 2023-11-02T04:41:41.498Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
721 | 2023-11-02T04:41:41.915Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
722 | 2023-11-02T04:41:43.241Z | Updating git repository `https://github.com/njaremko/samael` |
723 | 2023-11-02T04:41:43.663Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
724 | 2023-11-02T04:41:44.358Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
725 | 2023-11-02T04:41:44.760Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
726 | 2023-11-02T04:41:45.109Z | Updating git repository `https://github.com/jgallagher/nix` |
727 | 2023-11-02T04:41:46.389Z | Updating git repository `https://github.com/cbiffle/hubpack` |
728 | 2023-11-02T04:41:46.781Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
729 | 2023-11-02T04:41:56.208Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
730 | 2023-11-02T04:41:56.677Z | Updating git repository `https://github.com/oxidecomputer/typify` |
731 | 2023-11-02T04:41:57.751Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
732 | 2023-11-02T04:41:58.161Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
733 | 2023-11-02T04:41:58.500Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
734 | 2023-11-02T04:42:00.042Z | Downloading crates ... |
735 | 2023-11-02T04:42:00.323Z | Downloaded camino v1.1.6 |
736 | 2023-11-02T04:42:00.331Z | Downloaded cancel-safe-futures v0.1.5 |
737 | 2023-11-02T04:42:00.341Z | Downloaded inout v0.1.3 |
738 | 2023-11-02T04:42:00.354Z | Downloaded indoc v2.0.3 |
739 | 2023-11-02T04:42:00.365Z | Downloaded impl-trait-for-tuples v0.2.2 |
740 | 2023-11-02T04:42:00.375Z | Downloaded convert_case v0.4.0 |
741 | 2023-11-02T04:42:00.385Z | Downloaded instant v0.1.12 |
742 | 2023-11-02T04:42:00.394Z | Downloaded chacha20 v0.9.1 |
743 | 2023-11-02T04:42:00.406Z | Downloaded hubpack v0.1.2 |
744 | 2023-11-02T04:42:00.419Z | Downloaded bindgen v0.65.1 |
745 | 2023-11-02T04:42:00.429Z | Downloaded crc v3.0.1 |
746 | 2023-11-02T04:42:00.438Z | Downloaded jobserver v0.1.26 |
747 | 2023-11-02T04:42:00.445Z | Downloaded crc-catalog v2.2.0 |
748 | 2023-11-02T04:42:00.449Z | Downloaded assert_matches v1.5.0 |
749 | 2023-11-02T04:42:00.454Z | Downloaded serde_derive_internals v0.26.0 |
750 | 2023-11-02T04:42:00.457Z | Downloaded clap_lex v0.5.1 |
751 | 2023-11-02T04:42:00.463Z | Downloaded crossbeam-deque v0.8.3 |
752 | 2023-11-02T04:42:00.466Z | Downloaded hmac v0.12.1 |
753 | 2023-11-02T04:42:00.471Z | Downloaded httpdate v1.0.3 |
754 | 2023-11-02T04:42:00.474Z | Downloaded cpufeatures v0.2.9 |
755 | 2023-11-02T04:42:00.479Z | Downloaded num v0.4.1 |
756 | 2023-11-02T04:42:00.483Z | Downloaded cipher v0.4.4 |
757 | 2023-11-02T04:42:00.488Z | Downloaded autocfg v1.1.0 |
758 | 2023-11-02T04:42:00.492Z | Downloaded linear-map v1.2.0 |
759 | 2023-11-02T04:42:00.499Z | Downloaded maplit v1.0.2 |
760 | 2023-11-02T04:42:00.503Z | Downloaded ansi_term v0.12.1 |
761 | 2023-11-02T04:42:00.507Z | Downloaded memoffset v0.9.0 |
762 | 2023-11-02T04:42:00.519Z | Downloaded ident_case v1.0.1 |
763 | 2023-11-02T04:42:00.523Z | Downloaded bit-set v0.5.3 |
764 | 2023-11-02T04:42:00.527Z | Downloaded bitflags v1.3.2 |
765 | 2023-11-02T04:42:00.531Z | Downloaded strum v0.25.0 |
766 | 2023-11-02T04:42:00.538Z | Downloaded home v0.5.5 |
767 | 2023-11-02T04:42:00.549Z | Downloaded corncobs v0.1.3 |
768 | 2023-11-02T04:42:00.566Z | Downloaded aead v0.5.2 |
769 | 2023-11-02T04:42:00.570Z | Downloaded adler v1.0.2 |
770 | 2023-11-02T04:42:00.573Z | Downloaded newtype_derive v0.1.6 |
771 | 2023-11-02T04:42:00.576Z | Downloaded new_debug_unreachable v1.0.4 |
772 | 2023-11-02T04:42:00.579Z | Downloaded bit_field v0.10.2 |
773 | 2023-11-02T04:42:00.583Z | Downloaded nodrop v0.1.14 |
774 | 2023-11-02T04:42:00.586Z | Downloaded byteorder v1.5.0 |
775 | 2023-11-02T04:42:00.590Z | Downloaded block-padding v0.3.3 |
776 | 2023-11-02T04:42:00.593Z | Downloaded hostname v0.3.1 |
777 | 2023-11-02T04:42:00.596Z | Downloaded base64ct v1.6.0 |
778 | 2023-11-02T04:42:00.599Z | Downloaded maybe-uninit v2.0.0 |
779 | 2023-11-02T04:42:00.602Z | Downloaded http-body v0.4.5 |
780 | 2023-11-02T04:42:00.605Z | Downloaded heck v0.3.3 |
781 | 2023-11-02T04:42:00.609Z | Downloaded managed v0.8.0 |
782 | 2023-11-02T04:42:00.613Z | Downloaded argon2 v0.5.2 |
783 | 2023-11-02T04:42:00.616Z | Downloaded vte_generate_state_changes v0.1.1 |
784 | 2023-11-02T04:42:00.622Z | Downloaded num_enum v0.7.0 |
785 | 2023-11-02T04:42:00.625Z | Downloaded ciborium v0.2.1 |
786 | 2023-11-02T04:42:00.628Z | Downloaded dtrace-parser v0.1.14 |
787 | 2023-11-02T04:42:00.631Z | Downloaded buf-list v1.0.3 |
788 | 2023-11-02T04:42:00.635Z | Downloaded crossbeam v0.8.2 |
789 | 2023-11-02T04:42:00.638Z | Downloaded nanorand v0.7.0 |
790 | 2023-11-02T04:42:00.641Z | Downloaded indoc v1.0.9 |
791 | 2023-11-02T04:42:00.644Z | Downloaded path-slash v0.1.5 |
792 | 2023-11-02T04:42:00.647Z | Downloaded darling_macro v0.20.3 |
793 | 2023-11-02T04:42:00.650Z | Downloaded bitflags v2.4.0 |
794 | 2023-11-02T04:42:00.653Z | Downloaded structopt-derive v0.4.18 |
795 | 2023-11-02T04:42:00.656Z | Downloaded unicode-xid v0.2.4 |
796 | 2023-11-02T04:42:00.659Z | Downloaded bytecount v0.6.3 |
797 | 2023-11-02T04:42:00.662Z | Downloaded bincode v1.3.3 |
798 | 2023-11-02T04:42:00.665Z | Downloaded md-5 v0.10.5 |
799 | 2023-11-02T04:42:00.668Z | Downloaded clang-sys v1.6.1 |
800 | 2023-11-02T04:42:00.671Z | Downloaded thread_local v1.1.7 |
801 | 2023-11-02T04:42:00.674Z | Downloaded peeking_take_while v0.1.2 |
802 | 2023-11-02T04:42:00.677Z | Downloaded rustc_version v0.4.0 |
803 | 2023-11-02T04:42:00.682Z | Downloaded predicates v3.0.4 |
804 | 2023-11-02T04:42:00.686Z | Downloaded slog-envlogger v2.2.0 |
805 | 2023-11-02T04:42:00.689Z | Downloaded tower-service v0.3.2 |
806 | 2023-11-02T04:42:00.692Z | Downloaded native-tls v0.2.11 |
807 | 2023-11-02T04:42:00.696Z | Downloaded equivalent v1.0.1 |
808 | 2023-11-02T04:42:01.112Z | Downloaded yasna v0.5.2 |
809 | 2023-11-02T04:42:01.120Z | Downloaded usdt-impl v0.3.5 |
810 | 2023-11-02T04:42:01.131Z | Downloaded pest_generator v2.7.2 |
811 | 2023-11-02T04:42:01.138Z | Downloaded percent-encoding v2.3.0 |
812 | 2023-11-02T04:42:01.143Z | Downloaded blake2 v0.10.6 |
813 | 2023-11-02T04:42:01.147Z | Downloaded num-traits v0.2.16 |
814 | 2023-11-02T04:42:01.150Z | Downloaded take_mut v0.2.2 |
815 | 2023-11-02T04:42:01.159Z | Downloaded ron v0.7.1 |
816 | 2023-11-02T04:42:01.175Z | Downloaded zone_cfg_derive v0.2.0 |
817 | 2023-11-02T04:42:01.180Z | Downloaded waitgroup v0.1.2 |
818 | 2023-11-02T04:42:01.187Z | Downloaded xattr v1.0.1 |
819 | 2023-11-02T04:42:01.193Z | Downloaded aes v0.8.3 |
820 | 2023-11-02T04:42:01.198Z | Downloaded utf8parse v0.2.1 |
821 | 2023-11-02T04:42:01.202Z | Downloaded ringbuffer v0.15.0 |
822 | 2023-11-02T04:42:01.205Z | Downloaded zeroize v1.6.0 |
823 | 2023-11-02T04:42:01.209Z | Downloaded topological-sort v0.2.2 |
824 | 2023-11-02T04:42:01.212Z | Downloaded signal-hook-registry v1.4.1 |
825 | 2023-11-02T04:42:01.215Z | Downloaded ref-cast v1.0.20 |
826 | 2023-11-02T04:42:01.219Z | Downloaded openssl-macros v0.1.1 |
827 | 2023-11-02T04:42:01.222Z | Downloaded fallible-iterator v0.2.0 |
828 | 2023-11-02T04:42:01.226Z | Downloaded foreign-types-shared v0.1.1 |
829 | 2023-11-02T04:42:01.230Z | Downloaded curve25519-dalek-derive v0.1.0 |
830 | 2023-11-02T04:42:01.233Z | Downloaded phf_shared v0.10.0 |
831 | 2023-11-02T04:42:01.236Z | Downloaded number_prefix v0.4.0 |
832 | 2023-11-02T04:42:01.239Z | Downloaded arc-swap v1.6.0 |
833 | 2023-11-02T04:42:01.243Z | Downloaded erased-serde v0.3.30 |
834 | 2023-11-02T04:42:01.246Z | Downloaded crossbeam-queue v0.3.8 |
835 | 2023-11-02T04:42:01.251Z | Downloaded platforms v3.0.2 |
836 | 2023-11-02T04:42:01.256Z | Downloaded fxhash v0.2.1 |
837 | 2023-11-02T04:42:01.260Z | Downloaded tabled_derive v0.6.0 |
838 | 2023-11-02T04:42:01.264Z | Downloaded strsim v0.8.0 |
839 | 2023-11-02T04:42:01.268Z | Downloaded tinyvec_macros v0.1.1 |
840 | 2023-11-02T04:42:01.271Z | Downloaded stringprep v0.1.3 |
841 | 2023-11-02T04:42:01.274Z | Downloaded usdt v0.3.5 |
842 | 2023-11-02T04:42:01.278Z | Downloaded pkcs8 v0.10.2 |
843 | 2023-11-02T04:42:01.282Z | Downloaded dof v0.1.5 |
844 | 2023-11-02T04:42:01.695Z | Downloaded fixedbitset v0.4.2 |
845 | 2023-11-02T04:42:01.701Z | Downloaded which v4.4.0 |
846 | 2023-11-02T04:42:01.710Z | Downloaded pkcs1 v0.7.5 |
847 | 2023-11-02T04:42:01.716Z | Downloaded nu-ansi-term v0.49.0 |
848 | 2023-11-02T04:42:01.722Z | Downloaded uuid v1.4.1 |
849 | 2023-11-02T04:42:01.729Z | Downloaded futures-executor v0.3.29 |
850 | 2023-11-02T04:42:01.738Z | Downloaded structmeta-derive v0.2.0 |
851 | 2023-11-02T04:42:01.745Z | Downloaded serde_repr v0.1.16 |
852 | 2023-11-02T04:42:01.751Z | Downloaded pem v3.0.2 |
853 | 2023-11-02T04:42:01.760Z | Downloaded float-cmp v0.9.0 |
854 | 2023-11-02T04:42:01.768Z | Downloaded ed25519 v1.5.3 |
855 | 2023-11-02T04:42:01.777Z | Downloaded heapless v0.7.16 |
856 | 2023-11-02T04:42:01.792Z | Downloaded olpc-cjson v0.1.3 |
857 | 2023-11-02T04:42:01.805Z | Downloaded flagset v0.4.3 |
858 | 2023-11-02T04:42:01.825Z | Downloaded ff v0.13.0 |
859 | 2023-11-02T04:42:01.846Z | Downloaded normalize-line-endings v0.3.0 |
860 | 2023-11-02T04:42:01.860Z | Downloaded unicode-linebreak v0.1.5 |
861 | 2023-11-02T04:42:01.874Z | Downloaded unsafe-libyaml v0.2.9 |
862 | 2023-11-02T04:42:01.884Z | Downloaded proc-macro-error-attr v1.0.4 |
863 | 2023-11-02T04:42:01.893Z | Downloaded futures-sink v0.3.29 |
864 | 2023-11-02T04:42:01.911Z | Downloaded serde_urlencoded v0.7.1 |
865 | 2023-11-02T04:42:01.923Z | Downloaded strip-ansi-escapes v0.2.0 |
866 | 2023-11-02T04:42:02.382Z | Downloaded universal-hash v0.5.1 |
867 | 2023-11-02T04:42:02.407Z | Downloaded futures v0.3.29 |
868 | 2023-11-02T04:42:02.437Z | Downloaded unicase v2.7.0 |
869 | 2023-11-02T04:42:02.448Z | Downloaded wyz v0.5.1 |
870 | 2023-11-02T04:42:02.874Z | Downloaded whoami v1.4.1 |
871 | 2023-11-02T04:42:02.880Z | Downloaded tokio-tungstenite v0.20.1 |
872 | 2023-11-02T04:42:02.895Z | Downloaded rand_chacha v0.3.1 |
873 | 2023-11-02T04:42:02.908Z | Downloaded structmeta v0.2.0 |
874 | 2023-11-02T04:42:02.931Z | Downloaded vec_map v0.8.2 |
875 | 2023-11-02T04:42:02.937Z | Downloaded digest v0.10.7 |
876 | 2023-11-02T04:42:02.955Z | Downloaded rustc_version v0.1.7 |
877 | 2023-11-02T04:42:02.964Z | Downloaded memchr v2.6.3 |
878 | 2023-11-02T04:42:02.973Z | Downloaded hash32 v0.2.1 |
879 | 2023-11-02T04:42:03.420Z | Downloaded packed_struct_codegen v0.10.1 |
880 | 2023-11-02T04:42:03.438Z | Downloaded either v1.9.0 |
881 | 2023-11-02T04:42:03.454Z | Downloaded parse-display v0.7.0 |
882 | 2023-11-02T04:42:03.475Z | Downloaded tokio-macros v2.1.0 |
883 | 2023-11-02T04:42:03.953Z | Downloaded textwrap v0.11.0 |
884 | 2023-11-02T04:42:03.969Z | Downloaded serde-big-array v0.5.1 |
885 | 2023-11-02T04:42:04.415Z | Downloaded rpassword v7.2.0 |
886 | 2023-11-02T04:42:04.472Z | Downloaded num-derive v0.4.0 |
887 | 2023-11-02T04:42:04.484Z | Downloaded ctr v0.9.2 |
888 | 2023-11-02T04:42:04.496Z | Downloaded strsim v0.10.0 |
889 | 2023-11-02T04:42:04.509Z | Downloaded structmeta v0.1.6 |
890 | 2023-11-02T04:42:04.524Z | Downloaded serde_path_to_error v0.1.14 |
891 | 2023-11-02T04:42:04.541Z | Downloaded tracing-core v0.1.31 |
892 | 2023-11-02T04:42:04.554Z | Downloaded similar v2.2.1 |
893 | 2023-11-02T04:42:04.570Z | Downloaded want v0.3.1 |
894 | 2023-11-02T04:42:04.991Z | Downloaded strum_macros v0.25.2 |
895 | 2023-11-02T04:42:04.997Z | Downloaded diesel_derives v2.1.1 |
896 | 2023-11-02T04:42:05.005Z | Downloaded serde-big-array v0.4.1 |
897 | 2023-11-02T04:42:05.009Z | Downloaded crucible-workspace-hack v0.1.0 |
898 | 2023-11-02T04:42:05.016Z | Downloaded openssl-probe v0.1.5 |
899 | 2023-11-02T04:42:05.021Z | Downloaded path-absolutize v3.1.0 |
900 | 2023-11-02T04:42:05.027Z | Downloaded crunchy v0.2.2 |
901 | 2023-11-02T04:42:05.032Z | Downloaded deranged v0.3.8 |
902 | 2023-11-02T04:42:05.040Z | Downloaded predicates-tree v1.0.9 |
903 | 2023-11-02T04:42:05.049Z | Downloaded sha1 v0.10.5 |
904 | 2023-11-02T04:42:05.060Z | Downloaded dirs-next v2.0.0 |
905 | 2023-11-02T04:42:05.068Z | Downloaded fnv v1.0.7 |
906 | 2023-11-02T04:42:05.076Z | Downloaded env_logger v0.10.0 |
907 | 2023-11-02T04:42:05.083Z | Downloaded shlex v1.1.0 |
908 | 2023-11-02T04:42:05.088Z | Downloaded elliptic-curve v0.13.5 |
909 | 2023-11-02T04:42:05.096Z | Downloaded owo-colors v3.5.0 |
910 | 2023-11-02T04:42:05.109Z | Downloaded fs-err v2.9.0 |
911 | 2023-11-02T04:42:05.128Z | Downloaded headers-core v0.2.0 |
912 | 2023-11-02T04:42:05.136Z | Downloaded derive_builder v0.12.0 |
913 | 2023-11-02T04:42:05.142Z | Downloaded num_threads v0.1.6 |
914 | 2023-11-02T04:42:05.157Z | Downloaded untrusted v0.7.1 |
915 | 2023-11-02T04:42:05.581Z | Downloaded toolchain_find v0.2.0 |
916 | 2023-11-02T04:42:05.598Z | Downloaded foreign-types-shared v0.3.1 |
917 | 2023-11-02T04:42:06.018Z | Downloaded pem-rfc7468 v0.7.0 |
918 | 2023-11-02T04:42:06.022Z | Downloaded glob v0.3.1 |
919 | 2023-11-02T04:42:06.025Z | Downloaded sct v0.7.0 |
920 | 2023-11-02T04:42:06.029Z | Downloaded signal-hook-mio v0.2.3 |
921 | 2023-11-02T04:42:06.032Z | Downloaded terminal_size v0.2.6 |
922 | 2023-11-02T04:42:06.036Z | Downloaded diesel_table_macro_syntax v0.1.0 |
923 | 2023-11-02T04:42:06.040Z | Downloaded quote v1.0.33 |
924 | 2023-11-02T04:42:06.043Z | Downloaded der_derive v0.7.2 |
925 | 2023-11-02T04:42:06.048Z | Downloaded filetime v0.2.22 |
926 | 2023-11-02T04:42:06.051Z | Downloaded phf_shared v0.11.2 |
927 | 2023-11-02T04:42:06.054Z | Downloaded enum-as-inner v0.5.1 |
928 | 2023-11-02T04:42:06.057Z | Downloaded proc-macro2 v1.0.67 |
929 | 2023-11-02T04:42:06.060Z | Downloaded precomputed-hash v0.1.1 |
930 | 2023-11-02T04:42:06.063Z | Downloaded usdt-macro v0.3.5 |
931 | 2023-11-02T04:42:06.067Z | Downloaded signal-hook v0.3.17 |
932 | 2023-11-02T04:42:06.071Z | Downloaded slog-scope v4.4.0 |
933 | 2023-11-02T04:42:06.082Z | Downloaded display-error-chain v0.2.0 |
934 | 2023-11-02T04:42:06.503Z | Downloaded parking_lot_core v0.8.6 |
935 | 2023-11-02T04:42:06.510Z | Downloaded pem v1.1.1 |
936 | 2023-11-02T04:42:06.558Z | Downloaded libxml v0.3.3 |
937 | 2023-11-02T04:42:06.568Z | Downloaded opaque-debug v0.3.0 |
938 | 2023-11-02T04:42:06.579Z | Downloaded darling v0.20.3 |
939 | 2023-11-02T04:42:06.596Z | Downloaded slog-json v2.6.1 |
940 | 2023-11-02T04:42:06.604Z | Downloaded libm v0.2.7 |
941 | 2023-11-02T04:42:06.613Z | Downloaded pretty-hex v0.3.0 |
942 | 2023-11-02T04:42:06.621Z | Downloaded try-lock v0.2.4 |
943 | 2023-11-02T04:42:06.629Z | Downloaded snafu-derive v0.7.5 |
944 | 2023-11-02T04:42:06.646Z | Downloaded ref-cast-impl v1.0.20 |
945 | 2023-11-02T04:42:06.658Z | Downloaded quick-error v1.2.3 |
946 | 2023-11-02T04:42:06.667Z | Downloaded spin v0.9.8 |
947 | 2023-11-02T04:42:06.677Z | Downloaded tempfile v3.8.0 |
948 | 2023-11-02T04:42:06.686Z | Downloaded flate2 v1.0.28 |
949 | 2023-11-02T04:42:06.697Z | Downloaded subtle v2.5.0 |
950 | 2023-11-02T04:42:06.711Z | Downloaded darling v0.14.4 |
951 | 2023-11-02T04:42:07.940Z | Downloaded funty v2.0.0 |
952 | 2023-11-02T04:42:07.956Z | Downloaded packed_struct v0.10.1 |
953 | 2023-11-02T04:42:07.964Z | Downloaded num-iter v0.1.43 |
954 | 2023-11-02T04:42:07.982Z | Downloaded aho-corasick v1.0.4 |
955 | 2023-11-02T04:42:07.989Z | Downloaded postcard v0.7.3 |
956 | 2023-11-02T04:42:08.006Z | Downloaded untrusted v0.9.0 |
957 | 2023-11-02T04:42:08.010Z | Downloaded prettyplease v0.2.12 |
958 | 2023-11-02T04:42:08.013Z | Downloaded slab v0.4.9 |
959 | 2023-11-02T04:42:08.017Z | Downloaded radium v0.7.0 |
960 | 2023-11-02T04:42:08.022Z | Downloaded once_cell v1.18.0 |
961 | 2023-11-02T04:42:08.026Z | Downloaded toml v0.8.6 |
962 | 2023-11-02T04:42:08.031Z | Downloaded rusty-fork v0.3.0 |
963 | 2023-11-02T04:42:08.035Z | Downloaded vergen v8.2.4 |
964 | 2023-11-02T04:42:08.040Z | Downloaded crossterm v0.27.0 |
965 | 2023-11-02T04:42:08.043Z | Downloaded strum_macros v0.24.3 |
966 | 2023-11-02T04:42:08.046Z | Downloaded synstructure v0.12.6 |
967 | 2023-11-02T04:42:08.049Z | Downloaded vte v0.11.1 |
968 | 2023-11-02T04:42:08.054Z | Downloaded steno v0.4.0 |
969 | 2023-11-02T04:42:08.057Z | Downloaded derive_more v0.99.17 |
970 | 2023-11-02T04:42:08.060Z | Downloaded stable_deref_trait v1.2.0 |
971 | 2023-11-02T04:42:08.065Z | Downloaded unicode-segmentation v1.10.1 |
972 | 2023-11-02T04:42:08.068Z | Downloaded serde_yaml v0.9.25 |
973 | 2023-11-02T04:42:08.073Z | Downloaded sha2 v0.10.8 |
974 | 2023-11-02T04:42:08.079Z | Downloaded structopt v0.3.26 |
975 | 2023-11-02T04:42:08.083Z | Downloaded time v0.3.27 |
976 | 2023-11-02T04:42:08.086Z | Downloaded test-strategy v0.3.1 |
977 | 2023-11-02T04:42:08.090Z | Downloaded url v2.4.1 |
978 | 2023-11-02T04:42:08.093Z | Downloaded flume v0.11.0 |
979 | 2023-11-02T04:42:08.103Z | Downloaded rayon-core v1.12.0 |
980 | 2023-11-02T04:42:08.106Z | Downloaded salty v0.2.0 |
981 | 2023-11-02T04:42:08.110Z | Downloaded winnow v0.5.15 |
982 | 2023-11-02T04:42:08.114Z | Downloaded clap v2.34.0 |
983 | 2023-11-02T04:42:08.122Z | Downloaded slog v2.7.0 |
984 | 2023-11-02T04:42:08.126Z | Downloaded zerocopy v0.6.4 |
985 | 2023-11-02T04:42:08.129Z | Downloaded chrono v0.4.31 |
986 | 2023-11-02T04:42:08.133Z | Downloaded tungstenite v0.18.0 |
987 | 2023-11-02T04:42:08.139Z | Downloaded crypto-bigint v0.5.2 |
988 | 2023-11-02T04:42:08.144Z | Downloaded trust-dns-server v0.22.1 |
989 | 2023-11-02T04:42:08.150Z | Downloaded tokio-util v0.7.10 |
990 | 2023-11-02T04:42:08.157Z | Downloaded hashbrown v0.14.0 |
991 | 2023-11-02T04:42:08.169Z | Downloaded pest v2.7.2 |
992 | 2023-11-02T04:42:08.174Z | Downloaded toml_edit v0.20.7 |
993 | 2023-11-02T04:42:08.178Z | Downloaded git2 v0.17.2 |
994 | 2023-11-02T04:42:08.183Z | Downloaded futures-util v0.3.29 |
995 | 2023-11-02T04:42:08.192Z | Downloaded toml_edit v0.19.15 |
996 | 2023-11-02T04:42:08.196Z | Downloaded petgraph v0.6.4 |
997 | 2023-11-02T04:42:08.201Z | Downloaded reedline v0.23.0 |
998 | 2023-11-02T04:42:08.206Z | Downloaded serde_json v1.0.108 |
999 | 2023-11-02T04:42:08.210Z | Downloaded h2 v0.3.21 |
1000 | 2023-11-02T04:42:08.215Z | Downloaded curve25519-dalek v4.1.0 |
1001 | 2023-11-02T04:42:08.221Z | Downloaded object v0.30.4 |
1002 | 2023-11-02T04:42:08.227Z | Downloaded smoltcp v0.9.1 |
1003 | 2023-11-02T04:42:08.233Z | Downloaded diesel v2.1.3 |
1004 | 2023-11-02T04:42:08.238Z | Downloaded rayon v1.8.0 |
1005 | 2023-11-02T04:42:08.244Z | Downloaded quick-xml v0.23.1 |
1006 | 2023-11-02T04:42:08.249Z | Downloaded zerocopy-derive v0.2.0 |
1007 | 2023-11-02T04:42:08.254Z | Downloaded tabled v0.14.0 |
1008 | 2023-11-02T04:42:08.259Z | Downloaded tokio v1.33.0 |
1009 | 2023-11-02T04:42:08.263Z | Downloaded openssl v0.10.57 |
1010 | 2023-11-02T04:42:08.270Z | Downloaded bstr v0.2.17 |
1011 | 2023-11-02T04:42:08.278Z | Downloaded gimli v0.28.0 |
1012 | 2023-11-02T04:42:08.288Z | Downloaded ratatui v0.23.0 |
1013 | 2023-11-02T04:42:08.704Z | Downloaded radix_trie v0.2.1 |
1014 | 2023-11-02T04:42:08.720Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1015 | 2023-11-02T04:42:08.730Z | Downloaded object v0.32.1 |
1016 | 2023-11-02T04:42:08.740Z | Downloaded regex-syntax v0.6.29 |
1017 | 2023-11-02T04:42:08.750Z | Downloaded regex-syntax v0.8.2 |
1018 | 2023-11-02T04:42:08.764Z | Downloaded regex-syntax v0.7.5 |
1019 | 2023-11-02T04:42:08.772Z | Downloaded trust-dns-proto v0.22.0 |
1020 | 2023-11-02T04:42:08.785Z | Downloaded idna v0.4.0 |
1021 | 2023-11-02T04:42:08.794Z | Downloaded reqwest v0.11.20 |
1022 | 2023-11-02T04:42:08.803Z | Downloaded syn v1.0.109 |
1023 | 2023-11-02T04:42:08.821Z | Downloaded rustix v0.38.9 |
1024 | 2023-11-02T04:42:09.236Z | Downloaded rustix v0.37.23 |
1025 | 2023-11-02T04:42:09.242Z | Downloaded openapiv3 v1.0.3 |
1026 | 2023-11-02T04:42:09.246Z | Downloaded regex v1.10.2 |
1027 | 2023-11-02T04:42:09.253Z | Downloaded bstr v1.6.0 |
1028 | 2023-11-02T04:42:09.259Z | Downloaded ring v0.16.20 |
1029 | 2023-11-02T04:42:09.268Z | Downloaded sled v0.34.7 |
1030 | 2023-11-02T04:42:09.272Z | Downloaded syn v2.0.32 |
1031 | 2023-11-02T04:42:09.279Z | Downloaded zerocopy-derive v0.6.4 |
1032 | 2023-11-02T04:42:09.288Z | Downloaded libc v0.2.149 |
1033 | 2023-11-02T04:42:09.302Z | Downloaded regex-automata v0.4.3 |
1034 | 2023-11-02T04:42:09.316Z | Downloaded regex-automata v0.3.8 |
1035 | 2023-11-02T04:42:09.325Z | Downloaded idna v0.2.3 |
1036 | 2023-11-02T04:42:09.332Z | Downloaded sha3 v0.10.8 |
1037 | 2023-11-02T04:42:09.338Z | Downloaded regress v0.7.1 |
1038 | 2023-11-02T04:42:09.351Z | Downloaded polar-core v0.27.0 |
1039 | 2023-11-02T04:42:09.366Z | Downloaded portable-atomic v1.4.3 |
1040 | 2023-11-02T04:42:09.371Z | Downloaded rusqlite v0.29.0 |
1041 | 2023-11-02T04:42:09.382Z | Downloaded proptest v1.3.1 |
1042 | 2023-11-02T04:42:09.391Z | Downloaded webpki-roots v0.25.2 |
1043 | 2023-11-02T04:42:09.811Z | Downloaded nix v0.26.2 |
1044 | 2023-11-02T04:42:09.815Z | Downloaded lalrpop v0.19.12 |
1045 | 2023-11-02T04:42:09.818Z | Downloaded smoltcp v0.8.2 |
1046 | 2023-11-02T04:42:09.821Z | Downloaded rustls-webpki v0.101.7 |
1047 | 2023-11-02T04:42:09.826Z | Downloaded vcpkg v0.2.15 |
1048 | 2023-11-02T04:42:10.242Z | Downloaded serde_with v2.3.3 |
1049 | 2023-11-02T04:42:10.246Z | Downloaded regex-automata v0.1.10 |
1050 | 2023-11-02T04:42:10.254Z | Downloaded bitvec v1.0.1 |
1051 | 2023-11-02T04:42:10.259Z | Downloaded tough v0.12.5 |
1052 | 2023-11-02T04:42:10.264Z | Downloaded ryu v1.0.15 |
1053 | 2023-11-02T04:42:10.271Z | Downloaded openssl-sys v0.9.93 |
1054 | 2023-11-02T04:42:10.279Z | Downloaded unicode-normalization v0.1.22 |
1055 | 2023-11-02T04:42:10.286Z | Downloaded hyper v0.14.27 |
1056 | 2023-11-02T04:42:10.303Z | Downloaded clap_builder v4.4.2 |
1057 | 2023-11-02T04:42:10.311Z | Downloaded tar v0.4.40 |
1058 | 2023-11-02T04:42:10.317Z | Downloaded encoding_rs v0.8.33 |
1059 | 2023-11-02T04:42:10.328Z | Downloaded socket2 v0.4.9 |
1060 | 2023-11-02T04:42:10.338Z | Downloaded der v0.7.8 |
1061 | 2023-11-02T04:42:10.353Z | Downloaded hkdf v0.12.3 |
1062 | 2023-11-02T04:42:10.375Z | Downloaded tracing v0.1.37 |
1063 | 2023-11-02T04:42:10.381Z | Downloaded rand v0.8.5 |
1064 | 2023-11-02T04:42:10.392Z | Downloaded papergrid v0.10.0 |
1065 | 2023-11-02T04:42:10.405Z | Downloaded trust-dns-resolver v0.22.0 |
1066 | 2023-11-02T04:42:10.409Z | Downloaded toml v0.5.11 |
1067 | 2023-11-02T04:42:10.412Z | Downloaded subprocess v0.2.9 |
1068 | 2023-11-02T04:42:10.416Z | Downloaded socket2 v0.5.4 |
1069 | 2023-11-02T04:42:10.426Z | Downloaded x509-cert v0.2.4 |
1070 | 2023-11-02T04:42:10.434Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1071 | 2023-11-02T04:42:10.445Z | Downloaded omicron-zone-package v0.8.3 |
1072 | 2023-11-02T04:42:10.454Z | Downloaded diff v0.1.13 |
1073 | 2023-11-02T04:42:10.464Z | Downloaded half v1.8.2 |
1074 | 2023-11-02T04:42:10.471Z | Downloaded postcard-cobs v0.1.5-pre |
1075 | 2023-11-02T04:42:10.479Z | Downloaded dirs-sys-next v0.1.2 |
1076 | 2023-11-02T04:42:10.487Z | Downloaded num-bigint-dig v0.8.4 |
1077 | 2023-11-02T04:42:10.497Z | Downloaded headers v0.3.9 |
1078 | 2023-11-02T04:42:10.922Z | Downloaded hashbrown v0.13.2 |
1079 | 2023-11-02T04:42:10.927Z | Downloaded num-bigint v0.4.4 |
1080 | 2023-11-02T04:42:10.930Z | Downloaded signature v2.1.0 |
1081 | 2023-11-02T04:42:10.948Z | Downloaded resolv-conf v0.7.0 |
1082 | 2023-11-02T04:42:10.960Z | Downloaded pkg-config v0.3.27 |
1083 | 2023-11-02T04:42:10.967Z | Downloaded crypto-common v0.1.6 |
1084 | 2023-11-02T04:42:10.973Z | Downloaded phf v0.11.2 |
1085 | 2023-11-02T04:42:10.987Z | Downloaded signature v1.6.4 |
1086 | 2023-11-02T04:42:11.006Z | Downloaded smallvec v1.11.0 |
1087 | 2023-11-02T04:42:11.015Z | Downloaded hashbrown v0.12.3 |
1088 | 2023-11-02T04:42:11.022Z | Downloaded itertools v0.11.0 |
1089 | 2023-11-02T04:42:11.032Z | Downloaded tokio-postgres v0.7.10 |
1090 | 2023-11-02T04:42:11.054Z | Downloaded thiserror-impl-no-std v2.0.2 |
1091 | 2023-11-02T04:42:11.075Z | Downloaded vsss-rs v3.3.1 |
1092 | 2023-11-02T04:42:11.081Z | Downloaded polyval v0.6.1 |
1093 | 2023-11-02T04:42:11.095Z | Downloaded derive-where v1.2.5 |
1094 | 2023-11-02T04:42:11.102Z | Downloaded doc-comment v0.3.3 |
1095 | 2023-11-02T04:42:11.107Z | Downloaded spin v0.5.2 |
1096 | 2023-11-02T04:42:11.111Z | Downloaded secrecy v0.8.0 |
1097 | 2023-11-02T04:42:11.115Z | Downloaded postgres-types v0.2.6 |
1098 | 2023-11-02T04:42:11.118Z | Downloaded darling_core v0.14.4 |
1099 | 2023-11-02T04:42:11.122Z | Downloaded spki v0.7.2 |
1100 | 2023-11-02T04:42:11.128Z | Downloaded crossterm v0.26.1 |
1101 | 2023-11-02T04:42:11.132Z | Downloaded parse-display-derive v0.7.0 |
1102 | 2023-11-02T04:42:11.135Z | Downloaded semver v0.11.0 |
1103 | 2023-11-02T04:42:11.143Z | Downloaded multer v2.1.0 |
1104 | 2023-11-02T04:42:11.146Z | Downloaded rcgen v0.11.3 |
1105 | 2023-11-02T04:42:11.150Z | Downloaded darling_core v0.20.3 |
1106 | 2023-11-02T04:42:11.156Z | Downloaded nom v7.1.3 |
1107 | 2023-11-02T04:42:11.159Z | Downloaded zerocopy v0.3.0 |
1108 | 2023-11-02T04:42:11.163Z | Downloaded paste v1.0.14 |
1109 | 2023-11-02T04:42:11.167Z | Downloaded zip v0.6.6 |
1110 | 2023-11-02T04:42:11.170Z | Downloaded pretty-hex v0.2.1 |
1111 | 2023-11-02T04:42:11.173Z | Downloaded tokio-tungstenite v0.18.0 |
1112 | 2023-11-02T04:42:11.176Z | Downloaded num-rational v0.4.1 |
1113 | 2023-11-02T04:42:11.182Z | Downloaded unicode-ident v1.0.12 |
1114 | 2023-11-02T04:42:11.186Z | Downloaded getopts v0.2.21 |
1115 | 2023-11-02T04:42:11.189Z | Downloaded thiserror-impl v1.0.49 |
1116 | 2023-11-02T04:42:11.192Z | Downloaded derive_builder_core v0.12.0 |
1117 | 2023-11-02T04:42:11.195Z | Downloaded parking_lot_core v0.9.8 |
1118 | 2023-11-02T04:42:11.198Z | Downloaded rand_core v0.6.4 |
1119 | 2023-11-02T04:42:11.204Z | Downloaded unicode-bidi v0.3.13 |
1120 | 2023-11-02T04:42:11.208Z | Downloaded fatfs v0.3.6 |
1121 | 2023-11-02T04:42:11.211Z | Downloaded rustc-demangle v0.1.23 |
1122 | 2023-11-02T04:42:11.214Z | Downloaded env_logger v0.9.3 |
1123 | 2023-11-02T04:42:11.218Z | Downloaded itertools v0.10.5 |
1124 | 2023-11-02T04:42:11.221Z | Downloaded string_cache v0.8.7 |
1125 | 2023-11-02T04:42:11.225Z | Downloaded slog-stdlog v4.1.1 |
1126 | 2023-11-02T04:42:11.229Z | Downloaded oso v0.27.0 |
1127 | 2023-11-02T04:42:11.232Z | Downloaded rsa v0.9.2 |
1128 | 2023-11-02T04:42:11.236Z | Downloaded parking_lot v0.12.1 |
1129 | 2023-11-02T04:42:11.242Z | Downloaded serde_with_macros v2.3.3 |
1130 | 2023-11-02T04:42:11.246Z | Downloaded mio v0.8.8 |
1131 | 2023-11-02T04:42:11.251Z | Downloaded downcast v0.11.0 |
1132 | 2023-11-02T04:42:11.254Z | Downloaded textwrap v0.16.0 |
1133 | 2023-11-02T04:42:11.272Z | Downloaded cstr-argument v0.1.2 |
1134 | 2023-11-02T04:42:11.276Z | Downloaded rand_xorshift v0.3.0 |
1135 | 2023-11-02T04:42:11.280Z | Downloaded rustversion v1.0.14 |
1136 | 2023-11-02T04:42:11.283Z | Downloaded proc-macro-error v1.0.4 |
1137 | 2023-11-02T04:42:11.287Z | Downloaded http v0.2.9 |
1138 | 2023-11-02T04:42:11.290Z | Downloaded minimal-lexical v0.2.1 |
1139 | 2023-11-02T04:42:11.294Z | Downloaded mime_guess v2.0.4 |
1140 | 2023-11-02T04:42:11.303Z | Downloaded libz-sys v1.1.12 |
1141 | 2023-11-02T04:42:11.320Z | Downloaded const_format v0.2.31 |
1142 | 2023-11-02T04:42:11.325Z | Downloaded trust-dns-client v0.22.0 |
1143 | 2023-11-02T04:42:11.337Z | Downloaded fragile v2.0.0 |
1144 | 2023-11-02T04:42:11.340Z | Downloaded form_urlencoded v1.2.0 |
1145 | 2023-11-02T04:42:11.343Z | Downloaded serde-hex v0.1.0 |
1146 | 2023-11-02T04:42:11.346Z | Downloaded tungstenite v0.20.1 |
1147 | 2023-11-02T04:42:11.349Z | Downloaded smf v0.2.2 |
1148 | 2023-11-02T04:42:11.353Z | Downloaded num_enum_derive v0.5.11 |
1149 | 2023-11-02T04:42:11.356Z | Downloaded futures-io v0.3.29 |
1150 | 2023-11-02T04:42:11.360Z | Downloaded difflib v0.4.0 |
1151 | 2023-11-02T04:42:11.363Z | Downloaded scopeguard v1.2.0 |
1152 | 2023-11-02T04:42:11.366Z | Downloaded dyn-clone v1.0.13 |
1153 | 2023-11-02T04:42:11.369Z | Downloaded postgres-protocol v0.6.6 |
1154 | 2023-11-02T04:42:11.372Z | Downloaded password-hash v0.5.0 |
1155 | 2023-11-02T04:42:11.375Z | Downloaded getrandom v0.2.10 |
1156 | 2023-11-02T04:42:11.379Z | Downloaded futures-channel v0.3.29 |
1157 | 2023-11-02T04:42:11.382Z | Downloaded semver v1.0.20 |
1158 | 2023-11-02T04:42:11.385Z | Downloaded semver v0.1.20 |
1159 | 2023-11-02T04:42:11.388Z | Downloaded proc-macro-crate v1.3.1 |
1160 | 2023-11-02T04:42:11.391Z | Downloaded poly1305 v0.8.0 |
1161 | 2023-11-02T04:42:11.394Z | Downloaded parking_lot v0.11.2 |
1162 | 2023-11-02T04:42:11.397Z | Downloaded fd-lock v3.0.13 |
1163 | 2023-11-02T04:42:11.401Z | Downloaded base64 v0.21.5 |
1164 | 2023-11-02T04:42:11.405Z | Downloaded backtrace v0.3.69 |
1165 | 2023-11-02T04:42:11.408Z | Downloaded futures-macro v0.3.29 |
1166 | 2023-11-02T04:42:11.411Z | Downloaded snafu v0.7.5 |
1167 | 2023-11-02T04:42:11.414Z | Downloaded futures-core v0.3.29 |
1168 | 2023-11-02T04:42:11.417Z | Downloaded serde_plain v1.0.2 |
1169 | 2023-11-02T04:42:11.420Z | Downloaded serde_arrays v0.1.0 |
1170 | 2023-11-02T04:42:11.423Z | Downloaded slog-dtrace v0.2.3 |
1171 | 2023-11-02T04:42:11.427Z | Downloaded slog-bunyan v2.4.0 |
1172 | 2023-11-02T04:42:11.430Z | Downloaded siphasher v0.3.11 |
1173 | 2023-11-02T04:42:11.433Z | Downloaded errno v0.3.2 |
1174 | 2023-11-02T04:42:11.436Z | Downloaded generic-array v0.14.7 |
1175 | 2023-11-02T04:42:11.439Z | Downloaded ring v0.17.5 |
1176 | 2023-11-02T04:42:11.442Z | Downloaded term v0.7.0 |
1177 | 2023-11-02T04:42:11.445Z | Downloaded hashlink v0.8.3 |
1178 | 2023-11-02T04:42:11.448Z | Downloaded zeroize_derive v1.4.2 |
1179 | 2023-11-02T04:42:11.451Z | Downloaded tracing-attributes v0.1.26 |
1180 | 2023-11-02T04:42:11.454Z | Downloaded toml v0.7.8 |
1181 | 2023-11-02T04:42:11.457Z | Downloaded tinyvec v1.6.0 |
1182 | 2023-11-02T04:42:11.461Z | Downloaded pin-project-lite v0.2.13 |
1183 | 2023-11-02T04:42:11.464Z | Downloaded pest_meta v2.7.2 |
1184 | 2023-11-02T04:42:11.467Z | Downloaded pest_derive v2.7.2 |
1185 | 2023-11-02T04:42:11.470Z | Downloaded crossbeam-utils v0.8.16 |
1186 | 2023-11-02T04:42:11.473Z | Downloaded ppv-lite86 v0.2.17 |
1187 | 2023-11-02T04:42:11.476Z | Downloaded walkdir v2.4.0 |
1188 | 2023-11-02T04:42:11.479Z | Downloaded libsqlite3-sys v0.26.0 |
1189 | 2023-11-02T04:42:11.482Z | Downloaded thiserror v1.0.49 |
1190 | 2023-11-02T04:42:11.486Z | Downloaded anyhow v1.0.75 |
1191 | 2023-11-02T04:42:11.489Z | Downloaded ron v0.8.1 |
1192 | 2023-11-02T04:42:11.492Z | Downloaded smawk v0.3.1 |
1193 | 2023-11-02T04:42:11.495Z | Downloaded num_enum_derive v0.7.0 |
1194 | 2023-11-02T04:42:11.498Z | Downloaded group v0.13.0 |
1195 | 2023-11-02T04:42:11.501Z | Downloaded base64 v0.13.1 |
1196 | 2023-11-02T04:42:11.505Z | Downloaded allocator-api2 v0.2.16 |
1197 | 2023-11-02T04:42:11.508Z | Downloaded termcolor v1.2.0 |
1198 | 2023-11-02T04:42:11.511Z | Downloaded tokio-native-tls v0.3.1 |
1199 | 2023-11-02T04:42:11.518Z | Downloaded twox-hash v1.6.3 |
1200 | 2023-11-02T04:42:11.523Z | Downloaded tui-tree-widget v0.13.0 |
1201 | 2023-11-02T04:42:11.532Z | Downloaded globset v0.4.13 |
1202 | 2023-11-02T04:42:11.536Z | Downloaded pin-utils v0.1.0 |
1203 | 2023-11-02T04:42:11.539Z | Downloaded crossbeam-channel v0.5.8 |
1204 | 2023-11-02T04:42:11.542Z | Downloaded path-dedot v3.1.0 |
1205 | 2023-11-02T04:42:11.545Z | Downloaded futures-task v0.3.29 |
1206 | 2023-11-02T04:42:11.576Z | Downloaded oso-derive v0.27.0 |
1207 | 2023-11-02T04:42:11.579Z | Downloaded fastrand v2.0.0 |
1208 | 2023-11-02T04:42:11.582Z | Downloaded fallible-streaming-iterator v0.1.9 |
1209 | 2023-11-02T04:42:11.585Z | Downloaded miniz_oxide v0.7.1 |
1210 | 2023-11-02T04:42:11.588Z | Downloaded mockall_derive v0.11.4 |
1211 | 2023-11-02T04:42:11.591Z | Downloaded cc v1.0.83 |
1212 | 2023-11-02T04:42:11.594Z | Downloaded tokio-rustls v0.24.1 |
1213 | 2023-11-02T04:42:11.597Z | Downloaded chacha20poly1305 v0.10.1 |
1214 | 2023-11-02T04:42:11.600Z | Downloaded same-file v1.0.6 |
1215 | 2023-11-02T04:42:11.603Z | Downloaded r2d2 v0.8.10 |
1216 | 2023-11-02T04:42:11.606Z | Downloaded unicode-width v0.1.11 |
1217 | 2023-11-02T04:42:11.609Z | Downloaded ucd-trie v0.1.6 |
1218 | 2023-11-02T04:42:11.612Z | Downloaded typenum v1.16.0 |
1219 | 2023-11-02T04:42:11.615Z | Downloaded tokio-stream v0.1.14 |
1220 | 2023-11-02T04:42:11.618Z | Downloaded static_assertions v1.1.0 |
1221 | 2023-11-02T04:42:11.621Z | Downloaded toml_datetime v0.6.5 |
1222 | 2023-11-02T04:42:11.624Z | Downloaded predicates-core v1.0.6 |
1223 | 2023-11-02T04:42:11.627Z | Downloaded num-integer v0.1.45 |
1224 | 2023-11-02T04:42:11.630Z | Downloaded predicates v2.1.5 |
1225 | 2023-11-02T04:42:11.633Z | Downloaded thiserror-no-std v2.0.2 |
1226 | 2023-11-02T04:42:11.639Z | Downloaded memoffset v0.7.1 |
1227 | 2023-11-02T04:42:11.644Z | Downloaded thread-id v4.2.0 |
1228 | 2023-11-02T04:42:11.656Z | Downloaded version_check v0.9.4 |
1229 | 2023-11-02T04:42:11.661Z | Downloaded ena v0.14.2 |
1230 | 2023-11-02T04:42:11.665Z | Downloaded crossbeam-epoch v0.9.15 |
1231 | 2023-11-02T04:42:11.669Z | Downloaded lock_api v0.4.10 |
1232 | 2023-11-02T04:42:11.672Z | Downloaded data-encoding v2.4.0 |
1233 | 2023-11-02T04:42:11.676Z | Downloaded zone v0.2.0 |
1234 | 2023-11-02T04:42:11.680Z | Downloaded log v0.4.20 |
1235 | 2023-11-02T04:42:11.711Z | Downloaded time-macros v0.2.13 |
1236 | 2023-11-02T04:42:11.715Z | Downloaded unarray v0.1.4 |
1237 | 2023-11-02T04:42:11.718Z | Downloaded darling_macro v0.14.4 |
1238 | 2023-11-02T04:42:11.723Z | Downloaded httparse v1.8.0 |
1239 | 2023-11-02T04:42:11.731Z | Downloaded hyper-staticfile v0.9.5 |
1240 | 2023-11-02T04:42:11.734Z | Downloaded cargo-platform v0.1.3 |
1241 | 2023-11-02T04:42:11.740Z | Downloaded bzip2 v0.4.4 |
1242 | 2023-11-02T04:42:11.743Z | Downloaded addr2line v0.21.0 |
1243 | 2023-11-02T04:42:11.746Z | Downloaded debug-ignore v1.0.5 |
1244 | 2023-11-02T04:42:11.752Z | Downloaded tiny-keccak v2.0.2 |
1245 | 2023-11-02T04:42:11.758Z | Downloaded termios v0.3.3 |
1246 | 2023-11-02T04:42:11.764Z | Downloaded tap v1.0.1 |
1247 | 2023-11-02T04:42:11.780Z | Downloaded crc-any v2.4.3 |
1248 | 2023-11-02T04:42:11.784Z | Downloaded async-trait v0.1.74 |
1249 | 2023-11-02T04:42:11.788Z | Downloaded ascii v1.1.0 |
1250 | 2023-11-02T04:42:11.793Z | Downloaded libloading v0.7.4 |
1251 | 2023-11-02T04:42:11.799Z | Downloaded bcs v0.1.6 |
1252 | 2023-11-02T04:42:11.803Z | Downloaded async-recursion v1.0.5 |
1253 | 2023-11-02T04:42:11.806Z | Downloaded structmeta-derive v0.1.6 |
1254 | 2023-11-02T04:42:11.810Z | Downloaded slog-term v2.9.0 |
1255 | 2023-11-02T04:42:11.816Z | Downloaded console v0.15.7 |
1256 | 2023-11-02T04:42:11.824Z | Downloaded num_enum v0.5.11 |
1257 | 2023-11-02T04:42:11.827Z | Downloaded cargo_toml v0.16.3 |
1258 | 2023-11-02T04:42:11.833Z | Downloaded num-complex v0.4.4 |
1259 | 2023-11-02T04:42:11.836Z | Downloaded colored v2.0.4 |
1260 | 2023-11-02T04:42:11.841Z | Downloaded mockall v0.11.4 |
1261 | 2023-11-02T04:42:11.847Z | Downloaded aes-gcm-siv v0.11.1 |
1262 | 2023-11-02T04:42:11.855Z | Downloaded ahash v0.8.3 |
1263 | 2023-11-02T04:42:11.862Z | Downloaded slog-async v2.8.0 |
1264 | 2023-11-02T04:42:11.869Z | Downloaded macaddr v1.0.1 |
1265 | 2023-11-02T04:42:11.876Z | Downloaded wait-timeout v0.2.0 |
1266 | 2023-11-02T04:42:11.886Z | Downloaded utf-8 v0.7.6 |
1267 | 2023-11-02T04:42:11.892Z | Downloaded smallvec v0.6.14 |
1268 | 2023-11-02T04:42:11.902Z | Downloaded highway v1.1.0 |
1269 | 2023-11-02T04:42:11.908Z | Downloaded const_format_proc_macros v0.2.31 |
1270 | 2023-11-02T04:42:11.915Z | Downloaded serde_tokenstream v0.1.7 |
1271 | 2023-11-02T04:42:11.924Z | Downloaded io-lifetimes v1.0.11 |
1272 | 2023-11-02T04:42:11.930Z | Downloaded const-oid v0.9.5 |
1273 | 2023-11-02T04:42:11.943Z | Downloaded foreign-types-macros v0.2.3 |
1274 | 2023-11-02T04:42:11.953Z | Downloaded foreign-types v0.5.0 |
1275 | 2023-11-02T04:42:11.964Z | Downloaded foreign-types v0.3.2 |
1276 | 2023-11-02T04:42:11.973Z | Downloaded usdt-attr-macro v0.3.5 |
1277 | 2023-11-02T04:42:11.980Z | Downloaded serde_derive v1.0.188 |
1278 | 2023-11-02T04:42:11.991Z | Downloaded nibble_vec v0.1.0 |
1279 | 2023-11-02T04:42:11.999Z | Downloaded mime v0.3.17 |
1280 | 2023-11-02T04:42:12.006Z | Downloaded base16ct v0.2.0 |
1281 | 2023-11-02T04:42:12.013Z | Downloaded linked-hash-map v0.5.6 |
1282 | 2023-11-02T04:42:12.016Z | Downloaded lru-cache v0.1.2 |
1283 | 2023-11-02T04:42:12.019Z | Downloaded rustls-pemfile v1.0.3 |
1284 | 2023-11-02T04:42:12.022Z | Downloaded indicatif v0.17.7 |
1285 | 2023-11-02T04:42:12.026Z | Downloaded indexmap v1.9.3 |
1286 | 2023-11-02T04:42:12.029Z | Downloaded rtoolbox v0.0.1 |
1287 | 2023-11-02T04:42:12.033Z | Downloaded anstream v0.5.0 |
1288 | 2023-11-02T04:42:12.037Z | Downloaded crc32fast v1.3.2 |
1289 | 2023-11-02T04:42:12.044Z | Downloaded endian-type v0.1.2 |
1290 | 2023-11-02T04:42:12.051Z | Downloaded derive_builder_macro v0.12.0 |
1291 | 2023-11-02T04:42:12.058Z | Downloaded time-core v0.1.1 |
1292 | 2023-11-02T04:42:12.072Z | Downloaded termtree v0.4.1 |
1293 | 2023-11-02T04:42:12.080Z | Downloaded hex v0.4.3 |
1294 | 2023-11-02T04:42:12.083Z | Downloaded block-buffer v0.10.4 |
1295 | 2023-11-02T04:42:12.086Z | Downloaded bit-vec v0.6.3 |
1296 | 2023-11-02T04:42:12.089Z | Downloaded num_cpus v1.16.0 |
1297 | 2023-11-02T04:42:12.092Z | Downloaded bitfield v0.14.0 |
1298 | 2023-11-02T04:42:12.096Z | Downloaded backoff v0.4.0 |
1299 | 2023-11-02T04:42:12.100Z | Downloaded ascii-canvas v3.0.0 |
1300 | 2023-11-02T04:42:12.103Z | Downloaded match_cfg v0.1.0 |
1301 | 2023-11-02T04:42:12.113Z | Downloaded atomic-waker v1.1.1 |
1302 | 2023-11-02T04:42:12.116Z | Downloaded array-init v0.0.4 |
1303 | 2023-11-02T04:42:12.119Z | Downloaded async-stream v0.3.5 |
1304 | 2023-11-02T04:42:12.123Z | Downloaded anstyle-query v1.0.0 |
1305 | 2023-11-02T04:42:12.136Z | Downloaded anstyle-parse v0.2.1 |
1306 | 2023-11-02T04:42:12.140Z | Downloaded indexmap v2.0.0 |
1307 | 2023-11-02T04:42:12.144Z | Downloaded clap v4.4.3 |
1308 | 2023-11-02T04:42:12.148Z | Downloaded http-range v0.1.5 |
1309 | 2023-11-02T04:42:12.151Z | Downloaded bitstruct v0.1.1 |
1310 | 2023-11-02T04:42:12.154Z | Downloaded lalrpop-util v0.19.12 |
1311 | 2023-11-02T04:42:12.156Z | Downloaded heck v0.4.1 |
1312 | 2023-11-02T04:42:12.159Z | Downloaded signal-hook-tokio v0.3.1 |
1313 | 2023-11-02T04:42:12.162Z | Downloaded shell-words v1.1.0 |
1314 | 2023-11-02T04:42:12.165Z | Downloaded lazy_static v1.4.0 |
1315 | 2023-11-02T04:42:12.168Z | Downloaded libefi-sys v0.1.0 |
1316 | 2023-11-02T04:42:12.171Z | Downloaded matches v0.1.10 |
1317 | 2023-11-02T04:42:12.173Z | Downloaded ipnet v2.8.0 |
1318 | 2023-11-02T04:42:12.176Z | Downloaded bb8 v0.8.1 |
1319 | 2023-11-02T04:42:12.179Z | Downloaded hubpack_derive v0.1.1 |
1320 | 2023-11-02T04:42:12.182Z | Downloaded bitstruct_derive v0.1.0 |
1321 | 2023-11-02T04:42:12.185Z | Downloaded atty v0.2.14 |
1322 | 2023-11-02T04:42:12.188Z | Downloaded anstyle v1.0.2 |
1323 | 2023-11-02T04:42:12.191Z | Downloaded serde v1.0.188 |
1324 | 2023-11-02T04:42:12.193Z | Downloaded is-terminal v0.4.9 |
1325 | 2023-11-02T04:42:12.196Z | Downloaded rustls v0.21.8 |
1326 | 2023-11-02T04:42:12.199Z | Downloaded ipnetwork v0.20.0 |
1327 | 2023-11-02T04:42:12.204Z | Downloaded bytes v1.5.0 |
1328 | 2023-11-02T04:42:12.209Z | Downloaded schemars v0.8.13 |
1329 | 2023-11-02T04:42:12.213Z | Downloaded hyper-tls v0.5.0 |
1330 | 2023-11-02T04:42:12.216Z | Downloaded cookie v0.16.2 |
1331 | 2023-11-02T04:42:12.218Z | Downloaded clap_derive v4.4.2 |
1332 | 2023-11-02T04:42:12.221Z | Downloaded itoa v1.0.9 |
1333 | 2023-11-02T04:42:12.225Z | Downloaded hyper-rustls v0.24.2 |
1334 | 2023-11-02T04:42:12.228Z | Downloaded atomicwrites v0.4.2 |
1335 | 2023-11-02T04:42:12.231Z | Downloaded async-stream-impl v0.3.5 |
1336 | 2023-11-02T04:42:12.234Z | Downloaded serde_tokenstream v0.2.0 |
1337 | 2023-11-02T04:42:12.237Z | Downloaded serde_spanned v0.6.4 |
1338 | 2023-11-02T04:42:12.240Z | Downloaded semver-parser v0.10.2 |
1339 | 2023-11-02T04:42:12.243Z | Downloaded schemars_derive v0.8.13 |
1340 | 2023-11-02T04:42:12.246Z | Downloaded lazycell v1.3.0 |
1341 | 2023-11-02T04:42:12.249Z | Downloaded keccak v0.1.4 |
1342 | 2023-11-02T04:42:12.252Z | Downloaded iana-time-zone v0.1.57 |
1343 | 2023-11-02T04:42:12.255Z | Downloaded humantime v2.1.0 |
1344 | 2023-11-02T04:42:12.258Z | Downloaded ciborium-ll v0.2.1 |
1345 | 2023-11-02T04:42:12.261Z | Downloaded cfg-if v1.0.0 |
1346 | 2023-11-02T04:42:12.264Z | Downloaded cassowary v0.3.0 |
1347 | 2023-11-02T04:42:12.267Z | Downloaded camino-tempfile v1.0.2 |
1348 | 2023-11-02T04:42:12.270Z | Downloaded scheduled-thread-pool v0.2.7 |
1349 | 2023-11-02T04:42:12.273Z | Downloaded rustls-native-certs v0.6.3 |
1350 | 2023-11-02T04:42:12.277Z | Downloaded rustfmt-wrapper v0.2.0 |
1351 | 2023-11-02T04:42:12.280Z | Downloaded rustc-hash v1.1.0 |
1352 | 2023-11-02T04:42:12.283Z | Downloaded ciborium-io v0.2.1 |
1353 | 2023-11-02T04:42:12.286Z | Downloaded cexpr v0.6.0 |
1354 | 2023-11-02T04:42:12.291Z | Downloaded cargo_metadata v0.18.0 |
1355 | 2023-11-02T04:42:12.294Z | Downloaded colorchoice v1.0.0 |
1356 | 2023-11-02T04:42:12.297Z | Downloaded cfg-if v0.1.10 |
1357 | 2023-11-02T04:42:12.300Z | Downloaded bytesize v1.3.0 |
1358 | 2023-11-02T04:42:12.303Z | Compiling proc-macro2 v1.0.67 |
1359 | 2023-11-02T04:42:12.308Z | Compiling unicode-ident v1.0.12 |
1360 | 2023-11-02T04:42:12.311Z | Compiling libc v0.2.149 |
1361 | 2023-11-02T04:42:12.315Z | Compiling serde v1.0.188 |
1362 | 2023-11-02T04:42:12.318Z | Compiling autocfg v1.1.0 |
1363 | 2023-11-02T04:42:12.321Z | Compiling version_check v0.9.4 |
1364 | 2023-11-02T04:42:12.324Z | Compiling cfg-if v1.0.0 |
1365 | 2023-11-02T04:42:12.327Z | Compiling syn v1.0.109 |
1366 | 2023-11-02T04:42:12.330Z | Compiling once_cell v1.18.0 |
1367 | 2023-11-02T04:42:12.333Z | Compiling libm v0.2.7 |
1368 | 2023-11-02T04:42:12.336Z | Compiling parking_lot_core v0.9.8 |
1369 | 2023-11-02T04:42:12.338Z | Compiling ahash v0.8.3 |
1370 | 2023-11-02T04:42:12.341Z | Compiling lock_api v0.4.10 |
1371 | 2023-11-02T04:42:12.344Z | Compiling num-traits v0.2.16 |
1372 | 2023-11-02T04:42:12.347Z | Compiling thiserror v1.0.49 |
1373 | 2023-11-02T04:42:12.353Z | Compiling typenum v1.16.0 |
1374 | 2023-11-02T04:42:12.356Z | Compiling futures-core v0.3.29 |
1375 | 2023-11-02T04:42:12.362Z | Compiling generic-array v0.14.7 |
1376 | 2023-11-02T04:42:12.366Z | Compiling scopeguard v1.2.0 |
1377 | 2023-11-02T04:42:12.369Z | Compiling memchr v2.6.3 |
1378 | 2023-11-02T04:42:12.373Z | Compiling itoa v1.0.9 |
1379 | 2023-11-02T04:42:12.382Z | Compiling pkg-config v0.3.27 |
1380 | 2023-11-02T04:42:12.395Z | Compiling quote v1.0.33 |
1381 | 2023-11-02T04:42:12.404Z | Compiling syn v2.0.32 |
1382 | 2023-11-02T04:42:12.407Z | Compiling jobserver v0.1.26 |
1383 | 2023-11-02T04:42:12.411Z | Compiling getrandom v0.2.10 |
1384 | 2023-11-02T04:42:12.413Z | Compiling cc v1.0.83 |
1385 | 2023-11-02T04:42:12.416Z | Compiling slab v0.4.9 |
1386 | 2023-11-02T04:42:12.419Z | Compiling futures-task v0.3.29 |
1387 | 2023-11-02T04:42:12.425Z | Compiling futures-channel v0.3.29 |
1388 | 2023-11-02T04:42:12.429Z | Compiling futures-util v0.3.29 |
1389 | 2023-11-02T04:42:12.432Z | Compiling log v0.4.20 |
1390 | 2023-11-02T04:42:12.435Z | Compiling ryu v1.0.15 |
1391 | 2023-11-02T04:42:12.443Z | Compiling pin-project-lite v0.2.13 |
1392 | 2023-11-02T04:42:12.446Z | Compiling serde_json v1.0.108 |
1393 | 2023-11-02T04:42:12.449Z | Compiling heck v0.4.1 |
1394 | 2023-11-02T04:42:12.452Z | Compiling schemars v0.8.13 |
1395 | 2023-11-02T04:42:12.454Z | Compiling smallvec v1.11.0 |
1396 | 2023-11-02T04:42:12.518Z | Compiling vcpkg v0.2.15 |
1397 | 2023-11-02T04:42:14.004Z | Compiling parking_lot v0.12.1 |
1398 | 2023-11-02T04:42:14.922Z | Compiling ring v0.17.5 |
1399 | 2023-11-02T04:42:15.557Z | Compiling openssl-sys v0.9.93 |
1400 | 2023-11-02T04:42:17.062Z | Compiling ring v0.16.20 |
1401 | 2023-11-02T04:42:17.854Z | Compiling rand_core v0.6.4 |
1402 | 2023-11-02T04:42:17.972Z | Compiling indexmap v1.9.3 |
1403 | 2023-11-02T04:42:18.005Z | Compiling allocator-api2 v0.2.16 |
1404 | 2023-11-02T04:42:18.059Z | Compiling byteorder v1.5.0 |
1405 | 2023-11-02T04:42:18.600Z | Compiling equivalent v1.0.1 |
1406 | 2023-11-02T04:42:18.765Z | Compiling httparse v1.8.0 |
1407 | 2023-11-02T04:42:18.805Z | Compiling mio v0.8.8 |
1408 | 2023-11-02T04:42:18.855Z | Compiling socket2 v0.5.4 |
1409 | 2023-11-02T04:42:19.284Z | Compiling hashbrown v0.14.0 |
1410 | 2023-11-02T04:42:19.302Z | Compiling signal-hook-registry v1.4.1 |
1411 | 2023-11-02T04:42:20.147Z | Compiling num_cpus v1.16.0 |
1412 | 2023-11-02T04:42:20.720Z | Compiling spin v0.5.2 |
1413 | 2023-11-02T04:42:21.452Z | Compiling serde_derive_internals v0.26.0 |
1414 | 2023-11-02T04:42:22.141Z | Compiling semver v1.0.20 |
1415 | 2023-11-02T04:42:22.239Z | Compiling openssl v0.10.57 |
1416 | 2023-11-02T04:42:22.503Z | Compiling fnv v1.0.7 |
1417 | 2023-11-02T04:42:22.834Z | Compiling rustls v0.21.8 |
1418 | 2023-11-02T04:42:22.908Z | Compiling iana-time-zone v0.1.57 |
1419 | 2023-11-02T04:42:23.202Z | Compiling native-tls v0.2.11 |
1420 | 2023-11-02T04:42:23.436Z | Compiling unicode-xid v0.2.4 |
1421 | 2023-11-02T04:42:23.468Z | Compiling crossbeam-utils v0.8.16 |
1422 | 2023-11-02T04:42:23.701Z | Compiling ucd-trie v0.1.6 |
1423 | 2023-11-02T04:42:24.138Z | Compiling synstructure v0.12.6 |
1424 | 2023-11-02T04:42:25.216Z | Compiling futures-sink v0.3.29 |
1425 | 2023-11-02T04:42:25.481Z | Compiling io-lifetimes v1.0.11 |
1426 | 2023-11-02T04:42:25.630Z | Compiling backtrace v0.3.69 |
1427 | 2023-11-02T04:42:26.247Z | Compiling tinyvec_macros v0.1.1 |
1428 | 2023-11-02T04:42:26.325Z | Compiling dyn-clone v1.0.13 |
1429 | 2023-11-02T04:42:26.401Z | Compiling tinyvec v1.6.0 |
1430 | 2023-11-02T04:42:27.028Z | Compiling tracing-core v0.1.31 |
1431 | 2023-11-02T04:42:27.052Z | Compiling num-integer v0.1.45 |
1432 | 2023-11-02T04:42:27.075Z | Compiling memoffset v0.9.0 |
1433 | 2023-11-02T04:42:27.331Z | Compiling futures-io v0.3.29 |
1434 | 2023-11-02T04:42:27.480Z | Compiling rustix v0.38.9 |
1435 | 2023-11-02T04:42:27.572Z | Compiling winnow v0.5.15 |
1436 | 2023-11-02T04:42:27.737Z | Compiling pin-utils v0.1.0 |
1437 | 2023-11-02T04:42:27.993Z | Compiling rustix v0.37.23 |
1438 | 2023-11-02T04:42:28.011Z | Compiling subtle v2.5.0 |
1439 | 2023-11-02T04:42:28.403Z | Compiling spin v0.9.8 |
1440 | 2023-11-02T04:42:28.601Z | Compiling hashbrown v0.13.2 |
1441 | 2023-11-02T04:42:29.024Z | Compiling unicode-normalization v0.1.22 |
1442 | 2023-11-02T04:42:29.133Z | Compiling usdt-impl v0.3.5 |
1443 | 2023-11-02T04:42:29.594Z | Compiling unicode-bidi v0.3.13 |
1444 | 2023-11-02T04:42:30.457Z | Compiling bitflags v1.3.2 |
1445 | 2023-11-02T04:42:30.614Z | Compiling time-core v0.1.1 |
1446 | 2023-11-02T04:42:30.870Z | Compiling slog v2.7.0 |
1447 | 2023-11-02T04:42:31.012Z | Compiling anyhow v1.0.75 |
1448 | 2023-11-02T04:42:31.557Z | Compiling const-oid v0.9.5 |
1449 | 2023-11-02T04:42:31.560Z | Compiling crc32fast v1.3.2 |
1450 | 2023-11-02T04:42:31.633Z | Compiling serde_derive v1.0.188 |
1451 | 2023-11-02T04:42:31.691Z | Compiling zeroize_derive v1.4.2 |
1452 | 2023-11-02T04:42:31.712Z | Compiling thiserror-impl v1.0.49 |
1453 | 2023-11-02T04:42:31.766Z | Compiling tokio-macros v2.1.0 |
1454 | 2023-11-02T04:42:31.952Z | Compiling futures-macro v0.3.29 |
1455 | 2023-11-02T04:42:32.194Z | Compiling tracing-attributes v0.1.26 |
1456 | 2023-11-02T04:42:33.924Z | Compiling schemars_derive v0.8.13 |
1457 | 2023-11-02T04:42:34.303Z | Compiling zeroize v1.6.0 |
1458 | 2023-11-02T04:42:35.503Z | Compiling openssl-macros v0.1.1 |
1459 | 2023-11-02T04:42:35.507Z | Compiling zerocopy-derive v0.2.0 |
1460 | 2023-11-02T04:42:36.653Z | Compiling pest v2.7.2 |
1461 | 2023-11-02T04:42:37.167Z | Compiling crypto-common v0.1.6 |
1462 | 2023-11-02T04:42:37.455Z | Compiling block-buffer v0.10.4 |
1463 | 2023-11-02T04:42:37.709Z | Compiling tracing v0.1.37 |
1464 | 2023-11-02T04:42:38.142Z | Compiling digest v0.10.7 |
1465 | 2023-11-02T04:42:38.859Z | Compiling time-macros v0.2.13 |
1466 | 2023-11-02T04:42:39.138Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1467 | 2023-11-02T04:42:39.773Z | Compiling aho-corasick v1.0.4 |
1468 | 2023-11-02T04:42:41.144Z | Compiling pest_meta v2.7.2 |
1469 | 2023-11-02T04:42:41.337Z | Compiling crossbeam-epoch v0.9.15 |
1470 | 2023-11-02T04:42:41.511Z | Compiling rustversion v1.0.14 |
1471 | 2023-11-02T04:42:42.379Z | Compiling async-trait v0.1.74 |
1472 | 2023-11-02T04:42:42.585Z | Compiling regex-syntax v0.8.2 |
1473 | 2023-11-02T04:42:43.658Z | Compiling pest_generator v2.7.2 |
1474 | 2023-11-02T04:42:46.155Z | Compiling ppv-lite86 v0.2.17 |
1475 | 2023-11-02T04:42:47.398Z | Compiling rand_chacha v0.3.1 |
1476 | 2023-11-02T04:42:47.677Z | Compiling zerocopy v0.3.0 |
1477 | 2023-11-02T04:42:47.830Z | Compiling zerocopy-derive v0.6.4 |
1478 | 2023-11-02T04:42:48.146Z | Compiling pest_derive v2.7.2 |
1479 | 2023-11-02T04:42:48.935Z | Compiling regex-automata v0.4.3 |
1480 | 2023-11-02T04:42:49.422Z | Compiling base64 v0.21.5 |
1481 | 2023-11-02T04:42:49.941Z | Compiling strsim v0.10.0 |
1482 | 2023-11-02T04:42:50.884Z | Compiling dtrace-parser v0.1.14 |
1483 | 2023-11-02T04:42:50.950Z | Compiling dof v0.1.5 |
1484 | 2023-11-02T04:42:52.283Z | Compiling rand v0.8.5 |
1485 | 2023-11-02T04:42:54.875Z | Compiling bytes v1.5.0 |
1486 | 2023-11-02T04:42:57.017Z | Compiling indexmap v2.0.0 |
1487 | 2023-11-02T04:42:57.369Z | Compiling uuid v1.4.1 |
1488 | 2023-11-02T04:42:57.963Z | Compiling tokio v1.33.0 |
1489 | 2023-11-02T04:42:58.432Z | Compiling chrono v0.4.31 |
1490 | 2023-11-02T04:43:01.500Z | Compiling bitflags v2.4.0 |
1491 | 2023-11-02T04:43:02.842Z | Compiling toml_datetime v0.6.5 |
1492 | 2023-11-02T04:43:03.554Z | Compiling serde_spanned v0.6.4 |
1493 | 2023-11-02T04:43:03.897Z | Compiling rustc_version v0.4.0 |
1494 | 2023-11-02T04:43:16.651Z | Compiling toml_edit v0.19.15 |
1495 | 2023-11-02T04:43:17.967Z | Compiling http v0.2.9 |
1496 | 2023-11-02T04:43:18.082Z | Compiling heapless v0.7.16 |
1497 | 2023-11-02T04:43:18.347Z | Compiling regex v1.10.2 |
1498 | 2023-11-02T04:43:18.642Z | Compiling errno v0.3.2 |
1499 | 2023-11-02T04:43:18.750Z | Compiling thread-id v4.2.0 |
1500 | 2023-11-02T04:43:18.868Z | Compiling num-bigint v0.4.4 |
1501 | 2023-11-02T04:43:18.896Z | Compiling percent-encoding v2.3.0 |
1502 | 2023-11-02T04:43:19.310Z | Compiling hashbrown v0.12.3 |
1503 | 2023-11-02T04:43:19.336Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1504 | 2023-11-02T04:43:19.401Z | Compiling untrusted v0.7.1 |
1505 | 2023-11-02T04:43:19.413Z | Compiling tokio-util v0.7.10 |
1506 | 2023-11-02T04:43:19.427Z | Compiling openssl-probe v0.1.5 |
1507 | 2023-11-02T04:43:19.437Z | Compiling untrusted v0.9.0 |
1508 | 2023-11-02T04:43:19.447Z | Compiling foreign-types-shared v0.1.1 |
1509 | 2023-11-02T04:43:19.456Z | Compiling smoltcp v0.9.1 |
1510 | 2023-11-02T04:43:19.468Z | Compiling radium v0.7.0 |
1511 | 2023-11-02T04:43:19.481Z | Compiling foreign-types v0.3.2 |
1512 | 2023-11-02T04:43:19.488Z | Compiling strum_macros v0.25.2 |
1513 | 2023-11-02T04:43:19.498Z | Compiling serde_tokenstream v0.1.7 |
1514 | 2023-11-02T04:43:20.598Z | Compiling lazy_static v1.4.0 |
1515 | 2023-11-02T04:43:20.888Z | Compiling socket2 v0.4.9 |
1516 | 2023-11-02T04:43:22.282Z | Compiling try-lock v0.2.4 |
1517 | 2023-11-02T04:43:22.494Z | Compiling unicode-width v0.1.11 |
1518 | 2023-11-02T04:43:22.719Z | Compiling unicode-segmentation v1.10.1 |
1519 | 2023-11-02T04:43:23.049Z | Compiling adler v1.0.2 |
1520 | 2023-11-02T04:43:23.368Z | Compiling siphasher v0.3.11 |
1521 | 2023-11-02T04:43:24.068Z | Compiling miniz_oxide v0.7.1 |
1522 | 2023-11-02T04:43:24.280Z | Compiling want v0.3.1 |
1523 | 2023-11-02T04:43:26.495Z | Compiling sct v0.7.0 |
1524 | 2023-11-02T04:43:26.927Z | Compiling h2 v0.3.21 |
1525 | 2023-11-02T04:43:27.049Z | Compiling form_urlencoded v1.2.0 |
1526 | 2023-11-02T04:43:27.372Z | Compiling http-body v0.4.5 |
1527 | 2023-11-02T04:43:27.527Z | Compiling hubpack_derive v0.1.1 |
1528 | 2023-11-02T04:43:28.773Z | Compiling num-iter v0.1.43 |
1529 | 2023-11-02T04:43:29.186Z | Compiling cpufeatures v0.2.9 |
1530 | 2023-11-02T04:43:29.328Z | Compiling tower-service v0.3.2 |
1531 | 2023-11-02T04:43:29.778Z | Compiling utf8parse v0.2.1 |
1532 | 2023-11-02T04:43:29.974Z | Compiling anstyle v1.0.2 |
1533 | 2023-11-02T04:43:30.253Z | Compiling httpdate v1.0.3 |
1534 | 2023-11-02T04:43:30.674Z | Compiling anstyle-parse v0.2.1 |
1535 | 2023-11-02T04:43:31.018Z | Compiling sha2 v0.10.8 |
1536 | 2023-11-02T04:43:34.310Z | Compiling usdt-macro v0.3.5 |
1537 | 2023-11-02T04:43:34.870Z | Compiling usdt-attr-macro v0.3.5 |
1538 | 2023-11-02T04:43:36.991Z | Compiling openapiv3 v1.0.3 |
1539 | 2023-11-02T04:43:37.018Z | Compiling rustls-pemfile v1.0.3 |
1540 | 2023-11-02T04:43:37.531Z | Compiling md-5 v0.10.5 |
1541 | 2023-11-02T04:43:37.889Z | Compiling hmac v0.12.1 |
1542 | 2023-11-02T04:43:38.447Z | Compiling stringprep v0.1.3 |
1543 | 2023-11-02T04:43:38.453Z | Compiling idna v0.4.0 |
1544 | 2023-11-02T04:43:38.457Z | Compiling diesel_table_macro_syntax v0.1.0 |
1545 | 2023-11-02T04:43:38.936Z | Compiling hyper v0.14.27 |
1546 | 2023-11-02T04:43:39.543Z | Compiling hash32 v0.2.1 |
1547 | 2023-11-02T04:43:40.138Z | Compiling stable_deref_trait v1.2.0 |
1548 | 2023-11-02T04:43:40.500Z | Compiling either v1.9.0 |
1549 | 2023-11-02T04:43:40.681Z | Compiling gimli v0.28.0 |
1550 | 2023-11-02T04:43:41.027Z | Compiling colorchoice v1.0.0 |
1551 | 2023-11-02T04:43:41.269Z | Compiling fallible-iterator v0.2.0 |
1552 | 2023-11-02T04:43:42.491Z | Compiling anstyle-query v1.0.0 |
1553 | 2023-11-02T04:43:44.705Z | Compiling anstream v0.5.0 |
1554 | 2023-11-02T04:43:45.732Z | Compiling postgres-protocol v0.6.6 |
1555 | 2023-11-02T04:43:48.374Z | Compiling addr2line v0.21.0 |
1556 | 2023-11-02T04:43:49.373Z | Compiling url v2.4.1 |
1557 | 2023-11-02T04:43:49.580Z | Compiling diesel_derives v2.1.1 |
1558 | 2023-11-02T04:43:51.175Z | Compiling rustls-native-certs v0.6.3 |
1559 | 2023-11-02T04:43:51.740Z | Compiling tokio-native-tls v0.3.1 |
1560 | 2023-11-02T04:43:52.164Z | Compiling terminal_size v0.2.6 |
1561 | 2023-11-02T04:43:52.443Z | Compiling phf_shared v0.11.2 |
1562 | 2023-11-02T04:43:53.694Z | Compiling serde_tokenstream v0.2.0 |
1563 | 2023-11-02T04:43:53.743Z | Compiling block-padding v0.3.3 |
1564 | 2023-11-02T04:43:54.090Z | Compiling enum-as-inner v0.5.1 |
1565 | 2023-11-02T04:43:54.528Z | Compiling clap_derive v4.4.2 |
1566 | 2023-11-02T04:43:54.857Z | Compiling serde_repr v0.1.16 |
1567 | 2023-11-02T04:43:55.717Z | Compiling scheduled-thread-pool v0.2.7 |
1568 | 2023-11-02T04:43:55.739Z | Compiling object v0.32.1 |
1569 | 2023-11-02T04:43:56.546Z | Compiling managed v0.8.0 |
1570 | 2023-11-02T04:43:57.348Z | Compiling num_threads v0.1.6 |
1571 | 2023-11-02T04:43:57.532Z | Compiling matches v0.1.10 |
1572 | 2023-11-02T04:43:58.384Z | Compiling deranged v0.3.8 |
1573 | 2023-11-02T04:44:01.616Z | Compiling clap_lex v0.5.1 |
1574 | 2023-11-02T04:44:02.324Z | Compiling rustc-demangle v0.1.23 |
1575 | 2023-11-02T04:44:02.364Z | Compiling tap v1.0.1 |
1576 | 2023-11-02T04:44:04.171Z | Compiling ipnet v2.8.0 |
1577 | 2023-11-02T04:44:06.110Z | Compiling bit-vec v0.6.3 |
1578 | 2023-11-02T04:44:06.748Z | Compiling regex-automata v0.1.10 |
1579 | 2023-11-02T04:44:07.547Z | Compiling bstr v0.2.17 |
1580 | 2023-11-02T04:44:09.938Z | Compiling wyz v0.5.1 |
1581 | 2023-11-02T04:44:10.631Z | Compiling clap_builder v4.4.2 |
1582 | 2023-11-02T04:44:10.970Z | Compiling time v0.3.27 |
1583 | 2023-11-02T04:44:13.653Z | Compiling idna v0.2.3 |
1584 | 2023-11-02T04:44:13.840Z | Compiling r2d2 v0.8.10 |
1585 | 2023-11-02T04:44:16.073Z | Compiling inout v0.1.3 |
1586 | 2023-11-02T04:44:17.017Z | Compiling phf v0.11.2 |
1587 | 2023-11-02T04:44:18.238Z | Compiling hyper-tls v0.5.0 |
1588 | 2023-11-02T04:44:18.807Z | Compiling flate2 v1.0.28 |
1589 | 2023-11-02T04:44:19.339Z | Compiling postgres-types v0.2.6 |
1590 | 2023-11-02T04:44:19.906Z | Compiling itertools v0.11.0 |
1591 | 2023-11-02T04:44:20.328Z | Compiling hubpack v0.1.2 |
1592 | 2023-11-02T04:44:20.355Z | Compiling serde_urlencoded v0.7.1 |
1593 | 2023-11-02T04:44:21.064Z | Compiling phf_shared v0.10.0 |
1594 | 2023-11-02T04:44:21.167Z | Compiling ipnetwork v0.20.0 |
1595 | 2023-11-02T04:44:22.053Z | Compiling zerocopy v0.6.4 |
1596 | 2023-11-02T04:44:22.474Z | Compiling futures-executor v0.3.29 |
1597 | 2023-11-02T04:44:23.671Z | Compiling regress v0.7.1 |
1598 | 2023-11-02T04:44:23.784Z | Compiling float-cmp v0.9.0 |
1599 | 2023-11-02T04:44:23.875Z | Compiling encoding_rs v0.8.33 |
1600 | 2023-11-02T04:44:27.680Z | Compiling difflib v0.4.0 |
1601 | 2023-11-02T04:44:28.023Z | Compiling webpki-roots v0.25.2 |
1602 | 2023-11-02T04:44:28.269Z | Compiling data-encoding v2.4.0 |
1603 | 2023-11-02T04:44:29.823Z | Compiling normalize-line-endings v0.3.0 |
1604 | 2023-11-02T04:44:30.001Z | Compiling mime v0.3.17 |
1605 | 2023-11-02T04:44:30.105Z | Compiling funty v2.0.0 |
1606 | 2023-11-02T04:44:30.890Z | Compiling whoami v1.4.1 |
1607 | 2023-11-02T04:44:31.280Z | Compiling static_assertions v1.1.0 |
1608 | 2023-11-02T04:44:31.428Z | Compiling new_debug_unreachable v1.0.4 |
1609 | 2023-11-02T04:44:31.577Z | Compiling predicates-core v1.0.6 |
1610 | 2023-11-02T04:44:31.745Z | Compiling fixedbitset v0.4.2 |
1611 | 2023-11-02T04:44:32.048Z | Compiling precomputed-hash v0.1.1 |
1612 | 2023-11-02T04:44:32.209Z | Compiling regex-automata v0.3.8 |
1613 | 2023-11-02T04:44:32.390Z | Compiling string_cache v0.8.7 |
1614 | 2023-11-02T04:44:33.073Z | Compiling petgraph v0.6.4 |
1615 | 2023-11-02T04:44:33.210Z | Compiling bitvec v1.0.1 |
1616 | 2023-11-02T04:44:33.559Z | Compiling predicates v3.0.4 |
1617 | 2023-11-02T04:44:35.740Z | Compiling bstr v1.6.0 |
1618 | 2023-11-02T04:44:36.042Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1619 | 2023-11-02T04:44:36.188Z | Compiling tokio-postgres v0.7.10 |
1620 | 2023-11-02T04:44:39.785Z | Compiling trust-dns-proto v0.22.0 |
1621 | 2023-11-02T04:44:40.742Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1622 | 2023-11-02T04:44:50.341Z | Compiling futures v0.3.29 |
1623 | 2023-11-02T04:44:50.517Z | Compiling diesel v2.1.3 |
1624 | 2023-11-02T04:44:51.512Z | Compiling yasna v0.5.2 |
1625 | 2023-11-02T04:44:53.178Z | Compiling cipher v0.4.4 |
1626 | 2023-11-02T04:44:53.902Z | Compiling clap v4.4.3 |
1627 | 2023-11-02T04:44:54.344Z | Compiling similar v2.2.1 |
1628 | 2023-11-02T04:44:54.545Z | Compiling bit-set v0.5.3 |
1629 | 2023-11-02T04:45:08.180Z | Compiling itertools v0.10.5 |
1630 | 2023-11-02T04:45:08.466Z | Compiling usdt v0.3.5 |
1631 | 2023-11-02T04:45:08.945Z | Compiling console v0.15.7 |
1632 | 2023-11-02T04:45:09.082Z | Compiling tokio-stream v0.1.14 |
1633 | 2023-11-02T04:45:09.218Z | Compiling toml v0.7.8 |
1634 | 2023-11-02T04:45:09.240Z | Compiling hex v0.4.3 |
1635 | 2023-11-02T04:45:09.298Z | Compiling signature v2.1.0 |
1636 | 2023-11-02T04:45:09.313Z | Compiling lalrpop-util v0.19.12 |
1637 | 2023-11-02T04:45:09.322Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1638 | 2023-11-02T04:45:09.402Z | Compiling ident_case v1.0.1 |
1639 | 2023-11-02T04:45:09.459Z | Compiling darling_core v0.20.3 |
1640 | 2023-11-02T04:45:26.001Z | Compiling atty v0.2.14 |
1641 | 2023-11-02T04:45:26.418Z | Compiling proc-macro-error-attr v1.0.4 |
1642 | 2023-11-02T04:45:36.177Z | Compiling darling_macro v0.20.3 |
1643 | 2023-11-02T04:45:47.953Z | Compiling proc-macro-crate v1.3.1 |
1644 | 2023-11-02T04:45:50.136Z | Compiling dirs-sys-next v0.1.2 |
1645 | 2023-11-02T04:45:52.053Z | Compiling proc-macro-error v1.0.4 |
1646 | 2023-11-02T04:46:00.399Z | Compiling dirs-next v2.0.0 |
1647 | 2023-11-02T04:46:02.387Z | Compiling num_enum_derive v0.5.11 |
1648 | 2023-11-02T04:46:07.268Z | Compiling darling v0.20.3 |
1649 | 2023-11-02T04:46:12.793Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1650 | 2023-11-02T04:46:20.057Z | Compiling getopts v0.2.21 |
1651 | 2023-11-02T04:46:21.508Z | Compiling structmeta-derive v0.1.6 |
1652 | 2023-11-02T04:46:22.474Z | Compiling thread_local v1.1.7 |
1653 | 2023-11-02T04:46:23.265Z | Compiling multer v2.1.0 |
1654 | 2023-11-02T04:46:24.461Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1655 | 2023-11-02T04:46:24.960Z | Compiling paste v1.0.14 |
1656 | 2023-11-02T04:46:25.592Z | Compiling camino v1.1.6 |
1657 | 2023-11-02T04:46:26.560Z | Compiling slog-async v2.8.0 |
1658 | 2023-11-02T04:46:31.359Z | Compiling unsafe-libyaml v0.2.9 |
1659 | 2023-11-02T04:46:32.163Z | Compiling match_cfg v0.1.0 |
1660 | 2023-11-02T04:46:32.315Z | Compiling hostname v0.3.1 |
1661 | 2023-11-02T04:46:34.470Z | Compiling serde_yaml v0.9.25 |
1662 | 2023-11-02T04:46:43.517Z | Compiling structmeta v0.1.6 |
1663 | 2023-11-02T04:46:45.010Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1664 | 2023-11-02T04:46:46.836Z | Compiling serde_with_macros v2.3.3 |
1665 | 2023-11-02T04:46:52.186Z | Compiling num_enum v0.5.11 |
1666 | 2023-11-02T04:46:53.292Z | Compiling term v0.7.0 |
1667 | 2023-11-02T04:46:54.182Z | Compiling slog-json v2.6.1 |
1668 | 2023-11-02T04:46:55.414Z | Compiling crossbeam-channel v0.5.8 |
1669 | 2023-11-02T04:46:56.024Z | Compiling strum v0.25.0 |
1670 | 2023-11-02T04:46:58.303Z | Compiling async-stream-impl v0.3.5 |
1671 | 2023-11-02T04:46:58.392Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1672 | 2023-11-02T04:46:58.689Z | Compiling postcard-cobs v0.1.5-pre |
1673 | 2023-11-02T04:46:58.819Z | Compiling take_mut v0.2.2 |
1674 | 2023-11-02T04:46:59.396Z | Compiling atomic-waker v1.1.1 |
1675 | 2023-11-02T04:46:59.681Z | Compiling regex-syntax v0.6.29 |
1676 | 2023-11-02T04:46:59.684Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1677 | 2023-11-02T04:46:59.870Z | Compiling waitgroup v0.1.2 |
1678 | 2023-11-02T04:47:00.238Z | Compiling postcard v0.7.3 |
1679 | 2023-11-02T04:47:00.342Z | Compiling async-stream v0.3.5 |
1680 | 2023-11-02T04:47:01.066Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1681 | 2023-11-02T04:47:01.550Z | Compiling slog-bunyan v2.4.0 |
1682 | 2023-11-02T04:47:01.953Z | Compiling slog-term v2.9.0 |
1683 | 2023-11-02T04:47:06.055Z | Compiling serde_with v2.3.3 |
1684 | 2023-11-02T04:47:09.331Z | Compiling parse-display-derive v0.7.0 |
1685 | 2023-11-02T04:47:13.796Z | Compiling toml_edit v0.20.7 |
1686 | 2023-11-02T04:47:14.851Z | Compiling sha1 v0.10.5 |
1687 | 2023-11-02T04:47:15.589Z | Compiling smoltcp v0.8.2 |
1688 | 2023-11-02T04:47:16.371Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1689 | 2023-11-02T04:47:16.567Z | Compiling serde_path_to_error v0.1.14 |
1690 | 2023-11-02T04:47:18.308Z | Compiling foreign-types-macros v0.2.3 |
1691 | 2023-11-02T04:47:19.597Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1692 | 2023-11-02T04:47:20.006Z | Compiling instant v0.1.12 |
1693 | 2023-11-02T04:47:20.231Z | Compiling cfg-if v0.1.10 |
1694 | 2023-11-02T04:47:20.255Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1695 | 2023-11-02T04:47:20.381Z | Compiling debug-ignore v1.0.5 |
1696 | 2023-11-02T04:47:20.598Z | Compiling foreign-types-shared v0.3.1 |
1697 | 2023-11-02T04:47:20.602Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1698 | 2023-11-02T04:47:20.799Z | Compiling foreign-types v0.5.0 |
1699 | 2023-11-02T04:47:20.972Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1700 | 2023-11-02T04:47:21.082Z | Compiling backoff v0.4.0 |
1701 | 2023-11-02T04:47:21.761Z | Compiling toml v0.8.6 |
1702 | 2023-11-02T04:47:24.752Z | Compiling parse-display v0.7.0 |
1703 | 2023-11-02T04:47:25.720Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1704 | 2023-11-02T04:47:25.974Z | Compiling is-terminal v0.4.9 |
1705 | 2023-11-02T04:47:26.168Z | Compiling macaddr v1.0.1 |
1706 | 2023-11-02T04:47:27.340Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1707 | 2023-11-02T04:47:27.467Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1708 | 2023-11-02T04:47:28.655Z | Compiling cstr-argument v0.1.2 |
1709 | 2023-11-02T04:47:28.682Z | Compiling base64ct v1.6.0 |
1710 | 2023-11-02T04:47:29.043Z | Compiling pretty-hex v0.2.1 |
1711 | 2023-11-02T04:47:29.402Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1712 | 2023-11-02T04:47:29.824Z | Compiling crucible-workspace-hack v0.1.0 |
1713 | 2023-11-02T04:47:29.915Z | Compiling password-hash v0.5.0 |
1714 | 2023-11-02T04:47:29.950Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1715 | 2023-11-02T04:47:30.260Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1716 | 2023-11-02T04:47:31.193Z | Compiling colored v2.0.4 |
1717 | 2023-11-02T04:47:31.343Z | Compiling textwrap v0.11.0 |
1718 | 2023-11-02T04:47:31.630Z | Compiling heck v0.3.3 |
1719 | 2023-11-02T04:47:32.226Z | Compiling blake2 v0.10.6 |
1720 | 2023-11-02T04:47:33.104Z | Compiling ansi_term v0.12.1 |
1721 | 2023-11-02T04:47:33.454Z | Compiling strsim v0.8.0 |
1722 | 2023-11-02T04:47:34.052Z | Compiling vec_map v0.8.2 |
1723 | 2023-11-02T04:47:34.533Z | Compiling libefi-sys v0.1.0 |
1724 | 2023-11-02T04:47:34.558Z | Compiling rayon-core v1.12.0 |
1725 | 2023-11-02T04:47:34.618Z | Compiling clap v2.34.0 |
1726 | 2023-11-02T04:47:35.406Z | Compiling argon2 v0.5.2 |
1727 | 2023-11-02T04:47:35.410Z | Compiling structopt-derive v0.4.18 |
1728 | 2023-11-02T04:47:35.873Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1729 | 2023-11-02T04:47:39.749Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1730 | 2023-11-02T04:47:39.770Z | Compiling zone_cfg_derive v0.2.0 |
1731 | 2023-11-02T04:47:40.346Z | Compiling crossbeam-deque v0.8.3 |
1732 | 2023-11-02T04:47:40.525Z | Compiling num-derive v0.4.0 |
1733 | 2023-11-02T04:47:40.978Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1734 | 2023-11-02T04:47:41.503Z | Compiling portable-atomic v1.4.3 |
1735 | 2023-11-02T04:47:41.934Z | Compiling keccak v0.1.4 |
1736 | 2023-11-02T04:47:42.951Z | Compiling sha3 v0.10.8 |
1737 | 2023-11-02T04:47:43.502Z | Compiling zone v0.2.0 |
1738 | 2023-11-02T04:47:44.234Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1739 | 2023-11-02T04:47:47.183Z | Compiling structopt v0.3.26 |
1740 | 2023-11-02T04:47:47.430Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1741 | 2023-11-02T04:47:48.296Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1742 | 2023-11-02T04:47:49.881Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1743 | 2023-11-02T04:47:50.785Z | Compiling hkdf v0.12.3 |
1744 | 2023-11-02T04:47:51.202Z | Compiling smf v0.2.2 |
1745 | 2023-11-02T04:47:51.785Z | Compiling secrecy v0.8.0 |
1746 | 2023-11-02T04:47:52.095Z | Compiling xattr v1.0.1 |
1747 | 2023-11-02T04:47:52.187Z | Compiling filetime v0.2.22 |
1748 | 2023-11-02T04:47:52.558Z | Compiling fastrand v2.0.0 |
1749 | 2023-11-02T04:47:52.710Z | Compiling same-file v1.0.6 |
1750 | 2023-11-02T04:47:52.970Z | Compiling walkdir v2.4.0 |
1751 | 2023-11-02T04:47:53.190Z | Compiling tempfile v3.8.0 |
1752 | 2023-11-02T04:47:53.812Z | Compiling tar v0.4.40 |
1753 | 2023-11-02T04:47:55.997Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1754 | 2023-11-02T04:47:56.039Z | Compiling rayon v1.8.0 |
1755 | 2023-11-02T04:47:56.644Z | Compiling number_prefix v0.4.0 |
1756 | 2023-11-02T04:47:57.046Z | Compiling topological-sort v0.2.2 |
1757 | 2023-11-02T04:48:05.138Z | Compiling indicatif v0.17.7 |
1758 | 2023-11-02T04:48:07.085Z | Compiling bzip2 v0.4.4 |
1759 | 2023-11-02T04:48:07.582Z | Compiling zip v0.6.6 |
1760 | 2023-11-02T04:48:14.203Z | Compiling rustls-webpki v0.101.7 |
1761 | 2023-11-02T04:48:20.240Z | Compiling tokio-rustls v0.24.1 |
1762 | 2023-11-02T04:48:20.618Z | Compiling hyper-rustls v0.24.2 |
1763 | 2023-11-02T04:48:21.397Z | Compiling reqwest v0.11.20 |
1764 | 2023-11-02T04:48:24.835Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1765 | 2023-11-02T04:48:25.164Z | Compiling omicron-zone-package v0.8.3 |
1766 | 2023-11-02T04:48:25.335Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1767 | 2023-11-02T04:48:39.318Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1768 | 2023-11-02T04:48:39.892Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1769 | 2023-11-02T04:48:39.922Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1770 | 2023-11-02T04:48:40.901Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1771 | 2023-11-02T04:48:55.308Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1772 | 2023-11-02T04:48:55.312Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1773 | 2023-11-02T04:48:55.314Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1774 | 2023-11-02T04:49:09.907Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1775 | 2023-11-02T04:49:11.348Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1776 | 2023-11-02T04:49:47.174Z | Finished release [optimized] target(s) in 8m 15s |
1777 | 2023-11-02T04:49:47.437Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1778 | 2023-11-02T04:49:47.527Z | Created new build target 'test' and set it as active |
1779 | 2023-11-02T04:49:47.539Z | |
1780 | 2023-11-02T04:49:47.549Z | real 8:16.375873384 |
1781 | 2023-11-02T04:49:47.559Z | user 52:37.673831953 |
1782 | 2023-11-02T04:49:47.574Z | sys 4:48.036394466 |
1783 | 2023-11-02T04:49:47.584Z | trap 2.169903418 |
1784 | 2023-11-02T04:49:47.598Z | tflt 3.912505131 |
1785 | 2023-11-02T04:49:47.604Z | dflt 4.411246914 |
1786 | 2023-11-02T04:49:47.615Z | kflt 0.028856367 |
1787 | 2023-11-02T04:49:47.625Z | lock 1:47:42.318355535 |
1788 | 2023-11-02T04:49:47.636Z | slp 3:21:38.579835222 |
1789 | 2023-11-02T04:49:47.649Z | lat 2:18.627277435 |
1790 | 2023-11-02T04:49:47.656Z | stop 4:38.658838896 |
1791 | 2023-11-02T04:49:47.664Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1792 | 2023-11-02T04:49:48.719Z | Finished release [optimized] target(s) in 1.11s |
1793 | 2023-11-02T04:49:48.750Z | Running `target/release/omicron-package -t test package` |
1794 | 2023-11-02T04:49:48.790Z | Nov 02 04:49:48.787 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1795 | 2023-11-02T04:49:50.006Z | Compiling serde_json v1.0.108 |
1796 | 2023-11-02T04:49:50.060Z | Compiling linked-hash-map v0.5.6 |
1797 | 2023-11-02T04:49:50.070Z | Compiling slog-dtrace v0.2.3 |
1798 | 2023-11-02T04:49:50.079Z | Compiling quick-error v1.2.3 |
1799 | 2023-11-02T04:49:50.086Z | Compiling same-file v1.0.6 |
1800 | 2023-11-02T04:49:50.094Z | Compiling semver-parser v0.10.2 |
1801 | 2023-11-02T04:49:50.103Z | Compiling fastrand v2.0.0 |
1802 | 2023-11-02T04:49:50.111Z | Compiling termcolor v1.2.0 |
1803 | 2023-11-02T04:49:50.295Z | Compiling resolv-conf v0.7.0 |
1804 | 2023-11-02T04:49:50.425Z | Compiling walkdir v2.4.0 |
1805 | 2023-11-02T04:49:50.528Z | Compiling filetime v0.2.22 |
1806 | 2023-11-02T04:49:50.658Z | Compiling lru-cache v0.1.2 |
1807 | 2023-11-02T04:49:50.853Z | Compiling tempfile v3.8.0 |
1808 | 2023-11-02T04:49:50.926Z | Compiling trust-dns-resolver v0.22.0 |
1809 | 2023-11-02T04:49:50.958Z | Compiling xattr v1.0.1 |
1810 | 2023-11-02T04:49:51.325Z | Compiling semver v0.11.0 |
1811 | 2023-11-02T04:49:51.501Z | Compiling memoffset v0.7.1 |
1812 | 2023-11-02T04:49:51.912Z | Compiling home v0.5.5 |
1813 | 2023-11-02T04:49:52.087Z | Compiling base64 v0.13.1 |
1814 | 2023-11-02T04:49:52.239Z | Compiling toolchain_find v0.2.0 |
1815 | 2023-11-02T04:49:52.440Z | Compiling tar v0.4.40 |
1816 | 2023-11-02T04:49:52.453Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1817 | 2023-11-02T04:49:53.034Z | Compiling toml_edit v0.20.7 |
1818 | 2023-11-02T04:49:53.052Z | Compiling libz-sys v1.1.12 |
1819 | 2023-11-02T04:49:53.286Z | Compiling toml v0.5.11 |
1820 | 2023-11-02T04:49:53.424Z | Compiling schemars v0.8.13 |
1821 | 2023-11-02T04:49:53.605Z | Compiling usdt-impl v0.3.5 |
1822 | 2023-11-02T04:49:53.854Z | Compiling reqwest v0.11.20 |
1823 | 2023-11-02T04:49:55.593Z | Compiling openapiv3 v1.0.3 |
1824 | 2023-11-02T04:49:58.944Z | Compiling ipnetwork v0.20.0 |
1825 | 2023-11-02T04:50:02.155Z | Compiling usdt v0.3.5 |
1826 | 2023-11-02T04:50:02.919Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1827 | 2023-11-02T04:50:05.126Z | Compiling postgres-types v0.2.6 |
1828 | 2023-11-02T04:50:07.343Z | Compiling tokio-postgres v0.7.10 |
1829 | 2023-11-02T04:50:10.072Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1830 | 2023-11-02T04:50:10.688Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1831 | 2023-11-02T04:50:11.098Z | Compiling slog-json v2.6.1 |
1832 | 2023-11-02T04:50:11.921Z | Compiling slog-bunyan v2.4.0 |
1833 | 2023-11-02T04:50:12.310Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1834 | 2023-11-02T04:50:12.355Z | Compiling diesel v2.1.3 |
1835 | 2023-11-02T04:50:13.741Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1836 | 2023-11-02T04:50:20.360Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1837 | 2023-11-02T04:50:20.677Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1838 | 2023-11-02T04:50:21.186Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1839 | 2023-11-02T04:50:25.464Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1840 | 2023-11-02T04:50:30.531Z | Compiling toml v0.8.6 |
1841 | 2023-11-02T04:50:32.636Z | Compiling rustfmt-wrapper v0.2.0 |
1842 | 2023-11-02T04:50:33.173Z | Compiling omicron-zone-package v0.8.3 |
1843 | 2023-11-02T04:50:34.036Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1844 | 2023-11-02T04:50:34.178Z | Compiling cancel-safe-futures v0.1.5 |
1845 | 2023-11-02T04:50:34.431Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1846 | 2023-11-02T04:50:34.669Z | Compiling num-rational v0.4.1 |
1847 | 2023-11-02T04:50:35.085Z | Compiling utf-8 v0.7.6 |
1848 | 2023-11-02T04:50:36.139Z | Compiling pem-rfc7468 v0.7.0 |
1849 | 2023-11-02T04:50:36.761Z | Compiling der_derive v0.7.2 |
1850 | 2023-11-02T04:50:38.865Z | Compiling flagset v0.4.3 |
1851 | 2023-11-02T04:50:39.260Z | Compiling vergen v8.2.4 |
1852 | 2023-11-02T04:50:39.611Z | Compiling fxhash v0.2.1 |
1853 | 2023-11-02T04:50:39.946Z | Compiling num-complex v0.4.4 |
1854 | 2023-11-02T04:50:40.662Z | Compiling der v0.7.8 |
1855 | 2023-11-02T04:50:42.070Z | Compiling unicase v2.7.0 |
1856 | 2023-11-02T04:50:42.475Z | Compiling semver v0.1.20 |
1857 | 2023-11-02T04:50:43.477Z | Compiling rustc_version v0.1.7 |
1858 | 2023-11-02T04:50:43.511Z | Compiling num v0.4.1 |
1859 | 2023-11-02T04:50:43.675Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1860 | 2023-11-02T04:50:44.080Z | Compiling universal-hash v0.5.1 |
1861 | 2023-11-02T04:50:44.394Z | Compiling libsqlite3-sys v0.26.0 |
1862 | 2023-11-02T04:50:45.081Z | Compiling spki v0.7.2 |
1863 | 2023-11-02T04:50:45.269Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1864 | 2023-11-02T04:50:45.941Z | Compiling half v1.8.2 |
1865 | 2023-11-02T04:50:46.259Z | Compiling opaque-debug v0.3.0 |
1866 | 2023-11-02T04:50:46.389Z | Compiling ciborium-io v0.2.1 |
1867 | 2023-11-02T04:50:46.561Z | Compiling arc-swap v1.6.0 |
1868 | 2023-11-02T04:50:47.834Z | Compiling maybe-uninit v2.0.0 |
1869 | 2023-11-02T04:50:47.877Z | Compiling slog-scope v4.4.0 |
1870 | 2023-11-02T04:50:48.593Z | Compiling ciborium-ll v0.2.1 |
1871 | 2023-11-02T04:50:49.435Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1872 | 2023-11-02T04:50:49.480Z | Compiling newtype_derive v0.1.6 |
1873 | 2023-11-02T04:50:49.884Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1874 | 2023-11-02T04:50:54.459Z | Compiling crc-catalog v2.2.0 |
1875 | 2023-11-02T04:50:54.677Z | Compiling num-bigint-dig v0.8.4 |
1876 | 2023-11-02T04:50:55.139Z | Compiling packed_struct v0.10.1 |
1877 | 2023-11-02T04:50:55.721Z | Compiling signal-hook v0.3.17 |
1878 | 2023-11-02T04:50:56.106Z | Compiling parking_lot_core v0.8.6 |
1879 | 2023-11-02T04:50:56.413Z | Compiling crc v3.0.1 |
1880 | 2023-11-02T04:50:57.557Z | Compiling ciborium v0.2.1 |
1881 | 2023-11-02T04:50:58.932Z | Compiling slog-stdlog v4.1.1 |
1882 | 2023-11-02T04:51:00.495Z | Compiling pkcs8 v0.10.2 |
1883 | 2023-11-02T04:51:01.561Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1884 | 2023-11-02T04:51:03.038Z | Compiling hashlink v0.8.3 |
1885 | 2023-11-02T04:51:03.496Z | Compiling aead v0.5.2 |
1886 | 2023-11-02T04:51:04.012Z | Compiling nibble_vec v0.1.0 |
1887 | 2023-11-02T04:51:04.257Z | Compiling packed_struct_codegen v0.10.1 |
1888 | 2023-11-02T04:51:04.299Z | Compiling dirs-sys-next v0.1.2 |
1889 | 2023-11-02T04:51:05.105Z | Compiling crunchy v0.2.2 |
1890 | 2023-11-02T04:51:05.364Z | Compiling endian-type v0.1.2 |
1891 | 2023-11-02T04:51:05.720Z | Compiling humantime v2.1.0 |
1892 | 2023-11-02T04:51:05.737Z | Compiling fallible-streaming-iterator v0.1.9 |
1893 | 2023-11-02T04:51:06.157Z | Compiling glob v0.3.1 |
1894 | 2023-11-02T04:51:07.172Z | Compiling nodrop v0.1.14 |
1895 | 2023-11-02T04:51:07.348Z | Compiling doc-comment v0.3.3 |
1896 | 2023-11-02T04:51:07.549Z | Compiling clang-sys v1.6.1 |
1897 | 2023-11-02T04:51:08.260Z | Compiling array-init v0.0.4 |
1898 | 2023-11-02T04:51:08.542Z | Compiling rusqlite v0.29.0 |
1899 | 2023-11-02T04:51:10.329Z | Compiling radix_trie v0.2.1 |
1900 | 2023-11-02T04:51:11.753Z | Compiling dirs-next v2.0.0 |
1901 | 2023-11-02T04:51:12.570Z | Compiling pkcs1 v0.7.5 |
1902 | 2023-11-02T04:51:12.703Z | Compiling slog-envlogger v2.2.0 |
1903 | 2023-11-02T04:51:16.200Z | Compiling smallvec v0.6.14 |
1904 | 2023-11-02T04:51:18.636Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1905 | 2023-11-02T04:51:18.998Z | Compiling nix v0.26.2 |
1906 | 2023-11-02T04:51:21.661Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1907 | 2023-11-02T04:51:22.643Z | Compiling num_enum_derive v0.7.0 |
1908 | 2023-11-02T04:51:26.737Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1909 | 2023-11-02T04:51:26.892Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1910 | 2023-11-02T04:51:27.283Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1911 | 2023-11-02T04:51:28.693Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1912 | 2023-11-02T04:51:32.317Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1913 | 2023-11-02T04:51:35.669Z | Compiling twox-hash v1.6.3 |
1914 | 2023-11-02T04:51:37.162Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1915 | 2023-11-02T04:51:37.342Z | Compiling platforms v3.0.2 |
1916 | 2023-11-02T04:51:37.541Z | Compiling bitfield v0.14.0 |
1917 | 2023-11-02T04:51:37.784Z | Compiling prettyplease v0.2.12 |
1918 | 2023-11-02T04:51:38.036Z | Compiling tiny-keccak v2.0.2 |
1919 | 2023-11-02T04:51:38.202Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1920 | 2023-11-02T04:51:38.470Z | Compiling num_enum v0.7.0 |
1921 | 2023-11-02T04:51:38.714Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1922 | 2023-11-02T04:51:38.779Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1923 | 2023-11-02T04:51:39.574Z | Compiling rsa v0.9.2 |
1924 | 2023-11-02T04:51:40.598Z | Compiling parking_lot v0.11.2 |
1925 | 2023-11-02T04:51:42.674Z | Compiling steno v0.4.0 |
1926 | 2023-11-02T04:51:44.762Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1927 | 2023-11-02T04:51:49.311Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1928 | 2023-11-02T04:52:11.683Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1929 | 2023-11-02T04:52:12.171Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1930 | 2023-11-02T04:52:12.260Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1931 | 2023-11-02T04:52:20.372Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1932 | 2023-11-02T04:52:24.158Z | Compiling serde-hex v0.1.0 |
1933 | 2023-11-02T04:52:25.726Z | Compiling mime_guess v2.0.4 |
1934 | 2023-11-02T04:52:27.550Z | Compiling term v0.7.0 |
1935 | 2023-11-02T04:52:29.764Z | Compiling trust-dns-client v0.22.0 |
1936 | 2023-11-02T04:52:33.540Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1937 | 2023-11-02T04:52:33.684Z | Compiling polyval v0.6.1 |
1938 | 2023-11-02T04:52:34.159Z | Compiling x509-cert v0.2.4 |
1939 | 2023-11-02T04:52:34.750Z | Compiling tungstenite v0.20.1 |
1940 | 2023-11-02T04:52:38.353Z | Compiling env_logger v0.10.0 |
1941 | 2023-11-02T04:52:40.134Z | Compiling ctr v0.9.2 |
1942 | 2023-11-02T04:52:40.678Z | Compiling aes v0.8.3 |
1943 | 2023-11-02T04:52:44.404Z | Compiling darling_core v0.14.4 |
1944 | 2023-11-02T04:52:44.684Z | Compiling ron v0.8.1 |
1945 | 2023-11-02T04:52:45.155Z | Compiling snafu-derive v0.7.5 |
1946 | 2023-11-02T04:52:46.649Z | Compiling bincode v1.3.3 |
1947 | 2023-11-02T04:52:48.483Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1948 | 2023-11-02T04:52:48.904Z | Compiling crc-any v2.4.3 |
1949 | 2023-11-02T04:52:50.544Z | Compiling convert_case v0.4.0 |
1950 | 2023-11-02T04:52:51.819Z | Compiling erased-serde v0.3.30 |
1951 | 2023-11-02T04:52:52.463Z | Compiling minimal-lexical v0.2.1 |
1952 | 2023-11-02T04:52:53.324Z | Compiling nom v7.1.3 |
1953 | 2023-11-02T04:52:53.344Z | Compiling darling_macro v0.14.4 |
1954 | 2023-11-02T04:52:53.449Z | Compiling snafu v0.7.5 |
1955 | 2023-11-02T04:52:54.911Z | Compiling derive_more v0.99.17 |
1956 | 2023-11-02T04:52:55.445Z | Compiling trust-dns-server v0.22.1 |
1957 | 2023-11-02T04:52:55.689Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1958 | 2023-11-02T04:52:56.627Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1959 | 2023-11-02T04:52:59.783Z | Compiling aes-gcm-siv v0.11.1 |
1960 | 2023-11-02T04:52:59.897Z | Compiling tokio-tungstenite v0.20.1 |
1961 | 2023-11-02T04:53:00.803Z | Compiling ascii-canvas v3.0.0 |
1962 | 2023-11-02T04:53:00.897Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1963 | 2023-11-02T04:53:00.914Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1964 | 2023-11-02T04:53:01.582Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1965 | 2023-11-02T04:53:07.424Z | Compiling sled v0.34.7 |
1966 | 2023-11-02T04:53:19.735Z | Compiling env_logger v0.9.3 |
1967 | 2023-11-02T04:53:22.859Z | Compiling tungstenite v0.18.0 |
1968 | 2023-11-02T04:53:27.009Z | Compiling object v0.30.4 |
1969 | 2023-11-02T04:53:27.662Z | Compiling is-terminal v0.4.9 |
1970 | 2023-11-02T04:53:27.839Z | Compiling ena v0.14.2 |
1971 | 2023-11-02T04:53:28.492Z | Compiling derive-where v1.2.5 |
1972 | 2023-11-02T04:53:32.550Z | Compiling bitstruct_derive v0.1.0 |
1973 | 2023-11-02T04:53:33.210Z | Compiling async-recursion v1.0.5 |
1974 | 2023-11-02T04:53:34.024Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1975 | 2023-11-02T04:53:34.227Z | Compiling libloading v0.7.4 |
1976 | 2023-11-02T04:53:34.258Z | Compiling ringbuffer v0.15.0 |
1977 | 2023-11-02T04:53:34.541Z | Compiling linear-map v1.2.0 |
1978 | 2023-11-02T04:53:34.764Z | Compiling ascii v1.1.0 |
1979 | 2023-11-02T04:53:34.794Z | Compiling path-slash v0.1.5 |
1980 | 2023-11-02T04:53:35.124Z | Compiling bindgen v0.65.1 |
1981 | 2023-11-02T04:53:35.162Z | Compiling diff v0.1.13 |
1982 | 2023-11-02T04:53:35.297Z | Compiling pretty-hex v0.3.0 |
1983 | 2023-11-02T04:53:35.650Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1984 | 2023-11-02T04:53:35.815Z | Compiling lalrpop v0.19.12 |
1985 | 2023-11-02T04:53:36.332Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1986 | 2023-11-02T04:53:36.355Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1987 | 2023-11-02T04:53:40.621Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1988 | 2023-11-02T04:53:53.015Z | Compiling bitstruct v0.1.1 |
1989 | 2023-11-02T04:53:53.189Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1990 | 2023-11-02T04:53:53.591Z | Compiling tokio-tungstenite v0.18.0 |
1991 | 2023-11-02T04:53:55.053Z | Compiling curve25519-dalek v4.1.0 |
1992 | 2023-11-02T04:53:58.075Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1993 | 2023-11-02T04:54:00.836Z | Compiling cexpr v0.6.0 |
1994 | 2023-11-02T04:54:05.328Z | Compiling darling v0.14.4 |
1995 | 2023-11-02T04:54:06.397Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1996 | 2023-11-02T04:54:08.399Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1997 | 2023-11-02T04:54:10.248Z | Compiling which v4.4.0 |
1998 | 2023-11-02T04:54:10.299Z | Compiling ff v0.13.0 |
1999 | 2023-11-02T04:54:10.660Z | Compiling path-dedot v3.1.0 |
2000 | 2023-11-02T04:54:11.015Z | Compiling serde_arrays v0.1.0 |
2001 | 2023-11-02T04:54:11.067Z | Compiling shlex v1.1.0 |
2002 | 2023-11-02T04:54:11.100Z | Compiling display-error-chain v0.2.0 |
2003 | 2023-11-02T04:54:11.297Z | Compiling lazycell v1.3.0 |
2004 | 2023-11-02T04:54:11.352Z | Compiling peeking_take_while v0.1.2 |
2005 | 2023-11-02T04:54:11.449Z | Compiling rustc-hash v1.1.0 |
2006 | 2023-11-02T04:54:11.492Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2007 | 2023-11-02T04:54:11.561Z | Compiling path-absolutize v3.1.0 |
2008 | 2023-11-02T04:54:11.847Z | Compiling group v0.13.0 |
2009 | 2023-11-02T04:54:12.094Z | Compiling derive_builder_core v0.12.0 |
2010 | 2023-11-02T04:54:13.264Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2011 | 2023-11-02T04:54:15.891Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2012 | 2023-11-02T04:54:18.138Z | Compiling olpc-cjson v0.1.3 |
2013 | 2023-11-02T04:54:19.009Z | Compiling pem v1.1.1 |
2014 | 2023-11-02T04:54:21.439Z | Compiling camino-tempfile v1.0.2 |
2015 | 2023-11-02T04:54:22.731Z | Compiling globset v0.4.13 |
2016 | 2023-11-02T04:54:23.400Z | Compiling crypto-bigint v0.5.2 |
2017 | 2023-11-02T04:54:23.454Z | Compiling serde_plain v1.0.2 |
2018 | 2023-11-02T04:54:24.306Z | Compiling curve25519-dalek-derive v0.1.0 |
2019 | 2023-11-02T04:54:25.917Z | Compiling polar-core v0.27.0 |
2020 | 2023-11-02T04:54:26.517Z | Compiling thiserror-impl-no-std v2.0.2 |
2021 | 2023-11-02T04:54:28.123Z | Compiling libxml v0.3.3 |
2022 | 2023-11-02T04:54:28.669Z | Compiling buf-list v1.0.3 |
2023 | 2023-11-02T04:54:29.338Z | Compiling ref-cast v1.0.20 |
2024 | 2023-11-02T04:54:29.464Z | Compiling base16ct v0.2.0 |
2025 | 2023-11-02T04:54:29.988Z | Compiling elliptic-curve v0.13.5 |
2026 | 2023-11-02T04:54:31.377Z | Compiling thiserror-no-std v2.0.2 |
2027 | 2023-11-02T04:54:31.537Z | Compiling tough v0.12.5 |
2028 | 2023-11-02T04:54:35.300Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2029 | 2023-11-02T04:54:46.486Z | Compiling derive_builder_macro v0.12.0 |
2030 | 2023-11-02T04:54:46.534Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2031 | 2023-11-02T04:54:46.665Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2032 | 2023-11-02T04:54:46.944Z | Compiling poly1305 v0.8.0 |
2033 | 2023-11-02T04:54:47.160Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2034 | 2023-11-02T04:54:47.283Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2035 | 2023-11-02T04:54:47.359Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2036 | 2023-11-02T04:54:47.380Z | Compiling chacha20 v0.9.1 |
2037 | 2023-11-02T04:54:47.521Z | Compiling strum_macros v0.24.3 |
2038 | 2023-11-02T04:54:48.062Z | Compiling bcs v0.1.6 |
2039 | 2023-11-02T04:54:49.588Z | Compiling const_format_proc_macros v0.2.31 |
2040 | 2023-11-02T04:54:51.615Z | Compiling ref-cast-impl v1.0.20 |
2041 | 2023-11-02T04:54:53.322Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2042 | 2023-11-02T04:54:53.327Z | Compiling cookie v0.16.2 |
2043 | 2023-11-02T04:54:53.330Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2044 | 2023-11-02T04:54:53.355Z | Compiling signature v1.6.4 |
2045 | 2023-11-02T04:54:53.400Z | Compiling highway v1.1.0 |
2046 | 2023-11-02T04:54:53.636Z | Compiling indoc v1.0.9 |
2047 | 2023-11-02T04:54:53.777Z | Compiling salty v0.2.0 |
2048 | 2023-11-02T04:54:53.968Z | Compiling ed25519 v1.5.3 |
2049 | 2023-11-02T04:54:54.356Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2050 | 2023-11-02T04:54:54.719Z | Compiling const_format v0.2.31 |
2051 | 2023-11-02T04:54:55.831Z | Compiling chacha20poly1305 v0.10.1 |
2052 | 2023-11-02T04:54:56.179Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2053 | 2023-11-02T04:54:56.596Z | Compiling derive_builder v0.12.0 |
2054 | 2023-11-02T04:54:57.926Z | Compiling vsss-rs v3.3.1 |
2055 | 2023-11-02T04:55:07.872Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2056 | 2023-11-02T04:55:09.511Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2057 | 2023-11-02T04:55:14.348Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2058 | 2023-11-02T04:55:18.129Z | Compiling signal-hook-mio v0.2.3 |
2059 | 2023-11-02T04:55:18.422Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2060 | 2023-11-02T04:55:18.969Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2061 | 2023-11-02T04:55:23.464Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2062 | 2023-11-02T04:55:23.852Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2063 | 2023-11-02T04:55:24.626Z | Compiling ron v0.7.1 |
2064 | 2023-11-02T04:55:34.035Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2065 | 2023-11-02T04:55:35.506Z | Compiling headers-core v0.2.0 |
2066 | 2023-11-02T04:55:35.764Z | Compiling bb8 v0.8.1 |
2067 | 2023-11-02T04:55:36.700Z | Compiling quick-xml v0.23.1 |
2068 | 2023-11-02T04:55:37.383Z | Compiling serde-big-array v0.5.1 |
2069 | 2023-11-02T04:55:37.783Z | Compiling impl-trait-for-tuples v0.2.2 |
2070 | 2023-11-02T04:55:39.071Z | Compiling oso-derive v0.27.0 |
2071 | 2023-11-02T04:55:40.108Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2072 | 2023-11-02T04:55:40.536Z | Compiling maplit v1.0.2 |
2073 | 2023-11-02T04:55:40.709Z | Compiling bit_field v0.10.2 |
2074 | 2023-11-02T04:55:41.618Z | Compiling http-range v0.1.5 |
2075 | 2023-11-02T04:55:41.628Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2076 | 2023-11-02T04:55:42.096Z | Compiling hyper-staticfile v0.9.5 |
2077 | 2023-11-02T04:55:47.952Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2078 | 2023-11-02T04:55:49.424Z | Compiling headers v0.3.9 |
2079 | 2023-11-02T04:55:54.327Z | Compiling oso v0.27.0 |
2080 | 2023-11-02T04:55:56.199Z | Compiling crossterm v0.27.0 |
2081 | 2023-11-02T04:56:11.792Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2082 | 2023-11-02T04:56:14.879Z | Compiling signal-hook-tokio v0.3.1 |
2083 | 2023-11-02T04:56:15.169Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2084 | 2023-11-02T04:56:15.583Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2085 | 2023-11-02T04:56:16.072Z | Compiling serde-big-array v0.4.1 |
2086 | 2023-11-02T04:56:16.199Z | Compiling indoc v2.0.3 |
2087 | 2023-11-02T04:56:17.713Z | Compiling cassowary v0.3.0 |
2088 | 2023-11-02T04:56:17.747Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2089 | 2023-11-02T04:56:19.732Z | Compiling ratatui v0.23.0 |
2090 | 2023-11-02T04:56:20.483Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2091 | 2023-11-02T04:56:26.386Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2092 | 2023-11-02T04:56:26.943Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2093 | 2023-11-02T04:56:31.494Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2094 | 2023-11-02T04:56:35.196Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2095 | 2023-11-02T04:56:37.705Z | Compiling fatfs v0.3.6 |
2096 | 2023-11-02T04:56:37.894Z | Compiling bytesize v1.3.0 |
2097 | 2023-11-02T04:56:38.865Z | Compiling nanorand v0.7.0 |
2098 | 2023-11-02T04:56:40.193Z | Compiling rtoolbox v0.0.1 |
2099 | 2023-11-02T04:56:40.945Z | Compiling corncobs v0.1.3 |
2100 | 2023-11-02T04:56:41.604Z | Compiling unicode-linebreak v0.1.5 |
2101 | 2023-11-02T04:56:42.574Z | Compiling fs-err v2.9.0 |
2102 | 2023-11-02T04:56:43.389Z | Compiling smawk v0.3.1 |
2103 | 2023-11-02T04:56:43.742Z | Compiling assert_matches v1.5.0 |
2104 | 2023-11-02T04:56:43.885Z | Compiling textwrap v0.16.0 |
2105 | 2023-11-02T04:56:43.921Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2106 | 2023-11-02T04:56:45.129Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2107 | 2023-11-02T04:56:45.281Z | Compiling rpassword v7.2.0 |
2108 | 2023-11-02T04:56:45.903Z | Compiling flume v0.11.0 |
2109 | 2023-11-02T04:56:46.433Z | Compiling tui-tree-widget v0.13.0 |
2110 | 2023-11-02T04:56:47.168Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2111 | 2023-11-02T04:56:49.907Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2112 | 2023-11-02T04:56:50.389Z | Compiling owo-colors v3.5.0 |
2113 | 2023-11-02T04:56:56.312Z | Compiling shell-words v1.1.0 |
2114 | 2023-11-02T04:56:56.653Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2115 | 2023-11-02T04:57:18.021Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2116 | 2023-11-02T04:58:05.628Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2117 | 2023-11-02T04:58:20.385Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2118 | 2023-11-02T05:00:34.927Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2119 | 2023-11-02T05:02:09.159Z | Compiling git2 v0.17.2 |
2120 | 2023-11-02T05:02:15.957Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2121 | 2023-11-02T05:02:18.151Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2122 | 2023-11-02T05:02:29.728Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2123 | 2023-11-02T05:02:52.362Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2124 | 2023-11-02T05:02:52.390Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2125 | 2023-11-02T05:02:53.828Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2126 | 2023-11-02T05:03:04.382Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2127 | 2023-11-02T05:12:01.694Z | Finished release [optimized] target(s) in 22m 07s |
2128 | 2023-11-02T05:13:17.855Z | |
2129 | 2023-11-02T05:13:17.864Z | real 23:30.434540204 |
2130 | 2023-11-02T05:13:17.873Z | user 2:45:11.978373582 |
2131 | 2023-11-02T05:13:17.884Z | sys 7:25.633048543 |
2132 | 2023-11-02T05:13:17.893Z | trap 5.512318332 |
2133 | 2023-11-02T05:13:17.904Z | tflt 1.406050657 |
2134 | 2023-11-02T05:13:17.918Z | dflt 4.346907155 |
2135 | 2023-11-02T05:13:17.933Z | kflt 0.001882369 |
2136 | 2023-11-02T05:13:17.949Z | lock 9:17:12.422046387 |
2137 | 2023-11-02T05:13:17.966Z | slp 6:50:37.236188290 |
2138 | 2023-11-02T05:13:17.979Z | lat 3:01.845677825 |
2139 | 2023-11-02T05:13:18.051Z | stop 51.153699219 |
2140 | 2023-11-02T05:13:18.067Z | + 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/*) |
2141 | 2023-11-02T05:13:18.072Z | + pfexec mkdir -p /work |
2142 | 2023-11-02T05:13:18.078Z | + pfexec chown build /work |
2143 | 2023-11-02T05:13:18.082Z | + 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 |
2144 | 2023-11-02T05:13:31.744Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2145 | 2023-11-02T05:13:31.764Z | a out/mg-ddm-gz.tar 61499K |
2146 | 2023-11-02T05:13:31.773Z | a out/omicron-sled-agent.tar 120431K |
2147 | 2023-11-02T05:13:31.784Z | a out/target/test 1K |
2148 | 2023-11-02T05:13:31.789Z | a out/npuzone/npuzone 36506K |
2149 | 2023-11-02T05:13:31.794Z | a package-manifest.toml 22K |
2150 | 2023-11-02T05:13:32.211Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2151 | 2023-11-02T05:13:32.221Z | a target/release/omicron-package 41651K |
2152 | 2023-11-02T05:13:32.231Z | a tools/create_virtual_hardware.sh 3K |
2153 | 2023-11-02T05:13:32.237Z | a tools/virtual_hardware.sh 4K |
2154 | 2023-11-02T05:13:32.244Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2155 | 2023-11-02T05:13:32.250Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2156 | 2023-11-02T05:13:32.255Z | a tools/scrimlet/softnpu-init.sh 3K |
2157 | 2023-11-02T05:13:32.259Z | a tools/scrimlet/softnpu-zone.txt 1K |
2158 | 2023-11-02T05:13:32.262Z | a tools/scrimlet/softnpu.toml 1K |
2159 | 2023-11-02T05:13:32.265Z | |
2160 | 2023-11-02T05:13:32.268Z | real 13.865338745 |
2161 | 2023-11-02T05:13:32.271Z | user 13.184524250 |
2162 | 2023-11-02T05:13:32.274Z | sys 1.150743693 |
2163 | 2023-11-02T05:13:32.277Z | trap 0.004742735 |
2164 | 2023-11-02T05:13:32.281Z | tflt 0.000000000 |
2165 | 2023-11-02T05:13:32.284Z | dflt 0.000000000 |
2166 | 2023-11-02T05:13:32.287Z | kflt 0.000000000 |
2167 | 2023-11-02T05:13:32.293Z | lock 0.000000000 |
2168 | 2023-11-02T05:13:32.795Z | slp 12.894294482 |
2169 | 2023-11-02T05:13:33.219Z | lat 0.492775054 |
2170 | 2023-11-02T05:13:33.229Z | stop 0.000234238 |
2171 | 2023-11-02T05:13:33.232Z | ++ pwd |
2172 | 2023-11-02T05:13:33.235Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2173 | 2023-11-02T05:13:33.238Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2174 | 2023-11-02T05:13:33.241Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2175 | 2023-11-02T05:13:33.244Z | Finished release [optimized] target(s) in 1.07s |
2176 | 2023-11-02T05:13:33.253Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2177 | 2023-11-02T05:13:33.257Z | Created new build target 'host' and set it as active |
2178 | 2023-11-02T05:13:33.260Z | |
2179 | 2023-11-02T05:13:33.263Z | real 1.226561062 |
2180 | 2023-11-02T05:13:33.266Z | user 0.874436477 |
2181 | 2023-11-02T05:13:33.269Z | sys 0.352854502 |
2182 | 2023-11-02T05:13:33.272Z | trap 0.000074262 |
2183 | 2023-11-02T05:13:33.312Z | tflt 0.000000000 |
2184 | 2023-11-02T05:13:33.324Z | dflt 0.000024389 |
2185 | 2023-11-02T05:13:33.732Z | kflt 0.000000000 |
2186 | 2023-11-02T05:13:33.738Z | lock 0.033331924 |
2187 | 2023-11-02T05:13:33.744Z | slp 0.018752038 |
2188 | 2023-11-02T05:13:33.747Z | lat 0.001872777 |
2189 | 2023-11-02T05:13:33.751Z | stop 0.000226627 |
2190 | 2023-11-02T05:13:33.758Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2191 | 2023-11-02T05:13:34.110Z | Finished release [optimized] target(s) in 1.06s |
2192 | 2023-11-02T05:13:34.140Z | Running `target/release/omicron-package -t host package` |
2193 | 2023-11-02T05:13:34.205Z | Nov 02 05:13:34.185 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2194 | 2023-11-02T05:13:35.354Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2195 | 2023-11-02T05:17:26.878Z | Finished release [optimized] target(s) in 3m 52s |
2196 | 2023-11-02T05:18:59.493Z | |
2197 | 2023-11-02T05:18:59.507Z | real 5:26.532651810 |
2198 | 2023-11-02T05:18:59.916Z | user 20:35.676451933 |
2199 | 2023-11-02T05:18:59.925Z | sys 1:27.648193028 |
2200 | 2023-11-02T05:18:59.935Z | trap 0.531790763 |
2201 | 2023-11-02T05:18:59.946Z | tflt 0.060140495 |
2202 | 2023-11-02T05:19:00.356Z | dflt 2.087027774 |
2203 | 2023-11-02T05:19:00.359Z | kflt 0.000312784 |
2204 | 2023-11-02T05:19:00.363Z | lock 1:20:58.111249795 |
2205 | 2023-11-02T05:19:00.367Z | slp 18:10.301565026 |
2206 | 2023-11-02T05:19:00.370Z | lat 6.638261554 |
2207 | 2023-11-02T05:19:00.383Z | stop 0.704564809 |
2208 | 2023-11-02T05:19:00.398Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2209 | 2023-11-02T05:19:00.412Z | + for package in "$@" |
2210 | 2023-11-02T05:19:00.420Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2211 | 2023-11-02T05:19:00.428Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+git62028649ec2 |
2212 | 2023-11-02T05:19:00.633Z | Finished release [optimized] target(s) in 1.06s |
2213 | 2023-11-02T05:19:00.657Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+git62028649ec2` |
2214 | 2023-11-02T05:19:01.106Z | Nov 02 05:19:00.699 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2215 | 2023-11-02T05:19:01.257Z | Created: out/versioned/omicron-sled-agent.tar |
2216 | 2023-11-02T05:19:01.264Z | + for package in "$@" |
2217 | 2023-11-02T05:19:01.268Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2218 | 2023-11-02T05:19:01.271Z | + echo 0.0.0 |
2219 | 2023-11-02T05:19:01.275Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2220 | 2023-11-02T05:19:01.278Z | a VERSION 1K |
2221 | 2023-11-02T05:19:01.283Z | + rm VERSION |
2222 | 2023-11-02T05:19:01.286Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git62028649ec2 |
2223 | 2023-11-02T05:19:02.403Z | Finished release [optimized] target(s) in 1.05s |
2224 | 2023-11-02T05:19:02.433Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git62028649ec2` |
2225 | 2023-11-02T05:19:02.474Z | Nov 02 05:19:02.478 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2226 | 2023-11-02T05:19:02.777Z | Created: out/versioned/mg-ddm-gz.tar |
2227 | 2023-11-02T05:19:02.784Z | + for package in "$@" |
2228 | 2023-11-02T05:19:02.789Z | + [[ propolis-server == mg-ddm-gz ]] |
2229 | 2023-11-02T05:19:02.794Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+git62028649ec2 |
2230 | 2023-11-02T05:19:03.978Z | Finished release [optimized] target(s) in 1.12s |
2231 | 2023-11-02T05:19:04.008Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+git62028649ec2` |
2232 | 2023-11-02T05:19:04.051Z | Nov 02 05:19:04.049 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2233 | 2023-11-02T05:19:05.796Z | Created: out/versioned/propolis-server.tar.gz |
2234 | 2023-11-02T05:19:05.801Z | + for package in "$@" |
2235 | 2023-11-02T05:19:05.805Z | + [[ overlay == mg-ddm-gz ]] |
2236 | 2023-11-02T05:19:05.809Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+git62028649ec2 |
2237 | 2023-11-02T05:19:06.941Z | Finished release [optimized] target(s) in 1.06s |
2238 | 2023-11-02T05:19:06.967Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+git62028649ec2` |
2239 | 2023-11-02T05:19:07.011Z | Nov 02 05:19:07.013 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2240 | 2023-11-02T05:19:07.016Z | Created: out/versioned/overlay.tar.gz |
2241 | 2023-11-02T05:19:07.022Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2242 | 2023-11-02T05:19:07.027Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2243 | 2023-11-02T05:19:07.032Z | ++ cd -- ./tools |
2244 | 2023-11-02T05:19:07.035Z | ++ pwd |
2245 | 2023-11-02T05:19:07.040Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2246 | 2023-11-02T05:19:07.044Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2247 | 2023-11-02T05:19:07.048Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2248 | 2023-11-02T05:19:07.052Z | ++ readlink -f /work |
2249 | 2023-11-02T05:19:07.055Z | + out_dir=/work |
2250 | 2023-11-02T05:19:07.062Z | + 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") |
2251 | 2023-11-02T05:19:07.066Z | + for dep in "${deps[@]}" |
2252 | 2023-11-02T05:19:07.069Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2253 | 2023-11-02T05:19:07.076Z | + for dep in "${deps[@]}" |
2254 | 2023-11-02T05:19:07.079Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2255 | 2023-11-02T05:19:07.088Z | + for dep in "${deps[@]}" |
2256 | 2023-11-02T05:19:07.092Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2257 | 2023-11-02T05:19:07.096Z | + for dep in "${deps[@]}" |
2258 | 2023-11-02T05:19:07.104Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2259 | 2023-11-02T05:19:07.113Z | ++ mktemp -d |
2260 | 2023-11-02T05:19:07.120Z | + tmp_gz=/tmp/tmp.K0aiRi |
2261 | 2023-11-02T05:19:07.129Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2262 | 2023-11-02T05:19:07.138Z | + echo '{"v":"1","t":"layer"}' |
2263 | 2023-11-02T05:19:07.146Z | + pkg_dir=/tmp/tmp.K0aiRi/root/opt/oxide/sled-agent |
2264 | 2023-11-02T05:19:07.154Z | + mkdir -p /tmp/tmp.K0aiRi/root/opt/oxide/sled-agent |
2265 | 2023-11-02T05:19:07.162Z | + cd /tmp/tmp.K0aiRi/root/opt/oxide/sled-agent |
2266 | 2023-11-02T05:19:07.171Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2267 | 2023-11-02T05:19:07.178Z | x ., 0 bytes, 0 tape blocks |
2268 | 2023-11-02T05:19:07.192Z | x zone-bundle, 38239248 bytes, 74687 tape blocks |
2269 | 2023-11-02T05:19:07.202Z | x sled-agent, 84619312 bytes, 165273 tape blocks |
2270 | 2023-11-02T05:19:07.207Z | x pkg, 0 bytes, 0 tape blocks |
2271 | 2023-11-02T05:19:07.210Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2272 | 2023-11-02T05:19:07.213Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2273 | 2023-11-02T05:19:07.217Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2274 | 2023-11-02T05:19:07.220Z | x VERSION, 25 bytes, 1 tape blocks |
2275 | 2023-11-02T05:19:07.224Z | + mkdir -p /tmp/tmp.K0aiRi/root/lib/svc/manifest/site/ |
2276 | 2023-11-02T05:19:07.228Z | + mv pkg/manifest.xml /tmp/tmp.K0aiRi/root/lib/svc/manifest/site/sled-agent.xml |
2277 | 2023-11-02T05:19:07.234Z | + cd - |
2278 | 2023-11-02T05:19:07.240Z | /work/oxidecomputer/omicron |
2279 | 2023-11-02T05:19:07.245Z | + pkg_dir=/tmp/tmp.K0aiRi/root/opt/oxide/mg-ddm |
2280 | 2023-11-02T05:19:07.251Z | + mkdir -p /tmp/tmp.K0aiRi/root/opt/oxide/mg-ddm |
2281 | 2023-11-02T05:19:07.258Z | + cd /tmp/tmp.K0aiRi/root/opt/oxide/mg-ddm |
2282 | 2023-11-02T05:19:07.264Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2283 | 2023-11-02T05:19:07.270Z | x ., 0 bytes, 0 tape blocks |
2284 | 2023-11-02T05:19:07.275Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2285 | 2023-11-02T05:19:07.279Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2286 | 2023-11-02T05:19:07.283Z | x pkg, 0 bytes, 0 tape blocks |
2287 | 2023-11-02T05:19:07.290Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2288 | 2023-11-02T05:19:07.298Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2289 | 2023-11-02T05:19:07.301Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2290 | 2023-11-02T05:19:07.305Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2291 | 2023-11-02T05:19:07.312Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2292 | 2023-11-02T05:19:07.318Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2293 | 2023-11-02T05:19:07.326Z | x VERSION, 25 bytes, 1 tape blocks |
2294 | 2023-11-02T05:19:07.333Z | + cd - |
2295 | 2023-11-02T05:19:07.339Z | /work/oxidecomputer/omicron |
2296 | 2023-11-02T05:19:07.346Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.K0aiRi/root/opt/oxide |
2297 | 2023-11-02T05:19:07.360Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.K0aiRi/root/opt/oxide |
2298 | 2023-11-02T05:19:07.369Z | + cd /tmp/tmp.K0aiRi |
2299 | 2023-11-02T05:19:07.378Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2300 | 2023-11-02T05:19:19.527Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2301 | 2023-11-02T05:19:19.532Z | a oxide.json 1K |
2302 | 2023-11-02T05:19:19.537Z | a root/ 0K |
2303 | 2023-11-02T05:19:19.553Z | a root/opt/ 0K |
2304 | 2023-11-02T05:19:19.564Z | a root/opt/oxide/ 0K |
2305 | 2023-11-02T05:19:19.582Z | a root/opt/oxide/sled-agent/ 0K |
2306 | 2023-11-02T05:19:19.590Z | a root/opt/oxide/sled-agent/zone-bundle 37344K |
2307 | 2023-11-02T05:19:19.603Z | a root/opt/oxide/sled-agent/sled-agent 82637K |
2308 | 2023-11-02T05:19:19.609Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2309 | 2023-11-02T05:19:19.616Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2310 | 2023-11-02T05:19:19.623Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2311 | 2023-11-02T05:19:19.631Z | a root/opt/oxide/sled-agent/VERSION 1K |
2312 | 2023-11-02T05:19:19.643Z | a root/opt/oxide/mg-ddm/ 0K |
2313 | 2023-11-02T05:19:19.652Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2314 | 2023-11-02T05:19:19.660Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2315 | 2023-11-02T05:19:19.670Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2316 | 2023-11-02T05:19:20.097Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2317 | 2023-11-02T05:19:20.112Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2318 | 2023-11-02T05:19:20.127Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2319 | 2023-11-02T05:19:20.132Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2320 | 2023-11-02T05:19:20.139Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2321 | 2023-11-02T05:19:20.148Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2322 | 2023-11-02T05:19:20.156Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2323 | 2023-11-02T05:19:20.160Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2324 | 2023-11-02T05:19:20.165Z | a root/opt/oxide/overlay.tar.gz 2K |
2325 | 2023-11-02T05:19:20.169Z | a root/lib/ 0K |
2326 | 2023-11-02T05:19:20.172Z | a root/lib/svc/ 0K |
2327 | 2023-11-02T05:19:20.176Z | a root/lib/svc/manifest/ 0K |
2328 | 2023-11-02T05:19:20.179Z | a root/lib/svc/manifest/site/ 0K |
2329 | 2023-11-02T05:19:20.183Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2330 | 2023-11-02T05:19:20.188Z | + cd / |
2331 | 2023-11-02T05:19:20.193Z | + rm -rf /tmp/tmp.K0aiRi |
2332 | 2023-11-02T05:19:20.247Z | |
2333 | 2023-11-02T05:19:20.252Z | real 12.558558481 |
2334 | 2023-11-02T05:19:20.256Z | user 11.589384490 |
2335 | 2023-11-02T05:19:20.261Z | sys 1.029941129 |
2336 | 2023-11-02T05:19:20.265Z | trap 0.003986285 |
2337 | 2023-11-02T05:19:20.269Z | tflt 0.000000000 |
2338 | 2023-11-02T05:19:20.273Z | dflt 0.000000000 |
2339 | 2023-11-02T05:19:20.277Z | kflt 0.000000000 |
2340 | 2023-11-02T05:19:20.281Z | lock 0.000000000 |
2341 | 2023-11-02T05:19:20.285Z | slp 24.202098714 |
2342 | 2023-11-02T05:19:20.295Z | lat 0.441548335 |
2343 | 2023-11-02T05:19:20.299Z | stop 0.000344796 |
2344 | 2023-11-02T05:19:20.302Z | + mkdir -p /work/zones |
2345 | 2023-11-02T05:19:20.305Z | + 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) |
2346 | 2023-11-02T05:19:20.310Z | + 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/ |
2347 | 2023-11-02T05:19:23.157Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2348 | 2023-11-02T05:19:24.385Z | Finished release [optimized] target(s) in 1.13s |
2349 | 2023-11-02T05:19:24.408Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2350 | 2023-11-02T05:19:24.477Z | Created new build target 'recovery' and set it as active |
2351 | 2023-11-02T05:19:24.484Z | |
2352 | 2023-11-02T05:19:24.499Z | real 1.289108425 |
2353 | 2023-11-02T05:19:24.513Z | user 0.923999831 |
2354 | 2023-11-02T05:19:24.525Z | sys 0.362781514 |
2355 | 2023-11-02T05:19:24.531Z | trap 0.000948535 |
2356 | 2023-11-02T05:19:24.535Z | tflt 0.000004387 |
2357 | 2023-11-02T05:19:24.540Z | dflt 0.000021799 |
2358 | 2023-11-02T05:19:24.545Z | kflt 0.000000000 |
2359 | 2023-11-02T05:19:24.556Z | lock 0.038069388 |
2360 | 2023-11-02T05:19:24.570Z | slp 0.020689452 |
2361 | 2023-11-02T05:19:24.577Z | lat 0.003797042 |
2362 | 2023-11-02T05:19:24.603Z | stop 0.000576887 |
2363 | 2023-11-02T05:19:24.607Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2364 | 2023-11-02T05:19:25.694Z | Finished release [optimized] target(s) in 1.15s |
2365 | 2023-11-02T05:19:26.132Z | Running `target/release/omicron-package -t recovery package` |
2366 | 2023-11-02T05:19:26.135Z | Nov 02 05:19:25.762 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2367 | 2023-11-02T05:19:26.768Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2368 | 2023-11-02T05:19:30.618Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2369 | 2023-11-02T05:20:03.416Z | Finished release [optimized] target(s) in 37.57s |
2370 | 2023-11-02T05:20:49.089Z | |
2371 | 2023-11-02T05:20:49.123Z | real 1:24.634474399 |
2372 | 2023-11-02T05:20:49.244Z | user 2:35.976235387 |
2373 | 2023-11-02T05:20:49.247Z | sys 13.097599623 |
2374 | 2023-11-02T05:20:49.250Z | trap 0.075829117 |
2375 | 2023-11-02T05:20:49.253Z | tflt 0.145703946 |
2376 | 2023-11-02T05:20:49.256Z | dflt 0.883548958 |
2377 | 2023-11-02T05:20:49.259Z | kflt 0.000000000 |
2378 | 2023-11-02T05:20:49.262Z | lock 19:03.408805418 |
2379 | 2023-11-02T05:20:49.265Z | slp 3:06.247861711 |
2380 | 2023-11-02T05:20:49.268Z | lat 1.831990352 |
2381 | 2023-11-02T05:20:49.271Z | stop 0.180615259 |
2382 | 2023-11-02T05:20:49.274Z | + stamp_packages installinator mg-ddm-gz |
2383 | 2023-11-02T05:20:49.277Z | + for package in "$@" |
2384 | 2023-11-02T05:20:49.280Z | + [[ installinator == mg-ddm-gz ]] |
2385 | 2023-11-02T05:20:49.283Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+git62028649ec2 |
2386 | 2023-11-02T05:20:50.242Z | Finished release [optimized] target(s) in 1.07s |
2387 | 2023-11-02T05:20:50.288Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+git62028649ec2` |
2388 | 2023-11-02T05:20:50.309Z | Nov 02 05:20:50.314 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2389 | 2023-11-02T05:20:50.447Z | Created: out/versioned/installinator.tar |
2390 | 2023-11-02T05:20:50.455Z | + for package in "$@" |
2391 | 2023-11-02T05:20:50.460Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2392 | 2023-11-02T05:20:50.519Z | + echo 0.0.0 |
2393 | 2023-11-02T05:20:50.526Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2394 | 2023-11-02T05:20:50.532Z | a VERSION 1K |
2395 | 2023-11-02T05:20:50.538Z | + rm VERSION |
2396 | 2023-11-02T05:20:50.560Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git62028649ec2 |
2397 | 2023-11-02T05:20:51.657Z | Finished release [optimized] target(s) in 1.08s |
2398 | 2023-11-02T05:20:51.663Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git62028649ec2` |
2399 | 2023-11-02T05:20:51.689Z | Nov 02 05:20:51.690 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2400 | 2023-11-02T05:20:51.856Z | Created: out/versioned/mg-ddm-gz.tar |
2401 | 2023-11-02T05:20:51.894Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2402 | 2023-11-02T05:20:51.928Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2403 | 2023-11-02T05:20:51.999Z | ++ cd -- ./tools |
2404 | 2023-11-02T05:20:52.020Z | ++ pwd |
2405 | 2023-11-02T05:20:52.080Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2406 | 2023-11-02T05:20:52.121Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2407 | 2023-11-02T05:20:52.161Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2408 | 2023-11-02T05:20:52.266Z | ++ readlink -f /work |
2409 | 2023-11-02T05:20:52.270Z | + out_dir=/work |
2410 | 2023-11-02T05:20:52.274Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2411 | 2023-11-02T05:20:52.278Z | + for dep in "${deps[@]}" |
2412 | 2023-11-02T05:20:52.295Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2413 | 2023-11-02T05:20:52.302Z | + for dep in "${deps[@]}" |
2414 | 2023-11-02T05:20:52.310Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2415 | 2023-11-02T05:20:52.327Z | ++ mktemp -d |
2416 | 2023-11-02T05:20:52.334Z | + tmp_trampoline=/tmp/tmp.YAaGVi |
2417 | 2023-11-02T05:20:52.338Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2418 | 2023-11-02T05:20:52.342Z | + echo '{"v":"1","t":"layer"}' |
2419 | 2023-11-02T05:20:52.345Z | + pkg_dir=/tmp/tmp.YAaGVi/root/opt/oxide/installinator |
2420 | 2023-11-02T05:20:52.350Z | + mkdir -p /tmp/tmp.YAaGVi/root/opt/oxide/installinator |
2421 | 2023-11-02T05:20:52.355Z | + cd /tmp/tmp.YAaGVi/root/opt/oxide/installinator |
2422 | 2023-11-02T05:20:52.783Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2423 | 2023-11-02T05:20:52.795Z | x ., 0 bytes, 0 tape blocks |
2424 | 2023-11-02T05:20:52.806Z | x installinator, 52858328 bytes, 103239 tape blocks |
2425 | 2023-11-02T05:20:52.810Z | x pkg, 0 bytes, 0 tape blocks |
2426 | 2023-11-02T05:20:52.815Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2427 | 2023-11-02T05:20:52.818Z | x VERSION, 25 bytes, 1 tape blocks |
2428 | 2023-11-02T05:20:52.822Z | + mkdir -p /tmp/tmp.YAaGVi/root/lib/svc/manifest/site/ |
2429 | 2023-11-02T05:20:52.826Z | + mv pkg/manifest.xml /tmp/tmp.YAaGVi/root/lib/svc/manifest/site/installinator.xml |
2430 | 2023-11-02T05:20:52.829Z | + cd - |
2431 | 2023-11-02T05:20:52.891Z | /work/oxidecomputer/omicron |
2432 | 2023-11-02T05:20:52.895Z | + pkg_dir=/tmp/tmp.YAaGVi/root/opt/oxide/mg-ddm |
2433 | 2023-11-02T05:20:52.898Z | + mkdir -p /tmp/tmp.YAaGVi/root/opt/oxide/mg-ddm |
2434 | 2023-11-02T05:20:52.901Z | + cd /tmp/tmp.YAaGVi/root/opt/oxide/mg-ddm |
2435 | 2023-11-02T05:20:52.905Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2436 | 2023-11-02T05:20:52.908Z | x ., 0 bytes, 0 tape blocks |
2437 | 2023-11-02T05:20:52.911Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2438 | 2023-11-02T05:20:52.921Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2439 | 2023-11-02T05:20:52.961Z | x pkg, 0 bytes, 0 tape blocks |
2440 | 2023-11-02T05:20:52.967Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2441 | 2023-11-02T05:20:52.971Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2442 | 2023-11-02T05:20:52.977Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2443 | 2023-11-02T05:20:52.982Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2444 | 2023-11-02T05:20:52.986Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2445 | 2023-11-02T05:20:52.989Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2446 | 2023-11-02T05:20:52.993Z | x VERSION, 25 bytes, 1 tape blocks |
2447 | 2023-11-02T05:20:52.997Z | + cd - |
2448 | 2023-11-02T05:20:53.001Z | /work/oxidecomputer/omicron |
2449 | 2023-11-02T05:20:53.005Z | + cd /tmp/tmp.YAaGVi |
2450 | 2023-11-02T05:20:53.009Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2451 | 2023-11-02T05:20:58.090Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2452 | 2023-11-02T05:20:58.097Z | a oxide.json 1K |
2453 | 2023-11-02T05:20:58.106Z | a root/ 0K |
2454 | 2023-11-02T05:20:58.117Z | a root/opt/ 0K |
2455 | 2023-11-02T05:20:58.125Z | a root/opt/oxide/ 0K |
2456 | 2023-11-02T05:20:58.132Z | a root/opt/oxide/installinator/ 0K |
2457 | 2023-11-02T05:20:58.155Z | a root/opt/oxide/installinator/installinator 51620K |
2458 | 2023-11-02T05:20:58.235Z | a root/opt/oxide/installinator/pkg/ 0K |
2459 | 2023-11-02T05:20:58.295Z | a root/opt/oxide/installinator/VERSION 1K |
2460 | 2023-11-02T05:20:58.303Z | a root/opt/oxide/mg-ddm/ 0K |
2461 | 2023-11-02T05:20:58.309Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2462 | 2023-11-02T05:20:58.326Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2463 | 2023-11-02T05:20:58.340Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2464 | 2023-11-02T05:20:58.345Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2465 | 2023-11-02T05:20:58.355Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2466 | 2023-11-02T05:20:58.362Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2467 | 2023-11-02T05:20:58.372Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2468 | 2023-11-02T05:20:58.387Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2469 | 2023-11-02T05:20:58.873Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2470 | 2023-11-02T05:20:58.933Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2471 | 2023-11-02T05:20:58.946Z | a root/lib/ 0K |
2472 | 2023-11-02T05:20:58.968Z | a root/lib/svc/ 0K |
2473 | 2023-11-02T05:20:58.974Z | a root/lib/svc/manifest/ 0K |
2474 | 2023-11-02T05:20:59.392Z | a root/lib/svc/manifest/site/ 0K |
2475 | 2023-11-02T05:20:59.599Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2476 | 2023-11-02T05:20:59.627Z | + cd / |
2477 | 2023-11-02T05:20:59.676Z | + rm -rf /tmp/tmp.YAaGVi |
2478 | 2023-11-02T05:20:59.724Z | |
2479 | 2023-11-02T05:20:59.758Z | real 6.249650393 |
2480 | 2023-11-02T05:20:59.777Z | user 5.826777955 |
2481 | 2023-11-02T05:20:59.815Z | sys 0.450153783 |
2482 | 2023-11-02T05:20:59.826Z | trap 0.001446540 |
2483 | 2023-11-02T05:20:59.835Z | tflt 0.000000000 |
2484 | 2023-11-02T05:20:59.856Z | dflt 0.000000000 |
2485 | 2023-11-02T05:20:59.883Z | kflt 0.000000000 |
2486 | 2023-11-02T05:20:59.902Z | lock 0.000000000 |
2487 | 2023-11-02T05:20:59.908Z | slp 12.072667017 |
2488 | 2023-11-02T05:20:59.914Z | lat 0.206458348 |
2489 | 2023-11-02T05:20:59.919Z | stop 0.000293927 |
2490 | 2023-11-02T05:20:59.925Z | process exited: duration 2514568 ms, exit code 0 |
|
2491 | 2023-11-02T05:21:00.092Z | found 21 output files |
2492 | 2023-11-02T05:21:00.120Z | uploading: /work/version.txt (26 bytes) |
2493 | 2023-11-02T05:21:01.175Z | uploaded: /work/version.txt |
2494 | 2023-11-02T05:21:01.192Z | uploading: /work/package.tar.gz (83852258 bytes) |
2495 | 2023-11-02T05:22:10.574Z | uploaded: /work/package.tar.gz |
2496 | 2023-11-02T05:22:11.404Z | uploading: /work/global-zone-packages.tar.gz (124879816 bytes) |
2497 | 2023-11-02T05:23:16.099Z | uploaded: /work/global-zone-packages.tar.gz |
2498 | 2023-11-02T05:23:16.184Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36848282 bytes) |
2499 | 2023-11-02T05:23:29.480Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2500 | 2023-11-02T05:23:29.495Z | uploading: /work/zones/clickhouse.tar.gz (181936713 bytes) |
2501 | 2023-11-02T05:24:53.747Z | uploaded: /work/zones/clickhouse.tar.gz |
2502 | 2023-11-02T05:24:53.876Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181939289 bytes) |
2503 | 2023-11-02T05:26:07.098Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2504 | 2023-11-02T05:26:07.112Z | uploading: /work/zones/cockroachdb.tar.gz (119004142 bytes) |
2505 | 2023-11-02T05:27:13.298Z | uploaded: /work/zones/cockroachdb.tar.gz |
2506 | 2023-11-02T05:27:13.310Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2507 | 2023-11-02T05:27:22.537Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2508 | 2023-11-02T05:27:22.549Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2509 | 2023-11-02T05:27:39.331Z | uploaded: /work/zones/crucible.tar.gz |
2510 | 2023-11-02T05:27:39.353Z | uploading: /work/zones/external-dns.tar.gz (24435704 bytes) |
2511 | 2023-11-02T05:27:48.691Z | uploaded: /work/zones/external-dns.tar.gz |
2512 | 2023-11-02T05:27:48.707Z | uploading: /work/zones/internal-dns.tar.gz (24435702 bytes) |
2513 | 2023-11-02T05:27:57.761Z | uploaded: /work/zones/internal-dns.tar.gz |
2514 | 2023-11-02T05:27:57.778Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2515 | 2023-11-02T05:27:59.646Z | uploaded: /work/zones/ntp.tar.gz |
2516 | 2023-11-02T05:27:59.657Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18287203 bytes) |
2517 | 2023-11-02T05:28:13.876Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2518 | 2023-11-02T05:28:13.887Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18282322 bytes) |
2519 | 2023-11-02T05:28:19.471Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2520 | 2023-11-02T05:28:19.483Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72905680 bytes) |
2521 | 2023-11-02T05:28:53.925Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2522 | 2023-11-02T05:28:53.932Z | uploading: /work/zones/omicron-nexus.tar.gz (72898920 bytes) |
2523 | 2023-11-02T05:29:42.379Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2524 | 2023-11-02T05:29:42.382Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2525 | 2023-11-02T05:29:43.389Z | uploaded: /work/zones/overlay.tar.gz |
2526 | 2023-11-02T05:29:43.402Z | uploading: /work/zones/oximeter-collector.tar.gz (19639693 bytes) |
2527 | 2023-11-02T05:29:52.415Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2528 | 2023-11-02T05:29:52.430Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2529 | 2023-11-02T05:30:21.049Z | uploaded: /work/zones/propolis-server.tar.gz |
2530 | 2023-11-02T05:30:21.941Z | uploading: /work/zones/switch-asic.tar.gz (242947901 bytes) |
2531 | 2023-11-02T05:32:25.203Z | uploaded: /work/zones/switch-asic.tar.gz |
2532 | 2023-11-02T05:32:25.305Z | uploading: /work/zones/switch-softnpu.tar.gz (167054954 bytes) |
2533 | 2023-11-02T05:33:31.063Z | uploaded: /work/zones/switch-softnpu.tar.gz |