|
|
|
1 | 2023-12-13T05:38:31.465Z | job assigned to worker 01HHGTTHH184BCJSV8ESNE1K76 (queued for 2 m 0 s) |
|
2 | 2023-12-13T05:38:32.266Z | starting task 0: "setup" |
3 | 2023-12-13T05:38:32.424Z | ++ uname -s |
4 | 2023-12-13T05:38:32.433Z | + kern=SunOS |
5 | 2023-12-13T05:38:32.433Z | + case "$kern" in |
6 | 2023-12-13T05:38:32.433Z | + groupadd -g 12345 build |
7 | 2023-12-13T05:38:32.433Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-13T05:38:34.434Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-13T05:38:34.553Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-13T05:38:34.559Z | + home_fs=zfs |
11 | 2023-12-13T05:38:34.559Z | + [[ zfs == autofs ]] |
12 | 2023-12-13T05:38:34.559Z | + mkdir -p /home/build |
13 | 2023-12-13T05:38:34.559Z | + chown build:build /home/build /work |
14 | 2023-12-13T05:38:35.547Z | + chmod 0700 /home/build /work |
15 | 2023-12-13T05:38:35.626Z | process exited: duration 3275 ms, exit code 0 |
|
16 | 2023-12-13T05:38:35.633Z | starting task 1: "rust-toolchain" |
17 | 2023-12-13T05:38:35.642Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-13T05:38:35.646Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-13T05:38:35.826Z | info: downloading installer |
20 | 2023-12-13T05:38:38.532Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-13T05:38:38.532Z | warning: /opt/ooce/bin |
22 | 2023-12-13T05:38:38.534Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-13T05:38:38.534Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-13T05:38:38.534Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-13T05:38:38.534Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-13T05:38:38.534Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-13T05:38:38.534Z | error: cannot install while Rust is installed |
28 | 2023-12-13T05:38:38.534Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-13T05:38:38.741Z | info: profile set to 'default' |
30 | 2023-12-13T05:38:38.741Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-13T05:38:38.745Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-13T05:38:38.904Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-13T05:38:38.904Z | info: downloading component 'cargo' |
34 | 2023-12-13T05:38:39.555Z | info: downloading component 'clippy' |
35 | 2023-12-13T05:38:39.794Z | info: downloading component 'rust-docs' |
36 | 2023-12-13T05:38:40.617Z | info: downloading component 'rust-std' |
37 | 2023-12-13T05:38:42.109Z | info: downloading component 'rustc' |
38 | 2023-12-13T05:38:45.748Z | info: downloading component 'rustfmt' |
39 | 2023-12-13T05:38:46.009Z | info: installing component 'cargo' |
40 | 2023-12-13T05:38:48.112Z | info: installing component 'clippy' |
41 | 2023-12-13T05:38:51.407Z | info: installing component 'rust-docs' |
42 | 2023-12-13T05:38:51.909Z | info: installing component 'rust-std' |
43 | 2023-12-13T05:38:55.764Z | info: installing component 'rustc' |
44 | 2023-12-13T05:39:05.061Z | info: installing component 'rustfmt' |
45 | 2023-12-13T05:39:05.565Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-13T05:39:05.565Z | |
47 | 2023-12-13T05:39:05.712Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-13T05:39:05.712Z | |
49 | 2023-12-13T05:39:05.718Z | |
50 | 2023-12-13T05:39:05.719Z | Rust is installed now. Great! |
51 | 2023-12-13T05:39:05.719Z | |
52 | 2023-12-13T05:39:05.719Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-13T05:39:05.719Z | environment variable. This has not been done automatically. |
54 | 2023-12-13T05:39:05.719Z | |
55 | 2023-12-13T05:39:05.719Z | To configure your current shell, run: |
56 | 2023-12-13T05:39:05.719Z | source "$HOME/.cargo/env" |
57 | 2023-12-13T05:39:05.803Z | + rustc --version |
58 | 2023-12-13T05:39:05.915Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-13T05:39:05.920Z | process exited: duration 30286 ms, exit code 0 |
|
60 | 2023-12-13T05:39:05.937Z | starting task 2: "authentication" |
61 | 2023-12-13T05:39:05.975Z | process exited: duration 40 ms, exit code 0 |
|
62 | 2023-12-13T05:39:05.985Z | starting task 3: "clone repository" |
63 | 2023-12-13T05:39:05.990Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-13T05:39:05.995Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-13T05:39:06.441Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-13T05:39:12.523Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-13T05:39:12.524Z | + [[ -n renovate/russh-monorepo ]] |
68 | 2023-12-13T05:39:12.533Z | + git fetch origin renovate/russh-monorepo |
69 | 2023-12-13T05:39:12.860Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-13T05:39:12.860Z | * branch renovate/russh-monorepo -> FETCH_HEAD |
71 | 2023-12-13T05:39:12.870Z | + git checkout -B renovate/russh-monorepo remotes/origin/renovate/russh-monorepo |
72 | 2023-12-13T05:39:12.928Z | Switched to a new branch 'renovate/russh-monorepo' |
73 | 2023-12-13T05:39:12.932Z | branch 'renovate/russh-monorepo' set up to track 'origin/renovate/russh-monorepo'. |
74 | 2023-12-13T05:39:12.932Z | + git reset --hard 02238756702c56bb05c4e099c22b8000a469a56a |
75 | 2023-12-13T05:39:13.018Z | HEAD is now at 02238756 Update russh monorepo to 0.40.1 |
76 | 2023-12-13T05:39:13.021Z | process exited: duration 7037 ms, exit code 0 |
|
77 | 2023-12-13T05:39:13.028Z | starting task 4: "build" |
78 | 2023-12-13T05:39:13.036Z | + cargo --version |
79 | 2023-12-13T05:39:13.044Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-13T05:39:13.681Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-13T05:39:13.687Z | info: downloading component 'cargo' |
82 | 2023-12-13T05:39:14.274Z | info: downloading component 'clippy' |
83 | 2023-12-13T05:39:14.592Z | info: downloading component 'rust-docs' |
84 | 2023-12-13T05:39:15.821Z | info: downloading component 'rust-std' |
85 | 2023-12-13T05:39:19.447Z | info: downloading component 'rustc' |
86 | 2023-12-13T05:39:22.956Z | info: downloading component 'rustfmt' |
87 | 2023-12-13T05:39:23.314Z | info: installing component 'cargo' |
88 | 2023-12-13T05:39:24.619Z | info: installing component 'clippy' |
89 | 2023-12-13T05:39:25.078Z | info: installing component 'rust-docs' |
90 | 2023-12-13T05:39:28.062Z | info: installing component 'rust-std' |
91 | 2023-12-13T05:39:30.652Z | info: installing component 'rustc' |
92 | 2023-12-13T05:39:36.903Z | info: installing component 'rustfmt' |
93 | 2023-12-13T05:39:37.441Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-13T05:39:37.444Z | + rustc --version |
95 | 2023-12-13T05:39:37.992Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-13T05:39:38.006Z | ++ git rev-parse HEAD |
97 | 2023-12-13T05:39:38.006Z | + COMMIT=02238756702c56bb05c4e099c22b8000a469a56a |
98 | 2023-12-13T05:39:38.006Z | + VERSION=5.0.0-0.ci+git02238756702 |
99 | 2023-12-13T05:39:38.007Z | + echo 5.0.0-0.ci+git02238756702 |
100 | 2023-12-13T05:39:38.007Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-13T05:39:45.740Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-13T05:39:46.982Z | Startup: Caching catalogs ... Done |
103 | 2023-12-13T05:39:54.023Z | Planning: Solver setup ... Done (6.637s) |
104 | 2023-12-13T05:39:54.179Z | Planning: Running solver ... Done (0.156s) |
105 | 2023-12-13T05:39:54.251Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-12-13T05:39:54.281Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-13T05:39:55.807Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-13T05:39:55.898Z | Planning: Package planning ... Done (0.089s) |
109 | 2023-12-13T05:39:55.983Z | Planning: Merging actions ... Done (0.084s) |
110 | 2023-12-13T05:39:56.703Z | Planning: Checking for conflicting actions ... Done (0.722s) |
111 | 2023-12-13T05:39:56.721Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-12-13T05:40:00.509Z | Planning: Evaluating mediators ... Done (3.783s) |
113 | 2023-12-13T05:40:00.627Z | Planning: Planning completed in 13.58 seconds |
114 | 2023-12-13T05:40:00.648Z | Packages to install: 4 |
115 | 2023-12-13T05:40:00.648Z | Packages to update: 2 |
116 | 2023-12-13T05:40:00.648Z | Mediators to change: 2 |
117 | 2023-12-13T05:40:00.648Z | Services to change: 1 |
118 | 2023-12-13T05:40:00.648Z | Estimated space available: 148.88 GB |
119 | 2023-12-13T05:40:00.648Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-13T05:40:00.648Z | Create boot environment: No |
121 | 2023-12-13T05:40:00.649Z | Create backup boot environment: Yes |
122 | 2023-12-13T05:40:00.649Z | Rebuild boot archive: No |
123 | 2023-12-13T05:40:00.649Z | |
124 | 2023-12-13T05:40:00.649Z | Changed mediators: |
125 | 2023-12-13T05:40:00.649Z | mediator clang: |
126 | 2023-12-13T05:40:00.649Z | version: None -> 15 (system default) |
127 | 2023-12-13T05:40:00.649Z | |
128 | 2023-12-13T05:40:00.649Z | mediator llvm: |
129 | 2023-12-13T05:40:00.649Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-13T05:40:00.649Z | |
131 | 2023-12-13T05:40:00.649Z | Changed packages: |
132 | 2023-12-13T05:40:00.649Z | helios-dev |
133 | 2023-12-13T05:40:00.649Z | developer/build-essential |
134 | 2023-12-13T05:40:00.649Z | None -> 11-2.0 |
135 | 2023-12-13T05:40:00.649Z | library/libxmlsec1 |
136 | 2023-12-13T05:40:00.649Z | None -> 1.2.35-2.0 |
137 | 2023-12-13T05:40:00.649Z | ooce/developer/clang-15 |
138 | 2023-12-13T05:40:00.650Z | None -> 15.0.7-2.0 |
139 | 2023-12-13T05:40:00.650Z | ooce/developer/llvm-15 |
140 | 2023-12-13T05:40:00.650Z | None -> 15.0.7-2.0 |
141 | 2023-12-13T05:40:00.650Z | system/library/g++-runtime |
142 | 2023-12-13T05:40:00.651Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-13T05:40:00.651Z | system/library/gcc-runtime |
144 | 2023-12-13T05:40:00.651Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-13T05:40:00.651Z | |
146 | 2023-12-13T05:40:00.651Z | Services: |
147 | 2023-12-13T05:40:00.651Z | restart_fmri: |
148 | 2023-12-13T05:40:00.651Z | svc:/system/update-man-index:default |
149 | 2023-12-13T05:40:00.854Z | |
150 | 2023-12-13T05:40:00.854Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-13T05:40:05.857Z | Download: 871/3330 items 18.8/221.1MB 8% complete (3.9M/s) |
152 | 2023-12-13T05:40:10.854Z | Download: 2001/3330 items 118.7/221.1MB 53% complete (12.0M/s) |
153 | 2023-12-13T05:40:16.074Z | Download: 3248/3330 items 181.5/221.1MB 82% complete (16.2M/s) |
154 | 2023-12-13T05:40:18.375Z | Download: Completed 221.11 MB in 17.53 seconds (12.6M/s) |
155 | 2023-12-13T05:40:19.349Z | Actions: 1/3766 actions (Removing old actions) |
156 | 2023-12-13T05:40:19.349Z | Actions: 5/3766 actions (Installing new actions) |
157 | 2023-12-13T05:40:24.368Z | Actions: 2501/3766 actions (Installing new actions) |
158 | 2023-12-13T05:40:27.705Z | Actions: 3729/3766 actions (Updating modified actions) |
159 | 2023-12-13T05:40:27.969Z | Actions: Completed 3766 actions in 8.62 seconds. |
160 | 2023-12-13T05:40:28.095Z | Done (0.109s) |
161 | 2023-12-13T05:40:28.113Z | Done (0.000s) |
162 | 2023-12-13T05:40:28.379Z | Done (0.292s) |
163 | 2023-12-13T05:40:35.695Z | Done (7.186s) |
164 | 2023-12-13T05:40:35.936Z | Done (0.151s) |
165 | 2023-12-13T05:40:36.421Z | Done (0.000s) |
166 | 2023-12-13T05:40:36.421Z | Done (0.000s) |
167 | 2023-12-13T05:40:36.964Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-12-13T05:40:37.149Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-12-13T05:40:37.159Z | Planning: Consolidating action changes ... Done |
170 | 2023-12-13T05:40:37.583Z | Planning: Evaluating mediators ... Done |
171 | 2023-12-13T05:40:37.589Z | Planning: Planning completed in 0.71 seconds |
172 | 2023-12-13T05:40:37.647Z | Mediators to change: 2 |
173 | 2023-12-13T05:40:37.647Z | Create boot environment: No |
174 | 2023-12-13T05:40:37.648Z | Create backup boot environment: No |
175 | 2023-12-13T05:40:37.752Z | Done |
176 | 2023-12-13T05:40:37.752Z | Done |
177 | 2023-12-13T05:40:37.912Z | Done |
178 | 2023-12-13T05:40:43.768Z | Done |
179 | 2023-12-13T05:40:43.885Z | Done |
180 | 2023-12-13T05:40:43.891Z | Done |
181 | 2023-12-13T05:40:43.995Z | Done |
182 | 2023-12-13T05:40:45.458Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-12-13T05:40:45.485Z | Planning: Merging actions ... Done |
184 | 2023-12-13T05:40:45.485Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-12-13T05:40:45.486Z | Planning: Consolidating action changes ... Done |
186 | 2023-12-13T05:40:45.915Z | Planning: Evaluating mediators ... Done |
187 | 2023-12-13T05:40:45.915Z | Planning: Planning completed in 1.28 seconds |
188 | 2023-12-13T05:40:45.916Z | Packages to change: 1 |
189 | 2023-12-13T05:40:45.916Z | Mediators to change: 1 |
190 | 2023-12-13T05:40:45.916Z | Services to change: 1 |
191 | 2023-12-13T05:40:45.916Z | Create boot environment: No |
192 | 2023-12-13T05:40:45.916Z | Create backup boot environment: Yes |
193 | 2023-12-13T05:40:47.788Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2023-12-13T05:40:47.802Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2023-12-13T05:40:47.802Z | Done |
196 | 2023-12-13T05:40:47.802Z | Done |
197 | 2023-12-13T05:40:48.303Z | Done |
198 | 2023-12-13T05:40:53.678Z | Done |
199 | 2023-12-13T05:40:53.795Z | Done |
200 | 2023-12-13T05:40:53.813Z | Done |
201 | 2023-12-13T05:40:53.886Z | Done |
202 | 2023-12-13T05:40:55.109Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2023-12-13T05:40:55.110Z | clang system 15 system |
204 | 2023-12-13T05:40:55.110Z | csh system system illumos |
205 | 2023-12-13T05:40:55.110Z | ctags system system illumos |
206 | 2023-12-13T05:40:55.110Z | gcc vendor 12 vendor |
207 | 2023-12-13T05:40:55.111Z | gcc system 10 system |
208 | 2023-12-13T05:40:55.111Z | gcc system 7 system |
209 | 2023-12-13T05:40:55.112Z | go system 1.20 system |
210 | 2023-12-13T05:40:55.112Z | go system 1.19 system |
211 | 2023-12-13T05:40:55.112Z | llvm system 15 system |
212 | 2023-12-13T05:40:55.112Z | llvm system 14 system |
213 | 2023-12-13T05:40:55.112Z | mariadb system 10.6 system |
214 | 2023-12-13T05:40:55.112Z | mta vendor vendor dma |
215 | 2023-12-13T05:40:55.112Z | openjdk system 17 system |
216 | 2023-12-13T05:40:55.112Z | openjdk system 11 system |
217 | 2023-12-13T05:40:55.112Z | openjdk system 1.8 system |
218 | 2023-12-13T05:40:55.112Z | openssl vendor 3 vendor |
219 | 2023-12-13T05:40:55.113Z | perl system 5.36 system |
220 | 2023-12-13T05:40:55.113Z | postgresql system 15 system |
221 | 2023-12-13T05:40:55.113Z | postgresql system 13 system |
222 | 2023-12-13T05:40:55.113Z | python vendor 3 vendor |
223 | 2023-12-13T05:40:55.113Z | python system 2 system |
224 | 2023-12-13T05:40:55.113Z | python3 system 3.11 system |
225 | 2023-12-13T05:40:55.113Z | ruby system 3.0 system |
226 | 2023-12-13T05:40:55.113Z | words vendor vendor american-english |
227 | 2023-12-13T05:40:55.113Z | words system system australian-english |
228 | 2023-12-13T05:40:55.114Z | words system system british-english |
229 | 2023-12-13T05:40:55.114Z | words system system canadian-english |
230 | 2023-12-13T05:40:55.114Z | words system system french |
231 | 2023-12-13T05:40:55.114Z | words system system italian |
232 | 2023-12-13T05:40:55.114Z | words system system ngerman |
233 | 2023-12-13T05:40:55.115Z | words system system ogerman |
234 | 2023-12-13T05:40:55.115Z | words system system spanish |
235 | 2023-12-13T05:40:55.124Z | FMRI IFO |
236 | 2023-12-13T05:40:55.125Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2023-12-13T05:40:55.125Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2023-12-13T05:40:55.125Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2023-12-13T05:40:55.125Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
240 | 2023-12-13T05:40:55.125Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2023-12-13T05:40:55.125Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
242 | 2023-12-13T05:40:55.126Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
243 | 2023-12-13T05:40:55.126Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
244 | 2023-12-13T05:40:55.153Z | + set -o errexit |
245 | 2023-12-13T05:40:55.159Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2023-12-13T05:40:55.159Z | ++ cd ./tools |
247 | 2023-12-13T05:40:55.159Z | ++ pwd |
248 | 2023-12-13T05:40:55.160Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2023-12-13T05:40:55.160Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2023-12-13T05:40:55.160Z | + ARG0=ci_download_cockroachdb |
251 | 2023-12-13T05:40:55.168Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2023-12-13T05:40:55.168Z | + CIDL_VERSION=v22.1.9 |
253 | 2023-12-13T05:40:55.169Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2023-12-13T05:40:55.169Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
255 | 2023-12-13T05:40:55.169Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
256 | 2023-12-13T05:40:55.169Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-12-13T05:40:55.171Z | + TARGET_DIR=out |
258 | 2023-12-13T05:40:55.171Z | + DOWNLOAD_DIR=out/downloads |
259 | 2023-12-13T05:40:55.171Z | + DEST_DIR=./out/cockroachdb |
260 | 2023-12-13T05:40:55.171Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2023-12-13T05:40:55.171Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2023-12-13T05:40:55.172Z | + main |
263 | 2023-12-13T05:40:55.172Z | + [[ 0 != 0 ]] |
264 | 2023-12-13T05:40:55.172Z | + CIDL_OS=solaris2.11 |
265 | 2023-12-13T05:40:55.172Z | + [[ 0 != 0 ]] |
266 | 2023-12-13T05:40:55.172Z | + configure_os solaris2.11 |
267 | 2023-12-13T05:40:55.172Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2023-12-13T05:40:55.173Z | current directory: /work/oxidecomputer/omicron |
269 | 2023-12-13T05:40:55.173Z | + echo 'configuring based on OS: "solaris2.11"' |
270 | 2023-12-13T05:40:55.173Z | + case "$1" in |
271 | 2023-12-13T05:40:55.173Z | configuring based on OS: "solaris2.11" |
272 | 2023-12-13T05:40:55.173Z | + CIDL_BUILD=illumos |
273 | 2023-12-13T05:40:55.173Z | + CIDL_SUFFIX=tar.gz |
274 | 2023-12-13T05:40:55.174Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-13T05:40:55.174Z | + CIDL_MD5FUNC=do_md5sum |
276 | 2023-12-13T05:40:55.174Z | + CIDL_URL_BASE=https://illumos.org/downloads |
277 | 2023-12-13T05:40:55.174Z | + CIDL_ASSEMBLE=do_assemble_illumos |
278 | 2023-12-13T05:40:55.174Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
279 | 2023-12-13T05:40:55.174Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-13T05:40:55.175Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-13T05:40:55.175Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
282 | 2023-12-13T05:40:55.175Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-13T05:40:55.175Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-13T05:40:55.176Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-13T05:40:55.176Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2023-12-13T05:40:55.177Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-12-13T05:40:55.177Z | + mkdir -p out/downloads |
288 | 2023-12-13T05:40:55.182Z | + mkdir -p ./out/cockroachdb |
289 | 2023-12-13T05:40:55.182Z | + local DO_DOWNLOAD=true |
290 | 2023-12-13T05:40:55.182Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2023-12-13T05:40:55.182Z | + '[' true == true ']' |
292 | 2023-12-13T05:40:55.183Z | + echo Downloading... |
293 | 2023-12-13T05:40:55.183Z | Downloading... |
294 | 2023-12-13T05:40:55.183Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-13T05:40:55.183Z | + 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 |
296 | 2023-12-13T05:40:58.376Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-13T05:40:58.390Z | ++ md5sum |
298 | 2023-12-13T05:40:58.390Z | ++ awk '{print $1}' |
299 | 2023-12-13T05:40:58.558Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-12-13T05:40:58.559Z | + [[ 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 ]] |
301 | 2023-12-13T05:40:58.559Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-13T05:40:58.572Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2023-12-13T05:41:02.138Z | + do_assemble_illumos |
304 | 2023-12-13T05:41:02.138Z | + rm -r ./out/cockroachdb |
305 | 2023-12-13T05:41:02.153Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2023-12-13T05:41:02.795Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2023-12-13T05:41:03.137Z | Build Tag: v22.1.9-dirty |
308 | 2023-12-13T05:41:03.137Z | Build Time: 2022/10/26 21:17:46 |
309 | 2023-12-13T05:41:03.137Z | Distribution: OSS |
310 | 2023-12-13T05:41:03.137Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2023-12-13T05:41:03.138Z | Go Version: go1.17.13 |
312 | 2023-12-13T05:41:03.138Z | C Compiler: gcc 10.3.0 |
313 | 2023-12-13T05:41:03.138Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2023-12-13T05:41:03.138Z | Build Type: release |
315 | 2023-12-13T05:41:03.161Z | + set -o errexit |
316 | 2023-12-13T05:41:03.173Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2023-12-13T05:41:03.173Z | ++ cd ./tools |
318 | 2023-12-13T05:41:03.173Z | ++ pwd |
319 | 2023-12-13T05:41:03.173Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2023-12-13T05:41:03.182Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2023-12-13T05:41:03.182Z | + ARG0=ci_download_clickhouse |
322 | 2023-12-13T05:41:03.182Z | + TARGET_DIR=out |
323 | 2023-12-13T05:41:03.182Z | + DOWNLOAD_DIR=out/downloads |
324 | 2023-12-13T05:41:03.182Z | + DEST_DIR=./out/clickhouse |
325 | 2023-12-13T05:41:03.182Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2023-12-13T05:41:03.183Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2023-12-13T05:41:03.183Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2023-12-13T05:41:03.183Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2023-12-13T05:41:03.183Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-12-13T05:41:03.183Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2023-12-13T05:41:03.183Z | + main |
332 | 2023-12-13T05:41:03.183Z | + [[ 0 != 0 ]] |
333 | 2023-12-13T05:41:03.183Z | + CIDL_OS=solaris2.11 |
334 | 2023-12-13T05:41:03.184Z | + [[ 0 != 0 ]] |
335 | 2023-12-13T05:41:03.184Z | + configure_os solaris2.11 |
336 | 2023-12-13T05:41:03.184Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2023-12-13T05:41:03.184Z | current directory: /work/oxidecomputer/omicron |
338 | 2023-12-13T05:41:03.184Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2023-12-13T05:41:03.184Z | + CIDL_DASHREV= |
340 | 2023-12-13T05:41:03.184Z | + case "$1" in |
341 | 2023-12-13T05:41:03.184Z | + CIDL_PLATFORM=illumos |
342 | 2023-12-13T05:41:03.184Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-12-13T05:41:03.185Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2023-12-13T05:41:03.185Z | + CIDL_DASHREV=-1 |
345 | 2023-12-13T05:41:03.185Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2023-12-13T05:41:03.185Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-13T05:41:03.185Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-13T05:41:03.185Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-13T05:41:03.186Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-12-13T05:41:03.186Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-12-13T05:41:03.186Z | configuring based on OS: "solaris2.11" |
352 | 2023-12-13T05:41:03.186Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-13T05:41:03.187Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-12-13T05:41:03.187Z | + mkdir -p out/downloads |
355 | 2023-12-13T05:41:03.187Z | + mkdir -p ./out/clickhouse |
356 | 2023-12-13T05:41:03.187Z | + local DO_DOWNLOAD=true |
357 | 2023-12-13T05:41:03.187Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2023-12-13T05:41:03.187Z | + '[' true == true ']' |
359 | 2023-12-13T05:41:03.188Z | + echo Downloading... |
360 | 2023-12-13T05:41:03.188Z | Downloading... |
361 | 2023-12-13T05:41:03.188Z | + 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 |
362 | 2023-12-13T05:41:03.188Z | + 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 |
363 | 2023-12-13T05:41:04.556Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-13T05:41:04.570Z | ++ md5sum |
365 | 2023-12-13T05:41:04.572Z | ++ awk '{print $1}' |
366 | 2023-12-13T05:41:04.791Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-12-13T05:41:04.792Z | + [[ 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 ]] |
368 | 2023-12-13T05:41:04.792Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2023-12-13T05:41:04.803Z | + mkdir -p ./out/clickhouse |
370 | 2023-12-13T05:41:04.803Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2023-12-13T05:41:10.317Z | + ./out/clickhouse/clickhouse server --version |
372 | 2023-12-13T05:41:10.332Z | ClickHouse server version 22.8.9.1. |
373 | 2023-12-13T05:41:10.332Z | + set -o errexit |
374 | 2023-12-13T05:41:10.333Z | +++ dirname ./tools/ci_download_console |
375 | 2023-12-13T05:41:10.333Z | ++ cd ./tools |
376 | 2023-12-13T05:41:10.333Z | ++ pwd |
377 | 2023-12-13T05:41:10.333Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2023-12-13T05:41:10.333Z | ++ basename ./tools/ci_download_console |
379 | 2023-12-13T05:41:10.333Z | + ARG0=ci_download_console |
380 | 2023-12-13T05:41:10.333Z | + TARGET_DIR=out |
381 | 2023-12-13T05:41:10.333Z | + DOWNLOAD_DIR=out/downloads |
382 | 2023-12-13T05:41:10.333Z | + DEST_DIR=./out/console-assets |
383 | 2023-12-13T05:41:10.334Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2023-12-13T05:41:10.334Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
385 | 2023-12-13T05:41:10.334Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
386 | 2023-12-13T05:41:10.334Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
387 | 2023-12-13T05:41:10.334Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2023-12-13T05:41:10.334Z | + main |
389 | 2023-12-13T05:41:10.334Z | + [[ 0 != 0 ]] |
390 | 2023-12-13T05:41:10.334Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
391 | 2023-12-13T05:41:10.334Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
392 | 2023-12-13T05:41:10.334Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2023-12-13T05:41:10.334Z | Local file: out/downloads/console.tar.gz |
394 | 2023-12-13T05:41:10.334Z | + local DO_DOWNLOAD=true |
395 | 2023-12-13T05:41:10.334Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2023-12-13T05:41:10.335Z | + mkdir -p out/downloads |
397 | 2023-12-13T05:41:10.335Z | + '[' true == true ']' |
398 | 2023-12-13T05:41:10.335Z | + echo Downloading... |
399 | 2023-12-13T05:41:10.335Z | Downloading... |
400 | 2023-12-13T05:41:10.335Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
401 | 2023-12-13T05:41:10.335Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
402 | 2023-12-13T05:41:11.326Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2023-12-13T05:41:11.326Z | ++ case "$OSTYPE" in |
404 | 2023-12-13T05:41:11.326Z | ++ SHA=sha256sum |
405 | 2023-12-13T05:41:11.748Z | ++ sha256sum |
406 | 2023-12-13T05:41:11.748Z | ++ awk '{print $1}' |
407 | 2023-12-13T05:41:11.748Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
408 | 2023-12-13T05:41:11.749Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
409 | 2023-12-13T05:41:11.749Z | + rm -rf ./out/console-assets |
410 | 2023-12-13T05:41:11.749Z | + mkdir -p ./out/console-assets |
411 | 2023-12-13T05:41:11.749Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2023-12-13T05:41:11.749Z | + mkdir -p ./out/console-assets |
413 | 2023-12-13T05:41:11.749Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2023-12-13T05:41:11.749Z | + set -o errexit |
415 | 2023-12-13T05:41:11.749Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2023-12-13T05:41:11.749Z | ++ cd ./tools |
417 | 2023-12-13T05:41:11.749Z | ++ pwd |
418 | 2023-12-13T05:41:11.749Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2023-12-13T05:41:11.749Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2023-12-13T05:41:11.749Z | + ARG0=ci_download_maghemite_openapi |
421 | 2023-12-13T05:41:11.749Z | + TARGET_DIR=out |
422 | 2023-12-13T05:41:11.750Z | + DOWNLOAD_DIR=out/downloads |
423 | 2023-12-13T05:41:11.750Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2023-12-13T05:41:11.750Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
425 | 2023-12-13T05:41:11.750Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-12-13T05:41:11.750Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
427 | 2023-12-13T05:41:11.750Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
428 | 2023-12-13T05:41:11.750Z | + main |
429 | 2023-12-13T05:41:11.750Z | + [[ 0 != 0 ]] |
430 | 2023-12-13T05:41:11.750Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
431 | 2023-12-13T05:41:11.750Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
432 | 2023-12-13T05:41:11.750Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
433 | 2023-12-13T05:41:11.750Z | + local DO_DOWNLOAD=true |
434 | 2023-12-13T05:41:11.750Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
435 | 2023-12-13T05:41:11.750Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
436 | 2023-12-13T05:41:11.751Z | + mkdir -p out/downloads |
437 | 2023-12-13T05:41:11.751Z | + '[' true == true ']' |
438 | 2023-12-13T05:41:11.751Z | + echo Downloading... |
439 | 2023-12-13T05:41:11.751Z | Downloading... |
440 | 2023-12-13T05:41:11.751Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
441 | 2023-12-13T05:41:11.751Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
442 | 2023-12-13T05:41:11.751Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2023-12-13T05:41:11.751Z | ++ case "$OSTYPE" in |
444 | 2023-12-13T05:41:11.752Z | ++ SHA=sha256sum |
445 | 2023-12-13T05:41:11.752Z | ++ sha256sum |
446 | 2023-12-13T05:41:11.752Z | ++ awk '{print $1}' |
447 | 2023-12-13T05:41:11.752Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-13T05:41:11.752Z | + [[ 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 ]] |
449 | 2023-12-13T05:41:11.752Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2023-12-13T05:41:11.752Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
451 | 2023-12-13T05:41:11.752Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
452 | 2023-12-13T05:41:11.752Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
453 | 2023-12-13T05:41:11.752Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2023-12-13T05:41:11.752Z | + main |
455 | 2023-12-13T05:41:11.753Z | + [[ 0 != 0 ]] |
456 | 2023-12-13T05:41:11.753Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
457 | 2023-12-13T05:41:11.753Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
458 | 2023-12-13T05:41:11.754Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
459 | 2023-12-13T05:41:11.754Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
460 | 2023-12-13T05:41:11.754Z | + local DO_DOWNLOAD=true |
461 | 2023-12-13T05:41:11.754Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
462 | 2023-12-13T05:41:11.754Z | + mkdir -p out/downloads |
463 | 2023-12-13T05:41:11.755Z | + '[' true == true ']' |
464 | 2023-12-13T05:41:11.755Z | + echo Downloading... |
465 | 2023-12-13T05:41:11.755Z | Downloading... |
466 | 2023-12-13T05:41:11.755Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
467 | 2023-12-13T05:41:11.756Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
468 | 2023-12-13T05:41:11.935Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2023-12-13T05:41:11.949Z | ++ case "$OSTYPE" in |
470 | 2023-12-13T05:41:11.949Z | ++ SHA=sha256sum |
471 | 2023-12-13T05:41:11.950Z | ++ sha256sum |
472 | 2023-12-13T05:41:11.950Z | ++ awk '{print $1}' |
473 | 2023-12-13T05:41:11.950Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
474 | 2023-12-13T05:41:11.950Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
475 | 2023-12-13T05:41:11.950Z | + set -o errexit |
476 | 2023-12-13T05:41:11.961Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2023-12-13T05:41:11.961Z | ++ cd ./tools |
478 | 2023-12-13T05:41:11.961Z | ++ pwd |
479 | 2023-12-13T05:41:11.964Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2023-12-13T05:41:11.964Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2023-12-13T05:41:11.964Z | + ARG0=ci_download_dendrite_openapi |
482 | 2023-12-13T05:41:11.964Z | + TARGET_DIR=out |
483 | 2023-12-13T05:41:11.964Z | + DOWNLOAD_DIR=out/downloads |
484 | 2023-12-13T05:41:11.964Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-12-13T05:41:11.964Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
486 | 2023-12-13T05:41:11.965Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
487 | 2023-12-13T05:41:11.965Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
488 | 2023-12-13T05:41:11.965Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
489 | 2023-12-13T05:41:11.965Z | + main |
490 | 2023-12-13T05:41:11.965Z | + [[ 0 != 0 ]] |
491 | 2023-12-13T05:41:11.965Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
492 | 2023-12-13T05:41:11.965Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
493 | 2023-12-13T05:41:11.965Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
494 | 2023-12-13T05:41:11.966Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
495 | 2023-12-13T05:41:11.966Z | + local DO_DOWNLOAD=true |
496 | 2023-12-13T05:41:11.966Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
497 | 2023-12-13T05:41:11.966Z | + mkdir -p out/downloads |
498 | 2023-12-13T05:41:11.966Z | + '[' true == true ']' |
499 | 2023-12-13T05:41:11.966Z | + echo Downloading... |
500 | 2023-12-13T05:41:11.966Z | Downloading... |
501 | 2023-12-13T05:41:11.966Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
502 | 2023-12-13T05:41:11.966Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
503 | 2023-12-13T05:41:12.160Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
504 | 2023-12-13T05:41:12.161Z | ++ case "$OSTYPE" in |
505 | 2023-12-13T05:41:12.165Z | ++ SHA=sha256sum |
506 | 2023-12-13T05:41:12.165Z | ++ sha256sum |
507 | 2023-12-13T05:41:12.165Z | ++ awk '{print $1}' |
508 | 2023-12-13T05:41:12.165Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-13T05:41:12.165Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
510 | 2023-12-13T05:41:12.173Z | + set -o errexit |
511 | 2023-12-13T05:41:12.213Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2023-12-13T05:41:12.213Z | ++ cd ./tools |
513 | 2023-12-13T05:41:12.213Z | ++ pwd |
514 | 2023-12-13T05:41:12.213Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2023-12-13T05:41:12.213Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2023-12-13T05:41:12.214Z | + ARG0=ci_download_dendrite_stub |
517 | 2023-12-13T05:41:12.214Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2023-12-13T05:41:12.214Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
519 | 2023-12-13T05:41:12.214Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
520 | 2023-12-13T05:41:12.214Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
521 | 2023-12-13T05:41:12.214Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2023-12-13T05:41:12.214Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
523 | 2023-12-13T05:41:12.215Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2023-12-13T05:41:12.216Z | + TARGET_DIR=out |
525 | 2023-12-13T05:41:12.217Z | + DOWNLOAD_DIR=out/downloads |
526 | 2023-12-13T05:41:12.217Z | + DEST_DIR=./out/dendrite-stub |
527 | 2023-12-13T05:41:12.217Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2023-12-13T05:41:12.217Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2023-12-13T05:41:12.217Z | + REPO=oxidecomputer/dendrite |
530 | 2023-12-13T05:41:12.217Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
531 | 2023-12-13T05:41:12.217Z | + main |
532 | 2023-12-13T05:41:12.217Z | + [[ 0 != 0 ]] |
533 | 2023-12-13T05:41:12.218Z | + CIDL_OS=solaris2.11 |
534 | 2023-12-13T05:41:12.218Z | + [[ 0 != 0 ]] |
535 | 2023-12-13T05:41:12.218Z | + configure_os solaris2.11 |
536 | 2023-12-13T05:41:12.218Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2023-12-13T05:41:12.218Z | current directory: /work/oxidecomputer/omicron |
538 | 2023-12-13T05:41:12.218Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2023-12-13T05:41:12.218Z | configuring based on OS: "solaris2.11" |
540 | 2023-12-13T05:41:12.218Z | + case "$1" in |
541 | 2023-12-13T05:41:12.219Z | + SET_BINARIES= |
542 | 2023-12-13T05:41:12.219Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
543 | 2023-12-13T05:41:12.219Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2023-12-13T05:41:12.219Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2023-12-13T05:41:12.219Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
546 | 2023-12-13T05:41:12.219Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-13T05:41:12.219Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
548 | 2023-12-13T05:41:12.219Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2023-12-13T05:41:12.220Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
550 | 2023-12-13T05:41:12.220Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2023-12-13T05:41:12.221Z | + mkdir -p out/downloads |
552 | 2023-12-13T05:41:12.651Z | + mkdir -p ./out/dendrite-stub |
553 | 2023-12-13T05:41:12.651Z | + fetch_and_verify |
554 | 2023-12-13T05:41:12.651Z | + local DO_DOWNLOAD=true |
555 | 2023-12-13T05:41:12.652Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2023-12-13T05:41:12.652Z | + '[' true == true ']' |
557 | 2023-12-13T05:41:12.652Z | + echo Downloading... |
558 | 2023-12-13T05:41:12.652Z | Downloading... |
559 | 2023-12-13T05:41:12.653Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-13T05:41:12.653Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
561 | 2023-12-13T05:41:22.350Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2023-12-13T05:41:22.361Z | ++ sha256sum |
563 | 2023-12-13T05:41:22.362Z | ++ awk '{print $1}' |
564 | 2023-12-13T05:41:22.460Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
565 | 2023-12-13T05:41:22.461Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
566 | 2023-12-13T05:41:22.461Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-13T05:41:22.477Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2023-12-13T05:41:23.629Z | + do_assemble |
569 | 2023-12-13T05:41:23.629Z | + rm -r ./out/dendrite-stub |
570 | 2023-12-13T05:41:23.640Z | + mkdir ./out/dendrite-stub |
571 | 2023-12-13T05:41:23.640Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2023-12-13T05:41:24.057Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2023-12-13T05:41:24.057Z | + set -o errexit |
574 | 2023-12-13T05:41:24.057Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2023-12-13T05:41:24.057Z | ++ cd ./tools |
576 | 2023-12-13T05:41:24.058Z | ++ pwd |
577 | 2023-12-13T05:41:24.058Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2023-12-13T05:41:24.058Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2023-12-13T05:41:24.058Z | + ARG0=ci_download_maghemite_mgd |
580 | 2023-12-13T05:41:24.058Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2023-12-13T05:41:24.058Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
582 | 2023-12-13T05:41:24.058Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
583 | 2023-12-13T05:41:24.059Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2023-12-13T05:41:24.059Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
585 | 2023-12-13T05:41:24.059Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
586 | 2023-12-13T05:41:24.059Z | + TARGET_DIR=out |
587 | 2023-12-13T05:41:24.059Z | + DOWNLOAD_DIR=out/downloads |
588 | 2023-12-13T05:41:24.059Z | + DEST_DIR=./out/mgd |
589 | 2023-12-13T05:41:24.059Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2023-12-13T05:41:24.060Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2023-12-13T05:41:24.060Z | + REPO=oxidecomputer/maghemite |
592 | 2023-12-13T05:41:24.060Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
593 | 2023-12-13T05:41:24.060Z | + main |
594 | 2023-12-13T05:41:24.060Z | + [[ 0 != 0 ]] |
595 | 2023-12-13T05:41:24.060Z | + CIDL_OS=solaris2.11 |
596 | 2023-12-13T05:41:24.060Z | + [[ 0 != 0 ]] |
597 | 2023-12-13T05:41:24.061Z | + configure_os solaris2.11 |
598 | 2023-12-13T05:41:24.061Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2023-12-13T05:41:24.061Z | current directory: /work/oxidecomputer/omicron |
600 | 2023-12-13T05:41:24.061Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2023-12-13T05:41:24.062Z | + case "$1" in |
602 | 2023-12-13T05:41:24.062Z | + SET_BINARIES= |
603 | 2023-12-13T05:41:24.062Z | configuring based on OS: "solaris2.11" |
604 | 2023-12-13T05:41:24.062Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2023-12-13T05:41:24.062Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2023-12-13T05:41:24.062Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
607 | 2023-12-13T05:41:24.062Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2023-12-13T05:41:24.062Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
609 | 2023-12-13T05:41:24.062Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2023-12-13T05:41:24.062Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2023-12-13T05:41:24.062Z | Local file: out/downloads/mgd.tar.gz |
612 | 2023-12-13T05:41:24.063Z | + mkdir -p out/downloads |
613 | 2023-12-13T05:41:24.063Z | + mkdir -p ./out/mgd |
614 | 2023-12-13T05:41:24.063Z | + fetch_and_verify |
615 | 2023-12-13T05:41:24.063Z | + local DO_DOWNLOAD=true |
616 | 2023-12-13T05:41:24.063Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2023-12-13T05:41:24.063Z | + '[' true == true ']' |
618 | 2023-12-13T05:41:24.063Z | + echo Downloading... |
619 | 2023-12-13T05:41:24.063Z | Downloading... |
620 | 2023-12-13T05:41:24.063Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
621 | 2023-12-13T05:41:24.063Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
622 | 2023-12-13T05:41:30.269Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2023-12-13T05:41:30.681Z | ++ sha256sum |
624 | 2023-12-13T05:41:30.682Z | ++ awk '{print $1}' |
625 | 2023-12-13T05:41:30.696Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
626 | 2023-12-13T05:41:30.697Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
627 | 2023-12-13T05:41:30.697Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2023-12-13T05:41:30.698Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2023-12-13T05:41:31.047Z | + do_assemble |
630 | 2023-12-13T05:41:31.047Z | + rm -r ./out/mgd |
631 | 2023-12-13T05:41:31.066Z | + mkdir ./out/mgd |
632 | 2023-12-13T05:41:31.066Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2023-12-13T05:41:31.265Z | + set -o errexit |
634 | 2023-12-13T05:41:31.695Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2023-12-13T05:41:31.696Z | ++ cd ./tools |
636 | 2023-12-13T05:41:31.696Z | ++ pwd |
637 | 2023-12-13T05:41:31.696Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2023-12-13T05:41:31.697Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2023-12-13T05:41:31.697Z | + ARG0=ci_download_transceiver_control |
640 | 2023-12-13T05:41:31.697Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2023-12-13T05:41:31.697Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-12-13T05:41:31.698Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2023-12-13T05:41:31.698Z | + TARGET_DIR=out |
644 | 2023-12-13T05:41:31.698Z | + DOWNLOAD_DIR=out/downloads |
645 | 2023-12-13T05:41:31.698Z | + DEST_DIR=./out/transceiver-control |
646 | 2023-12-13T05:41:31.699Z | + BIN_DIR=/opt/oxide/bin |
647 | 2023-12-13T05:41:31.701Z | + BINARY=xcvradm |
648 | 2023-12-13T05:41:31.701Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2023-12-13T05:41:31.702Z | + REPO=oxidecomputer/transceiver-control |
650 | 2023-12-13T05:41:31.702Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2023-12-13T05:41:31.703Z | + main |
652 | 2023-12-13T05:41:31.703Z | + [[ 0 != 0 ]] |
653 | 2023-12-13T05:41:31.704Z | + CIDL_OS=solaris2.11 |
654 | 2023-12-13T05:41:31.704Z | + [[ 0 != 0 ]] |
655 | 2023-12-13T05:41:31.705Z | + configure_os solaris2.11 |
656 | 2023-12-13T05:41:31.705Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2023-12-13T05:41:31.705Z | current directory: /work/oxidecomputer/omicron |
658 | 2023-12-13T05:41:31.706Z | + echo 'configuring based on OS: "solaris2.11"' |
659 | 2023-12-13T05:41:31.706Z | configuring based on OS: "solaris2.11" |
660 | 2023-12-13T05:41:31.706Z | + case "$1" in |
661 | 2023-12-13T05:41:31.707Z | + SET_BINARIES= |
662 | 2023-12-13T05:41:31.707Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-12-13T05:41:31.708Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2023-12-13T05:41:31.708Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2023-12-13T05:41:31.708Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-12-13T05:41:31.709Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2023-12-13T05:41:31.709Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2023-12-13T05:41:31.710Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-13T05:41:31.711Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2023-12-13T05:41:31.711Z | Local file: out/downloads/xcvradm.gz |
671 | 2023-12-13T05:41:31.711Z | + mkdir -p out/downloads |
672 | 2023-12-13T05:41:31.711Z | + mkdir -p ./out/transceiver-control |
673 | 2023-12-13T05:41:31.711Z | + fetch_and_verify |
674 | 2023-12-13T05:41:31.712Z | + local DO_DOWNLOAD=true |
675 | 2023-12-13T05:41:31.713Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2023-12-13T05:41:31.715Z | + '[' true == true ']' |
677 | 2023-12-13T05:41:31.715Z | + echo Downloading... |
678 | 2023-12-13T05:41:31.715Z | Downloading... |
679 | 2023-12-13T05:41:31.716Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2023-12-13T05:41:31.716Z | + 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 |
681 | 2023-12-13T05:41:35.212Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2023-12-13T05:41:35.217Z | ++ sha256sum |
683 | 2023-12-13T05:41:35.217Z | ++ awk '{print $1}' |
684 | 2023-12-13T05:41:35.240Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-13T05:41:35.240Z | + [[ 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 ]] |
686 | 2023-12-13T05:41:35.246Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2023-12-13T05:41:35.246Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2023-12-13T05:41:35.246Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2023-12-13T05:41:35.418Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2023-12-13T05:41:35.432Z | + do_assemble |
691 | 2023-12-13T05:41:35.434Z | + rm -r ./out/transceiver-control |
692 | 2023-12-13T05:41:35.434Z | + mkdir ./out/transceiver-control |
693 | 2023-12-13T05:41:35.434Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2023-12-13T05:41:35.632Z | All prerequisites installed successfully |
695 | 2023-12-13T05:41:35.661Z | |
696 | 2023-12-13T05:41:35.661Z | real 1:58.056085194 |
697 | 2023-12-13T05:41:35.661Z | user 55.622909509 |
698 | 2023-12-13T05:41:35.661Z | sys 11.103258427 |
699 | 2023-12-13T05:41:35.661Z | trap 0.026964164 |
700 | 2023-12-13T05:41:35.662Z | tflt 0.135705826 |
701 | 2023-12-13T05:41:35.662Z | dflt 0.563535964 |
702 | 2023-12-13T05:41:35.662Z | kflt 0.137222192 |
703 | 2023-12-13T05:41:35.662Z | lock 1.989189343 |
704 | 2023-12-13T05:41:35.662Z | slp 3:37.765111535 |
705 | 2023-12-13T05:41:35.663Z | lat 4.365583544 |
706 | 2023-12-13T05:41:35.663Z | stop 0.070578939 |
707 | 2023-12-13T05:41:35.663Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2023-12-13T05:41:35.695Z | fetching npuzone |
709 | 2023-12-13T05:41:35.695Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2023-12-13T05:41:35.696Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
711 | 2023-12-13T05:41:35.696Z | Getting hash for npuzone |
712 | 2023-12-13T05:41:35.868Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
713 | 2023-12-13T05:41:47.033Z | npuzone downloaded successfully |
714 | 2023-12-13T05:41:47.043Z | |
715 | 2023-12-13T05:41:47.043Z | real 11.389398828 |
716 | 2023-12-13T05:41:47.043Z | user 0.567732985 |
717 | 2023-12-13T05:41:47.043Z | sys 0.158778544 |
718 | 2023-12-13T05:41:47.043Z | trap 0.000088862 |
719 | 2023-12-13T05:41:47.043Z | tflt 0.000000000 |
720 | 2023-12-13T05:41:47.043Z | dflt 0.000000000 |
721 | 2023-12-13T05:41:47.045Z | kflt 0.000000000 |
722 | 2023-12-13T05:41:47.045Z | lock 0.000000000 |
723 | 2023-12-13T05:41:47.045Z | slp 33.239294088 |
724 | 2023-12-13T05:41:47.045Z | lat 0.166169992 |
725 | 2023-12-13T05:41:47.045Z | stop 0.000269517 |
726 | 2023-12-13T05:41:47.045Z | + export CARGO_INCREMENTAL=0 |
727 | 2023-12-13T05:41:47.045Z | + CARGO_INCREMENTAL=0 |
728 | 2023-12-13T05:41:47.045Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
729 | 2023-12-13T05:41:47.461Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2023-12-13T05:41:47.757Z | Updating crates.io index |
731 | 2023-12-13T05:41:47.815Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2023-12-13T05:41:48.605Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2023-12-13T05:41:50.622Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2023-12-13T05:41:51.281Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2023-12-13T05:41:51.600Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2023-12-13T05:41:51.877Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2023-12-13T05:41:52.161Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2023-12-13T05:41:53.024Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2023-12-13T05:41:55.330Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2023-12-13T05:41:56.307Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2023-12-13T05:41:56.633Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2023-12-13T05:41:57.395Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2023-12-13T05:41:57.845Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2023-12-13T05:41:58.215Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2023-12-13T05:41:58.728Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2023-12-13T05:41:59.018Z | Updating git repository `https://github.com/njaremko/samael` |
747 | 2023-12-13T05:41:59.597Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2023-12-13T05:42:00.282Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2023-12-13T05:42:00.661Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2023-12-13T05:42:01.005Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2023-12-13T05:42:02.217Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2023-12-13T05:42:02.760Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2023-12-13T05:42:03.718Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2023-12-13T05:42:04.133Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2023-12-13T05:42:04.451Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2023-12-13T05:42:06.262Z | Downloading crates ... |
757 | 2023-12-13T05:42:06.595Z | Downloaded adler v1.0.2 |
758 | 2023-12-13T05:42:07.092Z | Downloaded cobs v0.2.3 |
759 | 2023-12-13T05:42:07.093Z | Downloaded cancel-safe-futures v0.1.5 |
760 | 2023-12-13T05:42:07.093Z | Downloaded ident_case v1.0.1 |
761 | 2023-12-13T05:42:07.093Z | Downloaded inout v0.1.3 |
762 | 2023-12-13T05:42:07.093Z | Downloaded instant v0.1.12 |
763 | 2023-12-13T05:42:07.093Z | Downloaded corncobs v0.1.3 |
764 | 2023-12-13T05:42:07.093Z | Downloaded indoc v2.0.3 |
765 | 2023-12-13T05:42:07.094Z | Downloaded is_ci v1.1.1 |
766 | 2023-12-13T05:42:07.094Z | Downloaded io-lifetimes v1.0.11 |
767 | 2023-12-13T05:42:07.094Z | Downloaded async-stream-impl v0.3.5 |
768 | 2023-12-13T05:42:07.094Z | Downloaded anstyle v1.0.2 |
769 | 2023-12-13T05:42:07.094Z | Downloaded match_cfg v0.1.0 |
770 | 2023-12-13T05:42:07.094Z | Downloaded atty v0.2.14 |
771 | 2023-12-13T05:42:07.094Z | Downloaded humantime v2.1.0 |
772 | 2023-12-13T05:42:07.094Z | Downloaded hubpack_derive v0.1.1 |
773 | 2023-12-13T05:42:07.094Z | Downloaded newtype_derive v0.1.6 |
774 | 2023-12-13T05:42:07.094Z | Downloaded libsw v3.3.0 |
775 | 2023-12-13T05:42:07.094Z | Downloaded memoffset v0.7.1 |
776 | 2023-12-13T05:42:07.095Z | Downloaded normalize-line-endings v0.3.0 |
777 | 2023-12-13T05:42:07.095Z | Downloaded nibble_vec v0.1.0 |
778 | 2023-12-13T05:42:07.095Z | Downloaded number_prefix v0.4.0 |
779 | 2023-12-13T05:42:07.095Z | Downloaded nodrop v0.1.14 |
780 | 2023-12-13T05:42:07.095Z | Downloaded cfg-if v1.0.0 |
781 | 2023-12-13T05:42:07.095Z | Downloaded crc-catalog v2.2.0 |
782 | 2023-12-13T05:42:07.096Z | Downloaded mockall v0.12.0 |
783 | 2023-12-13T05:42:07.097Z | Downloaded nanorand v0.7.0 |
784 | 2023-12-13T05:42:07.097Z | Downloaded maybe-uninit v2.0.0 |
785 | 2023-12-13T05:42:07.097Z | Downloaded num_threads v0.1.6 |
786 | 2023-12-13T05:42:07.097Z | Downloaded slog-envlogger v2.2.0 |
787 | 2023-12-13T05:42:07.097Z | Downloaded olpc-cjson v0.1.3 |
788 | 2023-12-13T05:42:07.097Z | Downloaded bcs v0.1.6 |
789 | 2023-12-13T05:42:07.098Z | Downloaded camino v1.1.6 |
790 | 2023-12-13T05:42:07.098Z | Downloaded mime v0.3.17 |
791 | 2023-12-13T05:42:07.098Z | Downloaded utf8parse v0.2.1 |
792 | 2023-12-13T05:42:07.098Z | Downloaded secrecy v0.8.0 |
793 | 2023-12-13T05:42:07.098Z | Downloaded num-integer v0.1.45 |
794 | 2023-12-13T05:42:07.098Z | Downloaded pin-utils v0.1.0 |
795 | 2023-12-13T05:42:07.098Z | Downloaded smallvec v1.11.2 |
796 | 2023-12-13T05:42:07.098Z | Downloaded fxhash v0.2.1 |
797 | 2023-12-13T05:42:07.098Z | Downloaded chacha20poly1305 v0.10.1 |
798 | 2023-12-13T05:42:07.098Z | Downloaded unicode-linebreak v0.1.5 |
799 | 2023-12-13T05:42:07.098Z | Downloaded num-derive v0.4.0 |
800 | 2023-12-13T05:42:07.099Z | Downloaded blake2 v0.10.6 |
801 | 2023-12-13T05:42:07.099Z | Downloaded num_enum v0.5.11 |
802 | 2023-12-13T05:42:07.099Z | Downloaded derive_builder_macro v0.12.0 |
803 | 2023-12-13T05:42:07.099Z | Downloaded signal-hook v0.3.17 |
804 | 2023-12-13T05:42:07.099Z | Downloaded num_enum_derive v0.5.11 |
805 | 2023-12-13T05:42:07.099Z | Downloaded native-tls v0.2.11 |
806 | 2023-12-13T05:42:07.100Z | Downloaded tap v1.0.1 |
807 | 2023-12-13T05:42:07.100Z | Downloaded synstructure v0.12.6 |
808 | 2023-12-13T05:42:07.100Z | Downloaded ref-cast v1.0.20 |
809 | 2023-12-13T05:42:07.100Z | Downloaded http-range v0.1.5 |
810 | 2023-12-13T05:42:07.101Z | Downloaded textwrap v0.11.0 |
811 | 2023-12-13T05:42:07.101Z | Downloaded futures-core v0.3.29 |
812 | 2023-12-13T05:42:07.101Z | Downloaded yasna v0.5.2 |
813 | 2023-12-13T05:42:07.102Z | Downloaded phf v0.11.2 |
814 | 2023-12-13T05:42:07.102Z | Downloaded num-complex v0.4.4 |
815 | 2023-12-13T05:42:07.102Z | Downloaded tinyvec_macros v0.1.1 |
816 | 2023-12-13T05:42:07.102Z | Downloaded endian-type v0.1.2 |
817 | 2023-12-13T05:42:07.102Z | Downloaded untrusted v0.7.1 |
818 | 2023-12-13T05:42:07.102Z | Downloaded pem-rfc7468 v0.7.0 |
819 | 2023-12-13T05:42:07.103Z | Downloaded debug-ignore v1.0.5 |
820 | 2023-12-13T05:42:07.103Z | Downloaded untrusted v0.9.0 |
821 | 2023-12-13T05:42:07.103Z | Downloaded cc v1.0.83 |
822 | 2023-12-13T05:42:07.103Z | Downloaded thiserror-impl-no-std v2.0.2 |
823 | 2023-12-13T05:42:07.103Z | Downloaded funty v2.0.0 |
824 | 2023-12-13T05:42:07.104Z | Downloaded diesel_table_macro_syntax v0.1.0 |
825 | 2023-12-13T05:42:07.104Z | Downloaded num-traits v0.2.16 |
826 | 2023-12-13T05:42:07.104Z | Downloaded futures-executor v0.3.29 |
827 | 2023-12-13T05:42:07.104Z | Downloaded signal-hook-tokio v0.3.1 |
828 | 2023-12-13T05:42:07.104Z | Downloaded term v0.7.0 |
829 | 2023-12-13T05:42:07.104Z | Downloaded phf_shared v0.10.0 |
830 | 2023-12-13T05:42:07.104Z | Downloaded foreign-types-shared v0.3.1 |
831 | 2023-12-13T05:42:07.105Z | Downloaded httpdate v1.0.3 |
832 | 2023-12-13T05:42:07.105Z | Downloaded smf v0.2.2 |
833 | 2023-12-13T05:42:07.105Z | Downloaded slog-dtrace v0.2.3 |
834 | 2023-12-13T05:42:07.105Z | Downloaded pest_generator v2.7.2 |
835 | 2023-12-13T05:42:07.105Z | Downloaded thiserror-no-std v2.0.2 |
836 | 2023-12-13T05:42:07.105Z | Downloaded serde_plain v1.0.2 |
837 | 2023-12-13T05:42:07.105Z | Downloaded resolv-conf v0.7.0 |
838 | 2023-12-13T05:42:07.106Z | Downloaded serde_spanned v0.6.4 |
839 | 2023-12-13T05:42:07.106Z | Downloaded itertools v0.10.5 |
840 | 2023-12-13T05:42:07.106Z | Downloaded darling_macro v0.14.4 |
841 | 2023-12-13T05:42:07.107Z | Downloaded usdt-macro v0.3.5 |
842 | 2023-12-13T05:42:07.107Z | Downloaded pin-project-lite v0.2.13 |
843 | 2023-12-13T05:42:07.107Z | Downloaded http-body v0.4.5 |
844 | 2023-12-13T05:42:07.107Z | Downloaded wyz v0.5.1 |
845 | 2023-12-13T05:42:07.107Z | Downloaded paste v1.0.14 |
846 | 2023-12-13T05:42:07.107Z | Downloaded equivalent v1.0.1 |
847 | 2023-12-13T05:42:07.108Z | Downloaded vte_generate_state_changes v0.1.1 |
848 | 2023-12-13T05:42:07.108Z | Downloaded foreign-types-macros v0.2.3 |
849 | 2023-12-13T05:42:07.108Z | Downloaded rand_xorshift v0.3.0 |
850 | 2023-12-13T05:42:07.108Z | Downloaded itertools v0.12.0 |
851 | 2023-12-13T05:42:07.108Z | Downloaded stable_deref_trait v1.2.0 |
852 | 2023-12-13T05:42:07.108Z | Downloaded slog-term v2.9.0 |
853 | 2023-12-13T05:42:07.108Z | Downloaded serde-big-array v0.5.1 |
854 | 2023-12-13T05:42:07.108Z | Downloaded heck v0.3.3 |
855 | 2023-12-13T05:42:07.108Z | Downloaded tracing-attributes v0.1.26 |
856 | 2023-12-13T05:42:07.108Z | Downloaded parking_lot v0.12.1 |
857 | 2023-12-13T05:42:07.108Z | Downloaded oso v0.27.0 |
858 | 2023-12-13T05:42:07.127Z | Downloaded doc-comment v0.3.3 |
859 | 2023-12-13T05:42:07.127Z | Downloaded time-core v0.1.1 |
860 | 2023-12-13T05:42:07.128Z | Downloaded enum-as-inner v0.5.1 |
861 | 2023-12-13T05:42:07.128Z | Downloaded itertools v0.11.0 |
862 | 2023-12-13T05:42:07.128Z | Downloaded strip-ansi-escapes v0.1.1 |
863 | 2023-12-13T05:42:07.128Z | Downloaded pem v3.0.2 |
864 | 2023-12-13T05:42:07.129Z | Downloaded serde_tokenstream v0.1.7 |
865 | 2023-12-13T05:42:07.130Z | Downloaded walkdir v2.4.0 |
866 | 2023-12-13T05:42:07.130Z | Downloaded thiserror-impl v1.0.49 |
867 | 2023-12-13T05:42:07.130Z | Downloaded typenum v1.16.0 |
868 | 2023-12-13T05:42:07.130Z | Downloaded openssl-probe v0.1.5 |
869 | 2023-12-13T05:42:07.130Z | Downloaded serde-hex v0.1.0 |
870 | 2023-12-13T05:42:07.130Z | Downloaded foreign-types-shared v0.1.1 |
871 | 2023-12-13T05:42:07.131Z | Downloaded predicates-core v1.0.6 |
872 | 2023-12-13T05:42:07.131Z | Downloaded fastrand v2.0.0 |
873 | 2023-12-13T05:42:07.131Z | Downloaded fixedbitset v0.4.2 |
874 | 2023-12-13T05:42:07.131Z | Downloaded percent-encoding v2.3.1 |
875 | 2023-12-13T05:42:07.131Z | Downloaded serde_derive_internals v0.26.0 |
876 | 2023-12-13T05:42:07.131Z | Downloaded env_logger v0.10.0 |
877 | 2023-12-13T05:42:07.132Z | Downloaded parse-display v0.8.2 |
878 | 2023-12-13T05:42:07.132Z | Downloaded unarray v0.1.4 |
879 | 2023-12-13T05:42:07.132Z | Downloaded packed_struct v0.10.1 |
880 | 2023-12-13T05:42:07.132Z | Downloaded rustfmt-wrapper v0.2.0 |
881 | 2023-12-13T05:42:07.132Z | Downloaded rustc_version v0.4.0 |
882 | 2023-12-13T05:42:07.132Z | Downloaded semver-parser v0.10.2 |
883 | 2023-12-13T05:42:07.132Z | Downloaded static_assertions v1.1.0 |
884 | 2023-12-13T05:42:07.132Z | Downloaded terminal_size v0.2.6 |
885 | 2023-12-13T05:42:07.133Z | Downloaded usdt-impl v0.3.5 |
886 | 2023-12-13T05:42:07.133Z | Downloaded globset v0.4.13 |
887 | 2023-12-13T05:42:07.133Z | Downloaded rpassword v7.3.1 |
888 | 2023-12-13T05:42:07.133Z | Downloaded dtrace-parser v0.1.14 |
889 | 2023-12-13T05:42:07.133Z | Downloaded glob v0.3.1 |
890 | 2023-12-13T05:42:07.133Z | Downloaded unicode-xid v0.2.4 |
891 | 2023-12-13T05:42:07.133Z | Downloaded postgres-protocol v0.6.6 |
892 | 2023-12-13T05:42:07.133Z | Downloaded pkcs1 v0.7.5 |
893 | 2023-12-13T05:42:07.134Z | Downloaded tokio-tungstenite v0.20.1 |
894 | 2023-12-13T05:42:07.134Z | Downloaded path-slash v0.1.5 |
895 | 2023-12-13T05:42:07.134Z | Downloaded crossterm v0.26.1 |
896 | 2023-12-13T05:42:07.156Z | Downloaded strum v0.25.0 |
897 | 2023-12-13T05:42:07.156Z | Downloaded diesel_derives v2.1.2 |
898 | 2023-12-13T05:42:07.156Z | Downloaded darling_core v0.14.4 |
899 | 2023-12-13T05:42:07.156Z | Downloaded packed_struct_codegen v0.10.1 |
900 | 2023-12-13T05:42:07.169Z | Downloaded reedline v0.22.0 |
901 | 2023-12-13T05:42:07.169Z | Downloaded scopeguard v1.2.0 |
902 | 2023-12-13T05:42:07.169Z | Downloaded rustc-hash v1.1.0 |
903 | 2023-12-13T05:42:07.185Z | Downloaded postgres-types v0.2.6 |
904 | 2023-12-13T05:42:07.186Z | Downloaded scheduled-thread-pool v0.2.7 |
905 | 2023-12-13T05:42:07.186Z | Downloaded slog-scope v4.4.0 |
906 | 2023-12-13T05:42:07.186Z | Downloaded strsim v0.8.0 |
907 | 2023-12-13T05:42:07.186Z | Downloaded semver v1.0.20 |
908 | 2023-12-13T05:42:07.200Z | Downloaded typed-path v0.7.0 |
909 | 2023-12-13T05:42:07.200Z | Downloaded usdt-attr-macro v0.3.5 |
910 | 2023-12-13T05:42:07.215Z | Downloaded structopt-derive v0.4.18 |
911 | 2023-12-13T05:42:07.215Z | Downloaded serde_derive v1.0.193 |
912 | 2023-12-13T05:42:07.215Z | Downloaded dirs-next v2.0.0 |
913 | 2023-12-13T05:42:07.215Z | Downloaded tracing-core v0.1.31 |
914 | 2023-12-13T05:42:07.226Z | Downloaded rustc-demangle v0.1.23 |
915 | 2023-12-13T05:42:07.226Z | Downloaded strum_macros v0.25.2 |
916 | 2023-12-13T05:42:07.226Z | Downloaded socket2 v0.5.5 |
917 | 2023-12-13T05:42:07.226Z | Downloaded heck v0.4.1 |
918 | 2023-12-13T05:42:07.243Z | Downloaded rand v0.8.5 |
919 | 2023-12-13T05:42:07.243Z | Downloaded zip v0.6.6 |
920 | 2023-12-13T05:42:07.256Z | Downloaded fd-lock v3.0.13 |
921 | 2023-12-13T05:42:07.258Z | Downloaded digest v0.10.7 |
922 | 2023-12-13T05:42:07.258Z | Downloaded libxml v0.3.3 |
923 | 2023-12-13T05:42:07.274Z | Downloaded either v1.9.0 |
924 | 2023-12-13T05:42:07.274Z | Downloaded strum_macros v0.24.3 |
925 | 2023-12-13T05:42:07.274Z | Downloaded ref-cast-impl v1.0.20 |
926 | 2023-12-13T05:42:07.274Z | Downloaded fatfs v0.3.6 |
927 | 2023-12-13T05:42:07.284Z | Downloaded elliptic-curve v0.13.8 |
928 | 2023-12-13T05:42:07.289Z | Downloaded rcgen v0.11.3 |
929 | 2023-12-13T05:42:07.289Z | Downloaded sct v0.7.0 |
930 | 2023-12-13T05:42:07.298Z | Downloaded toml v0.5.11 |
931 | 2023-12-13T05:42:07.304Z | Downloaded snafu v0.7.5 |
932 | 2023-12-13T05:42:07.313Z | Downloaded usdt v0.3.5 |
933 | 2023-12-13T05:42:07.317Z | Downloaded trust-dns-resolver v0.22.0 |
934 | 2023-12-13T05:42:07.321Z | Downloaded hashbrown v0.13.2 |
935 | 2023-12-13T05:42:07.329Z | Downloaded vsss-rs v3.3.2 |
936 | 2023-12-13T05:42:07.335Z | Downloaded hmac v0.12.1 |
937 | 2023-12-13T05:42:07.338Z | Downloaded url v2.5.0 |
938 | 2023-12-13T05:42:07.345Z | Downloaded unicode-segmentation v1.10.1 |
939 | 2023-12-13T05:42:07.351Z | Downloaded flate2 v1.0.28 |
940 | 2023-12-13T05:42:07.361Z | Downloaded idna v0.2.3 |
941 | 2023-12-13T05:42:07.376Z | Downloaded winnow v0.5.15 |
942 | 2023-12-13T05:42:07.392Z | Downloaded rustyline v12.0.0 |
943 | 2023-12-13T05:42:07.402Z | Downloaded clap v2.34.0 |
944 | 2023-12-13T05:42:07.416Z | Downloaded h2 v0.3.21 |
945 | 2023-12-13T05:42:07.428Z | Downloaded regex-automata v0.1.10 |
946 | 2023-12-13T05:42:07.442Z | Downloaded rustls-webpki v0.101.7 |
947 | 2023-12-13T05:42:07.467Z | Downloaded rsa v0.9.2 |
948 | 2023-12-13T05:42:07.480Z | Downloaded gimli v0.28.0 |
949 | 2023-12-13T05:42:07.494Z | Downloaded regex v1.10.2 |
950 | 2023-12-13T05:42:07.520Z | Downloaded time v0.3.27 |
951 | 2023-12-13T05:42:07.534Z | Downloaded toml_edit v0.19.15 |
952 | 2023-12-13T05:42:07.566Z | Downloaded toml_edit v0.21.0 |
953 | 2023-12-13T05:42:07.702Z | Downloaded petgraph v0.6.4 |
954 | 2023-12-13T05:42:07.729Z | Downloaded zerocopy-derive v0.6.4 |
955 | 2023-12-13T05:42:07.730Z | Downloaded unicode-normalization v0.1.22 |
956 | 2023-12-13T05:42:07.730Z | Downloaded zerocopy-derive v0.7.26 |
957 | 2023-12-13T05:42:07.730Z | Downloaded nix v0.26.4 |
958 | 2023-12-13T05:42:08.153Z | Downloaded object v0.32.1 |
959 | 2023-12-13T05:42:08.153Z | Downloaded hkdf v0.12.3 |
960 | 2023-12-13T05:42:08.153Z | Downloaded sha3 v0.10.8 |
961 | 2023-12-13T05:42:08.153Z | Downloaded object v0.30.4 |
962 | 2023-12-13T05:42:08.153Z | Downloaded ratatui v0.23.0 |
963 | 2023-12-13T05:42:08.153Z | Downloaded openssl v0.10.60 |
964 | 2023-12-13T05:42:08.154Z | Downloaded rustls v0.21.9 |
965 | 2023-12-13T05:42:08.154Z | Downloaded openapiv3 v2.0.0 |
966 | 2023-12-13T05:42:08.154Z | Downloaded trust-dns-proto v0.22.0 |
967 | 2023-12-13T05:42:08.154Z | Downloaded regex-syntax v0.6.29 |
968 | 2023-12-13T05:42:08.154Z | Downloaded rustix v0.37.23 |
969 | 2023-12-13T05:42:08.154Z | Downloaded regex-syntax v0.7.5 |
970 | 2023-12-13T05:42:08.154Z | Downloaded rustix v0.38.25 |
971 | 2023-12-13T05:42:08.154Z | Downloaded bstr v0.2.17 |
972 | 2023-12-13T05:42:08.154Z | Downloaded serde_repr v0.1.16 |
973 | 2023-12-13T05:42:08.154Z | Downloaded zerocopy-derive v0.2.0 |
974 | 2023-12-13T05:42:08.154Z | Downloaded sled v0.34.7 |
975 | 2023-12-13T05:42:08.155Z | Downloaded regex-automata v0.3.8 |
976 | 2023-12-13T05:42:08.155Z | Downloaded regex-automata v0.4.3 |
977 | 2023-12-13T05:42:08.589Z | Downloaded libc v0.2.151 |
978 | 2023-12-13T05:42:08.590Z | Downloaded ring v0.17.7 |
979 | 2023-12-13T05:42:08.590Z | Downloaded regress v0.7.1 |
980 | 2023-12-13T05:42:08.590Z | Downloaded tokio v1.35.0 |
981 | 2023-12-13T05:42:08.590Z | Downloaded syn v2.0.32 |
982 | 2023-12-13T05:42:08.590Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
983 | 2023-12-13T05:42:08.591Z | Downloaded encoding_rs v0.8.33 |
984 | 2023-12-13T05:42:08.591Z | Downloaded reqwest v0.11.22 |
985 | 2023-12-13T05:42:08.591Z | Downloaded rayon v1.8.0 |
986 | 2023-12-13T05:42:08.591Z | Downloaded syn v1.0.109 |
987 | 2023-12-13T05:42:08.591Z | Downloaded hashbrown v0.14.2 |
988 | 2023-12-13T05:42:08.619Z | Downloaded regex-syntax v0.8.2 |
989 | 2023-12-13T05:42:09.050Z | Downloaded diesel v2.1.4 |
990 | 2023-12-13T05:42:09.068Z | Downloaded chrono v0.4.31 |
991 | 2023-12-13T05:42:09.068Z | Downloaded quick-xml v0.23.1 |
992 | 2023-12-13T05:42:09.068Z | Downloaded polar-core v0.27.0 |
993 | 2023-12-13T05:42:09.068Z | Downloaded bstr v1.6.0 |
994 | 2023-12-13T05:42:09.069Z | Downloaded heapless v0.7.16 |
995 | 2023-12-13T05:42:09.069Z | Downloaded vcpkg v0.2.15 |
996 | 2023-12-13T05:42:09.069Z | Downloaded portable-atomic v1.4.3 |
997 | 2023-12-13T05:42:09.069Z | Downloaded smoltcp v0.10.0 |
998 | 2023-12-13T05:42:09.069Z | Downloaded tabled v0.14.0 |
999 | 2023-12-13T05:42:09.069Z | Downloaded webpki-roots v0.25.2 |
1000 | 2023-12-13T05:42:09.069Z | Downloaded smoltcp v0.9.1 |
1001 | 2023-12-13T05:42:09.069Z | Downloaded futures-util v0.3.29 |
1002 | 2023-12-13T05:42:09.069Z | Downloaded radix_trie v0.2.1 |
1003 | 2023-12-13T05:42:09.069Z | Downloaded ring v0.16.20 |
1004 | 2023-12-13T05:42:09.112Z | Downloaded curve25519-dalek v4.1.1 |
1005 | 2023-12-13T05:42:09.556Z | Downloaded x509-cert v0.2.4 |
1006 | 2023-12-13T05:42:09.557Z | Downloaded trust-dns-client v0.22.0 |
1007 | 2023-12-13T05:42:09.557Z | Downloaded zerocopy v0.7.26 |
1008 | 2023-12-13T05:42:09.557Z | Downloaded salty v0.2.0 |
1009 | 2023-12-13T05:42:09.557Z | Downloaded proptest v1.4.0 |
1010 | 2023-12-13T05:42:09.557Z | Downloaded bindgen v0.65.1 |
1011 | 2023-12-13T05:42:09.557Z | Downloaded ron v0.8.1 |
1012 | 2023-12-13T05:42:09.558Z | Downloaded tokio-util v0.7.10 |
1013 | 2023-12-13T05:42:09.558Z | Downloaded hashbrown v0.12.3 |
1014 | 2023-12-13T05:42:09.558Z | Downloaded bitvec v1.0.1 |
1015 | 2023-12-13T05:42:09.559Z | Downloaded serde_json v1.0.108 |
1016 | 2023-12-13T05:42:09.559Z | Downloaded lalrpop v0.19.12 |
1017 | 2023-12-13T05:42:09.559Z | Downloaded idna v0.5.0 |
1018 | 2023-12-13T05:42:09.559Z | Downloaded unicode-ident v1.0.12 |
1019 | 2023-12-13T05:42:09.559Z | Downloaded hex v0.4.3 |
1020 | 2023-12-13T05:42:09.560Z | Downloaded tokio-rustls v0.24.1 |
1021 | 2023-12-13T05:42:09.560Z | Downloaded toml v0.8.8 |
1022 | 2023-12-13T05:42:09.561Z | Downloaded steno v0.4.0 |
1023 | 2023-12-13T05:42:09.561Z | Downloaded tough v0.16.0 |
1024 | 2023-12-13T05:42:09.561Z | Downloaded pest v2.7.2 |
1025 | 2023-12-13T05:42:09.561Z | Downloaded num-bigint-dig v0.8.4 |
1026 | 2023-12-13T05:42:09.561Z | Downloaded slab v0.4.9 |
1027 | 2023-12-13T05:42:09.562Z | Downloaded semver v0.1.20 |
1028 | 2023-12-13T05:42:09.562Z | Downloaded half v1.8.2 |
1029 | 2023-12-13T05:42:09.562Z | Downloaded zerocopy v0.6.4 |
1030 | 2023-12-13T05:42:09.562Z | Downloaded tokio-postgres v0.7.10 |
1031 | 2023-12-13T05:42:09.562Z | Downloaded nom v7.1.3 |
1032 | 2023-12-13T05:42:09.562Z | Downloaded strsim v0.10.0 |
1033 | 2023-12-13T05:42:09.562Z | Downloaded time-macros v0.2.13 |
1034 | 2023-12-13T05:42:09.563Z | Downloaded der v0.7.8 |
1035 | 2023-12-13T05:42:09.563Z | Downloaded dof v0.1.5 |
1036 | 2023-12-13T05:42:09.563Z | Downloaded futures-macro v0.3.29 |
1037 | 2023-12-13T05:42:09.563Z | Downloaded futures-io v0.3.29 |
1038 | 2023-12-13T05:42:09.563Z | Downloaded tui-tree-widget v0.13.0 |
1039 | 2023-12-13T05:42:09.564Z | Downloaded tinyvec v1.6.0 |
1040 | 2023-12-13T05:42:09.564Z | Downloaded tiny-keccak v2.0.2 |
1041 | 2023-12-13T05:42:09.564Z | Downloaded http v0.2.11 |
1042 | 2023-12-13T05:42:09.564Z | Downloaded tracing v0.1.37 |
1043 | 2023-12-13T05:42:09.564Z | Downloaded num-bigint v0.4.4 |
1044 | 2023-12-13T05:42:09.564Z | Downloaded trust-dns-server v0.22.1 |
1045 | 2023-12-13T05:42:09.565Z | Downloaded serde_yaml v0.9.25 |
1046 | 2023-12-13T05:42:09.565Z | Downloaded spin v0.9.8 |
1047 | 2023-12-13T05:42:09.565Z | Downloaded vte v0.10.1 |
1048 | 2023-12-13T05:42:09.565Z | Downloaded unicode-bidi v0.3.13 |
1049 | 2023-12-13T05:42:09.566Z | Downloaded aho-corasick v1.0.4 |
1050 | 2023-12-13T05:42:09.566Z | Downloaded rustls-pemfile v1.0.3 |
1051 | 2023-12-13T05:42:09.567Z | Downloaded rtoolbox v0.0.1 |
1052 | 2023-12-13T05:42:09.567Z | Downloaded highway v1.1.0 |
1053 | 2023-12-13T05:42:09.568Z | Downloaded postcard v1.0.8 |
1054 | 2023-12-13T05:42:09.568Z | Downloaded termcolor v1.2.0 |
1055 | 2023-12-13T05:42:09.568Z | Downloaded ansi_term v0.12.1 |
1056 | 2023-12-13T05:42:09.568Z | Downloaded pin-project v1.1.3 |
1057 | 2023-12-13T05:42:09.568Z | Downloaded ppv-lite86 v0.2.17 |
1058 | 2023-12-13T05:42:09.568Z | Downloaded zone v0.3.0 |
1059 | 2023-12-13T05:42:09.568Z | Downloaded float-cmp v0.9.0 |
1060 | 2023-12-13T05:42:09.568Z | Downloaded signal-hook-mio v0.2.3 |
1061 | 2023-12-13T05:42:09.569Z | Downloaded shell-words v1.1.0 |
1062 | 2023-12-13T05:42:09.569Z | Downloaded pest_meta v2.7.2 |
1063 | 2023-12-13T05:42:09.569Z | Downloaded semver v0.11.0 |
1064 | 2023-12-13T05:42:09.569Z | Downloaded signal-hook-registry v1.4.1 |
1065 | 2023-12-13T05:42:09.569Z | Downloaded phf_shared v0.11.2 |
1066 | 2023-12-13T05:42:09.569Z | Downloaded xattr v1.0.1 |
1067 | 2023-12-13T05:42:09.570Z | Downloaded foreign-types v0.5.0 |
1068 | 2023-12-13T05:42:09.570Z | Downloaded httparse v1.8.0 |
1069 | 2023-12-13T05:42:09.570Z | Downloaded serde_with_macros v3.4.0 |
1070 | 2023-12-13T05:42:09.570Z | Downloaded papergrid v0.10.0 |
1071 | 2023-12-13T05:42:09.587Z | Downloaded ryu v1.0.15 |
1072 | 2023-12-13T05:42:09.587Z | Downloaded unicode_categories v0.1.1 |
1073 | 2023-12-13T05:42:09.587Z | Downloaded tokio-stream v0.1.14 |
1074 | 2023-12-13T05:42:09.587Z | Downloaded platforms v3.0.2 |
1075 | 2023-12-13T05:42:09.587Z | Downloaded flume v0.11.0 |
1076 | 2023-12-13T05:42:09.588Z | Downloaded generic-array v0.14.7 |
1077 | 2023-12-13T05:42:09.588Z | Downloaded darling_core v0.20.3 |
1078 | 2023-12-13T05:42:09.588Z | Downloaded slog v2.7.0 |
1079 | 2023-12-13T05:42:09.604Z | Downloaded poly1305 v0.8.0 |
1080 | 2023-12-13T05:42:09.605Z | Downloaded tungstenite v0.20.1 |
1081 | 2023-12-13T05:42:09.605Z | Downloaded headers v0.3.9 |
1082 | 2023-12-13T05:42:09.622Z | Downloaded sqlparser v0.36.1 |
1083 | 2023-12-13T05:42:09.633Z | Downloaded sha2 v0.10.8 |
1084 | 2023-12-13T05:42:09.634Z | Downloaded rustc_version v0.1.7 |
1085 | 2023-12-13T05:42:09.634Z | Downloaded mio v0.8.9 |
1086 | 2023-12-13T05:42:09.634Z | Downloaded libm v0.2.7 |
1087 | 2023-12-13T05:42:09.647Z | Downloaded pkcs8 v0.10.2 |
1088 | 2023-12-13T05:42:09.657Z | Downloaded ucd-trie v0.1.6 |
1089 | 2023-12-13T05:42:09.657Z | Downloaded rayon-core v1.12.0 |
1090 | 2023-12-13T05:42:09.668Z | Downloaded downcast v0.11.0 |
1091 | 2023-12-13T05:42:09.669Z | Downloaded version_check v0.9.4 |
1092 | 2023-12-13T05:42:09.669Z | Downloaded derive_more v0.99.17 |
1093 | 2023-12-13T05:42:09.676Z | Downloaded der_derive v0.7.2 |
1094 | 2023-12-13T05:42:09.676Z | Downloaded memchr v2.6.3 |
1095 | 2023-12-13T05:42:09.686Z | Downloaded quote v1.0.33 |
1096 | 2023-12-13T05:42:09.695Z | Downloaded thiserror v1.0.49 |
1097 | 2023-12-13T05:42:09.703Z | Downloaded defmt-parser v0.3.3 |
1098 | 2023-12-13T05:42:09.703Z | Downloaded hash32 v0.2.1 |
1099 | 2023-12-13T05:42:09.703Z | Downloaded getopts v0.2.21 |
1100 | 2023-12-13T05:42:09.704Z | Downloaded rustls-native-certs v0.6.3 |
1101 | 2023-12-13T05:42:09.713Z | Downloaded serde_with v3.4.0 |
1102 | 2023-12-13T05:42:09.722Z | Downloaded pkg-config v0.3.27 |
1103 | 2023-12-13T05:42:09.722Z | Downloaded pin-project-internal v1.1.3 |
1104 | 2023-12-13T05:42:09.722Z | Downloaded textwrap v0.16.0 |
1105 | 2023-12-13T05:42:09.737Z | Downloaded clap_builder v4.4.2 |
1106 | 2023-12-13T05:42:09.746Z | Downloaded fallible-iterator v0.2.0 |
1107 | 2023-12-13T05:42:09.747Z | Downloaded errno v0.3.2 |
1108 | 2023-12-13T05:42:09.747Z | Downloaded getrandom v0.2.10 |
1109 | 2023-12-13T05:42:09.748Z | Downloaded minimal-lexical v0.2.1 |
1110 | 2023-12-13T05:42:09.757Z | Downloaded waitgroup v0.1.2 |
1111 | 2023-12-13T05:42:09.757Z | Downloaded defmt-macros v0.3.6 |
1112 | 2023-12-13T05:42:09.766Z | Downloaded zerocopy v0.3.0 |
1113 | 2023-12-13T05:42:09.766Z | Downloaded filetime v0.2.23 |
1114 | 2023-12-13T05:42:09.766Z | Downloaded uuid v1.6.1 |
1115 | 2023-12-13T05:42:09.775Z | Downloaded rustversion v1.0.14 |
1116 | 2023-12-13T05:42:09.784Z | Downloaded slog-async v2.8.0 |
1117 | 2023-12-13T05:42:09.784Z | Downloaded toml_datetime v0.6.5 |
1118 | 2023-12-13T05:42:09.784Z | Downloaded unicase v2.7.0 |
1119 | 2023-12-13T05:42:09.784Z | Downloaded structmeta v0.2.0 |
1120 | 2023-12-13T05:42:09.793Z | Downloaded smallvec v0.6.14 |
1121 | 2023-12-13T05:42:09.794Z | Downloaded serde v1.0.193 |
1122 | 2023-12-13T05:42:09.802Z | Downloaded quick-error v1.2.3 |
1123 | 2023-12-13T05:42:09.802Z | Downloaded sha1 v0.10.6 |
1124 | 2023-12-13T05:42:09.803Z | Downloaded parking_lot_core v0.8.6 |
1125 | 2023-12-13T05:42:09.803Z | Downloaded toml v0.7.8 |
1126 | 2023-12-13T05:42:09.812Z | Downloaded password-hash v0.5.0 |
1127 | 2023-12-13T05:42:09.813Z | Downloaded parking_lot v0.11.2 |
1128 | 2023-12-13T05:42:09.893Z | Downloaded owo-colors v3.5.0 |
1129 | 2023-12-13T05:42:09.894Z | Downloaded parse-display-derive v0.8.2 |
1130 | 2023-12-13T05:42:09.894Z | Downloaded hubpack v0.1.2 |
1131 | 2023-12-13T05:42:09.931Z | Downloaded derive_builder_core v0.12.0 |
1132 | 2023-12-13T05:42:09.931Z | Downloaded ff v0.13.0 |
1133 | 2023-12-13T05:42:09.932Z | Downloaded slog-stdlog v4.1.1 |
1134 | 2023-12-13T05:42:09.932Z | Downloaded hostname v0.3.1 |
1135 | 2023-12-13T05:42:09.932Z | Downloaded home v0.5.5 |
1136 | 2023-12-13T05:42:09.932Z | Downloaded schemars_derive v0.8.13 |
1137 | 2023-12-13T05:42:09.932Z | Downloaded pest_derive v2.7.2 |
1138 | 2023-12-13T05:42:09.932Z | Downloaded schemars v0.8.13 |
1139 | 2023-12-13T05:42:09.933Z | Downloaded tar v0.4.40 |
1140 | 2023-12-13T05:42:09.933Z | Downloaded socket2 v0.4.9 |
1141 | 2023-12-13T05:42:09.934Z | Downloaded crossterm v0.27.0 |
1142 | 2023-12-13T05:42:09.935Z | Downloaded thread_local v1.1.7 |
1143 | 2023-12-13T05:42:09.935Z | Downloaded derive-where v1.2.6 |
1144 | 2023-12-13T05:42:09.935Z | Downloaded unsafe-libyaml v0.2.9 |
1145 | 2023-12-13T05:42:09.935Z | Downloaded ena v0.14.2 |
1146 | 2023-12-13T05:42:09.935Z | Downloaded embedded-io v0.4.0 |
1147 | 2023-12-13T05:42:09.935Z | Downloaded derive_builder v0.12.0 |
1148 | 2023-12-13T05:42:09.949Z | Downloaded crossbeam-channel v0.5.8 |
1149 | 2023-12-13T05:42:09.949Z | Downloaded defmt v0.3.5 |
1150 | 2023-12-13T05:42:09.950Z | Downloaded slog-bunyan v2.4.0 |
1151 | 2023-12-13T05:42:09.950Z | Downloaded wait-timeout v0.2.0 |
1152 | 2023-12-13T05:42:09.950Z | Downloaded prettyplease v0.2.12 |
1153 | 2023-12-13T05:42:09.950Z | Downloaded clap v4.4.3 |
1154 | 2023-12-13T05:42:09.950Z | Downloaded try-lock v0.2.4 |
1155 | 2023-12-13T05:42:09.950Z | Downloaded tokio-native-tls v0.3.1 |
1156 | 2023-12-13T05:42:09.966Z | Downloaded tokio-macros v2.2.0 |
1157 | 2023-12-13T05:42:09.966Z | Downloaded parking_lot_core v0.9.8 |
1158 | 2023-12-13T05:42:09.966Z | Downloaded test-strategy v0.3.1 |
1159 | 2023-12-13T05:42:09.967Z | Downloaded tempfile v3.8.1 |
1160 | 2023-12-13T05:42:09.967Z | Downloaded flagset v0.4.3 |
1161 | 2023-12-13T05:42:09.982Z | Downloaded miniz_oxide v0.7.1 |
1162 | 2023-12-13T05:42:09.982Z | Downloaded proc-macro2 v1.0.69 |
1163 | 2023-12-13T05:42:09.982Z | Downloaded structopt v0.3.26 |
1164 | 2023-12-13T05:42:09.994Z | Downloaded openssl-sys v0.9.96 |
1165 | 2023-12-13T05:42:10.007Z | Downloaded fnv v1.0.7 |
1166 | 2023-12-13T05:42:10.007Z | Downloaded whoami v1.4.1 |
1167 | 2023-12-13T05:42:10.007Z | Downloaded futures v0.3.29 |
1168 | 2023-12-13T05:42:10.024Z | Downloaded which v4.4.0 |
1169 | 2023-12-13T05:42:10.024Z | Downloaded same-file v1.0.6 |
1170 | 2023-12-13T05:42:10.025Z | Downloaded rusty-fork v0.3.0 |
1171 | 2023-12-13T05:42:10.025Z | Downloaded thread-id v4.2.0 |
1172 | 2023-12-13T05:42:10.025Z | Downloaded vec_map v0.8.2 |
1173 | 2023-12-13T05:42:10.025Z | Downloaded topological-sort v0.2.2 |
1174 | 2023-12-13T05:42:10.054Z | Downloaded base64 v0.21.5 |
1175 | 2023-12-13T05:42:10.075Z | Downloaded snafu-derive v0.7.5 |
1176 | 2023-12-13T05:42:10.075Z | Downloaded want v0.3.1 |
1177 | 2023-12-13T05:42:10.075Z | Downloaded ed25519 v1.5.3 |
1178 | 2023-12-13T05:42:10.076Z | Downloaded dyn-clone v1.0.13 |
1179 | 2023-12-13T05:42:10.076Z | Downloaded spin v0.5.2 |
1180 | 2023-12-13T05:42:10.076Z | Downloaded signature v1.6.4 |
1181 | 2023-12-13T05:42:10.098Z | Downloaded spki v0.7.2 |
1182 | 2023-12-13T05:42:10.098Z | Downloaded futures-task v0.3.29 |
1183 | 2023-12-13T05:42:10.098Z | Downloaded diff v0.1.13 |
1184 | 2023-12-13T05:42:10.098Z | Downloaded nu-ansi-term v0.49.0 |
1185 | 2023-12-13T05:42:10.098Z | Downloaded futures-sink v0.3.29 |
1186 | 2023-12-13T05:42:10.098Z | Downloaded proc-macro-error v1.0.4 |
1187 | 2023-12-13T05:42:10.099Z | Downloaded proc-macro-crate v1.3.1 |
1188 | 2023-12-13T05:42:10.099Z | Downloaded r2d2 v0.8.10 |
1189 | 2023-12-13T05:42:10.099Z | Downloaded predicates-tree v1.0.9 |
1190 | 2023-12-13T05:42:10.099Z | Downloaded futures-channel v0.3.29 |
1191 | 2023-12-13T05:42:10.099Z | Downloaded structmeta-derive v0.2.0 |
1192 | 2023-12-13T05:42:10.099Z | Downloaded mockall_derive v0.12.0 |
1193 | 2023-12-13T05:42:10.099Z | Downloaded crypto-bigint v0.5.2 |
1194 | 2023-12-13T05:42:10.099Z | Downloaded anyhow v1.0.75 |
1195 | 2023-12-13T05:42:10.113Z | Downloaded subprocess v0.2.9 |
1196 | 2023-12-13T05:42:10.114Z | Downloaded form_urlencoded v1.2.1 |
1197 | 2023-12-13T05:42:10.114Z | Downloaded peeking_take_while v0.1.2 |
1198 | 2023-12-13T05:42:10.114Z | Downloaded headers-core v0.2.0 |
1199 | 2023-12-13T05:42:10.116Z | Downloaded deranged v0.3.8 |
1200 | 2023-12-13T05:42:10.116Z | Downloaded tower-service v0.3.2 |
1201 | 2023-12-13T05:42:10.116Z | Downloaded toolchain_find v0.2.0 |
1202 | 2023-12-13T05:42:10.116Z | Downloaded group v0.13.0 |
1203 | 2023-12-13T05:42:10.116Z | Downloaded arc-swap v1.6.0 |
1204 | 2023-12-13T05:42:10.116Z | Downloaded once_cell v1.19.0 |
1205 | 2023-12-13T05:42:10.128Z | Downloaded num_cpus v1.16.0 |
1206 | 2023-12-13T05:42:10.128Z | Downloaded num-rational v0.4.1 |
1207 | 2023-12-13T05:42:10.128Z | Downloaded rand_core v0.6.4 |
1208 | 2023-12-13T05:42:10.129Z | Downloaded rand_chacha v0.3.1 |
1209 | 2023-12-13T05:42:10.129Z | Downloaded proc-macro-error-attr v1.0.4 |
1210 | 2023-12-13T05:42:10.129Z | Downloaded predicates v3.0.4 |
1211 | 2023-12-13T05:42:10.144Z | Downloaded bytes v1.5.0 |
1212 | 2023-12-13T05:42:10.144Z | Downloaded log v0.4.20 |
1213 | 2023-12-13T05:42:10.144Z | Downloaded lock_api v0.4.10 |
1214 | 2023-12-13T05:42:10.161Z | Downloaded fs-err v2.11.0 |
1215 | 2023-12-13T05:42:10.161Z | Downloaded termios v0.3.3 |
1216 | 2023-12-13T05:42:10.161Z | Downloaded sqlformat v0.2.3 |
1217 | 2023-12-13T05:42:10.161Z | Downloaded sqlparser_derive v0.1.1 |
1218 | 2023-12-13T05:42:10.162Z | Downloaded clap_derive v4.4.2 |
1219 | 2023-12-13T05:42:10.162Z | Downloaded linked-hash-map v0.5.6 |
1220 | 2023-12-13T05:42:10.183Z | Downloaded fragile v2.0.0 |
1221 | 2023-12-13T05:42:10.183Z | Downloaded display-error-chain v0.2.0 |
1222 | 2023-12-13T05:42:10.184Z | Downloaded dirs-sys-next v0.1.2 |
1223 | 2023-12-13T05:42:10.184Z | Downloaded data-encoding v2.4.0 |
1224 | 2023-12-13T05:42:10.184Z | Downloaded unicode-width v0.1.11 |
1225 | 2023-12-13T05:42:10.184Z | Downloaded tabled_derive v0.6.0 |
1226 | 2023-12-13T05:42:10.184Z | Downloaded stringprep v0.1.3 |
1227 | 2023-12-13T05:42:10.184Z | Downloaded similar v2.3.0 |
1228 | 2023-12-13T05:42:10.198Z | Downloaded crossbeam-epoch v0.9.15 |
1229 | 2023-12-13T05:42:10.198Z | Downloaded multer v2.1.0 |
1230 | 2023-12-13T05:42:10.199Z | Downloaded zeroize_derive v1.4.2 |
1231 | 2023-12-13T05:42:10.199Z | Downloaded zeroize v1.7.0 |
1232 | 2023-12-13T05:42:10.199Z | Downloaded universal-hash v0.5.1 |
1233 | 2023-12-13T05:42:10.199Z | Downloaded smawk v0.3.1 |
1234 | 2023-12-13T05:42:10.199Z | Downloaded slog-json v2.6.1 |
1235 | 2023-12-13T05:42:10.211Z | Downloaded bzip2 v0.4.4 |
1236 | 2023-12-13T05:42:10.211Z | Downloaded bitflags v2.4.0 |
1237 | 2023-12-13T05:42:10.211Z | Downloaded async-trait v0.1.74 |
1238 | 2023-12-13T05:42:10.221Z | Downloaded radium v0.7.0 |
1239 | 2023-12-13T05:42:10.222Z | Downloaded difflib v0.4.0 |
1240 | 2023-12-13T05:42:10.222Z | Downloaded indexmap v1.9.3 |
1241 | 2023-12-13T05:42:10.223Z | Downloaded pretty-hex v0.4.0 |
1242 | 2023-12-13T05:42:10.233Z | Downloaded pretty-hex v0.2.1 |
1243 | 2023-12-13T05:42:10.233Z | Downloaded precomputed-hash v0.1.1 |
1244 | 2023-12-13T05:42:10.233Z | Downloaded crossbeam-utils v0.8.16 |
1245 | 2023-12-13T05:42:10.233Z | Downloaded omicron-zone-package v0.9.1 |
1246 | 2023-12-13T05:42:10.241Z | Downloaded supports-color v2.1.0 |
1247 | 2023-12-13T05:42:10.241Z | Downloaded ahash v0.8.6 |
1248 | 2023-12-13T05:42:10.241Z | Downloaded addr2line v0.21.0 |
1249 | 2023-12-13T05:42:10.248Z | Downloaded sec1 v0.7.3 |
1250 | 2023-12-13T05:42:10.248Z | Downloaded num v0.4.1 |
1251 | 2023-12-13T05:42:10.248Z | Downloaded crypto-common v0.1.6 |
1252 | 2023-12-13T05:42:10.255Z | Downloaded serde_path_to_error v0.1.14 |
1253 | 2023-12-13T05:42:10.255Z | Downloaded utf-8 v0.7.6 |
1254 | 2023-12-13T05:42:10.255Z | Downloaded subtle v2.5.0 |
1255 | 2023-12-13T05:42:10.255Z | Downloaded string_cache v0.8.7 |
1256 | 2023-12-13T05:42:10.262Z | Downloaded serde_tokenstream v0.2.0 |
1257 | 2023-12-13T05:42:10.271Z | Downloaded mime_guess v2.0.4 |
1258 | 2023-12-13T05:42:10.271Z | Downloaded zone_cfg_derive v0.3.0 |
1259 | 2023-12-13T05:42:10.271Z | Downloaded darling_macro v0.20.3 |
1260 | 2023-12-13T05:42:10.272Z | Downloaded crc32fast v1.3.2 |
1261 | 2023-12-13T05:42:10.279Z | Downloaded backoff v0.4.0 |
1262 | 2023-12-13T05:42:10.279Z | Downloaded array-init v0.0.4 |
1263 | 2023-12-13T05:42:10.279Z | Downloaded anstyle-parse v0.2.1 |
1264 | 2023-12-13T05:42:10.279Z | Downloaded foreign-types v0.3.2 |
1265 | 2023-12-13T05:42:10.288Z | Downloaded termtree v0.4.1 |
1266 | 2023-12-13T05:42:10.288Z | Downloaded take_mut v0.2.2 |
1267 | 2023-12-13T05:42:10.290Z | Downloaded swrite v0.1.0 |
1268 | 2023-12-13T05:42:10.290Z | Downloaded base64ct v1.6.0 |
1269 | 2023-12-13T05:42:10.290Z | Downloaded arrayvec v0.5.2 |
1270 | 2023-12-13T05:42:10.297Z | Downloaded siphasher v0.3.11 |
1271 | 2023-12-13T05:42:10.297Z | Downloaded signature v2.1.0 |
1272 | 2023-12-13T05:42:10.297Z | Downloaded num-iter v0.1.43 |
1273 | 2023-12-13T05:42:10.297Z | Downloaded darling v0.14.4 |
1274 | 2023-12-13T05:42:10.316Z | Downloaded libefi-sys v0.1.0 |
1275 | 2023-12-13T05:42:10.323Z | Downloaded libloading v0.7.4 |
1276 | 2023-12-13T05:42:10.324Z | Downloaded managed v0.8.0 |
1277 | 2023-12-13T05:42:10.324Z | Downloaded lazy_static v1.4.0 |
1278 | 2023-12-13T05:42:10.324Z | Downloaded kstat-rs v0.2.3 |
1279 | 2023-12-13T05:42:10.324Z | Downloaded itoa v1.0.9 |
1280 | 2023-12-13T05:42:10.324Z | Downloaded memoffset v0.9.0 |
1281 | 2023-12-13T05:42:10.325Z | Downloaded md-5 v0.10.5 |
1282 | 2023-12-13T05:42:10.325Z | Downloaded buf-list v1.0.3 |
1283 | 2023-12-13T05:42:10.325Z | Downloaded block-padding v0.3.3 |
1284 | 2023-12-13T05:42:10.331Z | Downloaded bb8 v0.8.1 |
1285 | 2023-12-13T05:42:10.331Z | Downloaded async-recursion v1.0.5 |
1286 | 2023-12-13T05:42:10.331Z | Downloaded lazycell v1.3.0 |
1287 | 2023-12-13T05:42:10.331Z | Downloaded bytesize v1.3.0 |
1288 | 2023-12-13T05:42:10.337Z | Downloaded byteorder v1.5.0 |
1289 | 2023-12-13T05:42:10.337Z | Downloaded bytecount v0.6.3 |
1290 | 2023-12-13T05:42:10.337Z | Downloaded bit-vec v0.6.3 |
1291 | 2023-12-13T05:42:10.344Z | Downloaded lru-cache v0.1.2 |
1292 | 2023-12-13T05:42:10.344Z | Downloaded maplit v1.0.2 |
1293 | 2023-12-13T05:42:10.344Z | Downloaded macaddr v1.0.1 |
1294 | 2023-12-13T05:42:10.346Z | Downloaded base16ct v0.2.0 |
1295 | 2023-12-13T05:42:10.352Z | Downloaded autocfg v1.1.0 |
1296 | 2023-12-13T05:42:10.352Z | Downloaded atomic-waker v1.1.1 |
1297 | 2023-12-13T05:42:10.352Z | Downloaded oso-derive v0.27.0 |
1298 | 2023-12-13T05:42:10.352Z | Downloaded openssl-macros v0.1.1 |
1299 | 2023-12-13T05:42:10.355Z | Downloaded crossbeam-queue v0.3.8 |
1300 | 2023-12-13T05:42:10.355Z | Downloaded crossbeam v0.8.2 |
1301 | 2023-12-13T05:42:10.359Z | Downloaded block-buffer v0.10.4 |
1302 | 2023-12-13T05:42:10.359Z | Downloaded bitflags v1.3.2 |
1303 | 2023-12-13T05:42:10.370Z | Downloaded bit-set v0.5.3 |
1304 | 2023-12-13T05:42:10.370Z | Downloaded async-stream v0.3.5 |
1305 | 2023-12-13T05:42:10.370Z | Downloaded ascii-canvas v3.0.0 |
1306 | 2023-12-13T05:42:10.370Z | Downloaded linear-map v1.2.0 |
1307 | 2023-12-13T05:42:10.376Z | Downloaded ciborium-ll v0.2.1 |
1308 | 2023-12-13T05:42:10.376Z | Downloaded darling v0.20.3 |
1309 | 2023-12-13T05:42:10.381Z | Downloaded shlex v1.1.0 |
1310 | 2023-12-13T05:42:10.381Z | Downloaded serde_urlencoded v0.7.1 |
1311 | 2023-12-13T05:42:10.387Z | Downloaded opaque-debug v0.3.0 |
1312 | 2023-12-13T05:42:10.388Z | Downloaded hyper v0.14.27 |
1313 | 2023-12-13T05:42:10.404Z | Downloaded argon2 v0.5.2 |
1314 | 2023-12-13T05:42:10.419Z | Downloaded new_debug_unreachable v1.0.4 |
1315 | 2023-12-13T05:42:10.419Z | Downloaded aead v0.5.2 |
1316 | 2023-12-13T05:42:10.420Z | Downloaded serde-big-array v0.4.1 |
1317 | 2023-12-13T05:42:10.420Z | Downloaded crossbeam-deque v0.8.3 |
1318 | 2023-12-13T05:42:10.420Z | Downloaded assert_matches v1.5.0 |
1319 | 2023-12-13T05:42:10.421Z | Downloaded matches v0.1.10 |
1320 | 2023-12-13T05:42:10.421Z | Downloaded crucible-workspace-hack v0.1.0 |
1321 | 2023-12-13T05:42:10.421Z | Downloaded chacha20 v0.9.1 |
1322 | 2023-12-13T05:42:10.431Z | Downloaded cexpr v0.6.0 |
1323 | 2023-12-13T05:42:10.431Z | Downloaded cassowary v0.3.0 |
1324 | 2023-12-13T05:42:10.431Z | Downloaded ciborium v0.2.1 |
1325 | 2023-12-13T05:42:10.431Z | Downloaded curve25519-dalek-derive v0.1.0 |
1326 | 2023-12-13T05:42:10.431Z | Downloaded cstr-argument v0.1.2 |
1327 | 2023-12-13T05:42:10.449Z | Downloaded atomicwrites v0.4.2 |
1328 | 2023-12-13T05:42:10.449Z | Downloaded hyper-rustls v0.24.2 |
1329 | 2023-12-13T05:42:10.449Z | Downloaded camino-tempfile v1.1.1 |
1330 | 2023-12-13T05:42:10.450Z | Downloaded anstyle-query v1.0.0 |
1331 | 2023-12-13T05:42:10.472Z | Downloaded anstream v0.5.0 |
1332 | 2023-12-13T05:42:10.472Z | Downloaded crunchy v0.2.2 |
1333 | 2023-12-13T05:42:10.472Z | Downloaded lalrpop-util v0.19.12 |
1334 | 2023-12-13T05:42:10.472Z | Downloaded keccak v0.1.4 |
1335 | 2023-12-13T05:42:10.472Z | Downloaded ipnetwork v0.20.0 |
1336 | 2023-12-13T05:42:10.473Z | Downloaded ipnet v2.8.0 |
1337 | 2023-12-13T05:42:10.473Z | Downloaded indexmap v2.1.0 |
1338 | 2023-12-13T05:42:10.480Z | Downloaded indicatif v0.17.7 |
1339 | 2023-12-13T05:42:10.480Z | Downloaded const-oid v0.9.5 |
1340 | 2023-12-13T05:42:10.480Z | Downloaded is-terminal v0.4.9 |
1341 | 2023-12-13T05:42:10.481Z | Downloaded iana-time-zone v0.1.57 |
1342 | 2023-12-13T05:42:10.481Z | Downloaded hyper-staticfile v0.9.5 |
1343 | 2023-12-13T05:42:10.481Z | Downloaded bitfield v0.14.0 |
1344 | 2023-12-13T05:42:10.481Z | Downloaded backtrace v0.3.69 |
1345 | 2023-12-13T05:42:10.487Z | Downloaded colored v2.0.4 |
1346 | 2023-12-13T05:42:10.493Z | Downloaded impl-trait-for-tuples v0.2.2 |
1347 | 2023-12-13T05:42:10.499Z | Downloaded cpufeatures v0.2.9 |
1348 | 2023-12-13T05:42:10.499Z | Downloaded cookie v0.18.0 |
1349 | 2023-12-13T05:42:10.504Z | Downloaded colorchoice v1.0.0 |
1350 | 2023-12-13T05:42:10.504Z | Downloaded indoc v1.0.9 |
1351 | 2023-12-13T05:42:10.509Z | Downloaded crc-any v2.4.3 |
1352 | 2023-12-13T05:42:10.521Z | Downloaded crc v3.0.1 |
1353 | 2023-12-13T05:42:10.521Z | Downloaded convert_case v0.4.0 |
1354 | 2023-12-13T05:42:10.521Z | Downloaded console v0.15.7 |
1355 | 2023-12-13T05:42:11.022Z | Downloaded hyper-tls v0.5.0 |
1356 | 2023-12-13T05:42:11.022Z | Downloaded clap_lex v0.5.1 |
1357 | 2023-12-13T05:42:11.023Z | Downloaded clang-sys v1.6.1 |
1358 | 2023-12-13T05:42:11.023Z | Downloaded cipher v0.4.4 |
1359 | 2023-12-13T05:42:11.023Z | Downloaded ciborium-io v0.2.1 |
1360 | 2023-12-13T05:42:11.023Z | Compiling proc-macro2 v1.0.69 |
1361 | 2023-12-13T05:42:11.023Z | Compiling unicode-ident v1.0.12 |
1362 | 2023-12-13T05:42:11.023Z | Compiling libc v0.2.151 |
1363 | 2023-12-13T05:42:11.023Z | Compiling serde v1.0.193 |
1364 | 2023-12-13T05:42:11.023Z | Compiling autocfg v1.1.0 |
1365 | 2023-12-13T05:42:11.024Z | Compiling cfg-if v1.0.0 |
1366 | 2023-12-13T05:42:11.024Z | Compiling version_check v0.9.4 |
1367 | 2023-12-13T05:42:11.189Z | Compiling syn v1.0.109 |
1368 | 2023-12-13T05:42:11.204Z | Compiling once_cell v1.19.0 |
1369 | 2023-12-13T05:42:11.212Z | Compiling libm v0.2.7 |
1370 | 2023-12-13T05:42:11.665Z | Compiling parking_lot_core v0.9.8 |
1371 | 2023-12-13T05:42:11.832Z | Compiling serde_json v1.0.108 |
1372 | 2023-12-13T05:42:11.881Z | Compiling lock_api v0.4.10 |
1373 | 2023-12-13T05:42:12.600Z | Compiling num-traits v0.2.16 |
1374 | 2023-12-13T05:42:12.615Z | Compiling typenum v1.16.0 |
1375 | 2023-12-13T05:42:12.615Z | Compiling futures-core v0.3.29 |
1376 | 2023-12-13T05:42:12.628Z | Compiling thiserror v1.0.49 |
1377 | 2023-12-13T05:42:13.179Z | Compiling scopeguard v1.2.0 |
1378 | 2023-12-13T05:42:13.202Z | Compiling generic-array v0.14.7 |
1379 | 2023-12-13T05:42:13.447Z | Compiling memchr v2.6.3 |
1380 | 2023-12-13T05:42:13.730Z | Compiling itoa v1.0.9 |
1381 | 2023-12-13T05:42:14.124Z | Compiling pkg-config v0.3.27 |
1382 | 2023-12-13T05:42:14.443Z | Compiling quote v1.0.33 |
1383 | 2023-12-13T05:42:14.833Z | Compiling byteorder v1.5.0 |
1384 | 2023-12-13T05:42:15.549Z | Compiling syn v2.0.32 |
1385 | 2023-12-13T05:42:15.571Z | Compiling cc v1.0.83 |
1386 | 2023-12-13T05:42:15.646Z | Compiling getrandom v0.2.10 |
1387 | 2023-12-13T05:42:16.158Z | Compiling slab v0.4.9 |
1388 | 2023-12-13T05:42:16.289Z | Compiling futures-channel v0.3.29 |
1389 | 2023-12-13T05:42:16.604Z | Compiling futures-task v0.3.29 |
1390 | 2023-12-13T05:42:16.765Z | Compiling futures-util v0.3.29 |
1391 | 2023-12-13T05:42:17.438Z | Compiling log v0.4.20 |
1392 | 2023-12-13T05:42:17.442Z | Compiling heck v0.4.1 |
1393 | 2023-12-13T05:42:17.986Z | Compiling ryu v1.0.15 |
1394 | 2023-12-13T05:42:18.090Z | Compiling pin-project-lite v0.2.13 |
1395 | 2023-12-13T05:42:18.296Z | Compiling smallvec v1.11.2 |
1396 | 2023-12-13T05:42:18.313Z | Compiling schemars v0.8.13 |
1397 | 2023-12-13T05:42:18.423Z | Compiling vcpkg v0.2.15 |
1398 | 2023-12-13T05:42:19.641Z | Compiling ring v0.17.7 |
1399 | 2023-12-13T05:42:19.879Z | Compiling parking_lot v0.12.1 |
1400 | 2023-12-13T05:42:21.177Z | Compiling openssl-sys v0.9.96 |
1401 | 2023-12-13T05:42:21.601Z | Compiling semver v1.0.20 |
1402 | 2023-12-13T05:42:21.885Z | Compiling rand_core v0.6.4 |
1403 | 2023-12-13T05:42:22.533Z | Compiling ring v0.16.20 |
1404 | 2023-12-13T05:42:23.861Z | Compiling indexmap v1.9.3 |
1405 | 2023-12-13T05:42:23.993Z | Compiling hashbrown v0.14.2 |
1406 | 2023-12-13T05:42:24.096Z | Compiling equivalent v1.0.1 |
1407 | 2023-12-13T05:42:24.425Z | Compiling ahash v0.8.6 |
1408 | 2023-12-13T05:42:24.878Z | Compiling httparse v1.8.0 |
1409 | 2023-12-13T05:42:25.540Z | Compiling mio v0.8.9 |
1410 | 2023-12-13T05:42:25.788Z | Compiling socket2 v0.5.5 |
1411 | 2023-12-13T05:42:26.008Z | Compiling num_cpus v1.16.0 |
1412 | 2023-12-13T05:42:26.044Z | Compiling signal-hook-registry v1.4.1 |
1413 | 2023-12-13T05:42:26.204Z | Compiling spin v0.5.2 |
1414 | 2023-12-13T05:42:26.572Z | Compiling openssl v0.10.60 |
1415 | 2023-12-13T05:42:26.645Z | Compiling fnv v1.0.7 |
1416 | 2023-12-13T05:42:27.117Z | Compiling spin v0.9.8 |
1417 | 2023-12-13T05:42:27.256Z | Compiling serde_derive_internals v0.26.0 |
1418 | 2023-12-13T05:42:27.808Z | Compiling rustls v0.21.9 |
1419 | 2023-12-13T05:42:28.200Z | Compiling iana-time-zone v0.1.57 |
1420 | 2023-12-13T05:42:28.671Z | Compiling subtle v2.5.0 |
1421 | 2023-12-13T05:42:28.739Z | Compiling native-tls v0.2.11 |
1422 | 2023-12-13T05:42:28.844Z | Compiling crossbeam-utils v0.8.16 |
1423 | 2023-12-13T05:42:28.960Z | Compiling ucd-trie v0.1.6 |
1424 | 2023-12-13T05:42:29.118Z | Compiling unicode-xid v0.2.4 |
1425 | 2023-12-13T05:42:29.199Z | Compiling const-oid v0.9.5 |
1426 | 2023-12-13T05:42:29.351Z | Compiling synstructure v0.12.6 |
1427 | 2023-12-13T05:42:30.516Z | Compiling futures-sink v0.3.29 |
1428 | 2023-12-13T05:42:30.747Z | Compiling io-lifetimes v1.0.11 |
1429 | 2023-12-13T05:42:31.355Z | Compiling backtrace v0.3.69 |
1430 | 2023-12-13T05:42:31.803Z | Compiling tinyvec_macros v0.1.1 |
1431 | 2023-12-13T05:42:31.875Z | Compiling winnow v0.5.15 |
1432 | 2023-12-13T05:42:31.938Z | Compiling rustix v0.38.25 |
1433 | 2023-12-13T05:42:31.954Z | Compiling dyn-clone v1.0.13 |
1434 | 2023-12-13T05:42:32.186Z | Compiling tinyvec v1.6.0 |
1435 | 2023-12-13T05:42:33.159Z | Compiling tracing-core v0.1.31 |
1436 | 2023-12-13T05:42:33.190Z | Compiling num-integer v0.1.45 |
1437 | 2023-12-13T05:42:33.305Z | Compiling memoffset v0.9.0 |
1438 | 2023-12-13T05:42:33.397Z | Compiling futures-io v0.3.29 |
1439 | 2023-12-13T05:42:33.605Z | Compiling pin-utils v0.1.0 |
1440 | 2023-12-13T05:42:33.905Z | Compiling rustix v0.37.23 |
1441 | 2023-12-13T05:42:34.721Z | Compiling unicode-normalization v0.1.22 |
1442 | 2023-12-13T05:42:34.797Z | Compiling usdt-impl v0.3.5 |
1443 | 2023-12-13T05:42:35.288Z | Compiling crc32fast v1.3.2 |
1444 | 2023-12-13T05:42:35.935Z | Compiling anyhow v1.0.75 |
1445 | 2023-12-13T05:42:36.455Z | Compiling bitflags v1.3.2 |
1446 | 2023-12-13T05:42:36.659Z | Compiling time-core v0.1.1 |
1447 | 2023-12-13T05:42:36.730Z | Compiling unicode-bidi v0.3.13 |
1448 | 2023-12-13T05:42:36.930Z | Compiling slog v2.7.0 |
1449 | 2023-12-13T05:42:36.961Z | Compiling serde_derive v1.0.193 |
1450 | 2023-12-13T05:42:37.369Z | Compiling zeroize_derive v1.4.2 |
1451 | 2023-12-13T05:42:37.396Z | Compiling thiserror-impl v1.0.49 |
1452 | 2023-12-13T05:42:37.544Z | Compiling tokio-macros v2.2.0 |
1453 | 2023-12-13T05:42:37.570Z | Compiling futures-macro v0.3.29 |
1454 | 2023-12-13T05:42:37.574Z | Compiling tracing-attributes v0.1.26 |
1455 | 2023-12-13T05:42:37.986Z | Compiling schemars_derive v0.8.13 |
1456 | 2023-12-13T05:42:38.954Z | Compiling zerocopy-derive v0.7.26 |
1457 | 2023-12-13T05:42:40.243Z | Compiling zeroize v1.7.0 |
1458 | 2023-12-13T05:42:40.646Z | Compiling openssl-macros v0.1.1 |
1459 | 2023-12-13T05:42:41.674Z | Compiling zerocopy-derive v0.2.0 |
1460 | 2023-12-13T05:42:41.996Z | Compiling pest v2.7.2 |
1461 | 2023-12-13T05:42:42.090Z | Compiling zerocopy v0.7.26 |
1462 | 2023-12-13T05:42:42.558Z | Compiling crypto-common v0.1.6 |
1463 | 2023-12-13T05:42:42.783Z | Compiling der_derive v0.7.2 |
1464 | 2023-12-13T05:42:42.937Z | Compiling block-buffer v0.10.4 |
1465 | 2023-12-13T05:42:43.142Z | Compiling tracing v0.1.37 |
1466 | 2023-12-13T05:42:44.492Z | Compiling digest v0.10.7 |
1467 | 2023-12-13T05:42:45.126Z | Compiling time-macros v0.2.13 |
1468 | 2023-12-13T05:42:45.391Z | Compiling hashbrown v0.13.2 |
1469 | 2023-12-13T05:42:46.551Z | Compiling pest_meta v2.7.2 |
1470 | 2023-12-13T05:42:47.275Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1471 | 2023-12-13T05:42:47.934Z | Compiling aho-corasick v1.0.4 |
1472 | 2023-12-13T05:42:47.958Z | Compiling crossbeam-epoch v0.9.15 |
1473 | 2023-12-13T05:42:48.543Z | Compiling pest_generator v2.7.2 |
1474 | 2023-12-13T05:42:48.575Z | Compiling ppv-lite86 v0.2.17 |
1475 | 2023-12-13T05:42:49.874Z | Compiling async-trait v0.1.74 |
1476 | 2023-12-13T05:42:50.517Z | Compiling rustversion v1.0.14 |
1477 | 2023-12-13T05:42:51.387Z | Compiling regex-syntax v0.8.2 |
1478 | 2023-12-13T05:42:51.672Z | Compiling rand_chacha v0.3.1 |
1479 | 2023-12-13T05:42:53.260Z | Compiling pest_derive v2.7.2 |
1480 | 2023-12-13T05:42:53.275Z | Compiling zerocopy v0.3.0 |
1481 | 2023-12-13T05:42:54.492Z | Compiling errno v0.3.2 |
1482 | 2023-12-13T05:42:54.869Z | Compiling strsim v0.10.0 |
1483 | 2023-12-13T05:42:54.870Z | Compiling base64 v0.21.5 |
1484 | 2023-12-13T05:42:55.927Z | Compiling dof v0.1.5 |
1485 | 2023-12-13T05:42:56.109Z | Compiling dtrace-parser v0.1.14 |
1486 | 2023-12-13T05:42:57.178Z | Compiling regex-automata v0.4.3 |
1487 | 2023-12-13T05:42:58.789Z | Compiling rand v0.8.5 |
1488 | 2023-12-13T05:42:59.613Z | Compiling bytes v1.5.0 |
1489 | 2023-12-13T05:43:01.316Z | Compiling indexmap v2.1.0 |
1490 | 2023-12-13T05:43:01.488Z | Compiling uuid v1.6.1 |
1491 | 2023-12-13T05:43:02.556Z | Compiling tokio v1.35.0 |
1492 | 2023-12-13T05:43:02.650Z | Compiling rustc_version v0.4.0 |
1493 | 2023-12-13T05:43:03.328Z | Compiling chrono v0.4.31 |
1494 | 2023-12-13T05:43:04.104Z | Compiling heapless v0.7.16 |
1495 | 2023-12-13T05:43:04.273Z | Compiling bitflags v2.4.0 |
1496 | 2023-12-13T05:43:07.523Z | Compiling toml_datetime v0.6.5 |
1497 | 2023-12-13T05:43:08.191Z | Compiling serde_spanned v0.6.4 |
1498 | 2023-12-13T05:43:09.226Z | Compiling toml_edit v0.19.15 |
1499 | 2023-12-13T05:43:10.938Z | Compiling http v0.2.11 |
1500 | 2023-12-13T05:43:13.705Z | Compiling regex v1.10.2 |
1501 | 2023-12-13T05:43:17.446Z | Compiling tokio-util v0.7.10 |
1502 | 2023-12-13T05:43:19.608Z | Compiling thread-id v4.2.0 |
1503 | 2023-12-13T05:43:19.846Z | Compiling num-bigint v0.4.4 |
1504 | 2023-12-13T05:43:19.868Z | Compiling base64ct v1.6.0 |
1505 | 2023-12-13T05:43:19.965Z | Compiling percent-encoding v2.3.1 |
1506 | 2023-12-13T05:43:20.643Z | Compiling untrusted v0.7.1 |
1507 | 2023-12-13T05:43:20.664Z | Compiling untrusted v0.9.0 |
1508 | 2023-12-13T05:43:20.757Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1509 | 2023-12-13T05:43:20.917Z | Compiling foreign-types-shared v0.1.1 |
1510 | 2023-12-13T05:43:21.064Z | Compiling smoltcp v0.9.1 |
1511 | 2023-12-13T05:43:21.787Z | Compiling hashbrown v0.12.3 |
1512 | 2023-12-13T05:43:21.978Z | Compiling doc-comment v0.3.3 |
1513 | 2023-12-13T05:43:22.418Z | Compiling openssl-probe v0.1.5 |
1514 | 2023-12-13T05:43:22.944Z | Compiling foreign-types v0.3.2 |
1515 | 2023-12-13T05:43:25.117Z | Compiling pem-rfc7468 v0.7.0 |
1516 | 2023-12-13T05:43:26.095Z | Compiling strum_macros v0.25.2 |
1517 | 2023-12-13T05:43:27.876Z | Compiling serde_tokenstream v0.1.7 |
1518 | 2023-12-13T05:43:28.752Z | Compiling hmac v0.12.1 |
1519 | 2023-12-13T05:43:29.013Z | Compiling lazy_static v1.4.0 |
1520 | 2023-12-13T05:43:29.321Z | Compiling socket2 v0.4.9 |
1521 | 2023-12-13T05:43:30.800Z | Compiling unicode-width v0.1.11 |
1522 | 2023-12-13T05:43:30.856Z | Compiling unicode-segmentation v1.10.1 |
1523 | 2023-12-13T05:43:31.048Z | Compiling siphasher v0.3.11 |
1524 | 2023-12-13T05:43:31.574Z | Compiling adler v1.0.2 |
1525 | 2023-12-13T05:43:32.034Z | Compiling flagset v0.4.3 |
1526 | 2023-12-13T05:43:32.132Z | Compiling try-lock v0.2.4 |
1527 | 2023-12-13T05:43:32.336Z | Compiling want v0.3.1 |
1528 | 2023-12-13T05:43:32.337Z | Compiling der v0.7.8 |
1529 | 2023-12-13T05:43:33.608Z | Compiling miniz_oxide v0.7.1 |
1530 | 2023-12-13T05:43:36.607Z | Compiling rustls-webpki v0.101.7 |
1531 | 2023-12-13T05:43:36.655Z | Compiling sct v0.7.0 |
1532 | 2023-12-13T05:43:37.085Z | Compiling h2 v0.3.21 |
1533 | 2023-12-13T05:43:38.993Z | Compiling form_urlencoded v1.2.1 |
1534 | 2023-12-13T05:43:39.414Z | Compiling http-body v0.4.5 |
1535 | 2023-12-13T05:43:40.045Z | Compiling hubpack_derive v0.1.1 |
1536 | 2023-12-13T05:43:41.322Z | Compiling pin-project-internal v1.1.3 |
1537 | 2023-12-13T05:43:41.578Z | Compiling zerocopy-derive v0.6.4 |
1538 | 2023-12-13T05:43:43.867Z | Compiling num-iter v0.1.43 |
1539 | 2023-12-13T05:43:44.280Z | Compiling utf8parse v0.2.1 |
1540 | 2023-12-13T05:43:44.524Z | Compiling cpufeatures v0.2.9 |
1541 | 2023-12-13T05:43:44.625Z | Compiling tower-service v0.3.2 |
1542 | 2023-12-13T05:43:44.951Z | Compiling anstyle v1.0.2 |
1543 | 2023-12-13T05:43:45.760Z | Compiling httpdate v1.0.3 |
1544 | 2023-12-13T05:43:46.429Z | Compiling sha2 v0.10.8 |
1545 | 2023-12-13T05:43:46.501Z | Compiling anstyle-parse v0.2.1 |
1546 | 2023-12-13T05:43:48.506Z | Compiling hyper v0.14.27 |
1547 | 2023-12-13T05:43:49.709Z | Compiling spki v0.7.2 |
1548 | 2023-12-13T05:43:51.052Z | Compiling usdt-attr-macro v0.3.5 |
1549 | 2023-12-13T05:43:51.187Z | Compiling usdt-macro v0.3.5 |
1550 | 2023-12-13T05:43:53.341Z | Compiling openapiv3 v2.0.0 |
1551 | 2023-12-13T05:43:53.470Z | Compiling serde_tokenstream v0.2.0 |
1552 | 2023-12-13T05:43:53.756Z | Compiling rustls-pemfile v1.0.3 |
1553 | 2023-12-13T05:43:54.267Z | Compiling md-5 v0.10.5 |
1554 | 2023-12-13T05:43:54.275Z | Compiling idna v0.5.0 |
1555 | 2023-12-13T05:43:54.589Z | Compiling stringprep v0.1.3 |
1556 | 2023-12-13T05:43:55.178Z | Compiling diesel_table_macro_syntax v0.1.0 |
1557 | 2023-12-13T05:43:55.762Z | Compiling hash32 v0.2.1 |
1558 | 2023-12-13T05:43:56.353Z | Compiling fallible-iterator v0.2.0 |
1559 | 2023-12-13T05:43:56.677Z | Compiling colorchoice v1.0.0 |
1560 | 2023-12-13T05:43:57.089Z | Compiling anstyle-query v1.0.0 |
1561 | 2023-12-13T05:43:57.089Z | Compiling stable_deref_trait v1.2.0 |
1562 | 2023-12-13T05:43:57.089Z | Compiling gimli v0.28.0 |
1563 | 2023-12-13T05:43:57.089Z | Compiling either v1.9.0 |
1564 | 2023-12-13T05:43:57.469Z | Compiling postgres-protocol v0.6.6 |
1565 | 2023-12-13T05:44:00.570Z | Compiling anstream v0.5.0 |
1566 | 2023-12-13T05:44:01.179Z | Compiling diesel_derives v2.1.2 |
1567 | 2023-12-13T05:44:01.497Z | Compiling url v2.5.0 |
1568 | 2023-12-13T05:44:03.975Z | Compiling addr2line v0.21.0 |
1569 | 2023-12-13T05:44:04.451Z | Compiling tokio-rustls v0.24.1 |
1570 | 2023-12-13T05:44:05.056Z | Compiling rustls-native-certs v0.6.3 |
1571 | 2023-12-13T05:44:06.295Z | Compiling pkcs8 v0.10.2 |
1572 | 2023-12-13T05:44:07.164Z | Compiling terminal_size v0.2.6 |
1573 | 2023-12-13T05:44:07.426Z | Compiling tokio-native-tls v0.3.1 |
1574 | 2023-12-13T05:44:08.965Z | Compiling phf_shared v0.11.2 |
1575 | 2023-12-13T05:44:10.291Z | Compiling regress v0.7.1 |
1576 | 2023-12-13T05:44:10.770Z | Compiling block-padding v0.3.3 |
1577 | 2023-12-13T05:44:11.113Z | Compiling enum-as-inner v0.5.1 |
1578 | 2023-12-13T05:44:11.191Z | Compiling snafu-derive v0.7.5 |
1579 | 2023-12-13T05:44:12.581Z | Compiling serde_repr v0.1.16 |
1580 | 2023-12-13T05:44:14.236Z | Compiling clap_derive v4.4.2 |
1581 | 2023-12-13T05:44:18.523Z | Compiling ff v0.13.0 |
1582 | 2023-12-13T05:44:18.874Z | Compiling scheduled-thread-pool v0.2.7 |
1583 | 2023-12-13T05:44:19.356Z | Compiling object v0.32.1 |
1584 | 2023-12-13T05:44:21.970Z | Compiling matches v0.1.10 |
1585 | 2023-12-13T05:44:22.108Z | Compiling deranged v0.3.8 |
1586 | 2023-12-13T05:44:25.020Z | Compiling rustc-demangle v0.1.23 |
1587 | 2023-12-13T05:44:25.108Z | Compiling managed v0.8.0 |
1588 | 2023-12-13T05:44:25.818Z | Compiling ipnet v2.8.0 |
1589 | 2023-12-13T05:44:27.657Z | Compiling base16ct v0.2.0 |
1590 | 2023-12-13T05:44:27.657Z | Compiling regex-automata v0.1.10 |
1591 | 2023-12-13T05:44:28.040Z | Compiling clap_lex v0.5.1 |
1592 | 2023-12-13T05:44:29.217Z | Compiling bit-vec v0.6.3 |
1593 | 2023-12-13T05:44:29.373Z | Compiling num_threads v0.1.6 |
1594 | 2023-12-13T05:44:29.543Z | Compiling time v0.3.27 |
1595 | 2023-12-13T05:44:30.835Z | Compiling clap_builder v4.4.2 |
1596 | 2023-12-13T05:44:33.581Z | Compiling bstr v0.2.17 |
1597 | 2023-12-13T05:44:34.328Z | Compiling sec1 v0.7.3 |
1598 | 2023-12-13T05:44:35.194Z | Compiling idna v0.2.3 |
1599 | 2023-12-13T05:44:36.181Z | Compiling r2d2 v0.8.10 |
1600 | 2023-12-13T05:44:36.599Z | Compiling group v0.13.0 |
1601 | 2023-12-13T05:44:36.935Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1602 | 2023-12-13T05:44:38.229Z | Compiling inout v0.1.3 |
1603 | 2023-12-13T05:44:38.592Z | Compiling phf v0.11.2 |
1604 | 2023-12-13T05:44:39.030Z | Compiling hyper-tls v0.5.0 |
1605 | 2023-12-13T05:44:39.061Z | Compiling hyper-rustls v0.24.2 |
1606 | 2023-12-13T05:44:39.138Z | Compiling bzip2 v0.4.4 |
1607 | 2023-12-13T05:44:39.519Z | Compiling flate2 v1.0.28 |
1608 | 2023-12-13T05:44:39.681Z | Compiling postgres-types v0.2.6 |
1609 | 2023-12-13T05:44:39.863Z | Compiling itertools v0.11.0 |
1610 | 2023-12-13T05:44:41.066Z | Compiling pin-project v1.1.3 |
1611 | 2023-12-13T05:44:41.245Z | Compiling zerocopy v0.6.4 |
1612 | 2023-12-13T05:44:42.156Z | Compiling hubpack v0.1.2 |
1613 | 2023-12-13T05:44:42.652Z | Compiling serde_urlencoded v0.7.1 |
1614 | 2023-12-13T05:44:42.855Z | Compiling phf_shared v0.10.0 |
1615 | 2023-12-13T05:44:43.437Z | Compiling hkdf v0.12.3 |
1616 | 2023-12-13T05:44:43.468Z | Compiling ipnetwork v0.20.0 |
1617 | 2023-12-13T05:44:44.092Z | Compiling futures-executor v0.3.29 |
1618 | 2023-12-13T05:44:44.715Z | Compiling crypto-bigint v0.5.2 |
1619 | 2023-12-13T05:44:45.177Z | Compiling float-cmp v0.9.0 |
1620 | 2023-12-13T05:44:45.322Z | Compiling proc-macro-error-attr v1.0.4 |
1621 | 2023-12-13T05:44:45.487Z | Compiling encoding_rs v0.8.33 |
1622 | 2023-12-13T05:44:48.191Z | Compiling normalize-line-endings v0.3.0 |
1623 | 2023-12-13T05:44:48.364Z | Compiling mime v0.3.17 |
1624 | 2023-12-13T05:44:49.147Z | Compiling predicates-core v1.0.6 |
1625 | 2023-12-13T05:44:49.176Z | Compiling webpki-roots v0.25.2 |
1626 | 2023-12-13T05:44:49.883Z | Compiling minimal-lexical v0.2.1 |
1627 | 2023-12-13T05:44:50.645Z | Compiling fixedbitset v0.4.2 |
1628 | 2023-12-13T05:44:51.272Z | Compiling static_assertions v1.1.0 |
1629 | 2023-12-13T05:44:51.419Z | Compiling data-encoding v2.4.0 |
1630 | 2023-12-13T05:44:51.868Z | Compiling precomputed-hash v0.1.1 |
1631 | 2023-12-13T05:44:52.494Z | Compiling regex-automata v0.3.8 |
1632 | 2023-12-13T05:44:54.494Z | Compiling whoami v1.4.1 |
1633 | 2023-12-13T05:44:55.326Z | Compiling difflib v0.4.0 |
1634 | 2023-12-13T05:44:55.987Z | Compiling new_debug_unreachable v1.0.4 |
1635 | 2023-12-13T05:44:56.119Z | Compiling string_cache v0.8.7 |
1636 | 2023-12-13T05:44:56.205Z | Compiling predicates v3.0.4 |
1637 | 2023-12-13T05:44:56.583Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1638 | 2023-12-13T05:44:58.699Z | Compiling bstr v1.6.0 |
1639 | 2023-12-13T05:44:59.629Z | Compiling tokio-postgres v0.7.10 |
1640 | 2023-12-13T05:45:01.083Z | Compiling trust-dns-proto v0.22.0 |
1641 | 2023-12-13T05:45:03.805Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1642 | 2023-12-13T05:45:06.720Z | Compiling petgraph v0.6.4 |
1643 | 2023-12-13T05:45:06.934Z | Compiling nom v7.1.3 |
1644 | 2023-12-13T05:45:07.517Z | Compiling reqwest v0.11.22 |
1645 | 2023-12-13T05:45:13.211Z | Compiling elliptic-curve v0.13.8 |
1646 | 2023-12-13T05:45:18.606Z | Compiling futures v0.3.29 |
1647 | 2023-12-13T05:45:18.611Z | Compiling diesel v2.1.4 |
1648 | 2023-12-13T05:45:18.611Z | Compiling yasna v0.5.2 |
1649 | 2023-12-13T05:45:19.075Z | Compiling snafu v0.7.5 |
1650 | 2023-12-13T05:45:20.316Z | Compiling zip v0.6.6 |
1651 | 2023-12-13T05:45:21.101Z | Compiling cipher v0.4.4 |
1652 | 2023-12-13T05:45:21.636Z | Compiling clap v4.4.3 |
1653 | 2023-12-13T05:45:21.798Z | Compiling similar v2.3.0 |
1654 | 2023-12-13T05:45:21.824Z | Compiling bit-set v0.5.3 |
1655 | 2023-12-13T05:45:22.368Z | Compiling itertools v0.10.5 |
1656 | 2023-12-13T05:45:23.854Z | Compiling usdt v0.3.5 |
1657 | 2023-12-13T05:45:23.859Z | Compiling console v0.15.7 |
1658 | 2023-12-13T05:45:24.432Z | Compiling tokio-stream v0.1.14 |
1659 | 2023-12-13T05:45:25.200Z | Compiling toml v0.7.8 |
1660 | 2023-12-13T05:45:25.836Z | Compiling proc-macro-crate v1.3.1 |
1661 | 2023-12-13T05:45:25.939Z | Compiling toml_edit v0.21.0 |
1662 | 2023-12-13T05:45:27.005Z | Compiling hex v0.4.3 |
1663 | 2023-12-13T05:45:27.584Z | Compiling proc-macro-error v1.0.4 |
1664 | 2023-12-13T05:45:27.763Z | Compiling lalrpop-util v0.19.12 |
1665 | 2023-12-13T05:45:30.591Z | Compiling num_enum_derive v0.5.11 |
1666 | 2023-12-13T05:45:35.032Z | Compiling atty v0.2.14 |
1667 | 2023-12-13T05:45:35.567Z | Compiling ident_case v1.0.1 |
1668 | 2023-12-13T05:45:35.849Z | Compiling smoltcp v0.10.0 |
1669 | 2023-12-13T05:45:37.175Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1670 | 2023-12-13T05:45:37.294Z | Compiling darling_core v0.20.3 |
1671 | 2023-12-13T05:45:43.816Z | Compiling num_enum v0.5.11 |
1672 | 2023-12-13T05:46:04.270Z | Compiling dirs-sys-next v0.1.2 |
1673 | 2023-12-13T05:46:08.009Z | Compiling embedded-io v0.4.0 |
1674 | 2023-12-13T05:46:08.064Z | Compiling camino v1.1.6 |
1675 | 2023-12-13T05:46:08.091Z | Compiling cobs v0.2.3 |
1676 | 2023-12-13T05:46:08.383Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1677 | 2023-12-13T05:46:08.828Z | Compiling postcard v1.0.8 |
1678 | 2023-12-13T05:46:10.225Z | Compiling dirs-next v2.0.0 |
1679 | 2023-12-13T05:46:10.586Z | Compiling darling_macro v0.20.3 |
1680 | 2023-12-13T05:46:17.540Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1681 | 2023-12-13T05:46:27.801Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1682 | 2023-12-13T05:46:28.207Z | Compiling getopts v0.2.21 |
1683 | 2023-12-13T05:46:32.042Z | Compiling foreign-types-macros v0.2.3 |
1684 | 2023-12-13T05:46:32.666Z | Compiling structmeta-derive v0.2.0 |
1685 | 2023-12-13T05:46:36.536Z | Compiling thread_local v1.1.7 |
1686 | 2023-12-13T05:46:36.900Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1687 | 2023-12-13T05:46:37.321Z | Compiling multer v2.1.0 |
1688 | 2023-12-13T05:46:37.826Z | Compiling foreign-types-shared v0.3.1 |
1689 | 2023-12-13T05:46:38.814Z | Compiling match_cfg v0.1.0 |
1690 | 2023-12-13T05:46:38.954Z | Compiling slog-async v2.8.0 |
1691 | 2023-12-13T05:46:40.535Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1692 | 2023-12-13T05:46:41.096Z | Compiling paste v1.0.14 |
1693 | 2023-12-13T05:46:41.734Z | Compiling unsafe-libyaml v0.2.9 |
1694 | 2023-12-13T05:46:42.828Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1695 | 2023-12-13T05:46:44.668Z | Compiling serde_yaml v0.9.25 |
1696 | 2023-12-13T05:46:49.116Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1697 | 2023-12-13T05:46:58.750Z | Compiling hostname v0.3.1 |
1698 | 2023-12-13T05:46:59.118Z | Compiling foreign-types v0.5.0 |
1699 | 2023-12-13T05:46:59.463Z | Compiling structmeta v0.2.0 |
1700 | 2023-12-13T05:47:03.733Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1701 | 2023-12-13T05:47:09.897Z | Compiling darling v0.20.3 |
1702 | 2023-12-13T05:47:10.816Z | Compiling term v0.7.0 |
1703 | 2023-12-13T05:47:18.374Z | Compiling slog-json v2.6.1 |
1704 | 2023-12-13T05:47:18.918Z | Compiling is-terminal v0.4.9 |
1705 | 2023-12-13T05:47:19.099Z | Compiling crossbeam-channel v0.5.8 |
1706 | 2023-12-13T05:47:22.650Z | Compiling strum v0.25.0 |
1707 | 2023-12-13T05:47:22.934Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1708 | 2023-12-13T05:47:22.934Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1709 | 2023-12-13T05:47:24.010Z | Compiling async-stream-impl v0.3.5 |
1710 | 2023-12-13T05:47:24.208Z | Compiling cstr-argument v0.1.2 |
1711 | 2023-12-13T05:47:24.258Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1712 | 2023-12-13T05:47:24.513Z | Compiling take_mut v0.2.2 |
1713 | 2023-12-13T05:47:24.669Z | Compiling pretty-hex v0.2.1 |
1714 | 2023-12-13T05:47:24.746Z | Compiling crucible-workspace-hack v0.1.0 |
1715 | 2023-12-13T05:47:25.653Z | Compiling regex-syntax v0.7.5 |
1716 | 2023-12-13T05:47:26.111Z | Compiling fastrand v2.0.0 |
1717 | 2023-12-13T05:47:26.937Z | Compiling atomic-waker v1.1.1 |
1718 | 2023-12-13T05:47:27.215Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1719 | 2023-12-13T05:47:35.988Z | Compiling parse-display-derive v0.8.2 |
1720 | 2023-12-13T05:47:37.105Z | Compiling waitgroup v0.1.2 |
1721 | 2023-12-13T05:47:37.461Z | Compiling tempfile v3.8.1 |
1722 | 2023-12-13T05:47:40.666Z | Compiling async-stream v0.3.5 |
1723 | 2023-12-13T05:47:42.073Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1724 | 2023-12-13T05:47:42.812Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1725 | 2023-12-13T05:47:46.197Z | Compiling colored v2.0.4 |
1726 | 2023-12-13T05:47:46.924Z | Compiling slog-bunyan v2.4.0 |
1727 | 2023-12-13T05:47:47.549Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1728 | 2023-12-13T05:47:48.508Z | Compiling slog-term v2.9.0 |
1729 | 2023-12-13T05:47:52.422Z | Compiling serde_with_macros v3.4.0 |
1730 | 2023-12-13T05:47:58.575Z | Compiling toml v0.8.8 |
1731 | 2023-12-13T05:47:59.847Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1732 | 2023-12-13T05:48:01.106Z | Compiling sha1 v0.10.6 |
1733 | 2023-12-13T05:48:02.228Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1734 | 2023-12-13T05:48:02.611Z | Compiling textwrap v0.11.0 |
1735 | 2023-12-13T05:48:04.417Z | Compiling heck v0.3.3 |
1736 | 2023-12-13T05:48:04.978Z | Compiling serde_path_to_error v0.1.14 |
1737 | 2023-12-13T05:48:05.473Z | Compiling instant v0.1.12 |
1738 | 2023-12-13T05:48:06.098Z | Compiling rayon-core v1.12.0 |
1739 | 2023-12-13T05:48:06.314Z | Compiling vec_map v0.8.2 |
1740 | 2023-12-13T05:48:06.405Z | Compiling libefi-sys v0.1.0 |
1741 | 2023-12-13T05:48:06.517Z | Compiling ansi_term v0.12.1 |
1742 | 2023-12-13T05:48:06.711Z | Compiling strsim v0.8.0 |
1743 | 2023-12-13T05:48:06.813Z | Compiling debug-ignore v1.0.5 |
1744 | 2023-12-13T05:48:06.901Z | Compiling backoff v0.4.0 |
1745 | 2023-12-13T05:48:07.025Z | Compiling clap v2.34.0 |
1746 | 2023-12-13T05:48:07.587Z | Compiling structopt-derive v0.4.18 |
1747 | 2023-12-13T05:48:07.962Z | Compiling serde_with v3.4.0 |
1748 | 2023-12-13T05:48:09.035Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1749 | 2023-12-13T05:48:12.081Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1750 | 2023-12-13T05:48:13.107Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1751 | 2023-12-13T05:48:13.407Z | Compiling parse-display v0.8.2 |
1752 | 2023-12-13T05:48:13.858Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1753 | 2023-12-13T05:48:14.682Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1754 | 2023-12-13T05:48:14.952Z | Compiling zone_cfg_derive v0.3.0 |
1755 | 2023-12-13T05:48:15.801Z | Compiling crossbeam-deque v0.8.3 |
1756 | 2023-12-13T05:48:16.416Z | Compiling macaddr v1.0.1 |
1757 | 2023-12-13T05:48:16.637Z | Compiling num-derive v0.4.0 |
1758 | 2023-12-13T05:48:17.147Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1759 | 2023-12-13T05:48:17.555Z | Compiling portable-atomic v1.4.3 |
1760 | 2023-12-13T05:48:17.953Z | Compiling zone v0.3.0 |
1761 | 2023-12-13T05:48:20.303Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1762 | 2023-12-13T05:48:23.218Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1763 | 2023-12-13T05:48:23.940Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1764 | 2023-12-13T05:48:24.831Z | Compiling structopt v0.3.26 |
1765 | 2023-12-13T05:48:25.078Z | Compiling camino-tempfile v1.1.1 |
1766 | 2023-12-13T05:48:26.236Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1767 | 2023-12-13T05:48:26.348Z | Compiling smf v0.2.2 |
1768 | 2023-12-13T05:48:26.434Z | Compiling xattr v1.0.1 |
1769 | 2023-12-13T05:48:26.879Z | Compiling filetime v0.2.23 |
1770 | 2023-12-13T05:48:27.436Z | Compiling same-file v1.0.6 |
1771 | 2023-12-13T05:48:27.889Z | Compiling walkdir v2.4.0 |
1772 | 2023-12-13T05:48:27.916Z | Compiling tar v0.4.40 |
1773 | 2023-12-13T05:48:30.119Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1774 | 2023-12-13T05:48:30.752Z | Compiling rayon v1.8.0 |
1775 | 2023-12-13T05:48:31.046Z | Compiling number_prefix v0.4.0 |
1776 | 2023-12-13T05:48:31.491Z | Compiling omicron-zone-package v0.9.1 |
1777 | 2023-12-13T05:48:33.890Z | Compiling topological-sort v0.2.2 |
1778 | 2023-12-13T05:48:34.232Z | Compiling swrite v0.1.0 |
1779 | 2023-12-13T05:48:39.818Z | Compiling indicatif v0.17.7 |
1780 | 2023-12-13T05:48:56.245Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1781 | 2023-12-13T05:49:06.621Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1782 | 2023-12-13T05:49:09.854Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1783 | 2023-12-13T05:49:11.506Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1784 | 2023-12-13T05:49:38.621Z | Finished release [optimized] target(s) in 7m 51s |
1785 | 2023-12-13T05:49:38.872Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1786 | 2023-12-13T05:49:38.953Z | Created new build target 'test' and set it as active |
1787 | 2023-12-13T05:49:38.956Z | |
1788 | 2023-12-13T05:49:38.956Z | real 7:51.957773311 |
1789 | 2023-12-13T05:49:38.956Z | user 50:51.468351761 |
1790 | 2023-12-13T05:49:38.956Z | sys 4:35.121863032 |
1791 | 2023-12-13T05:49:38.956Z | trap 2.091588057 |
1792 | 2023-12-13T05:49:38.956Z | tflt 3.030945670 |
1793 | 2023-12-13T05:49:38.956Z | dflt 4.013259547 |
1794 | 2023-12-13T05:49:38.957Z | kflt 0.024684955 |
1795 | 2023-12-13T05:49:38.957Z | lock 1:49:38.032760511 |
1796 | 2023-12-13T05:49:38.957Z | slp 2:22:22.038159184 |
1797 | 2023-12-13T05:49:38.957Z | lat 2:26.628898635 |
1798 | 2023-12-13T05:49:38.957Z | stop 3:44.538468127 |
1799 | 2023-12-13T05:49:38.957Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1800 | 2023-12-13T05:49:40.055Z | Finished release [optimized] target(s) in 1.01s |
1801 | 2023-12-13T05:49:40.087Z | Running `target/release/omicron-package -t test package` |
1802 | 2023-12-13T05:49:40.126Z | Dec 13 05:49:40.123 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1803 | 2023-12-13T05:49:41.285Z | Compiling linked-hash-map v0.5.6 |
1804 | 2023-12-13T05:49:41.289Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1805 | 2023-12-13T05:49:41.289Z | Compiling password-hash v0.5.0 |
1806 | 2023-12-13T05:49:41.289Z | Compiling blake2 v0.10.6 |
1807 | 2023-12-13T05:49:41.289Z | Compiling same-file v1.0.6 |
1808 | 2023-12-13T05:49:41.321Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1809 | 2023-12-13T05:49:41.330Z | Compiling semver-parser v0.10.2 |
1810 | 2023-12-13T05:49:41.348Z | Compiling signal-hook v0.3.17 |
1811 | 2023-12-13T05:49:41.632Z | Compiling walkdir v2.4.0 |
1812 | 2023-12-13T05:49:41.740Z | Compiling quick-error v1.2.3 |
1813 | 2023-12-13T05:49:41.852Z | Compiling lru-cache v0.1.2 |
1814 | 2023-12-13T05:49:41.931Z | Compiling fastrand v2.0.0 |
1815 | 2023-12-13T05:49:42.138Z | Compiling argon2 v0.5.2 |
1816 | 2023-12-13T05:49:43.060Z | Compiling tempfile v3.8.1 |
1817 | 2023-12-13T05:49:43.064Z | Compiling semver v0.11.0 |
1818 | 2023-12-13T05:49:43.607Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1819 | 2023-12-13T05:49:43.811Z | Compiling resolv-conf v0.7.0 |
1820 | 2023-12-13T05:49:43.903Z | Compiling nibble_vec v0.1.0 |
1821 | 2023-12-13T05:49:44.205Z | Compiling filetime v0.2.23 |
1822 | 2023-12-13T05:49:44.352Z | Compiling xattr v1.0.1 |
1823 | 2023-12-13T05:49:44.586Z | Compiling slog-dtrace v0.2.3 |
1824 | 2023-12-13T05:49:44.639Z | Compiling home v0.5.5 |
1825 | 2023-12-13T05:49:44.706Z | Compiling endian-type v0.1.2 |
1826 | 2023-12-13T05:49:44.964Z | Compiling toolchain_find v0.2.0 |
1827 | 2023-12-13T05:49:45.076Z | Compiling radix_trie v0.2.1 |
1828 | 2023-12-13T05:49:45.081Z | Compiling tar v0.4.40 |
1829 | 2023-12-13T05:49:45.560Z | Compiling trust-dns-resolver v0.22.0 |
1830 | 2023-12-13T05:49:46.440Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1831 | 2023-12-13T05:49:46.745Z | Compiling toml v0.5.11 |
1832 | 2023-12-13T05:49:46.918Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1833 | 2023-12-13T05:49:47.034Z | Compiling omicron-zone-package v0.9.1 |
1834 | 2023-12-13T05:49:48.142Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1835 | 2023-12-13T05:49:48.528Z | Compiling toml v0.8.8 |
1836 | 2023-12-13T05:49:49.723Z | Compiling rustfmt-wrapper v0.2.0 |
1837 | 2023-12-13T05:49:50.094Z | Compiling num-rational v0.4.1 |
1838 | 2023-12-13T05:49:50.509Z | Compiling cancel-safe-futures v0.1.5 |
1839 | 2023-12-13T05:49:50.995Z | Compiling itertools v0.12.0 |
1840 | 2023-12-13T05:49:51.003Z | Compiling convert_case v0.4.0 |
1841 | 2023-12-13T05:49:52.125Z | Compiling num-complex v0.4.4 |
1842 | 2023-12-13T05:49:52.230Z | Compiling derive_more v0.99.17 |
1843 | 2023-12-13T05:49:52.875Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1844 | 2023-12-13T05:49:52.912Z | Compiling fxhash v0.2.1 |
1845 | 2023-12-13T05:49:53.233Z | Compiling unicase v2.7.0 |
1846 | 2023-12-13T05:49:53.664Z | Compiling semver v0.1.20 |
1847 | 2023-12-13T05:49:54.217Z | Compiling num v0.4.1 |
1848 | 2023-12-13T05:49:54.366Z | Compiling utf-8 v0.7.6 |
1849 | 2023-12-13T05:49:54.475Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1850 | 2023-12-13T05:49:54.612Z | Compiling rustc_version v0.1.7 |
1851 | 2023-12-13T05:49:54.938Z | Compiling tungstenite v0.20.1 |
1852 | 2023-12-13T05:49:55.208Z | Compiling keccak v0.1.4 |
1853 | 2023-12-13T05:49:56.391Z | Compiling half v1.8.2 |
1854 | 2023-12-13T05:49:56.794Z | Compiling radium v0.7.0 |
1855 | 2023-12-13T05:49:56.804Z | Compiling ciborium-io v0.2.1 |
1856 | 2023-12-13T05:49:56.967Z | Compiling arc-swap v1.6.0 |
1857 | 2023-12-13T05:49:57.445Z | Compiling ciborium-ll v0.2.1 |
1858 | 2023-12-13T05:49:58.239Z | Compiling slog-scope v4.4.0 |
1859 | 2023-12-13T05:49:58.278Z | Compiling tokio-tungstenite v0.20.1 |
1860 | 2023-12-13T05:49:58.415Z | Compiling sha3 v0.10.8 |
1861 | 2023-12-13T05:49:59.138Z | Compiling newtype_derive v0.1.6 |
1862 | 2023-12-13T05:49:59.556Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1863 | 2023-12-13T05:49:59.671Z | Compiling signal-hook-mio v0.2.3 |
1864 | 2023-12-13T05:49:59.788Z | Compiling libsw v3.3.0 |
1865 | 2023-12-13T05:49:59.919Z | Compiling secrecy v0.8.0 |
1866 | 2023-12-13T05:50:00.274Z | Compiling derive-where v1.2.6 |
1867 | 2023-12-13T05:50:00.316Z | Compiling parking_lot_core v0.8.6 |
1868 | 2023-12-13T05:50:00.907Z | Compiling maybe-uninit v2.0.0 |
1869 | 2023-12-13T05:50:01.551Z | Compiling tap v1.0.1 |
1870 | 2023-12-13T05:50:01.830Z | Compiling linear-map v1.2.0 |
1871 | 2023-12-13T05:50:02.467Z | Compiling owo-colors v3.5.0 |
1872 | 2023-12-13T05:50:04.479Z | Compiling wyz v0.5.1 |
1873 | 2023-12-13T05:50:04.828Z | Compiling slog-stdlog v4.1.1 |
1874 | 2023-12-13T05:50:05.216Z | Compiling ciborium v0.2.1 |
1875 | 2023-12-13T05:50:06.287Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1876 | 2023-12-13T05:50:06.663Z | Compiling display-error-chain v0.2.0 |
1877 | 2023-12-13T05:50:06.934Z | Compiling crc-catalog v2.2.0 |
1878 | 2023-12-13T05:50:07.137Z | Compiling funty v2.0.0 |
1879 | 2023-12-13T05:50:08.042Z | Compiling num-bigint-dig v0.8.4 |
1880 | 2023-12-13T05:50:08.467Z | Compiling packed_struct v0.10.1 |
1881 | 2023-12-13T05:50:08.805Z | Compiling crc v3.0.1 |
1882 | 2023-12-13T05:50:09.062Z | Compiling bitvec v1.0.1 |
1883 | 2023-12-13T05:50:09.438Z | Compiling slog-envlogger v2.2.0 |
1884 | 2023-12-13T05:50:11.766Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1885 | 2023-12-13T05:50:11.907Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1886 | 2023-12-13T05:50:12.862Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1887 | 2023-12-13T05:50:13.932Z | Compiling packed_struct_codegen v0.10.1 |
1888 | 2023-12-13T05:50:16.446Z | Compiling dirs-sys-next v0.1.2 |
1889 | 2023-12-13T05:50:17.236Z | Compiling crunchy v0.2.2 |
1890 | 2023-12-13T05:50:17.935Z | Compiling platforms v3.0.2 |
1891 | 2023-12-13T05:50:18.216Z | Compiling nodrop v0.1.14 |
1892 | 2023-12-13T05:50:18.384Z | Compiling glob v0.3.1 |
1893 | 2023-12-13T05:50:19.721Z | Compiling clang-sys v1.6.1 |
1894 | 2023-12-13T05:50:20.756Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1895 | 2023-12-13T05:50:22.011Z | Compiling array-init v0.0.4 |
1896 | 2023-12-13T05:50:23.352Z | Compiling dirs-next v2.0.0 |
1897 | 2023-12-13T05:50:23.593Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1898 | 2023-12-13T05:50:24.119Z | Compiling smallvec v0.6.14 |
1899 | 2023-12-13T05:50:24.825Z | Compiling parking_lot v0.11.2 |
1900 | 2023-12-13T05:50:28.908Z | Compiling steno v0.4.0 |
1901 | 2023-12-13T05:50:30.093Z | Compiling mime_guess v2.0.4 |
1902 | 2023-12-13T05:50:32.391Z | Compiling trust-dns-client v0.22.0 |
1903 | 2023-12-13T05:50:33.280Z | Compiling pkcs1 v0.7.5 |
1904 | 2023-12-13T05:50:33.909Z | Compiling signature v2.1.0 |
1905 | 2023-12-13T05:50:34.249Z | Compiling bitfield v0.14.0 |
1906 | 2023-12-13T05:50:34.608Z | Compiling termcolor v1.2.0 |
1907 | 2023-12-13T05:50:56.166Z | Compiling prettyplease v0.2.12 |
1908 | 2023-12-13T05:50:57.062Z | Compiling tiny-keccak v2.0.2 |
1909 | 2023-12-13T05:50:57.080Z | Compiling trust-dns-server v0.22.1 |
1910 | 2023-12-13T05:50:57.646Z | Compiling rsa v0.9.2 |
1911 | 2023-12-13T05:50:57.646Z | Compiling env_logger v0.10.0 |
1912 | 2023-12-13T05:50:58.068Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1913 | 2023-12-13T05:50:58.069Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1914 | 2023-12-13T05:50:58.069Z | Compiling sled v0.34.7 |
1915 | 2023-12-13T05:50:58.069Z | Compiling serde-hex v0.1.0 |
1916 | 2023-12-13T05:51:00.866Z | Compiling term v0.7.0 |
1917 | 2023-12-13T05:51:03.133Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1918 | 2023-12-13T05:51:11.749Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1919 | 2023-12-13T05:51:12.283Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1920 | 2023-12-13T05:51:14.693Z | Compiling darling_core v0.14.4 |
1921 | 2023-12-13T05:51:23.324Z | Compiling x509-cert v0.2.4 |
1922 | 2023-12-13T05:51:33.271Z | Compiling ron v0.8.1 |
1923 | 2023-12-13T05:51:42.343Z | Compiling vte_generate_state_changes v0.1.1 |
1924 | 2023-12-13T05:51:43.286Z | Compiling crc-any v2.4.3 |
1925 | 2023-12-13T05:51:44.087Z | Compiling arrayvec v0.5.2 |
1926 | 2023-12-13T05:51:44.879Z | Compiling pretty-hex v0.4.0 |
1927 | 2023-12-13T05:51:44.964Z | Compiling buf-list v1.0.3 |
1928 | 2023-12-13T05:51:45.316Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1929 | 2023-12-13T05:51:45.762Z | Compiling vte v0.10.1 |
1930 | 2023-12-13T05:51:45.863Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1931 | 2023-12-13T05:51:48.925Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1932 | 2023-12-13T05:51:52.202Z | Compiling darling_macro v0.14.4 |
1933 | 2023-12-13T05:51:53.009Z | Compiling curve25519-dalek v4.1.1 |
1934 | 2023-12-13T05:51:53.640Z | Compiling ascii-canvas v3.0.0 |
1935 | 2023-12-13T05:51:54.382Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1936 | 2023-12-13T05:51:55.576Z | Compiling object v0.30.4 |
1937 | 2023-12-13T05:51:56.461Z | Compiling fd-lock v3.0.13 |
1938 | 2023-12-13T05:51:56.799Z | Compiling is-terminal v0.4.9 |
1939 | 2023-12-13T05:51:56.946Z | Compiling kstat-rs v0.2.3 |
1940 | 2023-12-13T05:51:57.204Z | Compiling ena v0.14.2 |
1941 | 2023-12-13T05:51:57.440Z | Compiling libloading v0.7.4 |
1942 | 2023-12-13T05:51:57.874Z | Compiling bytecount v0.6.3 |
1943 | 2023-12-13T05:51:58.027Z | Compiling diff v0.1.13 |
1944 | 2023-12-13T05:51:58.355Z | Compiling bindgen v0.65.1 |
1945 | 2023-12-13T05:51:58.908Z | Compiling path-slash v0.1.5 |
1946 | 2023-12-13T05:51:58.972Z | Compiling regex-syntax v0.6.29 |
1947 | 2023-12-13T05:51:59.051Z | Compiling papergrid v0.10.0 |
1948 | 2023-12-13T05:52:08.230Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1949 | 2023-12-13T05:52:15.812Z | Compiling lalrpop v0.19.12 |
1950 | 2023-12-13T05:52:16.759Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1951 | 2023-12-13T05:52:18.416Z | Compiling darling v0.14.4 |
1952 | 2023-12-13T05:52:21.638Z | Compiling strip-ansi-escapes v0.1.1 |
1953 | 2023-12-13T05:52:24.267Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1954 | 2023-12-13T05:52:26.436Z | Compiling crossterm v0.26.1 |
1955 | 2023-12-13T05:52:26.470Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1956 | 2023-12-13T05:52:27.753Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1957 | 2023-12-13T05:52:28.127Z | Compiling tabled_derive v0.6.0 |
1958 | 2023-12-13T05:52:30.770Z | Compiling cexpr v0.6.0 |
1959 | 2023-12-13T05:52:31.685Z | Compiling nix v0.26.4 |
1960 | 2023-12-13T05:52:32.821Z | Compiling which v4.4.0 |
1961 | 2023-12-13T05:52:33.653Z | Compiling universal-hash v0.5.1 |
1962 | 2023-12-13T05:52:34.155Z | Compiling sqlparser_derive v0.1.1 |
1963 | 2023-12-13T05:52:35.071Z | Compiling thiserror-impl-no-std v2.0.2 |
1964 | 2023-12-13T05:52:35.552Z | Compiling curve25519-dalek-derive v0.1.0 |
1965 | 2023-12-13T05:52:37.730Z | Compiling memoffset v0.7.1 |
1966 | 2023-12-13T05:52:37.759Z | Compiling unicode_categories v0.1.1 |
1967 | 2023-12-13T05:52:38.053Z | Compiling rustc-hash v1.1.0 |
1968 | 2023-12-13T05:52:38.184Z | Compiling opaque-debug v0.3.0 |
1969 | 2023-12-13T05:52:38.259Z | Compiling peeking_take_while v0.1.2 |
1970 | 2023-12-13T05:52:38.320Z | Compiling shlex v1.1.0 |
1971 | 2023-12-13T05:52:38.334Z | Compiling nu-ansi-term v0.49.0 |
1972 | 2023-12-13T05:52:38.692Z | Compiling lazycell v1.3.0 |
1973 | 2023-12-13T05:52:38.872Z | Compiling rustyline v12.0.0 |
1974 | 2023-12-13T05:52:39.519Z | Compiling thiserror-no-std v2.0.2 |
1975 | 2023-12-13T05:52:39.675Z | Compiling reedline v0.22.0 |
1976 | 2023-12-13T05:52:40.510Z | Compiling poly1305 v0.8.0 |
1977 | 2023-12-13T05:52:43.207Z | Compiling sqlformat v0.2.3 |
1978 | 2023-12-13T05:52:57.432Z | Compiling sqlparser v0.36.1 |
1979 | 2023-12-13T05:52:57.981Z | Compiling tabled v0.14.0 |
1980 | 2023-12-13T05:52:58.643Z | Compiling derive_builder_core v0.12.0 |
1981 | 2023-12-13T05:53:01.333Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1982 | 2023-12-13T05:53:02.239Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1983 | 2023-12-13T05:53:02.907Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1984 | 2023-12-13T05:53:03.334Z | Compiling globset v0.4.13 |
1985 | 2023-12-13T05:53:03.420Z | Compiling polar-core v0.27.0 |
1986 | 2023-12-13T05:53:05.605Z | Compiling chacha20 v0.9.1 |
1987 | 2023-12-13T05:53:06.315Z | Compiling pem v3.0.2 |
1988 | 2023-12-13T05:53:08.954Z | Compiling olpc-cjson v0.1.3 |
1989 | 2023-12-13T05:53:09.839Z | Compiling aead v0.5.2 |
1990 | 2023-12-13T05:53:10.387Z | Compiling bcs v0.1.6 |
1991 | 2023-12-13T05:53:11.824Z | Compiling serde_plain v1.0.2 |
1992 | 2023-12-13T05:53:12.643Z | Compiling libxml v0.3.3 |
1993 | 2023-12-13T05:53:13.182Z | Compiling async-recursion v1.0.5 |
1994 | 2023-12-13T05:53:14.156Z | Compiling highway v1.1.0 |
1995 | 2023-12-13T05:53:14.657Z | Compiling ref-cast v1.0.20 |
1996 | 2023-12-13T05:53:15.316Z | Compiling typed-path v0.7.0 |
1997 | 2023-12-13T05:53:16.036Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1998 | 2023-12-13T05:53:16.535Z | Compiling chacha20poly1305 v0.10.1 |
1999 | 2023-12-13T05:53:18.116Z | Compiling derive_builder_macro v0.12.0 |
2000 | 2023-12-13T05:53:19.330Z | Compiling tough v0.16.0 |
2001 | 2023-12-13T05:53:26.829Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2002 | 2023-12-13T05:53:29.141Z | Compiling vsss-rs v3.3.2 |
2003 | 2023-12-13T05:53:32.605Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2004 | 2023-12-13T05:53:33.051Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2005 | 2023-12-13T05:53:35.486Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2006 | 2023-12-13T05:53:37.453Z | Compiling strum_macros v0.24.3 |
2007 | 2023-12-13T05:53:37.859Z | Compiling ref-cast-impl v1.0.20 |
2008 | 2023-12-13T05:53:38.898Z | Compiling cookie v0.18.0 |
2009 | 2023-12-13T05:53:40.543Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2010 | 2023-12-13T05:53:40.548Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2011 | 2023-12-13T05:53:40.548Z | Compiling indoc v1.0.9 |
2012 | 2023-12-13T05:53:40.549Z | Compiling signature v1.6.4 |
2013 | 2023-12-13T05:53:40.549Z | Compiling http-range v0.1.5 |
2014 | 2023-12-13T05:53:41.144Z | Compiling salty v0.2.0 |
2015 | 2023-12-13T05:53:41.225Z | Compiling hyper-staticfile v0.9.5 |
2016 | 2023-12-13T05:53:41.749Z | Compiling ed25519 v1.5.3 |
2017 | 2023-12-13T05:53:44.434Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2018 | 2023-12-13T05:53:46.888Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2019 | 2023-12-13T05:53:54.490Z | Compiling derive_builder v0.12.0 |
2020 | 2023-12-13T05:53:59.949Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2021 | 2023-12-13T05:54:05.481Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2022 | 2023-12-13T05:54:06.035Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2023 | 2023-12-13T05:54:06.474Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2024 | 2023-12-13T05:54:11.323Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2025 | 2023-12-13T05:54:11.631Z | Compiling headers-core v0.2.0 |
2026 | 2023-12-13T05:54:11.849Z | Compiling bb8 v0.8.1 |
2027 | 2023-12-13T05:54:12.777Z | Compiling quick-xml v0.23.1 |
2028 | 2023-12-13T05:54:15.225Z | Compiling serde-big-array v0.5.1 |
2029 | 2023-12-13T05:54:15.586Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2030 | 2023-12-13T05:54:16.240Z | Compiling impl-trait-for-tuples v0.2.2 |
2031 | 2023-12-13T05:54:16.837Z | Compiling oso-derive v0.27.0 |
2032 | 2023-12-13T05:54:18.364Z | Compiling fs-err v2.11.0 |
2033 | 2023-12-13T05:54:18.783Z | Compiling maplit v1.0.2 |
2034 | 2023-12-13T05:54:19.126Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2035 | 2023-12-13T05:54:32.559Z | Compiling oso v0.27.0 |
2036 | 2023-12-13T05:54:33.460Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2037 | 2023-12-13T05:54:34.614Z | Compiling headers v0.3.9 |
2038 | 2023-12-13T05:54:41.736Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2039 | 2023-12-13T05:54:43.387Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2040 | 2023-12-13T05:55:09.059Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2041 | 2023-12-13T05:55:09.059Z | Compiling crossterm v0.27.0 |
2042 | 2023-12-13T05:55:09.059Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2043 | 2023-12-13T05:55:09.059Z | Compiling signal-hook-tokio v0.3.1 |
2044 | 2023-12-13T05:55:09.059Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2045 | 2023-12-13T05:55:09.059Z | Compiling serde-big-array v0.4.1 |
2046 | 2023-12-13T05:55:09.059Z | Compiling indoc v2.0.3 |
2047 | 2023-12-13T05:55:09.059Z | Compiling cassowary v0.3.0 |
2048 | 2023-12-13T05:55:09.059Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2049 | 2023-12-13T05:55:09.060Z | Compiling ratatui v0.23.0 |
2050 | 2023-12-13T05:55:11.648Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2051 | 2023-12-13T05:55:15.309Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2052 | 2023-12-13T05:55:29.135Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2053 | 2023-12-13T05:55:29.729Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2054 | 2023-12-13T05:55:32.244Z | Compiling fatfs v0.3.6 |
2055 | 2023-12-13T05:55:49.027Z | Compiling bytesize v1.3.0 |
2056 | 2023-12-13T05:55:49.028Z | Compiling nanorand v0.7.0 |
2057 | 2023-12-13T05:55:49.028Z | Compiling rtoolbox v0.0.1 |
2058 | 2023-12-13T05:55:49.028Z | Compiling assert_matches v1.5.0 |
2059 | 2023-12-13T05:55:49.028Z | Compiling is_ci v1.1.1 |
2060 | 2023-12-13T05:55:49.028Z | Compiling smawk v0.3.1 |
2061 | 2023-12-13T05:55:49.028Z | Compiling unicode-linebreak v0.1.5 |
2062 | 2023-12-13T05:55:49.028Z | Compiling corncobs v0.1.3 |
2063 | 2023-12-13T05:55:49.028Z | Compiling supports-color v2.1.0 |
2064 | 2023-12-13T05:55:49.028Z | Compiling textwrap v0.16.0 |
2065 | 2023-12-13T05:55:49.028Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2066 | 2023-12-13T05:55:49.028Z | Compiling rpassword v7.3.1 |
2067 | 2023-12-13T05:55:49.028Z | Compiling flume v0.11.0 |
2068 | 2023-12-13T05:55:49.028Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2069 | 2023-12-13T05:55:49.028Z | Compiling tui-tree-widget v0.13.0 |
2070 | 2023-12-13T05:55:49.029Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2071 | 2023-12-13T05:55:49.029Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2072 | 2023-12-13T05:55:56.330Z | Compiling shell-words v1.1.0 |
2073 | 2023-12-13T05:55:57.034Z | Compiling humantime v2.1.0 |
2074 | 2023-12-13T05:56:07.534Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2075 | 2023-12-13T05:56:25.834Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2076 | 2023-12-13T05:58:00.899Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2077 | 2023-12-13T05:59:59.581Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2078 | 2023-12-13T06:08:31.647Z | Finished release [optimized] target(s) in 18m 51s |
2079 | 2023-12-13T06:09:49.895Z | |
2080 | 2023-12-13T06:09:49.896Z | real 20:09.060462677 |
2081 | 2023-12-13T06:09:49.896Z | user 2:20:08.206174378 |
2082 | 2023-12-13T06:09:49.896Z | sys 5:23.760543324 |
2083 | 2023-12-13T06:09:49.897Z | trap 4.733197226 |
2084 | 2023-12-13T06:09:49.897Z | tflt 0.989133583 |
2085 | 2023-12-13T06:09:49.897Z | dflt 2.013776967 |
2086 | 2023-12-13T06:09:49.897Z | kflt 0.072516209 |
2087 | 2023-12-13T06:09:49.897Z | lock 8:09:23.329836233 |
2088 | 2023-12-13T06:09:49.897Z | slp 5:28:14.266989161 |
2089 | 2023-12-13T06:09:49.897Z | lat 2:31.923059531 |
2090 | 2023-12-13T06:09:49.897Z | stop 39.272435228 |
2091 | 2023-12-13T06:09:49.898Z | + 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/*) |
2092 | 2023-12-13T06:09:49.898Z | + pfexec mkdir -p /work |
2093 | 2023-12-13T06:09:49.898Z | + pfexec chown build /work |
2094 | 2023-12-13T06:09:49.898Z | + 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 |
2095 | 2023-12-13T06:10:18.233Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2096 | 2023-12-13T06:10:18.233Z | a out/mg-ddm-gz.tar 61253K |
2097 | 2023-12-13T06:10:18.233Z | a out/omicron-sled-agent.tar 109261K |
2098 | 2023-12-13T06:10:18.233Z | a out/target/test 1K |
2099 | 2023-12-13T06:10:18.233Z | a out/npuzone/npuzone 36313K |
2100 | 2023-12-13T06:10:18.233Z | a package-manifest.toml 22K |
2101 | 2023-12-13T06:10:18.233Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2102 | 2023-12-13T06:10:18.233Z | a target/release/omicron-package 41521K |
2103 | 2023-12-13T06:10:18.234Z | a tools/create_virtual_hardware.sh 4K |
2104 | 2023-12-13T06:10:18.234Z | a tools/virtual_hardware.sh 4K |
2105 | 2023-12-13T06:10:18.234Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2106 | 2023-12-13T06:10:18.234Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2107 | 2023-12-13T06:10:18.234Z | a tools/scrimlet/softnpu-init.sh 3K |
2108 | 2023-12-13T06:10:18.234Z | a tools/scrimlet/softnpu-zone.txt 1K |
2109 | 2023-12-13T06:10:18.234Z | a tools/scrimlet/softnpu.toml 1K |
2110 | 2023-12-13T06:10:18.663Z | |
2111 | 2023-12-13T06:10:18.663Z | real 13.239755995 |
2112 | 2023-12-13T06:10:18.664Z | user 12.574098811 |
2113 | 2023-12-13T06:10:18.664Z | sys 1.111397557 |
2114 | 2023-12-13T06:10:18.664Z | trap 0.002537691 |
2115 | 2023-12-13T06:10:18.664Z | tflt 0.000000000 |
2116 | 2023-12-13T06:10:18.664Z | dflt 0.000000000 |
2117 | 2023-12-13T06:10:18.664Z | kflt 0.000000000 |
2118 | 2023-12-13T06:10:18.664Z | lock 0.000000000 |
2119 | 2023-12-13T06:10:18.664Z | slp 12.303899854 |
2120 | 2023-12-13T06:10:18.664Z | lat 0.483832965 |
2121 | 2023-12-13T06:10:18.664Z | stop 0.000290243 |
2122 | 2023-12-13T06:10:18.664Z | ++ pwd |
2123 | 2023-12-13T06:10:18.664Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2124 | 2023-12-13T06:10:18.664Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2125 | 2023-12-13T06:10:18.665Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2126 | 2023-12-13T06:10:18.684Z | Finished release [optimized] target(s) in 1.01s |
2127 | 2023-12-13T06:10:18.684Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2128 | 2023-12-13T06:10:18.684Z | Created new build target 'host' and set it as active |
2129 | 2023-12-13T06:10:18.685Z | |
2130 | 2023-12-13T06:10:18.685Z | real 1.169948909 |
2131 | 2023-12-13T06:10:18.685Z | user 0.827210990 |
2132 | 2023-12-13T06:10:18.685Z | sys 0.343607398 |
2133 | 2023-12-13T06:10:18.685Z | trap 0.000113869 |
2134 | 2023-12-13T06:10:18.685Z | tflt 0.000006257 |
2135 | 2023-12-13T06:10:18.685Z | dflt 0.000000000 |
2136 | 2023-12-13T06:10:18.685Z | kflt 0.000000000 |
2137 | 2023-12-13T06:10:18.685Z | lock 0.034092606 |
2138 | 2023-12-13T06:10:18.685Z | slp 0.021610358 |
2139 | 2023-12-13T06:10:18.685Z | lat 0.002073391 |
2140 | 2023-12-13T06:10:18.685Z | stop 0.000226075 |
2141 | 2023-12-13T06:10:18.685Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2142 | 2023-12-13T06:10:18.685Z | Finished release [optimized] target(s) in 0.98s |
2143 | 2023-12-13T06:10:18.686Z | Running `target/release/omicron-package -t host package` |
2144 | 2023-12-13T06:10:18.686Z | Dec 13 06:10:03.525 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2145 | 2023-12-13T06:10:18.686Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2146 | 2023-12-13T06:13:41.997Z | Finished release [optimized] target(s) in 3m 36s |
2147 | 2023-12-13T06:15:01.076Z | |
2148 | 2023-12-13T06:15:01.085Z | real 4:58.294903502 |
2149 | 2023-12-13T06:15:01.085Z | user 20:54.901051072 |
2150 | 2023-12-13T06:15:01.085Z | sys 1:06.439127258 |
2151 | 2023-12-13T06:15:01.085Z | trap 0.576907347 |
2152 | 2023-12-13T06:15:01.085Z | tflt 0.034270095 |
2153 | 2023-12-13T06:15:01.085Z | dflt 1.489698431 |
2154 | 2023-12-13T06:15:01.086Z | kflt 0.000005138 |
2155 | 2023-12-13T06:15:01.086Z | lock 1:12:30.731195088 |
2156 | 2023-12-13T06:15:01.086Z | slp 19:36.035516835 |
2157 | 2023-12-13T06:15:01.086Z | lat 11.875333101 |
2158 | 2023-12-13T06:15:01.086Z | stop 0.716243268 |
2159 | 2023-12-13T06:15:01.086Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2160 | 2023-12-13T06:15:01.086Z | + for package in "$@" |
2161 | 2023-12-13T06:15:01.086Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2162 | 2023-12-13T06:15:01.086Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git02238756702 |
2163 | 2023-12-13T06:15:01.780Z | Finished release [optimized] target(s) in 1.02s |
2164 | 2023-12-13T06:15:01.808Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git02238756702` |
2165 | 2023-12-13T06:15:01.850Z | Dec 13 06:15:01.846 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2166 | 2023-12-13T06:15:02.385Z | Created: out/versioned/omicron-sled-agent.tar |
2167 | 2023-12-13T06:15:02.393Z | + for package in "$@" |
2168 | 2023-12-13T06:15:02.393Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2169 | 2023-12-13T06:15:02.393Z | + echo 0.0.0 |
2170 | 2023-12-13T06:15:02.393Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2171 | 2023-12-13T06:15:02.393Z | a VERSION 1K |
2172 | 2023-12-13T06:15:02.394Z | + rm VERSION |
2173 | 2023-12-13T06:15:02.394Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git02238756702 |
2174 | 2023-12-13T06:15:03.556Z | Finished release [optimized] target(s) in 1.07s |
2175 | 2023-12-13T06:15:03.573Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git02238756702` |
2176 | 2023-12-13T06:15:03.614Z | Dec 13 06:15:03.611 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2177 | 2023-12-13T06:15:03.891Z | Created: out/versioned/mg-ddm-gz.tar |
2178 | 2023-12-13T06:15:03.896Z | + for package in "$@" |
2179 | 2023-12-13T06:15:03.896Z | + [[ propolis-server == mg-ddm-gz ]] |
2180 | 2023-12-13T06:15:03.896Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git02238756702 |
2181 | 2023-12-13T06:15:04.982Z | Finished release [optimized] target(s) in 1.00s |
2182 | 2023-12-13T06:15:05.015Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git02238756702` |
2183 | 2023-12-13T06:15:05.056Z | Dec 13 06:15:05.054 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2184 | 2023-12-13T06:15:06.878Z | Created: out/versioned/propolis-server.tar.gz |
2185 | 2023-12-13T06:15:06.888Z | + for package in "$@" |
2186 | 2023-12-13T06:15:06.888Z | + [[ overlay == mg-ddm-gz ]] |
2187 | 2023-12-13T06:15:06.888Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git02238756702 |
2188 | 2023-12-13T06:15:07.992Z | Finished release [optimized] target(s) in 1.02s |
2189 | 2023-12-13T06:15:08.020Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git02238756702` |
2190 | 2023-12-13T06:15:08.068Z | Dec 13 06:15:08.054 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2191 | 2023-12-13T06:15:08.081Z | Created: out/versioned/overlay.tar.gz |
2192 | 2023-12-13T06:15:08.081Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2193 | 2023-12-13T06:15:08.081Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2194 | 2023-12-13T06:15:08.081Z | ++ cd -- ./tools |
2195 | 2023-12-13T06:15:08.081Z | ++ pwd |
2196 | 2023-12-13T06:15:08.086Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2197 | 2023-12-13T06:15:08.086Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2198 | 2023-12-13T06:15:08.086Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2199 | 2023-12-13T06:15:08.087Z | ++ readlink -f /work |
2200 | 2023-12-13T06:15:08.087Z | + out_dir=/work |
2201 | 2023-12-13T06:15:08.087Z | + 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") |
2202 | 2023-12-13T06:15:08.087Z | + for dep in "${deps[@]}" |
2203 | 2023-12-13T06:15:08.087Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2204 | 2023-12-13T06:15:08.087Z | + for dep in "${deps[@]}" |
2205 | 2023-12-13T06:15:08.088Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2206 | 2023-12-13T06:15:08.088Z | + for dep in "${deps[@]}" |
2207 | 2023-12-13T06:15:08.088Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2208 | 2023-12-13T06:15:08.088Z | + for dep in "${deps[@]}" |
2209 | 2023-12-13T06:15:08.088Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2210 | 2023-12-13T06:15:08.093Z | ++ mktemp -d |
2211 | 2023-12-13T06:15:08.093Z | + tmp_gz=/tmp/tmp.1iaiDh |
2212 | 2023-12-13T06:15:08.094Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2213 | 2023-12-13T06:15:08.094Z | + echo '{"v":"1","t":"layer"}' |
2214 | 2023-12-13T06:15:08.094Z | + pkg_dir=/tmp/tmp.1iaiDh/root/opt/oxide/sled-agent |
2215 | 2023-12-13T06:15:08.094Z | + mkdir -p /tmp/tmp.1iaiDh/root/opt/oxide/sled-agent |
2216 | 2023-12-13T06:15:08.094Z | + cd /tmp/tmp.1iaiDh/root/opt/oxide/sled-agent |
2217 | 2023-12-13T06:15:08.094Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2218 | 2023-12-13T06:15:08.213Z | x ., 0 bytes, 0 tape blocks |
2219 | 2023-12-13T06:15:08.213Z | x zone-bundle, 39194528 bytes, 76552 tape blocks |
2220 | 2023-12-13T06:15:08.214Z | x sled-agent, 72677480 bytes, 141949 tape blocks |
2221 | 2023-12-13T06:15:08.214Z | x pkg, 0 bytes, 0 tape blocks |
2222 | 2023-12-13T06:15:08.214Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2223 | 2023-12-13T06:15:08.214Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2224 | 2023-12-13T06:15:08.214Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2225 | 2023-12-13T06:15:08.214Z | x VERSION, 25 bytes, 1 tape blocks |
2226 | 2023-12-13T06:15:08.219Z | + mkdir -p /tmp/tmp.1iaiDh/root/lib/svc/manifest/site/ |
2227 | 2023-12-13T06:15:08.219Z | + mv pkg/manifest.xml /tmp/tmp.1iaiDh/root/lib/svc/manifest/site/sled-agent.xml |
2228 | 2023-12-13T06:15:08.220Z | + cd - |
2229 | 2023-12-13T06:15:08.220Z | /work/oxidecomputer/omicron |
2230 | 2023-12-13T06:15:08.220Z | + pkg_dir=/tmp/tmp.1iaiDh/root/opt/oxide/mg-ddm |
2231 | 2023-12-13T06:15:08.221Z | + mkdir -p /tmp/tmp.1iaiDh/root/opt/oxide/mg-ddm |
2232 | 2023-12-13T06:15:08.226Z | + cd /tmp/tmp.1iaiDh/root/opt/oxide/mg-ddm |
2233 | 2023-12-13T06:15:08.226Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2234 | 2023-12-13T06:15:08.292Z | x ., 0 bytes, 0 tape blocks |
2235 | 2023-12-13T06:15:08.292Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2236 | 2023-12-13T06:15:08.293Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2237 | 2023-12-13T06:15:08.293Z | x pkg, 0 bytes, 0 tape blocks |
2238 | 2023-12-13T06:15:08.293Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2239 | 2023-12-13T06:15:08.293Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2240 | 2023-12-13T06:15:08.293Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2241 | 2023-12-13T06:15:08.293Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2242 | 2023-12-13T06:15:08.293Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2243 | 2023-12-13T06:15:08.301Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2244 | 2023-12-13T06:15:08.301Z | x VERSION, 25 bytes, 1 tape blocks |
2245 | 2023-12-13T06:15:08.305Z | + cd - |
2246 | 2023-12-13T06:15:08.306Z | /work/oxidecomputer/omicron |
2247 | 2023-12-13T06:15:08.306Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.1iaiDh/root/opt/oxide |
2248 | 2023-12-13T06:15:08.416Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.1iaiDh/root/opt/oxide |
2249 | 2023-12-13T06:15:08.422Z | + cd /tmp/tmp.1iaiDh |
2250 | 2023-12-13T06:15:08.422Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2251 | 2023-12-13T06:15:20.023Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2252 | 2023-12-13T06:15:20.024Z | a oxide.json 1K |
2253 | 2023-12-13T06:15:20.024Z | a root/ 0K |
2254 | 2023-12-13T06:15:20.024Z | a root/opt/ 0K |
2255 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/ 0K |
2256 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/sled-agent/ 0K |
2257 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/sled-agent/zone-bundle 38276K |
2258 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/sled-agent/sled-agent 70975K |
2259 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2260 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2261 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2262 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/sled-agent/VERSION 1K |
2263 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/mg-ddm/ 0K |
2264 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2265 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2266 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2267 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2268 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2269 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2270 | 2023-12-13T06:15:20.024Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2271 | 2023-12-13T06:15:20.025Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2272 | 2023-12-13T06:15:20.025Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2273 | 2023-12-13T06:15:20.025Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2274 | 2023-12-13T06:15:20.025Z | a root/opt/oxide/propolis-server.tar.gz 65079K |
2275 | 2023-12-13T06:15:20.027Z | a root/opt/oxide/overlay.tar.gz 2K |
2276 | 2023-12-13T06:15:20.027Z | a root/lib/ 0K |
2277 | 2023-12-13T06:15:20.027Z | a root/lib/svc/ 0K |
2278 | 2023-12-13T06:15:20.027Z | a root/lib/svc/manifest/ 0K |
2279 | 2023-12-13T06:15:20.027Z | a root/lib/svc/manifest/site/ 0K |
2280 | 2023-12-13T06:15:20.027Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2281 | 2023-12-13T06:15:20.031Z | + cd / |
2282 | 2023-12-13T06:15:20.031Z | + rm -rf /tmp/tmp.1iaiDh |
2283 | 2023-12-13T06:15:20.071Z | |
2284 | 2023-12-13T06:15:20.077Z | real 12.004442808 |
2285 | 2023-12-13T06:15:20.077Z | user 11.025964886 |
2286 | 2023-12-13T06:15:20.078Z | sys 1.039847005 |
2287 | 2023-12-13T06:15:20.078Z | trap 0.003151080 |
2288 | 2023-12-13T06:15:20.078Z | tflt 0.000000000 |
2289 | 2023-12-13T06:15:20.078Z | dflt 0.000000000 |
2290 | 2023-12-13T06:15:20.078Z | kflt 0.000000000 |
2291 | 2023-12-13T06:15:20.079Z | lock 0.000000000 |
2292 | 2023-12-13T06:15:20.079Z | slp 23.085932186 |
2293 | 2023-12-13T06:15:20.079Z | lat 0.451403388 |
2294 | 2023-12-13T06:15:20.079Z | stop 0.000312298 |
2295 | 2023-12-13T06:15:20.079Z | + mkdir -p /work/zones |
2296 | 2023-12-13T06:15:20.079Z | + 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) |
2297 | 2023-12-13T06:15:20.080Z | + 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/ |
2298 | 2023-12-13T06:15:23.845Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2299 | 2023-12-13T06:15:24.977Z | Finished release [optimized] target(s) in 1.04s |
2300 | 2023-12-13T06:15:25.006Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2301 | 2023-12-13T06:15:25.049Z | Created new build target 'recovery' and set it as active |
2302 | 2023-12-13T06:15:25.059Z | |
2303 | 2023-12-13T06:15:25.059Z | real 1.200948939 |
2304 | 2023-12-13T06:15:25.059Z | user 0.850373052 |
2305 | 2023-12-13T06:15:25.060Z | sys 0.349447723 |
2306 | 2023-12-13T06:15:25.060Z | trap 0.000592598 |
2307 | 2023-12-13T06:15:25.060Z | tflt 0.000089516 |
2308 | 2023-12-13T06:15:25.060Z | dflt 0.000002107 |
2309 | 2023-12-13T06:15:25.061Z | kflt 0.000000000 |
2310 | 2023-12-13T06:15:25.061Z | lock 0.036836036 |
2311 | 2023-12-13T06:15:25.061Z | slp 0.022823164 |
2312 | 2023-12-13T06:15:25.061Z | lat 0.004161006 |
2313 | 2023-12-13T06:15:25.062Z | stop 0.000281388 |
2314 | 2023-12-13T06:15:25.062Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2315 | 2023-12-13T06:15:26.168Z | Finished release [optimized] target(s) in 1.02s |
2316 | 2023-12-13T06:15:26.204Z | Running `target/release/omicron-package -t recovery package` |
2317 | 2023-12-13T06:15:26.642Z | Dec 13 06:15:26.234 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2318 | 2023-12-13T06:15:27.218Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2319 | 2023-12-13T06:15:30.860Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2320 | 2023-12-13T06:16:01.789Z | Finished release [optimized] target(s) in 35.46s |
2321 | 2023-12-13T06:16:18.772Z | |
2322 | 2023-12-13T06:16:18.777Z | real 53.709587141 |
2323 | 2023-12-13T06:16:18.780Z | user 2:26.657041218 |
2324 | 2023-12-13T06:16:18.780Z | sys 13.779136896 |
2325 | 2023-12-13T06:16:18.780Z | trap 0.084945054 |
2326 | 2023-12-13T06:16:18.780Z | tflt 0.083808482 |
2327 | 2023-12-13T06:16:18.780Z | dflt 0.903296499 |
2328 | 2023-12-13T06:16:18.780Z | kflt 0.000000000 |
2329 | 2023-12-13T06:16:18.780Z | lock 12:01.705625327 |
2330 | 2023-12-13T06:16:18.780Z | slp 2:31.874663852 |
2331 | 2023-12-13T06:16:18.781Z | lat 2.068208966 |
2332 | 2023-12-13T06:16:18.781Z | stop 0.183732231 |
2333 | 2023-12-13T06:16:18.781Z | + stamp_packages installinator mg-ddm-gz |
2334 | 2023-12-13T06:16:18.781Z | + for package in "$@" |
2335 | 2023-12-13T06:16:18.781Z | + [[ installinator == mg-ddm-gz ]] |
2336 | 2023-12-13T06:16:18.781Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git02238756702 |
2337 | 2023-12-13T06:16:20.267Z | Finished release [optimized] target(s) in 1.00s |
2338 | 2023-12-13T06:16:20.272Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git02238756702` |
2339 | 2023-12-13T06:16:20.272Z | Dec 13 06:16:19.930 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2340 | 2023-12-13T06:16:20.272Z | Created: out/versioned/installinator.tar |
2341 | 2023-12-13T06:16:20.272Z | + for package in "$@" |
2342 | 2023-12-13T06:16:20.272Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2343 | 2023-12-13T06:16:20.272Z | + echo 0.0.0 |
2344 | 2023-12-13T06:16:20.272Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2345 | 2023-12-13T06:16:20.272Z | a VERSION 1K |
2346 | 2023-12-13T06:16:20.274Z | + rm VERSION |
2347 | 2023-12-13T06:16:20.274Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git02238756702 |
2348 | 2023-12-13T06:16:21.143Z | Finished release [optimized] target(s) in 0.97s |
2349 | 2023-12-13T06:16:21.174Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git02238756702` |
2350 | 2023-12-13T06:16:21.646Z | Dec 13 06:16:21.210 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2351 | 2023-12-13T06:16:21.655Z | Created: out/versioned/mg-ddm-gz.tar |
2352 | 2023-12-13T06:16:21.655Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2353 | 2023-12-13T06:16:21.655Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2354 | 2023-12-13T06:16:21.655Z | ++ cd -- ./tools |
2355 | 2023-12-13T06:16:21.656Z | ++ pwd |
2356 | 2023-12-13T06:16:21.656Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2357 | 2023-12-13T06:16:21.656Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2358 | 2023-12-13T06:16:21.656Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2359 | 2023-12-13T06:16:21.656Z | ++ readlink -f /work |
2360 | 2023-12-13T06:16:21.656Z | + out_dir=/work |
2361 | 2023-12-13T06:16:21.656Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2362 | 2023-12-13T06:16:21.657Z | + for dep in "${deps[@]}" |
2363 | 2023-12-13T06:16:21.657Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2364 | 2023-12-13T06:16:21.657Z | + for dep in "${deps[@]}" |
2365 | 2023-12-13T06:16:21.658Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2366 | 2023-12-13T06:16:21.658Z | ++ mktemp -d |
2367 | 2023-12-13T06:16:21.658Z | + tmp_trampoline=/tmp/tmp.XcaGHh |
2368 | 2023-12-13T06:16:21.658Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2369 | 2023-12-13T06:16:21.658Z | + echo '{"v":"1","t":"layer"}' |
2370 | 2023-12-13T06:16:21.658Z | + pkg_dir=/tmp/tmp.XcaGHh/root/opt/oxide/installinator |
2371 | 2023-12-13T06:16:21.658Z | + mkdir -p /tmp/tmp.XcaGHh/root/opt/oxide/installinator |
2372 | 2023-12-13T06:16:21.658Z | + cd /tmp/tmp.XcaGHh/root/opt/oxide/installinator |
2373 | 2023-12-13T06:16:21.658Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2374 | 2023-12-13T06:16:21.658Z | x ., 0 bytes, 0 tape blocks |
2375 | 2023-12-13T06:16:21.658Z | x installinator, 52097816 bytes, 101754 tape blocks |
2376 | 2023-12-13T06:16:21.658Z | x pkg, 0 bytes, 0 tape blocks |
2377 | 2023-12-13T06:16:21.658Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2378 | 2023-12-13T06:16:21.658Z | x VERSION, 25 bytes, 1 tape blocks |
2379 | 2023-12-13T06:16:21.658Z | + mkdir -p /tmp/tmp.XcaGHh/root/lib/svc/manifest/site/ |
2380 | 2023-12-13T06:16:21.658Z | + mv pkg/manifest.xml /tmp/tmp.XcaGHh/root/lib/svc/manifest/site/installinator.xml |
2381 | 2023-12-13T06:16:21.658Z | + cd - |
2382 | 2023-12-13T06:16:21.659Z | /work/oxidecomputer/omicron |
2383 | 2023-12-13T06:16:21.659Z | + pkg_dir=/tmp/tmp.XcaGHh/root/opt/oxide/mg-ddm |
2384 | 2023-12-13T06:16:21.659Z | + mkdir -p /tmp/tmp.XcaGHh/root/opt/oxide/mg-ddm |
2385 | 2023-12-13T06:16:21.659Z | + cd /tmp/tmp.XcaGHh/root/opt/oxide/mg-ddm |
2386 | 2023-12-13T06:16:21.659Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2387 | 2023-12-13T06:16:21.660Z | x ., 0 bytes, 0 tape blocks |
2388 | 2023-12-13T06:16:21.660Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2389 | 2023-12-13T06:16:21.660Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2390 | 2023-12-13T06:16:21.660Z | x pkg, 0 bytes, 0 tape blocks |
2391 | 2023-12-13T06:16:21.660Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2392 | 2023-12-13T06:16:21.660Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2393 | 2023-12-13T06:16:21.660Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2394 | 2023-12-13T06:16:21.660Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2395 | 2023-12-13T06:16:21.660Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2396 | 2023-12-13T06:16:21.660Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2397 | 2023-12-13T06:16:21.660Z | x VERSION, 25 bytes, 1 tape blocks |
2398 | 2023-12-13T06:16:21.660Z | + cd - |
2399 | 2023-12-13T06:16:21.660Z | /work/oxidecomputer/omicron |
2400 | 2023-12-13T06:16:21.660Z | + cd /tmp/tmp.XcaGHh |
2401 | 2023-12-13T06:16:21.661Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2402 | 2023-12-13T06:16:27.632Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2403 | 2023-12-13T06:16:27.632Z | a oxide.json 1K |
2404 | 2023-12-13T06:16:27.636Z | a root/ 0K |
2405 | 2023-12-13T06:16:27.636Z | a root/opt/ 0K |
2406 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/ 0K |
2407 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/installinator/ 0K |
2408 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/installinator/installinator 50877K |
2409 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/installinator/pkg/ 0K |
2410 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/installinator/VERSION 1K |
2411 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/ 0K |
2412 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2413 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2414 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2415 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2416 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2417 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2418 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2419 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2420 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2421 | 2023-12-13T06:16:27.637Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2422 | 2023-12-13T06:16:27.637Z | a root/lib/ 0K |
2423 | 2023-12-13T06:16:27.638Z | a root/lib/svc/ 0K |
2424 | 2023-12-13T06:16:27.638Z | a root/lib/svc/manifest/ 0K |
2425 | 2023-12-13T06:16:27.638Z | a root/lib/svc/manifest/site/ 0K |
2426 | 2023-12-13T06:16:27.638Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2427 | 2023-12-13T06:16:27.648Z | + cd / |
2428 | 2023-12-13T06:16:27.648Z | + rm -rf /tmp/tmp.XcaGHh |
2429 | 2023-12-13T06:16:27.648Z | |
2430 | 2023-12-13T06:16:27.649Z | real 6.217501788 |
2431 | 2023-12-13T06:16:27.649Z | user 5.779640911 |
2432 | 2023-12-13T06:16:27.649Z | sys 0.461604047 |
2433 | 2023-12-13T06:16:27.649Z | trap 0.002420607 |
2434 | 2023-12-13T06:16:27.649Z | tflt 0.000000000 |
2435 | 2023-12-13T06:16:27.649Z | dflt 0.000000000 |
2436 | 2023-12-13T06:16:27.649Z | kflt 0.000000000 |
2437 | 2023-12-13T06:16:27.649Z | lock 0.000000000 |
2438 | 2023-12-13T06:16:27.649Z | slp 11.986314889 |
2439 | 2023-12-13T06:16:27.649Z | lat 0.225336315 |
2440 | 2023-12-13T06:16:27.649Z | stop 0.000299018 |
2441 | 2023-12-13T06:16:27.649Z | process exited: duration 2234746 ms, exit code 0 |
|
2442 | 2023-12-13T06:16:27.692Z | found 21 output files |
2443 | 2023-12-13T06:16:27.692Z | uploading: /work/version.txt (26 bytes) |
2444 | 2023-12-13T06:16:28.807Z | uploaded: /work/version.txt |
2445 | 2023-12-13T06:16:28.808Z | uploading: /work/package.tar.gz (79796676 bytes) |
2446 | 2023-12-13T06:17:10.827Z | uploaded: /work/package.tar.gz |
2447 | 2023-12-13T06:17:10.844Z | uploading: /work/global-zone-packages.tar.gz (121423662 bytes) |
2448 | 2023-12-13T06:17:47.602Z | uploaded: /work/global-zone-packages.tar.gz |
2449 | 2023-12-13T06:17:47.603Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36458900 bytes) |
2450 | 2023-12-13T06:18:10.498Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2451 | 2023-12-13T06:18:10.510Z | uploading: /work/zones/clickhouse.tar.gz (181778665 bytes) |
2452 | 2023-12-13T06:18:59.400Z | uploaded: /work/zones/clickhouse.tar.gz |
2453 | 2023-12-13T06:18:59.400Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181773282 bytes) |
2454 | 2023-12-13T06:19:47.441Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2455 | 2023-12-13T06:19:47.441Z | uploading: /work/zones/cockroachdb.tar.gz (118853560 bytes) |
2456 | 2023-12-13T06:20:30.180Z | uploaded: /work/zones/cockroachdb.tar.gz |
2457 | 2023-12-13T06:20:30.180Z | uploading: /work/zones/crucible-pantry.tar.gz (22399870 bytes) |
2458 | 2023-12-13T06:20:37.737Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2459 | 2023-12-13T06:20:37.738Z | uploading: /work/zones/crucible.tar.gz (42277237 bytes) |
2460 | 2023-12-13T06:20:54.221Z | uploaded: /work/zones/crucible.tar.gz |
2461 | 2023-12-13T06:20:54.237Z | uploading: /work/zones/external-dns.tar.gz (24146998 bytes) |
2462 | 2023-12-13T06:21:10.385Z | uploaded: /work/zones/external-dns.tar.gz |
2463 | 2023-12-13T06:21:10.385Z | uploading: /work/zones/internal-dns.tar.gz (24146998 bytes) |
2464 | 2023-12-13T06:21:16.515Z | uploaded: /work/zones/internal-dns.tar.gz |
2465 | 2023-12-13T06:21:16.515Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2466 | 2023-12-13T06:21:17.536Z | uploaded: /work/zones/ntp.tar.gz |
2467 | 2023-12-13T06:21:17.548Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18222920 bytes) |
2468 | 2023-12-13T06:21:23.263Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2469 | 2023-12-13T06:21:23.277Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18223019 bytes) |
2470 | 2023-12-13T06:21:30.849Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2471 | 2023-12-13T06:21:30.860Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74906894 bytes) |
2472 | 2023-12-13T06:21:53.180Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2473 | 2023-12-13T06:21:53.181Z | uploading: /work/zones/omicron-nexus.tar.gz (74904786 bytes) |
2474 | 2023-12-13T06:22:19.089Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2475 | 2023-12-13T06:22:19.089Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2476 | 2023-12-13T06:22:20.135Z | uploaded: /work/zones/overlay.tar.gz |
2477 | 2023-12-13T06:22:20.136Z | uploading: /work/zones/oximeter-collector.tar.gz (36183886 bytes) |
2478 | 2023-12-13T06:22:29.678Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2479 | 2023-12-13T06:22:29.679Z | uploading: /work/zones/propolis-server.tar.gz (66640911 bytes) |
2480 | 2023-12-13T06:22:49.913Z | uploaded: /work/zones/propolis-server.tar.gz |
2481 | 2023-12-13T06:22:49.914Z | uploading: /work/zones/switch-asic.tar.gz (247112921 bytes) |
2482 | 2023-12-13T06:24:05.656Z | uploaded: /work/zones/switch-asic.tar.gz |
2483 | 2023-12-13T06:24:05.662Z | uploading: /work/zones/switch-softnpu.tar.gz (169894207 bytes) |
2484 | 2023-12-13T06:24:57.554Z | uploaded: /work/zones/switch-softnpu.tar.gz |