|
|
|
1 | 2023-10-31T03:11:27.215Z | job assigned to worker 01HE1VC3X8E85X53J72Y1DNA8G (queued for 2 m 2 s) |
|
2 | 2023-10-31T03:11:27.316Z | starting task 0: "setup" |
3 | 2023-10-31T03:11:27.383Z | ++ uname -s |
4 | 2023-10-31T03:11:27.812Z | + kern=SunOS |
5 | 2023-10-31T03:11:27.822Z | + case "$kern" in |
6 | 2023-10-31T03:11:27.838Z | + groupadd -g 12345 build |
7 | 2023-10-31T03:11:27.852Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-31T03:11:29.399Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-31T03:11:29.497Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-31T03:11:29.506Z | + home_fs=zfs |
11 | 2023-10-31T03:11:29.510Z | + [[ zfs == autofs ]] |
12 | 2023-10-31T03:11:29.515Z | + mkdir -p /home/build |
13 | 2023-10-31T03:11:29.520Z | + chown build:build /home/build /work |
14 | 2023-10-31T03:11:31.514Z | + chmod 0700 /home/build /work |
15 | 2023-10-31T03:11:31.519Z | process exited: duration 4186 ms, exit code 0 |
|
16 | 2023-10-31T03:11:31.533Z | starting task 1: "rust-toolchain" |
17 | 2023-10-31T03:11:31.548Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-31T03:11:31.558Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-31T03:11:31.705Z | info: downloading installer |
20 | 2023-10-31T03:11:33.667Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-31T03:11:33.677Z | warning: /opt/ooce/bin |
22 | 2023-10-31T03:11:33.687Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-31T03:11:33.693Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-31T03:11:33.697Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-31T03:11:33.717Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-31T03:11:33.727Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-31T03:11:33.740Z | error: cannot install while Rust is installed |
28 | 2023-10-31T03:11:33.749Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-31T03:11:33.793Z | info: profile set to 'default' |
30 | 2023-10-31T03:11:33.810Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-31T03:11:33.820Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-31T03:11:35.070Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-31T03:11:35.076Z | info: downloading component 'cargo' |
34 | 2023-10-31T03:11:35.081Z | info: downloading component 'clippy' |
35 | 2023-10-31T03:11:35.101Z | info: downloading component 'rust-docs' |
36 | 2023-10-31T03:11:36.018Z | info: downloading component 'rust-std' |
37 | 2023-10-31T03:11:37.776Z | info: downloading component 'rustc' |
38 | 2023-10-31T03:11:42.078Z | info: downloading component 'rustfmt' |
39 | 2023-10-31T03:11:42.745Z | info: installing component 'cargo' |
40 | 2023-10-31T03:11:43.728Z | info: installing component 'clippy' |
41 | 2023-10-31T03:11:44.356Z | info: installing component 'rust-docs' |
42 | 2023-10-31T03:11:47.123Z | info: installing component 'rust-std' |
43 | 2023-10-31T03:11:50.149Z | info: installing component 'rustc' |
44 | 2023-10-31T03:11:56.984Z | info: installing component 'rustfmt' |
45 | 2023-10-31T03:11:57.775Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-31T03:11:57.785Z | |
47 | 2023-10-31T03:11:57.798Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-31T03:11:57.808Z | |
49 | 2023-10-31T03:11:57.819Z | |
50 | 2023-10-31T03:11:57.828Z | Rust is installed now. Great! |
51 | 2023-10-31T03:11:57.840Z | |
52 | 2023-10-31T03:11:57.850Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-31T03:11:57.862Z | environment variable. This has not been done automatically. |
54 | 2023-10-31T03:11:57.885Z | |
55 | 2023-10-31T03:11:57.900Z | To configure your current shell, run: |
56 | 2023-10-31T03:11:57.919Z | source "$HOME/.cargo/env" |
57 | 2023-10-31T03:11:57.936Z | + rustc --version |
58 | 2023-10-31T03:11:57.947Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-31T03:11:57.959Z | process exited: duration 26279 ms, exit code 0 |
|
60 | 2023-10-31T03:11:57.995Z | starting task 2: "authentication" |
61 | 2023-10-31T03:11:58.050Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-10-31T03:11:58.071Z | starting task 3: "clone repository" |
63 | 2023-10-31T03:11:58.089Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-31T03:11:58.109Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-31T03:11:58.151Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-31T03:12:04.162Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-31T03:12:04.168Z | + [[ -n renovate/serde_json-1.x ]] |
68 | 2023-10-31T03:12:04.173Z | + git fetch origin renovate/serde_json-1.x |
69 | 2023-10-31T03:12:04.518Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-31T03:12:04.534Z | * branch renovate/serde_json-1.x -> FETCH_HEAD |
71 | 2023-10-31T03:12:04.549Z | + git checkout -B renovate/serde_json-1.x remotes/origin/renovate/serde_json-1.x |
72 | 2023-10-31T03:12:04.614Z | Switched to a new branch 'renovate/serde_json-1.x' |
73 | 2023-10-31T03:12:04.631Z | branch 'renovate/serde_json-1.x' set up to track 'origin/renovate/serde_json-1.x'. |
74 | 2023-10-31T03:12:04.655Z | + git reset --hard 1f91f4c3e76f06e58e0de0aae0dfd1553b499920 |
75 | 2023-10-31T03:12:04.762Z | HEAD is now at 1f91f4c3 chore(deps): update rust crate serde_json to 1.0.108 |
76 | 2023-10-31T03:12:04.781Z | process exited: duration 6673 ms, exit code 0 |
|
77 | 2023-10-31T03:12:04.820Z | starting task 4: "build" |
78 | 2023-10-31T03:12:04.843Z | + cargo --version |
79 | 2023-10-31T03:12:04.941Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-31T03:12:05.358Z | + rustc --version |
81 | 2023-10-31T03:12:05.367Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-31T03:12:05.372Z | ++ git rev-parse HEAD |
83 | 2023-10-31T03:12:05.386Z | + COMMIT=1f91f4c3e76f06e58e0de0aae0dfd1553b499920 |
84 | 2023-10-31T03:12:05.399Z | + VERSION=1.0.3-0.ci+git1f91f4c3e76 |
85 | 2023-10-31T03:12:05.422Z | + echo 1.0.3-0.ci+git1f91f4c3e76 |
86 | 2023-10-31T03:12:05.846Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-31T03:12:16.023Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-31T03:12:16.571Z | Startup: Caching catalogs ... Done |
89 | 2023-10-31T03:12:21.097Z | Planning: Solver setup ... Done (4.286s) |
90 | 2023-10-31T03:12:21.208Z | Planning: Running solver ... Done (0.113s) |
91 | 2023-10-31T03:12:21.255Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-31T03:12:21.695Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-31T03:12:22.793Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-31T03:12:22.890Z | Planning: Package planning ... Done (0.077s) |
95 | 2023-10-31T03:12:22.954Z | Planning: Merging actions ... Done (0.086s) |
96 | 2023-10-31T03:12:23.860Z | Planning: Checking for conflicting actions ... Done (0.899s) |
97 | 2023-10-31T03:12:23.877Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-31T03:12:29.164Z | Planning: Evaluating mediators ... Done (5.292s) |
99 | 2023-10-31T03:12:29.181Z | Planning: Planning completed in 12.60 seconds |
100 | 2023-10-31T03:12:29.206Z | Packages to install: 4 |
101 | 2023-10-31T03:12:29.209Z | Mediators to change: 2 |
102 | 2023-10-31T03:12:29.212Z | Services to change: 1 |
103 | 2023-10-31T03:12:29.215Z | Estimated space available: 149.39 GB |
104 | 2023-10-31T03:12:29.218Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-10-31T03:12:29.221Z | Create boot environment: No |
106 | 2023-10-31T03:12:29.237Z | Create backup boot environment: No |
107 | 2023-10-31T03:12:29.243Z | Rebuild boot archive: No |
108 | 2023-10-31T03:12:29.247Z | |
109 | 2023-10-31T03:12:29.250Z | Changed mediators: |
110 | 2023-10-31T03:12:29.254Z | mediator clang: |
111 | 2023-10-31T03:12:29.258Z | version: None -> 15 (system default) |
112 | 2023-10-31T03:12:29.265Z | |
113 | 2023-10-31T03:12:29.270Z | mediator llvm: |
114 | 2023-10-31T03:12:29.273Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-31T03:12:29.279Z | |
116 | 2023-10-31T03:12:29.285Z | Changed packages: |
117 | 2023-10-31T03:12:29.289Z | helios-dev |
118 | 2023-10-31T03:12:29.295Z | developer/build-essential |
119 | 2023-10-31T03:12:29.308Z | None -> 11-2.0 |
120 | 2023-10-31T03:12:29.319Z | library/libxmlsec1 |
121 | 2023-10-31T03:12:29.330Z | None -> 1.2.35-2.0 |
122 | 2023-10-31T03:12:29.335Z | ooce/developer/clang-15 |
123 | 2023-10-31T03:12:29.340Z | None -> 15.0.7-2.0 |
124 | 2023-10-31T03:12:29.351Z | ooce/developer/llvm-15 |
125 | 2023-10-31T03:12:29.361Z | None -> 15.0.7-2.0 |
126 | 2023-10-31T03:12:29.370Z | |
127 | 2023-10-31T03:12:29.376Z | Services: |
128 | 2023-10-31T03:12:29.385Z | restart_fmri: |
129 | 2023-10-31T03:12:29.394Z | svc:/system/update-man-index:default |
130 | 2023-10-31T03:12:29.438Z | |
131 | 2023-10-31T03:12:29.445Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-31T03:12:35.602Z | Download: 213/3290 items 1.3/212.6MB 0% complete (604k/s) |
133 | 2023-10-31T03:12:40.611Z | Download: 1089/3290 items 19.8/212.6MB 9% complete (2.0M/s) |
134 | 2023-10-31T03:12:45.929Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (10.3M/s) |
135 | 2023-10-31T03:12:51.010Z | Download: 1271/3290 items 113.5/212.6MB 53% complete (8.3M/s) |
136 | 2023-10-31T03:12:55.931Z | Download: 1499/3290 items 117.3/212.6MB 55% complete (3.5M/s) |
137 | 2023-10-31T03:13:00.966Z | Download: 1835/3290 items 118.5/212.6MB 55% complete (1.0M/s) |
138 | 2023-10-31T03:13:05.962Z | Download: 2141/3290 items 118.9/212.6MB 55% complete (182k/s) |
139 | 2023-10-31T03:13:11.599Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (149k/s) |
140 | 2023-10-31T03:13:17.332Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (145k/s) |
141 | 2023-10-31T03:13:22.387Z | Download: 2250/3290 items 119.4/212.6MB 56% complete (18.5k/s) |
142 | 2023-10-31T03:13:27.716Z | Download: 2384/3290 items 119.8/212.6MB 56% complete (63.5k/s) |
143 | 2023-10-31T03:13:32.746Z | Download: 2498/3290 items 120.0/212.6MB 56% complete (66.1k/s) |
144 | 2023-10-31T03:13:37.765Z | Download: 2649/3290 items 120.6/212.6MB 56% complete (84.3k/s) |
145 | 2023-10-31T03:13:42.797Z | Download: 2956/3290 items 121.2/212.6MB 57% complete (123k/s) |
146 | 2023-10-31T03:13:47.805Z | Download: 3160/3290 items 178.0/212.6MB 83% complete (5.6M/s) |
147 | 2023-10-31T03:13:52.967Z | Download: 3245/3290 items 203.1/212.6MB 95% complete (8.1M/s) |
148 | 2023-10-31T03:14:00.897Z | Download: 3245/3290 items 203.1/212.6MB 95% complete (8.0M/s) |
149 | 2023-10-31T03:14:06.002Z | Download: 3289/3290 items 212.3/212.6MB 99% complete (2.5M/s) |
150 | 2023-10-31T03:14:06.877Z | Download: Completed 212.60 MB in 97.44 seconds (2.2M/s) |
151 | 2023-10-31T03:14:07.320Z | Actions: 1/3687 actions (Installing new actions) |
152 | 2023-10-31T03:14:12.141Z | Actions: 2891/3687 actions (Installing new actions) |
153 | 2023-10-31T03:14:15.372Z | Actions: Completed 3687 actions in 8.25 seconds. |
154 | 2023-10-31T03:14:15.500Z | Done (0.142s) |
155 | 2023-10-31T03:14:15.505Z | Done (0.000s) |
156 | 2023-10-31T03:14:15.704Z | Done (0.204s) |
157 | 2023-10-31T03:14:22.934Z | Done (7.115s) |
158 | 2023-10-31T03:14:23.168Z | Done (0.144s) |
159 | 2023-10-31T03:14:23.172Z | Done (0.000s) |
160 | 2023-10-31T03:14:23.387Z | Done (0.000s) |
161 | 2023-10-31T03:14:24.048Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-10-31T03:14:24.326Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-10-31T03:14:24.331Z | Planning: Consolidating action changes ... Done |
164 | 2023-10-31T03:14:24.753Z | Planning: Evaluating mediators ... Done |
165 | 2023-10-31T03:14:24.756Z | Planning: Planning completed in 0.71 seconds |
166 | 2023-10-31T03:14:24.809Z | Mediators to change: 2 |
167 | 2023-10-31T03:14:24.812Z | Create boot environment: No |
168 | 2023-10-31T03:14:24.814Z | Create backup boot environment: No |
169 | 2023-10-31T03:14:24.897Z | Done |
170 | 2023-10-31T03:14:24.900Z | Done |
171 | 2023-10-31T03:14:25.022Z | Done |
172 | 2023-10-31T03:14:30.691Z | Done |
173 | 2023-10-31T03:14:30.807Z | Done |
174 | 2023-10-31T03:14:30.810Z | Done |
175 | 2023-10-31T03:14:30.914Z | Done |
176 | 2023-10-31T03:14:31.917Z | Planning: Evaluating mediator changes ... Done |
177 | 2023-10-31T03:14:31.934Z | Planning: Merging actions ... Done |
178 | 2023-10-31T03:14:32.236Z | Planning: Checking for conflicting actions ... Done |
179 | 2023-10-31T03:14:32.246Z | Planning: Consolidating action changes ... Done |
180 | 2023-10-31T03:14:32.656Z | Planning: Evaluating mediators ... Done |
181 | 2023-10-31T03:14:32.745Z | Planning: Planning completed in 1.28 seconds |
182 | 2023-10-31T03:14:32.801Z | Packages to change: 1 |
183 | 2023-10-31T03:14:32.815Z | Mediators to change: 1 |
184 | 2023-10-31T03:14:32.842Z | Services to change: 1 |
185 | 2023-10-31T03:14:33.266Z | Create boot environment: No |
186 | 2023-10-31T03:14:33.277Z | Create backup boot environment: Yes |
187 | 2023-10-31T03:14:34.939Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2023-10-31T03:14:34.942Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2023-10-31T03:14:34.946Z | Done |
190 | 2023-10-31T03:14:34.951Z | Done |
191 | 2023-10-31T03:14:34.990Z | Done |
192 | 2023-10-31T03:14:40.698Z | Done |
193 | 2023-10-31T03:14:40.824Z | Done |
194 | 2023-10-31T03:14:40.838Z | Done |
195 | 2023-10-31T03:14:40.913Z | Done |
196 | 2023-10-31T03:14:41.573Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2023-10-31T03:14:41.592Z | clang system 15 system |
198 | 2023-10-31T03:14:41.605Z | csh system system illumos |
199 | 2023-10-31T03:14:41.620Z | ctags system system illumos |
200 | 2023-10-31T03:14:41.636Z | gcc vendor 12 vendor |
201 | 2023-10-31T03:14:41.667Z | gcc system 10 system |
202 | 2023-10-31T03:14:41.677Z | gcc system 7 system |
203 | 2023-10-31T03:14:41.681Z | go system 1.20 system |
204 | 2023-10-31T03:14:41.689Z | go system 1.19 system |
205 | 2023-10-31T03:14:41.696Z | llvm system 15 system |
206 | 2023-10-31T03:14:41.703Z | llvm system 14 system |
207 | 2023-10-31T03:14:41.719Z | mariadb system 10.6 system |
208 | 2023-10-31T03:14:41.727Z | mta vendor vendor dma |
209 | 2023-10-31T03:14:41.732Z | openjdk system 17 system |
210 | 2023-10-31T03:14:41.741Z | openjdk system 11 system |
211 | 2023-10-31T03:14:41.749Z | openjdk system 1.8 system |
212 | 2023-10-31T03:14:41.757Z | openssl vendor 3 vendor |
213 | 2023-10-31T03:14:41.770Z | perl system 5.36 system |
214 | 2023-10-31T03:14:41.779Z | postgresql system 15 system |
215 | 2023-10-31T03:14:41.783Z | postgresql system 13 system |
216 | 2023-10-31T03:14:41.787Z | python vendor 3 vendor |
217 | 2023-10-31T03:14:41.793Z | python system 2 system |
218 | 2023-10-31T03:14:41.808Z | python3 system 3.11 system |
219 | 2023-10-31T03:14:41.814Z | ruby system 3.0 system |
220 | 2023-10-31T03:14:41.822Z | words vendor vendor american-english |
221 | 2023-10-31T03:14:42.240Z | words system system australian-english |
222 | 2023-10-31T03:14:42.243Z | words system system british-english |
223 | 2023-10-31T03:14:42.246Z | words system system canadian-english |
224 | 2023-10-31T03:14:42.249Z | words system system french |
225 | 2023-10-31T03:14:42.252Z | words system system italian |
226 | 2023-10-31T03:14:42.255Z | words system system ngerman |
227 | 2023-10-31T03:14:42.258Z | words system system ogerman |
228 | 2023-10-31T03:14:42.263Z | words system system spanish |
229 | 2023-10-31T03:14:42.267Z | FMRI IFO |
230 | 2023-10-31T03:14:42.270Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2023-10-31T03:14:42.276Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2023-10-31T03:14:42.280Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2023-10-31T03:14:42.284Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
234 | 2023-10-31T03:14:42.288Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2023-10-31T03:14:42.292Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
236 | 2023-10-31T03:14:42.296Z | + set -o errexit |
237 | 2023-10-31T03:14:42.299Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2023-10-31T03:14:42.303Z | ++ cd ./tools |
239 | 2023-10-31T03:14:42.310Z | ++ pwd |
240 | 2023-10-31T03:14:42.313Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2023-10-31T03:14:42.316Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2023-10-31T03:14:42.319Z | + ARG0=ci_download_cockroachdb |
243 | 2023-10-31T03:14:42.322Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2023-10-31T03:14:42.325Z | + CIDL_VERSION=v22.1.9 |
245 | 2023-10-31T03:14:42.328Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2023-10-31T03:14:42.331Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2023-10-31T03:14:42.334Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2023-10-31T03:14:42.337Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2023-10-31T03:14:42.343Z | + TARGET_DIR=out |
250 | 2023-10-31T03:14:42.347Z | + DOWNLOAD_DIR=out/downloads |
251 | 2023-10-31T03:14:42.350Z | + DEST_DIR=./out/cockroachdb |
252 | 2023-10-31T03:14:42.353Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2023-10-31T03:14:42.356Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2023-10-31T03:14:42.362Z | + main |
255 | 2023-10-31T03:14:42.366Z | + [[ 0 != 0 ]] |
256 | 2023-10-31T03:14:42.371Z | + CIDL_OS=solaris2.11 |
257 | 2023-10-31T03:14:42.375Z | + [[ 0 != 0 ]] |
258 | 2023-10-31T03:14:42.379Z | + configure_os solaris2.11 |
259 | 2023-10-31T03:14:42.383Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2023-10-31T03:14:42.386Z | current directory: /work/oxidecomputer/omicron |
261 | 2023-10-31T03:14:42.390Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2023-10-31T03:14:42.393Z | configuring based on OS: "solaris2.11" |
263 | 2023-10-31T03:14:42.401Z | + case "$1" in |
264 | 2023-10-31T03:14:42.412Z | + CIDL_BUILD=illumos |
265 | 2023-10-31T03:14:42.418Z | + CIDL_SUFFIX=tar.gz |
266 | 2023-10-31T03:14:42.421Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-10-31T03:14:42.439Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2023-10-31T03:14:42.853Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2023-10-31T03:14:42.858Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2023-10-31T03:14:42.863Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2023-10-31T03:14:42.885Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-31T03:14:42.904Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-31T03:14:42.920Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2023-10-31T03:14:42.930Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-31T03:14:42.936Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-10-31T03:14:42.941Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-31T03:14:42.958Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-10-31T03:14:42.962Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-31T03:14:42.970Z | + mkdir -p out/downloads |
280 | 2023-10-31T03:14:42.974Z | + mkdir -p ./out/cockroachdb |
281 | 2023-10-31T03:14:42.979Z | + local DO_DOWNLOAD=true |
282 | 2023-10-31T03:14:42.984Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2023-10-31T03:14:42.989Z | + '[' true == true ']' |
284 | 2023-10-31T03:14:42.993Z | + echo Downloading... |
285 | 2023-10-31T03:14:42.996Z | Downloading... |
286 | 2023-10-31T03:14:43.001Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-10-31T03:14:43.006Z | + 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 |
288 | 2023-10-31T03:14:53.909Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-10-31T03:14:53.912Z | ++ md5sum |
290 | 2023-10-31T03:14:53.914Z | ++ awk '{print $1}' |
291 | 2023-10-31T03:14:54.092Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2023-10-31T03:14:54.095Z | + [[ 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 ]] |
293 | 2023-10-31T03:14:54.098Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-10-31T03:14:54.101Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2023-10-31T03:14:57.462Z | + do_assemble_illumos |
296 | 2023-10-31T03:14:57.466Z | + rm -r ./out/cockroachdb |
297 | 2023-10-31T03:14:57.470Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2023-10-31T03:14:58.045Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2023-10-31T03:14:58.259Z | Build Tag: v22.1.9-dirty |
300 | 2023-10-31T03:14:58.278Z | Build Time: 2022/10/26 21:17:46 |
301 | 2023-10-31T03:14:58.285Z | Distribution: OSS |
302 | 2023-10-31T03:14:58.294Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2023-10-31T03:14:58.705Z | Go Version: go1.17.13 |
304 | 2023-10-31T03:14:58.710Z | C Compiler: gcc 10.3.0 |
305 | 2023-10-31T03:14:58.722Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2023-10-31T03:14:58.727Z | Build Type: release |
307 | 2023-10-31T03:14:58.731Z | + set -o errexit |
308 | 2023-10-31T03:14:58.733Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2023-10-31T03:14:58.736Z | ++ cd ./tools |
310 | 2023-10-31T03:14:58.740Z | ++ pwd |
311 | 2023-10-31T03:14:58.744Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2023-10-31T03:14:58.748Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2023-10-31T03:14:58.753Z | + ARG0=ci_download_clickhouse |
314 | 2023-10-31T03:14:58.756Z | + TARGET_DIR=out |
315 | 2023-10-31T03:14:58.759Z | + DOWNLOAD_DIR=out/downloads |
316 | 2023-10-31T03:14:58.762Z | + DEST_DIR=./out/clickhouse |
317 | 2023-10-31T03:14:58.766Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2023-10-31T03:14:58.770Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2023-10-31T03:14:58.781Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2023-10-31T03:14:58.793Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2023-10-31T03:14:58.800Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-10-31T03:14:58.809Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2023-10-31T03:14:58.818Z | + main |
324 | 2023-10-31T03:14:58.836Z | + [[ 0 != 0 ]] |
325 | 2023-10-31T03:14:58.841Z | + CIDL_OS=solaris2.11 |
326 | 2023-10-31T03:14:58.845Z | + [[ 0 != 0 ]] |
327 | 2023-10-31T03:14:58.850Z | + configure_os solaris2.11 |
328 | 2023-10-31T03:14:58.855Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2023-10-31T03:14:58.878Z | current directory: /work/oxidecomputer/omicron |
330 | 2023-10-31T03:14:58.886Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2023-10-31T03:14:58.891Z | configuring based on OS: "solaris2.11" |
332 | 2023-10-31T03:14:58.900Z | + CIDL_DASHREV= |
333 | 2023-10-31T03:14:58.912Z | + case "$1" in |
334 | 2023-10-31T03:14:58.923Z | + CIDL_PLATFORM=illumos |
335 | 2023-10-31T03:14:58.939Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2023-10-31T03:14:58.947Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2023-10-31T03:14:58.955Z | + CIDL_DASHREV=-1 |
338 | 2023-10-31T03:14:59.369Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2023-10-31T03:14:59.379Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-10-31T03:14:59.384Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-10-31T03:14:59.391Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-31T03:14:59.397Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-10-31T03:14:59.404Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-31T03:14:59.410Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-10-31T03:14:59.415Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-31T03:14:59.421Z | + mkdir -p out/downloads |
347 | 2023-10-31T03:14:59.429Z | + mkdir -p ./out/clickhouse |
348 | 2023-10-31T03:14:59.436Z | + local DO_DOWNLOAD=true |
349 | 2023-10-31T03:14:59.445Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2023-10-31T03:14:59.454Z | + '[' true == true ']' |
351 | 2023-10-31T03:14:59.461Z | + echo Downloading... |
352 | 2023-10-31T03:14:59.469Z | Downloading... |
353 | 2023-10-31T03:14:59.477Z | + 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 |
354 | 2023-10-31T03:14:59.485Z | + 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 |
355 | 2023-10-31T03:14:59.750Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-10-31T03:14:59.754Z | ++ md5sum |
357 | 2023-10-31T03:14:59.758Z | ++ awk '{print $1}' |
358 | 2023-10-31T03:15:00.011Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2023-10-31T03:15:00.014Z | + [[ 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 ]] |
360 | 2023-10-31T03:15:00.018Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2023-10-31T03:15:00.021Z | + mkdir -p ./out/clickhouse |
362 | 2023-10-31T03:15:00.024Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2023-10-31T03:15:04.901Z | + ./out/clickhouse/clickhouse server --version |
364 | 2023-10-31T03:15:04.952Z | ClickHouse server version 22.8.9.1. |
365 | 2023-10-31T03:15:04.975Z | + set -o errexit |
366 | 2023-10-31T03:15:04.983Z | +++ dirname ./tools/ci_download_console |
367 | 2023-10-31T03:15:04.991Z | ++ cd ./tools |
368 | 2023-10-31T03:15:04.999Z | ++ pwd |
369 | 2023-10-31T03:15:05.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2023-10-31T03:15:05.018Z | ++ basename ./tools/ci_download_console |
371 | 2023-10-31T03:15:05.023Z | + ARG0=ci_download_console |
372 | 2023-10-31T03:15:05.032Z | + TARGET_DIR=out |
373 | 2023-10-31T03:15:05.040Z | + DOWNLOAD_DIR=out/downloads |
374 | 2023-10-31T03:15:05.060Z | + DEST_DIR=./out/console-assets |
375 | 2023-10-31T03:15:05.070Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2023-10-31T03:15:05.076Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
377 | 2023-10-31T03:15:05.082Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
378 | 2023-10-31T03:15:05.088Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
379 | 2023-10-31T03:15:05.093Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2023-10-31T03:15:05.099Z | + main |
381 | 2023-10-31T03:15:05.106Z | + [[ 0 != 0 ]] |
382 | 2023-10-31T03:15:05.115Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
383 | 2023-10-31T03:15:05.124Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
384 | 2023-10-31T03:15:05.131Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2023-10-31T03:15:05.139Z | Local file: out/downloads/console.tar.gz |
386 | 2023-10-31T03:15:05.146Z | + local DO_DOWNLOAD=true |
387 | 2023-10-31T03:15:05.154Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2023-10-31T03:15:05.161Z | + mkdir -p out/downloads |
389 | 2023-10-31T03:15:05.218Z | + '[' true == true ']' |
390 | 2023-10-31T03:15:05.228Z | + echo Downloading... |
391 | 2023-10-31T03:15:05.251Z | Downloading... |
392 | 2023-10-31T03:15:05.280Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
393 | 2023-10-31T03:15:05.291Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
394 | 2023-10-31T03:15:05.747Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2023-10-31T03:15:05.759Z | ++ case "$OSTYPE" in |
396 | 2023-10-31T03:15:05.776Z | ++ SHA=sha256sum |
397 | 2023-10-31T03:15:05.784Z | ++ sha256sum |
398 | 2023-10-31T03:15:05.791Z | ++ awk '{print $1}' |
399 | 2023-10-31T03:15:05.799Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
400 | 2023-10-31T03:15:05.808Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
401 | 2023-10-31T03:15:05.818Z | + rm -rf ./out/console-assets |
402 | 2023-10-31T03:15:05.825Z | + mkdir -p ./out/console-assets |
403 | 2023-10-31T03:15:05.832Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2023-10-31T03:15:05.842Z | + mkdir -p ./out/console-assets |
405 | 2023-10-31T03:15:05.847Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2023-10-31T03:15:05.912Z | + set -o errexit |
407 | 2023-10-31T03:15:05.920Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2023-10-31T03:15:05.940Z | ++ cd ./tools |
409 | 2023-10-31T03:15:05.947Z | ++ pwd |
410 | 2023-10-31T03:15:05.952Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2023-10-31T03:15:05.959Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2023-10-31T03:15:05.972Z | + ARG0=ci_download_maghemite_openapi |
413 | 2023-10-31T03:15:06.395Z | + TARGET_DIR=out |
414 | 2023-10-31T03:15:06.413Z | + DOWNLOAD_DIR=out/downloads |
415 | 2023-10-31T03:15:06.424Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2023-10-31T03:15:06.432Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
417 | 2023-10-31T03:15:06.443Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
418 | 2023-10-31T03:15:06.454Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
419 | 2023-10-31T03:15:06.470Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
420 | 2023-10-31T03:15:06.505Z | + main |
421 | 2023-10-31T03:15:06.524Z | + [[ 0 != 0 ]] |
422 | 2023-10-31T03:15:06.535Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
423 | 2023-10-31T03:15:06.545Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
424 | 2023-10-31T03:15:06.565Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
425 | 2023-10-31T03:15:06.578Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
426 | 2023-10-31T03:15:06.591Z | + local DO_DOWNLOAD=true |
427 | 2023-10-31T03:15:06.597Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
428 | 2023-10-31T03:15:06.602Z | + mkdir -p out/downloads |
429 | 2023-10-31T03:15:06.610Z | + '[' true == true ']' |
430 | 2023-10-31T03:15:06.616Z | + echo Downloading... |
431 | 2023-10-31T03:15:06.621Z | Downloading... |
432 | 2023-10-31T03:15:06.629Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
433 | 2023-10-31T03:15:06.646Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
434 | 2023-10-31T03:15:06.654Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
435 | 2023-10-31T03:15:06.663Z | ++ case "$OSTYPE" in |
436 | 2023-10-31T03:15:06.674Z | ++ SHA=sha256sum |
437 | 2023-10-31T03:15:06.693Z | ++ sha256sum |
438 | 2023-10-31T03:15:06.699Z | ++ awk '{print $1}' |
439 | 2023-10-31T03:15:06.740Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-10-31T03:15:07.158Z | + [[ 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 ]] |
441 | 2023-10-31T03:15:07.169Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2023-10-31T03:15:07.182Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
443 | 2023-10-31T03:15:07.205Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
444 | 2023-10-31T03:15:07.218Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
445 | 2023-10-31T03:15:07.232Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
446 | 2023-10-31T03:15:07.699Z | + main |
447 | 2023-10-31T03:15:08.983Z | + [[ 0 != 0 ]] |
448 | 2023-10-31T03:15:08.996Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
449 | 2023-10-31T03:15:09.010Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
450 | 2023-10-31T03:15:09.021Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
451 | 2023-10-31T03:15:09.030Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
452 | 2023-10-31T03:15:09.051Z | + local DO_DOWNLOAD=true |
453 | 2023-10-31T03:15:09.061Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
454 | 2023-10-31T03:15:09.084Z | + mkdir -p out/downloads |
455 | 2023-10-31T03:15:09.508Z | + '[' true == true ']' |
456 | 2023-10-31T03:15:09.521Z | + echo Downloading... |
457 | 2023-10-31T03:15:09.537Z | Downloading... |
458 | 2023-10-31T03:15:09.554Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
459 | 2023-10-31T03:15:09.565Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
460 | 2023-10-31T03:15:09.573Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
461 | 2023-10-31T03:15:09.579Z | ++ case "$OSTYPE" in |
462 | 2023-10-31T03:15:09.595Z | ++ SHA=sha256sum |
463 | 2023-10-31T03:15:09.603Z | ++ sha256sum |
464 | 2023-10-31T03:15:09.610Z | ++ awk '{print $1}' |
465 | 2023-10-31T03:15:09.625Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
466 | 2023-10-31T03:15:09.630Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
467 | 2023-10-31T03:15:09.636Z | + set -o errexit |
468 | 2023-10-31T03:15:09.649Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2023-10-31T03:15:10.062Z | ++ cd ./tools |
470 | 2023-10-31T03:15:10.509Z | ++ pwd |
471 | 2023-10-31T03:15:10.519Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2023-10-31T03:15:10.539Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2023-10-31T03:15:10.544Z | + ARG0=ci_download_dendrite_openapi |
474 | 2023-10-31T03:15:10.555Z | + TARGET_DIR=out |
475 | 2023-10-31T03:15:10.565Z | + DOWNLOAD_DIR=out/downloads |
476 | 2023-10-31T03:15:10.571Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2023-10-31T03:15:10.585Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
478 | 2023-10-31T03:15:10.592Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
479 | 2023-10-31T03:15:10.605Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
480 | 2023-10-31T03:15:10.616Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
481 | 2023-10-31T03:15:10.622Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
482 | 2023-10-31T03:15:10.636Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
483 | 2023-10-31T03:15:10.651Z | Downloading... |
484 | 2023-10-31T03:15:10.659Z | + main |
485 | 2023-10-31T03:15:10.678Z | + [[ 0 != 0 ]] |
486 | 2023-10-31T03:15:10.685Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
487 | 2023-10-31T03:15:10.704Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
488 | 2023-10-31T03:15:10.721Z | + local DO_DOWNLOAD=true |
489 | 2023-10-31T03:15:10.727Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
490 | 2023-10-31T03:15:10.731Z | + mkdir -p out/downloads |
491 | 2023-10-31T03:15:10.742Z | + '[' true == true ']' |
492 | 2023-10-31T03:15:10.751Z | + echo Downloading... |
493 | 2023-10-31T03:15:10.761Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
494 | 2023-10-31T03:15:10.775Z | current directory: /work/oxidecomputer/omicron |
495 | 2023-10-31T03:15:10.780Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
496 | 2023-10-31T03:15:10.787Z | configuring based on OS: "solaris2.11" |
497 | 2023-10-31T03:15:10.793Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
498 | 2023-10-31T03:15:10.803Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
499 | 2023-10-31T03:15:10.810Z | ++ case "$OSTYPE" in |
500 | 2023-10-31T03:15:10.831Z | Local file: out/downloads/dendrite-stub.tar.gz |
501 | 2023-10-31T03:15:10.862Z | ++ SHA=sha256sum |
502 | 2023-10-31T03:15:10.887Z | Downloading... |
503 | 2023-10-31T03:15:10.899Z | ++ sha256sum |
504 | 2023-10-31T03:15:10.914Z | ++ awk '{print $1}' |
505 | 2023-10-31T03:15:10.928Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
506 | 2023-10-31T03:15:10.942Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
507 | 2023-10-31T03:15:11.377Z | + set -o errexit |
508 | 2023-10-31T03:15:11.451Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2023-10-31T03:15:11.478Z | ++ cd ./tools |
510 | 2023-10-31T03:15:11.491Z | ++ pwd |
511 | 2023-10-31T03:15:11.508Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2023-10-31T03:15:11.527Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2023-10-31T03:15:11.540Z | + ARG0=ci_download_dendrite_stub |
514 | 2023-10-31T03:15:11.552Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2023-10-31T03:15:11.562Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
516 | 2023-10-31T03:15:11.987Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
517 | 2023-10-31T03:15:12.001Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
518 | 2023-10-31T03:15:12.019Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2023-10-31T03:15:12.040Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
520 | 2023-10-31T03:15:12.057Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
521 | 2023-10-31T03:15:12.063Z | + TARGET_DIR=out |
522 | 2023-10-31T03:15:12.071Z | + DOWNLOAD_DIR=out/downloads |
523 | 2023-10-31T03:15:12.078Z | + DEST_DIR=./out/dendrite-stub |
524 | 2023-10-31T03:15:12.085Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2023-10-31T03:15:12.089Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2023-10-31T03:15:12.107Z | + REPO=oxidecomputer/dendrite |
527 | 2023-10-31T03:15:12.124Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
528 | 2023-10-31T03:15:12.135Z | + main |
529 | 2023-10-31T03:15:12.142Z | + [[ 0 != 0 ]] |
530 | 2023-10-31T03:15:12.155Z | + CIDL_OS=solaris2.11 |
531 | 2023-10-31T03:15:12.165Z | + [[ 0 != 0 ]] |
532 | 2023-10-31T03:15:12.177Z | + configure_os solaris2.11 |
533 | 2023-10-31T03:15:12.192Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2023-10-31T03:15:12.204Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2023-10-31T03:15:12.214Z | + case "$1" in |
536 | 2023-10-31T03:15:12.231Z | + SET_BINARIES= |
537 | 2023-10-31T03:15:12.656Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
538 | 2023-10-31T03:15:12.663Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2023-10-31T03:15:12.788Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2023-10-31T03:15:13.213Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
541 | 2023-10-31T03:15:13.229Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2023-10-31T03:15:13.244Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
543 | 2023-10-31T03:15:13.668Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
544 | 2023-10-31T03:15:13.675Z | + mkdir -p out/downloads |
545 | 2023-10-31T03:15:13.679Z | + mkdir -p ./out/dendrite-stub |
546 | 2023-10-31T03:15:13.683Z | + fetch_and_verify |
547 | 2023-10-31T03:15:13.686Z | + local DO_DOWNLOAD=true |
548 | 2023-10-31T03:15:13.691Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2023-10-31T03:15:13.699Z | + '[' true == true ']' |
550 | 2023-10-31T03:15:13.710Z | + echo Downloading... |
551 | 2023-10-31T03:15:13.723Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2023-10-31T03:15:13.736Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
553 | 2023-10-31T03:15:24.926Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2023-10-31T03:15:24.930Z | ++ sha256sum |
555 | 2023-10-31T03:15:24.934Z | ++ awk '{print $1}' |
556 | 2023-10-31T03:15:25.032Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
557 | 2023-10-31T03:15:25.044Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
558 | 2023-10-31T03:15:25.060Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2023-10-31T03:15:25.078Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2023-10-31T03:15:25.922Z | + do_assemble |
561 | 2023-10-31T03:15:25.944Z | + rm -r ./out/dendrite-stub |
562 | 2023-10-31T03:15:25.966Z | + mkdir ./out/dendrite-stub |
563 | 2023-10-31T03:15:25.972Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2023-10-31T03:15:26.082Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2023-10-31T03:15:26.103Z | + set -o errexit |
566 | 2023-10-31T03:15:26.113Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2023-10-31T03:15:26.537Z | ++ cd ./tools |
568 | 2023-10-31T03:15:26.551Z | ++ pwd |
569 | 2023-10-31T03:15:26.576Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2023-10-31T03:15:26.585Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2023-10-31T03:15:26.593Z | + ARG0=ci_download_maghemite_mgd |
572 | 2023-10-31T03:15:26.600Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2023-10-31T03:15:26.607Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
574 | 2023-10-31T03:15:26.614Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
575 | 2023-10-31T03:15:26.626Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2023-10-31T03:15:26.634Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
577 | 2023-10-31T03:15:26.642Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
578 | 2023-10-31T03:15:26.650Z | + TARGET_DIR=out |
579 | 2023-10-31T03:15:26.662Z | + DOWNLOAD_DIR=out/downloads |
580 | 2023-10-31T03:15:26.677Z | + DEST_DIR=./out/mgd |
581 | 2023-10-31T03:15:26.689Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2023-10-31T03:15:26.698Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2023-10-31T03:15:26.707Z | + REPO=oxidecomputer/maghemite |
584 | 2023-10-31T03:15:26.715Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
585 | 2023-10-31T03:15:26.725Z | + main |
586 | 2023-10-31T03:15:26.735Z | + [[ 0 != 0 ]] |
587 | 2023-10-31T03:15:26.751Z | + CIDL_OS=solaris2.11 |
588 | 2023-10-31T03:15:26.767Z | + [[ 0 != 0 ]] |
589 | 2023-10-31T03:15:26.776Z | + configure_os solaris2.11 |
590 | 2023-10-31T03:15:27.202Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2023-10-31T03:15:27.212Z | current directory: /work/oxidecomputer/omicron |
592 | 2023-10-31T03:15:27.221Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2023-10-31T03:15:27.238Z | configuring based on OS: "solaris2.11" |
594 | 2023-10-31T03:15:27.656Z | + case "$1" in |
595 | 2023-10-31T03:15:27.734Z | + SET_BINARIES= |
596 | 2023-10-31T03:15:27.742Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2023-10-31T03:15:27.760Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2023-10-31T03:15:27.769Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
599 | 2023-10-31T03:15:27.780Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2023-10-31T03:15:27.790Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
601 | 2023-10-31T03:15:27.805Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
602 | 2023-10-31T03:15:27.822Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2023-10-31T03:15:27.834Z | Local file: out/downloads/mgd.tar.gz |
604 | 2023-10-31T03:15:27.848Z | + mkdir -p out/downloads |
605 | 2023-10-31T03:15:27.861Z | + mkdir -p ./out/mgd |
606 | 2023-10-31T03:15:27.884Z | + fetch_and_verify |
607 | 2023-10-31T03:15:27.901Z | + local DO_DOWNLOAD=true |
608 | 2023-10-31T03:15:27.931Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2023-10-31T03:15:27.940Z | + '[' true == true ']' |
610 | 2023-10-31T03:15:27.951Z | + echo Downloading... |
611 | 2023-10-31T03:15:27.962Z | Downloading... |
612 | 2023-10-31T03:15:27.981Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2023-10-31T03:15:27.994Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
614 | 2023-10-31T03:15:42.695Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2023-10-31T03:15:42.701Z | ++ sha256sum |
616 | 2023-10-31T03:15:42.708Z | ++ awk '{print $1}' |
617 | 2023-10-31T03:15:42.780Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
618 | 2023-10-31T03:15:42.789Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
619 | 2023-10-31T03:15:42.802Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2023-10-31T03:15:42.811Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2023-10-31T03:15:43.431Z | + do_assemble |
622 | 2023-10-31T03:15:43.439Z | + rm -r ./out/mgd |
623 | 2023-10-31T03:15:43.452Z | + mkdir ./out/mgd |
624 | 2023-10-31T03:15:43.463Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2023-10-31T03:15:43.600Z | + set -o errexit |
626 | 2023-10-31T03:15:43.603Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2023-10-31T03:15:43.605Z | ++ cd ./tools |
628 | 2023-10-31T03:15:43.608Z | ++ pwd |
629 | 2023-10-31T03:15:43.611Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2023-10-31T03:15:43.615Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2023-10-31T03:15:43.618Z | + ARG0=ci_download_transceiver_control |
632 | 2023-10-31T03:15:43.621Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2023-10-31T03:15:43.624Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2023-10-31T03:15:43.627Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2023-10-31T03:15:43.630Z | + TARGET_DIR=out |
636 | 2023-10-31T03:15:43.632Z | + DOWNLOAD_DIR=out/downloads |
637 | 2023-10-31T03:15:43.637Z | + DEST_DIR=./out/transceiver-control |
638 | 2023-10-31T03:15:43.639Z | + BIN_DIR=/opt/oxide/bin |
639 | 2023-10-31T03:15:43.646Z | + BINARY=xcvradm |
640 | 2023-10-31T03:15:43.649Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2023-10-31T03:15:43.652Z | + REPO=oxidecomputer/transceiver-control |
642 | 2023-10-31T03:15:43.657Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2023-10-31T03:15:43.662Z | + main |
644 | 2023-10-31T03:15:44.081Z | + [[ 0 != 0 ]] |
645 | 2023-10-31T03:15:44.085Z | + CIDL_OS=solaris2.11 |
646 | 2023-10-31T03:15:44.092Z | + [[ 0 != 0 ]] |
647 | 2023-10-31T03:15:44.104Z | + configure_os solaris2.11 |
648 | 2023-10-31T03:15:44.112Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2023-10-31T03:15:44.122Z | current directory: /work/oxidecomputer/omicron |
650 | 2023-10-31T03:15:44.132Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2023-10-31T03:15:44.148Z | configuring based on OS: "solaris2.11" |
652 | 2023-10-31T03:15:44.565Z | + case "$1" in |
653 | 2023-10-31T03:15:44.576Z | + SET_BINARIES= |
654 | 2023-10-31T03:15:44.588Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-10-31T03:15:44.594Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2023-10-31T03:15:44.598Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2023-10-31T03:15:44.604Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-10-31T03:15:44.609Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2023-10-31T03:15:44.615Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2023-10-31T03:15:44.621Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2023-10-31T03:15:44.628Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2023-10-31T03:15:44.638Z | Local file: out/downloads/xcvradm.gz |
663 | 2023-10-31T03:15:44.654Z | + mkdir -p out/downloads |
664 | 2023-10-31T03:15:45.073Z | + mkdir -p ./out/transceiver-control |
665 | 2023-10-31T03:15:45.081Z | + fetch_and_verify |
666 | 2023-10-31T03:15:45.496Z | + local DO_DOWNLOAD=true |
667 | 2023-10-31T03:15:45.503Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2023-10-31T03:15:45.511Z | + '[' true == true ']' |
669 | 2023-10-31T03:15:45.519Z | + echo Downloading... |
670 | 2023-10-31T03:15:45.524Z | Downloading... |
671 | 2023-10-31T03:15:45.533Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2023-10-31T03:15:45.540Z | + 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 |
673 | 2023-10-31T03:15:46.345Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2023-10-31T03:15:46.350Z | ++ sha256sum |
675 | 2023-10-31T03:15:46.356Z | ++ awk '{print $1}' |
676 | 2023-10-31T03:15:46.373Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2023-10-31T03:15:46.385Z | + [[ 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 ]] |
678 | 2023-10-31T03:15:46.802Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2023-10-31T03:15:46.812Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2023-10-31T03:15:46.823Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2023-10-31T03:15:46.827Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2023-10-31T03:15:46.832Z | + do_assemble |
683 | 2023-10-31T03:15:46.839Z | + rm -r ./out/transceiver-control |
684 | 2023-10-31T03:15:46.852Z | + mkdir ./out/transceiver-control |
685 | 2023-10-31T03:15:46.859Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2023-10-31T03:15:46.872Z | All prerequisites installed successfully |
687 | 2023-10-31T03:15:47.299Z | |
688 | 2023-10-31T03:15:47.306Z | real 3:41.535354658 |
689 | 2023-10-31T03:15:47.327Z | user 51.914103215 |
690 | 2023-10-31T03:15:47.339Z | sys 9.709168794 |
691 | 2023-10-31T03:15:47.353Z | trap 0.022437829 |
692 | 2023-10-31T03:15:47.376Z | tflt 0.147159966 |
693 | 2023-10-31T03:15:47.384Z | dflt 0.548018293 |
694 | 2023-10-31T03:15:47.393Z | kflt 0.167877327 |
695 | 2023-10-31T03:15:47.403Z | lock 1.675528804 |
696 | 2023-10-31T03:15:47.434Z | slp 7:33.869240805 |
697 | 2023-10-31T03:15:47.843Z | lat 3.366933805 |
698 | 2023-10-31T03:15:47.847Z | stop 0.068258077 |
699 | 2023-10-31T03:15:47.876Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2023-10-31T03:15:48.295Z | fetching npuzone |
701 | 2023-10-31T03:15:48.304Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2023-10-31T03:15:48.327Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
703 | 2023-10-31T03:15:48.343Z | Getting hash for npuzone |
704 | 2023-10-31T03:15:48.765Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
705 | 2023-10-31T03:15:56.372Z | npuzone downloaded successfully |
706 | 2023-10-31T03:15:56.377Z | |
707 | 2023-10-31T03:15:56.381Z | real 9.622721251 |
708 | 2023-10-31T03:15:56.384Z | user 0.556286847 |
709 | 2023-10-31T03:15:56.387Z | sys 0.148627433 |
710 | 2023-10-31T03:15:56.389Z | trap 0.000035425 |
711 | 2023-10-31T03:15:56.393Z | tflt 0.000000000 |
712 | 2023-10-31T03:15:56.395Z | dflt 0.000000000 |
713 | 2023-10-31T03:15:56.398Z | kflt 0.000000000 |
714 | 2023-10-31T03:15:56.401Z | lock 0.000000000 |
715 | 2023-10-31T03:15:56.403Z | slp 27.993758390 |
716 | 2023-10-31T03:15:56.406Z | lat 0.133769101 |
717 | 2023-10-31T03:15:56.409Z | stop 0.000258674 |
718 | 2023-10-31T03:15:56.413Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
719 | 2023-10-31T03:15:56.747Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2023-10-31T03:15:57.125Z | Updating crates.io index |
721 | 2023-10-31T03:15:57.130Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
722 | 2023-10-31T03:15:58.361Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
723 | 2023-10-31T03:15:59.758Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
724 | 2023-10-31T03:16:00.364Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
725 | 2023-10-31T03:16:00.708Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
726 | 2023-10-31T03:16:01.004Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
727 | 2023-10-31T03:16:01.304Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
728 | 2023-10-31T03:16:02.204Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
729 | 2023-10-31T03:16:04.027Z | Updating git repository `https://github.com/oxidecomputer/opte` |
730 | 2023-10-31T03:16:04.963Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
731 | 2023-10-31T03:16:05.348Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
732 | 2023-10-31T03:16:05.697Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2023-10-31T03:16:09.441Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
734 | 2023-10-31T03:16:09.829Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
735 | 2023-10-31T03:16:10.203Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
736 | 2023-10-31T03:16:10.523Z | Updating git repository `https://github.com/njaremko/samael` |
737 | 2023-10-31T03:16:10.992Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2023-10-31T03:16:11.613Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
739 | 2023-10-31T03:16:12.027Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
740 | 2023-10-31T03:16:12.380Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2023-10-31T03:16:13.725Z | Updating git repository `https://github.com/cbiffle/hubpack` |
742 | 2023-10-31T03:16:14.089Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
743 | 2023-10-31T03:16:23.826Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
744 | 2023-10-31T03:16:24.285Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2023-10-31T03:16:25.276Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2023-10-31T03:16:25.689Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2023-10-31T03:16:25.992Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2023-10-31T03:16:27.405Z | Downloading crates ... |
749 | 2023-10-31T03:16:27.620Z | Downloaded ascii v1.1.0 |
750 | 2023-10-31T03:16:27.658Z | Downloaded httparse v1.8.0 |
751 | 2023-10-31T03:16:27.672Z | Downloaded impl-trait-for-tuples v0.2.2 |
752 | 2023-10-31T03:16:27.679Z | Downloaded bytes v1.5.0 |
753 | 2023-10-31T03:16:27.685Z | Downloaded managed v0.8.0 |
754 | 2023-10-31T03:16:27.688Z | Downloaded maplit v1.0.2 |
755 | 2023-10-31T03:16:27.691Z | Downloaded linked-hash-map v0.5.6 |
756 | 2023-10-31T03:16:27.695Z | Downloaded iana-time-zone v0.1.57 |
757 | 2023-10-31T03:16:27.700Z | Downloaded lalrpop-util v0.19.12 |
758 | 2023-10-31T03:16:27.703Z | Downloaded ipnet v2.8.0 |
759 | 2023-10-31T03:16:27.706Z | Downloaded indoc v2.0.3 |
760 | 2023-10-31T03:16:27.711Z | Downloaded log v0.4.20 |
761 | 2023-10-31T03:16:27.716Z | Downloaded crc32fast v1.3.2 |
762 | 2023-10-31T03:16:27.719Z | Downloaded indexmap v1.9.3 |
763 | 2023-10-31T03:16:27.722Z | Downloaded num-derive v0.4.0 |
764 | 2023-10-31T03:16:27.728Z | Downloaded atty v0.2.14 |
765 | 2023-10-31T03:16:27.731Z | Downloaded nodrop v0.1.14 |
766 | 2023-10-31T03:16:27.735Z | Downloaded newtype_derive v0.1.6 |
767 | 2023-10-31T03:16:27.739Z | Downloaded async-stream v0.3.5 |
768 | 2023-10-31T03:16:27.741Z | Downloaded num v0.4.1 |
769 | 2023-10-31T03:16:27.746Z | Downloaded hyper-staticfile v0.9.5 |
770 | 2023-10-31T03:16:27.751Z | Downloaded async-stream-impl v0.3.5 |
771 | 2023-10-31T03:16:27.754Z | Downloaded nibble_vec v0.1.0 |
772 | 2023-10-31T03:16:27.757Z | Downloaded cfg-if v1.0.0 |
773 | 2023-10-31T03:16:27.764Z | Downloaded hubpack_derive v0.1.1 |
774 | 2023-10-31T03:16:27.771Z | Downloaded normalize-line-endings v0.3.0 |
775 | 2023-10-31T03:16:27.775Z | Downloaded atomicwrites v0.4.2 |
776 | 2023-10-31T03:16:27.779Z | Downloaded new_debug_unreachable v1.0.4 |
777 | 2023-10-31T03:16:27.782Z | Downloaded matches v0.1.10 |
778 | 2023-10-31T03:16:27.786Z | Downloaded thiserror-impl v1.0.49 |
779 | 2023-10-31T03:16:27.791Z | Downloaded memoffset v0.7.1 |
780 | 2023-10-31T03:16:27.794Z | Downloaded adler v1.0.2 |
781 | 2023-10-31T03:16:27.798Z | Downloaded maybe-uninit v2.0.0 |
782 | 2023-10-31T03:16:27.803Z | Downloaded http-body v0.4.5 |
783 | 2023-10-31T03:16:27.806Z | Downloaded anstyle-query v1.0.0 |
784 | 2023-10-31T03:16:27.809Z | Downloaded bitvec v1.0.1 |
785 | 2023-10-31T03:16:27.833Z | Downloaded md-5 v0.10.5 |
786 | 2023-10-31T03:16:27.837Z | Downloaded indoc v1.0.9 |
787 | 2023-10-31T03:16:27.842Z | Downloaded toml_datetime v0.6.3 |
788 | 2023-10-31T03:16:27.847Z | Downloaded hex v0.4.3 |
789 | 2023-10-31T03:16:27.850Z | Downloaded macaddr v1.0.1 |
790 | 2023-10-31T03:16:27.853Z | Downloaded itoa v1.0.9 |
791 | 2023-10-31T03:16:27.857Z | Downloaded jobserver v0.1.26 |
792 | 2023-10-31T03:16:27.862Z | Downloaded slog-dtrace v0.2.3 |
793 | 2023-10-31T03:16:27.867Z | Downloaded multer v2.1.0 |
794 | 2023-10-31T03:16:27.872Z | Downloaded rtoolbox v0.0.1 |
795 | 2023-10-31T03:16:27.876Z | Downloaded difflib v0.4.0 |
796 | 2023-10-31T03:16:27.879Z | Downloaded toolchain_find v0.2.0 |
797 | 2023-10-31T03:16:27.884Z | Downloaded darling_macro v0.20.3 |
798 | 2023-10-31T03:16:27.888Z | Downloaded cargo_toml v0.16.3 |
799 | 2023-10-31T03:16:27.891Z | Downloaded ipnetwork v0.20.0 |
800 | 2023-10-31T03:16:27.893Z | Downloaded nu-ansi-term v0.49.0 |
801 | 2023-10-31T03:16:27.896Z | Downloaded ref-cast v1.0.20 |
802 | 2023-10-31T03:16:27.899Z | Downloaded fastrand v2.0.0 |
803 | 2023-10-31T03:16:27.902Z | Downloaded semver-parser v0.10.2 |
804 | 2023-10-31T03:16:27.910Z | Downloaded fallible-streaming-iterator v0.1.9 |
805 | 2023-10-31T03:16:27.913Z | Downloaded rustc_version v0.1.7 |
806 | 2023-10-31T03:16:27.916Z | Downloaded clap_derive v4.4.2 |
807 | 2023-10-31T03:16:27.919Z | Downloaded hmac v0.12.1 |
808 | 2023-10-31T03:16:27.922Z | Downloaded addr2line v0.21.0 |
809 | 2023-10-31T03:16:27.924Z | Downloaded thiserror v1.0.49 |
810 | 2023-10-31T03:16:27.928Z | Downloaded utf8parse v0.2.1 |
811 | 2023-10-31T03:16:27.930Z | Downloaded terminal_size v0.2.6 |
812 | 2023-10-31T03:16:27.934Z | Downloaded take_mut v0.2.2 |
813 | 2023-10-31T03:16:27.936Z | Downloaded predicates v2.1.5 |
814 | 2023-10-31T03:16:27.939Z | Downloaded hash32 v0.2.1 |
815 | 2023-10-31T03:16:27.943Z | Downloaded pkg-config v0.3.27 |
816 | 2023-10-31T03:16:27.946Z | Downloaded fxhash v0.2.1 |
817 | 2023-10-31T03:16:27.949Z | Downloaded futures-core v0.3.29 |
818 | 2023-10-31T03:16:27.952Z | Downloaded zone_cfg_derive v0.2.0 |
819 | 2023-10-31T03:16:27.955Z | Downloaded zone v0.2.0 |
820 | 2023-10-31T03:16:27.958Z | Downloaded ppv-lite86 v0.2.17 |
821 | 2023-10-31T03:16:27.961Z | Downloaded tiny-keccak v2.0.2 |
822 | 2023-10-31T03:16:27.965Z | Downloaded sha2 v0.10.8 |
823 | 2023-10-31T03:16:27.969Z | Downloaded phf_shared v0.11.2 |
824 | 2023-10-31T03:16:27.972Z | Downloaded olpc-cjson v0.1.3 |
825 | 2023-10-31T03:16:27.975Z | Downloaded num-traits v0.2.16 |
826 | 2023-10-31T03:16:27.977Z | Downloaded io-lifetimes v1.0.11 |
827 | 2023-10-31T03:16:27.983Z | Downloaded utf-8 v0.7.6 |
828 | 2023-10-31T03:16:27.985Z | Downloaded usdt-macro v0.3.5 |
829 | 2023-10-31T03:16:27.988Z | Downloaded untrusted v0.9.0 |
830 | 2023-10-31T03:16:27.992Z | Downloaded pin-utils v0.1.0 |
831 | 2023-10-31T03:16:27.997Z | Downloaded serde_repr v0.1.16 |
832 | 2023-10-31T03:16:27.999Z | Downloaded serde_plain v1.0.2 |
833 | 2023-10-31T03:16:28.003Z | Downloaded serde_with_macros v2.3.3 |
834 | 2023-10-31T03:16:28.006Z | Downloaded signature v1.6.4 |
835 | 2023-10-31T03:16:28.009Z | Downloaded signature v2.1.0 |
836 | 2023-10-31T03:16:28.013Z | Downloaded dof v0.1.5 |
837 | 2023-10-31T03:16:28.015Z | Downloaded postgres-types v0.2.6 |
838 | 2023-10-31T03:16:28.018Z | Downloaded termios v0.3.3 |
839 | 2023-10-31T03:16:28.021Z | Downloaded futures-sink v0.3.29 |
840 | 2023-10-31T03:16:28.024Z | Downloaded futures-io v0.3.29 |
841 | 2023-10-31T03:16:28.028Z | Downloaded once_cell v1.18.0 |
842 | 2023-10-31T03:16:28.031Z | Downloaded rpassword v7.2.0 |
843 | 2023-10-31T03:16:28.033Z | Downloaded phf_shared v0.10.0 |
844 | 2023-10-31T03:16:28.036Z | Downloaded toml v0.7.8 |
845 | 2023-10-31T03:16:28.039Z | Downloaded structmeta v0.1.6 |
846 | 2023-10-31T03:16:28.042Z | Downloaded precomputed-hash v0.1.1 |
847 | 2023-10-31T03:16:28.045Z | Downloaded tempfile v3.8.0 |
848 | 2023-10-31T03:16:28.048Z | Downloaded phf v0.11.2 |
849 | 2023-10-31T03:16:28.051Z | Downloaded textwrap v0.11.0 |
850 | 2023-10-31T03:16:28.053Z | Downloaded quote v1.0.33 |
851 | 2023-10-31T03:16:28.056Z | Downloaded fixedbitset v0.4.2 |
852 | 2023-10-31T03:16:28.059Z | Downloaded serde_path_to_error v0.1.14 |
853 | 2023-10-31T03:16:28.063Z | Downloaded pkcs8 v0.10.2 |
854 | 2023-10-31T03:16:28.066Z | Downloaded slog-scope v4.4.0 |
855 | 2023-10-31T03:16:28.069Z | Downloaded unicode-bidi v0.3.13 |
856 | 2023-10-31T03:16:28.073Z | Downloaded pkcs1 v0.7.5 |
857 | 2023-10-31T03:16:28.078Z | Downloaded tower-service v0.3.2 |
858 | 2023-10-31T03:16:28.080Z | Downloaded curve25519-dalek-derive v0.1.0 |
859 | 2023-10-31T03:16:28.083Z | Downloaded textwrap v0.16.0 |
860 | 2023-10-31T03:16:28.086Z | Downloaded polyval v0.6.1 |
861 | 2023-10-31T03:16:28.090Z | Downloaded fd-lock v3.0.13 |
862 | 2023-10-31T03:16:28.094Z | Downloaded num_enum_derive v0.5.11 |
863 | 2023-10-31T03:16:28.097Z | Downloaded fallible-iterator v0.2.0 |
864 | 2023-10-31T03:16:28.100Z | Downloaded ed25519 v1.5.3 |
865 | 2023-10-31T03:16:28.103Z | Downloaded pretty-hex v0.2.1 |
866 | 2023-10-31T03:16:28.106Z | Downloaded pest_generator v2.7.2 |
867 | 2023-10-31T03:16:28.109Z | Downloaded term v0.7.0 |
868 | 2023-10-31T03:16:28.116Z | Downloaded rustversion v1.0.14 |
869 | 2023-10-31T03:16:28.119Z | Downloaded rand_xorshift v0.3.0 |
870 | 2023-10-31T03:16:28.122Z | Downloaded resolv-conf v0.7.0 |
871 | 2023-10-31T03:16:28.125Z | Downloaded scheduled-thread-pool v0.2.7 |
872 | 2023-10-31T03:16:28.128Z | Downloaded ref-cast-impl v1.0.20 |
873 | 2023-10-31T03:16:28.130Z | Downloaded rand_core v0.6.4 |
874 | 2023-10-31T03:16:28.133Z | Downloaded serde_urlencoded v0.7.1 |
875 | 2023-10-31T03:16:28.136Z | Downloaded dirs-next v2.0.0 |
876 | 2023-10-31T03:16:28.139Z | Downloaded serde v1.0.188 |
877 | 2023-10-31T03:16:28.144Z | Downloaded equivalent v1.0.1 |
878 | 2023-10-31T03:16:28.147Z | Downloaded snafu-derive v0.7.5 |
879 | 2023-10-31T03:16:28.150Z | Downloaded rustls-pemfile v1.0.3 |
880 | 2023-10-31T03:16:28.154Z | Downloaded path-dedot v3.1.0 |
881 | 2023-10-31T03:16:28.157Z | Downloaded foreign-types-shared v0.1.1 |
882 | 2023-10-31T03:16:28.161Z | Downloaded futures-task v0.3.29 |
883 | 2023-10-31T03:16:28.164Z | Downloaded termtree v0.4.1 |
884 | 2023-10-31T03:16:28.166Z | Downloaded time-core v0.1.1 |
885 | 2023-10-31T03:16:28.170Z | Downloaded string_cache v0.8.7 |
886 | 2023-10-31T03:16:28.173Z | Downloaded url v2.4.1 |
887 | 2023-10-31T03:16:28.176Z | Downloaded try-lock v0.2.4 |
888 | 2023-10-31T03:16:28.179Z | Downloaded vte_generate_state_changes v0.1.1 |
889 | 2023-10-31T03:16:28.183Z | Downloaded thiserror-impl-no-std v2.0.2 |
890 | 2023-10-31T03:16:28.188Z | Downloaded wait-timeout v0.2.0 |
891 | 2023-10-31T03:16:28.190Z | Downloaded strsim v0.10.0 |
892 | 2023-10-31T03:16:28.193Z | Downloaded sct v0.7.0 |
893 | 2023-10-31T03:16:28.196Z | Downloaded num_threads v0.1.6 |
894 | 2023-10-31T03:16:28.199Z | Downloaded waitgroup v0.1.2 |
895 | 2023-10-31T03:16:28.203Z | Downloaded unicode-linebreak v0.1.5 |
896 | 2023-10-31T03:16:28.205Z | Downloaded packed_struct_codegen v0.10.1 |
897 | 2023-10-31T03:16:28.208Z | Downloaded glob v0.3.1 |
898 | 2023-10-31T03:16:28.212Z | Downloaded group v0.13.0 |
899 | 2023-10-31T03:16:28.218Z | Downloaded vsss-rs v3.3.1 |
900 | 2023-10-31T03:16:28.222Z | Downloaded r2d2 v0.8.10 |
901 | 2023-10-31T03:16:28.225Z | Downloaded generic-array v0.14.7 |
902 | 2023-10-31T03:16:28.229Z | Downloaded tap v1.0.1 |
903 | 2023-10-31T03:16:28.232Z | Downloaded tracing-attributes v0.1.26 |
904 | 2023-10-31T03:16:28.236Z | Downloaded openssl-probe v0.1.5 |
905 | 2023-10-31T03:16:28.239Z | Downloaded openssl-macros v0.1.1 |
906 | 2023-10-31T03:16:28.247Z | Downloaded pem v3.0.2 |
907 | 2023-10-31T03:16:28.252Z | Downloaded tinyvec_macros v0.1.1 |
908 | 2023-10-31T03:16:28.256Z | Downloaded shlex v1.1.0 |
909 | 2023-10-31T03:16:28.260Z | Downloaded slog-stdlog v4.1.1 |
910 | 2023-10-31T03:16:28.263Z | Downloaded spin v0.5.2 |
911 | 2023-10-31T03:16:28.268Z | Downloaded form_urlencoded v1.2.0 |
912 | 2023-10-31T03:16:28.272Z | Downloaded env_logger v0.9.3 |
913 | 2023-10-31T03:16:28.276Z | Downloaded dtrace-parser v0.1.14 |
914 | 2023-10-31T03:16:28.279Z | Downloaded derive_builder_macro v0.12.0 |
915 | 2023-10-31T03:16:28.282Z | Downloaded rcgen v0.11.3 |
916 | 2023-10-31T03:16:28.286Z | Downloaded futures-macro v0.3.29 |
917 | 2023-10-31T03:16:28.290Z | Downloaded vergen v8.2.4 |
918 | 2023-10-31T03:16:28.293Z | Downloaded fs-err v2.9.0 |
919 | 2023-10-31T03:16:28.296Z | Downloaded pretty-hex v0.3.0 |
920 | 2023-10-31T03:16:28.301Z | Downloaded predicates-tree v1.0.9 |
921 | 2023-10-31T03:16:28.305Z | Downloaded zeroize v1.6.0 |
922 | 2023-10-31T03:16:28.308Z | Downloaded proc-macro-error v1.0.4 |
923 | 2023-10-31T03:16:28.311Z | Downloaded thiserror-no-std v2.0.2 |
924 | 2023-10-31T03:16:28.314Z | Downloaded test-strategy v0.2.1 |
925 | 2023-10-31T03:16:28.318Z | Downloaded downcast v0.11.0 |
926 | 2023-10-31T03:16:28.321Z | Downloaded opaque-debug v0.3.0 |
927 | 2023-10-31T03:16:28.324Z | Downloaded number_prefix v0.4.0 |
928 | 2023-10-31T03:16:28.327Z | Downloaded serde_arrays v0.1.0 |
929 | 2023-10-31T03:16:28.330Z | Downloaded path-slash v0.1.5 |
930 | 2023-10-31T03:16:28.333Z | Downloaded termcolor v1.2.0 |
931 | 2023-10-31T03:16:28.337Z | Downloaded unicode-width v0.1.11 |
932 | 2023-10-31T03:16:28.342Z | Downloaded wyz v0.5.1 |
933 | 2023-10-31T03:16:28.345Z | Downloaded enum-as-inner v0.5.1 |
934 | 2023-10-31T03:16:28.356Z | Downloaded slog-term v2.9.0 |
935 | 2023-10-31T03:16:28.360Z | Downloaded hyper v0.14.27 |
936 | 2023-10-31T03:16:28.363Z | Downloaded crossbeam-queue v0.3.8 |
937 | 2023-10-31T03:16:28.366Z | Downloaded errno v0.3.2 |
938 | 2023-10-31T03:16:28.372Z | Downloaded siphasher v0.3.11 |
939 | 2023-10-31T03:16:28.375Z | Downloaded xattr v1.0.1 |
940 | 2023-10-31T03:16:28.380Z | Downloaded unicode-xid v0.2.4 |
941 | 2023-10-31T03:16:28.385Z | Downloaded time-macros v0.2.13 |
942 | 2023-10-31T03:16:28.388Z | Downloaded proc-macro-crate v1.3.1 |
943 | 2023-10-31T03:16:28.391Z | Downloaded version_check v0.9.4 |
944 | 2023-10-31T03:16:28.398Z | Downloaded path-absolutize v3.1.0 |
945 | 2023-10-31T03:16:28.406Z | Downloaded fatfs v0.3.6 |
946 | 2023-10-31T03:16:28.410Z | Downloaded tui-tree-widget v0.13.0 |
947 | 2023-10-31T03:16:28.414Z | Downloaded typenum v1.16.0 |
948 | 2023-10-31T03:16:28.418Z | Downloaded tracing-core v0.1.31 |
949 | 2023-10-31T03:16:28.422Z | Downloaded postcard-cobs v0.1.5-pre |
950 | 2023-10-31T03:16:28.425Z | Downloaded dyn-clone v1.0.13 |
951 | 2023-10-31T03:16:28.428Z | Downloaded zeroize_derive v1.4.2 |
952 | 2023-10-31T03:16:28.432Z | Downloaded slab v0.4.9 |
953 | 2023-10-31T03:16:28.441Z | Downloaded derive_builder v0.12.0 |
954 | 2023-10-31T03:16:28.448Z | Downloaded subtle v2.5.0 |
955 | 2023-10-31T03:16:28.452Z | Downloaded strsim v0.8.0 |
956 | 2023-10-31T03:16:28.456Z | Downloaded rustfmt-wrapper v0.2.0 |
957 | 2023-10-31T03:16:28.460Z | Downloaded fnv v1.0.7 |
958 | 2023-10-31T03:16:28.463Z | Downloaded snafu v0.7.5 |
959 | 2023-10-31T03:16:28.466Z | Downloaded paste v1.0.14 |
960 | 2023-10-31T03:16:28.470Z | Downloaded tokio-tungstenite v0.18.0 |
961 | 2023-10-31T03:16:28.477Z | Downloaded parse-display-derive v0.7.0 |
962 | 2023-10-31T03:16:28.483Z | Downloaded tracing v0.1.37 |
963 | 2023-10-31T03:16:28.488Z | Downloaded which v4.4.0 |
964 | 2023-10-31T03:16:28.494Z | Downloaded structopt-derive v0.4.18 |
965 | 2023-10-31T03:16:28.499Z | Downloaded erased-serde v0.3.30 |
966 | 2023-10-31T03:16:28.503Z | Downloaded toml v0.8.0 |
967 | 2023-10-31T03:16:28.507Z | Downloaded ena v0.14.2 |
968 | 2023-10-31T03:16:28.514Z | Downloaded darling v0.14.4 |
969 | 2023-10-31T03:16:28.518Z | Downloaded derive-where v1.2.5 |
970 | 2023-10-31T03:16:28.522Z | Downloaded tokio-rustls v0.24.1 |
971 | 2023-10-31T03:16:28.525Z | Downloaded lalrpop v0.19.12 |
972 | 2023-10-31T03:16:28.530Z | Downloaded socket2 v0.5.4 |
973 | 2023-10-31T03:16:28.534Z | Downloaded structopt v0.3.26 |
974 | 2023-10-31T03:16:28.539Z | Downloaded tungstenite v0.18.0 |
975 | 2023-10-31T03:16:28.542Z | Downloaded prettyplease v0.2.12 |
976 | 2023-10-31T03:16:28.547Z | Downloaded uuid v1.4.1 |
977 | 2023-10-31T03:16:28.551Z | Downloaded serde_json v1.0.108 |
978 | 2023-10-31T03:16:28.555Z | Downloaded unicode-normalization v0.1.22 |
979 | 2023-10-31T03:16:28.559Z | Downloaded der v0.7.8 |
980 | 2023-10-31T03:16:28.563Z | Downloaded trust-dns-client v0.22.0 |
981 | 2023-10-31T03:16:28.568Z | Downloaded rusqlite v0.29.0 |
982 | 2023-10-31T03:16:28.572Z | Downloaded winnow v0.5.15 |
983 | 2023-10-31T03:16:28.579Z | Downloaded serde_with v2.3.3 |
984 | 2023-10-31T03:16:28.590Z | Downloaded h2 v0.3.21 |
985 | 2023-10-31T03:16:28.607Z | Downloaded tokio-util v0.7.10 |
986 | 2023-10-31T03:16:28.617Z | Downloaded toml_edit v0.20.0 |
987 | 2023-10-31T03:16:28.643Z | Downloaded crossterm v0.26.1 |
988 | 2023-10-31T03:16:28.682Z | Downloaded chrono v0.4.31 |
989 | 2023-10-31T03:16:28.688Z | Downloaded petgraph v0.6.4 |
990 | 2023-10-31T03:16:28.694Z | Downloaded regex v1.10.2 |
991 | 2023-10-31T03:16:28.717Z | Downloaded quick-xml v0.23.1 |
992 | 2023-10-31T03:16:28.731Z | Downloaded x509-cert v0.2.4 |
993 | 2023-10-31T03:16:28.741Z | Downloaded rustls-webpki v0.101.7 |
994 | 2023-10-31T03:16:28.768Z | Downloaded futures-util v0.3.29 |
995 | 2023-10-31T03:16:28.791Z | Downloaded gimli v0.28.0 |
996 | 2023-10-31T03:16:28.810Z | Downloaded webpki-roots v0.25.2 |
997 | 2023-10-31T03:16:28.815Z | Downloaded regex-syntax v0.6.29 |
998 | 2023-10-31T03:16:28.828Z | Downloaded portable-atomic v1.4.3 |
999 | 2023-10-31T03:16:28.839Z | Downloaded diesel v2.1.3 |
1000 | 2023-10-31T03:16:28.870Z | Downloaded regex-syntax v0.7.5 |
1001 | 2023-10-31T03:16:28.886Z | Downloaded rustls v0.21.8 |
1002 | 2023-10-31T03:16:28.908Z | Downloaded rustix v0.38.9 |
1003 | 2023-10-31T03:16:28.947Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1004 | 2023-10-31T03:16:28.971Z | Downloaded proptest v1.3.1 |
1005 | 2023-10-31T03:16:28.987Z | Downloaded sha3 v0.10.8 |
1006 | 2023-10-31T03:16:28.999Z | Downloaded regress v0.7.1 |
1007 | 2023-10-31T03:16:29.013Z | Downloaded openssl v0.10.57 |
1008 | 2023-10-31T03:16:29.031Z | Downloaded radix_trie v0.2.1 |
1009 | 2023-10-31T03:16:29.041Z | Downloaded smoltcp v0.9.1 |
1010 | 2023-10-31T03:16:29.060Z | Downloaded curve25519-dalek v4.1.0 |
1011 | 2023-10-31T03:16:29.079Z | Downloaded openapiv3 v1.0.3 |
1012 | 2023-10-31T03:16:29.099Z | Downloaded bstr v1.6.0 |
1013 | 2023-10-31T03:16:29.118Z | Downloaded rustix v0.37.23 |
1014 | 2023-10-31T03:16:29.153Z | Downloaded polar-core v0.27.0 |
1015 | 2023-10-31T03:16:29.169Z | Downloaded zerocopy-derive v0.6.4 |
1016 | 2023-10-31T03:16:29.189Z | Downloaded syn v1.0.109 |
1017 | 2023-10-31T03:16:29.208Z | Downloaded object v0.32.1 |
1018 | 2023-10-31T03:16:29.227Z | Downloaded sled v0.34.7 |
1019 | 2023-10-31T03:16:29.247Z | Downloaded zerocopy-derive v0.2.0 |
1020 | 2023-10-31T03:16:29.264Z | Downloaded regex-automata v0.3.8 |
1021 | 2023-10-31T03:16:29.295Z | Downloaded libc v0.2.149 |
1022 | 2023-10-31T03:16:29.344Z | Downloaded regex-automata v0.4.3 |
1023 | 2023-10-31T03:16:29.377Z | Downloaded tokio v1.33.0 |
1024 | 2023-10-31T03:16:29.441Z | Downloaded smoltcp v0.8.2 |
1025 | 2023-10-31T03:16:29.459Z | Downloaded object v0.30.4 |
1026 | 2023-10-31T03:16:29.477Z | Downloaded ratatui v0.23.0 |
1027 | 2023-10-31T03:16:29.497Z | Downloaded vcpkg v0.2.15 |
1028 | 2023-10-31T03:16:29.567Z | Downloaded syn v2.0.32 |
1029 | 2023-10-31T03:16:29.594Z | Downloaded nix v0.26.2 |
1030 | 2023-10-31T03:16:29.604Z | Downloaded idna v0.2.3 |
1031 | 2023-10-31T03:16:29.618Z | Downloaded regex-syntax v0.8.2 |
1032 | 2023-10-31T03:16:29.639Z | Downloaded bstr v0.2.17 |
1033 | 2023-10-31T03:16:29.651Z | Downloaded trust-dns-proto v0.22.0 |
1034 | 2023-10-31T03:16:29.673Z | Downloaded git2 v0.17.2 |
1035 | 2023-10-31T03:16:29.708Z | Downloaded idna v0.4.0 |
1036 | 2023-10-31T03:16:29.717Z | Downloaded reqwest v0.11.20 |
1037 | 2023-10-31T03:16:29.721Z | Downloaded tabled v0.14.0 |
1038 | 2023-10-31T03:16:29.739Z | Downloaded rayon v1.8.0 |
1039 | 2023-10-31T03:16:29.753Z | Downloaded bindgen v0.65.1 |
1040 | 2023-10-31T03:16:29.766Z | Downloaded trust-dns-server v0.22.1 |
1041 | 2023-10-31T03:16:29.775Z | Downloaded toml_edit v0.19.15 |
1042 | 2023-10-31T03:16:29.803Z | Downloaded time v0.3.27 |
1043 | 2023-10-31T03:16:29.814Z | Downloaded tough v0.12.5 |
1044 | 2023-10-31T03:16:29.827Z | Downloaded pest v2.7.2 |
1045 | 2023-10-31T03:16:29.836Z | Downloaded hkdf v0.12.3 |
1046 | 2023-10-31T03:16:29.840Z | Downloaded crossterm v0.27.0 |
1047 | 2023-10-31T03:16:29.851Z | Downloaded regex-automata v0.1.10 |
1048 | 2023-10-31T03:16:29.860Z | Downloaded encoding_rs v0.8.33 |
1049 | 2023-10-31T03:16:29.903Z | Downloaded unicode-segmentation v1.10.1 |
1050 | 2023-10-31T03:16:29.909Z | Downloaded rand v0.8.5 |
1051 | 2023-10-31T03:16:29.916Z | Downloaded darling v0.20.3 |
1052 | 2023-10-31T03:16:29.922Z | Downloaded rsa v0.9.2 |
1053 | 2023-10-31T03:16:29.930Z | Downloaded openssl-sys v0.9.93 |
1054 | 2023-10-31T03:16:29.945Z | Downloaded tungstenite v0.20.1 |
1055 | 2023-10-31T03:16:29.951Z | Downloaded hashbrown v0.13.2 |
1056 | 2023-10-31T03:16:29.957Z | Downloaded thread-id v4.2.0 |
1057 | 2023-10-31T03:16:29.959Z | Downloaded tinyvec v1.6.0 |
1058 | 2023-10-31T03:16:29.966Z | Downloaded either v1.9.0 |
1059 | 2023-10-31T03:16:29.969Z | Downloaded crossbeam-utils v0.8.16 |
1060 | 2023-10-31T03:16:29.972Z | Downloaded headers v0.3.9 |
1061 | 2023-10-31T03:16:29.982Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1062 | 2023-10-31T03:16:30.125Z | Downloaded aho-corasick v1.0.4 |
1063 | 2023-10-31T03:16:30.137Z | Downloaded steno v0.4.0 |
1064 | 2023-10-31T03:16:30.144Z | Downloaded hashlink v0.8.3 |
1065 | 2023-10-31T03:16:30.147Z | Downloaded password-hash v0.5.0 |
1066 | 2023-10-31T03:16:30.150Z | Downloaded postcard v0.7.3 |
1067 | 2023-10-31T03:16:30.153Z | Downloaded flate2 v1.0.28 |
1068 | 2023-10-31T03:16:30.160Z | Downloaded oso v0.27.0 |
1069 | 2023-10-31T03:16:30.166Z | Downloaded hashbrown v0.14.0 |
1070 | 2023-10-31T03:16:30.174Z | Downloaded hashbrown v0.12.3 |
1071 | 2023-10-31T03:16:30.181Z | Downloaded num_enum_derive v0.7.0 |
1072 | 2023-10-31T03:16:30.184Z | Downloaded debug-ignore v1.0.5 |
1073 | 2023-10-31T03:16:30.187Z | Downloaded strum_macros v0.24.3 |
1074 | 2023-10-31T03:16:30.191Z | Downloaded quick-error v1.2.3 |
1075 | 2023-10-31T03:16:30.194Z | Downloaded vte v0.11.1 |
1076 | 2023-10-31T03:16:30.197Z | Downloaded tokio-postgres v0.7.10 |
1077 | 2023-10-31T03:16:30.206Z | Downloaded libm v0.2.7 |
1078 | 2023-10-31T03:16:30.223Z | Downloaded num-bigint-dig v0.8.4 |
1079 | 2023-10-31T03:16:30.232Z | Downloaded reedline v0.23.0 |
1080 | 2023-10-31T03:16:30.244Z | Downloaded clap v2.34.0 |
1081 | 2023-10-31T03:16:30.258Z | Downloaded predicates v3.0.4 |
1082 | 2023-10-31T03:16:30.262Z | Downloaded zerocopy v0.3.0 |
1083 | 2023-10-31T03:16:30.265Z | Downloaded signal-hook-registry v1.4.1 |
1084 | 2023-10-31T03:16:30.268Z | Downloaded tokio-stream v0.1.14 |
1085 | 2023-10-31T03:16:30.274Z | Downloaded zerocopy v0.6.4 |
1086 | 2023-10-31T03:16:30.277Z | Downloaded derive_more v0.99.17 |
1087 | 2023-10-31T03:16:30.286Z | Downloaded schemars v0.8.13 |
1088 | 2023-10-31T03:16:30.309Z | Downloaded smallvec v0.6.14 |
1089 | 2023-10-31T03:16:30.312Z | Downloaded spki v0.7.2 |
1090 | 2023-10-31T03:16:30.315Z | Downloaded libxml v0.3.3 |
1091 | 2023-10-31T03:16:30.328Z | Downloaded strip-ansi-escapes v0.2.0 |
1092 | 2023-10-31T03:16:30.331Z | Downloaded yasna v0.5.2 |
1093 | 2023-10-31T03:16:30.334Z | Downloaded papergrid v0.10.0 |
1094 | 2023-10-31T03:16:30.342Z | Downloaded env_logger v0.10.0 |
1095 | 2023-10-31T03:16:30.347Z | Downloaded pest_meta v2.7.2 |
1096 | 2023-10-31T03:16:30.351Z | Downloaded predicates-core v1.0.6 |
1097 | 2023-10-31T03:16:30.354Z | Downloaded unsafe-libyaml v0.2.9 |
1098 | 2023-10-31T03:16:30.359Z | Downloaded untrusted v0.7.1 |
1099 | 2023-10-31T03:16:30.362Z | Downloaded owo-colors v3.5.0 |
1100 | 2023-10-31T03:16:30.365Z | Downloaded ctr v0.9.2 |
1101 | 2023-10-31T03:16:30.368Z | Downloaded flume v0.11.0 |
1102 | 2023-10-31T03:16:30.374Z | Downloaded memchr v2.6.3 |
1103 | 2023-10-31T03:16:30.384Z | Downloaded rayon-core v1.12.0 |
1104 | 2023-10-31T03:16:30.391Z | Downloaded unicase v2.7.0 |
1105 | 2023-10-31T03:16:30.394Z | Downloaded twox-hash v1.6.3 |
1106 | 2023-10-31T03:16:30.397Z | Downloaded num-bigint v0.4.4 |
1107 | 2023-10-31T03:16:30.406Z | Downloaded pem v1.1.1 |
1108 | 2023-10-31T03:16:30.409Z | Downloaded getopts v0.2.21 |
1109 | 2023-10-31T03:16:30.413Z | Downloaded spin v0.9.8 |
1110 | 2023-10-31T03:16:30.416Z | Downloaded ff v0.13.0 |
1111 | 2023-10-31T03:16:30.419Z | Downloaded proc-macro2 v1.0.67 |
1112 | 2023-10-31T03:16:30.424Z | Downloaded tar v0.4.40 |
1113 | 2023-10-31T03:16:30.429Z | Downloaded subprocess v0.2.9 |
1114 | 2023-10-31T03:16:30.434Z | Downloaded slog v2.7.0 |
1115 | 2023-10-31T03:16:30.438Z | Downloaded zip v0.6.6 |
1116 | 2023-10-31T03:16:30.446Z | Downloaded float-cmp v0.9.0 |
1117 | 2023-10-31T03:16:30.449Z | Downloaded flagset v0.4.3 |
1118 | 2023-10-31T03:16:30.453Z | Downloaded platforms v3.0.2 |
1119 | 2023-10-31T03:16:30.455Z | Downloaded crypto-common v0.1.6 |
1120 | 2023-10-31T03:16:30.459Z | Downloaded rustc-demangle v0.1.23 |
1121 | 2023-10-31T03:16:30.462Z | Downloaded salty v0.2.0 |
1122 | 2023-10-31T03:16:30.467Z | Downloaded headers-core v0.2.0 |
1123 | 2023-10-31T03:16:30.472Z | Downloaded vec_map v0.8.2 |
1124 | 2023-10-31T03:16:30.476Z | Downloaded aes v0.8.3 |
1125 | 2023-10-31T03:16:30.483Z | Downloaded libz-sys v1.1.12 |
1126 | 2023-10-31T03:16:30.613Z | Downloaded clap_builder v4.4.2 |
1127 | 2023-10-31T03:16:30.625Z | Downloaded radium v0.7.0 |
1128 | 2023-10-31T03:16:30.628Z | Downloaded futures v0.3.29 |
1129 | 2023-10-31T03:16:30.640Z | Downloaded parking_lot v0.12.1 |
1130 | 2023-10-31T03:16:30.643Z | Downloaded shell-words v1.1.0 |
1131 | 2023-10-31T03:16:30.649Z | Downloaded serde-hex v0.1.0 |
1132 | 2023-10-31T03:16:30.652Z | Downloaded rustc_version v0.4.0 |
1133 | 2023-10-31T03:16:30.654Z | Downloaded poly1305 v0.8.0 |
1134 | 2023-10-31T03:16:30.659Z | Downloaded der_derive v0.7.2 |
1135 | 2023-10-31T03:16:30.662Z | Downloaded structmeta-derive v0.1.6 |
1136 | 2023-10-31T03:16:30.665Z | Downloaded peeking_take_while v0.1.2 |
1137 | 2023-10-31T03:16:30.668Z | Downloaded endian-type v0.1.2 |
1138 | 2023-10-31T03:16:30.671Z | Downloaded smallvec v1.11.0 |
1139 | 2023-10-31T03:16:30.673Z | Downloaded serde_tokenstream v0.2.0 |
1140 | 2023-10-31T03:16:30.677Z | Downloaded rand_chacha v0.3.1 |
1141 | 2023-10-31T03:16:30.679Z | Downloaded pem-rfc7468 v0.7.0 |
1142 | 2023-10-31T03:16:30.682Z | Downloaded trust-dns-resolver v0.22.0 |
1143 | 2023-10-31T03:16:30.686Z | Downloaded similar v2.2.1 |
1144 | 2023-10-31T03:16:30.695Z | Downloaded half v1.8.2 |
1145 | 2023-10-31T03:16:30.734Z | Downloaded elliptic-curve v0.13.5 |
1146 | 2023-10-31T03:16:30.738Z | Downloaded tokio-tungstenite v0.20.1 |
1147 | 2023-10-31T03:16:30.750Z | Downloaded pin-project-lite v0.2.13 |
1148 | 2023-10-31T03:16:30.754Z | Downloaded pest_derive v2.7.2 |
1149 | 2023-10-31T03:16:30.757Z | Downloaded unicode-ident v1.0.12 |
1150 | 2023-10-31T03:16:30.762Z | Downloaded chacha20poly1305 v0.10.1 |
1151 | 2023-10-31T03:16:30.765Z | Downloaded crypto-bigint v0.5.2 |
1152 | 2023-10-31T03:16:30.769Z | Downloaded nom v7.1.3 |
1153 | 2023-10-31T03:16:30.773Z | Downloaded futures-channel v0.3.29 |
1154 | 2023-10-31T03:16:30.776Z | Downloaded parking_lot_core v0.8.6 |
1155 | 2023-10-31T03:16:30.779Z | Downloaded darling_core v0.20.3 |
1156 | 2023-10-31T03:16:30.782Z | Downloaded serde_yaml v0.9.25 |
1157 | 2023-10-31T03:16:30.784Z | Downloaded packed_struct v0.10.1 |
1158 | 2023-10-31T03:16:30.788Z | Downloaded smf v0.2.2 |
1159 | 2023-10-31T03:16:30.791Z | Downloaded slog-json v2.6.1 |
1160 | 2023-10-31T03:16:30.793Z | Downloaded slog-async v2.8.0 |
1161 | 2023-10-31T03:16:30.796Z | Downloaded parking_lot_core v0.9.8 |
1162 | 2023-10-31T03:16:30.799Z | Downloaded parking_lot v0.11.2 |
1163 | 2023-10-31T03:16:30.803Z | Downloaded topological-sort v0.2.2 |
1164 | 2023-10-31T03:16:30.810Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1165 | 2023-10-31T03:16:30.815Z | Downloaded serde-big-array v0.5.1 |
1166 | 2023-10-31T03:16:30.818Z | Downloaded walkdir v2.4.0 |
1167 | 2023-10-31T03:16:30.821Z | Downloaded diesel_derives v2.1.1 |
1168 | 2023-10-31T03:16:30.827Z | Downloaded darling_core v0.14.4 |
1169 | 2023-10-31T03:16:30.830Z | Downloaded base64 v0.21.5 |
1170 | 2023-10-31T03:16:30.833Z | Downloaded static_assertions v1.1.0 |
1171 | 2023-10-31T03:16:30.835Z | Downloaded smawk v0.3.1 |
1172 | 2023-10-31T03:16:30.838Z | Downloaded slog-envlogger v2.2.0 |
1173 | 2023-10-31T03:16:30.841Z | Downloaded filetime v0.2.22 |
1174 | 2023-10-31T03:16:30.844Z | Downloaded globset v0.4.13 |
1175 | 2023-10-31T03:16:30.847Z | Downloaded synstructure v0.12.6 |
1176 | 2023-10-31T03:16:30.851Z | Downloaded ron v0.8.1 |
1177 | 2023-10-31T03:16:30.855Z | Downloaded ring v0.17.5 |
1178 | 2023-10-31T03:16:30.993Z | Downloaded ucd-trie v0.1.6 |
1179 | 2023-10-31T03:16:30.996Z | Downloaded diff v0.1.13 |
1180 | 2023-10-31T03:16:31.001Z | Downloaded arc-swap v1.6.0 |
1181 | 2023-10-31T03:16:31.008Z | Downloaded heapless v0.7.16 |
1182 | 2023-10-31T03:16:31.015Z | Downloaded serde_derive v1.0.188 |
1183 | 2023-10-31T03:16:31.019Z | Downloaded tabled_derive v0.6.0 |
1184 | 2023-10-31T03:16:31.022Z | Downloaded strum_macros v0.25.2 |
1185 | 2023-10-31T03:16:31.025Z | Downloaded tokio-native-tls v0.3.1 |
1186 | 2023-10-31T03:16:31.028Z | Downloaded tokio-macros v2.1.0 |
1187 | 2023-10-31T03:16:31.031Z | Downloaded usdt-impl v0.3.5 |
1188 | 2023-10-31T03:16:31.033Z | Downloaded universal-hash v0.5.1 |
1189 | 2023-10-31T03:16:31.036Z | Downloaded stable_deref_trait v1.2.0 |
1190 | 2023-10-31T03:16:31.039Z | Downloaded ron v0.7.1 |
1191 | 2023-10-31T03:16:31.042Z | Downloaded indicatif v0.17.7 |
1192 | 2023-10-31T03:16:31.048Z | Downloaded foreign-types-macros v0.2.3 |
1193 | 2023-10-31T03:16:31.051Z | Downloaded doc-comment v0.3.3 |
1194 | 2023-10-31T03:16:31.054Z | Downloaded display-error-chain v0.2.0 |
1195 | 2023-10-31T03:16:31.057Z | Downloaded deranged v0.3.8 |
1196 | 2023-10-31T03:16:31.059Z | Downloaded omicron-zone-package v0.8.3 |
1197 | 2023-10-31T03:16:31.062Z | Downloaded futures-executor v0.3.29 |
1198 | 2023-10-31T03:16:31.065Z | Downloaded stringprep v0.1.3 |
1199 | 2023-10-31T03:16:31.068Z | Downloaded postgres-protocol v0.6.6 |
1200 | 2023-10-31T03:16:31.072Z | Downloaded blake2 v0.10.6 |
1201 | 2023-10-31T03:16:31.075Z | Downloaded libsqlite3-sys v0.26.0 |
1202 | 2023-10-31T03:16:31.212Z | Downloaded base64 v0.13.1 |
1203 | 2023-10-31T03:16:31.228Z | Downloaded backtrace v0.3.69 |
1204 | 2023-10-31T03:16:31.233Z | Downloaded ring v0.16.20 |
1205 | 2023-10-31T03:16:31.382Z | Downloaded mio v0.8.8 |
1206 | 2023-10-31T03:16:31.386Z | Downloaded scopeguard v1.2.0 |
1207 | 2023-10-31T03:16:31.389Z | Downloaded schemars_derive v0.8.13 |
1208 | 2023-10-31T03:16:31.392Z | Downloaded rusty-fork v0.3.0 |
1209 | 2023-10-31T03:16:31.395Z | Downloaded toml v0.5.11 |
1210 | 2023-10-31T03:16:31.398Z | Downloaded socket2 v0.4.9 |
1211 | 2023-10-31T03:16:31.401Z | Downloaded strum v0.25.0 |
1212 | 2023-10-31T03:16:31.405Z | Downloaded ryu v1.0.15 |
1213 | 2023-10-31T03:16:31.407Z | Downloaded indexmap v2.0.0 |
1214 | 2023-10-31T03:16:31.411Z | Downloaded clap v4.4.3 |
1215 | 2023-10-31T03:16:31.426Z | Downloaded ahash v0.8.3 |
1216 | 2023-10-31T03:16:31.438Z | Downloaded getrandom v0.2.10 |
1217 | 2023-10-31T03:16:31.450Z | Downloaded signal-hook v0.3.17 |
1218 | 2023-10-31T03:16:31.455Z | Downloaded mime_guess v2.0.4 |
1219 | 2023-10-31T03:16:31.460Z | Downloaded lock_api v0.4.10 |
1220 | 2023-10-31T03:16:31.462Z | Downloaded funty v2.0.0 |
1221 | 2023-10-31T03:16:31.465Z | Downloaded fragile v2.0.0 |
1222 | 2023-10-31T03:16:31.468Z | Downloaded bzip2 v0.4.4 |
1223 | 2023-10-31T03:16:31.472Z | Downloaded crossbeam-epoch v0.9.15 |
1224 | 2023-10-31T03:16:31.474Z | Downloaded itertools v0.11.0 |
1225 | 2023-10-31T03:16:31.477Z | Downloaded foreign-types v0.3.2 |
1226 | 2023-10-31T03:16:31.481Z | Downloaded crucible-workspace-hack v0.1.0 |
1227 | 2023-10-31T03:16:31.484Z | Downloaded parse-display v0.7.0 |
1228 | 2023-10-31T03:16:31.487Z | Downloaded whoami v1.4.1 |
1229 | 2023-10-31T03:16:31.490Z | Downloaded proc-macro-error-attr v1.0.4 |
1230 | 2023-10-31T03:16:31.492Z | Downloaded clang-sys v1.6.1 |
1231 | 2023-10-31T03:16:31.495Z | Downloaded cstr-argument v0.1.2 |
1232 | 2023-10-31T03:16:31.498Z | Downloaded want v0.3.1 |
1233 | 2023-10-31T03:16:31.501Z | Downloaded foreign-types-shared v0.3.1 |
1234 | 2023-10-31T03:16:31.503Z | Downloaded derive_builder_core v0.12.0 |
1235 | 2023-10-31T03:16:31.506Z | Downloaded allocator-api2 v0.2.16 |
1236 | 2023-10-31T03:16:31.509Z | Downloaded dirs-sys-next v0.1.2 |
1237 | 2023-10-31T03:16:31.511Z | Downloaded itertools v0.10.5 |
1238 | 2023-10-31T03:16:31.514Z | Downloaded crc-any v2.4.3 |
1239 | 2023-10-31T03:16:31.519Z | Downloaded http v0.2.9 |
1240 | 2023-10-31T03:16:31.521Z | Downloaded anyhow v1.0.75 |
1241 | 2023-10-31T03:16:31.524Z | Downloaded ringbuffer v0.15.0 |
1242 | 2023-10-31T03:16:31.527Z | Downloaded semver v1.0.20 |
1243 | 2023-10-31T03:16:31.530Z | Downloaded mockall_derive v0.11.4 |
1244 | 2023-10-31T03:16:31.532Z | Downloaded digest v0.10.7 |
1245 | 2023-10-31T03:16:31.535Z | Downloaded bitflags v1.3.2 |
1246 | 2023-10-31T03:16:31.538Z | Downloaded unarray v0.1.4 |
1247 | 2023-10-31T03:16:31.541Z | Downloaded thread_local v1.1.7 |
1248 | 2023-10-31T03:16:31.546Z | Downloaded serde_derive_internals v0.26.0 |
1249 | 2023-10-31T03:16:31.550Z | Downloaded lru-cache v0.1.2 |
1250 | 2023-10-31T03:16:31.554Z | Downloaded bitflags v2.4.0 |
1251 | 2023-10-31T03:16:31.557Z | Downloaded minimal-lexical v0.2.1 |
1252 | 2023-10-31T03:16:31.560Z | Downloaded console v0.15.7 |
1253 | 2023-10-31T03:16:31.563Z | Downloaded usdt-attr-macro v0.3.5 |
1254 | 2023-10-31T03:16:31.566Z | Downloaded percent-encoding v2.3.0 |
1255 | 2023-10-31T03:16:31.569Z | Downloaded data-encoding v2.4.0 |
1256 | 2023-10-31T03:16:31.572Z | Downloaded num-iter v0.1.43 |
1257 | 2023-10-31T03:16:31.575Z | Downloaded linear-map v1.2.0 |
1258 | 2023-10-31T03:16:31.577Z | Downloaded lazycell v1.3.0 |
1259 | 2023-10-31T03:16:31.581Z | Downloaded libefi-sys v0.1.0 |
1260 | 2023-10-31T03:16:31.586Z | Downloaded cancel-safe-futures v0.1.5 |
1261 | 2023-10-31T03:16:31.590Z | Downloaded darling_macro v0.14.4 |
1262 | 2023-10-31T03:16:31.594Z | Downloaded anstyle-parse v0.2.1 |
1263 | 2023-10-31T03:16:31.597Z | Downloaded slog-bunyan v2.4.0 |
1264 | 2023-10-31T03:16:31.603Z | Downloaded num_enum v0.7.0 |
1265 | 2023-10-31T03:16:31.606Z | Downloaded num-complex v0.4.4 |
1266 | 2023-10-31T03:16:31.609Z | Downloaded crossbeam-deque v0.8.3 |
1267 | 2023-10-31T03:16:31.611Z | Downloaded humantime v2.1.0 |
1268 | 2023-10-31T03:16:31.614Z | Downloaded httpdate v1.0.3 |
1269 | 2023-10-31T03:16:31.619Z | Downloaded backoff v0.4.0 |
1270 | 2023-10-31T03:16:31.623Z | Downloaded signal-hook-mio v0.2.3 |
1271 | 2023-10-31T03:16:31.629Z | Downloaded sha1 v0.10.5 |
1272 | 2023-10-31T03:16:31.633Z | Downloaded rustls-native-certs v0.6.3 |
1273 | 2023-10-31T03:16:31.635Z | Downloaded nanorand v0.7.0 |
1274 | 2023-10-31T03:16:31.638Z | Downloaded libloading v0.7.4 |
1275 | 2023-10-31T03:16:31.642Z | Downloaded inout v0.1.3 |
1276 | 2023-10-31T03:16:31.646Z | Downloaded num_cpus v1.16.0 |
1277 | 2023-10-31T03:16:31.649Z | Downloaded rustc-hash v1.1.0 |
1278 | 2023-10-31T03:16:31.653Z | Downloaded usdt v0.3.5 |
1279 | 2023-10-31T03:16:31.656Z | Downloaded autocfg v1.1.0 |
1280 | 2023-10-31T03:16:31.658Z | Downloaded same-file v1.0.6 |
1281 | 2023-10-31T03:16:31.661Z | Downloaded num-integer v0.1.45 |
1282 | 2023-10-31T03:16:31.664Z | Downloaded mime v0.3.17 |
1283 | 2023-10-31T03:16:31.667Z | Downloaded memoffset v0.9.0 |
1284 | 2023-10-31T03:16:31.669Z | Downloaded highway v1.1.0 |
1285 | 2023-10-31T03:16:31.672Z | Downloaded cassowary v0.3.0 |
1286 | 2023-10-31T03:16:31.676Z | Downloaded buf-list v1.0.3 |
1287 | 2023-10-31T03:16:31.679Z | Downloaded secrecy v0.8.0 |
1288 | 2023-10-31T03:16:31.681Z | Downloaded heck v0.4.1 |
1289 | 2023-10-31T03:16:31.685Z | Downloaded cargo_metadata v0.18.0 |
1290 | 2023-10-31T03:16:31.688Z | Downloaded cargo-platform v0.1.3 |
1291 | 2023-10-31T03:16:31.692Z | Downloaded byteorder v1.5.0 |
1292 | 2023-10-31T03:16:31.696Z | Downloaded base16ct v0.2.0 |
1293 | 2023-10-31T03:16:31.708Z | Downloaded async-trait v0.1.74 |
1294 | 2023-10-31T03:16:31.712Z | Downloaded chacha20 v0.9.1 |
1295 | 2023-10-31T03:16:31.715Z | Downloaded cexpr v0.6.0 |
1296 | 2023-10-31T03:16:31.718Z | Downloaded lazy_static v1.4.0 |
1297 | 2023-10-31T03:16:31.722Z | Downloaded hyper-tls v0.5.0 |
1298 | 2023-10-31T03:16:31.725Z | Downloaded cipher v0.4.4 |
1299 | 2023-10-31T03:16:31.728Z | Downloaded bit-set v0.5.3 |
1300 | 2023-10-31T03:16:31.760Z | Downloaded base64ct v1.6.0 |
1301 | 2023-10-31T03:16:31.763Z | Downloaded bcs v0.1.6 |
1302 | 2023-10-31T03:16:31.766Z | Downloaded ascii-canvas v3.0.0 |
1303 | 2023-10-31T03:16:31.771Z | Downloaded serde-big-array v0.4.1 |
1304 | 2023-10-31T03:16:31.774Z | Downloaded foreign-types v0.5.0 |
1305 | 2023-10-31T03:16:31.776Z | Downloaded miniz_oxide v0.7.1 |
1306 | 2023-10-31T03:16:31.779Z | Downloaded crossbeam-channel v0.5.8 |
1307 | 2023-10-31T03:16:31.782Z | Downloaded const_format v0.2.31 |
1308 | 2023-10-31T03:16:31.786Z | Downloaded bit-vec v0.6.3 |
1309 | 2023-10-31T03:16:31.789Z | Downloaded bincode v1.3.3 |
1310 | 2023-10-31T03:16:31.791Z | Downloaded heck v0.3.3 |
1311 | 2023-10-31T03:16:31.794Z | Downloaded oso-derive v0.27.0 |
1312 | 2023-10-31T03:16:31.797Z | Downloaded serde_tokenstream v0.1.7 |
1313 | 2023-10-31T03:16:31.800Z | Downloaded semver v0.11.0 |
1314 | 2023-10-31T03:16:31.809Z | Downloaded native-tls v0.2.11 |
1315 | 2023-10-31T03:16:31.813Z | Downloaded bitfield v0.14.0 |
1316 | 2023-10-31T03:16:31.817Z | Downloaded atomic-waker v1.1.1 |
1317 | 2023-10-31T03:16:31.819Z | Downloaded is-terminal v0.4.9 |
1318 | 2023-10-31T03:16:31.822Z | Downloaded anstream v0.5.0 |
1319 | 2023-10-31T03:16:31.825Z | Downloaded array-init v0.0.4 |
1320 | 2023-10-31T03:16:31.828Z | Downloaded crunchy v0.2.2 |
1321 | 2023-10-31T03:16:31.831Z | Downloaded const_format_proc_macros v0.2.31 |
1322 | 2023-10-31T03:16:31.834Z | Downloaded match_cfg v0.1.0 |
1323 | 2023-10-31T03:16:31.837Z | Downloaded crc-catalog v2.2.0 |
1324 | 2023-10-31T03:16:31.840Z | Downloaded cfg-if v0.1.10 |
1325 | 2023-10-31T03:16:31.843Z | Downloaded http-range v0.1.5 |
1326 | 2023-10-31T03:16:31.849Z | Downloaded hostname v0.3.1 |
1327 | 2023-10-31T03:16:31.853Z | Downloaded assert_matches v1.5.0 |
1328 | 2023-10-31T03:16:31.856Z | Downloaded bytesize v1.3.0 |
1329 | 2023-10-31T03:16:31.859Z | Downloaded home v0.5.5 |
1330 | 2023-10-31T03:16:31.863Z | Downloaded ciborium-io v0.2.1 |
1331 | 2023-10-31T03:16:31.866Z | Downloaded hubpack v0.1.2 |
1332 | 2023-10-31T03:16:31.869Z | Downloaded bitstruct_derive v0.1.0 |
1333 | 2023-10-31T03:16:31.873Z | Downloaded num-rational v0.4.1 |
1334 | 2023-10-31T03:16:31.876Z | Downloaded mockall v0.11.4 |
1335 | 2023-10-31T03:16:31.929Z | Downloaded bb8 v0.8.1 |
1336 | 2023-10-31T03:16:31.940Z | Downloaded serde_spanned v0.6.3 |
1337 | 2023-10-31T03:16:31.960Z | Downloaded semver v0.1.20 |
1338 | 2023-10-31T03:16:31.964Z | Downloaded bitstruct v0.1.1 |
1339 | 2023-10-31T03:16:31.969Z | Downloaded bit_field v0.10.2 |
1340 | 2023-10-31T03:16:31.976Z | Downloaded async-recursion v1.0.5 |
1341 | 2023-10-31T03:16:31.979Z | Downloaded crc v3.0.1 |
1342 | 2023-10-31T03:16:31.982Z | Downloaded signal-hook-tokio v0.3.1 |
1343 | 2023-10-31T03:16:31.985Z | Downloaded num_enum v0.5.11 |
1344 | 2023-10-31T03:16:31.988Z | Downloaded instant v0.1.12 |
1345 | 2023-10-31T03:16:31.990Z | Downloaded convert_case v0.4.0 |
1346 | 2023-10-31T03:16:31.997Z | Downloaded colorchoice v1.0.0 |
1347 | 2023-10-31T03:16:32.002Z | Downloaded ciborium v0.2.1 |
1348 | 2023-10-31T03:16:32.007Z | Downloaded colored v2.0.4 |
1349 | 2023-10-31T03:16:32.010Z | Downloaded ciborium-ll v0.2.1 |
1350 | 2023-10-31T03:16:32.012Z | Downloaded cc v1.0.83 |
1351 | 2023-10-31T03:16:32.015Z | Downloaded cookie v0.16.2 |
1352 | 2023-10-31T03:16:32.018Z | Downloaded const-oid v0.9.5 |
1353 | 2023-10-31T03:16:32.021Z | Downloaded clap_lex v0.5.1 |
1354 | 2023-10-31T03:16:32.024Z | Downloaded argon2 v0.5.2 |
1355 | 2023-10-31T03:16:32.032Z | Downloaded camino v1.1.6 |
1356 | 2023-10-31T03:16:32.035Z | Downloaded camino-tempfile v1.0.2 |
1357 | 2023-10-31T03:16:32.039Z | Downloaded crossbeam v0.8.2 |
1358 | 2023-10-31T03:16:32.042Z | Downloaded cpufeatures v0.2.9 |
1359 | 2023-10-31T03:16:32.045Z | Downloaded corncobs v0.1.3 |
1360 | 2023-10-31T03:16:32.049Z | Downloaded bytecount v0.6.3 |
1361 | 2023-10-31T03:16:32.053Z | Downloaded anstyle v1.0.2 |
1362 | 2023-10-31T03:16:32.056Z | Downloaded ansi_term v0.12.1 |
1363 | 2023-10-31T03:16:32.061Z | Downloaded aead v0.5.2 |
1364 | 2023-10-31T03:16:32.066Z | Downloaded ident_case v1.0.1 |
1365 | 2023-10-31T03:16:32.069Z | Downloaded keccak v0.1.4 |
1366 | 2023-10-31T03:16:32.072Z | Downloaded hyper-rustls v0.24.2 |
1367 | 2023-10-31T03:16:32.074Z | Downloaded block-padding v0.3.3 |
1368 | 2023-10-31T03:16:32.077Z | Downloaded aes-gcm-siv v0.11.1 |
1369 | 2023-10-31T03:16:32.081Z | Downloaded block-buffer v0.10.4 |
1370 | 2023-10-31T03:16:32.188Z | Compiling proc-macro2 v1.0.67 |
1371 | 2023-10-31T03:16:32.191Z | Compiling unicode-ident v1.0.12 |
1372 | 2023-10-31T03:16:32.195Z | Compiling libc v0.2.149 |
1373 | 2023-10-31T03:16:32.198Z | Compiling autocfg v1.1.0 |
1374 | 2023-10-31T03:16:32.202Z | Compiling serde v1.0.188 |
1375 | 2023-10-31T03:16:32.211Z | Compiling version_check v0.9.4 |
1376 | 2023-10-31T03:16:32.214Z | Compiling cfg-if v1.0.0 |
1377 | 2023-10-31T03:16:32.379Z | Compiling syn v1.0.109 |
1378 | 2023-10-31T03:16:32.462Z | Compiling once_cell v1.18.0 |
1379 | 2023-10-31T03:16:32.523Z | Compiling parking_lot_core v0.9.8 |
1380 | 2023-10-31T03:16:33.065Z | Compiling libm v0.2.7 |
1381 | 2023-10-31T03:16:33.268Z | Compiling lock_api v0.4.10 |
1382 | 2023-10-31T03:16:33.837Z | Compiling num-traits v0.2.16 |
1383 | 2023-10-31T03:16:33.858Z | Compiling thiserror v1.0.49 |
1384 | 2023-10-31T03:16:33.875Z | Compiling typenum v1.16.0 |
1385 | 2023-10-31T03:16:34.086Z | Compiling ahash v0.8.3 |
1386 | 2023-10-31T03:16:34.157Z | Compiling futures-core v0.3.29 |
1387 | 2023-10-31T03:16:34.196Z | Compiling generic-array v0.14.7 |
1388 | 2023-10-31T03:16:34.529Z | Compiling scopeguard v1.2.0 |
1389 | 2023-10-31T03:16:34.583Z | Compiling memchr v2.6.3 |
1390 | 2023-10-31T03:16:34.739Z | Compiling itoa v1.0.9 |
1391 | 2023-10-31T03:16:35.573Z | Compiling pkg-config v0.3.27 |
1392 | 2023-10-31T03:16:35.595Z | Compiling quote v1.0.33 |
1393 | 2023-10-31T03:16:36.553Z | Compiling syn v2.0.32 |
1394 | 2023-10-31T03:16:36.733Z | Compiling jobserver v0.1.26 |
1395 | 2023-10-31T03:16:36.852Z | Compiling getrandom v0.2.10 |
1396 | 2023-10-31T03:16:37.547Z | Compiling cc v1.0.83 |
1397 | 2023-10-31T03:16:37.571Z | Compiling slab v0.4.9 |
1398 | 2023-10-31T03:16:37.663Z | Compiling futures-task v0.3.29 |
1399 | 2023-10-31T03:16:37.880Z | Compiling futures-channel v0.3.29 |
1400 | 2023-10-31T03:16:37.972Z | Compiling futures-util v0.3.29 |
1401 | 2023-10-31T03:16:38.269Z | Compiling log v0.4.20 |
1402 | 2023-10-31T03:16:39.078Z | Compiling ryu v1.0.15 |
1403 | 2023-10-31T03:16:39.220Z | Compiling serde_json v1.0.108 |
1404 | 2023-10-31T03:16:39.366Z | Compiling pin-project-lite v0.2.13 |
1405 | 2023-10-31T03:16:39.550Z | Compiling vcpkg v0.2.15 |
1406 | 2023-10-31T03:16:39.576Z | Compiling smallvec v1.11.0 |
1407 | 2023-10-31T03:16:39.600Z | Compiling heck v0.4.1 |
1408 | 2023-10-31T03:16:39.677Z | Compiling schemars v0.8.13 |
1409 | 2023-10-31T03:16:41.510Z | Compiling parking_lot v0.12.1 |
1410 | 2023-10-31T03:16:42.237Z | Compiling ring v0.17.5 |
1411 | 2023-10-31T03:16:42.537Z | Compiling openssl-sys v0.9.93 |
1412 | 2023-10-31T03:16:44.332Z | Compiling ring v0.16.20 |
1413 | 2023-10-31T03:16:44.795Z | Compiling rand_core v0.6.4 |
1414 | 2023-10-31T03:16:45.208Z | Compiling indexmap v1.9.3 |
1415 | 2023-10-31T03:16:45.472Z | Compiling allocator-api2 v0.2.16 |
1416 | 2023-10-31T03:16:45.552Z | Compiling byteorder v1.5.0 |
1417 | 2023-10-31T03:16:45.776Z | Compiling equivalent v1.0.1 |
1418 | 2023-10-31T03:16:45.904Z | Compiling httparse v1.8.0 |
1419 | 2023-10-31T03:16:45.988Z | Compiling mio v0.8.8 |
1420 | 2023-10-31T03:16:46.297Z | Compiling socket2 v0.5.4 |
1421 | 2023-10-31T03:16:46.442Z | Compiling num_cpus v1.16.0 |
1422 | 2023-10-31T03:16:46.623Z | Compiling hashbrown v0.14.0 |
1423 | 2023-10-31T03:16:46.880Z | Compiling signal-hook-registry v1.4.1 |
1424 | 2023-10-31T03:16:47.881Z | Compiling spin v0.5.2 |
1425 | 2023-10-31T03:16:48.915Z | Compiling serde_derive_internals v0.26.0 |
1426 | 2023-10-31T03:16:49.307Z | Compiling semver v1.0.20 |
1427 | 2023-10-31T03:16:49.361Z | Compiling openssl v0.10.57 |
1428 | 2023-10-31T03:16:49.693Z | Compiling fnv v1.0.7 |
1429 | 2023-10-31T03:16:49.967Z | Compiling rustls v0.21.8 |
1430 | 2023-10-31T03:16:50.058Z | Compiling iana-time-zone v0.1.57 |
1431 | 2023-10-31T03:16:50.409Z | Compiling native-tls v0.2.11 |
1432 | 2023-10-31T03:16:50.603Z | Compiling crossbeam-utils v0.8.16 |
1433 | 2023-10-31T03:16:50.688Z | Compiling ucd-trie v0.1.6 |
1434 | 2023-10-31T03:16:50.735Z | Compiling unicode-xid v0.2.4 |
1435 | 2023-10-31T03:16:50.972Z | Compiling synstructure v0.12.6 |
1436 | 2023-10-31T03:16:52.370Z | Compiling io-lifetimes v1.0.11 |
1437 | 2023-10-31T03:16:52.567Z | Compiling futures-sink v0.3.29 |
1438 | 2023-10-31T03:16:52.906Z | Compiling backtrace v0.3.69 |
1439 | 2023-10-31T03:16:53.130Z | Compiling dyn-clone v1.0.13 |
1440 | 2023-10-31T03:16:53.295Z | Compiling tinyvec_macros v0.1.1 |
1441 | 2023-10-31T03:16:53.445Z | Compiling tinyvec v1.6.0 |
1442 | 2023-10-31T03:16:53.991Z | Compiling tracing-core v0.1.31 |
1443 | 2023-10-31T03:16:54.089Z | Compiling num-integer v0.1.45 |
1444 | 2023-10-31T03:16:54.173Z | Compiling memoffset v0.9.0 |
1445 | 2023-10-31T03:16:54.439Z | Compiling rustix v0.38.9 |
1446 | 2023-10-31T03:16:54.486Z | Compiling pin-utils v0.1.0 |
1447 | 2023-10-31T03:16:54.533Z | Compiling futures-io v0.3.29 |
1448 | 2023-10-31T03:16:54.714Z | Compiling subtle v2.5.0 |
1449 | 2023-10-31T03:16:55.028Z | Compiling winnow v0.5.15 |
1450 | 2023-10-31T03:16:55.104Z | Compiling rustix v0.37.23 |
1451 | 2023-10-31T03:16:55.377Z | Compiling spin v0.9.8 |
1452 | 2023-10-31T03:16:55.945Z | Compiling hashbrown v0.13.2 |
1453 | 2023-10-31T03:16:56.018Z | Compiling usdt-impl v0.3.5 |
1454 | 2023-10-31T03:16:56.136Z | Compiling unicode-normalization v0.1.22 |
1455 | 2023-10-31T03:16:56.644Z | Compiling unicode-bidi v0.3.13 |
1456 | 2023-10-31T03:16:57.825Z | Compiling anyhow v1.0.75 |
1457 | 2023-10-31T03:16:58.007Z | Compiling time-core v0.1.1 |
1458 | 2023-10-31T03:16:58.260Z | Compiling bitflags v1.3.2 |
1459 | 2023-10-31T03:16:58.407Z | Compiling slog v2.7.0 |
1460 | 2023-10-31T03:16:58.525Z | Compiling const-oid v0.9.5 |
1461 | 2023-10-31T03:16:58.613Z | Compiling crc32fast v1.3.2 |
1462 | 2023-10-31T03:16:58.719Z | Compiling time-macros v0.2.13 |
1463 | 2023-10-31T03:16:58.744Z | Compiling serde_derive v1.0.188 |
1464 | 2023-10-31T03:16:59.035Z | Compiling thiserror-impl v1.0.49 |
1465 | 2023-10-31T03:16:59.214Z | Compiling zeroize_derive v1.4.2 |
1466 | 2023-10-31T03:16:59.237Z | Compiling tokio-macros v2.1.0 |
1467 | 2023-10-31T03:17:01.343Z | Compiling futures-macro v0.3.29 |
1468 | 2023-10-31T03:17:01.533Z | Compiling tracing-attributes v0.1.26 |
1469 | 2023-10-31T03:17:01.670Z | Compiling schemars_derive v0.8.13 |
1470 | 2023-10-31T03:17:01.695Z | Compiling zeroize v1.6.0 |
1471 | 2023-10-31T03:17:03.775Z | Compiling openssl-macros v0.1.1 |
1472 | 2023-10-31T03:17:03.837Z | Compiling pest v2.7.2 |
1473 | 2023-10-31T03:17:04.415Z | Compiling zerocopy-derive v0.2.0 |
1474 | 2023-10-31T03:17:04.584Z | Compiling crypto-common v0.1.6 |
1475 | 2023-10-31T03:17:04.760Z | Compiling block-buffer v0.10.4 |
1476 | 2023-10-31T03:17:05.482Z | Compiling digest v0.10.7 |
1477 | 2023-10-31T03:17:06.588Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1478 | 2023-10-31T03:17:06.866Z | Compiling tracing v0.1.37 |
1479 | 2023-10-31T03:17:07.191Z | Compiling aho-corasick v1.0.4 |
1480 | 2023-10-31T03:17:07.865Z | Compiling crossbeam-epoch v0.9.15 |
1481 | 2023-10-31T03:17:08.170Z | Compiling pest_meta v2.7.2 |
1482 | 2023-10-31T03:17:08.432Z | Compiling async-trait v0.1.74 |
1483 | 2023-10-31T03:17:08.780Z | Compiling ppv-lite86 v0.2.17 |
1484 | 2023-10-31T03:17:09.034Z | Compiling rustversion v1.0.14 |
1485 | 2023-10-31T03:17:10.183Z | Compiling regex-syntax v0.8.2 |
1486 | 2023-10-31T03:17:10.415Z | Compiling pest_generator v2.7.2 |
1487 | 2023-10-31T03:17:13.337Z | Compiling rand_chacha v0.3.1 |
1488 | 2023-10-31T03:17:13.701Z | Compiling zerocopy v0.3.0 |
1489 | 2023-10-31T03:17:14.859Z | Compiling zerocopy-derive v0.6.4 |
1490 | 2023-10-31T03:17:15.053Z | Compiling pest_derive v2.7.2 |
1491 | 2023-10-31T03:17:16.137Z | Compiling strsim v0.10.0 |
1492 | 2023-10-31T03:17:16.510Z | Compiling regex-automata v0.4.3 |
1493 | 2023-10-31T03:17:17.123Z | Compiling base64 v0.21.5 |
1494 | 2023-10-31T03:17:17.452Z | Compiling dtrace-parser v0.1.14 |
1495 | 2023-10-31T03:17:17.981Z | Compiling dof v0.1.5 |
1496 | 2023-10-31T03:17:18.235Z | Compiling rand v0.8.5 |
1497 | 2023-10-31T03:17:22.021Z | Compiling bytes v1.5.0 |
1498 | 2023-10-31T03:17:23.495Z | Compiling indexmap v2.0.0 |
1499 | 2023-10-31T03:17:23.921Z | Compiling uuid v1.4.1 |
1500 | 2023-10-31T03:17:24.368Z | Compiling tokio v1.33.0 |
1501 | 2023-10-31T03:17:24.970Z | Compiling chrono v0.4.31 |
1502 | 2023-10-31T03:17:27.764Z | Compiling bitflags v2.4.0 |
1503 | 2023-10-31T03:17:29.808Z | Compiling serde_spanned v0.6.3 |
1504 | 2023-10-31T03:17:30.235Z | Compiling toml_datetime v0.6.3 |
1505 | 2023-10-31T03:17:30.301Z | Compiling rustc_version v0.4.0 |
1506 | 2023-10-31T03:17:30.887Z | Compiling toml_edit v0.19.15 |
1507 | 2023-10-31T03:17:31.117Z | Compiling http v0.2.9 |
1508 | 2023-10-31T03:17:31.335Z | Compiling heapless v0.7.16 |
1509 | 2023-10-31T03:17:35.211Z | Compiling regex v1.10.2 |
1510 | 2023-10-31T03:17:35.501Z | Compiling errno v0.3.2 |
1511 | 2023-10-31T03:17:35.834Z | Compiling thread-id v4.2.0 |
1512 | 2023-10-31T03:17:36.101Z | Compiling num-bigint v0.4.4 |
1513 | 2023-10-31T03:17:36.941Z | Compiling untrusted v0.7.1 |
1514 | 2023-10-31T03:17:37.023Z | Compiling openssl-probe v0.1.5 |
1515 | 2023-10-31T03:17:37.229Z | Compiling untrusted v0.9.0 |
1516 | 2023-10-31T03:17:37.454Z | Compiling foreign-types-shared v0.1.1 |
1517 | 2023-10-31T03:17:37.484Z | Compiling percent-encoding v2.3.0 |
1518 | 2023-10-31T03:17:37.614Z | Compiling hashbrown v0.12.3 |
1519 | 2023-10-31T03:17:38.008Z | Compiling radium v0.7.0 |
1520 | 2023-10-31T03:17:38.600Z | Compiling tokio-util v0.7.10 |
1521 | 2023-10-31T03:17:39.617Z | Compiling smoltcp v0.9.1 |
1522 | 2023-10-31T03:17:40.544Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1523 | 2023-10-31T03:17:41.540Z | Compiling foreign-types v0.3.2 |
1524 | 2023-10-31T03:17:42.553Z | Compiling strum_macros v0.25.2 |
1525 | 2023-10-31T03:17:45.037Z | Compiling serde_tokenstream v0.1.7 |
1526 | 2023-10-31T03:17:46.388Z | Compiling lazy_static v1.4.0 |
1527 | 2023-10-31T03:17:46.687Z | Compiling socket2 v0.4.9 |
1528 | 2023-10-31T03:17:47.680Z | Compiling unicode-segmentation v1.10.1 |
1529 | 2023-10-31T03:17:48.230Z | Compiling try-lock v0.2.4 |
1530 | 2023-10-31T03:17:48.436Z | Compiling siphasher v0.3.11 |
1531 | 2023-10-31T03:17:48.711Z | Compiling unicode-width v0.1.11 |
1532 | 2023-10-31T03:17:48.817Z | Compiling adler v1.0.2 |
1533 | 2023-10-31T03:17:49.483Z | Compiling miniz_oxide v0.7.1 |
1534 | 2023-10-31T03:17:50.789Z | Compiling want v0.3.1 |
1535 | 2023-10-31T03:17:53.200Z | Compiling sct v0.7.0 |
1536 | 2023-10-31T03:17:53.646Z | Compiling h2 v0.3.21 |
1537 | 2023-10-31T03:17:53.803Z | Compiling form_urlencoded v1.2.0 |
1538 | 2023-10-31T03:17:53.897Z | Compiling http-body v0.4.5 |
1539 | 2023-10-31T03:17:54.298Z | Compiling hubpack_derive v0.1.1 |
1540 | 2023-10-31T03:17:55.520Z | Compiling num-iter v0.1.43 |
1541 | 2023-10-31T03:17:56.106Z | Compiling anstyle v1.0.2 |
1542 | 2023-10-31T03:17:56.256Z | Compiling httpdate v1.0.3 |
1543 | 2023-10-31T03:17:56.796Z | Compiling cpufeatures v0.2.9 |
1544 | 2023-10-31T03:17:56.855Z | Compiling utf8parse v0.2.1 |
1545 | 2023-10-31T03:17:56.900Z | Compiling tower-service v0.3.2 |
1546 | 2023-10-31T03:17:56.937Z | Compiling sha2 v0.10.8 |
1547 | 2023-10-31T03:17:57.084Z | Compiling anstyle-parse v0.2.1 |
1548 | 2023-10-31T03:18:00.889Z | Compiling usdt-attr-macro v0.3.5 |
1549 | 2023-10-31T03:18:01.804Z | Compiling usdt-macro v0.3.5 |
1550 | 2023-10-31T03:18:03.043Z | Compiling openapiv3 v1.0.3 |
1551 | 2023-10-31T03:18:03.624Z | Compiling rustls-pemfile v1.0.3 |
1552 | 2023-10-31T03:18:03.633Z | Compiling md-5 v0.10.5 |
1553 | 2023-10-31T03:18:04.015Z | Compiling hmac v0.12.1 |
1554 | 2023-10-31T03:18:04.455Z | Compiling stringprep v0.1.3 |
1555 | 2023-10-31T03:18:05.187Z | Compiling hyper v0.14.27 |
1556 | 2023-10-31T03:18:05.833Z | Compiling idna v0.4.0 |
1557 | 2023-10-31T03:18:05.919Z | Compiling diesel_table_macro_syntax v0.1.0 |
1558 | 2023-10-31T03:18:06.501Z | Compiling hash32 v0.2.1 |
1559 | 2023-10-31T03:18:07.068Z | Compiling gimli v0.28.0 |
1560 | 2023-10-31T03:18:08.178Z | Compiling colorchoice v1.0.0 |
1561 | 2023-10-31T03:18:09.620Z | Compiling fallible-iterator v0.2.0 |
1562 | 2023-10-31T03:18:10.628Z | Compiling either v1.9.0 |
1563 | 2023-10-31T03:18:10.724Z | Compiling anstyle-query v1.0.0 |
1564 | 2023-10-31T03:18:11.107Z | Compiling stable_deref_trait v1.2.0 |
1565 | 2023-10-31T03:18:11.139Z | Compiling anstream v0.5.0 |
1566 | 2023-10-31T03:18:12.105Z | Compiling postgres-protocol v0.6.6 |
1567 | 2023-10-31T03:18:13.955Z | Compiling url v2.4.1 |
1568 | 2023-10-31T03:18:15.901Z | Compiling addr2line v0.21.0 |
1569 | 2023-10-31T03:18:16.875Z | Compiling diesel_derives v2.1.1 |
1570 | 2023-10-31T03:18:19.350Z | Compiling rustls-native-certs v0.6.3 |
1571 | 2023-10-31T03:18:19.354Z | Compiling tokio-native-tls v0.3.1 |
1572 | 2023-10-31T03:18:19.679Z | Compiling terminal_size v0.2.6 |
1573 | 2023-10-31T03:18:19.915Z | Compiling phf_shared v0.11.2 |
1574 | 2023-10-31T03:18:20.846Z | Compiling serde_tokenstream v0.2.0 |
1575 | 2023-10-31T03:18:21.204Z | Compiling block-padding v0.3.3 |
1576 | 2023-10-31T03:18:21.257Z | Compiling enum-as-inner v0.5.1 |
1577 | 2023-10-31T03:18:21.550Z | Compiling serde_repr v0.1.16 |
1578 | 2023-10-31T03:18:21.669Z | Compiling clap_derive v4.4.2 |
1579 | 2023-10-31T03:18:23.047Z | Compiling scheduled-thread-pool v0.2.7 |
1580 | 2023-10-31T03:18:23.105Z | Compiling object v0.32.1 |
1581 | 2023-10-31T03:18:23.805Z | Compiling deranged v0.3.8 |
1582 | 2023-10-31T03:18:26.942Z | Compiling bit-vec v0.6.3 |
1583 | 2023-10-31T03:18:27.591Z | Compiling clap_lex v0.5.1 |
1584 | 2023-10-31T03:18:28.436Z | Compiling tap v1.0.1 |
1585 | 2023-10-31T03:18:28.713Z | Compiling rustc-demangle v0.1.23 |
1586 | 2023-10-31T03:18:31.041Z | Compiling regex-automata v0.1.10 |
1587 | 2023-10-31T03:18:31.843Z | Compiling managed v0.8.0 |
1588 | 2023-10-31T03:18:32.720Z | Compiling num_threads v0.1.6 |
1589 | 2023-10-31T03:18:32.891Z | Compiling ipnet v2.8.0 |
1590 | 2023-10-31T03:18:33.085Z | Compiling matches v0.1.10 |
1591 | 2023-10-31T03:18:34.728Z | Compiling idna v0.2.3 |
1592 | 2023-10-31T03:18:37.491Z | Compiling time v0.3.27 |
1593 | 2023-10-31T03:18:37.560Z | Compiling bstr v0.2.17 |
1594 | 2023-10-31T03:18:37.804Z | Compiling wyz v0.5.1 |
1595 | 2023-10-31T03:18:38.509Z | Compiling clap_builder v4.4.2 |
1596 | 2023-10-31T03:18:40.761Z | Compiling r2d2 v0.8.10 |
1597 | 2023-10-31T03:18:42.209Z | Compiling inout v0.1.3 |
1598 | 2023-10-31T03:18:43.848Z | Compiling phf v0.11.2 |
1599 | 2023-10-31T03:18:44.953Z | Compiling hyper-tls v0.5.0 |
1600 | 2023-10-31T03:18:45.499Z | Compiling flate2 v1.0.28 |
1601 | 2023-10-31T03:18:45.693Z | Compiling postgres-types v0.2.6 |
1602 | 2023-10-31T03:18:45.821Z | Compiling itertools v0.11.0 |
1603 | 2023-10-31T03:18:47.186Z | Compiling hubpack v0.1.2 |
1604 | 2023-10-31T03:18:47.392Z | Compiling serde_urlencoded v0.7.1 |
1605 | 2023-10-31T03:18:47.887Z | Compiling phf_shared v0.10.0 |
1606 | 2023-10-31T03:18:47.993Z | Compiling ipnetwork v0.20.0 |
1607 | 2023-10-31T03:18:48.225Z | Compiling zerocopy v0.6.4 |
1608 | 2023-10-31T03:18:48.619Z | Compiling futures-executor v0.3.29 |
1609 | 2023-10-31T03:18:49.579Z | Compiling regress v0.7.1 |
1610 | 2023-10-31T03:18:50.094Z | Compiling float-cmp v0.9.0 |
1611 | 2023-10-31T03:18:50.143Z | Compiling encoding_rs v0.8.33 |
1612 | 2023-10-31T03:18:50.631Z | Compiling precomputed-hash v0.1.1 |
1613 | 2023-10-31T03:18:51.098Z | Compiling mime v0.3.17 |
1614 | 2023-10-31T03:18:51.669Z | Compiling funty v2.0.0 |
1615 | 2023-10-31T03:18:52.939Z | Compiling webpki-roots v0.25.2 |
1616 | 2023-10-31T03:18:53.601Z | Compiling regex-automata v0.3.8 |
1617 | 2023-10-31T03:18:53.742Z | Compiling new_debug_unreachable v1.0.4 |
1618 | 2023-10-31T03:18:54.684Z | Compiling whoami v1.4.1 |
1619 | 2023-10-31T03:18:54.747Z | Compiling data-encoding v2.4.0 |
1620 | 2023-10-31T03:18:56.784Z | Compiling static_assertions v1.1.0 |
1621 | 2023-10-31T03:18:56.932Z | Compiling fixedbitset v0.4.2 |
1622 | 2023-10-31T03:18:57.401Z | Compiling normalize-line-endings v0.3.0 |
1623 | 2023-10-31T03:18:57.567Z | Compiling difflib v0.4.0 |
1624 | 2023-10-31T03:18:57.761Z | Compiling predicates-core v1.0.6 |
1625 | 2023-10-31T03:18:57.796Z | Compiling petgraph v0.6.4 |
1626 | 2023-10-31T03:18:57.926Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1627 | 2023-10-31T03:18:58.260Z | Compiling predicates v3.0.4 |
1628 | 2023-10-31T03:18:59.722Z | Compiling bstr v1.6.0 |
1629 | 2023-10-31T03:19:00.755Z | Compiling trust-dns-proto v0.22.0 |
1630 | 2023-10-31T03:19:04.523Z | Compiling tokio-postgres v0.7.10 |
1631 | 2023-10-31T03:19:07.708Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1632 | 2023-10-31T03:19:11.690Z | Compiling string_cache v0.8.7 |
1633 | 2023-10-31T03:19:12.165Z | Compiling bitvec v1.0.1 |
1634 | 2023-10-31T03:19:19.018Z | Compiling futures v0.3.29 |
1635 | 2023-10-31T03:19:19.184Z | Compiling diesel v2.1.3 |
1636 | 2023-10-31T03:19:19.902Z | Compiling yasna v0.5.2 |
1637 | 2023-10-31T03:19:20.021Z | Compiling clap v4.4.3 |
1638 | 2023-10-31T03:19:20.197Z | Compiling cipher v0.4.4 |
1639 | 2023-10-31T03:19:21.380Z | Compiling similar v2.2.1 |
1640 | 2023-10-31T03:19:21.680Z | Compiling bit-set v0.5.3 |
1641 | 2023-10-31T03:19:22.729Z | Compiling itertools v0.10.5 |
1642 | 2023-10-31T03:19:23.379Z | Compiling usdt v0.3.5 |
1643 | 2023-10-31T03:19:23.785Z | Compiling console v0.15.7 |
1644 | 2023-10-31T03:19:24.761Z | Compiling tokio-stream v0.1.14 |
1645 | 2023-10-31T03:19:25.804Z | Compiling toml v0.7.8 |
1646 | 2023-10-31T03:19:25.952Z | Compiling hex v0.4.3 |
1647 | 2023-10-31T03:19:26.147Z | Compiling signature v2.1.0 |
1648 | 2023-10-31T03:19:26.871Z | Compiling lalrpop-util v0.19.12 |
1649 | 2023-10-31T03:19:28.581Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1650 | 2023-10-31T03:19:34.195Z | Compiling ident_case v1.0.1 |
1651 | 2023-10-31T03:19:34.742Z | Compiling darling_core v0.20.3 |
1652 | 2023-10-31T03:19:54.547Z | Compiling atty v0.2.14 |
1653 | 2023-10-31T03:19:54.947Z | Compiling proc-macro-error-attr v1.0.4 |
1654 | 2023-10-31T03:20:07.725Z | Compiling darling_macro v0.20.3 |
1655 | 2023-10-31T03:20:13.770Z | Compiling proc-macro-crate v1.3.1 |
1656 | 2023-10-31T03:20:15.824Z | Compiling dirs-sys-next v0.1.2 |
1657 | 2023-10-31T03:20:17.645Z | Compiling proc-macro-error v1.0.4 |
1658 | 2023-10-31T03:20:27.989Z | Compiling dirs-next v2.0.0 |
1659 | 2023-10-31T03:20:29.234Z | Compiling num_enum_derive v0.5.11 |
1660 | 2023-10-31T03:20:33.767Z | Compiling darling v0.20.3 |
1661 | 2023-10-31T03:20:38.177Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1662 | 2023-10-31T03:20:44.792Z | Compiling getopts v0.2.21 |
1663 | 2023-10-31T03:20:46.222Z | Compiling structmeta-derive v0.1.6 |
1664 | 2023-10-31T03:20:46.671Z | Compiling thread_local v1.1.7 |
1665 | 2023-10-31T03:20:46.705Z | Compiling multer v2.1.0 |
1666 | 2023-10-31T03:20:47.938Z | Compiling camino v1.1.6 |
1667 | 2023-10-31T03:20:48.574Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1668 | 2023-10-31T03:20:51.335Z | Compiling paste v1.0.14 |
1669 | 2023-10-31T03:20:51.513Z | Compiling slog-async v2.8.0 |
1670 | 2023-10-31T03:20:52.181Z | Compiling match_cfg v0.1.0 |
1671 | 2023-10-31T03:20:56.433Z | Compiling unsafe-libyaml v0.2.9 |
1672 | 2023-10-31T03:20:59.451Z | Compiling serde_yaml v0.9.25 |
1673 | 2023-10-31T03:21:02.567Z | Compiling hostname v0.3.1 |
1674 | 2023-10-31T03:21:05.472Z | Compiling structmeta v0.1.6 |
1675 | 2023-10-31T03:21:11.964Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1676 | 2023-10-31T03:21:14.721Z | Compiling serde_with_macros v2.3.3 |
1677 | 2023-10-31T03:21:21.097Z | Compiling num_enum v0.5.11 |
1678 | 2023-10-31T03:21:22.556Z | Compiling term v0.7.0 |
1679 | 2023-10-31T03:21:23.499Z | Compiling slog-json v2.6.1 |
1680 | 2023-10-31T03:21:23.987Z | Compiling crossbeam-channel v0.5.8 |
1681 | 2023-10-31T03:21:26.789Z | Compiling strum v0.25.0 |
1682 | 2023-10-31T03:21:28.442Z | Compiling async-stream-impl v0.3.5 |
1683 | 2023-10-31T03:21:28.918Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1684 | 2023-10-31T03:21:29.146Z | Compiling take_mut v0.2.2 |
1685 | 2023-10-31T03:21:29.337Z | Compiling atomic-waker v1.1.1 |
1686 | 2023-10-31T03:21:29.396Z | Compiling postcard-cobs v0.1.5-pre |
1687 | 2023-10-31T03:21:30.121Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1688 | 2023-10-31T03:21:30.243Z | Compiling regex-syntax v0.6.29 |
1689 | 2023-10-31T03:21:30.423Z | Compiling async-stream v0.3.5 |
1690 | 2023-10-31T03:21:30.558Z | Compiling postcard v0.7.3 |
1691 | 2023-10-31T03:21:30.958Z | Compiling waitgroup v0.1.2 |
1692 | 2023-10-31T03:21:31.479Z | Compiling slog-bunyan v2.4.0 |
1693 | 2023-10-31T03:21:31.871Z | Compiling slog-term v2.9.0 |
1694 | 2023-10-31T03:21:31.971Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1695 | 2023-10-31T03:21:35.460Z | Compiling serde_with v2.3.3 |
1696 | 2023-10-31T03:21:39.610Z | Compiling parse-display-derive v0.7.0 |
1697 | 2023-10-31T03:21:41.365Z | Compiling smoltcp v0.8.2 |
1698 | 2023-10-31T03:21:41.773Z | Compiling sha1 v0.10.5 |
1699 | 2023-10-31T03:21:43.057Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1700 | 2023-10-31T03:21:43.283Z | Compiling serde_path_to_error v0.1.14 |
1701 | 2023-10-31T03:21:45.015Z | Compiling foreign-types-macros v0.2.3 |
1702 | 2023-10-31T03:21:45.907Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1703 | 2023-10-31T03:21:46.335Z | Compiling instant v0.1.12 |
1704 | 2023-10-31T03:21:46.362Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1705 | 2023-10-31T03:21:46.568Z | Compiling cfg-if v0.1.10 |
1706 | 2023-10-31T03:21:46.713Z | Compiling foreign-types-shared v0.3.1 |
1707 | 2023-10-31T03:21:46.766Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1708 | 2023-10-31T03:21:46.893Z | Compiling debug-ignore v1.0.5 |
1709 | 2023-10-31T03:21:46.930Z | Compiling foreign-types v0.5.0 |
1710 | 2023-10-31T03:21:47.098Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1711 | 2023-10-31T03:21:47.125Z | Compiling backoff v0.4.0 |
1712 | 2023-10-31T03:21:47.283Z | Compiling parse-display v0.7.0 |
1713 | 2023-10-31T03:21:47.875Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1714 | 2023-10-31T03:21:48.046Z | Compiling is-terminal v0.4.9 |
1715 | 2023-10-31T03:21:48.129Z | Compiling macaddr v1.0.1 |
1716 | 2023-10-31T03:21:48.228Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1717 | 2023-10-31T03:21:49.107Z | Compiling bzip2 v0.4.4 |
1718 | 2023-10-31T03:21:49.254Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1719 | 2023-10-31T03:21:49.327Z | Compiling cstr-argument v0.1.2 |
1720 | 2023-10-31T03:21:49.700Z | Compiling zip v0.6.6 |
1721 | 2023-10-31T03:21:49.826Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1722 | 2023-10-31T03:21:50.306Z | Compiling crucible-workspace-hack v0.1.0 |
1723 | 2023-10-31T03:21:50.421Z | Compiling base64ct v1.6.0 |
1724 | 2023-10-31T03:21:50.690Z | Compiling pretty-hex v0.2.1 |
1725 | 2023-10-31T03:21:51.042Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1726 | 2023-10-31T03:21:51.641Z | Compiling password-hash v0.5.0 |
1727 | 2023-10-31T03:21:51.994Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1728 | 2023-10-31T03:21:53.594Z | Compiling colored v2.0.4 |
1729 | 2023-10-31T03:21:53.723Z | Compiling textwrap v0.11.0 |
1730 | 2023-10-31T03:21:55.078Z | Compiling heck v0.3.3 |
1731 | 2023-10-31T03:21:55.532Z | Compiling blake2 v0.10.6 |
1732 | 2023-10-31T03:21:55.658Z | Compiling rayon-core v1.12.0 |
1733 | 2023-10-31T03:21:55.767Z | Compiling vec_map v0.8.2 |
1734 | 2023-10-31T03:21:55.871Z | Compiling libefi-sys v0.1.0 |
1735 | 2023-10-31T03:21:56.068Z | Compiling strsim v0.8.0 |
1736 | 2023-10-31T03:21:56.266Z | Compiling ansi_term v0.12.1 |
1737 | 2023-10-31T03:21:56.335Z | Compiling argon2 v0.5.2 |
1738 | 2023-10-31T03:21:57.710Z | Compiling clap v2.34.0 |
1739 | 2023-10-31T03:21:57.810Z | Compiling structopt-derive v0.4.18 |
1740 | 2023-10-31T03:21:59.463Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1741 | 2023-10-31T03:22:01.127Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1742 | 2023-10-31T03:22:01.556Z | Compiling zone_cfg_derive v0.2.0 |
1743 | 2023-10-31T03:22:01.893Z | Compiling crossbeam-deque v0.8.3 |
1744 | 2023-10-31T03:22:02.288Z | Compiling num-derive v0.4.0 |
1745 | 2023-10-31T03:22:02.470Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1746 | 2023-10-31T03:22:02.996Z | Compiling keccak v0.1.4 |
1747 | 2023-10-31T03:22:03.712Z | Compiling portable-atomic v1.4.3 |
1748 | 2023-10-31T03:22:03.973Z | Compiling structopt v0.3.26 |
1749 | 2023-10-31T03:22:04.223Z | Compiling zone v0.2.0 |
1750 | 2023-10-31T03:22:04.469Z | Compiling sha3 v0.10.8 |
1751 | 2023-10-31T03:22:06.044Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1752 | 2023-10-31T03:22:06.048Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1753 | 2023-10-31T03:22:08.935Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1754 | 2023-10-31T03:22:09.771Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1755 | 2023-10-31T03:22:10.507Z | Compiling hkdf v0.12.3 |
1756 | 2023-10-31T03:22:10.593Z | Compiling smf v0.2.2 |
1757 | 2023-10-31T03:22:10.911Z | Compiling secrecy v0.8.0 |
1758 | 2023-10-31T03:22:11.336Z | Compiling xattr v1.0.1 |
1759 | 2023-10-31T03:22:11.471Z | Compiling filetime v0.2.22 |
1760 | 2023-10-31T03:22:11.665Z | Compiling same-file v1.0.6 |
1761 | 2023-10-31T03:22:11.808Z | Compiling fastrand v2.0.0 |
1762 | 2023-10-31T03:22:11.965Z | Compiling walkdir v2.4.0 |
1763 | 2023-10-31T03:22:12.131Z | Compiling tar v0.4.40 |
1764 | 2023-10-31T03:22:12.983Z | Compiling tempfile v3.8.0 |
1765 | 2023-10-31T03:22:14.821Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1766 | 2023-10-31T03:22:15.286Z | Compiling rayon v1.8.0 |
1767 | 2023-10-31T03:22:16.281Z | Compiling number_prefix v0.4.0 |
1768 | 2023-10-31T03:22:16.576Z | Compiling topological-sort v0.2.2 |
1769 | 2023-10-31T03:22:23.251Z | Compiling indicatif v0.17.7 |
1770 | 2023-10-31T03:22:32.084Z | Compiling rustls-webpki v0.101.7 |
1771 | 2023-10-31T03:22:38.194Z | Compiling tokio-rustls v0.24.1 |
1772 | 2023-10-31T03:22:38.586Z | Compiling hyper-rustls v0.24.2 |
1773 | 2023-10-31T03:22:39.350Z | Compiling reqwest v0.11.20 |
1774 | 2023-10-31T03:22:42.915Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1775 | 2023-10-31T03:22:42.918Z | Compiling omicron-zone-package v0.8.3 |
1776 | 2023-10-31T03:22:43.272Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1777 | 2023-10-31T03:22:57.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1778 | 2023-10-31T03:22:58.279Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1779 | 2023-10-31T03:22:59.290Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1780 | 2023-10-31T03:23:01.671Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1781 | 2023-10-31T03:23:12.728Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1782 | 2023-10-31T03:23:12.731Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1783 | 2023-10-31T03:23:12.734Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1784 | 2023-10-31T03:23:26.727Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1785 | 2023-10-31T03:23:28.103Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1786 | 2023-10-31T03:24:03.251Z | Finished release [optimized] target(s) in 8m 06s |
1787 | 2023-10-31T03:24:03.516Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1788 | 2023-10-31T03:24:03.611Z | Created new build target 'test' and set it as active |
1789 | 2023-10-31T03:24:03.614Z | |
1790 | 2023-10-31T03:24:03.617Z | real 8:07.246024251 |
1791 | 2023-10-31T03:24:03.621Z | user 51:23.664255656 |
1792 | 2023-10-31T03:24:03.625Z | sys 4:40.529222679 |
1793 | 2023-10-31T03:24:03.628Z | trap 1.950976071 |
1794 | 2023-10-31T03:24:03.633Z | tflt 3.589144702 |
1795 | 2023-10-31T03:24:03.636Z | dflt 3.988484842 |
1796 | 2023-10-31T03:24:03.640Z | kflt 0.029844405 |
1797 | 2023-10-31T03:24:03.642Z | lock 1:47:15.974614791 |
1798 | 2023-10-31T03:24:03.646Z | slp 3:12:19.215138083 |
1799 | 2023-10-31T03:24:03.649Z | lat 2:16.151468360 |
1800 | 2023-10-31T03:24:03.652Z | stop 4:34.421290158 |
1801 | 2023-10-31T03:24:03.655Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1802 | 2023-10-31T03:24:04.812Z | Finished release [optimized] target(s) in 1.11s |
1803 | 2023-10-31T03:24:04.843Z | Running `target/release/omicron-package -t test package` |
1804 | 2023-10-31T03:24:04.882Z | Oct 31 03:24:04.885 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1805 | 2023-10-31T03:24:06.133Z | Compiling serde_json v1.0.108 |
1806 | 2023-10-31T03:24:06.183Z | Compiling linked-hash-map v0.5.6 |
1807 | 2023-10-31T03:24:06.187Z | Compiling slog-dtrace v0.2.3 |
1808 | 2023-10-31T03:24:06.201Z | Compiling quick-error v1.2.3 |
1809 | 2023-10-31T03:24:06.204Z | Compiling same-file v1.0.6 |
1810 | 2023-10-31T03:24:06.207Z | Compiling semver-parser v0.10.2 |
1811 | 2023-10-31T03:24:06.210Z | Compiling fastrand v2.0.0 |
1812 | 2023-10-31T03:24:06.213Z | Compiling termcolor v1.2.0 |
1813 | 2023-10-31T03:24:06.404Z | Compiling resolv-conf v0.7.0 |
1814 | 2023-10-31T03:24:06.546Z | Compiling walkdir v2.4.0 |
1815 | 2023-10-31T03:24:06.637Z | Compiling xattr v1.0.1 |
1816 | 2023-10-31T03:24:06.782Z | Compiling lru-cache v0.1.2 |
1817 | 2023-10-31T03:24:06.982Z | Compiling tempfile v3.8.0 |
1818 | 2023-10-31T03:24:07.005Z | Compiling filetime v0.2.22 |
1819 | 2023-10-31T03:24:07.089Z | Compiling trust-dns-resolver v0.22.0 |
1820 | 2023-10-31T03:24:07.416Z | Compiling semver v0.11.0 |
1821 | 2023-10-31T03:24:07.608Z | Compiling memoffset v0.7.1 |
1822 | 2023-10-31T03:24:08.022Z | Compiling base64 v0.13.1 |
1823 | 2023-10-31T03:24:08.168Z | Compiling home v0.5.5 |
1824 | 2023-10-31T03:24:08.384Z | Compiling toolchain_find v0.2.0 |
1825 | 2023-10-31T03:24:08.559Z | Compiling tar v0.4.40 |
1826 | 2023-10-31T03:24:08.695Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1827 | 2023-10-31T03:24:09.181Z | Compiling libz-sys v1.1.12 |
1828 | 2023-10-31T03:24:09.296Z | Compiling toml v0.5.11 |
1829 | 2023-10-31T03:24:09.403Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1830 | 2023-10-31T03:24:09.532Z | Compiling schemars v0.8.13 |
1831 | 2023-10-31T03:24:09.605Z | Compiling usdt-impl v0.3.5 |
1832 | 2023-10-31T03:24:09.676Z | Compiling openapiv3 v1.0.3 |
1833 | 2023-10-31T03:24:09.962Z | Compiling reqwest v0.11.20 |
1834 | 2023-10-31T03:24:11.746Z | Compiling usdt v0.3.5 |
1835 | 2023-10-31T03:24:12.511Z | Compiling postgres-types v0.2.6 |
1836 | 2023-10-31T03:24:14.965Z | Compiling ipnetwork v0.20.0 |
1837 | 2023-10-31T03:24:18.380Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1838 | 2023-10-31T03:24:21.146Z | Compiling tokio-postgres v0.7.10 |
1839 | 2023-10-31T03:24:23.415Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1840 | 2023-10-31T03:24:23.489Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1841 | 2023-10-31T03:24:25.143Z | Compiling slog-json v2.6.1 |
1842 | 2023-10-31T03:24:25.987Z | Compiling slog-bunyan v2.4.0 |
1843 | 2023-10-31T03:24:26.204Z | Compiling diesel v2.1.3 |
1844 | 2023-10-31T03:24:26.376Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1845 | 2023-10-31T03:24:28.757Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1846 | 2023-10-31T03:24:34.977Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1847 | 2023-10-31T03:24:35.305Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1848 | 2023-10-31T03:24:39.815Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1849 | 2023-10-31T03:24:44.392Z | Compiling rustfmt-wrapper v0.2.0 |
1850 | 2023-10-31T03:24:45.429Z | Compiling omicron-zone-package v0.8.3 |
1851 | 2023-10-31T03:24:46.790Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1852 | 2023-10-31T03:24:47.171Z | Compiling cancel-safe-futures v0.1.5 |
1853 | 2023-10-31T03:24:47.729Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1854 | 2023-10-31T03:24:48.796Z | Compiling num-rational v0.4.1 |
1855 | 2023-10-31T03:24:49.203Z | Compiling utf-8 v0.7.6 |
1856 | 2023-10-31T03:24:51.214Z | Compiling pem-rfc7468 v0.7.0 |
1857 | 2023-10-31T03:24:51.394Z | Compiling der_derive v0.7.2 |
1858 | 2023-10-31T03:24:54.082Z | Compiling flagset v0.4.3 |
1859 | 2023-10-31T03:24:55.270Z | Compiling der v0.7.8 |
1860 | 2023-10-31T03:24:58.773Z | Compiling vergen v8.2.4 |
1861 | 2023-10-31T03:24:59.166Z | Compiling fxhash v0.2.1 |
1862 | 2023-10-31T03:24:59.511Z | Compiling num-complex v0.4.4 |
1863 | 2023-10-31T03:25:01.633Z | Compiling unicase v2.7.0 |
1864 | 2023-10-31T03:25:02.046Z | Compiling num v0.4.1 |
1865 | 2023-10-31T03:25:02.217Z | Compiling spki v0.7.2 |
1866 | 2023-10-31T03:25:03.102Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1867 | 2023-10-31T03:25:04.660Z | Compiling universal-hash v0.5.1 |
1868 | 2023-10-31T03:25:04.972Z | Compiling libsqlite3-sys v0.26.0 |
1869 | 2023-10-31T03:25:05.639Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1870 | 2023-10-31T03:25:06.635Z | Compiling maybe-uninit v2.0.0 |
1871 | 2023-10-31T03:25:07.273Z | Compiling semver v0.1.20 |
1872 | 2023-10-31T03:25:08.269Z | Compiling ciborium-io v0.2.1 |
1873 | 2023-10-31T03:25:08.428Z | Compiling opaque-debug v0.3.0 |
1874 | 2023-10-31T03:25:08.554Z | Compiling arc-swap v1.6.0 |
1875 | 2023-10-31T03:25:08.929Z | Compiling half v1.8.2 |
1876 | 2023-10-31T03:25:09.815Z | Compiling ciborium-ll v0.2.1 |
1877 | 2023-10-31T03:25:10.330Z | Compiling slog-scope v4.4.0 |
1878 | 2023-10-31T03:25:10.703Z | Compiling rustc_version v0.1.7 |
1879 | 2023-10-31T03:25:10.942Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1880 | 2023-10-31T03:25:11.381Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1881 | 2023-10-31T03:25:11.903Z | Compiling packed_struct v0.10.1 |
1882 | 2023-10-31T03:25:12.452Z | Compiling crc-catalog v2.2.0 |
1883 | 2023-10-31T03:25:12.661Z | Compiling signal-hook v0.3.17 |
1884 | 2023-10-31T03:25:13.031Z | Compiling num-bigint-dig v0.8.4 |
1885 | 2023-10-31T03:25:13.423Z | Compiling parking_lot_core v0.8.6 |
1886 | 2023-10-31T03:25:14.037Z | Compiling crc v3.0.1 |
1887 | 2023-10-31T03:25:16.605Z | Compiling newtype_derive v0.1.6 |
1888 | 2023-10-31T03:25:17.125Z | Compiling slog-stdlog v4.1.1 |
1889 | 2023-10-31T03:25:17.205Z | Compiling ciborium v0.2.1 |
1890 | 2023-10-31T03:25:17.834Z | Compiling pkcs8 v0.10.2 |
1891 | 2023-10-31T03:25:18.891Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1892 | 2023-10-31T03:25:20.858Z | Compiling toml_edit v0.20.0 |
1893 | 2023-10-31T03:25:21.060Z | Compiling hashlink v0.8.3 |
1894 | 2023-10-31T03:25:22.244Z | Compiling aead v0.5.2 |
1895 | 2023-10-31T03:25:22.516Z | Compiling nibble_vec v0.1.0 |
1896 | 2023-10-31T03:25:22.735Z | Compiling packed_struct_codegen v0.10.1 |
1897 | 2023-10-31T03:25:22.840Z | Compiling dirs-sys-next v0.1.2 |
1898 | 2023-10-31T03:25:23.643Z | Compiling fallible-streaming-iterator v0.1.9 |
1899 | 2023-10-31T03:25:24.036Z | Compiling humantime v2.1.0 |
1900 | 2023-10-31T03:25:25.444Z | Compiling doc-comment v0.3.3 |
1901 | 2023-10-31T03:25:26.146Z | Compiling nodrop v0.1.14 |
1902 | 2023-10-31T03:25:26.321Z | Compiling glob v0.3.1 |
1903 | 2023-10-31T03:25:27.060Z | Compiling crunchy v0.2.2 |
1904 | 2023-10-31T03:25:27.684Z | Compiling endian-type v0.1.2 |
1905 | 2023-10-31T03:25:27.696Z | Compiling clang-sys v1.6.1 |
1906 | 2023-10-31T03:25:28.038Z | Compiling radix_trie v0.2.1 |
1907 | 2023-10-31T03:25:28.698Z | Compiling array-init v0.0.4 |
1908 | 2023-10-31T03:25:29.650Z | Compiling toml v0.8.0 |
1909 | 2023-10-31T03:25:30.888Z | Compiling rusqlite v0.29.0 |
1910 | 2023-10-31T03:25:36.033Z | Compiling dirs-next v2.0.0 |
1911 | 2023-10-31T03:25:36.292Z | Compiling pkcs1 v0.7.5 |
1912 | 2023-10-31T03:25:36.608Z | Compiling slog-envlogger v2.2.0 |
1913 | 2023-10-31T03:25:37.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1914 | 2023-10-31T03:25:37.931Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1915 | 2023-10-31T03:25:38.947Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1916 | 2023-10-31T03:25:39.924Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1917 | 2023-10-31T03:25:41.201Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1918 | 2023-10-31T03:25:42.591Z | Compiling smallvec v0.6.14 |
1919 | 2023-10-31T03:25:50.976Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1920 | 2023-10-31T03:25:51.852Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1921 | 2023-10-31T03:25:51.984Z | Compiling nix v0.26.2 |
1922 | 2023-10-31T03:25:52.834Z | Compiling num_enum_derive v0.7.0 |
1923 | 2023-10-31T03:25:52.850Z | Compiling twox-hash v1.6.3 |
1924 | 2023-10-31T03:25:54.561Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1925 | 2023-10-31T03:25:56.849Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1926 | 2023-10-31T03:25:57.852Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1927 | 2023-10-31T03:25:59.024Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1928 | 2023-10-31T03:26:05.380Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1929 | 2023-10-31T03:26:08.272Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1930 | 2023-10-31T03:26:09.036Z | Compiling tiny-keccak v2.0.2 |
1931 | 2023-10-31T03:26:09.407Z | Compiling prettyplease v0.2.12 |
1932 | 2023-10-31T03:26:09.787Z | Compiling bitfield v0.14.0 |
1933 | 2023-10-31T03:26:09.939Z | Compiling platforms v3.0.2 |
1934 | 2023-10-31T03:26:10.294Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1935 | 2023-10-31T03:26:10.432Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1936 | 2023-10-31T03:26:11.958Z | Compiling num_enum v0.7.0 |
1937 | 2023-10-31T03:26:12.203Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1938 | 2023-10-31T03:26:29.776Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1939 | 2023-10-31T03:26:30.695Z | Compiling rsa v0.9.2 |
1940 | 2023-10-31T03:26:33.344Z | Compiling parking_lot v0.11.2 |
1941 | 2023-10-31T03:26:34.574Z | Compiling serde-hex v0.1.0 |
1942 | 2023-10-31T03:26:37.383Z | Compiling mime_guess v2.0.4 |
1943 | 2023-10-31T03:26:39.227Z | Compiling term v0.7.0 |
1944 | 2023-10-31T03:26:39.478Z | Compiling trust-dns-client v0.22.0 |
1945 | 2023-10-31T03:26:41.571Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1946 | 2023-10-31T03:26:42.104Z | Compiling polyval v0.6.1 |
1947 | 2023-10-31T03:26:42.908Z | Compiling x509-cert v0.2.4 |
1948 | 2023-10-31T03:26:43.841Z | Compiling tungstenite v0.20.1 |
1949 | 2023-10-31T03:26:45.872Z | Compiling env_logger v0.10.0 |
1950 | 2023-10-31T03:26:48.229Z | Compiling ctr v0.9.2 |
1951 | 2023-10-31T03:26:48.759Z | Compiling aes v0.8.3 |
1952 | 2023-10-31T03:26:52.172Z | Compiling darling_core v0.14.4 |
1953 | 2023-10-31T03:26:53.168Z | Compiling ron v0.8.1 |
1954 | 2023-10-31T03:26:53.435Z | Compiling snafu-derive v0.7.5 |
1955 | 2023-10-31T03:26:57.984Z | Compiling bincode v1.3.3 |
1956 | 2023-10-31T03:27:01.029Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1957 | 2023-10-31T03:27:01.427Z | Compiling erased-serde v0.3.30 |
1958 | 2023-10-31T03:27:01.701Z | Compiling minimal-lexical v0.2.1 |
1959 | 2023-10-31T03:27:02.065Z | Compiling crc-any v2.4.3 |
1960 | 2023-10-31T03:27:02.547Z | Compiling convert_case v0.4.0 |
1961 | 2023-10-31T03:27:03.693Z | Compiling trust-dns-server v0.22.1 |
1962 | 2023-10-31T03:27:03.859Z | Compiling derive_more v0.99.17 |
1963 | 2023-10-31T03:27:04.046Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1964 | 2023-10-31T03:27:05.493Z | Compiling nom v7.1.3 |
1965 | 2023-10-31T03:27:12.031Z | Compiling snafu v0.7.5 |
1966 | 2023-10-31T03:27:14.097Z | Compiling darling_macro v0.14.4 |
1967 | 2023-10-31T03:27:15.532Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1968 | 2023-10-31T03:27:16.246Z | Compiling aes-gcm-siv v0.11.1 |
1969 | 2023-10-31T03:27:16.724Z | Compiling tokio-tungstenite v0.20.1 |
1970 | 2023-10-31T03:27:17.715Z | Compiling ascii-canvas v3.0.0 |
1971 | 2023-10-31T03:27:18.337Z | Compiling steno v0.4.0 |
1972 | 2023-10-31T03:27:18.481Z | Compiling sled v0.34.7 |
1973 | 2023-10-31T03:27:18.587Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1974 | 2023-10-31T03:27:26.748Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1975 | 2023-10-31T03:27:32.771Z | Compiling env_logger v0.9.3 |
1976 | 2023-10-31T03:27:35.506Z | Compiling tungstenite v0.18.0 |
1977 | 2023-10-31T03:27:40.192Z | Compiling object v0.30.4 |
1978 | 2023-10-31T03:27:40.625Z | Compiling is-terminal v0.4.9 |
1979 | 2023-10-31T03:27:40.802Z | Compiling ena v0.14.2 |
1980 | 2023-10-31T03:27:41.400Z | Compiling async-recursion v1.0.5 |
1981 | 2023-10-31T03:27:41.465Z | Compiling derive-where v1.2.5 |
1982 | 2023-10-31T03:27:42.882Z | Compiling bitstruct_derive v0.1.0 |
1983 | 2023-10-31T03:27:44.814Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1984 | 2023-10-31T03:27:45.013Z | Compiling libloading v0.7.4 |
1985 | 2023-10-31T03:27:45.055Z | Compiling ascii v1.1.0 |
1986 | 2023-10-31T03:27:45.603Z | Compiling bindgen v0.65.1 |
1987 | 2023-10-31T03:27:46.231Z | Compiling path-slash v0.1.5 |
1988 | 2023-10-31T03:27:46.401Z | Compiling diff v0.1.13 |
1989 | 2023-10-31T03:27:46.541Z | Compiling linear-map v1.2.0 |
1990 | 2023-10-31T03:27:46.942Z | Compiling pretty-hex v0.3.0 |
1991 | 2023-10-31T03:27:47.153Z | Compiling ringbuffer v0.15.0 |
1992 | 2023-10-31T03:27:47.300Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1993 | 2023-10-31T03:27:47.325Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1994 | 2023-10-31T03:27:48.202Z | Compiling lalrpop v0.19.12 |
1995 | 2023-10-31T03:27:59.774Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1996 | 2023-10-31T03:28:01.857Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1997 | 2023-10-31T03:28:06.468Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1998 | 2023-10-31T03:28:06.861Z | Compiling bitstruct v0.1.1 |
1999 | 2023-10-31T03:28:07.013Z | Compiling tokio-tungstenite v0.18.0 |
2000 | 2023-10-31T03:28:07.036Z | Compiling curve25519-dalek v4.1.0 |
2001 | 2023-10-31T03:28:07.617Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2002 | 2023-10-31T03:28:11.178Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2003 | 2023-10-31T03:28:21.092Z | Compiling darling v0.14.4 |
2004 | 2023-10-31T03:28:22.404Z | Compiling cexpr v0.6.0 |
2005 | 2023-10-31T03:28:24.263Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2006 | 2023-10-31T03:28:25.000Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2007 | 2023-10-31T03:28:25.806Z | Compiling which v4.4.0 |
2008 | 2023-10-31T03:28:26.673Z | Compiling ff v0.13.0 |
2009 | 2023-10-31T03:28:26.890Z | Compiling path-dedot v3.1.0 |
2010 | 2023-10-31T03:28:27.062Z | Compiling serde_arrays v0.1.0 |
2011 | 2023-10-31T03:28:27.269Z | Compiling shlex v1.1.0 |
2012 | 2023-10-31T03:28:27.318Z | Compiling peeking_take_while v0.1.2 |
2013 | 2023-10-31T03:28:27.528Z | Compiling lazycell v1.3.0 |
2014 | 2023-10-31T03:28:27.674Z | Compiling display-error-chain v0.2.0 |
2015 | 2023-10-31T03:28:27.783Z | Compiling rustc-hash v1.1.0 |
2016 | 2023-10-31T03:28:27.947Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2017 | 2023-10-31T03:28:29.669Z | Compiling path-absolutize v3.1.0 |
2018 | 2023-10-31T03:28:29.967Z | Compiling group v0.13.0 |
2019 | 2023-10-31T03:28:30.256Z | Compiling derive_builder_core v0.12.0 |
2020 | 2023-10-31T03:28:34.229Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2021 | 2023-10-31T03:28:34.285Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2022 | 2023-10-31T03:28:36.513Z | Compiling olpc-cjson v0.1.3 |
2023 | 2023-10-31T03:28:37.426Z | Compiling pem v1.1.1 |
2024 | 2023-10-31T03:28:38.967Z | Compiling polar-core v0.27.0 |
2025 | 2023-10-31T03:28:39.891Z | Compiling camino-tempfile v1.0.2 |
2026 | 2023-10-31T03:28:41.164Z | Compiling globset v0.4.13 |
2027 | 2023-10-31T03:28:41.198Z | Compiling crypto-bigint v0.5.2 |
2028 | 2023-10-31T03:28:42.027Z | Compiling serde_plain v1.0.2 |
2029 | 2023-10-31T03:28:42.899Z | Compiling thiserror-impl-no-std v2.0.2 |
2030 | 2023-10-31T03:28:44.527Z | Compiling curve25519-dalek-derive v0.1.0 |
2031 | 2023-10-31T03:28:46.847Z | Compiling libxml v0.3.3 |
2032 | 2023-10-31T03:28:47.328Z | Compiling base16ct v0.2.0 |
2033 | 2023-10-31T03:28:47.546Z | Compiling buf-list v1.0.3 |
2034 | 2023-10-31T03:28:47.804Z | Compiling ref-cast v1.0.20 |
2035 | 2023-10-31T03:28:47.901Z | Compiling elliptic-curve v0.13.5 |
2036 | 2023-10-31T03:28:48.415Z | Compiling thiserror-no-std v2.0.2 |
2037 | 2023-10-31T03:28:48.790Z | Compiling tough v0.12.5 |
2038 | 2023-10-31T03:28:52.186Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2039 | 2023-10-31T03:28:56.205Z | Compiling derive_builder_macro v0.12.0 |
2040 | 2023-10-31T03:28:57.354Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2041 | 2023-10-31T03:29:01.290Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2042 | 2023-10-31T03:29:03.820Z | Compiling poly1305 v0.8.0 |
2043 | 2023-10-31T03:29:06.366Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2044 | 2023-10-31T03:29:06.746Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2045 | 2023-10-31T03:29:06.824Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2046 | 2023-10-31T03:29:07.120Z | Compiling chacha20 v0.9.1 |
2047 | 2023-10-31T03:29:07.427Z | Compiling strum_macros v0.24.3 |
2048 | 2023-10-31T03:29:07.831Z | Compiling bcs v0.1.6 |
2049 | 2023-10-31T03:29:09.306Z | Compiling const_format_proc_macros v0.2.31 |
2050 | 2023-10-31T03:29:10.279Z | Compiling ref-cast-impl v1.0.20 |
2051 | 2023-10-31T03:29:11.977Z | Compiling cookie v0.16.2 |
2052 | 2023-10-31T03:29:12.374Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2053 | 2023-10-31T03:29:12.630Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2054 | 2023-10-31T03:29:12.792Z | Compiling indoc v1.0.9 |
2055 | 2023-10-31T03:29:13.057Z | Compiling salty v0.2.0 |
2056 | 2023-10-31T03:29:13.169Z | Compiling signature v1.6.4 |
2057 | 2023-10-31T03:29:13.381Z | Compiling highway v1.1.0 |
2058 | 2023-10-31T03:29:13.621Z | Compiling ed25519 v1.5.3 |
2059 | 2023-10-31T03:29:14.101Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2060 | 2023-10-31T03:29:14.377Z | Compiling const_format v0.2.31 |
2061 | 2023-10-31T03:29:16.044Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2062 | 2023-10-31T03:29:16.258Z | Compiling chacha20poly1305 v0.10.1 |
2063 | 2023-10-31T03:29:16.614Z | Compiling derive_builder v0.12.0 |
2064 | 2023-10-31T03:29:18.739Z | Compiling vsss-rs v3.3.1 |
2065 | 2023-10-31T03:29:28.553Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2066 | 2023-10-31T03:29:31.465Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2067 | 2023-10-31T03:29:33.905Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2068 | 2023-10-31T03:29:38.801Z | Compiling signal-hook-mio v0.2.3 |
2069 | 2023-10-31T03:29:39.068Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2070 | 2023-10-31T03:29:39.602Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2071 | 2023-10-31T03:29:40.483Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2072 | 2023-10-31T03:29:40.880Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2073 | 2023-10-31T03:29:48.701Z | Compiling ron v0.7.1 |
2074 | 2023-10-31T03:29:54.416Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2075 | 2023-10-31T03:29:55.593Z | Compiling headers-core v0.2.0 |
2076 | 2023-10-31T03:29:55.845Z | Compiling bb8 v0.8.1 |
2077 | 2023-10-31T03:29:56.756Z | Compiling quick-xml v0.23.1 |
2078 | 2023-10-31T03:29:58.528Z | Compiling serde-big-array v0.5.1 |
2079 | 2023-10-31T03:29:58.903Z | Compiling impl-trait-for-tuples v0.2.2 |
2080 | 2023-10-31T03:29:59.491Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2081 | 2023-10-31T03:29:59.589Z | Compiling oso-derive v0.27.0 |
2082 | 2023-10-31T03:30:00.753Z | Compiling http-range v0.1.5 |
2083 | 2023-10-31T03:30:01.104Z | Compiling bit_field v0.10.2 |
2084 | 2023-10-31T03:30:01.543Z | Compiling maplit v1.0.2 |
2085 | 2023-10-31T03:30:01.708Z | Compiling hyper-staticfile v0.9.5 |
2086 | 2023-10-31T03:30:01.743Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2087 | 2023-10-31T03:30:07.408Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2088 | 2023-10-31T03:30:08.487Z | Compiling headers v0.3.9 |
2089 | 2023-10-31T03:30:15.585Z | Compiling oso v0.27.0 |
2090 | 2023-10-31T03:30:15.802Z | Compiling crossterm v0.27.0 |
2091 | 2023-10-31T03:30:32.259Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2092 | 2023-10-31T03:30:32.618Z | Compiling signal-hook-tokio v0.3.1 |
2093 | 2023-10-31T03:30:32.923Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2094 | 2023-10-31T03:30:33.315Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2095 | 2023-10-31T03:30:35.468Z | Compiling serde-big-array v0.4.1 |
2096 | 2023-10-31T03:30:35.953Z | Compiling indoc v2.0.3 |
2097 | 2023-10-31T03:30:36.600Z | Compiling cassowary v0.3.0 |
2098 | 2023-10-31T03:30:37.513Z | Compiling ratatui v0.23.0 |
2099 | 2023-10-31T03:30:39.422Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2100 | 2023-10-31T03:30:42.172Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2101 | 2023-10-31T03:30:47.993Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2102 | 2023-10-31T03:30:48.532Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2103 | 2023-10-31T03:30:52.178Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2104 | 2023-10-31T03:30:54.197Z | Compiling fatfs v0.3.6 |
2105 | 2023-10-31T03:30:54.702Z | Compiling bytesize v1.3.0 |
2106 | 2023-10-31T03:30:55.650Z | Compiling nanorand v0.7.0 |
2107 | 2023-10-31T03:30:56.961Z | Compiling rtoolbox v0.0.1 |
2108 | 2023-10-31T03:30:57.727Z | Compiling corncobs v0.1.3 |
2109 | 2023-10-31T03:30:58.419Z | Compiling assert_matches v1.5.0 |
2110 | 2023-10-31T03:30:58.583Z | Compiling smawk v0.3.1 |
2111 | 2023-10-31T03:30:58.952Z | Compiling fs-err v2.9.0 |
2112 | 2023-10-31T03:30:59.923Z | Compiling unicode-linebreak v0.1.5 |
2113 | 2023-10-31T03:31:00.346Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2114 | 2023-10-31T03:31:00.919Z | Compiling textwrap v0.16.0 |
2115 | 2023-10-31T03:31:02.442Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2116 | 2023-10-31T03:31:03.433Z | Compiling rpassword v7.2.0 |
2117 | 2023-10-31T03:31:03.775Z | Compiling flume v0.11.0 |
2118 | 2023-10-31T03:31:04.056Z | Compiling tui-tree-widget v0.13.0 |
2119 | 2023-10-31T03:31:05.105Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2120 | 2023-10-31T03:31:07.380Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2121 | 2023-10-31T03:31:07.630Z | Compiling owo-colors v3.5.0 |
2122 | 2023-10-31T03:31:13.139Z | Compiling shell-words v1.1.0 |
2123 | 2023-10-31T03:31:13.835Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2124 | 2023-10-31T03:31:26.089Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2125 | 2023-10-31T03:32:23.070Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2126 | 2023-10-31T03:32:37.683Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2127 | 2023-10-31T03:34:49.389Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2128 | 2023-10-31T03:36:31.979Z | Compiling git2 v0.17.2 |
2129 | 2023-10-31T03:36:38.757Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2130 | 2023-10-31T03:36:40.565Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2131 | 2023-10-31T03:36:52.690Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2132 | 2023-10-31T03:37:09.466Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2133 | 2023-10-31T03:37:10.413Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2134 | 2023-10-31T03:37:11.385Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2135 | 2023-10-31T03:37:13.697Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2136 | 2023-10-31T03:46:29.530Z | Finished release [optimized] target(s) in 22m 24s |
2137 | 2023-10-31T03:47:36.159Z | |
2138 | 2023-10-31T03:47:36.162Z | real 23:32.583112198 |
2139 | 2023-10-31T03:47:36.164Z | user 2:46:43.698566334 |
2140 | 2023-10-31T03:47:36.167Z | sys 7:04.003463861 |
2141 | 2023-10-31T03:47:36.170Z | trap 5.525959765 |
2142 | 2023-10-31T03:47:36.172Z | tflt 1.601177211 |
2143 | 2023-10-31T03:47:36.175Z | dflt 3.421302400 |
2144 | 2023-10-31T03:47:36.177Z | kflt 0.157165498 |
2145 | 2023-10-31T03:47:36.180Z | lock 9:18:42.538554900 |
2146 | 2023-10-31T03:47:36.183Z | slp 6:46:14.896138731 |
2147 | 2023-10-31T03:47:36.185Z | lat 2:53.021144191 |
2148 | 2023-10-31T03:47:36.188Z | stop 51.196656332 |
2149 | 2023-10-31T03:47:36.191Z | + 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/*) |
2150 | 2023-10-31T03:47:36.194Z | + pfexec mkdir -p /work |
2151 | 2023-10-31T03:47:36.197Z | + pfexec chown build /work |
2152 | 2023-10-31T03:47:36.200Z | + 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 |
2153 | 2023-10-31T03:47:49.884Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2154 | 2023-10-31T03:47:49.887Z | a out/mg-ddm-gz.tar 61499K |
2155 | 2023-10-31T03:47:49.889Z | a out/omicron-sled-agent.tar 119532K |
2156 | 2023-10-31T03:47:49.892Z | a out/target/test 1K |
2157 | 2023-10-31T03:47:49.895Z | a out/npuzone/npuzone 36506K |
2158 | 2023-10-31T03:47:49.897Z | a package-manifest.toml 22K |
2159 | 2023-10-31T03:47:49.900Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2160 | 2023-10-31T03:47:49.903Z | a target/release/omicron-package 40819K |
2161 | 2023-10-31T03:47:49.906Z | a tools/create_virtual_hardware.sh 3K |
2162 | 2023-10-31T03:47:49.909Z | a tools/virtual_hardware.sh 4K |
2163 | 2023-10-31T03:47:49.911Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2164 | 2023-10-31T03:47:49.914Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2165 | 2023-10-31T03:47:49.917Z | a tools/scrimlet/softnpu-init.sh 3K |
2166 | 2023-10-31T03:47:49.919Z | a tools/scrimlet/softnpu-zone.txt 1K |
2167 | 2023-10-31T03:47:49.922Z | a tools/scrimlet/softnpu.toml 1K |
2168 | 2023-10-31T03:47:49.925Z | |
2169 | 2023-10-31T03:47:49.928Z | real 13.714591777 |
2170 | 2023-10-31T03:47:49.931Z | user 13.118603899 |
2171 | 2023-10-31T03:47:49.934Z | sys 1.069536323 |
2172 | 2023-10-31T03:47:49.937Z | trap 0.003437430 |
2173 | 2023-10-31T03:47:49.940Z | tflt 0.000000000 |
2174 | 2023-10-31T03:47:49.942Z | dflt 0.000000000 |
2175 | 2023-10-31T03:47:49.945Z | kflt 0.000000000 |
2176 | 2023-10-31T03:47:49.948Z | lock 0.000000000 |
2177 | 2023-10-31T03:47:49.950Z | slp 12.823092626 |
2178 | 2023-10-31T03:47:49.959Z | lat 0.410937604 |
2179 | 2023-10-31T03:47:49.962Z | stop 0.000231003 |
2180 | 2023-10-31T03:47:49.964Z | ++ pwd |
2181 | 2023-10-31T03:47:49.967Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2182 | 2023-10-31T03:47:49.969Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2183 | 2023-10-31T03:47:49.972Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2184 | 2023-10-31T03:47:51.091Z | Finished release [optimized] target(s) in 1.11s |
2185 | 2023-10-31T03:47:51.122Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2186 | 2023-10-31T03:47:51.162Z | Created new build target 'host' and set it as active |
2187 | 2023-10-31T03:47:51.165Z | |
2188 | 2023-10-31T03:47:51.168Z | real 1.266719746 |
2189 | 2023-10-31T03:47:51.170Z | user 0.903331615 |
2190 | 2023-10-31T03:47:51.173Z | sys 0.362980254 |
2191 | 2023-10-31T03:47:51.176Z | trap 0.000320188 |
2192 | 2023-10-31T03:47:51.179Z | tflt 0.000001956 |
2193 | 2023-10-31T03:47:51.182Z | dflt 0.000008636 |
2194 | 2023-10-31T03:47:51.185Z | kflt 0.000000000 |
2195 | 2023-10-31T03:47:51.187Z | lock 0.031991158 |
2196 | 2023-10-31T03:47:51.190Z | slp 0.020498239 |
2197 | 2023-10-31T03:47:51.192Z | lat 0.002544792 |
2198 | 2023-10-31T03:47:51.195Z | stop 0.000219116 |
2199 | 2023-10-31T03:47:51.198Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2200 | 2023-10-31T03:47:52.316Z | Finished release [optimized] target(s) in 1.06s |
2201 | 2023-10-31T03:47:52.345Z | Running `target/release/omicron-package -t host package` |
2202 | 2023-10-31T03:47:52.385Z | Oct 31 03:47:52.383 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2203 | 2023-10-31T03:47:53.556Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2204 | 2023-10-31T03:51:40.096Z | Finished release [optimized] target(s) in 3m 47s |
2205 | 2023-10-31T03:52:52.316Z | |
2206 | 2023-10-31T03:52:52.319Z | real 5:01.151582526 |
2207 | 2023-10-31T03:52:52.321Z | user 21:36.174772158 |
2208 | 2023-10-31T03:52:52.324Z | sys 1:10.844938017 |
2209 | 2023-10-31T03:52:52.327Z | trap 0.568060740 |
2210 | 2023-10-31T03:52:52.329Z | tflt 0.030602830 |
2211 | 2023-10-31T03:52:52.332Z | dflt 1.638786849 |
2212 | 2023-10-31T03:52:52.334Z | kflt 0.000127485 |
2213 | 2023-10-31T03:52:52.337Z | lock 1:12:25.267596012 |
2214 | 2023-10-31T03:52:52.340Z | slp 17:35.019037102 |
2215 | 2023-10-31T03:52:52.343Z | lat 7.568212630 |
2216 | 2023-10-31T03:52:52.345Z | stop 0.641721746 |
2217 | 2023-10-31T03:52:52.348Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2218 | 2023-10-31T03:52:52.350Z | + for package in "$@" |
2219 | 2023-10-31T03:52:52.353Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2220 | 2023-10-31T03:52:52.356Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.3-0.ci+git1f91f4c3e76 |
2221 | 2023-10-31T03:52:53.553Z | Finished release [optimized] target(s) in 1.15s |
2222 | 2023-10-31T03:52:53.584Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.3-0.ci+git1f91f4c3e76` |
2223 | 2023-10-31T03:52:53.627Z | Oct 31 03:52:53.624 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2224 | 2023-10-31T03:52:54.200Z | Created: out/versioned/omicron-sled-agent.tar |
2225 | 2023-10-31T03:52:54.204Z | + for package in "$@" |
2226 | 2023-10-31T03:52:54.206Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2227 | 2023-10-31T03:52:54.209Z | + echo 0.0.0 |
2228 | 2023-10-31T03:52:54.212Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2229 | 2023-10-31T03:52:54.215Z | a VERSION 1K |
2230 | 2023-10-31T03:52:54.218Z | + rm VERSION |
2231 | 2023-10-31T03:52:54.221Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git1f91f4c3e76 |
2232 | 2023-10-31T03:52:55.474Z | Finished release [optimized] target(s) in 1.17s |
2233 | 2023-10-31T03:52:55.507Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git1f91f4c3e76` |
2234 | 2023-10-31T03:52:55.548Z | Oct 31 03:52:55.545 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2235 | 2023-10-31T03:52:55.820Z | Created: out/versioned/mg-ddm-gz.tar |
2236 | 2023-10-31T03:52:55.824Z | + for package in "$@" |
2237 | 2023-10-31T03:52:55.826Z | + [[ propolis-server == mg-ddm-gz ]] |
2238 | 2023-10-31T03:52:55.829Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.3-0.ci+git1f91f4c3e76 |
2239 | 2023-10-31T03:52:57.016Z | Finished release [optimized] target(s) in 1.10s |
2240 | 2023-10-31T03:52:57.048Z | Running `target/release/omicron-package stamp propolis-server 1.0.3-0.ci+git1f91f4c3e76` |
2241 | 2023-10-31T03:52:57.089Z | Oct 31 03:52:57.086 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2242 | 2023-10-31T03:52:58.882Z | Created: out/versioned/propolis-server.tar.gz |
2243 | 2023-10-31T03:52:58.887Z | + for package in "$@" |
2244 | 2023-10-31T03:52:58.890Z | + [[ overlay == mg-ddm-gz ]] |
2245 | 2023-10-31T03:52:58.893Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.3-0.ci+git1f91f4c3e76 |
2246 | 2023-10-31T03:53:00.100Z | Finished release [optimized] target(s) in 1.13s |
2247 | 2023-10-31T03:53:00.134Z | Running `target/release/omicron-package stamp overlay 1.0.3-0.ci+git1f91f4c3e76` |
2248 | 2023-10-31T03:53:00.179Z | Oct 31 03:53:00.176 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2249 | 2023-10-31T03:53:00.182Z | Created: out/versioned/overlay.tar.gz |
2250 | 2023-10-31T03:53:00.187Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2251 | 2023-10-31T03:53:00.198Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2252 | 2023-10-31T03:53:00.201Z | ++ cd -- ./tools |
2253 | 2023-10-31T03:53:00.205Z | ++ pwd |
2254 | 2023-10-31T03:53:00.207Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2255 | 2023-10-31T03:53:00.212Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2256 | 2023-10-31T03:53:00.215Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2257 | 2023-10-31T03:53:00.218Z | ++ readlink -f /work |
2258 | 2023-10-31T03:53:00.221Z | + out_dir=/work |
2259 | 2023-10-31T03:53:00.224Z | + 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") |
2260 | 2023-10-31T03:53:00.228Z | + for dep in "${deps[@]}" |
2261 | 2023-10-31T03:53:00.231Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2262 | 2023-10-31T03:53:00.234Z | + for dep in "${deps[@]}" |
2263 | 2023-10-31T03:53:00.237Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2264 | 2023-10-31T03:53:00.241Z | + for dep in "${deps[@]}" |
2265 | 2023-10-31T03:53:00.244Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2266 | 2023-10-31T03:53:00.247Z | + for dep in "${deps[@]}" |
2267 | 2023-10-31T03:53:00.250Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2268 | 2023-10-31T03:53:00.255Z | ++ mktemp -d |
2269 | 2023-10-31T03:53:00.258Z | + tmp_gz=/tmp/tmp.Z4aiRi |
2270 | 2023-10-31T03:53:00.287Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2271 | 2023-10-31T03:53:00.290Z | + echo '{"v":"1","t":"layer"}' |
2272 | 2023-10-31T03:53:00.294Z | + pkg_dir=/tmp/tmp.Z4aiRi/root/opt/oxide/sled-agent |
2273 | 2023-10-31T03:53:00.300Z | + mkdir -p /tmp/tmp.Z4aiRi/root/opt/oxide/sled-agent |
2274 | 2023-10-31T03:53:00.303Z | + cd /tmp/tmp.Z4aiRi/root/opt/oxide/sled-agent |
2275 | 2023-10-31T03:53:00.305Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2276 | 2023-10-31T03:53:00.350Z | x ., 0 bytes, 0 tape blocks |
2277 | 2023-10-31T03:53:00.353Z | x zone-bundle, 38228352 bytes, 74665 tape blocks |
2278 | 2023-10-31T03:53:00.357Z | x sled-agent, 84260304 bytes, 164571 tape blocks |
2279 | 2023-10-31T03:53:00.360Z | x pkg, 0 bytes, 0 tape blocks |
2280 | 2023-10-31T03:53:00.363Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2281 | 2023-10-31T03:53:00.366Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2282 | 2023-10-31T03:53:00.369Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2283 | 2023-10-31T03:53:00.372Z | x VERSION, 25 bytes, 1 tape blocks |
2284 | 2023-10-31T03:53:00.374Z | + mkdir -p /tmp/tmp.Z4aiRi/root/lib/svc/manifest/site/ |
2285 | 2023-10-31T03:53:00.377Z | + mv pkg/manifest.xml /tmp/tmp.Z4aiRi/root/lib/svc/manifest/site/sled-agent.xml |
2286 | 2023-10-31T03:53:00.380Z | + cd - |
2287 | 2023-10-31T03:53:00.384Z | /work/oxidecomputer/omicron |
2288 | 2023-10-31T03:53:00.386Z | + pkg_dir=/tmp/tmp.Z4aiRi/root/opt/oxide/mg-ddm |
2289 | 2023-10-31T03:53:00.389Z | + mkdir -p /tmp/tmp.Z4aiRi/root/opt/oxide/mg-ddm |
2290 | 2023-10-31T03:53:00.392Z | + cd /tmp/tmp.Z4aiRi/root/opt/oxide/mg-ddm |
2291 | 2023-10-31T03:53:00.395Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2292 | 2023-10-31T03:53:00.427Z | x ., 0 bytes, 0 tape blocks |
2293 | 2023-10-31T03:53:00.430Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2294 | 2023-10-31T03:53:00.433Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2295 | 2023-10-31T03:53:00.436Z | x pkg, 0 bytes, 0 tape blocks |
2296 | 2023-10-31T03:53:00.439Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2297 | 2023-10-31T03:53:00.441Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2298 | 2023-10-31T03:53:00.444Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2299 | 2023-10-31T03:53:00.447Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2300 | 2023-10-31T03:53:00.450Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2301 | 2023-10-31T03:53:00.453Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2302 | 2023-10-31T03:53:00.456Z | x VERSION, 25 bytes, 1 tape blocks |
2303 | 2023-10-31T03:53:00.459Z | + cd - |
2304 | 2023-10-31T03:53:00.462Z | /work/oxidecomputer/omicron |
2305 | 2023-10-31T03:53:00.464Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Z4aiRi/root/opt/oxide |
2306 | 2023-10-31T03:53:00.548Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Z4aiRi/root/opt/oxide |
2307 | 2023-10-31T03:53:00.552Z | + cd /tmp/tmp.Z4aiRi |
2308 | 2023-10-31T03:53:00.555Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2309 | 2023-10-31T03:53:12.822Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2310 | 2023-10-31T03:53:12.826Z | a oxide.json 1K |
2311 | 2023-10-31T03:53:12.831Z | a root/ 0K |
2312 | 2023-10-31T03:53:12.839Z | a root/opt/ 0K |
2313 | 2023-10-31T03:53:12.843Z | a root/opt/oxide/ 0K |
2314 | 2023-10-31T03:53:12.846Z | a root/opt/oxide/sled-agent/ 0K |
2315 | 2023-10-31T03:53:12.849Z | a root/opt/oxide/sled-agent/zone-bundle 37333K |
2316 | 2023-10-31T03:53:12.851Z | a root/opt/oxide/sled-agent/sled-agent 82286K |
2317 | 2023-10-31T03:53:12.855Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2318 | 2023-10-31T03:53:12.858Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2319 | 2023-10-31T03:53:12.868Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2320 | 2023-10-31T03:53:12.871Z | a root/opt/oxide/sled-agent/VERSION 1K |
2321 | 2023-10-31T03:53:12.874Z | a root/opt/oxide/mg-ddm/ 0K |
2322 | 2023-10-31T03:53:12.877Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2323 | 2023-10-31T03:53:12.880Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2324 | 2023-10-31T03:53:12.883Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2325 | 2023-10-31T03:53:12.886Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2326 | 2023-10-31T03:53:12.889Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2327 | 2023-10-31T03:53:12.892Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2328 | 2023-10-31T03:53:12.895Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2329 | 2023-10-31T03:53:12.897Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2330 | 2023-10-31T03:53:12.900Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2331 | 2023-10-31T03:53:12.903Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2332 | 2023-10-31T03:53:12.905Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2333 | 2023-10-31T03:53:12.909Z | a root/opt/oxide/overlay.tar.gz 2K |
2334 | 2023-10-31T03:53:12.911Z | a root/lib/ 0K |
2335 | 2023-10-31T03:53:12.914Z | a root/lib/svc/ 0K |
2336 | 2023-10-31T03:53:12.917Z | a root/lib/svc/manifest/ 0K |
2337 | 2023-10-31T03:53:12.919Z | a root/lib/svc/manifest/site/ 0K |
2338 | 2023-10-31T03:53:12.925Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2339 | 2023-10-31T03:53:12.928Z | + cd / |
2340 | 2023-10-31T03:53:12.931Z | + rm -rf /tmp/tmp.Z4aiRi |
2341 | 2023-10-31T03:53:12.934Z | |
2342 | 2023-10-31T03:53:12.937Z | real 12.498053091 |
2343 | 2023-10-31T03:53:12.939Z | user 11.565818021 |
2344 | 2023-10-31T03:53:12.943Z | sys 0.998462791 |
2345 | 2023-10-31T03:53:13.352Z | trap 0.002394754 |
2346 | 2023-10-31T03:53:13.355Z | tflt 0.000000000 |
2347 | 2023-10-31T03:53:13.358Z | dflt 0.000000000 |
2348 | 2023-10-31T03:53:13.360Z | kflt 0.000000000 |
2349 | 2023-10-31T03:53:13.363Z | lock 0.000000000 |
2350 | 2023-10-31T03:53:13.366Z | slp 24.124291806 |
2351 | 2023-10-31T03:53:13.369Z | lat 0.374505121 |
2352 | 2023-10-31T03:53:13.372Z | stop 0.000336245 |
2353 | 2023-10-31T03:53:13.375Z | + mkdir -p /work/zones |
2354 | 2023-10-31T03:53:13.378Z | + 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) |
2355 | 2023-10-31T03:53:13.381Z | + 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/ |
2356 | 2023-10-31T03:53:16.375Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2357 | 2023-10-31T03:53:17.643Z | Finished release [optimized] target(s) in 1.18s |
2358 | 2023-10-31T03:53:17.676Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2359 | 2023-10-31T03:53:17.721Z | Created new build target 'recovery' and set it as active |
2360 | 2023-10-31T03:53:17.724Z | |
2361 | 2023-10-31T03:53:17.727Z | real 1.342626768 |
2362 | 2023-10-31T03:53:17.730Z | user 0.963773055 |
2363 | 2023-10-31T03:53:17.733Z | sys 0.377757185 |
2364 | 2023-10-31T03:53:17.736Z | trap 0.000628284 |
2365 | 2023-10-31T03:53:17.739Z | tflt 0.000002507 |
2366 | 2023-10-31T03:53:17.742Z | dflt 0.000000000 |
2367 | 2023-10-31T03:53:17.745Z | kflt 0.000000000 |
2368 | 2023-10-31T03:53:17.748Z | lock 0.036390957 |
2369 | 2023-10-31T03:53:17.751Z | slp 0.022682081 |
2370 | 2023-10-31T03:53:17.754Z | lat 0.003134191 |
2371 | 2023-10-31T03:53:17.757Z | stop 0.000239614 |
2372 | 2023-10-31T03:53:17.760Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2373 | 2023-10-31T03:53:18.949Z | Finished release [optimized] target(s) in 1.13s |
2374 | 2023-10-31T03:53:18.981Z | Running `target/release/omicron-package -t recovery package` |
2375 | 2023-10-31T03:53:19.079Z | Oct 31 03:53:19.022 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2376 | 2023-10-31T03:53:20.103Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2377 | 2023-10-31T03:53:24.097Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2378 | 2023-10-31T03:53:57.205Z | Finished release [optimized] target(s) in 38.09s |
2379 | 2023-10-31T03:54:11.508Z | |
2380 | 2023-10-31T03:54:11.511Z | real 53.776426772 |
2381 | 2023-10-31T03:54:11.513Z | user 2:41.633092856 |
2382 | 2023-10-31T03:54:11.516Z | sys 11.923813297 |
2383 | 2023-10-31T03:54:11.519Z | trap 0.079800087 |
2384 | 2023-10-31T03:54:11.522Z | tflt 0.053130819 |
2385 | 2023-10-31T03:54:11.525Z | dflt 0.556686185 |
2386 | 2023-10-31T03:54:11.527Z | kflt 0.000000000 |
2387 | 2023-10-31T03:54:11.530Z | lock 11:45.656005633 |
2388 | 2023-10-31T03:54:11.533Z | slp 2:38.790200127 |
2389 | 2023-10-31T03:54:11.535Z | lat 1.528948987 |
2390 | 2023-10-31T03:54:11.538Z | stop 0.189601312 |
2391 | 2023-10-31T03:54:11.541Z | + stamp_packages installinator mg-ddm-gz |
2392 | 2023-10-31T03:54:11.543Z | + for package in "$@" |
2393 | 2023-10-31T03:54:11.546Z | + [[ installinator == mg-ddm-gz ]] |
2394 | 2023-10-31T03:54:11.549Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.3-0.ci+git1f91f4c3e76 |
2395 | 2023-10-31T03:54:12.710Z | Finished release [optimized] target(s) in 1.11s |
2396 | 2023-10-31T03:54:12.741Z | Running `target/release/omicron-package stamp installinator 1.0.3-0.ci+git1f91f4c3e76` |
2397 | 2023-10-31T03:54:12.784Z | Oct 31 03:54:12.781 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2398 | 2023-10-31T03:54:12.912Z | Created: out/versioned/installinator.tar |
2399 | 2023-10-31T03:54:12.916Z | + for package in "$@" |
2400 | 2023-10-31T03:54:12.918Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2401 | 2023-10-31T03:54:12.921Z | + echo 0.0.0 |
2402 | 2023-10-31T03:54:12.924Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2403 | 2023-10-31T03:54:12.926Z | a VERSION 1K |
2404 | 2023-10-31T03:54:12.929Z | + rm VERSION |
2405 | 2023-10-31T03:54:12.932Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.3-0.ci+git1f91f4c3e76 |
2406 | 2023-10-31T03:54:14.124Z | Finished release [optimized] target(s) in 1.11s |
2407 | 2023-10-31T03:54:14.156Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.3-0.ci+git1f91f4c3e76` |
2408 | 2023-10-31T03:54:14.198Z | Oct 31 03:54:14.195 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2409 | 2023-10-31T03:54:14.384Z | Created: out/versioned/mg-ddm-gz.tar |
2410 | 2023-10-31T03:54:14.388Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2411 | 2023-10-31T03:54:14.401Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2412 | 2023-10-31T03:54:14.404Z | ++ cd -- ./tools |
2413 | 2023-10-31T03:54:14.407Z | ++ pwd |
2414 | 2023-10-31T03:54:14.409Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2415 | 2023-10-31T03:54:14.412Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2416 | 2023-10-31T03:54:14.415Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2417 | 2023-10-31T03:54:14.418Z | ++ readlink -f /work |
2418 | 2023-10-31T03:54:14.421Z | + out_dir=/work |
2419 | 2023-10-31T03:54:14.423Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2420 | 2023-10-31T03:54:14.426Z | + for dep in "${deps[@]}" |
2421 | 2023-10-31T03:54:14.429Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2422 | 2023-10-31T03:54:14.432Z | + for dep in "${deps[@]}" |
2423 | 2023-10-31T03:54:14.435Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2424 | 2023-10-31T03:54:14.446Z | ++ mktemp -d |
2425 | 2023-10-31T03:54:14.449Z | + tmp_trampoline=/tmp/tmp.laaGVi |
2426 | 2023-10-31T03:54:14.452Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2427 | 2023-10-31T03:54:14.457Z | + echo '{"v":"1","t":"layer"}' |
2428 | 2023-10-31T03:54:14.459Z | + pkg_dir=/tmp/tmp.laaGVi/root/opt/oxide/installinator |
2429 | 2023-10-31T03:54:14.462Z | + mkdir -p /tmp/tmp.laaGVi/root/opt/oxide/installinator |
2430 | 2023-10-31T03:54:14.465Z | + cd /tmp/tmp.laaGVi/root/opt/oxide/installinator |
2431 | 2023-10-31T03:54:14.468Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2432 | 2023-10-31T03:54:14.471Z | x ., 0 bytes, 0 tape blocks |
2433 | 2023-10-31T03:54:14.475Z | x installinator, 52095384 bytes, 101749 tape blocks |
2434 | 2023-10-31T03:54:14.479Z | x pkg, 0 bytes, 0 tape blocks |
2435 | 2023-10-31T03:54:14.482Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2436 | 2023-10-31T03:54:14.485Z | x VERSION, 25 bytes, 1 tape blocks |
2437 | 2023-10-31T03:54:14.488Z | + mkdir -p /tmp/tmp.laaGVi/root/lib/svc/manifest/site/ |
2438 | 2023-10-31T03:54:14.492Z | + mv pkg/manifest.xml /tmp/tmp.laaGVi/root/lib/svc/manifest/site/installinator.xml |
2439 | 2023-10-31T03:54:14.495Z | + cd - |
2440 | 2023-10-31T03:54:14.498Z | /work/oxidecomputer/omicron |
2441 | 2023-10-31T03:54:14.502Z | + pkg_dir=/tmp/tmp.laaGVi/root/opt/oxide/mg-ddm |
2442 | 2023-10-31T03:54:14.505Z | + mkdir -p /tmp/tmp.laaGVi/root/opt/oxide/mg-ddm |
2443 | 2023-10-31T03:54:14.508Z | + cd /tmp/tmp.laaGVi/root/opt/oxide/mg-ddm |
2444 | 2023-10-31T03:54:14.510Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2445 | 2023-10-31T03:54:14.625Z | x ., 0 bytes, 0 tape blocks |
2446 | 2023-10-31T03:54:14.629Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2447 | 2023-10-31T03:54:14.633Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2448 | 2023-10-31T03:54:14.652Z | x pkg, 0 bytes, 0 tape blocks |
2449 | 2023-10-31T03:54:14.660Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2450 | 2023-10-31T03:54:14.676Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2451 | 2023-10-31T03:54:14.686Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2452 | 2023-10-31T03:54:14.689Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2453 | 2023-10-31T03:54:14.693Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2454 | 2023-10-31T03:54:14.696Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2455 | 2023-10-31T03:54:14.699Z | x VERSION, 25 bytes, 1 tape blocks |
2456 | 2023-10-31T03:54:14.703Z | + cd - |
2457 | 2023-10-31T03:54:14.706Z | /work/oxidecomputer/omicron |
2458 | 2023-10-31T03:54:14.708Z | + cd /tmp/tmp.laaGVi |
2459 | 2023-10-31T03:54:14.711Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2460 | 2023-10-31T03:54:20.511Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2461 | 2023-10-31T03:54:20.513Z | a oxide.json 1K |
2462 | 2023-10-31T03:54:20.516Z | a root/ 0K |
2463 | 2023-10-31T03:54:20.519Z | a root/opt/ 0K |
2464 | 2023-10-31T03:54:20.522Z | a root/opt/oxide/ 0K |
2465 | 2023-10-31T03:54:20.524Z | a root/opt/oxide/installinator/ 0K |
2466 | 2023-10-31T03:54:20.527Z | a root/opt/oxide/installinator/installinator 50875K |
2467 | 2023-10-31T03:54:20.529Z | a root/opt/oxide/installinator/pkg/ 0K |
2468 | 2023-10-31T03:54:20.532Z | a root/opt/oxide/installinator/VERSION 1K |
2469 | 2023-10-31T03:54:20.534Z | a root/opt/oxide/mg-ddm/ 0K |
2470 | 2023-10-31T03:54:20.537Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2471 | 2023-10-31T03:54:20.540Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2472 | 2023-10-31T03:54:20.543Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2473 | 2023-10-31T03:54:20.546Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2474 | 2023-10-31T03:54:20.548Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2475 | 2023-10-31T03:54:20.551Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2476 | 2023-10-31T03:54:20.553Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2477 | 2023-10-31T03:54:20.555Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2478 | 2023-10-31T03:54:20.558Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2479 | 2023-10-31T03:54:20.560Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2480 | 2023-10-31T03:54:20.570Z | a root/lib/ 0K |
2481 | 2023-10-31T03:54:20.573Z | a root/lib/svc/ 0K |
2482 | 2023-10-31T03:54:20.576Z | a root/lib/svc/manifest/ 0K |
2483 | 2023-10-31T03:54:20.581Z | a root/lib/svc/manifest/site/ 0K |
2484 | 2023-10-31T03:54:20.585Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2485 | 2023-10-31T03:54:20.588Z | + cd / |
2486 | 2023-10-31T03:54:20.591Z | + rm -rf /tmp/tmp.laaGVi |
2487 | 2023-10-31T03:54:20.595Z | |
2488 | 2023-10-31T03:54:20.599Z | real 6.140867653 |
2489 | 2023-10-31T03:54:20.602Z | user 5.756355264 |
2490 | 2023-10-31T03:54:20.605Z | sys 0.413557516 |
2491 | 2023-10-31T03:54:20.608Z | trap 0.002295859 |
2492 | 2023-10-31T03:54:20.611Z | tflt 0.000000000 |
2493 | 2023-10-31T03:54:20.614Z | dflt 0.000000000 |
2494 | 2023-10-31T03:54:20.617Z | kflt 0.000000000 |
2495 | 2023-10-31T03:54:20.620Z | lock 0.000000000 |
2496 | 2023-10-31T03:54:20.624Z | slp 11.876765801 |
2497 | 2023-10-31T03:54:20.627Z | lat 0.172802754 |
2498 | 2023-10-31T03:54:20.631Z | stop 0.000294780 |
2499 | 2023-10-31T03:54:20.634Z | process exited: duration 2535797 ms, exit code 0 |
|
2500 | 2023-10-31T03:54:20.648Z | found 21 output files |
2501 | 2023-10-31T03:54:20.652Z | uploading: /work/version.txt (26 bytes) |
2502 | 2023-10-31T03:54:21.660Z | uploaded: /work/version.txt |
2503 | 2023-10-31T03:54:21.665Z | uploading: /work/package.tar.gz (83232594 bytes) |
2504 | 2023-10-31T03:54:51.899Z | uploaded: /work/package.tar.gz |
2505 | 2023-10-31T03:54:51.932Z | uploading: /work/global-zone-packages.tar.gz (124732272 bytes) |
2506 | 2023-10-31T03:55:37.597Z | uploaded: /work/global-zone-packages.tar.gz |
2507 | 2023-10-31T03:55:37.627Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36570091 bytes) |
2508 | 2023-10-31T03:55:51.154Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2509 | 2023-10-31T03:55:55.574Z | uploading: /work/zones/clickhouse.tar.gz (181931336 bytes) |
2510 | 2023-10-31T03:57:16.444Z | uploaded: /work/zones/clickhouse.tar.gz |
2511 | 2023-10-31T03:57:16.482Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181930723 bytes) |
2512 | 2023-10-31T03:58:21.412Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2513 | 2023-10-31T03:58:21.426Z | uploading: /work/zones/cockroachdb.tar.gz (118996115 bytes) |
2514 | 2023-10-31T03:58:56.887Z | uploaded: /work/zones/cockroachdb.tar.gz |
2515 | 2023-10-31T03:58:56.906Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2516 | 2023-10-31T03:59:04.253Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2517 | 2023-10-31T03:59:04.266Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2518 | 2023-10-31T03:59:17.238Z | uploaded: /work/zones/crucible.tar.gz |
2519 | 2023-10-31T03:59:17.249Z | uploading: /work/zones/external-dns.tar.gz (24433872 bytes) |
2520 | 2023-10-31T03:59:25.372Z | uploaded: /work/zones/external-dns.tar.gz |
2521 | 2023-10-31T03:59:25.385Z | uploading: /work/zones/internal-dns.tar.gz (24433870 bytes) |
2522 | 2023-10-31T03:59:33.693Z | uploaded: /work/zones/internal-dns.tar.gz |
2523 | 2023-10-31T03:59:33.696Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2524 | 2023-10-31T03:59:34.704Z | uploaded: /work/zones/ntp.tar.gz |
2525 | 2023-10-31T03:59:34.719Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (17962007 bytes) |
2526 | 2023-10-31T03:59:45.246Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2527 | 2023-10-31T03:59:45.266Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (17961174 bytes) |
2528 | 2023-10-31T03:59:52.737Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2529 | 2023-10-31T03:59:52.749Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72019047 bytes) |
2530 | 2023-10-31T04:00:16.879Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2531 | 2023-10-31T04:00:16.890Z | uploading: /work/zones/omicron-nexus.tar.gz (72018747 bytes) |
2532 | 2023-10-31T04:00:42.141Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2533 | 2023-10-31T04:00:42.160Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2534 | 2023-10-31T04:00:43.208Z | uploaded: /work/zones/overlay.tar.gz |
2535 | 2023-10-31T04:00:43.213Z | uploading: /work/zones/oximeter-collector.tar.gz (19419948 bytes) |
2536 | 2023-10-31T04:00:53.325Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2537 | 2023-10-31T04:00:53.338Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2538 | 2023-10-31T04:01:22.155Z | uploaded: /work/zones/propolis-server.tar.gz |
2539 | 2023-10-31T04:01:22.582Z | uploading: /work/zones/switch-asic.tar.gz (242005931 bytes) |
2540 | 2023-10-31T04:03:05.150Z | uploaded: /work/zones/switch-asic.tar.gz |
2541 | 2023-10-31T04:03:05.217Z | uploading: /work/zones/switch-softnpu.tar.gz (165773930 bytes) |
2542 | 2023-10-31T04:04:10.627Z | uploaded: /work/zones/switch-softnpu.tar.gz |