|
|
|
1 | 2024-04-10T16:22:38.275Z | job assigned to worker 01HV4D1Z8TWTNEN2EER3FCY0TC (queued for 2 m 12 s) |
|
2 | 2024-04-10T16:22:39.273Z | starting task 0: "setup" |
3 | 2024-04-10T16:22:39.298Z | ++ uname -s |
4 | 2024-04-10T16:22:39.298Z | + kern=SunOS |
5 | 2024-04-10T16:22:39.299Z | + case "$kern" in |
6 | 2024-04-10T16:22:39.299Z | + groupadd -g 12345 build |
7 | 2024-04-10T16:22:39.299Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-10T16:22:41.302Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-10T16:22:41.350Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-10T16:22:41.375Z | + home_fs=zfs |
11 | 2024-04-10T16:22:41.375Z | + [[ zfs == autofs ]] |
12 | 2024-04-10T16:22:41.375Z | + mkdir -p /home/build |
13 | 2024-04-10T16:22:41.375Z | + chown build:build /home/build /work |
14 | 2024-04-10T16:22:43.359Z | + chmod 0700 /home/build /work |
15 | 2024-04-10T16:22:43.384Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-04-10T16:22:43.435Z | starting task 1: "rust-toolchain" |
17 | 2024-04-10T16:22:43.460Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-10T16:22:43.460Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-10T16:22:43.624Z | info: downloading installer |
20 | 2024-04-10T16:22:44.303Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-10T16:22:44.304Z | warning: /opt/ooce/bin |
22 | 2024-04-10T16:22:44.304Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-10T16:22:44.304Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-10T16:22:44.304Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-10T16:22:44.304Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-10T16:22:44.304Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-10T16:22:44.304Z | error: cannot install while Rust is installed |
28 | 2024-04-10T16:22:44.304Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-10T16:22:44.345Z | info: profile set to 'default' |
30 | 2024-04-10T16:22:44.345Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-10T16:22:44.370Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-10T16:22:44.435Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-10T16:22:44.435Z | info: downloading component 'cargo' |
34 | 2024-04-10T16:22:44.598Z | info: downloading component 'clippy' |
35 | 2024-04-10T16:22:44.676Z | info: downloading component 'rust-docs' |
36 | 2024-04-10T16:22:44.913Z | info: downloading component 'rust-std' |
37 | 2024-04-10T16:22:45.229Z | info: downloading component 'rustc' |
38 | 2024-04-10T16:22:46.363Z | info: downloading component 'rustfmt' |
39 | 2024-04-10T16:22:46.433Z | info: installing component 'cargo' |
40 | 2024-04-10T16:22:47.485Z | info: installing component 'clippy' |
41 | 2024-04-10T16:22:47.903Z | info: installing component 'rust-docs' |
42 | 2024-04-10T16:22:50.340Z | info: installing component 'rust-std' |
43 | 2024-04-10T16:22:52.434Z | info: installing component 'rustc' |
44 | 2024-04-10T16:22:57.155Z | info: installing component 'rustfmt' |
45 | 2024-04-10T16:22:57.533Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-10T16:22:57.533Z | |
47 | 2024-04-10T16:22:57.634Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-10T16:22:57.634Z | |
49 | 2024-04-10T16:22:57.659Z | |
50 | 2024-04-10T16:22:57.660Z | Rust is installed now. Great! |
51 | 2024-04-10T16:22:57.660Z | |
52 | 2024-04-10T16:22:57.660Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-10T16:22:57.660Z | environment variable. This has not been done automatically. |
54 | 2024-04-10T16:22:57.660Z | |
55 | 2024-04-10T16:22:57.660Z | To configure your current shell, you need to source |
56 | 2024-04-10T16:22:57.660Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-10T16:22:57.660Z | |
58 | 2024-04-10T16:22:57.660Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-10T16:22:57.660Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-10T16:22:57.660Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-10T16:22:57.714Z | + rustc --version |
62 | 2024-04-10T16:22:57.802Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-10T16:22:57.828Z | process exited: duration 14371 ms, exit code 0 |
|
64 | 2024-04-10T16:22:57.883Z | starting task 2: "authentication" |
65 | 2024-04-10T16:22:57.943Z | process exited: duration 62 ms, exit code 0 |
|
66 | 2024-04-10T16:22:57.994Z | starting task 3: "clone repository" |
67 | 2024-04-10T16:22:58.023Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-10T16:22:58.023Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-10T16:22:58.048Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-10T16:23:10.786Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-10T16:23:10.786Z | + git fetch origin d0db4f951bae83f2bbf768912ec69911ac701421 |
72 | 2024-04-10T16:23:11.436Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-10T16:23:11.437Z | * branch d0db4f951bae83f2bbf768912ec69911ac701421 -> FETCH_HEAD |
74 | 2024-04-10T16:23:11.465Z | + [[ -n alan/p-and-c-for-ben ]] |
75 | 2024-04-10T16:23:11.465Z | ++ git branch --show-current |
76 | 2024-04-10T16:23:11.465Z | + current=main |
77 | 2024-04-10T16:23:11.465Z | + [[ main != alan/p-and-c-for-ben ]] |
78 | 2024-04-10T16:23:11.466Z | + git branch -f alan/p-and-c-for-ben d0db4f951bae83f2bbf768912ec69911ac701421 |
79 | 2024-04-10T16:23:11.466Z | + git checkout -f alan/p-and-c-for-ben |
80 | 2024-04-10T16:23:11.626Z | Switched to branch 'alan/p-and-c-for-ben' |
81 | 2024-04-10T16:23:11.654Z | + git reset --hard d0db4f951bae83f2bbf768912ec69911ac701421 |
82 | 2024-04-10T16:23:11.654Z | HEAD is now at d0db4f951 Update Propolis and Crucible versions. |
83 | 2024-04-10T16:23:11.655Z | process exited: duration 13650 ms, exit code 0 |
|
84 | 2024-04-10T16:23:11.712Z | starting task 4: "build" |
85 | 2024-04-10T16:23:11.740Z | + cargo --version |
86 | 2024-04-10T16:23:11.740Z | info: syncing channel updates for '1.77.1-x86_64-unknown-illumos' |
87 | 2024-04-10T16:23:11.861Z | info: latest update on 2024-03-28, rust version 1.77.1 (7cf61ebde 2024-03-27) |
88 | 2024-04-10T16:23:11.861Z | info: downloading component 'cargo' |
89 | 2024-04-10T16:23:12.041Z | info: downloading component 'clippy' |
90 | 2024-04-10T16:23:12.117Z | info: downloading component 'rust-docs' |
91 | 2024-04-10T16:23:12.417Z | info: downloading component 'rust-std' |
92 | 2024-04-10T16:23:12.722Z | info: downloading component 'rustc' |
93 | 2024-04-10T16:23:13.715Z | info: downloading component 'rustfmt' |
94 | 2024-04-10T16:23:13.774Z | info: installing component 'cargo' |
95 | 2024-04-10T16:23:14.701Z | info: installing component 'clippy' |
96 | 2024-04-10T16:23:15.071Z | info: installing component 'rust-docs' |
97 | 2024-04-10T16:23:17.478Z | info: installing component 'rust-std' |
98 | 2024-04-10T16:23:19.450Z | info: installing component 'rustc' |
99 | 2024-04-10T16:23:23.958Z | info: installing component 'rustfmt' |
100 | 2024-04-10T16:23:24.400Z | cargo 1.77.1 (e52e36006 2024-03-26) |
101 | 2024-04-10T16:23:24.441Z | + rustc --version |
102 | 2024-04-10T16:23:24.537Z | rustc 1.77.1 (7cf61ebde 2024-03-27) |
103 | 2024-04-10T16:23:24.564Z | ++ git rev-parse HEAD |
104 | 2024-04-10T16:23:24.564Z | + COMMIT=d0db4f951bae83f2bbf768912ec69911ac701421 |
105 | 2024-04-10T16:23:24.564Z | + VERSION=7.0.0-0.ci+gitd0db4f951ba |
106 | 2024-04-10T16:23:24.564Z | + echo 7.0.0-0.ci+gitd0db4f951ba |
107 | 2024-04-10T16:23:24.564Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-04-10T16:23:29.422Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-04-10T16:23:31.291Z | Startup: Caching catalogs ... Done |
110 | 2024-04-10T16:23:34.114Z | Planning: Solver setup ... Done (2.267s) |
111 | 2024-04-10T16:23:34.154Z | Planning: Running solver ... Done (0.041s) |
112 | 2024-04-10T16:23:34.186Z | Planning: Finding local manifests ... Done (0.002s) |
113 | 2024-04-10T16:23:34.262Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-04-10T16:23:34.635Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-04-10T16:23:34.694Z | Planning: Package planning ... Done (0.059s) |
116 | 2024-04-10T16:23:34.754Z | Planning: Merging actions ... Done (0.060s) |
117 | 2024-04-10T16:23:35.126Z | Planning: Checking for conflicting actions ... Done (0.372s) |
118 | 2024-04-10T16:23:35.151Z | Planning: Consolidating action changes ... Done (0.013s) |
119 | 2024-04-10T16:23:35.873Z | Planning: Evaluating mediators ... Done (0.733s) |
120 | 2024-04-10T16:23:35.901Z | Planning: Planning completed in 4.54 seconds |
121 | 2024-04-10T16:23:35.926Z | Packages to install: 4 |
122 | 2024-04-10T16:23:35.926Z | Mediators to change: 2 |
123 | 2024-04-10T16:23:35.926Z | Services to change: 1 |
124 | 2024-04-10T16:23:35.926Z | Estimated space available: 148.37 GB |
125 | 2024-04-10T16:23:35.926Z | Estimated space to be consumed: 1.44 GB |
126 | 2024-04-10T16:23:35.926Z | Create boot environment: No |
127 | 2024-04-10T16:23:35.926Z | Create backup boot environment: No |
128 | 2024-04-10T16:23:35.926Z | Rebuild boot archive: No |
129 | 2024-04-10T16:23:35.926Z | |
130 | 2024-04-10T16:23:35.926Z | Changed mediators: |
131 | 2024-04-10T16:23:35.926Z | mediator clang: |
132 | 2024-04-10T16:23:35.926Z | version: None -> 15 (system default) |
133 | 2024-04-10T16:23:35.927Z | |
134 | 2024-04-10T16:23:35.927Z | mediator llvm: |
135 | 2024-04-10T16:23:35.927Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-04-10T16:23:35.927Z | |
137 | 2024-04-10T16:23:35.927Z | Changed packages: |
138 | 2024-04-10T16:23:35.927Z | helios-dev |
139 | 2024-04-10T16:23:35.927Z | developer/build-essential |
140 | 2024-04-10T16:23:35.927Z | None -> 11-2.0 |
141 | 2024-04-10T16:23:35.927Z | library/libxmlsec1 |
142 | 2024-04-10T16:23:35.927Z | None -> 1.2.35-2.0 |
143 | 2024-04-10T16:23:35.927Z | ooce/developer/clang-15 |
144 | 2024-04-10T16:23:35.927Z | None -> 15.0.7-2.0 |
145 | 2024-04-10T16:23:35.927Z | ooce/developer/llvm-15 |
146 | 2024-04-10T16:23:35.927Z | None -> 15.0.7-2.0 |
147 | 2024-04-10T16:23:35.927Z | |
148 | 2024-04-10T16:23:35.927Z | Services: |
149 | 2024-04-10T16:23:35.927Z | restart_fmri: |
150 | 2024-04-10T16:23:35.927Z | svc:/system/update-man-index:default |
151 | 2024-04-10T16:23:35.953Z | |
152 | 2024-04-10T16:23:35.953Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-04-10T16:23:40.957Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
154 | 2024-04-10T16:23:45.957Z | Download: 3076/3290 items 121.4/212.6MB 57% complete (12.2M/s) |
155 | 2024-04-10T16:23:50.126Z | Download: Completed 212.60 MB in 14.18 seconds (15.0M/s) |
156 | 2024-04-10T16:23:50.316Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-04-10T16:23:55.316Z | Actions: 2947/3689 actions (Installing new actions) |
158 | 2024-04-10T16:23:55.886Z | Actions: Completed 3689 actions in 5.57 seconds. |
159 | 2024-04-10T16:23:56.075Z | Done (0.181s) |
160 | 2024-04-10T16:23:56.075Z | Done (0.000s) |
161 | 2024-04-10T16:23:56.390Z | Done (0.317s) |
162 | 2024-04-10T16:24:01.362Z | Done (4.855s) |
163 | 2024-04-10T16:24:01.451Z | Done (0.018s) |
164 | 2024-04-10T16:24:01.476Z | Done (0.000s) |
165 | 2024-04-10T16:24:01.623Z | Done (0.000s) |
166 | 2024-04-10T16:24:02.263Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-04-10T16:24:02.510Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-04-10T16:24:02.535Z | Planning: Consolidating action changes ... Done |
169 | 2024-04-10T16:24:02.829Z | Planning: Evaluating mediators ... Done |
170 | 2024-04-10T16:24:02.854Z | Planning: Planning completed in 0.57 seconds |
171 | 2024-04-10T16:24:02.879Z | Mediators to change: 2 |
172 | 2024-04-10T16:24:02.879Z | Create boot environment: No |
173 | 2024-04-10T16:24:02.879Z | Create backup boot environment: No |
174 | 2024-04-10T16:24:02.927Z | Done |
175 | 2024-04-10T16:24:02.927Z | Done |
176 | 2024-04-10T16:24:03.138Z | Done |
177 | 2024-04-10T16:24:07.485Z | Done |
178 | 2024-04-10T16:24:07.573Z | Done |
179 | 2024-04-10T16:24:07.597Z | Done |
180 | 2024-04-10T16:24:07.643Z | Done |
181 | 2024-04-10T16:24:08.446Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-04-10T16:24:08.470Z | Planning: Merging actions ... Done |
183 | 2024-04-10T16:24:08.732Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-04-10T16:24:08.756Z | Planning: Consolidating action changes ... Done |
185 | 2024-04-10T16:24:09.044Z | Planning: Evaluating mediators ... Done |
186 | 2024-04-10T16:24:09.109Z | Planning: Planning completed in 0.99 seconds |
187 | 2024-04-10T16:24:09.149Z | Packages to change: 1 |
188 | 2024-04-10T16:24:09.149Z | Mediators to change: 1 |
189 | 2024-04-10T16:24:09.149Z | Services to change: 1 |
190 | 2024-04-10T16:24:09.149Z | Create boot environment: No |
191 | 2024-04-10T16:24:09.149Z | Create backup boot environment: Yes |
192 | 2024-04-10T16:24:10.684Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-04-10T16:24:10.709Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2024-04-10T16:24:10.709Z | Done |
195 | 2024-04-10T16:24:10.709Z | Done |
196 | 2024-04-10T16:24:10.754Z | Done |
197 | 2024-04-10T16:24:15.142Z | Done |
198 | 2024-04-10T16:24:15.229Z | Done |
199 | 2024-04-10T16:24:15.254Z | Done |
200 | 2024-04-10T16:24:15.301Z | Done |
201 | 2024-04-10T16:24:15.833Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-04-10T16:24:15.833Z | clang system 15 system |
203 | 2024-04-10T16:24:15.833Z | csh system system illumos |
204 | 2024-04-10T16:24:15.833Z | ctags system system illumos |
205 | 2024-04-10T16:24:15.833Z | gcc vendor 12 vendor |
206 | 2024-04-10T16:24:15.833Z | gcc system 10 system |
207 | 2024-04-10T16:24:15.833Z | gcc system 7 system |
208 | 2024-04-10T16:24:15.833Z | go system 1.20 system |
209 | 2024-04-10T16:24:15.833Z | go system 1.19 system |
210 | 2024-04-10T16:24:15.833Z | llvm system 15 system |
211 | 2024-04-10T16:24:15.833Z | llvm system 14 system |
212 | 2024-04-10T16:24:15.833Z | mariadb system 10.6 system |
213 | 2024-04-10T16:24:15.833Z | mta vendor vendor dma |
214 | 2024-04-10T16:24:15.833Z | openjdk system 17 system |
215 | 2024-04-10T16:24:15.833Z | openjdk system 11 system |
216 | 2024-04-10T16:24:15.833Z | openjdk system 1.8 system |
217 | 2024-04-10T16:24:15.833Z | openssl vendor 3 vendor |
218 | 2024-04-10T16:24:15.833Z | perl system 5.36 system |
219 | 2024-04-10T16:24:15.834Z | postgresql system 15 system |
220 | 2024-04-10T16:24:15.834Z | postgresql system 13 system |
221 | 2024-04-10T16:24:15.834Z | python vendor 3 vendor |
222 | 2024-04-10T16:24:15.834Z | python system 2 system |
223 | 2024-04-10T16:24:15.834Z | python3 system 3.11 system |
224 | 2024-04-10T16:24:15.834Z | ruby system 3.0 system |
225 | 2024-04-10T16:24:15.834Z | words vendor vendor american-english |
226 | 2024-04-10T16:24:15.834Z | words system system australian-english |
227 | 2024-04-10T16:24:15.834Z | words system system british-english |
228 | 2024-04-10T16:24:15.834Z | words system system canadian-english |
229 | 2024-04-10T16:24:15.834Z | words system system french |
230 | 2024-04-10T16:24:15.834Z | words system system italian |
231 | 2024-04-10T16:24:15.834Z | words system system ngerman |
232 | 2024-04-10T16:24:15.834Z | words system system ogerman |
233 | 2024-04-10T16:24:15.834Z | words system system spanish |
234 | 2024-04-10T16:24:16.234Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2024-04-10T16:24:16.234Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2024-04-10T16:24:17.837Z | FMRI IFO |
237 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-04-10T16:24:17.837Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-04-10T16:24:18.067Z | + set -o errexit |
250 | 2024-04-10T16:24:18.093Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2024-04-10T16:24:18.093Z | ++ cd ./tools |
252 | 2024-04-10T16:24:18.093Z | ++ pwd |
253 | 2024-04-10T16:24:18.093Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2024-04-10T16:24:18.093Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2024-04-10T16:24:18.093Z | + ARG0=ci_download_cockroachdb |
256 | 2024-04-10T16:24:18.093Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2024-04-10T16:24:18.093Z | + CIDL_VERSION=v22.1.9 |
258 | 2024-04-10T16:24:18.093Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2024-04-10T16:24:18.093Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
260 | 2024-04-10T16:24:18.093Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
261 | 2024-04-10T16:24:18.093Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-04-10T16:24:18.094Z | + TARGET_DIR=out |
263 | 2024-04-10T16:24:18.094Z | + DOWNLOAD_DIR=out/downloads |
264 | 2024-04-10T16:24:18.094Z | + DEST_DIR=./out/cockroachdb |
265 | 2024-04-10T16:24:18.094Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2024-04-10T16:24:18.094Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2024-04-10T16:24:18.094Z | + main |
268 | 2024-04-10T16:24:18.094Z | + [[ 0 != 0 ]] |
269 | 2024-04-10T16:24:18.094Z | + CIDL_OS=solaris2.11 |
270 | 2024-04-10T16:24:18.094Z | + [[ 0 != 0 ]] |
271 | 2024-04-10T16:24:18.094Z | + configure_os solaris2.11 |
272 | 2024-04-10T16:24:18.094Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2024-04-10T16:24:18.094Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2024-04-10T16:24:18.094Z | current directory: /work/oxidecomputer/omicron |
275 | 2024-04-10T16:24:18.094Z | configuring based on OS: "solaris2.11" |
276 | 2024-04-10T16:24:18.094Z | + case "$1" in |
277 | 2024-04-10T16:24:18.094Z | + CIDL_BUILD=illumos |
278 | 2024-04-10T16:24:18.094Z | + CIDL_SUFFIX=tar.gz |
279 | 2024-04-10T16:24:18.094Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-04-10T16:24:18.094Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2024-04-10T16:24:18.094Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2024-04-10T16:24:18.094Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2024-04-10T16:24:18.094Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-04-10T16:24:18.094Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-04-10T16:24:18.095Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2024-04-10T16:24:18.095Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-04-10T16:24:18.095Z | + CIDL_SHA256FUNC=do_sha256sum |
288 | 2024-04-10T16:24:18.095Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-04-10T16:24:18.095Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-04-10T16:24:18.095Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2024-04-10T16:24:18.095Z | + mkdir -p out/downloads |
292 | 2024-04-10T16:24:18.095Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-04-10T16:24:18.095Z | + mkdir -p ./out/cockroachdb |
294 | 2024-04-10T16:24:18.095Z | + local DO_DOWNLOAD=true |
295 | 2024-04-10T16:24:18.095Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2024-04-10T16:24:18.095Z | + '[' true == true ']' |
297 | 2024-04-10T16:24:18.095Z | + echo Downloading... |
298 | 2024-04-10T16:24:18.095Z | Downloading... |
299 | 2024-04-10T16:24:18.095Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-10T16:24:18.095Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-04-10T16:24:23.616Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-04-10T16:24:23.646Z | ++ sha256sum |
303 | 2024-04-10T16:24:23.646Z | ++ awk '{print $1}' |
304 | 2024-04-10T16:24:23.694Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
305 | 2024-04-10T16:24:23.695Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
306 | 2024-04-10T16:24:23.695Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-10T16:24:23.722Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2024-04-10T16:24:26.624Z | + do_assemble_illumos |
309 | 2024-04-10T16:24:26.625Z | + rm -r ./out/cockroachdb |
310 | 2024-04-10T16:24:26.649Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2024-04-10T16:24:27.002Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2024-04-10T16:24:27.170Z | Build Tag: v22.1.9-dirty |
313 | 2024-04-10T16:24:27.170Z | Build Time: 2022/10/26 21:17:46 |
314 | 2024-04-10T16:24:27.170Z | Distribution: OSS |
315 | 2024-04-10T16:24:27.170Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2024-04-10T16:24:27.170Z | Go Version: go1.17.13 |
317 | 2024-04-10T16:24:27.170Z | C Compiler: gcc 10.3.0 |
318 | 2024-04-10T16:24:27.170Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2024-04-10T16:24:27.170Z | Build Type: release |
320 | 2024-04-10T16:24:27.195Z | + set -o errexit |
321 | 2024-04-10T16:24:27.220Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2024-04-10T16:24:27.221Z | ++ cd ./tools |
323 | 2024-04-10T16:24:27.221Z | ++ pwd |
324 | 2024-04-10T16:24:27.221Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2024-04-10T16:24:27.221Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2024-04-10T16:24:27.221Z | + ARG0=ci_download_clickhouse |
327 | 2024-04-10T16:24:27.221Z | + TARGET_DIR=out |
328 | 2024-04-10T16:24:27.221Z | + DOWNLOAD_DIR=out/downloads |
329 | 2024-04-10T16:24:27.221Z | + DEST_DIR=./out/clickhouse |
330 | 2024-04-10T16:24:27.221Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
331 | 2024-04-10T16:24:27.221Z | + CIDL_VERSION=v23.8.7.24 |
332 | 2024-04-10T16:24:27.221Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
333 | 2024-04-10T16:24:27.221Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
334 | 2024-04-10T16:24:27.221Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
335 | 2024-04-10T16:24:27.221Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
336 | 2024-04-10T16:24:27.221Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
337 | 2024-04-10T16:24:27.221Z | + main |
338 | 2024-04-10T16:24:27.221Z | + [[ 0 != 0 ]] |
339 | 2024-04-10T16:24:27.221Z | + CIDL_OS=solaris2.11 |
340 | 2024-04-10T16:24:27.221Z | + [[ 0 != 0 ]] |
341 | 2024-04-10T16:24:27.221Z | + configure_os solaris2.11 |
342 | 2024-04-10T16:24:27.221Z | + echo 'current directory: /work/oxidecomputer/omicron' |
343 | 2024-04-10T16:24:27.222Z | + echo 'configuring based on OS: "solaris2.11"' |
344 | 2024-04-10T16:24:27.222Z | + CIDL_DASHREV= |
345 | 2024-04-10T16:24:27.222Z | current directory: /work/oxidecomputer/omicron |
346 | 2024-04-10T16:24:27.222Z | + case "$1" in |
347 | 2024-04-10T16:24:27.222Z | + CIDL_PLATFORM=illumos |
348 | 2024-04-10T16:24:27.222Z | configuring based on OS: "solaris2.11" |
349 | 2024-04-10T16:24:27.222Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
350 | 2024-04-10T16:24:27.222Z | + CIDL_MD5FUNC=do_md5sum |
351 | 2024-04-10T16:24:27.222Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
352 | 2024-04-10T16:24:27.222Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-04-10T16:24:27.222Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-04-10T16:24:27.222Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-10T16:24:27.222Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-04-10T16:24:27.222Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-04-10T16:24:27.222Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-04-10T16:24:27.222Z | + mkdir -p out/downloads |
359 | 2024-04-10T16:24:27.222Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-04-10T16:24:27.222Z | + mkdir -p ./out/clickhouse |
361 | 2024-04-10T16:24:27.222Z | + local DO_DOWNLOAD=true |
362 | 2024-04-10T16:24:27.222Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
363 | 2024-04-10T16:24:27.222Z | + '[' true == true ']' |
364 | 2024-04-10T16:24:27.222Z | + echo Downloading... |
365 | 2024-04-10T16:24:27.222Z | Downloading... |
366 | 2024-04-10T16:24:27.222Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-04-10T16:24:27.223Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-04-10T16:24:38.592Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-04-10T16:24:38.616Z | ++ md5sum |
370 | 2024-04-10T16:24:38.616Z | ++ awk '{print $1}' |
371 | 2024-04-10T16:24:38.860Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-04-10T16:24:38.860Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
373 | 2024-04-10T16:24:38.860Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
374 | 2024-04-10T16:24:38.860Z | + mkdir -p ./out/clickhouse |
375 | 2024-04-10T16:24:38.885Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
376 | 2024-04-10T16:24:44.044Z | + [[ solaris2.11 == darwin* ]] |
377 | 2024-04-10T16:24:44.044Z | + ./out/clickhouse/clickhouse server --version |
378 | 2024-04-10T16:24:44.124Z | ClickHouse server version 23.8.7.1. |
379 | 2024-04-10T16:24:44.153Z | + set -o errexit |
380 | 2024-04-10T16:24:44.178Z | +++ dirname ./tools/ci_download_console |
381 | 2024-04-10T16:24:44.179Z | ++ cd ./tools |
382 | 2024-04-10T16:24:44.179Z | ++ pwd |
383 | 2024-04-10T16:24:44.179Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
384 | 2024-04-10T16:24:44.179Z | ++ basename ./tools/ci_download_console |
385 | 2024-04-10T16:24:44.179Z | + ARG0=ci_download_console |
386 | 2024-04-10T16:24:44.179Z | + TARGET_DIR=out |
387 | 2024-04-10T16:24:44.179Z | + DOWNLOAD_DIR=out/downloads |
388 | 2024-04-10T16:24:44.179Z | + DEST_DIR=./out/console-assets |
389 | 2024-04-10T16:24:44.179Z | + source /work/oxidecomputer/omicron/tools/console_version |
390 | 2024-04-10T16:24:44.179Z | ++ COMMIT=7e34c118e6e3687c7d2a3931328083a397a06d35 |
391 | 2024-04-10T16:24:44.179Z | ++ SHA2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 |
392 | 2024-04-10T16:24:44.179Z | + URL=https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz |
393 | 2024-04-10T16:24:44.179Z | + TARBALL_FILE=out/downloads/console.tar.gz |
394 | 2024-04-10T16:24:44.179Z | + main |
395 | 2024-04-10T16:24:44.179Z | + [[ 0 != 0 ]] |
396 | 2024-04-10T16:24:44.179Z | + echo 'URL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz' |
397 | 2024-04-10T16:24:44.179Z | + echo 'Local file: out/downloads/console.tar.gz' |
398 | 2024-04-10T16:24:44.179Z | URL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz |
399 | 2024-04-10T16:24:44.179Z | + local DO_DOWNLOAD=true |
400 | 2024-04-10T16:24:44.179Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2024-04-10T16:24:44.179Z | Local file: out/downloads/console.tar.gz |
402 | 2024-04-10T16:24:44.179Z | + mkdir -p out/downloads |
403 | 2024-04-10T16:24:44.180Z | + '[' true == true ']' |
404 | 2024-04-10T16:24:44.180Z | + echo Downloading... |
405 | 2024-04-10T16:24:44.180Z | Downloading... |
406 | 2024-04-10T16:24:44.180Z | + do_download_curl https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz out/downloads/console.tar.gz |
407 | 2024-04-10T16:24:44.180Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz |
408 | 2024-04-10T16:24:44.624Z | ++ do_sha256sum out/downloads/console.tar.gz |
409 | 2024-04-10T16:24:44.624Z | ++ case "$OSTYPE" in |
410 | 2024-04-10T16:24:44.624Z | ++ SHA=sha256sum |
411 | 2024-04-10T16:24:44.649Z | ++ sha256sum |
412 | 2024-04-10T16:24:44.649Z | ++ awk '{print $1}' |
413 | 2024-04-10T16:24:44.649Z | + calculated_sha2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 |
414 | 2024-04-10T16:24:44.649Z | + [[ 219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 != \2\1\9\e\e\8\3\e\8\b\7\1\b\c\8\4\4\2\0\3\d\f\1\a\c\2\c\f\b\3\3\6\9\3\2\0\c\8\a\d\7\4\b\3\9\3\c\4\2\2\9\a\b\8\e\0\d\1\8\b\e\8\b\5 ]] |
415 | 2024-04-10T16:24:44.649Z | + rm -rf ./out/console-assets |
416 | 2024-04-10T16:24:44.649Z | + mkdir -p ./out/console-assets |
417 | 2024-04-10T16:24:44.649Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
418 | 2024-04-10T16:24:44.650Z | + mkdir -p ./out/console-assets |
419 | 2024-04-10T16:24:44.650Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
420 | 2024-04-10T16:24:44.766Z | + set -o errexit |
421 | 2024-04-10T16:24:44.791Z | +++ dirname ./tools/ci_download_maghemite_openapi |
422 | 2024-04-10T16:24:44.792Z | ++ cd ./tools |
423 | 2024-04-10T16:24:44.792Z | ++ pwd |
424 | 2024-04-10T16:24:44.792Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
425 | 2024-04-10T16:24:44.792Z | ++ basename ./tools/ci_download_maghemite_openapi |
426 | 2024-04-10T16:24:44.792Z | + ARG0=ci_download_maghemite_openapi |
427 | 2024-04-10T16:24:44.792Z | + TARGET_DIR=out |
428 | 2024-04-10T16:24:44.792Z | + DOWNLOAD_DIR=out/downloads |
429 | 2024-04-10T16:24:44.792Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
430 | 2024-04-10T16:24:44.792Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
431 | 2024-04-10T16:24:44.792Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
432 | 2024-04-10T16:24:44.792Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
433 | 2024-04-10T16:24:44.792Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
434 | 2024-04-10T16:24:44.792Z | + main |
435 | 2024-04-10T16:24:44.792Z | + rm -rf out/downloads/root |
436 | 2024-04-10T16:24:44.792Z | + [[ 0 != 0 ]] |
437 | 2024-04-10T16:24:44.792Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
438 | 2024-04-10T16:24:44.792Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
439 | 2024-04-10T16:24:44.792Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
440 | 2024-04-10T16:24:44.792Z | + local DO_DOWNLOAD=true |
441 | 2024-04-10T16:24:44.792Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
442 | 2024-04-10T16:24:44.792Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
443 | 2024-04-10T16:24:44.792Z | + mkdir -p out/downloads |
444 | 2024-04-10T16:24:44.793Z | + '[' true == true ']' |
445 | 2024-04-10T16:24:44.793Z | + echo Downloading... |
446 | 2024-04-10T16:24:44.793Z | Downloading... |
447 | 2024-04-10T16:24:44.793Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-04-10T16:24:44.793Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
449 | 2024-04-10T16:24:45.209Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
450 | 2024-04-10T16:24:45.209Z | ++ case "$OSTYPE" in |
451 | 2024-04-10T16:24:45.209Z | ++ SHA=sha256sum |
452 | 2024-04-10T16:24:45.234Z | ++ sha256sum |
453 | 2024-04-10T16:24:45.234Z | ++ awk '{print $1}' |
454 | 2024-04-10T16:24:45.234Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
455 | 2024-04-10T16:24:45.234Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
456 | 2024-04-10T16:24:45.234Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
457 | 2024-04-10T16:24:45.234Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
458 | 2024-04-10T16:24:45.234Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
459 | 2024-04-10T16:24:45.235Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
460 | 2024-04-10T16:24:45.235Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
461 | 2024-04-10T16:24:45.235Z | + main |
462 | 2024-04-10T16:24:45.235Z | + rm -rf out/downloads/root |
463 | 2024-04-10T16:24:45.235Z | + [[ 0 != 0 ]] |
464 | 2024-04-10T16:24:45.235Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
465 | 2024-04-10T16:24:45.235Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
466 | 2024-04-10T16:24:45.235Z | + local DO_DOWNLOAD=true |
467 | 2024-04-10T16:24:45.235Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
468 | 2024-04-10T16:24:45.235Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-04-10T16:24:45.235Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
470 | 2024-04-10T16:24:45.235Z | + mkdir -p out/downloads |
471 | 2024-04-10T16:24:45.235Z | + '[' true == true ']' |
472 | 2024-04-10T16:24:45.235Z | + echo Downloading... |
473 | 2024-04-10T16:24:45.235Z | Downloading... |
474 | 2024-04-10T16:24:45.235Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-04-10T16:24:45.235Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
476 | 2024-04-10T16:24:45.446Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
477 | 2024-04-10T16:24:45.446Z | ++ case "$OSTYPE" in |
478 | 2024-04-10T16:24:45.446Z | ++ SHA=sha256sum |
479 | 2024-04-10T16:24:45.470Z | ++ sha256sum |
480 | 2024-04-10T16:24:45.470Z | ++ awk '{print $1}' |
481 | 2024-04-10T16:24:45.470Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
482 | 2024-04-10T16:24:45.470Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
483 | 2024-04-10T16:24:45.470Z | + set -o errexit |
484 | 2024-04-10T16:24:45.470Z | +++ dirname ./tools/ci_download_dendrite_openapi |
485 | 2024-04-10T16:24:45.470Z | ++ cd ./tools |
486 | 2024-04-10T16:24:45.470Z | ++ pwd |
487 | 2024-04-10T16:24:45.495Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2024-04-10T16:24:45.495Z | ++ basename ./tools/ci_download_dendrite_openapi |
489 | 2024-04-10T16:24:45.495Z | + ARG0=ci_download_dendrite_openapi |
490 | 2024-04-10T16:24:45.495Z | + TARGET_DIR=out |
491 | 2024-04-10T16:24:45.495Z | + DOWNLOAD_DIR=out/downloads |
492 | 2024-04-10T16:24:45.495Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2024-04-10T16:24:45.495Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
494 | 2024-04-10T16:24:45.495Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
495 | 2024-04-10T16:24:45.495Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
496 | 2024-04-10T16:24:45.496Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
497 | 2024-04-10T16:24:45.496Z | + main |
498 | 2024-04-10T16:24:45.496Z | + [[ 0 != 0 ]] |
499 | 2024-04-10T16:24:45.496Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
500 | 2024-04-10T16:24:45.496Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
501 | 2024-04-10T16:24:45.496Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
502 | 2024-04-10T16:24:45.496Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
503 | 2024-04-10T16:24:45.496Z | + local DO_DOWNLOAD=true |
504 | 2024-04-10T16:24:45.496Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
505 | 2024-04-10T16:24:45.496Z | + mkdir -p out/downloads |
506 | 2024-04-10T16:24:45.496Z | + '[' true == true ']' |
507 | 2024-04-10T16:24:45.496Z | + echo Downloading... |
508 | 2024-04-10T16:24:45.496Z | Downloading... |
509 | 2024-04-10T16:24:45.496Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-10T16:24:45.496Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
511 | 2024-04-10T16:24:45.793Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
512 | 2024-04-10T16:24:45.793Z | ++ case "$OSTYPE" in |
513 | 2024-04-10T16:24:45.793Z | ++ SHA=sha256sum |
514 | 2024-04-10T16:24:45.818Z | ++ sha256sum |
515 | 2024-04-10T16:24:45.818Z | ++ awk '{print $1}' |
516 | 2024-04-10T16:24:45.818Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
517 | 2024-04-10T16:24:45.818Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
518 | 2024-04-10T16:24:45.818Z | + set -o errexit |
519 | 2024-04-10T16:24:45.818Z | +++ dirname ./tools/ci_download_dendrite_stub |
520 | 2024-04-10T16:24:45.818Z | ++ cd ./tools |
521 | 2024-04-10T16:24:45.818Z | ++ pwd |
522 | 2024-04-10T16:24:45.843Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
523 | 2024-04-10T16:24:45.843Z | ++ basename ./tools/ci_download_dendrite_stub |
524 | 2024-04-10T16:24:45.843Z | + ARG0=ci_download_dendrite_stub |
525 | 2024-04-10T16:24:45.844Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
526 | 2024-04-10T16:24:45.844Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
527 | 2024-04-10T16:24:45.844Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
528 | 2024-04-10T16:24:45.844Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
529 | 2024-04-10T16:24:45.844Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
530 | 2024-04-10T16:24:45.844Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
531 | 2024-04-10T16:24:45.844Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
532 | 2024-04-10T16:24:45.844Z | + TARGET_DIR=out |
533 | 2024-04-10T16:24:45.844Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-04-10T16:24:45.844Z | + DEST_DIR=./out/dendrite-stub |
535 | 2024-04-10T16:24:45.844Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
536 | 2024-04-10T16:24:45.844Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-04-10T16:24:45.844Z | + REPO=oxidecomputer/dendrite |
538 | 2024-04-10T16:24:45.844Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
539 | 2024-04-10T16:24:45.844Z | + main |
540 | 2024-04-10T16:24:45.844Z | + [[ 0 != 0 ]] |
541 | 2024-04-10T16:24:45.844Z | + CIDL_OS=solaris2.11 |
542 | 2024-04-10T16:24:45.844Z | + [[ 0 != 0 ]] |
543 | 2024-04-10T16:24:45.844Z | + configure_os solaris2.11 |
544 | 2024-04-10T16:24:45.844Z | + echo 'current directory: /work/oxidecomputer/omicron' |
545 | 2024-04-10T16:24:45.844Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2024-04-10T16:24:45.845Z | current directory: /work/oxidecomputer/omicron |
547 | 2024-04-10T16:24:45.845Z | configuring based on OS: "solaris2.11" |
548 | 2024-04-10T16:24:45.845Z | + case "$1" in |
549 | 2024-04-10T16:24:45.845Z | + SET_BINARIES= |
550 | 2024-04-10T16:24:45.845Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
551 | 2024-04-10T16:24:45.845Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-04-10T16:24:45.845Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
553 | 2024-04-10T16:24:45.845Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
554 | 2024-04-10T16:24:45.845Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
555 | 2024-04-10T16:24:45.845Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
556 | 2024-04-10T16:24:45.845Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
557 | 2024-04-10T16:24:45.845Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
558 | 2024-04-10T16:24:45.845Z | + mkdir -p out/downloads |
559 | 2024-04-10T16:24:45.845Z | Local file: out/downloads/dendrite-stub.tar.gz |
560 | 2024-04-10T16:24:45.845Z | + mkdir -p ./out/dendrite-stub |
561 | 2024-04-10T16:24:45.845Z | + fetch_and_verify |
562 | 2024-04-10T16:24:45.845Z | + local DO_DOWNLOAD=true |
563 | 2024-04-10T16:24:45.845Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2024-04-10T16:24:45.845Z | + '[' true == true ']' |
565 | 2024-04-10T16:24:45.845Z | + echo Downloading... |
566 | 2024-04-10T16:24:45.845Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
567 | 2024-04-10T16:24:45.845Z | + 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 |
568 | 2024-04-10T16:24:45.845Z | Downloading... |
569 | 2024-04-10T16:24:52.048Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
570 | 2024-04-10T16:24:52.072Z | ++ sha256sum |
571 | 2024-04-10T16:24:52.072Z | ++ awk '{print $1}' |
572 | 2024-04-10T16:24:52.097Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
573 | 2024-04-10T16:24:52.097Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
574 | 2024-04-10T16:24:52.097Z | + do_untar out/downloads/dendrite-stub.tar.gz |
575 | 2024-04-10T16:24:52.097Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
576 | 2024-04-10T16:24:52.868Z | + do_assemble |
577 | 2024-04-10T16:24:52.868Z | + rm -r ./out/dendrite-stub |
578 | 2024-04-10T16:24:52.893Z | + mkdir ./out/dendrite-stub |
579 | 2024-04-10T16:24:52.893Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
580 | 2024-04-10T16:24:53.012Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
581 | 2024-04-10T16:24:53.037Z | + set -o errexit |
582 | 2024-04-10T16:24:53.037Z | +++ dirname ./tools/ci_download_maghemite_mgd |
583 | 2024-04-10T16:24:53.037Z | ++ cd ./tools |
584 | 2024-04-10T16:24:53.037Z | ++ pwd |
585 | 2024-04-10T16:24:53.037Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
586 | 2024-04-10T16:24:53.037Z | ++ basename ./tools/ci_download_maghemite_mgd |
587 | 2024-04-10T16:24:53.037Z | + ARG0=ci_download_maghemite_mgd |
588 | 2024-04-10T16:24:53.037Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
589 | 2024-04-10T16:24:53.037Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
590 | 2024-04-10T16:24:53.037Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
591 | 2024-04-10T16:24:53.037Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
592 | 2024-04-10T16:24:53.037Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
593 | 2024-04-10T16:24:53.037Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
594 | 2024-04-10T16:24:53.037Z | + TARGET_DIR=out |
595 | 2024-04-10T16:24:53.037Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-04-10T16:24:53.037Z | + DEST_DIR=./out/mgd |
597 | 2024-04-10T16:24:53.037Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
598 | 2024-04-10T16:24:53.038Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
599 | 2024-04-10T16:24:53.038Z | + REPO=oxidecomputer/maghemite |
600 | 2024-04-10T16:24:53.038Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
601 | 2024-04-10T16:24:53.038Z | + main |
602 | 2024-04-10T16:24:53.038Z | + rm -rf out/downloads/root |
603 | 2024-04-10T16:24:53.063Z | + [[ 0 != 0 ]] |
604 | 2024-04-10T16:24:53.063Z | + CIDL_OS=solaris2.11 |
605 | 2024-04-10T16:24:53.063Z | + [[ 0 != 0 ]] |
606 | 2024-04-10T16:24:53.063Z | + configure_os solaris2.11 |
607 | 2024-04-10T16:24:53.063Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-04-10T16:24:53.064Z | current directory: /work/oxidecomputer/omicron |
609 | 2024-04-10T16:24:53.064Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2024-04-10T16:24:53.064Z | + case "$1" in |
611 | 2024-04-10T16:24:53.064Z | + SET_BINARIES= |
612 | 2024-04-10T16:24:53.064Z | configuring based on OS: "solaris2.11" |
613 | 2024-04-10T16:24:53.064Z | + CIDL_SHA256FUNC=do_sha256sum |
614 | 2024-04-10T16:24:53.064Z | + TARBALL_FILENAME=mgd.tar.gz |
615 | 2024-04-10T16:24:53.064Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
616 | 2024-04-10T16:24:53.064Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2024-04-10T16:24:53.064Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
618 | 2024-04-10T16:24:53.064Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
619 | 2024-04-10T16:24:53.064Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
620 | 2024-04-10T16:24:53.064Z | + mkdir -p out/downloads |
621 | 2024-04-10T16:24:53.064Z | Local file: out/downloads/mgd.tar.gz |
622 | 2024-04-10T16:24:53.064Z | + mkdir -p ./out/mgd |
623 | 2024-04-10T16:24:53.064Z | + fetch_and_verify |
624 | 2024-04-10T16:24:53.064Z | + local DO_DOWNLOAD=true |
625 | 2024-04-10T16:24:53.064Z | + [[ -f out/downloads/mgd.tar.gz ]] |
626 | 2024-04-10T16:24:53.064Z | + '[' true == true ']' |
627 | 2024-04-10T16:24:53.064Z | + echo Downloading... |
628 | 2024-04-10T16:24:53.064Z | Downloading... |
629 | 2024-04-10T16:24:53.064Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
630 | 2024-04-10T16:24:53.064Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
631 | 2024-04-10T16:24:59.755Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
632 | 2024-04-10T16:24:59.780Z | ++ sha256sum |
633 | 2024-04-10T16:24:59.780Z | ++ awk '{print $1}' |
634 | 2024-04-10T16:24:59.805Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
635 | 2024-04-10T16:24:59.805Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
636 | 2024-04-10T16:24:59.805Z | + do_untar out/downloads/mgd.tar.gz |
637 | 2024-04-10T16:24:59.805Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
638 | 2024-04-10T16:25:00.575Z | + do_assemble |
639 | 2024-04-10T16:25:00.575Z | + rm -r ./out/mgd |
640 | 2024-04-10T16:25:00.599Z | + mkdir ./out/mgd |
641 | 2024-04-10T16:25:00.599Z | + cp -r out/downloads/root ./out/mgd/root |
642 | 2024-04-10T16:25:00.658Z | + set -o errexit |
643 | 2024-04-10T16:25:00.705Z | +++ dirname ./tools/ci_download_transceiver_control |
644 | 2024-04-10T16:25:00.705Z | ++ cd ./tools |
645 | 2024-04-10T16:25:00.705Z | ++ pwd |
646 | 2024-04-10T16:25:00.705Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
647 | 2024-04-10T16:25:00.705Z | ++ basename ./tools/ci_download_transceiver_control |
648 | 2024-04-10T16:25:00.705Z | + ARG0=ci_download_transceiver_control |
649 | 2024-04-10T16:25:00.705Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
650 | 2024-04-10T16:25:00.705Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-04-10T16:25:00.705Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-04-10T16:25:00.705Z | + TARGET_DIR=out |
653 | 2024-04-10T16:25:00.705Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-04-10T16:25:00.705Z | + DEST_DIR=./out/transceiver-control |
655 | 2024-04-10T16:25:00.705Z | + BIN_DIR=/opt/oxide/bin |
656 | 2024-04-10T16:25:00.705Z | + BINARY=xcvradm |
657 | 2024-04-10T16:25:00.705Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
658 | 2024-04-10T16:25:00.705Z | + REPO=oxidecomputer/transceiver-control |
659 | 2024-04-10T16:25:00.705Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-04-10T16:25:00.705Z | + main |
661 | 2024-04-10T16:25:00.705Z | + [[ 0 != 0 ]] |
662 | 2024-04-10T16:25:00.705Z | + CIDL_OS=solaris2.11 |
663 | 2024-04-10T16:25:00.705Z | + [[ 0 != 0 ]] |
664 | 2024-04-10T16:25:00.706Z | + configure_os solaris2.11 |
665 | 2024-04-10T16:25:00.706Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-04-10T16:25:00.706Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-04-10T16:25:00.706Z | current directory: /work/oxidecomputer/omicron |
668 | 2024-04-10T16:25:00.706Z | configuring based on OS: "solaris2.11" |
669 | 2024-04-10T16:25:00.706Z | + case "$1" in |
670 | 2024-04-10T16:25:00.706Z | + SET_BINARIES= |
671 | 2024-04-10T16:25:00.706Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-04-10T16:25:00.706Z | + CIDL_SHA256FUNC=do_sha256sum |
673 | 2024-04-10T16:25:00.706Z | + ARCHIVE_FILENAME=xcvradm.gz |
674 | 2024-04-10T16:25:00.706Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2024-04-10T16:25:00.706Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2024-04-10T16:25:00.706Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2024-04-10T16:25:00.706Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-04-10T16:25:00.706Z | + mkdir -p out/downloads |
679 | 2024-04-10T16:25:00.706Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-04-10T16:25:00.706Z | Local file: out/downloads/xcvradm.gz |
681 | 2024-04-10T16:25:00.706Z | + mkdir -p ./out/transceiver-control |
682 | 2024-04-10T16:25:00.706Z | + fetch_and_verify |
683 | 2024-04-10T16:25:00.706Z | + local DO_DOWNLOAD=true |
684 | 2024-04-10T16:25:00.706Z | + [[ -f out/downloads/xcvradm.gz ]] |
685 | 2024-04-10T16:25:00.706Z | + '[' true == true ']' |
686 | 2024-04-10T16:25:00.706Z | + echo Downloading... |
687 | 2024-04-10T16:25:00.706Z | Downloading... |
688 | 2024-04-10T16:25:00.707Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
689 | 2024-04-10T16:25:00.707Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2024-04-10T16:25:03.361Z | ++ do_sha256sum out/downloads/xcvradm.gz |
691 | 2024-04-10T16:25:03.387Z | ++ sha256sum |
692 | 2024-04-10T16:25:03.387Z | ++ awk '{print $1}' |
693 | 2024-04-10T16:25:03.387Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2024-04-10T16:25:03.387Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
695 | 2024-04-10T16:25:03.387Z | + do_unpack out/downloads/xcvradm.gz |
696 | 2024-04-10T16:25:03.387Z | + mkdir -p out/downloads/root//opt/oxide/bin |
697 | 2024-04-10T16:25:03.387Z | + gzip -dc out/downloads/xcvradm.gz |
698 | 2024-04-10T16:25:03.518Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
699 | 2024-04-10T16:25:03.543Z | + do_assemble |
700 | 2024-04-10T16:25:03.543Z | + rm -r ./out/transceiver-control |
701 | 2024-04-10T16:25:03.543Z | + mkdir ./out/transceiver-control |
702 | 2024-04-10T16:25:03.543Z | + cp -r out/downloads/root ./out/transceiver-control/root |
703 | 2024-04-10T16:25:03.645Z | + set -o errexit |
704 | 2024-04-10T16:25:03.671Z | +++ dirname ./tools/ci_download_thundermuffin |
705 | 2024-04-10T16:25:03.671Z | ++ cd ./tools |
706 | 2024-04-10T16:25:03.671Z | ++ pwd |
707 | 2024-04-10T16:25:03.671Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
708 | 2024-04-10T16:25:03.671Z | ++ basename ./tools/ci_download_thundermuffin |
709 | 2024-04-10T16:25:03.671Z | + ARG0=ci_download_thundermuffin |
710 | 2024-04-10T16:25:03.671Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
711 | 2024-04-10T16:25:03.671Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
712 | 2024-04-10T16:25:03.671Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
713 | 2024-04-10T16:25:03.671Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
714 | 2024-04-10T16:25:03.671Z | + TARGET_DIR=out |
715 | 2024-04-10T16:25:03.671Z | + DOWNLOAD_DIR=out/downloads |
716 | 2024-04-10T16:25:03.671Z | + DEST_DIR=./out/thundermuffin |
717 | 2024-04-10T16:25:03.671Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
718 | 2024-04-10T16:25:03.671Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
719 | 2024-04-10T16:25:03.671Z | + REPO=oxidecomputer/thundermuffin |
720 | 2024-04-10T16:25:03.671Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-04-10T16:25:03.671Z | + main |
722 | 2024-04-10T16:25:03.672Z | + rm -rf out/downloads/root |
723 | 2024-04-10T16:25:03.672Z | + [[ 0 != 0 ]] |
724 | 2024-04-10T16:25:03.672Z | + CIDL_OS=solaris2.11 |
725 | 2024-04-10T16:25:03.672Z | + [[ 0 != 0 ]] |
726 | 2024-04-10T16:25:03.672Z | + configure_os solaris2.11 |
727 | 2024-04-10T16:25:03.672Z | + echo 'current directory: /work/oxidecomputer/omicron' |
728 | 2024-04-10T16:25:03.672Z | + echo 'configuring based on OS: "solaris2.11"' |
729 | 2024-04-10T16:25:03.672Z | + case "$1" in |
730 | 2024-04-10T16:25:03.672Z | + SET_BINARIES= |
731 | 2024-04-10T16:25:03.672Z | + CIDL_SHA256FUNC=do_sha256sum |
732 | 2024-04-10T16:25:03.672Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
733 | 2024-04-10T16:25:03.672Z | current directory: /work/oxidecomputer/omicron |
734 | 2024-04-10T16:25:03.672Z | configuring based on OS: "solaris2.11" |
735 | 2024-04-10T16:25:03.672Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
736 | 2024-04-10T16:25:03.672Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
737 | 2024-04-10T16:25:03.672Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
738 | 2024-04-10T16:25:03.672Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
739 | 2024-04-10T16:25:03.672Z | + mkdir -p out/downloads |
740 | 2024-04-10T16:25:03.672Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
741 | 2024-04-10T16:25:03.672Z | Local file: out/downloads/thundermuffin.tar.gz |
742 | 2024-04-10T16:25:03.672Z | + mkdir -p ./out/thundermuffin |
743 | 2024-04-10T16:25:03.698Z | + fetch_and_verify |
744 | 2024-04-10T16:25:03.698Z | + local DO_DOWNLOAD=true |
745 | 2024-04-10T16:25:03.698Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
746 | 2024-04-10T16:25:03.698Z | + '[' true == true ']' |
747 | 2024-04-10T16:25:03.698Z | + echo Downloading... |
748 | 2024-04-10T16:25:03.698Z | Downloading... |
749 | 2024-04-10T16:25:03.698Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
750 | 2024-04-10T16:25:03.698Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
751 | 2024-04-10T16:25:04.549Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
752 | 2024-04-10T16:25:04.575Z | ++ sha256sum |
753 | 2024-04-10T16:25:04.575Z | ++ awk '{print $1}' |
754 | 2024-04-10T16:25:04.575Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
755 | 2024-04-10T16:25:04.575Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
756 | 2024-04-10T16:25:04.575Z | + do_untar out/downloads/thundermuffin.tar.gz |
757 | 2024-04-10T16:25:04.575Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
758 | 2024-04-10T16:25:04.645Z | + do_assemble |
759 | 2024-04-10T16:25:04.645Z | + rm -r ./out/thundermuffin |
760 | 2024-04-10T16:25:04.672Z | + mkdir ./out/thundermuffin |
761 | 2024-04-10T16:25:04.672Z | + cp -r out/downloads/root ./out/thundermuffin/root |
762 | 2024-04-10T16:25:04.672Z | All prerequisites installed successfully |
763 | 2024-04-10T16:25:04.672Z | |
764 | 2024-04-10T16:25:04.672Z | real 1:40.114355302 |
765 | 2024-04-10T16:25:04.672Z | user 44.511528356 |
766 | 2024-04-10T16:25:04.672Z | sys 11.881186317 |
767 | 2024-04-10T16:25:04.672Z | trap 0.012185428 |
768 | 2024-04-10T16:25:04.673Z | tflt 0.011418517 |
769 | 2024-04-10T16:25:04.673Z | dflt 0.018105307 |
770 | 2024-04-10T16:25:04.673Z | kflt 0.005834352 |
771 | 2024-04-10T16:25:04.673Z | lock 1.261243227 |
772 | 2024-04-10T16:25:04.673Z | slp 3:17.218697463 |
773 | 2024-04-10T16:25:04.673Z | lat 4.678990416 |
774 | 2024-04-10T16:25:04.673Z | stop 0.063643923 |
775 | 2024-04-10T16:25:04.673Z | + ptime -m ./tools/ci_download_softnpu_machinery |
776 | 2024-04-10T16:25:04.698Z | fetching npuzone |
777 | 2024-04-10T16:25:04.699Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
778 | 2024-04-10T16:25:04.699Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
779 | 2024-04-10T16:25:04.699Z | Getting hash for npuzone |
780 | 2024-04-10T16:25:04.840Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
781 | 2024-04-10T16:25:20.875Z | npuzone downloaded successfully |
782 | 2024-04-10T16:25:20.899Z | |
783 | 2024-04-10T16:25:20.899Z | real 16.214944554 |
784 | 2024-04-10T16:25:20.899Z | user 0.485280036 |
785 | 2024-04-10T16:25:20.899Z | sys 0.320397432 |
786 | 2024-04-10T16:25:20.899Z | trap 0.000240094 |
787 | 2024-04-10T16:25:20.899Z | tflt 0.000000000 |
788 | 2024-04-10T16:25:20.900Z | dflt 0.000000000 |
789 | 2024-04-10T16:25:20.900Z | kflt 0.000000000 |
790 | 2024-04-10T16:25:20.900Z | lock 0.000000000 |
791 | 2024-04-10T16:25:20.900Z | slp 47.535018377 |
792 | 2024-04-10T16:25:20.900Z | lat 0.262809918 |
793 | 2024-04-10T16:25:20.900Z | stop 0.000270189 |
794 | 2024-04-10T16:25:20.900Z | + export CARGO_INCREMENTAL=0 |
795 | 2024-04-10T16:25:20.900Z | + CARGO_INCREMENTAL=0 |
796 | 2024-04-10T16:25:20.900Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
797 | 2024-04-10T16:25:21.158Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
798 | 2024-04-10T16:25:22.033Z | Updating git repository `https://github.com/oxidecomputer/zone` |
799 | 2024-04-10T16:25:22.726Z | Updating crates.io index |
800 | 2024-04-10T16:25:22.847Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
801 | 2024-04-10T16:25:24.232Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
802 | 2024-04-10T16:25:25.427Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
803 | 2024-04-10T16:25:28.389Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
804 | 2024-04-10T16:25:29.710Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
805 | 2024-04-10T16:25:30.361Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
806 | 2024-04-10T16:25:32.029Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
807 | 2024-04-10T16:25:34.622Z | Updating git repository `https://github.com/oxidecomputer/opte` |
808 | 2024-04-10T16:25:36.392Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
809 | 2024-04-10T16:25:38.026Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
810 | 2024-04-10T16:25:38.766Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
811 | 2024-04-10T16:25:39.933Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
812 | 2024-04-10T16:25:40.821Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
813 | 2024-04-10T16:25:41.506Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
814 | 2024-04-10T16:25:42.524Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
815 | 2024-04-10T16:25:43.240Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
816 | 2024-04-10T16:25:44.090Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
817 | 2024-04-10T16:25:44.698Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
818 | 2024-04-10T16:25:45.312Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
819 | 2024-04-10T16:25:46.120Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
820 | 2024-04-10T16:25:46.936Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
821 | 2024-04-10T16:25:47.558Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
822 | 2024-04-10T16:25:48.818Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
823 | 2024-04-10T16:25:49.692Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
824 | 2024-04-10T16:25:50.337Z | Updating git repository `https://github.com/jgallagher/nix` |
825 | 2024-04-10T16:25:52.234Z | Updating git repository `https://github.com/cbiffle/hubpack` |
826 | 2024-04-10T16:25:52.977Z | Updating git repository `https://github.com/oxidecomputer/typify` |
827 | 2024-04-10T16:25:55.262Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
828 | 2024-04-10T16:25:56.222Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
829 | 2024-04-10T16:25:56.990Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
830 | 2024-04-10T16:25:58.170Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
831 | 2024-04-10T16:26:00.192Z | Downloading crates ... |
832 | 2024-04-10T16:26:00.320Z | Downloaded adler v1.0.2 |
833 | 2024-04-10T16:26:00.345Z | Downloaded atomicwrites v0.4.3 |
834 | 2024-04-10T16:26:00.345Z | Downloaded autocfg v1.1.0 |
835 | 2024-04-10T16:26:00.345Z | Downloaded async-stream v0.3.5 |
836 | 2024-04-10T16:26:00.371Z | Downloaded cpufeatures v0.2.12 |
837 | 2024-04-10T16:26:00.372Z | Downloaded crc32fast v1.3.2 |
838 | 2024-04-10T16:26:00.372Z | Downloaded num-conv v0.1.0 |
839 | 2024-04-10T16:26:00.397Z | Downloaded num-integer v0.1.46 |
840 | 2024-04-10T16:26:00.397Z | Downloaded stability v0.1.1 |
841 | 2024-04-10T16:26:00.424Z | Downloaded derive_builder_macro v0.20.0 |
842 | 2024-04-10T16:26:00.424Z | Downloaded scroll_derive v0.12.0 |
843 | 2024-04-10T16:26:00.460Z | Downloaded strum v0.26.2 |
844 | 2024-04-10T16:26:00.460Z | Downloaded tinyvec_macros v0.1.1 |
845 | 2024-04-10T16:26:00.460Z | Downloaded ident_case v1.0.1 |
846 | 2024-04-10T16:26:00.460Z | Downloaded unicode-segmentation v1.10.1 |
847 | 2024-04-10T16:26:00.491Z | Downloaded portpicker v0.1.1 |
848 | 2024-04-10T16:26:00.491Z | Downloaded tower-service v0.3.2 |
849 | 2024-04-10T16:26:00.492Z | Downloaded try-lock v0.2.4 |
850 | 2024-04-10T16:26:00.492Z | Downloaded usdt-macro v0.5.0 |
851 | 2024-04-10T16:26:00.492Z | Downloaded foreign-types-shared v0.3.1 |
852 | 2024-04-10T16:26:00.493Z | Downloaded waitgroup v0.1.2 |
853 | 2024-04-10T16:26:00.530Z | Downloaded pretty-hex v0.4.1 |
854 | 2024-04-10T16:26:00.531Z | Downloaded foreign-types v0.5.0 |
855 | 2024-04-10T16:26:00.531Z | Downloaded equivalent v1.0.1 |
856 | 2024-04-10T16:26:00.531Z | Downloaded fxhash v0.2.1 |
857 | 2024-04-10T16:26:00.531Z | Downloaded zone_cfg_derive v0.1.2 |
858 | 2024-04-10T16:26:00.565Z | Downloaded serde_derive_internals v0.26.0 |
859 | 2024-04-10T16:26:00.565Z | Downloaded sigpipe v0.1.3 |
860 | 2024-04-10T16:26:00.566Z | Downloaded darling_macro v0.20.8 |
861 | 2024-04-10T16:26:00.566Z | Downloaded signature v2.1.0 |
862 | 2024-04-10T16:26:00.566Z | Downloaded pretty-hex v0.2.1 |
863 | 2024-04-10T16:26:00.566Z | Downloaded crypto-common v0.1.6 |
864 | 2024-04-10T16:26:00.566Z | Downloaded defmt v0.3.5 |
865 | 2024-04-10T16:26:00.614Z | Downloaded quick-error v1.2.3 |
866 | 2024-04-10T16:26:00.615Z | Downloaded shlex v1.3.0 |
867 | 2024-04-10T16:26:00.615Z | Downloaded ref-cast-impl v1.0.20 |
868 | 2024-04-10T16:26:00.615Z | Downloaded ref-cast v1.0.20 |
869 | 2024-04-10T16:26:00.615Z | Downloaded darling v0.20.8 |
870 | 2024-04-10T16:26:00.616Z | Downloaded quote v1.0.36 |
871 | 2024-04-10T16:26:00.616Z | Downloaded signal-hook v0.3.17 |
872 | 2024-04-10T16:26:00.653Z | Downloaded x509-cert v0.2.4 |
873 | 2024-04-10T16:26:00.653Z | Downloaded rcgen v0.12.1 |
874 | 2024-04-10T16:26:00.653Z | Downloaded rustyline v14.0.0 |
875 | 2024-04-10T16:26:00.653Z | Downloaded regex-automata v0.1.10 |
876 | 2024-04-10T16:26:00.686Z | Downloaded object v0.30.4 |
877 | 2024-04-10T16:26:00.686Z | Downloaded rayon v1.10.0 |
878 | 2024-04-10T16:26:00.721Z | Downloaded regex v1.10.4 |
879 | 2024-04-10T16:26:00.747Z | Downloaded zerocopy-derive v0.6.6 |
880 | 2024-04-10T16:26:00.774Z | Downloaded csv v1.3.0 |
881 | 2024-04-10T16:26:00.800Z | Downloaded sha3 v0.10.8 |
882 | 2024-04-10T16:26:00.800Z | Downloaded zerocopy-derive v0.2.0 |
883 | 2024-04-10T16:26:00.801Z | Downloaded encoding_rs v0.8.33 |
884 | 2024-04-10T16:26:00.827Z | Downloaded regex-automata v0.4.5 |
885 | 2024-04-10T16:26:00.857Z | Downloaded tokio v1.37.0 |
886 | 2024-04-10T16:26:00.917Z | Downloaded libc v0.2.153 |
887 | 2024-04-10T16:26:00.962Z | Downloaded ratatui v0.26.1 |
888 | 2024-04-10T16:26:00.991Z | Downloaded ring v0.17.8 |
889 | 2024-04-10T16:26:01.059Z | Downloaded ring v0.16.20 |
890 | 2024-04-10T16:26:01.162Z | Downloaded sled v0.34.7 |
891 | 2024-04-10T16:26:01.210Z | Downloaded rustls v0.22.2 |
892 | 2024-04-10T16:26:01.211Z | Downloaded rustix v0.38.31 |
893 | 2024-04-10T16:26:01.245Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
894 | 2024-04-10T16:26:01.245Z | Downloaded curve25519-dalek v4.1.1 |
895 | 2024-04-10T16:26:01.686Z | Downloaded radix_trie v0.2.1 |
896 | 2024-04-10T16:26:01.687Z | Downloaded regress v0.9.1 |
897 | 2024-04-10T16:26:01.687Z | Downloaded regex-syntax v0.8.2 |
898 | 2024-04-10T16:26:01.687Z | Downloaded regex-syntax v0.6.29 |
899 | 2024-04-10T16:26:01.717Z | Downloaded webpki-roots v0.25.2 |
900 | 2024-04-10T16:26:01.717Z | Downloaded rustls v0.21.9 |
901 | 2024-04-10T16:26:01.717Z | Downloaded vcpkg v0.2.15 |
902 | 2024-04-10T16:26:01.717Z | Downloaded idna v0.5.0 |
903 | 2024-04-10T16:26:01.717Z | Downloaded idna v0.3.0 |
904 | 2024-04-10T16:26:01.718Z | Downloaded idna v0.2.3 |
905 | 2024-04-10T16:26:01.718Z | Downloaded polar-core v0.27.3 |
906 | 2024-04-10T16:26:01.718Z | Downloaded openapiv3 v2.0.0 |
907 | 2024-04-10T16:26:01.718Z | Downloaded quick-xml v0.31.0 |
908 | 2024-04-10T16:26:01.718Z | Downloaded zerocopy v0.7.32 |
909 | 2024-04-10T16:26:01.718Z | Downloaded futures-util v0.3.30 |
910 | 2024-04-10T16:26:01.718Z | Downloaded proptest v1.4.0 |
911 | 2024-04-10T16:26:01.718Z | Downloaded rustls-webpki v0.102.1 |
912 | 2024-04-10T16:26:01.718Z | Downloaded trust-dns-proto v0.22.0 |
913 | 2024-04-10T16:26:01.719Z | Downloaded gimli v0.28.0 |
914 | 2024-04-10T16:26:01.719Z | Downloaded openssl v0.10.64 |
915 | 2024-04-10T16:26:01.719Z | Downloaded object v0.32.1 |
916 | 2024-04-10T16:26:01.719Z | Downloaded bstr v1.9.0 |
917 | 2024-04-10T16:26:01.719Z | Downloaded reedline v0.31.0 |
918 | 2024-04-10T16:26:01.719Z | Downloaded crossterm v0.27.0 |
919 | 2024-04-10T16:26:01.719Z | Downloaded reqwest v0.11.24 |
920 | 2024-04-10T16:26:01.719Z | Downloaded winnow v0.6.1 |
921 | 2024-04-10T16:26:01.719Z | Downloaded winnow v0.5.15 |
922 | 2024-04-10T16:26:01.719Z | Downloaded serde_json v1.0.115 |
923 | 2024-04-10T16:26:01.719Z | Downloaded rustls-webpki v0.101.7 |
924 | 2024-04-10T16:26:01.720Z | Downloaded syn v2.0.58 |
925 | 2024-04-10T16:26:01.720Z | Downloaded diesel v2.1.5 |
926 | 2024-04-10T16:26:01.720Z | Downloaded smoltcp v0.11.0 |
927 | 2024-04-10T16:26:01.720Z | Downloaded syn v1.0.109 |
928 | 2024-04-10T16:26:01.720Z | Downloaded nix v0.28.0 |
929 | 2024-04-10T16:26:01.720Z | Downloaded rayon-core v1.12.1 |
930 | 2024-04-10T16:26:01.720Z | Downloaded publicsuffix v2.2.3 |
931 | 2024-04-10T16:26:01.720Z | Downloaded elliptic-curve v0.13.8 |
932 | 2024-04-10T16:26:01.720Z | Downloaded darling_core v0.20.8 |
933 | 2024-04-10T16:26:01.721Z | Downloaded tokio-postgres v0.7.10 |
934 | 2024-04-10T16:26:01.752Z | Downloaded serde_with v3.7.0 |
935 | 2024-04-10T16:26:01.752Z | Downloaded hkdf v0.12.4 |
936 | 2024-04-10T16:26:01.752Z | Downloaded goblin v0.8.0 |
937 | 2024-04-10T16:26:01.752Z | Downloaded tabled v0.15.0 |
938 | 2024-04-10T16:26:01.778Z | Downloaded smoltcp v0.9.1 |
939 | 2024-04-10T16:26:01.778Z | Downloaded petgraph v0.6.4 |
940 | 2024-04-10T16:26:01.812Z | Downloaded bstr v0.2.17 |
941 | 2024-04-10T16:26:01.812Z | Downloaded crypto-bigint v0.5.2 |
942 | 2024-04-10T16:26:01.848Z | Downloaded rand v0.8.5 |
943 | 2024-04-10T16:26:01.848Z | Downloaded serde_yaml v0.9.25 |
944 | 2024-04-10T16:26:01.848Z | Downloaded h2 v0.3.26 |
945 | 2024-04-10T16:26:01.849Z | Downloaded lalrpop v0.19.12 |
946 | 2024-04-10T16:26:01.849Z | Downloaded powerfmt v0.2.0 |
947 | 2024-04-10T16:26:01.849Z | Downloaded ena v0.14.2 |
948 | 2024-04-10T16:26:01.849Z | Downloaded csv-core v0.1.11 |
949 | 2024-04-10T16:26:01.892Z | Downloaded zerocopy v0.6.6 |
950 | 2024-04-10T16:26:01.892Z | Downloaded similar v2.4.0 |
951 | 2024-04-10T16:26:01.892Z | Downloaded zip v0.6.6 |
952 | 2024-04-10T16:26:01.892Z | Downloaded zerocopy-derive v0.7.32 |
953 | 2024-04-10T16:26:01.892Z | Downloaded hashbrown v0.14.3 |
954 | 2024-04-10T16:26:01.892Z | Downloaded portable-atomic v1.4.3 |
955 | 2024-04-10T16:26:01.892Z | Downloaded expectorate v1.1.0 |
956 | 2024-04-10T16:26:01.893Z | Downloaded salty v0.2.0 |
957 | 2024-04-10T16:26:01.924Z | Downloaded typed-path v0.7.0 |
958 | 2024-04-10T16:26:01.924Z | Downloaded smallvec v1.13.1 |
959 | 2024-04-10T16:26:01.924Z | Downloaded http v0.2.12 |
960 | 2024-04-10T16:26:01.924Z | Downloaded shell-words v1.1.0 |
961 | 2024-04-10T16:26:01.924Z | Downloaded radium v0.7.0 |
962 | 2024-04-10T16:26:01.924Z | Downloaded r2d2 v0.8.10 |
963 | 2024-04-10T16:26:01.925Z | Downloaded psl-types v2.0.11 |
964 | 2024-04-10T16:26:01.925Z | Downloaded trust-dns-server v0.22.1 |
965 | 2024-04-10T16:26:01.925Z | Downloaded trust-dns-resolver v0.22.0 |
966 | 2024-04-10T16:26:01.925Z | Downloaded predicates-core v1.0.6 |
967 | 2024-04-10T16:26:01.925Z | Downloaded predicates v3.1.0 |
968 | 2024-04-10T16:26:01.925Z | Downloaded ppv-lite86 v0.2.17 |
969 | 2024-04-10T16:26:01.925Z | Downloaded embedded-io v0.4.0 |
970 | 2024-04-10T16:26:01.957Z | Downloaded either v1.10.0 |
971 | 2024-04-10T16:26:01.958Z | Downloaded data-encoding v2.4.0 |
972 | 2024-04-10T16:26:01.958Z | Downloaded crossbeam-utils v0.8.19 |
973 | 2024-04-10T16:26:01.958Z | Downloaded crossbeam-epoch v0.9.18 |
974 | 2024-04-10T16:26:01.958Z | Downloaded serde_derive v1.0.197 |
975 | 2024-04-10T16:26:01.958Z | Downloaded samael v0.0.15 |
976 | 2024-04-10T16:26:01.958Z | Downloaded tough v0.17.1 |
977 | 2024-04-10T16:26:01.958Z | Downloaded toml_edit v0.22.9 |
978 | 2024-04-10T16:26:01.984Z | Downloaded http v1.0.0 |
979 | 2024-04-10T16:26:01.984Z | Downloaded time v0.3.34 |
980 | 2024-04-10T16:26:02.009Z | Downloaded debug-ignore v1.0.5 |
981 | 2024-04-10T16:26:02.010Z | Downloaded slog-term v2.9.1 |
982 | 2024-04-10T16:26:02.010Z | Downloaded yasna v0.5.2 |
983 | 2024-04-10T16:26:02.010Z | Downloaded tokio-util v0.7.10 |
984 | 2024-04-10T16:26:02.010Z | Downloaded siphasher v0.3.11 |
985 | 2024-04-10T16:26:02.010Z | Downloaded slog v2.7.0 |
986 | 2024-04-10T16:26:02.036Z | Downloaded flate2 v1.0.28 |
987 | 2024-04-10T16:26:02.036Z | Downloaded predicates-tree v1.0.9 |
988 | 2024-04-10T16:26:02.036Z | Downloaded precomputed-hash v0.1.1 |
989 | 2024-04-10T16:26:02.036Z | Downloaded sha1 v0.10.6 |
990 | 2024-04-10T16:26:02.036Z | Downloaded serde_with_macros v3.7.0 |
991 | 2024-04-10T16:26:02.036Z | Downloaded tungstenite v0.21.0 |
992 | 2024-04-10T16:26:02.036Z | Downloaded tungstenite v0.20.1 |
993 | 2024-04-10T16:26:02.036Z | Downloaded signature v1.6.4 |
994 | 2024-04-10T16:26:02.036Z | Downloaded signal-hook-tokio v0.3.1 |
995 | 2024-04-10T16:26:02.036Z | Downloaded signal-hook-registry v1.4.1 |
996 | 2024-04-10T16:26:02.036Z | Downloaded signal-hook-mio v0.2.3 |
997 | 2024-04-10T16:26:02.062Z | Downloaded sha2 v0.10.8 |
998 | 2024-04-10T16:26:02.062Z | Downloaded prettyplease v0.2.17 |
999 | 2024-04-10T16:26:02.062Z | Downloaded futures v0.3.30 |
1000 | 2024-04-10T16:26:02.062Z | Downloaded ryu v1.0.15 |
1001 | 2024-04-10T16:26:02.062Z | Downloaded curve25519-dalek-derive v0.1.0 |
1002 | 2024-04-10T16:26:02.062Z | Downloaded cstr-argument v0.1.2 |
1003 | 2024-04-10T16:26:02.062Z | Downloaded rand_xorshift v0.3.0 |
1004 | 2024-04-10T16:26:02.062Z | Downloaded rand_seeder v0.2.3 |
1005 | 2024-04-10T16:26:02.062Z | Downloaded tokio-native-tls v0.3.1 |
1006 | 2024-04-10T16:26:02.062Z | Downloaded structmeta-derive v0.2.0 |
1007 | 2024-04-10T16:26:02.062Z | Downloaded futures-task v0.3.30 |
1008 | 2024-04-10T16:26:02.063Z | Downloaded futures-sink v0.3.30 |
1009 | 2024-04-10T16:26:02.088Z | Downloaded futures-macro v0.3.30 |
1010 | 2024-04-10T16:26:02.088Z | Downloaded crunchy v0.2.2 |
1011 | 2024-04-10T16:26:02.088Z | Downloaded crucible-workspace-hack v0.1.0 |
1012 | 2024-04-10T16:26:02.088Z | Downloaded zone v0.1.8 |
1013 | 2024-04-10T16:26:02.088Z | Downloaded zeroize_derive v1.4.2 |
1014 | 2024-04-10T16:26:02.088Z | Downloaded zeroize v1.7.0 |
1015 | 2024-04-10T16:26:02.088Z | Downloaded rand_core v0.6.4 |
1016 | 2024-04-10T16:26:02.088Z | Downloaded rand_chacha v0.3.1 |
1017 | 2024-04-10T16:26:02.088Z | Downloaded slog-stdlog v4.1.1 |
1018 | 2024-04-10T16:26:02.088Z | Downloaded slog-scope v4.4.0 |
1019 | 2024-04-10T16:26:02.088Z | Downloaded slog-json v2.6.1 |
1020 | 2024-04-10T16:26:02.088Z | Downloaded slog-envlogger v2.2.0 |
1021 | 2024-04-10T16:26:02.088Z | Downloaded slog-dtrace v0.3.0 |
1022 | 2024-04-10T16:26:02.089Z | Downloaded slog-bunyan v2.5.0 |
1023 | 2024-04-10T16:26:02.089Z | Downloaded slog-async v2.8.0 |
1024 | 2024-04-10T16:26:02.089Z | Downloaded errno v0.3.8 |
1025 | 2024-04-10T16:26:02.089Z | Downloaded env_logger v0.10.0 |
1026 | 2024-04-10T16:26:02.089Z | Downloaded env_logger v0.9.3 |
1027 | 2024-04-10T16:26:02.117Z | Downloaded proc-macro2 v1.0.79 |
1028 | 2024-04-10T16:26:02.117Z | Downloaded whoami v1.5.0 |
1029 | 2024-04-10T16:26:02.117Z | Downloaded walkdir v2.5.0 |
1030 | 2024-04-10T16:26:02.117Z | Downloaded futures-channel v0.3.30 |
1031 | 2024-04-10T16:26:02.117Z | Downloaded funty v2.0.0 |
1032 | 2024-04-10T16:26:02.117Z | Downloaded flume v0.11.0 |
1033 | 2024-04-10T16:26:02.117Z | Downloaded ron v0.8.1 |
1034 | 2024-04-10T16:26:02.118Z | Downloaded vte v0.11.1 |
1035 | 2024-04-10T16:26:02.150Z | Downloaded uuid v1.8.0 |
1036 | 2024-04-10T16:26:02.150Z | Downloaded ucd-trie v0.1.6 |
1037 | 2024-04-10T16:26:02.151Z | Downloaded typenum v1.16.0 |
1038 | 2024-04-10T16:26:02.151Z | Downloaded toml_edit v0.19.15 |
1039 | 2024-04-10T16:26:02.179Z | Downloaded toml v0.8.12 |
1040 | 2024-04-10T16:26:02.179Z | Downloaded sqlparser v0.44.0 |
1041 | 2024-04-10T16:26:02.179Z | Downloaded serde-hex v0.1.0 |
1042 | 2024-04-10T16:26:02.179Z | Downloaded rustls-pemfile v2.1.2 |
1043 | 2024-04-10T16:26:02.179Z | Downloaded slab v0.4.9 |
1044 | 2024-04-10T16:26:02.180Z | Downloaded erased-serde v0.3.31 |
1045 | 2024-04-10T16:26:02.180Z | Downloaded enum-as-inner v0.5.1 |
1046 | 2024-04-10T16:26:02.180Z | Downloaded zerocopy v0.3.0 |
1047 | 2024-04-10T16:26:02.180Z | Downloaded xattr v1.0.1 |
1048 | 2024-04-10T16:26:02.180Z | Downloaded wyz v0.5.1 |
1049 | 2024-04-10T16:26:02.180Z | Downloaded rsa v0.9.2 |
1050 | 2024-04-10T16:26:02.180Z | Downloaded trust-dns-client v0.22.0 |
1051 | 2024-04-10T16:26:02.207Z | Downloaded tracing v0.1.40 |
1052 | 2024-04-10T16:26:02.207Z | Downloaded postcard v1.0.8 |
1053 | 2024-04-10T16:26:02.207Z | Downloaded hashbrown v0.12.3 |
1054 | 2024-04-10T16:26:02.207Z | Downloaded serde_urlencoded v0.7.1 |
1055 | 2024-04-10T16:26:02.207Z | Downloaded serde_tokenstream v0.2.0 |
1056 | 2024-04-10T16:26:02.207Z | Downloaded serde_tokenstream v0.1.7 |
1057 | 2024-04-10T16:26:02.207Z | Downloaded serde_spanned v0.6.5 |
1058 | 2024-04-10T16:26:02.234Z | Downloaded serde_repr v0.1.16 |
1059 | 2024-04-10T16:26:02.234Z | Downloaded serde_plain v1.0.2 |
1060 | 2024-04-10T16:26:02.234Z | Downloaded serde_path_to_error v0.1.16 |
1061 | 2024-04-10T16:26:02.234Z | Downloaded proc-macro-error v1.0.4 |
1062 | 2024-04-10T16:26:02.235Z | Downloaded which v4.4.0 |
1063 | 2024-04-10T16:26:02.235Z | Downloaded tokio-tungstenite v0.20.1 |
1064 | 2024-04-10T16:26:02.235Z | Downloaded tokio-stream v0.1.15 |
1065 | 2024-04-10T16:26:02.235Z | Downloaded tokio-rustls v0.25.0 |
1066 | 2024-04-10T16:26:02.235Z | Downloaded tokio-rustls v0.24.1 |
1067 | 2024-04-10T16:26:02.235Z | Downloaded fatfs v0.3.6 |
1068 | 2024-04-10T16:26:02.674Z | Downloaded rustls-pemfile v1.0.3 |
1069 | 2024-04-10T16:26:02.674Z | Downloaded vsss-rs v3.3.4 |
1070 | 2024-04-10T16:26:02.674Z | Downloaded uuid v0.8.2 |
1071 | 2024-04-10T16:26:02.675Z | Downloaded unarray v0.1.4 |
1072 | 2024-04-10T16:26:02.675Z | Downloaded toml v0.5.11 |
1073 | 2024-04-10T16:26:02.675Z | Downloaded pest v2.7.6 |
1074 | 2024-04-10T16:26:02.675Z | Downloaded endian-type v0.1.2 |
1075 | 2024-04-10T16:26:02.675Z | Downloaded resolv-conf v0.7.0 |
1076 | 2024-04-10T16:26:02.675Z | Downloaded proc-macro-error-attr v1.0.4 |
1077 | 2024-04-10T16:26:02.675Z | Downloaded proc-macro-crate v1.3.1 |
1078 | 2024-04-10T16:26:02.675Z | Downloaded futures-io v0.3.30 |
1079 | 2024-04-10T16:26:02.675Z | Downloaded futures-executor v0.3.30 |
1080 | 2024-04-10T16:26:02.675Z | Downloaded futures-core v0.3.30 |
1081 | 2024-04-10T16:26:02.709Z | Downloaded fs-err v2.11.0 |
1082 | 2024-04-10T16:26:02.709Z | Downloaded fragile v2.0.0 |
1083 | 2024-04-10T16:26:02.709Z | Downloaded form_urlencoded v1.2.1 |
1084 | 2024-04-10T16:26:02.709Z | Downloaded filetime v0.2.23 |
1085 | 2024-04-10T16:26:02.709Z | Downloaded serde_arrays v0.1.0 |
1086 | 2024-04-10T16:26:02.709Z | Downloaded same-file v1.0.6 |
1087 | 2024-04-10T16:26:02.709Z | Downloaded ron v0.7.1 |
1088 | 2024-04-10T16:26:02.709Z | Downloaded tracing-core v0.1.32 |
1089 | 2024-04-10T16:26:02.709Z | Downloaded serde v1.0.197 |
1090 | 2024-04-10T16:26:02.710Z | Downloaded itertools v0.12.1 |
1091 | 2024-04-10T16:26:02.710Z | Downloaded fnv v1.0.7 |
1092 | 2024-04-10T16:26:02.710Z | Downloaded float-cmp v0.9.0 |
1093 | 2024-04-10T16:26:02.710Z | Downloaded flagset v0.4.3 |
1094 | 2024-04-10T16:26:02.710Z | Downloaded fixedbitset v0.4.2 |
1095 | 2024-04-10T16:26:02.710Z | Downloaded rusty-fork v0.3.0 |
1096 | 2024-04-10T16:26:02.710Z | Downloaded rustversion v1.0.14 |
1097 | 2024-04-10T16:26:02.710Z | Downloaded rustls-pki-types v1.3.0 |
1098 | 2024-04-10T16:26:02.710Z | Downloaded rustc-demangle v0.1.23 |
1099 | 2024-04-10T16:26:02.710Z | Downloaded wait-timeout v0.2.0 |
1100 | 2024-04-10T16:26:02.710Z | Downloaded version_check v0.9.4 |
1101 | 2024-04-10T16:26:02.710Z | Downloaded vec_map v0.8.2 |
1102 | 2024-04-10T16:26:02.710Z | Downloaded utf8parse v0.2.1 |
1103 | 2024-04-10T16:26:02.710Z | Downloaded unicase v2.7.0 |
1104 | 2024-04-10T16:26:02.710Z | Downloaded toml v0.7.8 |
1105 | 2024-04-10T16:26:02.710Z | Downloaded headers v0.3.9 |
1106 | 2024-04-10T16:26:02.711Z | Downloaded want v0.3.1 |
1107 | 2024-04-10T16:26:02.711Z | Downloaded smallvec v0.6.14 |
1108 | 2024-04-10T16:26:02.711Z | Downloaded foreign-types-macros v0.2.3 |
1109 | 2024-04-10T16:26:02.711Z | Downloaded ff v0.13.0 |
1110 | 2024-04-10T16:26:02.711Z | Downloaded fd-lock v4.0.2 |
1111 | 2024-04-10T16:26:02.711Z | Downloaded fastrand v2.0.1 |
1112 | 2024-04-10T16:26:02.711Z | Downloaded fallible-iterator v0.2.0 |
1113 | 2024-04-10T16:26:02.711Z | Downloaded vte_generate_state_changes v0.1.1 |
1114 | 2024-04-10T16:26:02.711Z | Downloaded utf-8 v0.7.6 |
1115 | 2024-04-10T16:26:02.711Z | Downloaded usdt-impl v0.5.0 |
1116 | 2024-04-10T16:26:02.711Z | Downloaded itertools v0.10.5 |
1117 | 2024-04-10T16:26:02.711Z | Downloaded papergrid v0.11.0 |
1118 | 2024-04-10T16:26:02.711Z | Downloaded foreign-types-shared v0.1.1 |
1119 | 2024-04-10T16:26:02.711Z | Downloaded tui-tree-widget v0.19.0 |
1120 | 2024-04-10T16:26:02.711Z | Downloaded hmac v0.12.1 |
1121 | 2024-04-10T16:26:02.711Z | Downloaded half v2.3.1 |
1122 | 2024-04-10T16:26:02.711Z | Downloaded tinyvec v1.6.0 |
1123 | 2024-04-10T16:26:02.711Z | Downloaded time-macros v0.2.17 |
1124 | 2024-04-10T16:26:02.711Z | Downloaded foreign-types v0.3.2 |
1125 | 2024-04-10T16:26:02.711Z | Downloaded rustfmt-wrapper v0.2.1 |
1126 | 2024-04-10T16:26:02.711Z | Downloaded rustc_version v0.4.0 |
1127 | 2024-04-10T16:26:02.711Z | Downloaded rustc_version v0.1.7 |
1128 | 2024-04-10T16:26:02.712Z | Downloaded rustc-hash v1.1.0 |
1129 | 2024-04-10T16:26:02.712Z | Downloaded rtoolbox v0.0.1 |
1130 | 2024-04-10T16:26:02.712Z | Downloaded rpassword v7.3.1 |
1131 | 2024-04-10T16:26:02.712Z | Downloaded tracing-attributes v0.1.27 |
1132 | 2024-04-10T16:26:02.712Z | Downloaded tokio-tungstenite v0.21.0 |
1133 | 2024-04-10T16:26:02.712Z | Downloaded postgres-types v0.2.6 |
1134 | 2024-04-10T16:26:02.712Z | Downloaded postgres-protocol v0.6.6 |
1135 | 2024-04-10T16:26:02.712Z | Downloaded httparse v1.8.0 |
1136 | 2024-04-10T16:26:02.712Z | Downloaded chrono v0.4.37 |
1137 | 2024-04-10T16:26:02.712Z | Downloaded bitvec v1.0.1 |
1138 | 2024-04-10T16:26:02.712Z | Downloaded usdt-macro v0.3.5 |
1139 | 2024-04-10T16:26:02.712Z | Downloaded topological-sort v0.2.2 |
1140 | 2024-04-10T16:26:02.712Z | Downloaded toml_datetime v0.6.5 |
1141 | 2024-04-10T16:26:02.713Z | Downloaded globset v0.4.13 |
1142 | 2024-04-10T16:26:02.713Z | Downloaded getrandom v0.2.12 |
1143 | 2024-04-10T16:26:02.713Z | Downloaded textwrap v0.16.1 |
1144 | 2024-04-10T16:26:02.713Z | Downloaded test-strategy v0.3.1 |
1145 | 2024-04-10T16:26:02.713Z | Downloaded tar v0.4.40 |
1146 | 2024-04-10T16:26:02.713Z | Downloaded diff v0.1.13 |
1147 | 2024-04-10T16:26:02.713Z | Downloaded diesel_derives v2.1.2 |
1148 | 2024-04-10T16:26:02.713Z | Downloaded unicode-normalization v0.1.22 |
1149 | 2024-04-10T16:26:02.713Z | Downloaded bindgen v0.69.2 |
1150 | 2024-04-10T16:26:02.713Z | Downloaded toolchain_find v0.4.0 |
1151 | 2024-04-10T16:26:02.713Z | Downloaded impl-trait-for-tuples v0.2.2 |
1152 | 2024-04-10T16:26:02.713Z | Downloaded httpdate v1.0.3 |
1153 | 2024-04-10T16:26:02.713Z | Downloaded http-body v0.4.5 |
1154 | 2024-04-10T16:26:02.713Z | Downloaded hostname v0.3.1 |
1155 | 2024-04-10T16:26:02.713Z | Downloaded home v0.5.5 |
1156 | 2024-04-10T16:26:02.713Z | Downloaded highway v1.1.0 |
1157 | 2024-04-10T16:26:02.713Z | Downloaded hex v0.4.3 |
1158 | 2024-04-10T16:26:02.713Z | Downloaded heck v0.5.0 |
1159 | 2024-04-10T16:26:02.713Z | Downloaded hash32 v0.3.1 |
1160 | 2024-04-10T16:26:02.713Z | Downloaded hash32 v0.2.1 |
1161 | 2024-04-10T16:26:02.714Z | Downloaded group v0.13.0 |
1162 | 2024-04-10T16:26:02.714Z | Downloaded glob v0.3.1 |
1163 | 2024-04-10T16:26:02.714Z | Downloaded gethostname v0.4.3 |
1164 | 2024-04-10T16:26:02.714Z | Downloaded subprocess v0.2.9 |
1165 | 2024-04-10T16:26:02.714Z | Downloaded indicatif v0.17.8 |
1166 | 2024-04-10T16:26:02.714Z | Downloaded libxml v0.3.3 |
1167 | 2024-04-10T16:26:02.714Z | Downloaded hyper v0.14.28 |
1168 | 2024-04-10T16:26:02.715Z | Downloaded getopts v0.2.21 |
1169 | 2024-04-10T16:26:02.715Z | Downloaded generic-array v0.14.7 |
1170 | 2024-04-10T16:26:02.715Z | Downloaded tempfile v3.10.1 |
1171 | 2024-04-10T16:26:02.715Z | Downloaded structopt v0.3.26 |
1172 | 2024-04-10T16:26:02.715Z | Downloaded pin-project v1.1.3 |
1173 | 2024-04-10T16:26:02.715Z | Downloaded clap v2.34.0 |
1174 | 2024-04-10T16:26:02.715Z | Downloaded tokio-macros v2.2.0 |
1175 | 2024-04-10T16:26:02.715Z | Downloaded tiny-keccak v2.0.2 |
1176 | 2024-04-10T16:26:02.715Z | Downloaded thread_local v1.1.7 |
1177 | 2024-04-10T16:26:02.715Z | Downloaded thread-id v4.2.0 |
1178 | 2024-04-10T16:26:02.715Z | Downloaded thiserror-no-std v2.0.2 |
1179 | 2024-04-10T16:26:02.715Z | Downloaded thiserror-impl-no-std v2.0.2 |
1180 | 2024-04-10T16:26:02.715Z | Downloaded thiserror-impl v1.0.58 |
1181 | 2024-04-10T16:26:02.757Z | Downloaded thiserror v1.0.58 |
1182 | 2024-04-10T16:26:02.757Z | Downloaded term v0.7.0 |
1183 | 2024-04-10T16:26:02.758Z | Downloaded synstructure v0.12.6 |
1184 | 2024-04-10T16:26:02.758Z | Downloaded semver v1.0.22 |
1185 | 2024-04-10T16:26:02.758Z | Downloaded schemars v0.8.16 |
1186 | 2024-04-10T16:26:02.758Z | Downloaded indexmap v2.2.6 |
1187 | 2024-04-10T16:26:02.758Z | Downloaded oso v0.27.3 |
1188 | 2024-04-10T16:26:02.758Z | Downloaded num-bigint-dig v0.8.4 |
1189 | 2024-04-10T16:26:02.758Z | Downloaded clap_builder v4.5.2 |
1190 | 2024-04-10T16:26:02.758Z | Downloaded http-range v0.1.5 |
1191 | 2024-04-10T16:26:02.758Z | Downloaded headers-core v0.2.0 |
1192 | 2024-04-10T16:26:02.759Z | Downloaded textwrap v0.11.0 |
1193 | 2024-04-10T16:26:02.759Z | Downloaded termios v0.3.3 |
1194 | 2024-04-10T16:26:02.759Z | Downloaded terminal_size v0.3.0 |
1195 | 2024-04-10T16:26:02.759Z | Downloaded termcolor v1.2.0 |
1196 | 2024-04-10T16:26:02.759Z | Downloaded tap v1.0.1 |
1197 | 2024-04-10T16:26:02.759Z | Downloaded tabwriter v1.4.0 |
1198 | 2024-04-10T16:26:02.759Z | Downloaded tabled_derive v0.7.0 |
1199 | 2024-04-10T16:26:02.759Z | Downloaded swrite v0.1.0 |
1200 | 2024-04-10T16:26:02.759Z | Downloaded supports-color v3.0.0 |
1201 | 2024-04-10T16:26:02.759Z | Downloaded subtle v2.5.0 |
1202 | 2024-04-10T16:26:02.759Z | Downloaded strum_macros v0.26.1 |
1203 | 2024-04-10T16:26:02.759Z | Downloaded strum_macros v0.24.3 |
1204 | 2024-04-10T16:26:02.759Z | Downloaded structopt-derive v0.4.18 |
1205 | 2024-04-10T16:26:02.759Z | Downloaded semver v0.1.20 |
1206 | 2024-04-10T16:26:02.759Z | Downloaded poly1305 v0.8.0 |
1207 | 2024-04-10T16:26:02.759Z | Downloaded platforms v3.0.2 |
1208 | 2024-04-10T16:26:02.760Z | Downloaded lalrpop-util v0.19.12 |
1209 | 2024-04-10T16:26:02.760Z | Downloaded indexmap v1.9.3 |
1210 | 2024-04-10T16:26:02.760Z | Downloaded der v0.7.8 |
1211 | 2024-04-10T16:26:02.760Z | Downloaded unicode_categories v0.1.1 |
1212 | 2024-04-10T16:26:02.760Z | Downloaded openssl-sys v0.9.102 |
1213 | 2024-04-10T16:26:02.760Z | Downloaded num-traits v0.2.18 |
1214 | 2024-04-10T16:26:02.760Z | Downloaded minimal-lexical v0.2.1 |
1215 | 2024-04-10T16:26:02.760Z | Downloaded blake3 v1.5.0 |
1216 | 2024-04-10T16:26:02.760Z | Downloaded time-core v0.1.2 |
1217 | 2024-04-10T16:26:02.760Z | Downloaded termtree v0.4.1 |
1218 | 2024-04-10T16:26:02.760Z | Downloaded take_mut v0.2.2 |
1219 | 2024-04-10T16:26:02.760Z | Downloaded sync_wrapper v0.1.2 |
1220 | 2024-04-10T16:26:02.760Z | Downloaded strum_macros v0.25.2 |
1221 | 2024-04-10T16:26:02.760Z | Downloaded structmeta-derive v0.3.0 |
1222 | 2024-04-10T16:26:02.760Z | Downloaded secrecy v0.8.0 |
1223 | 2024-04-10T16:26:02.760Z | Downloaded sec1 v0.7.3 |
1224 | 2024-04-10T16:26:02.760Z | Downloaded sct v0.7.0 |
1225 | 2024-04-10T16:26:02.760Z | Downloaded lazy_static v1.4.0 |
1226 | 2024-04-10T16:26:02.760Z | Downloaded dof v0.3.0 |
1227 | 2024-04-10T16:26:02.761Z | Downloaded dof v0.1.5 |
1228 | 2024-04-10T16:26:02.761Z | Downloaded display-error-chain v0.2.0 |
1229 | 2024-04-10T16:26:02.761Z | Downloaded dirs-sys-next v0.1.2 |
1230 | 2024-04-10T16:26:02.761Z | Downloaded dirs-next v2.0.0 |
1231 | 2024-04-10T16:26:02.761Z | Downloaded derive-where v1.2.7 |
1232 | 2024-04-10T16:26:02.761Z | Downloaded url v2.5.0 |
1233 | 2024-04-10T16:26:02.761Z | Downloaded unsafe-libyaml v0.2.10 |
1234 | 2024-04-10T16:26:02.761Z | Downloaded unicode-ident v1.0.12 |
1235 | 2024-04-10T16:26:02.761Z | Downloaded unicode-bidi v0.3.15 |
1236 | 2024-04-10T16:26:02.761Z | Downloaded steno v0.4.0 |
1237 | 2024-04-10T16:26:02.761Z | Downloaded pin-project-lite v0.2.13 |
1238 | 2024-04-10T16:26:02.761Z | Downloaded pest_meta v2.7.6 |
1239 | 2024-04-10T16:26:02.761Z | Downloaded pem-rfc7468 v0.7.0 |
1240 | 2024-04-10T16:26:02.761Z | Downloaded parking_lot_core v0.8.6 |
1241 | 2024-04-10T16:26:02.761Z | Downloaded parking_lot v0.12.1 |
1242 | 2024-04-10T16:26:02.796Z | Downloaded parking_lot v0.11.2 |
1243 | 2024-04-10T16:26:02.797Z | Downloaded once_cell v1.19.0 |
1244 | 2024-04-10T16:26:02.797Z | Downloaded omicron-zone-package v0.11.0 |
1245 | 2024-04-10T16:26:02.797Z | Downloaded num-rational v0.4.1 |
1246 | 2024-04-10T16:26:02.797Z | Downloaded libm v0.2.7 |
1247 | 2024-04-10T16:26:02.797Z | Downloaded serde-big-array v0.5.1 |
1248 | 2024-04-10T16:26:02.797Z | Downloaded serde-big-array v0.4.1 |
1249 | 2024-04-10T16:26:02.797Z | Downloaded scroll v0.12.0 |
1250 | 2024-04-10T16:26:02.797Z | Downloaded scopeguard v1.2.0 |
1251 | 2024-04-10T16:26:02.797Z | Downloaded schemars_derive v0.8.16 |
1252 | 2024-04-10T16:26:02.797Z | Downloaded lazycell v1.3.0 |
1253 | 2024-04-10T16:26:02.797Z | Downloaded kstat-rs v0.2.3 |
1254 | 2024-04-10T16:26:02.797Z | Downloaded keccak v0.1.4 |
1255 | 2024-04-10T16:26:02.797Z | Downloaded itoa v1.0.9 |
1256 | 2024-04-10T16:26:02.797Z | Downloaded is-terminal v0.4.9 |
1257 | 2024-04-10T16:26:02.797Z | Downloaded ipnetwork v0.20.0 |
1258 | 2024-04-10T16:26:02.797Z | Downloaded ipnet v2.9.0 |
1259 | 2024-04-10T16:26:02.797Z | Downloaded inout v0.1.3 |
1260 | 2024-04-10T16:26:02.797Z | Downloaded indoc v2.0.3 |
1261 | 2024-04-10T16:26:02.833Z | Downloaded indoc v1.0.9 |
1262 | 2024-04-10T16:26:02.833Z | Downloaded ed25519 v1.5.3 |
1263 | 2024-04-10T16:26:02.834Z | Downloaded dyn-clone v1.0.17 |
1264 | 2024-04-10T16:26:02.834Z | Downloaded dtrace-parser v0.2.0 |
1265 | 2024-04-10T16:26:02.834Z | Downloaded digest v0.10.7 |
1266 | 2024-04-10T16:26:02.834Z | Downloaded difflib v0.4.0 |
1267 | 2024-04-10T16:26:02.834Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1268 | 2024-04-10T16:26:02.834Z | Downloaded derive_more v0.99.17 |
1269 | 2024-04-10T16:26:02.834Z | Downloaded der_derive v0.7.2 |
1270 | 2024-04-10T16:26:02.834Z | Downloaded snafu v0.8.2 |
1271 | 2024-04-10T16:26:02.834Z | Downloaded pkcs8 v0.10.2 |
1272 | 2024-04-10T16:26:02.834Z | Downloaded pkcs1 v0.7.5 |
1273 | 2024-04-10T16:26:02.834Z | Downloaded pin-utils v0.1.0 |
1274 | 2024-04-10T16:26:02.876Z | Downloaded pin-project-internal v1.1.3 |
1275 | 2024-04-10T16:26:02.876Z | Downloaded phf_shared v0.11.2 |
1276 | 2024-04-10T16:26:02.876Z | Downloaded pest_generator v2.7.6 |
1277 | 2024-04-10T16:26:02.876Z | Downloaded pest_derive v2.7.6 |
1278 | 2024-04-10T16:26:02.876Z | Downloaded peg-macros v0.8.2 |
1279 | 2024-04-10T16:26:02.876Z | Downloaded peg v0.8.2 |
1280 | 2024-04-10T16:26:02.876Z | Downloaded password-hash v0.5.0 |
1281 | 2024-04-10T16:26:02.876Z | Downloaded parse-display v0.9.0 |
1282 | 2024-04-10T16:26:02.876Z | Downloaded parking_lot_core v0.9.8 |
1283 | 2024-04-10T16:26:02.876Z | Downloaded packed_struct_codegen v0.10.1 |
1284 | 2024-04-10T16:26:02.876Z | Downloaded owo-colors v4.0.0 |
1285 | 2024-04-10T16:26:02.876Z | Downloaded oso-derive v0.27.3 |
1286 | 2024-04-10T16:26:02.876Z | Downloaded num_enum_derive v0.5.11 |
1287 | 2024-04-10T16:26:02.877Z | Downloaded hashbrown v0.13.2 |
1288 | 2024-04-10T16:26:02.877Z | Downloaded scheduled-thread-pool v0.2.7 |
1289 | 2024-04-10T16:26:02.877Z | Downloaded is_ci v1.2.0 |
1290 | 2024-04-10T16:26:02.877Z | Downloaded instant v0.1.12 |
1291 | 2024-04-10T16:26:02.877Z | Downloaded dtrace-parser v0.1.14 |
1292 | 2024-04-10T16:26:02.877Z | Downloaded downcast v0.11.0 |
1293 | 2024-04-10T16:26:02.877Z | Downloaded derive_builder_core v0.20.0 |
1294 | 2024-04-10T16:26:02.909Z | Downloaded derive_builder v0.20.0 |
1295 | 2024-04-10T16:26:02.909Z | Downloaded deranged v0.3.11 |
1296 | 2024-04-10T16:26:02.909Z | Downloaded defmt-parser v0.3.3 |
1297 | 2024-04-10T16:26:02.909Z | Downloaded defmt-macros v0.3.6 |
1298 | 2024-04-10T16:26:02.909Z | Downloaded usdt-impl v0.3.5 |
1299 | 2024-04-10T16:26:02.909Z | Downloaded usdt v0.5.0 |
1300 | 2024-04-10T16:26:02.909Z | Downloaded usdt v0.3.5 |
1301 | 2024-04-10T16:26:02.909Z | Downloaded untrusted v0.9.0 |
1302 | 2024-04-10T16:26:02.910Z | Downloaded universal-hash v0.5.1 |
1303 | 2024-04-10T16:26:02.910Z | Downloaded unicode-xid v0.2.4 |
1304 | 2024-04-10T16:26:02.910Z | Downloaded strsim v0.8.0 |
1305 | 2024-04-10T16:26:02.910Z | Downloaded spin v0.9.8 |
1306 | 2024-04-10T16:26:02.910Z | Downloaded socket2 v0.5.6 |
1307 | 2024-04-10T16:26:02.910Z | Downloaded socket2 v0.4.9 |
1308 | 2024-04-10T16:26:02.910Z | Downloaded snafu-derive v0.8.2 |
1309 | 2024-04-10T16:26:02.910Z | Downloaded plain v0.2.3 |
1310 | 2024-04-10T16:26:02.910Z | Downloaded pkg-config v0.3.27 |
1311 | 2024-04-10T16:26:02.910Z | Downloaded phf_shared v0.10.0 |
1312 | 2024-04-10T16:26:02.910Z | Downloaded phf v0.11.2 |
1313 | 2024-04-10T16:26:02.911Z | Downloaded percent-encoding v2.3.1 |
1314 | 2024-04-10T16:26:02.911Z | Downloaded pem v3.0.4 |
1315 | 2024-04-10T16:26:02.911Z | Downloaded paste v1.0.14 |
1316 | 2024-04-10T16:26:02.911Z | Downloaded parse-display-derive v0.9.0 |
1317 | 2024-04-10T16:26:02.941Z | Downloaded packed_struct v0.10.1 |
1318 | 2024-04-10T16:26:02.941Z | Downloaded opaque-debug v0.3.0 |
1319 | 2024-04-10T16:26:02.941Z | Downloaded olpc-cjson v0.1.3 |
1320 | 2024-04-10T16:26:02.942Z | Downloaded num_threads v0.1.6 |
1321 | 2024-04-10T16:26:02.942Z | Downloaded num-bigint v0.4.4 |
1322 | 2024-04-10T16:26:02.942Z | Downloaded native-tls v0.2.11 |
1323 | 2024-04-10T16:26:02.942Z | Downloaded heapless v0.8.0 |
1324 | 2024-04-10T16:26:02.942Z | Downloaded heapless v0.7.16 |
1325 | 2024-04-10T16:26:02.942Z | Downloaded const_format v0.2.32 |
1326 | 2024-04-10T16:26:02.942Z | Downloaded usdt-attr-macro v0.5.0 |
1327 | 2024-04-10T16:26:02.943Z | Downloaded usdt-attr-macro v0.3.5 |
1328 | 2024-04-10T16:26:02.972Z | Downloaded untrusted v0.7.1 |
1329 | 2024-04-10T16:26:02.972Z | Downloaded unicode-width v0.1.11 |
1330 | 2024-04-10T16:26:02.972Z | Downloaded unicode-linebreak v0.1.5 |
1331 | 2024-04-10T16:26:02.972Z | Downloaded structmeta v0.3.0 |
1332 | 2024-04-10T16:26:02.973Z | Downloaded structmeta v0.2.0 |
1333 | 2024-04-10T16:26:02.973Z | Downloaded strsim v0.11.0 |
1334 | 2024-04-10T16:26:02.973Z | Downloaded strsim v0.10.0 |
1335 | 2024-04-10T16:26:02.973Z | Downloaded strip-ansi-escapes v0.2.0 |
1336 | 2024-04-10T16:26:02.973Z | Downloaded stringprep v0.1.3 |
1337 | 2024-04-10T16:26:02.973Z | Downloaded string_cache v0.8.7 |
1338 | 2024-04-10T16:26:02.974Z | Downloaded static_assertions v1.1.0 |
1339 | 2024-04-10T16:26:02.974Z | Downloaded stable_deref_trait v1.2.0 |
1340 | 2024-04-10T16:26:02.974Z | Downloaded sqlparser_derive v0.2.2 |
1341 | 2024-04-10T16:26:02.974Z | Downloaded sqlformat v0.2.3 |
1342 | 2024-04-10T16:26:02.974Z | Downloaded spki v0.7.2 |
1343 | 2024-04-10T16:26:02.974Z | Downloaded spin v0.5.2 |
1344 | 2024-04-10T16:26:02.974Z | Downloaded smf v0.2.3 |
1345 | 2024-04-10T16:26:02.974Z | Downloaded smawk v0.3.1 |
1346 | 2024-04-10T16:26:02.975Z | Downloaded peg-runtime v0.8.2 |
1347 | 2024-04-10T16:26:02.975Z | Downloaded peeking_take_while v0.1.2 |
1348 | 2024-04-10T16:26:02.975Z | Downloaded path-slash v0.1.5 |
1349 | 2024-04-10T16:26:02.975Z | Downloaded parse-size v1.0.0 |
1350 | 2024-04-10T16:26:02.975Z | Downloaded openssl-probe v0.1.5 |
1351 | 2024-04-10T16:26:02.975Z | Downloaded openssl-macros v0.1.1 |
1352 | 2024-04-10T16:26:03.004Z | Downloaded number_prefix v0.4.0 |
1353 | 2024-04-10T16:26:03.004Z | Downloaded num_enum v0.5.11 |
1354 | 2024-04-10T16:26:03.005Z | Downloaded num_cpus v1.16.0 |
1355 | 2024-04-10T16:26:03.005Z | Downloaded num-complex v0.4.4 |
1356 | 2024-04-10T16:26:03.005Z | Downloaded nu-ansi-term v0.50.0 |
1357 | 2024-04-10T16:26:03.005Z | Downloaded nom v7.1.3 |
1358 | 2024-04-10T16:26:03.006Z | Downloaded nibble_vec v0.1.0 |
1359 | 2024-04-10T16:26:03.006Z | Downloaded nanorand v0.7.0 |
1360 | 2024-04-10T16:26:03.006Z | Downloaded mockall_derive v0.12.1 |
1361 | 2024-04-10T16:26:03.006Z | Downloaded mio v0.8.11 |
1362 | 2024-04-10T16:26:03.043Z | Downloaded miniz_oxide v0.7.1 |
1363 | 2024-04-10T16:26:03.044Z | Downloaded mime_guess v2.0.4 |
1364 | 2024-04-10T16:26:03.044Z | Downloaded log v0.4.21 |
1365 | 2024-04-10T16:26:03.044Z | Downloaded crossbeam-channel v0.5.8 |
1366 | 2024-04-10T16:26:03.044Z | Downloaded const_format_proc_macros v0.2.32 |
1367 | 2024-04-10T16:26:03.044Z | Downloaded compact_str v0.7.1 |
1368 | 2024-04-10T16:26:03.044Z | Downloaded cc v1.0.83 |
1369 | 2024-04-10T16:26:03.044Z | Downloaded num-iter v0.1.44 |
1370 | 2024-04-10T16:26:03.045Z | Downloaded num-derive v0.4.0 |
1371 | 2024-04-10T16:26:03.045Z | Downloaded new_debug_unreachable v1.0.4 |
1372 | 2024-04-10T16:26:03.045Z | Downloaded multer v3.0.0 |
1373 | 2024-04-10T16:26:03.045Z | Downloaded mockall v0.12.1 |
1374 | 2024-04-10T16:26:03.077Z | Downloaded memmap2 v0.7.1 |
1375 | 2024-04-10T16:26:03.077Z | Downloaded memchr v2.7.1 |
1376 | 2024-04-10T16:26:03.077Z | Downloaded lock_api v0.4.10 |
1377 | 2024-04-10T16:26:03.077Z | Downloaded libloading v0.7.4 |
1378 | 2024-04-10T16:26:03.078Z | Downloaded hyper-tls v0.5.0 |
1379 | 2024-04-10T16:26:03.078Z | Downloaded hyper-rustls v0.24.2 |
1380 | 2024-04-10T16:26:03.078Z | Downloaded crc-any v2.4.3 |
1381 | 2024-04-10T16:26:03.078Z | Downloaded const-oid v0.9.6 |
1382 | 2024-04-10T16:26:03.079Z | Downloaded num v0.4.1 |
1383 | 2024-04-10T16:26:03.079Z | Downloaded nodrop v0.1.14 |
1384 | 2024-04-10T16:26:03.079Z | Downloaded newtype-uuid v1.0.1 |
1385 | 2024-04-10T16:26:03.079Z | Downloaded mime v0.3.17 |
1386 | 2024-04-10T16:26:03.079Z | Downloaded memoffset v0.7.1 |
1387 | 2024-04-10T16:26:03.079Z | Downloaded memmap v0.7.0 |
1388 | 2024-04-10T16:26:03.079Z | Downloaded linked-hash-map v0.5.6 |
1389 | 2024-04-10T16:26:03.079Z | Downloaded linear-map v1.2.0 |
1390 | 2024-04-10T16:26:03.079Z | Downloaded libsw v3.3.1 |
1391 | 2024-04-10T16:26:03.116Z | Downloaded libefi-sys v0.1.0 |
1392 | 2024-04-10T16:26:03.117Z | Downloaded iana-time-zone v0.1.57 |
1393 | 2024-04-10T16:26:03.117Z | Downloaded hyper-staticfile v0.9.5 |
1394 | 2024-04-10T16:26:03.117Z | Downloaded humantime v2.1.0 |
1395 | 2024-04-10T16:26:03.117Z | Downloaded hubpack v0.1.2 |
1396 | 2024-04-10T16:26:03.117Z | Downloaded heck v0.4.1 |
1397 | 2024-04-10T16:26:03.117Z | Downloaded cookie_store v0.20.0 |
1398 | 2024-04-10T16:26:03.117Z | Downloaded console v0.15.8 |
1399 | 2024-04-10T16:26:03.118Z | Downloaded cobs v0.2.3 |
1400 | 2024-04-10T16:26:03.118Z | Downloaded clap_derive v4.5.4 |
1401 | 2024-04-10T16:26:03.118Z | Downloaded chacha20poly1305 v0.10.1 |
1402 | 2024-04-10T16:26:03.118Z | Downloaded camino v1.1.6 |
1403 | 2024-04-10T16:26:03.118Z | Downloaded bzip2 v0.4.4 |
1404 | 2024-04-10T16:26:03.118Z | Downloaded bitflags v2.4.2 |
1405 | 2024-04-10T16:26:03.118Z | Downloaded normalize-line-endings v0.3.0 |
1406 | 2024-04-10T16:26:03.118Z | Downloaded newtype_derive v0.1.6 |
1407 | 2024-04-10T16:26:03.119Z | Downloaded newline-converter v0.3.0 |
1408 | 2024-04-10T16:26:03.119Z | Downloaded multimap v0.10.0 |
1409 | 2024-04-10T16:26:03.119Z | Downloaded md-5 v0.10.5 |
1410 | 2024-04-10T16:26:03.146Z | Downloaded maybe-uninit v2.0.0 |
1411 | 2024-04-10T16:26:03.146Z | Downloaded matches v0.1.10 |
1412 | 2024-04-10T16:26:03.146Z | Downloaded match_cfg v0.1.0 |
1413 | 2024-04-10T16:26:03.146Z | Downloaded maplit v1.0.2 |
1414 | 2024-04-10T16:26:03.146Z | Downloaded managed v0.8.0 |
1415 | 2024-04-10T16:26:03.146Z | Downloaded macaddr v1.0.1 |
1416 | 2024-04-10T16:26:03.146Z | Downloaded lru-cache v0.1.2 |
1417 | 2024-04-10T16:26:03.146Z | Downloaded lru v0.12.1 |
1418 | 2024-04-10T16:26:03.146Z | Downloaded hubpack_derive v0.1.1 |
1419 | 2024-04-10T16:26:03.146Z | Downloaded heck v0.3.3 |
1420 | 2024-04-10T16:26:03.146Z | Downloaded crossbeam-deque v0.8.3 |
1421 | 2024-04-10T16:26:03.147Z | Downloaded constant_time_eq v0.3.0 |
1422 | 2024-04-10T16:26:03.147Z | Downloaded colored v2.1.0 |
1423 | 2024-04-10T16:26:03.147Z | Downloaded clap_lex v0.7.0 |
1424 | 2024-04-10T16:26:03.147Z | Downloaded clang-sys v1.6.1 |
1425 | 2024-04-10T16:26:03.147Z | Downloaded cipher v0.4.4 |
1426 | 2024-04-10T16:26:03.147Z | Downloaded ciborium v0.2.2 |
1427 | 2024-04-10T16:26:03.147Z | Downloaded bytes v1.6.0 |
1428 | 2024-04-10T16:26:03.147Z | Downloaded byteorder v1.5.0 |
1429 | 2024-04-10T16:26:03.147Z | Downloaded bcs v0.1.6 |
1430 | 2024-04-10T16:26:03.147Z | Downloaded crc-catalog v2.2.0 |
1431 | 2024-04-10T16:26:03.175Z | Downloaded crc v3.0.1 |
1432 | 2024-04-10T16:26:03.175Z | Downloaded corncobs v0.1.3 |
1433 | 2024-04-10T16:26:03.175Z | Downloaded cookie v0.17.0 |
1434 | 2024-04-10T16:26:03.175Z | Downloaded convert_case v0.4.0 |
1435 | 2024-04-10T16:26:03.175Z | Downloaded colorchoice v1.0.0 |
1436 | 2024-04-10T16:26:03.175Z | Downloaded ciborium-io v0.2.2 |
1437 | 2024-04-10T16:26:03.175Z | Downloaded chacha20 v0.9.1 |
1438 | 2024-04-10T16:26:03.175Z | Downloaded cexpr v0.6.0 |
1439 | 2024-04-10T16:26:03.175Z | Downloaded castaway v0.2.2 |
1440 | 2024-04-10T16:26:03.176Z | Downloaded cancel-safe-futures v0.1.5 |
1441 | 2024-04-10T16:26:03.176Z | Downloaded block-padding v0.3.3 |
1442 | 2024-04-10T16:26:03.176Z | Downloaded block-buffer v0.10.4 |
1443 | 2024-04-10T16:26:03.176Z | Downloaded bitflags v1.3.2 |
1444 | 2024-04-10T16:26:03.176Z | Downloaded bit-set v0.5.3 |
1445 | 2024-04-10T16:26:03.176Z | Downloaded base64ct v1.6.0 |
1446 | 2024-04-10T16:26:03.207Z | Downloaded aho-corasick v1.1.2 |
1447 | 2024-04-10T16:26:03.207Z | Downloaded cookie v0.18.1 |
1448 | 2024-04-10T16:26:03.207Z | Downloaded clap v4.5.4 |
1449 | 2024-04-10T16:26:03.207Z | Downloaded ciborium-ll v0.2.2 |
1450 | 2024-04-10T16:26:03.208Z | Downloaded cfg_aliases v0.1.1 |
1451 | 2024-04-10T16:26:03.208Z | Downloaded cfg-if v1.0.0 |
1452 | 2024-04-10T16:26:03.209Z | Downloaded cassowary v0.3.0 |
1453 | 2024-04-10T16:26:03.209Z | Downloaded camino-tempfile v1.1.1 |
1454 | 2024-04-10T16:26:03.242Z | Downloaded bytecount v0.6.3 |
1455 | 2024-04-10T16:26:03.242Z | Downloaded buf-list v1.0.3 |
1456 | 2024-04-10T16:26:03.242Z | Downloaded blake2 v0.10.6 |
1457 | 2024-04-10T16:26:03.242Z | Downloaded bitstruct_derive v0.1.0 |
1458 | 2024-04-10T16:26:03.242Z | Downloaded bitstruct v0.1.1 |
1459 | 2024-04-10T16:26:03.242Z | Downloaded bitfield v0.14.0 |
1460 | 2024-04-10T16:26:03.242Z | Downloaded bit-vec v0.6.3 |
1461 | 2024-04-10T16:26:03.243Z | Downloaded bb8 v0.8.3 |
1462 | 2024-04-10T16:26:03.243Z | Downloaded base64 v0.22.0 |
1463 | 2024-04-10T16:26:03.243Z | Downloaded base64 v0.21.7 |
1464 | 2024-04-10T16:26:03.243Z | Downloaded base64 v0.13.1 |
1465 | 2024-04-10T16:26:03.243Z | Downloaded base16ct v0.2.0 |
1466 | 2024-04-10T16:26:03.243Z | Downloaded backtrace v0.3.69 |
1467 | 2024-04-10T16:26:03.243Z | Downloaded backoff v0.4.0 |
1468 | 2024-04-10T16:26:03.271Z | Downloaded async-trait v0.1.79 |
1469 | 2024-04-10T16:26:03.271Z | Downloaded arc-swap v1.6.0 |
1470 | 2024-04-10T16:26:03.271Z | Downloaded anyhow v1.0.82 |
1471 | 2024-04-10T16:26:03.271Z | Downloaded anstyle v1.0.6 |
1472 | 2024-04-10T16:26:03.271Z | Downloaded async-recursion v1.1.0 |
1473 | 2024-04-10T16:26:03.271Z | Downloaded ascii v1.1.0 |
1474 | 2024-04-10T16:26:03.271Z | Downloaded arrayvec v0.7.4 |
1475 | 2024-04-10T16:26:03.271Z | Downloaded arrayref v0.3.7 |
1476 | 2024-04-10T16:26:03.272Z | Downloaded array-init v0.0.4 |
1477 | 2024-04-10T16:26:03.272Z | Downloaded argon2 v0.5.3 |
1478 | 2024-04-10T16:26:03.272Z | Downloaded anstyle-parse v0.2.1 |
1479 | 2024-04-10T16:26:03.297Z | Downloaded anstream v0.6.11 |
1480 | 2024-04-10T16:26:03.297Z | Downloaded allocator-api2 v0.2.16 |
1481 | 2024-04-10T16:26:03.297Z | Downloaded atty v0.2.14 |
1482 | 2024-04-10T16:26:03.297Z | Downloaded atomic-waker v1.1.1 |
1483 | 2024-04-10T16:26:03.297Z | Downloaded assert_matches v1.5.0 |
1484 | 2024-04-10T16:26:03.297Z | Downloaded ascii-canvas v3.0.0 |
1485 | 2024-04-10T16:26:03.297Z | Downloaded anstyle-query v1.0.0 |
1486 | 2024-04-10T16:26:03.297Z | Downloaded ahash v0.8.8 |
1487 | 2024-04-10T16:26:03.297Z | Downloaded addr2line v0.21.0 |
1488 | 2024-04-10T16:26:03.297Z | Downloaded async-stream-impl v0.3.5 |
1489 | 2024-04-10T16:26:03.297Z | Downloaded ansi_term v0.12.1 |
1490 | 2024-04-10T16:26:03.297Z | Downloaded aead v0.5.2 |
1491 | 2024-04-10T16:26:03.598Z | Compiling proc-macro2 v1.0.79 |
1492 | 2024-04-10T16:26:03.623Z | Compiling unicode-ident v1.0.12 |
1493 | 2024-04-10T16:26:03.623Z | Compiling libc v0.2.153 |
1494 | 2024-04-10T16:26:03.624Z | Compiling serde v1.0.197 |
1495 | 2024-04-10T16:26:03.624Z | Compiling version_check v0.9.4 |
1496 | 2024-04-10T16:26:03.624Z | Compiling autocfg v1.1.0 |
1497 | 2024-04-10T16:26:03.624Z | Compiling cfg-if v1.0.0 |
1498 | 2024-04-10T16:26:03.830Z | Compiling syn v1.0.109 |
1499 | 2024-04-10T16:26:03.855Z | Compiling once_cell v1.19.0 |
1500 | 2024-04-10T16:26:03.922Z | Compiling byteorder v1.5.0 |
1501 | 2024-04-10T16:26:04.266Z | Compiling memchr v2.7.1 |
1502 | 2024-04-10T16:26:04.446Z | Compiling ahash v0.8.8 |
1503 | 2024-04-10T16:26:04.474Z | Compiling lock_api v0.4.10 |
1504 | 2024-04-10T16:26:04.537Z | Compiling serde_json v1.0.115 |
1505 | 2024-04-10T16:26:04.565Z | Compiling parking_lot_core v0.9.8 |
1506 | 2024-04-10T16:26:04.800Z | Compiling libm v0.2.7 |
1507 | 2024-04-10T16:26:04.825Z | Compiling num-traits v0.2.18 |
1508 | 2024-04-10T16:26:04.928Z | Compiling thiserror v1.0.58 |
1509 | 2024-04-10T16:26:05.146Z | Compiling typenum v1.16.0 |
1510 | 2024-04-10T16:26:05.475Z | Compiling quote v1.0.36 |
1511 | 2024-04-10T16:26:05.621Z | Compiling generic-array v0.14.7 |
1512 | 2024-04-10T16:26:05.820Z | Compiling cc v1.0.83 |
1513 | 2024-04-10T16:26:06.006Z | Compiling getrandom v0.2.12 |
1514 | 2024-04-10T16:26:06.034Z | Compiling syn v2.0.58 |
1515 | 2024-04-10T16:26:06.278Z | Compiling itoa v1.0.9 |
1516 | 2024-04-10T16:26:06.498Z | Compiling scopeguard v1.2.0 |
1517 | 2024-04-10T16:26:06.566Z | Compiling log v0.4.21 |
1518 | 2024-04-10T16:26:07.030Z | Compiling pkg-config v0.3.27 |
1519 | 2024-04-10T16:26:07.062Z | Compiling allocator-api2 v0.2.16 |
1520 | 2024-04-10T16:26:07.120Z | Compiling slab v0.4.9 |
1521 | 2024-04-10T16:26:07.239Z | Compiling ryu v1.0.15 |
1522 | 2024-04-10T16:26:07.740Z | Compiling schemars v0.8.16 |
1523 | 2024-04-10T16:26:07.980Z | Compiling ring v0.17.8 |
1524 | 2024-04-10T16:26:08.016Z | Compiling pin-project-lite v0.2.13 |
1525 | 2024-04-10T16:26:08.048Z | Compiling smallvec v1.13.1 |
1526 | 2024-04-10T16:26:08.130Z | Compiling equivalent v1.0.1 |
1527 | 2024-04-10T16:26:08.262Z | Compiling vcpkg v0.2.15 |
1528 | 2024-04-10T16:26:08.815Z | Compiling parking_lot v0.12.1 |
1529 | 2024-04-10T16:26:09.210Z | Compiling signal-hook-registry v1.4.1 |
1530 | 2024-04-10T16:26:10.025Z | Compiling openssl-sys v0.9.102 |
1531 | 2024-04-10T16:26:10.327Z | Compiling heck v0.4.1 |
1532 | 2024-04-10T16:26:10.362Z | Compiling mio v0.8.11 |
1533 | 2024-04-10T16:26:10.642Z | Compiling fnv v1.0.7 |
1534 | 2024-04-10T16:26:10.668Z | Compiling rand_core v0.6.4 |
1535 | 2024-04-10T16:26:10.809Z | Compiling time-core v0.1.2 |
1536 | 2024-04-10T16:26:10.940Z | Compiling num-conv v0.1.0 |
1537 | 2024-04-10T16:26:10.965Z | Compiling ring v0.16.20 |
1538 | 2024-04-10T16:26:11.178Z | Compiling num_cpus v1.16.0 |
1539 | 2024-04-10T16:26:11.206Z | Compiling time-macros v0.2.17 |
1540 | 2024-04-10T16:26:11.312Z | Compiling socket2 v0.5.6 |
1541 | 2024-04-10T16:26:11.630Z | Compiling httparse v1.8.0 |
1542 | 2024-04-10T16:26:11.961Z | Compiling serde_derive_internals v0.26.0 |
1543 | 2024-04-10T16:26:12.438Z | Compiling ucd-trie v0.1.6 |
1544 | 2024-04-10T16:26:12.817Z | Compiling futures-core v0.3.30 |
1545 | 2024-04-10T16:26:12.864Z | Compiling spin v0.5.2 |
1546 | 2024-04-10T16:26:12.958Z | Compiling openssl v0.10.64 |
1547 | 2024-04-10T16:26:13.040Z | Compiling rustix v0.38.31 |
1548 | 2024-04-10T16:26:13.258Z | Compiling semver v1.0.22 |
1549 | 2024-04-10T16:26:13.285Z | Compiling iana-time-zone v0.1.57 |
1550 | 2024-04-10T16:26:13.585Z | Compiling crossbeam-utils v0.8.19 |
1551 | 2024-04-10T16:26:13.728Z | Compiling rustls v0.21.9 |
1552 | 2024-04-10T16:26:13.964Z | Compiling tinyvec_macros v0.1.1 |
1553 | 2024-04-10T16:26:14.029Z | Compiling native-tls v0.2.11 |
1554 | 2024-04-10T16:26:14.061Z | Compiling spin v0.9.8 |
1555 | 2024-04-10T16:26:14.086Z | Compiling tinyvec v1.6.0 |
1556 | 2024-04-10T16:26:14.214Z | Compiling futures-sink v0.3.30 |
1557 | 2024-04-10T16:26:14.310Z | Compiling subtle v2.5.0 |
1558 | 2024-04-10T16:26:14.401Z | Compiling const-oid v0.9.6 |
1559 | 2024-04-10T16:26:14.488Z | Compiling unicode-xid v0.2.4 |
1560 | 2024-04-10T16:26:14.623Z | Compiling synstructure v0.12.6 |
1561 | 2024-04-10T16:26:14.794Z | Compiling backtrace v0.3.69 |
1562 | 2024-04-10T16:26:15.231Z | Compiling unicode-normalization v0.1.22 |
1563 | 2024-04-10T16:26:15.846Z | Compiling cookie v0.17.0 |
1564 | 2024-04-10T16:26:15.893Z | Compiling slog v2.7.0 |
1565 | 2024-04-10T16:26:15.936Z | Compiling dyn-clone v1.0.17 |
1566 | 2024-04-10T16:26:16.126Z | Compiling uuid v0.8.2 |
1567 | 2024-04-10T16:26:16.154Z | Compiling unicode-bidi v0.3.15 |
1568 | 2024-04-10T16:26:16.287Z | Compiling serde_derive v1.0.197 |
1569 | 2024-04-10T16:26:16.342Z | Compiling zerocopy-derive v0.7.32 |
1570 | 2024-04-10T16:26:16.367Z | Compiling zeroize_derive v1.4.2 |
1571 | 2024-04-10T16:26:16.391Z | Compiling thiserror-impl v1.0.58 |
1572 | 2024-04-10T16:26:16.446Z | Compiling tokio-macros v2.2.0 |
1573 | 2024-04-10T16:26:16.628Z | Compiling futures-macro v0.3.30 |
1574 | 2024-04-10T16:26:17.302Z | Compiling tracing-attributes v0.1.27 |
1575 | 2024-04-10T16:26:17.684Z | Compiling schemars_derive v0.8.16 |
1576 | 2024-04-10T16:26:17.770Z | Compiling zeroize v1.7.0 |
1577 | 2024-04-10T16:26:18.123Z | Compiling zerocopy v0.7.32 |
1578 | 2024-04-10T16:26:18.904Z | Compiling pest v2.7.6 |
1579 | 2024-04-10T16:26:19.529Z | Compiling openssl-macros v0.1.1 |
1580 | 2024-04-10T16:26:19.935Z | Compiling hashbrown v0.14.3 |
1581 | 2024-04-10T16:26:20.121Z | Compiling zerocopy-derive v0.2.0 |
1582 | 2024-04-10T16:26:21.141Z | Compiling pest_meta v2.7.6 |
1583 | 2024-04-10T16:26:21.224Z | Compiling futures-channel v0.3.30 |
1584 | 2024-04-10T16:26:21.474Z | Compiling tracing-core v0.1.32 |
1585 | 2024-04-10T16:26:21.538Z | Compiling futures-io v0.3.30 |
1586 | 2024-04-10T16:26:21.598Z | Compiling futures-task v0.3.30 |
1587 | 2024-04-10T16:26:21.848Z | Compiling pin-utils v0.1.0 |
1588 | 2024-04-10T16:26:21.902Z | Compiling crypto-common v0.1.6 |
1589 | 2024-04-10T16:26:21.941Z | Compiling futures-util v0.3.30 |
1590 | 2024-04-10T16:26:22.141Z | Compiling tracing v0.1.40 |
1591 | 2024-04-10T16:26:22.462Z | Compiling pest_generator v2.7.6 |
1592 | 2024-04-10T16:26:22.854Z | Compiling der_derive v0.7.2 |
1593 | 2024-04-10T16:26:23.575Z | Compiling aho-corasick v1.1.2 |
1594 | 2024-04-10T16:26:23.995Z | Compiling regex-syntax v0.8.2 |
1595 | 2024-04-10T16:26:24.356Z | Compiling pest_derive v2.7.6 |
1596 | 2024-04-10T16:26:24.645Z | Compiling anyhow v1.0.82 |
1597 | 2024-04-10T16:26:25.075Z | Compiling winnow v0.5.15 |
1598 | 2024-04-10T16:26:26.115Z | Compiling block-buffer v0.10.4 |
1599 | 2024-04-10T16:26:26.646Z | Compiling usdt-impl v0.3.5 |
1600 | 2024-04-10T16:26:26.956Z | Compiling bytes v1.6.0 |
1601 | 2024-04-10T16:26:27.144Z | Compiling indexmap v2.2.6 |
1602 | 2024-04-10T16:26:27.926Z | Compiling bitflags v2.4.2 |
1603 | 2024-04-10T16:26:27.950Z | Compiling uuid v1.8.0 |
1604 | 2024-04-10T16:26:28.289Z | Compiling chrono v0.4.37 |
1605 | 2024-04-10T16:26:28.554Z | Compiling tokio v1.37.0 |
1606 | 2024-04-10T16:26:29.777Z | Compiling toml_datetime v0.6.5 |
1607 | 2024-04-10T16:26:30.118Z | Compiling serde_spanned v0.6.5 |
1608 | 2024-04-10T16:26:30.351Z | Compiling http v0.2.12 |
1609 | 2024-04-10T16:26:31.382Z | Compiling rustc_version v0.4.0 |
1610 | 2024-04-10T16:26:31.893Z | Compiling toml_edit v0.19.15 |
1611 | 2024-04-10T16:26:32.185Z | Compiling regex-automata v0.4.5 |
1612 | 2024-04-10T16:26:33.420Z | Compiling powerfmt v0.2.0 |
1613 | 2024-04-10T16:26:33.815Z | Compiling unicode-width v0.1.11 |
1614 | 2024-04-10T16:26:33.961Z | Compiling rustversion v1.0.14 |
1615 | 2024-04-10T16:26:34.309Z | Compiling crc32fast v1.3.2 |
1616 | 2024-04-10T16:26:34.436Z | Compiling untrusted v0.9.0 |
1617 | 2024-04-10T16:26:35.161Z | Compiling deranged v0.3.11 |
1618 | 2024-04-10T16:26:35.240Z | Compiling heapless v0.7.16 |
1619 | 2024-04-10T16:26:35.629Z | Compiling digest v0.10.7 |
1620 | 2024-04-10T16:26:35.971Z | Compiling scroll_derive v0.12.0 |
1621 | 2024-04-10T16:26:37.017Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1622 | 2024-04-10T16:26:37.234Z | Compiling async-trait v0.1.79 |
1623 | 2024-04-10T16:26:37.389Z | Compiling num_threads v0.1.6 |
1624 | 2024-04-10T16:26:37.498Z | Compiling ppv-lite86 v0.2.17 |
1625 | 2024-04-10T16:26:37.627Z | Compiling percent-encoding v2.3.1 |
1626 | 2024-04-10T16:26:38.002Z | Compiling signal-hook v0.3.17 |
1627 | 2024-04-10T16:26:38.114Z | Compiling rand_chacha v0.3.1 |
1628 | 2024-04-10T16:26:38.246Z | Compiling time v0.3.34 |
1629 | 2024-04-10T16:26:38.920Z | Compiling regex v1.10.4 |
1630 | 2024-04-10T16:26:40.108Z | Compiling zerocopy v0.3.0 |
1631 | 2024-04-10T16:26:40.547Z | Compiling thread-id v4.2.0 |
1632 | 2024-04-10T16:26:40.780Z | Compiling dof v0.1.5 |
1633 | 2024-04-10T16:26:41.414Z | Compiling rand v0.8.5 |
1634 | 2024-04-10T16:26:42.188Z | Compiling tokio-util v0.7.10 |
1635 | 2024-04-10T16:26:42.825Z | Compiling dtrace-parser v0.1.14 |
1636 | 2024-04-10T16:26:43.184Z | Compiling num-bigint v0.4.4 |
1637 | 2024-04-10T16:26:43.562Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1638 | 2024-04-10T16:26:43.657Z | Compiling base64ct v1.6.0 |
1639 | 2024-04-10T16:26:43.712Z | Compiling smoltcp v0.9.1 |
1640 | 2024-04-10T16:26:44.127Z | Compiling adler v1.0.2 |
1641 | 2024-04-10T16:26:44.173Z | Compiling untrusted v0.7.1 |
1642 | 2024-04-10T16:26:44.219Z | Compiling foreign-types-shared v0.1.1 |
1643 | 2024-04-10T16:26:44.297Z | Compiling miniz_oxide v0.7.1 |
1644 | 2024-04-10T16:26:44.327Z | Compiling foreign-types v0.3.2 |
1645 | 2024-04-10T16:26:44.351Z | Compiling pem-rfc7468 v0.7.0 |
1646 | 2024-04-10T16:26:45.929Z | Compiling form_urlencoded v1.2.1 |
1647 | 2024-04-10T16:26:46.457Z | Compiling hmac v0.12.1 |
1648 | 2024-04-10T16:26:46.650Z | Compiling serde_tokenstream v0.1.7 |
1649 | 2024-04-10T16:26:47.083Z | Compiling lazy_static v1.4.0 |
1650 | 2024-04-10T16:26:47.202Z | Compiling errno v0.3.8 |
1651 | 2024-04-10T16:26:47.228Z | Compiling flagset v0.4.3 |
1652 | 2024-04-10T16:26:47.256Z | Compiling bitflags v1.3.2 |
1653 | 2024-04-10T16:26:47.356Z | Compiling unicode-segmentation v1.10.1 |
1654 | 2024-04-10T16:26:47.416Z | Compiling try-lock v0.2.4 |
1655 | 2024-04-10T16:26:47.440Z | Compiling base64 v0.21.7 |
1656 | 2024-04-10T16:26:47.502Z | Compiling siphasher v0.3.11 |
1657 | 2024-04-10T16:26:47.931Z | Compiling want v0.3.1 |
1658 | 2024-04-10T16:26:48.156Z | Compiling der v0.7.8 |
1659 | 2024-04-10T16:26:49.025Z | Compiling sct v0.7.0 |
1660 | 2024-04-10T16:26:49.252Z | Compiling rustls-webpki v0.101.7 |
1661 | 2024-04-10T16:26:49.471Z | Compiling h2 v0.3.26 |
1662 | 2024-04-10T16:26:50.730Z | Compiling http-body v0.4.5 |
1663 | 2024-04-10T16:26:51.749Z | Compiling openapiv3 v2.0.0 |
1664 | 2024-04-10T16:26:51.880Z | Compiling idna v0.5.0 |
1665 | 2024-04-10T16:26:52.280Z | Compiling hubpack_derive v0.1.1 |
1666 | 2024-04-10T16:26:52.474Z | Compiling zerocopy-derive v0.6.6 |
1667 | 2024-04-10T16:26:53.052Z | Compiling usdt-impl v0.5.0 |
1668 | 2024-04-10T16:26:53.156Z | Compiling utf8parse v0.2.1 |
1669 | 2024-04-10T16:26:53.297Z | Compiling tower-service v0.3.2 |
1670 | 2024-04-10T16:26:53.418Z | Compiling httpdate v1.0.3 |
1671 | 2024-04-10T16:26:53.745Z | Compiling stable_deref_trait v1.2.0 |
1672 | 2024-04-10T16:26:53.840Z | Compiling cpufeatures v0.2.12 |
1673 | 2024-04-10T16:26:53.935Z | Compiling gimli v0.28.0 |
1674 | 2024-04-10T16:26:53.997Z | Compiling openssl-probe v0.1.5 |
1675 | 2024-04-10T16:26:54.248Z | Compiling anstyle v1.0.6 |
1676 | 2024-04-10T16:26:54.970Z | Compiling sha2 v0.10.8 |
1677 | 2024-04-10T16:26:55.111Z | Compiling anstyle-parse v0.2.1 |
1678 | 2024-04-10T16:26:55.447Z | Compiling hyper v0.14.28 |
1679 | 2024-04-10T16:26:56.055Z | Compiling url v2.5.0 |
1680 | 2024-04-10T16:26:58.202Z | Compiling addr2line v0.21.0 |
1681 | 2024-04-10T16:26:58.316Z | Compiling spki v0.7.2 |
1682 | 2024-04-10T16:26:58.623Z | Compiling usdt-attr-macro v0.3.5 |
1683 | 2024-04-10T16:26:58.890Z | Compiling usdt-macro v0.3.5 |
1684 | 2024-04-10T16:26:59.580Z | Compiling scroll v0.12.0 |
1685 | 2024-04-10T16:26:59.887Z | Compiling md-5 v0.10.5 |
1686 | 2024-04-10T16:27:00.111Z | Compiling serde_tokenstream v0.2.0 |
1687 | 2024-04-10T16:27:00.635Z | Compiling idna v0.3.0 |
1688 | 2024-04-10T16:27:01.761Z | Compiling stringprep v0.1.3 |
1689 | 2024-04-10T16:27:02.586Z | Compiling diesel_table_macro_syntax v0.1.0 |
1690 | 2024-04-10T16:27:02.853Z | Compiling num-integer v0.1.46 |
1691 | 2024-04-10T16:27:02.923Z | Compiling object v0.32.1 |
1692 | 2024-04-10T16:27:03.474Z | Compiling hash32 v0.2.1 |
1693 | 2024-04-10T16:27:03.732Z | Compiling plain v0.2.3 |
1694 | 2024-04-10T16:27:03.818Z | Compiling fallible-iterator v0.2.0 |
1695 | 2024-04-10T16:27:03.886Z | Compiling anstyle-query v1.0.0 |
1696 | 2024-04-10T16:27:04.020Z | Compiling colorchoice v1.0.0 |
1697 | 2024-04-10T16:27:04.165Z | Compiling rustc-demangle v0.1.23 |
1698 | 2024-04-10T16:27:06.114Z | Compiling psl-types v2.0.11 |
1699 | 2024-04-10T16:27:06.277Z | Compiling heck v0.5.0 |
1700 | 2024-04-10T16:27:06.479Z | Compiling publicsuffix v2.2.3 |
1701 | 2024-04-10T16:27:06.651Z | Compiling clap_derive v4.5.4 |
1702 | 2024-04-10T16:27:10.109Z | Compiling postgres-protocol v0.6.6 |
1703 | 2024-04-10T16:27:11.065Z | Compiling anstream v0.6.11 |
1704 | 2024-04-10T16:27:11.098Z | Compiling goblin v0.8.0 |
1705 | 2024-04-10T16:27:11.255Z | Compiling diesel_derives v2.1.2 |
1706 | 2024-04-10T16:27:12.363Z | Compiling tokio-rustls v0.24.1 |
1707 | 2024-04-10T16:27:16.234Z | Compiling pkcs8 v0.10.2 |
1708 | 2024-04-10T16:27:16.259Z | Compiling terminal_size v0.3.0 |
1709 | 2024-04-10T16:27:16.692Z | Compiling tokio-native-tls v0.3.1 |
1710 | 2024-04-10T16:27:16.898Z | Compiling phf_shared v0.11.2 |
1711 | 2024-04-10T16:27:17.199Z | Compiling strum_macros v0.25.2 |
1712 | 2024-04-10T16:27:17.543Z | Compiling regress v0.9.1 |
1713 | 2024-04-10T16:27:17.952Z | Compiling block-padding v0.3.3 |
1714 | 2024-04-10T16:27:18.154Z | Compiling enum-as-inner v0.5.1 |
1715 | 2024-04-10T16:27:18.299Z | Compiling serde_repr v0.1.16 |
1716 | 2024-04-10T16:27:19.036Z | Compiling ff v0.13.0 |
1717 | 2024-04-10T16:27:19.195Z | Compiling scheduled-thread-pool v0.2.7 |
1718 | 2024-04-10T16:27:19.599Z | Compiling encoding_rs v0.8.33 |
1719 | 2024-04-10T16:27:20.149Z | Compiling managed v0.8.0 |
1720 | 2024-04-10T16:27:20.776Z | Compiling clap_lex v0.7.0 |
1721 | 2024-04-10T16:27:21.161Z | Compiling mime v0.3.17 |
1722 | 2024-04-10T16:27:21.186Z | Compiling ident_case v1.0.1 |
1723 | 2024-04-10T16:27:21.216Z | Compiling regex-automata v0.1.10 |
1724 | 2024-04-10T16:27:21.348Z | Compiling base16ct v0.2.0 |
1725 | 2024-04-10T16:27:21.455Z | Compiling strsim v0.10.0 |
1726 | 2024-04-10T16:27:21.614Z | Compiling strsim v0.11.0 |
1727 | 2024-04-10T16:27:21.639Z | Compiling matches v0.1.10 |
1728 | 2024-04-10T16:27:22.078Z | Compiling bit-vec v0.6.3 |
1729 | 2024-04-10T16:27:22.103Z | Compiling ipnet v2.9.0 |
1730 | 2024-04-10T16:27:22.242Z | Compiling pretty-hex v0.4.1 |
1731 | 2024-04-10T16:27:22.435Z | Compiling dof v0.3.0 |
1732 | 2024-04-10T16:27:22.964Z | Compiling clap_builder v4.5.2 |
1733 | 2024-04-10T16:27:24.079Z | Compiling idna v0.2.3 |
1734 | 2024-04-10T16:27:24.303Z | Compiling darling_core v0.20.8 |
1735 | 2024-04-10T16:27:25.110Z | Compiling bstr v0.2.17 |
1736 | 2024-04-10T16:27:25.702Z | Compiling sec1 v0.7.3 |
1737 | 2024-04-10T16:27:26.187Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1738 | 2024-04-10T16:27:26.211Z | Compiling r2d2 v0.8.10 |
1739 | 2024-04-10T16:27:26.433Z | Compiling group v0.13.0 |
1740 | 2024-04-10T16:27:27.474Z | Compiling inout v0.1.3 |
1741 | 2024-04-10T16:27:28.935Z | Compiling phf v0.11.2 |
1742 | 2024-04-10T16:27:29.078Z | Compiling hyper-tls v0.5.0 |
1743 | 2024-04-10T16:27:29.196Z | Compiling signal-hook-mio v0.2.3 |
1744 | 2024-04-10T16:27:29.307Z | Compiling bzip2 v0.4.4 |
1745 | 2024-04-10T16:27:29.364Z | Compiling flate2 v1.0.28 |
1746 | 2024-04-10T16:27:29.397Z | Compiling hyper-rustls v0.24.2 |
1747 | 2024-04-10T16:27:29.530Z | Compiling cookie_store v0.20.0 |
1748 | 2024-04-10T16:27:29.617Z | Compiling postgres-types v0.2.6 |
1749 | 2024-04-10T16:27:29.959Z | Compiling zerocopy v0.6.6 |
1750 | 2024-04-10T16:27:30.226Z | Compiling hubpack v0.1.2 |
1751 | 2024-04-10T16:27:30.605Z | Compiling rustls-pemfile v1.0.3 |
1752 | 2024-04-10T16:27:30.630Z | Compiling phf_shared v0.10.0 |
1753 | 2024-04-10T16:27:30.655Z | Compiling hkdf v0.12.4 |
1754 | 2024-04-10T16:27:30.732Z | Compiling serde_urlencoded v0.7.1 |
1755 | 2024-04-10T16:27:30.853Z | Compiling crossbeam-epoch v0.9.18 |
1756 | 2024-04-10T16:27:31.157Z | Compiling ipnetwork v0.20.0 |
1757 | 2024-04-10T16:27:31.363Z | Compiling futures-executor v0.3.30 |
1758 | 2024-04-10T16:27:31.959Z | Compiling dtrace-parser v0.2.0 |
1759 | 2024-04-10T16:27:31.984Z | Compiling crypto-bigint v0.5.2 |
1760 | 2024-04-10T16:27:32.068Z | Compiling float-cmp v0.9.0 |
1761 | 2024-04-10T16:27:32.257Z | Compiling winnow v0.6.1 |
1762 | 2024-04-10T16:27:33.600Z | Compiling minimal-lexical v0.2.1 |
1763 | 2024-04-10T16:27:33.646Z | Compiling data-encoding v2.4.0 |
1764 | 2024-04-10T16:27:33.992Z | Compiling whoami v1.5.0 |
1765 | 2024-04-10T16:27:34.374Z | Compiling new_debug_unreachable v1.0.4 |
1766 | 2024-04-10T16:27:34.453Z | Compiling either v1.10.0 |
1767 | 2024-04-10T16:27:34.837Z | Compiling static_assertions v1.1.0 |
1768 | 2024-04-10T16:27:34.861Z | Compiling predicates-core v1.0.6 |
1769 | 2024-04-10T16:27:34.945Z | Compiling fixedbitset v0.4.2 |
1770 | 2024-04-10T16:27:34.999Z | Compiling normalize-line-endings v0.3.0 |
1771 | 2024-04-10T16:27:35.039Z | Compiling sync_wrapper v0.1.2 |
1772 | 2024-04-10T16:27:35.127Z | Compiling precomputed-hash v0.1.1 |
1773 | 2024-04-10T16:27:35.152Z | Compiling webpki-roots v0.25.2 |
1774 | 2024-04-10T16:27:35.182Z | Compiling difflib v0.4.0 |
1775 | 2024-04-10T16:27:35.242Z | Compiling string_cache v0.8.7 |
1776 | 2024-04-10T16:27:35.320Z | Compiling itertools v0.10.5 |
1777 | 2024-04-10T16:27:35.344Z | Compiling reqwest v0.11.24 |
1778 | 2024-04-10T16:27:35.368Z | Compiling petgraph v0.6.4 |
1779 | 2024-04-10T16:27:35.630Z | Compiling predicates v3.1.0 |
1780 | 2024-04-10T16:27:36.182Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1781 | 2024-04-10T16:27:37.221Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1782 | 2024-04-10T16:27:37.465Z | Compiling toml_edit v0.22.9 |
1783 | 2024-04-10T16:27:38.105Z | Compiling tokio-postgres v0.7.10 |
1784 | 2024-04-10T16:27:38.468Z | Compiling trust-dns-proto v0.22.0 |
1785 | 2024-04-10T16:27:39.469Z | Compiling nom v7.1.3 |
1786 | 2024-04-10T16:27:40.511Z | Compiling elliptic-curve v0.13.8 |
1787 | 2024-04-10T16:27:41.685Z | Compiling futures v0.3.30 |
1788 | 2024-04-10T16:27:41.709Z | Compiling diesel v2.1.5 |
1789 | 2024-04-10T16:27:41.796Z | Compiling yasna v0.5.2 |
1790 | 2024-04-10T16:27:42.235Z | Compiling zip v0.6.6 |
1791 | 2024-04-10T16:27:42.947Z | Compiling crossterm v0.27.0 |
1792 | 2024-04-10T16:27:43.068Z | Compiling darling_macro v0.20.8 |
1793 | 2024-04-10T16:27:43.237Z | Compiling cipher v0.4.4 |
1794 | 2024-04-10T16:27:43.844Z | Compiling similar v2.4.0 |
1795 | 2024-04-10T16:27:43.891Z | Compiling clap v4.5.4 |
1796 | 2024-04-10T16:27:43.990Z | Compiling bit-set v0.5.3 |
1797 | 2024-04-10T16:27:44.405Z | Compiling num-iter v0.1.44 |
1798 | 2024-04-10T16:27:44.561Z | Compiling usdt v0.3.5 |
1799 | 2024-04-10T16:27:44.786Z | Compiling console v0.15.8 |
1800 | 2024-04-10T16:27:45.564Z | Compiling bstr v1.9.0 |
1801 | 2024-04-10T16:27:45.652Z | Compiling tokio-stream v0.1.15 |
1802 | 2024-04-10T16:27:45.677Z | Compiling toml v0.7.8 |
1803 | 2024-04-10T16:27:46.436Z | Compiling hex v0.4.3 |
1804 | 2024-04-10T16:27:46.661Z | Compiling proc-macro-error-attr v1.0.4 |
1805 | 2024-04-10T16:27:46.827Z | Compiling peg-runtime v0.8.2 |
1806 | 2024-04-10T16:27:46.932Z | Compiling lalrpop-util v0.19.12 |
1807 | 2024-04-10T16:27:47.054Z | Compiling base64 v0.22.0 |
1808 | 2024-04-10T16:27:47.322Z | Compiling darling v0.20.8 |
1809 | 2024-04-10T16:27:47.435Z | Compiling proc-macro-crate v1.3.1 |
1810 | 2024-04-10T16:27:48.273Z | Compiling proc-macro-error v1.0.4 |
1811 | 2024-04-10T16:27:48.524Z | Compiling camino v1.1.6 |
1812 | 2024-04-10T16:27:48.737Z | Compiling heapless v0.8.0 |
1813 | 2024-04-10T16:27:49.823Z | Compiling num_enum_derive v0.5.11 |
1814 | 2024-04-10T16:27:56.157Z | Compiling hash32 v0.3.1 |
1815 | 2024-04-10T16:27:56.487Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2024-04-10T16:27:56.768Z | Compiling rustls-pki-types v1.3.0 |
1817 | 2024-04-10T16:27:57.145Z | Compiling smoltcp v0.11.0 |
1818 | 2024-04-10T16:28:09.463Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1819 | 2024-04-10T16:28:17.225Z | Compiling num_enum v0.5.11 |
1820 | 2024-04-10T16:28:20.150Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1821 | 2024-04-10T16:28:20.287Z | Compiling getopts v0.2.21 |
1822 | 2024-04-10T16:28:21.218Z | Compiling dirs-sys-next v0.1.2 |
1823 | 2024-04-10T16:28:22.291Z | Compiling unsafe-libyaml v0.2.10 |
1824 | 2024-04-10T16:28:22.952Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1825 | 2024-04-10T16:28:22.986Z | Compiling cobs v0.2.3 |
1826 | 2024-04-10T16:28:23.649Z | Compiling embedded-io v0.4.0 |
1827 | 2024-04-10T16:28:23.719Z | Compiling rustls v0.22.2 |
1828 | 2024-04-10T16:28:23.850Z | Compiling postcard v1.0.8 |
1829 | 2024-04-10T16:28:24.162Z | Compiling serde_yaml v0.9.25 |
1830 | 2024-04-10T16:28:26.639Z | Compiling dirs-next v2.0.0 |
1831 | 2024-04-10T16:28:28.267Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1832 | 2024-04-10T16:28:33.523Z | Compiling rustls-webpki v0.102.1 |
1833 | 2024-04-10T16:28:35.888Z | Compiling strum_macros v0.26.1 |
1834 | 2024-04-10T16:28:37.140Z | Compiling structmeta-derive v0.3.0 |
1835 | 2024-04-10T16:28:37.674Z | Compiling foreign-types-macros v0.2.3 |
1836 | 2024-04-10T16:28:38.418Z | Compiling thread_local v1.1.7 |
1837 | 2024-04-10T16:28:38.607Z | Compiling multer v3.0.0 |
1838 | 2024-04-10T16:28:38.874Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1839 | 2024-04-10T16:28:39.117Z | Compiling foreign-types-shared v0.3.1 |
1840 | 2024-04-10T16:28:39.145Z | Compiling match_cfg v0.1.0 |
1841 | 2024-04-10T16:28:39.246Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1842 | 2024-04-10T16:28:39.431Z | Compiling slog-async v2.8.0 |
1843 | 2024-04-10T16:28:39.811Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1844 | 2024-04-10T16:28:40.001Z | Compiling paste v1.0.14 |
1845 | 2024-04-10T16:28:41.016Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1846 | 2024-04-10T16:28:45.354Z | Compiling strum v0.26.2 |
1847 | 2024-04-10T16:28:45.435Z | Compiling hostname v0.3.1 |
1848 | 2024-04-10T16:28:45.515Z | Compiling foreign-types v0.5.0 |
1849 | 2024-04-10T16:28:45.625Z | Compiling structmeta v0.3.0 |
1850 | 2024-04-10T16:28:46.971Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1851 | 2024-04-10T16:28:54.455Z | Compiling term v0.7.0 |
1852 | 2024-04-10T16:28:56.132Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1853 | 2024-04-10T16:28:56.646Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1854 | 2024-04-10T16:28:57.459Z | Compiling slog-json v2.6.1 |
1855 | 2024-04-10T16:28:57.684Z | Compiling is-terminal v0.4.9 |
1856 | 2024-04-10T16:28:57.801Z | Compiling crossbeam-channel v0.5.8 |
1857 | 2024-04-10T16:28:58.310Z | Compiling tabwriter v1.4.0 |
1858 | 2024-04-10T16:28:58.615Z | Compiling http v1.0.0 |
1859 | 2024-04-10T16:28:58.861Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1860 | 2024-04-10T16:28:58.954Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1861 | 2024-04-10T16:28:59.180Z | Compiling async-stream-impl v0.3.5 |
1862 | 2024-04-10T16:28:59.537Z | Compiling cstr-argument v0.1.2 |
1863 | 2024-04-10T16:28:59.627Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1864 | 2024-04-10T16:28:59.758Z | Compiling atomic-waker v1.1.1 |
1865 | 2024-04-10T16:28:59.885Z | Compiling crucible-workspace-hack v0.1.0 |
1866 | 2024-04-10T16:28:59.933Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1867 | 2024-04-10T16:29:00.139Z | Compiling pretty-hex v0.2.1 |
1868 | 2024-04-10T16:29:00.183Z | Compiling take_mut v0.2.2 |
1869 | 2024-04-10T16:29:00.210Z | Compiling rayon-core v1.12.1 |
1870 | 2024-04-10T16:29:00.369Z | Compiling fastrand v2.0.1 |
1871 | 2024-04-10T16:29:00.714Z | Compiling tempfile v3.10.1 |
1872 | 2024-04-10T16:29:00.960Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1873 | 2024-04-10T16:29:01.268Z | Compiling async-stream v0.3.5 |
1874 | 2024-04-10T16:29:01.598Z | Compiling waitgroup v0.1.2 |
1875 | 2024-04-10T16:29:01.850Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1876 | 2024-04-10T16:29:02.486Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1877 | 2024-04-10T16:29:02.592Z | Compiling slog-term v2.9.1 |
1878 | 2024-04-10T16:29:02.617Z | Compiling slog-bunyan v2.5.0 |
1879 | 2024-04-10T16:29:02.792Z | Compiling tokio-rustls v0.25.0 |
1880 | 2024-04-10T16:29:02.849Z | Compiling parse-display-derive v0.9.0 |
1881 | 2024-04-10T16:29:03.235Z | Compiling rustls-pemfile v2.1.2 |
1882 | 2024-04-10T16:29:03.700Z | Compiling toml v0.8.12 |
1883 | 2024-04-10T16:29:03.840Z | Compiling serde_with_macros v3.7.0 |
1884 | 2024-04-10T16:29:04.037Z | Compiling sha1 v0.10.6 |
1885 | 2024-04-10T16:29:04.682Z | Compiling crossbeam-deque v0.8.3 |
1886 | 2024-04-10T16:29:04.856Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1887 | 2024-04-10T16:29:04.992Z | Compiling colored v2.1.0 |
1888 | 2024-04-10T16:29:05.905Z | Compiling newtype-uuid v1.0.1 |
1889 | 2024-04-10T16:29:05.970Z | Compiling serde_path_to_error v0.1.16 |
1890 | 2024-04-10T16:29:06.100Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1891 | 2024-04-10T16:29:06.196Z | Compiling socket2 v0.4.9 |
1892 | 2024-04-10T16:29:06.420Z | Compiling instant v0.1.12 |
1893 | 2024-04-10T16:29:06.576Z | Compiling debug-ignore v1.0.5 |
1894 | 2024-04-10T16:29:06.712Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1895 | 2024-04-10T16:29:06.736Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1896 | 2024-04-10T16:29:07.059Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1897 | 2024-04-10T16:29:07.557Z | Compiling backoff v0.4.0 |
1898 | 2024-04-10T16:29:07.843Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1899 | 2024-04-10T16:29:08.168Z | Compiling serde_with v3.7.0 |
1900 | 2024-04-10T16:29:09.020Z | Compiling parse-display v0.9.0 |
1901 | 2024-04-10T16:29:10.632Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1902 | 2024-04-10T16:29:11.209Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1903 | 2024-04-10T16:29:11.330Z | Compiling camino-tempfile v1.1.1 |
1904 | 2024-04-10T16:29:11.358Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1905 | 2024-04-10T16:29:11.772Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1906 | 2024-04-10T16:29:11.931Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1907 | 2024-04-10T16:29:12.019Z | Compiling heck v0.3.3 |
1908 | 2024-04-10T16:29:12.326Z | Compiling textwrap v0.11.0 |
1909 | 2024-04-10T16:29:12.533Z | Compiling macaddr v1.0.1 |
1910 | 2024-04-10T16:29:12.990Z | Compiling num-derive v0.4.0 |
1911 | 2024-04-10T16:29:13.031Z | Compiling atty v0.2.14 |
1912 | 2024-04-10T16:29:13.166Z | Compiling sigpipe v0.1.3 |
1913 | 2024-04-10T16:29:13.191Z | Compiling vec_map v0.8.2 |
1914 | 2024-04-10T16:29:13.286Z | Compiling libefi-sys v0.1.0 |
1915 | 2024-04-10T16:29:13.467Z | Compiling ansi_term v0.12.1 |
1916 | 2024-04-10T16:29:13.529Z | Compiling strsim v0.8.0 |
1917 | 2024-04-10T16:29:14.032Z | Compiling clap v2.34.0 |
1918 | 2024-04-10T16:29:14.160Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1919 | 2024-04-10T16:29:14.538Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
1920 | 2024-04-10T16:29:14.659Z | Compiling structopt-derive v0.4.18 |
1921 | 2024-04-10T16:29:15.879Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
1922 | 2024-04-10T16:29:16.125Z | Compiling rayon v1.10.0 |
1923 | 2024-04-10T16:29:16.322Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1924 | 2024-04-10T16:29:16.720Z | Compiling smf v0.2.3 |
1925 | 2024-04-10T16:29:17.245Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1926 | 2024-04-10T16:29:17.549Z | Compiling blake3 v1.5.0 |
1927 | 2024-04-10T16:29:17.999Z | Compiling portable-atomic v1.4.3 |
1928 | 2024-04-10T16:29:18.850Z | Compiling structopt v0.3.26 |
1929 | 2024-04-10T16:29:18.898Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1930 | 2024-04-10T16:29:19.007Z | Compiling xattr v1.0.1 |
1931 | 2024-04-10T16:29:19.242Z | Compiling filetime v0.2.23 |
1932 | 2024-04-10T16:29:19.266Z | Compiling memmap2 v0.7.1 |
1933 | 2024-04-10T16:29:19.544Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1934 | 2024-04-10T16:29:19.681Z | Compiling arrayvec v0.7.4 |
1935 | 2024-04-10T16:29:19.719Z | Compiling same-file v1.0.6 |
1936 | 2024-04-10T16:29:19.871Z | Compiling constant_time_eq v0.3.0 |
1937 | 2024-04-10T16:29:19.953Z | Compiling arrayref v0.3.7 |
1938 | 2024-04-10T16:29:20.028Z | Compiling walkdir v2.5.0 |
1939 | 2024-04-10T16:29:20.092Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1940 | 2024-04-10T16:29:20.606Z | Compiling tar v0.4.40 |
1941 | 2024-04-10T16:29:21.007Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1942 | 2024-04-10T16:29:21.318Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1943 | 2024-04-10T16:29:22.135Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1944 | 2024-04-10T16:29:24.119Z | Compiling gethostname v0.4.3 |
1945 | 2024-04-10T16:29:24.153Z | Compiling topological-sort v0.2.2 |
1946 | 2024-04-10T16:29:24.339Z | Compiling number_prefix v0.4.0 |
1947 | 2024-04-10T16:29:24.379Z | Compiling omicron-zone-package v0.11.0 |
1948 | 2024-04-10T16:29:24.554Z | Compiling indicatif v0.17.8 |
1949 | 2024-04-10T16:29:24.932Z | Compiling swrite v0.1.0 |
1950 | 2024-04-10T16:29:28.958Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1951 | 2024-04-10T16:29:32.045Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1952 | 2024-04-10T16:29:34.174Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1953 | 2024-04-10T16:29:35.124Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1954 | 2024-04-10T16:29:51.252Z | Finished release [optimized] target(s) in 4m 30s |
1955 | 2024-04-10T16:29:51.480Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1956 | 2024-04-10T16:29:51.572Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1957 | 2024-04-10T16:29:51.598Z | Created new build target 'test' and set it as active |
1958 | 2024-04-10T16:29:51.598Z | |
1959 | 2024-04-10T16:29:51.598Z | real 4:30.691397294 |
1960 | 2024-04-10T16:29:51.598Z | user 25:34.012552560 |
1961 | 2024-04-10T16:29:51.598Z | sys 3:26.262847411 |
1962 | 2024-04-10T16:29:51.598Z | trap 0.880639738 |
1963 | 2024-04-10T16:29:51.598Z | tflt 0.820982688 |
1964 | 2024-04-10T16:29:51.598Z | dflt 0.843965026 |
1965 | 2024-04-10T16:29:51.598Z | kflt 0.004039209 |
1966 | 2024-04-10T16:29:51.598Z | lock 52:53.716626736 |
1967 | 2024-04-10T16:29:51.598Z | slp 1:11:34.878820926 |
1968 | 2024-04-10T16:29:51.598Z | lat 1:55.026050510 |
1969 | 2024-04-10T16:29:51.598Z | stop 3:28.944624819 |
1970 | 2024-04-10T16:29:51.598Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1971 | 2024-04-10T16:29:52.623Z | Finished release [optimized] target(s) in 0.97s |
1972 | 2024-04-10T16:29:52.651Z | Running `target/release/omicron-package -t test package` |
1973 | 2024-04-10T16:29:52.687Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1974 | 2024-04-10T16:29:53.846Z | Compiling newline-converter v0.3.0 |
1975 | 2024-04-10T16:29:53.846Z | Compiling usdt-attr-macro v0.5.0 |
1976 | 2024-04-10T16:29:53.846Z | Compiling usdt-macro v0.5.0 |
1977 | 2024-04-10T16:29:53.846Z | Compiling memmap v0.7.0 |
1978 | 2024-04-10T16:29:53.874Z | Compiling humantime v2.1.0 |
1979 | 2024-04-10T16:29:53.915Z | Compiling linked-hash-map v0.5.6 |
1980 | 2024-04-10T16:29:53.940Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1981 | 2024-04-10T16:29:53.940Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1982 | 2024-04-10T16:29:54.008Z | Compiling expectorate v1.1.0 |
1983 | 2024-04-10T16:29:54.163Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1984 | 2024-04-10T16:29:54.204Z | Compiling password-hash v0.5.0 |
1985 | 2024-04-10T16:29:54.253Z | Compiling lru-cache v0.1.2 |
1986 | 2024-04-10T16:29:54.280Z | Compiling blake2 v0.10.6 |
1987 | 2024-04-10T16:29:54.432Z | Compiling semver v0.1.20 |
1988 | 2024-04-10T16:29:54.550Z | Compiling bytecount v0.6.3 |
1989 | 2024-04-10T16:29:54.813Z | Compiling argon2 v0.5.3 |
1990 | 2024-04-10T16:29:54.895Z | Compiling rustc_version v0.1.7 |
1991 | 2024-04-10T16:29:55.078Z | Compiling papergrid v0.11.0 |
1992 | 2024-04-10T16:29:55.113Z | Compiling usdt v0.5.0 |
1993 | 2024-04-10T16:29:55.253Z | Compiling newtype_derive v0.1.6 |
1994 | 2024-04-10T16:29:55.278Z | Compiling tabled_derive v0.7.0 |
1995 | 2024-04-10T16:29:55.517Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1996 | 2024-04-10T16:29:56.086Z | Compiling quick-error v1.2.3 |
1997 | 2024-04-10T16:29:56.151Z | Compiling steno v0.4.0 |
1998 | 2024-04-10T16:29:56.216Z | Compiling resolv-conf v0.7.0 |
1999 | 2024-04-10T16:29:56.423Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2000 | 2024-04-10T16:29:56.965Z | Compiling derive-where v1.2.7 |
2001 | 2024-04-10T16:29:57.097Z | Compiling tabled v0.15.0 |
2002 | 2024-04-10T16:29:57.477Z | Compiling num-rational v0.4.1 |
2003 | 2024-04-10T16:29:57.722Z | Compiling slog-dtrace v0.3.0 |
2004 | 2024-04-10T16:29:57.970Z | Compiling termcolor v1.2.0 |
2005 | 2024-04-10T16:29:59.049Z | Compiling trust-dns-resolver v0.22.0 |
2006 | 2024-04-10T16:29:59.180Z | Compiling itertools v0.12.1 |
2007 | 2024-04-10T16:29:59.492Z | Compiling utf-8 v0.7.6 |
2008 | 2024-04-10T16:30:02.187Z | Compiling num-complex v0.4.4 |
2009 | 2024-04-10T16:30:02.957Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2010 | 2024-04-10T16:30:03.142Z | Compiling num v0.4.1 |
2011 | 2024-04-10T16:30:03.236Z | Compiling nibble_vec v0.1.0 |
2012 | 2024-04-10T16:30:03.413Z | Compiling radium v0.7.0 |
2013 | 2024-04-10T16:30:03.769Z | Compiling endian-type v0.1.2 |
2014 | 2024-04-10T16:30:03.796Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2015 | 2024-04-10T16:30:03.965Z | Compiling radix_trie v0.2.1 |
2016 | 2024-04-10T16:30:04.711Z | Compiling tungstenite v0.20.1 |
2017 | 2024-04-10T16:30:05.949Z | Compiling tap v1.0.1 |
2018 | 2024-04-10T16:30:06.038Z | Compiling maybe-uninit v2.0.0 |
2019 | 2024-04-10T16:30:06.106Z | Compiling wyz v0.5.1 |
2020 | 2024-04-10T16:30:06.455Z | Compiling tokio-tungstenite v0.20.1 |
2021 | 2024-04-10T16:30:06.960Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2022 | 2024-04-10T16:30:06.985Z | Compiling packed_struct v0.10.1 |
2023 | 2024-04-10T16:30:07.293Z | Compiling cancel-safe-futures v0.1.5 |
2024 | 2024-04-10T16:30:07.573Z | Compiling display-error-chain v0.2.0 |
2025 | 2024-04-10T16:30:07.713Z | Compiling crc-catalog v2.2.0 |
2026 | 2024-04-10T16:30:07.827Z | Compiling num-bigint-dig v0.8.4 |
2027 | 2024-04-10T16:30:08.060Z | Compiling arc-swap v1.6.0 |
2028 | 2024-04-10T16:30:08.677Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2029 | 2024-04-10T16:30:09.010Z | Compiling funty v2.0.0 |
2030 | 2024-04-10T16:30:10.986Z | Compiling bitvec v1.0.1 |
2031 | 2024-04-10T16:30:11.585Z | Compiling slog-scope v4.4.0 |
2032 | 2024-04-10T16:30:12.386Z | Compiling crc v3.0.1 |
2033 | 2024-04-10T16:30:13.044Z | Compiling fxhash v0.2.1 |
2034 | 2024-04-10T16:30:13.213Z | Compiling packed_struct_codegen v0.10.1 |
2035 | 2024-04-10T16:30:15.126Z | Compiling indexmap v1.9.3 |
2036 | 2024-04-10T16:30:15.151Z | Compiling nodrop v0.1.14 |
2037 | 2024-04-10T16:30:15.151Z | Compiling array-init v0.0.4 |
2038 | 2024-04-10T16:30:15.151Z | Compiling smallvec v0.6.14 |
2039 | 2024-04-10T16:30:15.450Z | Compiling slog-stdlog v4.1.1 |
2040 | 2024-04-10T16:30:15.568Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2041 | 2024-04-10T16:30:16.177Z | Compiling rayon-core v1.12.1 |
2042 | 2024-04-10T16:30:16.202Z | Compiling pkcs1 v0.7.5 |
2043 | 2024-04-10T16:30:17.038Z | Compiling signature v2.1.0 |
2044 | 2024-04-10T16:30:17.241Z | Compiling crossbeam-deque v0.8.3 |
2045 | 2024-04-10T16:30:17.509Z | Compiling dirs-sys-next v0.1.2 |
2046 | 2024-04-10T16:30:17.927Z | Compiling half v2.3.1 |
2047 | 2024-04-10T16:30:18.464Z | Compiling bitfield v0.14.0 |
2048 | 2024-04-10T16:30:18.539Z | Compiling fastrand v2.0.1 |
2049 | 2024-04-10T16:30:18.689Z | Compiling hashbrown v0.12.3 |
2050 | 2024-04-10T16:30:18.944Z | Compiling same-file v1.0.6 |
2051 | 2024-04-10T16:30:19.120Z | Compiling ciborium-io v0.2.2 |
2052 | 2024-04-10T16:30:19.235Z | Compiling glob v0.3.1 |
2053 | 2024-04-10T16:30:19.311Z | Compiling crunchy v0.2.2 |
2054 | 2024-04-10T16:30:19.745Z | Compiling ciborium-ll v0.2.2 |
2055 | 2024-04-10T16:30:19.865Z | Compiling clang-sys v1.6.1 |
2056 | 2024-04-10T16:30:20.149Z | Compiling walkdir v2.5.0 |
2057 | 2024-04-10T16:30:20.409Z | Compiling tempfile v3.10.1 |
2058 | 2024-04-10T16:30:20.633Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2059 | 2024-04-10T16:30:20.675Z | Compiling dirs-next v2.0.0 |
2060 | 2024-04-10T16:30:21.010Z | Compiling rsa v0.9.2 |
2061 | 2024-04-10T16:30:22.073Z | Compiling slog-envlogger v2.2.0 |
2062 | 2024-04-10T16:30:23.161Z | Compiling serde-hex v0.1.0 |
2063 | 2024-04-10T16:30:24.209Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2064 | 2024-04-10T16:30:24.394Z | Compiling env_logger v0.10.0 |
2065 | 2024-04-10T16:30:24.526Z | Compiling camino v1.1.6 |
2066 | 2024-04-10T16:30:24.581Z | Compiling x509-cert v0.2.4 |
2067 | 2024-04-10T16:30:25.239Z | Compiling ron v0.8.1 |
2068 | 2024-04-10T16:30:27.095Z | Compiling hashbrown v0.13.2 |
2069 | 2024-04-10T16:30:27.567Z | Compiling unicase v2.7.0 |
2070 | 2024-04-10T16:30:27.808Z | Compiling prettyplease v0.2.17 |
2071 | 2024-04-10T16:30:28.051Z | Compiling tiny-keccak v2.0.2 |
2072 | 2024-04-10T16:30:28.180Z | Compiling crc-any v2.4.3 |
2073 | 2024-04-10T16:30:28.312Z | Compiling object v0.30.4 |
2074 | 2024-04-10T16:30:28.948Z | Compiling blake3 v1.5.0 |
2075 | 2024-04-10T16:30:29.188Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2076 | 2024-04-10T16:30:30.216Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2077 | 2024-04-10T16:30:31.352Z | Compiling rayon v1.10.0 |
2078 | 2024-04-10T16:30:32.507Z | Compiling term v0.7.0 |
2079 | 2024-04-10T16:30:33.641Z | Compiling ciborium v0.2.2 |
2080 | 2024-04-10T16:30:34.204Z | Compiling filetime v0.2.23 |
2081 | 2024-04-10T16:30:34.481Z | Compiling memmap2 v0.7.1 |
2082 | 2024-04-10T16:30:34.826Z | Compiling xattr v1.0.1 |
2083 | 2024-04-10T16:30:35.052Z | Compiling arrayvec v0.7.4 |
2084 | 2024-04-10T16:30:35.314Z | Compiling home v0.5.5 |
2085 | 2024-04-10T16:30:35.435Z | Compiling path-slash v0.1.5 |
2086 | 2024-04-10T16:30:35.498Z | Compiling arrayref v0.3.7 |
2087 | 2024-04-10T16:30:35.539Z | Compiling constant_time_eq v0.3.0 |
2088 | 2024-04-10T16:30:35.598Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2089 | 2024-04-10T16:30:35.679Z | Compiling toolchain_find v0.4.0 |
2090 | 2024-04-10T16:30:36.165Z | Compiling tar v0.4.40 |
2091 | 2024-04-10T16:30:37.178Z | Compiling ascii-canvas v3.0.0 |
2092 | 2024-04-10T16:30:37.569Z | Compiling camino-tempfile v1.1.1 |
2093 | 2024-04-10T16:30:37.731Z | Compiling toml v0.8.12 |
2094 | 2024-04-10T16:30:37.905Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2095 | 2024-04-10T16:30:38.252Z | Compiling is-terminal v0.4.9 |
2096 | 2024-04-10T16:30:38.359Z | Compiling libsw v3.3.1 |
2097 | 2024-04-10T16:30:38.630Z | Compiling ena v0.14.2 |
2098 | 2024-04-10T16:30:38.954Z | Compiling libloading v0.7.4 |
2099 | 2024-04-10T16:30:38.981Z | Compiling topological-sort v0.2.2 |
2100 | 2024-04-10T16:30:39.162Z | Compiling diff v0.1.13 |
2101 | 2024-04-10T16:30:39.236Z | Compiling owo-colors v4.0.0 |
2102 | 2024-04-10T16:30:39.268Z | Compiling bindgen v0.69.2 |
2103 | 2024-04-10T16:30:39.617Z | Compiling parking_lot_core v0.8.6 |
2104 | 2024-04-10T16:30:39.641Z | Compiling regex-syntax v0.6.29 |
2105 | 2024-04-10T16:30:40.029Z | Compiling convert_case v0.4.0 |
2106 | 2024-04-10T16:30:40.665Z | Compiling linear-map v1.2.0 |
2107 | 2024-04-10T16:30:40.999Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2108 | 2024-04-10T16:30:41.235Z | Compiling derive_more v0.99.17 |
2109 | 2024-04-10T16:30:43.169Z | Compiling lalrpop v0.19.12 |
2110 | 2024-04-10T16:30:44.076Z | Compiling omicron-zone-package v0.11.0 |
2111 | 2024-04-10T16:30:45.049Z | Compiling rustfmt-wrapper v0.2.1 |
2112 | 2024-04-10T16:30:45.502Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2113 | 2024-04-10T16:30:46.860Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2114 | 2024-04-10T16:30:47.011Z | Compiling cexpr v0.6.0 |
2115 | 2024-04-10T16:30:47.770Z | Compiling which v4.4.0 |
2116 | 2024-04-10T16:30:48.178Z | Compiling shlex v1.3.0 |
2117 | 2024-04-10T16:30:48.210Z | Compiling lazycell v1.3.0 |
2118 | 2024-04-10T16:30:48.343Z | Compiling rustc-hash v1.1.0 |
2119 | 2024-04-10T16:30:48.374Z | Compiling peeking_take_while v0.1.2 |
2120 | 2024-04-10T16:30:48.463Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2121 | 2024-04-10T16:30:49.555Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2122 | 2024-04-10T16:30:50.380Z | Compiling derive_builder_core v0.20.0 |
2123 | 2024-04-10T16:30:52.118Z | Compiling pem v3.0.4 |
2124 | 2024-04-10T16:30:52.148Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2125 | 2024-04-10T16:30:52.341Z | Compiling headers-core v0.2.0 |
2126 | 2024-04-10T16:30:52.430Z | Compiling libxml v0.3.3 |
2127 | 2024-04-10T16:30:52.489Z | Compiling async-recursion v1.1.0 |
2128 | 2024-04-10T16:30:52.548Z | Compiling platforms v3.0.2 |
2129 | 2024-04-10T16:30:52.738Z | Compiling ref-cast v1.0.20 |
2130 | 2024-04-10T16:30:52.878Z | Compiling headers v0.3.9 |
2131 | 2024-04-10T16:30:53.167Z | Compiling derive_builder_macro v0.20.0 |
2132 | 2024-04-10T16:30:53.376Z | Compiling parking_lot v0.11.2 |
2133 | 2024-04-10T16:30:53.658Z | Compiling mime_guess v2.0.4 |
2134 | 2024-04-10T16:30:53.847Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2135 | 2024-04-10T16:30:54.668Z | Compiling trust-dns-client v0.22.0 |
2136 | 2024-04-10T16:30:55.297Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2137 | 2024-04-10T16:30:55.551Z | Compiling strum_macros v0.24.3 |
2138 | 2024-04-10T16:30:56.011Z | Compiling toml v0.5.11 |
2139 | 2024-04-10T16:30:58.131Z | Compiling ref-cast-impl v1.0.20 |
2140 | 2024-04-10T16:30:58.432Z | Compiling vte_generate_state_changes v0.1.1 |
2141 | 2024-04-10T16:30:58.869Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2142 | 2024-04-10T16:30:58.929Z | Compiling cookie v0.18.1 |
2143 | 2024-04-10T16:30:59.018Z | Compiling indoc v1.0.9 |
2144 | 2024-04-10T16:30:59.127Z | Compiling cfg_aliases v0.1.1 |
2145 | 2024-04-10T16:30:59.192Z | Compiling buf-list v1.0.3 |
2146 | 2024-04-10T16:30:59.219Z | Compiling nix v0.28.0 |
2147 | 2024-04-10T16:30:59.587Z | Compiling samael v0.0.15 |
2148 | 2024-04-10T16:30:59.811Z | Compiling vte v0.11.1 |
2149 | 2024-04-10T16:30:59.908Z | Compiling trust-dns-server v0.22.1 |
2150 | 2024-04-10T16:31:01.660Z | Compiling derive_builder v0.20.0 |
2151 | 2024-04-10T16:31:01.823Z | Compiling sled v0.34.7 |
2152 | 2024-04-10T16:31:03.863Z | Compiling polar-core v0.27.3 |
2153 | 2024-04-10T16:31:03.890Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2154 | 2024-04-10T16:31:04.224Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2155 | 2024-04-10T16:31:04.468Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2156 | 2024-04-10T16:31:06.362Z | Compiling fd-lock v4.0.2 |
2157 | 2024-04-10T16:31:06.539Z | Compiling bb8 v0.8.3 |
2158 | 2024-04-10T16:31:06.972Z | Compiling const_format_proc_macros v0.2.32 |
2159 | 2024-04-10T16:31:07.421Z | Compiling quick-xml v0.31.0 |
2160 | 2024-04-10T16:31:08.497Z | Compiling pin-project-internal v1.1.3 |
2161 | 2024-04-10T16:31:08.567Z | Compiling oso-derive v0.27.3 |
2162 | 2024-04-10T16:31:09.342Z | Compiling impl-trait-for-tuples v0.2.2 |
2163 | 2024-04-10T16:31:10.663Z | Compiling memoffset v0.7.1 |
2164 | 2024-04-10T16:31:10.905Z | Compiling maplit v1.0.2 |
2165 | 2024-04-10T16:31:11.119Z | Compiling pin-project v1.1.3 |
2166 | 2024-04-10T16:31:11.226Z | Compiling const_format v0.2.32 |
2167 | 2024-04-10T16:31:12.205Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2168 | 2024-04-10T16:31:16.675Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2169 | 2024-04-10T16:31:17.458Z | Compiling curve25519-dalek v4.1.1 |
2170 | 2024-04-10T16:31:19.128Z | Compiling strip-ansi-escapes v0.2.0 |
2171 | 2024-04-10T16:31:22.352Z | Compiling oso v0.27.3 |
2172 | 2024-04-10T16:31:31.119Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2173 | 2024-04-10T16:31:31.893Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2174 | 2024-04-10T16:31:32.155Z | Compiling kstat-rs v0.2.3 |
2175 | 2024-04-10T16:31:32.892Z | Compiling snafu-derive v0.8.2 |
2176 | 2024-04-10T16:31:35.882Z | Compiling fs-err v2.11.0 |
2177 | 2024-04-10T16:31:36.126Z | Compiling keccak v0.1.4 |
2178 | 2024-04-10T16:31:36.700Z | Compiling nu-ansi-term v0.50.0 |
2179 | 2024-04-10T16:31:36.825Z | Compiling snafu v0.8.2 |
2180 | 2024-04-10T16:31:37.477Z | Compiling reedline v0.31.0 |
2181 | 2024-04-10T16:31:37.713Z | Compiling sha3 v0.10.8 |
2182 | 2024-04-10T16:31:38.037Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2183 | 2024-04-10T16:31:38.587Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2184 | 2024-04-10T16:31:42.795Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2185 | 2024-04-10T16:31:43.060Z | Compiling env_logger v0.9.3 |
2186 | 2024-04-10T16:31:46.791Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2187 | 2024-04-10T16:31:48.084Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2188 | 2024-04-10T16:31:48.463Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2189 | 2024-04-10T16:31:49.699Z | Compiling globset v0.4.13 |
2190 | 2024-04-10T16:31:50.137Z | Compiling peg-macros v0.8.2 |
2191 | 2024-04-10T16:31:52.608Z | Compiling olpc-cjson v0.1.3 |
2192 | 2024-04-10T16:31:52.867Z | Compiling universal-hash v0.5.1 |
2193 | 2024-04-10T16:31:53.050Z | Compiling secrecy v0.8.0 |
2194 | 2024-04-10T16:31:53.260Z | Compiling serde_plain v1.0.2 |
2195 | 2024-04-10T16:31:53.677Z | Compiling sqlparser_derive v0.2.2 |
2196 | 2024-04-10T16:31:54.108Z | Compiling thiserror-impl-no-std v2.0.2 |
2197 | 2024-04-10T16:31:54.498Z | Compiling bitstruct_derive v0.1.0 |
2198 | 2024-04-10T16:31:55.501Z | Compiling curve25519-dalek-derive v0.1.0 |
2199 | 2024-04-10T16:31:56.229Z | Compiling nanorand v0.7.0 |
2200 | 2024-04-10T16:31:56.271Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2201 | 2024-04-10T16:31:56.368Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2202 | 2024-04-10T16:31:56.395Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2203 | 2024-04-10T16:31:56.626Z | Compiling salty v0.2.0 |
2204 | 2024-04-10T16:31:57.066Z | Compiling ascii v1.1.0 |
2205 | 2024-04-10T16:31:57.090Z | Compiling opaque-debug v0.3.0 |
2206 | 2024-04-10T16:31:57.091Z | Compiling unicode_categories v0.1.1 |
2207 | 2024-04-10T16:31:57.091Z | Compiling signature v1.6.4 |
2208 | 2024-04-10T16:31:57.091Z | Compiling typed-path v0.7.0 |
2209 | 2024-04-10T16:31:57.115Z | Compiling ed25519 v1.5.3 |
2210 | 2024-04-10T16:31:57.219Z | Compiling sqlformat v0.2.3 |
2211 | 2024-04-10T16:31:57.298Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2212 | 2024-04-10T16:31:57.389Z | Compiling poly1305 v0.8.0 |
2213 | 2024-04-10T16:31:57.684Z | Compiling rustyline v14.0.0 |
2214 | 2024-04-10T16:31:59.327Z | Compiling tough v0.17.1 |
2215 | 2024-04-10T16:32:02.450Z | Compiling flume v0.11.0 |
2216 | 2024-04-10T16:32:03.039Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2217 | 2024-04-10T16:32:04.106Z | Compiling thiserror-no-std v2.0.2 |
2218 | 2024-04-10T16:32:04.131Z | Compiling bitstruct v0.1.1 |
2219 | 2024-04-10T16:32:04.131Z | Compiling sqlparser v0.44.0 |
2220 | 2024-04-10T16:32:04.303Z | Compiling peg v0.8.2 |
2221 | 2024-04-10T16:32:04.417Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2222 | 2024-04-10T16:32:07.874Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2223 | 2024-04-10T16:32:08.337Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2224 | 2024-04-10T16:32:12.958Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2225 | 2024-04-10T16:32:14.119Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2226 | 2024-04-10T16:32:14.401Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2227 | 2024-04-10T16:32:14.681Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2228 | 2024-04-10T16:32:15.698Z | Compiling chacha20 v0.9.1 |
2229 | 2024-04-10T16:32:16.080Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2230 | 2024-04-10T16:32:16.871Z | Compiling aead v0.5.2 |
2231 | 2024-04-10T16:32:17.172Z | Compiling bcs v0.1.6 |
2232 | 2024-04-10T16:32:17.902Z | Compiling serde-big-array v0.5.1 |
2233 | 2024-04-10T16:32:17.927Z | Compiling serde_arrays v0.1.0 |
2234 | 2024-04-10T16:32:18.093Z | Compiling erased-serde v0.3.31 |
2235 | 2024-04-10T16:32:18.131Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2236 | 2024-04-10T16:32:18.809Z | Compiling highway v1.1.0 |
2237 | 2024-04-10T16:32:19.433Z | Compiling parse-size v1.0.0 |
2238 | 2024-04-10T16:32:19.664Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2239 | 2024-04-10T16:32:19.926Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2240 | 2024-04-10T16:32:20.256Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2241 | 2024-04-10T16:32:26.761Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2242 | 2024-04-10T16:32:29.516Z | Compiling chacha20poly1305 v0.10.1 |
2243 | 2024-04-10T16:32:29.712Z | Compiling vsss-rs v3.3.4 |
2244 | 2024-04-10T16:32:35.672Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2245 | 2024-04-10T16:32:36.295Z | Compiling signal-hook-tokio v0.3.1 |
2246 | 2024-04-10T16:32:36.491Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2247 | 2024-04-10T16:32:37.140Z | Compiling castaway v0.2.2 |
2248 | 2024-04-10T16:32:37.314Z | Compiling rand_seeder v0.2.3 |
2249 | 2024-04-10T16:32:37.661Z | Compiling serde-big-array v0.4.1 |
2250 | 2024-04-10T16:32:38.419Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2251 | 2024-04-10T16:32:38.694Z | Compiling http-range v0.1.5 |
2252 | 2024-04-10T16:32:39.149Z | Compiling hyper-staticfile v0.9.5 |
2253 | 2024-04-10T16:32:39.454Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2254 | 2024-04-10T16:32:39.479Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2255 | 2024-04-10T16:32:40.567Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2256 | 2024-04-10T16:32:40.728Z | Compiling compact_str v0.7.1 |
2257 | 2024-04-10T16:32:41.857Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2258 | 2024-04-10T16:32:42.004Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2259 | 2024-04-10T16:32:47.983Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2260 | 2024-04-10T16:32:48.480Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2261 | 2024-04-10T16:32:53.501Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2262 | 2024-04-10T16:32:56.898Z | Compiling zone_cfg_derive v0.1.2 |
2263 | 2024-04-10T16:32:58.053Z | Compiling tungstenite v0.21.0 |
2264 | 2024-04-10T16:32:59.243Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2265 | 2024-04-10T16:32:59.478Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2266 | 2024-04-10T16:32:59.699Z | Compiling lru v0.12.1 |
2267 | 2024-04-10T16:32:59.992Z | Compiling stability v0.1.1 |
2268 | 2024-04-10T16:33:00.736Z | Compiling base64 v0.13.1 |
2269 | 2024-04-10T16:33:01.335Z | Compiling indoc v2.0.3 |
2270 | 2024-04-10T16:33:02.137Z | Compiling corncobs v0.1.3 |
2271 | 2024-04-10T16:33:02.386Z | Compiling cassowary v0.3.0 |
2272 | 2024-04-10T16:33:02.441Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2273 | 2024-04-10T16:33:03.063Z | Compiling ratatui v0.26.1 |
2274 | 2024-04-10T16:33:03.387Z | Compiling ron v0.7.1 |
2275 | 2024-04-10T16:33:05.818Z | Compiling tokio-tungstenite v0.21.0 |
2276 | 2024-04-10T16:33:06.266Z | Compiling zone v0.1.8 |
2277 | 2024-04-10T16:33:07.769Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2278 | 2024-04-10T16:33:09.070Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2279 | 2024-04-10T16:33:09.605Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2280 | 2024-04-10T16:33:16.620Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2281 | 2024-04-10T16:33:25.217Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2282 | 2024-04-10T16:33:26.232Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2283 | 2024-04-10T16:33:27.287Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2284 | 2024-04-10T16:33:28.628Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2285 | 2024-04-10T16:33:28.927Z | Compiling portpicker v0.1.1 |
2286 | 2024-04-10T16:33:29.399Z | Compiling unicode-linebreak v0.1.5 |
2287 | 2024-04-10T16:33:29.804Z | Compiling smawk v0.3.1 |
2288 | 2024-04-10T16:33:30.007Z | Compiling textwrap v0.16.1 |
2289 | 2024-04-10T16:33:31.071Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2290 | 2024-04-10T16:33:33.081Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2291 | 2024-04-10T16:33:36.300Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2292 | 2024-04-10T16:33:41.840Z | Compiling rcgen v0.12.1 |
2293 | 2024-04-10T16:33:42.204Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2294 | 2024-04-10T16:33:42.552Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2295 | 2024-04-10T16:33:44.730Z | Compiling atomicwrites v0.4.3 |
2296 | 2024-04-10T16:33:45.141Z | Compiling fatfs v0.3.6 |
2297 | 2024-04-10T16:33:45.166Z | Compiling rtoolbox v0.0.1 |
2298 | 2024-04-10T16:33:45.502Z | Compiling subprocess v0.2.9 |
2299 | 2024-04-10T16:33:46.929Z | Compiling is_ci v1.2.0 |
2300 | 2024-04-10T16:33:47.161Z | Compiling assert_matches v1.5.0 |
2301 | 2024-04-10T16:33:47.353Z | Compiling supports-color v3.0.0 |
2302 | 2024-04-10T16:33:47.660Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2303 | 2024-04-10T16:33:47.890Z | Compiling rpassword v7.3.1 |
2304 | 2024-04-10T16:33:48.245Z | Compiling tui-tree-widget v0.19.0 |
2305 | 2024-04-10T16:33:48.570Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2306 | 2024-04-10T16:33:49.697Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2307 | 2024-04-10T16:33:50.191Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2308 | 2024-04-10T16:33:50.439Z | Compiling csv-core v0.1.11 |
2309 | 2024-04-10T16:33:51.160Z | Compiling shell-words v1.1.0 |
2310 | 2024-04-10T16:33:51.510Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2311 | 2024-04-10T16:33:52.103Z | Compiling csv v1.3.0 |
2312 | 2024-04-10T16:33:53.350Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2313 | 2024-04-10T16:33:53.765Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2314 | 2024-04-10T16:34:01.757Z | Compiling multimap v0.10.0 |
2315 | 2024-04-10T16:35:39.457Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2316 | 2024-04-10T16:35:43.479Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2317 | 2024-04-10T16:35:54.881Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2318 | 2024-04-10T16:41:13.760Z | Finished release [optimized] target(s) in 11m 21s |
2319 | 2024-04-10T16:42:27.515Z | |
2320 | 2024-04-10T16:42:27.515Z | real 12:35.930645280 |
2321 | 2024-04-10T16:42:27.544Z | user 1:23:39.502987383 |
2322 | 2024-04-10T16:42:27.544Z | sys 4:02.442814753 |
2323 | 2024-04-10T16:42:27.544Z | trap 2.120151401 |
2324 | 2024-04-10T16:42:27.544Z | tflt 0.998689875 |
2325 | 2024-04-10T16:42:27.544Z | dflt 3.319514502 |
2326 | 2024-04-10T16:42:27.545Z | kflt 0.000533605 |
2327 | 2024-04-10T16:42:27.545Z | lock 5:18:32.824959205 |
2328 | 2024-04-10T16:42:27.545Z | slp 3:14:03.867268470 |
2329 | 2024-04-10T16:42:27.545Z | lat 2:02.360150015 |
2330 | 2024-04-10T16:42:27.545Z | stop 1:02.572160553 |
2331 | 2024-04-10T16:42:27.545Z | + ptime -m cargo build --locked --release -p xtask |
2332 | 2024-04-10T16:42:28.156Z | Downloading crates ... |
2333 | 2024-04-10T16:42:28.256Z | Downloaded cargo_metadata v0.18.1 |
2334 | 2024-04-10T16:42:28.281Z | Downloaded cargo_toml v0.19.0 |
2335 | 2024-04-10T16:42:28.281Z | Downloaded cargo-platform v0.1.3 |
2336 | 2024-04-10T16:42:28.307Z | Compiling serde v1.0.197 |
2337 | 2024-04-10T16:42:28.307Z | Compiling libc v0.2.153 |
2338 | 2024-04-10T16:42:28.307Z | Compiling rustix v0.38.31 |
2339 | 2024-04-10T16:42:28.307Z | Compiling bitflags v2.4.2 |
2340 | 2024-04-10T16:42:28.307Z | Compiling hashbrown v0.14.3 |
2341 | 2024-04-10T16:42:28.307Z | Compiling syn v2.0.58 |
2342 | 2024-04-10T16:42:28.307Z | Compiling serde_json v1.0.115 |
2343 | 2024-04-10T16:42:28.377Z | Compiling anyhow v1.0.82 |
2344 | 2024-04-10T16:42:29.496Z | Compiling indexmap v2.2.6 |
2345 | 2024-04-10T16:42:29.810Z | Compiling errno v0.3.8 |
2346 | 2024-04-10T16:42:30.804Z | Compiling terminal_size v0.3.0 |
2347 | 2024-04-10T16:42:30.915Z | Compiling clap_builder v4.5.2 |
2348 | 2024-04-10T16:42:33.399Z | Compiling serde_derive v1.0.197 |
2349 | 2024-04-10T16:42:33.399Z | Compiling thiserror-impl v1.0.58 |
2350 | 2024-04-10T16:42:33.425Z | Compiling clap_derive v4.5.4 |
2351 | 2024-04-10T16:42:36.664Z | Compiling clap v4.5.4 |
2352 | 2024-04-10T16:42:38.515Z | Compiling thiserror v1.0.58 |
2353 | 2024-04-10T16:42:42.912Z | Compiling toml_datetime v0.6.5 |
2354 | 2024-04-10T16:42:42.912Z | Compiling serde_spanned v0.6.5 |
2355 | 2024-04-10T16:42:42.938Z | Compiling semver v1.0.22 |
2356 | 2024-04-10T16:42:42.938Z | Compiling cargo-platform v0.1.3 |
2357 | 2024-04-10T16:42:42.939Z | Compiling camino v1.1.6 |
2358 | 2024-04-10T16:42:42.939Z | Compiling macaddr v1.0.1 |
2359 | 2024-04-10T16:42:43.165Z | Compiling toml_edit v0.22.9 |
2360 | 2024-04-10T16:42:44.328Z | Compiling cargo_metadata v0.18.1 |
2361 | 2024-04-10T16:42:45.656Z | Compiling toml v0.8.12 |
2362 | 2024-04-10T16:42:46.523Z | Compiling cargo_toml v0.19.0 |
2363 | 2024-04-10T16:42:58.155Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2364 | 2024-04-10T16:43:09.581Z | Finished release [optimized] target(s) in 42.00s |
2365 | 2024-04-10T16:43:09.638Z | |
2366 | 2024-04-10T16:43:09.638Z | real 42.095292756 |
2367 | 2024-04-10T16:43:09.638Z | user 2:45.030640437 |
2368 | 2024-04-10T16:43:09.638Z | sys 15.839824909 |
2369 | 2024-04-10T16:43:09.638Z | trap 0.055171856 |
2370 | 2024-04-10T16:43:09.664Z | tflt 0.215097167 |
2371 | 2024-04-10T16:43:09.664Z | dflt 1.029866322 |
2372 | 2024-04-10T16:43:09.664Z | kflt 0.000049292 |
2373 | 2024-04-10T16:43:09.664Z | lock 4:04.981377578 |
2374 | 2024-04-10T16:43:09.664Z | slp 3:20.686258721 |
2375 | 2024-04-10T16:43:09.664Z | lat 3.264057382 |
2376 | 2024-04-10T16:43:09.664Z | stop 3.098377780 |
2377 | 2024-04-10T16:43:09.664Z | + 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) |
2378 | 2024-04-10T16:43:09.664Z | + pfexec mkdir -p /work |
2379 | 2024-04-10T16:43:09.664Z | + pfexec chown build /work |
2380 | 2024-04-10T16:43:09.664Z | + 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 |
2381 | 2024-04-10T16:43:20.881Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2382 | 2024-04-10T16:43:20.882Z | a out/mg-ddm-gz.tar 73905K |
2383 | 2024-04-10T16:43:20.882Z | a out/omicron-sled-agent.tar 95582K |
2384 | 2024-04-10T16:43:20.882Z | a out/oxlog.tar 2913K |
2385 | 2024-04-10T16:43:20.882Z | a out/target/test 1K |
2386 | 2024-04-10T16:43:20.882Z | a out/npuzone/npuzone 36313K |
2387 | 2024-04-10T16:43:20.882Z | a package-manifest.toml 26K |
2388 | 2024-04-10T16:43:20.883Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2389 | 2024-04-10T16:43:20.883Z | a target/release/omicron-package 30486K |
2390 | 2024-04-10T16:43:20.883Z | a target/release/xtask 6655K |
2391 | 2024-04-10T16:43:20.910Z | |
2392 | 2024-04-10T16:43:20.911Z | real 11.232304875 |
2393 | 2024-04-10T16:43:20.911Z | user 10.561739591 |
2394 | 2024-04-10T16:43:20.911Z | sys 1.091982079 |
2395 | 2024-04-10T16:43:20.911Z | trap 0.003171797 |
2396 | 2024-04-10T16:43:20.911Z | tflt 0.000000000 |
2397 | 2024-04-10T16:43:20.911Z | dflt 0.000000000 |
2398 | 2024-04-10T16:43:20.911Z | kflt 0.000000000 |
2399 | 2024-04-10T16:43:20.911Z | lock 0.000000000 |
2400 | 2024-04-10T16:43:20.911Z | slp 10.255296994 |
2401 | 2024-04-10T16:43:20.911Z | lat 0.547510571 |
2402 | 2024-04-10T16:43:20.911Z | stop 0.000244023 |
2403 | 2024-04-10T16:43:20.911Z | ++ pwd |
2404 | 2024-04-10T16:43:20.911Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2405 | 2024-04-10T16:43:20.912Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2406 | 2024-04-10T16:43:20.912Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2407 | 2024-04-10T16:43:21.919Z | Finished release [optimized] target(s) in 0.96s |
2408 | 2024-04-10T16:43:21.946Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2409 | 2024-04-10T16:43:21.988Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2410 | 2024-04-10T16:43:22.014Z | Created new build target 'host' and set it as active |
2411 | 2024-04-10T16:43:22.014Z | |
2412 | 2024-04-10T16:43:22.014Z | real 1.097576399 |
2413 | 2024-04-10T16:43:22.014Z | user 0.696291070 |
2414 | 2024-04-10T16:43:22.014Z | sys 0.397060992 |
2415 | 2024-04-10T16:43:22.014Z | trap 0.000067663 |
2416 | 2024-04-10T16:43:22.014Z | tflt 0.000000000 |
2417 | 2024-04-10T16:43:22.014Z | dflt 0.000054759 |
2418 | 2024-04-10T16:43:22.015Z | kflt 0.000000000 |
2419 | 2024-04-10T16:43:22.015Z | lock 0.034559049 |
2420 | 2024-04-10T16:43:22.015Z | slp 0.138335581 |
2421 | 2024-04-10T16:43:22.015Z | lat 0.008358042 |
2422 | 2024-04-10T16:43:22.015Z | stop 0.000378986 |
2423 | 2024-04-10T16:43:22.015Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2424 | 2024-04-10T16:43:23.017Z | Finished release [optimized] target(s) in 0.96s |
2425 | 2024-04-10T16:43:23.055Z | Running `target/release/omicron-package -t host package` |
2426 | 2024-04-10T16:43:23.091Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2427 | 2024-04-10T16:43:24.152Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2428 | 2024-04-10T16:45:48.601Z | Finished release [optimized] target(s) in 2m 25s |
2429 | 2024-04-10T16:46:29.236Z | |
2430 | 2024-04-10T16:46:29.236Z | real 3:07.232728693 |
2431 | 2024-04-10T16:46:29.236Z | user 12:07.305157703 |
2432 | 2024-04-10T16:46:29.236Z | sys 47.588162555 |
2433 | 2024-04-10T16:46:29.289Z | trap 0.218774834 |
2434 | 2024-04-10T16:46:29.289Z | tflt 0.114470994 |
2435 | 2024-04-10T16:46:29.289Z | dflt 3.719616284 |
2436 | 2024-04-10T16:46:29.289Z | kflt 0.006257097 |
2437 | 2024-04-10T16:46:29.289Z | lock 58:31.390926033 |
2438 | 2024-04-10T16:46:29.289Z | slp 11:46.594422798 |
2439 | 2024-04-10T16:46:29.289Z | lat 8.724995112 |
2440 | 2024-04-10T16:46:29.289Z | stop 0.979143877 |
2441 | 2024-04-10T16:46:29.289Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2442 | 2024-04-10T16:46:29.289Z | + for package in "$@" |
2443 | 2024-04-10T16:46:29.289Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2444 | 2024-04-10T16:46:29.289Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitd0db4f951ba |
2445 | 2024-04-10T16:46:30.287Z | Finished release [optimized] target(s) in 0.98s |
2446 | 2024-04-10T16:46:30.317Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitd0db4f951ba` |
2447 | 2024-04-10T16:46:30.364Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2448 | 2024-04-10T16:46:30.622Z | Created: out/versioned/omicron-sled-agent.tar |
2449 | 2024-04-10T16:46:30.648Z | + for package in "$@" |
2450 | 2024-04-10T16:46:30.648Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2451 | 2024-04-10T16:46:30.648Z | + echo 0.0.0 |
2452 | 2024-04-10T16:46:30.648Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2453 | 2024-04-10T16:46:30.648Z | a VERSION 1K |
2454 | 2024-04-10T16:46:30.648Z | + rm VERSION |
2455 | 2024-04-10T16:46:30.648Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitd0db4f951ba |
2456 | 2024-04-10T16:46:31.613Z | Finished release [optimized] target(s) in 0.92s |
2457 | 2024-04-10T16:46:31.640Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitd0db4f951ba` |
2458 | 2024-04-10T16:46:31.685Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2459 | 2024-04-10T16:46:31.867Z | Created: out/versioned/mg-ddm-gz.tar |
2460 | 2024-04-10T16:46:31.892Z | + for package in "$@" |
2461 | 2024-04-10T16:46:31.893Z | + [[ propolis-server == mg-ddm-gz ]] |
2462 | 2024-04-10T16:46:31.893Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitd0db4f951ba |
2463 | 2024-04-10T16:46:32.856Z | Finished release [optimized] target(s) in 0.91s |
2464 | 2024-04-10T16:46:32.882Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitd0db4f951ba` |
2465 | 2024-04-10T16:46:32.913Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2466 | 2024-04-10T16:46:34.148Z | Created: out/versioned/propolis-server.tar.gz |
2467 | 2024-04-10T16:46:34.174Z | + for package in "$@" |
2468 | 2024-04-10T16:46:34.174Z | + [[ overlay == mg-ddm-gz ]] |
2469 | 2024-04-10T16:46:34.174Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitd0db4f951ba |
2470 | 2024-04-10T16:46:35.149Z | Finished release [optimized] target(s) in 0.94s |
2471 | 2024-04-10T16:46:35.180Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitd0db4f951ba` |
2472 | 2024-04-10T16:46:35.226Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2473 | 2024-04-10T16:46:35.251Z | Created: out/versioned/overlay.tar.gz |
2474 | 2024-04-10T16:46:35.252Z | + for package in "$@" |
2475 | 2024-04-10T16:46:35.252Z | + [[ oxlog == mg-ddm-gz ]] |
2476 | 2024-04-10T16:46:35.252Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitd0db4f951ba |
2477 | 2024-04-10T16:46:36.277Z | Finished release [optimized] target(s) in 0.97s |
2478 | 2024-04-10T16:46:36.304Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitd0db4f951ba` |
2479 | 2024-04-10T16:46:36.347Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2480 | 2024-04-10T16:46:36.373Z | Created: out/versioned/oxlog.tar |
2481 | 2024-04-10T16:46:36.373Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2482 | 2024-04-10T16:46:36.398Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2483 | 2024-04-10T16:46:36.398Z | ++ cd -- ./tools |
2484 | 2024-04-10T16:46:36.398Z | ++ pwd |
2485 | 2024-04-10T16:46:36.399Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2486 | 2024-04-10T16:46:36.399Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2487 | 2024-04-10T16:46:36.399Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2488 | 2024-04-10T16:46:36.399Z | ++ readlink -f /work |
2489 | 2024-04-10T16:46:36.399Z | + out_dir=/work |
2490 | 2024-04-10T16:46:36.399Z | + 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") |
2491 | 2024-04-10T16:46:36.399Z | + for dep in "${deps[@]}" |
2492 | 2024-04-10T16:46:36.399Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2493 | 2024-04-10T16:46:36.399Z | + for dep in "${deps[@]}" |
2494 | 2024-04-10T16:46:36.399Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2495 | 2024-04-10T16:46:36.399Z | + for dep in "${deps[@]}" |
2496 | 2024-04-10T16:46:36.399Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2497 | 2024-04-10T16:46:36.399Z | + for dep in "${deps[@]}" |
2498 | 2024-04-10T16:46:36.399Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2499 | 2024-04-10T16:46:36.399Z | + for dep in "${deps[@]}" |
2500 | 2024-04-10T16:46:36.399Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2501 | 2024-04-10T16:46:36.399Z | ++ mktemp -d |
2502 | 2024-04-10T16:46:36.399Z | + tmp_gz=/tmp/tmp.iwaywi |
2503 | 2024-04-10T16:46:36.399Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2504 | 2024-04-10T16:46:36.399Z | + echo '{"v":"1","t":"layer"}' |
2505 | 2024-04-10T16:46:36.399Z | + pkg_dir=/tmp/tmp.iwaywi/root/opt/oxide/sled-agent |
2506 | 2024-04-10T16:46:36.399Z | + mkdir -p /tmp/tmp.iwaywi/root/opt/oxide/sled-agent |
2507 | 2024-04-10T16:46:36.399Z | + cd /tmp/tmp.iwaywi/root/opt/oxide/sled-agent |
2508 | 2024-04-10T16:46:36.400Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2509 | 2024-04-10T16:46:36.486Z | x ., 0 bytes, 0 tape blocks |
2510 | 2024-04-10T16:46:36.486Z | x zone-bundle, 27112992 bytes, 52956 tape blocks |
2511 | 2024-04-10T16:46:36.486Z | x sled-agent, 70755960 bytes, 138196 tape blocks |
2512 | 2024-04-10T16:46:36.486Z | x pkg, 0 bytes, 0 tape blocks |
2513 | 2024-04-10T16:46:36.486Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2514 | 2024-04-10T16:46:36.486Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2515 | 2024-04-10T16:46:36.486Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2516 | 2024-04-10T16:46:36.486Z | x VERSION, 25 bytes, 1 tape blocks |
2517 | 2024-04-10T16:46:36.511Z | + mkdir -p /tmp/tmp.iwaywi/root/lib/svc/manifest/site/ |
2518 | 2024-04-10T16:46:36.511Z | + mv pkg/manifest.xml /tmp/tmp.iwaywi/root/lib/svc/manifest/site/sled-agent.xml |
2519 | 2024-04-10T16:46:36.511Z | + cd - |
2520 | 2024-04-10T16:46:36.512Z | /work/oxidecomputer/omicron |
2521 | 2024-04-10T16:46:36.512Z | + pkg_dir=/tmp/tmp.iwaywi/root/opt/oxide/mg-ddm |
2522 | 2024-04-10T16:46:36.512Z | + mkdir -p /tmp/tmp.iwaywi/root/opt/oxide/mg-ddm |
2523 | 2024-04-10T16:46:36.512Z | + cd /tmp/tmp.iwaywi/root/opt/oxide/mg-ddm |
2524 | 2024-04-10T16:46:36.512Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2525 | 2024-04-10T16:46:36.558Z | x ., 0 bytes, 0 tape blocks |
2526 | 2024-04-10T16:46:36.558Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2527 | 2024-04-10T16:46:36.558Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2528 | 2024-04-10T16:46:36.559Z | x pkg, 0 bytes, 0 tape blocks |
2529 | 2024-04-10T16:46:36.559Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2530 | 2024-04-10T16:46:36.559Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2531 | 2024-04-10T16:46:36.559Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2532 | 2024-04-10T16:46:36.559Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2533 | 2024-04-10T16:46:36.559Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2534 | 2024-04-10T16:46:36.559Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2535 | 2024-04-10T16:46:36.559Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2536 | 2024-04-10T16:46:36.559Z | x VERSION, 25 bytes, 1 tape blocks |
2537 | 2024-04-10T16:46:36.585Z | + cd - |
2538 | 2024-04-10T16:46:36.585Z | /work/oxidecomputer/omicron |
2539 | 2024-04-10T16:46:36.585Z | + pkg_dir=/tmp/tmp.iwaywi/root/opt/oxide/oxlog |
2540 | 2024-04-10T16:46:36.585Z | + mkdir -p /tmp/tmp.iwaywi/root/opt/oxide/oxlog |
2541 | 2024-04-10T16:46:36.585Z | + cd /tmp/tmp.iwaywi/root/opt/oxide/oxlog |
2542 | 2024-04-10T16:46:36.585Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2543 | 2024-04-10T16:46:36.585Z | x ., 0 bytes, 0 tape blocks |
2544 | 2024-04-10T16:46:36.586Z | x oxlog, 2979936 bytes, 5821 tape blocks |
2545 | 2024-04-10T16:46:36.586Z | x VERSION, 25 bytes, 1 tape blocks |
2546 | 2024-04-10T16:46:36.586Z | + cd - |
2547 | 2024-04-10T16:46:36.586Z | /work/oxidecomputer/omicron |
2548 | 2024-04-10T16:46:36.586Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.iwaywi/root/opt/oxide |
2549 | 2024-04-10T16:46:36.665Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.iwaywi/root/opt/oxide |
2550 | 2024-04-10T16:46:36.693Z | + cd /tmp/tmp.iwaywi |
2551 | 2024-04-10T16:46:36.693Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2552 | 2024-04-10T16:46:46.400Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2553 | 2024-04-10T16:46:46.400Z | a oxide.json 1K |
2554 | 2024-04-10T16:46:46.400Z | a root/ 0K |
2555 | 2024-04-10T16:46:46.400Z | a root/opt/ 0K |
2556 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/ 0K |
2557 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/sled-agent/ 0K |
2558 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/sled-agent/zone-bundle 26478K |
2559 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/sled-agent/sled-agent 69098K |
2560 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2561 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2562 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2563 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/sled-agent/VERSION 1K |
2564 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/ 0K |
2565 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2566 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2567 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2568 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2569 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2570 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2571 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2572 | 2024-04-10T16:46:46.400Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2573 | 2024-04-10T16:46:46.401Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2574 | 2024-04-10T16:46:46.401Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2575 | 2024-04-10T16:46:46.401Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2576 | 2024-04-10T16:46:46.401Z | a root/opt/oxide/oxlog/ 0K |
2577 | 2024-04-10T16:46:46.401Z | a root/opt/oxide/oxlog/oxlog 2911K |
2578 | 2024-04-10T16:46:46.401Z | a root/opt/oxide/oxlog/VERSION 1K |
2579 | 2024-04-10T16:46:46.401Z | a root/opt/oxide/propolis-server.tar.gz 64701K |
2580 | 2024-04-10T16:46:46.401Z | a root/opt/oxide/overlay.tar.gz 3K |
2581 | 2024-04-10T16:46:46.401Z | a root/lib/ 0K |
2582 | 2024-04-10T16:46:46.401Z | a root/lib/svc/ 0K |
2583 | 2024-04-10T16:46:46.401Z | a root/lib/svc/manifest/ 0K |
2584 | 2024-04-10T16:46:46.401Z | a root/lib/svc/manifest/site/ 0K |
2585 | 2024-04-10T16:46:46.401Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2586 | 2024-04-10T16:46:46.428Z | + cd / |
2587 | 2024-04-10T16:46:46.428Z | + rm -rf /tmp/tmp.iwaywi |
2588 | 2024-04-10T16:46:46.458Z | |
2589 | 2024-04-10T16:46:46.459Z | real 10.067363134 |
2590 | 2024-04-10T16:46:46.459Z | user 9.176346194 |
2591 | 2024-04-10T16:46:46.459Z | sys 0.899586656 |
2592 | 2024-04-10T16:46:46.459Z | trap 0.001967298 |
2593 | 2024-04-10T16:46:46.459Z | tflt 0.000000000 |
2594 | 2024-04-10T16:46:46.459Z | dflt 0.000000000 |
2595 | 2024-04-10T16:46:46.459Z | kflt 0.000000000 |
2596 | 2024-04-10T16:46:46.459Z | lock 0.000000000 |
2597 | 2024-04-10T16:46:46.459Z | slp 19.289208231 |
2598 | 2024-04-10T16:46:46.459Z | lat 0.474106780 |
2599 | 2024-04-10T16:46:46.459Z | stop 0.000320625 |
2600 | 2024-04-10T16:46:46.459Z | + mkdir -p /work/zones |
2601 | 2024-04-10T16:46:46.459Z | + 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) |
2602 | 2024-04-10T16:46:46.459Z | + 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/ |
2603 | 2024-04-10T16:46:50.477Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2604 | 2024-04-10T16:46:51.825Z | Finished release [optimized] target(s) in 1.25s |
2605 | 2024-04-10T16:46:51.856Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2606 | 2024-04-10T16:46:51.909Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2607 | 2024-04-10T16:46:51.935Z | Created new build target 'recovery' and set it as active |
2608 | 2024-04-10T16:46:51.935Z | |
2609 | 2024-04-10T16:46:51.935Z | real 1.430241987 |
2610 | 2024-04-10T16:46:51.935Z | user 0.820270369 |
2611 | 2024-04-10T16:46:51.935Z | sys 0.597176764 |
2612 | 2024-04-10T16:46:51.935Z | trap 0.001603516 |
2613 | 2024-04-10T16:46:51.935Z | tflt 0.000074316 |
2614 | 2024-04-10T16:46:51.935Z | dflt 0.000053069 |
2615 | 2024-04-10T16:46:51.935Z | kflt 0.000000000 |
2616 | 2024-04-10T16:46:51.935Z | lock 0.052750782 |
2617 | 2024-04-10T16:46:51.935Z | slp 0.148168398 |
2618 | 2024-04-10T16:46:51.936Z | lat 0.018409708 |
2619 | 2024-04-10T16:46:51.936Z | stop 0.000570837 |
2620 | 2024-04-10T16:46:51.936Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2621 | 2024-04-10T16:46:53.092Z | Finished release [optimized] target(s) in 1.08s |
2622 | 2024-04-10T16:46:53.117Z | Running `target/release/omicron-package -t recovery package` |
2623 | 2024-04-10T16:46:53.155Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2624 | 2024-04-10T16:46:54.176Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2625 | 2024-04-10T16:46:57.313Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2626 | 2024-04-10T16:47:16.417Z | Finished release [optimized] target(s) in 23.17s |
2627 | 2024-04-10T16:47:29.177Z | |
2628 | 2024-04-10T16:47:29.203Z | real 37.253923744 |
2629 | 2024-04-10T16:47:29.203Z | user 1:28.521862413 |
2630 | 2024-04-10T16:47:29.203Z | sys 9.891947954 |
2631 | 2024-04-10T16:47:29.203Z | trap 0.027695691 |
2632 | 2024-04-10T16:47:29.203Z | tflt 0.080613725 |
2633 | 2024-04-10T16:47:29.203Z | dflt 0.567367574 |
2634 | 2024-04-10T16:47:29.203Z | kflt 0.000102706 |
2635 | 2024-04-10T16:47:29.203Z | lock 11:07.228182816 |
2636 | 2024-04-10T16:47:29.203Z | slp 1:36.730556883 |
2637 | 2024-04-10T16:47:29.203Z | lat 2.162814694 |
2638 | 2024-04-10T16:47:29.203Z | stop 0.225903320 |
2639 | 2024-04-10T16:47:29.204Z | + stamp_packages installinator mg-ddm-gz |
2640 | 2024-04-10T16:47:29.204Z | + for package in "$@" |
2641 | 2024-04-10T16:47:29.204Z | + [[ installinator == mg-ddm-gz ]] |
2642 | 2024-04-10T16:47:29.204Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitd0db4f951ba |
2643 | 2024-04-10T16:47:30.211Z | Finished release [optimized] target(s) in 0.97s |
2644 | 2024-04-10T16:47:30.240Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitd0db4f951ba` |
2645 | 2024-04-10T16:47:30.283Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2646 | 2024-04-10T16:47:30.357Z | Created: out/versioned/installinator.tar |
2647 | 2024-04-10T16:47:30.383Z | + for package in "$@" |
2648 | 2024-04-10T16:47:30.383Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2649 | 2024-04-10T16:47:30.383Z | + echo 0.0.0 |
2650 | 2024-04-10T16:47:30.383Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2651 | 2024-04-10T16:47:30.383Z | a VERSION 1K |
2652 | 2024-04-10T16:47:30.383Z | + rm VERSION |
2653 | 2024-04-10T16:47:30.383Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitd0db4f951ba |
2654 | 2024-04-10T16:47:31.393Z | Finished release [optimized] target(s) in 0.96s |
2655 | 2024-04-10T16:47:31.432Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitd0db4f951ba` |
2656 | 2024-04-10T16:47:31.472Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2657 | 2024-04-10T16:47:31.625Z | Created: out/versioned/mg-ddm-gz.tar |
2658 | 2024-04-10T16:47:31.651Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2659 | 2024-04-10T16:47:31.651Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2660 | 2024-04-10T16:47:31.651Z | ++ cd -- ./tools |
2661 | 2024-04-10T16:47:31.651Z | ++ pwd |
2662 | 2024-04-10T16:47:31.651Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2663 | 2024-04-10T16:47:31.651Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2664 | 2024-04-10T16:47:31.651Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2665 | 2024-04-10T16:47:31.651Z | ++ readlink -f /work |
2666 | 2024-04-10T16:47:31.651Z | + out_dir=/work |
2667 | 2024-04-10T16:47:31.651Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2668 | 2024-04-10T16:47:31.677Z | + for dep in "${deps[@]}" |
2669 | 2024-04-10T16:47:31.677Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2670 | 2024-04-10T16:47:31.677Z | + for dep in "${deps[@]}" |
2671 | 2024-04-10T16:47:31.677Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2672 | 2024-04-10T16:47:31.677Z | ++ mktemp -d |
2673 | 2024-04-10T16:47:31.677Z | + tmp_trampoline=/tmp/tmp.Q1aiBi |
2674 | 2024-04-10T16:47:31.677Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2675 | 2024-04-10T16:47:31.677Z | + echo '{"v":"1","t":"layer"}' |
2676 | 2024-04-10T16:47:31.677Z | + pkg_dir=/tmp/tmp.Q1aiBi/root/opt/oxide/installinator |
2677 | 2024-04-10T16:47:31.677Z | + mkdir -p /tmp/tmp.Q1aiBi/root/opt/oxide/installinator |
2678 | 2024-04-10T16:47:31.677Z | + cd /tmp/tmp.Q1aiBi/root/opt/oxide/installinator |
2679 | 2024-04-10T16:47:31.677Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2680 | 2024-04-10T16:47:31.703Z | x ., 0 bytes, 0 tape blocks |
2681 | 2024-04-10T16:47:31.703Z | x installinator, 38294424 bytes, 74794 tape blocks |
2682 | 2024-04-10T16:47:31.703Z | x pkg, 0 bytes, 0 tape blocks |
2683 | 2024-04-10T16:47:31.703Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2684 | 2024-04-10T16:47:31.703Z | x VERSION, 25 bytes, 1 tape blocks |
2685 | 2024-04-10T16:47:31.703Z | + mkdir -p /tmp/tmp.Q1aiBi/root/lib/svc/manifest/site/ |
2686 | 2024-04-10T16:47:31.703Z | + mv pkg/manifest.xml /tmp/tmp.Q1aiBi/root/lib/svc/manifest/site/installinator.xml |
2687 | 2024-04-10T16:47:31.703Z | + cd - |
2688 | 2024-04-10T16:47:31.703Z | /work/oxidecomputer/omicron |
2689 | 2024-04-10T16:47:31.703Z | + pkg_dir=/tmp/tmp.Q1aiBi/root/opt/oxide/mg-ddm |
2690 | 2024-04-10T16:47:31.703Z | + mkdir -p /tmp/tmp.Q1aiBi/root/opt/oxide/mg-ddm |
2691 | 2024-04-10T16:47:31.703Z | + cd /tmp/tmp.Q1aiBi/root/opt/oxide/mg-ddm |
2692 | 2024-04-10T16:47:31.703Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2693 | 2024-04-10T16:47:31.756Z | x ., 0 bytes, 0 tape blocks |
2694 | 2024-04-10T16:47:31.756Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2695 | 2024-04-10T16:47:31.756Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2696 | 2024-04-10T16:47:31.756Z | x pkg, 0 bytes, 0 tape blocks |
2697 | 2024-04-10T16:47:31.756Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2698 | 2024-04-10T16:47:31.756Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2699 | 2024-04-10T16:47:31.756Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2700 | 2024-04-10T16:47:31.756Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2701 | 2024-04-10T16:47:31.756Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2702 | 2024-04-10T16:47:31.756Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2703 | 2024-04-10T16:47:31.756Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2704 | 2024-04-10T16:47:31.756Z | x VERSION, 25 bytes, 1 tape blocks |
2705 | 2024-04-10T16:47:31.782Z | + cd - |
2706 | 2024-04-10T16:47:31.782Z | /work/oxidecomputer/omicron |
2707 | 2024-04-10T16:47:31.782Z | + cd /tmp/tmp.Q1aiBi |
2708 | 2024-04-10T16:47:31.782Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2709 | 2024-04-10T16:47:36.767Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2710 | 2024-04-10T16:47:36.767Z | a oxide.json 1K |
2711 | 2024-04-10T16:47:36.767Z | a root/ 0K |
2712 | 2024-04-10T16:47:36.767Z | a root/opt/ 0K |
2713 | 2024-04-10T16:47:36.767Z | a root/opt/oxide/ 0K |
2714 | 2024-04-10T16:47:36.767Z | a root/opt/oxide/installinator/ 0K |
2715 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/installinator/installinator 37397K |
2716 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/installinator/pkg/ 0K |
2717 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/installinator/VERSION 1K |
2718 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/ 0K |
2719 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2720 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2721 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2722 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2723 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2724 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2725 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2726 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2727 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2728 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2729 | 2024-04-10T16:47:36.768Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2730 | 2024-04-10T16:47:36.768Z | a root/lib/ 0K |
2731 | 2024-04-10T16:47:36.768Z | a root/lib/svc/ 0K |
2732 | 2024-04-10T16:47:36.768Z | a root/lib/svc/manifest/ 0K |
2733 | 2024-04-10T16:47:36.768Z | a root/lib/svc/manifest/site/ 0K |
2734 | 2024-04-10T16:47:36.768Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2735 | 2024-04-10T16:47:36.794Z | + cd / |
2736 | 2024-04-10T16:47:36.794Z | + rm -rf /tmp/tmp.Q1aiBi |
2737 | 2024-04-10T16:47:36.794Z | |
2738 | 2024-04-10T16:47:36.794Z | real 5.156277963 |
2739 | 2024-04-10T16:47:36.794Z | user 4.749802833 |
2740 | 2024-04-10T16:47:36.794Z | sys 0.404784727 |
2741 | 2024-04-10T16:47:36.794Z | trap 0.001080340 |
2742 | 2024-04-10T16:47:36.794Z | tflt 0.000000000 |
2743 | 2024-04-10T16:47:36.794Z | dflt 0.000000000 |
2744 | 2024-04-10T16:47:36.794Z | kflt 0.000000000 |
2745 | 2024-04-10T16:47:36.794Z | lock 0.000000000 |
2746 | 2024-04-10T16:47:36.794Z | slp 9.917834177 |
2747 | 2024-04-10T16:47:36.795Z | lat 0.235630650 |
2748 | 2024-04-10T16:47:36.795Z | stop 0.000502939 |
2749 | 2024-04-10T16:47:36.795Z | process exited: duration 1465099 ms, exit code 0 |
|
2750 | 2024-04-10T16:47:36.876Z | found 22 output files |
2751 | 2024-04-10T16:47:36.876Z | uploading: /work/version.txt (26 bytes) |
2752 | 2024-04-10T16:47:37.970Z | uploaded: /work/version.txt |
2753 | 2024-04-10T16:47:37.970Z | uploading: /work/package.tar.gz (81191641 bytes) |
2754 | 2024-04-10T16:47:59.414Z | uploaded: /work/package.tar.gz |
2755 | 2024-04-10T16:47:59.414Z | uploading: /work/global-zone-packages.tar.gz (122776194 bytes) |
2756 | 2024-04-10T16:48:47.362Z | uploaded: /work/global-zone-packages.tar.gz |
2757 | 2024-04-10T16:48:47.362Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36629393 bytes) |
2758 | 2024-04-10T16:48:58.339Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2759 | 2024-04-10T16:48:58.339Z | uploading: /work/zones/clickhouse.tar.gz (227037453 bytes) |
2760 | 2024-04-10T16:50:10.168Z | uploaded: /work/zones/clickhouse.tar.gz |
2761 | 2024-04-10T16:50:10.168Z | uploading: /work/zones/clickhouse_keeper.tar.gz (227036900 bytes) |
2762 | 2024-04-10T16:51:17.567Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2763 | 2024-04-10T16:51:17.567Z | uploading: /work/zones/cockroachdb.tar.gz (122549496 bytes) |
2764 | 2024-04-10T16:51:49.449Z | uploaded: /work/zones/cockroachdb.tar.gz |
2765 | 2024-04-10T16:51:49.449Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27293087 bytes) |
2766 | 2024-04-10T16:51:58.784Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2767 | 2024-04-10T16:51:58.815Z | uploading: /work/zones/crucible-zone.tar.gz (37015193 bytes) |
2768 | 2024-04-10T16:52:10.472Z | uploaded: /work/zones/crucible-zone.tar.gz |
2769 | 2024-04-10T16:52:10.472Z | uploading: /work/zones/external-dns.tar.gz (24702906 bytes) |
2770 | 2024-04-10T16:52:17.411Z | uploaded: /work/zones/external-dns.tar.gz |
2771 | 2024-04-10T16:52:17.438Z | uploading: /work/zones/internal-dns.tar.gz (24703470 bytes) |
2772 | 2024-04-10T16:52:25.263Z | uploaded: /work/zones/internal-dns.tar.gz |
2773 | 2024-04-10T16:52:25.263Z | uploading: /work/zones/nexus-single-sled.tar.gz (84838118 bytes) |
2774 | 2024-04-10T16:52:50.222Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2775 | 2024-04-10T16:52:50.222Z | uploading: /work/zones/nexus.tar.gz (84839074 bytes) |
2776 | 2024-04-10T16:53:13.548Z | uploaded: /work/zones/nexus.tar.gz |
2777 | 2024-04-10T16:53:13.548Z | uploading: /work/zones/ntp.tar.gz (8378192 bytes) |
2778 | 2024-04-10T16:53:16.421Z | uploaded: /work/zones/ntp.tar.gz |
2779 | 2024-04-10T16:53:16.421Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14519581 bytes) |
2780 | 2024-04-10T16:53:21.617Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2781 | 2024-04-10T16:53:21.617Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14518715 bytes) |
2782 | 2024-04-10T16:53:26.333Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2783 | 2024-04-10T16:53:26.333Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2784 | 2024-04-10T16:53:27.429Z | uploaded: /work/zones/overlay.tar.gz |
2785 | 2024-04-10T16:53:27.429Z | uploading: /work/zones/oximeter.tar.gz (43186258 bytes) |
2786 | 2024-04-10T16:53:40.304Z | uploaded: /work/zones/oximeter.tar.gz |
2787 | 2024-04-10T16:53:40.304Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2788 | 2024-04-10T16:53:42.901Z | uploaded: /work/zones/probe.tar.gz |
2789 | 2024-04-10T16:53:42.901Z | uploading: /work/zones/propolis-server.tar.gz (66250971 bytes) |
2790 | 2024-04-10T16:54:04.070Z | uploaded: /work/zones/propolis-server.tar.gz |
2791 | 2024-04-10T16:54:04.070Z | uploading: /work/zones/switch-asic.tar.gz (283576813 bytes) |
2792 | 2024-04-10T16:55:27.397Z | uploaded: /work/zones/switch-asic.tar.gz |
2793 | 2024-04-10T16:55:27.397Z | uploading: /work/zones/switch-softnpu.tar.gz (203103857 bytes) |
2794 | 2024-04-10T16:56:33.432Z | uploaded: /work/zones/switch-softnpu.tar.gz |