|
|
|
1 | 2023-11-07T05:09:32.334Z | job assigned to worker 01HEM2WWBTWERR333DXWBQ52SD (queued for 1 m 19 s) |
|
2 | 2023-11-07T05:09:33.079Z | starting task 0: "setup" |
3 | 2023-11-07T05:09:33.156Z | ++ uname -s |
4 | 2023-11-07T05:09:33.172Z | + kern=SunOS |
5 | 2023-11-07T05:09:33.197Z | + case "$kern" in |
6 | 2023-11-07T05:09:33.216Z | + groupadd -g 12345 build |
7 | 2023-11-07T05:09:33.228Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-07T05:09:36.559Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-07T05:09:36.625Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-07T05:09:36.736Z | + home_fs=zfs |
11 | 2023-11-07T05:09:36.762Z | + [[ zfs == autofs ]] |
12 | 2023-11-07T05:09:36.777Z | + mkdir -p /home/build |
13 | 2023-11-07T05:09:36.796Z | + chown build:build /home/build /work |
14 | 2023-11-07T05:09:37.275Z | + chmod 0700 /home/build /work |
15 | 2023-11-07T05:09:37.292Z | process exited: duration 4183 ms, exit code 0 |
|
16 | 2023-11-07T05:09:37.341Z | starting task 1: "rust-toolchain" |
17 | 2023-11-07T05:09:37.371Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-07T05:09:37.391Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-07T05:09:37.603Z | info: downloading installer |
20 | 2023-11-07T05:09:39.445Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-07T05:09:39.458Z | warning: /opt/ooce/bin |
22 | 2023-11-07T05:09:39.478Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-07T05:09:39.483Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-07T05:09:39.487Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-07T05:09:39.491Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-07T05:09:39.495Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-07T05:09:39.502Z | error: cannot install while Rust is installed |
28 | 2023-11-07T05:09:39.504Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-07T05:09:39.552Z | info: profile set to 'default' |
30 | 2023-11-07T05:09:39.561Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-07T05:09:39.565Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-07T05:09:39.826Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-07T05:09:39.842Z | info: downloading component 'cargo' |
34 | 2023-11-07T05:09:40.615Z | info: downloading component 'clippy' |
35 | 2023-11-07T05:09:40.920Z | info: downloading component 'rust-docs' |
36 | 2023-11-07T05:09:41.916Z | info: downloading component 'rust-std' |
37 | 2023-11-07T05:09:44.130Z | info: downloading component 'rustc' |
38 | 2023-11-07T05:09:48.090Z | info: downloading component 'rustfmt' |
39 | 2023-11-07T05:09:48.398Z | info: installing component 'cargo' |
40 | 2023-11-07T05:09:49.826Z | info: installing component 'clippy' |
41 | 2023-11-07T05:09:50.728Z | info: installing component 'rust-docs' |
42 | 2023-11-07T05:09:53.480Z | info: installing component 'rust-std' |
43 | 2023-11-07T05:09:57.096Z | info: installing component 'rustc' |
44 | 2023-11-07T05:10:06.433Z | info: installing component 'rustfmt' |
45 | 2023-11-07T05:10:06.906Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-07T05:10:06.916Z | |
47 | 2023-11-07T05:10:07.075Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-07T05:10:07.159Z | |
49 | 2023-11-07T05:10:07.192Z | |
50 | 2023-11-07T05:10:07.216Z | Rust is installed now. Great! |
51 | 2023-11-07T05:10:07.237Z | |
52 | 2023-11-07T05:10:07.252Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-07T05:10:07.268Z | environment variable. This has not been done automatically. |
54 | 2023-11-07T05:10:07.280Z | |
55 | 2023-11-07T05:10:07.713Z | To configure your current shell, run: |
56 | 2023-11-07T05:10:07.772Z | source "$HOME/.cargo/env" |
57 | 2023-11-07T05:10:07.785Z | + rustc --version |
58 | 2023-11-07T05:10:07.798Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-07T05:10:07.814Z | process exited: duration 29883 ms, exit code 0 |
|
60 | 2023-11-07T05:10:07.848Z | starting task 2: "authentication" |
61 | 2023-11-07T05:10:07.902Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-11-07T05:10:07.948Z | starting task 3: "clone repository" |
63 | 2023-11-07T05:10:07.963Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-07T05:10:07.969Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-07T05:10:08.070Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-07T05:10:15.274Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-07T05:10:15.281Z | + [[ -n renovate/swatinem-rust-cache-2.x ]] |
68 | 2023-11-07T05:10:15.287Z | + git fetch origin renovate/swatinem-rust-cache-2.x |
69 | 2023-11-07T05:10:15.673Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-07T05:10:15.681Z | * branch renovate/swatinem-rust-cache-2.x -> FETCH_HEAD |
71 | 2023-11-07T05:10:15.694Z | + git checkout -B renovate/swatinem-rust-cache-2.x remotes/origin/renovate/swatinem-rust-cache-2.x |
72 | 2023-11-07T05:10:15.767Z | Switched to a new branch 'renovate/swatinem-rust-cache-2.x' |
73 | 2023-11-07T05:10:15.795Z | branch 'renovate/swatinem-rust-cache-2.x' set up to track 'origin/renovate/swatinem-rust-cache-2.x'. |
74 | 2023-11-07T05:10:15.812Z | + git reset --hard 755c8947f3d5c107708a3f974a69df7dd783b181 |
75 | 2023-11-07T05:10:15.914Z | HEAD is now at 755c8947 chore(deps): update swatinem/rust-cache action to v2.7.1 |
76 | 2023-11-07T05:10:15.923Z | process exited: duration 7960 ms, exit code 0 |
|
77 | 2023-11-07T05:10:15.945Z | starting task 4: "build" |
78 | 2023-11-07T05:10:15.988Z | + cargo --version |
79 | 2023-11-07T05:10:15.999Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-07T05:10:16.441Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-07T05:10:16.452Z | info: downloading component 'cargo' |
82 | 2023-11-07T05:10:17.049Z | info: downloading component 'clippy' |
83 | 2023-11-07T05:10:17.343Z | info: downloading component 'rust-docs' |
84 | 2023-11-07T05:10:18.528Z | info: downloading component 'rust-std' |
85 | 2023-11-07T05:10:20.089Z | info: downloading component 'rustc' |
86 | 2023-11-07T05:10:24.800Z | info: downloading component 'rustfmt' |
87 | 2023-11-07T05:10:25.067Z | info: installing component 'cargo' |
88 | 2023-11-07T05:10:26.266Z | info: installing component 'clippy' |
89 | 2023-11-07T05:10:26.770Z | info: installing component 'rust-docs' |
90 | 2023-11-07T05:10:29.544Z | info: installing component 'rust-std' |
91 | 2023-11-07T05:10:31.969Z | info: installing component 'rustc' |
92 | 2023-11-07T05:10:38.082Z | info: installing component 'rustfmt' |
93 | 2023-11-07T05:10:38.637Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-07T05:10:38.653Z | + rustc --version |
95 | 2023-11-07T05:10:38.763Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-07T05:10:38.778Z | ++ git rev-parse HEAD |
97 | 2023-11-07T05:10:38.791Z | + COMMIT=755c8947f3d5c107708a3f974a69df7dd783b181 |
98 | 2023-11-07T05:10:38.882Z | + VERSION=1.0.3-0.ci+git755c8947f3d |
99 | 2023-11-07T05:10:38.931Z | + echo 1.0.3-0.ci+git755c8947f3d |
100 | 2023-11-07T05:10:38.954Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-07T05:10:49.273Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-07T05:10:50.451Z | Startup: Caching catalogs ... Done |
103 | 2023-11-07T05:11:00.959Z | Planning: Solver setup ... Done (4.529s) |
104 | 2023-11-07T05:11:01.202Z | Planning: Running solver ... Done (0.119s) |
105 | 2023-11-07T05:11:01.683Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-07T05:11:01.705Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-07T05:11:02.152Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-07T05:11:02.599Z | Planning: Package planning ... Done (0.147s) |
109 | 2023-11-07T05:11:02.689Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-11-07T05:11:02.734Z | Planning: Checking for conflicting actions ... Done (0.813s) |
111 | 2023-11-07T05:11:02.757Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-07T05:11:02.919Z | Planning: Evaluating mediators ... Done (6.212s) |
113 | 2023-11-07T05:11:02.945Z | Planning: Planning completed in 12.47 seconds |
114 | 2023-11-07T05:11:03.377Z | Packages to install: 4 |
115 | 2023-11-07T05:11:03.410Z | Mediators to change: 2 |
116 | 2023-11-07T05:11:03.424Z | Services to change: 1 |
117 | 2023-11-07T05:11:03.436Z | Estimated space available: 148.90 GB |
118 | 2023-11-07T05:11:03.450Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-07T05:11:03.464Z | Create boot environment: No |
120 | 2023-11-07T05:11:03.477Z | Create backup boot environment: No |
121 | 2023-11-07T05:11:03.900Z | Rebuild boot archive: No |
122 | 2023-11-07T05:11:03.916Z | |
123 | 2023-11-07T05:11:03.931Z | Changed mediators: |
124 | 2023-11-07T05:11:03.949Z | mediator clang: |
125 | 2023-11-07T05:11:03.979Z | version: None -> 15 (system default) |
126 | 2023-11-07T05:11:03.994Z | |
127 | 2023-11-07T05:11:04.018Z | mediator llvm: |
128 | 2023-11-07T05:11:04.042Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-07T05:11:04.064Z | |
130 | 2023-11-07T05:11:04.095Z | Changed packages: |
131 | 2023-11-07T05:11:04.117Z | helios-dev |
132 | 2023-11-07T05:11:04.140Z | developer/build-essential |
133 | 2023-11-07T05:11:04.164Z | None -> 11-2.0 |
134 | 2023-11-07T05:11:04.184Z | library/libxmlsec1 |
135 | 2023-11-07T05:11:04.200Z | None -> 1.2.35-2.0 |
136 | 2023-11-07T05:11:04.223Z | ooce/developer/clang-15 |
137 | 2023-11-07T05:11:04.240Z | None -> 15.0.7-2.0 |
138 | 2023-11-07T05:11:04.271Z | ooce/developer/llvm-15 |
139 | 2023-11-07T05:11:04.290Z | None -> 15.0.7-2.0 |
140 | 2023-11-07T05:11:04.311Z | |
141 | 2023-11-07T05:11:04.322Z | Services: |
142 | 2023-11-07T05:11:04.334Z | restart_fmri: |
143 | 2023-11-07T05:11:04.357Z | svc:/system/update-man-index:default |
144 | 2023-11-07T05:11:04.374Z | |
145 | 2023-11-07T05:11:04.396Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-07T05:11:08.884Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
147 | 2023-11-07T05:11:13.487Z | Download: 2093/3290 items 118.2/212.6MB 55% complete (12.1M/s) |
148 | 2023-11-07T05:11:18.489Z | Download: 2430/3290 items 120.1/212.6MB 56% complete (4.0M/s) |
149 | 2023-11-07T05:11:23.488Z | Download: 3184/3290 items 160.7/212.6MB 75% complete (4.2M/s) |
150 | 2023-11-07T05:11:29.730Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (9.2M/s) |
151 | 2023-11-07T05:11:29.772Z | Download: Completed 212.60 MB in 26.38 seconds (8.1M/s) |
152 | 2023-11-07T05:11:30.004Z | Actions: 1/3687 actions (Installing new actions) |
153 | 2023-11-07T05:11:35.878Z | Actions: 3095/3687 actions (Installing new actions) |
154 | 2023-11-07T05:11:38.664Z | Actions: Completed 3687 actions in 8.69 seconds. |
155 | 2023-11-07T05:11:38.832Z | Done (0.157s) |
156 | 2023-11-07T05:11:38.851Z | Done (0.000s) |
157 | 2023-11-07T05:11:39.041Z | Done (0.207s) |
158 | 2023-11-07T05:11:47.618Z | Done (8.463s) |
159 | 2023-11-07T05:11:48.045Z | Done (0.331s) |
160 | 2023-11-07T05:11:48.053Z | Done (0.000s) |
161 | 2023-11-07T05:11:48.285Z | Done (0.000s) |
162 | 2023-11-07T05:11:48.978Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-07T05:11:49.268Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-11-07T05:11:49.278Z | Planning: Consolidating action changes ... Done |
165 | 2023-11-07T05:11:49.706Z | Planning: Evaluating mediators ... Done |
166 | 2023-11-07T05:11:49.709Z | Planning: Planning completed in 0.73 seconds |
167 | 2023-11-07T05:11:49.762Z | Mediators to change: 2 |
168 | 2023-11-07T05:11:49.771Z | Create boot environment: No |
169 | 2023-11-07T05:11:49.779Z | Create backup boot environment: No |
170 | 2023-11-07T05:11:49.864Z | Done |
171 | 2023-11-07T05:11:49.872Z | Done |
172 | 2023-11-07T05:11:49.994Z | Done |
173 | 2023-11-07T05:11:55.913Z | Done |
174 | 2023-11-07T05:11:56.044Z | Done |
175 | 2023-11-07T05:11:56.058Z | Done |
176 | 2023-11-07T05:11:56.135Z | Done |
177 | 2023-11-07T05:11:57.177Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-11-07T05:11:57.192Z | Planning: Merging actions ... Done |
179 | 2023-11-07T05:11:57.487Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-11-07T05:11:57.493Z | Planning: Consolidating action changes ... Done |
181 | 2023-11-07T05:11:57.925Z | Planning: Evaluating mediators ... Done |
182 | 2023-11-07T05:11:58.011Z | Planning: Planning completed in 1.30 seconds |
183 | 2023-11-07T05:11:58.495Z | Packages to change: 1 |
184 | 2023-11-07T05:11:58.505Z | Mediators to change: 1 |
185 | 2023-11-07T05:11:58.509Z | Services to change: 1 |
186 | 2023-11-07T05:11:58.514Z | Create boot environment: No |
187 | 2023-11-07T05:11:58.522Z | Create backup boot environment: Yes |
188 | 2023-11-07T05:12:00.092Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-11-07T05:12:00.098Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-11-07T05:12:00.104Z | Done |
191 | 2023-11-07T05:12:00.114Z | Done |
192 | 2023-11-07T05:12:00.143Z | Done |
193 | 2023-11-07T05:12:06.097Z | Done |
194 | 2023-11-07T05:12:06.219Z | Done |
195 | 2023-11-07T05:12:06.229Z | Done |
196 | 2023-11-07T05:12:06.327Z | Done |
197 | 2023-11-07T05:12:07.010Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-11-07T05:12:07.032Z | clang system 15 system |
199 | 2023-11-07T05:12:07.467Z | csh system system illumos |
200 | 2023-11-07T05:12:07.492Z | ctags system system illumos |
201 | 2023-11-07T05:12:07.510Z | gcc vendor 12 vendor |
202 | 2023-11-07T05:12:07.523Z | gcc system 10 system |
203 | 2023-11-07T05:12:07.535Z | gcc system 7 system |
204 | 2023-11-07T05:12:07.550Z | go system 1.20 system |
205 | 2023-11-07T05:12:07.564Z | go system 1.19 system |
206 | 2023-11-07T05:12:07.575Z | llvm system 15 system |
207 | 2023-11-07T05:12:07.583Z | llvm system 14 system |
208 | 2023-11-07T05:12:07.592Z | mariadb system 10.6 system |
209 | 2023-11-07T05:12:07.603Z | mta vendor vendor dma |
210 | 2023-11-07T05:12:07.612Z | openjdk system 17 system |
211 | 2023-11-07T05:12:07.621Z | openjdk system 11 system |
212 | 2023-11-07T05:12:07.648Z | openjdk system 1.8 system |
213 | 2023-11-07T05:12:07.682Z | openssl vendor 3 vendor |
214 | 2023-11-07T05:12:07.701Z | perl system 5.36 system |
215 | 2023-11-07T05:12:07.716Z | postgresql system 15 system |
216 | 2023-11-07T05:12:07.734Z | postgresql system 13 system |
217 | 2023-11-07T05:12:07.752Z | python vendor 3 vendor |
218 | 2023-11-07T05:12:07.767Z | python system 2 system |
219 | 2023-11-07T05:12:07.782Z | python3 system 3.11 system |
220 | 2023-11-07T05:12:07.799Z | ruby system 3.0 system |
221 | 2023-11-07T05:12:07.818Z | words vendor vendor american-english |
222 | 2023-11-07T05:12:08.250Z | words system system australian-english |
223 | 2023-11-07T05:12:08.254Z | words system system british-english |
224 | 2023-11-07T05:12:08.263Z | words system system canadian-english |
225 | 2023-11-07T05:12:08.273Z | words system system french |
226 | 2023-11-07T05:12:08.304Z | words system system italian |
227 | 2023-11-07T05:12:08.316Z | words system system ngerman |
228 | 2023-11-07T05:12:08.738Z | words system system ogerman |
229 | 2023-11-07T05:12:08.763Z | words system system spanish |
230 | 2023-11-07T05:12:08.783Z | FMRI IFO |
231 | 2023-11-07T05:12:08.795Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-11-07T05:12:09.219Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-11-07T05:12:09.233Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-11-07T05:12:09.252Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-11-07T05:12:09.424Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-11-07T05:12:09.477Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-11-07T05:12:09.499Z | + set -o errexit |
238 | 2023-11-07T05:12:09.559Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-11-07T05:12:09.664Z | ++ cd ./tools |
240 | 2023-11-07T05:12:09.724Z | ++ pwd |
241 | 2023-11-07T05:12:11.801Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-11-07T05:12:12.046Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-11-07T05:12:12.110Z | + ARG0=ci_download_cockroachdb |
244 | 2023-11-07T05:12:12.250Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-11-07T05:12:12.324Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-11-07T05:12:12.377Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-11-07T05:12:12.807Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-11-07T05:12:12.843Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-11-07T05:12:12.873Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-11-07T05:12:12.903Z | + TARGET_DIR=out |
251 | 2023-11-07T05:12:13.053Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-11-07T05:12:13.169Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-11-07T05:12:13.184Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-11-07T05:12:13.193Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-11-07T05:12:13.208Z | + main |
256 | 2023-11-07T05:12:13.218Z | + [[ 0 != 0 ]] |
257 | 2023-11-07T05:12:13.228Z | + CIDL_OS=solaris2.11 |
258 | 2023-11-07T05:12:13.236Z | + [[ 0 != 0 ]] |
259 | 2023-11-07T05:12:13.248Z | + configure_os solaris2.11 |
260 | 2023-11-07T05:12:13.268Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-11-07T05:12:13.300Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-11-07T05:12:13.314Z | configuring based on OS: "solaris2.11" |
263 | 2023-11-07T05:12:13.325Z | + echo 'configuring based on OS: "solaris2.11"' |
264 | 2023-11-07T05:12:13.360Z | + case "$1" in |
265 | 2023-11-07T05:12:13.379Z | + CIDL_BUILD=illumos |
266 | 2023-11-07T05:12:13.395Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-11-07T05:12:13.415Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-07T05:12:13.425Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-11-07T05:12:13.440Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-11-07T05:12:13.453Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-11-07T05:12:13.477Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-11-07T05:12:13.904Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-07T05:12:13.922Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-07T05:12:13.945Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-11-07T05:12:14.368Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-07T05:12:14.373Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-07T05:12:14.378Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-07T05:12:14.383Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-11-07T05:12:14.387Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-07T05:12:14.392Z | + mkdir -p out/downloads |
281 | 2023-11-07T05:12:14.414Z | Downloading... |
282 | 2023-11-07T05:12:14.426Z | + mkdir -p ./out/cockroachdb |
283 | 2023-11-07T05:12:14.435Z | + local DO_DOWNLOAD=true |
284 | 2023-11-07T05:12:14.448Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
285 | 2023-11-07T05:12:14.457Z | + '[' true == true ']' |
286 | 2023-11-07T05:12:14.465Z | + echo Downloading... |
287 | 2023-11-07T05:12:14.474Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-07T05:12:14.489Z | + 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 |
289 | 2023-11-07T05:12:14.499Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-07T05:12:14.510Z | ++ md5sum |
291 | 2023-11-07T05:12:14.522Z | ++ awk '{print $1}' |
292 | 2023-11-07T05:12:14.536Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-11-07T05:12:14.546Z | + [[ 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 ]] |
294 | 2023-11-07T05:12:14.556Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-07T05:12:14.570Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-11-07T05:12:14.577Z | + do_assemble_illumos |
297 | 2023-11-07T05:12:14.590Z | + rm -r ./out/cockroachdb |
298 | 2023-11-07T05:12:14.596Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-11-07T05:12:15.034Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-11-07T05:12:15.358Z | Build Tag: v22.1.9-dirty |
301 | 2023-11-07T05:12:15.369Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-11-07T05:12:15.379Z | Distribution: OSS |
303 | 2023-11-07T05:12:15.390Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-11-07T05:12:15.396Z | Go Version: go1.17.13 |
305 | 2023-11-07T05:12:15.402Z | C Compiler: gcc 10.3.0 |
306 | 2023-11-07T05:12:15.408Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-11-07T05:12:15.413Z | Build Type: release |
308 | 2023-11-07T05:12:15.419Z | + set -o errexit |
309 | 2023-11-07T05:12:15.425Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-11-07T05:12:15.433Z | ++ cd ./tools |
311 | 2023-11-07T05:12:15.442Z | ++ pwd |
312 | 2023-11-07T05:12:15.451Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-11-07T05:12:15.457Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-11-07T05:12:15.482Z | + ARG0=ci_download_clickhouse |
315 | 2023-11-07T05:12:15.498Z | + TARGET_DIR=out |
316 | 2023-11-07T05:12:15.510Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-11-07T05:12:15.532Z | + DEST_DIR=./out/clickhouse |
318 | 2023-11-07T05:12:15.545Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-11-07T05:12:15.565Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-11-07T05:12:15.581Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-11-07T05:12:15.592Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-11-07T05:12:15.607Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-11-07T05:12:15.618Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-11-07T05:12:15.630Z | + main |
325 | 2023-11-07T05:12:15.642Z | + [[ 0 != 0 ]] |
326 | 2023-11-07T05:12:15.674Z | + CIDL_OS=solaris2.11 |
327 | 2023-11-07T05:12:15.686Z | + [[ 0 != 0 ]] |
328 | 2023-11-07T05:12:15.697Z | + configure_os solaris2.11 |
329 | 2023-11-07T05:12:15.709Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-11-07T05:12:15.730Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-11-07T05:12:15.743Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-11-07T05:12:15.764Z | configuring based on OS: "solaris2.11" |
333 | 2023-11-07T05:12:15.775Z | + CIDL_DASHREV= |
334 | 2023-11-07T05:12:15.802Z | + case "$1" in |
335 | 2023-11-07T05:12:15.827Z | + CIDL_PLATFORM=illumos |
336 | 2023-11-07T05:12:15.843Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-11-07T05:12:15.860Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-11-07T05:12:15.880Z | + CIDL_DASHREV=-1 |
339 | 2023-11-07T05:12:15.896Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-11-07T05:12:15.909Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-07T05:12:15.926Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-07T05:12:15.936Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-07T05:12:15.946Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-07T05:12:15.962Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-11-07T05:12:16.504Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-11-07T05:12:16.515Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-07T05:12:16.528Z | + mkdir -p out/downloads |
348 | 2023-11-07T05:12:16.537Z | + mkdir -p ./out/clickhouse |
349 | 2023-11-07T05:12:16.562Z | + local DO_DOWNLOAD=true |
350 | 2023-11-07T05:12:16.579Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-11-07T05:12:16.600Z | + '[' true == true ']' |
352 | 2023-11-07T05:12:16.623Z | Downloading... |
353 | 2023-11-07T05:12:16.642Z | + echo Downloading... |
354 | 2023-11-07T05:12:16.657Z | + 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 |
355 | 2023-11-07T05:12:16.664Z | + 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 |
356 | 2023-11-07T05:12:17.967Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-07T05:12:17.995Z | ++ md5sum |
358 | 2023-11-07T05:12:18.441Z | ++ awk '{print $1}' |
359 | 2023-11-07T05:12:18.456Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-07T05:12:18.502Z | + [[ 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 ]] |
361 | 2023-11-07T05:12:18.514Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-11-07T05:12:18.954Z | + mkdir -p ./out/clickhouse |
363 | 2023-11-07T05:12:18.975Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-11-07T05:12:23.277Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-11-07T05:12:27.015Z | ClickHouse server version 22.8.9.1. |
366 | 2023-11-07T05:12:27.403Z | + set -o errexit |
367 | 2023-11-07T05:12:27.536Z | +++ dirname ./tools/ci_download_console |
368 | 2023-11-07T05:12:27.627Z | ++ cd ./tools |
369 | 2023-11-07T05:12:27.720Z | ++ pwd |
370 | 2023-11-07T05:12:27.817Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-11-07T05:12:27.933Z | ++ basename ./tools/ci_download_console |
372 | 2023-11-07T05:12:28.868Z | + ARG0=ci_download_console |
373 | 2023-11-07T05:12:28.898Z | + TARGET_DIR=out |
374 | 2023-11-07T05:12:28.928Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-11-07T05:12:29.073Z | + DEST_DIR=./out/console-assets |
376 | 2023-11-07T05:12:29.123Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-11-07T05:12:29.188Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
378 | 2023-11-07T05:12:29.339Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
379 | 2023-11-07T05:12:29.446Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-11-07T05:12:29.484Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-11-07T05:12:29.538Z | + main |
382 | 2023-11-07T05:12:29.564Z | + [[ 0 != 0 ]] |
383 | 2023-11-07T05:12:29.610Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
384 | 2023-11-07T05:12:30.048Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-11-07T05:12:30.070Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-11-07T05:12:30.086Z | Local file: out/downloads/console.tar.gz |
387 | 2023-11-07T05:12:30.128Z | + local DO_DOWNLOAD=true |
388 | 2023-11-07T05:12:30.145Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2023-11-07T05:12:30.169Z | + mkdir -p out/downloads |
390 | 2023-11-07T05:12:30.190Z | + '[' true == true ']' |
391 | 2023-11-07T05:12:30.603Z | + echo Downloading... |
392 | 2023-11-07T05:12:30.611Z | Downloading... |
393 | 2023-11-07T05:12:30.620Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
394 | 2023-11-07T05:12:30.628Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-11-07T05:12:30.640Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-11-07T05:12:30.650Z | ++ case "$OSTYPE" in |
397 | 2023-11-07T05:12:30.659Z | ++ SHA=sha256sum |
398 | 2023-11-07T05:12:30.679Z | ++ sha256sum |
399 | 2023-11-07T05:12:31.108Z | ++ awk '{print $1}' |
400 | 2023-11-07T05:12:31.132Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
401 | 2023-11-07T05:12:31.143Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
402 | 2023-11-07T05:12:31.155Z | + rm -rf ./out/console-assets |
403 | 2023-11-07T05:12:31.173Z | + mkdir -p ./out/console-assets |
404 | 2023-11-07T05:12:31.206Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-11-07T05:12:31.221Z | + mkdir -p ./out/console-assets |
406 | 2023-11-07T05:12:31.241Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-11-07T05:12:31.253Z | + set -o errexit |
408 | 2023-11-07T05:12:31.263Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-11-07T05:12:31.276Z | ++ cd ./tools |
410 | 2023-11-07T05:12:31.286Z | ++ pwd |
411 | 2023-11-07T05:12:31.294Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-11-07T05:12:31.306Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-11-07T05:12:31.321Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-11-07T05:12:31.332Z | + TARGET_DIR=out |
415 | 2023-11-07T05:12:31.346Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-11-07T05:12:31.364Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-11-07T05:12:31.378Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
418 | 2023-11-07T05:12:31.391Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-11-07T05:12:31.404Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
420 | 2023-11-07T05:12:31.415Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
421 | 2023-11-07T05:12:31.428Z | + main |
422 | 2023-11-07T05:12:31.439Z | + [[ 0 != 0 ]] |
423 | 2023-11-07T05:12:31.452Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
424 | 2023-11-07T05:12:31.462Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
425 | 2023-11-07T05:12:31.604Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
426 | 2023-11-07T05:12:31.634Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
427 | 2023-11-07T05:12:31.659Z | + local DO_DOWNLOAD=true |
428 | 2023-11-07T05:12:31.675Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
429 | 2023-11-07T05:12:31.690Z | + mkdir -p out/downloads |
430 | 2023-11-07T05:12:31.706Z | + '[' true == true ']' |
431 | 2023-11-07T05:12:31.719Z | Downloading... |
432 | 2023-11-07T05:12:31.732Z | + echo Downloading... |
433 | 2023-11-07T05:12:31.743Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
434 | 2023-11-07T05:12:31.759Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
435 | 2023-11-07T05:12:31.764Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
436 | 2023-11-07T05:12:31.772Z | ++ case "$OSTYPE" in |
437 | 2023-11-07T05:12:31.784Z | ++ SHA=sha256sum |
438 | 2023-11-07T05:12:31.793Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
439 | 2023-11-07T05:12:31.809Z | ++ sha256sum |
440 | 2023-11-07T05:12:31.821Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
441 | 2023-11-07T05:12:31.830Z | ++ awk '{print $1}' |
442 | 2023-11-07T05:12:31.838Z | Downloading... |
443 | 2023-11-07T05:12:31.851Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-11-07T05:12:31.862Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
445 | 2023-11-07T05:12:31.876Z | + [[ 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 ]] |
446 | 2023-11-07T05:12:31.894Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
447 | 2023-11-07T05:12:31.912Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2023-11-07T05:12:32.338Z | Downloading... |
449 | 2023-11-07T05:12:32.351Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
450 | 2023-11-07T05:12:32.797Z | current directory: /work/oxidecomputer/omicron |
451 | 2023-11-07T05:12:33.631Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
452 | 2023-11-07T05:12:33.646Z | configuring based on OS: "solaris2.11" |
453 | 2023-11-07T05:12:33.666Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
454 | 2023-11-07T05:12:33.684Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
455 | 2023-11-07T05:12:33.689Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
456 | 2023-11-07T05:12:33.695Z | Local file: out/downloads/dendrite-stub.tar.gz |
457 | 2023-11-07T05:12:33.713Z | + main |
458 | 2023-11-07T05:12:33.726Z | Downloading... |
459 | 2023-11-07T05:12:33.766Z | + [[ 0 != 0 ]] |
460 | 2023-11-07T05:12:33.906Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
461 | 2023-11-07T05:12:33.929Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
462 | 2023-11-07T05:12:33.939Z | + local DO_DOWNLOAD=true |
463 | 2023-11-07T05:12:33.950Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
464 | 2023-11-07T05:12:34.374Z | + mkdir -p out/downloads |
465 | 2023-11-07T05:12:34.392Z | + '[' true == true ']' |
466 | 2023-11-07T05:12:34.812Z | + echo Downloading... |
467 | 2023-11-07T05:12:34.818Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
468 | 2023-11-07T05:12:34.829Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
469 | 2023-11-07T05:12:34.840Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
470 | 2023-11-07T05:12:34.858Z | ++ case "$OSTYPE" in |
471 | 2023-11-07T05:12:34.868Z | ++ SHA=sha256sum |
472 | 2023-11-07T05:12:34.874Z | ++ sha256sum |
473 | 2023-11-07T05:12:34.880Z | ++ awk '{print $1}' |
474 | 2023-11-07T05:12:34.887Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
475 | 2023-11-07T05:12:34.892Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
476 | 2023-11-07T05:12:34.897Z | + set -o errexit |
477 | 2023-11-07T05:12:34.901Z | +++ dirname ./tools/ci_download_dendrite_openapi |
478 | 2023-11-07T05:12:34.911Z | ++ cd ./tools |
479 | 2023-11-07T05:12:34.961Z | ++ pwd |
480 | 2023-11-07T05:12:35.017Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
481 | 2023-11-07T05:12:35.025Z | ++ basename ./tools/ci_download_dendrite_openapi |
482 | 2023-11-07T05:12:35.035Z | + ARG0=ci_download_dendrite_openapi |
483 | 2023-11-07T05:12:35.045Z | + TARGET_DIR=out |
484 | 2023-11-07T05:12:35.054Z | + DOWNLOAD_DIR=out/downloads |
485 | 2023-11-07T05:12:35.059Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
486 | 2023-11-07T05:12:35.065Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
487 | 2023-11-07T05:12:35.074Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
488 | 2023-11-07T05:12:35.085Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
489 | 2023-11-07T05:12:35.096Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
490 | 2023-11-07T05:12:35.104Z | + main |
491 | 2023-11-07T05:12:35.115Z | + [[ 0 != 0 ]] |
492 | 2023-11-07T05:12:35.124Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
493 | 2023-11-07T05:12:35.133Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
494 | 2023-11-07T05:12:35.144Z | + local DO_DOWNLOAD=true |
495 | 2023-11-07T05:12:35.164Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
496 | 2023-11-07T05:12:35.185Z | + mkdir -p out/downloads |
497 | 2023-11-07T05:12:35.205Z | + '[' true == true ']' |
498 | 2023-11-07T05:12:35.216Z | + echo Downloading... |
499 | 2023-11-07T05:12:35.240Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
500 | 2023-11-07T05:12:35.258Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
501 | 2023-11-07T05:12:35.282Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
502 | 2023-11-07T05:12:35.300Z | ++ case "$OSTYPE" in |
503 | 2023-11-07T05:12:35.320Z | ++ SHA=sha256sum |
504 | 2023-11-07T05:12:35.335Z | ++ sha256sum |
505 | 2023-11-07T05:12:35.367Z | ++ awk '{print $1}' |
506 | 2023-11-07T05:12:35.413Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
507 | 2023-11-07T05:12:35.430Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
508 | 2023-11-07T05:12:35.442Z | + set -o errexit |
509 | 2023-11-07T05:12:35.458Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2023-11-07T05:12:35.471Z | ++ cd ./tools |
511 | 2023-11-07T05:12:35.483Z | ++ pwd |
512 | 2023-11-07T05:12:35.491Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2023-11-07T05:12:35.501Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2023-11-07T05:12:35.524Z | + ARG0=ci_download_dendrite_stub |
515 | 2023-11-07T05:12:35.950Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2023-11-07T05:12:35.962Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
517 | 2023-11-07T05:12:35.981Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
518 | 2023-11-07T05:12:36.136Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
519 | 2023-11-07T05:12:36.194Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2023-11-07T05:12:36.221Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
521 | 2023-11-07T05:12:36.258Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
522 | 2023-11-07T05:12:36.279Z | + TARGET_DIR=out |
523 | 2023-11-07T05:12:36.701Z | + DOWNLOAD_DIR=out/downloads |
524 | 2023-11-07T05:12:36.721Z | + DEST_DIR=./out/dendrite-stub |
525 | 2023-11-07T05:12:36.745Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2023-11-07T05:12:36.756Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2023-11-07T05:12:36.768Z | + REPO=oxidecomputer/dendrite |
528 | 2023-11-07T05:12:36.785Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
529 | 2023-11-07T05:12:36.814Z | + main |
530 | 2023-11-07T05:12:36.843Z | + [[ 0 != 0 ]] |
531 | 2023-11-07T05:12:36.867Z | + CIDL_OS=solaris2.11 |
532 | 2023-11-07T05:12:37.292Z | + [[ 0 != 0 ]] |
533 | 2023-11-07T05:12:37.308Z | + configure_os solaris2.11 |
534 | 2023-11-07T05:12:37.318Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2023-11-07T05:12:37.328Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2023-11-07T05:12:37.337Z | + case "$1" in |
537 | 2023-11-07T05:12:37.350Z | + SET_BINARIES= |
538 | 2023-11-07T05:12:37.354Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
539 | 2023-11-07T05:12:37.364Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2023-11-07T05:12:37.377Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2023-11-07T05:12:37.393Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
542 | 2023-11-07T05:12:37.413Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2023-11-07T05:12:37.430Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
544 | 2023-11-07T05:12:37.446Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2023-11-07T05:12:37.464Z | + mkdir -p out/downloads |
546 | 2023-11-07T05:12:37.478Z | + mkdir -p ./out/dendrite-stub |
547 | 2023-11-07T05:12:37.494Z | + fetch_and_verify |
548 | 2023-11-07T05:12:37.511Z | + local DO_DOWNLOAD=true |
549 | 2023-11-07T05:12:37.531Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
550 | 2023-11-07T05:12:37.544Z | + '[' true == true ']' |
551 | 2023-11-07T05:12:37.555Z | + echo Downloading... |
552 | 2023-11-07T05:12:37.568Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-07T05:12:37.592Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
554 | 2023-11-07T05:12:46.241Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2023-11-07T05:12:46.672Z | ++ sha256sum |
556 | 2023-11-07T05:12:47.130Z | ++ awk '{print $1}' |
557 | 2023-11-07T05:12:47.152Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
558 | 2023-11-07T05:12:47.167Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
559 | 2023-11-07T05:12:47.588Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-07T05:12:47.601Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2023-11-07T05:12:47.609Z | + do_assemble |
562 | 2023-11-07T05:12:47.618Z | + rm -r ./out/dendrite-stub |
563 | 2023-11-07T05:12:47.629Z | + mkdir ./out/dendrite-stub |
564 | 2023-11-07T05:12:47.637Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2023-11-07T05:12:47.646Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2023-11-07T05:12:47.657Z | + set -o errexit |
567 | 2023-11-07T05:12:47.666Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2023-11-07T05:12:47.671Z | ++ cd ./tools |
569 | 2023-11-07T05:12:47.676Z | ++ pwd |
570 | 2023-11-07T05:12:47.680Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2023-11-07T05:12:47.685Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2023-11-07T05:12:47.691Z | + ARG0=ci_download_maghemite_mgd |
573 | 2023-11-07T05:12:47.696Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2023-11-07T05:12:47.700Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
575 | 2023-11-07T05:12:47.705Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
576 | 2023-11-07T05:12:47.711Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2023-11-07T05:12:47.718Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
578 | 2023-11-07T05:12:47.725Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
579 | 2023-11-07T05:12:47.731Z | + TARGET_DIR=out |
580 | 2023-11-07T05:12:47.739Z | + DOWNLOAD_DIR=out/downloads |
581 | 2023-11-07T05:12:47.747Z | + DEST_DIR=./out/mgd |
582 | 2023-11-07T05:12:47.756Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2023-11-07T05:12:47.762Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2023-11-07T05:12:47.767Z | + REPO=oxidecomputer/maghemite |
585 | 2023-11-07T05:12:47.773Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
586 | 2023-11-07T05:12:47.781Z | + main |
587 | 2023-11-07T05:12:47.785Z | + [[ 0 != 0 ]] |
588 | 2023-11-07T05:12:47.801Z | + CIDL_OS=solaris2.11 |
589 | 2023-11-07T05:12:47.813Z | + [[ 0 != 0 ]] |
590 | 2023-11-07T05:12:47.833Z | + configure_os solaris2.11 |
591 | 2023-11-07T05:12:47.849Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2023-11-07T05:12:47.869Z | current directory: /work/oxidecomputer/omicron |
593 | 2023-11-07T05:12:47.886Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2023-11-07T05:12:47.904Z | configuring based on OS: "solaris2.11" |
595 | 2023-11-07T05:12:47.916Z | + case "$1" in |
596 | 2023-11-07T05:12:47.929Z | + SET_BINARIES= |
597 | 2023-11-07T05:12:47.949Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2023-11-07T05:12:48.538Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2023-11-07T05:12:48.600Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
600 | 2023-11-07T05:12:48.619Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2023-11-07T05:12:48.668Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
602 | 2023-11-07T05:12:48.709Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
603 | 2023-11-07T05:12:48.723Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-11-07T05:12:48.733Z | Local file: out/downloads/mgd.tar.gz |
605 | 2023-11-07T05:12:48.743Z | + mkdir -p out/downloads |
606 | 2023-11-07T05:12:48.762Z | + mkdir -p ./out/mgd |
607 | 2023-11-07T05:12:48.773Z | + fetch_and_verify |
608 | 2023-11-07T05:12:48.786Z | + local DO_DOWNLOAD=true |
609 | 2023-11-07T05:12:48.795Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2023-11-07T05:12:48.802Z | + '[' true == true ']' |
611 | 2023-11-07T05:12:48.820Z | + echo Downloading... |
612 | 2023-11-07T05:12:48.835Z | Downloading... |
613 | 2023-11-07T05:12:48.852Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2023-11-07T05:12:48.871Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
615 | 2023-11-07T05:13:12.605Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2023-11-07T05:13:12.614Z | ++ sha256sum |
617 | 2023-11-07T05:13:12.634Z | ++ awk '{print $1}' |
618 | 2023-11-07T05:13:12.677Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
619 | 2023-11-07T05:13:12.699Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
620 | 2023-11-07T05:13:12.717Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2023-11-07T05:13:12.734Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2023-11-07T05:13:13.347Z | + do_assemble |
623 | 2023-11-07T05:13:13.401Z | + rm -r ./out/mgd |
624 | 2023-11-07T05:13:13.431Z | + mkdir ./out/mgd |
625 | 2023-11-07T05:13:13.444Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2023-11-07T05:13:13.566Z | + set -o errexit |
627 | 2023-11-07T05:13:13.576Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2023-11-07T05:13:13.590Z | ++ cd ./tools |
629 | 2023-11-07T05:13:13.606Z | ++ pwd |
630 | 2023-11-07T05:13:13.615Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2023-11-07T05:13:13.630Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2023-11-07T05:13:13.645Z | + ARG0=ci_download_transceiver_control |
633 | 2023-11-07T05:13:13.663Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2023-11-07T05:13:13.674Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2023-11-07T05:13:13.720Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-11-07T05:13:13.739Z | + TARGET_DIR=out |
637 | 2023-11-07T05:13:13.756Z | + DOWNLOAD_DIR=out/downloads |
638 | 2023-11-07T05:13:13.769Z | + DEST_DIR=./out/transceiver-control |
639 | 2023-11-07T05:13:13.780Z | + BIN_DIR=/opt/oxide/bin |
640 | 2023-11-07T05:13:13.789Z | + BINARY=xcvradm |
641 | 2023-11-07T05:13:14.618Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2023-11-07T05:13:14.642Z | + REPO=oxidecomputer/transceiver-control |
643 | 2023-11-07T05:13:15.078Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2023-11-07T05:13:15.094Z | + main |
645 | 2023-11-07T05:13:15.113Z | + [[ 0 != 0 ]] |
646 | 2023-11-07T05:13:15.564Z | + CIDL_OS=solaris2.11 |
647 | 2023-11-07T05:13:15.582Z | + [[ 0 != 0 ]] |
648 | 2023-11-07T05:13:15.600Z | + configure_os solaris2.11 |
649 | 2023-11-07T05:13:15.615Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2023-11-07T05:13:15.627Z | current directory: /work/oxidecomputer/omicron |
651 | 2023-11-07T05:13:15.660Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2023-11-07T05:13:15.686Z | configuring based on OS: "solaris2.11" |
653 | 2023-11-07T05:13:15.701Z | + case "$1" in |
654 | 2023-11-07T05:13:15.715Z | + SET_BINARIES= |
655 | 2023-11-07T05:13:15.732Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-11-07T05:13:15.760Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2023-11-07T05:13:15.778Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2023-11-07T05:13:15.798Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-07T05:13:16.218Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2023-11-07T05:13:16.243Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2023-11-07T05:13:16.258Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-11-07T05:13:16.266Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2023-11-07T05:13:16.275Z | Local file: out/downloads/xcvradm.gz |
664 | 2023-11-07T05:13:16.279Z | + mkdir -p out/downloads |
665 | 2023-11-07T05:13:16.283Z | + mkdir -p ./out/transceiver-control |
666 | 2023-11-07T05:13:16.292Z | + fetch_and_verify |
667 | 2023-11-07T05:13:16.305Z | + local DO_DOWNLOAD=true |
668 | 2023-11-07T05:13:16.324Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2023-11-07T05:13:16.337Z | + '[' true == true ']' |
670 | 2023-11-07T05:13:16.356Z | + echo Downloading... |
671 | 2023-11-07T05:13:16.371Z | Downloading... |
672 | 2023-11-07T05:13:16.384Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2023-11-07T05:13:16.396Z | + 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 |
674 | 2023-11-07T05:13:22.406Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2023-11-07T05:13:22.425Z | ++ sha256sum |
676 | 2023-11-07T05:13:22.445Z | ++ awk '{print $1}' |
677 | 2023-11-07T05:13:22.465Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-11-07T05:13:22.490Z | + [[ 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 ]] |
679 | 2023-11-07T05:13:22.506Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2023-11-07T05:13:22.533Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2023-11-07T05:13:22.555Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2023-11-07T05:13:22.569Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2023-11-07T05:13:22.584Z | + do_assemble |
684 | 2023-11-07T05:13:22.602Z | + rm -r ./out/transceiver-control |
685 | 2023-11-07T05:13:23.034Z | + mkdir ./out/transceiver-control |
686 | 2023-11-07T05:13:23.044Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2023-11-07T05:13:23.048Z | All prerequisites installed successfully |
688 | 2023-11-07T05:13:23.053Z | |
689 | 2023-11-07T05:13:23.061Z | real 2:43.636177051 |
690 | 2023-11-07T05:13:23.064Z | user 52.662394782 |
691 | 2023-11-07T05:13:23.067Z | sys 9.857008820 |
692 | 2023-11-07T05:13:23.069Z | trap 0.022325958 |
693 | 2023-11-07T05:13:23.072Z | tflt 0.280996572 |
694 | 2023-11-07T05:13:23.076Z | dflt 0.673678043 |
695 | 2023-11-07T05:13:23.091Z | kflt 0.325026729 |
696 | 2023-11-07T05:13:23.100Z | lock 1.826159937 |
697 | 2023-11-07T05:13:23.113Z | slp 5:46.836081236 |
698 | 2023-11-07T05:13:23.125Z | lat 3.389364143 |
699 | 2023-11-07T05:13:23.134Z | stop 0.063533291 |
700 | 2023-11-07T05:13:23.144Z | + ptime -m ./tools/ci_download_softnpu_machinery |
701 | 2023-11-07T05:13:23.153Z | fetching npuzone |
702 | 2023-11-07T05:13:23.162Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
703 | 2023-11-07T05:13:23.174Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
704 | 2023-11-07T05:13:23.184Z | Getting hash for npuzone |
705 | 2023-11-07T05:13:23.190Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
706 | 2023-11-07T05:13:39.196Z | npuzone downloaded successfully |
707 | 2023-11-07T05:13:39.213Z | |
708 | 2023-11-07T05:13:39.224Z | real 16.799627767 |
709 | 2023-11-07T05:13:39.232Z | user 0.571005245 |
710 | 2023-11-07T05:13:39.241Z | sys 0.163481209 |
711 | 2023-11-07T05:13:39.251Z | trap 0.000198215 |
712 | 2023-11-07T05:13:39.261Z | tflt 0.000000000 |
713 | 2023-11-07T05:13:39.270Z | dflt 0.000000000 |
714 | 2023-11-07T05:13:39.285Z | kflt 0.000000000 |
715 | 2023-11-07T05:13:39.299Z | lock 0.000000000 |
716 | 2023-11-07T05:13:39.317Z | slp 49.471665300 |
717 | 2023-11-07T05:13:39.334Z | lat 0.156396058 |
718 | 2023-11-07T05:13:39.342Z | stop 0.000261176 |
719 | 2023-11-07T05:13:39.356Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
720 | 2023-11-07T05:13:39.530Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2023-11-07T05:13:39.930Z | Updating crates.io index |
722 | 2023-11-07T05:13:39.960Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2023-11-07T05:13:40.767Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2023-11-07T05:13:42.631Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2023-11-07T05:13:43.270Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2023-11-07T05:13:43.565Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2023-11-07T05:13:43.847Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2023-11-07T05:13:44.127Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2023-11-07T05:13:45.044Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2023-11-07T05:13:46.827Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2023-11-07T05:13:47.758Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2023-11-07T05:13:48.109Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
733 | 2023-11-07T05:13:48.638Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-11-07T05:13:49.041Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2023-11-07T05:13:49.556Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2023-11-07T05:13:49.950Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2023-11-07T05:13:50.246Z | Updating git repository `https://github.com/njaremko/samael` |
738 | 2023-11-07T05:13:50.857Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2023-11-07T05:13:51.811Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2023-11-07T05:13:51.922Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2023-11-07T05:13:52.164Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2023-11-07T05:13:53.467Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2023-11-07T05:13:53.821Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
744 | 2023-11-07T05:14:03.428Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
745 | 2023-11-07T05:14:03.888Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-11-07T05:14:05.008Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-11-07T05:14:05.410Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-11-07T05:14:05.903Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-11-07T05:14:07.721Z | Downloading crates ... |
750 | 2023-11-07T05:14:07.783Z | Downloaded ident_case v1.0.1 |
751 | 2023-11-07T05:14:07.810Z | Downloaded inout v0.1.3 |
752 | 2023-11-07T05:14:07.829Z | Downloaded humantime v2.1.0 |
753 | 2023-11-07T05:14:07.847Z | Downloaded indoc v1.0.9 |
754 | 2023-11-07T05:14:07.871Z | Downloaded http v0.2.9 |
755 | 2023-11-07T05:14:07.900Z | Downloaded jobserver v0.1.26 |
756 | 2023-11-07T05:14:07.918Z | Downloaded num_cpus v1.16.0 |
757 | 2023-11-07T05:14:07.944Z | Downloaded nodrop v0.1.14 |
758 | 2023-11-07T05:14:07.957Z | Downloaded num-iter v0.1.43 |
759 | 2023-11-07T05:14:07.966Z | Downloaded mockall v0.11.4 |
760 | 2023-11-07T05:14:08.388Z | Downloaded atomic-waker v1.1.1 |
761 | 2023-11-07T05:14:08.421Z | Downloaded headers-core v0.2.0 |
762 | 2023-11-07T05:14:08.427Z | Downloaded array-init v0.0.4 |
763 | 2023-11-07T05:14:08.434Z | Downloaded bitstruct v0.1.1 |
764 | 2023-11-07T05:14:08.439Z | Downloaded is-terminal v0.4.9 |
765 | 2023-11-07T05:14:08.443Z | Downloaded bit_field v0.10.2 |
766 | 2023-11-07T05:14:08.449Z | Downloaded http-range v0.1.5 |
767 | 2023-11-07T05:14:08.455Z | Downloaded matches v0.1.10 |
768 | 2023-11-07T05:14:08.460Z | Downloaded lazycell v1.3.0 |
769 | 2023-11-07T05:14:08.464Z | Downloaded ciborium-io v0.2.1 |
770 | 2023-11-07T05:14:08.468Z | Downloaded newtype_derive v0.1.6 |
771 | 2023-11-07T05:14:08.476Z | Downloaded assert_matches v1.5.0 |
772 | 2023-11-07T05:14:08.483Z | Downloaded bincode v1.3.3 |
773 | 2023-11-07T05:14:08.491Z | Downloaded cpufeatures v0.2.9 |
774 | 2023-11-07T05:14:08.498Z | Downloaded httpdate v1.0.3 |
775 | 2023-11-07T05:14:08.505Z | Downloaded convert_case v0.4.0 |
776 | 2023-11-07T05:14:08.513Z | Downloaded hyper-tls v0.5.0 |
777 | 2023-11-07T05:14:08.936Z | Downloaded crc-catalog v2.2.0 |
778 | 2023-11-07T05:14:08.950Z | Downloaded ciborium-ll v0.2.1 |
779 | 2023-11-07T05:14:08.964Z | Downloaded argon2 v0.5.2 |
780 | 2023-11-07T05:14:08.975Z | Downloaded heck v0.3.3 |
781 | 2023-11-07T05:14:08.985Z | Downloaded mime v0.3.17 |
782 | 2023-11-07T05:14:08.998Z | Downloaded hostname v0.3.1 |
783 | 2023-11-07T05:14:09.012Z | Downloaded cargo-platform v0.1.3 |
784 | 2023-11-07T05:14:09.031Z | Downloaded want v0.3.1 |
785 | 2023-11-07T05:14:09.041Z | Downloaded shlex v1.1.0 |
786 | 2023-11-07T05:14:09.052Z | Downloaded linear-map v1.2.0 |
787 | 2023-11-07T05:14:09.062Z | Downloaded libloading v0.7.4 |
788 | 2023-11-07T05:14:09.075Z | Downloaded bitflags v2.4.0 |
789 | 2023-11-07T05:14:09.088Z | Downloaded ciborium v0.2.1 |
790 | 2023-11-07T05:14:09.101Z | Downloaded futures-core v0.3.29 |
791 | 2023-11-07T05:14:09.112Z | Downloaded tokio-native-tls v0.3.1 |
792 | 2023-11-07T05:14:09.124Z | Downloaded native-tls v0.2.11 |
793 | 2023-11-07T05:14:09.133Z | Downloaded walkdir v2.4.0 |
794 | 2023-11-07T05:14:09.145Z | Downloaded pretty-hex v0.2.1 |
795 | 2023-11-07T05:14:09.155Z | Downloaded fxhash v0.2.1 |
796 | 2023-11-07T05:14:09.166Z | Downloaded tower-service v0.3.2 |
797 | 2023-11-07T05:14:09.174Z | Downloaded backoff v0.4.0 |
798 | 2023-11-07T05:14:09.184Z | Downloaded version_check v0.9.4 |
799 | 2023-11-07T05:14:09.192Z | Downloaded diesel_table_macro_syntax v0.1.0 |
800 | 2023-11-07T05:14:09.202Z | Downloaded getopts v0.2.21 |
801 | 2023-11-07T05:14:09.208Z | Downloaded futures-executor v0.3.29 |
802 | 2023-11-07T05:14:09.236Z | Downloaded slog-envlogger v2.2.0 |
803 | 2023-11-07T05:14:09.724Z | Downloaded openssl-probe v0.1.5 |
804 | 2023-11-07T05:14:09.756Z | Downloaded io-lifetimes v1.0.11 |
805 | 2023-11-07T05:14:09.775Z | Downloaded zone_cfg_derive v0.3.0 |
806 | 2023-11-07T05:14:09.802Z | Downloaded foreign-types-macros v0.2.3 |
807 | 2023-11-07T05:14:09.824Z | Downloaded parse-display-derive v0.7.0 |
808 | 2023-11-07T05:14:09.846Z | Downloaded swrite v0.1.0 |
809 | 2023-11-07T05:14:09.877Z | Downloaded serde_tokenstream v0.1.7 |
810 | 2023-11-07T05:14:09.903Z | Downloaded generic-array v0.14.7 |
811 | 2023-11-07T05:14:09.933Z | Downloaded usdt v0.3.5 |
812 | 2023-11-07T05:14:09.954Z | Downloaded tap v1.0.1 |
813 | 2023-11-07T05:14:09.971Z | Downloaded filetime v0.2.22 |
814 | 2023-11-07T05:14:09.991Z | Downloaded highway v1.1.0 |
815 | 2023-11-07T05:14:10.008Z | Downloaded unicase v2.7.0 |
816 | 2023-11-07T05:14:10.038Z | Downloaded bytes v1.5.0 |
817 | 2023-11-07T05:14:10.062Z | Downloaded fs-err v2.9.0 |
818 | 2023-11-07T05:14:10.078Z | Downloaded tiny-keccak v2.0.2 |
819 | 2023-11-07T05:14:10.093Z | Downloaded cc v1.0.83 |
820 | 2023-11-07T05:14:10.107Z | Downloaded untrusted v0.7.1 |
821 | 2023-11-07T05:14:10.117Z | Downloaded num_enum_derive v0.5.11 |
822 | 2023-11-07T05:14:10.139Z | Downloaded enum-as-inner v0.5.1 |
823 | 2023-11-07T05:14:10.149Z | Downloaded snafu v0.7.5 |
824 | 2023-11-07T05:14:10.161Z | Downloaded downcast v0.11.0 |
825 | 2023-11-07T05:14:10.183Z | Downloaded whoami v1.4.1 |
826 | 2023-11-07T05:14:10.616Z | Downloaded base64 v0.13.1 |
827 | 2023-11-07T05:14:10.640Z | Downloaded rustc_version v0.1.7 |
828 | 2023-11-07T05:14:10.652Z | Downloaded base64 v0.21.5 |
829 | 2023-11-07T05:14:10.667Z | Downloaded crucible-workspace-hack v0.1.0 |
830 | 2023-11-07T05:14:11.090Z | Downloaded termcolor v1.2.0 |
831 | 2023-11-07T05:14:11.105Z | Downloaded structmeta v0.1.6 |
832 | 2023-11-07T05:14:11.112Z | Downloaded semver v0.1.20 |
833 | 2023-11-07T05:14:11.120Z | Downloaded dtrace-parser v0.1.14 |
834 | 2023-11-07T05:14:11.128Z | Downloaded thiserror v1.0.49 |
835 | 2023-11-07T05:14:11.144Z | Downloaded tracing-attributes v0.1.26 |
836 | 2023-11-07T05:14:11.157Z | Downloaded semver-parser v0.10.2 |
837 | 2023-11-07T05:14:11.169Z | Downloaded ff v0.13.0 |
838 | 2023-11-07T05:14:11.174Z | Downloaded dof v0.1.5 |
839 | 2023-11-07T05:14:11.178Z | Downloaded resolv-conf v0.7.0 |
840 | 2023-11-07T05:14:11.182Z | Downloaded debug-ignore v1.0.5 |
841 | 2023-11-07T05:14:11.186Z | Downloaded rustls-native-certs v0.6.3 |
842 | 2023-11-07T05:14:11.189Z | Downloaded string_cache v0.8.7 |
843 | 2023-11-07T05:14:11.193Z | Downloaded ctr v0.9.2 |
844 | 2023-11-07T05:14:11.197Z | Downloaded num-bigint v0.4.4 |
845 | 2023-11-07T05:14:11.201Z | Downloaded smawk v0.3.1 |
846 | 2023-11-07T05:14:11.204Z | Downloaded tungstenite v0.18.0 |
847 | 2023-11-07T05:14:11.208Z | Downloaded term v0.7.0 |
848 | 2023-11-07T05:14:11.211Z | Downloaded cstr-argument v0.1.2 |
849 | 2023-11-07T05:14:11.216Z | Downloaded funty v2.0.0 |
850 | 2023-11-07T05:14:11.221Z | Downloaded zeroize_derive v1.4.2 |
851 | 2023-11-07T05:14:11.225Z | Downloaded time-core v0.1.1 |
852 | 2023-11-07T05:14:11.229Z | Downloaded darling_macro v0.14.4 |
853 | 2023-11-07T05:14:11.235Z | Downloaded tracing-core v0.1.31 |
854 | 2023-11-07T05:14:11.239Z | Downloaded pretty-hex v0.3.0 |
855 | 2023-11-07T05:14:11.243Z | Downloaded predicates v2.1.5 |
856 | 2023-11-07T05:14:11.247Z | Downloaded semver v1.0.20 |
857 | 2023-11-07T05:14:11.253Z | Downloaded path-slash v0.1.5 |
858 | 2023-11-07T05:14:11.262Z | Downloaded derive-where v1.2.5 |
859 | 2023-11-07T05:14:11.273Z | Downloaded doc-comment v0.3.3 |
860 | 2023-11-07T05:14:11.285Z | Downloaded prettyplease v0.2.12 |
861 | 2023-11-07T05:14:11.296Z | Downloaded usdt-attr-macro v0.3.5 |
862 | 2023-11-07T05:14:11.307Z | Downloaded oso-derive v0.27.0 |
863 | 2023-11-07T05:14:11.318Z | Downloaded take_mut v0.2.2 |
864 | 2023-11-07T05:14:11.333Z | Downloaded memchr v2.6.3 |
865 | 2023-11-07T05:14:11.349Z | Downloaded unarray v0.1.4 |
866 | 2023-11-07T05:14:11.359Z | Downloaded packed_struct_codegen v0.10.1 |
867 | 2023-11-07T05:14:11.367Z | Downloaded poly1305 v0.8.0 |
868 | 2023-11-07T05:14:11.375Z | Downloaded tinyvec_macros v0.1.1 |
869 | 2023-11-07T05:14:11.387Z | Downloaded ref-cast v1.0.20 |
870 | 2023-11-07T05:14:11.399Z | Downloaded usdt-macro v0.3.5 |
871 | 2023-11-07T05:14:11.408Z | Downloaded tui-tree-widget v0.13.0 |
872 | 2023-11-07T05:14:11.420Z | Downloaded signal-hook-tokio v0.3.1 |
873 | 2023-11-07T05:14:11.433Z | Downloaded futures-channel v0.3.29 |
874 | 2023-11-07T05:14:11.443Z | Downloaded textwrap v0.16.0 |
875 | 2023-11-07T05:14:11.451Z | Downloaded parse-display v0.8.2 |
876 | 2023-11-07T05:14:11.457Z | Downloaded serde_arrays v0.1.0 |
877 | 2023-11-07T05:14:11.465Z | Downloaded serde-hex v0.1.0 |
878 | 2023-11-07T05:14:11.472Z | Downloaded ppv-lite86 v0.2.17 |
879 | 2023-11-07T05:14:11.480Z | Downloaded postcard-cobs v0.1.5-pre |
880 | 2023-11-07T05:14:11.489Z | Downloaded phf_shared v0.10.0 |
881 | 2023-11-07T05:14:11.500Z | Downloaded pem v3.0.2 |
882 | 2023-11-07T05:14:11.576Z | Downloaded stringprep v0.1.3 |
883 | 2023-11-07T05:14:11.599Z | Downloaded quote v1.0.33 |
884 | 2023-11-07T05:14:11.612Z | Downloaded rustc-hash v1.1.0 |
885 | 2023-11-07T05:14:11.627Z | Downloaded dyn-clone v1.0.13 |
886 | 2023-11-07T05:14:11.641Z | Downloaded flagset v0.4.3 |
887 | 2023-11-07T05:14:11.657Z | Downloaded try-lock v0.2.4 |
888 | 2023-11-07T05:14:12.087Z | Downloaded zone v0.3.0 |
889 | 2023-11-07T05:14:12.101Z | Downloaded derive_builder_macro v0.12.0 |
890 | 2023-11-07T05:14:12.119Z | Downloaded aes v0.8.3 |
891 | 2023-11-07T05:14:12.146Z | Downloaded scopeguard v1.2.0 |
892 | 2023-11-07T05:14:12.699Z | Downloaded parking_lot_core v0.9.8 |
893 | 2023-11-07T05:14:12.710Z | Downloaded precomputed-hash v0.1.1 |
894 | 2023-11-07T05:14:12.725Z | Downloaded unicode-normalization v0.1.22 |
895 | 2023-11-07T05:14:12.737Z | Downloaded futures-macro v0.3.29 |
896 | 2023-11-07T05:14:12.747Z | Downloaded serde_derive v1.0.188 |
897 | 2023-11-07T05:14:12.759Z | Downloaded path-absolutize v3.1.0 |
898 | 2023-11-07T05:14:12.769Z | Downloaded float-cmp v0.9.0 |
899 | 2023-11-07T05:14:12.777Z | Downloaded strum v0.25.0 |
900 | 2023-11-07T05:14:12.795Z | Downloaded slog-bunyan v2.4.0 |
901 | 2023-11-07T05:14:12.810Z | Downloaded display-error-chain v0.2.0 |
902 | 2023-11-07T05:14:12.818Z | Downloaded serde_derive_internals v0.26.0 |
903 | 2023-11-07T05:14:12.849Z | Downloaded pem-rfc7468 v0.7.0 |
904 | 2023-11-07T05:14:12.875Z | Downloaded num_enum v0.7.0 |
905 | 2023-11-07T05:14:12.886Z | Downloaded darling_macro v0.20.3 |
906 | 2023-11-07T05:14:12.900Z | Downloaded parse-display v0.7.0 |
907 | 2023-11-07T05:14:12.910Z | Downloaded strum_macros v0.25.2 |
908 | 2023-11-07T05:14:12.922Z | Downloaded path-dedot v3.1.0 |
909 | 2023-11-07T05:14:12.929Z | Downloaded phf v0.11.2 |
910 | 2023-11-07T05:14:12.940Z | Downloaded dirs-next v2.0.0 |
911 | 2023-11-07T05:14:12.946Z | Downloaded curve25519-dalek-derive v0.1.0 |
912 | 2023-11-07T05:14:12.954Z | Downloaded pest_generator v2.7.2 |
913 | 2023-11-07T05:14:12.963Z | Downloaded tokio-tungstenite v0.18.0 |
914 | 2023-11-07T05:14:12.981Z | Downloaded usdt-impl v0.3.5 |
915 | 2023-11-07T05:14:12.990Z | Downloaded paste v1.0.14 |
916 | 2023-11-07T05:14:13.005Z | Downloaded derive_builder_core v0.12.0 |
917 | 2023-11-07T05:14:13.023Z | Downloaded structmeta-derive v0.1.6 |
918 | 2023-11-07T05:14:13.057Z | Downloaded proc-macro-error v1.0.4 |
919 | 2023-11-07T05:14:13.074Z | Downloaded fixedbitset v0.4.2 |
920 | 2023-11-07T05:14:13.111Z | Downloaded twox-hash v1.6.3 |
921 | 2023-11-07T05:14:13.154Z | Downloaded data-encoding v2.4.0 |
922 | 2023-11-07T05:14:13.160Z | Downloaded unicode-segmentation v1.10.1 |
923 | 2023-11-07T05:14:13.175Z | Downloaded smallvec v0.6.14 |
924 | 2023-11-07T05:14:13.181Z | Downloaded group v0.13.0 |
925 | 2023-11-07T05:14:13.189Z | Downloaded toml v0.8.6 |
926 | 2023-11-07T05:14:13.207Z | Downloaded slog v2.7.0 |
927 | 2023-11-07T05:14:13.236Z | Downloaded password-hash v0.5.0 |
928 | 2023-11-07T05:14:13.247Z | Downloaded hash32 v0.2.1 |
929 | 2023-11-07T05:14:13.259Z | Downloaded serde_repr v0.1.16 |
930 | 2023-11-07T05:14:13.279Z | Downloaded toml v0.5.11 |
931 | 2023-11-07T05:14:13.744Z | Downloaded proc-macro2 v1.0.67 |
932 | 2023-11-07T05:14:13.748Z | Downloaded strum_macros v0.24.3 |
933 | 2023-11-07T05:14:13.757Z | Downloaded serde_yaml v0.9.25 |
934 | 2023-11-07T05:14:13.765Z | Downloaded pin-utils v0.1.0 |
935 | 2023-11-07T05:14:13.774Z | Downloaded time v0.3.27 |
936 | 2023-11-07T05:14:13.782Z | Downloaded derive_more v0.99.17 |
937 | 2023-11-07T05:14:13.790Z | Downloaded socket2 v0.5.4 |
938 | 2023-11-07T05:14:13.808Z | Downloaded hashbrown v0.14.2 |
939 | 2023-11-07T05:14:13.815Z | Downloaded vte v0.11.1 |
940 | 2023-11-07T05:14:13.823Z | Downloaded aho-corasick v1.0.4 |
941 | 2023-11-07T05:14:13.831Z | Downloaded futures v0.3.29 |
942 | 2023-11-07T05:14:13.836Z | Downloaded tokio-postgres v0.7.10 |
943 | 2023-11-07T05:14:13.840Z | Downloaded rcgen v0.11.3 |
944 | 2023-11-07T05:14:13.851Z | Downloaded headers v0.3.9 |
945 | 2023-11-07T05:14:13.857Z | Downloaded syn v2.0.32 |
946 | 2023-11-07T05:14:13.862Z | Downloaded vcpkg v0.2.15 |
947 | 2023-11-07T05:14:13.867Z | Downloaded half v1.8.2 |
948 | 2023-11-07T05:14:13.875Z | Downloaded flume v0.11.0 |
949 | 2023-11-07T05:14:13.884Z | Downloaded quick-xml v0.23.1 |
950 | 2023-11-07T05:14:14.292Z | Downloaded nix v0.26.2 |
951 | 2023-11-07T05:14:14.300Z | Downloaded oso v0.27.0 |
952 | 2023-11-07T05:14:14.315Z | Downloaded idna v0.2.3 |
953 | 2023-11-07T05:14:14.334Z | Downloaded proptest v1.3.1 |
954 | 2023-11-07T05:14:14.821Z | Downloaded openssl-sys v0.9.93 |
955 | 2023-11-07T05:14:14.864Z | Downloaded x509-cert v0.2.4 |
956 | 2023-11-07T05:14:14.895Z | Downloaded futures-util v0.3.29 |
957 | 2023-11-07T05:14:14.927Z | Downloaded smoltcp v0.8.2 |
958 | 2023-11-07T05:14:15.339Z | Downloaded gimli v0.28.0 |
959 | 2023-11-07T05:14:15.343Z | Downloaded smoltcp v0.9.1 |
960 | 2023-11-07T05:14:15.348Z | Downloaded regex-syntax v0.7.5 |
961 | 2023-11-07T05:14:15.353Z | Downloaded syn v1.0.109 |
962 | 2023-11-07T05:14:15.359Z | Downloaded regex-syntax v0.8.2 |
963 | 2023-11-07T05:14:15.365Z | Downloaded regex-automata v0.3.8 |
964 | 2023-11-07T05:14:15.380Z | Downloaded sha3 v0.10.8 |
965 | 2023-11-07T05:14:15.399Z | Downloaded tokio v1.33.0 |
966 | 2023-11-07T05:14:15.408Z | Downloaded h2 v0.3.21 |
967 | 2023-11-07T05:14:15.909Z | Downloaded petgraph v0.6.4 |
968 | 2023-11-07T05:14:15.927Z | Downloaded ratatui v0.23.0 |
969 | 2023-11-07T05:14:15.944Z | Downloaded bstr v0.2.17 |
970 | 2023-11-07T05:14:15.963Z | Downloaded git2 v0.17.2 |
971 | 2023-11-07T05:14:15.978Z | Downloaded rustix v0.38.9 |
972 | 2023-11-07T05:14:15.991Z | Downloaded regress v0.7.1 |
973 | 2023-11-07T05:14:16.422Z | Downloaded rustix v0.37.23 |
974 | 2023-11-07T05:14:16.433Z | Downloaded openssl v0.10.57 |
975 | 2023-11-07T05:14:16.440Z | Downloaded regex-syntax v0.6.29 |
976 | 2023-11-07T05:14:16.446Z | Downloaded object v0.30.4 |
977 | 2023-11-07T05:14:16.458Z | Downloaded polar-core v0.27.0 |
978 | 2023-11-07T05:14:16.468Z | Downloaded bstr v1.6.0 |
979 | 2023-11-07T05:14:16.475Z | Downloaded rustls v0.21.8 |
980 | 2023-11-07T05:14:16.486Z | Downloaded idna v0.4.0 |
981 | 2023-11-07T05:14:16.494Z | Downloaded curve25519-dalek v4.1.0 |
982 | 2023-11-07T05:14:16.500Z | Downloaded rusqlite v0.29.0 |
983 | 2023-11-07T05:14:16.508Z | Downloaded diesel v2.1.3 |
984 | 2023-11-07T05:14:16.515Z | Downloaded rayon v1.8.0 |
985 | 2023-11-07T05:14:16.526Z | Downloaded openapiv3 v1.0.3 |
986 | 2023-11-07T05:14:16.530Z | Downloaded radix_trie v0.2.1 |
987 | 2023-11-07T05:14:16.536Z | Downloaded object v0.32.1 |
988 | 2023-11-07T05:14:16.549Z | Downloaded serde_json v1.0.108 |
989 | 2023-11-07T05:14:16.559Z | Downloaded sled v0.34.7 |
990 | 2023-11-07T05:14:16.568Z | Downloaded lalrpop v0.19.12 |
991 | 2023-11-07T05:14:16.580Z | Downloaded zerocopy-derive v0.2.0 |
992 | 2023-11-07T05:14:16.591Z | Downloaded zerocopy-derive v0.6.4 |
993 | 2023-11-07T05:14:16.600Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2023-11-07T05:14:16.608Z | Downloaded der v0.7.8 |
995 | 2023-11-07T05:14:16.620Z | Downloaded hashbrown v0.13.2 |
996 | 2023-11-07T05:14:16.628Z | Downloaded hashbrown v0.12.3 |
997 | 2023-11-07T05:14:16.637Z | Downloaded regex-automata v0.4.3 |
998 | 2023-11-07T05:14:16.645Z | Downloaded libc v0.2.150 |
999 | 2023-11-07T05:14:16.657Z | Downloaded regex v1.10.2 |
1000 | 2023-11-07T05:14:16.672Z | Downloaded chrono v0.4.31 |
1001 | 2023-11-07T05:14:16.684Z | Downloaded crossterm v0.27.0 |
1002 | 2023-11-07T05:14:16.692Z | Downloaded rustls-webpki v0.101.7 |
1003 | 2023-11-07T05:14:16.705Z | Downloaded hkdf v0.12.3 |
1004 | 2023-11-07T05:14:16.719Z | Downloaded bitvec v1.0.1 |
1005 | 2023-11-07T05:14:16.740Z | Downloaded trust-dns-proto v0.22.0 |
1006 | 2023-11-07T05:14:16.754Z | Downloaded webpki-roots v0.25.2 |
1007 | 2023-11-07T05:14:16.783Z | Downloaded hyper v0.14.27 |
1008 | 2023-11-07T05:14:16.812Z | Downloaded winnow v0.5.15 |
1009 | 2023-11-07T05:14:17.259Z | Downloaded reedline v0.23.0 |
1010 | 2023-11-07T05:14:17.694Z | Downloaded pest v2.7.2 |
1011 | 2023-11-07T05:14:17.724Z | Downloaded salty v0.2.0 |
1012 | 2023-11-07T05:14:17.765Z | Downloaded rand v0.8.5 |
1013 | 2023-11-07T05:14:17.849Z | Downloaded bindgen v0.65.1 |
1014 | 2023-11-07T05:14:18.376Z | Downloaded portable-atomic v1.4.3 |
1015 | 2023-11-07T05:14:18.472Z | Downloaded crossterm v0.26.1 |
1016 | 2023-11-07T05:14:23.259Z | Downloaded serde_with v2.3.3 |
1017 | 2023-11-07T05:14:23.515Z | Downloaded diesel_derives v2.1.1 |
1018 | 2023-11-07T05:14:23.920Z | Downloaded sha2 v0.10.8 |
1019 | 2023-11-07T05:14:24.123Z | Downloaded env_logger v0.9.3 |
1020 | 2023-11-07T05:14:24.183Z | Downloaded fatfs v0.3.6 |
1021 | 2023-11-07T05:14:24.252Z | Downloaded clap v2.34.0 |
1022 | 2023-11-07T05:14:24.405Z | Downloaded tabled v0.14.0 |
1023 | 2023-11-07T05:14:25.639Z | Downloaded zip v0.6.6 |
1024 | 2023-11-07T05:14:25.648Z | Downloaded reqwest v0.11.20 |
1025 | 2023-11-07T05:14:25.659Z | Downloaded regex-automata v0.1.10 |
1026 | 2023-11-07T05:14:25.669Z | Downloaded toml_edit v0.20.7 |
1027 | 2023-11-07T05:14:25.677Z | Downloaded encoding_rs v0.8.33 |
1028 | 2023-11-07T05:14:25.686Z | Downloaded slog-term v2.9.0 |
1029 | 2023-11-07T05:14:25.705Z | Downloaded parse-display-derive v0.8.2 |
1030 | 2023-11-07T05:14:25.723Z | Downloaded pkcs1 v0.7.5 |
1031 | 2023-11-07T05:14:25.741Z | Downloaded rayon-core v1.12.0 |
1032 | 2023-11-07T05:14:26.165Z | Downloaded diff v0.1.13 |
1033 | 2023-11-07T05:14:26.186Z | Downloaded strsim v0.10.0 |
1034 | 2023-11-07T05:14:26.216Z | Downloaded siphasher v0.3.11 |
1035 | 2023-11-07T05:14:26.239Z | Downloaded pem v1.1.1 |
1036 | 2023-11-07T05:14:26.259Z | Downloaded packed_struct v0.10.1 |
1037 | 2023-11-07T05:14:26.288Z | Downloaded postgres-types v0.2.6 |
1038 | 2023-11-07T05:14:26.309Z | Downloaded trust-dns-server v0.22.1 |
1039 | 2023-11-07T05:14:26.333Z | Downloaded pest_derive v2.7.2 |
1040 | 2023-11-07T05:14:26.349Z | Downloaded hashlink v0.8.3 |
1041 | 2023-11-07T05:14:26.370Z | Downloaded predicates-core v1.0.6 |
1042 | 2023-11-07T05:14:26.800Z | Downloaded r2d2 v0.8.10 |
1043 | 2023-11-07T05:14:26.817Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1044 | 2023-11-07T05:14:26.834Z | Downloaded predicates v3.0.4 |
1045 | 2023-11-07T05:14:26.853Z | Downloaded typenum v1.16.0 |
1046 | 2023-11-07T05:14:26.866Z | Downloaded derive_builder v0.12.0 |
1047 | 2023-11-07T05:14:26.878Z | Downloaded flate2 v1.0.28 |
1048 | 2023-11-07T05:14:26.883Z | Downloaded schemars v0.8.13 |
1049 | 2023-11-07T05:14:26.894Z | Downloaded tough v0.14.0 |
1050 | 2023-11-07T05:14:26.904Z | Downloaded scheduled-thread-pool v0.2.7 |
1051 | 2023-11-07T05:14:26.911Z | Downloaded glob v0.3.1 |
1052 | 2023-11-07T05:14:26.926Z | Downloaded radium v0.7.0 |
1053 | 2023-11-07T05:14:26.943Z | Downloaded utf-8 v0.7.6 |
1054 | 2023-11-07T05:14:26.962Z | Downloaded darling v0.20.3 |
1055 | 2023-11-07T05:14:26.971Z | Downloaded semver v0.11.0 |
1056 | 2023-11-07T05:14:26.982Z | Downloaded subprocess v0.2.9 |
1057 | 2023-11-07T05:14:27.002Z | Downloaded toml_datetime v0.6.5 |
1058 | 2023-11-07T05:14:27.017Z | Downloaded which v4.4.0 |
1059 | 2023-11-07T05:14:27.028Z | Downloaded slog-async v2.8.0 |
1060 | 2023-11-07T05:14:27.037Z | Downloaded ucd-trie v0.1.6 |
1061 | 2023-11-07T05:14:27.047Z | Downloaded sha1 v0.10.5 |
1062 | 2023-11-07T05:14:27.057Z | Downloaded phf_shared v0.11.2 |
1063 | 2023-11-07T05:14:27.070Z | Downloaded elliptic-curve v0.13.5 |
1064 | 2023-11-07T05:14:27.083Z | Downloaded postgres-protocol v0.6.6 |
1065 | 2023-11-07T05:14:27.091Z | Downloaded tracing v0.1.37 |
1066 | 2023-11-07T05:14:27.098Z | Downloaded crossbeam-utils v0.8.16 |
1067 | 2023-11-07T05:14:27.106Z | Downloaded papergrid v0.10.0 |
1068 | 2023-11-07T05:14:27.115Z | Downloaded digest v0.10.7 |
1069 | 2023-11-07T05:14:27.124Z | Downloaded proc-macro-crate v1.3.1 |
1070 | 2023-11-07T05:14:27.137Z | Downloaded rustc-demangle v0.1.23 |
1071 | 2023-11-07T05:14:27.165Z | Downloaded difflib v0.4.0 |
1072 | 2023-11-07T05:14:27.194Z | Downloaded time-macros v0.2.13 |
1073 | 2023-11-07T05:14:27.641Z | Downloaded ena v0.14.2 |
1074 | 2023-11-07T05:14:27.686Z | Downloaded proc-macro-error-attr v1.0.4 |
1075 | 2023-11-07T05:14:27.708Z | Downloaded pest_meta v2.7.2 |
1076 | 2023-11-07T05:14:27.723Z | Downloaded libxml v0.3.3 |
1077 | 2023-11-07T05:14:27.738Z | Downloaded socket2 v0.4.9 |
1078 | 2023-11-07T05:14:27.758Z | Downloaded clap_builder v4.4.2 |
1079 | 2023-11-07T05:14:27.776Z | Downloaded trust-dns-resolver v0.22.0 |
1080 | 2023-11-07T05:14:27.795Z | Downloaded indexmap v2.1.0 |
1081 | 2023-11-07T05:14:27.840Z | Downloaded platforms v3.0.2 |
1082 | 2023-11-07T05:14:27.861Z | Downloaded serde_tokenstream v0.2.0 |
1083 | 2023-11-07T05:14:27.879Z | Downloaded toml_edit v0.19.15 |
1084 | 2023-11-07T05:14:28.736Z | Downloaded tokio-util v0.7.10 |
1085 | 2023-11-07T05:14:29.212Z | Downloaded spin v0.9.8 |
1086 | 2023-11-07T05:14:29.227Z | Downloaded parking_lot v0.12.1 |
1087 | 2023-11-07T05:14:29.244Z | Downloaded slab v0.4.9 |
1088 | 2023-11-07T05:14:29.260Z | Downloaded fallible-iterator v0.2.0 |
1089 | 2023-11-07T05:14:29.273Z | Downloaded signal-hook v0.3.17 |
1090 | 2023-11-07T05:14:29.292Z | Downloaded tokio-rustls v0.24.1 |
1091 | 2023-11-07T05:14:29.788Z | Downloaded ed25519 v1.5.3 |
1092 | 2023-11-07T05:14:29.844Z | Downloaded dirs-sys-next v0.1.2 |
1093 | 2023-11-07T05:14:29.862Z | Downloaded quick-error v1.2.3 |
1094 | 2023-11-07T05:14:29.878Z | Downloaded subtle v2.5.0 |
1095 | 2023-11-07T05:14:29.886Z | Downloaded toml v0.7.8 |
1096 | 2023-11-07T05:14:29.899Z | Downloaded postcard v0.7.3 |
1097 | 2023-11-07T05:14:29.911Z | Downloaded trust-dns-client v0.22.0 |
1098 | 2023-11-07T05:14:29.924Z | Downloaded rustls-pemfile v1.0.3 |
1099 | 2023-11-07T05:14:29.946Z | Downloaded slog-stdlog v4.1.1 |
1100 | 2023-11-07T05:14:29.967Z | Downloaded tokio-stream v0.1.14 |
1101 | 2023-11-07T05:14:30.011Z | Downloaded url v2.4.1 |
1102 | 2023-11-07T05:14:30.038Z | Downloaded serde_urlencoded v0.7.1 |
1103 | 2023-11-07T05:14:30.060Z | Downloaded itertools v0.11.0 |
1104 | 2023-11-07T05:14:30.089Z | Downloaded itertools v0.10.5 |
1105 | 2023-11-07T05:14:30.114Z | Downloaded number_prefix v0.4.0 |
1106 | 2023-11-07T05:14:30.137Z | Downloaded ref-cast-impl v1.0.20 |
1107 | 2023-11-07T05:14:30.623Z | Downloaded fastrand v2.0.0 |
1108 | 2023-11-07T05:14:30.669Z | Downloaded deranged v0.3.8 |
1109 | 2023-11-07T05:14:30.700Z | Downloaded crypto-bigint v0.5.2 |
1110 | 2023-11-07T05:14:31.171Z | Downloaded heapless v0.7.16 |
1111 | 2023-11-07T05:14:31.199Z | Downloaded serde v1.0.188 |
1112 | 2023-11-07T05:14:31.255Z | Downloaded endian-type v0.1.2 |
1113 | 2023-11-07T05:14:31.326Z | Downloaded structmeta v0.2.0 |
1114 | 2023-11-07T05:14:31.356Z | Downloaded ringbuffer v0.15.0 |
1115 | 2023-11-07T05:14:31.372Z | Downloaded darling_core v0.20.3 |
1116 | 2023-11-07T05:14:31.403Z | Downloaded darling_core v0.14.4 |
1117 | 2023-11-07T05:14:31.446Z | Downloaded ron v0.8.1 |
1118 | 2023-11-07T05:14:31.486Z | Downloaded libz-sys v1.1.12 |
1119 | 2023-11-07T05:14:36.113Z | Downloaded erased-serde v0.3.30 |
1120 | 2023-11-07T05:14:36.489Z | Downloaded test-strategy v0.3.1 |
1121 | 2023-11-07T05:14:36.689Z | Downloaded tinyvec v1.6.0 |
1122 | 2023-11-07T05:14:36.726Z | Downloaded mio v0.8.8 |
1123 | 2023-11-07T05:14:36.746Z | Downloaded env_logger v0.10.0 |
1124 | 2023-11-07T05:14:36.780Z | Downloaded steno v0.4.0 |
1125 | 2023-11-07T05:14:36.876Z | Downloaded polyval v0.6.1 |
1126 | 2023-11-07T05:14:36.898Z | Downloaded smf v0.2.2 |
1127 | 2023-11-07T05:14:37.353Z | Downloaded smallvec v1.11.0 |
1128 | 2023-11-07T05:14:37.384Z | Downloaded fnv v1.0.7 |
1129 | 2023-11-07T05:14:37.410Z | Downloaded strsim v0.8.0 |
1130 | 2023-11-07T05:14:37.457Z | Downloaded strip-ansi-escapes v0.2.0 |
1131 | 2023-11-07T05:14:37.478Z | Downloaded uuid v1.5.0 |
1132 | 2023-11-07T05:14:37.517Z | Downloaded darling v0.14.4 |
1133 | 2023-11-07T05:14:37.538Z | Downloaded parking_lot v0.11.2 |
1134 | 2023-11-07T05:14:37.556Z | Downloaded thread_local v1.1.7 |
1135 | 2023-11-07T05:14:37.596Z | Downloaded zerocopy v0.6.4 |
1136 | 2023-11-07T05:14:37.610Z | Downloaded zeroize v1.6.0 |
1137 | 2023-11-07T05:14:37.627Z | Downloaded fallible-streaming-iterator v0.1.9 |
1138 | 2023-11-07T05:14:37.642Z | Downloaded once_cell v1.18.0 |
1139 | 2023-11-07T05:14:37.668Z | Downloaded omicron-zone-package v0.8.3 |
1140 | 2023-11-07T05:14:38.088Z | Downloaded parking_lot_core v0.8.6 |
1141 | 2023-11-07T05:14:38.211Z | Downloaded globset v0.4.13 |
1142 | 2023-11-07T05:14:38.634Z | Downloaded signal-hook-registry v1.4.1 |
1143 | 2023-11-07T05:14:38.656Z | Downloaded owo-colors v3.5.0 |
1144 | 2023-11-07T05:14:38.688Z | Downloaded percent-encoding v2.3.0 |
1145 | 2023-11-07T05:14:38.719Z | Downloaded rand_xorshift v0.3.0 |
1146 | 2023-11-07T05:14:38.775Z | Downloaded fd-lock v3.0.13 |
1147 | 2023-11-07T05:14:38.796Z | Downloaded zerocopy v0.3.0 |
1148 | 2023-11-07T05:14:38.840Z | Downloaded minimal-lexical v0.2.1 |
1149 | 2023-11-07T05:14:38.854Z | Downloaded unsafe-libyaml v0.2.9 |
1150 | 2023-11-07T05:14:38.871Z | Downloaded num-bigint-dig v0.8.4 |
1151 | 2023-11-07T05:14:38.891Z | Downloaded backtrace v0.3.69 |
1152 | 2023-11-07T05:14:38.907Z | Downloaded errno v0.3.2 |
1153 | 2023-11-07T05:14:38.931Z | Downloaded yasna v0.5.2 |
1154 | 2023-11-07T05:14:38.952Z | Downloaded either v1.9.0 |
1155 | 2023-11-07T05:14:38.976Z | Downloaded signal-hook-mio v0.2.3 |
1156 | 2023-11-07T05:14:38.997Z | Downloaded same-file v1.0.6 |
1157 | 2023-11-07T05:14:39.851Z | Downloaded opaque-debug v0.3.0 |
1158 | 2023-11-07T05:14:39.861Z | Downloaded pkg-config v0.3.27 |
1159 | 2023-11-07T05:14:39.873Z | Downloaded pkcs8 v0.10.2 |
1160 | 2023-11-07T05:14:39.905Z | Downloaded pin-project-lite v0.2.13 |
1161 | 2023-11-07T05:14:39.937Z | Downloaded rsa v0.9.2 |
1162 | 2023-11-07T05:14:39.970Z | Downloaded ron v0.7.1 |
1163 | 2023-11-07T05:14:39.996Z | Downloaded rand_chacha v0.3.1 |
1164 | 2023-11-07T05:14:40.434Z | Downloaded spin v0.5.2 |
1165 | 2023-11-07T05:14:40.450Z | Downloaded rand_core v0.6.4 |
1166 | 2023-11-07T05:14:40.464Z | Downloaded unicode-bidi v0.3.13 |
1167 | 2023-11-07T05:14:40.485Z | Downloaded serde_spanned v0.6.4 |
1168 | 2023-11-07T05:14:40.508Z | Downloaded tar v0.4.40 |
1169 | 2023-11-07T05:14:40.538Z | Downloaded serde_path_to_error v0.1.14 |
1170 | 2023-11-07T05:14:40.557Z | Downloaded equivalent v1.0.1 |
1171 | 2023-11-07T05:14:40.582Z | Downloaded textwrap v0.11.0 |
1172 | 2023-11-07T05:14:41.020Z | Downloaded olpc-cjson v0.1.3 |
1173 | 2023-11-07T05:14:41.042Z | Downloaded fragile v2.0.0 |
1174 | 2023-11-07T05:14:41.061Z | Downloaded schemars_derive v0.8.13 |
1175 | 2023-11-07T05:14:41.071Z | Downloaded der_derive v0.7.2 |
1176 | 2023-11-07T05:14:41.084Z | Downloaded rustc_version v0.4.0 |
1177 | 2023-11-07T05:14:41.093Z | Downloaded allocator-api2 v0.2.16 |
1178 | 2023-11-07T05:14:41.110Z | Downloaded tungstenite v0.20.1 |
1179 | 2023-11-07T05:14:41.539Z | Downloaded getrandom v0.2.10 |
1180 | 2023-11-07T05:14:41.554Z | Downloaded form_urlencoded v1.2.0 |
1181 | 2023-11-07T05:14:41.572Z | Downloaded crossbeam-epoch v0.9.15 |
1182 | 2023-11-07T05:14:41.595Z | Downloaded unicode-ident v1.0.12 |
1183 | 2023-11-07T05:14:41.614Z | Downloaded vergen v8.2.4 |
1184 | 2023-11-07T05:14:41.626Z | Downloaded peeking_take_while v0.1.2 |
1185 | 2023-11-07T05:14:41.633Z | Downloaded rustfmt-wrapper v0.2.0 |
1186 | 2023-11-07T05:14:41.643Z | Downloaded untrusted v0.9.0 |
1187 | 2023-11-07T05:14:41.662Z | Downloaded tabled_derive v0.6.0 |
1188 | 2023-11-07T05:14:41.686Z | Downloaded vsss-rs v3.3.1 |
1189 | 2023-11-07T05:14:41.699Z | Downloaded tempfile v3.8.0 |
1190 | 2023-11-07T05:14:41.708Z | Downloaded unicode-width v0.1.11 |
1191 | 2023-11-07T05:14:41.719Z | Downloaded arc-swap v1.6.0 |
1192 | 2023-11-07T05:14:41.737Z | Downloaded similar v2.2.1 |
1193 | 2023-11-07T05:14:41.748Z | Downloaded ryu v1.0.15 |
1194 | 2023-11-07T05:14:41.762Z | Downloaded crypto-common v0.1.6 |
1195 | 2023-11-07T05:14:41.808Z | Downloaded num_enum_derive v0.7.0 |
1196 | 2023-11-07T05:14:41.824Z | Downloaded foreign-types v0.5.0 |
1197 | 2023-11-07T05:14:41.844Z | Downloaded foreign-types v0.3.2 |
1198 | 2023-11-07T05:14:41.861Z | Downloaded indicatif v0.17.7 |
1199 | 2023-11-07T05:14:41.878Z | Downloaded ring v0.17.5 |
1200 | 2023-11-07T05:14:41.893Z | Downloaded serde_with_macros v2.3.3 |
1201 | 2023-11-07T05:14:41.915Z | Downloaded indexmap v1.9.3 |
1202 | 2023-11-07T05:14:41.934Z | Downloaded slog-dtrace v0.2.3 |
1203 | 2023-11-07T05:14:42.366Z | Downloaded libm v0.2.7 |
1204 | 2023-11-07T05:14:42.381Z | Downloaded hmac v0.12.1 |
1205 | 2023-11-07T05:14:42.398Z | Downloaded structopt v0.3.26 |
1206 | 2023-11-07T05:14:42.418Z | Downloaded crc-any v2.4.3 |
1207 | 2023-11-07T05:14:42.445Z | Downloaded wait-timeout v0.2.0 |
1208 | 2023-11-07T05:14:42.462Z | Downloaded vec_map v0.8.2 |
1209 | 2023-11-07T05:14:42.478Z | Downloaded terminal_size v0.2.6 |
1210 | 2023-11-07T05:14:42.489Z | Downloaded openssl-macros v0.1.1 |
1211 | 2023-11-07T05:14:42.906Z | Downloaded universal-hash v0.5.1 |
1212 | 2023-11-07T05:14:42.913Z | Downloaded rusty-fork v0.3.0 |
1213 | 2023-11-07T05:14:42.926Z | Downloaded topological-sort v0.2.2 |
1214 | 2023-11-07T05:14:42.938Z | Downloaded wyz v0.5.1 |
1215 | 2023-11-07T05:14:42.952Z | Downloaded tokio-tungstenite v0.20.1 |
1216 | 2023-11-07T05:14:42.961Z | Downloaded sct v0.7.0 |
1217 | 2023-11-07T05:14:42.972Z | Downloaded crunchy v0.2.2 |
1218 | 2023-11-07T05:14:42.994Z | Downloaded utf8parse v0.2.1 |
1219 | 2023-11-07T05:14:43.014Z | Downloaded stable_deref_trait v1.2.0 |
1220 | 2023-11-07T05:14:43.036Z | Downloaded foreign-types-shared v0.3.1 |
1221 | 2023-11-07T05:14:43.050Z | Downloaded foreign-types-shared v0.1.1 |
1222 | 2023-11-07T05:14:43.061Z | Downloaded num_threads v0.1.6 |
1223 | 2023-11-07T05:14:43.089Z | Downloaded crossbeam-queue v0.3.8 |
1224 | 2023-11-07T05:14:43.100Z | Downloaded unicode-xid v0.2.4 |
1225 | 2023-11-07T05:14:43.109Z | Downloaded thread-id v4.2.0 |
1226 | 2023-11-07T05:14:43.119Z | Downloaded nom v7.1.3 |
1227 | 2023-11-07T05:14:43.129Z | Downloaded const-oid v0.9.5 |
1228 | 2023-11-07T05:14:43.139Z | Downloaded clap v4.4.3 |
1229 | 2023-11-07T05:14:43.153Z | Downloaded ring v0.16.20 |
1230 | 2023-11-07T05:14:43.168Z | Downloaded libsqlite3-sys v0.26.0 |
1231 | 2023-11-07T05:14:43.189Z | Downloaded addr2line v0.21.0 |
1232 | 2023-11-07T05:14:43.207Z | Downloaded shell-words v1.1.0 |
1233 | 2023-11-07T05:14:43.224Z | Downloaded num-complex v0.4.4 |
1234 | 2023-11-07T05:14:43.234Z | Downloaded waitgroup v0.1.2 |
1235 | 2023-11-07T05:14:43.249Z | Downloaded signature v2.1.0 |
1236 | 2023-11-07T05:14:43.281Z | Downloaded futures-task v0.3.29 |
1237 | 2023-11-07T05:14:43.310Z | Downloaded anyhow v1.0.75 |
1238 | 2023-11-07T05:14:43.325Z | Downloaded httparse v1.8.0 |
1239 | 2023-11-07T05:14:43.347Z | Downloaded ascii v1.1.0 |
1240 | 2023-11-07T05:14:43.364Z | Downloaded futures-io v0.3.29 |
1241 | 2023-11-07T05:14:43.381Z | Downloaded itoa v1.0.9 |
1242 | 2023-11-07T05:14:43.405Z | Downloaded ahash v0.8.3 |
1243 | 2023-11-07T05:14:43.417Z | Downloaded futures-sink v0.3.29 |
1244 | 2023-11-07T05:14:43.443Z | Downloaded xattr v1.0.1 |
1245 | 2023-11-07T05:14:43.874Z | Downloaded static_assertions v1.1.0 |
1246 | 2023-11-07T05:14:43.890Z | Downloaded spki v0.7.2 |
1247 | 2023-11-07T05:14:43.899Z | Downloaded snafu-derive v0.7.5 |
1248 | 2023-11-07T05:14:43.925Z | Downloaded cargo_toml v0.16.3 |
1249 | 2023-11-07T05:14:43.938Z | Downloaded unicode-linebreak v0.1.5 |
1250 | 2023-11-07T05:14:43.963Z | Downloaded termios v0.3.3 |
1251 | 2023-11-07T05:14:43.990Z | Downloaded structopt-derive v0.4.18 |
1252 | 2023-11-07T05:14:44.012Z | Downloaded slog-scope v4.4.0 |
1253 | 2023-11-07T05:14:44.034Z | Downloaded rustversion v1.0.14 |
1254 | 2023-11-07T05:14:44.060Z | Downloaded rtoolbox v0.0.1 |
1255 | 2023-11-07T05:14:44.091Z | Downloaded thiserror-no-std v2.0.2 |
1256 | 2023-11-07T05:14:44.114Z | Downloaded thiserror-impl-no-std v2.0.2 |
1257 | 2023-11-07T05:14:44.548Z | Downloaded thiserror-impl v1.0.49 |
1258 | 2023-11-07T05:14:44.568Z | Downloaded const_format v0.2.31 |
1259 | 2023-11-07T05:14:44.586Z | Downloaded vte_generate_state_changes v0.1.1 |
1260 | 2023-11-07T05:14:45.024Z | Downloaded rpassword v7.2.0 |
1261 | 2023-11-07T05:14:45.039Z | Downloaded cookie v0.16.2 |
1262 | 2023-11-07T05:14:45.053Z | Downloaded mime_guess v2.0.4 |
1263 | 2023-11-07T05:14:45.071Z | Downloaded log v0.4.20 |
1264 | 2023-11-07T05:14:45.080Z | Downloaded chacha20poly1305 v0.10.1 |
1265 | 2023-11-07T05:14:45.101Z | Downloaded bzip2 v0.4.4 |
1266 | 2023-11-07T05:14:45.131Z | Downloaded tokio-macros v2.1.0 |
1267 | 2023-11-07T05:14:45.138Z | Downloaded slog-json v2.6.1 |
1268 | 2023-11-07T05:14:45.142Z | Downloaded managed v0.8.0 |
1269 | 2023-11-07T05:14:45.147Z | Downloaded ipnet v2.8.0 |
1270 | 2023-11-07T05:14:45.151Z | Downloaded hex v0.4.3 |
1271 | 2023-11-07T05:14:45.156Z | Downloaded async-trait v0.1.74 |
1272 | 2023-11-07T05:14:45.160Z | Downloaded async-recursion v1.0.5 |
1273 | 2023-11-07T05:14:45.165Z | Downloaded ansi_term v0.12.1 |
1274 | 2023-11-07T05:14:45.170Z | Downloaded predicates-tree v1.0.9 |
1275 | 2023-11-07T05:14:45.176Z | Downloaded synstructure v0.12.6 |
1276 | 2023-11-07T05:14:45.183Z | Downloaded signature v1.6.4 |
1277 | 2023-11-07T05:14:45.190Z | Downloaded memoffset v0.7.1 |
1278 | 2023-11-07T05:14:45.201Z | Downloaded block-buffer v0.10.4 |
1279 | 2023-11-07T05:14:45.216Z | Downloaded anstyle-parse v0.2.1 |
1280 | 2023-11-07T05:14:45.236Z | Downloaded base64ct v1.6.0 |
1281 | 2023-11-07T05:14:45.252Z | Downloaded lock_api v0.4.10 |
1282 | 2023-11-07T05:14:45.264Z | Downloaded lalrpop-util v0.19.12 |
1283 | 2023-11-07T05:14:45.276Z | Downloaded anstream v0.5.0 |
1284 | 2023-11-07T05:14:45.728Z | Downloaded ascii-canvas v3.0.0 |
1285 | 2023-11-07T05:14:45.894Z | Downloaded structmeta-derive v0.2.0 |
1286 | 2023-11-07T05:14:45.947Z | Downloaded nibble_vec v0.1.0 |
1287 | 2023-11-07T05:14:45.970Z | Downloaded async-stream v0.3.5 |
1288 | 2023-11-07T05:14:45.995Z | Downloaded bit-set v0.5.3 |
1289 | 2023-11-07T05:14:46.008Z | Downloaded block-padding v0.3.3 |
1290 | 2023-11-07T05:14:46.035Z | Downloaded nanorand v0.7.0 |
1291 | 2023-11-07T05:14:46.057Z | Downloaded toolchain_find v0.2.0 |
1292 | 2023-11-07T05:14:46.072Z | Downloaded serde_plain v1.0.2 |
1293 | 2023-11-07T05:14:46.086Z | Downloaded serde-big-array v0.5.1 |
1294 | 2023-11-07T05:14:46.099Z | Downloaded num-integer v0.1.45 |
1295 | 2023-11-07T05:14:46.118Z | Downloaded serde-big-array v0.4.1 |
1296 | 2023-11-07T05:14:46.142Z | Downloaded secrecy v0.8.0 |
1297 | 2023-11-07T05:14:46.187Z | Downloaded clap_derive v4.4.2 |
1298 | 2023-11-07T05:14:46.209Z | Downloaded memoffset v0.9.0 |
1299 | 2023-11-07T05:14:46.219Z | Downloaded base16ct v0.2.0 |
1300 | 2023-11-07T05:14:46.236Z | Downloaded http-body v0.4.5 |
1301 | 2023-11-07T05:14:46.253Z | Downloaded md-5 v0.10.5 |
1302 | 2023-11-07T05:14:46.283Z | Downloaded macaddr v1.0.1 |
1303 | 2023-11-07T05:14:46.717Z | Downloaded blake2 v0.10.6 |
1304 | 2023-11-07T05:14:46.733Z | Downloaded maybe-uninit v2.0.0 |
1305 | 2023-11-07T05:14:46.750Z | Downloaded maplit v1.0.2 |
1306 | 2023-11-07T05:14:46.760Z | Downloaded termtree v0.4.1 |
1307 | 2023-11-07T05:14:46.767Z | Downloaded clang-sys v1.6.1 |
1308 | 2023-11-07T05:14:46.788Z | Downloaded libefi-sys v0.1.0 |
1309 | 2023-11-07T05:14:47.232Z | Downloaded autocfg v1.1.0 |
1310 | 2023-11-07T05:14:47.243Z | Downloaded adler v1.0.2 |
1311 | 2023-11-07T05:14:47.674Z | Downloaded indoc v2.0.3 |
1312 | 2023-11-07T05:14:47.683Z | Downloaded cfg-if v0.1.10 |
1313 | 2023-11-07T05:14:47.693Z | Downloaded num-traits v0.2.16 |
1314 | 2023-11-07T05:14:47.702Z | Downloaded mockall_derive v0.11.4 |
1315 | 2023-11-07T05:14:47.707Z | Downloaded heck v0.4.1 |
1316 | 2023-11-07T05:14:48.146Z | Downloaded anstyle v1.0.2 |
1317 | 2023-11-07T05:14:48.570Z | Downloaded lru-cache v0.1.2 |
1318 | 2023-11-07T05:14:48.635Z | Downloaded keccak v0.1.4 |
1319 | 2023-11-07T05:14:48.649Z | Downloaded anstyle-query v1.0.0 |
1320 | 2023-11-07T05:14:48.659Z | Downloaded hubpack v0.1.2 |
1321 | 2023-11-07T05:14:48.689Z | Downloaded home v0.5.5 |
1322 | 2023-11-07T05:14:48.703Z | Downloaded colorchoice v1.0.0 |
1323 | 2023-11-07T05:14:48.728Z | Downloaded atty v0.2.14 |
1324 | 2023-11-07T05:14:48.743Z | Downloaded miniz_oxide v0.7.1 |
1325 | 2023-11-07T05:14:49.163Z | Downloaded nu-ansi-term v0.49.0 |
1326 | 2023-11-07T05:14:49.169Z | Downloaded bb8 v0.8.1 |
1327 | 2023-11-07T05:14:49.591Z | Downloaded num_enum v0.5.11 |
1328 | 2023-11-07T05:14:50.008Z | Downloaded num-derive v0.4.0 |
1329 | 2023-11-07T05:14:50.020Z | Downloaded multer v2.1.0 |
1330 | 2023-11-07T05:14:50.028Z | Downloaded console v0.15.7 |
1331 | 2023-11-07T05:14:50.047Z | Downloaded cancel-safe-futures v0.1.5 |
1332 | 2023-11-07T05:14:50.063Z | Downloaded crc32fast v1.3.2 |
1333 | 2023-11-07T05:14:50.104Z | Downloaded const_format_proc_macros v0.2.31 |
1334 | 2023-11-07T05:14:50.114Z | Downloaded async-stream-impl v0.3.5 |
1335 | 2023-11-07T05:14:50.123Z | Downloaded aead v0.5.2 |
1336 | 2023-11-07T05:14:50.129Z | Downloaded num-rational v0.4.1 |
1337 | 2023-11-07T05:14:50.140Z | Downloaded crossbeam v0.8.2 |
1338 | 2023-11-07T05:14:50.218Z | Downloaded atomicwrites v0.4.2 |
1339 | 2023-11-07T05:14:50.266Z | Downloaded num v0.4.1 |
1340 | 2023-11-07T05:14:50.691Z | Downloaded iana-time-zone v0.1.57 |
1341 | 2023-11-07T05:14:50.706Z | Downloaded corncobs v0.1.3 |
1342 | 2023-11-07T05:14:50.730Z | Downloaded chacha20 v0.9.1 |
1343 | 2023-11-07T05:14:50.753Z | Downloaded cexpr v0.6.0 |
1344 | 2023-11-07T05:14:51.177Z | Downloaded buf-list v1.0.3 |
1345 | 2023-11-07T05:14:51.186Z | Downloaded lazy_static v1.4.0 |
1346 | 2023-11-07T05:14:51.195Z | Downloaded crossbeam-deque v0.8.3 |
1347 | 2023-11-07T05:14:51.200Z | Downloaded colored v2.0.4 |
1348 | 2023-11-07T05:14:51.205Z | Downloaded cipher v0.4.4 |
1349 | 2023-11-07T05:14:51.211Z | Downloaded cfg-if v1.0.0 |
1350 | 2023-11-07T05:14:51.217Z | Downloaded camino v1.1.6 |
1351 | 2023-11-07T05:14:51.224Z | Downloaded match_cfg v0.1.0 |
1352 | 2023-11-07T05:14:51.228Z | Downloaded linked-hash-map v0.5.6 |
1353 | 2023-11-07T05:14:51.233Z | Downloaded ipnetwork v0.20.0 |
1354 | 2023-11-07T05:14:51.242Z | Downloaded impl-trait-for-tuples v0.2.2 |
1355 | 2023-11-07T05:14:51.247Z | Downloaded cassowary v0.3.0 |
1356 | 2023-11-07T05:14:51.253Z | Downloaded bytesize v1.3.0 |
1357 | 2023-11-07T05:14:51.259Z | Downloaded bit-vec v0.6.3 |
1358 | 2023-11-07T05:14:51.264Z | Downloaded normalize-line-endings v0.3.0 |
1359 | 2023-11-07T05:14:51.273Z | Downloaded new_debug_unreachable v1.0.4 |
1360 | 2023-11-07T05:14:51.281Z | Downloaded crossbeam-channel v0.5.8 |
1361 | 2023-11-07T05:14:51.289Z | Downloaded crc v3.0.1 |
1362 | 2023-11-07T05:14:51.309Z | Downloaded cargo_metadata v0.18.0 |
1363 | 2023-11-07T05:14:51.742Z | Downloaded camino-tempfile v1.0.2 |
1364 | 2023-11-07T05:14:51.760Z | Downloaded instant v0.1.12 |
1365 | 2023-11-07T05:14:51.838Z | Downloaded hyper-staticfile v0.9.5 |
1366 | 2023-11-07T05:14:52.274Z | Downloaded hyper-rustls v0.24.2 |
1367 | 2023-11-07T05:14:52.296Z | Downloaded clap_lex v0.5.1 |
1368 | 2023-11-07T05:14:52.308Z | Downloaded byteorder v1.5.0 |
1369 | 2023-11-07T05:14:52.725Z | Downloaded bitflags v1.3.2 |
1370 | 2023-11-07T05:14:52.742Z | Downloaded bytecount v0.6.3 |
1371 | 2023-11-07T05:14:52.754Z | Downloaded bitstruct_derive v0.1.0 |
1372 | 2023-11-07T05:14:53.175Z | Downloaded bitfield v0.14.0 |
1373 | 2023-11-07T05:14:53.194Z | Downloaded bcs v0.1.6 |
1374 | 2023-11-07T05:14:53.209Z | Downloaded aes-gcm-siv v0.11.1 |
1375 | 2023-11-07T05:14:53.219Z | Downloaded hubpack_derive v0.1.1 |
1376 | 2023-11-07T05:14:53.325Z | Compiling proc-macro2 v1.0.67 |
1377 | 2023-11-07T05:14:53.350Z | Compiling unicode-ident v1.0.12 |
1378 | 2023-11-07T05:14:53.367Z | Compiling libc v0.2.150 |
1379 | 2023-11-07T05:14:53.372Z | Compiling serde v1.0.188 |
1380 | 2023-11-07T05:14:53.380Z | Compiling autocfg v1.1.0 |
1381 | 2023-11-07T05:14:53.390Z | Compiling version_check v0.9.4 |
1382 | 2023-11-07T05:14:53.403Z | Compiling cfg-if v1.0.0 |
1383 | 2023-11-07T05:14:53.417Z | Compiling syn v1.0.109 |
1384 | 2023-11-07T05:14:53.436Z | Compiling once_cell v1.18.0 |
1385 | 2023-11-07T05:14:53.451Z | Compiling parking_lot_core v0.9.8 |
1386 | 2023-11-07T05:14:53.463Z | Compiling libm v0.2.7 |
1387 | 2023-11-07T05:14:53.493Z | Compiling ahash v0.8.3 |
1388 | 2023-11-07T05:14:53.507Z | Compiling lock_api v0.4.10 |
1389 | 2023-11-07T05:14:53.528Z | Compiling num-traits v0.2.16 |
1390 | 2023-11-07T05:14:53.543Z | Compiling thiserror v1.0.49 |
1391 | 2023-11-07T05:14:53.557Z | Compiling typenum v1.16.0 |
1392 | 2023-11-07T05:14:53.563Z | Compiling futures-core v0.3.29 |
1393 | 2023-11-07T05:14:53.580Z | Compiling generic-array v0.14.7 |
1394 | 2023-11-07T05:14:53.595Z | Compiling scopeguard v1.2.0 |
1395 | 2023-11-07T05:14:53.606Z | Compiling memchr v2.6.3 |
1396 | 2023-11-07T05:14:53.617Z | Compiling itoa v1.0.9 |
1397 | 2023-11-07T05:14:53.627Z | Compiling pkg-config v0.3.27 |
1398 | 2023-11-07T05:14:53.636Z | Compiling quote v1.0.33 |
1399 | 2023-11-07T05:14:53.645Z | Compiling syn v2.0.32 |
1400 | 2023-11-07T05:14:53.655Z | Compiling jobserver v0.1.26 |
1401 | 2023-11-07T05:14:53.674Z | Compiling getrandom v0.2.10 |
1402 | 2023-11-07T05:14:53.695Z | Compiling cc v1.0.83 |
1403 | 2023-11-07T05:14:53.715Z | Compiling slab v0.4.9 |
1404 | 2023-11-07T05:14:53.729Z | Compiling futures-channel v0.3.29 |
1405 | 2023-11-07T05:14:53.745Z | Compiling futures-task v0.3.29 |
1406 | 2023-11-07T05:14:53.756Z | Compiling futures-util v0.3.29 |
1407 | 2023-11-07T05:14:53.783Z | Compiling log v0.4.20 |
1408 | 2023-11-07T05:14:53.802Z | Compiling ryu v1.0.15 |
1409 | 2023-11-07T05:14:53.819Z | Compiling serde_json v1.0.108 |
1410 | 2023-11-07T05:14:53.842Z | Compiling pin-project-lite v0.2.13 |
1411 | 2023-11-07T05:14:53.847Z | Compiling schemars v0.8.13 |
1412 | 2023-11-07T05:14:53.865Z | Compiling smallvec v1.11.0 |
1413 | 2023-11-07T05:14:53.880Z | Compiling vcpkg v0.2.15 |
1414 | 2023-11-07T05:14:53.897Z | Compiling heck v0.4.1 |
1415 | 2023-11-07T05:14:53.911Z | Compiling parking_lot v0.12.1 |
1416 | 2023-11-07T05:14:53.925Z | Compiling ring v0.17.5 |
1417 | 2023-11-07T05:14:53.934Z | Compiling openssl-sys v0.9.93 |
1418 | 2023-11-07T05:14:53.945Z | Compiling ring v0.16.20 |
1419 | 2023-11-07T05:14:53.952Z | Compiling rand_core v0.6.4 |
1420 | 2023-11-07T05:14:53.957Z | Compiling indexmap v1.9.3 |
1421 | 2023-11-07T05:14:53.969Z | Compiling allocator-api2 v0.2.16 |
1422 | 2023-11-07T05:14:53.974Z | Compiling byteorder v1.5.0 |
1423 | 2023-11-07T05:14:53.982Z | Compiling httparse v1.8.0 |
1424 | 2023-11-07T05:14:53.991Z | Compiling equivalent v1.0.1 |
1425 | 2023-11-07T05:14:54.002Z | Compiling mio v0.8.8 |
1426 | 2023-11-07T05:14:54.013Z | Compiling socket2 v0.5.4 |
1427 | 2023-11-07T05:14:54.021Z | Compiling num_cpus v1.16.0 |
1428 | 2023-11-07T05:14:54.049Z | Compiling hashbrown v0.14.2 |
1429 | 2023-11-07T05:14:54.055Z | Compiling signal-hook-registry v1.4.1 |
1430 | 2023-11-07T05:14:54.063Z | Compiling spin v0.5.2 |
1431 | 2023-11-07T05:14:54.076Z | Compiling serde_derive_internals v0.26.0 |
1432 | 2023-11-07T05:14:54.085Z | Compiling openssl v0.10.57 |
1433 | 2023-11-07T05:14:54.096Z | Compiling fnv v1.0.7 |
1434 | 2023-11-07T05:14:54.115Z | Compiling semver v1.0.20 |
1435 | 2023-11-07T05:14:54.133Z | Compiling rustls v0.21.8 |
1436 | 2023-11-07T05:14:54.140Z | Compiling iana-time-zone v0.1.57 |
1437 | 2023-11-07T05:14:54.148Z | Compiling ucd-trie v0.1.6 |
1438 | 2023-11-07T05:14:54.155Z | Compiling native-tls v0.2.11 |
1439 | 2023-11-07T05:14:54.161Z | Compiling crossbeam-utils v0.8.16 |
1440 | 2023-11-07T05:14:54.167Z | Compiling unicode-xid v0.2.4 |
1441 | 2023-11-07T05:14:54.177Z | Compiling synstructure v0.12.6 |
1442 | 2023-11-07T05:14:54.186Z | Compiling io-lifetimes v1.0.11 |
1443 | 2023-11-07T05:14:54.193Z | Compiling futures-sink v0.3.29 |
1444 | 2023-11-07T05:14:54.202Z | Compiling backtrace v0.3.69 |
1445 | 2023-11-07T05:14:54.213Z | Compiling tinyvec_macros v0.1.1 |
1446 | 2023-11-07T05:14:54.228Z | Compiling dyn-clone v1.0.13 |
1447 | 2023-11-07T05:14:54.246Z | Compiling tinyvec v1.6.0 |
1448 | 2023-11-07T05:14:54.265Z | Compiling tracing-core v0.1.31 |
1449 | 2023-11-07T05:14:54.359Z | Compiling num-integer v0.1.45 |
1450 | 2023-11-07T05:14:54.381Z | Compiling memoffset v0.9.0 |
1451 | 2023-11-07T05:14:54.391Z | Compiling rustix v0.37.23 |
1452 | 2023-11-07T05:14:54.407Z | Compiling pin-utils v0.1.0 |
1453 | 2023-11-07T05:14:54.831Z | Compiling subtle v2.5.0 |
1454 | 2023-11-07T05:14:54.849Z | Compiling winnow v0.5.15 |
1455 | 2023-11-07T05:14:54.853Z | Compiling futures-io v0.3.29 |
1456 | 2023-11-07T05:14:54.857Z | Compiling rustix v0.38.9 |
1457 | 2023-11-07T05:14:54.862Z | Compiling spin v0.9.8 |
1458 | 2023-11-07T05:14:54.865Z | Compiling hashbrown v0.13.2 |
1459 | 2023-11-07T05:14:54.869Z | Compiling unicode-normalization v0.1.22 |
1460 | 2023-11-07T05:14:54.874Z | Compiling usdt-impl v0.3.5 |
1461 | 2023-11-07T05:14:54.879Z | Compiling crc32fast v1.3.2 |
1462 | 2023-11-07T05:14:54.896Z | Compiling unicode-bidi v0.3.13 |
1463 | 2023-11-07T05:14:54.921Z | Compiling time-core v0.1.1 |
1464 | 2023-11-07T05:14:54.939Z | Compiling anyhow v1.0.75 |
1465 | 2023-11-07T05:14:54.950Z | Compiling const-oid v0.9.5 |
1466 | 2023-11-07T05:14:54.954Z | Compiling serde_derive v1.0.188 |
1467 | 2023-11-07T05:14:54.969Z | Compiling thiserror-impl v1.0.49 |
1468 | 2023-11-07T05:14:54.976Z | Compiling zeroize_derive v1.4.2 |
1469 | 2023-11-07T05:14:54.983Z | Compiling tokio-macros v2.1.0 |
1470 | 2023-11-07T05:14:54.992Z | Compiling futures-macro v0.3.29 |
1471 | 2023-11-07T05:14:54.996Z | Compiling tracing-attributes v0.1.26 |
1472 | 2023-11-07T05:14:55.003Z | Compiling schemars_derive v0.8.13 |
1473 | 2023-11-07T05:14:55.015Z | Compiling openssl-macros v0.1.1 |
1474 | 2023-11-07T05:14:55.025Z | Compiling zeroize v1.6.0 |
1475 | 2023-11-07T05:14:55.456Z | Compiling zerocopy-derive v0.2.0 |
1476 | 2023-11-07T05:14:55.474Z | Compiling pest v2.7.2 |
1477 | 2023-11-07T05:14:55.890Z | Compiling crypto-common v0.1.6 |
1478 | 2023-11-07T05:14:55.895Z | Compiling block-buffer v0.10.4 |
1479 | 2023-11-07T05:14:55.903Z | Compiling bitflags v1.3.2 |
1480 | 2023-11-07T05:14:55.916Z | Compiling slog v2.7.0 |
1481 | 2023-11-07T05:14:55.927Z | Compiling digest v0.10.7 |
1482 | 2023-11-07T05:14:55.940Z | Compiling tracing v0.1.37 |
1483 | 2023-11-07T05:14:55.948Z | Compiling time-macros v0.2.13 |
1484 | 2023-11-07T05:14:55.962Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1485 | 2023-11-07T05:14:55.974Z | Compiling aho-corasick v1.0.4 |
1486 | 2023-11-07T05:14:56.003Z | Compiling pest_meta v2.7.2 |
1487 | 2023-11-07T05:14:56.015Z | Compiling crossbeam-epoch v0.9.15 |
1488 | 2023-11-07T05:14:56.026Z | Compiling rustversion v1.0.14 |
1489 | 2023-11-07T05:14:56.054Z | Compiling ppv-lite86 v0.2.17 |
1490 | 2023-11-07T05:14:56.074Z | Compiling pest_generator v2.7.2 |
1491 | 2023-11-07T05:14:56.520Z | Compiling regex-syntax v0.8.2 |
1492 | 2023-11-07T05:14:56.533Z | Compiling async-trait v0.1.74 |
1493 | 2023-11-07T05:14:56.541Z | Compiling rand_chacha v0.3.1 |
1494 | 2023-11-07T05:14:56.551Z | Compiling zerocopy v0.3.0 |
1495 | 2023-11-07T05:14:56.567Z | Compiling zerocopy-derive v0.6.4 |
1496 | 2023-11-07T05:14:56.996Z | Compiling pest_derive v2.7.2 |
1497 | 2023-11-07T05:14:57.004Z | Compiling base64 v0.21.5 |
1498 | 2023-11-07T05:14:57.007Z | Compiling regex-automata v0.4.3 |
1499 | 2023-11-07T05:14:57.011Z | Compiling strsim v0.10.0 |
1500 | 2023-11-07T05:14:57.238Z | Compiling dtrace-parser v0.1.14 |
1501 | 2023-11-07T05:14:57.465Z | Compiling dof v0.1.5 |
1502 | 2023-11-07T05:14:59.326Z | Compiling rand v0.8.5 |
1503 | 2023-11-07T05:15:00.515Z | Compiling bytes v1.5.0 |
1504 | 2023-11-07T05:15:00.870Z | Compiling indexmap v2.1.0 |
1505 | 2023-11-07T05:15:01.478Z | Compiling uuid v1.5.0 |
1506 | 2023-11-07T05:15:01.539Z | Compiling chrono v0.4.31 |
1507 | 2023-11-07T05:15:03.729Z | Compiling tokio v1.33.0 |
1508 | 2023-11-07T05:15:05.487Z | Compiling bitflags v2.4.0 |
1509 | 2023-11-07T05:15:06.404Z | Compiling serde_spanned v0.6.4 |
1510 | 2023-11-07T05:15:06.901Z | Compiling toml_datetime v0.6.5 |
1511 | 2023-11-07T05:15:07.806Z | Compiling toml_edit v0.19.15 |
1512 | 2023-11-07T05:15:08.478Z | Compiling rustc_version v0.4.0 |
1513 | 2023-11-07T05:15:09.847Z | Compiling http v0.2.9 |
1514 | 2023-11-07T05:15:09.859Z | Compiling heapless v0.7.16 |
1515 | 2023-11-07T05:15:13.113Z | Compiling regex v1.10.2 |
1516 | 2023-11-07T05:15:18.163Z | Compiling tokio-util v0.7.10 |
1517 | 2023-11-07T05:15:18.559Z | Compiling errno v0.3.2 |
1518 | 2023-11-07T05:15:18.801Z | Compiling thread-id v4.2.0 |
1519 | 2023-11-07T05:15:19.214Z | Compiling num-bigint v0.4.4 |
1520 | 2023-11-07T05:15:19.224Z | Compiling radium v0.7.0 |
1521 | 2023-11-07T05:15:20.074Z | Compiling hashbrown v0.12.3 |
1522 | 2023-11-07T05:15:20.216Z | Compiling smoltcp v0.9.1 |
1523 | 2023-11-07T05:15:20.702Z | Compiling foreign-types-shared v0.1.1 |
1524 | 2023-11-07T05:15:20.718Z | Compiling untrusted v0.7.1 |
1525 | 2023-11-07T05:15:20.903Z | Compiling percent-encoding v2.3.0 |
1526 | 2023-11-07T05:15:21.086Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1527 | 2023-11-07T05:15:21.525Z | Compiling openssl-probe v0.1.5 |
1528 | 2023-11-07T05:15:22.106Z | Compiling untrusted v0.9.0 |
1529 | 2023-11-07T05:15:23.363Z | Compiling foreign-types v0.3.2 |
1530 | 2023-11-07T05:15:24.549Z | Compiling strum_macros v0.25.2 |
1531 | 2023-11-07T05:15:26.192Z | Compiling serde_tokenstream v0.1.7 |
1532 | 2023-11-07T05:15:27.361Z | Compiling lazy_static v1.4.0 |
1533 | 2023-11-07T05:15:27.638Z | Compiling socket2 v0.4.9 |
1534 | 2023-11-07T05:15:28.274Z | Compiling siphasher v0.3.11 |
1535 | 2023-11-07T05:15:28.894Z | Compiling try-lock v0.2.4 |
1536 | 2023-11-07T05:15:28.914Z | Compiling unicode-segmentation v1.10.1 |
1537 | 2023-11-07T05:15:30.331Z | Compiling unicode-width v0.1.11 |
1538 | 2023-11-07T05:15:30.354Z | Compiling adler v1.0.2 |
1539 | 2023-11-07T05:15:30.638Z | Compiling miniz_oxide v0.7.1 |
1540 | 2023-11-07T05:15:30.861Z | Compiling want v0.3.1 |
1541 | 2023-11-07T05:15:33.045Z | Compiling sct v0.7.0 |
1542 | 2023-11-07T05:15:33.389Z | Compiling h2 v0.3.21 |
1543 | 2023-11-07T05:15:33.470Z | Compiling form_urlencoded v1.2.0 |
1544 | 2023-11-07T05:15:33.902Z | Compiling http-body v0.4.5 |
1545 | 2023-11-07T05:15:34.556Z | Compiling hubpack_derive v0.1.1 |
1546 | 2023-11-07T05:15:36.548Z | Compiling num-iter v0.1.43 |
1547 | 2023-11-07T05:15:37.141Z | Compiling anstyle v1.0.2 |
1548 | 2023-11-07T05:15:37.360Z | Compiling utf8parse v0.2.1 |
1549 | 2023-11-07T05:15:37.608Z | Compiling httpdate v1.0.3 |
1550 | 2023-11-07T05:15:37.870Z | Compiling cpufeatures v0.2.9 |
1551 | 2023-11-07T05:15:37.894Z | Compiling tower-service v0.3.2 |
1552 | 2023-11-07T05:15:38.301Z | Compiling sha2 v0.10.8 |
1553 | 2023-11-07T05:15:38.772Z | Compiling anstyle-parse v0.2.1 |
1554 | 2023-11-07T05:15:42.945Z | Compiling usdt-attr-macro v0.3.5 |
1555 | 2023-11-07T05:15:43.036Z | Compiling usdt-macro v0.3.5 |
1556 | 2023-11-07T05:15:44.691Z | Compiling hyper v0.14.27 |
1557 | 2023-11-07T05:15:45.179Z | Compiling openapiv3 v1.0.3 |
1558 | 2023-11-07T05:15:45.997Z | Compiling rustls-pemfile v1.0.3 |
1559 | 2023-11-07T05:15:46.104Z | Compiling md-5 v0.10.5 |
1560 | 2023-11-07T05:15:48.534Z | Compiling hmac v0.12.1 |
1561 | 2023-11-07T05:15:48.960Z | Compiling stringprep v0.1.3 |
1562 | 2023-11-07T05:15:50.268Z | Compiling idna v0.4.0 |
1563 | 2023-11-07T05:15:50.323Z | Compiling diesel_table_macro_syntax v0.1.0 |
1564 | 2023-11-07T05:15:50.458Z | Compiling hash32 v0.2.1 |
1565 | 2023-11-07T05:15:50.525Z | Compiling gimli v0.28.0 |
1566 | 2023-11-07T05:15:50.547Z | Compiling fallible-iterator v0.2.0 |
1567 | 2023-11-07T05:15:50.582Z | Compiling either v1.9.0 |
1568 | 2023-11-07T05:15:50.602Z | Compiling stable_deref_trait v1.2.0 |
1569 | 2023-11-07T05:15:50.622Z | Compiling anstyle-query v1.0.0 |
1570 | 2023-11-07T05:15:50.634Z | Compiling colorchoice v1.0.0 |
1571 | 2023-11-07T05:15:50.647Z | Compiling anstream v0.5.0 |
1572 | 2023-11-07T05:15:50.679Z | Compiling postgres-protocol v0.6.6 |
1573 | 2023-11-07T05:15:50.946Z | Compiling url v2.4.1 |
1574 | 2023-11-07T05:15:51.667Z | Compiling diesel_derives v2.1.1 |
1575 | 2023-11-07T05:15:52.852Z | Compiling rustls-native-certs v0.6.3 |
1576 | 2023-11-07T05:15:53.260Z | Compiling terminal_size v0.2.6 |
1577 | 2023-11-07T05:15:53.927Z | Compiling tokio-native-tls v0.3.1 |
1578 | 2023-11-07T05:15:53.935Z | Compiling phf_shared v0.11.2 |
1579 | 2023-11-07T05:15:55.538Z | Compiling addr2line v0.21.0 |
1580 | 2023-11-07T05:15:57.293Z | Compiling serde_tokenstream v0.2.0 |
1581 | 2023-11-07T05:15:57.570Z | Compiling block-padding v0.3.3 |
1582 | 2023-11-07T05:15:57.881Z | Compiling enum-as-inner v0.5.1 |
1583 | 2023-11-07T05:15:58.511Z | Compiling clap_derive v4.4.2 |
1584 | 2023-11-07T05:15:59.368Z | Compiling serde_repr v0.1.16 |
1585 | 2023-11-07T05:16:00.600Z | Compiling scheduled-thread-pool v0.2.7 |
1586 | 2023-11-07T05:16:00.622Z | Compiling object v0.32.1 |
1587 | 2023-11-07T05:16:01.023Z | Compiling tap v1.0.1 |
1588 | 2023-11-07T05:16:01.271Z | Compiling clap_lex v0.5.1 |
1589 | 2023-11-07T05:16:01.977Z | Compiling deranged v0.3.8 |
1590 | 2023-11-07T05:16:05.027Z | Compiling rustc-demangle v0.1.23 |
1591 | 2023-11-07T05:16:05.930Z | Compiling matches v0.1.10 |
1592 | 2023-11-07T05:16:06.084Z | Compiling managed v0.8.0 |
1593 | 2023-11-07T05:16:06.774Z | Compiling ipnet v2.8.0 |
1594 | 2023-11-07T05:16:09.361Z | Compiling regex-automata v0.1.10 |
1595 | 2023-11-07T05:16:09.379Z | Compiling num_threads v0.1.6 |
1596 | 2023-11-07T05:16:10.149Z | Compiling bit-vec v0.6.3 |
1597 | 2023-11-07T05:16:10.781Z | Compiling bstr v0.2.17 |
1598 | 2023-11-07T05:16:12.990Z | Compiling time v0.3.27 |
1599 | 2023-11-07T05:16:15.195Z | Compiling idna v0.2.3 |
1600 | 2023-11-07T05:16:17.529Z | Compiling clap_builder v4.4.2 |
1601 | 2023-11-07T05:16:17.659Z | Compiling wyz v0.5.1 |
1602 | 2023-11-07T05:16:18.344Z | Compiling r2d2 v0.8.10 |
1603 | 2023-11-07T05:16:20.153Z | Compiling inout v0.1.3 |
1604 | 2023-11-07T05:16:21.133Z | Compiling hyper-tls v0.5.0 |
1605 | 2023-11-07T05:16:21.171Z | Compiling phf v0.11.2 |
1606 | 2023-11-07T05:16:21.253Z | Compiling flate2 v1.0.28 |
1607 | 2023-11-07T05:16:21.613Z | Compiling postgres-types v0.2.6 |
1608 | 2023-11-07T05:16:21.663Z | Compiling itertools v0.11.0 |
1609 | 2023-11-07T05:16:22.970Z | Compiling hubpack v0.1.2 |
1610 | 2023-11-07T05:16:23.652Z | Compiling serde_urlencoded v0.7.1 |
1611 | 2023-11-07T05:16:23.849Z | Compiling phf_shared v0.10.0 |
1612 | 2023-11-07T05:16:27.758Z | Compiling ipnetwork v0.20.0 |
1613 | 2023-11-07T05:16:28.063Z | Compiling zerocopy v0.6.4 |
1614 | 2023-11-07T05:16:28.300Z | Compiling futures-executor v0.3.29 |
1615 | 2023-11-07T05:16:28.383Z | Compiling regress v0.7.1 |
1616 | 2023-11-07T05:16:28.427Z | Compiling float-cmp v0.9.0 |
1617 | 2023-11-07T05:16:28.496Z | Compiling encoding_rs v0.8.33 |
1618 | 2023-11-07T05:16:31.546Z | Compiling webpki-roots v0.25.2 |
1619 | 2023-11-07T05:16:31.722Z | Compiling static_assertions v1.1.0 |
1620 | 2023-11-07T05:16:31.826Z | Compiling mime v0.3.17 |
1621 | 2023-11-07T05:16:31.863Z | Compiling new_debug_unreachable v1.0.4 |
1622 | 2023-11-07T05:16:31.878Z | Compiling normalize-line-endings v0.3.0 |
1623 | 2023-11-07T05:16:31.899Z | Compiling funty v2.0.0 |
1624 | 2023-11-07T05:16:32.188Z | Compiling fixedbitset v0.4.2 |
1625 | 2023-11-07T05:16:33.002Z | Compiling precomputed-hash v0.1.1 |
1626 | 2023-11-07T05:16:33.165Z | Compiling regex-automata v0.3.8 |
1627 | 2023-11-07T05:16:33.912Z | Compiling predicates-core v1.0.6 |
1628 | 2023-11-07T05:16:34.669Z | Compiling difflib v0.4.0 |
1629 | 2023-11-07T05:16:35.010Z | Compiling data-encoding v2.4.0 |
1630 | 2023-11-07T05:16:35.081Z | Compiling whoami v1.4.1 |
1631 | 2023-11-07T05:16:35.945Z | Compiling trust-dns-proto v0.22.0 |
1632 | 2023-11-07T05:16:36.900Z | Compiling bstr v1.6.0 |
1633 | 2023-11-07T05:16:36.903Z | Compiling tokio-postgres v0.7.10 |
1634 | 2023-11-07T05:16:37.969Z | Compiling predicates v3.0.4 |
1635 | 2023-11-07T05:16:39.080Z | Compiling string_cache v0.8.7 |
1636 | 2023-11-07T05:16:39.714Z | Compiling bitvec v1.0.1 |
1637 | 2023-11-07T05:16:44.787Z | Compiling petgraph v0.6.4 |
1638 | 2023-11-07T05:16:47.147Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1639 | 2023-11-07T05:16:48.178Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1640 | 2023-11-07T05:16:58.689Z | Compiling futures v0.3.29 |
1641 | 2023-11-07T05:17:18.407Z | Compiling diesel v2.1.3 |
1642 | 2023-11-07T05:17:19.224Z | Compiling yasna v0.5.2 |
1643 | 2023-11-07T05:17:19.770Z | Compiling clap v4.4.3 |
1644 | 2023-11-07T05:17:20.253Z | Compiling cipher v0.4.4 |
1645 | 2023-11-07T05:17:20.651Z | Compiling similar v2.2.1 |
1646 | 2023-11-07T05:17:20.767Z | Compiling bit-set v0.5.3 |
1647 | 2023-11-07T05:17:20.948Z | Compiling itertools v0.10.5 |
1648 | 2023-11-07T05:17:21.121Z | Compiling usdt v0.3.5 |
1649 | 2023-11-07T05:17:21.228Z | Compiling console v0.15.7 |
1650 | 2023-11-07T05:17:21.416Z | Compiling tokio-stream v0.1.14 |
1651 | 2023-11-07T05:17:21.510Z | Compiling toml v0.7.8 |
1652 | 2023-11-07T05:17:21.700Z | Compiling hex v0.4.3 |
1653 | 2023-11-07T05:17:21.823Z | Compiling signature v2.1.0 |
1654 | 2023-11-07T05:17:21.901Z | Compiling lalrpop-util v0.19.12 |
1655 | 2023-11-07T05:17:21.952Z | Compiling regex-syntax v0.6.29 |
1656 | 2023-11-07T05:17:21.995Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1657 | 2023-11-07T05:17:22.095Z | Compiling ident_case v1.0.1 |
1658 | 2023-11-07T05:17:22.220Z | Compiling darling_core v0.20.3 |
1659 | 2023-11-07T05:17:30.658Z | Compiling atty v0.2.14 |
1660 | 2023-11-07T05:17:31.052Z | Compiling proc-macro-error-attr v1.0.4 |
1661 | 2023-11-07T05:17:37.246Z | Compiling darling_macro v0.20.3 |
1662 | 2023-11-07T05:17:49.319Z | Compiling proc-macro-crate v1.3.1 |
1663 | 2023-11-07T05:17:52.745Z | Compiling dirs-sys-next v0.1.2 |
1664 | 2023-11-07T05:17:53.028Z | Compiling proc-macro-error v1.0.4 |
1665 | 2023-11-07T05:18:01.991Z | Compiling dirs-next v2.0.0 |
1666 | 2023-11-07T05:18:03.675Z | Compiling num_enum_derive v0.5.11 |
1667 | 2023-11-07T05:18:06.626Z | Compiling darling v0.20.3 |
1668 | 2023-11-07T05:18:09.342Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1669 | 2023-11-07T05:18:16.372Z | Compiling getopts v0.2.21 |
1670 | 2023-11-07T05:18:17.798Z | Compiling structmeta-derive v0.2.0 |
1671 | 2023-11-07T05:18:18.404Z | Compiling thread_local v1.1.7 |
1672 | 2023-11-07T05:18:19.708Z | Compiling multer v2.1.0 |
1673 | 2023-11-07T05:18:20.536Z | Compiling paste v1.0.14 |
1674 | 2023-11-07T05:18:20.631Z | Compiling match_cfg v0.1.0 |
1675 | 2023-11-07T05:18:20.938Z | Compiling slog-async v2.8.0 |
1676 | 2023-11-07T05:18:21.205Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1677 | 2023-11-07T05:18:22.489Z | Compiling camino v1.1.6 |
1678 | 2023-11-07T05:18:31.307Z | Compiling unsafe-libyaml v0.2.9 |
1679 | 2023-11-07T05:18:32.656Z | Compiling serde_yaml v0.9.25 |
1680 | 2023-11-07T05:18:42.153Z | Compiling structmeta v0.2.0 |
1681 | 2023-11-07T05:19:00.500Z | Compiling hostname v0.3.1 |
1682 | 2023-11-07T05:19:02.537Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1683 | 2023-11-07T05:19:02.719Z | Compiling num_enum v0.5.11 |
1684 | 2023-11-07T05:19:02.929Z | Compiling serde_with_macros v2.3.3 |
1685 | 2023-11-07T05:19:03.020Z | Compiling term v0.7.0 |
1686 | 2023-11-07T05:19:03.117Z | Compiling slog-json v2.6.1 |
1687 | 2023-11-07T05:19:03.314Z | Compiling crossbeam-channel v0.5.8 |
1688 | 2023-11-07T05:19:03.447Z | Compiling strum v0.25.0 |
1689 | 2023-11-07T05:19:03.562Z | Compiling async-stream-impl v0.3.5 |
1690 | 2023-11-07T05:19:04.281Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1691 | 2023-11-07T05:19:04.410Z | Compiling take_mut v0.2.2 |
1692 | 2023-11-07T05:19:04.583Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1693 | 2023-11-07T05:19:04.616Z | Compiling atomic-waker v1.1.1 |
1694 | 2023-11-07T05:19:04.740Z | Compiling postcard-cobs v0.1.5-pre |
1695 | 2023-11-07T05:19:04.834Z | Compiling regex-syntax v0.7.5 |
1696 | 2023-11-07T05:19:04.876Z | Compiling postcard v0.7.3 |
1697 | 2023-11-07T05:19:04.934Z | Compiling async-stream v0.3.5 |
1698 | 2023-11-07T05:19:05.018Z | Compiling waitgroup v0.1.2 |
1699 | 2023-11-07T05:19:05.041Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1700 | 2023-11-07T05:19:05.083Z | Compiling slog-bunyan v2.4.0 |
1701 | 2023-11-07T05:19:05.604Z | Compiling slog-term v2.9.0 |
1702 | 2023-11-07T05:19:06.481Z | Compiling serde_with v2.3.3 |
1703 | 2023-11-07T05:19:10.714Z | Compiling parse-display-derive v0.8.2 |
1704 | 2023-11-07T05:19:14.521Z | Compiling toml_edit v0.20.7 |
1705 | 2023-11-07T05:19:14.666Z | Compiling smoltcp v0.8.2 |
1706 | 2023-11-07T05:19:16.866Z | Compiling sha1 v0.10.5 |
1707 | 2023-11-07T05:19:16.966Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1708 | 2023-11-07T05:19:18.422Z | Compiling serde_path_to_error v0.1.14 |
1709 | 2023-11-07T05:19:20.136Z | Compiling foreign-types-macros v0.2.3 |
1710 | 2023-11-07T05:19:20.177Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1711 | 2023-11-07T05:19:20.630Z | Compiling instant v0.1.12 |
1712 | 2023-11-07T05:19:20.870Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1713 | 2023-11-07T05:19:21.210Z | Compiling cfg-if v0.1.10 |
1714 | 2023-11-07T05:19:21.686Z | Compiling debug-ignore v1.0.5 |
1715 | 2023-11-07T05:19:21.699Z | Compiling foreign-types-shared v0.3.1 |
1716 | 2023-11-07T05:19:21.765Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2023-11-07T05:19:22.024Z | Compiling foreign-types v0.5.0 |
1718 | 2023-11-07T05:19:22.489Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1719 | 2023-11-07T05:19:22.507Z | Compiling backoff v0.4.0 |
1720 | 2023-11-07T05:19:22.518Z | Compiling toml v0.8.6 |
1721 | 2023-11-07T05:19:22.748Z | Compiling parse-display v0.8.2 |
1722 | 2023-11-07T05:19:23.695Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1723 | 2023-11-07T05:19:23.945Z | Compiling is-terminal v0.4.9 |
1724 | 2023-11-07T05:19:24.146Z | Compiling macaddr v1.0.1 |
1725 | 2023-11-07T05:19:25.352Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1726 | 2023-11-07T05:19:26.652Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1727 | 2023-11-07T05:19:27.889Z | Compiling cstr-argument v0.1.2 |
1728 | 2023-11-07T05:19:28.236Z | Compiling pretty-hex v0.2.1 |
1729 | 2023-11-07T05:19:28.364Z | Compiling base64ct v1.6.0 |
1730 | 2023-11-07T05:19:28.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1731 | 2023-11-07T05:19:29.054Z | Compiling crucible-workspace-hack v0.1.0 |
1732 | 2023-11-07T05:19:29.322Z | Compiling password-hash v0.5.0 |
1733 | 2023-11-07T05:19:29.568Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1734 | 2023-11-07T05:19:29.601Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1735 | 2023-11-07T05:19:30.848Z | Compiling colored v2.0.4 |
1736 | 2023-11-07T05:19:31.012Z | Compiling textwrap v0.11.0 |
1737 | 2023-11-07T05:19:31.375Z | Compiling heck v0.3.3 |
1738 | 2023-11-07T05:19:31.949Z | Compiling blake2 v0.10.6 |
1739 | 2023-11-07T05:19:32.758Z | Compiling rayon-core v1.12.0 |
1740 | 2023-11-07T05:19:33.012Z | Compiling libefi-sys v0.1.0 |
1741 | 2023-11-07T05:19:33.193Z | Compiling ansi_term v0.12.1 |
1742 | 2023-11-07T05:19:33.447Z | Compiling vec_map v0.8.2 |
1743 | 2023-11-07T05:19:33.476Z | Compiling strsim v0.8.0 |
1744 | 2023-11-07T05:19:33.919Z | Compiling clap v2.34.0 |
1745 | 2023-11-07T05:19:34.759Z | Compiling argon2 v0.5.2 |
1746 | 2023-11-07T05:19:34.769Z | Compiling structopt-derive v0.4.18 |
1747 | 2023-11-07T05:19:35.821Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1748 | 2023-11-07T05:19:39.089Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1749 | 2023-11-07T05:19:39.097Z | Compiling zone_cfg_derive v0.3.0 |
1750 | 2023-11-07T05:19:39.811Z | Compiling crossbeam-deque v0.8.3 |
1751 | 2023-11-07T05:19:40.277Z | Compiling num-derive v0.4.0 |
1752 | 2023-11-07T05:19:40.435Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1753 | 2023-11-07T05:19:41.017Z | Compiling portable-atomic v1.4.3 |
1754 | 2023-11-07T05:19:41.339Z | Compiling keccak v0.1.4 |
1755 | 2023-11-07T05:19:42.467Z | Compiling sha3 v0.10.8 |
1756 | 2023-11-07T05:19:42.972Z | Compiling zone v0.3.0 |
1757 | 2023-11-07T05:19:43.923Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1758 | 2023-11-07T05:19:46.888Z | Compiling structopt v0.3.26 |
1759 | 2023-11-07T05:19:47.138Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1760 | 2023-11-07T05:19:47.968Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1761 | 2023-11-07T05:19:50.065Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1762 | 2023-11-07T05:19:50.402Z | Compiling hkdf v0.12.3 |
1763 | 2023-11-07T05:19:50.735Z | Compiling smf v0.2.2 |
1764 | 2023-11-07T05:19:50.793Z | Compiling secrecy v0.8.0 |
1765 | 2023-11-07T05:19:51.195Z | Compiling xattr v1.0.1 |
1766 | 2023-11-07T05:19:52.047Z | Compiling filetime v0.2.22 |
1767 | 2023-11-07T05:19:52.063Z | Compiling same-file v1.0.6 |
1768 | 2023-11-07T05:19:52.125Z | Compiling fastrand v2.0.0 |
1769 | 2023-11-07T05:19:52.391Z | Compiling walkdir v2.4.0 |
1770 | 2023-11-07T05:19:52.461Z | Compiling tar v0.4.40 |
1771 | 2023-11-07T05:19:53.191Z | Compiling tempfile v3.8.0 |
1772 | 2023-11-07T05:19:55.434Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1773 | 2023-11-07T05:19:55.652Z | Compiling rayon v1.8.0 |
1774 | 2023-11-07T05:19:56.481Z | Compiling number_prefix v0.4.0 |
1775 | 2023-11-07T05:19:56.866Z | Compiling topological-sort v0.2.2 |
1776 | 2023-11-07T05:19:57.228Z | Compiling swrite v0.1.0 |
1777 | 2023-11-07T05:20:03.630Z | Compiling indicatif v0.17.7 |
1778 | 2023-11-07T05:20:05.105Z | Compiling bzip2 v0.4.4 |
1779 | 2023-11-07T05:20:05.620Z | Compiling zip v0.6.6 |
1780 | 2023-11-07T05:20:12.322Z | Compiling rustls-webpki v0.101.7 |
1781 | 2023-11-07T05:20:18.301Z | Compiling tokio-rustls v0.24.1 |
1782 | 2023-11-07T05:20:18.708Z | Compiling hyper-rustls v0.24.2 |
1783 | 2023-11-07T05:20:19.233Z | Compiling reqwest v0.11.20 |
1784 | 2023-11-07T05:20:22.286Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1785 | 2023-11-07T05:20:22.898Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1786 | 2023-11-07T05:20:23.204Z | Compiling omicron-zone-package v0.8.3 |
1787 | 2023-11-07T05:20:35.979Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1788 | 2023-11-07T05:20:36.758Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1789 | 2023-11-07T05:20:36.781Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1790 | 2023-11-07T05:20:37.701Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1791 | 2023-11-07T05:20:51.386Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1792 | 2023-11-07T05:20:51.400Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1793 | 2023-11-07T05:20:51.410Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1794 | 2023-11-07T05:21:13.210Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1795 | 2023-11-07T05:21:23.716Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1796 | 2023-11-07T05:21:42.048Z | Finished release [optimized] target(s) in 8m 02s |
1797 | 2023-11-07T05:21:42.313Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1798 | 2023-11-07T05:21:42.758Z | Created new build target 'test' and set it as active |
1799 | 2023-11-07T05:21:43.359Z | |
1800 | 2023-11-07T05:21:43.672Z | real 8:03.242673188 |
1801 | 2023-11-07T05:21:43.703Z | user 50:55.730290909 |
1802 | 2023-11-07T05:21:43.715Z | sys 4:41.979824626 |
1803 | 2023-11-07T05:21:44.178Z | trap 2.026103074 |
1804 | 2023-11-07T05:21:44.200Z | tflt 3.667641595 |
1805 | 2023-11-07T05:21:44.212Z | dflt 4.784547534 |
1806 | 2023-11-07T05:21:44.217Z | kflt 0.058306041 |
1807 | 2023-11-07T05:21:44.224Z | lock 1:47:29.104805295 |
1808 | 2023-11-07T05:21:44.241Z | slp 3:18:13.213007496 |
1809 | 2023-11-07T05:21:44.278Z | lat 2:15.202050202 |
1810 | 2023-11-07T05:21:44.363Z | stop 4:44.681698937 |
1811 | 2023-11-07T05:21:44.368Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1812 | 2023-11-07T05:21:44.371Z | Finished release [optimized] target(s) in 1.07s |
1813 | 2023-11-07T05:21:44.389Z | Running `target/release/omicron-package -t test package` |
1814 | 2023-11-07T05:21:44.393Z | Nov 07 05:21:43.628 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1815 | 2023-11-07T05:21:44.828Z | Compiling serde_json v1.0.108 |
1816 | 2023-11-07T05:21:45.280Z | Compiling linked-hash-map v0.5.6 |
1817 | 2023-11-07T05:21:45.723Z | Compiling slog-dtrace v0.2.3 |
1818 | 2023-11-07T05:21:45.737Z | Compiling quick-error v1.2.3 |
1819 | 2023-11-07T05:21:45.756Z | Compiling same-file v1.0.6 |
1820 | 2023-11-07T05:21:45.784Z | Compiling semver-parser v0.10.2 |
1821 | 2023-11-07T05:21:45.795Z | Compiling fastrand v2.0.0 |
1822 | 2023-11-07T05:21:45.818Z | Compiling termcolor v1.2.0 |
1823 | 2023-11-07T05:21:45.866Z | Compiling resolv-conf v0.7.0 |
1824 | 2023-11-07T05:21:45.874Z | Compiling walkdir v2.4.0 |
1825 | 2023-11-07T05:21:45.891Z | Compiling lru-cache v0.1.2 |
1826 | 2023-11-07T05:21:45.910Z | Compiling filetime v0.2.22 |
1827 | 2023-11-07T05:21:45.919Z | Compiling trust-dns-resolver v0.22.0 |
1828 | 2023-11-07T05:21:45.936Z | Compiling tempfile v3.8.0 |
1829 | 2023-11-07T05:21:45.979Z | Compiling xattr v1.0.1 |
1830 | 2023-11-07T05:21:46.600Z | Compiling semver v0.11.0 |
1831 | 2023-11-07T05:21:46.638Z | Compiling memoffset v0.7.1 |
1832 | 2023-11-07T05:21:46.690Z | Compiling base64 v0.13.1 |
1833 | 2023-11-07T05:21:46.867Z | Compiling home v0.5.5 |
1834 | 2023-11-07T05:21:47.081Z | Compiling toolchain_find v0.2.0 |
1835 | 2023-11-07T05:21:47.259Z | Compiling tar v0.4.40 |
1836 | 2023-11-07T05:21:47.389Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1837 | 2023-11-07T05:21:47.842Z | Compiling toml_edit v0.20.7 |
1838 | 2023-11-07T05:21:47.935Z | Compiling toml v0.5.11 |
1839 | 2023-11-07T05:21:48.046Z | Compiling libz-sys v1.1.12 |
1840 | 2023-11-07T05:21:48.097Z | Compiling schemars v0.8.13 |
1841 | 2023-11-07T05:21:48.264Z | Compiling usdt-impl v0.3.5 |
1842 | 2023-11-07T05:21:58.987Z | Compiling openapiv3 v1.0.3 |
1843 | 2023-11-07T05:21:59.058Z | Compiling reqwest v0.11.20 |
1844 | 2023-11-07T05:21:59.647Z | Compiling ipnetwork v0.20.0 |
1845 | 2023-11-07T05:22:00.476Z | Compiling usdt v0.3.5 |
1846 | 2023-11-07T05:22:01.172Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1847 | 2023-11-07T05:22:01.329Z | Compiling postgres-types v0.2.6 |
1848 | 2023-11-07T05:22:01.749Z | Compiling tokio-postgres v0.7.10 |
1849 | 2023-11-07T05:22:03.316Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1850 | 2023-11-07T05:22:03.491Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1851 | 2023-11-07T05:22:03.744Z | Compiling slog-json v2.6.1 |
1852 | 2023-11-07T05:22:04.546Z | Compiling slog-bunyan v2.4.0 |
1853 | 2023-11-07T05:22:04.926Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1854 | 2023-11-07T05:22:05.741Z | Compiling diesel v2.1.3 |
1855 | 2023-11-07T05:22:08.180Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1856 | 2023-11-07T05:22:08.270Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1857 | 2023-11-07T05:22:14.445Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1858 | 2023-11-07T05:22:14.759Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1859 | 2023-11-07T05:22:20.881Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1860 | 2023-11-07T05:22:36.083Z | Compiling toml v0.8.6 |
1861 | 2023-11-07T05:22:36.319Z | Compiling rustfmt-wrapper v0.2.0 |
1862 | 2023-11-07T05:22:36.419Z | Compiling omicron-zone-package v0.8.3 |
1863 | 2023-11-07T05:22:36.519Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1864 | 2023-11-07T05:22:36.551Z | Compiling cancel-safe-futures v0.1.5 |
1865 | 2023-11-07T05:22:36.681Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1866 | 2023-11-07T05:22:36.736Z | Compiling structmeta-derive v0.1.6 |
1867 | 2023-11-07T05:22:36.787Z | Compiling num-rational v0.4.1 |
1868 | 2023-11-07T05:22:36.809Z | Compiling utf-8 v0.7.6 |
1869 | 2023-11-07T05:22:36.852Z | Compiling structmeta v0.1.6 |
1870 | 2023-11-07T05:22:36.876Z | Compiling pem-rfc7468 v0.7.0 |
1871 | 2023-11-07T05:22:36.884Z | Compiling der_derive v0.7.2 |
1872 | 2023-11-07T05:22:36.904Z | Compiling flagset v0.4.3 |
1873 | 2023-11-07T05:22:36.912Z | Compiling parse-display-derive v0.7.0 |
1874 | 2023-11-07T05:22:36.943Z | Compiling der v0.7.8 |
1875 | 2023-11-07T05:22:45.846Z | Compiling vergen v8.2.4 |
1876 | 2023-11-07T05:22:47.131Z | Compiling fxhash v0.2.1 |
1877 | 2023-11-07T05:22:47.763Z | Compiling num-complex v0.4.4 |
1878 | 2023-11-07T05:22:48.616Z | Compiling unicase v2.7.0 |
1879 | 2023-11-07T05:22:48.763Z | Compiling semver v0.1.20 |
1880 | 2023-11-07T05:22:48.956Z | Compiling num v0.4.1 |
1881 | 2023-11-07T05:22:48.962Z | Compiling rustc_version v0.1.7 |
1882 | 2023-11-07T05:22:48.989Z | Compiling parse-display v0.7.0 |
1883 | 2023-11-07T05:22:49.003Z | Compiling spki v0.7.2 |
1884 | 2023-11-07T05:22:49.320Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1885 | 2023-11-07T05:22:49.756Z | Compiling universal-hash v0.5.1 |
1886 | 2023-11-07T05:22:50.095Z | Compiling libsqlite3-sys v0.26.0 |
1887 | 2023-11-07T05:22:50.233Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1888 | 2023-11-07T05:22:50.727Z | Compiling arc-swap v1.6.0 |
1889 | 2023-11-07T05:22:50.763Z | Compiling half v1.8.2 |
1890 | 2023-11-07T05:22:51.270Z | Compiling opaque-debug v0.3.0 |
1891 | 2023-11-07T05:22:51.398Z | Compiling ciborium-io v0.2.1 |
1892 | 2023-11-07T05:22:51.574Z | Compiling maybe-uninit v2.0.0 |
1893 | 2023-11-07T05:22:51.937Z | Compiling ciborium-ll v0.2.1 |
1894 | 2023-11-07T05:22:52.318Z | Compiling slog-scope v4.4.0 |
1895 | 2023-11-07T05:22:52.487Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1896 | 2023-11-07T05:22:52.744Z | Compiling newtype_derive v0.1.6 |
1897 | 2023-11-07T05:22:52.795Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1898 | 2023-11-07T05:22:53.185Z | Compiling num-bigint-dig v0.8.4 |
1899 | 2023-11-07T05:22:53.603Z | Compiling signal-hook v0.3.17 |
1900 | 2023-11-07T05:22:53.763Z | Compiling parking_lot_core v0.8.6 |
1901 | 2023-11-07T05:22:54.026Z | Compiling packed_struct v0.10.1 |
1902 | 2023-11-07T05:22:54.364Z | Compiling crc-catalog v2.2.0 |
1903 | 2023-11-07T05:22:54.571Z | Compiling crc v3.0.1 |
1904 | 2023-11-07T05:22:55.700Z | Compiling slog-stdlog v4.1.1 |
1905 | 2023-11-07T05:22:56.852Z | Compiling ciborium v0.2.1 |
1906 | 2023-11-07T05:22:57.399Z | Compiling pkcs8 v0.10.2 |
1907 | 2023-11-07T05:22:59.117Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1908 | 2023-11-07T05:23:00.273Z | Compiling hashlink v0.8.3 |
1909 | 2023-11-07T05:23:00.520Z | Compiling aead v0.5.2 |
1910 | 2023-11-07T05:23:00.999Z | Compiling nibble_vec v0.1.0 |
1911 | 2023-11-07T05:23:01.079Z | Compiling packed_struct_codegen v0.10.1 |
1912 | 2023-11-07T05:23:01.227Z | Compiling dirs-sys-next v0.1.2 |
1913 | 2023-11-07T05:23:01.312Z | Compiling endian-type v0.1.2 |
1914 | 2023-11-07T05:23:01.427Z | Compiling crunchy v0.2.2 |
1915 | 2023-11-07T05:23:01.643Z | Compiling doc-comment v0.3.3 |
1916 | 2023-11-07T05:23:01.968Z | Compiling glob v0.3.1 |
1917 | 2023-11-07T05:23:02.110Z | Compiling humantime v2.1.0 |
1918 | 2023-11-07T05:23:02.362Z | Compiling nodrop v0.1.14 |
1919 | 2023-11-07T05:23:02.374Z | Compiling fallible-streaming-iterator v0.1.9 |
1920 | 2023-11-07T05:23:02.566Z | Compiling array-init v0.0.4 |
1921 | 2023-11-07T05:23:02.803Z | Compiling rusqlite v0.29.0 |
1922 | 2023-11-07T05:23:03.294Z | Compiling clang-sys v1.6.1 |
1923 | 2023-11-07T05:23:03.693Z | Compiling radix_trie v0.2.1 |
1924 | 2023-11-07T05:23:04.381Z | Compiling dirs-next v2.0.0 |
1925 | 2023-11-07T05:23:04.633Z | Compiling pkcs1 v0.7.5 |
1926 | 2023-11-07T05:23:05.126Z | Compiling smallvec v0.6.14 |
1927 | 2023-11-07T05:23:05.131Z | Compiling slog-envlogger v2.2.0 |
1928 | 2023-11-07T05:23:10.999Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1929 | 2023-11-07T05:23:12.349Z | Compiling nix v0.26.2 |
1930 | 2023-11-07T05:23:12.913Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1931 | 2023-11-07T05:23:13.738Z | Compiling num_enum_derive v0.7.0 |
1932 | 2023-11-07T05:23:13.860Z | Compiling twox-hash v1.6.3 |
1933 | 2023-11-07T05:23:15.567Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1934 | 2023-11-07T05:23:17.391Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1935 | 2023-11-07T05:23:17.398Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1936 | 2023-11-07T05:23:17.833Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1937 | 2023-11-07T05:23:18.803Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1938 | 2023-11-07T05:23:24.921Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1939 | 2023-11-07T05:23:26.118Z | Compiling tiny-keccak v2.0.2 |
1940 | 2023-11-07T05:23:26.643Z | Compiling bitfield v0.14.0 |
1941 | 2023-11-07T05:23:40.071Z | Compiling platforms v3.0.2 |
1942 | 2023-11-07T05:23:40.202Z | Compiling prettyplease v0.2.12 |
1943 | 2023-11-07T05:23:40.278Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1944 | 2023-11-07T05:23:40.360Z | Compiling num_enum v0.7.0 |
1945 | 2023-11-07T05:23:40.530Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1946 | 2023-11-07T05:23:40.982Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-11-07T05:23:41.144Z | Compiling parking_lot v0.11.2 |
1948 | 2023-11-07T05:23:41.175Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1949 | 2023-11-07T05:23:41.194Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1950 | 2023-11-07T05:23:41.204Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1951 | 2023-11-07T05:23:41.214Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1952 | 2023-11-07T05:23:46.953Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1953 | 2023-11-07T05:23:54.913Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1954 | 2023-11-07T05:24:09.177Z | Compiling rsa v0.9.2 |
1955 | 2023-11-07T05:24:09.200Z | Compiling steno v0.4.0 |
1956 | 2023-11-07T05:24:11.032Z | Compiling serde-hex v0.1.0 |
1957 | 2023-11-07T05:24:12.167Z | Compiling mime_guess v2.0.4 |
1958 | 2023-11-07T05:24:13.987Z | Compiling term v0.7.0 |
1959 | 2023-11-07T05:24:16.115Z | Compiling trust-dns-client v0.22.0 |
1960 | 2023-11-07T05:24:18.231Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1961 | 2023-11-07T05:24:18.748Z | Compiling polyval v0.6.1 |
1962 | 2023-11-07T05:24:19.542Z | Compiling x509-cert v0.2.4 |
1963 | 2023-11-07T05:24:20.415Z | Compiling tungstenite v0.20.1 |
1964 | 2023-11-07T05:24:23.704Z | Compiling env_logger v0.10.0 |
1965 | 2023-11-07T05:24:29.779Z | Compiling aes v0.8.3 |
1966 | 2023-11-07T05:24:30.011Z | Compiling ctr v0.9.2 |
1967 | 2023-11-07T05:24:30.579Z | Compiling darling_core v0.14.4 |
1968 | 2023-11-07T05:24:34.162Z | Compiling ron v0.8.1 |
1969 | 2023-11-07T05:24:34.207Z | Compiling snafu-derive v0.7.5 |
1970 | 2023-11-07T05:24:36.084Z | Compiling bincode v1.3.3 |
1971 | 2023-11-07T05:24:38.811Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1972 | 2023-11-07T05:24:39.187Z | Compiling erased-serde v0.3.30 |
1973 | 2023-11-07T05:24:39.264Z | Compiling convert_case v0.4.0 |
1974 | 2023-11-07T05:24:39.866Z | Compiling crc-any v2.4.3 |
1975 | 2023-11-07T05:24:40.543Z | Compiling minimal-lexical v0.2.1 |
1976 | 2023-11-07T05:24:41.334Z | Compiling nom v7.1.3 |
1977 | 2023-11-07T05:24:41.370Z | Compiling trust-dns-server v0.22.1 |
1978 | 2023-11-07T05:24:41.464Z | Compiling derive_more v0.99.17 |
1979 | 2023-11-07T05:24:42.222Z | Compiling snafu v0.7.5 |
1980 | 2023-11-07T05:24:44.218Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1981 | 2023-11-07T05:24:45.101Z | Compiling darling_macro v0.14.4 |
1982 | 2023-11-07T05:24:46.565Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1983 | 2023-11-07T05:24:47.665Z | Compiling aes-gcm-siv v0.11.1 |
1984 | 2023-11-07T05:24:48.125Z | Compiling tokio-tungstenite v0.20.1 |
1985 | 2023-11-07T05:24:49.831Z | Compiling ascii-canvas v3.0.0 |
1986 | 2023-11-07T05:24:50.307Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1987 | 2023-11-07T05:24:51.331Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1988 | 2023-11-07T05:24:53.446Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1989 | 2023-11-07T05:24:54.972Z | Compiling sled v0.34.7 |
1990 | 2023-11-07T05:25:01.484Z | Compiling env_logger v0.9.3 |
1991 | 2023-11-07T05:25:09.012Z | Compiling tungstenite v0.18.0 |
1992 | 2023-11-07T05:25:12.009Z | Compiling object v0.30.4 |
1993 | 2023-11-07T05:25:14.793Z | Compiling is-terminal v0.4.9 |
1994 | 2023-11-07T05:25:14.819Z | Compiling ena v0.14.2 |
1995 | 2023-11-07T05:25:15.407Z | Compiling bitstruct_derive v0.1.0 |
1996 | 2023-11-07T05:25:17.361Z | Compiling derive-where v1.2.5 |
1997 | 2023-11-07T05:25:18.457Z | Compiling async-recursion v1.0.5 |
1998 | 2023-11-07T05:25:18.745Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1999 | 2023-11-07T05:25:18.926Z | Compiling libloading v0.7.4 |
2000 | 2023-11-07T05:25:19.451Z | Compiling diff v0.1.13 |
2001 | 2023-11-07T05:25:20.018Z | Compiling pretty-hex v0.3.0 |
2002 | 2023-11-07T05:25:20.338Z | Compiling ringbuffer v0.15.0 |
2003 | 2023-11-07T05:25:20.359Z | Compiling bindgen v0.65.1 |
2004 | 2023-11-07T05:25:21.026Z | Compiling path-slash v0.1.5 |
2005 | 2023-11-07T05:25:21.337Z | Compiling ascii v1.1.0 |
2006 | 2023-11-07T05:25:21.806Z | Compiling linear-map v1.2.0 |
2007 | 2023-11-07T05:25:21.993Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2008 | 2023-11-07T05:25:22.542Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2009 | 2023-11-07T05:25:22.653Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2010 | 2023-11-07T05:25:26.117Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2011 | 2023-11-07T05:25:26.286Z | Compiling lalrpop v0.19.12 |
2012 | 2023-11-07T05:25:38.103Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2013 | 2023-11-07T05:25:38.464Z | Compiling bitstruct v0.1.1 |
2014 | 2023-11-07T05:25:38.881Z | Compiling tokio-tungstenite v0.18.0 |
2015 | 2023-11-07T05:25:39.475Z | Compiling curve25519-dalek v4.1.0 |
2016 | 2023-11-07T05:25:43.084Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2017 | 2023-11-07T05:25:45.362Z | Compiling cexpr v0.6.0 |
2018 | 2023-11-07T05:25:47.783Z | Compiling darling v0.14.4 |
2019 | 2023-11-07T05:25:52.356Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2020 | 2023-11-07T05:25:53.681Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2021 | 2023-11-07T05:25:54.997Z | Compiling which v4.4.0 |
2022 | 2023-11-07T05:25:55.538Z | Compiling ff v0.13.0 |
2023 | 2023-11-07T05:25:55.819Z | Compiling path-dedot v3.1.0 |
2024 | 2023-11-07T05:25:55.901Z | Compiling serde_arrays v0.1.0 |
2025 | 2023-11-07T05:25:56.146Z | Compiling shlex v1.1.0 |
2026 | 2023-11-07T05:25:56.161Z | Compiling lazycell v1.3.0 |
2027 | 2023-11-07T05:25:56.398Z | Compiling peeking_take_while v0.1.2 |
2028 | 2023-11-07T05:25:56.506Z | Compiling display-error-chain v0.2.0 |
2029 | 2023-11-07T05:25:56.588Z | Compiling rustc-hash v1.1.0 |
2030 | 2023-11-07T05:25:56.997Z | Compiling path-absolutize v3.1.0 |
2031 | 2023-11-07T05:25:57.001Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2032 | 2023-11-07T05:25:57.005Z | Compiling group v0.13.0 |
2033 | 2023-11-07T05:25:57.128Z | Compiling derive_builder_core v0.12.0 |
2034 | 2023-11-07T05:25:58.472Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2035 | 2023-11-07T05:26:00.750Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2036 | 2023-11-07T05:26:02.005Z | Compiling olpc-cjson v0.1.3 |
2037 | 2023-11-07T05:26:02.865Z | Compiling pem v1.1.1 |
2038 | 2023-11-07T05:26:05.326Z | Compiling camino-tempfile v1.0.2 |
2039 | 2023-11-07T05:26:06.587Z | Compiling globset v0.4.13 |
2040 | 2023-11-07T05:26:06.592Z | Compiling crypto-bigint v0.5.2 |
2041 | 2023-11-07T05:26:08.117Z | Compiling serde_plain v1.0.2 |
2042 | 2023-11-07T05:26:09.006Z | Compiling curve25519-dalek-derive v0.1.0 |
2043 | 2023-11-07T05:26:11.228Z | Compiling libxml v0.3.3 |
2044 | 2023-11-07T05:26:11.731Z | Compiling thiserror-impl-no-std v2.0.2 |
2045 | 2023-11-07T05:26:12.168Z | Compiling buf-list v1.0.3 |
2046 | 2023-11-07T05:26:12.974Z | Compiling ref-cast v1.0.20 |
2047 | 2023-11-07T05:26:13.488Z | Compiling polar-core v0.27.0 |
2048 | 2023-11-07T05:26:13.615Z | Compiling base16ct v0.2.0 |
2049 | 2023-11-07T05:26:14.166Z | Compiling elliptic-curve v0.13.5 |
2050 | 2023-11-07T05:26:24.924Z | Compiling thiserror-no-std v2.0.2 |
2051 | 2023-11-07T05:26:25.243Z | Compiling tough v0.14.0 |
2052 | 2023-11-07T05:26:25.331Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2053 | 2023-11-07T05:26:25.444Z | Compiling derive_builder_macro v0.12.0 |
2054 | 2023-11-07T05:26:25.470Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2055 | 2023-11-07T05:26:25.496Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2056 | 2023-11-07T05:26:28.072Z | Compiling poly1305 v0.8.0 |
2057 | 2023-11-07T05:26:29.789Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2058 | 2023-11-07T05:26:30.237Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2059 | 2023-11-07T05:26:30.631Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2060 | 2023-11-07T05:26:30.667Z | Compiling chacha20 v0.9.1 |
2061 | 2023-11-07T05:26:31.651Z | Compiling strum_macros v0.24.3 |
2062 | 2023-11-07T05:26:31.716Z | Compiling bcs v0.1.6 |
2063 | 2023-11-07T05:26:33.124Z | Compiling const_format_proc_macros v0.2.31 |
2064 | 2023-11-07T05:26:35.798Z | Compiling ref-cast-impl v1.0.20 |
2065 | 2023-11-07T05:26:36.351Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2066 | 2023-11-07T05:26:36.418Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2067 | 2023-11-07T05:26:37.206Z | Compiling cookie v0.16.2 |
2068 | 2023-11-07T05:26:37.212Z | Compiling salty v0.2.0 |
2069 | 2023-11-07T05:26:37.219Z | Compiling highway v1.1.0 |
2070 | 2023-11-07T05:26:37.233Z | Compiling indoc v1.0.9 |
2071 | 2023-11-07T05:26:37.478Z | Compiling signature v1.6.4 |
2072 | 2023-11-07T05:26:37.703Z | Compiling ed25519 v1.5.3 |
2073 | 2023-11-07T05:26:38.144Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2074 | 2023-11-07T05:26:38.420Z | Compiling const_format v0.2.31 |
2075 | 2023-11-07T05:26:39.559Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2076 | 2023-11-07T05:26:40.285Z | Compiling chacha20poly1305 v0.10.1 |
2077 | 2023-11-07T05:26:40.632Z | Compiling derive_builder v0.12.0 |
2078 | 2023-11-07T05:26:42.107Z | Compiling vsss-rs v3.3.1 |
2079 | 2023-11-07T05:26:51.483Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2080 | 2023-11-07T05:26:51.719Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2081 | 2023-11-07T05:26:57.879Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2082 | 2023-11-07T05:27:00.506Z | Compiling signal-hook-mio v0.2.3 |
2083 | 2023-11-07T05:27:00.764Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2084 | 2023-11-07T05:27:01.302Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2085 | 2023-11-07T05:27:01.579Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2086 | 2023-11-07T05:27:02.010Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2087 | 2023-11-07T05:27:12.498Z | Compiling ron v0.7.1 |
2088 | 2023-11-07T05:27:15.132Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2089 | 2023-11-07T05:27:15.555Z | Compiling headers-core v0.2.0 |
2090 | 2023-11-07T05:27:15.805Z | Compiling bb8 v0.8.1 |
2091 | 2023-11-07T05:27:16.668Z | Compiling quick-xml v0.23.1 |
2092 | 2023-11-07T05:27:20.161Z | Compiling serde-big-array v0.5.1 |
2093 | 2023-11-07T05:27:20.500Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2094 | 2023-11-07T05:27:21.748Z | Compiling oso-derive v0.27.0 |
2095 | 2023-11-07T05:27:21.990Z | Compiling impl-trait-for-tuples v0.2.2 |
2096 | 2023-11-07T05:27:22.151Z | Compiling http-range v0.1.5 |
2097 | 2023-11-07T05:27:23.044Z | Compiling maplit v1.0.2 |
2098 | 2023-11-07T05:27:23.214Z | Compiling bit_field v0.10.2 |
2099 | 2023-11-07T05:27:23.270Z | Compiling hyper-staticfile v0.9.5 |
2100 | 2023-11-07T05:27:23.625Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2101 | 2023-11-07T05:27:28.845Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2102 | 2023-11-07T05:27:29.838Z | Compiling headers v0.3.9 |
2103 | 2023-11-07T05:27:37.140Z | Compiling crossterm v0.27.0 |
2104 | 2023-11-07T05:27:37.713Z | Compiling oso v0.27.0 |
2105 | 2023-11-07T05:27:54.139Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2106 | 2023-11-07T05:27:56.669Z | Compiling signal-hook-tokio v0.3.1 |
2107 | 2023-11-07T05:27:56.945Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2108 | 2023-11-07T05:27:57.012Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2109 | 2023-11-07T05:27:57.363Z | Compiling serde-big-array v0.4.1 |
2110 | 2023-11-07T05:27:57.686Z | Compiling indoc v2.0.3 |
2111 | 2023-11-07T05:27:59.160Z | Compiling cassowary v0.3.0 |
2112 | 2023-11-07T05:27:59.192Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2113 | 2023-11-07T05:28:01.804Z | Compiling ratatui v0.23.0 |
2114 | 2023-11-07T05:28:01.983Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2115 | 2023-11-07T05:28:09.506Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2116 | 2023-11-07T05:28:11.282Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2117 | 2023-11-07T05:28:11.820Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2118 | 2023-11-07T05:28:15.826Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2119 | 2023-11-07T05:28:17.893Z | Compiling fatfs v0.3.6 |
2120 | 2023-11-07T05:28:20.140Z | Compiling bytesize v1.3.0 |
2121 | 2023-11-07T05:28:21.080Z | Compiling nanorand v0.7.0 |
2122 | 2023-11-07T05:28:22.285Z | Compiling rtoolbox v0.0.1 |
2123 | 2023-11-07T05:28:22.963Z | Compiling smawk v0.3.1 |
2124 | 2023-11-07T05:28:23.287Z | Compiling unicode-linebreak v0.1.5 |
2125 | 2023-11-07T05:28:23.474Z | Compiling corncobs v0.1.3 |
2126 | 2023-11-07T05:28:24.115Z | Compiling fs-err v2.9.0 |
2127 | 2023-11-07T05:28:24.202Z | Compiling assert_matches v1.5.0 |
2128 | 2023-11-07T05:28:24.337Z | Compiling textwrap v0.16.0 |
2129 | 2023-11-07T05:28:25.422Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2130 | 2023-11-07T05:28:25.905Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2131 | 2023-11-07T05:28:26.828Z | Compiling rpassword v7.2.0 |
2132 | 2023-11-07T05:28:27.193Z | Compiling flume v0.11.0 |
2133 | 2023-11-07T05:28:27.498Z | Compiling tui-tree-widget v0.13.0 |
2134 | 2023-11-07T05:28:28.859Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2135 | 2023-11-07T05:28:30.729Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2136 | 2023-11-07T05:28:30.900Z | Compiling owo-colors v3.5.0 |
2137 | 2023-11-07T05:28:36.389Z | Compiling shell-words v1.1.0 |
2138 | 2023-11-07T05:28:37.062Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2139 | 2023-11-07T05:28:41.887Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2140 | 2023-11-07T05:29:03.255Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2141 | 2023-11-07T05:29:42.360Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2142 | 2023-11-07T05:32:12.811Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2143 | 2023-11-07T05:33:47.377Z | Compiling git2 v0.17.2 |
2144 | 2023-11-07T05:33:47.569Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2145 | 2023-11-07T05:33:47.622Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2146 | 2023-11-07T05:33:58.615Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2147 | 2023-11-07T05:34:10.197Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2148 | 2023-11-07T05:34:10.328Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2149 | 2023-11-07T05:34:10.919Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2150 | 2023-11-07T05:34:26.938Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2151 | 2023-11-07T05:43:07.103Z | Finished release [optimized] target(s) in 21m 10s |
2152 | 2023-11-07T05:44:40.205Z | |
2153 | 2023-11-07T05:44:42.163Z | real 22:47.732207482 |
2154 | 2023-11-07T05:44:42.787Z | user 2:38:12.454421962 |
2155 | 2023-11-07T05:44:43.203Z | sys 6:55.837152154 |
2156 | 2023-11-07T05:44:43.964Z | trap 5.286307100 |
2157 | 2023-11-07T05:44:44.763Z | tflt 1.405780905 |
2158 | 2023-11-07T05:44:45.157Z | dflt 3.584331328 |
2159 | 2023-11-07T05:44:45.429Z | kflt 0.001843723 |
2160 | 2023-11-07T05:44:45.542Z | lock 8:48:34.851275692 |
2161 | 2023-11-07T05:44:45.854Z | slp 6:23:00.012542229 |
2162 | 2023-11-07T05:44:46.420Z | lat 2:51.543207524 |
2163 | 2023-11-07T05:44:46.752Z | stop 53.290880690 |
2164 | 2023-11-07T05:44:47.227Z | + 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/*) |
2165 | 2023-11-07T05:44:47.327Z | + pfexec mkdir -p /work |
2166 | 2023-11-07T05:44:47.497Z | + pfexec chown build /work |
2167 | 2023-11-07T05:44:47.744Z | + 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 |
2168 | 2023-11-07T05:44:47.994Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2169 | 2023-11-07T05:44:48.127Z | a out/mg-ddm-gz.tar 61499K |
2170 | 2023-11-07T05:44:48.776Z | a out/omicron-sled-agent.tar 119291K |
2171 | 2023-11-07T05:44:49.021Z | a out/target/test 1K |
2172 | 2023-11-07T05:44:49.173Z | a out/npuzone/npuzone 36506K |
2173 | 2023-11-07T05:44:49.233Z | a package-manifest.toml 22K |
2174 | 2023-11-07T05:44:49.384Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2175 | 2023-11-07T05:44:49.521Z | a target/release/omicron-package 41436K |
2176 | 2023-11-07T05:44:49.679Z | a tools/create_virtual_hardware.sh 3K |
2177 | 2023-11-07T05:44:50.011Z | a tools/virtual_hardware.sh 4K |
2178 | 2023-11-07T05:44:50.253Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2179 | 2023-11-07T05:44:50.434Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2180 | 2023-11-07T05:44:50.643Z | a tools/scrimlet/softnpu-init.sh 3K |
2181 | 2023-11-07T05:44:50.885Z | a tools/scrimlet/softnpu-zone.txt 1K |
2182 | 2023-11-07T05:44:51.117Z | a tools/scrimlet/softnpu.toml 1K |
2183 | 2023-11-07T05:44:51.235Z | |
2184 | 2023-11-07T05:44:51.516Z | real 13.690067961 |
2185 | 2023-11-07T05:44:51.772Z | user 13.082435452 |
2186 | 2023-11-07T05:44:52.118Z | sys 1.074552440 |
2187 | 2023-11-07T05:44:52.506Z | trap 0.004338941 |
2188 | 2023-11-07T05:44:52.624Z | tflt 0.000000000 |
2189 | 2023-11-07T05:44:52.794Z | dflt 0.000000000 |
2190 | 2023-11-07T05:44:53.142Z | kflt 0.000000000 |
2191 | 2023-11-07T05:44:53.534Z | lock 0.000000000 |
2192 | 2023-11-07T05:44:53.981Z | slp 12.791190143 |
2193 | 2023-11-07T05:44:54.224Z | lat 0.423812630 |
2194 | 2023-11-07T05:45:06.661Z | stop 0.000330203 |
2195 | 2023-11-07T05:45:07.448Z | ++ pwd |
2196 | 2023-11-07T05:45:08.208Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2197 | 2023-11-07T05:45:08.621Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2198 | 2023-11-07T05:45:08.886Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2199 | 2023-11-07T05:45:09.193Z | Finished release [optimized] target(s) in 1.08s |
2200 | 2023-11-07T05:45:09.262Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2201 | 2023-11-07T05:45:09.373Z | Created new build target 'host' and set it as active |
2202 | 2023-11-07T05:45:09.467Z | |
2203 | 2023-11-07T05:45:09.609Z | real 1.240640847 |
2204 | 2023-11-07T05:45:09.705Z | user 0.871431762 |
2205 | 2023-11-07T05:45:09.781Z | sys 0.369526015 |
2206 | 2023-11-07T05:45:09.819Z | trap 0.000348707 |
2207 | 2023-11-07T05:45:09.912Z | tflt 0.000004316 |
2208 | 2023-11-07T05:45:09.949Z | dflt 0.000002692 |
2209 | 2023-11-07T05:45:09.973Z | kflt 0.000000000 |
2210 | 2023-11-07T05:45:10.020Z | lock 0.035065651 |
2211 | 2023-11-07T05:45:10.116Z | slp 0.021329816 |
2212 | 2023-11-07T05:45:10.130Z | lat 0.002221081 |
2213 | 2023-11-07T05:45:10.141Z | stop 0.000220766 |
2214 | 2023-11-07T05:45:10.175Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2215 | 2023-11-07T05:45:10.203Z | Finished release [optimized] target(s) in 1.03s |
2216 | 2023-11-07T05:45:10.237Z | Running `target/release/omicron-package -t host package` |
2217 | 2023-11-07T05:45:10.251Z | Nov 07 05:44:46.197 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2218 | 2023-11-07T05:45:10.268Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2219 | 2023-11-07T05:48:21.350Z | Finished release [optimized] target(s) in 3m 31s |
2220 | 2023-11-07T05:49:58.982Z | |
2221 | 2023-11-07T05:49:58.986Z | real 5:13.991319551 |
2222 | 2023-11-07T05:49:58.994Z | user 20:31.009148699 |
2223 | 2023-11-07T05:49:59.004Z | sys 57.295998991 |
2224 | 2023-11-07T05:49:59.429Z | trap 0.530934580 |
2225 | 2023-11-07T05:49:59.433Z | tflt 0.020227874 |
2226 | 2023-11-07T05:49:59.436Z | dflt 1.685113453 |
2227 | 2023-11-07T05:49:59.439Z | kflt 0.000002604 |
2228 | 2023-11-07T05:49:59.442Z | lock 1:15:03.814258362 |
2229 | 2023-11-07T05:49:59.445Z | slp 17:21.135840347 |
2230 | 2023-11-07T05:49:59.448Z | lat 8.387648042 |
2231 | 2023-11-07T05:49:59.452Z | stop 0.594553432 |
2232 | 2023-11-07T05:49:59.455Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2233 | 2023-11-07T05:49:59.458Z | + for package in "$@" |
2234 | 2023-11-07T05:49:59.464Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2235 | 2023-11-07T05:49:59.468Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+git755c8947f3d |
2236 | 2023-11-07T05:50:00.204Z | Finished release [optimized] target(s) in 1.07s |
2237 | 2023-11-07T05:50:00.210Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+git755c8947f3d` |
2238 | 2023-11-07T05:50:00.216Z | Nov 07 05:50:00.217 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2239 | 2023-11-07T05:50:00.778Z | Created: out/versioned/omicron-sled-agent.tar |
2240 | 2023-11-07T05:50:00.782Z | + for package in "$@" |
2241 | 2023-11-07T05:50:00.786Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2242 | 2023-11-07T05:50:00.790Z | + echo 0.0.0 |
2243 | 2023-11-07T05:50:00.793Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2244 | 2023-11-07T05:50:00.798Z | a VERSION 1K |
2245 | 2023-11-07T05:50:00.801Z | + rm VERSION |
2246 | 2023-11-07T05:50:00.804Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git755c8947f3d |
2247 | 2023-11-07T05:50:01.931Z | Finished release [optimized] target(s) in 1.05s |
2248 | 2023-11-07T05:50:01.954Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git755c8947f3d` |
2249 | 2023-11-07T05:50:02.003Z | Nov 07 05:50:01.993 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2250 | 2023-11-07T05:50:02.392Z | Created: out/versioned/mg-ddm-gz.tar |
2251 | 2023-11-07T05:50:02.422Z | + for package in "$@" |
2252 | 2023-11-07T05:50:02.430Z | + [[ propolis-server == mg-ddm-gz ]] |
2253 | 2023-11-07T05:50:02.437Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+git755c8947f3d |
2254 | 2023-11-07T05:50:03.485Z | Finished release [optimized] target(s) in 1.05s |
2255 | 2023-11-07T05:50:03.904Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+git755c8947f3d` |
2256 | 2023-11-07T05:50:03.923Z | Nov 07 05:50:03.502 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2257 | 2023-11-07T05:50:05.335Z | Created: out/versioned/propolis-server.tar.gz |
2258 | 2023-11-07T05:50:05.355Z | + for package in "$@" |
2259 | 2023-11-07T05:50:05.366Z | + [[ overlay == mg-ddm-gz ]] |
2260 | 2023-11-07T05:50:05.381Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+git755c8947f3d |
2261 | 2023-11-07T05:50:06.447Z | Finished release [optimized] target(s) in 1.04s |
2262 | 2023-11-07T05:50:06.477Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+git755c8947f3d` |
2263 | 2023-11-07T05:50:06.939Z | Nov 07 05:50:06.518 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2264 | 2023-11-07T05:50:06.946Z | Created: out/versioned/overlay.tar.gz |
2265 | 2023-11-07T05:50:06.954Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2266 | 2023-11-07T05:50:06.966Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2267 | 2023-11-07T05:50:06.980Z | ++ cd -- ./tools |
2268 | 2023-11-07T05:50:06.991Z | ++ pwd |
2269 | 2023-11-07T05:50:06.999Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2270 | 2023-11-07T05:50:07.418Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2271 | 2023-11-07T05:50:07.441Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2272 | 2023-11-07T05:50:07.465Z | ++ readlink -f /work |
2273 | 2023-11-07T05:50:07.478Z | + out_dir=/work |
2274 | 2023-11-07T05:50:07.497Z | + 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") |
2275 | 2023-11-07T05:50:07.531Z | + for dep in "${deps[@]}" |
2276 | 2023-11-07T05:50:07.566Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2277 | 2023-11-07T05:50:07.593Z | + for dep in "${deps[@]}" |
2278 | 2023-11-07T05:50:07.644Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2279 | 2023-11-07T05:50:07.662Z | + for dep in "${deps[@]}" |
2280 | 2023-11-07T05:50:07.669Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2281 | 2023-11-07T05:50:07.685Z | + for dep in "${deps[@]}" |
2282 | 2023-11-07T05:50:07.691Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2283 | 2023-11-07T05:50:07.696Z | ++ mktemp -d |
2284 | 2023-11-07T05:50:07.705Z | + tmp_gz=/tmp/tmp.uJaaTi |
2285 | 2023-11-07T05:50:07.734Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2286 | 2023-11-07T05:50:07.746Z | + echo '{"v":"1","t":"layer"}' |
2287 | 2023-11-07T05:50:08.159Z | + pkg_dir=/tmp/tmp.uJaaTi/root/opt/oxide/sled-agent |
2288 | 2023-11-07T05:50:08.599Z | + mkdir -p /tmp/tmp.uJaaTi/root/opt/oxide/sled-agent |
2289 | 2023-11-07T05:50:08.603Z | + cd /tmp/tmp.uJaaTi/root/opt/oxide/sled-agent |
2290 | 2023-11-07T05:50:08.607Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2291 | 2023-11-07T05:50:08.611Z | x ., 0 bytes, 0 tape blocks |
2292 | 2023-11-07T05:50:08.615Z | x zone-bundle, 38034256 bytes, 74286 tape blocks |
2293 | 2023-11-07T05:50:08.618Z | x sled-agent, 84107144 bytes, 164272 tape blocks |
2294 | 2023-11-07T05:50:08.637Z | x pkg, 0 bytes, 0 tape blocks |
2295 | 2023-11-07T05:50:08.641Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2296 | 2023-11-07T05:50:08.645Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2297 | 2023-11-07T05:50:08.650Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2298 | 2023-11-07T05:50:08.653Z | x VERSION, 25 bytes, 1 tape blocks |
2299 | 2023-11-07T05:50:08.656Z | + mkdir -p /tmp/tmp.uJaaTi/root/lib/svc/manifest/site/ |
2300 | 2023-11-07T05:50:08.675Z | + mv pkg/manifest.xml /tmp/tmp.uJaaTi/root/lib/svc/manifest/site/sled-agent.xml |
2301 | 2023-11-07T05:50:08.715Z | + cd - |
2302 | 2023-11-07T05:50:08.719Z | /work/oxidecomputer/omicron |
2303 | 2023-11-07T05:50:08.723Z | + pkg_dir=/tmp/tmp.uJaaTi/root/opt/oxide/mg-ddm |
2304 | 2023-11-07T05:50:08.738Z | + mkdir -p /tmp/tmp.uJaaTi/root/opt/oxide/mg-ddm |
2305 | 2023-11-07T05:50:08.745Z | + cd /tmp/tmp.uJaaTi/root/opt/oxide/mg-ddm |
2306 | 2023-11-07T05:50:09.165Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2307 | 2023-11-07T05:50:09.170Z | x ., 0 bytes, 0 tape blocks |
2308 | 2023-11-07T05:50:09.174Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2309 | 2023-11-07T05:50:09.178Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2310 | 2023-11-07T05:50:09.183Z | x pkg, 0 bytes, 0 tape blocks |
2311 | 2023-11-07T05:50:09.188Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2312 | 2023-11-07T05:50:09.192Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2313 | 2023-11-07T05:50:09.195Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2314 | 2023-11-07T05:50:09.199Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2315 | 2023-11-07T05:50:09.204Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2316 | 2023-11-07T05:50:09.208Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2317 | 2023-11-07T05:50:09.214Z | x VERSION, 25 bytes, 1 tape blocks |
2318 | 2023-11-07T05:50:09.221Z | + cd - |
2319 | 2023-11-07T05:50:09.234Z | /work/oxidecomputer/omicron |
2320 | 2023-11-07T05:50:09.257Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.uJaaTi/root/opt/oxide |
2321 | 2023-11-07T05:50:09.266Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.uJaaTi/root/opt/oxide |
2322 | 2023-11-07T05:50:09.280Z | + cd /tmp/tmp.uJaaTi |
2323 | 2023-11-07T05:50:09.290Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2324 | 2023-11-07T05:50:18.926Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2325 | 2023-11-07T05:50:19.349Z | a oxide.json 1K |
2326 | 2023-11-07T05:50:19.357Z | a root/ 0K |
2327 | 2023-11-07T05:50:19.380Z | a root/opt/ 0K |
2328 | 2023-11-07T05:50:19.391Z | a root/opt/oxide/ 0K |
2329 | 2023-11-07T05:50:19.394Z | a root/opt/oxide/sled-agent/ 0K |
2330 | 2023-11-07T05:50:19.397Z | a root/opt/oxide/sled-agent/zone-bundle 37143K |
2331 | 2023-11-07T05:50:19.400Z | a root/opt/oxide/sled-agent/sled-agent 82136K |
2332 | 2023-11-07T05:50:19.402Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2333 | 2023-11-07T05:50:19.407Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2334 | 2023-11-07T05:50:19.410Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2335 | 2023-11-07T05:50:19.413Z | a root/opt/oxide/sled-agent/VERSION 1K |
2336 | 2023-11-07T05:50:19.418Z | a root/opt/oxide/mg-ddm/ 0K |
2337 | 2023-11-07T05:50:19.421Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2338 | 2023-11-07T05:50:19.424Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2339 | 2023-11-07T05:50:19.428Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2340 | 2023-11-07T05:50:19.434Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2341 | 2023-11-07T05:50:19.437Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2342 | 2023-11-07T05:50:19.440Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2343 | 2023-11-07T05:50:19.443Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2344 | 2023-11-07T05:50:19.446Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2345 | 2023-11-07T05:50:19.448Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2346 | 2023-11-07T05:50:19.451Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2347 | 2023-11-07T05:50:19.454Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2348 | 2023-11-07T05:50:19.482Z | a root/opt/oxide/overlay.tar.gz 2K |
2349 | 2023-11-07T05:50:19.485Z | a root/lib/ 0K |
2350 | 2023-11-07T05:50:19.488Z | a root/lib/svc/ 0K |
2351 | 2023-11-07T05:50:19.491Z | a root/lib/svc/manifest/ 0K |
2352 | 2023-11-07T05:50:19.494Z | a root/lib/svc/manifest/site/ 0K |
2353 | 2023-11-07T05:50:19.496Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2354 | 2023-11-07T05:50:19.499Z | + cd / |
2355 | 2023-11-07T05:50:19.502Z | + rm -rf /tmp/tmp.uJaaTi |
2356 | 2023-11-07T05:50:19.505Z | |
2357 | 2023-11-07T05:50:19.511Z | real 12.441007782 |
2358 | 2023-11-07T05:50:19.517Z | user 11.542184058 |
2359 | 2023-11-07T05:50:19.523Z | sys 0.959776995 |
2360 | 2023-11-07T05:50:19.530Z | trap 0.003320446 |
2361 | 2023-11-07T05:50:19.545Z | tflt 0.000000000 |
2362 | 2023-11-07T05:50:19.549Z | dflt 0.000000000 |
2363 | 2023-11-07T05:50:19.552Z | kflt 0.000000000 |
2364 | 2023-11-07T05:50:19.556Z | lock 0.000000000 |
2365 | 2023-11-07T05:50:19.560Z | slp 24.022962768 |
2366 | 2023-11-07T05:50:19.563Z | lat 0.378442228 |
2367 | 2023-11-07T05:50:19.566Z | stop 0.000297840 |
2368 | 2023-11-07T05:50:19.571Z | + mkdir -p /work/zones |
2369 | 2023-11-07T05:50:19.574Z | + 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) |
2370 | 2023-11-07T05:50:19.579Z | + 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/ |
2371 | 2023-11-07T05:50:22.647Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2372 | 2023-11-07T05:50:23.834Z | Finished release [optimized] target(s) in 1.11s |
2373 | 2023-11-07T05:50:23.866Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2374 | 2023-11-07T05:50:23.910Z | Created new build target 'recovery' and set it as active |
2375 | 2023-11-07T05:50:24.349Z | |
2376 | 2023-11-07T05:50:24.354Z | real 1.271174115 |
2377 | 2023-11-07T05:50:24.359Z | user 0.897767946 |
2378 | 2023-11-07T05:50:24.364Z | sys 0.370676751 |
2379 | 2023-11-07T05:50:24.368Z | trap 0.001227503 |
2380 | 2023-11-07T05:50:24.379Z | tflt 0.000004410 |
2381 | 2023-11-07T05:50:24.392Z | dflt 0.000013027 |
2382 | 2023-11-07T05:50:24.400Z | kflt 0.000000000 |
2383 | 2023-11-07T05:50:24.409Z | lock 0.034604162 |
2384 | 2023-11-07T05:50:24.418Z | slp 0.021833999 |
2385 | 2023-11-07T05:50:24.433Z | lat 0.004330397 |
2386 | 2023-11-07T05:50:24.442Z | stop 0.000214958 |
2387 | 2023-11-07T05:50:24.452Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2388 | 2023-11-07T05:50:25.079Z | Finished release [optimized] target(s) in 1.08s |
2389 | 2023-11-07T05:50:25.110Z | Running `target/release/omicron-package -t recovery package` |
2390 | 2023-11-07T05:50:25.151Z | Nov 07 05:50:25.151 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2391 | 2023-11-07T05:50:26.194Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2392 | 2023-11-07T05:50:29.981Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2393 | 2023-11-07T05:51:00.799Z | Finished release [optimized] target(s) in 35.55s |
2394 | 2023-11-07T05:51:22.423Z | |
2395 | 2023-11-07T05:51:22.426Z | real 58.507555952 |
2396 | 2023-11-07T05:51:22.431Z | user 2:31.232490154 |
2397 | 2023-11-07T05:51:22.436Z | sys 11.593613841 |
2398 | 2023-11-07T05:51:22.444Z | trap 0.070410123 |
2399 | 2023-11-07T05:51:22.448Z | tflt 0.132604618 |
2400 | 2023-11-07T05:51:22.453Z | dflt 1.011691148 |
2401 | 2023-11-07T05:51:22.457Z | kflt 0.000008535 |
2402 | 2023-11-07T05:51:22.467Z | lock 12:59.139144440 |
2403 | 2023-11-07T05:51:22.474Z | slp 2:36.319021660 |
2404 | 2023-11-07T05:51:22.488Z | lat 1.814818037 |
2405 | 2023-11-07T05:51:22.499Z | stop 0.177022018 |
2406 | 2023-11-07T05:51:22.504Z | + stamp_packages installinator mg-ddm-gz |
2407 | 2023-11-07T05:51:22.519Z | + for package in "$@" |
2408 | 2023-11-07T05:51:22.937Z | + [[ installinator == mg-ddm-gz ]] |
2409 | 2023-11-07T05:51:23.065Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+git755c8947f3d |
2410 | 2023-11-07T05:51:23.555Z | Finished release [optimized] target(s) in 1.03s |
2411 | 2023-11-07T05:51:24.801Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+git755c8947f3d` |
2412 | 2023-11-07T05:51:24.805Z | Nov 07 05:51:23.613 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2413 | 2023-11-07T05:51:24.809Z | Created: out/versioned/installinator.tar |
2414 | 2023-11-07T05:51:24.812Z | + for package in "$@" |
2415 | 2023-11-07T05:51:24.816Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2416 | 2023-11-07T05:51:24.822Z | + echo 0.0.0 |
2417 | 2023-11-07T05:51:24.826Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2418 | 2023-11-07T05:51:24.839Z | a VERSION 1K |
2419 | 2023-11-07T05:51:24.843Z | + rm VERSION |
2420 | 2023-11-07T05:51:24.847Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git755c8947f3d |
2421 | 2023-11-07T05:51:24.861Z | Finished release [optimized] target(s) in 1.02s |
2422 | 2023-11-07T05:51:24.890Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git755c8947f3d` |
2423 | 2023-11-07T05:51:24.931Z | Nov 07 05:51:24.932 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2424 | 2023-11-07T05:51:25.352Z | Created: out/versioned/mg-ddm-gz.tar |
2425 | 2023-11-07T05:51:25.359Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2426 | 2023-11-07T05:51:25.369Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2427 | 2023-11-07T05:51:25.379Z | ++ cd -- ./tools |
2428 | 2023-11-07T05:51:25.389Z | ++ pwd |
2429 | 2023-11-07T05:51:25.400Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2430 | 2023-11-07T05:51:25.411Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2431 | 2023-11-07T05:51:25.419Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2432 | 2023-11-07T05:51:25.426Z | ++ readlink -f /work |
2433 | 2023-11-07T05:51:25.430Z | + out_dir=/work |
2434 | 2023-11-07T05:51:25.441Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2435 | 2023-11-07T05:51:25.914Z | + for dep in "${deps[@]}" |
2436 | 2023-11-07T05:51:25.922Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2437 | 2023-11-07T05:51:25.931Z | + for dep in "${deps[@]}" |
2438 | 2023-11-07T05:51:25.939Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2439 | 2023-11-07T05:51:25.952Z | ++ mktemp -d |
2440 | 2023-11-07T05:51:25.980Z | + tmp_trampoline=/tmp/tmp.wVayXi |
2441 | 2023-11-07T05:51:25.991Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2442 | 2023-11-07T05:51:26.004Z | + echo '{"v":"1","t":"layer"}' |
2443 | 2023-11-07T05:51:26.014Z | + pkg_dir=/tmp/tmp.wVayXi/root/opt/oxide/installinator |
2444 | 2023-11-07T05:51:26.028Z | + mkdir -p /tmp/tmp.wVayXi/root/opt/oxide/installinator |
2445 | 2023-11-07T05:51:26.040Z | + cd /tmp/tmp.wVayXi/root/opt/oxide/installinator |
2446 | 2023-11-07T05:51:26.050Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2447 | 2023-11-07T05:51:26.061Z | x ., 0 bytes, 0 tape blocks |
2448 | 2023-11-07T05:51:26.489Z | x installinator, 52698880 bytes, 102928 tape blocks |
2449 | 2023-11-07T05:51:26.492Z | x pkg, 0 bytes, 0 tape blocks |
2450 | 2023-11-07T05:51:26.496Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2451 | 2023-11-07T05:51:26.499Z | x VERSION, 25 bytes, 1 tape blocks |
2452 | 2023-11-07T05:51:26.511Z | + mkdir -p /tmp/tmp.wVayXi/root/lib/svc/manifest/site/ |
2453 | 2023-11-07T05:51:26.522Z | + mv pkg/manifest.xml /tmp/tmp.wVayXi/root/lib/svc/manifest/site/installinator.xml |
2454 | 2023-11-07T05:51:26.531Z | + cd - |
2455 | 2023-11-07T05:51:26.537Z | /work/oxidecomputer/omicron |
2456 | 2023-11-07T05:51:26.543Z | + pkg_dir=/tmp/tmp.wVayXi/root/opt/oxide/mg-ddm |
2457 | 2023-11-07T05:51:26.549Z | + mkdir -p /tmp/tmp.wVayXi/root/opt/oxide/mg-ddm |
2458 | 2023-11-07T05:51:26.561Z | + cd /tmp/tmp.wVayXi/root/opt/oxide/mg-ddm |
2459 | 2023-11-07T05:51:26.567Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2460 | 2023-11-07T05:51:26.576Z | x ., 0 bytes, 0 tape blocks |
2461 | 2023-11-07T05:51:26.582Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2462 | 2023-11-07T05:51:26.590Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2463 | 2023-11-07T05:51:26.597Z | x pkg, 0 bytes, 0 tape blocks |
2464 | 2023-11-07T05:51:26.608Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2465 | 2023-11-07T05:51:26.617Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2466 | 2023-11-07T05:51:26.626Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2467 | 2023-11-07T05:51:26.635Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2468 | 2023-11-07T05:51:26.644Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2469 | 2023-11-07T05:51:26.654Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2470 | 2023-11-07T05:51:26.663Z | x VERSION, 25 bytes, 1 tape blocks |
2471 | 2023-11-07T05:51:26.677Z | + cd - |
2472 | 2023-11-07T05:51:26.689Z | /work/oxidecomputer/omicron |
2473 | 2023-11-07T05:51:26.699Z | + cd /tmp/tmp.wVayXi |
2474 | 2023-11-07T05:51:26.709Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2475 | 2023-11-07T05:51:31.327Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2476 | 2023-11-07T05:51:31.341Z | a oxide.json 1K |
2477 | 2023-11-07T05:51:31.347Z | a root/ 0K |
2478 | 2023-11-07T05:51:31.355Z | a root/opt/ 0K |
2479 | 2023-11-07T05:51:31.373Z | a root/opt/oxide/ 0K |
2480 | 2023-11-07T05:51:31.395Z | a root/opt/oxide/installinator/ 0K |
2481 | 2023-11-07T05:51:31.402Z | a root/opt/oxide/installinator/installinator 51464K |
2482 | 2023-11-07T05:51:31.418Z | a root/opt/oxide/installinator/pkg/ 0K |
2483 | 2023-11-07T05:51:31.704Z | a root/opt/oxide/installinator/VERSION 1K |
2484 | 2023-11-07T05:51:31.729Z | a root/opt/oxide/mg-ddm/ 0K |
2485 | 2023-11-07T05:51:31.784Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2486 | 2023-11-07T05:51:31.789Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2487 | 2023-11-07T05:51:31.809Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2488 | 2023-11-07T05:51:31.834Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2489 | 2023-11-07T05:51:31.851Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2490 | 2023-11-07T05:51:31.866Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2491 | 2023-11-07T05:51:31.878Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2492 | 2023-11-07T05:51:31.891Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2493 | 2023-11-07T05:51:31.906Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2494 | 2023-11-07T05:51:31.931Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2495 | 2023-11-07T05:51:31.954Z | a root/lib/ 0K |
2496 | 2023-11-07T05:51:31.958Z | a root/lib/svc/ 0K |
2497 | 2023-11-07T05:51:31.962Z | a root/lib/svc/manifest/ 0K |
2498 | 2023-11-07T05:51:31.967Z | a root/lib/svc/manifest/site/ 0K |
2499 | 2023-11-07T05:51:31.970Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2500 | 2023-11-07T05:51:31.973Z | + cd / |
2501 | 2023-11-07T05:51:31.976Z | + rm -rf /tmp/tmp.wVayXi |
2502 | 2023-11-07T05:51:31.980Z | |
2503 | 2023-11-07T05:51:31.983Z | real 6.226739435 |
2504 | 2023-11-07T05:51:31.987Z | user 5.831386909 |
2505 | 2023-11-07T05:51:31.990Z | sys 0.424650444 |
2506 | 2023-11-07T05:51:31.994Z | trap 0.001387156 |
2507 | 2023-11-07T05:51:31.997Z | tflt 0.000000000 |
2508 | 2023-11-07T05:51:32.002Z | dflt 0.000000000 |
2509 | 2023-11-07T05:51:32.005Z | kflt 0.000000000 |
2510 | 2023-11-07T05:51:32.010Z | lock 0.000000000 |
2511 | 2023-11-07T05:51:32.015Z | slp 12.047543311 |
2512 | 2023-11-07T05:51:32.034Z | lat 0.179852846 |
2513 | 2023-11-07T05:51:32.040Z | stop 0.000316589 |
2514 | 2023-11-07T05:51:32.046Z | process exited: duration 2475555 ms, exit code 0 |
|
2515 | 2023-11-07T05:51:32.063Z | found 21 output files |
2516 | 2023-11-07T05:51:32.081Z | uploading: /work/version.txt (26 bytes) |
2517 | 2023-11-07T05:51:33.120Z | uploaded: /work/version.txt |
2518 | 2023-11-07T05:51:33.126Z | uploading: /work/package.tar.gz (83231129 bytes) |
2519 | 2023-11-07T05:52:15.702Z | uploaded: /work/package.tar.gz |
2520 | 2023-11-07T05:52:15.728Z | uploading: /work/global-zone-packages.tar.gz (124502526 bytes) |
2521 | 2023-11-07T05:53:21.601Z | uploaded: /work/global-zone-packages.tar.gz |
2522 | 2023-11-07T05:53:21.681Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36728337 bytes) |
2523 | 2023-11-07T05:53:40.725Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2524 | 2023-11-07T05:53:40.730Z | uploading: /work/zones/clickhouse.tar.gz (181758367 bytes) |
2525 | 2023-11-07T05:55:05.941Z | uploaded: /work/zones/clickhouse.tar.gz |
2526 | 2023-11-07T05:55:06.350Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181759362 bytes) |
2527 | 2023-11-07T05:56:55.528Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2528 | 2023-11-07T05:56:55.571Z | uploading: /work/zones/cockroachdb.tar.gz (118829500 bytes) |
2529 | 2023-11-07T05:57:53.196Z | uploaded: /work/zones/cockroachdb.tar.gz |
2530 | 2023-11-07T05:57:53.265Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2531 | 2023-11-07T05:58:04.485Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2532 | 2023-11-07T05:58:04.496Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2533 | 2023-11-07T05:58:55.570Z | uploaded: /work/zones/crucible.tar.gz |
2534 | 2023-11-07T05:58:55.592Z | uploading: /work/zones/external-dns.tar.gz (24178836 bytes) |
2535 | 2023-11-07T05:59:09.702Z | uploaded: /work/zones/external-dns.tar.gz |
2536 | 2023-11-07T05:59:09.708Z | uploading: /work/zones/internal-dns.tar.gz (24178835 bytes) |
2537 | 2023-11-07T05:59:20.146Z | uploaded: /work/zones/internal-dns.tar.gz |
2538 | 2023-11-07T05:59:20.149Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2539 | 2023-11-07T05:59:21.159Z | uploaded: /work/zones/ntp.tar.gz |
2540 | 2023-11-07T05:59:21.175Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18136376 bytes) |
2541 | 2023-11-07T05:59:27.778Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2542 | 2023-11-07T05:59:27.792Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18135553 bytes) |
2543 | 2023-11-07T05:59:36.414Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2544 | 2023-11-07T05:59:36.439Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72049704 bytes) |
2545 | 2023-11-07T06:00:17.008Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2546 | 2023-11-07T06:00:17.039Z | uploading: /work/zones/omicron-nexus.tar.gz (72051243 bytes) |
2547 | 2023-11-07T06:01:07.520Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2548 | 2023-11-07T06:01:07.525Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2549 | 2023-11-07T06:01:08.545Z | uploaded: /work/zones/overlay.tar.gz |
2550 | 2023-11-07T06:01:08.553Z | uploading: /work/zones/oximeter-collector.tar.gz (19209981 bytes) |
2551 | 2023-11-07T06:01:16.279Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2552 | 2023-11-07T06:01:16.290Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2553 | 2023-11-07T06:01:38.840Z | uploaded: /work/zones/propolis-server.tar.gz |
2554 | 2023-11-07T06:01:38.861Z | uploading: /work/zones/switch-asic.tar.gz (241980369 bytes) |
2555 | 2023-11-07T06:03:50.763Z | uploaded: /work/zones/switch-asic.tar.gz |
2556 | 2023-11-07T06:03:50.819Z | uploading: /work/zones/switch-softnpu.tar.gz (165826448 bytes) |
2557 | 2023-11-07T06:05:00.703Z | uploaded: /work/zones/switch-softnpu.tar.gz |