|
|
|
1 | 2024-04-02T18:43:46.090Z | job assigned to worker 01HTG1VS9FRA8PCT1SK5MYC8MG (queued for 4 m 0 s) |
|
2 | 2024-04-02T18:43:53.007Z | starting task 0: "setup" |
3 | 2024-04-02T18:43:53.105Z | ++ uname -s |
4 | 2024-04-02T18:43:53.109Z | + kern=SunOS |
5 | 2024-04-02T18:43:53.109Z | + case "$kern" in |
6 | 2024-04-02T18:43:53.109Z | + groupadd -g 12345 build |
7 | 2024-04-02T18:43:53.192Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-02T18:43:55.205Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-02T18:43:55.301Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-02T18:43:55.304Z | + home_fs=zfs |
11 | 2024-04-02T18:43:55.304Z | + [[ zfs == autofs ]] |
12 | 2024-04-02T18:43:55.304Z | + mkdir -p /home/build |
13 | 2024-04-02T18:43:55.307Z | + chown build:build /home/build /work |
14 | 2024-04-02T18:43:57.311Z | + chmod 0700 /home/build /work |
15 | 2024-04-02T18:43:57.329Z | process exited: duration 4302 ms, exit code 0 |
|
16 | 2024-04-02T18:43:57.336Z | starting task 1: "rust-toolchain" |
17 | 2024-04-02T18:43:57.343Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-02T18:43:57.346Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-02T18:43:57.460Z | info: downloading installer |
20 | 2024-04-02T18:43:59.270Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-02T18:43:59.270Z | warning: /opt/ooce/bin |
22 | 2024-04-02T18:43:59.270Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-02T18:43:59.270Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-02T18:43:59.270Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-02T18:43:59.270Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-02T18:43:59.270Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-02T18:43:59.270Z | error: cannot install while Rust is installed |
28 | 2024-04-02T18:43:59.270Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-02T18:43:59.539Z | info: profile set to 'default' |
30 | 2024-04-02T18:43:59.539Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-02T18:43:59.542Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-02T18:43:59.684Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-02T18:43:59.684Z | info: downloading component 'cargo' |
34 | 2024-04-02T18:44:00.514Z | info: downloading component 'clippy' |
35 | 2024-04-02T18:44:00.809Z | info: downloading component 'rust-docs' |
36 | 2024-04-02T18:44:01.855Z | info: downloading component 'rust-std' |
37 | 2024-04-02T18:44:03.754Z | info: downloading component 'rustc' |
38 | 2024-04-02T18:44:08.322Z | info: downloading component 'rustfmt' |
39 | 2024-04-02T18:44:08.576Z | info: installing component 'cargo' |
40 | 2024-04-02T18:44:09.414Z | info: installing component 'clippy' |
41 | 2024-04-02T18:44:09.783Z | info: installing component 'rust-docs' |
42 | 2024-04-02T18:44:11.138Z | info: installing component 'rust-std' |
43 | 2024-04-02T18:44:12.918Z | info: installing component 'rustc' |
44 | 2024-04-02T18:44:17.066Z | info: installing component 'rustfmt' |
45 | 2024-04-02T18:44:17.421Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-02T18:44:17.421Z | |
47 | 2024-04-02T18:44:17.688Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-02T18:44:17.688Z | |
49 | 2024-04-02T18:44:17.691Z | |
50 | 2024-04-02T18:44:17.691Z | Rust is installed now. Great! |
51 | 2024-04-02T18:44:17.691Z | |
52 | 2024-04-02T18:44:17.691Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-02T18:44:17.691Z | environment variable. This has not been done automatically. |
54 | 2024-04-02T18:44:17.691Z | |
55 | 2024-04-02T18:44:17.691Z | To configure your current shell, you need to source |
56 | 2024-04-02T18:44:17.691Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-02T18:44:17.691Z | |
58 | 2024-04-02T18:44:17.691Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-02T18:44:17.692Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-02T18:44:17.692Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-02T18:44:17.816Z | + rustc --version |
62 | 2024-04-02T18:44:17.882Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-02T18:44:17.886Z | process exited: duration 20545 ms, exit code 0 |
|
64 | 2024-04-02T18:44:17.905Z | starting task 2: "authentication" |
65 | 2024-04-02T18:44:17.927Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-04-02T18:44:17.935Z | starting task 3: "clone repository" |
67 | 2024-04-02T18:44:17.940Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-02T18:44:17.944Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-02T18:44:18.617Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-02T18:44:50.512Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-02T18:44:50.512Z | + git fetch origin ed31da29c6f3f0bd1b4df7c05687af99348a02b4 |
72 | 2024-04-02T18:44:51.249Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-02T18:44:51.249Z | * branch ed31da29c6f3f0bd1b4df7c05687af99348a02b4 -> FETCH_HEAD |
74 | 2024-04-02T18:44:51.258Z | + [[ -n renovate/argon2alt-2.x ]] |
75 | 2024-04-02T18:44:51.261Z | ++ git branch --show-current |
76 | 2024-04-02T18:44:51.264Z | + current=main |
77 | 2024-04-02T18:44:51.264Z | + [[ main != renovate/argon2alt-2.x ]] |
78 | 2024-04-02T18:44:51.264Z | + git branch -f renovate/argon2alt-2.x ed31da29c6f3f0bd1b4df7c05687af99348a02b4 |
79 | 2024-04-02T18:44:51.267Z | + git checkout -f renovate/argon2alt-2.x |
80 | 2024-04-02T18:44:51.389Z | Switched to branch 'renovate/argon2alt-2.x' |
81 | 2024-04-02T18:44:51.392Z | + git reset --hard ed31da29c6f3f0bd1b4df7c05687af99348a02b4 |
82 | 2024-04-02T18:44:51.402Z | HEAD is now at ed31da29c remove option that no longer exists |
83 | 2024-04-02T18:44:51.406Z | process exited: duration 33461 ms, exit code 0 |
|
84 | 2024-04-02T18:44:51.412Z | starting task 4: "build" |
85 | 2024-04-02T18:44:51.418Z | + cargo --version |
86 | 2024-04-02T18:44:51.422Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-02T18:44:51.568Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-02T18:44:51.568Z | info: downloading component 'cargo' |
89 | 2024-04-02T18:44:52.297Z | info: downloading component 'clippy' |
90 | 2024-04-02T18:44:52.519Z | info: downloading component 'rust-docs' |
91 | 2024-04-02T18:44:53.425Z | info: downloading component 'rust-std' |
92 | 2024-04-02T18:44:54.907Z | info: downloading component 'rustc' |
93 | 2024-04-02T18:44:58.587Z | info: downloading component 'rustfmt' |
94 | 2024-04-02T18:44:58.787Z | info: installing component 'cargo' |
95 | 2024-04-02T18:44:59.680Z | info: installing component 'clippy' |
96 | 2024-04-02T18:45:00.042Z | info: installing component 'rust-docs' |
97 | 2024-04-02T18:45:01.427Z | info: installing component 'rust-std' |
98 | 2024-04-02T18:45:03.237Z | info: installing component 'rustc' |
99 | 2024-04-02T18:45:07.587Z | info: installing component 'rustfmt' |
100 | 2024-04-02T18:45:07.983Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-02T18:45:07.987Z | + rustc --version |
102 | 2024-04-02T18:45:08.050Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-02T18:45:08.057Z | ++ git rev-parse HEAD |
104 | 2024-04-02T18:45:08.061Z | + COMMIT=ed31da29c6f3f0bd1b4df7c05687af99348a02b4 |
105 | 2024-04-02T18:45:08.061Z | + VERSION=7.0.0-0.ci+gited31da29c6f |
106 | 2024-04-02T18:45:08.061Z | + echo 7.0.0-0.ci+gited31da29c6f |
107 | 2024-04-02T18:45:08.061Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-04-02T18:45:23.438Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-04-02T18:45:24.927Z | Startup: Caching catalogs ... Done |
110 | 2024-04-02T18:45:26.705Z | Planning: Solver setup ... Done (1.395s) |
111 | 2024-04-02T18:45:26.732Z | Planning: Running solver ... Done (0.026s) |
112 | 2024-04-02T18:45:26.977Z | Planning: Finding local manifests ... Done (0.219s) |
113 | 2024-04-02T18:45:26.989Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-04-02T18:45:27.800Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-04-02T18:45:27.849Z | Planning: Package planning ... Done (0.049s) |
116 | 2024-04-02T18:45:27.902Z | Planning: Merging actions ... Done (0.052s) |
117 | 2024-04-02T18:45:28.486Z | Planning: Checking for conflicting actions ... Done (0.584s) |
118 | 2024-04-02T18:45:28.497Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-04-02T18:45:38.965Z | Planning: Evaluating mediators ... Done (10.465s) |
120 | 2024-04-02T18:45:38.975Z | Planning: Planning completed in 13.99 seconds |
121 | 2024-04-02T18:45:38.990Z | Packages to install: 4 |
122 | 2024-04-02T18:45:38.990Z | Mediators to change: 2 |
123 | 2024-04-02T18:45:38.993Z | Services to change: 1 |
124 | 2024-04-02T18:45:38.993Z | Estimated space available: 155.32 GB |
125 | 2024-04-02T18:45:38.993Z | Estimated space to be consumed: 1.43 GB |
126 | 2024-04-02T18:45:38.993Z | Create boot environment: No |
127 | 2024-04-02T18:45:38.993Z | Create backup boot environment: No |
128 | 2024-04-02T18:45:38.993Z | Rebuild boot archive: No |
129 | 2024-04-02T18:45:38.993Z | |
130 | 2024-04-02T18:45:38.993Z | Changed mediators: |
131 | 2024-04-02T18:45:38.993Z | mediator clang: |
132 | 2024-04-02T18:45:38.994Z | version: None -> 15 (system default) |
133 | 2024-04-02T18:45:38.994Z | |
134 | 2024-04-02T18:45:38.994Z | mediator llvm: |
135 | 2024-04-02T18:45:38.994Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-04-02T18:45:38.994Z | |
137 | 2024-04-02T18:45:38.994Z | Changed packages: |
138 | 2024-04-02T18:45:38.994Z | helios-dev |
139 | 2024-04-02T18:45:38.994Z | developer/build-essential |
140 | 2024-04-02T18:45:38.994Z | None -> 11-2.0 |
141 | 2024-04-02T18:45:38.994Z | library/libxmlsec1 |
142 | 2024-04-02T18:45:38.994Z | None -> 1.2.35-2.0 |
143 | 2024-04-02T18:45:38.994Z | ooce/developer/clang-15 |
144 | 2024-04-02T18:45:38.994Z | None -> 15.0.7-2.0 |
145 | 2024-04-02T18:45:38.994Z | ooce/developer/llvm-15 |
146 | 2024-04-02T18:45:38.994Z | None -> 15.0.7-2.0 |
147 | 2024-04-02T18:45:38.994Z | |
148 | 2024-04-02T18:45:38.994Z | Services: |
149 | 2024-04-02T18:45:38.994Z | restart_fmri: |
150 | 2024-04-02T18:45:38.994Z | svc:/system/update-man-index:default |
151 | 2024-04-02T18:45:39.077Z | |
152 | 2024-04-02T18:45:39.077Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-04-02T18:45:44.079Z | Download: 1383/3290 items 103.9/212.6MB 48% complete (21.0M/s) |
154 | 2024-04-02T18:45:53.743Z | Download: 3234/3290 items 172.8/212.6MB 81% complete (17.2M/s) |
155 | 2024-04-02T18:45:53.743Z | Download: Completed 212.60 MB in 11.51 seconds (18.5M/s) |
156 | 2024-04-02T18:45:53.743Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-04-02T18:45:56.158Z | Actions: 3560/3689 actions (Installing new actions) |
158 | 2024-04-02T18:45:56.596Z | Actions: Completed 3689 actions in 5.50 seconds. |
159 | 2024-04-02T18:45:56.788Z | Done (0.191s) |
160 | 2024-04-02T18:45:56.788Z | Done (0.000s) |
161 | 2024-04-02T18:45:57.036Z | Done (0.252s) |
162 | 2024-04-02T18:46:03.090Z | Done (5.912s) |
163 | 2024-04-02T18:46:03.292Z | Done (0.130s) |
164 | 2024-04-02T18:46:03.296Z | Done (0.000s) |
165 | 2024-04-02T18:46:03.467Z | Done (0.000s) |
166 | 2024-04-02T18:46:03.989Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-04-02T18:46:04.150Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-04-02T18:46:04.166Z | Planning: Consolidating action changes ... Done |
169 | 2024-04-02T18:46:04.423Z | Planning: Evaluating mediators ... Done |
170 | 2024-04-02T18:46:04.427Z | Planning: Planning completed in 0.43 seconds |
171 | 2024-04-02T18:46:04.457Z | Mediators to change: 2 |
172 | 2024-04-02T18:46:04.457Z | Create boot environment: No |
173 | 2024-04-02T18:46:04.462Z | Create backup boot environment: No |
174 | 2024-04-02T18:46:04.524Z | Done |
175 | 2024-04-02T18:46:04.524Z | Done |
176 | 2024-04-02T18:46:04.671Z | Done |
177 | 2024-04-02T18:46:08.289Z | Done |
178 | 2024-04-02T18:46:08.377Z | Done |
179 | 2024-04-02T18:46:08.380Z | Done |
180 | 2024-04-02T18:46:08.519Z | Done |
181 | 2024-04-02T18:46:09.172Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-04-02T18:46:09.193Z | Planning: Merging actions ... Done |
183 | 2024-04-02T18:46:09.356Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-04-02T18:46:09.360Z | Planning: Consolidating action changes ... Done |
185 | 2024-04-02T18:46:09.621Z | Planning: Evaluating mediators ... Done |
186 | 2024-04-02T18:46:09.677Z | Planning: Planning completed in 0.79 seconds |
187 | 2024-04-02T18:46:09.713Z | Packages to change: 1 |
188 | 2024-04-02T18:46:09.713Z | Mediators to change: 1 |
189 | 2024-04-02T18:46:09.713Z | Services to change: 1 |
190 | 2024-04-02T18:46:09.716Z | Create boot environment: No |
191 | 2024-04-02T18:46:09.716Z | Create backup boot environment: Yes |
192 | 2024-04-02T18:46:11.615Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-04-02T18:46:11.622Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2024-04-02T18:46:11.622Z | Done |
195 | 2024-04-02T18:46:11.622Z | Done |
196 | 2024-04-02T18:46:11.667Z | Done |
197 | 2024-04-02T18:46:15.277Z | Done |
198 | 2024-04-02T18:46:15.777Z | Done |
199 | 2024-04-02T18:46:15.780Z | Done |
200 | 2024-04-02T18:46:15.780Z | Done |
201 | 2024-04-02T18:46:15.943Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-04-02T18:46:15.943Z | clang system 15 system |
203 | 2024-04-02T18:46:15.943Z | csh system system illumos |
204 | 2024-04-02T18:46:15.944Z | ctags system system illumos |
205 | 2024-04-02T18:46:15.944Z | gcc vendor 12 vendor |
206 | 2024-04-02T18:46:15.944Z | gcc system 10 system |
207 | 2024-04-02T18:46:15.944Z | gcc system 7 system |
208 | 2024-04-02T18:46:15.944Z | go system 1.20 system |
209 | 2024-04-02T18:46:15.944Z | go system 1.19 system |
210 | 2024-04-02T18:46:15.944Z | llvm system 15 system |
211 | 2024-04-02T18:46:15.944Z | llvm system 14 system |
212 | 2024-04-02T18:46:15.944Z | mariadb system 10.6 system |
213 | 2024-04-02T18:46:15.945Z | mta vendor vendor dma |
214 | 2024-04-02T18:46:15.945Z | openjdk system 17 system |
215 | 2024-04-02T18:46:15.945Z | openjdk system 11 system |
216 | 2024-04-02T18:46:15.945Z | openjdk system 1.8 system |
217 | 2024-04-02T18:46:15.945Z | openssl vendor 3 vendor |
218 | 2024-04-02T18:46:15.945Z | perl system 5.36 system |
219 | 2024-04-02T18:46:15.945Z | postgresql system 15 system |
220 | 2024-04-02T18:46:15.946Z | postgresql system 13 system |
221 | 2024-04-02T18:46:15.946Z | python vendor 3 vendor |
222 | 2024-04-02T18:46:15.946Z | python system 2 system |
223 | 2024-04-02T18:46:15.946Z | python3 system 3.11 system |
224 | 2024-04-02T18:46:15.946Z | ruby system 3.0 system |
225 | 2024-04-02T18:46:15.946Z | words vendor vendor american-english |
226 | 2024-04-02T18:46:15.946Z | words system system australian-english |
227 | 2024-04-02T18:46:15.946Z | words system system british-english |
228 | 2024-04-02T18:46:15.947Z | words system system canadian-english |
229 | 2024-04-02T18:46:15.947Z | words system system french |
230 | 2024-04-02T18:46:15.947Z | words system system italian |
231 | 2024-04-02T18:46:15.947Z | words system system ngerman |
232 | 2024-04-02T18:46:15.947Z | words system system ogerman |
233 | 2024-04-02T18:46:15.947Z | words system system spanish |
234 | 2024-04-02T18:46:16.270Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2024-04-02T18:46:16.270Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2024-04-02T18:46:17.534Z | FMRI IFO |
237 | 2024-04-02T18:46:17.535Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2024-04-02T18:46:17.535Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2024-04-02T18:46:17.535Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2024-04-02T18:46:17.535Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2024-04-02T18:46:17.535Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2024-04-02T18:46:17.536Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-04-02T18:46:17.536Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-04-02T18:46:17.536Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-04-02T18:46:17.536Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-04-02T18:46:17.536Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-04-02T18:46:17.536Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-04-02T18:46:17.536Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-04-02T18:46:17.765Z | + set -o errexit |
250 | 2024-04-02T18:46:17.770Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2024-04-02T18:46:17.770Z | ++ cd ./tools |
252 | 2024-04-02T18:46:17.770Z | ++ pwd |
253 | 2024-04-02T18:46:17.776Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2024-04-02T18:46:17.777Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2024-04-02T18:46:17.777Z | + ARG0=ci_download_cockroachdb |
256 | 2024-04-02T18:46:17.777Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2024-04-02T18:46:17.789Z | + CIDL_VERSION=v22.1.9 |
258 | 2024-04-02T18:46:17.790Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2024-04-02T18:46:17.790Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
260 | 2024-04-02T18:46:17.790Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
261 | 2024-04-02T18:46:17.791Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-04-02T18:46:17.791Z | + TARGET_DIR=out |
263 | 2024-04-02T18:46:17.791Z | + DOWNLOAD_DIR=out/downloads |
264 | 2024-04-02T18:46:17.792Z | + DEST_DIR=./out/cockroachdb |
265 | 2024-04-02T18:46:17.792Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2024-04-02T18:46:17.792Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2024-04-02T18:46:17.792Z | + main |
268 | 2024-04-02T18:46:17.792Z | + [[ 0 != 0 ]] |
269 | 2024-04-02T18:46:17.792Z | + CIDL_OS=solaris2.11 |
270 | 2024-04-02T18:46:17.792Z | + [[ 0 != 0 ]] |
271 | 2024-04-02T18:46:17.792Z | + configure_os solaris2.11 |
272 | 2024-04-02T18:46:17.793Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2024-04-02T18:46:17.793Z | current directory: /work/oxidecomputer/omicron |
274 | 2024-04-02T18:46:17.793Z | + echo 'configuring based on OS: "solaris2.11"' |
275 | 2024-04-02T18:46:17.793Z | + case "$1" in |
276 | 2024-04-02T18:46:17.793Z | configuring based on OS: "solaris2.11" |
277 | 2024-04-02T18:46:17.794Z | + CIDL_BUILD=illumos |
278 | 2024-04-02T18:46:17.794Z | + CIDL_SUFFIX=tar.gz |
279 | 2024-04-02T18:46:17.794Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-04-02T18:46:17.794Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2024-04-02T18:46:17.794Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2024-04-02T18:46:17.794Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2024-04-02T18:46:17.795Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-04-02T18:46:17.795Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-04-02T18:46:17.795Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2024-04-02T18:46:17.795Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-04-02T18:46:17.796Z | + CIDL_SHA256FUNC=do_sha256sum |
288 | 2024-04-02T18:46:17.796Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-04-02T18:46:17.796Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-04-02T18:46:17.797Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-04-02T18:46:17.797Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-04-02T18:46:17.797Z | + mkdir -p out/downloads |
293 | 2024-04-02T18:46:17.797Z | + mkdir -p ./out/cockroachdb |
294 | 2024-04-02T18:46:17.797Z | + local DO_DOWNLOAD=true |
295 | 2024-04-02T18:46:17.798Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2024-04-02T18:46:17.798Z | + '[' true == true ']' |
297 | 2024-04-02T18:46:17.798Z | + echo Downloading... |
298 | 2024-04-02T18:46:17.798Z | Downloading... |
299 | 2024-04-02T18:46:17.798Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-02T18:46:17.799Z | + 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 |
301 | 2024-04-02T18:46:20.505Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-04-02T18:46:20.513Z | ++ sha256sum |
303 | 2024-04-02T18:46:20.513Z | ++ awk '{print $1}' |
304 | 2024-04-02T18:46:20.644Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
305 | 2024-04-02T18:46:20.645Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
306 | 2024-04-02T18:46:20.652Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-02T18:46:20.652Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2024-04-02T18:46:22.822Z | + do_assemble_illumos |
309 | 2024-04-02T18:46:22.822Z | + rm -r ./out/cockroachdb |
310 | 2024-04-02T18:46:22.827Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2024-04-02T18:46:23.209Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2024-04-02T18:46:23.389Z | Build Tag: v22.1.9-dirty |
313 | 2024-04-02T18:46:23.389Z | Build Time: 2022/10/26 21:17:46 |
314 | 2024-04-02T18:46:23.389Z | Distribution: OSS |
315 | 2024-04-02T18:46:23.389Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2024-04-02T18:46:23.389Z | Go Version: go1.17.13 |
317 | 2024-04-02T18:46:23.390Z | C Compiler: gcc 10.3.0 |
318 | 2024-04-02T18:46:23.390Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2024-04-02T18:46:23.390Z | Build Type: release |
320 | 2024-04-02T18:46:23.405Z | + set -o errexit |
321 | 2024-04-02T18:46:23.408Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2024-04-02T18:46:23.411Z | ++ cd ./tools |
323 | 2024-04-02T18:46:23.411Z | ++ pwd |
324 | 2024-04-02T18:46:23.411Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2024-04-02T18:46:23.411Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2024-04-02T18:46:23.415Z | + ARG0=ci_download_clickhouse |
327 | 2024-04-02T18:46:23.415Z | + TARGET_DIR=out |
328 | 2024-04-02T18:46:23.415Z | + DOWNLOAD_DIR=out/downloads |
329 | 2024-04-02T18:46:23.415Z | + DEST_DIR=./out/clickhouse |
330 | 2024-04-02T18:46:23.415Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
331 | 2024-04-02T18:46:23.415Z | + CIDL_VERSION=v23.8.7.24 |
332 | 2024-04-02T18:46:23.415Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
333 | 2024-04-02T18:46:23.415Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
334 | 2024-04-02T18:46:23.415Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
335 | 2024-04-02T18:46:23.415Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
336 | 2024-04-02T18:46:23.416Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
337 | 2024-04-02T18:46:23.416Z | + main |
338 | 2024-04-02T18:46:23.416Z | + [[ 0 != 0 ]] |
339 | 2024-04-02T18:46:23.416Z | + CIDL_OS=solaris2.11 |
340 | 2024-04-02T18:46:23.416Z | + [[ 0 != 0 ]] |
341 | 2024-04-02T18:46:23.416Z | + configure_os solaris2.11 |
342 | 2024-04-02T18:46:23.419Z | current directory: /work/oxidecomputer/omicron |
343 | 2024-04-02T18:46:23.419Z | + echo 'current directory: /work/oxidecomputer/omicron' |
344 | 2024-04-02T18:46:23.419Z | + echo 'configuring based on OS: "solaris2.11"' |
345 | 2024-04-02T18:46:23.419Z | configuring based on OS: "solaris2.11" |
346 | 2024-04-02T18:46:23.420Z | + CIDL_DASHREV= |
347 | 2024-04-02T18:46:23.420Z | + case "$1" in |
348 | 2024-04-02T18:46:23.420Z | + CIDL_PLATFORM=illumos |
349 | 2024-04-02T18:46:23.420Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
350 | 2024-04-02T18:46:23.420Z | + CIDL_MD5FUNC=do_md5sum |
351 | 2024-04-02T18:46:23.420Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
352 | 2024-04-02T18:46:23.420Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-04-02T18:46:23.420Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-04-02T18:46:23.420Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-02T18:46:23.420Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-04-02T18:46:23.420Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-04-02T18:46:23.420Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-04-02T18:46:23.420Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-04-02T18:46:23.420Z | + mkdir -p out/downloads |
360 | 2024-04-02T18:46:23.420Z | + mkdir -p ./out/clickhouse |
361 | 2024-04-02T18:46:23.420Z | + local DO_DOWNLOAD=true |
362 | 2024-04-02T18:46:23.420Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
363 | 2024-04-02T18:46:23.420Z | + '[' true == true ']' |
364 | 2024-04-02T18:46:23.420Z | + echo Downloading... |
365 | 2024-04-02T18:46:23.421Z | Downloading... |
366 | 2024-04-02T18:46:23.421Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-04-02T18:46:23.421Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-04-02T18:46:25.012Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-04-02T18:46:25.015Z | ++ md5sum |
370 | 2024-04-02T18:46:25.015Z | ++ awk '{print $1}' |
371 | 2024-04-02T18:46:25.260Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-04-02T18:46:25.260Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
373 | 2024-04-02T18:46:25.268Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
374 | 2024-04-02T18:46:25.268Z | + mkdir -p ./out/clickhouse |
375 | 2024-04-02T18:46:25.269Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
376 | 2024-04-02T18:46:29.065Z | + [[ solaris2.11 == darwin* ]] |
377 | 2024-04-02T18:46:29.065Z | + ./out/clickhouse/clickhouse server --version |
378 | 2024-04-02T18:46:29.461Z | ClickHouse server version 23.8.7.1. |
379 | 2024-04-02T18:46:29.480Z | + set -o errexit |
380 | 2024-04-02T18:46:29.485Z | +++ dirname ./tools/ci_download_console |
381 | 2024-04-02T18:46:29.485Z | ++ cd ./tools |
382 | 2024-04-02T18:46:29.485Z | ++ pwd |
383 | 2024-04-02T18:46:29.485Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
384 | 2024-04-02T18:46:29.486Z | ++ basename ./tools/ci_download_console |
385 | 2024-04-02T18:46:29.486Z | + ARG0=ci_download_console |
386 | 2024-04-02T18:46:29.486Z | + TARGET_DIR=out |
387 | 2024-04-02T18:46:29.486Z | + DOWNLOAD_DIR=out/downloads |
388 | 2024-04-02T18:46:29.486Z | + DEST_DIR=./out/console-assets |
389 | 2024-04-02T18:46:29.486Z | + source /work/oxidecomputer/omicron/tools/console_version |
390 | 2024-04-02T18:46:29.486Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
391 | 2024-04-02T18:46:29.487Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
392 | 2024-04-02T18:46:29.487Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
393 | 2024-04-02T18:46:29.487Z | + TARBALL_FILE=out/downloads/console.tar.gz |
394 | 2024-04-02T18:46:29.487Z | + main |
395 | 2024-04-02T18:46:29.487Z | + [[ 0 != 0 ]] |
396 | 2024-04-02T18:46:29.487Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
397 | 2024-04-02T18:46:29.487Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
398 | 2024-04-02T18:46:29.487Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-04-02T18:46:29.488Z | Local file: out/downloads/console.tar.gz |
400 | 2024-04-02T18:46:29.488Z | + local DO_DOWNLOAD=true |
401 | 2024-04-02T18:46:29.488Z | + [[ -f out/downloads/console.tar.gz ]] |
402 | 2024-04-02T18:46:29.488Z | + mkdir -p out/downloads |
403 | 2024-04-02T18:46:29.488Z | + '[' true == true ']' |
404 | 2024-04-02T18:46:29.488Z | + echo Downloading... |
405 | 2024-04-02T18:46:29.488Z | Downloading... |
406 | 2024-04-02T18:46:29.489Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
407 | 2024-04-02T18:46:29.489Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
408 | 2024-04-02T18:46:29.946Z | ++ do_sha256sum out/downloads/console.tar.gz |
409 | 2024-04-02T18:46:29.949Z | ++ case "$OSTYPE" in |
410 | 2024-04-02T18:46:29.950Z | ++ SHA=sha256sum |
411 | 2024-04-02T18:46:29.950Z | ++ sha256sum |
412 | 2024-04-02T18:46:29.950Z | ++ awk '{print $1}' |
413 | 2024-04-02T18:46:29.958Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
414 | 2024-04-02T18:46:29.964Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
415 | 2024-04-02T18:46:29.964Z | + rm -rf ./out/console-assets |
416 | 2024-04-02T18:46:29.964Z | + mkdir -p ./out/console-assets |
417 | 2024-04-02T18:46:29.964Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
418 | 2024-04-02T18:46:29.964Z | + mkdir -p ./out/console-assets |
419 | 2024-04-02T18:46:29.965Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
420 | 2024-04-02T18:46:30.053Z | + set -o errexit |
421 | 2024-04-02T18:46:30.057Z | +++ dirname ./tools/ci_download_maghemite_openapi |
422 | 2024-04-02T18:46:30.057Z | ++ cd ./tools |
423 | 2024-04-02T18:46:30.058Z | ++ pwd |
424 | 2024-04-02T18:46:30.062Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
425 | 2024-04-02T18:46:30.062Z | ++ basename ./tools/ci_download_maghemite_openapi |
426 | 2024-04-02T18:46:30.062Z | + ARG0=ci_download_maghemite_openapi |
427 | 2024-04-02T18:46:30.062Z | + TARGET_DIR=out |
428 | 2024-04-02T18:46:30.062Z | + DOWNLOAD_DIR=out/downloads |
429 | 2024-04-02T18:46:30.062Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
430 | 2024-04-02T18:46:30.063Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
431 | 2024-04-02T18:46:30.063Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
432 | 2024-04-02T18:46:30.063Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
433 | 2024-04-02T18:46:30.063Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
434 | 2024-04-02T18:46:30.063Z | + main |
435 | 2024-04-02T18:46:30.063Z | + rm -rf out/downloads/root |
436 | 2024-04-02T18:46:30.067Z | + [[ 0 != 0 ]] |
437 | 2024-04-02T18:46:30.067Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
438 | 2024-04-02T18:46:30.067Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
439 | 2024-04-02T18:46:30.068Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
440 | 2024-04-02T18:46:30.068Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
441 | 2024-04-02T18:46:30.068Z | + local DO_DOWNLOAD=true |
442 | 2024-04-02T18:46:30.068Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
443 | 2024-04-02T18:46:30.068Z | + mkdir -p out/downloads |
444 | 2024-04-02T18:46:30.068Z | + '[' true == true ']' |
445 | 2024-04-02T18:46:30.068Z | + echo Downloading... |
446 | 2024-04-02T18:46:30.069Z | Downloading... |
447 | 2024-04-02T18:46:30.069Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-04-02T18:46:30.069Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
449 | 2024-04-02T18:46:30.284Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
450 | 2024-04-02T18:46:30.284Z | ++ case "$OSTYPE" in |
451 | 2024-04-02T18:46:30.288Z | ++ SHA=sha256sum |
452 | 2024-04-02T18:46:30.288Z | ++ sha256sum |
453 | 2024-04-02T18:46:30.288Z | ++ awk '{print $1}' |
454 | 2024-04-02T18:46:30.292Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
455 | 2024-04-02T18:46:30.292Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
456 | 2024-04-02T18:46:30.292Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
457 | 2024-04-02T18:46:30.292Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
458 | 2024-04-02T18:46:30.292Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
459 | 2024-04-02T18:46:30.292Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
460 | 2024-04-02T18:46:30.292Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
461 | 2024-04-02T18:46:30.292Z | + main |
462 | 2024-04-02T18:46:30.293Z | + rm -rf out/downloads/root |
463 | 2024-04-02T18:46:30.293Z | + [[ 0 != 0 ]] |
464 | 2024-04-02T18:46:30.293Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
465 | 2024-04-02T18:46:30.293Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
466 | 2024-04-02T18:46:30.293Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
467 | 2024-04-02T18:46:30.293Z | + local DO_DOWNLOAD=true |
468 | 2024-04-02T18:46:30.293Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-04-02T18:46:30.293Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
470 | 2024-04-02T18:46:30.293Z | + mkdir -p out/downloads |
471 | 2024-04-02T18:46:30.297Z | + '[' true == true ']' |
472 | 2024-04-02T18:46:30.297Z | + echo Downloading... |
473 | 2024-04-02T18:46:30.297Z | Downloading... |
474 | 2024-04-02T18:46:30.298Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-04-02T18:46:30.298Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
476 | 2024-04-02T18:46:30.404Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
477 | 2024-04-02T18:46:30.409Z | ++ case "$OSTYPE" in |
478 | 2024-04-02T18:46:30.409Z | ++ SHA=sha256sum |
479 | 2024-04-02T18:46:30.409Z | ++ sha256sum |
480 | 2024-04-02T18:46:30.409Z | ++ awk '{print $1}' |
481 | 2024-04-02T18:46:30.418Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
482 | 2024-04-02T18:46:30.418Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
483 | 2024-04-02T18:46:30.423Z | + set -o errexit |
484 | 2024-04-02T18:46:30.423Z | +++ dirname ./tools/ci_download_dendrite_openapi |
485 | 2024-04-02T18:46:30.423Z | ++ cd ./tools |
486 | 2024-04-02T18:46:30.423Z | ++ pwd |
487 | 2024-04-02T18:46:30.423Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2024-04-02T18:46:30.429Z | ++ basename ./tools/ci_download_dendrite_openapi |
489 | 2024-04-02T18:46:30.429Z | + ARG0=ci_download_dendrite_openapi |
490 | 2024-04-02T18:46:30.429Z | + TARGET_DIR=out |
491 | 2024-04-02T18:46:30.429Z | + DOWNLOAD_DIR=out/downloads |
492 | 2024-04-02T18:46:30.429Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2024-04-02T18:46:30.429Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
494 | 2024-04-02T18:46:30.429Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
495 | 2024-04-02T18:46:30.429Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
496 | 2024-04-02T18:46:30.430Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
497 | 2024-04-02T18:46:30.430Z | + main |
498 | 2024-04-02T18:46:30.430Z | + [[ 0 != 0 ]] |
499 | 2024-04-02T18:46:30.430Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
500 | 2024-04-02T18:46:30.430Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
501 | 2024-04-02T18:46:30.430Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
502 | 2024-04-02T18:46:30.430Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
503 | 2024-04-02T18:46:30.430Z | + local DO_DOWNLOAD=true |
504 | 2024-04-02T18:46:30.430Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
505 | 2024-04-02T18:46:30.430Z | + mkdir -p out/downloads |
506 | 2024-04-02T18:46:30.430Z | + '[' true == true ']' |
507 | 2024-04-02T18:46:30.431Z | + echo Downloading... |
508 | 2024-04-02T18:46:30.431Z | Downloading... |
509 | 2024-04-02T18:46:30.431Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-02T18:46:30.431Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
511 | 2024-04-02T18:46:30.533Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
512 | 2024-04-02T18:46:30.533Z | ++ case "$OSTYPE" in |
513 | 2024-04-02T18:46:30.533Z | ++ SHA=sha256sum |
514 | 2024-04-02T18:46:30.536Z | ++ sha256sum |
515 | 2024-04-02T18:46:30.536Z | ++ awk '{print $1}' |
516 | 2024-04-02T18:46:30.539Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
517 | 2024-04-02T18:46:30.539Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
518 | 2024-04-02T18:46:30.546Z | + set -o errexit |
519 | 2024-04-02T18:46:30.549Z | +++ dirname ./tools/ci_download_dendrite_stub |
520 | 2024-04-02T18:46:30.552Z | ++ cd ./tools |
521 | 2024-04-02T18:46:30.552Z | ++ pwd |
522 | 2024-04-02T18:46:30.552Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
523 | 2024-04-02T18:46:30.552Z | ++ basename ./tools/ci_download_dendrite_stub |
524 | 2024-04-02T18:46:30.552Z | + ARG0=ci_download_dendrite_stub |
525 | 2024-04-02T18:46:30.556Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
526 | 2024-04-02T18:46:30.556Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
527 | 2024-04-02T18:46:30.556Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
528 | 2024-04-02T18:46:30.556Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
529 | 2024-04-02T18:46:30.556Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
530 | 2024-04-02T18:46:30.556Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
531 | 2024-04-02T18:46:30.557Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
532 | 2024-04-02T18:46:30.557Z | + TARGET_DIR=out |
533 | 2024-04-02T18:46:30.557Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-04-02T18:46:30.557Z | + DEST_DIR=./out/dendrite-stub |
535 | 2024-04-02T18:46:30.557Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
536 | 2024-04-02T18:46:30.557Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-04-02T18:46:30.557Z | + REPO=oxidecomputer/dendrite |
538 | 2024-04-02T18:46:30.557Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
539 | 2024-04-02T18:46:30.557Z | + main |
540 | 2024-04-02T18:46:30.557Z | + [[ 0 != 0 ]] |
541 | 2024-04-02T18:46:30.557Z | + CIDL_OS=solaris2.11 |
542 | 2024-04-02T18:46:30.557Z | + [[ 0 != 0 ]] |
543 | 2024-04-02T18:46:30.557Z | + configure_os solaris2.11 |
544 | 2024-04-02T18:46:30.557Z | + echo 'current directory: /work/oxidecomputer/omicron' |
545 | 2024-04-02T18:46:30.557Z | current directory: /work/oxidecomputer/omicron |
546 | 2024-04-02T18:46:30.558Z | + echo 'configuring based on OS: "solaris2.11"' |
547 | 2024-04-02T18:46:30.558Z | configuring based on OS: "solaris2.11" |
548 | 2024-04-02T18:46:30.558Z | + case "$1" in |
549 | 2024-04-02T18:46:30.558Z | + SET_BINARIES= |
550 | 2024-04-02T18:46:30.558Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
551 | 2024-04-02T18:46:30.558Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-04-02T18:46:30.558Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
553 | 2024-04-02T18:46:30.558Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
554 | 2024-04-02T18:46:30.558Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
555 | 2024-04-02T18:46:30.558Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
556 | 2024-04-02T18:46:30.558Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
557 | 2024-04-02T18:46:30.558Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
558 | 2024-04-02T18:46:30.558Z | + mkdir -p out/downloads |
559 | 2024-04-02T18:46:30.558Z | Local file: out/downloads/dendrite-stub.tar.gz |
560 | 2024-04-02T18:46:30.559Z | + mkdir -p ./out/dendrite-stub |
561 | 2024-04-02T18:46:30.562Z | + fetch_and_verify |
562 | 2024-04-02T18:46:30.563Z | + local DO_DOWNLOAD=true |
563 | 2024-04-02T18:46:30.563Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2024-04-02T18:46:30.563Z | + '[' true == true ']' |
565 | 2024-04-02T18:46:30.563Z | + echo Downloading... |
566 | 2024-04-02T18:46:30.563Z | Downloading... |
567 | 2024-04-02T18:46:30.563Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
568 | 2024-04-02T18:46:30.563Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
569 | 2024-04-02T18:46:36.568Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
570 | 2024-04-02T18:46:36.572Z | ++ sha256sum |
571 | 2024-04-02T18:46:36.572Z | ++ awk '{print $1}' |
572 | 2024-04-02T18:46:36.592Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
573 | 2024-04-02T18:46:36.595Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
574 | 2024-04-02T18:46:36.595Z | + do_untar out/downloads/dendrite-stub.tar.gz |
575 | 2024-04-02T18:46:36.595Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
576 | 2024-04-02T18:46:37.972Z | + do_assemble |
577 | 2024-04-02T18:46:37.972Z | + rm -r ./out/dendrite-stub |
578 | 2024-04-02T18:46:38.022Z | + mkdir ./out/dendrite-stub |
579 | 2024-04-02T18:46:38.022Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
580 | 2024-04-02T18:46:38.022Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
581 | 2024-04-02T18:46:38.022Z | + set -o errexit |
582 | 2024-04-02T18:46:38.022Z | +++ dirname ./tools/ci_download_maghemite_mgd |
583 | 2024-04-02T18:46:38.022Z | ++ cd ./tools |
584 | 2024-04-02T18:46:38.023Z | ++ pwd |
585 | 2024-04-02T18:46:38.023Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
586 | 2024-04-02T18:46:38.023Z | ++ basename ./tools/ci_download_maghemite_mgd |
587 | 2024-04-02T18:46:38.023Z | + ARG0=ci_download_maghemite_mgd |
588 | 2024-04-02T18:46:38.023Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
589 | 2024-04-02T18:46:38.023Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
590 | 2024-04-02T18:46:38.023Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
591 | 2024-04-02T18:46:38.024Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
592 | 2024-04-02T18:46:38.024Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
593 | 2024-04-02T18:46:38.024Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
594 | 2024-04-02T18:46:38.024Z | + TARGET_DIR=out |
595 | 2024-04-02T18:46:38.025Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-04-02T18:46:38.025Z | + DEST_DIR=./out/mgd |
597 | 2024-04-02T18:46:38.025Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
598 | 2024-04-02T18:46:38.025Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
599 | 2024-04-02T18:46:38.025Z | + REPO=oxidecomputer/maghemite |
600 | 2024-04-02T18:46:38.025Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
601 | 2024-04-02T18:46:38.025Z | + main |
602 | 2024-04-02T18:46:38.026Z | + rm -rf out/downloads/root |
603 | 2024-04-02T18:46:38.026Z | + [[ 0 != 0 ]] |
604 | 2024-04-02T18:46:38.026Z | + CIDL_OS=solaris2.11 |
605 | 2024-04-02T18:46:38.026Z | + [[ 0 != 0 ]] |
606 | 2024-04-02T18:46:38.026Z | + configure_os solaris2.11 |
607 | 2024-04-02T18:46:38.026Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-04-02T18:46:38.026Z | current directory: /work/oxidecomputer/omicron |
609 | 2024-04-02T18:46:38.026Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2024-04-02T18:46:38.027Z | + case "$1" in |
611 | 2024-04-02T18:46:38.027Z | configuring based on OS: "solaris2.11" |
612 | 2024-04-02T18:46:38.027Z | + SET_BINARIES= |
613 | 2024-04-02T18:46:38.027Z | + CIDL_SHA256FUNC=do_sha256sum |
614 | 2024-04-02T18:46:38.027Z | + TARBALL_FILENAME=mgd.tar.gz |
615 | 2024-04-02T18:46:38.027Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
616 | 2024-04-02T18:46:38.027Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2024-04-02T18:46:38.028Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
618 | 2024-04-02T18:46:38.028Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
619 | 2024-04-02T18:46:38.028Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
620 | 2024-04-02T18:46:38.028Z | + mkdir -p out/downloads |
621 | 2024-04-02T18:46:38.029Z | Local file: out/downloads/mgd.tar.gz |
622 | 2024-04-02T18:46:38.029Z | + mkdir -p ./out/mgd |
623 | 2024-04-02T18:46:38.029Z | + fetch_and_verify |
624 | 2024-04-02T18:46:38.029Z | + local DO_DOWNLOAD=true |
625 | 2024-04-02T18:46:38.029Z | + [[ -f out/downloads/mgd.tar.gz ]] |
626 | 2024-04-02T18:46:38.029Z | + '[' true == true ']' |
627 | 2024-04-02T18:46:38.029Z | + echo Downloading... |
628 | 2024-04-02T18:46:38.030Z | Downloading... |
629 | 2024-04-02T18:46:38.030Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
630 | 2024-04-02T18:46:38.030Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
631 | 2024-04-02T18:46:43.142Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
632 | 2024-04-02T18:46:43.147Z | ++ sha256sum |
633 | 2024-04-02T18:46:43.147Z | ++ awk '{print $1}' |
634 | 2024-04-02T18:46:43.162Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
635 | 2024-04-02T18:46:43.166Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
636 | 2024-04-02T18:46:43.167Z | + do_untar out/downloads/mgd.tar.gz |
637 | 2024-04-02T18:46:43.167Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
638 | 2024-04-02T18:46:43.772Z | + do_assemble |
639 | 2024-04-02T18:46:43.772Z | + rm -r ./out/mgd |
640 | 2024-04-02T18:46:43.796Z | + mkdir ./out/mgd |
641 | 2024-04-02T18:46:43.796Z | + cp -r out/downloads/root ./out/mgd/root |
642 | 2024-04-02T18:46:43.943Z | + set -o errexit |
643 | 2024-04-02T18:46:43.944Z | +++ dirname ./tools/ci_download_transceiver_control |
644 | 2024-04-02T18:46:43.944Z | ++ cd ./tools |
645 | 2024-04-02T18:46:43.944Z | ++ pwd |
646 | 2024-04-02T18:46:43.944Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
647 | 2024-04-02T18:46:43.944Z | ++ basename ./tools/ci_download_transceiver_control |
648 | 2024-04-02T18:46:43.944Z | + ARG0=ci_download_transceiver_control |
649 | 2024-04-02T18:46:43.944Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
650 | 2024-04-02T18:46:43.945Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-04-02T18:46:43.945Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-04-02T18:46:43.945Z | + TARGET_DIR=out |
653 | 2024-04-02T18:46:43.945Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-04-02T18:46:43.945Z | + DEST_DIR=./out/transceiver-control |
655 | 2024-04-02T18:46:43.945Z | + BIN_DIR=/opt/oxide/bin |
656 | 2024-04-02T18:46:43.945Z | + BINARY=xcvradm |
657 | 2024-04-02T18:46:43.945Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
658 | 2024-04-02T18:46:43.946Z | + REPO=oxidecomputer/transceiver-control |
659 | 2024-04-02T18:46:43.946Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-04-02T18:46:43.946Z | + main |
661 | 2024-04-02T18:46:43.946Z | + [[ 0 != 0 ]] |
662 | 2024-04-02T18:46:43.946Z | + CIDL_OS=solaris2.11 |
663 | 2024-04-02T18:46:43.946Z | + [[ 0 != 0 ]] |
664 | 2024-04-02T18:46:43.946Z | + configure_os solaris2.11 |
665 | 2024-04-02T18:46:43.947Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-04-02T18:46:43.947Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-04-02T18:46:43.947Z | current directory: /work/oxidecomputer/omicron |
668 | 2024-04-02T18:46:43.947Z | configuring based on OS: "solaris2.11" |
669 | 2024-04-02T18:46:43.947Z | + case "$1" in |
670 | 2024-04-02T18:46:43.947Z | + SET_BINARIES= |
671 | 2024-04-02T18:46:43.947Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-04-02T18:46:43.947Z | + CIDL_SHA256FUNC=do_sha256sum |
673 | 2024-04-02T18:46:43.947Z | + ARCHIVE_FILENAME=xcvradm.gz |
674 | 2024-04-02T18:46:43.947Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2024-04-02T18:46:43.947Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2024-04-02T18:46:43.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2024-04-02T18:46:43.948Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2024-04-02T18:46:43.948Z | + echo 'Local file: out/downloads/xcvradm.gz' |
679 | 2024-04-02T18:46:43.948Z | + mkdir -p out/downloads |
680 | 2024-04-02T18:46:43.948Z | Local file: out/downloads/xcvradm.gz |
681 | 2024-04-02T18:46:43.948Z | + mkdir -p ./out/transceiver-control |
682 | 2024-04-02T18:46:43.948Z | + fetch_and_verify |
683 | 2024-04-02T18:46:43.948Z | + local DO_DOWNLOAD=true |
684 | 2024-04-02T18:46:43.948Z | + [[ -f out/downloads/xcvradm.gz ]] |
685 | 2024-04-02T18:46:43.948Z | + '[' true == true ']' |
686 | 2024-04-02T18:46:43.948Z | + echo Downloading... |
687 | 2024-04-02T18:46:43.949Z | Downloading... |
688 | 2024-04-02T18:46:43.949Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
689 | 2024-04-02T18:46:43.949Z | + 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 |
690 | 2024-04-02T18:46:46.063Z | ++ do_sha256sum out/downloads/xcvradm.gz |
691 | 2024-04-02T18:46:46.067Z | ++ sha256sum |
692 | 2024-04-02T18:46:46.067Z | ++ awk '{print $1}' |
693 | 2024-04-02T18:46:46.072Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2024-04-02T18:46:46.078Z | + [[ 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 ]] |
695 | 2024-04-02T18:46:46.078Z | + do_unpack out/downloads/xcvradm.gz |
696 | 2024-04-02T18:46:46.078Z | + mkdir -p out/downloads/root//opt/oxide/bin |
697 | 2024-04-02T18:46:46.078Z | + gzip -dc out/downloads/xcvradm.gz |
698 | 2024-04-02T18:46:46.207Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
699 | 2024-04-02T18:46:46.212Z | + do_assemble |
700 | 2024-04-02T18:46:46.212Z | + rm -r ./out/transceiver-control |
701 | 2024-04-02T18:46:46.212Z | + mkdir ./out/transceiver-control |
702 | 2024-04-02T18:46:46.212Z | + cp -r out/downloads/root ./out/transceiver-control/root |
703 | 2024-04-02T18:46:46.313Z | + set -o errexit |
704 | 2024-04-02T18:46:46.317Z | +++ dirname ./tools/ci_download_thundermuffin |
705 | 2024-04-02T18:46:46.320Z | ++ cd ./tools |
706 | 2024-04-02T18:46:46.320Z | ++ pwd |
707 | 2024-04-02T18:46:46.320Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
708 | 2024-04-02T18:46:46.320Z | ++ basename ./tools/ci_download_thundermuffin |
709 | 2024-04-02T18:46:46.326Z | + ARG0=ci_download_thundermuffin |
710 | 2024-04-02T18:46:46.326Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
711 | 2024-04-02T18:46:46.326Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
712 | 2024-04-02T18:46:46.326Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
713 | 2024-04-02T18:46:46.326Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
714 | 2024-04-02T18:46:46.326Z | + TARGET_DIR=out |
715 | 2024-04-02T18:46:46.326Z | + DOWNLOAD_DIR=out/downloads |
716 | 2024-04-02T18:46:46.327Z | + DEST_DIR=./out/thundermuffin |
717 | 2024-04-02T18:46:46.327Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
718 | 2024-04-02T18:46:46.327Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
719 | 2024-04-02T18:46:46.327Z | + REPO=oxidecomputer/thundermuffin |
720 | 2024-04-02T18:46:46.327Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-04-02T18:46:46.327Z | + main |
722 | 2024-04-02T18:46:46.327Z | + rm -rf out/downloads/root |
723 | 2024-04-02T18:46:46.330Z | + [[ 0 != 0 ]] |
724 | 2024-04-02T18:46:46.330Z | + CIDL_OS=solaris2.11 |
725 | 2024-04-02T18:46:46.330Z | + [[ 0 != 0 ]] |
726 | 2024-04-02T18:46:46.330Z | + configure_os solaris2.11 |
727 | 2024-04-02T18:46:46.330Z | + echo 'current directory: /work/oxidecomputer/omicron' |
728 | 2024-04-02T18:46:46.330Z | current directory: /work/oxidecomputer/omicron |
729 | 2024-04-02T18:46:46.330Z | + echo 'configuring based on OS: "solaris2.11"' |
730 | 2024-04-02T18:46:46.330Z | + case "$1" in |
731 | 2024-04-02T18:46:46.331Z | configuring based on OS: "solaris2.11" |
732 | 2024-04-02T18:46:46.331Z | + SET_BINARIES= |
733 | 2024-04-02T18:46:46.331Z | + CIDL_SHA256FUNC=do_sha256sum |
734 | 2024-04-02T18:46:46.331Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
735 | 2024-04-02T18:46:46.331Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
736 | 2024-04-02T18:46:46.331Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
737 | 2024-04-02T18:46:46.331Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
738 | 2024-04-02T18:46:46.331Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
739 | 2024-04-02T18:46:46.331Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
740 | 2024-04-02T18:46:46.331Z | Local file: out/downloads/thundermuffin.tar.gz |
741 | 2024-04-02T18:46:46.331Z | + mkdir -p out/downloads |
742 | 2024-04-02T18:46:46.335Z | + mkdir -p ./out/thundermuffin |
743 | 2024-04-02T18:46:46.335Z | + fetch_and_verify |
744 | 2024-04-02T18:46:46.335Z | + local DO_DOWNLOAD=true |
745 | 2024-04-02T18:46:46.335Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
746 | 2024-04-02T18:46:46.335Z | + '[' true == true ']' |
747 | 2024-04-02T18:46:46.335Z | + echo Downloading... |
748 | 2024-04-02T18:46:46.335Z | Downloading... |
749 | 2024-04-02T18:46:46.335Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
750 | 2024-04-02T18:46:46.335Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
751 | 2024-04-02T18:46:47.052Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
752 | 2024-04-02T18:46:47.063Z | ++ sha256sum |
753 | 2024-04-02T18:46:47.063Z | ++ awk '{print $1}' |
754 | 2024-04-02T18:46:47.078Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
755 | 2024-04-02T18:46:47.078Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
756 | 2024-04-02T18:46:47.079Z | + do_untar out/downloads/thundermuffin.tar.gz |
757 | 2024-04-02T18:46:47.079Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
758 | 2024-04-02T18:46:47.124Z | + do_assemble |
759 | 2024-04-02T18:46:47.124Z | + rm -r ./out/thundermuffin |
760 | 2024-04-02T18:46:47.127Z | + mkdir ./out/thundermuffin |
761 | 2024-04-02T18:46:47.130Z | + cp -r out/downloads/root ./out/thundermuffin/root |
762 | 2024-04-02T18:46:47.139Z | All prerequisites installed successfully |
763 | 2024-04-02T18:46:47.142Z | |
764 | 2024-04-02T18:46:47.142Z | real 1:38.958683357 |
765 | 2024-04-02T18:46:47.142Z | user 37.343027380 |
766 | 2024-04-02T18:46:47.142Z | sys 6.870374533 |
767 | 2024-04-02T18:46:47.142Z | trap 0.008682467 |
768 | 2024-04-02T18:46:47.142Z | tflt 0.256999995 |
769 | 2024-04-02T18:46:47.143Z | dflt 0.791519763 |
770 | 2024-04-02T18:46:47.143Z | kflt 0.238836825 |
771 | 2024-04-02T18:46:47.143Z | lock 0.952885504 |
772 | 2024-04-02T18:46:47.143Z | slp 3:08.842798823 |
773 | 2024-04-02T18:46:47.143Z | lat 1.993750164 |
774 | 2024-04-02T18:46:47.143Z | stop 0.139826381 |
775 | 2024-04-02T18:46:47.143Z | + ptime -m ./tools/ci_download_softnpu_machinery |
776 | 2024-04-02T18:46:47.151Z | fetching npuzone |
777 | 2024-04-02T18:46:47.163Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
778 | 2024-04-02T18:46:47.163Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
779 | 2024-04-02T18:46:47.169Z | Getting hash for npuzone |
780 | 2024-04-02T18:46:47.242Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
781 | 2024-04-02T18:46:56.667Z | npuzone downloaded successfully |
782 | 2024-04-02T18:46:56.671Z | |
783 | 2024-04-02T18:46:56.674Z | real 9.525876008 |
784 | 2024-04-02T18:46:56.674Z | user 0.369400773 |
785 | 2024-04-02T18:46:56.674Z | sys 0.137483946 |
786 | 2024-04-02T18:46:56.674Z | trap 0.000078253 |
787 | 2024-04-02T18:46:56.674Z | tflt 0.000000000 |
788 | 2024-04-02T18:46:56.674Z | dflt 0.000000000 |
789 | 2024-04-02T18:46:56.675Z | kflt 0.000000000 |
790 | 2024-04-02T18:46:56.675Z | lock 0.000000000 |
791 | 2024-04-02T18:46:56.675Z | slp 27.937723847 |
792 | 2024-04-02T18:46:56.675Z | lat 0.101418450 |
793 | 2024-04-02T18:46:56.675Z | stop 0.000180645 |
794 | 2024-04-02T18:46:56.675Z | + export CARGO_INCREMENTAL=0 |
795 | 2024-04-02T18:46:56.675Z | + CARGO_INCREMENTAL=0 |
796 | 2024-04-02T18:46:56.675Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
797 | 2024-04-02T18:46:56.887Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
798 | 2024-04-02T18:46:57.821Z | Updating git repository `https://github.com/oxidecomputer/samael` |
799 | 2024-04-02T18:46:58.641Z | Updating git repository `https://github.com/oxidecomputer/zone` |
800 | 2024-04-02T18:46:59.323Z | Updating crates.io index |
801 | 2024-04-02T18:46:59.471Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
802 | 2024-04-02T18:47:01.769Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
803 | 2024-04-02T18:47:03.299Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
804 | 2024-04-02T18:47:07.430Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
805 | 2024-04-02T18:47:09.948Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
806 | 2024-04-02T18:47:10.575Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
807 | 2024-04-02T18:47:13.710Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
808 | 2024-04-02T18:47:19.450Z | Updating git repository `https://github.com/oxidecomputer/opte` |
809 | 2024-04-02T18:47:22.371Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
810 | 2024-04-02T18:47:26.318Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
811 | 2024-04-02T18:47:27.200Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
812 | 2024-04-02T18:47:28.711Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
813 | 2024-04-02T18:47:29.604Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
814 | 2024-04-02T18:47:31.068Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
815 | 2024-04-02T18:47:32.282Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
816 | 2024-04-02T18:47:33.045Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
817 | 2024-04-02T18:47:34.085Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
818 | 2024-04-02T18:47:35.275Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
819 | 2024-04-02T18:47:35.502Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
820 | 2024-04-02T18:47:36.443Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
821 | 2024-04-02T18:47:37.374Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
822 | 2024-04-02T18:47:38.118Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
823 | 2024-04-02T18:47:40.211Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
824 | 2024-04-02T18:47:41.135Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
825 | 2024-04-02T18:47:41.951Z | Updating git repository `https://github.com/jgallagher/nix` |
826 | 2024-04-02T18:47:46.188Z | Updating git repository `https://github.com/cbiffle/hubpack` |
827 | 2024-04-02T18:47:46.961Z | Updating git repository `https://github.com/oxidecomputer/typify` |
828 | 2024-04-02T18:47:50.376Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
829 | 2024-04-02T18:47:51.940Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
830 | 2024-04-02T18:47:52.721Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
831 | 2024-04-02T18:47:54.447Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
832 | 2024-04-02T18:47:56.849Z | Downloading crates ... |
833 | 2024-04-02T18:47:56.856Z | Downloaded adler v1.0.2 |
834 | 2024-04-02T18:47:56.856Z | Downloaded aead v0.5.2 |
835 | 2024-04-02T18:47:56.856Z | Downloaded addr2line v0.21.0 |
836 | 2024-04-02T18:47:56.856Z | Downloaded atty v0.2.14 |
837 | 2024-04-02T18:47:56.857Z | Downloaded atomicwrites v0.4.3 |
838 | 2024-04-02T18:47:56.857Z | Downloaded bb8 v0.8.3 |
839 | 2024-04-02T18:47:56.857Z | Downloaded assert_matches v1.5.0 |
840 | 2024-04-02T18:47:56.857Z | Downloaded array-init v0.0.4 |
841 | 2024-04-02T18:47:56.857Z | Downloaded anstyle-query v1.0.0 |
842 | 2024-04-02T18:47:56.857Z | Downloaded anstyle-parse v0.2.1 |
843 | 2024-04-02T18:47:56.857Z | Downloaded anstyle v1.0.6 |
844 | 2024-04-02T18:47:56.857Z | Downloaded crossbeam-epoch v0.9.18 |
845 | 2024-04-02T18:47:56.857Z | Downloaded async-recursion v1.0.5 |
846 | 2024-04-02T18:47:56.857Z | Downloaded ascii-canvas v3.0.0 |
847 | 2024-04-02T18:47:56.857Z | Downloaded ascii v1.1.0 |
848 | 2024-04-02T18:47:56.857Z | Downloaded hex v0.4.3 |
849 | 2024-04-02T18:47:56.857Z | Downloaded async-stream-impl v0.3.5 |
850 | 2024-04-02T18:47:56.857Z | Downloaded arrayvec v0.7.4 |
851 | 2024-04-02T18:47:56.857Z | Downloaded ident_case v1.0.1 |
852 | 2024-04-02T18:47:56.857Z | Downloaded hubpack_derive v0.1.1 |
853 | 2024-04-02T18:47:56.857Z | Downloaded heck v0.4.1 |
854 | 2024-04-02T18:47:56.857Z | Downloaded heck v0.3.3 |
855 | 2024-04-02T18:47:56.857Z | Downloaded heapless v0.8.0 |
856 | 2024-04-02T18:47:56.857Z | Downloaded hubpack v0.1.2 |
857 | 2024-04-02T18:47:56.857Z | Downloaded async-stream v0.3.5 |
858 | 2024-04-02T18:47:56.858Z | Downloaded instant v0.1.12 |
859 | 2024-04-02T18:47:56.858Z | Downloaded bitstruct_derive v0.1.0 |
860 | 2024-04-02T18:47:56.858Z | Downloaded iana-time-zone v0.1.57 |
861 | 2024-04-02T18:47:56.858Z | Downloaded bitstruct v0.1.1 |
862 | 2024-04-02T18:47:56.858Z | Downloaded indoc v1.0.9 |
863 | 2024-04-02T18:47:56.858Z | Downloaded humantime v2.1.0 |
864 | 2024-04-02T18:47:56.858Z | Downloaded httpdate v1.0.3 |
865 | 2024-04-02T18:47:56.858Z | Downloaded base64ct v1.6.0 |
866 | 2024-04-02T18:47:56.858Z | Downloaded impl-trait-for-tuples v0.2.2 |
867 | 2024-04-02T18:47:56.858Z | Downloaded indoc v2.0.3 |
868 | 2024-04-02T18:47:56.858Z | Downloaded hmac v0.12.1 |
869 | 2024-04-02T18:47:56.858Z | Downloaded is_ci v1.2.0 |
870 | 2024-04-02T18:47:56.858Z | Downloaded hyper-tls v0.5.0 |
871 | 2024-04-02T18:47:56.858Z | Downloaded ciborium-io v0.2.2 |
872 | 2024-04-02T18:47:56.858Z | Downloaded inout v0.1.3 |
873 | 2024-04-02T18:47:56.858Z | Downloaded colorchoice v1.0.0 |
874 | 2024-04-02T18:47:56.858Z | Downloaded block-padding v0.3.3 |
875 | 2024-04-02T18:47:56.858Z | Downloaded hyper-staticfile v0.9.5 |
876 | 2024-04-02T18:47:56.858Z | Downloaded http-range v0.1.5 |
877 | 2024-04-02T18:47:56.858Z | Downloaded httparse v1.8.0 |
878 | 2024-04-02T18:47:56.858Z | Downloaded http-body v0.4.5 |
879 | 2024-04-02T18:47:56.859Z | Downloaded new_debug_unreachable v1.0.4 |
880 | 2024-04-02T18:47:56.859Z | Downloaded bit-vec v0.6.3 |
881 | 2024-04-02T18:47:56.859Z | Downloaded cassowary v0.3.0 |
882 | 2024-04-02T18:47:56.859Z | Downloaded match_cfg v0.1.0 |
883 | 2024-04-02T18:47:56.859Z | Downloaded bitflags v1.3.2 |
884 | 2024-04-02T18:47:56.859Z | Downloaded convert_case v0.4.0 |
885 | 2024-04-02T18:47:56.859Z | Downloaded castaway v0.2.2 |
886 | 2024-04-02T18:47:56.859Z | Downloaded backoff v0.4.0 |
887 | 2024-04-02T18:47:56.859Z | Downloaded num-conv v0.1.0 |
888 | 2024-04-02T18:47:56.859Z | Downloaded normalize-line-endings v0.3.0 |
889 | 2024-04-02T18:47:56.859Z | Downloaded cobs v0.2.3 |
890 | 2024-04-02T18:47:56.859Z | Downloaded ciborium-ll v0.2.2 |
891 | 2024-04-02T18:47:56.859Z | Downloaded newtype_derive v0.1.6 |
892 | 2024-04-02T18:47:56.859Z | Downloaded nodrop v0.1.14 |
893 | 2024-04-02T18:47:56.859Z | Downloaded serde-big-array v0.4.1 |
894 | 2024-04-02T18:47:56.859Z | Downloaded base64 v0.21.7 |
895 | 2024-04-02T18:47:56.859Z | Downloaded shell-words v1.1.0 |
896 | 2024-04-02T18:47:56.859Z | Downloaded ipnet v2.9.0 |
897 | 2024-04-02T18:47:56.859Z | Downloaded ipnetwork v0.20.0 |
898 | 2024-04-02T18:47:56.859Z | Downloaded cipher v0.4.4 |
899 | 2024-04-02T18:47:56.859Z | Downloaded block-buffer v0.10.4 |
900 | 2024-04-02T18:47:56.859Z | Downloaded crossbeam-deque v0.8.3 |
901 | 2024-04-02T18:47:56.860Z | Downloaded linked-hash-map v0.5.6 |
902 | 2024-04-02T18:47:56.860Z | Downloaded crc-catalog v2.2.0 |
903 | 2024-04-02T18:47:56.860Z | Downloaded crc v3.0.1 |
904 | 2024-04-02T18:47:56.860Z | Downloaded macaddr v1.0.1 |
905 | 2024-04-02T18:47:56.860Z | Downloaded constant_time_eq v0.3.0 |
906 | 2024-04-02T18:47:56.860Z | Downloaded memmap v0.7.0 |
907 | 2024-04-02T18:47:56.860Z | Downloaded cpufeatures v0.2.12 |
908 | 2024-04-02T18:47:56.860Z | Downloaded colored v2.1.0 |
909 | 2024-04-02T18:47:56.860Z | Downloaded nibble_vec v0.1.0 |
910 | 2024-04-02T18:47:56.860Z | Downloaded multimap v0.10.0 |
911 | 2024-04-02T18:47:56.860Z | Downloaded mime v0.3.17 |
912 | 2024-04-02T18:47:56.860Z | Downloaded lru-cache v0.1.2 |
913 | 2024-04-02T18:47:56.860Z | Downloaded libsw v3.3.1 |
914 | 2024-04-02T18:47:56.860Z | Downloaded rustc_version v0.4.0 |
915 | 2024-04-02T18:47:56.860Z | Downloaded memmap2 v0.7.1 |
916 | 2024-04-02T18:47:56.860Z | Downloaded lru v0.12.1 |
917 | 2024-04-02T18:47:56.860Z | Downloaded memoffset v0.7.1 |
918 | 2024-04-02T18:47:56.861Z | Downloaded scopeguard v1.2.0 |
919 | 2024-04-02T18:47:56.861Z | Downloaded cancel-safe-futures v0.1.5 |
920 | 2024-04-02T18:47:56.861Z | Downloaded libefi-sys v0.1.0 |
921 | 2024-04-02T18:47:56.861Z | Downloaded base64 v0.22.0 |
922 | 2024-04-02T18:47:56.861Z | Downloaded cstr-argument v0.1.2 |
923 | 2024-04-02T18:47:56.861Z | Downloaded num-derive v0.4.0 |
924 | 2024-04-02T18:47:56.861Z | Downloaded aho-corasick v1.1.2 |
925 | 2024-04-02T18:47:56.861Z | Downloaded dtrace-parser v0.1.14 |
926 | 2024-04-02T18:47:56.861Z | Downloaded subtle v2.5.0 |
927 | 2024-04-02T18:47:56.861Z | Downloaded spin v0.5.2 |
928 | 2024-04-02T18:47:56.861Z | Downloaded toml_datetime v0.6.5 |
929 | 2024-04-02T18:47:56.862Z | Downloaded universal-hash v0.5.1 |
930 | 2024-04-02T18:47:56.862Z | Downloaded unicode-xid v0.2.4 |
931 | 2024-04-02T18:47:56.862Z | Downloaded termios v0.3.3 |
932 | 2024-04-02T18:47:56.862Z | Downloaded lock_api v0.4.10 |
933 | 2024-04-02T18:47:56.866Z | Downloaded unicode-width v0.1.11 |
934 | 2024-04-02T18:47:56.866Z | Downloaded native-tls v0.2.11 |
935 | 2024-04-02T18:47:56.867Z | Downloaded clap_derive v4.5.0 |
936 | 2024-04-02T18:47:56.867Z | Downloaded const_format_proc_macros v0.2.32 |
937 | 2024-04-02T18:47:56.867Z | Downloaded xattr v1.0.1 |
938 | 2024-04-02T18:47:56.867Z | Downloaded cookie_store v0.20.0 |
939 | 2024-04-02T18:47:56.867Z | Downloaded rustfmt-wrapper v0.2.0 |
940 | 2024-04-02T18:47:56.867Z | Downloaded zeroize_derive v1.4.2 |
941 | 2024-04-02T18:47:56.867Z | Downloaded num-integer v0.1.46 |
942 | 2024-04-02T18:47:56.867Z | Downloaded mockall v0.12.0 |
943 | 2024-04-02T18:47:56.867Z | Downloaded num-complex v0.4.4 |
944 | 2024-04-02T18:47:56.867Z | Downloaded peeking_take_while v0.1.2 |
945 | 2024-04-02T18:47:56.867Z | Downloaded nu-ansi-term v0.50.0 |
946 | 2024-04-02T18:47:56.867Z | Downloaded crypto-common v0.1.6 |
947 | 2024-04-02T18:47:56.867Z | Downloaded scroll v0.12.0 |
948 | 2024-04-02T18:47:56.867Z | Downloaded defmt v0.3.5 |
949 | 2024-04-02T18:47:56.867Z | Downloaded spin v0.9.8 |
950 | 2024-04-02T18:47:56.867Z | Downloaded indicatif v0.17.8 |
951 | 2024-04-02T18:47:56.867Z | Downloaded deranged v0.3.11 |
952 | 2024-04-02T18:47:56.867Z | Downloaded sqlparser_derive v0.2.2 |
953 | 2024-04-02T18:47:56.867Z | Downloaded scroll_derive v0.12.0 |
954 | 2024-04-02T18:47:56.867Z | Downloaded zeroize v1.7.0 |
955 | 2024-04-02T18:47:56.867Z | Downloaded version_check v0.9.4 |
956 | 2024-04-02T18:47:56.867Z | Downloaded difflib v0.4.0 |
957 | 2024-04-02T18:47:56.868Z | Downloaded log v0.4.21 |
958 | 2024-04-02T18:47:56.868Z | Downloaded foreign-types-macros v0.2.3 |
959 | 2024-04-02T18:47:56.868Z | Downloaded float-cmp v0.9.0 |
960 | 2024-04-02T18:47:56.868Z | Downloaded strum_macros v0.26.1 |
961 | 2024-04-02T18:47:56.868Z | Downloaded snafu-derive v0.7.5 |
962 | 2024-04-02T18:47:56.868Z | Downloaded tokio-rustls v0.24.1 |
963 | 2024-04-02T18:47:56.868Z | Downloaded futures-sink v0.3.30 |
964 | 2024-04-02T18:47:56.868Z | Downloaded const-oid v0.9.6 |
965 | 2024-04-02T18:47:56.868Z | Downloaded mockall_derive v0.12.0 |
966 | 2024-04-02T18:47:56.868Z | Downloaded crc32fast v1.3.2 |
967 | 2024-04-02T18:47:56.868Z | Downloaded indexmap v2.2.5 |
968 | 2024-04-02T18:47:56.868Z | Downloaded psl-types v2.0.11 |
969 | 2024-04-02T18:47:56.868Z | Downloaded half v2.3.1 |
970 | 2024-04-02T18:47:56.868Z | Downloaded subprocess v0.2.9 |
971 | 2024-04-02T18:47:56.868Z | Downloaded olpc-cjson v0.1.3 |
972 | 2024-04-02T18:47:56.868Z | Downloaded group v0.13.0 |
973 | 2024-04-02T18:47:56.868Z | Downloaded futures-io v0.3.30 |
974 | 2024-04-02T18:47:56.868Z | Downloaded blake2 v0.10.6 |
975 | 2024-04-02T18:47:56.868Z | Downloaded diesel_table_macro_syntax v0.1.0 |
976 | 2024-04-02T18:47:56.868Z | Downloaded phf v0.11.2 |
977 | 2024-04-02T18:47:56.868Z | Downloaded crc-any v2.4.3 |
978 | 2024-04-02T18:47:56.869Z | Downloaded ppv-lite86 v0.2.17 |
979 | 2024-04-02T18:47:56.869Z | Downloaded semver v0.11.0 |
980 | 2024-04-02T18:47:56.869Z | Downloaded digest v0.10.7 |
981 | 2024-04-02T18:47:56.869Z | Downloaded powerfmt v0.2.0 |
982 | 2024-04-02T18:47:56.869Z | Downloaded openssl-macros v0.1.1 |
983 | 2024-04-02T18:47:56.869Z | Downloaded headers-core v0.2.0 |
984 | 2024-04-02T18:47:56.869Z | Downloaded fastrand v2.0.1 |
985 | 2024-04-02T18:47:56.869Z | Downloaded slog-bunyan v2.5.0 |
986 | 2024-04-02T18:47:56.869Z | Downloaded slog-async v2.8.0 |
987 | 2024-04-02T18:47:56.869Z | Downloaded tokio-native-tls v0.3.1 |
988 | 2024-04-02T18:47:56.869Z | Downloaded strsim v0.10.0 |
989 | 2024-04-02T18:47:56.869Z | Downloaded pretty-hex v0.4.1 |
990 | 2024-04-02T18:47:56.869Z | Downloaded tempfile v3.10.0 |
991 | 2024-04-02T18:47:56.869Z | Downloaded clap v4.5.1 |
992 | 2024-04-02T18:47:56.869Z | Downloaded thiserror-impl-no-std v2.0.2 |
993 | 2024-04-02T18:47:56.869Z | Downloaded toml v0.8.10 |
994 | 2024-04-02T18:47:56.869Z | Downloaded num-rational v0.4.1 |
995 | 2024-04-02T18:47:56.869Z | Downloaded miniz_oxide v0.7.1 |
996 | 2024-04-02T18:47:56.869Z | Downloaded socket2 v0.5.5 |
997 | 2024-04-02T18:47:56.869Z | Downloaded const_format v0.2.32 |
998 | 2024-04-02T18:47:56.869Z | Downloaded usdt v0.3.5 |
999 | 2024-04-02T18:47:56.869Z | Downloaded untrusted v0.9.0 |
1000 | 2024-04-02T18:47:56.870Z | Downloaded rustls-pemfile v2.1.1 |
1001 | 2024-04-02T18:47:56.870Z | Downloaded postgres-types v0.2.6 |
1002 | 2024-04-02T18:47:56.870Z | Downloaded tinyvec_macros v0.1.1 |
1003 | 2024-04-02T18:47:56.870Z | Downloaded fd-lock v3.0.13 |
1004 | 2024-04-02T18:47:56.870Z | Downloaded either v1.10.0 |
1005 | 2024-04-02T18:47:56.870Z | Downloaded untrusted v0.7.1 |
1006 | 2024-04-02T18:47:56.870Z | Downloaded ena v0.14.2 |
1007 | 2024-04-02T18:47:56.870Z | Downloaded usdt-attr-macro v0.5.0 |
1008 | 2024-04-02T18:47:56.870Z | Downloaded thiserror v1.0.57 |
1009 | 2024-04-02T18:47:56.870Z | Downloaded futures-executor v0.3.30 |
1010 | 2024-04-02T18:47:56.873Z | Downloaded semver v1.0.22 |
1011 | 2024-04-02T18:47:56.873Z | Downloaded snafu v0.7.5 |
1012 | 2024-04-02T18:47:56.878Z | Downloaded foreign-types v0.3.2 |
1013 | 2024-04-02T18:47:56.878Z | Downloaded num-traits v0.2.18 |
1014 | 2024-04-02T18:47:56.882Z | Downloaded ref-cast-impl v1.0.20 |
1015 | 2024-04-02T18:47:56.882Z | Downloaded plain v0.2.3 |
1016 | 2024-04-02T18:47:56.882Z | Downloaded opaque-debug v0.3.0 |
1017 | 2024-04-02T18:47:56.885Z | Downloaded pest_generator v2.7.6 |
1018 | 2024-04-02T18:47:56.885Z | Downloaded tokio-stream v0.1.14 |
1019 | 2024-04-02T18:47:56.888Z | Downloaded rpassword v7.3.1 |
1020 | 2024-04-02T18:47:56.895Z | Downloaded strip-ansi-escapes v0.2.0 |
1021 | 2024-04-02T18:47:56.895Z | Downloaded endian-type v0.1.2 |
1022 | 2024-04-02T18:47:56.895Z | Downloaded resolv-conf v0.7.0 |
1023 | 2024-04-02T18:47:56.899Z | Downloaded proc-macro2 v1.0.78 |
1024 | 2024-04-02T18:47:56.899Z | Downloaded string_cache v0.8.7 |
1025 | 2024-04-02T18:47:56.899Z | Downloaded oso-derive v0.27.0 |
1026 | 2024-04-02T18:47:56.899Z | Downloaded foreign-types-shared v0.1.1 |
1027 | 2024-04-02T18:47:56.899Z | Downloaded tokio-macros v2.2.0 |
1028 | 2024-04-02T18:47:56.903Z | Downloaded openssl-probe v0.1.5 |
1029 | 2024-04-02T18:47:56.903Z | Downloaded slab v0.4.9 |
1030 | 2024-04-02T18:47:56.906Z | Downloaded utf8parse v0.2.1 |
1031 | 2024-04-02T18:47:56.906Z | Downloaded sqlformat v0.2.3 |
1032 | 2024-04-02T18:47:56.906Z | Downloaded thiserror-no-std v2.0.2 |
1033 | 2024-04-02T18:47:56.909Z | Downloaded strum v0.25.0 |
1034 | 2024-04-02T18:47:56.912Z | Downloaded stability v0.1.1 |
1035 | 2024-04-02T18:47:56.912Z | Downloaded utf-8 v0.7.6 |
1036 | 2024-04-02T18:47:56.912Z | Downloaded zerocopy-derive v0.7.32 |
1037 | 2024-04-02T18:47:56.916Z | Downloaded defmt-macros v0.3.6 |
1038 | 2024-04-02T18:47:56.920Z | Downloaded strum v0.26.1 |
1039 | 2024-04-02T18:47:56.923Z | Downloaded futures-channel v0.3.30 |
1040 | 2024-04-02T18:47:56.923Z | Downloaded hashbrown v0.13.2 |
1041 | 2024-04-02T18:47:56.928Z | Downloaded fnv v1.0.7 |
1042 | 2024-04-02T18:47:56.931Z | Downloaded fallible-iterator v0.2.0 |
1043 | 2024-04-02T18:47:56.931Z | Downloaded foreign-types v0.5.0 |
1044 | 2024-04-02T18:47:56.935Z | Downloaded want v0.3.1 |
1045 | 2024-04-02T18:47:56.935Z | Downloaded vte_generate_state_changes v0.1.1 |
1046 | 2024-04-02T18:47:56.935Z | Downloaded zerocopy v0.3.0 |
1047 | 2024-04-02T18:47:56.938Z | Downloaded proc-macro-crate v1.3.1 |
1048 | 2024-04-02T18:47:56.938Z | Downloaded predicates v3.1.0 |
1049 | 2024-04-02T18:47:56.938Z | Downloaded dtrace-parser v0.2.0 |
1050 | 2024-04-02T18:47:56.941Z | Downloaded minimal-lexical v0.2.1 |
1051 | 2024-04-02T18:47:56.945Z | Downloaded slog-scope v4.4.0 |
1052 | 2024-04-02T18:47:56.948Z | Downloaded serde_arrays v0.1.0 |
1053 | 2024-04-02T18:47:56.948Z | Downloaded rtoolbox v0.0.1 |
1054 | 2024-04-02T18:47:56.951Z | Downloaded unicode-ident v1.0.12 |
1055 | 2024-04-02T18:47:56.951Z | Downloaded rayon-core v1.12.1 |
1056 | 2024-04-02T18:47:56.955Z | Downloaded serde_path_to_error v0.1.16 |
1057 | 2024-04-02T18:47:56.958Z | Downloaded semver v0.1.20 |
1058 | 2024-04-02T18:47:56.958Z | Downloaded peg-runtime v0.8.2 |
1059 | 2024-04-02T18:47:56.961Z | Downloaded hash32 v0.3.1 |
1060 | 2024-04-02T18:47:56.961Z | Downloaded fatfs v0.3.6 |
1061 | 2024-04-02T18:47:56.970Z | Downloaded spki v0.7.2 |
1062 | 2024-04-02T18:47:56.971Z | Downloaded structopt-derive v0.4.18 |
1063 | 2024-04-02T18:47:56.971Z | Downloaded yasna v0.5.2 |
1064 | 2024-04-02T18:47:58.199Z | Downloaded der_derive v0.7.2 |
1065 | 2024-04-02T18:47:58.199Z | Downloaded diff v0.1.13 |
1066 | 2024-04-02T18:47:58.199Z | Downloaded sync_wrapper v0.1.2 |
1067 | 2024-04-02T18:47:58.199Z | Downloaded unicode-segmentation v1.10.1 |
1068 | 2024-04-02T18:47:58.199Z | Downloaded trust-dns-client v0.22.0 |
1069 | 2024-04-02T18:47:58.203Z | Downloaded darling v0.20.3 |
1070 | 2024-04-02T18:47:58.203Z | Downloaded doc-comment v0.3.3 |
1071 | 2024-04-02T18:47:58.203Z | Downloaded curve25519-dalek-derive v0.1.0 |
1072 | 2024-04-02T18:47:58.203Z | Downloaded crunchy v0.2.2 |
1073 | 2024-04-02T18:47:58.203Z | Downloaded wait-timeout v0.2.0 |
1074 | 2024-04-02T18:47:58.203Z | Downloaded fxhash v0.2.1 |
1075 | 2024-04-02T18:47:58.203Z | Downloaded fragile v2.0.0 |
1076 | 2024-04-02T18:47:58.203Z | Downloaded vec_map v0.8.2 |
1077 | 2024-04-02T18:47:58.203Z | Downloaded equivalent v1.0.1 |
1078 | 2024-04-02T18:47:58.203Z | Downloaded ff v0.13.0 |
1079 | 2024-04-02T18:47:58.203Z | Downloaded num_cpus v1.16.0 |
1080 | 2024-04-02T18:47:58.203Z | Downloaded rustc-demangle v0.1.23 |
1081 | 2024-04-02T18:47:58.204Z | Downloaded unsafe-libyaml v0.2.10 |
1082 | 2024-04-02T18:47:58.204Z | Downloaded usdt-attr-macro v0.3.5 |
1083 | 2024-04-02T18:47:58.204Z | Downloaded uuid v1.7.0 |
1084 | 2024-04-02T18:47:58.204Z | Downloaded percent-encoding v2.3.1 |
1085 | 2024-04-02T18:47:58.204Z | Downloaded num_enum_derive v0.5.11 |
1086 | 2024-04-02T18:47:58.204Z | Downloaded pem v3.0.2 |
1087 | 2024-04-02T18:47:58.204Z | Downloaded sec1 v0.7.3 |
1088 | 2024-04-02T18:47:58.204Z | Downloaded parking_lot_core v0.9.8 |
1089 | 2024-04-02T18:47:58.204Z | Downloaded owo-colors v4.0.0 |
1090 | 2024-04-02T18:47:58.204Z | Downloaded darling_macro v0.20.3 |
1091 | 2024-04-02T18:47:58.204Z | Downloaded number_prefix v0.4.0 |
1092 | 2024-04-02T18:47:58.204Z | Downloaded serde-big-array v0.5.1 |
1093 | 2024-04-02T18:47:58.204Z | Downloaded diesel_derives v2.1.2 |
1094 | 2024-04-02T18:47:58.204Z | Downloaded structmeta-derive v0.2.0 |
1095 | 2024-04-02T18:47:58.204Z | Downloaded tabled_derive v0.7.0 |
1096 | 2024-04-02T18:47:58.204Z | Downloaded supports-color v3.0.0 |
1097 | 2024-04-02T18:47:58.204Z | Downloaded expectorate v1.1.0 |
1098 | 2024-04-02T18:47:58.204Z | Downloaded sha1 v0.10.6 |
1099 | 2024-04-02T18:47:58.204Z | Downloaded strum_macros v0.24.3 |
1100 | 2024-04-02T18:47:58.204Z | Downloaded unarray v0.1.4 |
1101 | 2024-04-02T18:47:58.204Z | Downloaded strum_macros v0.25.2 |
1102 | 2024-04-02T18:47:58.204Z | Downloaded generic-array v0.14.7 |
1103 | 2024-04-02T18:47:58.205Z | Downloaded tower-service v0.3.2 |
1104 | 2024-04-02T18:47:58.205Z | Downloaded futures-task v0.3.30 |
1105 | 2024-04-02T18:47:58.205Z | Downloaded zone v0.1.8 |
1106 | 2024-04-02T18:47:58.205Z | Downloaded which v4.4.0 |
1107 | 2024-04-02T18:47:58.205Z | Downloaded derive_builder_core v0.12.0 |
1108 | 2024-04-02T18:47:58.205Z | Downloaded slog v2.7.0 |
1109 | 2024-04-02T18:47:58.205Z | Downloaded num-bigint-dig v0.8.4 |
1110 | 2024-04-02T18:47:58.205Z | Downloaded pin-utils v0.1.0 |
1111 | 2024-04-02T18:47:58.205Z | Downloaded tabwriter v1.4.0 |
1112 | 2024-04-02T18:47:58.205Z | Downloaded quick-error v1.2.3 |
1113 | 2024-04-02T18:47:58.205Z | Downloaded usdt-impl v0.5.0 |
1114 | 2024-04-02T18:47:58.205Z | Downloaded num_threads v0.1.6 |
1115 | 2024-04-02T18:47:58.205Z | Downloaded smf v0.2.2 |
1116 | 2024-04-02T18:47:58.205Z | Downloaded usdt-impl v0.3.5 |
1117 | 2024-04-02T18:47:58.205Z | Downloaded serde-hex v0.1.0 |
1118 | 2024-04-02T18:47:58.205Z | Downloaded ref-cast v1.0.20 |
1119 | 2024-04-02T18:47:58.205Z | Downloaded data-encoding v2.4.0 |
1120 | 2024-04-02T18:47:58.205Z | Downloaded usdt v0.5.0 |
1121 | 2024-04-02T18:47:58.205Z | Downloaded peg-macros v0.8.2 |
1122 | 2024-04-02T18:47:58.205Z | Downloaded gethostname v0.4.3 |
1123 | 2024-04-02T18:47:58.205Z | Downloaded textwrap v0.16.1 |
1124 | 2024-04-02T18:47:58.206Z | Downloaded typed-path v0.7.0 |
1125 | 2024-04-02T18:47:58.206Z | Downloaded num-iter v0.1.44 |
1126 | 2024-04-02T18:47:58.206Z | Downloaded flume v0.11.0 |
1127 | 2024-04-02T18:47:58.206Z | Downloaded serde_with_macros v3.6.1 |
1128 | 2024-04-02T18:47:58.206Z | Downloaded toml v0.7.8 |
1129 | 2024-04-02T18:47:58.206Z | Downloaded zone_cfg_derive v0.1.2 |
1130 | 2024-04-02T18:47:58.206Z | Downloaded rustc_version v0.1.7 |
1131 | 2024-04-02T18:47:58.206Z | Downloaded hyper v0.14.28 |
1132 | 2024-04-02T18:47:58.206Z | Downloaded try-lock v0.2.4 |
1133 | 2024-04-02T18:47:58.206Z | Downloaded rustc-hash v1.1.0 |
1134 | 2024-04-02T18:47:58.206Z | Downloaded foreign-types-shared v0.3.1 |
1135 | 2024-04-02T18:47:58.206Z | Downloaded pkcs1 v0.7.5 |
1136 | 2024-04-02T18:47:58.206Z | Downloaded textwrap v0.11.0 |
1137 | 2024-04-02T18:47:58.206Z | Downloaded parse-size v1.0.0 |
1138 | 2024-04-02T18:47:58.206Z | Downloaded dof v0.3.0 |
1139 | 2024-04-02T18:47:58.206Z | Downloaded schemars_derive v0.8.16 |
1140 | 2024-04-02T18:47:58.206Z | Downloaded serde_derive v1.0.197 |
1141 | 2024-04-02T18:47:58.206Z | Downloaded hashbrown v0.12.3 |
1142 | 2024-04-02T18:47:58.206Z | Downloaded portpicker v0.1.1 |
1143 | 2024-04-02T18:47:58.206Z | Downloaded tinyvec v1.6.0 |
1144 | 2024-04-02T18:47:58.206Z | Downloaded phf_shared v0.11.2 |
1145 | 2024-04-02T18:47:58.207Z | Downloaded der v0.7.8 |
1146 | 2024-04-02T18:47:58.207Z | Downloaded fixedbitset v0.4.2 |
1147 | 2024-04-02T18:47:58.207Z | Downloaded signal-hook-mio v0.2.3 |
1148 | 2024-04-02T18:47:58.207Z | Downloaded semver-parser v0.10.2 |
1149 | 2024-04-02T18:47:58.207Z | Downloaded crucible-workspace-hack v0.1.0 |
1150 | 2024-04-02T18:47:58.207Z | Downloaded filetime v0.2.23 |
1151 | 2024-04-02T18:47:58.207Z | Downloaded strsim v0.8.0 |
1152 | 2024-04-02T18:47:58.207Z | Downloaded tungstenite v0.21.0 |
1153 | 2024-04-02T18:47:58.207Z | Downloaded time-core v0.1.2 |
1154 | 2024-04-02T18:47:58.207Z | Downloaded itertools v0.12.1 |
1155 | 2024-04-02T18:47:58.207Z | Downloaded toolchain_find v0.2.0 |
1156 | 2024-04-02T18:47:58.207Z | Downloaded tiny-keccak v2.0.2 |
1157 | 2024-04-02T18:47:58.207Z | Downloaded thread-id v4.2.0 |
1158 | 2024-04-02T18:47:58.207Z | Downloaded rustls-pemfile v1.0.3 |
1159 | 2024-04-02T18:47:58.207Z | Downloaded precomputed-hash v0.1.1 |
1160 | 2024-04-02T18:47:58.207Z | Downloaded globset v0.4.13 |
1161 | 2024-04-02T18:47:58.207Z | Downloaded rustversion v1.0.14 |
1162 | 2024-04-02T18:47:58.207Z | Downloaded prettyplease v0.2.16 |
1163 | 2024-04-02T18:47:58.207Z | Downloaded test-strategy v0.3.1 |
1164 | 2024-04-02T18:47:58.207Z | Downloaded darling_macro v0.14.4 |
1165 | 2024-04-02T18:47:58.207Z | Downloaded usdt-macro v0.5.0 |
1166 | 2024-04-02T18:47:58.207Z | Downloaded dyn-clone v1.0.17 |
1167 | 2024-04-02T18:47:58.208Z | Downloaded display-error-chain v0.2.0 |
1168 | 2024-04-02T18:47:58.208Z | Downloaded heapless v0.7.16 |
1169 | 2024-04-02T18:47:58.212Z | Downloaded tui-tree-widget v0.17.0 |
1170 | 2024-04-02T18:47:58.212Z | Downloaded topological-sort v0.2.2 |
1171 | 2024-04-02T18:47:58.212Z | Downloaded paste v1.0.14 |
1172 | 2024-04-02T18:47:58.212Z | Downloaded quote v1.0.35 |
1173 | 2024-04-02T18:47:58.212Z | Downloaded tungstenite v0.20.1 |
1174 | 2024-04-02T18:47:58.212Z | Downloaded ed25519 v1.5.3 |
1175 | 2024-04-02T18:47:58.212Z | Downloaded smawk v0.3.1 |
1176 | 2024-04-02T18:47:58.212Z | Downloaded blake3 v1.5.0 |
1177 | 2024-04-02T18:47:58.212Z | Downloaded enum-as-inner v0.5.1 |
1178 | 2024-04-02T18:47:58.212Z | Downloaded slog-stdlog v4.1.1 |
1179 | 2024-04-02T18:47:58.213Z | Downloaded schemars v0.8.16 |
1180 | 2024-04-02T18:47:58.213Z | Downloaded signal-hook-tokio v0.3.1 |
1181 | 2024-04-02T18:47:58.213Z | Downloaded thread_local v1.1.7 |
1182 | 2024-04-02T18:47:58.213Z | Downloaded secrecy v0.8.0 |
1183 | 2024-04-02T18:47:58.213Z | Downloaded radium v0.7.0 |
1184 | 2024-04-02T18:47:58.213Z | Downloaded proc-macro-error-attr v1.0.4 |
1185 | 2024-04-02T18:47:58.213Z | Downloaded postgres-protocol v0.6.6 |
1186 | 2024-04-02T18:47:58.213Z | Downloaded dirs-next v2.0.0 |
1187 | 2024-04-02T18:47:58.213Z | Downloaded rcgen v0.12.1 |
1188 | 2024-04-02T18:47:58.213Z | Downloaded signal-hook v0.3.17 |
1189 | 2024-04-02T18:47:58.213Z | Downloaded password-hash v0.5.0 |
1190 | 2024-04-02T18:47:58.213Z | Downloaded signal-hook-registry v1.4.1 |
1191 | 2024-04-02T18:47:58.213Z | Downloaded pest_meta v2.7.6 |
1192 | 2024-04-02T18:47:58.213Z | Downloaded dirs-sys-next v0.1.2 |
1193 | 2024-04-02T18:47:58.213Z | Downloaded poly1305 v0.8.0 |
1194 | 2024-04-02T18:47:58.213Z | Downloaded static_assertions v1.1.0 |
1195 | 2024-04-02T18:47:58.213Z | Downloaded csv-core v0.1.11 |
1196 | 2024-04-02T18:47:58.213Z | Downloaded crossbeam-utils v0.8.19 |
1197 | 2024-04-02T18:47:58.213Z | Downloaded slog-term v2.9.0 |
1198 | 2024-04-02T18:47:58.213Z | Downloaded whoami v1.5.0 |
1199 | 2024-04-02T18:47:58.213Z | Downloaded zerocopy v0.6.4 |
1200 | 2024-04-02T18:47:58.213Z | Downloaded signature v2.1.0 |
1201 | 2024-04-02T18:47:58.214Z | Downloaded env_logger v0.9.3 |
1202 | 2024-04-02T18:47:58.214Z | Downloaded structopt v0.3.26 |
1203 | 2024-04-02T18:47:58.214Z | Downloaded clap_builder v4.5.1 |
1204 | 2024-04-02T18:47:58.214Z | Downloaded postcard v1.0.8 |
1205 | 2024-04-02T18:47:58.214Z | Downloaded pin-project v1.1.3 |
1206 | 2024-04-02T18:47:58.214Z | Downloaded darling v0.14.4 |
1207 | 2024-04-02T18:47:58.214Z | Downloaded clap v2.34.0 |
1208 | 2024-04-02T18:47:58.214Z | Downloaded similar v2.4.0 |
1209 | 2024-04-02T18:47:58.214Z | Downloaded tracing v0.1.40 |
1210 | 2024-04-02T18:47:58.214Z | Downloaded hashbrown v0.14.3 |
1211 | 2024-04-02T18:47:58.214Z | Downloaded tokio-util v0.7.10 |
1212 | 2024-04-02T18:47:58.214Z | Downloaded idna v0.2.3 |
1213 | 2024-04-02T18:47:58.214Z | Downloaded ron v0.7.1 |
1214 | 2024-04-02T18:47:58.214Z | Downloaded serde_with v3.6.1 |
1215 | 2024-04-02T18:47:58.214Z | Downloaded rustls-webpki v0.101.7 |
1216 | 2024-04-02T18:47:58.214Z | Downloaded trust-dns-server v0.22.1 |
1217 | 2024-04-02T18:47:58.214Z | Downloaded trust-dns-resolver v0.22.0 |
1218 | 2024-04-02T18:47:58.214Z | Downloaded pest v2.7.6 |
1219 | 2024-04-02T18:47:58.214Z | Downloaded toml_edit v0.19.15 |
1220 | 2024-04-02T18:47:58.214Z | Downloaded rustyline v13.0.0 |
1221 | 2024-04-02T18:47:58.214Z | Downloaded reqwest v0.11.24 |
1222 | 2024-04-02T18:47:58.215Z | Downloaded toml_edit v0.22.6 |
1223 | 2024-04-02T18:47:58.215Z | Downloaded crossterm v0.27.0 |
1224 | 2024-04-02T18:47:58.215Z | Downloaded reedline v0.30.0 |
1225 | 2024-04-02T18:47:58.215Z | Downloaded portable-atomic v1.4.3 |
1226 | 2024-04-02T18:47:58.215Z | Downloaded nix v0.27.1 |
1227 | 2024-04-02T18:47:58.215Z | Downloaded time v0.3.34 |
1228 | 2024-04-02T18:47:58.215Z | Downloaded futures-util v0.3.30 |
1229 | 2024-04-02T18:47:58.215Z | Downloaded polar-core v0.27.0 |
1230 | 2024-04-02T18:47:58.215Z | Downloaded tough v0.16.0 |
1231 | 2024-04-02T18:47:58.215Z | Downloaded rayon v1.9.0 |
1232 | 2024-04-02T18:47:58.215Z | Downloaded quick-xml v0.30.0 |
1233 | 2024-04-02T18:47:58.215Z | Downloaded winnow v0.5.15 |
1234 | 2024-04-02T18:47:58.215Z | Downloaded goblin v0.8.0 |
1235 | 2024-04-02T18:47:58.215Z | Downloaded vcpkg v0.2.15 |
1236 | 2024-04-02T18:47:58.215Z | Downloaded gimli v0.28.0 |
1237 | 2024-04-02T18:47:58.215Z | Downloaded object v0.32.1 |
1238 | 2024-04-02T18:47:58.215Z | Downloaded object v0.30.4 |
1239 | 2024-04-02T18:47:58.215Z | Downloaded regress v0.9.0 |
1240 | 2024-04-02T18:47:58.215Z | Downloaded diesel v2.1.4 |
1241 | 2024-04-02T18:47:58.215Z | Downloaded smoltcp v0.9.1 |
1242 | 2024-04-02T18:47:58.215Z | Downloaded curve25519-dalek v4.1.1 |
1243 | 2024-04-02T18:47:58.216Z | Downloaded rustls v0.22.2 |
1244 | 2024-04-02T18:47:58.216Z | Downloaded openapiv3 v2.0.0 |
1245 | 2024-04-02T18:47:58.216Z | Downloaded ratatui v0.26.1 |
1246 | 2024-04-02T18:47:58.216Z | Downloaded sled v0.34.7 |
1247 | 2024-04-02T18:47:58.216Z | Downloaded regex-automata v0.4.5 |
1248 | 2024-04-02T18:47:58.216Z | Downloaded libc v0.2.153 |
1249 | 2024-04-02T18:47:58.216Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1250 | 2024-04-02T18:47:58.216Z | Downloaded zerocopy-derive v0.6.4 |
1251 | 2024-04-02T18:47:58.216Z | Downloaded csv v1.3.0 |
1252 | 2024-04-02T18:47:58.216Z | Downloaded tokio v1.36.0 |
1253 | 2024-04-02T18:47:58.216Z | Downloaded sha3 v0.10.8 |
1254 | 2024-04-02T18:47:58.216Z | Downloaded zerocopy-derive v0.2.0 |
1255 | 2024-04-02T18:47:58.216Z | Downloaded encoding_rs v0.8.33 |
1256 | 2024-04-02T18:47:58.216Z | Downloaded webpki-roots v0.25.2 |
1257 | 2024-04-02T18:47:58.216Z | Downloaded radix_trie v0.2.1 |
1258 | 2024-04-02T18:47:58.216Z | Downloaded bstr v1.9.0 |
1259 | 2024-04-02T18:47:58.216Z | Downloaded rustix v0.38.31 |
1260 | 2024-04-02T18:47:58.216Z | Downloaded openssl v0.10.60 |
1261 | 2024-04-02T18:47:58.216Z | Downloaded regex-syntax v0.8.2 |
1262 | 2024-04-02T18:47:58.216Z | Downloaded smoltcp v0.11.0 |
1263 | 2024-04-02T18:47:58.216Z | Downloaded syn v2.0.52 |
1264 | 2024-04-02T18:47:58.216Z | Downloaded rustls v0.21.9 |
1265 | 2024-04-02T18:47:58.217Z | Downloaded bstr v0.2.17 |
1266 | 2024-04-02T18:47:58.217Z | Downloaded regex-syntax v0.6.29 |
1267 | 2024-04-02T18:47:58.217Z | Downloaded rustls-webpki v0.102.1 |
1268 | 2024-04-02T18:47:58.217Z | Downloaded tabled v0.15.0 |
1269 | 2024-04-02T18:47:58.221Z | Downloaded syn v1.0.109 |
1270 | 2024-04-02T18:47:58.221Z | Downloaded trust-dns-proto v0.22.0 |
1271 | 2024-04-02T18:47:58.221Z | Downloaded winnow v0.6.1 |
1272 | 2024-04-02T18:47:58.221Z | Downloaded regex v1.10.3 |
1273 | 2024-04-02T18:47:58.221Z | Downloaded chrono v0.4.34 |
1274 | 2024-04-02T18:47:58.221Z | Downloaded steno v0.4.0 |
1275 | 2024-04-02T18:47:58.221Z | Downloaded proptest v1.4.0 |
1276 | 2024-04-02T18:47:58.222Z | Downloaded petgraph v0.6.4 |
1277 | 2024-04-02T18:47:58.222Z | Downloaded lalrpop v0.19.12 |
1278 | 2024-04-02T18:47:58.222Z | Downloaded bitvec v1.0.1 |
1279 | 2024-04-02T18:47:58.222Z | Downloaded idna v0.5.0 |
1280 | 2024-04-02T18:47:58.222Z | Downloaded zerocopy v0.7.32 |
1281 | 2024-04-02T18:47:58.222Z | Downloaded sqlparser v0.43.1 |
1282 | 2024-04-02T18:47:58.222Z | Downloaded idna v0.3.0 |
1283 | 2024-04-02T18:47:58.222Z | Downloaded serde v1.0.197 |
1284 | 2024-04-02T18:47:58.222Z | Downloaded derive_more v0.99.17 |
1285 | 2024-04-02T18:47:58.222Z | Downloaded derive-where v1.2.7 |
1286 | 2024-04-02T18:47:58.222Z | Downloaded unicode-bidi v0.3.15 |
1287 | 2024-04-02T18:47:58.222Z | Downloaded h2 v0.3.24 |
1288 | 2024-04-02T18:47:58.222Z | Downloaded unicode-normalization v0.1.22 |
1289 | 2024-04-02T18:47:58.222Z | Downloaded serde_json v1.0.114 |
1290 | 2024-04-02T18:47:58.222Z | Downloaded parse-display-derive v0.9.0 |
1291 | 2024-04-02T18:47:58.222Z | Downloaded glob v0.3.1 |
1292 | 2024-04-02T18:47:58.222Z | Downloaded pkcs8 v0.10.2 |
1293 | 2024-04-02T18:47:58.222Z | Downloaded peg v0.8.2 |
1294 | 2024-04-02T18:47:58.222Z | Downloaded bindgen v0.69.2 |
1295 | 2024-04-02T18:47:58.222Z | Downloaded wyz v0.5.1 |
1296 | 2024-04-02T18:47:58.222Z | Downloaded smallvec v0.6.14 |
1297 | 2024-04-02T18:47:58.223Z | Downloaded parse-display v0.9.0 |
1298 | 2024-04-02T18:47:58.223Z | Downloaded time-macros v0.2.17 |
1299 | 2024-04-02T18:47:58.223Z | Downloaded zip v0.6.6 |
1300 | 2024-04-02T18:47:58.223Z | Downloaded signature v1.6.4 |
1301 | 2024-04-02T18:47:58.223Z | Downloaded hash32 v0.2.1 |
1302 | 2024-04-02T18:47:58.223Z | Downloaded smallvec v1.13.1 |
1303 | 2024-04-02T18:47:58.223Z | Downloaded once_cell v1.19.0 |
1304 | 2024-04-02T18:47:58.223Z | Downloaded path-slash v0.1.5 |
1305 | 2024-04-02T18:47:58.223Z | Downloaded env_logger v0.10.0 |
1306 | 2024-04-02T18:47:58.223Z | Downloaded serde_yaml v0.9.25 |
1307 | 2024-04-02T18:47:58.223Z | Downloaded regex-automata v0.1.10 |
1308 | 2024-04-02T18:47:58.223Z | Downloaded url v2.5.0 |
1309 | 2024-04-02T18:47:58.223Z | Downloaded pkg-config v0.3.27 |
1310 | 2024-04-02T18:47:58.223Z | Downloaded getopts v0.2.21 |
1311 | 2024-04-02T18:47:58.223Z | Downloaded flagset v0.4.3 |
1312 | 2024-04-02T18:47:58.223Z | Downloaded usdt-macro v0.3.5 |
1313 | 2024-04-02T18:47:58.223Z | Downloaded pin-project-internal v1.1.3 |
1314 | 2024-04-02T18:47:58.223Z | Downloaded sct v0.7.0 |
1315 | 2024-04-02T18:47:58.223Z | Downloaded r2d2 v0.8.10 |
1316 | 2024-04-02T18:47:58.223Z | Downloaded flate2 v1.0.28 |
1317 | 2024-04-02T18:47:58.223Z | Downloaded rand v0.8.5 |
1318 | 2024-04-02T18:47:58.227Z | Downloaded fd-lock v4.0.2 |
1319 | 2024-04-02T18:47:58.227Z | Downloaded getrandom v0.2.12 |
1320 | 2024-04-02T18:47:58.227Z | Downloaded openssl-sys v0.9.96 |
1321 | 2024-04-02T18:47:58.231Z | Downloaded rusty-fork v0.3.0 |
1322 | 2024-04-02T18:47:58.234Z | Downloaded ron v0.8.1 |
1323 | 2024-04-02T18:47:58.238Z | Downloaded salty v0.2.0 |
1324 | 2024-04-02T18:47:58.244Z | Downloaded ring v0.17.8 |
1325 | 2024-04-02T18:47:58.315Z | Downloaded pin-project-lite v0.2.13 |
1326 | 2024-04-02T18:47:58.320Z | Downloaded vte v0.11.1 |
1327 | 2024-04-02T18:47:58.330Z | Downloaded typenum v1.16.0 |
1328 | 2024-04-02T18:47:58.330Z | Downloaded itertools v0.10.5 |
1329 | 2024-04-02T18:47:58.344Z | Downloaded publicsuffix v2.2.3 |
1330 | 2024-04-02T18:47:58.344Z | Downloaded hkdf v0.12.4 |
1331 | 2024-04-02T18:47:58.345Z | Downloaded nom v7.1.3 |
1332 | 2024-04-02T18:47:58.355Z | Downloaded ring v0.16.20 |
1333 | 2024-04-02T18:47:58.433Z | Downloaded vsss-rs v3.3.4 |
1334 | 2024-04-02T18:47:58.439Z | Downloaded form_urlencoded v1.2.1 |
1335 | 2024-04-02T18:47:58.439Z | Downloaded dof v0.1.5 |
1336 | 2024-04-02T18:47:58.439Z | Downloaded debug-ignore v1.0.5 |
1337 | 2024-04-02T18:47:58.439Z | Downloaded x509-cert v0.2.4 |
1338 | 2024-04-02T18:47:58.439Z | Downloaded libxml v0.3.3 |
1339 | 2024-04-02T18:47:58.443Z | Downloaded libm v0.2.7 |
1340 | 2024-04-02T18:47:58.458Z | Downloaded toml v0.5.11 |
1341 | 2024-04-02T18:47:58.461Z | Downloaded ryu v1.0.15 |
1342 | 2024-04-02T18:47:58.462Z | Downloaded tracing-attributes v0.1.27 |
1343 | 2024-04-02T18:47:58.462Z | Downloaded structmeta-derive v0.3.0 |
1344 | 2024-04-02T18:47:58.462Z | Downloaded stable_deref_trait v1.2.0 |
1345 | 2024-04-02T18:47:58.462Z | Downloaded rand_xorshift v0.3.0 |
1346 | 2024-04-02T18:47:58.462Z | Downloaded rand_seeder v0.2.3 |
1347 | 2024-04-02T18:47:58.462Z | Downloaded rand_core v0.6.4 |
1348 | 2024-04-02T18:47:58.465Z | Downloaded rand_chacha v0.3.1 |
1349 | 2024-04-02T18:47:58.466Z | Downloaded futures v0.3.30 |
1350 | 2024-04-02T18:47:58.469Z | Downloaded darling_core v0.20.3 |
1351 | 2024-04-02T18:47:58.476Z | Downloaded darling_core v0.14.4 |
1352 | 2024-04-02T18:47:58.889Z | Downloaded headers v0.3.9 |
1353 | 2024-04-02T18:47:58.889Z | Downloaded num_enum v0.5.11 |
1354 | 2024-04-02T18:47:58.894Z | Downloaded uuid v0.8.2 |
1355 | 2024-04-02T18:47:58.894Z | Downloaded ucd-trie v0.1.6 |
1356 | 2024-04-02T18:47:58.894Z | Downloaded termtree v0.4.1 |
1357 | 2024-04-02T18:47:58.894Z | Downloaded take_mut v0.2.2 |
1358 | 2024-04-02T18:47:58.894Z | Downloaded fs-err v2.11.0 |
1359 | 2024-04-02T18:47:58.894Z | Downloaded pest_derive v2.7.6 |
1360 | 2024-04-02T18:47:58.894Z | Downloaded papergrid v0.11.0 |
1361 | 2024-04-02T18:47:58.895Z | Downloaded swrite v0.1.0 |
1362 | 2024-04-02T18:47:58.895Z | Downloaded proc-macro-error v1.0.4 |
1363 | 2024-04-02T18:47:58.895Z | Downloaded stringprep v0.1.3 |
1364 | 2024-04-02T18:47:58.895Z | Downloaded num-bigint v0.4.4 |
1365 | 2024-04-02T18:47:58.895Z | Downloaded downcast v0.11.0 |
1366 | 2024-04-02T18:47:58.895Z | Downloaded derive_builder_macro v0.12.0 |
1367 | 2024-04-02T18:47:58.895Z | Downloaded predicates-core v1.0.6 |
1368 | 2024-04-02T18:47:58.895Z | Downloaded platforms v3.0.2 |
1369 | 2024-04-02T18:47:58.895Z | Downloaded parking_lot_core v0.8.6 |
1370 | 2024-04-02T18:47:58.895Z | Downloaded omicron-zone-package v0.11.0 |
1371 | 2024-04-02T18:47:58.895Z | Downloaded unicode_categories v0.1.1 |
1372 | 2024-04-02T18:47:58.896Z | Downloaded packed_struct_codegen v0.10.1 |
1373 | 2024-04-02T18:47:58.896Z | Downloaded memchr v2.7.1 |
1374 | 2024-04-02T18:47:58.896Z | Downloaded mio v0.8.11 |
1375 | 2024-04-02T18:47:58.896Z | Downloaded crossbeam-channel v0.5.8 |
1376 | 2024-04-02T18:47:58.896Z | Downloaded futures-core v0.3.30 |
1377 | 2024-04-02T18:47:58.896Z | Downloaded derive_builder v0.12.0 |
1378 | 2024-04-02T18:47:58.896Z | Downloaded tokio-postgres v0.7.10 |
1379 | 2024-04-02T18:47:58.896Z | Downloaded elliptic-curve v0.13.8 |
1380 | 2024-04-02T18:47:58.896Z | Downloaded crypto-bigint v0.5.2 |
1381 | 2024-04-02T18:47:58.896Z | Downloaded siphasher v0.3.11 |
1382 | 2024-04-02T18:47:58.896Z | Downloaded serde_tokenstream v0.2.0 |
1383 | 2024-04-02T18:47:58.896Z | Downloaded scheduled-thread-pool v0.2.7 |
1384 | 2024-04-02T18:47:58.897Z | Downloaded same-file v1.0.6 |
1385 | 2024-04-02T18:47:58.897Z | Downloaded tokio-rustls v0.25.0 |
1386 | 2024-04-02T18:47:58.897Z | Downloaded parking_lot v0.12.1 |
1387 | 2024-04-02T18:47:58.897Z | Downloaded oso v0.27.0 |
1388 | 2024-04-02T18:47:58.897Z | Downloaded tokio-tungstenite v0.21.0 |
1389 | 2024-04-02T18:47:58.897Z | Downloaded tokio-tungstenite v0.20.1 |
1390 | 2024-04-02T18:47:58.897Z | Downloaded defmt-parser v0.3.3 |
1391 | 2024-04-02T18:47:58.897Z | Downloaded predicates-tree v1.0.9 |
1392 | 2024-04-02T18:47:58.897Z | Downloaded packed_struct v0.10.1 |
1393 | 2024-04-02T18:47:58.897Z | Downloaded strsim v0.11.0 |
1394 | 2024-04-02T18:47:58.897Z | Downloaded unicode-linebreak v0.1.5 |
1395 | 2024-04-02T18:47:58.897Z | Downloaded pem-rfc7468 v0.7.0 |
1396 | 2024-04-02T18:47:58.898Z | Downloaded parking_lot v0.11.2 |
1397 | 2024-04-02T18:47:58.898Z | Downloaded tracing-core v0.1.32 |
1398 | 2024-04-02T18:47:58.898Z | Downloaded structmeta v0.3.0 |
1399 | 2024-04-02T18:47:58.898Z | Downloaded structmeta v0.2.0 |
1400 | 2024-04-02T18:47:58.898Z | Downloaded funty v2.0.0 |
1401 | 2024-04-02T18:47:58.898Z | Downloaded rsa v0.9.2 |
1402 | 2024-04-02T18:47:58.898Z | Downloaded chacha20poly1305 v0.10.1 |
1403 | 2024-04-02T18:47:58.898Z | Downloaded tar v0.4.40 |
1404 | 2024-04-02T18:47:58.898Z | Downloaded pretty-hex v0.2.1 |
1405 | 2024-04-02T18:47:58.898Z | Downloaded socket2 v0.4.9 |
1406 | 2024-04-02T18:47:58.898Z | Downloaded thiserror-impl v1.0.57 |
1407 | 2024-04-02T18:47:58.898Z | Downloaded tap v1.0.1 |
1408 | 2024-04-02T18:47:58.899Z | Downloaded synstructure v0.12.6 |
1409 | 2024-04-02T18:47:58.899Z | Downloaded rustls-pki-types v1.3.0 |
1410 | 2024-04-02T18:47:58.899Z | Downloaded errno v0.3.8 |
1411 | 2024-04-02T18:47:58.899Z | Downloaded erased-serde v0.3.31 |
1412 | 2024-04-02T18:47:58.899Z | Downloaded slog-json v2.6.1 |
1413 | 2024-04-02T18:47:58.899Z | Downloaded serde_tokenstream v0.1.7 |
1414 | 2024-04-02T18:47:58.899Z | Downloaded serde_spanned v0.6.5 |
1415 | 2024-04-02T18:47:58.899Z | Downloaded serde_repr v0.1.16 |
1416 | 2024-04-02T18:47:58.899Z | Downloaded serde_plain v1.0.2 |
1417 | 2024-04-02T18:47:58.899Z | Downloaded phf_shared v0.10.0 |
1418 | 2024-04-02T18:47:58.899Z | Downloaded cc v1.0.83 |
1419 | 2024-04-02T18:47:58.900Z | Downloaded bytes v1.5.0 |
1420 | 2024-04-02T18:47:58.900Z | Downloaded cookie v0.17.0 |
1421 | 2024-04-02T18:47:58.900Z | Downloaded bitflags v2.4.2 |
1422 | 2024-04-02T18:47:58.900Z | Downloaded futures-macro v0.3.30 |
1423 | 2024-04-02T18:47:58.900Z | Downloaded cookie v0.18.0 |
1424 | 2024-04-02T18:47:58.900Z | Downloaded compact_str v0.7.1 |
1425 | 2024-04-02T18:47:58.900Z | Downloaded clang-sys v1.6.1 |
1426 | 2024-04-02T18:47:58.900Z | Downloaded term v0.7.0 |
1427 | 2024-04-02T18:47:58.900Z | Downloaded embedded-io v0.4.0 |
1428 | 2024-04-02T18:47:58.900Z | Downloaded shlex v1.3.0 |
1429 | 2024-04-02T18:47:58.900Z | Downloaded sha2 v0.10.8 |
1430 | 2024-04-02T18:47:58.900Z | Downloaded serde_derive_internals v0.26.0 |
1431 | 2024-04-02T18:47:58.901Z | Downloaded http v1.0.0 |
1432 | 2024-04-02T18:47:58.901Z | Downloaded backtrace v0.3.69 |
1433 | 2024-04-02T18:47:58.901Z | Downloaded unicase v2.7.0 |
1434 | 2024-04-02T18:47:58.901Z | Downloaded http v0.2.12 |
1435 | 2024-04-02T18:47:58.901Z | Downloaded nanorand v0.7.0 |
1436 | 2024-04-02T18:47:58.901Z | Downloaded multer v3.0.0 |
1437 | 2024-04-02T18:47:58.901Z | Downloaded ciborium v0.2.2 |
1438 | 2024-04-02T18:47:58.901Z | Downloaded chacha20 v0.9.1 |
1439 | 2024-04-02T18:47:58.901Z | Downloaded buf-list v1.0.3 |
1440 | 2024-04-02T18:47:58.901Z | Downloaded walkdir v2.4.0 |
1441 | 2024-04-02T18:47:58.901Z | Downloaded waitgroup v0.1.2 |
1442 | 2024-04-02T18:47:58.901Z | Downloaded mime_guess v2.0.4 |
1443 | 2024-04-02T18:47:58.901Z | Downloaded cfg-if v1.0.0 |
1444 | 2024-04-02T18:47:58.902Z | Downloaded bzip2 v0.4.4 |
1445 | 2024-04-02T18:47:58.902Z | Downloaded keccak v0.1.4 |
1446 | 2024-04-02T18:47:58.902Z | Downloaded maplit v1.0.2 |
1447 | 2024-04-02T18:47:58.902Z | Downloaded libloading v0.7.4 |
1448 | 2024-04-02T18:47:58.902Z | Downloaded terminal_size v0.3.0 |
1449 | 2024-04-02T18:47:58.902Z | Downloaded termcolor v1.2.0 |
1450 | 2024-04-02T18:47:58.902Z | Downloaded slog-envlogger v2.2.0 |
1451 | 2024-04-02T18:47:58.902Z | Downloaded slog-dtrace v0.3.0 |
1452 | 2024-04-02T18:47:58.902Z | Downloaded serde_urlencoded v0.7.1 |
1453 | 2024-04-02T18:47:58.902Z | Downloaded newline-converter v0.3.0 |
1454 | 2024-04-02T18:47:58.914Z | Downloaded camino v1.1.6 |
1455 | 2024-04-02T18:47:58.914Z | Downloaded num v0.4.1 |
1456 | 2024-04-02T18:47:58.914Z | Downloaded newtype-uuid v1.0.1 |
1457 | 2024-04-02T18:47:58.915Z | Downloaded console v0.15.8 |
1458 | 2024-04-02T18:47:58.915Z | Downloaded base64 v0.13.1 |
1459 | 2024-04-02T18:47:58.915Z | Downloaded maybe-uninit v2.0.0 |
1460 | 2024-04-02T18:47:58.915Z | Downloaded kstat-rs v0.2.3 |
1461 | 2024-04-02T18:47:58.915Z | Downloaded itoa v1.0.9 |
1462 | 2024-04-02T18:47:58.915Z | Downloaded indexmap v1.9.3 |
1463 | 2024-04-02T18:47:58.915Z | Downloaded camino-tempfile v1.1.1 |
1464 | 2024-04-02T18:47:58.915Z | Downloaded md-5 v0.10.5 |
1465 | 2024-04-02T18:47:58.915Z | Downloaded corncobs v0.1.3 |
1466 | 2024-04-02T18:47:58.915Z | Downloaded byteorder v1.5.0 |
1467 | 2024-04-02T18:47:58.915Z | Downloaded managed v0.8.0 |
1468 | 2024-04-02T18:47:58.915Z | Downloaded linear-map v1.2.0 |
1469 | 2024-04-02T18:47:58.915Z | Downloaded lazy_static v1.4.0 |
1470 | 2024-04-02T18:47:58.915Z | Downloaded lazycell v1.3.0 |
1471 | 2024-04-02T18:47:58.915Z | Downloaded lalrpop-util v0.19.12 |
1472 | 2024-04-02T18:47:58.916Z | Downloaded is-terminal v0.4.9 |
1473 | 2024-04-02T18:47:58.916Z | Downloaded clap_lex v0.7.0 |
1474 | 2024-04-02T18:47:58.916Z | Downloaded bytecount v0.6.3 |
1475 | 2024-04-02T18:47:58.916Z | Downloaded cexpr v0.6.0 |
1476 | 2024-04-02T18:47:58.916Z | Downloaded arc-swap v1.6.0 |
1477 | 2024-04-02T18:47:58.916Z | Downloaded bit-set v0.5.3 |
1478 | 2024-04-02T18:47:58.916Z | Downloaded bitfield v0.14.0 |
1479 | 2024-04-02T18:47:58.916Z | Downloaded matches v0.1.10 |
1480 | 2024-04-02T18:47:58.916Z | Downloaded hyper-rustls v0.24.2 |
1481 | 2024-04-02T18:47:58.916Z | Downloaded hostname v0.3.1 |
1482 | 2024-04-02T18:47:58.916Z | Downloaded allocator-api2 v0.2.16 |
1483 | 2024-04-02T18:47:58.916Z | Downloaded home v0.5.5 |
1484 | 2024-04-02T18:47:58.916Z | Downloaded highway v1.1.0 |
1485 | 2024-04-02T18:47:58.916Z | Downloaded base16ct v0.2.0 |
1486 | 2024-04-02T18:47:58.916Z | Downloaded autocfg v1.1.0 |
1487 | 2024-04-02T18:47:58.916Z | Downloaded atomic-waker v1.1.1 |
1488 | 2024-04-02T18:47:58.917Z | Downloaded anyhow v1.0.79 |
1489 | 2024-04-02T18:47:58.917Z | Downloaded bcs v0.1.6 |
1490 | 2024-04-02T18:47:58.917Z | Downloaded async-trait v0.1.77 |
1491 | 2024-04-02T18:47:58.917Z | Downloaded anstream v0.6.11 |
1492 | 2024-04-02T18:47:58.917Z | Downloaded ahash v0.8.8 |
1493 | 2024-04-02T18:47:58.917Z | Downloaded argon2 v0.5.3 |
1494 | 2024-04-02T18:47:58.917Z | Downloaded ansi_term v0.12.1 |
1495 | 2024-04-02T18:47:58.917Z | Downloaded arrayref v0.3.7 |
1496 | 2024-04-02T18:47:59.192Z | Compiling proc-macro2 v1.0.78 |
1497 | 2024-04-02T18:47:59.192Z | Compiling unicode-ident v1.0.12 |
1498 | 2024-04-02T18:47:59.195Z | Compiling libc v0.2.153 |
1499 | 2024-04-02T18:47:59.196Z | Compiling serde v1.0.197 |
1500 | 2024-04-02T18:47:59.196Z | Compiling version_check v0.9.4 |
1501 | 2024-04-02T18:47:59.196Z | Compiling autocfg v1.1.0 |
1502 | 2024-04-02T18:47:59.239Z | Compiling cfg-if v1.0.0 |
1503 | 2024-04-02T18:47:59.365Z | Compiling syn v1.0.109 |
1504 | 2024-04-02T18:47:59.410Z | Compiling once_cell v1.19.0 |
1505 | 2024-04-02T18:47:59.446Z | Compiling byteorder v1.5.0 |
1506 | 2024-04-02T18:47:59.788Z | Compiling memchr v2.7.1 |
1507 | 2024-04-02T18:47:59.860Z | Compiling parking_lot_core v0.9.8 |
1508 | 2024-04-02T18:47:59.893Z | Compiling ahash v0.8.8 |
1509 | 2024-04-02T18:47:59.965Z | Compiling lock_api v0.4.10 |
1510 | 2024-04-02T18:48:00.806Z | Compiling serde_json v1.0.114 |
1511 | 2024-04-02T18:48:00.809Z | Compiling libm v0.2.7 |
1512 | 2024-04-02T18:48:00.809Z | Compiling num-traits v0.2.18 |
1513 | 2024-04-02T18:48:00.987Z | Compiling thiserror v1.0.57 |
1514 | 2024-04-02T18:48:01.064Z | Compiling typenum v1.16.0 |
1515 | 2024-04-02T18:48:01.068Z | Compiling generic-array v0.14.7 |
1516 | 2024-04-02T18:48:01.375Z | Compiling itoa v1.0.9 |
1517 | 2024-04-02T18:48:01.630Z | Compiling scopeguard v1.2.0 |
1518 | 2024-04-02T18:48:01.743Z | Compiling log v0.4.21 |
1519 | 2024-04-02T18:48:02.007Z | Compiling quote v1.0.35 |
1520 | 2024-04-02T18:48:02.255Z | Compiling cc v1.0.83 |
1521 | 2024-04-02T18:48:02.277Z | Compiling getrandom v0.2.12 |
1522 | 2024-04-02T18:48:02.381Z | Compiling syn v2.0.52 |
1523 | 2024-04-02T18:48:02.657Z | Compiling pkg-config v0.3.27 |
1524 | 2024-04-02T18:48:02.713Z | Compiling allocator-api2 v0.2.16 |
1525 | 2024-04-02T18:48:02.971Z | Compiling slab v0.4.9 |
1526 | 2024-04-02T18:48:02.974Z | Compiling ryu v1.0.15 |
1527 | 2024-04-02T18:48:03.553Z | Compiling smallvec v1.13.1 |
1528 | 2024-04-02T18:48:03.583Z | Compiling schemars v0.8.16 |
1529 | 2024-04-02T18:48:03.828Z | Compiling pin-project-lite v0.2.13 |
1530 | 2024-04-02T18:48:04.448Z | Compiling heck v0.4.1 |
1531 | 2024-04-02T18:48:04.452Z | Compiling equivalent v1.0.1 |
1532 | 2024-04-02T18:48:04.467Z | Compiling parking_lot v0.12.1 |
1533 | 2024-04-02T18:48:04.586Z | Compiling vcpkg v0.2.15 |
1534 | 2024-04-02T18:48:04.718Z | Compiling ring v0.17.8 |
1535 | 2024-04-02T18:48:06.206Z | Compiling signal-hook-registry v1.4.1 |
1536 | 2024-04-02T18:48:06.300Z | Compiling openssl-sys v0.9.96 |
1537 | 2024-04-02T18:48:06.964Z | Compiling mio v0.8.11 |
1538 | 2024-04-02T18:48:07.107Z | Compiling fnv v1.0.7 |
1539 | 2024-04-02T18:48:07.136Z | Compiling rand_core v0.6.4 |
1540 | 2024-04-02T18:48:07.281Z | Compiling num-conv v0.1.0 |
1541 | 2024-04-02T18:48:07.586Z | Compiling time-core v0.1.2 |
1542 | 2024-04-02T18:48:07.773Z | Compiling time-macros v0.2.17 |
1543 | 2024-04-02T18:48:07.807Z | Compiling ring v0.16.20 |
1544 | 2024-04-02T18:48:07.831Z | Compiling socket2 v0.5.5 |
1545 | 2024-04-02T18:48:08.557Z | Compiling num_cpus v1.16.0 |
1546 | 2024-04-02T18:48:08.757Z | Compiling httparse v1.8.0 |
1547 | 2024-04-02T18:48:09.345Z | Compiling futures-core v0.3.30 |
1548 | 2024-04-02T18:48:09.564Z | Compiling ucd-trie v0.1.6 |
1549 | 2024-04-02T18:48:09.595Z | Compiling openssl v0.10.60 |
1550 | 2024-04-02T18:48:09.684Z | Compiling spin v0.5.2 |
1551 | 2024-04-02T18:48:09.941Z | Compiling serde_derive_internals v0.26.0 |
1552 | 2024-04-02T18:48:10.283Z | Compiling semver v1.0.22 |
1553 | 2024-04-02T18:48:10.300Z | Compiling iana-time-zone v0.1.57 |
1554 | 2024-04-02T18:48:10.599Z | Compiling crossbeam-utils v0.8.19 |
1555 | 2024-04-02T18:48:11.033Z | Compiling rustls v0.21.9 |
1556 | 2024-04-02T18:48:11.113Z | Compiling tinyvec_macros v0.1.1 |
1557 | 2024-04-02T18:48:11.204Z | Compiling native-tls v0.2.11 |
1558 | 2024-04-02T18:48:11.233Z | Compiling tinyvec v1.6.0 |
1559 | 2024-04-02T18:48:11.299Z | Compiling spin v0.9.8 |
1560 | 2024-04-02T18:48:11.682Z | Compiling unicode-xid v0.2.4 |
1561 | 2024-04-02T18:48:11.739Z | Compiling subtle v2.5.0 |
1562 | 2024-04-02T18:48:11.768Z | Compiling rustix v0.38.31 |
1563 | 2024-04-02T18:48:11.844Z | Compiling const-oid v0.9.6 |
1564 | 2024-04-02T18:48:12.036Z | Compiling futures-sink v0.3.30 |
1565 | 2024-04-02T18:48:12.133Z | Compiling synstructure v0.12.6 |
1566 | 2024-04-02T18:48:12.366Z | Compiling backtrace v0.3.69 |
1567 | 2024-04-02T18:48:12.651Z | Compiling unicode-normalization v0.1.22 |
1568 | 2024-04-02T18:48:13.573Z | Compiling cookie v0.17.0 |
1569 | 2024-04-02T18:48:13.600Z | Compiling unicode-bidi v0.3.15 |
1570 | 2024-04-02T18:48:13.658Z | Compiling uuid v0.8.2 |
1571 | 2024-04-02T18:48:13.730Z | Compiling dyn-clone v1.0.17 |
1572 | 2024-04-02T18:48:13.864Z | Compiling slog v2.7.0 |
1573 | 2024-04-02T18:48:14.139Z | Compiling futures-channel v0.3.30 |
1574 | 2024-04-02T18:48:14.413Z | Compiling tracing-core v0.1.32 |
1575 | 2024-04-02T18:48:14.445Z | Compiling pin-utils v0.1.0 |
1576 | 2024-04-02T18:48:14.560Z | Compiling futures-task v0.3.30 |
1577 | 2024-04-02T18:48:14.826Z | Compiling futures-io v0.3.30 |
1578 | 2024-04-02T18:48:15.182Z | Compiling aho-corasick v1.1.2 |
1579 | 2024-04-02T18:48:15.379Z | Compiling serde_derive v1.0.197 |
1580 | 2024-04-02T18:48:15.459Z | Compiling zerocopy-derive v0.7.32 |
1581 | 2024-04-02T18:48:15.482Z | Compiling zeroize_derive v1.4.2 |
1582 | 2024-04-02T18:48:15.549Z | Compiling thiserror-impl v1.0.57 |
1583 | 2024-04-02T18:48:16.755Z | Compiling tokio-macros v2.2.0 |
1584 | 2024-04-02T18:48:16.786Z | Compiling futures-macro v0.3.30 |
1585 | 2024-04-02T18:48:17.406Z | Compiling zerocopy v0.7.32 |
1586 | 2024-04-02T18:48:17.412Z | Compiling tracing-attributes v0.1.27 |
1587 | 2024-04-02T18:48:18.161Z | Compiling schemars_derive v0.8.16 |
1588 | 2024-04-02T18:48:18.589Z | Compiling zeroize v1.7.0 |
1589 | 2024-04-02T18:48:19.580Z | Compiling hashbrown v0.14.3 |
1590 | 2024-04-02T18:48:19.615Z | Compiling pest v2.7.6 |
1591 | 2024-04-02T18:48:20.499Z | Compiling openssl-macros v0.1.1 |
1592 | 2024-04-02T18:48:20.905Z | Compiling zerocopy-derive v0.2.0 |
1593 | 2024-04-02T18:48:21.024Z | Compiling crypto-common v0.1.6 |
1594 | 2024-04-02T18:48:21.169Z | Compiling tracing v0.1.40 |
1595 | 2024-04-02T18:48:21.228Z | Compiling futures-util v0.3.30 |
1596 | 2024-04-02T18:48:21.996Z | Compiling pest_meta v2.7.6 |
1597 | 2024-04-02T18:48:22.020Z | Compiling der_derive v0.7.2 |
1598 | 2024-04-02T18:48:22.212Z | Compiling regex-syntax v0.8.2 |
1599 | 2024-04-02T18:48:24.180Z | Compiling pest_generator v2.7.6 |
1600 | 2024-04-02T18:48:25.409Z | Compiling winnow v0.5.15 |
1601 | 2024-04-02T18:48:26.036Z | Compiling anyhow v1.0.79 |
1602 | 2024-04-02T18:48:26.182Z | Compiling pest_derive v2.7.6 |
1603 | 2024-04-02T18:48:27.623Z | Compiling regex-automata v0.4.5 |
1604 | 2024-04-02T18:48:28.010Z | Compiling block-buffer v0.10.4 |
1605 | 2024-04-02T18:48:28.238Z | Compiling usdt-impl v0.3.5 |
1606 | 2024-04-02T18:48:28.435Z | Compiling bytes v1.5.0 |
1607 | 2024-04-02T18:48:28.659Z | Compiling indexmap v2.2.5 |
1608 | 2024-04-02T18:48:29.633Z | Compiling uuid v1.7.0 |
1609 | 2024-04-02T18:48:30.066Z | Compiling chrono v0.4.34 |
1610 | 2024-04-02T18:48:30.345Z | Compiling tokio v1.36.0 |
1611 | 2024-04-02T18:48:32.135Z | Compiling bitflags v2.4.2 |
1612 | 2024-04-02T18:48:33.042Z | Compiling toml_datetime v0.6.5 |
1613 | 2024-04-02T18:48:33.096Z | Compiling serde_spanned v0.6.5 |
1614 | 2024-04-02T18:48:33.746Z | Compiling http v0.2.12 |
1615 | 2024-04-02T18:48:35.400Z | Compiling rustc_version v0.4.0 |
1616 | 2024-04-02T18:48:36.044Z | Compiling toml_edit v0.19.15 |
1617 | 2024-04-02T18:48:36.792Z | Compiling unicode-width v0.1.11 |
1618 | 2024-04-02T18:48:36.934Z | Compiling crc32fast v1.3.2 |
1619 | 2024-04-02T18:48:36.972Z | Compiling rustversion v1.0.14 |
1620 | 2024-04-02T18:48:37.112Z | Compiling powerfmt v0.2.0 |
1621 | 2024-04-02T18:48:37.378Z | Compiling untrusted v0.9.0 |
1622 | 2024-04-02T18:48:37.610Z | Compiling deranged v0.3.11 |
1623 | 2024-04-02T18:48:37.642Z | Compiling heapless v0.7.16 |
1624 | 2024-04-02T18:48:38.585Z | Compiling digest v0.10.7 |
1625 | 2024-04-02T18:48:39.025Z | Compiling scroll_derive v0.12.0 |
1626 | 2024-04-02T18:48:39.819Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1627 | 2024-04-02T18:48:40.136Z | Compiling signal-hook v0.3.17 |
1628 | 2024-04-02T18:48:40.227Z | Compiling percent-encoding v2.3.1 |
1629 | 2024-04-02T18:48:40.391Z | Compiling async-trait v0.1.77 |
1630 | 2024-04-02T18:48:40.552Z | Compiling num_threads v0.1.6 |
1631 | 2024-04-02T18:48:40.675Z | Compiling ppv-lite86 v0.2.17 |
1632 | 2024-04-02T18:48:41.221Z | Compiling time v0.3.34 |
1633 | 2024-04-02T18:48:41.505Z | Compiling rand_chacha v0.3.1 |
1634 | 2024-04-02T18:48:43.173Z | Compiling regex v1.10.3 |
1635 | 2024-04-02T18:48:44.232Z | Compiling zerocopy v0.3.0 |
1636 | 2024-04-02T18:48:45.965Z | Compiling thread-id v4.2.0 |
1637 | 2024-04-02T18:48:46.084Z | Compiling dof v0.1.5 |
1638 | 2024-04-02T18:48:46.847Z | Compiling rand v0.8.5 |
1639 | 2024-04-02T18:48:46.919Z | Compiling tokio-util v0.7.10 |
1640 | 2024-04-02T18:48:48.479Z | Compiling dtrace-parser v0.1.14 |
1641 | 2024-04-02T18:48:48.790Z | Compiling num-bigint v0.4.4 |
1642 | 2024-04-02T18:48:48.969Z | Compiling foreign-types-shared v0.1.1 |
1643 | 2024-04-02T18:48:49.084Z | Compiling smoltcp v0.9.1 |
1644 | 2024-04-02T18:48:49.212Z | Compiling untrusted v0.7.1 |
1645 | 2024-04-02T18:48:49.274Z | Compiling base64 v0.21.7 |
1646 | 2024-04-02T18:48:49.401Z | Compiling adler v1.0.2 |
1647 | 2024-04-02T18:48:49.710Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1648 | 2024-04-02T18:48:50.060Z | Compiling base64ct v1.6.0 |
1649 | 2024-04-02T18:48:50.428Z | Compiling miniz_oxide v0.7.1 |
1650 | 2024-04-02T18:48:50.507Z | Compiling foreign-types v0.3.2 |
1651 | 2024-04-02T18:48:50.613Z | Compiling pem-rfc7468 v0.7.0 |
1652 | 2024-04-02T18:48:52.524Z | Compiling form_urlencoded v1.2.1 |
1653 | 2024-04-02T18:48:53.174Z | Compiling hmac v0.12.1 |
1654 | 2024-04-02T18:48:53.413Z | Compiling serde_tokenstream v0.1.7 |
1655 | 2024-04-02T18:48:53.785Z | Compiling lazy_static v1.4.0 |
1656 | 2024-04-02T18:48:53.961Z | Compiling unicode-segmentation v1.10.1 |
1657 | 2024-04-02T18:48:53.981Z | Compiling try-lock v0.2.4 |
1658 | 2024-04-02T18:48:54.294Z | Compiling flagset v0.4.3 |
1659 | 2024-04-02T18:48:54.325Z | Compiling siphasher v0.3.11 |
1660 | 2024-04-02T18:48:54.493Z | Compiling bitflags v1.3.2 |
1661 | 2024-04-02T18:48:54.592Z | Compiling der v0.7.8 |
1662 | 2024-04-02T18:48:55.007Z | Compiling want v0.3.1 |
1663 | 2024-04-02T18:48:55.553Z | Compiling sct v0.7.0 |
1664 | 2024-04-02T18:48:55.831Z | Compiling rustls-webpki v0.101.7 |
1665 | 2024-04-02T18:48:55.945Z | Compiling h2 v0.3.24 |
1666 | 2024-04-02T18:48:57.493Z | Compiling http-body v0.4.5 |
1667 | 2024-04-02T18:48:57.930Z | Compiling openapiv3 v2.0.0 |
1668 | 2024-04-02T18:48:58.286Z | Compiling hubpack_derive v0.1.1 |
1669 | 2024-04-02T18:48:59.115Z | Compiling zerocopy-derive v0.6.4 |
1670 | 2024-04-02T18:48:59.307Z | Compiling idna v0.5.0 |
1671 | 2024-04-02T18:48:59.622Z | Compiling errno v0.3.8 |
1672 | 2024-04-02T18:48:59.843Z | Compiling usdt-impl v0.5.0 |
1673 | 2024-04-02T18:49:00.584Z | Compiling anstyle v1.0.6 |
1674 | 2024-04-02T18:49:00.630Z | Compiling openssl-probe v0.1.5 |
1675 | 2024-04-02T18:49:00.924Z | Compiling tower-service v0.3.2 |
1676 | 2024-04-02T18:49:00.986Z | Compiling httpdate v1.0.3 |
1677 | 2024-04-02T18:49:01.413Z | Compiling gimli v0.28.0 |
1678 | 2024-04-02T18:49:01.486Z | Compiling stable_deref_trait v1.2.0 |
1679 | 2024-04-02T18:49:01.604Z | Compiling cpufeatures v0.2.12 |
1680 | 2024-04-02T18:49:01.699Z | Compiling utf8parse v0.2.1 |
1681 | 2024-04-02T18:49:01.862Z | Compiling anstyle-parse v0.2.1 |
1682 | 2024-04-02T18:49:01.992Z | Compiling sha2 v0.10.8 |
1683 | 2024-04-02T18:49:02.828Z | Compiling hyper v0.14.28 |
1684 | 2024-04-02T18:49:02.974Z | Compiling url v2.5.0 |
1685 | 2024-04-02T18:49:05.972Z | Compiling addr2line v0.21.0 |
1686 | 2024-04-02T18:49:06.804Z | Compiling spki v0.7.2 |
1687 | 2024-04-02T18:49:06.912Z | Compiling usdt-macro v0.3.5 |
1688 | 2024-04-02T18:49:07.166Z | Compiling usdt-attr-macro v0.3.5 |
1689 | 2024-04-02T18:49:07.967Z | Compiling scroll v0.12.0 |
1690 | 2024-04-02T18:49:08.540Z | Compiling md-5 v0.10.5 |
1691 | 2024-04-02T18:49:08.953Z | Compiling serde_tokenstream v0.2.0 |
1692 | 2024-04-02T18:49:09.509Z | Compiling stringprep v0.1.3 |
1693 | 2024-04-02T18:49:10.346Z | Compiling idna v0.3.0 |
1694 | 2024-04-02T18:49:11.868Z | Compiling diesel_table_macro_syntax v0.1.0 |
1695 | 2024-04-02T18:49:12.242Z | Compiling num-integer v0.1.46 |
1696 | 2024-04-02T18:49:12.359Z | Compiling object v0.32.1 |
1697 | 2024-04-02T18:49:12.823Z | Compiling hash32 v0.2.1 |
1698 | 2024-04-02T18:49:13.235Z | Compiling fallible-iterator v0.2.0 |
1699 | 2024-04-02T18:49:14.759Z | Compiling plain v0.2.3 |
1700 | 2024-04-02T18:49:14.918Z | Compiling psl-types v2.0.11 |
1701 | 2024-04-02T18:49:15.120Z | Compiling rustc-demangle v0.1.23 |
1702 | 2024-04-02T18:49:17.342Z | Compiling anstyle-query v1.0.0 |
1703 | 2024-04-02T18:49:17.499Z | Compiling colorchoice v1.0.0 |
1704 | 2024-04-02T18:49:17.857Z | Compiling anstream v0.6.11 |
1705 | 2024-04-02T18:49:18.542Z | Compiling publicsuffix v2.2.3 |
1706 | 2024-04-02T18:49:18.798Z | Compiling goblin v0.8.0 |
1707 | 2024-04-02T18:49:20.313Z | Compiling postgres-protocol v0.6.6 |
1708 | 2024-04-02T18:49:23.208Z | Compiling diesel_derives v2.1.2 |
1709 | 2024-04-02T18:49:23.849Z | Compiling tokio-rustls v0.24.1 |
1710 | 2024-04-02T18:49:28.662Z | Compiling pkcs8 v0.10.2 |
1711 | 2024-04-02T18:49:29.204Z | Compiling terminal_size v0.3.0 |
1712 | 2024-04-02T18:49:29.231Z | Compiling tokio-native-tls v0.3.1 |
1713 | 2024-04-02T18:49:29.515Z | Compiling phf_shared v0.11.2 |
1714 | 2024-04-02T18:49:30.197Z | Compiling strum_macros v0.25.2 |
1715 | 2024-04-02T18:49:30.384Z | Compiling regress v0.9.0 |
1716 | 2024-04-02T18:49:30.416Z | Compiling block-padding v0.3.3 |
1717 | 2024-04-02T18:49:30.649Z | Compiling enum-as-inner v0.5.1 |
1718 | 2024-04-02T18:49:30.936Z | Compiling clap_derive v4.5.0 |
1719 | 2024-04-02T18:49:31.281Z | Compiling serde_repr v0.1.16 |
1720 | 2024-04-02T18:49:32.578Z | Compiling ff v0.13.0 |
1721 | 2024-04-02T18:49:32.852Z | Compiling scheduled-thread-pool v0.2.7 |
1722 | 2024-04-02T18:49:33.735Z | Compiling encoding_rs v0.8.33 |
1723 | 2024-04-02T18:49:34.999Z | Compiling ipnet v2.9.0 |
1724 | 2024-04-02T18:49:35.119Z | Compiling clap_lex v0.7.0 |
1725 | 2024-04-02T18:49:35.511Z | Compiling pretty-hex v0.4.1 |
1726 | 2024-04-02T18:49:35.575Z | Compiling managed v0.8.0 |
1727 | 2024-04-02T18:49:35.822Z | Compiling strsim v0.10.0 |
1728 | 2024-04-02T18:49:36.040Z | Compiling matches v0.1.10 |
1729 | 2024-04-02T18:49:36.224Z | Compiling regex-automata v0.1.10 |
1730 | 2024-04-02T18:49:36.477Z | Compiling strsim v0.11.0 |
1731 | 2024-04-02T18:49:37.301Z | Compiling mime v0.3.17 |
1732 | 2024-04-02T18:49:37.548Z | Compiling bit-vec v0.6.3 |
1733 | 2024-04-02T18:49:37.607Z | Compiling ident_case v1.0.1 |
1734 | 2024-04-02T18:49:37.718Z | Compiling base16ct v0.2.0 |
1735 | 2024-04-02T18:49:37.785Z | Compiling darling_core v0.20.3 |
1736 | 2024-04-02T18:49:37.974Z | Compiling sec1 v0.7.3 |
1737 | 2024-04-02T18:49:38.010Z | Compiling clap_builder v4.5.1 |
1738 | 2024-04-02T18:49:38.414Z | Compiling bstr v0.2.17 |
1739 | 2024-04-02T18:49:40.535Z | Compiling idna v0.2.3 |
1740 | 2024-04-02T18:49:46.886Z | Compiling dof v0.3.0 |
1741 | 2024-04-02T18:49:47.026Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1742 | 2024-04-02T18:49:47.044Z | Compiling r2d2 v0.8.10 |
1743 | 2024-04-02T18:49:47.044Z | Compiling group v0.13.0 |
1744 | 2024-04-02T18:49:47.044Z | Compiling inout v0.1.3 |
1745 | 2024-04-02T18:49:47.044Z | Compiling phf v0.11.2 |
1746 | 2024-04-02T18:49:47.044Z | Compiling hyper-tls v0.5.0 |
1747 | 2024-04-02T18:49:47.166Z | Compiling signal-hook-mio v0.2.3 |
1748 | 2024-04-02T18:49:47.366Z | Compiling flate2 v1.0.28 |
1749 | 2024-04-02T18:49:47.679Z | Compiling bzip2 v0.4.4 |
1750 | 2024-04-02T18:49:47.794Z | Compiling hyper-rustls v0.24.2 |
1751 | 2024-04-02T18:49:47.901Z | Compiling cookie_store v0.20.0 |
1752 | 2024-04-02T18:49:48.151Z | Compiling postgres-types v0.2.6 |
1753 | 2024-04-02T18:49:48.309Z | Compiling zerocopy v0.6.4 |
1754 | 2024-04-02T18:49:48.555Z | Compiling hubpack v0.1.2 |
1755 | 2024-04-02T18:49:48.999Z | Compiling rustls-pemfile v1.0.3 |
1756 | 2024-04-02T18:49:49.052Z | Compiling phf_shared v0.10.0 |
1757 | 2024-04-02T18:49:49.144Z | Compiling hkdf v0.12.4 |
1758 | 2024-04-02T18:49:49.243Z | Compiling serde_urlencoded v0.7.1 |
1759 | 2024-04-02T18:49:49.328Z | Compiling crossbeam-epoch v0.9.18 |
1760 | 2024-04-02T18:49:49.558Z | Compiling ipnetwork v0.20.0 |
1761 | 2024-04-02T18:49:49.782Z | Compiling futures-executor v0.3.30 |
1762 | 2024-04-02T18:49:50.361Z | Compiling dtrace-parser v0.2.0 |
1763 | 2024-04-02T18:49:50.608Z | Compiling crypto-bigint v0.5.2 |
1764 | 2024-04-02T18:49:50.709Z | Compiling float-cmp v0.9.0 |
1765 | 2024-04-02T18:49:51.050Z | Compiling precomputed-hash v0.1.1 |
1766 | 2024-04-02T18:49:51.177Z | Compiling normalize-line-endings v0.3.0 |
1767 | 2024-04-02T18:49:51.316Z | Compiling predicates-core v1.0.6 |
1768 | 2024-04-02T18:49:51.644Z | Compiling whoami v1.5.0 |
1769 | 2024-04-02T18:49:51.962Z | Compiling data-encoding v2.4.0 |
1770 | 2024-04-02T18:49:52.460Z | Compiling fixedbitset v0.4.2 |
1771 | 2024-04-02T18:49:52.763Z | Compiling webpki-roots v0.25.2 |
1772 | 2024-04-02T18:49:52.854Z | Compiling new_debug_unreachable v1.0.4 |
1773 | 2024-04-02T18:49:52.923Z | Compiling either v1.10.0 |
1774 | 2024-04-02T18:49:52.958Z | Compiling minimal-lexical v0.2.1 |
1775 | 2024-04-02T18:49:53.501Z | Compiling winnow v0.6.1 |
1776 | 2024-04-02T18:49:53.913Z | Compiling difflib v0.4.0 |
1777 | 2024-04-02T18:49:54.323Z | Compiling sync_wrapper v0.1.2 |
1778 | 2024-04-02T18:49:54.428Z | Compiling static_assertions v1.1.0 |
1779 | 2024-04-02T18:49:54.465Z | Compiling reqwest v0.11.24 |
1780 | 2024-04-02T18:49:54.529Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1781 | 2024-04-02T18:49:54.863Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1782 | 2024-04-02T18:49:55.204Z | Compiling predicates v3.1.0 |
1783 | 2024-04-02T18:49:56.560Z | Compiling nom v7.1.3 |
1784 | 2024-04-02T18:49:56.778Z | Compiling itertools v0.10.5 |
1785 | 2024-04-02T18:49:57.215Z | Compiling toml_edit v0.22.6 |
1786 | 2024-04-02T18:49:59.188Z | Compiling string_cache v0.8.7 |
1787 | 2024-04-02T18:49:59.587Z | Compiling petgraph v0.6.4 |
1788 | 2024-04-02T18:49:59.735Z | Compiling trust-dns-proto v0.22.0 |
1789 | 2024-04-02T18:50:00.283Z | Compiling elliptic-curve v0.13.8 |
1790 | 2024-04-02T18:50:00.434Z | Compiling tokio-postgres v0.7.10 |
1791 | 2024-04-02T18:50:03.588Z | Compiling futures v0.3.30 |
1792 | 2024-04-02T18:50:03.714Z | Compiling diesel v2.1.4 |
1793 | 2024-04-02T18:50:04.077Z | Compiling yasna v0.5.2 |
1794 | 2024-04-02T18:50:04.426Z | Compiling zip v0.6.6 |
1795 | 2024-04-02T18:50:04.865Z | Compiling crossterm v0.27.0 |
1796 | 2024-04-02T18:50:04.976Z | Compiling cipher v0.4.4 |
1797 | 2024-04-02T18:50:05.678Z | Compiling darling_macro v0.20.3 |
1798 | 2024-04-02T18:50:06.401Z | Compiling clap v4.5.1 |
1799 | 2024-04-02T18:50:06.530Z | Compiling similar v2.4.0 |
1800 | 2024-04-02T18:50:06.577Z | Compiling bit-set v0.5.3 |
1801 | 2024-04-02T18:50:07.205Z | Compiling num-iter v0.1.44 |
1802 | 2024-04-02T18:50:07.375Z | Compiling usdt v0.3.5 |
1803 | 2024-04-02T18:50:07.382Z | Compiling console v0.15.8 |
1804 | 2024-04-02T18:50:08.289Z | Compiling tokio-stream v0.1.14 |
1805 | 2024-04-02T18:50:08.589Z | Compiling toml v0.7.8 |
1806 | 2024-04-02T18:50:08.742Z | Compiling bstr v1.9.0 |
1807 | 2024-04-02T18:50:09.227Z | Compiling hex v0.4.3 |
1808 | 2024-04-02T18:50:10.300Z | Compiling proc-macro-error-attr v1.0.4 |
1809 | 2024-04-02T18:50:10.311Z | Compiling peg-runtime v0.8.2 |
1810 | 2024-04-02T18:50:10.311Z | Compiling lalrpop-util v0.19.12 |
1811 | 2024-04-02T18:50:10.560Z | Compiling darling v0.20.3 |
1812 | 2024-04-02T18:50:10.583Z | Compiling proc-macro-crate v1.3.1 |
1813 | 2024-04-02T18:50:11.560Z | Compiling proc-macro-error v1.0.4 |
1814 | 2024-04-02T18:50:11.609Z | Compiling heapless v0.8.0 |
1815 | 2024-04-02T18:50:12.103Z | Compiling camino v1.1.6 |
1816 | 2024-04-02T18:50:13.176Z | Compiling num_enum_derive v0.5.11 |
1817 | 2024-04-02T18:50:22.094Z | Compiling atty v0.2.14 |
1818 | 2024-04-02T18:50:22.661Z | Compiling hash32 v0.3.1 |
1819 | 2024-04-02T18:50:23.121Z | Compiling rustls-pki-types v1.3.0 |
1820 | 2024-04-02T18:50:24.970Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1821 | 2024-04-02T18:50:25.305Z | Compiling smoltcp v0.11.0 |
1822 | 2024-04-02T18:50:41.259Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1823 | 2024-04-02T18:50:50.860Z | Compiling num_enum v0.5.11 |
1824 | 2024-04-02T18:50:54.198Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1825 | 2024-04-02T18:50:54.441Z | Compiling getopts v0.2.21 |
1826 | 2024-04-02T18:50:55.308Z | Compiling dirs-sys-next v0.1.2 |
1827 | 2024-04-02T18:50:55.311Z | Compiling rustls v0.22.2 |
1828 | 2024-04-02T18:50:55.611Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1829 | 2024-04-02T18:50:56.150Z | Compiling embedded-io v0.4.0 |
1830 | 2024-04-02T18:50:56.400Z | Compiling cobs v0.2.3 |
1831 | 2024-04-02T18:50:56.859Z | Compiling unsafe-libyaml v0.2.10 |
1832 | 2024-04-02T18:50:58.566Z | Compiling postcard v1.0.8 |
1833 | 2024-04-02T18:50:58.697Z | Compiling serde_yaml v0.9.25 |
1834 | 2024-04-02T18:51:01.652Z | Compiling dirs-next v2.0.0 |
1835 | 2024-04-02T18:51:02.882Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1836 | 2024-04-02T18:51:09.875Z | Compiling rustls-webpki v0.102.1 |
1837 | 2024-04-02T18:51:13.977Z | Compiling strum_macros v0.26.1 |
1838 | 2024-04-02T18:51:16.357Z | Compiling foreign-types-macros v0.2.3 |
1839 | 2024-04-02T18:51:16.608Z | Compiling structmeta-derive v0.3.0 |
1840 | 2024-04-02T18:51:17.165Z | Compiling thread_local v1.1.7 |
1841 | 2024-04-02T18:51:23.340Z | Compiling multer v3.0.0 |
1842 | 2024-04-02T18:51:23.340Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1843 | 2024-04-02T18:51:23.365Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1844 | 2024-04-02T18:51:23.373Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1845 | 2024-04-02T18:51:23.373Z | Compiling paste v1.0.14 |
1846 | 2024-04-02T18:51:23.373Z | Compiling slog-async v2.8.0 |
1847 | 2024-04-02T18:51:23.373Z | Compiling match_cfg v0.1.0 |
1848 | 2024-04-02T18:51:23.373Z | Compiling foreign-types-shared v0.3.1 |
1849 | 2024-04-02T18:51:23.373Z | Compiling foreign-types v0.5.0 |
1850 | 2024-04-02T18:51:23.373Z | Compiling structmeta v0.3.0 |
1851 | 2024-04-02T18:51:23.373Z | Compiling hostname v0.3.1 |
1852 | 2024-04-02T18:51:23.373Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1853 | 2024-04-02T18:51:24.350Z | Compiling strum v0.26.1 |
1854 | 2024-04-02T18:51:27.200Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1855 | 2024-04-02T18:51:37.685Z | Compiling term v0.7.0 |
1856 | 2024-04-02T18:51:38.830Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1857 | 2024-04-02T18:51:40.376Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1858 | 2024-04-02T18:51:42.583Z | Compiling slog-json v2.6.1 |
1859 | 2024-04-02T18:51:42.733Z | Compiling crossbeam-channel v0.5.8 |
1860 | 2024-04-02T18:51:43.156Z | Compiling tabwriter v1.4.0 |
1861 | 2024-04-02T18:51:43.996Z | Compiling http v1.0.0 |
1862 | 2024-04-02T18:51:44.096Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1863 | 2024-04-02T18:51:44.490Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1864 | 2024-04-02T18:51:44.882Z | Compiling async-stream-impl v0.3.5 |
1865 | 2024-04-02T18:51:45.288Z | Compiling cstr-argument v0.1.2 |
1866 | 2024-04-02T18:51:45.556Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1867 | 2024-04-02T18:51:45.820Z | Compiling pretty-hex v0.2.1 |
1868 | 2024-04-02T18:51:46.035Z | Compiling fastrand v2.0.1 |
1869 | 2024-04-02T18:51:46.062Z | Compiling crucible-workspace-hack v0.1.0 |
1870 | 2024-04-02T18:51:46.173Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1871 | 2024-04-02T18:51:46.337Z | Compiling atomic-waker v1.1.1 |
1872 | 2024-04-02T18:51:46.447Z | Compiling take_mut v0.2.2 |
1873 | 2024-04-02T18:51:46.541Z | Compiling rayon-core v1.12.1 |
1874 | 2024-04-02T18:51:46.769Z | Compiling waitgroup v0.1.2 |
1875 | 2024-04-02T18:51:46.901Z | Compiling tempfile v3.10.0 |
1876 | 2024-04-02T18:51:47.013Z | Compiling async-stream v0.3.5 |
1877 | 2024-04-02T18:51:47.043Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1878 | 2024-04-02T18:51:47.443Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1879 | 2024-04-02T18:51:48.837Z | Compiling slog-bunyan v2.5.0 |
1880 | 2024-04-02T18:51:48.860Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1881 | 2024-04-02T18:51:49.024Z | Compiling slog-term v2.9.0 |
1882 | 2024-04-02T18:51:49.099Z | Compiling tokio-rustls v0.25.0 |
1883 | 2024-04-02T18:51:49.574Z | Compiling parse-display-derive v0.9.0 |
1884 | 2024-04-02T18:51:49.945Z | Compiling toml v0.8.10 |
1885 | 2024-04-02T18:51:50.203Z | Compiling rustls-pemfile v2.1.1 |
1886 | 2024-04-02T18:51:50.424Z | Compiling serde_with_macros v3.6.1 |
1887 | 2024-04-02T18:51:50.977Z | Compiling sha1 v0.10.6 |
1888 | 2024-04-02T18:51:51.909Z | Compiling crossbeam-deque v0.8.3 |
1889 | 2024-04-02T18:51:51.948Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1890 | 2024-04-02T18:51:52.291Z | Compiling colored v2.1.0 |
1891 | 2024-04-02T18:51:53.217Z | Compiling newtype-uuid v1.0.1 |
1892 | 2024-04-02T18:51:53.550Z | Compiling serde_path_to_error v0.1.16 |
1893 | 2024-04-02T18:51:53.576Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1894 | 2024-04-02T18:51:53.643Z | Compiling socket2 v0.4.9 |
1895 | 2024-04-02T18:51:54.008Z | Compiling instant v0.1.12 |
1896 | 2024-04-02T18:51:54.185Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1897 | 2024-04-02T18:51:54.232Z | Compiling debug-ignore v1.0.5 |
1898 | 2024-04-02T18:51:54.587Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1899 | 2024-04-02T18:51:54.606Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1900 | 2024-04-02T18:51:55.282Z | Compiling backoff v0.4.0 |
1901 | 2024-04-02T18:51:55.651Z | Compiling parse-display v0.9.0 |
1902 | 2024-04-02T18:51:55.865Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1903 | 2024-04-02T18:51:56.295Z | Compiling serde_with v3.6.1 |
1904 | 2024-04-02T18:51:57.805Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1905 | 2024-04-02T18:51:59.398Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1906 | 2024-04-02T18:52:00.123Z | Compiling camino-tempfile v1.1.1 |
1907 | 2024-04-02T18:52:00.900Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1908 | 2024-04-02T18:52:00.927Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1909 | 2024-04-02T18:52:00.948Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1910 | 2024-04-02T18:52:01.100Z | Compiling heck v0.3.3 |
1911 | 2024-04-02T18:52:01.398Z | Compiling textwrap v0.11.0 |
1912 | 2024-04-02T18:52:01.461Z | Compiling macaddr v1.0.1 |
1913 | 2024-04-02T18:52:02.115Z | Compiling num-derive v0.4.0 |
1914 | 2024-04-02T18:52:02.312Z | Compiling ansi_term v0.12.1 |
1915 | 2024-04-02T18:52:02.464Z | Compiling vec_map v0.8.2 |
1916 | 2024-04-02T18:52:02.797Z | Compiling libefi-sys v0.1.0 |
1917 | 2024-04-02T18:52:03.071Z | Compiling strsim v0.8.0 |
1918 | 2024-04-02T18:52:03.162Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1919 | 2024-04-02T18:52:04.142Z | Compiling clap v2.34.0 |
1920 | 2024-04-02T18:52:04.295Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1921 | 2024-04-02T18:52:04.514Z | Compiling structopt-derive v0.4.18 |
1922 | 2024-04-02T18:52:06.011Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1923 | 2024-04-02T18:52:06.181Z | Compiling rayon v1.9.0 |
1924 | 2024-04-02T18:52:06.593Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1925 | 2024-04-02T18:52:07.047Z | Compiling smf v0.2.2 |
1926 | 2024-04-02T18:52:07.276Z | Compiling blake3 v1.5.0 |
1927 | 2024-04-02T18:52:07.851Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1928 | 2024-04-02T18:52:08.235Z | Compiling portable-atomic v1.4.3 |
1929 | 2024-04-02T18:52:09.183Z | Compiling structopt v0.3.26 |
1930 | 2024-04-02T18:52:09.648Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1931 | 2024-04-02T18:52:09.989Z | Compiling xattr v1.0.1 |
1932 | 2024-04-02T18:52:10.432Z | Compiling filetime v0.2.23 |
1933 | 2024-04-02T18:52:10.447Z | Compiling memmap2 v0.7.1 |
1934 | 2024-04-02T18:52:10.447Z | Compiling same-file v1.0.6 |
1935 | 2024-04-02T18:52:10.650Z | Compiling arrayref v0.3.7 |
1936 | 2024-04-02T18:52:10.763Z | Compiling arrayvec v0.7.4 |
1937 | 2024-04-02T18:52:10.823Z | Compiling constant_time_eq v0.3.0 |
1938 | 2024-04-02T18:52:10.845Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1939 | 2024-04-02T18:52:10.998Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1940 | 2024-04-02T18:52:11.021Z | Compiling walkdir v2.4.0 |
1941 | 2024-04-02T18:52:11.188Z | Compiling tar v0.4.40 |
1942 | 2024-04-02T18:52:12.051Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1943 | 2024-04-02T18:52:12.582Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1944 | 2024-04-02T18:52:13.823Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1945 | 2024-04-02T18:52:15.322Z | Compiling gethostname v0.4.3 |
1946 | 2024-04-02T18:52:15.441Z | Compiling topological-sort v0.2.2 |
1947 | 2024-04-02T18:52:15.609Z | Compiling number_prefix v0.4.0 |
1948 | 2024-04-02T18:52:15.682Z | Compiling omicron-zone-package v0.11.0 |
1949 | 2024-04-02T18:52:15.888Z | Compiling swrite v0.1.0 |
1950 | 2024-04-02T18:52:16.054Z | Compiling indicatif v0.17.8 |
1951 | 2024-04-02T18:52:24.439Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1952 | 2024-04-02T18:52:26.526Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1953 | 2024-04-02T18:52:29.139Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1954 | 2024-04-02T18:52:30.808Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1955 | 2024-04-02T18:52:47.073Z | Finished release [optimized] target(s) in 5m 50s |
1956 | 2024-04-02T18:52:47.326Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1957 | 2024-04-02T18:52:47.398Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1958 | 2024-04-02T18:52:47.401Z | Created new build target 'test' and set it as active |
1959 | 2024-04-02T18:52:47.401Z | |
1960 | 2024-04-02T18:52:47.401Z | real 5:50.642802793 |
1961 | 2024-04-02T18:52:47.401Z | user 32:47.133252073 |
1962 | 2024-04-02T18:52:47.402Z | sys 4:01.589576202 |
1963 | 2024-04-02T18:52:47.402Z | trap 0.954562385 |
1964 | 2024-04-02T18:52:47.402Z | tflt 7.487354688 |
1965 | 2024-04-02T18:52:47.402Z | dflt 4.972196647 |
1966 | 2024-04-02T18:52:47.402Z | kflt 0.227237959 |
1967 | 2024-04-02T18:52:47.402Z | lock 1:09:25.988241932 |
1968 | 2024-04-02T18:52:47.402Z | slp 1:33:30.230888596 |
1969 | 2024-04-02T18:52:47.402Z | lat 2:05.060430960 |
1970 | 2024-04-02T18:52:47.402Z | stop 3:48.472588405 |
1971 | 2024-04-02T18:52:47.402Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1972 | 2024-04-02T18:52:48.214Z | Finished release [optimized] target(s) in 0.76s |
1973 | 2024-04-02T18:52:48.237Z | Running `target/release/omicron-package -t test package` |
1974 | 2024-04-02T18:52:48.266Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1975 | 2024-04-02T18:52:49.129Z | Compiling base64 v0.22.0 |
1976 | 2024-04-02T18:52:49.129Z | Compiling newline-converter v0.3.0 |
1977 | 2024-04-02T18:52:49.133Z | Compiling usdt-attr-macro v0.5.0 |
1978 | 2024-04-02T18:52:49.206Z | Compiling usdt-macro v0.5.0 |
1979 | 2024-04-02T18:52:49.209Z | Compiling memmap v0.7.0 |
1980 | 2024-04-02T18:52:49.224Z | Compiling humantime v2.1.0 |
1981 | 2024-04-02T18:52:49.233Z | Compiling linked-hash-map v0.5.6 |
1982 | 2024-04-02T18:52:49.236Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1983 | 2024-04-02T18:52:49.338Z | Compiling expectorate v1.1.0 |
1984 | 2024-04-02T18:52:49.475Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1985 | 2024-04-02T18:52:49.512Z | Compiling password-hash v0.5.0 |
1986 | 2024-04-02T18:52:49.600Z | Compiling lru-cache v0.1.2 |
1987 | 2024-04-02T18:52:49.611Z | Compiling blake2 v0.10.6 |
1988 | 2024-04-02T18:52:49.792Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1989 | 2024-04-02T18:52:50.009Z | Compiling semver v0.1.20 |
1990 | 2024-04-02T18:52:50.302Z | Compiling argon2 v0.5.3 |
1991 | 2024-04-02T18:52:50.460Z | Compiling rustc_version v0.1.7 |
1992 | 2024-04-02T18:52:50.549Z | Compiling bytecount v0.6.3 |
1993 | 2024-04-02T18:52:50.601Z | Compiling usdt v0.5.0 |
1994 | 2024-04-02T18:52:50.843Z | Compiling papergrid v0.11.0 |
1995 | 2024-04-02T18:52:50.846Z | Compiling newtype_derive v0.1.6 |
1996 | 2024-04-02T18:52:50.937Z | Compiling tabled_derive v0.7.0 |
1997 | 2024-04-02T18:52:51.806Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1998 | 2024-04-02T18:52:52.127Z | Compiling quick-error v1.2.3 |
1999 | 2024-04-02T18:52:52.260Z | Compiling resolv-conf v0.7.0 |
2000 | 2024-04-02T18:52:52.349Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2001 | 2024-04-02T18:52:52.851Z | Compiling derive-where v1.2.7 |
2002 | 2024-04-02T18:52:53.083Z | Compiling tabled v0.15.0 |
2003 | 2024-04-02T18:52:53.891Z | Compiling num-rational v0.4.1 |
2004 | 2024-04-02T18:52:54.191Z | Compiling slog-dtrace v0.3.0 |
2005 | 2024-04-02T18:52:54.474Z | Compiling termcolor v1.2.0 |
2006 | 2024-04-02T18:52:55.461Z | Compiling trust-dns-resolver v0.22.0 |
2007 | 2024-04-02T18:52:55.617Z | Compiling itertools v0.12.1 |
2008 | 2024-04-02T18:52:55.933Z | Compiling utf-8 v0.7.6 |
2009 | 2024-04-02T18:52:59.104Z | Compiling num-complex v0.4.4 |
2010 | 2024-04-02T18:53:00.216Z | Compiling num v0.4.1 |
2011 | 2024-04-02T18:53:00.294Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2012 | 2024-04-02T18:53:00.312Z | Compiling nibble_vec v0.1.0 |
2013 | 2024-04-02T18:53:00.530Z | Compiling radium v0.7.0 |
2014 | 2024-04-02T18:53:00.958Z | Compiling endian-type v0.1.2 |
2015 | 2024-04-02T18:53:01.194Z | Compiling radix_trie v0.2.1 |
2016 | 2024-04-02T18:53:01.223Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2017 | 2024-04-02T18:53:02.021Z | Compiling tungstenite v0.20.1 |
2018 | 2024-04-02T18:53:03.786Z | Compiling tap v1.0.1 |
2019 | 2024-04-02T18:53:03.910Z | Compiling steno v0.4.0 |
2020 | 2024-04-02T18:53:03.963Z | Compiling maybe-uninit v2.0.0 |
2021 | 2024-04-02T18:53:04.489Z | Compiling wyz v0.5.1 |
2022 | 2024-04-02T18:53:04.611Z | Compiling tokio-tungstenite v0.20.1 |
2023 | 2024-04-02T18:53:05.178Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2024 | 2024-04-02T18:53:05.497Z | Compiling num-bigint-dig v0.8.4 |
2025 | 2024-04-02T18:53:05.773Z | Compiling crc-catalog v2.2.0 |
2026 | 2024-04-02T18:53:05.908Z | Compiling display-error-chain v0.2.0 |
2027 | 2024-04-02T18:53:06.087Z | Compiling cancel-safe-futures v0.1.5 |
2028 | 2024-04-02T18:53:06.419Z | Compiling funty v2.0.0 |
2029 | 2024-04-02T18:53:07.312Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2030 | 2024-04-02T18:53:09.142Z | Compiling arc-swap v1.6.0 |
2031 | 2024-04-02T18:53:09.909Z | Compiling packed_struct v0.10.1 |
2032 | 2024-04-02T18:53:10.308Z | Compiling slog-scope v4.4.0 |
2033 | 2024-04-02T18:53:10.859Z | Compiling bitvec v1.0.1 |
2034 | 2024-04-02T18:53:11.245Z | Compiling crc v3.0.1 |
2035 | 2024-04-02T18:53:12.103Z | Compiling fxhash v0.2.1 |
2036 | 2024-04-02T18:53:12.310Z | Compiling packed_struct_codegen v0.10.1 |
2037 | 2024-04-02T18:53:14.897Z | Compiling indexmap v1.9.3 |
2038 | 2024-04-02T18:53:15.062Z | Compiling nodrop v0.1.14 |
2039 | 2024-04-02T18:53:15.188Z | Compiling array-init v0.0.4 |
2040 | 2024-04-02T18:53:15.720Z | Compiling smallvec v0.6.14 |
2041 | 2024-04-02T18:53:17.150Z | Compiling slog-stdlog v4.1.1 |
2042 | 2024-04-02T18:53:18.092Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2043 | 2024-04-02T18:53:18.313Z | Compiling rayon-core v1.12.1 |
2044 | 2024-04-02T18:53:18.331Z | Compiling pkcs1 v0.7.5 |
2045 | 2024-04-02T18:53:19.503Z | Compiling is-terminal v0.4.9 |
2046 | 2024-04-02T18:53:19.631Z | Compiling signature v2.1.0 |
2047 | 2024-04-02T18:53:19.874Z | Compiling crossbeam-deque v0.8.3 |
2048 | 2024-04-02T18:53:20.222Z | Compiling dirs-sys-next v0.1.2 |
2049 | 2024-04-02T18:53:20.734Z | Compiling half v2.3.1 |
2050 | 2024-04-02T18:53:21.433Z | Compiling glob v0.3.1 |
2051 | 2024-04-02T18:53:22.257Z | Compiling crunchy v0.2.2 |
2052 | 2024-04-02T18:53:22.449Z | Compiling hashbrown v0.12.3 |
2053 | 2024-04-02T18:53:22.684Z | Compiling fastrand v2.0.1 |
2054 | 2024-04-02T18:53:23.165Z | Compiling same-file v1.0.6 |
2055 | 2024-04-02T18:53:23.394Z | Compiling bitfield v0.14.0 |
2056 | 2024-04-02T18:53:23.691Z | Compiling ciborium-io v0.2.2 |
2057 | 2024-04-02T18:53:23.820Z | Compiling ciborium-ll v0.2.2 |
2058 | 2024-04-02T18:53:24.310Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2059 | 2024-04-02T18:53:24.882Z | Compiling walkdir v2.4.0 |
2060 | 2024-04-02T18:53:25.521Z | Compiling tempfile v3.10.0 |
2061 | 2024-04-02T18:53:26.328Z | Compiling clang-sys v1.6.1 |
2062 | 2024-04-02T18:53:26.688Z | Compiling dirs-next v2.0.0 |
2063 | 2024-04-02T18:53:26.989Z | Compiling rsa v0.9.2 |
2064 | 2024-04-02T18:53:27.652Z | Compiling env_logger v0.10.0 |
2065 | 2024-04-02T18:53:28.333Z | Compiling slog-envlogger v2.2.0 |
2066 | 2024-04-02T18:53:28.539Z | Compiling serde-hex v0.1.0 |
2067 | 2024-04-02T18:53:31.164Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2068 | 2024-04-02T18:53:31.481Z | Compiling camino v1.1.6 |
2069 | 2024-04-02T18:53:31.552Z | Compiling x509-cert v0.2.4 |
2070 | 2024-04-02T18:53:31.626Z | Compiling ron v0.8.1 |
2071 | 2024-04-02T18:53:32.447Z | Compiling hashbrown v0.13.2 |
2072 | 2024-04-02T18:53:33.793Z | Compiling semver-parser v0.10.2 |
2073 | 2024-04-02T18:53:33.805Z | Compiling unicase v2.7.0 |
2074 | 2024-04-02T18:53:34.092Z | Compiling prettyplease v0.2.16 |
2075 | 2024-04-02T18:53:34.378Z | Compiling crc-any v2.4.3 |
2076 | 2024-04-02T18:53:35.374Z | Compiling tiny-keccak v2.0.2 |
2077 | 2024-04-02T18:53:35.533Z | Compiling semver v0.11.0 |
2078 | 2024-04-02T18:53:35.672Z | Compiling blake3 v1.5.0 |
2079 | 2024-04-02T18:53:35.963Z | Compiling object v0.30.4 |
2080 | 2024-04-02T18:53:36.240Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2081 | 2024-04-02T18:53:37.813Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2082 | 2024-04-02T18:53:39.027Z | Compiling rayon v1.9.0 |
2083 | 2024-04-02T18:53:40.737Z | Compiling term v0.7.0 |
2084 | 2024-04-02T18:53:42.160Z | Compiling ciborium v0.2.2 |
2085 | 2024-04-02T18:53:43.936Z | Compiling darling_core v0.14.4 |
2086 | 2024-04-02T18:53:43.939Z | Compiling filetime v0.2.23 |
2087 | 2024-04-02T18:53:44.244Z | Compiling xattr v1.0.1 |
2088 | 2024-04-02T18:53:44.352Z | Compiling memmap2 v0.7.1 |
2089 | 2024-04-02T18:53:44.495Z | Compiling path-slash v0.1.5 |
2090 | 2024-04-02T18:53:44.718Z | Compiling arrayvec v0.7.4 |
2091 | 2024-04-02T18:53:44.736Z | Compiling arrayref v0.3.7 |
2092 | 2024-04-02T18:53:44.825Z | Compiling constant_time_eq v0.3.0 |
2093 | 2024-04-02T18:53:44.975Z | Compiling home v0.5.5 |
2094 | 2024-04-02T18:53:45.129Z | Compiling toolchain_find v0.2.0 |
2095 | 2024-04-02T18:53:45.691Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2096 | 2024-04-02T18:53:46.614Z | Compiling tar v0.4.40 |
2097 | 2024-04-02T18:53:48.965Z | Compiling ascii-canvas v3.0.0 |
2098 | 2024-04-02T18:53:49.107Z | Compiling darling_macro v0.14.4 |
2099 | 2024-04-02T18:53:49.466Z | Compiling camino-tempfile v1.1.1 |
2100 | 2024-04-02T18:53:49.617Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2101 | 2024-04-02T18:53:49.989Z | Compiling libsw v3.3.1 |
2102 | 2024-04-02T18:53:50.002Z | Compiling toml v0.5.11 |
2103 | 2024-04-02T18:53:50.054Z | Compiling ena v0.14.2 |
2104 | 2024-04-02T18:53:50.297Z | Compiling libloading v0.7.4 |
2105 | 2024-04-02T18:53:50.489Z | Compiling bindgen v0.69.2 |
2106 | 2024-04-02T18:53:50.681Z | Compiling topological-sort v0.2.2 |
2107 | 2024-04-02T18:53:50.896Z | Compiling convert_case v0.4.0 |
2108 | 2024-04-02T18:53:50.943Z | Compiling regex-syntax v0.6.29 |
2109 | 2024-04-02T18:53:51.720Z | Compiling owo-colors v4.0.0 |
2110 | 2024-04-02T18:53:53.067Z | Compiling diff v0.1.13 |
2111 | 2024-04-02T18:53:53.271Z | Compiling linear-map v1.2.0 |
2112 | 2024-04-02T18:53:53.669Z | Compiling parking_lot_core v0.8.6 |
2113 | 2024-04-02T18:53:53.692Z | Compiling derive_more v0.99.17 |
2114 | 2024-04-02T18:53:54.093Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2115 | 2024-04-02T18:53:54.631Z | Compiling lalrpop v0.19.12 |
2116 | 2024-04-02T18:53:56.378Z | Compiling rustfmt-wrapper v0.2.0 |
2117 | 2024-04-02T18:53:56.644Z | Compiling omicron-zone-package v0.11.0 |
2118 | 2024-04-02T18:53:57.547Z | Compiling darling v0.14.4 |
2119 | 2024-04-02T18:53:57.646Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2120 | 2024-04-02T18:54:00.761Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2121 | 2024-04-02T18:54:01.188Z | Compiling toml v0.8.10 |
2122 | 2024-04-02T18:54:02.047Z | Compiling cexpr v0.6.0 |
2123 | 2024-04-02T18:54:02.059Z | Compiling which v4.4.0 |
2124 | 2024-04-02T18:54:02.599Z | Compiling rustc-hash v1.1.0 |
2125 | 2024-04-02T18:54:02.706Z | Compiling lazycell v1.3.0 |
2126 | 2024-04-02T18:54:02.740Z | Compiling peeking_take_while v0.1.2 |
2127 | 2024-04-02T18:54:02.870Z | Compiling shlex v1.3.0 |
2128 | 2024-04-02T18:54:02.890Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2129 | 2024-04-02T18:54:03.280Z | Compiling derive_builder_core v0.12.0 |
2130 | 2024-04-02T18:54:04.764Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2131 | 2024-04-02T18:54:05.335Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2132 | 2024-04-02T18:54:05.415Z | Compiling headers-core v0.2.0 |
2133 | 2024-04-02T18:54:05.557Z | Compiling pem v3.0.2 |
2134 | 2024-04-02T18:54:05.579Z | Compiling libxml v0.3.3 |
2135 | 2024-04-02T18:54:05.915Z | Compiling async-recursion v1.0.5 |
2136 | 2024-04-02T18:54:06.647Z | Compiling platforms v3.0.2 |
2137 | 2024-04-02T18:54:06.852Z | Compiling ref-cast v1.0.20 |
2138 | 2024-04-02T18:54:07.035Z | Compiling headers v0.3.9 |
2139 | 2024-04-02T18:54:07.215Z | Compiling derive_builder_macro v0.12.0 |
2140 | 2024-04-02T18:54:07.730Z | Compiling parking_lot v0.11.2 |
2141 | 2024-04-02T18:54:07.859Z | Compiling mime_guess v2.0.4 |
2142 | 2024-04-02T18:54:07.976Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2143 | 2024-04-02T18:54:09.185Z | Compiling trust-dns-client v0.22.0 |
2144 | 2024-04-02T18:54:09.867Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2145 | 2024-04-02T18:54:10.155Z | Compiling strum_macros v0.24.3 |
2146 | 2024-04-02T18:54:13.600Z | Compiling ref-cast-impl v1.0.20 |
2147 | 2024-04-02T18:54:14.477Z | Compiling vte_generate_state_changes v0.1.1 |
2148 | 2024-04-02T18:54:14.729Z | Compiling cookie v0.18.0 |
2149 | 2024-04-02T18:54:15.012Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2150 | 2024-04-02T18:54:15.044Z | Compiling buf-list v1.0.3 |
2151 | 2024-04-02T18:54:15.291Z | Compiling indoc v1.0.9 |
2152 | 2024-04-02T18:54:15.421Z | Compiling doc-comment v0.3.3 |
2153 | 2024-04-02T18:54:16.111Z | Compiling vte v0.11.1 |
2154 | 2024-04-02T18:54:16.369Z | Compiling trust-dns-server v0.22.1 |
2155 | 2024-04-02T18:54:17.600Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2156 | 2024-04-02T18:54:18.724Z | Compiling derive_builder v0.12.0 |
2157 | 2024-04-02T18:54:18.905Z | Compiling sled v0.34.7 |
2158 | 2024-04-02T18:54:21.690Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2159 | 2024-04-02T18:54:22.220Z | Compiling polar-core v0.27.0 |
2160 | 2024-04-02T18:54:23.829Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2161 | 2024-04-02T18:54:24.111Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2162 | 2024-04-02T18:54:24.938Z | Compiling bb8 v0.8.3 |
2163 | 2024-04-02T18:54:25.443Z | Compiling const_format_proc_macros v0.2.32 |
2164 | 2024-04-02T18:54:25.631Z | Compiling quick-xml v0.30.0 |
2165 | 2024-04-02T18:54:27.407Z | Compiling oso-derive v0.27.0 |
2166 | 2024-04-02T18:54:28.388Z | Compiling pin-project-internal v1.1.3 |
2167 | 2024-04-02T18:54:29.403Z | Compiling impl-trait-for-tuples v0.2.2 |
2168 | 2024-04-02T18:54:31.155Z | Compiling memoffset v0.7.1 |
2169 | 2024-04-02T18:54:31.440Z | Compiling maplit v1.0.2 |
2170 | 2024-04-02T18:54:31.684Z | Compiling pin-project v1.1.3 |
2171 | 2024-04-02T18:54:31.812Z | Compiling const_format v0.2.32 |
2172 | 2024-04-02T18:54:33.116Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2173 | 2024-04-02T18:54:38.560Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2174 | 2024-04-02T18:54:39.390Z | Compiling curve25519-dalek v4.1.1 |
2175 | 2024-04-02T18:54:41.400Z | Compiling strip-ansi-escapes v0.2.0 |
2176 | 2024-04-02T18:54:46.216Z | Compiling oso v0.27.0 |
2177 | 2024-04-02T18:54:55.134Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2178 | 2024-04-02T18:54:56.661Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2179 | 2024-04-02T18:54:56.972Z | Compiling fd-lock v3.0.13 |
2180 | 2024-04-02T18:54:57.190Z | Compiling kstat-rs v0.2.3 |
2181 | 2024-04-02T18:54:58.186Z | Compiling snafu-derive v0.7.5 |
2182 | 2024-04-02T18:55:01.653Z | Compiling fs-err v2.11.0 |
2183 | 2024-04-02T18:55:01.944Z | Compiling strum v0.25.0 |
2184 | 2024-04-02T18:55:02.123Z | Compiling keccak v0.1.4 |
2185 | 2024-04-02T18:55:03.084Z | Compiling nu-ansi-term v0.50.0 |
2186 | 2024-04-02T18:55:03.130Z | Compiling snafu v0.7.5 |
2187 | 2024-04-02T18:55:04.372Z | Compiling reedline v0.30.0 |
2188 | 2024-04-02T18:55:04.582Z | Compiling sha3 v0.10.8 |
2189 | 2024-04-02T18:55:05.605Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2190 | 2024-04-02T18:55:05.847Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2191 | 2024-04-02T18:55:05.893Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2192 | 2024-04-02T18:55:13.256Z | Compiling env_logger v0.9.3 |
2193 | 2024-04-02T18:55:18.017Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2194 | 2024-04-02T18:55:20.749Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2195 | 2024-04-02T18:55:21.174Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2196 | 2024-04-02T18:55:21.261Z | Compiling globset v0.4.13 |
2197 | 2024-04-02T18:55:22.794Z | Compiling fd-lock v4.0.2 |
2198 | 2024-04-02T18:55:23.019Z | Compiling peg-macros v0.8.2 |
2199 | 2024-04-02T18:55:24.962Z | Compiling olpc-cjson v0.1.3 |
2200 | 2024-04-02T18:55:25.292Z | Compiling universal-hash v0.5.1 |
2201 | 2024-04-02T18:55:25.515Z | Compiling nix v0.27.1 |
2202 | 2024-04-02T18:55:26.334Z | Compiling secrecy v0.8.0 |
2203 | 2024-04-02T18:55:26.623Z | Compiling serde_plain v1.0.2 |
2204 | 2024-04-02T18:55:27.108Z | Compiling nanorand v0.7.0 |
2205 | 2024-04-02T18:55:27.153Z | Compiling sqlparser_derive v0.2.2 |
2206 | 2024-04-02T18:55:28.645Z | Compiling bitstruct_derive v0.1.0 |
2207 | 2024-04-02T18:55:28.651Z | Compiling thiserror-impl-no-std v2.0.2 |
2208 | 2024-04-02T18:55:29.043Z | Compiling curve25519-dalek-derive v0.1.0 |
2209 | 2024-04-02T18:55:29.100Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2210 | 2024-04-02T18:55:29.237Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2211 | 2024-04-02T18:55:29.537Z | Compiling unicode_categories v0.1.1 |
2212 | 2024-04-02T18:55:29.660Z | Compiling opaque-debug v0.3.0 |
2213 | 2024-04-02T18:55:29.756Z | Compiling typed-path v0.7.0 |
2214 | 2024-04-02T18:55:30.175Z | Compiling ascii v1.1.0 |
2215 | 2024-04-02T18:55:30.402Z | Compiling signature v1.6.4 |
2216 | 2024-04-02T18:55:30.554Z | Compiling salty v0.2.0 |
2217 | 2024-04-02T18:55:31.386Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2218 | 2024-04-02T18:55:31.387Z | Compiling thiserror-no-std v2.0.2 |
2219 | 2024-04-02T18:55:31.387Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2220 | 2024-04-02T18:55:31.394Z | Compiling ed25519 v1.5.3 |
2221 | 2024-04-02T18:55:31.394Z | Compiling rustyline v13.0.0 |
2222 | 2024-04-02T18:55:31.774Z | Compiling sqlformat v0.2.3 |
2223 | 2024-04-02T18:55:33.500Z | Compiling tough v0.16.0 |
2224 | 2024-04-02T18:55:36.558Z | Compiling poly1305 v0.8.0 |
2225 | 2024-04-02T18:55:38.368Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2226 | 2024-04-02T18:55:38.478Z | Compiling bitstruct v0.1.1 |
2227 | 2024-04-02T18:55:38.592Z | Compiling sqlparser v0.43.1 |
2228 | 2024-04-02T18:55:38.622Z | Compiling flume v0.11.0 |
2229 | 2024-04-02T18:55:39.339Z | Compiling peg v0.8.2 |
2230 | 2024-04-02T18:55:39.457Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2231 | 2024-04-02T18:55:40.418Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2232 | 2024-04-02T18:55:40.950Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2233 | 2024-04-02T18:55:45.549Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2234 | 2024-04-02T18:55:49.182Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2235 | 2024-04-02T18:55:49.479Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2236 | 2024-04-02T18:55:49.759Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2237 | 2024-04-02T18:55:50.951Z | Compiling chacha20 v0.9.1 |
2238 | 2024-04-02T18:55:51.392Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2239 | 2024-04-02T18:55:53.714Z | Compiling aead v0.5.2 |
2240 | 2024-04-02T18:55:54.044Z | Compiling bcs v0.1.6 |
2241 | 2024-04-02T18:55:54.963Z | Compiling serde-big-array v0.5.1 |
2242 | 2024-04-02T18:55:55.216Z | Compiling serde_arrays v0.1.0 |
2243 | 2024-04-02T18:55:55.393Z | Compiling erased-serde v0.3.31 |
2244 | 2024-04-02T18:55:56.084Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2245 | 2024-04-02T18:55:56.888Z | Compiling highway v1.1.0 |
2246 | 2024-04-02T18:55:57.121Z | Compiling parse-size v1.0.0 |
2247 | 2024-04-02T18:55:57.415Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2248 | 2024-04-02T18:55:58.320Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2249 | 2024-04-02T18:55:59.439Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2250 | 2024-04-02T18:55:59.951Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2251 | 2024-04-02T18:56:11.087Z | Compiling chacha20poly1305 v0.10.1 |
2252 | 2024-04-02T18:56:11.338Z | Compiling vsss-rs v3.3.4 |
2253 | 2024-04-02T18:56:19.558Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2254 | 2024-04-02T18:56:20.294Z | Compiling signal-hook-tokio v0.3.1 |
2255 | 2024-04-02T18:56:20.485Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2256 | 2024-04-02T18:56:20.795Z | Compiling castaway v0.2.2 |
2257 | 2024-04-02T18:56:20.980Z | Compiling rand_seeder v0.2.3 |
2258 | 2024-04-02T18:56:21.391Z | Compiling serde-big-array v0.4.1 |
2259 | 2024-04-02T18:56:22.789Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2260 | 2024-04-02T18:56:23.085Z | Compiling http-range v0.1.5 |
2261 | 2024-04-02T18:56:23.602Z | Compiling hyper-staticfile v0.9.5 |
2262 | 2024-04-02T18:56:23.713Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2263 | 2024-04-02T18:56:26.998Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2264 | 2024-04-02T18:56:28.493Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2265 | 2024-04-02T18:56:28.637Z | Compiling compact_str v0.7.1 |
2266 | 2024-04-02T18:56:28.677Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2267 | 2024-04-02T18:56:29.545Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2268 | 2024-04-02T18:56:34.828Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2269 | 2024-04-02T18:56:35.457Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2270 | 2024-04-02T18:56:41.850Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2271 | 2024-04-02T18:56:46.180Z | Compiling zone_cfg_derive v0.1.2 |
2272 | 2024-04-02T18:56:47.561Z | Compiling tungstenite v0.21.0 |
2273 | 2024-04-02T18:56:49.396Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2274 | 2024-04-02T18:56:49.682Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2275 | 2024-04-02T18:56:49.950Z | Compiling lru v0.12.1 |
2276 | 2024-04-02T18:56:50.327Z | Compiling stability v0.1.1 |
2277 | 2024-04-02T18:56:51.265Z | Compiling cassowary v0.3.0 |
2278 | 2024-04-02T18:56:52.929Z | Compiling base64 v0.13.1 |
2279 | 2024-04-02T18:56:53.726Z | Compiling indoc v2.0.3 |
2280 | 2024-04-02T18:56:54.713Z | Compiling corncobs v0.1.3 |
2281 | 2024-04-02T18:56:55.078Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2282 | 2024-04-02T18:56:55.610Z | Compiling ratatui v0.26.1 |
2283 | 2024-04-02T18:56:55.873Z | Compiling ron v0.7.1 |
2284 | 2024-04-02T18:56:57.250Z | Compiling tokio-tungstenite v0.21.0 |
2285 | 2024-04-02T18:56:57.819Z | Compiling zone v0.1.8 |
2286 | 2024-04-02T18:57:01.402Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2287 | 2024-04-02T18:57:01.445Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2288 | 2024-04-02T18:57:02.119Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2289 | 2024-04-02T18:57:13.571Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2290 | 2024-04-02T18:57:23.367Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2291 | 2024-04-02T18:57:24.426Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2292 | 2024-04-02T18:57:24.668Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2293 | 2024-04-02T18:57:27.397Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2294 | 2024-04-02T18:57:27.690Z | Compiling portpicker v0.1.1 |
2295 | 2024-04-02T18:57:28.248Z | Compiling unicode-linebreak v0.1.5 |
2296 | 2024-04-02T18:57:28.784Z | Compiling smawk v0.3.1 |
2297 | 2024-04-02T18:57:29.014Z | Compiling textwrap v0.16.1 |
2298 | 2024-04-02T18:57:32.292Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2299 | 2024-04-02T18:57:38.026Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2300 | 2024-04-02T18:57:39.202Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2301 | 2024-04-02T18:57:43.655Z | Compiling rcgen v0.12.1 |
2302 | 2024-04-02T18:57:47.053Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2303 | 2024-04-02T18:57:47.536Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2304 | 2024-04-02T18:57:47.851Z | Compiling atomicwrites v0.4.3 |
2305 | 2024-04-02T18:57:48.415Z | Compiling fatfs v0.3.6 |
2306 | 2024-04-02T18:57:51.450Z | Compiling subprocess v0.2.9 |
2307 | 2024-04-02T18:57:53.937Z | Compiling rtoolbox v0.0.1 |
2308 | 2024-04-02T18:57:53.958Z | Compiling assert_matches v1.5.0 |
2309 | 2024-04-02T18:57:53.959Z | Compiling is_ci v1.2.0 |
2310 | 2024-04-02T18:57:53.959Z | Compiling supports-color v3.0.0 |
2311 | 2024-04-02T18:57:54.201Z | Compiling rpassword v7.3.1 |
2312 | 2024-04-02T18:57:54.476Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2313 | 2024-04-02T18:57:54.915Z | Compiling tui-tree-widget v0.17.0 |
2314 | 2024-04-02T18:57:54.915Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2315 | 2024-04-02T18:57:55.014Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2316 | 2024-04-02T18:57:56.714Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2317 | 2024-04-02T18:57:57.000Z | Compiling csv-core v0.1.11 |
2318 | 2024-04-02T18:57:57.939Z | Compiling shell-words v1.1.0 |
2319 | 2024-04-02T18:57:58.389Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2320 | 2024-04-02T18:57:59.658Z | Compiling csv v1.3.0 |
2321 | 2024-04-02T18:58:01.660Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2322 | 2024-04-02T18:58:01.872Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2323 | 2024-04-02T18:58:11.360Z | Compiling multimap v0.10.0 |
2324 | 2024-04-02T18:59:57.947Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2325 | 2024-04-02T19:00:15.699Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2326 | 2024-04-02T19:00:24.158Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2327 | 2024-04-02T19:06:54.309Z | Finished release [optimized] target(s) in 14m 05s |
2328 | 2024-04-02T19:08:01.614Z | |
2329 | 2024-04-02T19:08:02.031Z | real 15:13.988900487 |
2330 | 2024-04-02T19:08:02.031Z | user 1:44:21.283929195 |
2331 | 2024-04-02T19:08:02.031Z | sys 4:38.245242900 |
2332 | 2024-04-02T19:08:02.031Z | trap 2.376022856 |
2333 | 2024-04-02T19:08:02.031Z | tflt 2.200167134 |
2334 | 2024-04-02T19:08:02.032Z | dflt 4.061819855 |
2335 | 2024-04-02T19:08:02.032Z | kflt 0.045462259 |
2336 | 2024-04-02T19:08:02.032Z | lock 6:30:08.012460695 |
2337 | 2024-04-02T19:08:02.032Z | slp 4:06:03.583574050 |
2338 | 2024-04-02T19:08:02.032Z | lat 2:20.050402548 |
2339 | 2024-04-02T19:08:02.033Z | stop 1:00.932671172 |
2340 | 2024-04-02T19:08:02.033Z | + 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/*) |
2341 | 2024-04-02T19:08:02.033Z | + pfexec mkdir -p /work |
2342 | 2024-04-02T19:08:02.033Z | + pfexec chown build /work |
2343 | 2024-04-02T19:08:02.045Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.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 |
2344 | 2024-04-02T19:08:11.900Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2345 | 2024-04-02T19:08:11.901Z | a out/mg-ddm-gz.tar 73905K |
2346 | 2024-04-02T19:08:11.901Z | a out/omicron-sled-agent.tar 112878K |
2347 | 2024-04-02T19:08:11.901Z | a out/oxlog.tar 6098K |
2348 | 2024-04-02T19:08:11.901Z | a out/target/test 1K |
2349 | 2024-04-02T19:08:11.901Z | a out/npuzone/npuzone 36313K |
2350 | 2024-04-02T19:08:11.901Z | a package-manifest.toml 26K |
2351 | 2024-04-02T19:08:11.901Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2352 | 2024-04-02T19:08:11.902Z | a target/release/omicron-package 39242K |
2353 | 2024-04-02T19:08:11.902Z | a tools/create_virtual_hardware.sh 4K |
2354 | 2024-04-02T19:08:11.902Z | a tools/virtual_hardware.sh 4K |
2355 | 2024-04-02T19:08:11.902Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2356 | 2024-04-02T19:08:11.902Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2357 | 2024-04-02T19:08:11.902Z | a tools/scrimlet/softnpu-init.sh 3K |
2358 | 2024-04-02T19:08:11.902Z | a tools/scrimlet/softnpu-zone.txt 1K |
2359 | 2024-04-02T19:08:11.902Z | a tools/scrimlet/softnpu.toml 1K |
2360 | 2024-04-02T19:08:12.357Z | |
2361 | 2024-04-02T19:08:12.357Z | real 9.963880380 |
2362 | 2024-04-02T19:08:12.357Z | user 9.621522727 |
2363 | 2024-04-02T19:08:12.357Z | sys 0.696896824 |
2364 | 2024-04-02T19:08:12.357Z | trap 0.001795131 |
2365 | 2024-04-02T19:08:12.357Z | tflt 0.000000000 |
2366 | 2024-04-02T19:08:12.357Z | dflt 0.000000000 |
2367 | 2024-04-02T19:08:12.357Z | kflt 0.000000000 |
2368 | 2024-04-02T19:08:12.357Z | lock 0.000000000 |
2369 | 2024-04-02T19:08:12.358Z | slp 9.369081356 |
2370 | 2024-04-02T19:08:12.358Z | lat 0.235381297 |
2371 | 2024-04-02T19:08:12.358Z | stop 0.000182699 |
2372 | 2024-04-02T19:08:12.358Z | ++ pwd |
2373 | 2024-04-02T19:08:12.358Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2374 | 2024-04-02T19:08:12.358Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2375 | 2024-04-02T19:08:12.358Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2376 | 2024-04-02T19:08:12.411Z | Finished release [optimized] target(s) in 0.76s |
2377 | 2024-04-02T19:08:12.465Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2378 | 2024-04-02T19:08:12.469Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2379 | 2024-04-02T19:08:12.469Z | Created new build target 'host' and set it as active |
2380 | 2024-04-02T19:08:12.469Z | |
2381 | 2024-04-02T19:08:12.469Z | real 0.866727755 |
2382 | 2024-04-02T19:08:12.469Z | user 0.557650786 |
2383 | 2024-04-02T19:08:12.469Z | sys 0.290254138 |
2384 | 2024-04-02T19:08:12.469Z | trap 0.000039409 |
2385 | 2024-04-02T19:08:12.469Z | tflt 0.000001329 |
2386 | 2024-04-02T19:08:12.469Z | dflt 0.000005848 |
2387 | 2024-04-02T19:08:12.470Z | kflt 0.000000000 |
2388 | 2024-04-02T19:08:12.470Z | lock 0.024381397 |
2389 | 2024-04-02T19:08:12.470Z | slp 0.110428229 |
2390 | 2024-04-02T19:08:12.470Z | lat 0.003882122 |
2391 | 2024-04-02T19:08:12.470Z | stop 0.000271936 |
2392 | 2024-04-02T19:08:12.470Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2393 | 2024-04-02T19:08:13.257Z | Finished release [optimized] target(s) in 0.74s |
2394 | 2024-04-02T19:08:13.280Z | Running `target/release/omicron-package -t host package` |
2395 | 2024-04-02T19:08:13.305Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2396 | 2024-04-02T19:08:14.132Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2397 | 2024-04-02T19:10:36.544Z | Finished release [optimized] target(s) in 2m 23s |
2398 | 2024-04-02T19:11:18.562Z | |
2399 | 2024-04-02T19:11:18.580Z | real 3:04.807177161 |
2400 | 2024-04-02T19:11:18.580Z | user 13:53.820418617 |
2401 | 2024-04-02T19:11:18.580Z | sys 40.850951505 |
2402 | 2024-04-02T19:11:18.580Z | trap 0.244878309 |
2403 | 2024-04-02T19:11:18.580Z | tflt 0.017403340 |
2404 | 2024-04-02T19:11:18.580Z | dflt 7.575706814 |
2405 | 2024-04-02T19:11:18.580Z | kflt 0.028792043 |
2406 | 2024-04-02T19:11:18.580Z | lock 56:47.468705653 |
2407 | 2024-04-02T19:11:18.581Z | slp 12:30.179834757 |
2408 | 2024-04-02T19:11:18.581Z | lat 7.970825545 |
2409 | 2024-04-02T19:11:18.581Z | stop 2.272877289 |
2410 | 2024-04-02T19:11:18.581Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2411 | 2024-04-02T19:11:18.581Z | + for package in "$@" |
2412 | 2024-04-02T19:11:18.581Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2413 | 2024-04-02T19:11:18.581Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gited31da29c6f |
2414 | 2024-04-02T19:11:18.582Z | Finished release [optimized] target(s) in 0.76s |
2415 | 2024-04-02T19:11:18.582Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gited31da29c6f` |
2416 | 2024-04-02T19:11:18.582Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2417 | 2024-04-02T19:11:18.600Z | Created: out/versioned/omicron-sled-agent.tar |
2418 | 2024-04-02T19:11:18.600Z | + for package in "$@" |
2419 | 2024-04-02T19:11:18.600Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2420 | 2024-04-02T19:11:18.601Z | + echo 0.0.0 |
2421 | 2024-04-02T19:11:18.601Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2422 | 2024-04-02T19:11:18.601Z | a VERSION 1K |
2423 | 2024-04-02T19:11:18.601Z | + rm VERSION |
2424 | 2024-04-02T19:11:18.601Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gited31da29c6f |
2425 | 2024-04-02T19:11:19.214Z | Finished release [optimized] target(s) in 0.75s |
2426 | 2024-04-02T19:11:19.237Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gited31da29c6f` |
2427 | 2024-04-02T19:11:19.267Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2428 | 2024-04-02T19:11:19.394Z | Created: out/versioned/mg-ddm-gz.tar |
2429 | 2024-04-02T19:11:19.401Z | + for package in "$@" |
2430 | 2024-04-02T19:11:19.401Z | + [[ propolis-server == mg-ddm-gz ]] |
2431 | 2024-04-02T19:11:19.402Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gited31da29c6f |
2432 | 2024-04-02T19:11:20.202Z | Finished release [optimized] target(s) in 0.75s |
2433 | 2024-04-02T19:11:20.224Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gited31da29c6f` |
2434 | 2024-04-02T19:11:20.254Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2435 | 2024-04-02T19:11:21.259Z | Created: out/versioned/propolis-server.tar.gz |
2436 | 2024-04-02T19:11:21.274Z | + for package in "$@" |
2437 | 2024-04-02T19:11:21.274Z | + [[ overlay == mg-ddm-gz ]] |
2438 | 2024-04-02T19:11:21.274Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gited31da29c6f |
2439 | 2024-04-02T19:11:22.057Z | Finished release [optimized] target(s) in 0.75s |
2440 | 2024-04-02T19:11:22.080Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gited31da29c6f` |
2441 | 2024-04-02T19:11:22.111Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2442 | 2024-04-02T19:11:22.114Z | Created: out/versioned/overlay.tar.gz |
2443 | 2024-04-02T19:11:22.117Z | + for package in "$@" |
2444 | 2024-04-02T19:11:22.117Z | + [[ oxlog == mg-ddm-gz ]] |
2445 | 2024-04-02T19:11:22.117Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gited31da29c6f |
2446 | 2024-04-02T19:11:22.902Z | Finished release [optimized] target(s) in 0.74s |
2447 | 2024-04-02T19:11:22.924Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gited31da29c6f` |
2448 | 2024-04-02T19:11:22.955Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2449 | 2024-04-02T19:11:22.972Z | Created: out/versioned/oxlog.tar |
2450 | 2024-04-02T19:11:22.975Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2451 | 2024-04-02T19:11:22.984Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2452 | 2024-04-02T19:11:22.987Z | ++ cd -- ./tools |
2453 | 2024-04-02T19:11:22.987Z | ++ pwd |
2454 | 2024-04-02T19:11:22.987Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2455 | 2024-04-02T19:11:22.987Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2456 | 2024-04-02T19:11:23.124Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2457 | 2024-04-02T19:11:23.129Z | ++ readlink -f /work |
2458 | 2024-04-02T19:11:23.129Z | + out_dir=/work |
2459 | 2024-04-02T19:11:23.129Z | + 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" "$tarball_src_dir/oxlog.tar") |
2460 | 2024-04-02T19:11:23.129Z | + for dep in "${deps[@]}" |
2461 | 2024-04-02T19:11:23.129Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2462 | 2024-04-02T19:11:23.129Z | + for dep in "${deps[@]}" |
2463 | 2024-04-02T19:11:23.129Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2464 | 2024-04-02T19:11:23.129Z | + for dep in "${deps[@]}" |
2465 | 2024-04-02T19:11:23.129Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2466 | 2024-04-02T19:11:23.130Z | + for dep in "${deps[@]}" |
2467 | 2024-04-02T19:11:23.130Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2468 | 2024-04-02T19:11:23.130Z | + for dep in "${deps[@]}" |
2469 | 2024-04-02T19:11:23.130Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2470 | 2024-04-02T19:11:23.130Z | ++ mktemp -d |
2471 | 2024-04-02T19:11:23.135Z | + tmp_gz=/tmp/tmp.f4a42h |
2472 | 2024-04-02T19:11:23.135Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2473 | 2024-04-02T19:11:23.135Z | + echo '{"v":"1","t":"layer"}' |
2474 | 2024-04-02T19:11:23.135Z | + pkg_dir=/tmp/tmp.f4a42h/root/opt/oxide/sled-agent |
2475 | 2024-04-02T19:11:23.135Z | + mkdir -p /tmp/tmp.f4a42h/root/opt/oxide/sled-agent |
2476 | 2024-04-02T19:11:23.136Z | + cd /tmp/tmp.f4a42h/root/opt/oxide/sled-agent |
2477 | 2024-04-02T19:11:23.136Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2478 | 2024-04-02T19:11:23.212Z | x ., 0 bytes, 0 tape blocks |
2479 | 2024-04-02T19:11:23.212Z | x zone-bundle, 36115696 bytes, 70539 tape blocks |
2480 | 2024-04-02T19:11:23.212Z | x sled-agent, 79453320 bytes, 155183 tape blocks |
2481 | 2024-04-02T19:11:23.212Z | x pkg, 0 bytes, 0 tape blocks |
2482 | 2024-04-02T19:11:23.212Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2483 | 2024-04-02T19:11:23.212Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2484 | 2024-04-02T19:11:23.212Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2485 | 2024-04-02T19:11:23.212Z | x VERSION, 25 bytes, 1 tape blocks |
2486 | 2024-04-02T19:11:23.218Z | + mkdir -p /tmp/tmp.f4a42h/root/lib/svc/manifest/site/ |
2487 | 2024-04-02T19:11:23.218Z | + mv pkg/manifest.xml /tmp/tmp.f4a42h/root/lib/svc/manifest/site/sled-agent.xml |
2488 | 2024-04-02T19:11:23.224Z | + cd - |
2489 | 2024-04-02T19:11:23.224Z | /work/oxidecomputer/omicron |
2490 | 2024-04-02T19:11:23.225Z | + pkg_dir=/tmp/tmp.f4a42h/root/opt/oxide/mg-ddm |
2491 | 2024-04-02T19:11:23.225Z | + mkdir -p /tmp/tmp.f4a42h/root/opt/oxide/mg-ddm |
2492 | 2024-04-02T19:11:23.225Z | + cd /tmp/tmp.f4a42h/root/opt/oxide/mg-ddm |
2493 | 2024-04-02T19:11:23.225Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2494 | 2024-04-02T19:11:23.272Z | x ., 0 bytes, 0 tape blocks |
2495 | 2024-04-02T19:11:23.272Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2496 | 2024-04-02T19:11:23.272Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2497 | 2024-04-02T19:11:23.272Z | x pkg, 0 bytes, 0 tape blocks |
2498 | 2024-04-02T19:11:23.272Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2499 | 2024-04-02T19:11:23.272Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2500 | 2024-04-02T19:11:23.272Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2501 | 2024-04-02T19:11:23.272Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2502 | 2024-04-02T19:11:23.272Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2503 | 2024-04-02T19:11:23.272Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2504 | 2024-04-02T19:11:23.273Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2505 | 2024-04-02T19:11:23.273Z | x VERSION, 25 bytes, 1 tape blocks |
2506 | 2024-04-02T19:11:23.278Z | + cd - |
2507 | 2024-04-02T19:11:23.278Z | /work/oxidecomputer/omicron |
2508 | 2024-04-02T19:11:23.278Z | + pkg_dir=/tmp/tmp.f4a42h/root/opt/oxide/oxlog |
2509 | 2024-04-02T19:11:23.278Z | + mkdir -p /tmp/tmp.f4a42h/root/opt/oxide/oxlog |
2510 | 2024-04-02T19:11:23.278Z | + cd /tmp/tmp.f4a42h/root/opt/oxide/oxlog |
2511 | 2024-04-02T19:11:23.278Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2512 | 2024-04-02T19:11:23.284Z | x ., 0 bytes, 0 tape blocks |
2513 | 2024-04-02T19:11:23.284Z | x oxlog, 6241384 bytes, 12191 tape blocks |
2514 | 2024-04-02T19:11:23.284Z | x VERSION, 25 bytes, 1 tape blocks |
2515 | 2024-04-02T19:11:23.284Z | + cd - |
2516 | 2024-04-02T19:11:23.285Z | /work/oxidecomputer/omicron |
2517 | 2024-04-02T19:11:23.285Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.f4a42h/root/opt/oxide |
2518 | 2024-04-02T19:11:23.363Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.f4a42h/root/opt/oxide |
2519 | 2024-04-02T19:11:23.367Z | + cd /tmp/tmp.f4a42h |
2520 | 2024-04-02T19:11:23.367Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2521 | 2024-04-02T19:11:32.000Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2522 | 2024-04-02T19:11:32.000Z | a oxide.json 1K |
2523 | 2024-04-02T19:11:32.000Z | a root/ 0K |
2524 | 2024-04-02T19:11:32.001Z | a root/opt/ 0K |
2525 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/ 0K |
2526 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/sled-agent/ 0K |
2527 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/sled-agent/zone-bundle 35270K |
2528 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/sled-agent/sled-agent 77592K |
2529 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2530 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2531 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2532 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/sled-agent/VERSION 1K |
2533 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/mg-ddm/ 0K |
2534 | 2024-04-02T19:11:32.001Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2535 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2536 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2537 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2538 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2539 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2540 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2541 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2542 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2543 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2544 | 2024-04-02T19:11:32.002Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2545 | 2024-04-02T19:11:32.003Z | a root/opt/oxide/oxlog/ 0K |
2546 | 2024-04-02T19:11:32.003Z | a root/opt/oxide/oxlog/oxlog 6096K |
2547 | 2024-04-02T19:11:32.003Z | a root/opt/oxide/oxlog/VERSION 1K |
2548 | 2024-04-02T19:11:32.003Z | a root/opt/oxide/propolis-server.tar.gz 62568K |
2549 | 2024-04-02T19:11:32.003Z | a root/opt/oxide/overlay.tar.gz 3K |
2550 | 2024-04-02T19:11:32.003Z | a root/lib/ 0K |
2551 | 2024-04-02T19:11:32.003Z | a root/lib/svc/ 0K |
2552 | 2024-04-02T19:11:32.003Z | a root/lib/svc/manifest/ 0K |
2553 | 2024-04-02T19:11:32.003Z | a root/lib/svc/manifest/site/ 0K |
2554 | 2024-04-02T19:11:32.004Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2555 | 2024-04-02T19:11:32.008Z | + cd / |
2556 | 2024-04-02T19:11:32.008Z | + rm -rf /tmp/tmp.f4a42h |
2557 | 2024-04-02T19:11:32.031Z | |
2558 | 2024-04-02T19:11:32.037Z | real 9.051029640 |
2559 | 2024-04-02T19:11:32.037Z | user 8.341495225 |
2560 | 2024-04-02T19:11:32.037Z | sys 0.604827999 |
2561 | 2024-04-02T19:11:32.037Z | trap 0.001591815 |
2562 | 2024-04-02T19:11:32.037Z | tflt 0.000000000 |
2563 | 2024-04-02T19:11:32.038Z | dflt 0.000000000 |
2564 | 2024-04-02T19:11:32.038Z | kflt 0.000000000 |
2565 | 2024-04-02T19:11:32.038Z | lock 0.000000000 |
2566 | 2024-04-02T19:11:32.038Z | slp 17.558795193 |
2567 | 2024-04-02T19:11:32.038Z | lat 0.208388444 |
2568 | 2024-04-02T19:11:32.038Z | stop 0.000222594 |
2569 | 2024-04-02T19:11:32.038Z | + mkdir -p /work/zones |
2570 | 2024-04-02T19:11:32.039Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.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 out/probe.tar.gz) |
2571 | 2024-04-02T19:11:32.039Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.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 out/probe.tar.gz /work/zones/ |
2572 | 2024-04-02T19:11:34.781Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2573 | 2024-04-02T19:11:35.627Z | Finished release [optimized] target(s) in 0.79s |
2574 | 2024-04-02T19:11:35.651Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2575 | 2024-04-02T19:11:35.703Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2576 | 2024-04-02T19:11:35.711Z | Created new build target 'recovery' and set it as active |
2577 | 2024-04-02T19:11:35.711Z | |
2578 | 2024-04-02T19:11:35.711Z | real 0.896729280 |
2579 | 2024-04-02T19:11:35.711Z | user 0.582175238 |
2580 | 2024-04-02T19:11:35.711Z | sys 0.294941292 |
2581 | 2024-04-02T19:11:35.712Z | trap 0.000701499 |
2582 | 2024-04-02T19:11:35.712Z | tflt 0.000075741 |
2583 | 2024-04-02T19:11:35.712Z | dflt 0.000004858 |
2584 | 2024-04-02T19:11:35.712Z | kflt 0.000000000 |
2585 | 2024-04-02T19:11:35.712Z | lock 0.023632405 |
2586 | 2024-04-02T19:11:35.712Z | slp 0.109028146 |
2587 | 2024-04-02T19:11:35.712Z | lat 0.005511623 |
2588 | 2024-04-02T19:11:35.713Z | stop 0.000407808 |
2589 | 2024-04-02T19:11:35.713Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2590 | 2024-04-02T19:11:36.475Z | Finished release [optimized] target(s) in 0.74s |
2591 | 2024-04-02T19:11:36.497Z | Running `target/release/omicron-package -t recovery package` |
2592 | 2024-04-02T19:11:36.528Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2593 | 2024-04-02T19:11:37.266Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2594 | 2024-04-02T19:11:40.085Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2595 | 2024-04-02T19:11:58.403Z | Finished release [optimized] target(s) in 21.81s |
2596 | 2024-04-02T19:12:17.400Z | |
2597 | 2024-04-02T19:12:17.400Z | real 41.702918974 |
2598 | 2024-04-02T19:12:17.400Z | user 1:38.663310403 |
2599 | 2024-04-02T19:12:17.400Z | sys 7.195391097 |
2600 | 2024-04-02T19:12:17.400Z | trap 0.063303832 |
2601 | 2024-04-02T19:12:17.400Z | tflt 0.070466287 |
2602 | 2024-04-02T19:12:17.404Z | dflt 0.347843787 |
2603 | 2024-04-02T19:12:17.404Z | kflt 0.000016946 |
2604 | 2024-04-02T19:12:17.404Z | lock 12:57.817031109 |
2605 | 2024-04-02T19:12:17.404Z | slp 1:41.665567222 |
2606 | 2024-04-02T19:12:17.404Z | lat 1.650723117 |
2607 | 2024-04-02T19:12:17.404Z | stop 0.568721650 |
2608 | 2024-04-02T19:12:17.404Z | + stamp_packages installinator mg-ddm-gz |
2609 | 2024-04-02T19:12:17.404Z | + for package in "$@" |
2610 | 2024-04-02T19:12:17.404Z | + [[ installinator == mg-ddm-gz ]] |
2611 | 2024-04-02T19:12:17.404Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gited31da29c6f |
2612 | 2024-04-02T19:12:18.199Z | Finished release [optimized] target(s) in 0.75s |
2613 | 2024-04-02T19:12:18.220Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gited31da29c6f` |
2614 | 2024-04-02T19:12:18.252Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2615 | 2024-04-02T19:12:18.322Z | Created: out/versioned/installinator.tar |
2616 | 2024-04-02T19:12:18.326Z | + for package in "$@" |
2617 | 2024-04-02T19:12:18.327Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2618 | 2024-04-02T19:12:18.327Z | + echo 0.0.0 |
2619 | 2024-04-02T19:12:18.327Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2620 | 2024-04-02T19:12:18.332Z | a VERSION 1K |
2621 | 2024-04-02T19:12:18.332Z | + rm VERSION |
2622 | 2024-04-02T19:12:18.332Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gited31da29c6f |
2623 | 2024-04-02T19:12:19.112Z | Finished release [optimized] target(s) in 0.73s |
2624 | 2024-04-02T19:12:19.134Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gited31da29c6f` |
2625 | 2024-04-02T19:12:19.167Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2626 | 2024-04-02T19:12:19.306Z | Created: out/versioned/mg-ddm-gz.tar |
2627 | 2024-04-02T19:12:19.309Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2628 | 2024-04-02T19:12:19.310Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2629 | 2024-04-02T19:12:19.310Z | ++ cd -- ./tools |
2630 | 2024-04-02T19:12:19.310Z | ++ pwd |
2631 | 2024-04-02T19:12:19.310Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2632 | 2024-04-02T19:12:19.314Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2633 | 2024-04-02T19:12:19.314Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2634 | 2024-04-02T19:12:19.314Z | ++ readlink -f /work |
2635 | 2024-04-02T19:12:19.347Z | + out_dir=/work |
2636 | 2024-04-02T19:12:19.348Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2637 | 2024-04-02T19:12:19.348Z | + for dep in "${deps[@]}" |
2638 | 2024-04-02T19:12:19.348Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2639 | 2024-04-02T19:12:19.349Z | + for dep in "${deps[@]}" |
2640 | 2024-04-02T19:12:19.349Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2641 | 2024-04-02T19:12:19.349Z | ++ mktemp -d |
2642 | 2024-04-02T19:12:19.349Z | + tmp_trampoline=/tmp/tmp.0LaG7h |
2643 | 2024-04-02T19:12:19.349Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2644 | 2024-04-02T19:12:19.350Z | + echo '{"v":"1","t":"layer"}' |
2645 | 2024-04-02T19:12:19.350Z | + pkg_dir=/tmp/tmp.0LaG7h/root/opt/oxide/installinator |
2646 | 2024-04-02T19:12:19.350Z | + mkdir -p /tmp/tmp.0LaG7h/root/opt/oxide/installinator |
2647 | 2024-04-02T19:12:19.350Z | + cd /tmp/tmp.0LaG7h/root/opt/oxide/installinator |
2648 | 2024-04-02T19:12:19.350Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2649 | 2024-04-02T19:12:19.357Z | x ., 0 bytes, 0 tape blocks |
2650 | 2024-04-02T19:12:19.357Z | x installinator, 47252632 bytes, 92291 tape blocks |
2651 | 2024-04-02T19:12:19.357Z | x pkg, 0 bytes, 0 tape blocks |
2652 | 2024-04-02T19:12:19.357Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2653 | 2024-04-02T19:12:19.357Z | x VERSION, 25 bytes, 1 tape blocks |
2654 | 2024-04-02T19:12:19.357Z | + mkdir -p /tmp/tmp.0LaG7h/root/lib/svc/manifest/site/ |
2655 | 2024-04-02T19:12:19.358Z | + mv pkg/manifest.xml /tmp/tmp.0LaG7h/root/lib/svc/manifest/site/installinator.xml |
2656 | 2024-04-02T19:12:19.358Z | + cd - |
2657 | 2024-04-02T19:12:19.358Z | /work/oxidecomputer/omicron |
2658 | 2024-04-02T19:12:19.358Z | + pkg_dir=/tmp/tmp.0LaG7h/root/opt/oxide/mg-ddm |
2659 | 2024-04-02T19:12:19.358Z | + mkdir -p /tmp/tmp.0LaG7h/root/opt/oxide/mg-ddm |
2660 | 2024-04-02T19:12:19.363Z | + cd /tmp/tmp.0LaG7h/root/opt/oxide/mg-ddm |
2661 | 2024-04-02T19:12:19.363Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2662 | 2024-04-02T19:12:19.406Z | x ., 0 bytes, 0 tape blocks |
2663 | 2024-04-02T19:12:19.406Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2664 | 2024-04-02T19:12:19.406Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2665 | 2024-04-02T19:12:19.406Z | x pkg, 0 bytes, 0 tape blocks |
2666 | 2024-04-02T19:12:19.406Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2667 | 2024-04-02T19:12:19.406Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2668 | 2024-04-02T19:12:19.406Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2669 | 2024-04-02T19:12:19.406Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2670 | 2024-04-02T19:12:19.407Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2671 | 2024-04-02T19:12:19.407Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2672 | 2024-04-02T19:12:19.407Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2673 | 2024-04-02T19:12:19.407Z | x VERSION, 25 bytes, 1 tape blocks |
2674 | 2024-04-02T19:12:19.423Z | + cd - |
2675 | 2024-04-02T19:12:19.423Z | /work/oxidecomputer/omicron |
2676 | 2024-04-02T19:12:19.423Z | + cd /tmp/tmp.0LaG7h |
2677 | 2024-04-02T19:12:19.423Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2678 | 2024-04-02T19:12:23.874Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2679 | 2024-04-02T19:12:23.874Z | a oxide.json 1K |
2680 | 2024-04-02T19:12:23.874Z | a root/ 0K |
2681 | 2024-04-02T19:12:23.874Z | a root/opt/ 0K |
2682 | 2024-04-02T19:12:23.874Z | a root/opt/oxide/ 0K |
2683 | 2024-04-02T19:12:23.874Z | a root/opt/oxide/installinator/ 0K |
2684 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/installinator/installinator 46146K |
2685 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/installinator/pkg/ 0K |
2686 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/installinator/VERSION 1K |
2687 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/ 0K |
2688 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2689 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2690 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2691 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2692 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2693 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2694 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2695 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2696 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2697 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2698 | 2024-04-02T19:12:23.875Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2699 | 2024-04-02T19:12:23.875Z | a root/lib/ 0K |
2700 | 2024-04-02T19:12:23.875Z | a root/lib/svc/ 0K |
2701 | 2024-04-02T19:12:23.875Z | a root/lib/svc/manifest/ 0K |
2702 | 2024-04-02T19:12:23.875Z | a root/lib/svc/manifest/site/ 0K |
2703 | 2024-04-02T19:12:23.876Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2704 | 2024-04-02T19:12:23.880Z | + cd / |
2705 | 2024-04-02T19:12:23.880Z | + rm -rf /tmp/tmp.0LaG7h |
2706 | 2024-04-02T19:12:23.892Z | |
2707 | 2024-04-02T19:12:23.897Z | real 4.589992689 |
2708 | 2024-04-02T19:12:23.897Z | user 4.346691462 |
2709 | 2024-04-02T19:12:23.897Z | sys 0.260107914 |
2710 | 2024-04-02T19:12:23.897Z | trap 0.000841648 |
2711 | 2024-04-02T19:12:23.897Z | tflt 0.000000000 |
2712 | 2024-04-02T19:12:23.897Z | dflt 0.000000000 |
2713 | 2024-04-02T19:12:23.897Z | kflt 0.000000000 |
2714 | 2024-04-02T19:12:23.897Z | lock 0.000000000 |
2715 | 2024-04-02T19:12:23.897Z | slp 8.924400510 |
2716 | 2024-04-02T19:12:23.897Z | lat 0.098525507 |
2717 | 2024-04-02T19:12:23.897Z | stop 0.000206059 |
2718 | 2024-04-02T19:12:23.898Z | process exited: duration 1652095 ms, exit code 0 |
|
2719 | 2024-04-02T19:12:23.908Z | found 22 output files |
2720 | 2024-04-02T19:12:23.908Z | uploading: /work/version.txt (26 bytes) |
2721 | 2024-04-02T19:12:25.004Z | uploaded: /work/version.txt |
2722 | 2024-04-02T19:12:25.004Z | uploading: /work/package.tar.gz (85356212 bytes) |
2723 | 2024-04-02T19:12:58.632Z | uploaded: /work/package.tar.gz |
2724 | 2024-04-02T19:12:58.632Z | uploading: /work/global-zone-packages.tar.gz (125093816 bytes) |
2725 | 2024-04-02T19:13:42.744Z | uploaded: /work/global-zone-packages.tar.gz |
2726 | 2024-04-02T19:13:42.744Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38502625 bytes) |
2727 | 2024-04-02T19:13:57.663Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2728 | 2024-04-02T19:13:57.674Z | uploading: /work/zones/clickhouse.tar.gz (231194870 bytes) |
2729 | 2024-04-02T19:15:29.694Z | uploaded: /work/zones/clickhouse.tar.gz |
2730 | 2024-04-02T19:15:29.694Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231178107 bytes) |
2731 | 2024-04-02T19:17:03.396Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2732 | 2024-04-02T19:17:03.396Z | uploading: /work/zones/cockroachdb.tar.gz (126694981 bytes) |
2733 | 2024-04-02T19:17:47.604Z | uploaded: /work/zones/cockroachdb.tar.gz |
2734 | 2024-04-02T19:17:47.604Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25319619 bytes) |
2735 | 2024-04-02T19:17:56.714Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2736 | 2024-04-02T19:17:56.714Z | uploading: /work/zones/crucible-zone.tar.gz (37023685 bytes) |
2737 | 2024-04-02T19:18:12.756Z | uploaded: /work/zones/crucible-zone.tar.gz |
2738 | 2024-04-02T19:18:12.757Z | uploading: /work/zones/external-dns.tar.gz (31024078 bytes) |
2739 | 2024-04-02T19:18:28.303Z | uploaded: /work/zones/external-dns.tar.gz |
2740 | 2024-04-02T19:18:28.314Z | uploading: /work/zones/internal-dns.tar.gz (31022557 bytes) |
2741 | 2024-04-02T19:18:38.075Z | uploaded: /work/zones/internal-dns.tar.gz |
2742 | 2024-04-02T19:18:38.086Z | uploading: /work/zones/nexus-single-sled.tar.gz (92041379 bytes) |
2743 | 2024-04-02T19:19:06.818Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2744 | 2024-04-02T19:19:06.818Z | uploading: /work/zones/nexus.tar.gz (92048648 bytes) |
2745 | 2024-04-02T19:19:36.044Z | uploaded: /work/zones/nexus.tar.gz |
2746 | 2024-04-02T19:19:36.044Z | uploading: /work/zones/ntp.tar.gz (10451083 bytes) |
2747 | 2024-04-02T19:19:40.133Z | uploaded: /work/zones/ntp.tar.gz |
2748 | 2024-04-02T19:19:40.143Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16539656 bytes) |
2749 | 2024-04-02T19:19:46.487Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2750 | 2024-04-02T19:19:46.494Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16537197 bytes) |
2751 | 2024-04-02T19:19:52.829Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2752 | 2024-04-02T19:19:52.830Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2753 | 2024-04-02T19:19:53.857Z | uploaded: /work/zones/overlay.tar.gz |
2754 | 2024-04-02T19:19:53.857Z | uploading: /work/zones/oximeter.tar.gz (50198955 bytes) |
2755 | 2024-04-02T19:20:23.899Z | uploaded: /work/zones/oximeter.tar.gz |
2756 | 2024-04-02T19:20:23.899Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2757 | 2024-04-02T19:20:26.285Z | uploaded: /work/zones/probe.tar.gz |
2758 | 2024-04-02T19:20:26.292Z | uploading: /work/zones/propolis-server.tar.gz (64067178 bytes) |
2759 | 2024-04-02T19:21:01.672Z | uploaded: /work/zones/propolis-server.tar.gz |
2760 | 2024-04-02T19:21:01.672Z | uploading: /work/zones/switch-asic.tar.gz (292959098 bytes) |
2761 | 2024-04-02T19:23:01.518Z | uploaded: /work/zones/switch-asic.tar.gz |
2762 | 2024-04-02T19:23:01.518Z | uploading: /work/zones/switch-softnpu.tar.gz (214513554 bytes) |
2763 | 2024-04-02T19:24:17.629Z | uploaded: /work/zones/switch-softnpu.tar.gz |