|
|
|
1 | 2024-04-19T19:54:42.068Z | job assigned to worker 01HVVYNKCV7DA7CFDNB1W34Z85 (queued for 2 m 22 s) |
|
2 | 2024-04-19T19:54:49.870Z | starting task 0: "setup" |
3 | 2024-04-19T19:54:49.903Z | ++ uname -s |
4 | 2024-04-19T19:54:49.911Z | + kern=SunOS |
5 | 2024-04-19T19:54:49.911Z | + case "$kern" in |
6 | 2024-04-19T19:54:49.911Z | + groupadd -g 12345 build |
7 | 2024-04-19T19:54:49.944Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-19T19:54:51.956Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-19T19:54:52.071Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-19T19:54:52.083Z | + home_fs=zfs |
11 | 2024-04-19T19:54:52.083Z | + [[ zfs == autofs ]] |
12 | 2024-04-19T19:54:52.083Z | + mkdir -p /home/build |
13 | 2024-04-19T19:54:52.083Z | + chown build:build /home/build /work |
14 | 2024-04-19T19:54:54.076Z | + chmod 0700 /home/build /work |
15 | 2024-04-19T19:54:54.079Z | process exited: duration 4220 ms, exit code 0 |
|
16 | 2024-04-19T19:54:54.089Z | starting task 1: "rust-toolchain" |
17 | 2024-04-19T19:54:54.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-19T19:54:54.098Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-19T19:54:54.199Z | info: downloading installer |
20 | 2024-04-19T19:54:55.819Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-19T19:54:55.820Z | warning: /opt/ooce/bin |
22 | 2024-04-19T19:54:55.820Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-19T19:54:55.820Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-19T19:54:55.820Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-19T19:54:55.820Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-19T19:54:55.820Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-19T19:54:55.820Z | error: cannot install while Rust is installed |
28 | 2024-04-19T19:54:55.820Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-19T19:54:56.090Z | info: profile set to 'default' |
30 | 2024-04-19T19:54:56.090Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-19T19:54:56.111Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-19T19:54:56.230Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-19T19:54:56.231Z | info: downloading component 'cargo' |
34 | 2024-04-19T19:54:56.910Z | info: downloading component 'clippy' |
35 | 2024-04-19T19:54:57.144Z | info: downloading component 'rust-docs' |
36 | 2024-04-19T19:54:58.017Z | info: downloading component 'rust-std' |
37 | 2024-04-19T19:54:59.555Z | info: downloading component 'rustc' |
38 | 2024-04-19T19:55:03.355Z | info: downloading component 'rustfmt' |
39 | 2024-04-19T19:55:03.567Z | info: installing component 'cargo' |
40 | 2024-04-19T19:55:04.388Z | info: installing component 'clippy' |
41 | 2024-04-19T19:55:04.734Z | info: installing component 'rust-docs' |
42 | 2024-04-19T19:55:06.123Z | info: installing component 'rust-std' |
43 | 2024-04-19T19:55:08.330Z | info: installing component 'rustc' |
44 | 2024-04-19T19:55:11.910Z | info: installing component 'rustfmt' |
45 | 2024-04-19T19:55:12.256Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-19T19:55:12.256Z | |
47 | 2024-04-19T19:55:12.528Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-19T19:55:12.528Z | |
49 | 2024-04-19T19:55:12.533Z | |
50 | 2024-04-19T19:55:12.533Z | Rust is installed now. Great! |
51 | 2024-04-19T19:55:12.533Z | |
52 | 2024-04-19T19:55:12.533Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-19T19:55:12.533Z | environment variable. This has not been done automatically. |
54 | 2024-04-19T19:55:12.533Z | |
55 | 2024-04-19T19:55:12.533Z | To configure your current shell, you need to source |
56 | 2024-04-19T19:55:12.533Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-19T19:55:12.533Z | |
58 | 2024-04-19T19:55:12.533Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-19T19:55:12.533Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-19T19:55:12.533Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-19T19:55:12.619Z | + rustc --version |
62 | 2024-04-19T19:55:12.685Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-19T19:55:12.701Z | process exited: duration 18593 ms, exit code 0 |
|
64 | 2024-04-19T19:55:12.736Z | starting task 2: "authentication" |
65 | 2024-04-19T19:55:12.756Z | process exited: duration 23 ms, exit code 0 |
|
66 | 2024-04-19T19:55:12.766Z | starting task 3: "clone repository" |
67 | 2024-04-19T19:55:12.769Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-19T19:55:12.773Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-19T19:55:13.048Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-19T19:55:20.291Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-19T19:55:20.291Z | + git fetch origin 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 |
72 | 2024-04-19T19:55:20.614Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-19T19:55:20.615Z | * branch 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 -> FETCH_HEAD |
74 | 2024-04-19T19:55:20.622Z | + [[ -n dependabot/cargo/rustls-0.22.4 ]] |
75 | 2024-04-19T19:55:20.630Z | ++ git branch --show-current |
76 | 2024-04-19T19:55:20.630Z | + current=main |
77 | 2024-04-19T19:55:20.630Z | + [[ main != dependabot/cargo/rustls-0.22.4 ]] |
78 | 2024-04-19T19:55:20.630Z | + git branch -f dependabot/cargo/rustls-0.22.4 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 |
79 | 2024-04-19T19:55:20.631Z | + git checkout -f dependabot/cargo/rustls-0.22.4 |
80 | 2024-04-19T19:55:20.754Z | Switched to branch 'dependabot/cargo/rustls-0.22.4' |
81 | 2024-04-19T19:55:20.757Z | + git reset --hard 974dce95eecd199e03c9e960ca4e7a705bb3f1d1 |
82 | 2024-04-19T19:55:20.767Z | HEAD is now at 974dce95e Bump rustls from 0.22.2 to 0.22.4 |
83 | 2024-04-19T19:55:20.771Z | process exited: duration 8002 ms, exit code 0 |
|
84 | 2024-04-19T19:55:20.779Z | starting task 4: "build" |
85 | 2024-04-19T19:55:20.785Z | + cargo --version |
86 | 2024-04-19T19:55:20.789Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-19T19:55:21.012Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-19T19:55:21.012Z | info: downloading component 'cargo' |
89 | 2024-04-19T19:55:21.973Z | info: downloading component 'clippy' |
90 | 2024-04-19T19:55:22.287Z | info: downloading component 'rust-docs' |
91 | 2024-04-19T19:55:23.581Z | info: downloading component 'rust-std' |
92 | 2024-04-19T19:55:25.475Z | info: downloading component 'rustc' |
93 | 2024-04-19T19:55:30.561Z | info: downloading component 'rustfmt' |
94 | 2024-04-19T19:55:30.846Z | info: installing component 'cargo' |
95 | 2024-04-19T19:55:31.682Z | info: installing component 'clippy' |
96 | 2024-04-19T19:55:32.022Z | info: installing component 'rust-docs' |
97 | 2024-04-19T19:55:33.490Z | info: installing component 'rust-std' |
98 | 2024-04-19T19:55:35.155Z | info: installing component 'rustc' |
99 | 2024-04-19T19:55:39.162Z | info: installing component 'rustfmt' |
100 | 2024-04-19T19:55:39.541Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-19T19:55:39.548Z | + rustc --version |
102 | 2024-04-19T19:55:39.627Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-19T19:55:39.644Z | ++ git rev-parse HEAD |
104 | 2024-04-19T19:55:39.644Z | + COMMIT=974dce95eecd199e03c9e960ca4e7a705bb3f1d1 |
105 | 2024-04-19T19:55:39.644Z | + VERSION=8.0.0-0.ci+git974dce95eec |
106 | 2024-04-19T19:55:39.644Z | + echo 8.0.0-0.ci+git974dce95eec |
107 | 2024-04-19T19:55:39.644Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-04-19T19:55:47.452Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-04-19T19:55:49.171Z | Startup: Caching catalogs ... Done |
110 | 2024-04-19T19:55:51.556Z | Planning: Solver setup ... Done (1.918s) |
111 | 2024-04-19T19:55:51.584Z | Planning: Running solver ... Done (0.040s) |
112 | 2024-04-19T19:55:51.800Z | Planning: Finding local manifests ... Done (0.187s) |
113 | 2024-04-19T19:55:51.811Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-04-19T19:55:52.167Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-04-19T19:55:52.183Z | Planning: Package planning ... Done (0.048s) |
116 | 2024-04-19T19:55:52.236Z | Planning: Merging actions ... Done (0.051s) |
117 | 2024-04-19T19:55:52.706Z | Planning: Checking for conflicting actions ... Done (0.473s) |
118 | 2024-04-19T19:55:52.717Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-04-19T19:55:58.508Z | Planning: Evaluating mediators ... Done (5.791s) |
120 | 2024-04-19T19:55:58.517Z | Planning: Planning completed in 9.29 seconds |
121 | 2024-04-19T19:55:58.537Z | Packages to install: 4 |
122 | 2024-04-19T19:55:58.537Z | Mediators to change: 2 |
123 | 2024-04-19T19:55:58.543Z | Services to change: 1 |
124 | 2024-04-19T19:55:58.543Z | Estimated space available: 155.32 GB |
125 | 2024-04-19T19:55:58.543Z | Estimated space to be consumed: 1.44 GB |
126 | 2024-04-19T19:55:58.543Z | Create boot environment: No |
127 | 2024-04-19T19:55:58.543Z | Create backup boot environment: No |
128 | 2024-04-19T19:55:58.543Z | Rebuild boot archive: No |
129 | 2024-04-19T19:55:58.544Z | |
130 | 2024-04-19T19:55:58.544Z | Changed mediators: |
131 | 2024-04-19T19:55:58.544Z | mediator clang: |
132 | 2024-04-19T19:55:58.544Z | version: None -> 15 (system default) |
133 | 2024-04-19T19:55:58.544Z | |
134 | 2024-04-19T19:55:58.544Z | mediator llvm: |
135 | 2024-04-19T19:55:58.544Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-04-19T19:55:58.544Z | |
137 | 2024-04-19T19:55:58.544Z | Changed packages: |
138 | 2024-04-19T19:55:58.544Z | helios-dev |
139 | 2024-04-19T19:55:58.544Z | developer/build-essential |
140 | 2024-04-19T19:55:58.544Z | None -> 11-2.0 |
141 | 2024-04-19T19:55:58.544Z | library/libxmlsec1 |
142 | 2024-04-19T19:55:58.544Z | None -> 1.2.35-2.0 |
143 | 2024-04-19T19:55:58.544Z | ooce/developer/clang-15 |
144 | 2024-04-19T19:55:58.544Z | None -> 15.0.7-2.0 |
145 | 2024-04-19T19:55:58.544Z | ooce/developer/llvm-15 |
146 | 2024-04-19T19:55:58.544Z | None -> 15.0.7-2.0 |
147 | 2024-04-19T19:55:58.544Z | |
148 | 2024-04-19T19:55:58.544Z | Services: |
149 | 2024-04-19T19:55:58.544Z | restart_fmri: |
150 | 2024-04-19T19:55:58.544Z | svc:/system/update-man-index:default |
151 | 2024-04-19T19:55:58.609Z | |
152 | 2024-04-19T19:55:58.609Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-04-19T19:56:03.610Z | Download: 879/3290 items 18.9/212.6MB 8% complete (3.8M/s) |
154 | 2024-04-19T19:56:08.624Z | Download: 1722/3290 items 117.4/212.6MB 55% complete (11.9M/s) |
155 | 2024-04-19T19:56:13.627Z | Download: 2631/3290 items 120.6/212.6MB 56% complete (10.2M/s) |
156 | 2024-04-19T19:56:18.388Z | Download: Completed 212.60 MB in 19.77 seconds (10.8M/s) |
157 | 2024-04-19T19:56:19.049Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-04-19T19:56:23.580Z | Actions: 3659/3689 actions (Installing new actions) |
159 | 2024-04-19T19:56:23.852Z | Actions: Completed 3689 actions in 5.28 seconds. |
160 | 2024-04-19T19:56:24.060Z | Done (0.200s) |
161 | 2024-04-19T19:56:24.060Z | Done (0.000s) |
162 | 2024-04-19T19:56:24.328Z | Done (0.269s) |
163 | 2024-04-19T19:56:30.161Z | Done (5.254s) |
164 | 2024-04-19T19:56:30.169Z | Done (0.093s) |
165 | 2024-04-19T19:56:30.169Z | Done (0.000s) |
166 | 2024-04-19T19:56:30.169Z | Done (0.000s) |
167 | 2024-04-19T19:56:30.604Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-04-19T19:56:30.764Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-04-19T19:56:30.768Z | Planning: Consolidating action changes ... Done |
170 | 2024-04-19T19:56:31.038Z | Planning: Evaluating mediators ... Done |
171 | 2024-04-19T19:56:31.051Z | Planning: Planning completed in 0.44 seconds |
172 | 2024-04-19T19:56:31.072Z | Mediators to change: 2 |
173 | 2024-04-19T19:56:31.076Z | Create boot environment: No |
174 | 2024-04-19T19:56:31.076Z | Create backup boot environment: No |
175 | 2024-04-19T19:56:31.138Z | Done |
176 | 2024-04-19T19:56:31.138Z | Done |
177 | 2024-04-19T19:56:31.294Z | Done |
178 | 2024-04-19T19:56:34.878Z | Done |
179 | 2024-04-19T19:56:34.966Z | Done |
180 | 2024-04-19T19:56:35.396Z | Done |
181 | 2024-04-19T19:56:35.397Z | Done |
182 | 2024-04-19T19:56:37.139Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-04-19T19:56:37.160Z | Planning: Merging actions ... Done |
184 | 2024-04-19T19:56:37.161Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-04-19T19:56:37.161Z | Planning: Consolidating action changes ... Done |
186 | 2024-04-19T19:56:37.161Z | Planning: Evaluating mediators ... Done |
187 | 2024-04-19T19:56:37.161Z | Planning: Planning completed in 0.79 seconds |
188 | 2024-04-19T19:56:37.162Z | Packages to change: 1 |
189 | 2024-04-19T19:56:37.162Z | Mediators to change: 1 |
190 | 2024-04-19T19:56:37.162Z | Services to change: 1 |
191 | 2024-04-19T19:56:37.162Z | Create boot environment: No |
192 | 2024-04-19T19:56:37.162Z | Create backup boot environment: Yes |
193 | 2024-04-19T19:56:38.141Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-04-19T19:56:38.166Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2024-04-19T19:56:38.167Z | Done |
196 | 2024-04-19T19:56:38.167Z | Done |
197 | 2024-04-19T19:56:38.188Z | Done |
198 | 2024-04-19T19:56:41.762Z | Done |
199 | 2024-04-19T19:56:41.850Z | Done |
200 | 2024-04-19T19:56:41.856Z | Done |
201 | 2024-04-19T19:56:41.979Z | Done |
202 | 2024-04-19T19:56:42.416Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-04-19T19:56:42.416Z | clang system 15 system |
204 | 2024-04-19T19:56:42.416Z | csh system system illumos |
205 | 2024-04-19T19:56:42.416Z | ctags system system illumos |
206 | 2024-04-19T19:56:42.416Z | gcc vendor 12 vendor |
207 | 2024-04-19T19:56:42.416Z | gcc system 10 system |
208 | 2024-04-19T19:56:42.416Z | gcc system 7 system |
209 | 2024-04-19T19:56:42.417Z | go system 1.20 system |
210 | 2024-04-19T19:56:42.417Z | go system 1.19 system |
211 | 2024-04-19T19:56:42.417Z | llvm system 15 system |
212 | 2024-04-19T19:56:42.417Z | llvm system 14 system |
213 | 2024-04-19T19:56:42.417Z | mariadb system 10.6 system |
214 | 2024-04-19T19:56:42.417Z | mta vendor vendor dma |
215 | 2024-04-19T19:56:42.417Z | openjdk system 17 system |
216 | 2024-04-19T19:56:42.417Z | openjdk system 11 system |
217 | 2024-04-19T19:56:42.417Z | openjdk system 1.8 system |
218 | 2024-04-19T19:56:42.417Z | openssl vendor 3 vendor |
219 | 2024-04-19T19:56:42.417Z | perl system 5.36 system |
220 | 2024-04-19T19:56:42.417Z | postgresql system 15 system |
221 | 2024-04-19T19:56:42.417Z | postgresql system 13 system |
222 | 2024-04-19T19:56:42.417Z | python vendor 3 vendor |
223 | 2024-04-19T19:56:42.417Z | python system 2 system |
224 | 2024-04-19T19:56:42.417Z | python3 system 3.11 system |
225 | 2024-04-19T19:56:42.417Z | ruby system 3.0 system |
226 | 2024-04-19T19:56:42.417Z | words vendor vendor american-english |
227 | 2024-04-19T19:56:42.417Z | words system system australian-english |
228 | 2024-04-19T19:56:42.417Z | words system system british-english |
229 | 2024-04-19T19:56:42.417Z | words system system canadian-english |
230 | 2024-04-19T19:56:42.417Z | words system system french |
231 | 2024-04-19T19:56:42.417Z | words system system italian |
232 | 2024-04-19T19:56:42.418Z | words system system ngerman |
233 | 2024-04-19T19:56:42.418Z | words system system ogerman |
234 | 2024-04-19T19:56:42.418Z | words system system spanish |
235 | 2024-04-19T19:56:42.744Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-04-19T19:56:42.744Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-04-19T19:56:44.061Z | FMRI IFO |
238 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-04-19T19:56:44.061Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-04-19T19:56:44.308Z | + set -o errexit |
251 | 2024-04-19T19:56:44.331Z | +++ dirname ./tools/ci_download_cockroachdb |
252 | 2024-04-19T19:56:44.331Z | ++ cd ./tools |
253 | 2024-04-19T19:56:44.332Z | ++ pwd |
254 | 2024-04-19T19:56:44.332Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
255 | 2024-04-19T19:56:44.332Z | ++ basename ./tools/ci_download_cockroachdb |
256 | 2024-04-19T19:56:44.333Z | + ARG0=ci_download_cockroachdb |
257 | 2024-04-19T19:56:44.333Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
258 | 2024-04-19T19:56:44.333Z | + CIDL_VERSION=v22.1.9 |
259 | 2024-04-19T19:56:44.333Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
260 | 2024-04-19T19:56:44.334Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
261 | 2024-04-19T19:56:44.334Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
262 | 2024-04-19T19:56:44.334Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
263 | 2024-04-19T19:56:44.334Z | + TARGET_DIR=out |
264 | 2024-04-19T19:56:44.335Z | + DOWNLOAD_DIR=out/downloads |
265 | 2024-04-19T19:56:44.335Z | + DEST_DIR=./out/cockroachdb |
266 | 2024-04-19T19:56:44.335Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
267 | 2024-04-19T19:56:44.335Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
268 | 2024-04-19T19:56:44.336Z | + main |
269 | 2024-04-19T19:56:44.336Z | + [[ 0 != 0 ]] |
270 | 2024-04-19T19:56:44.336Z | + CIDL_OS=solaris2.11 |
271 | 2024-04-19T19:56:44.336Z | + [[ 0 != 0 ]] |
272 | 2024-04-19T19:56:44.337Z | + configure_os solaris2.11 |
273 | 2024-04-19T19:56:44.337Z | + echo 'current directory: /work/oxidecomputer/omicron' |
274 | 2024-04-19T19:56:44.337Z | current directory: /work/oxidecomputer/omicron |
275 | 2024-04-19T19:56:44.337Z | + echo 'configuring based on OS: "solaris2.11"' |
276 | 2024-04-19T19:56:44.338Z | configuring based on OS: "solaris2.11" |
277 | 2024-04-19T19:56:44.338Z | + case "$1" in |
278 | 2024-04-19T19:56:44.338Z | + CIDL_BUILD=illumos |
279 | 2024-04-19T19:56:44.338Z | + CIDL_SUFFIX=tar.gz |
280 | 2024-04-19T19:56:44.339Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
281 | 2024-04-19T19:56:44.339Z | + CIDL_URL_BASE=https://illumos.org/downloads |
282 | 2024-04-19T19:56:44.339Z | + CIDL_ASSEMBLE=do_assemble_illumos |
283 | 2024-04-19T19:56:44.339Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
284 | 2024-04-19T19:56:44.340Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-04-19T19:56:44.340Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-04-19T19:56:44.340Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
287 | 2024-04-19T19:56:44.340Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-04-19T19:56:44.340Z | + CIDL_SHA256FUNC=do_sha256sum |
289 | 2024-04-19T19:56:44.341Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-04-19T19:56:44.341Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2024-04-19T19:56:44.341Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-04-19T19:56:44.341Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-04-19T19:56:44.341Z | + mkdir -p out/downloads |
294 | 2024-04-19T19:56:44.341Z | + mkdir -p ./out/cockroachdb |
295 | 2024-04-19T19:56:44.342Z | + local DO_DOWNLOAD=true |
296 | 2024-04-19T19:56:44.342Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
297 | 2024-04-19T19:56:44.342Z | + '[' true == true ']' |
298 | 2024-04-19T19:56:44.342Z | + echo Downloading... |
299 | 2024-04-19T19:56:44.343Z | Downloading... |
300 | 2024-04-19T19:56:44.343Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-04-19T19:56:44.343Z | + 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 |
302 | 2024-04-19T19:56:46.637Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-04-19T19:56:46.649Z | ++ sha256sum |
304 | 2024-04-19T19:56:46.649Z | ++ awk '{print $1}' |
305 | 2024-04-19T19:56:46.802Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
306 | 2024-04-19T19:56:46.821Z | + [[ 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 ]] |
307 | 2024-04-19T19:56:46.821Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-04-19T19:56:46.821Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
309 | 2024-04-19T19:56:49.335Z | + do_assemble_illumos |
310 | 2024-04-19T19:56:49.335Z | + rm -r ./out/cockroachdb |
311 | 2024-04-19T19:56:49.349Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
312 | 2024-04-19T19:56:49.349Z | + ./out/cockroachdb/bin/cockroach version |
313 | 2024-04-19T19:56:49.512Z | Build Tag: v22.1.9-dirty |
314 | 2024-04-19T19:56:49.513Z | Build Time: 2022/10/26 21:17:46 |
315 | 2024-04-19T19:56:49.513Z | Distribution: OSS |
316 | 2024-04-19T19:56:49.513Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
317 | 2024-04-19T19:56:49.513Z | Go Version: go1.17.13 |
318 | 2024-04-19T19:56:49.513Z | C Compiler: gcc 10.3.0 |
319 | 2024-04-19T19:56:49.514Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
320 | 2024-04-19T19:56:49.514Z | Build Type: release |
321 | 2024-04-19T19:56:49.531Z | + set -o errexit |
322 | 2024-04-19T19:56:49.562Z | +++ dirname ./tools/ci_download_clickhouse |
323 | 2024-04-19T19:56:49.562Z | ++ cd ./tools |
324 | 2024-04-19T19:56:49.562Z | ++ pwd |
325 | 2024-04-19T19:56:49.563Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
326 | 2024-04-19T19:56:49.563Z | ++ basename ./tools/ci_download_clickhouse |
327 | 2024-04-19T19:56:49.563Z | + ARG0=ci_download_clickhouse |
328 | 2024-04-19T19:56:49.563Z | + TARGET_DIR=out |
329 | 2024-04-19T19:56:49.563Z | + DOWNLOAD_DIR=out/downloads |
330 | 2024-04-19T19:56:49.563Z | + DEST_DIR=./out/clickhouse |
331 | 2024-04-19T19:56:49.564Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
332 | 2024-04-19T19:56:49.564Z | + CIDL_VERSION=v23.8.7.24 |
333 | 2024-04-19T19:56:49.564Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
334 | 2024-04-19T19:56:49.564Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
335 | 2024-04-19T19:56:49.564Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
336 | 2024-04-19T19:56:49.564Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
337 | 2024-04-19T19:56:49.564Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
338 | 2024-04-19T19:56:49.564Z | + main |
339 | 2024-04-19T19:56:49.565Z | + [[ 0 != 0 ]] |
340 | 2024-04-19T19:56:49.565Z | + CIDL_OS=solaris2.11 |
341 | 2024-04-19T19:56:49.565Z | + [[ 0 != 0 ]] |
342 | 2024-04-19T19:56:49.565Z | + configure_os solaris2.11 |
343 | 2024-04-19T19:56:49.565Z | + echo 'current directory: /work/oxidecomputer/omicron' |
344 | 2024-04-19T19:56:49.566Z | current directory: /work/oxidecomputer/omicron |
345 | 2024-04-19T19:56:49.566Z | + echo 'configuring based on OS: "solaris2.11"' |
346 | 2024-04-19T19:56:49.566Z | + CIDL_DASHREV= |
347 | 2024-04-19T19:56:49.567Z | + case "$1" in |
348 | 2024-04-19T19:56:49.567Z | configuring based on OS: "solaris2.11" |
349 | 2024-04-19T19:56:49.567Z | + CIDL_PLATFORM=illumos |
350 | 2024-04-19T19:56:49.567Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
351 | 2024-04-19T19:56:49.567Z | + CIDL_MD5FUNC=do_md5sum |
352 | 2024-04-19T19:56:49.568Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
353 | 2024-04-19T19:56:49.568Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-04-19T19:56:49.568Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-19T19:56:49.568Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-04-19T19:56:49.569Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-04-19T19:56:49.569Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-04-19T19:56:49.569Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
359 | 2024-04-19T19:56:49.569Z | + mkdir -p out/downloads |
360 | 2024-04-19T19:56:49.569Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-04-19T19:56:49.569Z | + mkdir -p ./out/clickhouse |
362 | 2024-04-19T19:56:49.569Z | + local DO_DOWNLOAD=true |
363 | 2024-04-19T19:56:49.570Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
364 | 2024-04-19T19:56:49.570Z | + '[' true == true ']' |
365 | 2024-04-19T19:56:49.570Z | + echo Downloading... |
366 | 2024-04-19T19:56:49.570Z | Downloading... |
367 | 2024-04-19T19:56:49.570Z | + 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 |
368 | 2024-04-19T19:56:49.571Z | + 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 |
369 | 2024-04-19T19:56:51.132Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-04-19T19:56:51.144Z | ++ md5sum |
371 | 2024-04-19T19:56:51.144Z | ++ awk '{print $1}' |
372 | 2024-04-19T19:56:51.352Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
373 | 2024-04-19T19:56:51.359Z | + [[ 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 ]] |
374 | 2024-04-19T19:56:51.359Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
375 | 2024-04-19T19:56:51.359Z | + mkdir -p ./out/clickhouse |
376 | 2024-04-19T19:56:51.359Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
377 | 2024-04-19T19:56:55.191Z | + [[ solaris2.11 == darwin* ]] |
378 | 2024-04-19T19:56:55.191Z | + ./out/clickhouse/clickhouse server --version |
379 | 2024-04-19T19:56:55.417Z | ClickHouse server version 23.8.7.1. |
380 | 2024-04-19T19:56:55.443Z | + set -o errexit |
381 | 2024-04-19T19:56:55.446Z | +++ dirname ./tools/ci_download_console |
382 | 2024-04-19T19:56:55.449Z | ++ cd ./tools |
383 | 2024-04-19T19:56:55.450Z | ++ pwd |
384 | 2024-04-19T19:56:55.450Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
385 | 2024-04-19T19:56:55.450Z | ++ basename ./tools/ci_download_console |
386 | 2024-04-19T19:56:55.450Z | + ARG0=ci_download_console |
387 | 2024-04-19T19:56:55.450Z | + TARGET_DIR=out |
388 | 2024-04-19T19:56:55.450Z | + DOWNLOAD_DIR=out/downloads |
389 | 2024-04-19T19:56:55.450Z | + DEST_DIR=./out/console-assets |
390 | 2024-04-19T19:56:55.450Z | + source /work/oxidecomputer/omicron/tools/console_version |
391 | 2024-04-19T19:56:55.450Z | ++ COMMIT=c008d365b38b53c962a80e9c352e4e09ec18b436 |
392 | 2024-04-19T19:56:55.450Z | ++ SHA2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 |
393 | 2024-04-19T19:56:55.450Z | + URL=https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
394 | 2024-04-19T19:56:55.450Z | + TARBALL_FILE=out/downloads/console.tar.gz |
395 | 2024-04-19T19:56:55.450Z | + main |
396 | 2024-04-19T19:56:55.454Z | + [[ 0 != 0 ]] |
397 | 2024-04-19T19:56:55.454Z | + echo 'URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz' |
398 | 2024-04-19T19:56:55.454Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-04-19T19:56:55.454Z | URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
400 | 2024-04-19T19:56:55.454Z | Local file: out/downloads/console.tar.gz |
401 | 2024-04-19T19:56:55.454Z | + local DO_DOWNLOAD=true |
402 | 2024-04-19T19:56:55.454Z | + [[ -f out/downloads/console.tar.gz ]] |
403 | 2024-04-19T19:56:55.454Z | + mkdir -p out/downloads |
404 | 2024-04-19T19:56:55.454Z | + '[' true == true ']' |
405 | 2024-04-19T19:56:55.454Z | + echo Downloading... |
406 | 2024-04-19T19:56:55.454Z | Downloading... |
407 | 2024-04-19T19:56:55.454Z | + do_download_curl https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz out/downloads/console.tar.gz |
408 | 2024-04-19T19:56:55.454Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
409 | 2024-04-19T19:56:55.959Z | ++ do_sha256sum out/downloads/console.tar.gz |
410 | 2024-04-19T19:56:55.960Z | ++ case "$OSTYPE" in |
411 | 2024-04-19T19:56:55.979Z | ++ SHA=sha256sum |
412 | 2024-04-19T19:56:55.979Z | ++ sha256sum |
413 | 2024-04-19T19:56:55.979Z | ++ awk '{print $1}' |
414 | 2024-04-19T19:56:55.980Z | + calculated_sha2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 |
415 | 2024-04-19T19:56:55.980Z | + [[ fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 != \f\e\d\4\9\e\7\6\1\1\2\8\3\f\7\d\c\0\f\0\0\6\e\2\6\d\0\e\1\1\1\3\1\8\c\8\d\9\5\f\9\d\c\a\7\0\8\0\4\5\9\0\7\8\2\0\5\5\6\1\5\2\2\3 ]] |
416 | 2024-04-19T19:56:55.980Z | + rm -rf ./out/console-assets |
417 | 2024-04-19T19:56:55.981Z | + mkdir -p ./out/console-assets |
418 | 2024-04-19T19:56:55.981Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
419 | 2024-04-19T19:56:55.981Z | + mkdir -p ./out/console-assets |
420 | 2024-04-19T19:56:55.981Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
421 | 2024-04-19T19:56:56.057Z | + set -o errexit |
422 | 2024-04-19T19:56:56.061Z | +++ dirname ./tools/ci_download_maghemite_openapi |
423 | 2024-04-19T19:56:56.061Z | ++ cd ./tools |
424 | 2024-04-19T19:56:56.061Z | ++ pwd |
425 | 2024-04-19T19:56:56.061Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2024-04-19T19:56:56.065Z | ++ basename ./tools/ci_download_maghemite_openapi |
427 | 2024-04-19T19:56:56.066Z | + ARG0=ci_download_maghemite_openapi |
428 | 2024-04-19T19:56:56.066Z | + TARGET_DIR=out |
429 | 2024-04-19T19:56:56.066Z | + DOWNLOAD_DIR=out/downloads |
430 | 2024-04-19T19:56:56.066Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
431 | 2024-04-19T19:56:56.066Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
432 | 2024-04-19T19:56:56.066Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
433 | 2024-04-19T19:56:56.066Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
434 | 2024-04-19T19:56:56.066Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
435 | 2024-04-19T19:56:56.066Z | + main |
436 | 2024-04-19T19:56:56.066Z | + rm -rf out/downloads/root |
437 | 2024-04-19T19:56:56.071Z | + [[ 0 != 0 ]] |
438 | 2024-04-19T19:56:56.071Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
439 | 2024-04-19T19:56:56.071Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
440 | 2024-04-19T19:56:56.071Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
441 | 2024-04-19T19:56:56.071Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
442 | 2024-04-19T19:56:56.071Z | + local DO_DOWNLOAD=true |
443 | 2024-04-19T19:56:56.071Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
444 | 2024-04-19T19:56:56.071Z | + mkdir -p out/downloads |
445 | 2024-04-19T19:56:56.071Z | + '[' true == true ']' |
446 | 2024-04-19T19:56:56.071Z | + echo Downloading... |
447 | 2024-04-19T19:56:56.071Z | Downloading... |
448 | 2024-04-19T19:56:56.071Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
449 | 2024-04-19T19:56:56.071Z | + 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 |
450 | 2024-04-19T19:56:56.288Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
451 | 2024-04-19T19:56:56.288Z | ++ case "$OSTYPE" in |
452 | 2024-04-19T19:56:56.314Z | ++ SHA=sha256sum |
453 | 2024-04-19T19:56:56.314Z | ++ sha256sum |
454 | 2024-04-19T19:56:56.314Z | ++ awk '{print $1}' |
455 | 2024-04-19T19:56:56.314Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
456 | 2024-04-19T19:56:56.314Z | + [[ 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 ]] |
457 | 2024-04-19T19:56:56.315Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
458 | 2024-04-19T19:56:56.315Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
459 | 2024-04-19T19:56:56.315Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
460 | 2024-04-19T19:56:56.315Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
461 | 2024-04-19T19:56:56.315Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
462 | 2024-04-19T19:56:56.315Z | + main |
463 | 2024-04-19T19:56:56.315Z | + rm -rf out/downloads/root |
464 | 2024-04-19T19:56:56.316Z | + [[ 0 != 0 ]] |
465 | 2024-04-19T19:56:56.316Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
466 | 2024-04-19T19:56:56.316Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
467 | 2024-04-19T19:56:56.316Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
468 | 2024-04-19T19:56:56.316Z | + local DO_DOWNLOAD=true |
469 | 2024-04-19T19:56:56.316Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
470 | 2024-04-19T19:56:56.316Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
471 | 2024-04-19T19:56:56.317Z | + mkdir -p out/downloads |
472 | 2024-04-19T19:56:56.317Z | + '[' true == true ']' |
473 | 2024-04-19T19:56:56.317Z | + echo Downloading... |
474 | 2024-04-19T19:56:56.317Z | Downloading... |
475 | 2024-04-19T19:56:56.317Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
476 | 2024-04-19T19:56:56.318Z | + 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 |
477 | 2024-04-19T19:56:56.597Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
478 | 2024-04-19T19:56:56.616Z | ++ case "$OSTYPE" in |
479 | 2024-04-19T19:56:56.616Z | ++ SHA=sha256sum |
480 | 2024-04-19T19:56:56.617Z | ++ sha256sum |
481 | 2024-04-19T19:56:56.617Z | ++ awk '{print $1}' |
482 | 2024-04-19T19:56:56.617Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
483 | 2024-04-19T19:56:56.617Z | + [[ 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 ]] |
484 | 2024-04-19T19:56:56.623Z | + set -o errexit |
485 | 2024-04-19T19:56:56.623Z | +++ dirname ./tools/ci_download_dendrite_openapi |
486 | 2024-04-19T19:56:56.623Z | ++ cd ./tools |
487 | 2024-04-19T19:56:56.624Z | ++ pwd |
488 | 2024-04-19T19:56:56.624Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
489 | 2024-04-19T19:56:56.624Z | ++ basename ./tools/ci_download_dendrite_openapi |
490 | 2024-04-19T19:56:56.624Z | + ARG0=ci_download_dendrite_openapi |
491 | 2024-04-19T19:56:56.624Z | + TARGET_DIR=out |
492 | 2024-04-19T19:56:56.624Z | + DOWNLOAD_DIR=out/downloads |
493 | 2024-04-19T19:56:56.624Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
494 | 2024-04-19T19:56:56.624Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
495 | 2024-04-19T19:56:56.624Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
496 | 2024-04-19T19:56:56.624Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
497 | 2024-04-19T19:56:56.624Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
498 | 2024-04-19T19:56:56.624Z | + main |
499 | 2024-04-19T19:56:56.624Z | + [[ 0 != 0 ]] |
500 | 2024-04-19T19:56:56.625Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
501 | 2024-04-19T19:56:56.625Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
502 | 2024-04-19T19:56:56.625Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
503 | 2024-04-19T19:56:56.625Z | + local DO_DOWNLOAD=true |
504 | 2024-04-19T19:56:56.625Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
505 | 2024-04-19T19:56:56.625Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
506 | 2024-04-19T19:56:56.625Z | + mkdir -p out/downloads |
507 | 2024-04-19T19:56:56.625Z | + '[' true == true ']' |
508 | 2024-04-19T19:56:56.625Z | + echo Downloading... |
509 | 2024-04-19T19:56:56.625Z | Downloading... |
510 | 2024-04-19T19:56:56.625Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
511 | 2024-04-19T19:56:56.625Z | + 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 |
512 | 2024-04-19T19:56:56.746Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
513 | 2024-04-19T19:56:56.746Z | ++ case "$OSTYPE" in |
514 | 2024-04-19T19:56:56.747Z | ++ SHA=sha256sum |
515 | 2024-04-19T19:56:56.757Z | ++ sha256sum |
516 | 2024-04-19T19:56:56.758Z | ++ awk '{print $1}' |
517 | 2024-04-19T19:56:56.758Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
518 | 2024-04-19T19:56:56.758Z | + [[ 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 ]] |
519 | 2024-04-19T19:56:56.777Z | + set -o errexit |
520 | 2024-04-19T19:56:56.777Z | +++ dirname ./tools/ci_download_dendrite_stub |
521 | 2024-04-19T19:56:56.777Z | ++ cd ./tools |
522 | 2024-04-19T19:56:56.777Z | ++ pwd |
523 | 2024-04-19T19:56:56.778Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2024-04-19T19:56:56.778Z | ++ basename ./tools/ci_download_dendrite_stub |
525 | 2024-04-19T19:56:56.778Z | + ARG0=ci_download_dendrite_stub |
526 | 2024-04-19T19:56:56.778Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
527 | 2024-04-19T19:56:56.778Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
528 | 2024-04-19T19:56:56.779Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
529 | 2024-04-19T19:56:56.779Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
530 | 2024-04-19T19:56:56.779Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
531 | 2024-04-19T19:56:56.779Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
532 | 2024-04-19T19:56:56.779Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
533 | 2024-04-19T19:56:56.779Z | + TARGET_DIR=out |
534 | 2024-04-19T19:56:56.779Z | + DOWNLOAD_DIR=out/downloads |
535 | 2024-04-19T19:56:56.779Z | + DEST_DIR=./out/dendrite-stub |
536 | 2024-04-19T19:56:56.780Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
537 | 2024-04-19T19:56:56.780Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
538 | 2024-04-19T19:56:56.780Z | + REPO=oxidecomputer/dendrite |
539 | 2024-04-19T19:56:56.780Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
540 | 2024-04-19T19:56:56.780Z | + main |
541 | 2024-04-19T19:56:56.780Z | + [[ 0 != 0 ]] |
542 | 2024-04-19T19:56:56.780Z | + CIDL_OS=solaris2.11 |
543 | 2024-04-19T19:56:56.780Z | + [[ 0 != 0 ]] |
544 | 2024-04-19T19:56:56.781Z | + configure_os solaris2.11 |
545 | 2024-04-19T19:56:56.781Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2024-04-19T19:56:56.781Z | current directory: /work/oxidecomputer/omicron |
547 | 2024-04-19T19:56:56.781Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2024-04-19T19:56:56.781Z | + case "$1" in |
549 | 2024-04-19T19:56:56.782Z | configuring based on OS: "solaris2.11" |
550 | 2024-04-19T19:56:56.782Z | + SET_BINARIES= |
551 | 2024-04-19T19:56:56.782Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
552 | 2024-04-19T19:56:56.782Z | + CIDL_SHA256FUNC=do_sha256sum |
553 | 2024-04-19T19:56:56.782Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
554 | 2024-04-19T19:56:56.782Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
555 | 2024-04-19T19:56:56.783Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
556 | 2024-04-19T19:56:56.783Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
557 | 2024-04-19T19:56:56.783Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
558 | 2024-04-19T19:56:56.783Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
559 | 2024-04-19T19:56:56.783Z | Local file: out/downloads/dendrite-stub.tar.gz |
560 | 2024-04-19T19:56:56.783Z | + mkdir -p out/downloads |
561 | 2024-04-19T19:56:56.794Z | + mkdir -p ./out/dendrite-stub |
562 | 2024-04-19T19:56:56.794Z | + fetch_and_verify |
563 | 2024-04-19T19:56:56.794Z | + local DO_DOWNLOAD=true |
564 | 2024-04-19T19:56:56.794Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
565 | 2024-04-19T19:56:56.794Z | + '[' true == true ']' |
566 | 2024-04-19T19:56:56.795Z | + echo Downloading... |
567 | 2024-04-19T19:56:56.795Z | Downloading... |
568 | 2024-04-19T19:56:56.795Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
569 | 2024-04-19T19:56:56.795Z | + 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 |
570 | 2024-04-19T19:57:08.891Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
571 | 2024-04-19T19:57:08.895Z | ++ sha256sum |
572 | 2024-04-19T19:57:08.895Z | ++ awk '{print $1}' |
573 | 2024-04-19T19:57:08.895Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
574 | 2024-04-19T19:57:08.895Z | + [[ 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 ]] |
575 | 2024-04-19T19:57:08.895Z | + do_untar out/downloads/dendrite-stub.tar.gz |
576 | 2024-04-19T19:57:08.895Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
577 | 2024-04-19T19:57:09.108Z | + do_assemble |
578 | 2024-04-19T19:57:09.108Z | + rm -r ./out/dendrite-stub |
579 | 2024-04-19T19:57:09.129Z | + mkdir ./out/dendrite-stub |
580 | 2024-04-19T19:57:09.129Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
581 | 2024-04-19T19:57:09.194Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
582 | 2024-04-19T19:57:09.223Z | + set -o errexit |
583 | 2024-04-19T19:57:09.223Z | +++ dirname ./tools/ci_download_maghemite_mgd |
584 | 2024-04-19T19:57:09.223Z | ++ cd ./tools |
585 | 2024-04-19T19:57:09.223Z | ++ pwd |
586 | 2024-04-19T19:57:09.223Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
587 | 2024-04-19T19:57:09.223Z | ++ basename ./tools/ci_download_maghemite_mgd |
588 | 2024-04-19T19:57:09.224Z | + ARG0=ci_download_maghemite_mgd |
589 | 2024-04-19T19:57:09.224Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
590 | 2024-04-19T19:57:09.224Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
591 | 2024-04-19T19:57:09.224Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
592 | 2024-04-19T19:57:09.224Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
593 | 2024-04-19T19:57:09.224Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
594 | 2024-04-19T19:57:09.225Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
595 | 2024-04-19T19:57:09.225Z | + TARGET_DIR=out |
596 | 2024-04-19T19:57:09.225Z | + DOWNLOAD_DIR=out/downloads |
597 | 2024-04-19T19:57:09.225Z | + DEST_DIR=./out/mgd |
598 | 2024-04-19T19:57:09.225Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
599 | 2024-04-19T19:57:09.225Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
600 | 2024-04-19T19:57:09.225Z | + REPO=oxidecomputer/maghemite |
601 | 2024-04-19T19:57:09.226Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
602 | 2024-04-19T19:57:09.660Z | + main |
603 | 2024-04-19T19:57:09.660Z | + rm -rf out/downloads/root |
604 | 2024-04-19T19:57:09.660Z | + [[ 0 != 0 ]] |
605 | 2024-04-19T19:57:09.661Z | + CIDL_OS=solaris2.11 |
606 | 2024-04-19T19:57:09.661Z | + [[ 0 != 0 ]] |
607 | 2024-04-19T19:57:09.661Z | + configure_os solaris2.11 |
608 | 2024-04-19T19:57:09.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2024-04-19T19:57:09.661Z | current directory: /work/oxidecomputer/omicron |
610 | 2024-04-19T19:57:09.662Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2024-04-19T19:57:09.662Z | configuring based on OS: "solaris2.11" |
612 | 2024-04-19T19:57:09.662Z | + case "$1" in |
613 | 2024-04-19T19:57:09.662Z | + SET_BINARIES= |
614 | 2024-04-19T19:57:09.662Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2024-04-19T19:57:09.663Z | + TARBALL_FILENAME=mgd.tar.gz |
616 | 2024-04-19T19:57:09.663Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
617 | 2024-04-19T19:57:09.663Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
618 | 2024-04-19T19:57:09.663Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
619 | 2024-04-19T19:57:09.663Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
620 | 2024-04-19T19:57:09.664Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2024-04-19T19:57:09.664Z | Local file: out/downloads/mgd.tar.gz |
622 | 2024-04-19T19:57:09.664Z | + mkdir -p out/downloads |
623 | 2024-04-19T19:57:09.664Z | + mkdir -p ./out/mgd |
624 | 2024-04-19T19:57:09.664Z | + fetch_and_verify |
625 | 2024-04-19T19:57:09.665Z | + local DO_DOWNLOAD=true |
626 | 2024-04-19T19:57:09.665Z | + [[ -f out/downloads/mgd.tar.gz ]] |
627 | 2024-04-19T19:57:09.665Z | + '[' true == true ']' |
628 | 2024-04-19T19:57:09.665Z | + echo Downloading... |
629 | 2024-04-19T19:57:09.665Z | Downloading... |
630 | 2024-04-19T19:57:09.665Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
631 | 2024-04-19T19:57:09.665Z | + 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 |
632 | 2024-04-19T19:57:24.074Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
633 | 2024-04-19T19:57:24.081Z | ++ sha256sum |
634 | 2024-04-19T19:57:24.081Z | ++ awk '{print $1}' |
635 | 2024-04-19T19:57:24.101Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
636 | 2024-04-19T19:57:24.110Z | + [[ 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 ]] |
637 | 2024-04-19T19:57:24.110Z | + do_untar out/downloads/mgd.tar.gz |
638 | 2024-04-19T19:57:24.110Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
639 | 2024-04-19T19:57:24.710Z | + do_assemble |
640 | 2024-04-19T19:57:24.710Z | + rm -r ./out/mgd |
641 | 2024-04-19T19:57:24.732Z | + mkdir ./out/mgd |
642 | 2024-04-19T19:57:24.732Z | + cp -r out/downloads/root ./out/mgd/root |
643 | 2024-04-19T19:57:24.784Z | + set -o errexit |
644 | 2024-04-19T19:57:24.801Z | +++ dirname ./tools/ci_download_transceiver_control |
645 | 2024-04-19T19:57:24.801Z | ++ cd ./tools |
646 | 2024-04-19T19:57:24.801Z | ++ pwd |
647 | 2024-04-19T19:57:24.801Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2024-04-19T19:57:24.801Z | ++ basename ./tools/ci_download_transceiver_control |
649 | 2024-04-19T19:57:24.801Z | + ARG0=ci_download_transceiver_control |
650 | 2024-04-19T19:57:24.801Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
651 | 2024-04-19T19:57:24.801Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2024-04-19T19:57:24.801Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2024-04-19T19:57:24.801Z | + TARGET_DIR=out |
654 | 2024-04-19T19:57:24.801Z | + DOWNLOAD_DIR=out/downloads |
655 | 2024-04-19T19:57:24.801Z | + DEST_DIR=./out/transceiver-control |
656 | 2024-04-19T19:57:24.802Z | + BIN_DIR=/opt/oxide/bin |
657 | 2024-04-19T19:57:24.802Z | + BINARY=xcvradm |
658 | 2024-04-19T19:57:24.802Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2024-04-19T19:57:24.802Z | + REPO=oxidecomputer/transceiver-control |
660 | 2024-04-19T19:57:24.802Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2024-04-19T19:57:24.802Z | + main |
662 | 2024-04-19T19:57:24.802Z | + [[ 0 != 0 ]] |
663 | 2024-04-19T19:57:24.802Z | + CIDL_OS=solaris2.11 |
664 | 2024-04-19T19:57:24.802Z | + [[ 0 != 0 ]] |
665 | 2024-04-19T19:57:24.802Z | + configure_os solaris2.11 |
666 | 2024-04-19T19:57:24.802Z | + echo 'current directory: /work/oxidecomputer/omicron' |
667 | 2024-04-19T19:57:24.802Z | current directory: /work/oxidecomputer/omicron |
668 | 2024-04-19T19:57:24.803Z | configuring based on OS: "solaris2.11" |
669 | 2024-04-19T19:57:24.803Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2024-04-19T19:57:24.803Z | + case "$1" in |
671 | 2024-04-19T19:57:24.803Z | + SET_BINARIES= |
672 | 2024-04-19T19:57:24.803Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2024-04-19T19:57:24.803Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2024-04-19T19:57:24.803Z | + ARCHIVE_FILENAME=xcvradm.gz |
675 | 2024-04-19T19:57:24.803Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2024-04-19T19:57:24.803Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
677 | 2024-04-19T19:57:24.803Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
678 | 2024-04-19T19:57:24.803Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2024-04-19T19:57:24.803Z | Local file: out/downloads/xcvradm.gz |
680 | 2024-04-19T19:57:24.803Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2024-04-19T19:57:24.803Z | + mkdir -p out/downloads |
682 | 2024-04-19T19:57:24.804Z | + mkdir -p ./out/transceiver-control |
683 | 2024-04-19T19:57:24.804Z | + fetch_and_verify |
684 | 2024-04-19T19:57:24.818Z | + local DO_DOWNLOAD=true |
685 | 2024-04-19T19:57:24.818Z | + [[ -f out/downloads/xcvradm.gz ]] |
686 | 2024-04-19T19:57:24.818Z | + '[' true == true ']' |
687 | 2024-04-19T19:57:24.818Z | + echo Downloading... |
688 | 2024-04-19T19:57:24.818Z | Downloading... |
689 | 2024-04-19T19:57:24.818Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
690 | 2024-04-19T19:57:24.818Z | + 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 |
691 | 2024-04-19T19:57:27.429Z | ++ do_sha256sum out/downloads/xcvradm.gz |
692 | 2024-04-19T19:57:27.432Z | ++ sha256sum |
693 | 2024-04-19T19:57:27.432Z | ++ awk '{print $1}' |
694 | 2024-04-19T19:57:27.438Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2024-04-19T19:57:27.441Z | + [[ 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 ]] |
696 | 2024-04-19T19:57:27.441Z | + do_unpack out/downloads/xcvradm.gz |
697 | 2024-04-19T19:57:27.441Z | + mkdir -p out/downloads/root//opt/oxide/bin |
698 | 2024-04-19T19:57:27.441Z | + gzip -dc out/downloads/xcvradm.gz |
699 | 2024-04-19T19:57:27.561Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
700 | 2024-04-19T19:57:27.564Z | + do_assemble |
701 | 2024-04-19T19:57:27.564Z | + rm -r ./out/transceiver-control |
702 | 2024-04-19T19:57:27.568Z | + mkdir ./out/transceiver-control |
703 | 2024-04-19T19:57:27.568Z | + cp -r out/downloads/root ./out/transceiver-control/root |
704 | 2024-04-19T19:57:27.670Z | + set -o errexit |
705 | 2024-04-19T19:57:27.673Z | +++ dirname ./tools/ci_download_thundermuffin |
706 | 2024-04-19T19:57:27.688Z | ++ cd ./tools |
707 | 2024-04-19T19:57:27.688Z | ++ pwd |
708 | 2024-04-19T19:57:27.688Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
709 | 2024-04-19T19:57:27.688Z | ++ basename ./tools/ci_download_thundermuffin |
710 | 2024-04-19T19:57:27.688Z | + ARG0=ci_download_thundermuffin |
711 | 2024-04-19T19:57:27.688Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
712 | 2024-04-19T19:57:27.688Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
713 | 2024-04-19T19:57:27.689Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
714 | 2024-04-19T19:57:27.693Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
715 | 2024-04-19T19:57:27.693Z | + TARGET_DIR=out |
716 | 2024-04-19T19:57:27.693Z | + DOWNLOAD_DIR=out/downloads |
717 | 2024-04-19T19:57:27.693Z | + DEST_DIR=./out/thundermuffin |
718 | 2024-04-19T19:57:27.693Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
719 | 2024-04-19T19:57:27.693Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
720 | 2024-04-19T19:57:27.693Z | + REPO=oxidecomputer/thundermuffin |
721 | 2024-04-19T19:57:27.694Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
722 | 2024-04-19T19:57:27.694Z | + main |
723 | 2024-04-19T19:57:27.694Z | + rm -rf out/downloads/root |
724 | 2024-04-19T19:57:27.694Z | + [[ 0 != 0 ]] |
725 | 2024-04-19T19:57:27.694Z | + CIDL_OS=solaris2.11 |
726 | 2024-04-19T19:57:27.694Z | + [[ 0 != 0 ]] |
727 | 2024-04-19T19:57:27.694Z | + configure_os solaris2.11 |
728 | 2024-04-19T19:57:27.694Z | + echo 'current directory: /work/oxidecomputer/omicron' |
729 | 2024-04-19T19:57:27.694Z | + echo 'configuring based on OS: "solaris2.11"' |
730 | 2024-04-19T19:57:27.694Z | current directory: /work/oxidecomputer/omicron |
731 | 2024-04-19T19:57:27.694Z | configuring based on OS: "solaris2.11" |
732 | 2024-04-19T19:57:27.694Z | + case "$1" in |
733 | 2024-04-19T19:57:27.694Z | + SET_BINARIES= |
734 | 2024-04-19T19:57:27.695Z | + CIDL_SHA256FUNC=do_sha256sum |
735 | 2024-04-19T19:57:27.695Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
736 | 2024-04-19T19:57:27.695Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
737 | 2024-04-19T19:57:27.695Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
738 | 2024-04-19T19:57:27.695Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
739 | 2024-04-19T19:57:27.695Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
740 | 2024-04-19T19:57:27.695Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
741 | 2024-04-19T19:57:27.695Z | Local file: out/downloads/thundermuffin.tar.gz |
742 | 2024-04-19T19:57:27.695Z | + mkdir -p out/downloads |
743 | 2024-04-19T19:57:27.695Z | + mkdir -p ./out/thundermuffin |
744 | 2024-04-19T19:57:27.695Z | + fetch_and_verify |
745 | 2024-04-19T19:57:27.695Z | + local DO_DOWNLOAD=true |
746 | 2024-04-19T19:57:27.696Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
747 | 2024-04-19T19:57:27.696Z | + '[' true == true ']' |
748 | 2024-04-19T19:57:27.696Z | + echo Downloading... |
749 | 2024-04-19T19:57:27.696Z | Downloading... |
750 | 2024-04-19T19:57:27.696Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
751 | 2024-04-19T19:57:27.696Z | + 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 |
752 | 2024-04-19T19:57:29.026Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
753 | 2024-04-19T19:57:29.044Z | ++ sha256sum |
754 | 2024-04-19T19:57:29.045Z | ++ awk '{print $1}' |
755 | 2024-04-19T19:57:29.045Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
756 | 2024-04-19T19:57:29.045Z | + [[ 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 ]] |
757 | 2024-04-19T19:57:29.045Z | + do_untar out/downloads/thundermuffin.tar.gz |
758 | 2024-04-19T19:57:29.045Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
759 | 2024-04-19T19:57:29.046Z | + do_assemble |
760 | 2024-04-19T19:57:29.046Z | + rm -r ./out/thundermuffin |
761 | 2024-04-19T19:57:29.046Z | + mkdir ./out/thundermuffin |
762 | 2024-04-19T19:57:29.046Z | + cp -r out/downloads/root ./out/thundermuffin/root |
763 | 2024-04-19T19:57:29.046Z | All prerequisites installed successfully |
764 | 2024-04-19T19:57:29.046Z | |
765 | 2024-04-19T19:57:29.046Z | real 1:49.339907582 |
766 | 2024-04-19T19:57:29.046Z | user 37.670394712 |
767 | 2024-04-19T19:57:29.047Z | sys 7.276346225 |
768 | 2024-04-19T19:57:29.047Z | trap 0.009223753 |
769 | 2024-04-19T19:57:29.047Z | tflt 0.133195076 |
770 | 2024-04-19T19:57:29.047Z | dflt 0.378951056 |
771 | 2024-04-19T19:57:29.047Z | kflt 0.101151472 |
772 | 2024-04-19T19:57:29.047Z | lock 0.904837702 |
773 | 2024-04-19T19:57:29.047Z | slp 3:44.775512918 |
774 | 2024-04-19T19:57:29.047Z | lat 2.159114154 |
775 | 2024-04-19T19:57:29.047Z | stop 0.129757327 |
776 | 2024-04-19T19:57:29.047Z | + ptime -m ./tools/ci_download_softnpu_machinery |
777 | 2024-04-19T19:57:29.047Z | fetching npuzone |
778 | 2024-04-19T19:57:29.048Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
779 | 2024-04-19T19:57:29.048Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
780 | 2024-04-19T19:57:29.048Z | Getting hash for npuzone |
781 | 2024-04-19T19:57:29.970Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
782 | 2024-04-19T19:57:53.255Z | npuzone downloaded successfully |
783 | 2024-04-19T19:57:53.682Z | |
784 | 2024-04-19T19:57:53.682Z | real 24.239389256 |
785 | 2024-04-19T19:57:53.683Z | user 0.385913405 |
786 | 2024-04-19T19:57:53.683Z | sys 0.155069593 |
787 | 2024-04-19T19:57:53.683Z | trap 0.000133739 |
788 | 2024-04-19T19:57:53.683Z | tflt 0.000000000 |
789 | 2024-04-19T19:57:53.683Z | dflt 0.000012648 |
790 | 2024-04-19T19:57:53.683Z | kflt 0.000000000 |
791 | 2024-04-19T19:57:53.683Z | lock 0.000000000 |
792 | 2024-04-19T19:57:53.683Z | slp 1:12.011174419 |
793 | 2024-04-19T19:57:53.683Z | lat 0.135816258 |
794 | 2024-04-19T19:57:53.684Z | stop 0.000173582 |
795 | 2024-04-19T19:57:53.684Z | + export CARGO_INCREMENTAL=0 |
796 | 2024-04-19T19:57:53.684Z | + CARGO_INCREMENTAL=0 |
797 | 2024-04-19T19:57:53.684Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
798 | 2024-04-19T19:57:53.706Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
799 | 2024-04-19T19:57:54.208Z | Updating git repository `https://github.com/oxidecomputer/zone` |
800 | 2024-04-19T19:57:54.243Z | Updating crates.io index |
801 | 2024-04-19T19:57:54.243Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
802 | 2024-04-19T19:57:54.930Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
803 | 2024-04-19T19:57:55.673Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
804 | 2024-04-19T19:57:57.711Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
805 | 2024-04-19T19:57:59.141Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
806 | 2024-04-19T19:57:59.166Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
807 | 2024-04-19T19:57:59.560Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
808 | 2024-04-19T19:58:01.323Z | Updating git repository `https://github.com/oxidecomputer/opte` |
809 | 2024-04-19T19:58:02.389Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
810 | 2024-04-19T19:58:03.122Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
811 | 2024-04-19T19:58:03.437Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
812 | 2024-04-19T19:58:04.084Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
813 | 2024-04-19T19:58:04.357Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
814 | 2024-04-19T19:58:04.647Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
815 | 2024-04-19T19:58:05.014Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
816 | 2024-04-19T19:58:05.447Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
817 | 2024-04-19T19:58:05.808Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
818 | 2024-04-19T19:58:06.061Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
819 | 2024-04-19T19:58:06.348Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
820 | 2024-04-19T19:58:06.628Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
821 | 2024-04-19T19:58:07.003Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
822 | 2024-04-19T19:58:07.352Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
823 | 2024-04-19T19:58:07.973Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
824 | 2024-04-19T19:58:08.324Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
825 | 2024-04-19T19:58:08.639Z | Updating git repository `https://github.com/jgallagher/nix` |
826 | 2024-04-19T19:58:09.667Z | Updating git repository `https://github.com/cbiffle/hubpack` |
827 | 2024-04-19T19:58:10.134Z | Updating git repository `https://github.com/oxidecomputer/typify` |
828 | 2024-04-19T19:58:11.964Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
829 | 2024-04-19T19:58:12.324Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
830 | 2024-04-19T19:58:13.061Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
831 | 2024-04-19T19:58:13.088Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
832 | 2024-04-19T19:58:14.263Z | Downloading crates ... |
833 | 2024-04-19T19:58:14.356Z | Downloaded addr2line v0.21.0 |
834 | 2024-04-19T19:58:14.370Z | Downloaded anstyle-query v1.0.0 |
835 | 2024-04-19T19:58:14.370Z | Downloaded crossbeam-deque v0.8.3 |
836 | 2024-04-19T19:58:14.370Z | Downloaded anyhow v1.0.82 |
837 | 2024-04-19T19:58:14.370Z | Downloaded headers-core v0.2.0 |
838 | 2024-04-19T19:58:14.389Z | Downloaded cfg_aliases v0.1.1 |
839 | 2024-04-19T19:58:14.389Z | Downloaded atomicwrites v0.4.3 |
840 | 2024-04-19T19:58:14.389Z | Downloaded assert_matches v1.5.0 |
841 | 2024-04-19T19:58:14.389Z | Downloaded hashbrown v0.14.3 |
842 | 2024-04-19T19:58:14.398Z | Downloaded headers v0.3.9 |
843 | 2024-04-19T19:58:14.398Z | Downloaded hyper-rustls v0.24.2 |
844 | 2024-04-19T19:58:14.398Z | Downloaded heck v0.4.1 |
845 | 2024-04-19T19:58:14.399Z | Downloaded bitstruct_derive v0.1.0 |
846 | 2024-04-19T19:58:14.399Z | Downloaded heapless v0.8.0 |
847 | 2024-04-19T19:58:14.399Z | Downloaded cfg-if v1.0.0 |
848 | 2024-04-19T19:58:14.399Z | Downloaded heapless v0.7.16 |
849 | 2024-04-19T19:58:14.413Z | Downloaded indicatif v0.17.8 |
850 | 2024-04-19T19:58:14.413Z | Downloaded humantime v2.1.0 |
851 | 2024-04-19T19:58:14.448Z | Downloaded hex v0.4.3 |
852 | 2024-04-19T19:58:14.448Z | Downloaded ident_case v1.0.1 |
853 | 2024-04-19T19:58:14.448Z | Downloaded ciborium-io v0.2.2 |
854 | 2024-04-19T19:58:14.448Z | Downloaded new_debug_unreachable v1.0.4 |
855 | 2024-04-19T19:58:14.448Z | Downloaded instant v0.1.12 |
856 | 2024-04-19T19:58:14.448Z | Downloaded httparse v1.8.0 |
857 | 2024-04-19T19:58:14.448Z | Downloaded hubpack_derive v0.1.1 |
858 | 2024-04-19T19:58:14.448Z | Downloaded async-stream-impl v0.3.5 |
859 | 2024-04-19T19:58:14.448Z | Downloaded ipnetwork v0.20.0 |
860 | 2024-04-19T19:58:14.448Z | Downloaded hyper-tls v0.5.0 |
861 | 2024-04-19T19:58:14.448Z | Downloaded http-body v0.4.5 |
862 | 2024-04-19T19:58:14.449Z | Downloaded impl-trait-for-tuples v0.2.2 |
863 | 2024-04-19T19:58:14.462Z | Downloaded newline-converter v0.3.0 |
864 | 2024-04-19T19:58:14.462Z | Downloaded arrayref v0.3.7 |
865 | 2024-04-19T19:58:14.462Z | Downloaded bitstruct v0.1.1 |
866 | 2024-04-19T19:58:14.462Z | Downloaded linked-hash-map v0.5.6 |
867 | 2024-04-19T19:58:14.463Z | Downloaded is-terminal v0.4.9 |
868 | 2024-04-19T19:58:14.463Z | Downloaded heck v0.3.3 |
869 | 2024-04-19T19:58:14.463Z | Downloaded maybe-uninit v2.0.0 |
870 | 2024-04-19T19:58:14.463Z | Downloaded lalrpop-util v0.19.12 |
871 | 2024-04-19T19:58:14.463Z | Downloaded async-recursion v1.1.0 |
872 | 2024-04-19T19:58:14.463Z | Downloaded libloading v0.7.4 |
873 | 2024-04-19T19:58:14.463Z | Downloaded hostname v0.3.1 |
874 | 2024-04-19T19:58:14.463Z | Downloaded normalize-line-endings v0.3.0 |
875 | 2024-04-19T19:58:14.463Z | Downloaded hyper-staticfile v0.9.5 |
876 | 2024-04-19T19:58:14.464Z | Downloaded matches v0.1.10 |
877 | 2024-04-19T19:58:14.464Z | Downloaded match_cfg v0.1.0 |
878 | 2024-04-19T19:58:14.464Z | Downloaded camino v1.1.6 |
879 | 2024-04-19T19:58:14.475Z | Downloaded newtype_derive v0.1.6 |
880 | 2024-04-19T19:58:14.476Z | Downloaded castaway v0.2.2 |
881 | 2024-04-19T19:58:14.476Z | Downloaded bytecount v0.6.3 |
882 | 2024-04-19T19:58:14.476Z | Downloaded array-init v0.0.4 |
883 | 2024-04-19T19:58:14.476Z | Downloaded heck v0.5.0 |
884 | 2024-04-19T19:58:14.476Z | Downloaded lazycell v1.3.0 |
885 | 2024-04-19T19:58:14.476Z | Downloaded ipnet v2.9.0 |
886 | 2024-04-19T19:58:14.476Z | Downloaded highway v1.1.0 |
887 | 2024-04-19T19:58:14.476Z | Downloaded constant_time_eq v0.3.0 |
888 | 2024-04-19T19:58:14.477Z | Downloaded crc v3.0.1 |
889 | 2024-04-19T19:58:14.483Z | Downloaded is_ci v1.2.0 |
890 | 2024-04-19T19:58:14.483Z | Downloaded const_format_proc_macros v0.2.32 |
891 | 2024-04-19T19:58:14.483Z | Downloaded cobs v0.2.3 |
892 | 2024-04-19T19:58:14.484Z | Downloaded aead v0.5.2 |
893 | 2024-04-19T19:58:14.484Z | Downloaded indoc v2.0.3 |
894 | 2024-04-19T19:58:14.484Z | Downloaded num v0.4.2 |
895 | 2024-04-19T19:58:14.484Z | Downloaded inout v0.1.3 |
896 | 2024-04-19T19:58:14.489Z | Downloaded iana-time-zone v0.1.57 |
897 | 2024-04-19T19:58:14.490Z | Downloaded libefi-sys v0.1.0 |
898 | 2024-04-19T19:58:14.490Z | Downloaded colored v2.1.0 |
899 | 2024-04-19T19:58:14.490Z | Downloaded mockall v0.12.1 |
900 | 2024-04-19T19:58:14.500Z | Downloaded corncobs v0.1.3 |
901 | 2024-04-19T19:58:14.500Z | Downloaded atomic-waker v1.1.1 |
902 | 2024-04-19T19:58:14.500Z | Downloaded crc32fast v1.3.2 |
903 | 2024-04-19T19:58:14.500Z | Downloaded indexmap v1.9.3 |
904 | 2024-04-19T19:58:14.913Z | Downloaded termtree v0.4.1 |
905 | 2024-04-19T19:58:14.913Z | Downloaded rustls-pki-types v1.3.0 |
906 | 2024-04-19T19:58:14.913Z | Downloaded mime v0.3.17 |
907 | 2024-04-19T19:58:14.913Z | Downloaded keccak v0.1.4 |
908 | 2024-04-19T19:58:14.913Z | Downloaded itoa v1.0.9 |
909 | 2024-04-19T19:58:14.913Z | Downloaded serde_urlencoded v0.7.1 |
910 | 2024-04-19T19:58:14.921Z | Downloaded usdt-macro v0.5.0 |
911 | 2024-04-19T19:58:14.921Z | Downloaded try-lock v0.2.4 |
912 | 2024-04-19T19:58:14.921Z | Downloaded serde_tokenstream v0.2.0 |
913 | 2024-04-19T19:58:14.921Z | Downloaded multimap v0.10.0 |
914 | 2024-04-19T19:58:14.921Z | Downloaded autocfg v1.1.0 |
915 | 2024-04-19T19:58:14.921Z | Downloaded managed v0.8.0 |
916 | 2024-04-19T19:58:14.922Z | Downloaded macaddr v1.0.1 |
917 | 2024-04-19T19:58:14.922Z | Downloaded clap_derive v4.5.4 |
918 | 2024-04-19T19:58:14.922Z | Downloaded want v0.3.1 |
919 | 2024-04-19T19:58:14.922Z | Downloaded bzip2 v0.4.4 |
920 | 2024-04-19T19:58:14.922Z | Downloaded rustc-hash v1.1.0 |
921 | 2024-04-19T19:58:14.922Z | Downloaded md-5 v0.10.5 |
922 | 2024-04-19T19:58:14.922Z | Downloaded cookie v0.17.0 |
923 | 2024-04-19T19:58:14.922Z | Downloaded zone_cfg_derive v0.1.2 |
924 | 2024-04-19T19:58:14.922Z | Downloaded lock_api v0.4.10 |
925 | 2024-04-19T19:58:14.922Z | Downloaded console v0.15.8 |
926 | 2024-04-19T19:58:14.922Z | Downloaded dtrace-parser v0.2.0 |
927 | 2024-04-19T19:58:14.923Z | Downloaded strsim v0.8.0 |
928 | 2024-04-19T19:58:14.923Z | Downloaded string_cache v0.8.7 |
929 | 2024-04-19T19:58:14.923Z | Downloaded spin v0.5.2 |
930 | 2024-04-19T19:58:14.923Z | Downloaded buf-list v1.0.3 |
931 | 2024-04-19T19:58:14.923Z | Downloaded structmeta v0.2.0 |
932 | 2024-04-19T19:58:14.923Z | Downloaded tokio-native-tls v0.3.1 |
933 | 2024-04-19T19:58:14.923Z | Downloaded num-conv v0.1.0 |
934 | 2024-04-19T19:58:14.923Z | Downloaded fxhash v0.2.1 |
935 | 2024-04-19T19:58:14.923Z | Downloaded bcs v0.1.6 |
936 | 2024-04-19T19:58:14.923Z | Downloaded number_prefix v0.4.0 |
937 | 2024-04-19T19:58:14.923Z | Downloaded termios v0.3.3 |
938 | 2024-04-19T19:58:14.923Z | Downloaded slog-stdlog v4.1.1 |
939 | 2024-04-19T19:58:14.924Z | Downloaded semver v1.0.22 |
940 | 2024-04-19T19:58:14.924Z | Downloaded tui-tree-widget v0.19.0 |
941 | 2024-04-19T19:58:14.924Z | Downloaded unicode-linebreak v0.1.5 |
942 | 2024-04-19T19:58:14.924Z | Downloaded nu-ansi-term v0.50.0 |
943 | 2024-04-19T19:58:14.924Z | Downloaded walkdir v2.5.0 |
944 | 2024-04-19T19:58:14.924Z | Downloaded utf-8 v0.7.6 |
945 | 2024-04-19T19:58:14.924Z | Downloaded blake2 v0.10.6 |
946 | 2024-04-19T19:58:14.924Z | Downloaded openssl-probe v0.1.5 |
947 | 2024-04-19T19:58:14.924Z | Downloaded cookie_store v0.20.0 |
948 | 2024-04-19T19:58:14.924Z | Downloaded slog-bunyan v2.5.0 |
949 | 2024-04-19T19:58:14.925Z | Downloaded clang-sys v1.6.1 |
950 | 2024-04-19T19:58:14.925Z | Downloaded miniz_oxide v0.7.1 |
951 | 2024-04-19T19:58:14.925Z | Downloaded serde_with_macros v3.7.0 |
952 | 2024-04-19T19:58:14.925Z | Downloaded openssl-macros v0.1.1 |
953 | 2024-04-19T19:58:14.925Z | Downloaded zerocopy v0.3.0 |
954 | 2024-04-19T19:58:14.925Z | Downloaded der_derive v0.7.2 |
955 | 2024-04-19T19:58:14.925Z | Downloaded defmt-parser v0.3.3 |
956 | 2024-04-19T19:58:14.925Z | Downloaded crc-any v2.4.3 |
957 | 2024-04-19T19:58:14.925Z | Downloaded bytes v1.6.0 |
958 | 2024-04-19T19:58:14.926Z | Downloaded strum v0.26.2 |
959 | 2024-04-19T19:58:14.926Z | Downloaded errno v0.3.8 |
960 | 2024-04-19T19:58:14.926Z | Downloaded float-cmp v0.9.0 |
961 | 2024-04-19T19:58:14.926Z | Downloaded stringprep v0.1.3 |
962 | 2024-04-19T19:58:14.926Z | Downloaded ryu v1.0.15 |
963 | 2024-04-19T19:58:14.926Z | Downloaded display-error-chain v0.2.0 |
964 | 2024-04-19T19:58:14.926Z | Downloaded stability v0.2.0 |
965 | 2024-04-19T19:58:14.926Z | Downloaded digest v0.10.7 |
966 | 2024-04-19T19:58:14.926Z | Downloaded percent-encoding v2.3.1 |
967 | 2024-04-19T19:58:14.926Z | Downloaded darling_macro v0.20.8 |
968 | 2024-04-19T19:58:14.926Z | Downloaded pest_generator v2.7.6 |
969 | 2024-04-19T19:58:14.927Z | Downloaded radium v0.7.0 |
970 | 2024-04-19T19:58:14.927Z | Downloaded getopts v0.2.21 |
971 | 2024-04-19T19:58:14.927Z | Downloaded gethostname v0.4.3 |
972 | 2024-04-19T19:58:14.927Z | Downloaded cancel-safe-futures v0.1.5 |
973 | 2024-04-19T19:58:14.927Z | Downloaded schemars v0.8.16 |
974 | 2024-04-19T19:58:14.927Z | Downloaded equivalent v1.0.1 |
975 | 2024-04-19T19:58:14.927Z | Downloaded phf_shared v0.11.2 |
976 | 2024-04-19T19:58:14.927Z | Downloaded secrecy v0.8.0 |
977 | 2024-04-19T19:58:14.927Z | Downloaded slog-envlogger v2.2.0 |
978 | 2024-04-19T19:58:14.928Z | Downloaded sha1 v0.10.6 |
979 | 2024-04-19T19:58:14.928Z | Downloaded peg-runtime v0.8.2 |
980 | 2024-04-19T19:58:14.928Z | Downloaded serde_repr v0.1.16 |
981 | 2024-04-19T19:58:14.928Z | Downloaded peeking_take_while v0.1.2 |
982 | 2024-04-19T19:58:14.928Z | Downloaded slog-json v2.6.1 |
983 | 2024-04-19T19:58:14.928Z | Downloaded psl-types v2.0.11 |
984 | 2024-04-19T19:58:14.928Z | Downloaded strum_macros v0.24.3 |
985 | 2024-04-19T19:58:14.928Z | Downloaded tap v1.0.1 |
986 | 2024-04-19T19:58:14.929Z | Downloaded strum_macros v0.25.2 |
987 | 2024-04-19T19:58:14.929Z | Downloaded csv-core v0.1.11 |
988 | 2024-04-19T19:58:14.929Z | Downloaded test-strategy v0.3.1 |
989 | 2024-04-19T19:58:14.929Z | Downloaded swrite v0.1.0 |
990 | 2024-04-19T19:58:14.929Z | Downloaded structopt-derive v0.4.18 |
991 | 2024-04-19T19:58:14.929Z | Downloaded resolv-conf v0.7.0 |
992 | 2024-04-19T19:58:14.929Z | Downloaded phf_shared v0.10.0 |
993 | 2024-04-19T19:58:14.929Z | Downloaded fastrand v2.0.1 |
994 | 2024-04-19T19:58:14.929Z | Downloaded fallible-iterator v0.2.0 |
995 | 2024-04-19T19:58:14.929Z | Downloaded dirs-sys-next v0.1.2 |
996 | 2024-04-19T19:58:14.930Z | Downloaded debug-ignore v1.0.5 |
997 | 2024-04-19T19:58:14.930Z | Downloaded pest_derive v2.7.6 |
998 | 2024-04-19T19:58:14.930Z | Downloaded unicode-width v0.1.11 |
999 | 2024-04-19T19:58:14.930Z | Downloaded r2d2 v0.8.10 |
1000 | 2024-04-19T19:58:14.930Z | Downloaded parking_lot_core v0.8.6 |
1001 | 2024-04-19T19:58:14.930Z | Downloaded scroll_derive v0.12.0 |
1002 | 2024-04-19T19:58:14.930Z | Downloaded base64 v0.21.7 |
1003 | 2024-04-19T19:58:14.930Z | Downloaded erased-serde v0.3.31 |
1004 | 2024-04-19T19:58:14.930Z | Downloaded crypto-common v0.1.6 |
1005 | 2024-04-19T19:58:14.931Z | Downloaded xattr v1.0.1 |
1006 | 2024-04-19T19:58:14.931Z | Downloaded wyz v0.5.1 |
1007 | 2024-04-19T19:58:14.931Z | Downloaded crossbeam-epoch v0.9.18 |
1008 | 2024-04-19T19:58:14.931Z | Downloaded time-core v0.1.2 |
1009 | 2024-04-19T19:58:14.931Z | Downloaded usdt-attr-macro v0.3.5 |
1010 | 2024-04-19T19:58:14.953Z | Downloaded parse-display v0.9.0 |
1011 | 2024-04-19T19:58:14.953Z | Downloaded usdt-attr-macro v0.5.0 |
1012 | 2024-04-19T19:58:14.953Z | Downloaded path-slash v0.1.5 |
1013 | 2024-04-19T19:58:14.953Z | Downloaded peg v0.8.2 |
1014 | 2024-04-19T19:58:14.954Z | Downloaded pem v3.0.4 |
1015 | 2024-04-19T19:58:14.954Z | Downloaded base64 v0.22.0 |
1016 | 2024-04-19T19:58:14.954Z | Downloaded term v0.7.0 |
1017 | 2024-04-19T19:58:14.954Z | Downloaded oso-derive v0.27.3 |
1018 | 2024-04-19T19:58:14.954Z | Downloaded tempfile v3.10.1 |
1019 | 2024-04-19T19:58:14.954Z | Downloaded rand_chacha v0.3.1 |
1020 | 2024-04-19T19:58:14.954Z | Downloaded proc-macro-crate v1.3.1 |
1021 | 2024-04-19T19:58:14.954Z | Downloaded tokio-rustls v0.25.0 |
1022 | 2024-04-19T19:58:14.954Z | Downloaded slog-term v2.9.1 |
1023 | 2024-04-19T19:58:14.954Z | Downloaded foreign-types-shared v0.3.1 |
1024 | 2024-04-19T19:58:14.954Z | Downloaded tokio-stream v0.1.15 |
1025 | 2024-04-19T19:58:14.954Z | Downloaded crossbeam-channel v0.5.8 |
1026 | 2024-04-19T19:58:14.954Z | Downloaded signature v2.1.0 |
1027 | 2024-04-19T19:58:14.955Z | Downloaded scroll v0.12.0 |
1028 | 2024-04-19T19:58:14.955Z | Downloaded vte v0.11.1 |
1029 | 2024-04-19T19:58:14.955Z | Downloaded tokio-tungstenite v0.21.0 |
1030 | 2024-04-19T19:58:14.955Z | Downloaded mio v0.8.11 |
1031 | 2024-04-19T19:58:14.955Z | Downloaded usdt v0.3.5 |
1032 | 2024-04-19T19:58:14.955Z | Downloaded thread_local v1.1.7 |
1033 | 2024-04-19T19:58:14.956Z | Downloaded structmeta-derive v0.2.0 |
1034 | 2024-04-19T19:58:14.956Z | Downloaded usdt v0.5.0 |
1035 | 2024-04-19T19:58:14.956Z | Downloaded tiny-keccak v2.0.2 |
1036 | 2024-04-19T19:58:14.956Z | Downloaded pem-rfc7468 v0.7.0 |
1037 | 2024-04-19T19:58:14.956Z | Downloaded once_cell v1.19.0 |
1038 | 2024-04-19T19:58:14.956Z | Downloaded serde_derive v1.0.198 |
1039 | 2024-04-19T19:58:14.956Z | Downloaded globset v0.4.13 |
1040 | 2024-04-19T19:58:14.956Z | Downloaded hash32 v0.3.1 |
1041 | 2024-04-19T19:58:14.956Z | Downloaded packed_struct v0.10.1 |
1042 | 2024-04-19T19:58:14.956Z | Downloaded rand_xorshift v0.3.0 |
1043 | 2024-04-19T19:58:14.957Z | Downloaded zeroize v1.7.0 |
1044 | 2024-04-19T19:58:14.957Z | Downloaded proc-macro-error v1.0.4 |
1045 | 2024-04-19T19:58:14.957Z | Downloaded rpassword v7.3.1 |
1046 | 2024-04-19T19:58:14.957Z | Downloaded rand_seeder v0.2.3 |
1047 | 2024-04-19T19:58:14.957Z | Downloaded num-integer v0.1.46 |
1048 | 2024-04-19T19:58:14.957Z | Downloaded sct v0.7.0 |
1049 | 2024-04-19T19:58:14.957Z | Downloaded curve25519-dalek-derive v0.1.0 |
1050 | 2024-04-19T19:58:14.957Z | Downloaded yasna v0.5.2 |
1051 | 2024-04-19T19:58:14.958Z | Downloaded pin-utils v0.1.0 |
1052 | 2024-04-19T19:58:14.958Z | Downloaded serde_path_to_error v0.1.16 |
1053 | 2024-04-19T19:58:14.958Z | Downloaded thiserror v1.0.58 |
1054 | 2024-04-19T19:58:14.958Z | Downloaded opaque-debug v0.3.0 |
1055 | 2024-04-19T19:58:14.958Z | Downloaded omicron-zone-package v0.11.0 |
1056 | 2024-04-19T19:58:14.958Z | Downloaded sigpipe v0.1.3 |
1057 | 2024-04-19T19:58:14.958Z | Downloaded serde-big-array v0.4.1 |
1058 | 2024-04-19T19:58:14.958Z | Downloaded textwrap v0.11.0 |
1059 | 2024-04-19T19:58:14.959Z | Downloaded thiserror-impl v1.0.58 |
1060 | 2024-04-19T19:58:14.959Z | Downloaded vte_generate_state_changes v0.1.1 |
1061 | 2024-04-19T19:58:14.959Z | Downloaded time-macros v0.2.17 |
1062 | 2024-04-19T19:58:14.959Z | Downloaded tinyvec_macros v0.1.1 |
1063 | 2024-04-19T19:58:14.959Z | Downloaded waitgroup v0.1.2 |
1064 | 2024-04-19T19:58:14.959Z | Downloaded flume v0.11.0 |
1065 | 2024-04-19T19:58:14.959Z | Downloaded signal-hook-tokio v0.3.1 |
1066 | 2024-04-19T19:58:14.959Z | Downloaded usdt-impl v0.3.5 |
1067 | 2024-04-19T19:58:14.959Z | Downloaded owo-colors v4.0.0 |
1068 | 2024-04-19T19:58:14.959Z | Downloaded thread-id v4.2.0 |
1069 | 2024-04-19T19:58:14.959Z | Downloaded thiserror-no-std v2.0.2 |
1070 | 2024-04-19T19:58:14.959Z | Downloaded postgres-types v0.2.6 |
1071 | 2024-04-19T19:58:14.959Z | Downloaded parse-display-derive v0.9.0 |
1072 | 2024-04-19T19:58:14.959Z | Downloaded filetime v0.2.23 |
1073 | 2024-04-19T19:58:14.959Z | Downloaded darling_core v0.20.8 |
1074 | 2024-04-19T19:58:14.959Z | Downloaded rand v0.8.5 |
1075 | 2024-04-19T19:58:14.959Z | Downloaded tungstenite v0.20.1 |
1076 | 2024-04-19T19:58:14.959Z | Downloaded futures-macro v0.3.30 |
1077 | 2024-04-19T19:58:14.959Z | Downloaded fixedbitset v0.4.2 |
1078 | 2024-04-19T19:58:14.960Z | Downloaded serde_yaml v0.9.25 |
1079 | 2024-04-19T19:58:14.960Z | Downloaded paste v1.0.14 |
1080 | 2024-04-19T19:58:14.960Z | Downloaded salty v0.2.0 |
1081 | 2024-04-19T19:58:14.960Z | Downloaded take_mut v0.2.2 |
1082 | 2024-04-19T19:58:14.960Z | Downloaded signal-hook-registry v1.4.1 |
1083 | 2024-04-19T19:58:14.960Z | Downloaded signal-hook-mio v0.2.3 |
1084 | 2024-04-19T19:58:14.960Z | Downloaded aho-corasick v1.1.2 |
1085 | 2024-04-19T19:58:14.960Z | Downloaded futures-io v0.3.30 |
1086 | 2024-04-19T19:58:14.960Z | Downloaded futures-executor v0.3.30 |
1087 | 2024-04-19T19:58:14.960Z | Downloaded tower-service v0.3.2 |
1088 | 2024-04-19T19:58:14.960Z | Downloaded toml_datetime v0.6.5 |
1089 | 2024-04-19T19:58:14.960Z | Downloaded unicode-segmentation v1.10.1 |
1090 | 2024-04-19T19:58:14.960Z | Downloaded itertools v0.10.5 |
1091 | 2024-04-19T19:58:14.960Z | Downloaded zeroize_derive v1.4.2 |
1092 | 2024-04-19T19:58:14.961Z | Downloaded which v4.4.0 |
1093 | 2024-04-19T19:58:14.961Z | Downloaded serde-big-array v0.5.1 |
1094 | 2024-04-19T19:58:14.961Z | Downloaded postcard v1.0.8 |
1095 | 2024-04-19T19:58:14.961Z | Downloaded platforms v3.0.2 |
1096 | 2024-04-19T19:58:14.961Z | Downloaded wait-timeout v0.2.0 |
1097 | 2024-04-19T19:58:14.961Z | Downloaded version_check v0.9.4 |
1098 | 2024-04-19T19:58:14.961Z | Downloaded vec_map v0.8.2 |
1099 | 2024-04-19T19:58:14.961Z | Downloaded plain v0.2.3 |
1100 | 2024-04-19T19:58:14.961Z | Downloaded pkg-config v0.3.27 |
1101 | 2024-04-19T19:58:14.961Z | Downloaded nom v7.1.3 |
1102 | 2024-04-19T19:58:14.962Z | Downloaded structmeta-derive v0.3.0 |
1103 | 2024-04-19T19:58:14.962Z | Downloaded regex-automata v0.1.10 |
1104 | 2024-04-19T19:58:14.962Z | Downloaded pretty-hex v0.2.1 |
1105 | 2024-04-19T19:58:14.962Z | Downloaded usdt-macro v0.3.5 |
1106 | 2024-04-19T19:58:14.962Z | Downloaded either v1.11.0 |
1107 | 2024-04-19T19:58:14.962Z | Downloaded sync_wrapper v0.1.2 |
1108 | 2024-04-19T19:58:14.962Z | Downloaded universal-hash v0.5.1 |
1109 | 2024-04-19T19:58:14.962Z | Downloaded pin-project-internal v1.1.3 |
1110 | 2024-04-19T19:58:15.401Z | Downloaded sqlformat v0.2.3 |
1111 | 2024-04-19T19:58:15.402Z | Downloaded packed_struct_codegen v0.10.1 |
1112 | 2024-04-19T19:58:15.402Z | Downloaded group v0.13.0 |
1113 | 2024-04-19T19:58:15.402Z | Downloaded glob v0.3.1 |
1114 | 2024-04-19T19:58:15.402Z | Downloaded rusty-fork v0.3.0 |
1115 | 2024-04-19T19:58:15.403Z | Downloaded idna v0.5.0 |
1116 | 2024-04-19T19:58:15.403Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1117 | 2024-04-19T19:58:15.403Z | Downloaded static_assertions v1.1.0 |
1118 | 2024-04-19T19:58:15.404Z | Downloaded structmeta v0.3.0 |
1119 | 2024-04-19T19:58:15.404Z | Downloaded rustversion v1.0.14 |
1120 | 2024-04-19T19:58:15.404Z | Downloaded fragile v2.0.0 |
1121 | 2024-04-19T19:58:15.404Z | Downloaded num_enum v0.5.11 |
1122 | 2024-04-19T19:58:15.404Z | Downloaded fs-err v2.11.0 |
1123 | 2024-04-19T19:58:15.405Z | Downloaded toolchain_find v0.4.0 |
1124 | 2024-04-19T19:58:15.405Z | Downloaded slog v2.7.0 |
1125 | 2024-04-19T19:58:15.405Z | Downloaded x509-cert v0.2.4 |
1126 | 2024-04-19T19:58:15.405Z | Downloaded portpicker v0.1.1 |
1127 | 2024-04-19T19:58:15.405Z | Downloaded poly1305 v0.8.0 |
1128 | 2024-04-19T19:58:15.406Z | Downloaded rtoolbox v0.0.1 |
1129 | 2024-04-19T19:58:15.406Z | Downloaded pkcs8 v0.10.2 |
1130 | 2024-04-19T19:58:15.406Z | Downloaded pkcs1 v0.7.5 |
1131 | 2024-04-19T19:58:15.406Z | Downloaded crucible-workspace-hack v0.1.0 |
1132 | 2024-04-19T19:58:15.407Z | Downloaded precomputed-hash v0.1.1 |
1133 | 2024-04-19T19:58:15.407Z | Downloaded untrusted v0.7.1 |
1134 | 2024-04-19T19:58:15.407Z | Downloaded synstructure v0.12.6 |
1135 | 2024-04-19T19:58:15.407Z | Downloaded signal-hook v0.3.17 |
1136 | 2024-04-19T19:58:15.407Z | Downloaded unicode-xid v0.2.4 |
1137 | 2024-04-19T19:58:15.407Z | Downloaded foreign-types v0.3.2 |
1138 | 2024-04-19T19:58:15.408Z | Downloaded sqlparser_derive v0.2.2 |
1139 | 2024-04-19T19:58:15.408Z | Downloaded crunchy v0.2.2 |
1140 | 2024-04-19T19:58:15.408Z | Downloaded foreign-types v0.5.0 |
1141 | 2024-04-19T19:58:15.408Z | Downloaded ff v0.13.0 |
1142 | 2024-04-19T19:58:15.408Z | Downloaded strum_macros v0.26.1 |
1143 | 2024-04-19T19:58:15.408Z | Downloaded toml v0.5.11 |
1144 | 2024-04-19T19:58:15.409Z | Downloaded scopeguard v1.2.0 |
1145 | 2024-04-19T19:58:15.409Z | Downloaded schemars_derive v0.8.16 |
1146 | 2024-04-19T19:58:15.409Z | Downloaded url v2.5.0 |
1147 | 2024-04-19T19:58:15.409Z | Downloaded derive_builder_macro v0.20.0 |
1148 | 2024-04-19T19:58:15.410Z | Downloaded pretty-hex v0.4.1 |
1149 | 2024-04-19T19:58:15.410Z | Downloaded smawk v0.3.1 |
1150 | 2024-04-19T19:58:15.410Z | Downloaded futures-core v0.3.30 |
1151 | 2024-04-19T19:58:15.410Z | Downloaded funty v2.0.0 |
1152 | 2024-04-19T19:58:15.411Z | Downloaded foreign-types-macros v0.2.3 |
1153 | 2024-04-19T19:58:15.411Z | Downloaded toml v0.8.12 |
1154 | 2024-04-19T19:58:15.411Z | Downloaded quote v1.0.36 |
1155 | 2024-04-19T19:58:15.411Z | Downloaded pin-project-lite v0.2.13 |
1156 | 2024-04-19T19:58:15.412Z | Downloaded num_threads v0.1.6 |
1157 | 2024-04-19T19:58:15.412Z | Downloaded rand_core v0.6.4 |
1158 | 2024-04-19T19:58:15.412Z | Downloaded ron v0.8.1 |
1159 | 2024-04-19T19:58:15.413Z | Downloaded powerfmt v0.2.0 |
1160 | 2024-04-19T19:58:15.413Z | Downloaded num-iter v0.1.44 |
1161 | 2024-04-19T19:58:15.413Z | Downloaded hkdf v0.12.4 |
1162 | 2024-04-19T19:58:15.413Z | Downloaded dtrace-parser v0.1.14 |
1163 | 2024-04-19T19:58:15.414Z | Downloaded rustyline v14.0.0 |
1164 | 2024-04-19T19:58:15.414Z | Downloaded topological-sort v0.2.2 |
1165 | 2024-04-19T19:58:15.414Z | Downloaded smf v0.2.3 |
1166 | 2024-04-19T19:58:15.414Z | Downloaded zone v0.1.8 |
1167 | 2024-04-19T19:58:15.414Z | Downloaded idna v0.3.0 |
1168 | 2024-04-19T19:58:15.415Z | Downloaded tracing-attributes v0.1.27 |
1169 | 2024-04-19T19:58:15.415Z | Downloaded serde-hex v0.1.0 |
1170 | 2024-04-19T19:58:15.415Z | Downloaded elliptic-curve v0.13.8 |
1171 | 2024-04-19T19:58:15.415Z | Downloaded deranged v0.3.11 |
1172 | 2024-04-19T19:58:15.416Z | Downloaded papergrid v0.11.0 |
1173 | 2024-04-19T19:58:15.416Z | Downloaded rustfmt-wrapper v0.2.1 |
1174 | 2024-04-19T19:58:15.416Z | Downloaded num_cpus v1.16.0 |
1175 | 2024-04-19T19:58:15.417Z | Downloaded stable_deref_trait v1.2.0 |
1176 | 2024-04-19T19:58:15.417Z | Downloaded rustc_version v0.4.0 |
1177 | 2024-04-19T19:58:15.417Z | Downloaded shell-words v1.1.0 |
1178 | 2024-04-19T19:58:15.417Z | Downloaded flate2 v1.0.28 |
1179 | 2024-04-19T19:58:15.417Z | Downloaded blake3 v1.5.0 |
1180 | 2024-04-19T19:58:15.418Z | Downloaded proc-macro-error-attr v1.0.4 |
1181 | 2024-04-19T19:58:15.418Z | Downloaded snafu v0.8.2 |
1182 | 2024-04-19T19:58:15.418Z | Downloaded siphasher v0.3.11 |
1183 | 2024-04-19T19:58:15.419Z | Downloaded quick-error v1.2.3 |
1184 | 2024-04-19T19:58:15.419Z | Downloaded dof v0.1.5 |
1185 | 2024-04-19T19:58:15.419Z | Downloaded num-rational v0.4.1 |
1186 | 2024-04-19T19:58:15.419Z | Downloaded env_logger v0.10.0 |
1187 | 2024-04-19T19:58:15.419Z | Downloaded crypto-bigint v0.5.2 |
1188 | 2024-04-19T19:58:15.420Z | Downloaded downcast v0.11.0 |
1189 | 2024-04-19T19:58:15.420Z | Downloaded futures v0.3.30 |
1190 | 2024-04-19T19:58:15.420Z | Downloaded rustc-demangle v0.1.23 |
1191 | 2024-04-19T19:58:15.420Z | Downloaded diesel_derives v2.1.2 |
1192 | 2024-04-19T19:58:15.421Z | Downloaded socket2 v0.5.6 |
1193 | 2024-04-19T19:58:15.421Z | Downloaded serde_derive_internals v0.26.0 |
1194 | 2024-04-19T19:58:15.421Z | Downloaded unsafe-libyaml v0.2.10 |
1195 | 2024-04-19T19:58:15.421Z | Downloaded rsa v0.9.2 |
1196 | 2024-04-19T19:58:15.422Z | Downloaded openssl-sys v0.9.102 |
1197 | 2024-04-19T19:58:15.422Z | Downloaded env_logger v0.9.3 |
1198 | 2024-04-19T19:58:15.422Z | Downloaded snafu-derive v0.8.2 |
1199 | 2024-04-19T19:58:15.422Z | Downloaded derive-where v1.2.7 |
1200 | 2024-04-19T19:58:15.422Z | Downloaded crossbeam-utils v0.8.19 |
1201 | 2024-04-19T19:58:15.423Z | Downloaded socket2 v0.4.9 |
1202 | 2024-04-19T19:58:15.423Z | Downloaded unicode_categories v0.1.1 |
1203 | 2024-04-19T19:58:15.423Z | Downloaded num-bigint-dig v0.8.4 |
1204 | 2024-04-19T19:58:15.423Z | Downloaded defmt-macros v0.3.6 |
1205 | 2024-04-19T19:58:15.424Z | Downloaded time v0.3.34 |
1206 | 2024-04-19T19:58:15.424Z | Downloaded num-traits v0.2.18 |
1207 | 2024-04-19T19:58:15.424Z | Downloaded reqwest v0.11.24 |
1208 | 2024-04-19T19:58:15.425Z | Downloaded trust-dns-client v0.22.0 |
1209 | 2024-04-19T19:58:15.425Z | Downloaded prettyplease v0.2.19 |
1210 | 2024-04-19T19:58:15.453Z | Downloaded samael v0.0.15 |
1211 | 2024-04-19T19:58:15.453Z | Downloaded trust-dns-resolver v0.22.0 |
1212 | 2024-04-19T19:58:15.453Z | Downloaded typed-path v0.7.0 |
1213 | 2024-04-19T19:58:15.454Z | Downloaded toml_edit v0.22.9 |
1214 | 2024-04-19T19:58:15.454Z | Downloaded winnow v0.5.15 |
1215 | 2024-04-19T19:58:15.454Z | Downloaded serde_json v1.0.116 |
1216 | 2024-04-19T19:58:15.454Z | Downloaded clap v2.34.0 |
1217 | 2024-04-19T19:58:15.454Z | Downloaded diff v0.1.13 |
1218 | 2024-04-19T19:58:15.454Z | Downloaded sqlparser v0.45.0 |
1219 | 2024-04-19T19:58:15.454Z | Downloaded rustls-webpki v0.101.7 |
1220 | 2024-04-19T19:58:15.454Z | Downloaded publicsuffix v2.2.3 |
1221 | 2024-04-19T19:58:15.454Z | Downloaded portable-atomic v1.4.3 |
1222 | 2024-04-19T19:58:15.454Z | Downloaded nix v0.28.0 |
1223 | 2024-04-19T19:58:15.455Z | Downloaded goblin v0.8.0 |
1224 | 2024-04-19T19:58:15.455Z | Downloaded winnow v0.6.1 |
1225 | 2024-04-19T19:58:15.455Z | Downloaded tough v0.17.1 |
1226 | 2024-04-19T19:58:15.455Z | Downloaded crossterm v0.27.0 |
1227 | 2024-04-19T19:58:15.455Z | Downloaded proptest v1.4.0 |
1228 | 2024-04-19T19:58:15.455Z | Downloaded h2 v0.3.26 |
1229 | 2024-04-19T19:58:15.455Z | Downloaded smoltcp v0.11.0 |
1230 | 2024-04-19T19:58:15.455Z | Downloaded quick-xml v0.31.0 |
1231 | 2024-04-19T19:58:15.455Z | Downloaded webpki-roots v0.25.2 |
1232 | 2024-04-19T19:58:15.455Z | Downloaded object v0.32.1 |
1233 | 2024-04-19T19:58:15.455Z | Downloaded polar-core v0.27.3 |
1234 | 2024-04-19T19:58:15.455Z | Downloaded rustls-webpki v0.102.1 |
1235 | 2024-04-19T19:58:15.455Z | Downloaded trust-dns-proto v0.22.0 |
1236 | 2024-04-19T19:58:15.456Z | Downloaded tabled v0.15.0 |
1237 | 2024-04-19T19:58:15.456Z | Downloaded vcpkg v0.2.15 |
1238 | 2024-04-19T19:58:15.503Z | Downloaded regex-syntax v0.6.29 |
1239 | 2024-04-19T19:58:15.518Z | Downloaded syn v2.0.59 |
1240 | 2024-04-19T19:58:15.518Z | Downloaded rustix v0.38.31 |
1241 | 2024-04-19T19:58:15.518Z | Downloaded curve25519-dalek v4.1.2 |
1242 | 2024-04-19T19:58:15.534Z | Downloaded rustls v0.21.9 |
1243 | 2024-04-19T19:58:15.534Z | Downloaded libc v0.2.153 |
1244 | 2024-04-19T19:58:15.560Z | Downloaded openssl v0.10.64 |
1245 | 2024-04-19T19:58:15.571Z | Downloaded diesel v2.1.5 |
1246 | 2024-04-19T19:58:15.580Z | Downloaded sha3 v0.10.8 |
1247 | 2024-04-19T19:58:15.585Z | Downloaded csv v1.3.0 |
1248 | 2024-04-19T19:58:15.625Z | Downloaded openapiv3 v2.0.0 |
1249 | 2024-04-19T19:58:15.640Z | Downloaded rustls v0.22.4 |
1250 | 2024-04-19T19:58:15.640Z | Downloaded ratatui v0.26.2 |
1251 | 2024-04-19T19:58:15.649Z | Downloaded sled v0.34.7 |
1252 | 2024-04-19T19:58:15.661Z | Downloaded zerocopy-derive v0.2.0 |
1253 | 2024-04-19T19:58:15.668Z | Downloaded zerocopy-derive v0.6.6 |
1254 | 2024-04-19T19:58:15.680Z | Downloaded regex-automata v0.4.5 |
1255 | 2024-04-19T19:58:15.695Z | Downloaded tokio v1.37.0 |
1256 | 2024-04-19T19:58:15.732Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1257 | 2024-04-19T19:58:15.744Z | Downloaded bstr v1.9.0 |
1258 | 2024-04-19T19:58:15.770Z | Downloaded encoding_rs v0.8.33 |
1259 | 2024-04-19T19:58:15.779Z | Downloaded syn v1.0.109 |
1260 | 2024-04-19T19:58:15.788Z | Downloaded regex v1.10.4 |
1261 | 2024-04-19T19:58:15.801Z | Downloaded object v0.30.4 |
1262 | 2024-04-19T19:58:15.810Z | Downloaded regex-syntax v0.8.2 |
1263 | 2024-04-19T19:58:15.818Z | Downloaded gimli v0.28.0 |
1264 | 2024-04-19T19:58:15.827Z | Downloaded smoltcp v0.9.1 |
1265 | 2024-04-19T19:58:15.837Z | Downloaded regress v0.9.1 |
1266 | 2024-04-19T19:58:15.846Z | Downloaded radix_trie v0.2.1 |
1267 | 2024-04-19T19:58:15.851Z | Downloaded reedline v0.31.0 |
1268 | 2024-04-19T19:58:15.859Z | Downloaded zerocopy v0.7.32 |
1269 | 2024-04-19T19:58:15.874Z | Downloaded rayon v1.10.0 |
1270 | 2024-04-19T19:58:15.883Z | Downloaded bindgen v0.69.2 |
1271 | 2024-04-19T19:58:15.890Z | Downloaded toml_edit v0.19.15 |
1272 | 2024-04-19T19:58:15.912Z | Downloaded futures-util v0.3.30 |
1273 | 2024-04-19T19:58:15.919Z | Downloaded idna v0.2.3 |
1274 | 2024-04-19T19:58:15.931Z | Downloaded bitvec v1.0.1 |
1275 | 2024-04-19T19:58:15.941Z | Downloaded petgraph v0.6.4 |
1276 | 2024-04-19T19:58:16.365Z | Downloaded chrono v0.4.38 |
1277 | 2024-04-19T19:58:16.372Z | Downloaded trust-dns-server v0.22.1 |
1278 | 2024-04-19T19:58:16.372Z | Downloaded tracing v0.1.40 |
1279 | 2024-04-19T19:58:16.372Z | Downloaded lalrpop v0.19.12 |
1280 | 2024-04-19T19:58:16.372Z | Downloaded unicode-normalization v0.1.22 |
1281 | 2024-04-19T19:58:16.372Z | Downloaded dirs-next v2.0.0 |
1282 | 2024-04-19T19:58:16.372Z | Downloaded structopt v0.3.26 |
1283 | 2024-04-19T19:58:16.372Z | Downloaded pin-project v1.1.3 |
1284 | 2024-04-19T19:58:16.372Z | Downloaded hyper v0.14.28 |
1285 | 2024-04-19T19:58:16.372Z | Downloaded predicates v3.1.0 |
1286 | 2024-04-19T19:58:16.372Z | Downloaded predicates-tree v1.0.9 |
1287 | 2024-04-19T19:58:16.372Z | Downloaded predicates-core v1.0.6 |
1288 | 2024-04-19T19:58:16.372Z | Downloaded spki v0.7.2 |
1289 | 2024-04-19T19:58:16.372Z | Downloaded uuid v1.8.0 |
1290 | 2024-04-19T19:58:16.372Z | Downloaded tungstenite v0.21.0 |
1291 | 2024-04-19T19:58:16.372Z | Downloaded serde_arrays v0.1.0 |
1292 | 2024-04-19T19:58:16.373Z | Downloaded tabwriter v1.4.0 |
1293 | 2024-04-19T19:58:16.373Z | Downloaded tabled_derive v0.7.0 |
1294 | 2024-04-19T19:58:16.373Z | Downloaded same-file v1.0.6 |
1295 | 2024-04-19T19:58:16.373Z | Downloaded num_enum_derive v0.5.11 |
1296 | 2024-04-19T19:58:16.373Z | Downloaded rustc_version v0.1.7 |
1297 | 2024-04-19T19:58:16.373Z | Downloaded subprocess v0.2.9 |
1298 | 2024-04-19T19:58:16.373Z | Downloaded parking_lot_core v0.9.8 |
1299 | 2024-04-19T19:58:16.373Z | Downloaded zip v0.6.6 |
1300 | 2024-04-19T19:58:16.373Z | Downloaded tokio-util v0.7.10 |
1301 | 2024-04-19T19:58:16.373Z | Downloaded ring v0.17.8 |
1302 | 2024-04-19T19:58:16.373Z | Downloaded half v2.3.1 |
1303 | 2024-04-19T19:58:16.373Z | Downloaded toml v0.7.8 |
1304 | 2024-04-19T19:58:16.373Z | Downloaded derive_more v0.99.17 |
1305 | 2024-04-19T19:58:16.373Z | Downloaded ppv-lite86 v0.2.17 |
1306 | 2024-04-19T19:58:16.373Z | Downloaded sec1 v0.7.3 |
1307 | 2024-04-19T19:58:16.373Z | Downloaded untrusted v0.9.0 |
1308 | 2024-04-19T19:58:16.373Z | Downloaded pest v2.7.6 |
1309 | 2024-04-19T19:58:16.373Z | Downloaded clap_builder v4.5.2 |
1310 | 2024-04-19T19:58:16.373Z | Downloaded oso v0.27.3 |
1311 | 2024-04-19T19:58:16.373Z | Downloaded itertools v0.12.1 |
1312 | 2024-04-19T19:58:16.373Z | Downloaded rayon-core v1.12.1 |
1313 | 2024-04-19T19:58:16.373Z | Downloaded ring v0.16.20 |
1314 | 2024-04-19T19:58:16.373Z | Downloaded similar v2.4.0 |
1315 | 2024-04-19T19:58:16.373Z | Downloaded darling v0.20.8 |
1316 | 2024-04-19T19:58:16.374Z | Downloaded num-bigint v0.4.4 |
1317 | 2024-04-19T19:58:16.374Z | Downloaded hashbrown v0.12.3 |
1318 | 2024-04-19T19:58:16.374Z | Downloaded serde_with v3.7.0 |
1319 | 2024-04-19T19:58:16.374Z | Downloaded embedded-io v0.4.0 |
1320 | 2024-04-19T19:58:16.374Z | Downloaded fd-lock v4.0.2 |
1321 | 2024-04-19T19:58:16.374Z | Downloaded slab v0.4.9 |
1322 | 2024-04-19T19:58:16.374Z | Downloaded proc-macro2 v1.0.81 |
1323 | 2024-04-19T19:58:16.374Z | Downloaded password-hash v0.5.0 |
1324 | 2024-04-19T19:58:16.374Z | Downloaded textwrap v0.16.1 |
1325 | 2024-04-19T19:58:16.374Z | Downloaded getrandom v0.2.12 |
1326 | 2024-04-19T19:58:16.374Z | Downloaded libm v0.2.7 |
1327 | 2024-04-19T19:58:16.374Z | Downloaded rustls-pemfile v1.0.3 |
1328 | 2024-04-19T19:58:16.374Z | Downloaded whoami v1.5.1 |
1329 | 2024-04-19T19:58:16.374Z | Downloaded ucd-trie v0.1.6 |
1330 | 2024-04-19T19:58:16.374Z | Downloaded typenum v1.16.0 |
1331 | 2024-04-19T19:58:16.374Z | Downloaded tinyvec v1.6.0 |
1332 | 2024-04-19T19:58:16.374Z | Downloaded expectorate v1.1.0 |
1333 | 2024-04-19T19:58:16.374Z | Downloaded thiserror-impl-no-std v2.0.2 |
1334 | 2024-04-19T19:58:16.374Z | Downloaded smallvec v1.13.1 |
1335 | 2024-04-19T19:58:16.374Z | Downloaded smallvec v0.6.14 |
1336 | 2024-04-19T19:58:16.374Z | Downloaded defmt v0.3.5 |
1337 | 2024-04-19T19:58:16.374Z | Downloaded enum-as-inner v0.5.1 |
1338 | 2024-04-19T19:58:16.374Z | Downloaded cstr-argument v0.1.2 |
1339 | 2024-04-19T19:58:16.375Z | Downloaded usdt-impl v0.5.0 |
1340 | 2024-04-19T19:58:16.375Z | Downloaded derive_builder_core v0.20.0 |
1341 | 2024-04-19T19:58:16.375Z | Downloaded derive_builder v0.20.0 |
1342 | 2024-04-19T19:58:16.375Z | Downloaded unicode-bidi v0.3.15 |
1343 | 2024-04-19T19:58:16.375Z | Downloaded postgres-protocol v0.6.6 |
1344 | 2024-04-19T19:58:16.375Z | Downloaded memchr v2.7.1 |
1345 | 2024-04-19T19:58:16.375Z | Downloaded num-complex v0.4.5 |
1346 | 2024-04-19T19:58:16.375Z | Downloaded zerocopy-derive v0.7.32 |
1347 | 2024-04-19T19:58:16.375Z | Downloaded termcolor v1.2.0 |
1348 | 2024-04-19T19:58:16.375Z | Downloaded slog-async v2.8.0 |
1349 | 2024-04-19T19:58:16.375Z | Downloaded serde_plain v1.0.2 |
1350 | 2024-04-19T19:58:16.375Z | Downloaded ref-cast-impl v1.0.22 |
1351 | 2024-04-19T19:58:16.375Z | Downloaded ref-cast v1.0.22 |
1352 | 2024-04-19T19:58:16.375Z | Downloaded der v0.7.8 |
1353 | 2024-04-19T19:58:16.375Z | Downloaded fatfs v0.3.6 |
1354 | 2024-04-19T19:58:16.375Z | Downloaded steno v0.4.0 |
1355 | 2024-04-19T19:58:16.375Z | Downloaded signature v1.6.4 |
1356 | 2024-04-19T19:58:16.375Z | Downloaded rustls-pemfile v2.1.2 |
1357 | 2024-04-19T19:58:16.375Z | Downloaded parse-size v1.0.0 |
1358 | 2024-04-19T19:58:16.375Z | Downloaded form_urlencoded v1.2.1 |
1359 | 2024-04-19T19:58:16.375Z | Downloaded hash32 v0.2.1 |
1360 | 2024-04-19T19:58:16.375Z | Downloaded flagset v0.4.3 |
1361 | 2024-04-19T19:58:16.375Z | Downloaded dof v0.3.0 |
1362 | 2024-04-19T19:58:16.376Z | Downloaded tokio-postgres v0.7.10 |
1363 | 2024-04-19T19:58:16.376Z | Downloaded tar v0.4.40 |
1364 | 2024-04-19T19:58:16.376Z | Downloaded peg-macros v0.8.2 |
1365 | 2024-04-19T19:58:16.376Z | Downloaded minimal-lexical v0.2.1 |
1366 | 2024-04-19T19:58:16.376Z | Downloaded pest_meta v2.7.6 |
1367 | 2024-04-19T19:58:16.376Z | Downloaded parking_lot v0.12.1 |
1368 | 2024-04-19T19:58:16.376Z | Downloaded parking_lot v0.11.2 |
1369 | 2024-04-19T19:58:16.376Z | Downloaded foreign-types-shared v0.1.1 |
1370 | 2024-04-19T19:58:16.376Z | Downloaded endian-type v0.1.2 |
1371 | 2024-04-19T19:58:16.376Z | Downloaded supports-color v3.0.0 |
1372 | 2024-04-19T19:58:16.376Z | Downloaded subtle v2.5.0 |
1373 | 2024-04-19T19:58:16.376Z | Downloaded slog-dtrace v0.3.0 |
1374 | 2024-04-19T19:58:16.376Z | Downloaded shlex v1.3.0 |
1375 | 2024-04-19T19:58:16.376Z | Downloaded vsss-rs v3.3.4 |
1376 | 2024-04-19T19:58:16.385Z | Downloaded uuid v0.8.2 |
1377 | 2024-04-19T19:58:16.385Z | Downloaded num-derive v0.4.0 |
1378 | 2024-04-19T19:58:16.385Z | Downloaded serde v1.0.198 |
1379 | 2024-04-19T19:58:16.385Z | Downloaded libxml v0.3.3 |
1380 | 2024-04-19T19:58:16.390Z | Downloaded const_format v0.2.32 |
1381 | 2024-04-19T19:58:16.390Z | Downloaded sha2 v0.10.8 |
1382 | 2024-04-19T19:58:16.403Z | Downloaded futures-channel v0.3.30 |
1383 | 2024-04-19T19:58:16.403Z | Downloaded tracing-core v0.1.32 |
1384 | 2024-04-19T19:58:16.403Z | Downloaded indexmap v2.2.6 |
1385 | 2024-04-19T19:58:16.403Z | Downloaded olpc-cjson v0.1.3 |
1386 | 2024-04-19T19:58:16.403Z | Downloaded futures-task v0.3.30 |
1387 | 2024-04-19T19:58:16.407Z | Downloaded futures-sink v0.3.30 |
1388 | 2024-04-19T19:58:16.407Z | Downloaded ena v0.14.2 |
1389 | 2024-04-19T19:58:16.407Z | Downloaded zerocopy v0.6.6 |
1390 | 2024-04-19T19:58:16.407Z | Downloaded unarray v0.1.4 |
1391 | 2024-04-19T19:58:16.407Z | Downloaded phf v0.11.2 |
1392 | 2024-04-19T19:58:16.407Z | Downloaded unicase v2.7.0 |
1393 | 2024-04-19T19:58:16.407Z | Downloaded tokio-tungstenite v0.20.1 |
1394 | 2024-04-19T19:58:16.411Z | Downloaded base64 v0.13.1 |
1395 | 2024-04-19T19:58:16.412Z | Downloaded backtrace v0.3.69 |
1396 | 2024-04-19T19:58:16.415Z | Downloaded mockall_derive v0.12.1 |
1397 | 2024-04-19T19:58:16.422Z | Downloaded data-encoding v2.4.0 |
1398 | 2024-04-19T19:58:16.422Z | Downloaded slog-scope v4.4.0 |
1399 | 2024-04-19T19:58:16.422Z | Downloaded unicode-ident v1.0.12 |
1400 | 2024-04-19T19:58:16.427Z | Downloaded rcgen v0.12.1 |
1401 | 2024-04-19T19:58:16.427Z | Downloaded http v1.0.0 |
1402 | 2024-04-19T19:58:16.427Z | Downloaded bstr v0.2.17 |
1403 | 2024-04-19T19:58:16.438Z | Downloaded const-oid v0.9.6 |
1404 | 2024-04-19T19:58:16.449Z | Downloaded chacha20poly1305 v0.10.1 |
1405 | 2024-04-19T19:58:16.449Z | Downloaded cc v1.0.83 |
1406 | 2024-04-19T19:58:16.449Z | Downloaded bitflags v2.4.2 |
1407 | 2024-04-19T19:58:16.461Z | Downloaded arc-swap v1.6.0 |
1408 | 2024-04-19T19:58:16.461Z | Downloaded log v0.4.21 |
1409 | 2024-04-19T19:58:16.462Z | Downloaded fnv v1.0.7 |
1410 | 2024-04-19T19:58:16.462Z | Downloaded generic-array v0.14.7 |
1411 | 2024-04-19T19:58:16.462Z | Downloaded strip-ansi-escapes v0.2.0 |
1412 | 2024-04-19T19:58:16.462Z | Downloaded http v0.2.12 |
1413 | 2024-04-19T19:58:16.471Z | Downloaded ron v0.7.1 |
1414 | 2024-04-19T19:58:16.471Z | Downloaded tokio-rustls v0.24.1 |
1415 | 2024-04-19T19:58:16.471Z | Downloaded ed25519 v1.5.3 |
1416 | 2024-04-19T19:58:16.471Z | Downloaded dyn-clone v1.0.17 |
1417 | 2024-04-19T19:58:16.471Z | Downloaded difflib v0.4.0 |
1418 | 2024-04-19T19:58:16.471Z | Downloaded strsim v0.10.0 |
1419 | 2024-04-19T19:58:16.471Z | Downloaded spin v0.9.8 |
1420 | 2024-04-19T19:58:16.476Z | Downloaded clap v4.5.4 |
1421 | 2024-04-19T19:58:16.482Z | Downloaded utf8parse v0.2.1 |
1422 | 2024-04-19T19:58:16.482Z | Downloaded ahash v0.8.8 |
1423 | 2024-04-19T19:58:16.482Z | Downloaded terminal_size v0.3.0 |
1424 | 2024-04-19T19:58:16.482Z | Downloaded multer v3.0.0 |
1425 | 2024-04-19T19:58:16.494Z | Downloaded native-tls v0.2.11 |
1426 | 2024-04-19T19:58:16.494Z | Downloaded mime_guess v2.0.4 |
1427 | 2024-04-19T19:58:16.494Z | Downloaded memmap2 v0.7.1 |
1428 | 2024-04-19T19:58:16.494Z | Downloaded tokio-macros v2.2.0 |
1429 | 2024-04-19T19:58:16.508Z | Downloaded compact_str v0.7.1 |
1430 | 2024-04-19T19:58:16.508Z | Downloaded argon2 v0.5.3 |
1431 | 2024-04-19T19:58:16.508Z | Downloaded strsim v0.11.0 |
1432 | 2024-04-19T19:58:16.508Z | Downloaded hmac v0.12.1 |
1433 | 2024-04-19T19:58:16.508Z | Downloaded ciborium-ll v0.2.2 |
1434 | 2024-04-19T19:58:16.508Z | Downloaded backoff v0.4.0 |
1435 | 2024-04-19T19:58:16.508Z | Downloaded adler v1.0.2 |
1436 | 2024-04-19T19:58:16.509Z | Downloaded nibble_vec v0.1.0 |
1437 | 2024-04-19T19:58:16.516Z | Downloaded newtype-uuid v1.1.0 |
1438 | 2024-04-19T19:58:16.516Z | Downloaded memmap v0.7.0 |
1439 | 2024-04-19T19:58:16.516Z | Downloaded lru-cache v0.1.2 |
1440 | 2024-04-19T19:58:16.516Z | Downloaded kstat-rs v0.2.3 |
1441 | 2024-04-19T19:58:16.516Z | Downloaded maplit v1.0.2 |
1442 | 2024-04-19T19:58:16.516Z | Downloaded lru v0.12.1 |
1443 | 2024-04-19T19:58:16.516Z | Downloaded libsw v3.3.1 |
1444 | 2024-04-19T19:58:16.516Z | Downloaded base64ct v1.6.0 |
1445 | 2024-04-19T19:58:16.516Z | Downloaded serde_tokenstream v0.1.7 |
1446 | 2024-04-19T19:58:16.517Z | Downloaded serde_spanned v0.6.5 |
1447 | 2024-04-19T19:58:16.517Z | Downloaded semver v0.1.20 |
1448 | 2024-04-19T19:58:16.517Z | Downloaded scheduled-thread-pool v0.2.7 |
1449 | 2024-04-19T19:58:16.517Z | Downloaded bitflags v1.3.2 |
1450 | 2024-04-19T19:58:16.530Z | Downloaded nodrop v0.1.14 |
1451 | 2024-04-19T19:58:16.530Z | Downloaded nanorand v0.7.0 |
1452 | 2024-04-19T19:58:16.530Z | Downloaded cookie v0.18.1 |
1453 | 2024-04-19T19:58:16.530Z | Downloaded async-trait v0.1.80 |
1454 | 2024-04-19T19:58:16.546Z | Downloaded memoffset v0.7.1 |
1455 | 2024-04-19T19:58:16.547Z | Downloaded linear-map v1.2.0 |
1456 | 2024-04-19T19:58:16.547Z | Downloaded lazy_static v1.4.0 |
1457 | 2024-04-19T19:58:16.547Z | Downloaded httpdate v1.0.3 |
1458 | 2024-04-19T19:58:16.548Z | Downloaded cipher v0.4.4 |
1459 | 2024-04-19T19:58:16.548Z | Downloaded bit-vec v0.6.3 |
1460 | 2024-04-19T19:58:16.548Z | Downloaded bit-set v0.5.3 |
1461 | 2024-04-19T19:58:16.548Z | Downloaded hubpack v0.1.2 |
1462 | 2024-04-19T19:58:16.548Z | Downloaded convert_case v0.4.0 |
1463 | 2024-04-19T19:58:16.549Z | Downloaded clap_lex v0.7.0 |
1464 | 2024-04-19T19:58:16.549Z | Downloaded block-buffer v0.10.4 |
1465 | 2024-04-19T19:58:16.549Z | Downloaded bb8 v0.8.3 |
1466 | 2024-04-19T19:58:16.549Z | Downloaded ascii-canvas v3.0.0 |
1467 | 2024-04-19T19:58:16.549Z | Downloaded cassowary v0.3.0 |
1468 | 2024-04-19T19:58:16.573Z | Downloaded cpufeatures v0.2.12 |
1469 | 2024-04-19T19:58:16.573Z | Downloaded cexpr v0.6.0 |
1470 | 2024-04-19T19:58:16.573Z | Downloaded ciborium v0.2.2 |
1471 | 2024-04-19T19:58:16.573Z | Downloaded anstream v0.6.11 |
1472 | 2024-04-19T19:58:16.573Z | Downloaded anstyle v1.0.6 |
1473 | 2024-04-19T19:58:16.573Z | Downloaded home v0.5.5 |
1474 | 2024-04-19T19:58:16.573Z | Downloaded indoc v1.0.9 |
1475 | 2024-04-19T19:58:16.574Z | Downloaded http-range v0.1.5 |
1476 | 2024-04-19T19:58:16.574Z | Downloaded colorchoice v1.0.0 |
1477 | 2024-04-19T19:58:16.574Z | Downloaded anstyle-parse v0.2.1 |
1478 | 2024-04-19T19:58:16.574Z | Downloaded allocator-api2 v0.2.16 |
1479 | 2024-04-19T19:58:16.574Z | Downloaded hashbrown v0.13.2 |
1480 | 2024-04-19T19:58:16.574Z | Downloaded crc-catalog v2.2.0 |
1481 | 2024-04-19T19:58:16.574Z | Downloaded chacha20 v0.9.1 |
1482 | 2024-04-19T19:58:16.574Z | Downloaded bitfield v0.14.0 |
1483 | 2024-04-19T19:58:16.574Z | Downloaded base16ct v0.2.0 |
1484 | 2024-04-19T19:58:16.574Z | Downloaded async-stream v0.3.5 |
1485 | 2024-04-19T19:58:16.574Z | Downloaded block-padding v0.3.3 |
1486 | 2024-04-19T19:58:16.574Z | Downloaded camino-tempfile v1.1.1 |
1487 | 2024-04-19T19:58:16.574Z | Downloaded atty v0.2.14 |
1488 | 2024-04-19T19:58:16.574Z | Downloaded ansi_term v0.12.1 |
1489 | 2024-04-19T19:58:16.581Z | Downloaded ascii v1.1.0 |
1490 | 2024-04-19T19:58:16.581Z | Downloaded arrayvec v0.7.4 |
1491 | 2024-04-19T19:58:16.581Z | Downloaded byteorder v1.5.0 |
1492 | 2024-04-19T19:58:17.825Z | Compiling proc-macro2 v1.0.81 |
1493 | 2024-04-19T19:58:17.831Z | Compiling unicode-ident v1.0.12 |
1494 | 2024-04-19T19:58:17.832Z | Compiling libc v0.2.153 |
1495 | 2024-04-19T19:58:17.832Z | Compiling serde v1.0.198 |
1496 | 2024-04-19T19:58:17.832Z | Compiling version_check v0.9.4 |
1497 | 2024-04-19T19:58:17.832Z | Compiling autocfg v1.1.0 |
1498 | 2024-04-19T19:58:17.832Z | Compiling cfg-if v1.0.0 |
1499 | 2024-04-19T19:58:17.832Z | Compiling syn v1.0.109 |
1500 | 2024-04-19T19:58:17.832Z | Compiling once_cell v1.19.0 |
1501 | 2024-04-19T19:58:17.832Z | Compiling byteorder v1.5.0 |
1502 | 2024-04-19T19:58:17.832Z | Compiling memchr v2.7.1 |
1503 | 2024-04-19T19:58:17.832Z | Compiling serde_json v1.0.116 |
1504 | 2024-04-19T19:58:17.832Z | Compiling ahash v0.8.8 |
1505 | 2024-04-19T19:58:17.832Z | Compiling lock_api v0.4.10 |
1506 | 2024-04-19T19:58:18.153Z | Compiling parking_lot_core v0.9.8 |
1507 | 2024-04-19T19:58:18.166Z | Compiling libm v0.2.7 |
1508 | 2024-04-19T19:58:18.166Z | Compiling num-traits v0.2.18 |
1509 | 2024-04-19T19:58:18.414Z | Compiling thiserror v1.0.58 |
1510 | 2024-04-19T19:58:18.480Z | Compiling typenum v1.16.0 |
1511 | 2024-04-19T19:58:18.774Z | Compiling generic-array v0.14.7 |
1512 | 2024-04-19T19:58:18.870Z | Compiling itoa v1.0.9 |
1513 | 2024-04-19T19:58:19.188Z | Compiling quote v1.0.36 |
1514 | 2024-04-19T19:58:19.228Z | Compiling scopeguard v1.2.0 |
1515 | 2024-04-19T19:58:20.693Z | Compiling log v0.4.21 |
1516 | 2024-04-19T19:58:20.698Z | Compiling getrandom v0.2.12 |
1517 | 2024-04-19T19:58:20.698Z | Compiling syn v2.0.59 |
1518 | 2024-04-19T19:58:20.698Z | Compiling cc v1.0.83 |
1519 | 2024-04-19T19:58:20.698Z | Compiling pkg-config v0.3.27 |
1520 | 2024-04-19T19:58:20.698Z | Compiling allocator-api2 v0.2.16 |
1521 | 2024-04-19T19:58:20.698Z | Compiling slab v0.4.9 |
1522 | 2024-04-19T19:58:20.698Z | Compiling ryu v1.0.15 |
1523 | 2024-04-19T19:58:21.022Z | Compiling schemars v0.8.16 |
1524 | 2024-04-19T19:58:21.042Z | Compiling smallvec v1.13.1 |
1525 | 2024-04-19T19:58:21.384Z | Compiling pin-project-lite v0.2.13 |
1526 | 2024-04-19T19:58:21.575Z | Compiling equivalent v1.0.1 |
1527 | 2024-04-19T19:58:21.798Z | Compiling vcpkg v0.2.15 |
1528 | 2024-04-19T19:58:21.972Z | Compiling parking_lot v0.12.1 |
1529 | 2024-04-19T19:58:22.453Z | Compiling ring v0.17.8 |
1530 | 2024-04-19T19:58:23.421Z | Compiling openssl-sys v0.9.102 |
1531 | 2024-04-19T19:58:23.645Z | Compiling signal-hook-registry v1.4.1 |
1532 | 2024-04-19T19:58:24.340Z | Compiling heck v0.4.1 |
1533 | 2024-04-19T19:58:24.431Z | Compiling mio v0.8.11 |
1534 | 2024-04-19T19:58:25.015Z | Compiling fnv v1.0.7 |
1535 | 2024-04-19T19:58:25.022Z | Compiling rand_core v0.6.4 |
1536 | 2024-04-19T19:58:25.022Z | Compiling time-core v0.1.2 |
1537 | 2024-04-19T19:58:25.124Z | Compiling num-conv v0.1.0 |
1538 | 2024-04-19T19:58:25.246Z | Compiling ring v0.16.20 |
1539 | 2024-04-19T19:58:25.407Z | Compiling time-macros v0.2.17 |
1540 | 2024-04-19T19:58:25.498Z | Compiling socket2 v0.5.6 |
1541 | 2024-04-19T19:58:25.962Z | Compiling num_cpus v1.16.0 |
1542 | 2024-04-19T19:58:26.464Z | Compiling httparse v1.8.0 |
1543 | 2024-04-19T19:58:26.661Z | Compiling futures-core v0.3.30 |
1544 | 2024-04-19T19:58:26.917Z | Compiling ucd-trie v0.1.6 |
1545 | 2024-04-19T19:58:27.002Z | Compiling serde_derive_internals v0.26.0 |
1546 | 2024-04-19T19:58:27.256Z | Compiling rustix v0.38.31 |
1547 | 2024-04-19T19:58:27.391Z | Compiling openssl v0.10.64 |
1548 | 2024-04-19T19:58:27.788Z | Compiling spin v0.5.2 |
1549 | 2024-04-19T19:58:28.035Z | Compiling semver v1.0.22 |
1550 | 2024-04-19T19:58:28.040Z | Compiling iana-time-zone v0.1.57 |
1551 | 2024-04-19T19:58:28.394Z | Compiling crossbeam-utils v0.8.19 |
1552 | 2024-04-19T19:58:28.559Z | Compiling native-tls v0.2.11 |
1553 | 2024-04-19T19:58:28.706Z | Compiling tinyvec_macros v0.1.1 |
1554 | 2024-04-19T19:58:28.809Z | Compiling rustls v0.21.9 |
1555 | 2024-04-19T19:58:28.911Z | Compiling tinyvec v1.6.0 |
1556 | 2024-04-19T19:58:29.102Z | Compiling spin v0.9.8 |
1557 | 2024-04-19T19:58:29.250Z | Compiling unicode-xid v0.2.4 |
1558 | 2024-04-19T19:58:29.376Z | Compiling const-oid v0.9.6 |
1559 | 2024-04-19T19:58:29.405Z | Compiling subtle v2.5.0 |
1560 | 2024-04-19T19:58:29.485Z | Compiling futures-sink v0.3.30 |
1561 | 2024-04-19T19:58:29.528Z | Compiling synstructure v0.12.6 |
1562 | 2024-04-19T19:58:29.849Z | Compiling backtrace v0.3.69 |
1563 | 2024-04-19T19:58:30.280Z | Compiling unicode-normalization v0.1.22 |
1564 | 2024-04-19T19:58:30.908Z | Compiling cookie v0.17.0 |
1565 | 2024-04-19T19:58:30.984Z | Compiling unicode-bidi v0.3.15 |
1566 | 2024-04-19T19:58:31.213Z | Compiling uuid v0.8.2 |
1567 | 2024-04-19T19:58:31.229Z | Compiling slog v2.7.0 |
1568 | 2024-04-19T19:58:31.375Z | Compiling dyn-clone v1.0.17 |
1569 | 2024-04-19T19:58:31.653Z | Compiling futures-channel v0.3.30 |
1570 | 2024-04-19T19:58:31.880Z | Compiling tracing-core v0.1.32 |
1571 | 2024-04-19T19:58:31.908Z | Compiling pin-utils v0.1.0 |
1572 | 2024-04-19T19:58:32.131Z | Compiling futures-task v0.3.30 |
1573 | 2024-04-19T19:58:32.146Z | Compiling serde_derive v1.0.198 |
1574 | 2024-04-19T19:58:32.348Z | Compiling zerocopy-derive v0.7.32 |
1575 | 2024-04-19T19:58:32.399Z | Compiling zeroize_derive v1.4.2 |
1576 | 2024-04-19T19:58:32.448Z | Compiling thiserror-impl v1.0.58 |
1577 | 2024-04-19T19:58:32.697Z | Compiling tokio-macros v2.2.0 |
1578 | 2024-04-19T19:58:33.793Z | Compiling futures-macro v0.3.30 |
1579 | 2024-04-19T19:58:34.104Z | Compiling tracing-attributes v0.1.27 |
1580 | 2024-04-19T19:58:34.214Z | Compiling zerocopy v0.7.32 |
1581 | 2024-04-19T19:58:34.279Z | Compiling schemars_derive v0.8.16 |
1582 | 2024-04-19T19:58:35.211Z | Compiling zeroize v1.7.0 |
1583 | 2024-04-19T19:58:36.165Z | Compiling pest v2.7.6 |
1584 | 2024-04-19T19:58:36.482Z | Compiling hashbrown v0.14.3 |
1585 | 2024-04-19T19:58:37.005Z | Compiling openssl-macros v0.1.1 |
1586 | 2024-04-19T19:58:37.439Z | Compiling zerocopy-derive v0.2.0 |
1587 | 2024-04-19T19:58:37.747Z | Compiling futures-io v0.3.30 |
1588 | 2024-04-19T19:58:37.854Z | Compiling tracing v0.1.40 |
1589 | 2024-04-19T19:58:38.114Z | Compiling futures-util v0.3.30 |
1590 | 2024-04-19T19:58:38.640Z | Compiling pest_meta v2.7.6 |
1591 | 2024-04-19T19:58:38.716Z | Compiling crypto-common v0.1.6 |
1592 | 2024-04-19T19:58:38.731Z | Compiling der_derive v0.7.2 |
1593 | 2024-04-19T19:58:39.143Z | Compiling aho-corasick v1.1.2 |
1594 | 2024-04-19T19:58:39.165Z | Compiling anyhow v1.0.82 |
1595 | 2024-04-19T19:58:40.330Z | Compiling pest_generator v2.7.6 |
1596 | 2024-04-19T19:58:41.694Z | Compiling regex-syntax v0.8.2 |
1597 | 2024-04-19T19:58:42.378Z | Compiling pest_derive v2.7.6 |
1598 | 2024-04-19T19:58:43.118Z | Compiling winnow v0.5.15 |
1599 | 2024-04-19T19:58:44.221Z | Compiling block-buffer v0.10.4 |
1600 | 2024-04-19T19:58:44.547Z | Compiling usdt-impl v0.3.5 |
1601 | 2024-04-19T19:58:44.835Z | Compiling rustversion v1.0.14 |
1602 | 2024-04-19T19:58:44.871Z | Compiling crc32fast v1.3.2 |
1603 | 2024-04-19T19:58:45.399Z | Compiling bytes v1.6.0 |
1604 | 2024-04-19T19:58:45.721Z | Compiling indexmap v2.2.6 |
1605 | 2024-04-19T19:58:49.471Z | Compiling bitflags v2.4.2 |
1606 | 2024-04-19T19:58:49.628Z | Compiling uuid v1.8.0 |
1607 | 2024-04-19T19:58:49.629Z | Compiling chrono v0.4.38 |
1608 | 2024-04-19T19:58:49.629Z | Compiling tokio v1.37.0 |
1609 | 2024-04-19T19:58:49.629Z | Compiling serde_spanned v0.6.5 |
1610 | 2024-04-19T19:58:49.629Z | Compiling toml_datetime v0.6.5 |
1611 | 2024-04-19T19:58:49.692Z | Compiling http v0.2.12 |
1612 | 2024-04-19T19:58:51.074Z | Compiling rustc_version v0.4.0 |
1613 | 2024-04-19T19:58:51.310Z | Compiling toml_edit v0.19.15 |
1614 | 2024-04-19T19:58:51.794Z | Compiling regex-automata v0.4.5 |
1615 | 2024-04-19T19:58:52.940Z | Compiling unicode-width v0.1.11 |
1616 | 2024-04-19T19:58:53.118Z | Compiling untrusted v0.9.0 |
1617 | 2024-04-19T19:58:53.281Z | Compiling powerfmt v0.2.0 |
1618 | 2024-04-19T19:58:53.770Z | Compiling deranged v0.3.11 |
1619 | 2024-04-19T19:58:55.955Z | Compiling heapless v0.7.16 |
1620 | 2024-04-19T19:58:56.507Z | Compiling digest v0.10.7 |
1621 | 2024-04-19T19:58:56.740Z | Compiling scroll_derive v0.12.0 |
1622 | 2024-04-19T19:58:57.182Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1623 | 2024-04-19T19:58:57.804Z | Compiling num_threads v0.1.6 |
1624 | 2024-04-19T19:58:58.172Z | Compiling signal-hook v0.3.17 |
1625 | 2024-04-19T19:58:58.199Z | Compiling percent-encoding v2.3.1 |
1626 | 2024-04-19T19:58:58.455Z | Compiling ppv-lite86 v0.2.17 |
1627 | 2024-04-19T19:58:58.922Z | Compiling time v0.3.34 |
1628 | 2024-04-19T19:58:59.234Z | Compiling rand_chacha v0.3.1 |
1629 | 2024-04-19T19:59:01.061Z | Compiling regex v1.10.4 |
1630 | 2024-04-19T19:59:02.003Z | Compiling zerocopy v0.3.0 |
1631 | 2024-04-19T19:59:02.015Z | Compiling thread-id v4.2.0 |
1632 | 2024-04-19T19:59:02.015Z | Compiling rand v0.8.5 |
1633 | 2024-04-19T19:59:02.405Z | Compiling dof v0.1.5 |
1634 | 2024-04-19T19:59:03.184Z | Compiling tokio-util v0.7.10 |
1635 | 2024-04-19T19:59:03.733Z | Compiling dtrace-parser v0.1.14 |
1636 | 2024-04-19T19:59:04.099Z | Compiling async-trait v0.1.80 |
1637 | 2024-04-19T19:59:04.744Z | Compiling num-bigint v0.4.4 |
1638 | 2024-04-19T19:59:05.204Z | Compiling base64ct v1.6.0 |
1639 | 2024-04-19T19:59:05.317Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1640 | 2024-04-19T19:59:05.853Z | Compiling untrusted v0.7.1 |
1641 | 2024-04-19T19:59:06.016Z | Compiling adler v1.0.2 |
1642 | 2024-04-19T19:59:06.132Z | Compiling foreign-types-shared v0.1.1 |
1643 | 2024-04-19T19:59:06.202Z | Compiling smoltcp v0.9.1 |
1644 | 2024-04-19T19:59:06.242Z | Compiling foreign-types v0.3.2 |
1645 | 2024-04-19T19:59:06.323Z | Compiling miniz_oxide v0.7.1 |
1646 | 2024-04-19T19:59:06.468Z | Compiling pem-rfc7468 v0.7.0 |
1647 | 2024-04-19T19:59:08.794Z | Compiling form_urlencoded v1.2.1 |
1648 | 2024-04-19T19:59:09.332Z | Compiling hmac v0.12.1 |
1649 | 2024-04-19T19:59:09.372Z | Compiling serde_tokenstream v0.1.7 |
1650 | 2024-04-19T19:59:09.578Z | Compiling lazy_static v1.4.0 |
1651 | 2024-04-19T19:59:09.777Z | Compiling errno v0.3.8 |
1652 | 2024-04-19T19:59:09.829Z | Compiling base64 v0.21.7 |
1653 | 2024-04-19T19:59:09.856Z | Compiling siphasher v0.3.11 |
1654 | 2024-04-19T19:59:09.948Z | Compiling flagset v0.4.3 |
1655 | 2024-04-19T19:59:10.018Z | Compiling unicode-segmentation v1.10.1 |
1656 | 2024-04-19T19:59:10.812Z | Compiling bitflags v1.3.2 |
1657 | 2024-04-19T19:59:10.816Z | Compiling try-lock v0.2.4 |
1658 | 2024-04-19T19:59:10.816Z | Compiling want v0.3.1 |
1659 | 2024-04-19T19:59:11.410Z | Compiling der v0.7.8 |
1660 | 2024-04-19T19:59:12.288Z | Compiling sct v0.7.0 |
1661 | 2024-04-19T19:59:12.554Z | Compiling rustls-webpki v0.101.7 |
1662 | 2024-04-19T19:59:12.888Z | Compiling h2 v0.3.26 |
1663 | 2024-04-19T19:59:14.180Z | Compiling http-body v0.4.5 |
1664 | 2024-04-19T19:59:15.127Z | Compiling openapiv3 v2.0.0 |
1665 | 2024-04-19T19:59:15.437Z | Compiling hubpack_derive v0.1.1 |
1666 | 2024-04-19T19:59:16.108Z | Compiling zerocopy-derive v0.6.6 |
1667 | 2024-04-19T19:59:16.337Z | Compiling idna v0.5.0 |
1668 | 2024-04-19T19:59:16.737Z | Compiling usdt-impl v0.5.0 |
1669 | 2024-04-19T19:59:17.102Z | Compiling utf8parse v0.2.1 |
1670 | 2024-04-19T19:59:17.244Z | Compiling httpdate v1.0.3 |
1671 | 2024-04-19T19:59:17.645Z | Compiling anstyle v1.0.6 |
1672 | 2024-04-19T19:59:17.693Z | Compiling openssl-probe v0.1.5 |
1673 | 2024-04-19T19:59:17.983Z | Compiling tower-service v0.3.2 |
1674 | 2024-04-19T19:59:18.118Z | Compiling cpufeatures v0.2.12 |
1675 | 2024-04-19T19:59:18.226Z | Compiling stable_deref_trait v1.2.0 |
1676 | 2024-04-19T19:59:18.476Z | Compiling gimli v0.28.0 |
1677 | 2024-04-19T19:59:18.787Z | Compiling sha2 v0.10.8 |
1678 | 2024-04-19T19:59:19.381Z | Compiling anstyle-parse v0.2.1 |
1679 | 2024-04-19T19:59:19.386Z | Compiling url v2.5.0 |
1680 | 2024-04-19T19:59:20.510Z | Compiling hyper v0.14.28 |
1681 | 2024-04-19T19:59:23.079Z | Compiling spki v0.7.2 |
1682 | 2024-04-19T19:59:23.083Z | Compiling addr2line v0.21.0 |
1683 | 2024-04-19T19:59:23.629Z | Compiling usdt-macro v0.3.5 |
1684 | 2024-04-19T19:59:23.851Z | Compiling usdt-attr-macro v0.3.5 |
1685 | 2024-04-19T19:59:24.869Z | Compiling scroll v0.12.0 |
1686 | 2024-04-19T19:59:25.262Z | Compiling md-5 v0.10.5 |
1687 | 2024-04-19T19:59:25.981Z | Compiling serde_tokenstream v0.2.0 |
1688 | 2024-04-19T19:59:26.049Z | Compiling stringprep v0.1.3 |
1689 | 2024-04-19T19:59:26.874Z | Compiling idna v0.3.0 |
1690 | 2024-04-19T19:59:28.350Z | Compiling diesel_table_macro_syntax v0.1.0 |
1691 | 2024-04-19T19:59:28.746Z | Compiling num-integer v0.1.46 |
1692 | 2024-04-19T19:59:29.461Z | Compiling object v0.32.1 |
1693 | 2024-04-19T19:59:29.776Z | Compiling hash32 v0.2.1 |
1694 | 2024-04-19T19:59:29.952Z | Compiling psl-types v2.0.11 |
1695 | 2024-04-19T19:59:30.430Z | Compiling plain v0.2.3 |
1696 | 2024-04-19T19:59:30.594Z | Compiling colorchoice v1.0.0 |
1697 | 2024-04-19T19:59:30.653Z | Compiling rustc-demangle v0.1.23 |
1698 | 2024-04-19T19:59:30.762Z | Compiling heck v0.5.0 |
1699 | 2024-04-19T19:59:31.205Z | Compiling fallible-iterator v0.2.0 |
1700 | 2024-04-19T19:59:31.903Z | Compiling anstyle-query v1.0.0 |
1701 | 2024-04-19T19:59:33.134Z | Compiling anstream v0.6.11 |
1702 | 2024-04-19T19:59:34.281Z | Compiling postgres-protocol v0.6.6 |
1703 | 2024-04-19T19:59:35.562Z | Compiling clap_derive v4.5.4 |
1704 | 2024-04-19T19:59:37.361Z | Compiling goblin v0.8.0 |
1705 | 2024-04-19T19:59:42.501Z | Compiling publicsuffix v2.2.3 |
1706 | 2024-04-19T19:59:42.501Z | Compiling diesel_derives v2.1.2 |
1707 | 2024-04-19T19:59:42.501Z | Compiling tokio-rustls v0.24.1 |
1708 | 2024-04-19T19:59:46.188Z | Compiling pkcs8 v0.10.2 |
1709 | 2024-04-19T19:59:46.298Z | Compiling terminal_size v0.3.0 |
1710 | 2024-04-19T19:59:46.520Z | Compiling tokio-native-tls v0.3.1 |
1711 | 2024-04-19T19:59:46.681Z | Compiling phf_shared v0.11.2 |
1712 | 2024-04-19T19:59:46.969Z | Compiling strum_macros v0.25.2 |
1713 | 2024-04-19T19:59:47.238Z | Compiling regress v0.9.1 |
1714 | 2024-04-19T19:59:47.299Z | Compiling block-padding v0.3.3 |
1715 | 2024-04-19T19:59:47.923Z | Compiling enum-as-inner v0.5.1 |
1716 | 2024-04-19T19:59:48.210Z | Compiling serde_repr v0.1.16 |
1717 | 2024-04-19T19:59:49.051Z | Compiling ff v0.13.0 |
1718 | 2024-04-19T19:59:49.325Z | Compiling scheduled-thread-pool v0.2.7 |
1719 | 2024-04-19T19:59:49.826Z | Compiling encoding_rs v0.8.33 |
1720 | 2024-04-19T19:59:50.605Z | Compiling base16ct v0.2.0 |
1721 | 2024-04-19T19:59:50.873Z | Compiling matches v0.1.10 |
1722 | 2024-04-19T19:59:50.899Z | Compiling bit-vec v0.6.3 |
1723 | 2024-04-19T19:59:50.972Z | Compiling regex-automata v0.1.10 |
1724 | 2024-04-19T19:59:51.480Z | Compiling strsim v0.11.0 |
1725 | 2024-04-19T19:59:52.211Z | Compiling ident_case v1.0.1 |
1726 | 2024-04-19T19:59:52.415Z | Compiling clap_lex v0.7.0 |
1727 | 2024-04-19T19:59:52.506Z | Compiling mime v0.3.17 |
1728 | 2024-04-19T19:59:52.844Z | Compiling pretty-hex v0.4.1 |
1729 | 2024-04-19T19:59:53.061Z | Compiling managed v0.8.0 |
1730 | 2024-04-19T19:59:53.237Z | Compiling ipnet v2.9.0 |
1731 | 2024-04-19T19:59:53.615Z | Compiling strsim v0.10.0 |
1732 | 2024-04-19T19:59:54.064Z | Compiling darling_core v0.20.8 |
1733 | 2024-04-19T19:59:54.207Z | Compiling dof v0.3.0 |
1734 | 2024-04-19T19:59:54.259Z | Compiling clap_builder v4.5.2 |
1735 | 2024-04-19T19:59:56.328Z | Compiling bstr v0.2.17 |
1736 | 2024-04-19T19:59:57.654Z | Compiling idna v0.2.3 |
1737 | 2024-04-19T19:59:58.441Z | Compiling sec1 v0.7.3 |
1738 | 2024-04-19T19:59:59.004Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1739 | 2024-04-19T19:59:59.027Z | Compiling r2d2 v0.8.10 |
1740 | 2024-04-19T19:59:59.679Z | Compiling group v0.13.0 |
1741 | 2024-04-19T20:00:00.073Z | Compiling inout v0.1.3 |
1742 | 2024-04-19T20:00:01.559Z | Compiling phf v0.11.2 |
1743 | 2024-04-19T20:00:02.004Z | Compiling hyper-tls v0.5.0 |
1744 | 2024-04-19T20:00:02.032Z | Compiling signal-hook-mio v0.2.3 |
1745 | 2024-04-19T20:00:02.200Z | Compiling flate2 v1.0.28 |
1746 | 2024-04-19T20:00:02.371Z | Compiling bzip2 v0.4.4 |
1747 | 2024-04-19T20:00:02.602Z | Compiling hyper-rustls v0.24.2 |
1748 | 2024-04-19T20:00:02.758Z | Compiling cookie_store v0.20.0 |
1749 | 2024-04-19T20:00:02.953Z | Compiling postgres-types v0.2.6 |
1750 | 2024-04-19T20:00:03.141Z | Compiling zerocopy v0.6.6 |
1751 | 2024-04-19T20:00:03.669Z | Compiling hubpack v0.1.2 |
1752 | 2024-04-19T20:00:03.824Z | Compiling rustls-pemfile v1.0.3 |
1753 | 2024-04-19T20:00:03.828Z | Compiling phf_shared v0.10.0 |
1754 | 2024-04-19T20:00:03.943Z | Compiling hkdf v0.12.4 |
1755 | 2024-04-19T20:00:04.436Z | Compiling serde_urlencoded v0.7.1 |
1756 | 2024-04-19T20:00:04.454Z | Compiling crossbeam-epoch v0.9.18 |
1757 | 2024-04-19T20:00:04.454Z | Compiling ipnetwork v0.20.0 |
1758 | 2024-04-19T20:00:04.568Z | Compiling futures-executor v0.3.30 |
1759 | 2024-04-19T20:00:05.060Z | Compiling dtrace-parser v0.2.0 |
1760 | 2024-04-19T20:00:05.261Z | Compiling crypto-bigint v0.5.2 |
1761 | 2024-04-19T20:00:05.551Z | Compiling float-cmp v0.9.0 |
1762 | 2024-04-19T20:00:05.783Z | Compiling data-encoding v2.4.0 |
1763 | 2024-04-19T20:00:06.641Z | Compiling either v1.11.0 |
1764 | 2024-04-19T20:00:07.055Z | Compiling fixedbitset v0.4.2 |
1765 | 2024-04-19T20:00:07.340Z | Compiling normalize-line-endings v0.3.0 |
1766 | 2024-04-19T20:00:07.458Z | Compiling whoami v1.5.1 |
1767 | 2024-04-19T20:00:07.483Z | Compiling sync_wrapper v0.1.2 |
1768 | 2024-04-19T20:00:07.595Z | Compiling minimal-lexical v0.2.1 |
1769 | 2024-04-19T20:00:08.019Z | Compiling static_assertions v1.1.0 |
1770 | 2024-04-19T20:00:08.128Z | Compiling difflib v0.4.0 |
1771 | 2024-04-19T20:00:08.611Z | Compiling predicates-core v1.0.6 |
1772 | 2024-04-19T20:00:08.937Z | Compiling winnow v0.6.1 |
1773 | 2024-04-19T20:00:08.964Z | Compiling new_debug_unreachable v1.0.4 |
1774 | 2024-04-19T20:00:09.084Z | Compiling precomputed-hash v0.1.1 |
1775 | 2024-04-19T20:00:09.228Z | Compiling webpki-roots v0.25.2 |
1776 | 2024-04-19T20:00:09.399Z | Compiling reqwest v0.11.24 |
1777 | 2024-04-19T20:00:09.916Z | Compiling string_cache v0.8.7 |
1778 | 2024-04-19T20:00:09.916Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1779 | 2024-04-19T20:00:10.070Z | Compiling predicates v3.1.0 |
1780 | 2024-04-19T20:00:10.338Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1781 | 2024-04-19T20:00:11.556Z | Compiling nom v7.1.3 |
1782 | 2024-04-19T20:00:11.733Z | Compiling tokio-postgres v0.7.10 |
1783 | 2024-04-19T20:00:12.535Z | Compiling toml_edit v0.22.9 |
1784 | 2024-04-19T20:00:14.157Z | Compiling petgraph v0.6.4 |
1785 | 2024-04-19T20:00:15.198Z | Compiling itertools v0.10.5 |
1786 | 2024-04-19T20:00:15.724Z | Compiling elliptic-curve v0.13.8 |
1787 | 2024-04-19T20:00:16.203Z | Compiling trust-dns-proto v0.22.0 |
1788 | 2024-04-19T20:00:17.725Z | Compiling futures v0.3.30 |
1789 | 2024-04-19T20:00:17.851Z | Compiling diesel v2.1.5 |
1790 | 2024-04-19T20:00:18.021Z | Compiling zip v0.6.6 |
1791 | 2024-04-19T20:00:18.100Z | Compiling yasna v0.5.2 |
1792 | 2024-04-19T20:00:18.778Z | Compiling crossterm v0.27.0 |
1793 | 2024-04-19T20:00:19.726Z | Compiling cipher v0.4.4 |
1794 | 2024-04-19T20:00:20.182Z | Compiling darling_macro v0.20.8 |
1795 | 2024-04-19T20:00:20.540Z | Compiling clap v4.5.4 |
1796 | 2024-04-19T20:00:20.962Z | Compiling similar v2.4.0 |
1797 | 2024-04-19T20:00:21.139Z | Compiling bit-set v0.5.3 |
1798 | 2024-04-19T20:00:21.926Z | Compiling num-iter v0.1.44 |
1799 | 2024-04-19T20:00:22.027Z | Compiling usdt v0.3.5 |
1800 | 2024-04-19T20:00:22.123Z | Compiling console v0.15.8 |
1801 | 2024-04-19T20:00:22.856Z | Compiling bstr v1.9.0 |
1802 | 2024-04-19T20:00:22.962Z | Compiling tokio-stream v0.1.15 |
1803 | 2024-04-19T20:00:23.397Z | Compiling toml v0.7.8 |
1804 | 2024-04-19T20:00:23.681Z | Compiling hex v0.4.3 |
1805 | 2024-04-19T20:00:23.891Z | Compiling proc-macro-error-attr v1.0.4 |
1806 | 2024-04-19T20:00:24.202Z | Compiling base64 v0.22.0 |
1807 | 2024-04-19T20:00:24.454Z | Compiling lalrpop-util v0.19.12 |
1808 | 2024-04-19T20:00:24.533Z | Compiling peg-runtime v0.8.2 |
1809 | 2024-04-19T20:00:25.040Z | Compiling darling v0.20.8 |
1810 | 2024-04-19T20:00:25.063Z | Compiling proc-macro-crate v1.3.1 |
1811 | 2024-04-19T20:00:26.124Z | Compiling proc-macro-error v1.0.4 |
1812 | 2024-04-19T20:00:26.461Z | Compiling heapless v0.8.0 |
1813 | 2024-04-19T20:00:26.904Z | Compiling camino v1.1.6 |
1814 | 2024-04-19T20:00:28.071Z | Compiling num_enum_derive v0.5.11 |
1815 | 2024-04-19T20:00:36.853Z | Compiling hash32 v0.3.1 |
1816 | 2024-04-19T20:00:37.124Z | Compiling smoltcp v0.11.0 |
1817 | 2024-04-19T20:00:37.405Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1818 | 2024-04-19T20:00:37.915Z | Compiling rustls-pki-types v1.3.0 |
1819 | 2024-04-19T20:00:55.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1820 | 2024-04-19T20:01:05.822Z | Compiling num_enum v0.5.11 |
1821 | 2024-04-19T20:01:07.458Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1822 | 2024-04-19T20:01:07.901Z | Compiling getopts v0.2.21 |
1823 | 2024-04-19T20:01:08.809Z | Compiling dirs-sys-next v0.1.2 |
1824 | 2024-04-19T20:01:10.512Z | Compiling paste v1.0.14 |
1825 | 2024-04-19T20:01:10.512Z | Compiling embedded-io v0.4.0 |
1826 | 2024-04-19T20:01:10.513Z | Compiling rustls v0.22.4 |
1827 | 2024-04-19T20:01:10.513Z | Compiling unsafe-libyaml v0.2.10 |
1828 | 2024-04-19T20:01:11.805Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1829 | 2024-04-19T20:01:11.827Z | Compiling cobs v0.2.3 |
1830 | 2024-04-19T20:01:11.827Z | Compiling serde_yaml v0.9.25 |
1831 | 2024-04-19T20:01:11.981Z | Compiling postcard v1.0.8 |
1832 | 2024-04-19T20:01:15.390Z | Compiling dirs-next v2.0.0 |
1833 | 2024-04-19T20:01:17.698Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1834 | 2024-04-19T20:01:38.616Z | Compiling rustls-webpki v0.102.1 |
1835 | 2024-04-19T20:01:38.796Z | Compiling strum_macros v0.26.1 |
1836 | 2024-04-19T20:01:38.796Z | Compiling foreign-types-macros v0.2.3 |
1837 | 2024-04-19T20:01:38.796Z | Compiling structmeta-derive v0.3.0 |
1838 | 2024-04-19T20:01:38.796Z | Compiling thread_local v1.1.7 |
1839 | 2024-04-19T20:01:38.796Z | Compiling multer v3.0.0 |
1840 | 2024-04-19T20:01:38.796Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1841 | 2024-04-19T20:01:38.796Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1842 | 2024-04-19T20:01:38.796Z | Compiling match_cfg v0.1.0 |
1843 | 2024-04-19T20:01:38.985Z | Compiling foreign-types-shared v0.3.1 |
1844 | 2024-04-19T20:01:38.985Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1845 | 2024-04-19T20:01:38.985Z | Compiling slog-async v2.8.0 |
1846 | 2024-04-19T20:01:38.985Z | Compiling structmeta v0.3.0 |
1847 | 2024-04-19T20:01:38.985Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1848 | 2024-04-19T20:01:38.985Z | Compiling foreign-types v0.5.0 |
1849 | 2024-04-19T20:01:38.985Z | Compiling strum v0.26.2 |
1850 | 2024-04-19T20:01:39.073Z | Compiling hostname v0.3.1 |
1851 | 2024-04-19T20:01:42.971Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1852 | 2024-04-19T20:01:49.810Z | Compiling term v0.7.0 |
1853 | 2024-04-19T20:01:51.975Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1854 | 2024-04-19T20:01:53.486Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1855 | 2024-04-19T20:01:54.641Z | Compiling slog-json v2.6.1 |
1856 | 2024-04-19T20:01:55.175Z | Compiling is-terminal v0.4.9 |
1857 | 2024-04-19T20:01:55.241Z | Compiling crossbeam-channel v0.5.8 |
1858 | 2024-04-19T20:01:56.581Z | Compiling tabwriter v1.4.0 |
1859 | 2024-04-19T20:01:56.997Z | Compiling http v1.0.0 |
1860 | 2024-04-19T20:01:57.275Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1861 | 2024-04-19T20:01:57.372Z | Compiling async-stream-impl v0.3.5 |
1862 | 2024-04-19T20:01:58.086Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1863 | 2024-04-19T20:01:58.287Z | Compiling cstr-argument v0.1.2 |
1864 | 2024-04-19T20:01:58.558Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1865 | 2024-04-19T20:01:58.658Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1866 | 2024-04-19T20:01:58.879Z | Compiling fastrand v2.0.1 |
1867 | 2024-04-19T20:01:58.947Z | Compiling pretty-hex v0.2.1 |
1868 | 2024-04-19T20:01:58.969Z | Compiling atomic-waker v1.1.1 |
1869 | 2024-04-19T20:01:59.091Z | Compiling crucible-workspace-hack v0.1.0 |
1870 | 2024-04-19T20:01:59.158Z | Compiling take_mut v0.2.2 |
1871 | 2024-04-19T20:01:59.349Z | Compiling rayon-core v1.12.1 |
1872 | 2024-04-19T20:01:59.630Z | Compiling tempfile v3.10.1 |
1873 | 2024-04-19T20:01:59.747Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1874 | 2024-04-19T20:02:00.159Z | Compiling waitgroup v0.1.2 |
1875 | 2024-04-19T20:02:01.916Z | Compiling async-stream v0.3.5 |
1876 | 2024-04-19T20:02:02.337Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1877 | 2024-04-19T20:02:02.337Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1878 | 2024-04-19T20:02:02.337Z | Compiling slog-term v2.9.1 |
1879 | 2024-04-19T20:02:02.338Z | Compiling slog-bunyan v2.5.0 |
1880 | 2024-04-19T20:02:02.819Z | Compiling tokio-rustls v0.25.0 |
1881 | 2024-04-19T20:02:02.819Z | Compiling parse-display-derive v0.9.0 |
1882 | 2024-04-19T20:02:02.819Z | Compiling rustls-pemfile v2.1.2 |
1883 | 2024-04-19T20:02:02.819Z | Compiling toml v0.8.12 |
1884 | 2024-04-19T20:02:03.290Z | Compiling serde_with_macros v3.7.0 |
1885 | 2024-04-19T20:02:03.483Z | Compiling sha1 v0.10.6 |
1886 | 2024-04-19T20:02:04.434Z | Compiling crossbeam-deque v0.8.3 |
1887 | 2024-04-19T20:02:04.758Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1888 | 2024-04-19T20:02:04.833Z | Compiling colored v2.1.0 |
1889 | 2024-04-19T20:02:05.974Z | Compiling newtype-uuid v1.1.0 |
1890 | 2024-04-19T20:02:05.997Z | Compiling serde_path_to_error v0.1.16 |
1891 | 2024-04-19T20:02:06.125Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1892 | 2024-04-19T20:02:06.304Z | Compiling socket2 v0.4.9 |
1893 | 2024-04-19T20:02:06.700Z | Compiling instant v0.1.12 |
1894 | 2024-04-19T20:02:06.880Z | Compiling debug-ignore v1.0.5 |
1895 | 2024-04-19T20:02:06.904Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1896 | 2024-04-19T20:02:06.970Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1897 | 2024-04-19T20:02:07.182Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1898 | 2024-04-19T20:02:07.283Z | Compiling backoff v0.4.0 |
1899 | 2024-04-19T20:02:07.909Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1900 | 2024-04-19T20:02:08.375Z | Compiling serde_with v3.7.0 |
1901 | 2024-04-19T20:02:09.713Z | Compiling parse-display v0.9.0 |
1902 | 2024-04-19T20:02:11.788Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1903 | 2024-04-19T20:02:11.812Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1904 | 2024-04-19T20:02:12.528Z | Compiling camino-tempfile v1.1.1 |
1905 | 2024-04-19T20:02:12.920Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1906 | 2024-04-19T20:02:13.399Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1907 | 2024-04-19T20:02:13.423Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1908 | 2024-04-19T20:02:13.598Z | Compiling heck v0.3.3 |
1909 | 2024-04-19T20:02:13.969Z | Compiling textwrap v0.11.0 |
1910 | 2024-04-19T20:02:14.044Z | Compiling macaddr v1.0.1 |
1911 | 2024-04-19T20:02:14.715Z | Compiling num-derive v0.4.0 |
1912 | 2024-04-19T20:02:14.805Z | Compiling sigpipe v0.1.3 |
1913 | 2024-04-19T20:02:14.943Z | Compiling atty v0.2.14 |
1914 | 2024-04-19T20:02:15.038Z | Compiling vec_map v0.8.2 |
1915 | 2024-04-19T20:02:15.108Z | Compiling ansi_term v0.12.1 |
1916 | 2024-04-19T20:02:15.391Z | Compiling libefi-sys v0.1.0 |
1917 | 2024-04-19T20:02:15.701Z | Compiling strsim v0.8.0 |
1918 | 2024-04-19T20:02:15.940Z | Compiling clap v2.34.0 |
1919 | 2024-04-19T20:02:16.922Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
1920 | 2024-04-19T20:02:16.983Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1921 | 2024-04-19T20:02:17.091Z | Compiling structopt-derive v0.4.18 |
1922 | 2024-04-19T20:02:17.921Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1923 | 2024-04-19T20:02:18.491Z | Compiling rayon v1.10.0 |
1924 | 2024-04-19T20:02:18.555Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1925 | 2024-04-19T20:02:19.820Z | Compiling smf v0.2.3 |
1926 | 2024-04-19T20:02:20.908Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1927 | 2024-04-19T20:02:21.341Z | Compiling blake3 v1.5.0 |
1928 | 2024-04-19T20:02:21.985Z | Compiling portable-atomic v1.4.3 |
1929 | 2024-04-19T20:02:22.892Z | Compiling structopt v0.3.26 |
1930 | 2024-04-19T20:02:22.902Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1931 | 2024-04-19T20:02:22.902Z | Compiling xattr v1.0.1 |
1932 | 2024-04-19T20:02:22.954Z | Compiling memmap2 v0.7.1 |
1933 | 2024-04-19T20:02:23.003Z | Compiling filetime v0.2.23 |
1934 | 2024-04-19T20:02:23.511Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1935 | 2024-04-19T20:02:23.516Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1936 | 2024-04-19T20:02:23.662Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1937 | 2024-04-19T20:02:23.834Z | Compiling constant_time_eq v0.3.0 |
1938 | 2024-04-19T20:02:24.017Z | Compiling arrayvec v0.7.4 |
1939 | 2024-04-19T20:02:24.327Z | Compiling arrayref v0.3.7 |
1940 | 2024-04-19T20:02:24.475Z | Compiling same-file v1.0.6 |
1941 | 2024-04-19T20:02:24.739Z | Compiling walkdir v2.5.0 |
1942 | 2024-04-19T20:02:26.283Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1943 | 2024-04-19T20:02:27.066Z | Compiling tar v0.4.40 |
1944 | 2024-04-19T20:02:27.260Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1945 | 2024-04-19T20:02:28.633Z | Compiling gethostname v0.4.3 |
1946 | 2024-04-19T20:02:28.856Z | Compiling topological-sort v0.2.2 |
1947 | 2024-04-19T20:02:28.907Z | Compiling number_prefix v0.4.0 |
1948 | 2024-04-19T20:02:29.135Z | Compiling indicatif v0.17.8 |
1949 | 2024-04-19T20:02:29.263Z | Compiling omicron-zone-package v0.11.0 |
1950 | 2024-04-19T20:02:29.552Z | Compiling swrite v0.1.0 |
1951 | 2024-04-19T20:02:34.037Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1952 | 2024-04-19T20:02:37.566Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1953 | 2024-04-19T20:02:39.054Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1954 | 2024-04-19T20:02:41.818Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1955 | 2024-04-19T20:02:58.260Z | Finished release [optimized] target(s) in 5m 04s |
1956 | 2024-04-19T20:02:58.534Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1957 | 2024-04-19T20:02:58.626Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1958 | 2024-04-19T20:02:58.626Z | Created new build target 'test' and set it as active |
1959 | 2024-04-19T20:02:58.626Z | |
1960 | 2024-04-19T20:02:58.626Z | real 5:05.282155550 |
1961 | 2024-04-19T20:02:58.627Z | user 32:11.435919831 |
1962 | 2024-04-19T20:02:58.627Z | sys 4:05.859727445 |
1963 | 2024-04-19T20:02:58.627Z | trap 0.961506003 |
1964 | 2024-04-19T20:02:58.627Z | tflt 4.640071767 |
1965 | 2024-04-19T20:02:58.627Z | dflt 2.894424847 |
1966 | 2024-04-19T20:02:58.627Z | kflt 0.091413057 |
1967 | 2024-04-19T20:02:58.628Z | lock 1:08:16.952647554 |
1968 | 2024-04-19T20:02:58.628Z | slp 1:31:15.277412772 |
1969 | 2024-04-19T20:02:58.628Z | lat 2:07.761337108 |
1970 | 2024-04-19T20:02:58.628Z | stop 3:51.138822548 |
1971 | 2024-04-19T20:02:58.628Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1972 | 2024-04-19T20:02:59.392Z | Finished release [optimized] target(s) in 0.76s |
1973 | 2024-04-19T20:02:59.416Z | Running `target/release/omicron-package -t test package` |
1974 | 2024-04-19T20:02:59.444Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1975 | 2024-04-19T20:03:00.279Z | Compiling newline-converter v0.3.0 |
1976 | 2024-04-19T20:03:00.279Z | Compiling usdt-attr-macro v0.5.0 |
1977 | 2024-04-19T20:03:00.283Z | Compiling usdt-macro v0.5.0 |
1978 | 2024-04-19T20:03:00.283Z | Compiling memmap v0.7.0 |
1979 | 2024-04-19T20:03:00.363Z | Compiling humantime v2.1.0 |
1980 | 2024-04-19T20:03:00.376Z | Compiling linked-hash-map v0.5.6 |
1981 | 2024-04-19T20:03:00.389Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1982 | 2024-04-19T20:03:00.389Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1983 | 2024-04-19T20:03:00.480Z | Compiling expectorate v1.1.0 |
1984 | 2024-04-19T20:03:00.624Z | Compiling password-hash v0.5.0 |
1985 | 2024-04-19T20:03:00.716Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1986 | 2024-04-19T20:03:00.730Z | Compiling lru-cache v0.1.2 |
1987 | 2024-04-19T20:03:00.761Z | Compiling blake2 v0.10.6 |
1988 | 2024-04-19T20:03:00.920Z | Compiling semver v0.1.20 |
1989 | 2024-04-19T20:03:01.152Z | Compiling bytecount v0.6.3 |
1990 | 2024-04-19T20:03:01.465Z | Compiling argon2 v0.5.3 |
1991 | 2024-04-19T20:03:01.481Z | Compiling rustc_version v0.1.7 |
1992 | 2024-04-19T20:03:01.650Z | Compiling papergrid v0.11.0 |
1993 | 2024-04-19T20:03:01.793Z | Compiling usdt v0.5.0 |
1994 | 2024-04-19T20:03:01.843Z | Compiling newtype_derive v0.1.6 |
1995 | 2024-04-19T20:03:02.047Z | Compiling tabled_derive v0.7.0 |
1996 | 2024-04-19T20:03:02.160Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1997 | 2024-04-19T20:03:02.920Z | Compiling quick-error v1.2.3 |
1998 | 2024-04-19T20:03:03.355Z | Compiling steno v0.4.0 |
1999 | 2024-04-19T20:03:03.363Z | Compiling resolv-conf v0.7.0 |
2000 | 2024-04-19T20:03:03.363Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2001 | 2024-04-19T20:03:04.166Z | Compiling derive-where v1.2.7 |
2002 | 2024-04-19T20:03:04.310Z | Compiling tabled v0.15.0 |
2003 | 2024-04-19T20:03:04.660Z | Compiling slog-dtrace v0.3.0 |
2004 | 2024-04-19T20:03:04.979Z | Compiling num-rational v0.4.1 |
2005 | 2024-04-19T20:03:05.298Z | Compiling termcolor v1.2.0 |
2006 | 2024-04-19T20:03:06.601Z | Compiling trust-dns-resolver v0.22.0 |
2007 | 2024-04-19T20:03:06.868Z | Compiling itertools v0.12.1 |
2008 | 2024-04-19T20:03:07.447Z | Compiling utf-8 v0.7.6 |
2009 | 2024-04-19T20:03:10.636Z | Compiling num-complex v0.4.5 |
2010 | 2024-04-19T20:03:11.921Z | Compiling num v0.4.2 |
2011 | 2024-04-19T20:03:11.926Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2012 | 2024-04-19T20:03:11.980Z | Compiling nibble_vec v0.1.0 |
2013 | 2024-04-19T20:03:12.200Z | Compiling radium v0.7.0 |
2014 | 2024-04-19T20:03:12.650Z | Compiling endian-type v0.1.2 |
2015 | 2024-04-19T20:03:12.928Z | Compiling radix_trie v0.2.1 |
2016 | 2024-04-19T20:03:13.000Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2017 | 2024-04-19T20:03:13.782Z | Compiling tungstenite v0.20.1 |
2018 | 2024-04-19T20:03:15.648Z | Compiling maybe-uninit v2.0.0 |
2019 | 2024-04-19T20:03:16.101Z | Compiling tap v1.0.1 |
2020 | 2024-04-19T20:03:16.303Z | Compiling wyz v0.5.1 |
2021 | 2024-04-19T20:03:16.542Z | Compiling tokio-tungstenite v0.20.1 |
2022 | 2024-04-19T20:03:17.078Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2023 | 2024-04-19T20:03:17.290Z | Compiling cancel-safe-futures v0.1.5 |
2024 | 2024-04-19T20:03:17.631Z | Compiling display-error-chain v0.2.0 |
2025 | 2024-04-19T20:03:17.801Z | Compiling packed_struct v0.10.1 |
2026 | 2024-04-19T20:03:18.213Z | Compiling arc-swap v1.6.0 |
2027 | 2024-04-19T20:03:18.968Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2028 | 2024-04-19T20:03:19.134Z | Compiling num-bigint-dig v0.8.4 |
2029 | 2024-04-19T20:03:19.436Z | Compiling crc-catalog v2.2.0 |
2030 | 2024-04-19T20:03:19.587Z | Compiling funty v2.0.0 |
2031 | 2024-04-19T20:03:22.164Z | Compiling bitvec v1.0.1 |
2032 | 2024-04-19T20:03:22.921Z | Compiling crc v3.0.1 |
2033 | 2024-04-19T20:03:23.704Z | Compiling slog-scope v4.4.0 |
2034 | 2024-04-19T20:03:24.763Z | Compiling fxhash v0.2.1 |
2035 | 2024-04-19T20:03:24.957Z | Compiling packed_struct_codegen v0.10.1 |
2036 | 2024-04-19T20:03:26.226Z | Compiling indexmap v1.9.3 |
2037 | 2024-04-19T20:03:26.545Z | Compiling nodrop v0.1.14 |
2038 | 2024-04-19T20:03:26.660Z | Compiling array-init v0.0.4 |
2039 | 2024-04-19T20:03:26.912Z | Compiling smallvec v0.6.14 |
2040 | 2024-04-19T20:03:27.392Z | Compiling slog-stdlog v4.1.1 |
2041 | 2024-04-19T20:03:27.928Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2042 | 2024-04-19T20:03:28.305Z | Compiling rayon-core v1.12.1 |
2043 | 2024-04-19T20:03:28.324Z | Compiling pkcs1 v0.7.5 |
2044 | 2024-04-19T20:03:29.682Z | Compiling signature v2.1.0 |
2045 | 2024-04-19T20:03:29.910Z | Compiling crossbeam-deque v0.8.3 |
2046 | 2024-04-19T20:03:30.280Z | Compiling dirs-sys-next v0.1.2 |
2047 | 2024-04-19T20:03:30.756Z | Compiling half v2.3.1 |
2048 | 2024-04-19T20:03:31.531Z | Compiling crunchy v0.2.2 |
2049 | 2024-04-19T20:03:32.045Z | Compiling glob v0.3.1 |
2050 | 2024-04-19T20:03:32.045Z | Compiling bitfield v0.14.0 |
2051 | 2024-04-19T20:03:32.221Z | Compiling hashbrown v0.12.3 |
2052 | 2024-04-19T20:03:32.419Z | Compiling same-file v1.0.6 |
2053 | 2024-04-19T20:03:32.572Z | Compiling fastrand v2.0.1 |
2054 | 2024-04-19T20:03:32.614Z | Compiling ciborium-io v0.2.2 |
2055 | 2024-04-19T20:03:32.738Z | Compiling ciborium-ll v0.2.2 |
2056 | 2024-04-19T20:03:33.053Z | Compiling tempfile v3.10.1 |
2057 | 2024-04-19T20:03:33.218Z | Compiling clang-sys v1.6.1 |
2058 | 2024-04-19T20:03:33.819Z | Compiling walkdir v2.5.0 |
2059 | 2024-04-19T20:03:33.902Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2060 | 2024-04-19T20:03:34.474Z | Compiling dirs-next v2.0.0 |
2061 | 2024-04-19T20:03:34.621Z | Compiling rsa v0.9.2 |
2062 | 2024-04-19T20:03:36.236Z | Compiling serde-hex v0.1.0 |
2063 | 2024-04-19T20:03:38.636Z | Compiling slog-envlogger v2.2.0 |
2064 | 2024-04-19T20:03:39.791Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2065 | 2024-04-19T20:03:40.050Z | Compiling env_logger v0.10.0 |
2066 | 2024-04-19T20:03:40.486Z | Compiling camino v1.1.6 |
2067 | 2024-04-19T20:03:40.486Z | Compiling x509-cert v0.2.4 |
2068 | 2024-04-19T20:03:41.724Z | Compiling ron v0.8.1 |
2069 | 2024-04-19T20:03:41.758Z | Compiling hashbrown v0.13.2 |
2070 | 2024-04-19T20:03:42.779Z | Compiling unicase v2.7.0 |
2071 | 2024-04-19T20:03:43.060Z | Compiling crc-any v2.4.3 |
2072 | 2024-04-19T20:03:44.361Z | Compiling prettyplease v0.2.19 |
2073 | 2024-04-19T20:03:44.474Z | Compiling tiny-keccak v2.0.2 |
2074 | 2024-04-19T20:03:44.475Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2075 | 2024-04-19T20:03:44.475Z | Compiling blake3 v1.5.0 |
2076 | 2024-04-19T20:03:44.708Z | Compiling object v0.30.4 |
2077 | 2024-04-19T20:03:46.030Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2078 | 2024-04-19T20:03:48.607Z | Compiling rayon v1.10.0 |
2079 | 2024-04-19T20:03:50.009Z | Compiling term v0.7.0 |
2080 | 2024-04-19T20:03:51.389Z | Compiling ciborium v0.2.2 |
2081 | 2024-04-19T20:03:52.419Z | Compiling memmap2 v0.7.1 |
2082 | 2024-04-19T20:03:52.771Z | Compiling filetime v0.2.23 |
2083 | 2024-04-19T20:03:53.071Z | Compiling xattr v1.0.1 |
2084 | 2024-04-19T20:03:53.329Z | Compiling constant_time_eq v0.3.0 |
2085 | 2024-04-19T20:03:53.413Z | Compiling path-slash v0.1.5 |
2086 | 2024-04-19T20:03:53.459Z | Compiling arrayvec v0.7.4 |
2087 | 2024-04-19T20:03:53.563Z | Compiling home v0.5.5 |
2088 | 2024-04-19T20:03:53.639Z | Compiling arrayref v0.3.7 |
2089 | 2024-04-19T20:03:53.732Z | Compiling toolchain_find v0.4.0 |
2090 | 2024-04-19T20:03:53.785Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2091 | 2024-04-19T20:03:54.262Z | Compiling tar v0.4.40 |
2092 | 2024-04-19T20:03:55.721Z | Compiling ascii-canvas v3.0.0 |
2093 | 2024-04-19T20:03:56.086Z | Compiling camino-tempfile v1.1.1 |
2094 | 2024-04-19T20:03:56.116Z | Compiling toml v0.8.12 |
2095 | 2024-04-19T20:03:56.477Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2096 | 2024-04-19T20:03:56.883Z | Compiling is-terminal v0.4.9 |
2097 | 2024-04-19T20:03:57.012Z | Compiling libsw v3.3.1 |
2098 | 2024-04-19T20:04:03.802Z | Compiling ena v0.14.2 |
2099 | 2024-04-19T20:04:03.870Z | Compiling libloading v0.7.4 |
2100 | 2024-04-19T20:04:03.870Z | Compiling regex-syntax v0.6.29 |
2101 | 2024-04-19T20:04:03.871Z | Compiling linear-map v1.2.0 |
2102 | 2024-04-19T20:04:03.871Z | Compiling convert_case v0.4.0 |
2103 | 2024-04-19T20:04:03.871Z | Compiling parking_lot_core v0.8.6 |
2104 | 2024-04-19T20:04:03.871Z | Compiling topological-sort v0.2.2 |
2105 | 2024-04-19T20:04:03.872Z | Compiling bindgen v0.69.2 |
2106 | 2024-04-19T20:04:03.872Z | Compiling owo-colors v4.0.0 |
2107 | 2024-04-19T20:04:03.872Z | Compiling diff v0.1.13 |
2108 | 2024-04-19T20:04:03.946Z | Compiling omicron-zone-package v0.11.0 |
2109 | 2024-04-19T20:04:03.947Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2110 | 2024-04-19T20:04:03.948Z | Compiling lalrpop v0.19.12 |
2111 | 2024-04-19T20:04:04.790Z | Compiling derive_more v0.99.17 |
2112 | 2024-04-19T20:04:05.170Z | Compiling rustfmt-wrapper v0.2.1 |
2113 | 2024-04-19T20:04:05.726Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2114 | 2024-04-19T20:04:06.118Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2115 | 2024-04-19T20:04:08.308Z | Compiling cexpr v0.6.0 |
2116 | 2024-04-19T20:04:09.358Z | Compiling which v4.4.0 |
2117 | 2024-04-19T20:04:09.758Z | Compiling lazycell v1.3.0 |
2118 | 2024-04-19T20:04:09.882Z | Compiling rustc-hash v1.1.0 |
2119 | 2024-04-19T20:04:09.909Z | Compiling shlex v1.3.0 |
2120 | 2024-04-19T20:04:10.023Z | Compiling peeking_take_while v0.1.2 |
2121 | 2024-04-19T20:04:10.618Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2122 | 2024-04-19T20:04:12.674Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2123 | 2024-04-19T20:04:13.637Z | Compiling derive_builder_core v0.20.0 |
2124 | 2024-04-19T20:04:15.440Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2125 | 2024-04-19T20:04:15.665Z | Compiling pem v3.0.4 |
2126 | 2024-04-19T20:04:15.802Z | Compiling headers-core v0.2.0 |
2127 | 2024-04-19T20:04:15.964Z | Compiling libxml v0.3.3 |
2128 | 2024-04-19T20:04:16.382Z | Compiling async-recursion v1.1.0 |
2129 | 2024-04-19T20:04:16.596Z | Compiling platforms v3.0.2 |
2130 | 2024-04-19T20:04:16.933Z | Compiling ref-cast v1.0.22 |
2131 | 2024-04-19T20:04:17.270Z | Compiling headers v0.3.9 |
2132 | 2024-04-19T20:04:17.868Z | Compiling derive_builder_macro v0.20.0 |
2133 | 2024-04-19T20:04:17.885Z | Compiling parking_lot v0.11.2 |
2134 | 2024-04-19T20:04:18.325Z | Compiling mime_guess v2.0.4 |
2135 | 2024-04-19T20:04:19.179Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2136 | 2024-04-19T20:04:19.647Z | Compiling trust-dns-client v0.22.0 |
2137 | 2024-04-19T20:04:20.578Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2138 | 2024-04-19T20:04:21.010Z | Compiling strum_macros v0.24.3 |
2139 | 2024-04-19T20:04:21.177Z | Compiling toml v0.5.11 |
2140 | 2024-04-19T20:04:22.994Z | Compiling ref-cast-impl v1.0.22 |
2141 | 2024-04-19T20:04:23.602Z | Compiling samael v0.0.15 |
2142 | 2024-04-19T20:04:23.857Z | Compiling vte_generate_state_changes v0.1.1 |
2143 | 2024-04-19T20:04:24.163Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2144 | 2024-04-19T20:04:24.507Z | Compiling cookie v0.18.1 |
2145 | 2024-04-19T20:04:24.523Z | Compiling buf-list v1.0.3 |
2146 | 2024-04-19T20:04:24.828Z | Compiling indoc v1.0.9 |
2147 | 2024-04-19T20:04:25.058Z | Compiling cfg_aliases v0.1.1 |
2148 | 2024-04-19T20:04:25.155Z | Compiling nix v0.28.0 |
2149 | 2024-04-19T20:04:25.775Z | Compiling vte v0.11.1 |
2150 | 2024-04-19T20:04:25.914Z | Compiling trust-dns-server v0.22.1 |
2151 | 2024-04-19T20:04:28.101Z | Compiling derive_builder v0.20.0 |
2152 | 2024-04-19T20:04:28.279Z | Compiling sled v0.34.7 |
2153 | 2024-04-19T20:04:29.299Z | Compiling polar-core v0.27.3 |
2154 | 2024-04-19T20:04:30.865Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2155 | 2024-04-19T20:04:32.065Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2156 | 2024-04-19T20:04:32.115Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2157 | 2024-04-19T20:04:34.023Z | Compiling fd-lock v4.0.2 |
2158 | 2024-04-19T20:04:34.263Z | Compiling bb8 v0.8.3 |
2159 | 2024-04-19T20:04:34.710Z | Compiling const_format_proc_macros v0.2.32 |
2160 | 2024-04-19T20:04:34.783Z | Compiling quick-xml v0.31.0 |
2161 | 2024-04-19T20:04:36.637Z | Compiling impl-trait-for-tuples v0.2.2 |
2162 | 2024-04-19T20:04:36.724Z | Compiling pin-project-internal v1.1.3 |
2163 | 2024-04-19T20:04:39.501Z | Compiling oso-derive v0.27.3 |
2164 | 2024-04-19T20:04:40.495Z | Compiling memoffset v0.7.1 |
2165 | 2024-04-19T20:04:40.835Z | Compiling maplit v1.0.2 |
2166 | 2024-04-19T20:04:41.064Z | Compiling pin-project v1.1.3 |
2167 | 2024-04-19T20:04:41.207Z | Compiling const_format v0.2.32 |
2168 | 2024-04-19T20:04:42.476Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2169 | 2024-04-19T20:04:46.043Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2170 | 2024-04-19T20:04:48.212Z | Compiling curve25519-dalek v4.1.2 |
2171 | 2024-04-19T20:04:50.361Z | Compiling strip-ansi-escapes v0.2.0 |
2172 | 2024-04-19T20:04:54.174Z | Compiling oso v0.27.3 |
2173 | 2024-04-19T20:05:04.987Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2174 | 2024-04-19T20:05:06.336Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2175 | 2024-04-19T20:05:06.627Z | Compiling kstat-rs v0.2.3 |
2176 | 2024-04-19T20:05:07.560Z | Compiling snafu-derive v0.8.2 |
2177 | 2024-04-19T20:05:11.980Z | Compiling fs-err v2.11.0 |
2178 | 2024-04-19T20:05:12.002Z | Compiling keccak v0.1.4 |
2179 | 2024-04-19T20:05:12.463Z | Compiling nu-ansi-term v0.50.0 |
2180 | 2024-04-19T20:05:12.611Z | Compiling snafu v0.8.2 |
2181 | 2024-04-19T20:05:12.642Z | Compiling sha3 v0.10.8 |
2182 | 2024-04-19T20:05:13.350Z | Compiling reedline v0.31.0 |
2183 | 2024-04-19T20:05:13.634Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2184 | 2024-04-19T20:05:14.109Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2185 | 2024-04-19T20:05:17.318Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2186 | 2024-04-19T20:05:19.918Z | Compiling env_logger v0.9.3 |
2187 | 2024-04-19T20:05:24.633Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2188 | 2024-04-19T20:05:28.163Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2189 | 2024-04-19T20:05:28.635Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2190 | 2024-04-19T20:05:29.175Z | Compiling globset v0.4.13 |
2191 | 2024-04-19T20:05:30.229Z | Compiling peg-macros v0.8.2 |
2192 | 2024-04-19T20:05:33.545Z | Compiling olpc-cjson v0.1.3 |
2193 | 2024-04-19T20:05:33.868Z | Compiling universal-hash v0.5.1 |
2194 | 2024-04-19T20:05:33.920Z | Compiling secrecy v0.8.0 |
2195 | 2024-04-19T20:05:34.075Z | Compiling serde_plain v1.0.2 |
2196 | 2024-04-19T20:05:34.160Z | Compiling curve25519-dalek-derive v0.1.0 |
2197 | 2024-04-19T20:05:34.572Z | Compiling nanorand v0.7.0 |
2198 | 2024-04-19T20:05:35.340Z | Compiling thiserror-impl-no-std v2.0.2 |
2199 | 2024-04-19T20:05:35.570Z | Compiling bitstruct_derive v0.1.0 |
2200 | 2024-04-19T20:05:36.281Z | Compiling sqlparser_derive v0.2.2 |
2201 | 2024-04-19T20:05:36.896Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2202 | 2024-04-19T20:05:37.031Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2203 | 2024-04-19T20:05:37.338Z | Compiling unicode_categories v0.1.1 |
2204 | 2024-04-19T20:05:37.348Z | Compiling signature v1.6.4 |
2205 | 2024-04-19T20:05:37.406Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2206 | 2024-04-19T20:05:37.492Z | Compiling ascii v1.1.0 |
2207 | 2024-04-19T20:05:37.615Z | Compiling opaque-debug v0.3.0 |
2208 | 2024-04-19T20:05:37.665Z | Compiling typed-path v0.7.0 |
2209 | 2024-04-19T20:05:37.723Z | Compiling salty v0.2.0 |
2210 | 2024-04-19T20:05:38.007Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2211 | 2024-04-19T20:05:38.062Z | Compiling thiserror-no-std v2.0.2 |
2212 | 2024-04-19T20:05:38.135Z | Compiling rustyline v14.0.0 |
2213 | 2024-04-19T20:05:38.200Z | Compiling poly1305 v0.8.0 |
2214 | 2024-04-19T20:05:38.230Z | Compiling sqlformat v0.2.3 |
2215 | 2024-04-19T20:05:39.787Z | Compiling ed25519 v1.5.3 |
2216 | 2024-04-19T20:05:40.099Z | Compiling tough v0.17.1 |
2217 | 2024-04-19T20:05:40.999Z | Compiling sqlparser v0.45.0 |
2218 | 2024-04-19T20:05:44.445Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-04-19T20:05:44.697Z | Compiling bitstruct v0.1.1 |
2220 | 2024-04-19T20:05:46.835Z | Compiling flume v0.11.0 |
2221 | 2024-04-19T20:05:47.576Z | Compiling peg v0.8.2 |
2222 | 2024-04-19T20:05:47.700Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2223 | 2024-04-19T20:05:51.092Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2224 | 2024-04-19T20:05:51.612Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2225 | 2024-04-19T20:05:52.871Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2226 | 2024-04-19T20:05:58.651Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2227 | 2024-04-19T20:05:58.957Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2228 | 2024-04-19T20:05:59.257Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2229 | 2024-04-19T20:06:00.462Z | Compiling chacha20 v0.9.1 |
2230 | 2024-04-19T20:06:00.908Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2231 | 2024-04-19T20:06:03.224Z | Compiling aead v0.5.2 |
2232 | 2024-04-19T20:06:03.228Z | Compiling bcs v0.1.6 |
2233 | 2024-04-19T20:06:03.563Z | Compiling erased-serde v0.3.31 |
2234 | 2024-04-19T20:06:04.088Z | Compiling serde-big-array v0.5.1 |
2235 | 2024-04-19T20:06:04.623Z | Compiling serde_arrays v0.1.0 |
2236 | 2024-04-19T20:06:04.627Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2237 | 2024-04-19T20:06:05.704Z | Compiling highway v1.1.0 |
2238 | 2024-04-19T20:06:06.127Z | Compiling parse-size v1.0.0 |
2239 | 2024-04-19T20:06:06.143Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2240 | 2024-04-19T20:06:06.680Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2241 | 2024-04-19T20:06:07.048Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2242 | 2024-04-19T20:06:07.555Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2243 | 2024-04-19T20:06:18.229Z | Compiling chacha20poly1305 v0.10.1 |
2244 | 2024-04-19T20:06:18.477Z | Compiling vsss-rs v3.3.4 |
2245 | 2024-04-19T20:06:26.561Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2246 | 2024-04-19T20:06:27.267Z | Compiling signal-hook-tokio v0.3.1 |
2247 | 2024-04-19T20:06:27.461Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2248 | 2024-04-19T20:06:27.904Z | Compiling castaway v0.2.2 |
2249 | 2024-04-19T20:06:28.107Z | Compiling rand_seeder v0.2.3 |
2250 | 2024-04-19T20:06:28.490Z | Compiling serde-big-array v0.4.1 |
2251 | 2024-04-19T20:06:28.677Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2252 | 2024-04-19T20:06:35.219Z | Compiling http-range v0.1.5 |
2253 | 2024-04-19T20:06:35.263Z | Compiling hyper-staticfile v0.9.5 |
2254 | 2024-04-19T20:06:35.400Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2255 | 2024-04-19T20:06:35.400Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2256 | 2024-04-19T20:06:35.400Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2257 | 2024-04-19T20:06:35.400Z | Compiling compact_str v0.7.1 |
2258 | 2024-04-19T20:06:35.400Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2259 | 2024-04-19T20:06:36.359Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2260 | 2024-04-19T20:06:44.635Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2261 | 2024-04-19T20:06:44.784Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2262 | 2024-04-19T20:06:49.165Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2263 | 2024-04-19T20:06:54.688Z | Compiling zone_cfg_derive v0.1.2 |
2264 | 2024-04-19T20:06:56.110Z | Compiling tungstenite v0.21.0 |
2265 | 2024-04-19T20:06:56.680Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2266 | 2024-04-19T20:06:56.975Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2267 | 2024-04-19T20:06:57.295Z | Compiling lru v0.12.1 |
2268 | 2024-04-19T20:06:57.640Z | Compiling stability v0.2.0 |
2269 | 2024-04-19T20:06:58.611Z | Compiling corncobs v0.1.3 |
2270 | 2024-04-19T20:06:58.964Z | Compiling base64 v0.13.1 |
2271 | 2024-04-19T20:06:59.745Z | Compiling indoc v2.0.3 |
2272 | 2024-04-19T20:07:00.718Z | Compiling cassowary v0.3.0 |
2273 | 2024-04-19T20:07:01.417Z | Compiling ratatui v0.26.2 |
2274 | 2024-04-19T20:07:01.722Z | Compiling ron v0.7.1 |
2275 | 2024-04-19T20:07:05.169Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2276 | 2024-04-19T20:07:05.981Z | Compiling tokio-tungstenite v0.21.0 |
2277 | 2024-04-19T20:07:06.610Z | Compiling zone v0.1.8 |
2278 | 2024-04-19T20:07:07.332Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2279 | 2024-04-19T20:07:10.189Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2280 | 2024-04-19T20:07:10.822Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2281 | 2024-04-19T20:07:19.023Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2282 | 2024-04-19T20:07:31.121Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2283 | 2024-04-19T20:07:32.459Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2284 | 2024-04-19T20:07:32.919Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2285 | 2024-04-19T20:07:35.370Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2286 | 2024-04-19T20:07:35.687Z | Compiling portpicker v0.1.1 |
2287 | 2024-04-19T20:07:36.240Z | Compiling unicode-linebreak v0.1.5 |
2288 | 2024-04-19T20:07:36.786Z | Compiling smawk v0.3.1 |
2289 | 2024-04-19T20:07:40.946Z | Compiling textwrap v0.16.1 |
2290 | 2024-04-19T20:07:41.160Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2291 | 2024-04-19T20:07:44.174Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2292 | 2024-04-19T20:07:46.012Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2293 | 2024-04-19T20:07:53.320Z | Compiling rcgen v0.12.1 |
2294 | 2024-04-19T20:07:53.320Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2295 | 2024-04-19T20:07:53.427Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2296 | 2024-04-19T20:07:54.824Z | Compiling atomicwrites v0.4.3 |
2297 | 2024-04-19T20:07:55.356Z | Compiling fatfs v0.3.6 |
2298 | 2024-04-19T20:07:58.211Z | Compiling rtoolbox v0.0.1 |
2299 | 2024-04-19T20:07:58.627Z | Compiling subprocess v0.2.9 |
2300 | 2024-04-19T20:07:59.617Z | Compiling assert_matches v1.5.0 |
2301 | 2024-04-19T20:07:59.733Z | Compiling is_ci v1.2.0 |
2302 | 2024-04-19T20:08:00.000Z | Compiling supports-color v3.0.0 |
2303 | 2024-04-19T20:08:00.655Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2304 | 2024-04-19T20:08:02.673Z | Compiling rpassword v7.3.1 |
2305 | 2024-04-19T20:08:03.079Z | Compiling tui-tree-widget v0.19.0 |
2306 | 2024-04-19T20:08:03.457Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2307 | 2024-04-19T20:08:03.978Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2308 | 2024-04-19T20:08:03.988Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2309 | 2024-04-19T20:08:04.291Z | Compiling csv-core v0.1.11 |
2310 | 2024-04-19T20:08:05.220Z | Compiling shell-words v1.1.0 |
2311 | 2024-04-19T20:08:05.421Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2312 | 2024-04-19T20:08:05.656Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2313 | 2024-04-19T20:08:07.865Z | Compiling csv v1.3.0 |
2314 | 2024-04-19T20:08:09.940Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2315 | 2024-04-19T20:08:20.577Z | Compiling multimap v0.10.0 |
2316 | 2024-04-19T20:10:36.949Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2317 | 2024-04-19T20:10:40.618Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2318 | 2024-04-19T20:10:56.332Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2319 | 2024-04-19T20:17:15.270Z | Finished release [optimized] target(s) in 14m 15s |
2320 | 2024-04-19T20:18:32.996Z | |
2321 | 2024-04-19T20:18:32.996Z | real 15:34.273963877 |
2322 | 2024-04-19T20:18:32.996Z | user 1:44:38.818252038 |
2323 | 2024-04-19T20:18:32.996Z | sys 4:35.178822256 |
2324 | 2024-04-19T20:18:32.997Z | trap 2.352899350 |
2325 | 2024-04-19T20:18:32.997Z | tflt 2.361735249 |
2326 | 2024-04-19T20:18:33.020Z | dflt 3.178561973 |
2327 | 2024-04-19T20:18:33.021Z | kflt 0.052564576 |
2328 | 2024-04-19T20:18:33.021Z | lock 6:38:31.410424050 |
2329 | 2024-04-19T20:18:33.021Z | slp 4:08:39.288106648 |
2330 | 2024-04-19T20:18:33.021Z | lat 2:19.895234348 |
2331 | 2024-04-19T20:18:33.022Z | stop 1:02.148091548 |
2332 | 2024-04-19T20:18:33.022Z | + ptime -m cargo build --locked --release -p xtask |
2333 | 2024-04-19T20:18:33.486Z | Downloading crates ... |
2334 | 2024-04-19T20:18:33.607Z | Downloaded cargo_metadata v0.18.1 |
2335 | 2024-04-19T20:18:34.028Z | Downloaded cargo-platform v0.1.3 |
2336 | 2024-04-19T20:18:34.028Z | Downloaded cargo_toml v0.19.2 |
2337 | 2024-04-19T20:18:34.040Z | Compiling serde v1.0.198 |
2338 | 2024-04-19T20:18:34.040Z | Compiling libc v0.2.153 |
2339 | 2024-04-19T20:18:34.041Z | Compiling rustix v0.38.31 |
2340 | 2024-04-19T20:18:34.041Z | Compiling bitflags v2.4.2 |
2341 | 2024-04-19T20:18:34.041Z | Compiling hashbrown v0.14.3 |
2342 | 2024-04-19T20:18:34.041Z | Compiling serde_json v1.0.116 |
2343 | 2024-04-19T20:18:34.041Z | Compiling syn v2.0.59 |
2344 | 2024-04-19T20:18:34.041Z | Compiling anyhow v1.0.82 |
2345 | 2024-04-19T20:18:34.852Z | Compiling indexmap v2.2.6 |
2346 | 2024-04-19T20:18:35.202Z | Compiling errno v0.3.8 |
2347 | 2024-04-19T20:18:36.135Z | Compiling terminal_size v0.3.0 |
2348 | 2024-04-19T20:18:36.230Z | Compiling clap_builder v4.5.2 |
2349 | 2024-04-19T20:18:38.466Z | Compiling serde_derive v1.0.198 |
2350 | 2024-04-19T20:18:38.466Z | Compiling thiserror-impl v1.0.58 |
2351 | 2024-04-19T20:18:38.470Z | Compiling clap_derive v4.5.4 |
2352 | 2024-04-19T20:18:40.465Z | Compiling thiserror v1.0.58 |
2353 | 2024-04-19T20:18:41.805Z | Compiling clap v4.5.4 |
2354 | 2024-04-19T20:18:48.067Z | Compiling toml_datetime v0.6.5 |
2355 | 2024-04-19T20:18:48.089Z | Compiling serde_spanned v0.6.5 |
2356 | 2024-04-19T20:18:48.089Z | Compiling cargo-platform v0.1.3 |
2357 | 2024-04-19T20:18:48.089Z | Compiling camino v1.1.6 |
2358 | 2024-04-19T20:18:48.089Z | Compiling semver v1.0.22 |
2359 | 2024-04-19T20:18:48.090Z | Compiling macaddr v1.0.1 |
2360 | 2024-04-19T20:18:48.090Z | Compiling toml_edit v0.22.9 |
2361 | 2024-04-19T20:18:49.294Z | Compiling cargo_metadata v0.18.1 |
2362 | 2024-04-19T20:18:50.552Z | Compiling toml v0.8.12 |
2363 | 2024-04-19T20:18:52.992Z | Compiling cargo_toml v0.19.2 |
2364 | 2024-04-19T20:19:04.322Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2365 | 2024-04-19T20:19:15.503Z | Finished release [optimized] target(s) in 42.24s |
2366 | 2024-04-19T20:19:15.503Z | |
2367 | 2024-04-19T20:19:15.503Z | real 42.325357838 |
2368 | 2024-04-19T20:19:15.503Z | user 3:04.258745073 |
2369 | 2024-04-19T20:19:15.504Z | sys 15.231973582 |
2370 | 2024-04-19T20:19:15.504Z | trap 0.066831239 |
2371 | 2024-04-19T20:19:15.504Z | tflt 0.166791113 |
2372 | 2024-04-19T20:19:15.504Z | dflt 0.778006480 |
2373 | 2024-04-19T20:19:15.504Z | kflt 0.000049603 |
2374 | 2024-04-19T20:19:15.504Z | lock 4:11.260637558 |
2375 | 2024-04-19T20:19:15.504Z | slp 3:25.855834538 |
2376 | 2024-04-19T20:19:15.505Z | lat 2.630344915 |
2377 | 2024-04-19T20:19:15.505Z | stop 3.261310583 |
2378 | 2024-04-19T20:19:15.505Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2379 | 2024-04-19T20:19:15.505Z | + pfexec mkdir -p /work |
2380 | 2024-04-19T20:19:15.505Z | + pfexec chown build /work |
2381 | 2024-04-19T20:19:15.505Z | + 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 target/release/xtask |
2382 | 2024-04-19T20:19:24.701Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2383 | 2024-04-19T20:19:24.702Z | a out/mg-ddm-gz.tar 73905K |
2384 | 2024-04-19T20:19:24.702Z | a out/omicron-sled-agent.tar 95643K |
2385 | 2024-04-19T20:19:24.702Z | a out/oxlog.tar 2915K |
2386 | 2024-04-19T20:19:24.702Z | a out/target/test 1K |
2387 | 2024-04-19T20:19:24.703Z | a out/npuzone/npuzone 36313K |
2388 | 2024-04-19T20:19:24.703Z | a package-manifest.toml 26K |
2389 | 2024-04-19T20:19:24.703Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2390 | 2024-04-19T20:19:24.703Z | a target/release/omicron-package 30404K |
2391 | 2024-04-19T20:19:24.704Z | a target/release/xtask 6660K |
2392 | 2024-04-19T20:19:24.723Z | |
2393 | 2024-04-19T20:19:24.723Z | real 9.338448060 |
2394 | 2024-04-19T20:19:24.723Z | user 9.033694051 |
2395 | 2024-04-19T20:19:24.723Z | sys 0.658151156 |
2396 | 2024-04-19T20:19:24.723Z | trap 0.000924013 |
2397 | 2024-04-19T20:19:24.723Z | tflt 0.000000000 |
2398 | 2024-04-19T20:19:24.723Z | dflt 0.000000000 |
2399 | 2024-04-19T20:19:24.723Z | kflt 0.000000000 |
2400 | 2024-04-19T20:19:24.723Z | lock 0.000000000 |
2401 | 2024-04-19T20:19:24.723Z | slp 8.775572081 |
2402 | 2024-04-19T20:19:24.723Z | lat 0.205563191 |
2403 | 2024-04-19T20:19:24.724Z | stop 0.000197965 |
2404 | 2024-04-19T20:19:24.724Z | ++ pwd |
2405 | 2024-04-19T20:19:24.724Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2406 | 2024-04-19T20:19:24.724Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2407 | 2024-04-19T20:19:24.724Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2408 | 2024-04-19T20:19:25.896Z | Finished release [optimized] target(s) in 0.73s |
2409 | 2024-04-19T20:19:25.902Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2410 | 2024-04-19T20:19:25.903Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2411 | 2024-04-19T20:19:25.903Z | Created new build target 'host' and set it as active |
2412 | 2024-04-19T20:19:25.903Z | |
2413 | 2024-04-19T20:19:25.903Z | real 0.830937089 |
2414 | 2024-04-19T20:19:25.903Z | user 0.551718335 |
2415 | 2024-04-19T20:19:25.903Z | sys 0.262093825 |
2416 | 2024-04-19T20:19:25.903Z | trap 0.000106776 |
2417 | 2024-04-19T20:19:25.903Z | tflt 0.000011698 |
2418 | 2024-04-19T20:19:25.904Z | dflt 0.000030136 |
2419 | 2024-04-19T20:19:25.904Z | kflt 0.000000000 |
2420 | 2024-04-19T20:19:25.904Z | lock 0.023955179 |
2421 | 2024-04-19T20:19:25.904Z | slp 0.105573201 |
2422 | 2024-04-19T20:19:25.904Z | lat 0.003586866 |
2423 | 2024-04-19T20:19:25.904Z | stop 0.000267289 |
2424 | 2024-04-19T20:19:25.904Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2425 | 2024-04-19T20:19:26.717Z | Finished release [optimized] target(s) in 0.71s |
2426 | 2024-04-19T20:19:26.758Z | Running `target/release/omicron-package -t host package` |
2427 | 2024-04-19T20:19:26.758Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2428 | 2024-04-19T20:19:27.161Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2429 | 2024-04-19T20:21:54.441Z | Finished release [optimized] target(s) in 2m 28s |
2430 | 2024-04-19T20:22:33.229Z | |
2431 | 2024-04-19T20:22:33.230Z | real 3:07.657753121 |
2432 | 2024-04-19T20:22:33.230Z | user 13:38.704536499 |
2433 | 2024-04-19T20:22:33.231Z | sys 36.993539642 |
2434 | 2024-04-19T20:22:33.231Z | trap 0.206788794 |
2435 | 2024-04-19T20:22:33.231Z | tflt 0.029903975 |
2436 | 2024-04-19T20:22:33.240Z | dflt 6.902899887 |
2437 | 2024-04-19T20:22:33.241Z | kflt 0.046108162 |
2438 | 2024-04-19T20:22:33.241Z | lock 1:10:11.977101596 |
2439 | 2024-04-19T20:22:33.241Z | slp 13:28.387057189 |
2440 | 2024-04-19T20:22:33.241Z | lat 5.993732535 |
2441 | 2024-04-19T20:22:33.242Z | stop 2.222964747 |
2442 | 2024-04-19T20:22:33.242Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2443 | 2024-04-19T20:22:33.242Z | + for package in "$@" |
2444 | 2024-04-19T20:22:33.242Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2445 | 2024-04-19T20:22:33.242Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git974dce95eec |
2446 | 2024-04-19T20:22:34.018Z | Finished release [optimized] target(s) in 0.74s |
2447 | 2024-04-19T20:22:34.047Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git974dce95eec` |
2448 | 2024-04-19T20:22:34.073Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2449 | 2024-04-19T20:22:34.235Z | Created: out/versioned/omicron-sled-agent.tar |
2450 | 2024-04-19T20:22:34.240Z | + for package in "$@" |
2451 | 2024-04-19T20:22:34.240Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2452 | 2024-04-19T20:22:34.240Z | + echo 0.0.0 |
2453 | 2024-04-19T20:22:34.240Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2454 | 2024-04-19T20:22:34.245Z | a VERSION 1K |
2455 | 2024-04-19T20:22:34.245Z | + rm VERSION |
2456 | 2024-04-19T20:22:34.245Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git974dce95eec |
2457 | 2024-04-19T20:22:35.048Z | Finished release [optimized] target(s) in 0.75s |
2458 | 2024-04-19T20:22:35.071Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git974dce95eec` |
2459 | 2024-04-19T20:22:35.099Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2460 | 2024-04-19T20:22:35.215Z | Created: out/versioned/mg-ddm-gz.tar |
2461 | 2024-04-19T20:22:35.224Z | + for package in "$@" |
2462 | 2024-04-19T20:22:35.224Z | + [[ propolis-server == mg-ddm-gz ]] |
2463 | 2024-04-19T20:22:35.224Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git974dce95eec |
2464 | 2024-04-19T20:22:36.011Z | Finished release [optimized] target(s) in 0.74s |
2465 | 2024-04-19T20:22:36.036Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git974dce95eec` |
2466 | 2024-04-19T20:22:36.059Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2467 | 2024-04-19T20:22:37.125Z | Created: out/versioned/propolis-server.tar.gz |
2468 | 2024-04-19T20:22:37.131Z | + for package in "$@" |
2469 | 2024-04-19T20:22:37.131Z | + [[ overlay == mg-ddm-gz ]] |
2470 | 2024-04-19T20:22:37.131Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git974dce95eec |
2471 | 2024-04-19T20:22:37.895Z | Finished release [optimized] target(s) in 0.72s |
2472 | 2024-04-19T20:22:37.917Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git974dce95eec` |
2473 | 2024-04-19T20:22:37.948Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2474 | 2024-04-19T20:22:37.953Z | Created: out/versioned/overlay.tar.gz |
2475 | 2024-04-19T20:22:37.953Z | + for package in "$@" |
2476 | 2024-04-19T20:22:37.953Z | + [[ oxlog == mg-ddm-gz ]] |
2477 | 2024-04-19T20:22:37.953Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git974dce95eec |
2478 | 2024-04-19T20:22:38.718Z | Finished release [optimized] target(s) in 0.72s |
2479 | 2024-04-19T20:22:38.739Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git974dce95eec` |
2480 | 2024-04-19T20:22:38.771Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2481 | 2024-04-19T20:22:38.778Z | Created: out/versioned/oxlog.tar |
2482 | 2024-04-19T20:22:38.812Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2483 | 2024-04-19T20:22:38.832Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2484 | 2024-04-19T20:22:38.832Z | ++ cd -- ./tools |
2485 | 2024-04-19T20:22:38.832Z | ++ pwd |
2486 | 2024-04-19T20:22:38.832Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2487 | 2024-04-19T20:22:38.833Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2488 | 2024-04-19T20:22:38.863Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2489 | 2024-04-19T20:22:38.872Z | ++ readlink -f /work |
2490 | 2024-04-19T20:22:38.872Z | + out_dir=/work |
2491 | 2024-04-19T20:22:38.872Z | + 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") |
2492 | 2024-04-19T20:22:38.872Z | + for dep in "${deps[@]}" |
2493 | 2024-04-19T20:22:38.872Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2494 | 2024-04-19T20:22:38.873Z | + for dep in "${deps[@]}" |
2495 | 2024-04-19T20:22:38.873Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2496 | 2024-04-19T20:22:38.873Z | + for dep in "${deps[@]}" |
2497 | 2024-04-19T20:22:38.873Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2498 | 2024-04-19T20:22:38.873Z | + for dep in "${deps[@]}" |
2499 | 2024-04-19T20:22:38.873Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2500 | 2024-04-19T20:22:38.873Z | + for dep in "${deps[@]}" |
2501 | 2024-04-19T20:22:38.873Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2502 | 2024-04-19T20:22:38.873Z | ++ mktemp -d |
2503 | 2024-04-19T20:22:38.873Z | + tmp_gz=/tmp/tmp.wRaOyi |
2504 | 2024-04-19T20:22:38.874Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2505 | 2024-04-19T20:22:38.874Z | + echo '{"v":"1","t":"layer"}' |
2506 | 2024-04-19T20:22:38.874Z | + pkg_dir=/tmp/tmp.wRaOyi/root/opt/oxide/sled-agent |
2507 | 2024-04-19T20:22:38.874Z | + mkdir -p /tmp/tmp.wRaOyi/root/opt/oxide/sled-agent |
2508 | 2024-04-19T20:22:38.874Z | + cd /tmp/tmp.wRaOyi/root/opt/oxide/sled-agent |
2509 | 2024-04-19T20:22:38.874Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2510 | 2024-04-19T20:22:39.346Z | x ., 0 bytes, 0 tape blocks |
2511 | 2024-04-19T20:22:39.346Z | x zone-bundle, 27017232 bytes, 52769 tape blocks |
2512 | 2024-04-19T20:22:39.347Z | x sled-agent, 70866520 bytes, 138412 tape blocks |
2513 | 2024-04-19T20:22:39.347Z | x pkg, 0 bytes, 0 tape blocks |
2514 | 2024-04-19T20:22:39.347Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2515 | 2024-04-19T20:22:39.347Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2516 | 2024-04-19T20:22:39.347Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2517 | 2024-04-19T20:22:39.347Z | x VERSION, 25 bytes, 1 tape blocks |
2518 | 2024-04-19T20:22:39.366Z | + mkdir -p /tmp/tmp.wRaOyi/root/lib/svc/manifest/site/ |
2519 | 2024-04-19T20:22:39.366Z | + mv pkg/manifest.xml /tmp/tmp.wRaOyi/root/lib/svc/manifest/site/sled-agent.xml |
2520 | 2024-04-19T20:22:39.366Z | + cd - |
2521 | 2024-04-19T20:22:39.367Z | /work/oxidecomputer/omicron |
2522 | 2024-04-19T20:22:39.367Z | + pkg_dir=/tmp/tmp.wRaOyi/root/opt/oxide/mg-ddm |
2523 | 2024-04-19T20:22:39.367Z | + mkdir -p /tmp/tmp.wRaOyi/root/opt/oxide/mg-ddm |
2524 | 2024-04-19T20:22:39.367Z | + cd /tmp/tmp.wRaOyi/root/opt/oxide/mg-ddm |
2525 | 2024-04-19T20:22:39.367Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2526 | 2024-04-19T20:22:39.367Z | x ., 0 bytes, 0 tape blocks |
2527 | 2024-04-19T20:22:39.367Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2528 | 2024-04-19T20:22:39.367Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2529 | 2024-04-19T20:22:39.367Z | x pkg, 0 bytes, 0 tape blocks |
2530 | 2024-04-19T20:22:39.367Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2531 | 2024-04-19T20:22:39.367Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2532 | 2024-04-19T20:22:39.367Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2533 | 2024-04-19T20:22:39.367Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2534 | 2024-04-19T20:22:39.367Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2535 | 2024-04-19T20:22:39.367Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2536 | 2024-04-19T20:22:39.367Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2537 | 2024-04-19T20:22:39.367Z | x VERSION, 25 bytes, 1 tape blocks |
2538 | 2024-04-19T20:22:39.368Z | + cd - |
2539 | 2024-04-19T20:22:39.368Z | /work/oxidecomputer/omicron |
2540 | 2024-04-19T20:22:39.368Z | + pkg_dir=/tmp/tmp.wRaOyi/root/opt/oxide/oxlog |
2541 | 2024-04-19T20:22:39.368Z | + mkdir -p /tmp/tmp.wRaOyi/root/opt/oxide/oxlog |
2542 | 2024-04-19T20:22:39.368Z | + cd /tmp/tmp.wRaOyi/root/opt/oxide/oxlog |
2543 | 2024-04-19T20:22:39.368Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2544 | 2024-04-19T20:22:39.368Z | x ., 0 bytes, 0 tape blocks |
2545 | 2024-04-19T20:22:39.368Z | x oxlog, 2981808 bytes, 5824 tape blocks |
2546 | 2024-04-19T20:22:39.368Z | x VERSION, 25 bytes, 1 tape blocks |
2547 | 2024-04-19T20:22:39.368Z | + cd - |
2548 | 2024-04-19T20:22:39.368Z | /work/oxidecomputer/omicron |
2549 | 2024-04-19T20:22:39.368Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.wRaOyi/root/opt/oxide |
2550 | 2024-04-19T20:22:39.368Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.wRaOyi/root/opt/oxide |
2551 | 2024-04-19T20:22:39.368Z | + cd /tmp/tmp.wRaOyi |
2552 | 2024-04-19T20:22:39.368Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2553 | 2024-04-19T20:22:47.266Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2554 | 2024-04-19T20:22:47.266Z | a oxide.json 1K |
2555 | 2024-04-19T20:22:47.266Z | a root/ 0K |
2556 | 2024-04-19T20:22:47.267Z | a root/opt/ 0K |
2557 | 2024-04-19T20:22:47.267Z | a root/opt/oxide/ 0K |
2558 | 2024-04-19T20:22:47.267Z | a root/opt/oxide/sled-agent/ 0K |
2559 | 2024-04-19T20:22:47.267Z | a root/opt/oxide/sled-agent/zone-bundle 26385K |
2560 | 2024-04-19T20:22:47.267Z | a root/opt/oxide/sled-agent/sled-agent 69206K |
2561 | 2024-04-19T20:22:47.267Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2562 | 2024-04-19T20:22:47.267Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2563 | 2024-04-19T20:22:47.267Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2564 | 2024-04-19T20:22:47.267Z | a root/opt/oxide/sled-agent/VERSION 1K |
2565 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/ 0K |
2566 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2567 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2568 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2569 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2570 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2571 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2572 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2573 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2574 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2575 | 2024-04-19T20:22:47.268Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2576 | 2024-04-19T20:22:47.269Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2577 | 2024-04-19T20:22:47.269Z | a root/opt/oxide/oxlog/ 0K |
2578 | 2024-04-19T20:22:47.269Z | a root/opt/oxide/oxlog/oxlog 2912K |
2579 | 2024-04-19T20:22:47.269Z | a root/opt/oxide/oxlog/VERSION 1K |
2580 | 2024-04-19T20:22:47.269Z | a root/opt/oxide/propolis-server.tar.gz 64701K |
2581 | 2024-04-19T20:22:47.269Z | a root/opt/oxide/overlay.tar.gz 3K |
2582 | 2024-04-19T20:22:47.269Z | a root/lib/ 0K |
2583 | 2024-04-19T20:22:47.269Z | a root/lib/svc/ 0K |
2584 | 2024-04-19T20:22:47.269Z | a root/lib/svc/manifest/ 0K |
2585 | 2024-04-19T20:22:47.269Z | a root/lib/svc/manifest/site/ 0K |
2586 | 2024-04-19T20:22:47.269Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2587 | 2024-04-19T20:22:47.275Z | + cd / |
2588 | 2024-04-19T20:22:47.275Z | + rm -rf /tmp/tmp.wRaOyi |
2589 | 2024-04-19T20:22:47.293Z | |
2590 | 2024-04-19T20:22:47.297Z | real 8.507572014 |
2591 | 2024-04-19T20:22:47.297Z | user 7.895257808 |
2592 | 2024-04-19T20:22:47.298Z | sys 0.575499390 |
2593 | 2024-04-19T20:22:47.298Z | trap 0.001651618 |
2594 | 2024-04-19T20:22:47.298Z | tflt 0.000000000 |
2595 | 2024-04-19T20:22:47.298Z | dflt 0.000002799 |
2596 | 2024-04-19T20:22:47.298Z | kflt 0.000000000 |
2597 | 2024-04-19T20:22:47.298Z | lock 0.000000000 |
2598 | 2024-04-19T20:22:47.298Z | slp 16.495081417 |
2599 | 2024-04-19T20:22:47.298Z | lat 0.191007115 |
2600 | 2024-04-19T20:22:47.299Z | stop 0.000213775 |
2601 | 2024-04-19T20:22:47.299Z | + mkdir -p /work/zones |
2602 | 2024-04-19T20:22:47.299Z | + 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) |
2603 | 2024-04-19T20:22:47.299Z | + 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/ |
2604 | 2024-04-19T20:22:49.922Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2605 | 2024-04-19T20:22:50.748Z | Finished release [optimized] target(s) in 0.77s |
2606 | 2024-04-19T20:22:50.776Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2607 | 2024-04-19T20:22:50.811Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2608 | 2024-04-19T20:22:50.811Z | Created new build target 'recovery' and set it as active |
2609 | 2024-04-19T20:22:50.811Z | |
2610 | 2024-04-19T20:22:50.811Z | real 0.877317455 |
2611 | 2024-04-19T20:22:50.811Z | user 0.575896995 |
2612 | 2024-04-19T20:22:50.811Z | sys 0.282917213 |
2613 | 2024-04-19T20:22:50.811Z | trap 0.000491348 |
2614 | 2024-04-19T20:22:50.811Z | tflt 0.000023276 |
2615 | 2024-04-19T20:22:50.811Z | dflt 0.000007689 |
2616 | 2024-04-19T20:22:50.811Z | kflt 0.000000000 |
2617 | 2024-04-19T20:22:50.811Z | lock 0.025115364 |
2618 | 2024-04-19T20:22:50.811Z | slp 0.106866088 |
2619 | 2024-04-19T20:22:50.811Z | lat 0.004979333 |
2620 | 2024-04-19T20:22:50.812Z | stop 0.000271590 |
2621 | 2024-04-19T20:22:50.812Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2622 | 2024-04-19T20:22:51.591Z | Finished release [optimized] target(s) in 0.74s |
2623 | 2024-04-19T20:22:51.614Z | Running `target/release/omicron-package -t recovery package` |
2624 | 2024-04-19T20:22:51.645Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2625 | 2024-04-19T20:22:52.342Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2626 | 2024-04-19T20:22:54.714Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2627 | 2024-04-19T20:23:13.724Z | Finished release [optimized] target(s) in 22.02s |
2628 | 2024-04-19T20:23:32.338Z | |
2629 | 2024-04-19T20:23:32.368Z | real 41.519106276 |
2630 | 2024-04-19T20:23:32.368Z | user 1:39.193793770 |
2631 | 2024-04-19T20:23:32.368Z | sys 7.957066490 |
2632 | 2024-04-19T20:23:32.368Z | trap 0.066143141 |
2633 | 2024-04-19T20:23:32.368Z | tflt 0.067224414 |
2634 | 2024-04-19T20:23:32.368Z | dflt 0.386483157 |
2635 | 2024-04-19T20:23:32.369Z | kflt 0.000025117 |
2636 | 2024-04-19T20:23:32.369Z | lock 13:16.962048236 |
2637 | 2024-04-19T20:23:32.369Z | slp 1:42.663782232 |
2638 | 2024-04-19T20:23:32.369Z | lat 1.739419649 |
2639 | 2024-04-19T20:23:32.370Z | stop 0.602720225 |
2640 | 2024-04-19T20:23:32.370Z | + stamp_packages installinator mg-ddm-gz |
2641 | 2024-04-19T20:23:32.370Z | + for package in "$@" |
2642 | 2024-04-19T20:23:32.370Z | + [[ installinator == mg-ddm-gz ]] |
2643 | 2024-04-19T20:23:32.370Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git974dce95eec |
2644 | 2024-04-19T20:23:33.122Z | Finished release [optimized] target(s) in 0.73s |
2645 | 2024-04-19T20:23:33.145Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git974dce95eec` |
2646 | 2024-04-19T20:23:33.179Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2647 | 2024-04-19T20:23:33.227Z | Created: out/versioned/installinator.tar |
2648 | 2024-04-19T20:23:33.237Z | + for package in "$@" |
2649 | 2024-04-19T20:23:33.237Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2650 | 2024-04-19T20:23:33.237Z | + echo 0.0.0 |
2651 | 2024-04-19T20:23:33.237Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2652 | 2024-04-19T20:23:33.237Z | a VERSION 1K |
2653 | 2024-04-19T20:23:33.237Z | + rm VERSION |
2654 | 2024-04-19T20:23:33.238Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git974dce95eec |
2655 | 2024-04-19T20:23:34.000Z | Finished release [optimized] target(s) in 0.72s |
2656 | 2024-04-19T20:23:34.020Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git974dce95eec` |
2657 | 2024-04-19T20:23:34.058Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2658 | 2024-04-19T20:23:34.174Z | Created: out/versioned/mg-ddm-gz.tar |
2659 | 2024-04-19T20:23:34.177Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2660 | 2024-04-19T20:23:34.187Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2661 | 2024-04-19T20:23:34.191Z | ++ cd -- ./tools |
2662 | 2024-04-19T20:23:34.191Z | ++ pwd |
2663 | 2024-04-19T20:23:34.191Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2664 | 2024-04-19T20:23:34.191Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2665 | 2024-04-19T20:23:34.195Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2666 | 2024-04-19T20:23:34.195Z | ++ readlink -f /work |
2667 | 2024-04-19T20:23:34.195Z | + out_dir=/work |
2668 | 2024-04-19T20:23:34.195Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2669 | 2024-04-19T20:23:34.195Z | + for dep in "${deps[@]}" |
2670 | 2024-04-19T20:23:34.195Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2671 | 2024-04-19T20:23:34.195Z | + for dep in "${deps[@]}" |
2672 | 2024-04-19T20:23:34.195Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2673 | 2024-04-19T20:23:34.199Z | ++ mktemp -d |
2674 | 2024-04-19T20:23:34.199Z | + tmp_trampoline=/tmp/tmp.XlayDi |
2675 | 2024-04-19T20:23:34.199Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2676 | 2024-04-19T20:23:34.199Z | + echo '{"v":"1","t":"layer"}' |
2677 | 2024-04-19T20:23:34.199Z | + pkg_dir=/tmp/tmp.XlayDi/root/opt/oxide/installinator |
2678 | 2024-04-19T20:23:34.199Z | + mkdir -p /tmp/tmp.XlayDi/root/opt/oxide/installinator |
2679 | 2024-04-19T20:23:34.202Z | + cd /tmp/tmp.XlayDi/root/opt/oxide/installinator |
2680 | 2024-04-19T20:23:34.202Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2681 | 2024-04-19T20:23:34.227Z | x ., 0 bytes, 0 tape blocks |
2682 | 2024-04-19T20:23:34.227Z | x installinator, 38221592 bytes, 74652 tape blocks |
2683 | 2024-04-19T20:23:34.227Z | x pkg, 0 bytes, 0 tape blocks |
2684 | 2024-04-19T20:23:34.227Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2685 | 2024-04-19T20:23:34.227Z | x VERSION, 25 bytes, 1 tape blocks |
2686 | 2024-04-19T20:23:34.230Z | + mkdir -p /tmp/tmp.XlayDi/root/lib/svc/manifest/site/ |
2687 | 2024-04-19T20:23:34.230Z | + mv pkg/manifest.xml /tmp/tmp.XlayDi/root/lib/svc/manifest/site/installinator.xml |
2688 | 2024-04-19T20:23:34.230Z | + cd - |
2689 | 2024-04-19T20:23:34.230Z | /work/oxidecomputer/omicron |
2690 | 2024-04-19T20:23:34.230Z | + pkg_dir=/tmp/tmp.XlayDi/root/opt/oxide/mg-ddm |
2691 | 2024-04-19T20:23:34.231Z | + mkdir -p /tmp/tmp.XlayDi/root/opt/oxide/mg-ddm |
2692 | 2024-04-19T20:23:34.231Z | + cd /tmp/tmp.XlayDi/root/opt/oxide/mg-ddm |
2693 | 2024-04-19T20:23:34.231Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2694 | 2024-04-19T20:23:34.291Z | x ., 0 bytes, 0 tape blocks |
2695 | 2024-04-19T20:23:34.291Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2696 | 2024-04-19T20:23:34.291Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2697 | 2024-04-19T20:23:34.292Z | x pkg, 0 bytes, 0 tape blocks |
2698 | 2024-04-19T20:23:34.292Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2699 | 2024-04-19T20:23:34.292Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2700 | 2024-04-19T20:23:34.292Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2701 | 2024-04-19T20:23:34.292Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2702 | 2024-04-19T20:23:34.292Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2703 | 2024-04-19T20:23:34.292Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2704 | 2024-04-19T20:23:34.292Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2705 | 2024-04-19T20:23:34.292Z | x VERSION, 25 bytes, 1 tape blocks |
2706 | 2024-04-19T20:23:34.303Z | + cd - |
2707 | 2024-04-19T20:23:34.303Z | /work/oxidecomputer/omicron |
2708 | 2024-04-19T20:23:34.303Z | + cd /tmp/tmp.XlayDi |
2709 | 2024-04-19T20:23:34.303Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2710 | 2024-04-19T20:23:38.522Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2711 | 2024-04-19T20:23:38.522Z | a oxide.json 1K |
2712 | 2024-04-19T20:23:38.522Z | a root/ 0K |
2713 | 2024-04-19T20:23:38.522Z | a root/opt/ 0K |
2714 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/ 0K |
2715 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/installinator/ 0K |
2716 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/installinator/installinator 37326K |
2717 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/installinator/pkg/ 0K |
2718 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/installinator/VERSION 1K |
2719 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/ 0K |
2720 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2721 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2722 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2723 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2724 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2725 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2726 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2727 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2728 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2729 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2730 | 2024-04-19T20:23:38.523Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2731 | 2024-04-19T20:23:38.523Z | a root/lib/ 0K |
2732 | 2024-04-19T20:23:38.523Z | a root/lib/svc/ 0K |
2733 | 2024-04-19T20:23:38.523Z | a root/lib/svc/manifest/ 0K |
2734 | 2024-04-19T20:23:38.523Z | a root/lib/svc/manifest/site/ 0K |
2735 | 2024-04-19T20:23:38.524Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2736 | 2024-04-19T20:23:38.527Z | + cd / |
2737 | 2024-04-19T20:23:38.527Z | + rm -rf /tmp/tmp.XlayDi |
2738 | 2024-04-19T20:23:38.539Z | |
2739 | 2024-04-19T20:23:38.543Z | real 4.357723182 |
2740 | 2024-04-19T20:23:38.543Z | user 4.127250288 |
2741 | 2024-04-19T20:23:38.543Z | sys 0.243456460 |
2742 | 2024-04-19T20:23:38.543Z | trap 0.000778204 |
2743 | 2024-04-19T20:23:38.544Z | tflt 0.000000000 |
2744 | 2024-04-19T20:23:38.544Z | dflt 0.000000000 |
2745 | 2024-04-19T20:23:38.544Z | kflt 0.000000000 |
2746 | 2024-04-19T20:23:38.544Z | lock 0.000000000 |
2747 | 2024-04-19T20:23:38.544Z | slp 8.477542345 |
2748 | 2024-04-19T20:23:38.544Z | lat 0.089969165 |
2749 | 2024-04-19T20:23:38.544Z | stop 0.000208797 |
2750 | 2024-04-19T20:23:38.544Z | process exited: duration 1697534 ms, exit code 0 |
|
2751 | 2024-04-19T20:23:38.558Z | found 22 output files |
2752 | 2024-04-19T20:23:38.558Z | uploading: /work/version.txt (26 bytes) |
2753 | 2024-04-19T20:23:39.579Z | uploaded: /work/version.txt |
2754 | 2024-04-19T20:23:39.580Z | uploading: /work/package.tar.gz (81235477 bytes) |
2755 | 2024-04-19T20:24:04.629Z | uploaded: /work/package.tar.gz |
2756 | 2024-04-19T20:24:04.629Z | uploading: /work/global-zone-packages.tar.gz (122807999 bytes) |
2757 | 2024-04-19T20:24:43.228Z | uploaded: /work/global-zone-packages.tar.gz |
2758 | 2024-04-19T20:24:43.228Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36631733 bytes) |
2759 | 2024-04-19T20:24:54.791Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2760 | 2024-04-19T20:24:54.791Z | uploading: /work/zones/clickhouse.tar.gz (227048209 bytes) |
2761 | 2024-04-19T20:26:38.152Z | uploaded: /work/zones/clickhouse.tar.gz |
2762 | 2024-04-19T20:26:38.152Z | uploading: /work/zones/clickhouse_keeper.tar.gz (227043554 bytes) |
2763 | 2024-04-19T20:28:15.581Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2764 | 2024-04-19T20:28:15.581Z | uploading: /work/zones/cockroachdb.tar.gz (122559502 bytes) |
2765 | 2024-04-19T20:29:17.235Z | uploaded: /work/zones/cockroachdb.tar.gz |
2766 | 2024-04-19T20:29:17.235Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27296577 bytes) |
2767 | 2024-04-19T20:29:45.775Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2768 | 2024-04-19T20:29:45.775Z | uploading: /work/zones/crucible-zone.tar.gz (37019037 bytes) |
2769 | 2024-04-19T20:30:03.051Z | uploaded: /work/zones/crucible-zone.tar.gz |
2770 | 2024-04-19T20:30:03.051Z | uploading: /work/zones/external-dns.tar.gz (24692211 bytes) |
2771 | 2024-04-19T20:30:10.401Z | uploaded: /work/zones/external-dns.tar.gz |
2772 | 2024-04-19T20:30:10.401Z | uploading: /work/zones/internal-dns.tar.gz (24688910 bytes) |
2773 | 2024-04-19T20:30:18.921Z | uploaded: /work/zones/internal-dns.tar.gz |
2774 | 2024-04-19T20:30:18.925Z | uploading: /work/zones/nexus-single-sled.tar.gz (85182398 bytes) |
2775 | 2024-04-19T20:30:57.048Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2776 | 2024-04-19T20:30:57.048Z | uploading: /work/zones/nexus.tar.gz (85181967 bytes) |
2777 | 2024-04-19T20:31:44.674Z | uploaded: /work/zones/nexus.tar.gz |
2778 | 2024-04-19T20:31:44.674Z | uploading: /work/zones/ntp.tar.gz (8383224 bytes) |
2779 | 2024-04-19T20:31:47.791Z | uploaded: /work/zones/ntp.tar.gz |
2780 | 2024-04-19T20:31:47.792Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14514796 bytes) |
2781 | 2024-04-19T20:31:53.682Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2782 | 2024-04-19T20:31:53.682Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14514122 bytes) |
2783 | 2024-04-19T20:31:59.563Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2784 | 2024-04-19T20:31:59.564Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2785 | 2024-04-19T20:32:00.600Z | uploaded: /work/zones/overlay.tar.gz |
2786 | 2024-04-19T20:32:00.600Z | uploading: /work/zones/oximeter.tar.gz (43338990 bytes) |
2787 | 2024-04-19T20:32:15.423Z | uploaded: /work/zones/oximeter.tar.gz |
2788 | 2024-04-19T20:32:15.423Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2789 | 2024-04-19T20:32:17.956Z | uploaded: /work/zones/probe.tar.gz |
2790 | 2024-04-19T20:32:17.956Z | uploading: /work/zones/propolis-server.tar.gz (66250971 bytes) |
2791 | 2024-04-19T20:32:43.002Z | uploaded: /work/zones/propolis-server.tar.gz |
2792 | 2024-04-19T20:32:43.003Z | uploading: /work/zones/switch-asic.tar.gz (282900945 bytes) |
2793 | 2024-04-19T20:34:22.737Z | uploaded: /work/zones/switch-asic.tar.gz |
2794 | 2024-04-19T20:34:22.737Z | uploading: /work/zones/switch-softnpu.tar.gz (202421123 bytes) |
2795 | 2024-04-19T20:36:32.916Z | uploaded: /work/zones/switch-softnpu.tar.gz |