|
|
|
1 | 2024-04-25T19:18:05.127Z | job assigned to worker 01HWBB1Z4Q14E7NEWRYNCP3D6Q (queued for 37 s) |
|
2 | 2024-04-25T19:18:05.978Z | starting task 0: "setup" |
3 | 2024-04-25T19:18:06.008Z | ++ uname -s |
4 | 2024-04-25T19:18:06.008Z | + kern=SunOS |
5 | 2024-04-25T19:18:06.008Z | + case "$kern" in |
6 | 2024-04-25T19:18:06.008Z | + groupadd -g 12345 build |
7 | 2024-04-25T19:18:06.008Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-25T19:18:08.016Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-25T19:18:08.064Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-25T19:18:08.103Z | + home_fs=zfs |
11 | 2024-04-25T19:18:08.103Z | + [[ zfs == autofs ]] |
12 | 2024-04-25T19:18:08.104Z | + mkdir -p /home/build |
13 | 2024-04-25T19:18:08.104Z | + chown build:build /home/build /work |
14 | 2024-04-25T19:18:10.073Z | + chmod 0700 /home/build /work |
15 | 2024-04-25T19:18:10.108Z | process exited: duration 4094 ms, exit code 0 |
|
16 | 2024-04-25T19:18:10.158Z | starting task 1: "rust-toolchain" |
17 | 2024-04-25T19:18:10.196Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-25T19:18:10.196Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-25T19:18:10.346Z | info: downloading installer |
20 | 2024-04-25T19:18:10.744Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-25T19:18:10.744Z | warning: /opt/ooce/bin |
22 | 2024-04-25T19:18:10.744Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-25T19:18:10.745Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-25T19:18:10.745Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-25T19:18:10.745Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-25T19:18:10.745Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-25T19:18:10.745Z | error: cannot install while Rust is installed |
28 | 2024-04-25T19:18:10.746Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-25T19:18:10.795Z | info: profile set to 'default' |
30 | 2024-04-25T19:18:10.795Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-25T19:18:10.823Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-25T19:18:10.894Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-25T19:18:10.894Z | info: downloading component 'cargo' |
34 | 2024-04-25T19:18:11.035Z | info: downloading component 'clippy' |
35 | 2024-04-25T19:18:11.076Z | info: downloading component 'rust-docs' |
36 | 2024-04-25T19:18:11.233Z | info: downloading component 'rust-std' |
37 | 2024-04-25T19:18:11.518Z | info: downloading component 'rustc' |
38 | 2024-04-25T19:18:12.185Z | info: downloading component 'rustfmt' |
39 | 2024-04-25T19:18:12.231Z | info: installing component 'cargo' |
40 | 2024-04-25T19:18:13.348Z | info: installing component 'clippy' |
41 | 2024-04-25T19:18:13.777Z | info: installing component 'rust-docs' |
42 | 2024-04-25T19:18:16.255Z | info: installing component 'rust-std' |
43 | 2024-04-25T19:18:18.323Z | info: installing component 'rustc' |
44 | 2024-04-25T19:18:23.842Z | info: installing component 'rustfmt' |
45 | 2024-04-25T19:18:23.886Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-25T19:18:23.886Z | |
47 | 2024-04-25T19:18:23.886Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-25T19:18:23.886Z | |
49 | 2024-04-25T19:18:23.886Z | |
50 | 2024-04-25T19:18:23.886Z | Rust is installed now. Great! |
51 | 2024-04-25T19:18:23.887Z | |
52 | 2024-04-25T19:18:23.887Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-25T19:18:23.887Z | environment variable. This has not been done automatically. |
54 | 2024-04-25T19:18:23.887Z | |
55 | 2024-04-25T19:18:23.887Z | To configure your current shell, you need to source |
56 | 2024-04-25T19:18:23.887Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-25T19:18:23.887Z | |
58 | 2024-04-25T19:18:23.887Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-25T19:18:23.887Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-25T19:18:23.888Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-25T19:18:23.888Z | + rustc --version |
62 | 2024-04-25T19:18:23.888Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-25T19:18:23.888Z | process exited: duration 13525 ms, exit code 0 |
|
64 | 2024-04-25T19:18:23.954Z | starting task 2: "authentication" |
65 | 2024-04-25T19:18:24.505Z | process exited: duration 547 ms, exit code 0 |
|
66 | 2024-04-25T19:18:24.556Z | starting task 3: "clone repository" |
67 | 2024-04-25T19:18:24.594Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-25T19:18:24.594Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-25T19:18:24.631Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-25T19:18:29.229Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-25T19:18:29.230Z | + git fetch origin 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 |
72 | 2024-04-25T19:18:29.698Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-25T19:18:29.698Z | * branch 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 -> FETCH_HEAD |
74 | 2024-04-25T19:18:29.727Z | + [[ -n eliza/instance-refactor ]] |
75 | 2024-04-25T19:18:29.727Z | ++ git branch --show-current |
76 | 2024-04-25T19:18:29.727Z | + current=main |
77 | 2024-04-25T19:18:29.728Z | + [[ main != eliza/instance-refactor ]] |
78 | 2024-04-25T19:18:29.728Z | + git branch -f eliza/instance-refactor 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 |
79 | 2024-04-25T19:18:29.728Z | + git checkout -f eliza/instance-refactor |
80 | 2024-04-25T19:18:29.912Z | Switched to branch 'eliza/instance-refactor' |
81 | 2024-04-25T19:18:29.943Z | + git reset --hard 503ad20b27ae4e5abaeefe8390f2c122e97b87b5 |
82 | 2024-04-25T19:18:30.394Z | HEAD is now at 503ad20b2 clippy cleanliness/unused methods |
83 | 2024-04-25T19:18:30.394Z | process exited: duration 5395 ms, exit code 0 |
|
84 | 2024-04-25T19:18:30.466Z | starting task 4: "build" |
85 | 2024-04-25T19:18:30.505Z | + cargo --version |
86 | 2024-04-25T19:18:30.506Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-25T19:18:30.635Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-25T19:18:30.635Z | info: downloading component 'cargo' |
89 | 2024-04-25T19:18:30.828Z | info: downloading component 'clippy' |
90 | 2024-04-25T19:18:30.885Z | info: downloading component 'rust-docs' |
91 | 2024-04-25T19:18:31.155Z | info: downloading component 'rust-std' |
92 | 2024-04-25T19:18:31.621Z | info: downloading component 'rustc' |
93 | 2024-04-25T19:18:32.575Z | info: downloading component 'rustfmt' |
94 | 2024-04-25T19:18:32.629Z | info: installing component 'cargo' |
95 | 2024-04-25T19:18:33.711Z | info: installing component 'clippy' |
96 | 2024-04-25T19:18:34.090Z | info: installing component 'rust-docs' |
97 | 2024-04-25T19:18:36.399Z | info: installing component 'rust-std' |
98 | 2024-04-25T19:18:38.385Z | info: installing component 'rustc' |
99 | 2024-04-25T19:18:42.886Z | info: installing component 'rustfmt' |
100 | 2024-04-25T19:18:43.337Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-25T19:18:43.379Z | + rustc --version |
102 | 2024-04-25T19:18:43.475Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-25T19:18:43.502Z | + WORK=/work |
104 | 2024-04-25T19:18:43.503Z | + pfexec mkdir -p /work |
105 | 2024-04-25T19:18:43.503Z | + pfexec chown build /work |
106 | 2024-04-25T19:18:43.503Z | ++ git rev-parse HEAD |
107 | 2024-04-25T19:18:43.503Z | + COMMIT=503ad20b27ae4e5abaeefe8390f2c122e97b87b5 |
108 | 2024-04-25T19:18:43.503Z | + VERSION=8.0.0-0.ci+git503ad20b27a |
109 | 2024-04-25T19:18:43.503Z | + echo 8.0.0-0.ci+git503ad20b27a |
110 | 2024-04-25T19:18:43.503Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
111 | 2024-04-25T19:18:49.394Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-04-25T19:18:51.414Z | Startup: Caching catalogs ... Done |
113 | 2024-04-25T19:18:54.434Z | Planning: Solver setup ... Done (2.402s) |
114 | 2024-04-25T19:18:54.493Z | Planning: Running solver ... Done (0.050s) |
115 | 2024-04-25T19:18:54.520Z | Planning: Finding local manifests ... Done (0.002s) |
116 | 2024-04-25T19:18:54.615Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-04-25T19:18:55.014Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-04-25T19:18:55.075Z | Planning: Package planning ... Done (0.058s) |
119 | 2024-04-25T19:18:55.138Z | Planning: Merging actions ... Done (0.059s) |
120 | 2024-04-25T19:18:55.511Z | Planning: Checking for conflicting actions ... Done (0.377s) |
121 | 2024-04-25T19:18:55.536Z | Planning: Consolidating action changes ... Done (0.013s) |
122 | 2024-04-25T19:18:56.179Z | Planning: Evaluating mediators ... Done (0.647s) |
123 | 2024-04-25T19:18:56.205Z | Planning: Planning completed in 4.71 seconds |
124 | 2024-04-25T19:18:56.205Z | Packages to install: 4 |
125 | 2024-04-25T19:18:56.205Z | Mediators to change: 2 |
126 | 2024-04-25T19:18:56.205Z | Services to change: 1 |
127 | 2024-04-25T19:18:56.205Z | Estimated space available: 148.37 GB |
128 | 2024-04-25T19:18:56.205Z | Estimated space to be consumed: 1.44 GB |
129 | 2024-04-25T19:18:56.205Z | Create boot environment: No |
130 | 2024-04-25T19:18:56.205Z | Create backup boot environment: No |
131 | 2024-04-25T19:18:56.205Z | Rebuild boot archive: No |
132 | 2024-04-25T19:18:56.205Z | |
133 | 2024-04-25T19:18:56.206Z | Changed mediators: |
134 | 2024-04-25T19:18:56.206Z | mediator clang: |
135 | 2024-04-25T19:18:56.206Z | version: None -> 15 (system default) |
136 | 2024-04-25T19:18:56.206Z | |
137 | 2024-04-25T19:18:56.206Z | mediator llvm: |
138 | 2024-04-25T19:18:56.206Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-04-25T19:18:56.206Z | |
140 | 2024-04-25T19:18:56.207Z | Changed packages: |
141 | 2024-04-25T19:18:56.207Z | helios-dev |
142 | 2024-04-25T19:18:56.207Z | developer/build-essential |
143 | 2024-04-25T19:18:56.207Z | None -> 11-2.0 |
144 | 2024-04-25T19:18:56.207Z | library/libxmlsec1 |
145 | 2024-04-25T19:18:56.207Z | None -> 1.2.35-2.0 |
146 | 2024-04-25T19:18:56.208Z | ooce/developer/clang-15 |
147 | 2024-04-25T19:18:56.208Z | None -> 15.0.7-2.0 |
148 | 2024-04-25T19:18:56.208Z | ooce/developer/llvm-15 |
149 | 2024-04-25T19:18:56.208Z | None -> 15.0.7-2.0 |
150 | 2024-04-25T19:18:56.208Z | |
151 | 2024-04-25T19:18:56.208Z | Services: |
152 | 2024-04-25T19:18:56.208Z | restart_fmri: |
153 | 2024-04-25T19:18:56.208Z | svc:/system/update-man-index:default |
154 | 2024-04-25T19:18:56.242Z | |
155 | 2024-04-25T19:18:56.242Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-04-25T19:19:02.442Z | Download: 212/3290 items 1.3/212.6MB 0% complete (587k/s) |
157 | 2024-04-25T19:19:08.854Z | Download: 213/3290 items 1.3/212.6MB 0% complete (568k/s) |
158 | 2024-04-25T19:19:13.839Z | Download: 750/3290 items 18.1/212.6MB 8% complete (3.4M/s) |
159 | 2024-04-25T19:19:18.846Z | Download: 1233/3290 items 88.1/212.6MB 41% complete (8.6M/s) |
160 | 2024-04-25T19:19:23.835Z | Download: 2676/3290 items 120.7/212.6MB 56% complete (10.3M/s) |
161 | 2024-04-25T19:19:28.916Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (11.5M/s) |
162 | 2024-04-25T19:19:29.986Z | Download: Completed 212.60 MB in 33.74 seconds (6.3M/s) |
163 | 2024-04-25T19:19:30.203Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-04-25T19:19:35.198Z | Actions: 2854/3689 actions (Installing new actions) |
165 | 2024-04-25T19:19:35.715Z | Actions: Completed 3689 actions in 5.52 seconds. |
166 | 2024-04-25T19:19:36.037Z | Done (0.316s) |
167 | 2024-04-25T19:19:36.038Z | Done (0.000s) |
168 | 2024-04-25T19:19:36.365Z | Done (0.322s) |
169 | 2024-04-25T19:19:41.166Z | Done (4.683s) |
170 | 2024-04-25T19:19:41.263Z | Done (0.019s) |
171 | 2024-04-25T19:19:41.295Z | Done (0.000s) |
172 | 2024-04-25T19:19:41.414Z | Done (0.000s) |
173 | 2024-04-25T19:19:42.014Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-04-25T19:19:42.208Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-04-25T19:19:42.243Z | Planning: Consolidating action changes ... Done |
176 | 2024-04-25T19:19:42.528Z | Planning: Evaluating mediators ... Done |
177 | 2024-04-25T19:19:42.553Z | Planning: Planning completed in 0.52 seconds |
178 | 2024-04-25T19:19:42.582Z | Mediators to change: 2 |
179 | 2024-04-25T19:19:42.583Z | Create boot environment: No |
180 | 2024-04-25T19:19:42.583Z | Create backup boot environment: No |
181 | 2024-04-25T19:19:42.630Z | Done |
182 | 2024-04-25T19:19:42.630Z | Done |
183 | 2024-04-25T19:19:42.824Z | Done |
184 | 2024-04-25T19:19:47.170Z | Done |
185 | 2024-04-25T19:19:47.255Z | Done |
186 | 2024-04-25T19:19:47.255Z | Done |
187 | 2024-04-25T19:19:47.337Z | Done |
188 | 2024-04-25T19:19:48.089Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-04-25T19:19:48.131Z | Planning: Merging actions ... Done |
190 | 2024-04-25T19:19:48.320Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-04-25T19:19:48.344Z | Planning: Consolidating action changes ... Done |
192 | 2024-04-25T19:19:48.639Z | Planning: Evaluating mediators ... Done |
193 | 2024-04-25T19:19:48.702Z | Planning: Planning completed in 0.94 seconds |
194 | 2024-04-25T19:19:48.743Z | Packages to change: 1 |
195 | 2024-04-25T19:19:48.743Z | Mediators to change: 1 |
196 | 2024-04-25T19:19:48.743Z | Services to change: 1 |
197 | 2024-04-25T19:19:48.743Z | Create boot environment: No |
198 | 2024-04-25T19:19:48.743Z | Create backup boot environment: Yes |
199 | 2024-04-25T19:19:50.268Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-04-25T19:19:50.293Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-04-25T19:19:50.293Z | Done |
202 | 2024-04-25T19:19:50.293Z | Done |
203 | 2024-04-25T19:19:50.340Z | Done |
204 | 2024-04-25T19:19:54.655Z | Done |
205 | 2024-04-25T19:19:55.197Z | Done |
206 | 2024-04-25T19:19:55.222Z | Done |
207 | 2024-04-25T19:19:55.222Z | Done |
208 | 2024-04-25T19:19:55.478Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-04-25T19:19:55.478Z | clang system 15 system |
210 | 2024-04-25T19:19:55.479Z | csh system system illumos |
211 | 2024-04-25T19:19:55.479Z | ctags system system illumos |
212 | 2024-04-25T19:19:55.479Z | gcc vendor 12 vendor |
213 | 2024-04-25T19:19:55.479Z | gcc system 10 system |
214 | 2024-04-25T19:19:55.479Z | gcc system 7 system |
215 | 2024-04-25T19:19:55.479Z | go system 1.20 system |
216 | 2024-04-25T19:19:55.480Z | go system 1.19 system |
217 | 2024-04-25T19:19:55.480Z | llvm system 15 system |
218 | 2024-04-25T19:19:55.480Z | llvm system 14 system |
219 | 2024-04-25T19:19:55.480Z | mariadb system 10.6 system |
220 | 2024-04-25T19:19:55.481Z | mta vendor vendor dma |
221 | 2024-04-25T19:19:55.481Z | openjdk system 17 system |
222 | 2024-04-25T19:19:55.481Z | openjdk system 11 system |
223 | 2024-04-25T19:19:55.481Z | openjdk system 1.8 system |
224 | 2024-04-25T19:19:55.481Z | openssl vendor 3 vendor |
225 | 2024-04-25T19:19:55.481Z | perl system 5.36 system |
226 | 2024-04-25T19:19:55.482Z | postgresql system 15 system |
227 | 2024-04-25T19:19:55.482Z | postgresql system 13 system |
228 | 2024-04-25T19:19:55.482Z | python vendor 3 vendor |
229 | 2024-04-25T19:19:55.482Z | python system 2 system |
230 | 2024-04-25T19:19:55.483Z | python3 system 3.11 system |
231 | 2024-04-25T19:19:55.483Z | ruby system 3.0 system |
232 | 2024-04-25T19:19:55.483Z | words vendor vendor american-english |
233 | 2024-04-25T19:19:55.483Z | words system system australian-english |
234 | 2024-04-25T19:19:55.483Z | words system system british-english |
235 | 2024-04-25T19:19:55.483Z | words system system canadian-english |
236 | 2024-04-25T19:19:55.484Z | words system system french |
237 | 2024-04-25T19:19:55.484Z | words system system italian |
238 | 2024-04-25T19:19:55.484Z | words system system ngerman |
239 | 2024-04-25T19:19:55.484Z | words system system ogerman |
240 | 2024-04-25T19:19:55.484Z | words system system spanish |
241 | 2024-04-25T19:19:55.757Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-04-25T19:19:55.757Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-04-25T19:19:57.394Z | FMRI IFO |
244 | 2024-04-25T19:19:57.394Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-04-25T19:19:57.394Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-04-25T19:19:57.395Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-04-25T19:19:57.632Z | + set -o errexit |
257 | 2024-04-25T19:19:57.681Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2024-04-25T19:19:57.681Z | ++ cd ./tools |
259 | 2024-04-25T19:19:57.681Z | ++ pwd |
260 | 2024-04-25T19:19:57.681Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2024-04-25T19:19:57.681Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2024-04-25T19:19:57.681Z | + ARG0=ci_download_cockroachdb |
263 | 2024-04-25T19:19:57.681Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2024-04-25T19:19:57.681Z | + CIDL_VERSION=v22.1.9 |
265 | 2024-04-25T19:19:57.681Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2024-04-25T19:19:57.681Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
267 | 2024-04-25T19:19:57.681Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
268 | 2024-04-25T19:19:57.681Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-04-25T19:19:57.681Z | + TARGET_DIR=out |
270 | 2024-04-25T19:19:57.681Z | + DOWNLOAD_DIR=out/downloads |
271 | 2024-04-25T19:19:57.682Z | + DEST_DIR=./out/cockroachdb |
272 | 2024-04-25T19:19:57.682Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2024-04-25T19:19:57.682Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2024-04-25T19:19:57.682Z | + main |
275 | 2024-04-25T19:19:57.682Z | + [[ 0 != 0 ]] |
276 | 2024-04-25T19:19:57.682Z | + CIDL_OS=solaris2.11 |
277 | 2024-04-25T19:19:57.682Z | + [[ 0 != 0 ]] |
278 | 2024-04-25T19:19:57.682Z | + configure_os solaris2.11 |
279 | 2024-04-25T19:19:57.682Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2024-04-25T19:19:57.682Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-04-25T19:19:57.682Z | + case "$1" in |
282 | 2024-04-25T19:19:57.682Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-04-25T19:19:57.682Z | + CIDL_BUILD=illumos |
284 | 2024-04-25T19:19:57.682Z | + CIDL_SUFFIX=tar.gz |
285 | 2024-04-25T19:19:57.682Z | configuring based on OS: "solaris2.11" |
286 | 2024-04-25T19:19:57.682Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
287 | 2024-04-25T19:19:57.682Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2024-04-25T19:19:57.682Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2024-04-25T19:19:57.682Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2024-04-25T19:19:57.682Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-04-25T19:19:57.683Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-04-25T19:19:57.683Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2024-04-25T19:19:57.683Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-04-25T19:19:57.683Z | + CIDL_SHA256FUNC=do_sha256sum |
295 | 2024-04-25T19:19:57.683Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-04-25T19:19:57.683Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-04-25T19:19:57.683Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-04-25T19:19:57.683Z | + mkdir -p out/downloads |
299 | 2024-04-25T19:19:57.683Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-25T19:19:57.683Z | + mkdir -p ./out/cockroachdb |
301 | 2024-04-25T19:19:57.683Z | + local DO_DOWNLOAD=true |
302 | 2024-04-25T19:19:57.683Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2024-04-25T19:19:57.683Z | + '[' true == true ']' |
304 | 2024-04-25T19:19:57.683Z | + echo Downloading... |
305 | 2024-04-25T19:19:57.683Z | Downloading... |
306 | 2024-04-25T19:19:57.683Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-25T19:19:57.683Z | + 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 |
308 | 2024-04-25T19:20:01.884Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-04-25T19:20:01.913Z | ++ sha256sum |
310 | 2024-04-25T19:20:01.913Z | ++ awk '{print $1}' |
311 | 2024-04-25T19:20:01.978Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
312 | 2024-04-25T19:20:01.978Z | + [[ 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 ]] |
313 | 2024-04-25T19:20:01.978Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-04-25T19:20:02.010Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2024-04-25T19:20:04.857Z | + do_assemble_illumos |
316 | 2024-04-25T19:20:04.857Z | + rm -r ./out/cockroachdb |
317 | 2024-04-25T19:20:04.883Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2024-04-25T19:20:05.217Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2024-04-25T19:20:05.875Z | Build Tag: v22.1.9-dirty |
320 | 2024-04-25T19:20:05.875Z | Build Time: 2022/10/26 21:17:46 |
321 | 2024-04-25T19:20:05.875Z | Distribution: OSS |
322 | 2024-04-25T19:20:05.875Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2024-04-25T19:20:05.875Z | Go Version: go1.17.13 |
324 | 2024-04-25T19:20:05.875Z | C Compiler: gcc 10.3.0 |
325 | 2024-04-25T19:20:05.875Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2024-04-25T19:20:05.875Z | Build Type: release |
327 | 2024-04-25T19:20:05.933Z | + set -o errexit |
328 | 2024-04-25T19:20:05.933Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2024-04-25T19:20:05.933Z | ++ cd ./tools |
330 | 2024-04-25T19:20:05.933Z | ++ pwd |
331 | 2024-04-25T19:20:05.934Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2024-04-25T19:20:05.934Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2024-04-25T19:20:05.934Z | + ARG0=ci_download_clickhouse |
334 | 2024-04-25T19:20:05.934Z | + TARGET_DIR=out |
335 | 2024-04-25T19:20:05.934Z | + DOWNLOAD_DIR=out/downloads |
336 | 2024-04-25T19:20:05.934Z | + DEST_DIR=./out/clickhouse |
337 | 2024-04-25T19:20:05.934Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
338 | 2024-04-25T19:20:05.934Z | + CIDL_VERSION=v23.8.7.24 |
339 | 2024-04-25T19:20:05.934Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
340 | 2024-04-25T19:20:05.934Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
341 | 2024-04-25T19:20:05.935Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
342 | 2024-04-25T19:20:05.935Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
343 | 2024-04-25T19:20:05.935Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
344 | 2024-04-25T19:20:05.935Z | + main |
345 | 2024-04-25T19:20:05.935Z | + [[ 0 != 0 ]] |
346 | 2024-04-25T19:20:05.935Z | + CIDL_OS=solaris2.11 |
347 | 2024-04-25T19:20:05.935Z | + [[ 0 != 0 ]] |
348 | 2024-04-25T19:20:05.935Z | + configure_os solaris2.11 |
349 | 2024-04-25T19:20:05.935Z | + echo 'current directory: /work/oxidecomputer/omicron' |
350 | 2024-04-25T19:20:05.935Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-04-25T19:20:05.936Z | + CIDL_DASHREV= |
352 | 2024-04-25T19:20:05.936Z | current directory: /work/oxidecomputer/omicron |
353 | 2024-04-25T19:20:05.936Z | + case "$1" in |
354 | 2024-04-25T19:20:05.936Z | configuring based on OS: "solaris2.11" |
355 | 2024-04-25T19:20:05.936Z | + CIDL_PLATFORM=illumos |
356 | 2024-04-25T19:20:05.936Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
357 | 2024-04-25T19:20:05.936Z | + CIDL_MD5FUNC=do_md5sum |
358 | 2024-04-25T19:20:05.936Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
359 | 2024-04-25T19:20:05.936Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-04-25T19:20:05.936Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-04-25T19:20:05.936Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-04-25T19:20:05.937Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-04-25T19:20:05.937Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
364 | 2024-04-25T19:20:05.937Z | + mkdir -p out/downloads |
365 | 2024-04-25T19:20:05.937Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-04-25T19:20:05.937Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-04-25T19:20:05.937Z | + mkdir -p ./out/clickhouse |
368 | 2024-04-25T19:20:05.937Z | + local DO_DOWNLOAD=true |
369 | 2024-04-25T19:20:05.937Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
370 | 2024-04-25T19:20:05.937Z | + '[' true == true ']' |
371 | 2024-04-25T19:20:05.937Z | + echo Downloading... |
372 | 2024-04-25T19:20:05.938Z | Downloading... |
373 | 2024-04-25T19:20:05.938Z | + 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 |
374 | 2024-04-25T19:20:05.938Z | + 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 |
375 | 2024-04-25T19:20:17.535Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-04-25T19:20:17.571Z | ++ md5sum |
377 | 2024-04-25T19:20:17.571Z | ++ awk '{print $1}' |
378 | 2024-04-25T19:20:18.095Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
379 | 2024-04-25T19:20:18.095Z | + [[ 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 ]] |
380 | 2024-04-25T19:20:18.095Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
381 | 2024-04-25T19:20:18.096Z | + mkdir -p ./out/clickhouse |
382 | 2024-04-25T19:20:18.096Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
383 | 2024-04-25T19:20:23.057Z | + [[ solaris2.11 == darwin* ]] |
384 | 2024-04-25T19:20:23.057Z | + ./out/clickhouse/clickhouse server --version |
385 | 2024-04-25T19:20:23.212Z | ClickHouse server version 23.8.7.1. |
386 | 2024-04-25T19:20:23.255Z | + set -o errexit |
387 | 2024-04-25T19:20:23.714Z | +++ dirname ./tools/ci_download_console |
388 | 2024-04-25T19:20:23.714Z | ++ cd ./tools |
389 | 2024-04-25T19:20:23.714Z | ++ pwd |
390 | 2024-04-25T19:20:23.714Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2024-04-25T19:20:23.714Z | ++ basename ./tools/ci_download_console |
392 | 2024-04-25T19:20:23.715Z | + ARG0=ci_download_console |
393 | 2024-04-25T19:20:23.715Z | + TARGET_DIR=out |
394 | 2024-04-25T19:20:23.715Z | + DOWNLOAD_DIR=out/downloads |
395 | 2024-04-25T19:20:23.715Z | + DEST_DIR=./out/console-assets |
396 | 2024-04-25T19:20:23.715Z | + source /work/oxidecomputer/omicron/tools/console_version |
397 | 2024-04-25T19:20:23.715Z | ++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3 |
398 | 2024-04-25T19:20:23.715Z | ++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
399 | 2024-04-25T19:20:23.715Z | + URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
400 | 2024-04-25T19:20:23.715Z | + TARBALL_FILE=out/downloads/console.tar.gz |
401 | 2024-04-25T19:20:23.715Z | + main |
402 | 2024-04-25T19:20:23.715Z | + [[ 0 != 0 ]] |
403 | 2024-04-25T19:20:23.715Z | + echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz' |
404 | 2024-04-25T19:20:23.715Z | URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
405 | 2024-04-25T19:20:23.716Z | + echo 'Local file: out/downloads/console.tar.gz' |
406 | 2024-04-25T19:20:23.716Z | + local DO_DOWNLOAD=true |
407 | 2024-04-25T19:20:23.716Z | Local file: out/downloads/console.tar.gz |
408 | 2024-04-25T19:20:23.716Z | + [[ -f out/downloads/console.tar.gz ]] |
409 | 2024-04-25T19:20:23.716Z | + mkdir -p out/downloads |
410 | 2024-04-25T19:20:23.716Z | + '[' true == true ']' |
411 | 2024-04-25T19:20:23.716Z | + echo Downloading... |
412 | 2024-04-25T19:20:23.716Z | + do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz |
413 | 2024-04-25T19:20:23.716Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
414 | 2024-04-25T19:20:23.716Z | Downloading... |
415 | 2024-04-25T19:20:23.744Z | ++ do_sha256sum out/downloads/console.tar.gz |
416 | 2024-04-25T19:20:23.744Z | ++ case "$OSTYPE" in |
417 | 2024-04-25T19:20:23.744Z | ++ SHA=sha256sum |
418 | 2024-04-25T19:20:23.744Z | ++ sha256sum |
419 | 2024-04-25T19:20:23.744Z | ++ awk '{print $1}' |
420 | 2024-04-25T19:20:23.744Z | + calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
421 | 2024-04-25T19:20:23.744Z | + [[ 152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 != \1\5\2\b\f\e\0\5\a\8\8\7\a\b\8\8\4\e\a\c\4\b\f\7\7\7\2\2\b\c\3\a\e\f\c\8\0\b\e\7\3\6\2\5\5\3\2\b\3\2\4\1\4\8\c\d\6\4\7\6\c\7\a\9 ]] |
422 | 2024-04-25T19:20:23.744Z | + rm -rf ./out/console-assets |
423 | 2024-04-25T19:20:23.745Z | + mkdir -p ./out/console-assets |
424 | 2024-04-25T19:20:23.745Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
425 | 2024-04-25T19:20:23.745Z | + mkdir -p ./out/console-assets |
426 | 2024-04-25T19:20:23.745Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
427 | 2024-04-25T19:20:23.866Z | + set -o errexit |
428 | 2024-04-25T19:20:23.914Z | +++ dirname ./tools/ci_download_maghemite_openapi |
429 | 2024-04-25T19:20:23.914Z | ++ cd ./tools |
430 | 2024-04-25T19:20:23.914Z | ++ pwd |
431 | 2024-04-25T19:20:23.914Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2024-04-25T19:20:23.914Z | ++ basename ./tools/ci_download_maghemite_openapi |
433 | 2024-04-25T19:20:23.914Z | + ARG0=ci_download_maghemite_openapi |
434 | 2024-04-25T19:20:23.914Z | + TARGET_DIR=out |
435 | 2024-04-25T19:20:23.914Z | + DOWNLOAD_DIR=out/downloads |
436 | 2024-04-25T19:20:23.914Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
437 | 2024-04-25T19:20:23.914Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
438 | 2024-04-25T19:20:23.914Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
439 | 2024-04-25T19:20:23.914Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
440 | 2024-04-25T19:20:23.914Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
441 | 2024-04-25T19:20:23.914Z | + main |
442 | 2024-04-25T19:20:23.914Z | + rm -rf out/downloads/root |
443 | 2024-04-25T19:20:23.915Z | + [[ 0 != 0 ]] |
444 | 2024-04-25T19:20:23.915Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
445 | 2024-04-25T19:20:23.915Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
446 | 2024-04-25T19:20:23.915Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
447 | 2024-04-25T19:20:23.915Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-04-25T19:20:23.915Z | + local DO_DOWNLOAD=true |
449 | 2024-04-25T19:20:23.915Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
450 | 2024-04-25T19:20:23.915Z | + mkdir -p out/downloads |
451 | 2024-04-25T19:20:23.915Z | + '[' true == true ']' |
452 | 2024-04-25T19:20:23.915Z | + echo Downloading... |
453 | 2024-04-25T19:20:23.915Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
454 | 2024-04-25T19:20:23.915Z | Downloading... |
455 | 2024-04-25T19:20:23.915Z | + 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 |
456 | 2024-04-25T19:20:24.541Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
457 | 2024-04-25T19:20:24.541Z | ++ case "$OSTYPE" in |
458 | 2024-04-25T19:20:24.541Z | ++ SHA=sha256sum |
459 | 2024-04-25T19:20:24.567Z | ++ sha256sum |
460 | 2024-04-25T19:20:24.567Z | ++ awk '{print $1}' |
461 | 2024-04-25T19:20:24.567Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
462 | 2024-04-25T19:20:24.567Z | + [[ 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 ]] |
463 | 2024-04-25T19:20:24.567Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-04-25T19:20:24.567Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
465 | 2024-04-25T19:20:24.567Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
466 | 2024-04-25T19:20:24.567Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
467 | 2024-04-25T19:20:24.567Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
468 | 2024-04-25T19:20:24.567Z | + main |
469 | 2024-04-25T19:20:24.567Z | + rm -rf out/downloads/root |
470 | 2024-04-25T19:20:24.567Z | + [[ 0 != 0 ]] |
471 | 2024-04-25T19:20:24.567Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
472 | 2024-04-25T19:20:24.567Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
473 | 2024-04-25T19:20:24.567Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
474 | 2024-04-25T19:20:24.567Z | + local DO_DOWNLOAD=true |
475 | 2024-04-25T19:20:24.567Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
476 | 2024-04-25T19:20:24.568Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
477 | 2024-04-25T19:20:24.568Z | + mkdir -p out/downloads |
478 | 2024-04-25T19:20:24.568Z | + '[' true == true ']' |
479 | 2024-04-25T19:20:24.568Z | + echo Downloading... |
480 | 2024-04-25T19:20:24.568Z | Downloading... |
481 | 2024-04-25T19:20:24.568Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
482 | 2024-04-25T19:20:24.568Z | + 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 |
483 | 2024-04-25T19:20:24.794Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
484 | 2024-04-25T19:20:24.794Z | ++ case "$OSTYPE" in |
485 | 2024-04-25T19:20:24.795Z | ++ SHA=sha256sum |
486 | 2024-04-25T19:20:24.795Z | ++ sha256sum |
487 | 2024-04-25T19:20:24.821Z | ++ awk '{print $1}' |
488 | 2024-04-25T19:20:24.821Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
489 | 2024-04-25T19:20:24.821Z | + [[ 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 ]] |
490 | 2024-04-25T19:20:24.821Z | + set -o errexit |
491 | 2024-04-25T19:20:24.821Z | +++ dirname ./tools/ci_download_dendrite_openapi |
492 | 2024-04-25T19:20:24.822Z | ++ cd ./tools |
493 | 2024-04-25T19:20:24.822Z | ++ pwd |
494 | 2024-04-25T19:20:24.822Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2024-04-25T19:20:24.822Z | ++ basename ./tools/ci_download_dendrite_openapi |
496 | 2024-04-25T19:20:24.822Z | + ARG0=ci_download_dendrite_openapi |
497 | 2024-04-25T19:20:24.822Z | + TARGET_DIR=out |
498 | 2024-04-25T19:20:24.822Z | + DOWNLOAD_DIR=out/downloads |
499 | 2024-04-25T19:20:24.822Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2024-04-25T19:20:24.822Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
501 | 2024-04-25T19:20:24.822Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
502 | 2024-04-25T19:20:24.822Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
503 | 2024-04-25T19:20:24.822Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
504 | 2024-04-25T19:20:24.822Z | + main |
505 | 2024-04-25T19:20:24.822Z | + [[ 0 != 0 ]] |
506 | 2024-04-25T19:20:24.822Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
507 | 2024-04-25T19:20:24.822Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
508 | 2024-04-25T19:20:24.822Z | + local DO_DOWNLOAD=true |
509 | 2024-04-25T19:20:24.822Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
510 | 2024-04-25T19:20:24.822Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
511 | 2024-04-25T19:20:24.822Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
512 | 2024-04-25T19:20:24.822Z | + mkdir -p out/downloads |
513 | 2024-04-25T19:20:24.853Z | + '[' true == true ']' |
514 | 2024-04-25T19:20:24.853Z | + echo Downloading... |
515 | 2024-04-25T19:20:24.853Z | Downloading... |
516 | 2024-04-25T19:20:24.853Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
517 | 2024-04-25T19:20:24.853Z | + 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 |
518 | 2024-04-25T19:20:25.106Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
519 | 2024-04-25T19:20:25.106Z | ++ case "$OSTYPE" in |
520 | 2024-04-25T19:20:25.106Z | ++ SHA=sha256sum |
521 | 2024-04-25T19:20:25.131Z | ++ sha256sum |
522 | 2024-04-25T19:20:25.131Z | ++ awk '{print $1}' |
523 | 2024-04-25T19:20:25.131Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
524 | 2024-04-25T19:20:25.131Z | + [[ 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 ]] |
525 | 2024-04-25T19:20:25.131Z | + set -o errexit |
526 | 2024-04-25T19:20:25.131Z | +++ dirname ./tools/ci_download_dendrite_stub |
527 | 2024-04-25T19:20:25.179Z | ++ cd ./tools |
528 | 2024-04-25T19:20:25.179Z | ++ pwd |
529 | 2024-04-25T19:20:25.179Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2024-04-25T19:20:25.179Z | ++ basename ./tools/ci_download_dendrite_stub |
531 | 2024-04-25T19:20:25.179Z | + ARG0=ci_download_dendrite_stub |
532 | 2024-04-25T19:20:25.179Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
533 | 2024-04-25T19:20:25.179Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
534 | 2024-04-25T19:20:25.179Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
535 | 2024-04-25T19:20:25.179Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
536 | 2024-04-25T19:20:25.180Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
537 | 2024-04-25T19:20:25.180Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
538 | 2024-04-25T19:20:25.180Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
539 | 2024-04-25T19:20:25.180Z | + TARGET_DIR=out |
540 | 2024-04-25T19:20:25.180Z | + DOWNLOAD_DIR=out/downloads |
541 | 2024-04-25T19:20:25.180Z | + DEST_DIR=./out/dendrite-stub |
542 | 2024-04-25T19:20:25.180Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
543 | 2024-04-25T19:20:25.180Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
544 | 2024-04-25T19:20:25.180Z | current directory: /work/oxidecomputer/omicron |
545 | 2024-04-25T19:20:25.180Z | configuring based on OS: "solaris2.11" |
546 | 2024-04-25T19:20:25.180Z | + REPO=oxidecomputer/dendrite |
547 | 2024-04-25T19:20:25.180Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
548 | 2024-04-25T19:20:25.180Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2024-04-25T19:20:25.180Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
550 | 2024-04-25T19:20:25.180Z | + main |
551 | 2024-04-25T19:20:25.180Z | + [[ 0 != 0 ]] |
552 | 2024-04-25T19:20:25.180Z | + CIDL_OS=solaris2.11 |
553 | 2024-04-25T19:20:25.180Z | + [[ 0 != 0 ]] |
554 | 2024-04-25T19:20:25.180Z | + configure_os solaris2.11 |
555 | 2024-04-25T19:20:25.180Z | + echo 'current directory: /work/oxidecomputer/omicron' |
556 | 2024-04-25T19:20:25.180Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2024-04-25T19:20:25.180Z | + case "$1" in |
558 | 2024-04-25T19:20:25.180Z | + SET_BINARIES= |
559 | 2024-04-25T19:20:25.181Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
560 | 2024-04-25T19:20:25.181Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2024-04-25T19:20:25.181Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
562 | 2024-04-25T19:20:25.181Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
563 | 2024-04-25T19:20:25.181Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
564 | 2024-04-25T19:20:25.181Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
565 | 2024-04-25T19:20:25.181Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
566 | 2024-04-25T19:20:25.181Z | + mkdir -p out/downloads |
567 | 2024-04-25T19:20:25.181Z | + mkdir -p ./out/dendrite-stub |
568 | 2024-04-25T19:20:25.181Z | + fetch_and_verify |
569 | 2024-04-25T19:20:25.181Z | + local DO_DOWNLOAD=true |
570 | 2024-04-25T19:20:25.181Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
571 | 2024-04-25T19:20:25.181Z | + '[' true == true ']' |
572 | 2024-04-25T19:20:25.181Z | Downloading... |
573 | 2024-04-25T19:20:25.181Z | + echo Downloading... |
574 | 2024-04-25T19:20:25.181Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
575 | 2024-04-25T19:20:25.181Z | + 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 |
576 | 2024-04-25T19:20:36.262Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
577 | 2024-04-25T19:20:36.289Z | ++ sha256sum |
578 | 2024-04-25T19:20:36.289Z | ++ awk '{print $1}' |
579 | 2024-04-25T19:20:36.318Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
580 | 2024-04-25T19:20:36.318Z | + [[ 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 ]] |
581 | 2024-04-25T19:20:36.318Z | + do_untar out/downloads/dendrite-stub.tar.gz |
582 | 2024-04-25T19:20:36.318Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
583 | 2024-04-25T19:20:37.097Z | + do_assemble |
584 | 2024-04-25T19:20:37.097Z | + rm -r ./out/dendrite-stub |
585 | 2024-04-25T19:20:37.127Z | + mkdir ./out/dendrite-stub |
586 | 2024-04-25T19:20:37.127Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
587 | 2024-04-25T19:20:37.244Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
588 | 2024-04-25T19:20:37.273Z | + set -o errexit |
589 | 2024-04-25T19:20:37.273Z | +++ dirname ./tools/ci_download_maghemite_mgd |
590 | 2024-04-25T19:20:37.273Z | ++ cd ./tools |
591 | 2024-04-25T19:20:37.273Z | ++ pwd |
592 | 2024-04-25T19:20:37.273Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
593 | 2024-04-25T19:20:37.273Z | ++ basename ./tools/ci_download_maghemite_mgd |
594 | 2024-04-25T19:20:37.274Z | + ARG0=ci_download_maghemite_mgd |
595 | 2024-04-25T19:20:37.274Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
596 | 2024-04-25T19:20:37.274Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
597 | 2024-04-25T19:20:37.274Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
598 | 2024-04-25T19:20:37.274Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
599 | 2024-04-25T19:20:37.274Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
600 | 2024-04-25T19:20:37.274Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
601 | 2024-04-25T19:20:37.274Z | + TARGET_DIR=out |
602 | 2024-04-25T19:20:37.274Z | + DOWNLOAD_DIR=out/downloads |
603 | 2024-04-25T19:20:37.274Z | + DEST_DIR=./out/mgd |
604 | 2024-04-25T19:20:37.274Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
605 | 2024-04-25T19:20:37.274Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
606 | 2024-04-25T19:20:37.275Z | + REPO=oxidecomputer/maghemite |
607 | 2024-04-25T19:20:37.275Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
608 | 2024-04-25T19:20:37.275Z | + main |
609 | 2024-04-25T19:20:37.275Z | + rm -rf out/downloads/root |
610 | 2024-04-25T19:20:37.301Z | + [[ 0 != 0 ]] |
611 | 2024-04-25T19:20:37.302Z | + CIDL_OS=solaris2.11 |
612 | 2024-04-25T19:20:37.302Z | + [[ 0 != 0 ]] |
613 | 2024-04-25T19:20:37.302Z | + configure_os solaris2.11 |
614 | 2024-04-25T19:20:37.302Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2024-04-25T19:20:37.302Z | current directory: /work/oxidecomputer/omicron |
616 | 2024-04-25T19:20:37.302Z | + echo 'configuring based on OS: "solaris2.11"' |
617 | 2024-04-25T19:20:37.302Z | + case "$1" in |
618 | 2024-04-25T19:20:37.302Z | + SET_BINARIES= |
619 | 2024-04-25T19:20:37.302Z | configuring based on OS: "solaris2.11" |
620 | 2024-04-25T19:20:37.302Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2024-04-25T19:20:37.302Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2024-04-25T19:20:37.302Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
623 | 2024-04-25T19:20:37.302Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2024-04-25T19:20:37.303Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
625 | 2024-04-25T19:20:37.303Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
626 | 2024-04-25T19:20:37.303Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
627 | 2024-04-25T19:20:37.303Z | + mkdir -p out/downloads |
628 | 2024-04-25T19:20:37.303Z | Local file: out/downloads/mgd.tar.gz |
629 | 2024-04-25T19:20:37.303Z | + mkdir -p ./out/mgd |
630 | 2024-04-25T19:20:37.303Z | + fetch_and_verify |
631 | 2024-04-25T19:20:37.303Z | + local DO_DOWNLOAD=true |
632 | 2024-04-25T19:20:37.303Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2024-04-25T19:20:37.303Z | + '[' true == true ']' |
634 | 2024-04-25T19:20:37.303Z | + echo Downloading... |
635 | 2024-04-25T19:20:37.303Z | Downloading... |
636 | 2024-04-25T19:20:37.303Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2024-04-25T19:20:37.303Z | + 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 |
638 | 2024-04-25T19:20:47.668Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2024-04-25T19:20:47.698Z | ++ sha256sum |
640 | 2024-04-25T19:20:47.698Z | ++ awk '{print $1}' |
641 | 2024-04-25T19:20:47.698Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
642 | 2024-04-25T19:20:47.699Z | + [[ 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 ]] |
643 | 2024-04-25T19:20:47.699Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2024-04-25T19:20:47.729Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2024-04-25T19:20:48.481Z | + do_assemble |
646 | 2024-04-25T19:20:48.481Z | + rm -r ./out/mgd |
647 | 2024-04-25T19:20:48.518Z | + mkdir ./out/mgd |
648 | 2024-04-25T19:20:48.519Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2024-04-25T19:20:48.579Z | + set -o errexit |
650 | 2024-04-25T19:20:48.627Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2024-04-25T19:20:48.627Z | ++ cd ./tools |
652 | 2024-04-25T19:20:48.628Z | ++ pwd |
653 | 2024-04-25T19:20:48.628Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2024-04-25T19:20:48.628Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2024-04-25T19:20:48.628Z | + ARG0=ci_download_transceiver_control |
656 | 2024-04-25T19:20:48.628Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2024-04-25T19:20:48.628Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-04-25T19:20:48.628Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-04-25T19:20:48.628Z | + TARGET_DIR=out |
660 | 2024-04-25T19:20:48.628Z | + DOWNLOAD_DIR=out/downloads |
661 | 2024-04-25T19:20:48.628Z | + DEST_DIR=./out/transceiver-control |
662 | 2024-04-25T19:20:48.628Z | + BIN_DIR=/opt/oxide/bin |
663 | 2024-04-25T19:20:48.628Z | + BINARY=xcvradm |
664 | 2024-04-25T19:20:48.628Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2024-04-25T19:20:48.628Z | + REPO=oxidecomputer/transceiver-control |
666 | 2024-04-25T19:20:48.628Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2024-04-25T19:20:48.628Z | + main |
668 | 2024-04-25T19:20:48.628Z | + [[ 0 != 0 ]] |
669 | 2024-04-25T19:20:48.628Z | + CIDL_OS=solaris2.11 |
670 | 2024-04-25T19:20:48.628Z | + [[ 0 != 0 ]] |
671 | 2024-04-25T19:20:48.628Z | + configure_os solaris2.11 |
672 | 2024-04-25T19:20:48.628Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2024-04-25T19:20:48.628Z | + echo 'configuring based on OS: "solaris2.11"' |
674 | 2024-04-25T19:20:48.628Z | + case "$1" in |
675 | 2024-04-25T19:20:48.629Z | + SET_BINARIES= |
676 | 2024-04-25T19:20:48.629Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-04-25T19:20:48.629Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-04-25T19:20:48.629Z | current directory: /work/oxidecomputer/omicron |
679 | 2024-04-25T19:20:48.629Z | configuring based on OS: "solaris2.11" |
680 | 2024-04-25T19:20:48.629Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2024-04-25T19:20:48.629Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2024-04-25T19:20:48.629Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2024-04-25T19:20:48.629Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2024-04-25T19:20:48.629Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2024-04-25T19:20:48.629Z | + echo 'Local file: out/downloads/xcvradm.gz' |
686 | 2024-04-25T19:20:48.629Z | + mkdir -p out/downloads |
687 | 2024-04-25T19:20:48.629Z | Local file: out/downloads/xcvradm.gz |
688 | 2024-04-25T19:20:48.629Z | + mkdir -p ./out/transceiver-control |
689 | 2024-04-25T19:20:48.629Z | + fetch_and_verify |
690 | 2024-04-25T19:20:48.629Z | + local DO_DOWNLOAD=true |
691 | 2024-04-25T19:20:48.629Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2024-04-25T19:20:48.629Z | + '[' true == true ']' |
693 | 2024-04-25T19:20:48.629Z | + echo Downloading... |
694 | 2024-04-25T19:20:48.629Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
695 | 2024-04-25T19:20:48.629Z | Downloading... |
696 | 2024-04-25T19:20:48.629Z | + 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 |
697 | 2024-04-25T19:20:49.931Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2024-04-25T19:20:49.960Z | ++ sha256sum |
699 | 2024-04-25T19:20:49.960Z | ++ awk '{print $1}' |
700 | 2024-04-25T19:20:49.960Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2024-04-25T19:20:49.960Z | + [[ 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 ]] |
702 | 2024-04-25T19:20:49.960Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2024-04-25T19:20:49.961Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2024-04-25T19:20:49.961Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2024-04-25T19:20:50.077Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2024-04-25T19:20:50.102Z | + do_assemble |
707 | 2024-04-25T19:20:50.102Z | + rm -r ./out/transceiver-control |
708 | 2024-04-25T19:20:50.102Z | + mkdir ./out/transceiver-control |
709 | 2024-04-25T19:20:50.102Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2024-04-25T19:20:50.183Z | + set -o errexit |
711 | 2024-04-25T19:20:50.231Z | +++ dirname ./tools/ci_download_thundermuffin |
712 | 2024-04-25T19:20:50.231Z | ++ cd ./tools |
713 | 2024-04-25T19:20:50.232Z | ++ pwd |
714 | 2024-04-25T19:20:50.232Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
715 | 2024-04-25T19:20:50.232Z | ++ basename ./tools/ci_download_thundermuffin |
716 | 2024-04-25T19:20:50.232Z | + ARG0=ci_download_thundermuffin |
717 | 2024-04-25T19:20:50.232Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
718 | 2024-04-25T19:20:50.232Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
719 | 2024-04-25T19:20:50.232Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
720 | 2024-04-25T19:20:50.232Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
721 | 2024-04-25T19:20:50.232Z | + TARGET_DIR=out |
722 | 2024-04-25T19:20:50.232Z | + DOWNLOAD_DIR=out/downloads |
723 | 2024-04-25T19:20:50.232Z | + DEST_DIR=./out/thundermuffin |
724 | 2024-04-25T19:20:50.232Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
725 | 2024-04-25T19:20:50.232Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
726 | 2024-04-25T19:20:50.232Z | + REPO=oxidecomputer/thundermuffin |
727 | 2024-04-25T19:20:50.232Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
728 | 2024-04-25T19:20:50.232Z | + main |
729 | 2024-04-25T19:20:50.232Z | + rm -rf out/downloads/root |
730 | 2024-04-25T19:20:50.232Z | + [[ 0 != 0 ]] |
731 | 2024-04-25T19:20:50.232Z | + CIDL_OS=solaris2.11 |
732 | 2024-04-25T19:20:50.232Z | + [[ 0 != 0 ]] |
733 | 2024-04-25T19:20:50.232Z | + configure_os solaris2.11 |
734 | 2024-04-25T19:20:50.232Z | + echo 'current directory: /work/oxidecomputer/omicron' |
735 | 2024-04-25T19:20:50.233Z | + echo 'configuring based on OS: "solaris2.11"' |
736 | 2024-04-25T19:20:50.233Z | + case "$1" in |
737 | 2024-04-25T19:20:50.233Z | + SET_BINARIES= |
738 | 2024-04-25T19:20:50.233Z | current directory: /work/oxidecomputer/omicron |
739 | 2024-04-25T19:20:50.233Z | configuring based on OS: "solaris2.11" |
740 | 2024-04-25T19:20:50.233Z | + CIDL_SHA256FUNC=do_sha256sum |
741 | 2024-04-25T19:20:50.233Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
742 | 2024-04-25T19:20:50.233Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
743 | 2024-04-25T19:20:50.233Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
744 | 2024-04-25T19:20:50.233Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
745 | 2024-04-25T19:20:50.233Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
746 | 2024-04-25T19:20:50.233Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
747 | 2024-04-25T19:20:50.233Z | + mkdir -p out/downloads |
748 | 2024-04-25T19:20:50.233Z | Local file: out/downloads/thundermuffin.tar.gz |
749 | 2024-04-25T19:20:50.233Z | + mkdir -p ./out/thundermuffin |
750 | 2024-04-25T19:20:50.233Z | + fetch_and_verify |
751 | 2024-04-25T19:20:50.233Z | + local DO_DOWNLOAD=true |
752 | 2024-04-25T19:20:50.233Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
753 | 2024-04-25T19:20:50.233Z | + '[' true == true ']' |
754 | 2024-04-25T19:20:50.233Z | + echo Downloading... |
755 | 2024-04-25T19:20:50.233Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
756 | 2024-04-25T19:20:50.233Z | Downloading... |
757 | 2024-04-25T19:20:50.233Z | + 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 |
758 | 2024-04-25T19:20:51.279Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
759 | 2024-04-25T19:20:51.306Z | ++ sha256sum |
760 | 2024-04-25T19:20:51.307Z | ++ awk '{print $1}' |
761 | 2024-04-25T19:20:51.307Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
762 | 2024-04-25T19:20:51.307Z | + [[ 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 ]] |
763 | 2024-04-25T19:20:51.307Z | + do_untar out/downloads/thundermuffin.tar.gz |
764 | 2024-04-25T19:20:51.307Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
765 | 2024-04-25T19:20:51.388Z | + do_assemble |
766 | 2024-04-25T19:20:51.389Z | + rm -r ./out/thundermuffin |
767 | 2024-04-25T19:20:51.419Z | + mkdir ./out/thundermuffin |
768 | 2024-04-25T19:20:51.419Z | + cp -r out/downloads/root ./out/thundermuffin/root |
769 | 2024-04-25T19:20:51.419Z | All prerequisites installed successfully |
770 | 2024-04-25T19:20:51.419Z | |
771 | 2024-04-25T19:20:51.419Z | real 2:07.899496517 |
772 | 2024-04-25T19:20:51.419Z | user 44.138425185 |
773 | 2024-04-25T19:20:51.419Z | sys 12.170575733 |
774 | 2024-04-25T19:20:51.419Z | trap 0.011221060 |
775 | 2024-04-25T19:20:51.419Z | tflt 0.010470800 |
776 | 2024-04-25T19:20:51.420Z | dflt 0.019075434 |
777 | 2024-04-25T19:20:51.420Z | kflt 0.006091545 |
778 | 2024-04-25T19:20:51.420Z | lock 1.902662665 |
779 | 2024-04-25T19:20:51.420Z | slp 4:20.157504189 |
780 | 2024-04-25T19:20:51.420Z | lat 4.775933829 |
781 | 2024-04-25T19:20:51.420Z | stop 0.060244307 |
782 | 2024-04-25T19:20:51.420Z | + ptime -m ./tools/ci_download_softnpu_machinery |
783 | 2024-04-25T19:20:51.421Z | fetching npuzone |
784 | 2024-04-25T19:20:51.421Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
785 | 2024-04-25T19:20:51.421Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
786 | 2024-04-25T19:20:51.421Z | Getting hash for npuzone |
787 | 2024-04-25T19:20:51.968Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
788 | 2024-04-25T19:21:05.442Z | npuzone downloaded successfully |
789 | 2024-04-25T19:21:06.975Z | |
790 | 2024-04-25T19:21:06.975Z | real 14.048976824 |
791 | 2024-04-25T19:21:06.976Z | user 0.402054809 |
792 | 2024-04-25T19:21:06.976Z | sys 0.216241801 |
793 | 2024-04-25T19:21:06.976Z | trap 0.000076609 |
794 | 2024-04-25T19:21:06.976Z | tflt 0.000000000 |
795 | 2024-04-25T19:21:06.976Z | dflt 0.000000000 |
796 | 2024-04-25T19:21:06.976Z | kflt 0.000000000 |
797 | 2024-04-25T19:21:06.976Z | lock 0.000000000 |
798 | 2024-04-25T19:21:06.976Z | slp 41.331825295 |
799 | 2024-04-25T19:21:06.976Z | lat 0.157585624 |
800 | 2024-04-25T19:21:06.976Z | stop 0.000260881 |
801 | 2024-04-25T19:21:06.976Z | + export CARGO_INCREMENTAL=0 |
802 | 2024-04-25T19:21:06.976Z | + CARGO_INCREMENTAL=0 |
803 | 2024-04-25T19:21:06.976Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
804 | 2024-04-25T19:21:06.976Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
805 | 2024-04-25T19:21:07.029Z | Updating git repository `https://github.com/oxidecomputer/zone` |
806 | 2024-04-25T19:21:07.029Z | Updating crates.io index |
807 | 2024-04-25T19:21:07.029Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
808 | 2024-04-25T19:21:07.588Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
809 | 2024-04-25T19:21:08.442Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
810 | 2024-04-25T19:21:10.698Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
811 | 2024-04-25T19:21:11.359Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
812 | 2024-04-25T19:21:13.722Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
813 | 2024-04-25T19:21:15.246Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
814 | 2024-04-25T19:21:16.775Z | Updating git repository `https://github.com/oxidecomputer/opte` |
815 | 2024-04-25T19:21:17.932Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
816 | 2024-04-25T19:21:18.708Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
817 | 2024-04-25T19:21:19.113Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
818 | 2024-04-25T19:21:19.839Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
819 | 2024-04-25T19:21:26.707Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
820 | 2024-04-25T19:21:26.807Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
821 | 2024-04-25T19:21:26.807Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
822 | 2024-04-25T19:21:26.807Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
823 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
824 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
825 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
826 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
827 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
828 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
829 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
830 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
831 | 2024-04-25T19:21:26.838Z | Updating git repository `https://github.com/jgallagher/nix` |
832 | 2024-04-25T19:21:27.023Z | Updating git repository `https://github.com/cbiffle/hubpack` |
833 | 2024-04-25T19:21:27.440Z | Updating git repository `https://github.com/oxidecomputer/typify` |
834 | 2024-04-25T19:21:29.639Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
835 | 2024-04-25T19:21:30.096Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
836 | 2024-04-25T19:21:30.514Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
837 | 2024-04-25T19:21:31.172Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
838 | 2024-04-25T19:21:32.686Z | Downloading crates ... |
839 | 2024-04-25T19:21:32.822Z | Downloaded anstyle-parse v0.2.1 |
840 | 2024-04-25T19:21:32.847Z | Downloaded aead v0.5.2 |
841 | 2024-04-25T19:21:32.847Z | Downloaded ascii-canvas v3.0.0 |
842 | 2024-04-25T19:21:32.847Z | Downloaded headers-core v0.2.0 |
843 | 2024-04-25T19:21:32.847Z | Downloaded arrayref v0.3.7 |
844 | 2024-04-25T19:21:32.847Z | Downloaded hostname v0.3.1 |
845 | 2024-04-25T19:21:32.847Z | Downloaded http v0.2.12 |
846 | 2024-04-25T19:21:32.872Z | Downloaded ident_case v1.0.1 |
847 | 2024-04-25T19:21:32.872Z | Downloaded hyper-rustls v0.24.2 |
848 | 2024-04-25T19:21:32.872Z | Downloaded instant v0.1.12 |
849 | 2024-04-25T19:21:32.898Z | Downloaded mockall v0.12.1 |
850 | 2024-04-25T19:21:32.898Z | Downloaded sync_wrapper v0.1.2 |
851 | 2024-04-25T19:21:32.926Z | Downloaded foreign-types-shared v0.3.1 |
852 | 2024-04-25T19:21:32.927Z | Downloaded futures-core v0.3.30 |
853 | 2024-04-25T19:21:32.954Z | Downloaded pretty-hex v0.4.1 |
854 | 2024-04-25T19:21:32.954Z | Downloaded proc-macro-error v1.0.4 |
855 | 2024-04-25T19:21:32.995Z | Downloaded serde_urlencoded v0.7.1 |
856 | 2024-04-25T19:21:32.996Z | Downloaded num-conv v0.1.0 |
857 | 2024-04-25T19:21:33.029Z | Downloaded untrusted v0.9.0 |
858 | 2024-04-25T19:21:33.030Z | Downloaded oso-derive v0.27.3 |
859 | 2024-04-25T19:21:33.030Z | Downloaded number_prefix v0.4.0 |
860 | 2024-04-25T19:21:33.030Z | Downloaded parse-display-derive v0.9.0 |
861 | 2024-04-25T19:21:33.030Z | Downloaded peeking_take_while v0.1.2 |
862 | 2024-04-25T19:21:33.030Z | Downloaded rand_xorshift v0.3.0 |
863 | 2024-04-25T19:21:33.030Z | Downloaded resolv-conf v0.7.0 |
864 | 2024-04-25T19:21:33.055Z | Downloaded zone_cfg_derive v0.1.2 |
865 | 2024-04-25T19:21:33.055Z | Downloaded diesel_table_macro_syntax v0.1.0 |
866 | 2024-04-25T19:21:33.055Z | Downloaded password-hash v0.5.0 |
867 | 2024-04-25T19:21:33.055Z | Downloaded crunchy v0.2.2 |
868 | 2024-04-25T19:21:33.055Z | Downloaded dirs-next v2.0.0 |
869 | 2024-04-25T19:21:33.055Z | Downloaded defmt v0.3.5 |
870 | 2024-04-25T19:21:33.081Z | Downloaded digest v0.10.7 |
871 | 2024-04-25T19:21:33.081Z | Downloaded derive_builder_core v0.20.0 |
872 | 2024-04-25T19:21:33.081Z | Downloaded darling_core v0.20.8 |
873 | 2024-04-25T19:21:33.105Z | Downloaded diesel_derives v2.1.2 |
874 | 2024-04-25T19:21:33.105Z | Downloaded derive_more v0.99.17 |
875 | 2024-04-25T19:21:33.130Z | Downloaded der v0.7.8 |
876 | 2024-04-25T19:21:33.130Z | Downloaded curve25519-dalek v4.1.2 |
877 | 2024-04-25T19:21:33.154Z | Downloaded csv v1.3.0 |
878 | 2024-04-25T19:21:33.183Z | Downloaded smoltcp v0.9.1 |
879 | 2024-04-25T19:21:33.210Z | Downloaded diesel v2.1.6 |
880 | 2024-04-25T19:21:33.252Z | Downloaded zerocopy-derive v0.6.6 |
881 | 2024-04-25T19:21:33.750Z | Downloaded sha3 v0.10.8 |
882 | 2024-04-25T19:21:33.750Z | Downloaded tokio v1.37.0 |
883 | 2024-04-25T19:21:33.750Z | Downloaded zerocopy-derive v0.2.0 |
884 | 2024-04-25T19:21:33.750Z | Downloaded ratatui v0.26.2 |
885 | 2024-04-25T19:21:33.750Z | Downloaded libc v0.2.153 |
886 | 2024-04-25T19:21:33.750Z | Downloaded smoltcp v0.11.0 |
887 | 2024-04-25T19:21:33.750Z | Downloaded regress v0.9.1 |
888 | 2024-04-25T19:21:33.750Z | Downloaded regex-syntax v0.8.2 |
889 | 2024-04-25T19:21:33.751Z | Downloaded openapiv3 v2.0.0 |
890 | 2024-04-25T19:21:33.751Z | Downloaded ring v0.17.8 |
891 | 2024-04-25T19:21:33.751Z | Downloaded ring v0.16.20 |
892 | 2024-04-25T19:21:33.751Z | Downloaded regex-syntax v0.6.29 |
893 | 2024-04-25T19:21:33.751Z | Downloaded radix_trie v0.2.1 |
894 | 2024-04-25T19:21:33.751Z | Downloaded openssl v0.10.64 |
895 | 2024-04-25T19:21:33.751Z | Downloaded encoding_rs v0.8.33 |
896 | 2024-04-25T19:21:33.751Z | Downloaded sled v0.34.7 |
897 | 2024-04-25T19:21:33.775Z | Downloaded zerocopy v0.7.32 |
898 | 2024-04-25T19:21:33.775Z | Downloaded rustix v0.38.31 |
899 | 2024-04-25T19:21:33.799Z | Downloaded reqwest v0.11.24 |
900 | 2024-04-25T19:21:33.799Z | Downloaded rayon v1.10.0 |
901 | 2024-04-25T19:21:33.799Z | Downloaded trust-dns-proto v0.22.0 |
902 | 2024-04-25T19:21:33.824Z | Downloaded crossterm v0.27.0 |
903 | 2024-04-25T19:21:33.824Z | Downloaded rustls v0.22.4 |
904 | 2024-04-25T19:21:33.852Z | Downloaded rustls v0.21.9 |
905 | 2024-04-25T19:21:33.877Z | Downloaded reedline v0.31.0 |
906 | 2024-04-25T19:21:33.877Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
907 | 2024-04-25T19:21:33.877Z | Downloaded x509-cert v0.2.4 |
908 | 2024-04-25T19:21:33.903Z | Downloaded rustls-webpki v0.101.7 |
909 | 2024-04-25T19:21:33.904Z | Downloaded object v0.32.1 |
910 | 2024-04-25T19:21:33.929Z | Downloaded object v0.30.4 |
911 | 2024-04-25T19:21:33.929Z | Downloaded sqlparser v0.45.0 |
912 | 2024-04-25T19:21:33.956Z | Downloaded hashbrown v0.14.3 |
913 | 2024-04-25T19:21:33.956Z | Downloaded regex-automata v0.4.5 |
914 | 2024-04-25T19:21:35.352Z | Downloaded nix v0.28.0 |
915 | 2024-04-25T19:21:35.352Z | Downloaded zip v0.6.6 |
916 | 2024-04-25T19:21:35.352Z | Downloaded rand v0.8.5 |
917 | 2024-04-25T19:21:35.352Z | Downloaded quick-xml v0.31.0 |
918 | 2024-04-25T19:21:35.352Z | Downloaded proptest v1.4.0 |
919 | 2024-04-25T19:21:35.352Z | Downloaded gimli v0.28.0 |
920 | 2024-04-25T19:21:35.352Z | Downloaded derive-where v1.2.7 |
921 | 2024-04-25T19:21:35.352Z | Downloaded der_derive v0.7.2 |
922 | 2024-04-25T19:21:35.352Z | Downloaded zerocopy v0.6.6 |
923 | 2024-04-25T19:21:35.352Z | Downloaded snafu v0.8.2 |
924 | 2024-04-25T19:21:35.352Z | Downloaded salty v0.2.0 |
925 | 2024-04-25T19:21:35.352Z | Downloaded rustyline v14.0.0 |
926 | 2024-04-25T19:21:35.352Z | Downloaded rayon-core v1.12.1 |
927 | 2024-04-25T19:21:35.352Z | Downloaded schemars v0.8.16 |
928 | 2024-04-25T19:21:35.352Z | Downloaded ron v0.7.1 |
929 | 2024-04-25T19:21:35.352Z | Downloaded webpki-roots v0.25.2 |
930 | 2024-04-25T19:21:35.352Z | Downloaded derive_builder v0.20.0 |
931 | 2024-04-25T19:21:35.352Z | Downloaded crypto-bigint v0.5.2 |
932 | 2024-04-25T19:21:35.352Z | Downloaded yasna v0.5.2 |
933 | 2024-04-25T19:21:35.353Z | Downloaded rsa v0.9.2 |
934 | 2024-04-25T19:21:35.353Z | Downloaded ron v0.8.1 |
935 | 2024-04-25T19:21:35.353Z | Downloaded rcgen v0.12.1 |
936 | 2024-04-25T19:21:35.353Z | Downloaded publicsuffix v2.2.3 |
937 | 2024-04-25T19:21:35.353Z | Downloaded pest v2.7.6 |
938 | 2024-04-25T19:21:35.353Z | Downloaded syn v2.0.59 |
939 | 2024-04-25T19:21:35.353Z | Downloaded difflib v0.4.0 |
940 | 2024-04-25T19:21:35.353Z | Downloaded diff v0.1.13 |
941 | 2024-04-25T19:21:35.353Z | Downloaded deranged v0.3.11 |
942 | 2024-04-25T19:21:35.353Z | Downloaded defmt-parser v0.3.3 |
943 | 2024-04-25T19:21:35.353Z | Downloaded defmt-macros v0.3.6 |
944 | 2024-04-25T19:21:35.353Z | Downloaded debug-ignore v1.0.5 |
945 | 2024-04-25T19:21:35.353Z | Downloaded data-encoding v2.4.0 |
946 | 2024-04-25T19:21:35.353Z | Downloaded darling v0.20.8 |
947 | 2024-04-25T19:21:35.353Z | Downloaded csv-core v0.1.11 |
948 | 2024-04-25T19:21:35.353Z | Downloaded crypto-common v0.1.6 |
949 | 2024-04-25T19:21:35.353Z | Downloaded zerocopy-derive v0.7.32 |
950 | 2024-04-25T19:21:35.353Z | Downloaded zerocopy v0.3.0 |
951 | 2024-04-25T19:21:35.353Z | Downloaded usdt-impl v0.3.5 |
952 | 2024-04-25T19:21:35.353Z | Downloaded smallvec v1.13.1 |
953 | 2024-04-25T19:21:35.353Z | Downloaded samael v0.0.15 |
954 | 2024-04-25T19:21:35.353Z | Downloaded unicode_categories v0.1.1 |
955 | 2024-04-25T19:21:35.353Z | Downloaded zone v0.1.8 |
956 | 2024-04-25T19:21:35.353Z | Downloaded zeroize_derive v1.4.2 |
957 | 2024-04-25T19:21:35.354Z | Downloaded zeroize v1.7.0 |
958 | 2024-04-25T19:21:35.354Z | Downloaded xattr v1.0.1 |
959 | 2024-04-25T19:21:35.354Z | Downloaded smallvec v0.6.14 |
960 | 2024-04-25T19:21:35.354Z | Downloaded ryu v1.0.15 |
961 | 2024-04-25T19:21:35.354Z | Downloaded rustc-demangle v0.1.23 |
962 | 2024-04-25T19:21:35.354Z | Downloaded goblin v0.8.0 |
963 | 2024-04-25T19:21:35.354Z | Downloaded syn v1.0.109 |
964 | 2024-04-25T19:21:35.354Z | Downloaded darling_macro v0.20.8 |
965 | 2024-04-25T19:21:35.354Z | Downloaded curve25519-dalek-derive v0.1.0 |
966 | 2024-04-25T19:21:35.354Z | Downloaded cstr-argument v0.1.2 |
967 | 2024-04-25T19:21:35.354Z | Downloaded crucible-workspace-hack v0.1.0 |
968 | 2024-04-25T19:21:35.354Z | Downloaded usdt v0.5.0 |
969 | 2024-04-25T19:21:35.354Z | Downloaded usdt v0.3.5 |
970 | 2024-04-25T19:21:35.354Z | Downloaded same-file v1.0.6 |
971 | 2024-04-25T19:21:35.354Z | Downloaded rustc_version v0.1.7 |
972 | 2024-04-25T19:21:35.354Z | Downloaded rtoolbox v0.0.1 |
973 | 2024-04-25T19:21:35.354Z | Downloaded rpassword v7.3.1 |
974 | 2024-04-25T19:21:35.354Z | Downloaded hashbrown v0.12.3 |
975 | 2024-04-25T19:21:35.354Z | Downloaded h2 v0.3.26 |
976 | 2024-04-25T19:21:35.354Z | Downloaded smf v0.2.3 |
977 | 2024-04-25T19:21:35.354Z | Downloaded smawk v0.3.1 |
978 | 2024-04-25T19:21:35.354Z | Downloaded scheduled-thread-pool v0.2.7 |
979 | 2024-04-25T19:21:35.354Z | Downloaded rustls-pki-types v1.3.0 |
980 | 2024-04-25T19:21:35.354Z | Downloaded rustls-pemfile v2.1.2 |
981 | 2024-04-25T19:21:35.355Z | Downloaded rustls-pemfile v1.0.3 |
982 | 2024-04-25T19:21:35.355Z | Downloaded rustc-hash v1.1.0 |
983 | 2024-04-25T19:21:35.355Z | Downloaded proc-macro2 v1.0.81 |
984 | 2024-04-25T19:21:35.355Z | Downloaded dof v0.3.0 |
985 | 2024-04-25T19:21:35.355Z | Downloaded openssl-sys v0.9.102 |
986 | 2024-04-25T19:21:35.355Z | Downloaded steno v0.4.0 |
987 | 2024-04-25T19:21:35.355Z | Downloaded hashbrown v0.13.2 |
988 | 2024-04-25T19:21:35.355Z | Downloaded futures-util v0.3.30 |
989 | 2024-04-25T19:21:35.355Z | Downloaded unicode-normalization v0.1.22 |
990 | 2024-04-25T19:21:35.355Z | Downloaded tabled v0.15.0 |
991 | 2024-04-25T19:21:35.355Z | Downloaded bstr v1.9.0 |
992 | 2024-04-25T19:21:35.355Z | Downloaded derive_builder_macro v0.20.0 |
993 | 2024-04-25T19:21:35.355Z | Downloaded rand_core v0.6.4 |
994 | 2024-04-25T19:21:35.355Z | Downloaded rand_chacha v0.3.1 |
995 | 2024-04-25T19:21:35.355Z | Downloaded quote v1.0.36 |
996 | 2024-04-25T19:21:35.355Z | Downloaded quick-error v1.2.3 |
997 | 2024-04-25T19:21:35.355Z | Downloaded pem-rfc7468 v0.7.0 |
998 | 2024-04-25T19:21:35.355Z | Downloaded peg-macros v0.8.2 |
999 | 2024-04-25T19:21:35.355Z | Downloaded peg v0.8.2 |
1000 | 2024-04-25T19:21:35.355Z | Downloaded display-error-chain v0.2.0 |
1001 | 2024-04-25T19:21:35.355Z | Downloaded polar-core v0.27.3 |
1002 | 2024-04-25T19:21:35.355Z | Downloaded usdt-attr-macro v0.5.0 |
1003 | 2024-04-25T19:21:35.355Z | Downloaded usdt-attr-macro v0.3.5 |
1004 | 2024-04-25T19:21:35.355Z | Downloaded psl-types v2.0.11 |
1005 | 2024-04-25T19:21:35.356Z | Downloaded proc-macro-error-attr v1.0.4 |
1006 | 2024-04-25T19:21:35.356Z | Downloaded percent-encoding v2.3.1 |
1007 | 2024-04-25T19:21:35.356Z | Downloaded pem v3.0.4 |
1008 | 2024-04-25T19:21:35.356Z | Downloaded dof v0.1.5 |
1009 | 2024-04-25T19:21:35.356Z | Downloaded parking_lot_core v0.9.8 |
1010 | 2024-04-25T19:21:35.356Z | Downloaded parking_lot_core v0.8.6 |
1011 | 2024-04-25T19:21:35.356Z | Downloaded papergrid v0.11.0 |
1012 | 2024-04-25T19:21:35.356Z | Downloaded elliptic-curve v0.13.8 |
1013 | 2024-04-25T19:21:35.356Z | Downloaded serde_json v1.0.116 |
1014 | 2024-04-25T19:21:35.405Z | Downloaded petgraph v0.6.4 |
1015 | 2024-04-25T19:21:35.405Z | Downloaded paste v1.0.14 |
1016 | 2024-04-25T19:21:35.405Z | Downloaded ed25519 v1.5.3 |
1017 | 2024-04-25T19:21:35.405Z | Downloaded dyn-clone v1.0.17 |
1018 | 2024-04-25T19:21:35.405Z | Downloaded dtrace-parser v0.1.14 |
1019 | 2024-04-25T19:21:35.405Z | Downloaded dirs-sys-next v0.1.2 |
1020 | 2024-04-25T19:21:35.406Z | Downloaded oso v0.27.3 |
1021 | 2024-04-25T19:21:35.406Z | Downloaded omicron-zone-package v0.11.0 |
1022 | 2024-04-25T19:21:35.406Z | Downloaded env_logger v0.10.0 |
1023 | 2024-04-25T19:21:35.406Z | Downloaded unicode-segmentation v1.10.1 |
1024 | 2024-04-25T19:21:35.406Z | Downloaded rand_seeder v0.2.3 |
1025 | 2024-04-25T19:21:35.406Z | Downloaded radium v0.7.0 |
1026 | 2024-04-25T19:21:35.406Z | Downloaded r2d2 v0.8.10 |
1027 | 2024-04-25T19:21:35.407Z | Downloaded peg-runtime v0.8.2 |
1028 | 2024-04-25T19:21:35.407Z | Downloaded once_cell v1.19.0 |
1029 | 2024-04-25T19:21:35.407Z | Downloaded erased-serde v0.3.31 |
1030 | 2024-04-25T19:21:35.407Z | Downloaded url v2.5.0 |
1031 | 2024-04-25T19:21:35.407Z | Downloaded path-slash v0.1.5 |
1032 | 2024-04-25T19:21:35.407Z | Downloaded parse-size v1.0.0 |
1033 | 2024-04-25T19:21:35.408Z | Downloaded dtrace-parser v0.2.0 |
1034 | 2024-04-25T19:21:35.411Z | Downloaded downcast v0.11.0 |
1035 | 2024-04-25T19:21:35.412Z | Downloaded parking_lot v0.12.1 |
1036 | 2024-04-25T19:21:35.412Z | Downloaded parking_lot v0.11.2 |
1037 | 2024-04-25T19:21:35.412Z | Downloaded env_logger v0.9.3 |
1038 | 2024-04-25T19:21:35.412Z | Downloaded unsafe-libyaml v0.2.10 |
1039 | 2024-04-25T19:21:35.412Z | Downloaded typed-path v0.7.0 |
1040 | 2024-04-25T19:21:35.412Z | Downloaded trust-dns-server v0.22.1 |
1041 | 2024-04-25T19:21:35.412Z | Downloaded parse-display v0.9.0 |
1042 | 2024-04-25T19:21:35.412Z | Downloaded packed_struct_codegen v0.10.1 |
1043 | 2024-04-25T19:21:35.412Z | Downloaded packed_struct v0.10.1 |
1044 | 2024-04-25T19:21:35.413Z | Downloaded owo-colors v4.0.0 |
1045 | 2024-04-25T19:21:35.413Z | Downloaded olpc-cjson v0.1.3 |
1046 | 2024-04-25T19:21:35.413Z | Downloaded num_enum v0.5.11 |
1047 | 2024-04-25T19:21:35.413Z | Downloaded num_cpus v1.16.0 |
1048 | 2024-04-25T19:21:35.413Z | Downloaded expectorate v1.1.0 |
1049 | 2024-04-25T19:21:35.413Z | Downloaded trust-dns-resolver v0.22.0 |
1050 | 2024-04-25T19:21:35.414Z | Downloaded portable-atomic v1.4.3 |
1051 | 2024-04-25T19:21:35.414Z | Downloaded num_threads v0.1.6 |
1052 | 2024-04-25T19:21:35.414Z | Downloaded num_enum_derive v0.5.11 |
1053 | 2024-04-25T19:21:35.414Z | Downloaded errno v0.3.8 |
1054 | 2024-04-25T19:21:35.414Z | Downloaded enum-as-inner v0.5.1 |
1055 | 2024-04-25T19:21:35.415Z | Downloaded ena v0.14.2 |
1056 | 2024-04-25T19:21:35.415Z | Downloaded embedded-io v0.4.0 |
1057 | 2024-04-25T19:21:35.415Z | Downloaded either v1.11.0 |
1058 | 2024-04-25T19:21:35.415Z | Downloaded serde v1.0.198 |
1059 | 2024-04-25T19:21:35.415Z | Downloaded trust-dns-client v0.22.0 |
1060 | 2024-04-25T19:21:35.416Z | Downloaded tracing-core v0.1.32 |
1061 | 2024-04-25T19:21:35.416Z | Downloaded time v0.3.34 |
1062 | 2024-04-25T19:21:35.416Z | Downloaded winnow v0.6.1 |
1063 | 2024-04-25T19:21:35.416Z | Downloaded openssl-probe v0.1.5 |
1064 | 2024-04-25T19:21:35.416Z | Downloaded openssl-macros v0.1.1 |
1065 | 2024-04-25T19:21:35.416Z | Downloaded opaque-debug v0.3.0 |
1066 | 2024-04-25T19:21:35.417Z | Downloaded equivalent v1.0.1 |
1067 | 2024-04-25T19:21:35.417Z | Downloaded endian-type v0.1.2 |
1068 | 2024-04-25T19:21:35.417Z | Downloaded spki v0.7.2 |
1069 | 2024-04-25T19:21:35.417Z | Downloaded spin v0.9.8 |
1070 | 2024-04-25T19:21:35.417Z | Downloaded socket2 v0.5.6 |
1071 | 2024-04-25T19:21:35.418Z | Downloaded socket2 v0.4.9 |
1072 | 2024-04-25T19:21:35.418Z | Downloaded snafu-derive v0.8.2 |
1073 | 2024-04-25T19:21:35.418Z | Downloaded num-traits v0.2.18 |
1074 | 2024-04-25T19:21:35.418Z | Downloaded num-rational v0.4.1 |
1075 | 2024-04-25T19:21:35.418Z | Downloaded half v2.3.1 |
1076 | 2024-04-25T19:21:35.419Z | Downloaded getrandom v0.2.12 |
1077 | 2024-04-25T19:21:35.419Z | Downloaded futures-task v0.3.30 |
1078 | 2024-04-25T19:21:35.419Z | Downloaded futures-macro v0.3.30 |
1079 | 2024-04-25T19:21:35.419Z | Downloaded signal-hook v0.3.17 |
1080 | 2024-04-25T19:21:35.419Z | Downloaded serde_derive v1.0.198 |
1081 | 2024-04-25T19:21:35.420Z | Downloaded unicode-bidi v0.3.15 |
1082 | 2024-04-25T19:21:35.420Z | Downloaded tungstenite v0.21.0 |
1083 | 2024-04-25T19:21:35.420Z | Downloaded tungstenite v0.20.1 |
1084 | 2024-04-25T19:21:35.420Z | Downloaded tracing v0.1.40 |
1085 | 2024-04-25T19:21:35.420Z | Downloaded tokio-postgres v0.7.10 |
1086 | 2024-04-25T19:21:35.420Z | Downloaded winnow v0.5.15 |
1087 | 2024-04-25T19:21:35.421Z | Downloaded vcpkg v0.2.15 |
1088 | 2024-04-25T19:21:35.421Z | Downloaded tokio-util v0.7.10 |
1089 | 2024-04-25T19:21:35.421Z | Downloaded regex v1.10.4 |
1090 | 2024-04-25T19:21:35.421Z | Downloaded untrusted v0.7.1 |
1091 | 2024-04-25T19:21:35.421Z | Downloaded universal-hash v0.5.1 |
1092 | 2024-04-25T19:21:35.421Z | Downloaded unicode-xid v0.2.4 |
1093 | 2024-04-25T19:21:35.422Z | Downloaded static_assertions v1.1.0 |
1094 | 2024-04-25T19:21:35.422Z | Downloaded stable_deref_trait v1.2.0 |
1095 | 2024-04-25T19:21:35.422Z | Downloaded stability v0.2.0 |
1096 | 2024-04-25T19:21:35.422Z | Downloaded sqlparser_derive v0.2.2 |
1097 | 2024-04-25T19:21:35.422Z | Downloaded sqlformat v0.2.3 |
1098 | 2024-04-25T19:21:35.422Z | Downloaded spin v0.5.2 |
1099 | 2024-04-25T19:21:35.423Z | Downloaded num-iter v0.1.44 |
1100 | 2024-04-25T19:21:35.423Z | Downloaded num-integer v0.1.46 |
1101 | 2024-04-25T19:21:35.423Z | Downloaded num-derive v0.4.0 |
1102 | 2024-04-25T19:21:35.423Z | Downloaded num-complex v0.4.5 |
1103 | 2024-04-25T19:21:35.423Z | Downloaded hash32 v0.3.1 |
1104 | 2024-04-25T19:21:35.423Z | Downloaded group v0.13.0 |
1105 | 2024-04-25T19:21:35.424Z | Downloaded globset v0.4.13 |
1106 | 2024-04-25T19:21:35.424Z | Downloaded glob v0.3.1 |
1107 | 2024-04-25T19:21:35.424Z | Downloaded getopts v0.2.21 |
1108 | 2024-04-25T19:21:35.424Z | Downloaded gethostname v0.4.3 |
1109 | 2024-04-25T19:21:35.424Z | Downloaded generic-array v0.14.7 |
1110 | 2024-04-25T19:21:35.425Z | Downloaded futures-sink v0.3.30 |
1111 | 2024-04-25T19:21:35.425Z | Downloaded futures-io v0.3.30 |
1112 | 2024-04-25T19:21:35.425Z | Downloaded futures-executor v0.3.30 |
1113 | 2024-04-25T19:21:35.425Z | Downloaded fallible-iterator v0.2.0 |
1114 | 2024-04-25T19:21:35.480Z | Downloaded slog-term v2.9.1 |
1115 | 2024-04-25T19:21:35.481Z | Downloaded signal-hook-tokio v0.3.1 |
1116 | 2024-04-25T19:21:35.481Z | Downloaded sha1 v0.10.6 |
1117 | 2024-04-25T19:21:35.481Z | Downloaded serde_spanned v0.6.5 |
1118 | 2024-04-25T19:21:35.481Z | Downloaded serde_repr v0.1.16 |
1119 | 2024-04-25T19:21:35.481Z | Downloaded serde_plain v1.0.2 |
1120 | 2024-04-25T19:21:35.481Z | Downloaded serde_path_to_error v0.1.16 |
1121 | 2024-04-25T19:21:35.481Z | Downloaded serde_derive_internals v0.26.0 |
1122 | 2024-04-25T19:21:35.481Z | Downloaded serde_arrays v0.1.0 |
1123 | 2024-04-25T19:21:35.481Z | Downloaded semver v1.0.22 |
1124 | 2024-04-25T19:21:35.481Z | Downloaded scroll v0.12.0 |
1125 | 2024-04-25T19:21:35.481Z | Downloaded scopeguard v1.2.0 |
1126 | 2024-04-25T19:21:35.482Z | Downloaded unicode-ident v1.0.12 |
1127 | 2024-04-25T19:21:35.482Z | Downloaded ucd-trie v0.1.6 |
1128 | 2024-04-25T19:21:35.482Z | Downloaded typenum v1.16.0 |
1129 | 2024-04-25T19:21:35.482Z | Downloaded tokio-rustls v0.24.1 |
1130 | 2024-04-25T19:21:35.482Z | Downloaded tinyvec v1.6.0 |
1131 | 2024-04-25T19:21:35.482Z | Downloaded textwrap v0.16.1 |
1132 | 2024-04-25T19:21:35.482Z | Downloaded test-strategy v0.3.1 |
1133 | 2024-04-25T19:21:35.482Z | Downloaded tar v0.4.40 |
1134 | 2024-04-25T19:21:35.482Z | Downloaded tough v0.17.1 |
1135 | 2024-04-25T19:21:35.482Z | Downloaded rustls-webpki v0.102.1 |
1136 | 2024-04-25T19:21:35.482Z | Downloaded hash32 v0.2.1 |
1137 | 2024-04-25T19:21:35.482Z | Downloaded fxhash v0.2.1 |
1138 | 2024-04-25T19:21:35.482Z | Downloaded slog-stdlog v4.1.1 |
1139 | 2024-04-25T19:21:35.482Z | Downloaded slog-scope v4.4.0 |
1140 | 2024-04-25T19:21:35.482Z | Downloaded slog-json v2.6.1 |
1141 | 2024-04-25T19:21:35.482Z | Downloaded signature v1.6.4 |
1142 | 2024-04-25T19:21:35.482Z | Downloaded signal-hook-registry v1.4.1 |
1143 | 2024-04-25T19:21:35.482Z | Downloaded signal-hook-mio v0.2.3 |
1144 | 2024-04-25T19:21:35.482Z | Downloaded shlex v1.3.0 |
1145 | 2024-04-25T19:21:35.482Z | Downloaded shell-words v1.1.0 |
1146 | 2024-04-25T19:21:35.482Z | Downloaded sha2 v0.10.8 |
1147 | 2024-04-25T19:21:35.482Z | Downloaded serde_tokenstream v0.2.0 |
1148 | 2024-04-25T19:21:35.482Z | Downloaded serde_tokenstream v0.1.7 |
1149 | 2024-04-25T19:21:35.482Z | Downloaded serde-hex v0.1.0 |
1150 | 2024-04-25T19:21:35.483Z | Downloaded serde-big-array v0.5.1 |
1151 | 2024-04-25T19:21:35.483Z | Downloaded serde-big-array v0.4.1 |
1152 | 2024-04-25T19:21:35.483Z | Downloaded schemars_derive v0.8.16 |
1153 | 2024-04-25T19:21:35.483Z | Downloaded unicode-width v0.1.11 |
1154 | 2024-04-25T19:21:35.483Z | Downloaded unicode-linebreak v0.1.5 |
1155 | 2024-04-25T19:21:35.483Z | Downloaded tui-tree-widget v0.19.0 |
1156 | 2024-04-25T19:21:35.483Z | Downloaded tracing-attributes v0.1.27 |
1157 | 2024-04-25T19:21:35.483Z | Downloaded tokio-tungstenite v0.20.1 |
1158 | 2024-04-25T19:21:35.483Z | Downloaded tokio-stream v0.1.15 |
1159 | 2024-04-25T19:21:35.483Z | Downloaded tokio-rustls v0.25.0 |
1160 | 2024-04-25T19:21:35.483Z | Downloaded time-macros v0.2.17 |
1161 | 2024-04-25T19:21:35.483Z | Downloaded time-core v0.1.2 |
1162 | 2024-04-25T19:21:35.483Z | Downloaded thread_local v1.1.7 |
1163 | 2024-04-25T19:21:35.483Z | Downloaded thread-id v4.2.0 |
1164 | 2024-04-25T19:21:35.483Z | Downloaded thiserror-no-std v2.0.2 |
1165 | 2024-04-25T19:21:35.483Z | Downloaded thiserror-impl-no-std v2.0.2 |
1166 | 2024-04-25T19:21:35.483Z | Downloaded thiserror-impl v1.0.58 |
1167 | 2024-04-25T19:21:35.483Z | Downloaded thiserror v1.0.58 |
1168 | 2024-04-25T19:21:35.483Z | Downloaded termios v0.3.3 |
1169 | 2024-04-25T19:21:35.483Z | Downloaded terminal_size v0.3.0 |
1170 | 2024-04-25T19:21:35.483Z | Downloaded termcolor v1.2.0 |
1171 | 2024-04-25T19:21:35.483Z | Downloaded term v0.7.0 |
1172 | 2024-04-25T19:21:35.483Z | Downloaded tempfile v3.10.1 |
1173 | 2024-04-25T19:21:35.484Z | Downloaded tap v1.0.1 |
1174 | 2024-04-25T19:21:35.484Z | Downloaded tabwriter v1.4.0 |
1175 | 2024-04-25T19:21:35.484Z | Downloaded tabled_derive v0.7.0 |
1176 | 2024-04-25T19:21:35.484Z | Downloaded structmeta-derive v0.3.0 |
1177 | 2024-04-25T19:21:35.484Z | Downloaded structmeta v0.3.0 |
1178 | 2024-04-25T19:21:35.484Z | Downloaded structmeta v0.2.0 |
1179 | 2024-04-25T19:21:35.484Z | Downloaded strsim v0.11.0 |
1180 | 2024-04-25T19:21:35.484Z | Downloaded strip-ansi-escapes v0.2.0 |
1181 | 2024-04-25T19:21:35.484Z | Downloaded toml_edit v0.22.9 |
1182 | 2024-04-25T19:21:35.484Z | Downloaded itertools v0.12.1 |
1183 | 2024-04-25T19:21:35.484Z | Downloaded hyper v0.14.28 |
1184 | 2024-04-25T19:21:35.484Z | Downloaded clap_builder v4.5.2 |
1185 | 2024-04-25T19:21:35.484Z | Downloaded bindgen v0.69.2 |
1186 | 2024-04-25T19:21:35.484Z | Downloaded unicase v2.7.0 |
1187 | 2024-04-25T19:21:35.484Z | Downloaded unarray v0.1.4 |
1188 | 2024-04-25T19:21:35.484Z | Downloaded try-lock v0.2.4 |
1189 | 2024-04-25T19:21:35.484Z | Downloaded tower-service v0.3.2 |
1190 | 2024-04-25T19:21:35.484Z | Downloaded tokio-native-tls v0.3.1 |
1191 | 2024-04-25T19:21:35.484Z | Downloaded tokio-macros v2.2.0 |
1192 | 2024-04-25T19:21:35.484Z | Downloaded tinyvec_macros v0.1.1 |
1193 | 2024-04-25T19:21:35.484Z | Downloaded tiny-keccak v2.0.2 |
1194 | 2024-04-25T19:21:35.484Z | Downloaded termtree v0.4.1 |
1195 | 2024-04-25T19:21:35.484Z | Downloaded take_mut v0.2.2 |
1196 | 2024-04-25T19:21:35.484Z | Downloaded strum v0.26.2 |
1197 | 2024-04-25T19:21:35.485Z | Downloaded structmeta-derive v0.2.0 |
1198 | 2024-04-25T19:21:35.485Z | Downloaded strsim v0.10.0 |
1199 | 2024-04-25T19:21:35.485Z | Downloaded stringprep v0.1.3 |
1200 | 2024-04-25T19:21:35.485Z | Downloaded string_cache v0.8.7 |
1201 | 2024-04-25T19:21:35.485Z | Downloaded prettyplease v0.2.19 |
1202 | 2024-04-25T19:21:35.485Z | Downloaded postgres-protocol v0.6.6 |
1203 | 2024-04-25T19:21:35.485Z | Downloaded postcard v1.0.8 |
1204 | 2024-04-25T19:21:35.485Z | Downloaded poly1305 v0.8.0 |
1205 | 2024-04-25T19:21:35.485Z | Downloaded platforms v3.0.2 |
1206 | 2024-04-25T19:21:35.485Z | Downloaded pkg-config v0.3.27 |
1207 | 2024-04-25T19:21:35.485Z | Downloaded pkcs8 v0.10.2 |
1208 | 2024-04-25T19:21:35.485Z | Downloaded pkcs1 v0.7.5 |
1209 | 2024-04-25T19:21:35.485Z | Downloaded pin-project-lite v0.2.13 |
1210 | 2024-04-25T19:21:35.485Z | Downloaded pin-project-internal v1.1.3 |
1211 | 2024-04-25T19:21:35.485Z | Downloaded pin-project v1.1.3 |
1212 | 2024-04-25T19:21:35.485Z | Downloaded pest_meta v2.7.6 |
1213 | 2024-04-25T19:21:35.485Z | Downloaded pest_derive v2.7.6 |
1214 | 2024-04-25T19:21:35.535Z | Downloaded flume v0.11.0 |
1215 | 2024-04-25T19:21:35.535Z | Downloaded flate2 v1.0.28 |
1216 | 2024-04-25T19:21:35.535Z | Downloaded fatfs v0.3.6 |
1217 | 2024-04-25T19:21:35.535Z | Downloaded toml_edit v0.19.15 |
1218 | 2024-04-25T19:21:35.535Z | Downloaded serde_with v3.7.0 |
1219 | 2024-04-25T19:21:35.536Z | Downloaded regex-automata v0.1.10 |
1220 | 2024-04-25T19:21:35.536Z | Downloaded num-bigint-dig v0.8.4 |
1221 | 2024-04-25T19:21:35.536Z | Downloaded nom v7.1.3 |
1222 | 2024-04-25T19:21:35.536Z | Downloaded libm v0.2.7 |
1223 | 2024-04-25T19:21:35.536Z | Downloaded lalrpop v0.19.12 |
1224 | 2024-04-25T19:21:35.536Z | Downloaded chrono v0.4.38 |
1225 | 2024-04-25T19:21:35.536Z | Downloaded proc-macro-crate v1.3.1 |
1226 | 2024-04-25T19:21:35.536Z | Downloaded pretty-hex v0.2.1 |
1227 | 2024-04-25T19:21:35.536Z | Downloaded predicates-tree v1.0.9 |
1228 | 2024-04-25T19:21:35.536Z | Downloaded predicates-core v1.0.6 |
1229 | 2024-04-25T19:21:35.536Z | Downloaded predicates v3.1.0 |
1230 | 2024-04-25T19:21:35.536Z | Downloaded ppv-lite86 v0.2.17 |
1231 | 2024-04-25T19:21:35.536Z | Downloaded powerfmt v0.2.0 |
1232 | 2024-04-25T19:21:35.536Z | Downloaded postgres-types v0.2.6 |
1233 | 2024-04-25T19:21:35.536Z | Downloaded plain v0.2.3 |
1234 | 2024-04-25T19:21:35.536Z | Downloaded pin-utils v0.1.0 |
1235 | 2024-04-25T19:21:35.536Z | Downloaded phf_shared v0.11.2 |
1236 | 2024-04-25T19:21:35.536Z | Downloaded phf v0.11.2 |
1237 | 2024-04-25T19:21:35.536Z | Downloaded pest_generator v2.7.6 |
1238 | 2024-04-25T19:21:35.536Z | Downloaded futures v0.3.30 |
1239 | 2024-04-25T19:21:35.536Z | Downloaded toml v0.8.12 |
1240 | 2024-04-25T19:21:35.536Z | Downloaded toml v0.7.8 |
1241 | 2024-04-25T19:21:35.536Z | Downloaded num-bigint v0.4.4 |
1242 | 2024-04-25T19:21:35.536Z | Downloaded mio v0.8.11 |
1243 | 2024-04-25T19:21:35.537Z | Downloaded memchr v2.7.1 |
1244 | 2024-04-25T19:21:35.537Z | Downloaded precomputed-hash v0.1.1 |
1245 | 2024-04-25T19:21:35.537Z | Downloaded portpicker v0.1.1 |
1246 | 2024-04-25T19:21:35.537Z | Downloaded phf_shared v0.10.0 |
1247 | 2024-04-25T19:21:35.537Z | Downloaded futures-channel v0.3.30 |
1248 | 2024-04-25T19:21:35.537Z | Downloaded funty v2.0.0 |
1249 | 2024-04-25T19:21:35.537Z | Downloaded foreign-types-macros v0.2.3 |
1250 | 2024-04-25T19:21:35.537Z | Downloaded fnv v1.0.7 |
1251 | 2024-04-25T19:21:35.537Z | Downloaded float-cmp v0.9.0 |
1252 | 2024-04-25T19:21:35.537Z | Downloaded flagset v0.4.3 |
1253 | 2024-04-25T19:21:35.537Z | Downloaded fixedbitset v0.4.2 |
1254 | 2024-04-25T19:21:35.537Z | Downloaded filetime v0.2.23 |
1255 | 2024-04-25T19:21:35.537Z | Downloaded ff v0.13.0 |
1256 | 2024-04-25T19:21:35.537Z | Downloaded fd-lock v4.0.2 |
1257 | 2024-04-25T19:21:35.537Z | Downloaded fastrand v2.0.1 |
1258 | 2024-04-25T19:21:35.537Z | Downloaded wyz v0.5.1 |
1259 | 2024-04-25T19:21:35.537Z | Downloaded whoami v1.5.1 |
1260 | 2024-04-25T19:21:35.537Z | Downloaded walkdir v2.5.0 |
1261 | 2024-04-25T19:21:35.537Z | Downloaded vte v0.11.1 |
1262 | 2024-04-25T19:21:35.537Z | Downloaded vsss-rs v3.3.4 |
1263 | 2024-04-25T19:21:35.537Z | Downloaded uuid v1.8.0 |
1264 | 2024-04-25T19:21:35.537Z | Downloaded uuid v0.8.2 |
1265 | 2024-04-25T19:21:35.537Z | Downloaded usdt-impl v0.5.0 |
1266 | 2024-04-25T19:21:35.538Z | Downloaded toml v0.5.11 |
1267 | 2024-04-25T19:21:35.538Z | Downloaded similar v2.4.0 |
1268 | 2024-04-25T19:21:35.538Z | Downloaded serde_yaml v0.9.25 |
1269 | 2024-04-25T19:21:35.538Z | Downloaded native-tls v0.2.11 |
1270 | 2024-04-25T19:21:35.538Z | Downloaded minimal-lexical v0.2.1 |
1271 | 2024-04-25T19:21:35.538Z | Downloaded crossbeam-channel v0.5.8 |
1272 | 2024-04-25T19:21:35.538Z | Downloaded crc-any v2.4.3 |
1273 | 2024-04-25T19:21:35.538Z | Downloaded const_format v0.2.32 |
1274 | 2024-04-25T19:21:35.538Z | Downloaded blake3 v1.5.0 |
1275 | 2024-04-25T19:21:35.538Z | Downloaded fs-err v2.11.0 |
1276 | 2024-04-25T19:21:35.538Z | Downloaded fragile v2.0.0 |
1277 | 2024-04-25T19:21:35.538Z | Downloaded form_urlencoded v1.2.1 |
1278 | 2024-04-25T19:21:35.538Z | Downloaded foreign-types v0.5.0 |
1279 | 2024-04-25T19:21:35.538Z | Downloaded foreign-types v0.3.2 |
1280 | 2024-04-25T19:21:35.538Z | Downloaded which v4.4.0 |
1281 | 2024-04-25T19:21:35.538Z | Downloaded wait-timeout v0.2.0 |
1282 | 2024-04-25T19:21:35.538Z | Downloaded version_check v0.9.4 |
1283 | 2024-04-25T19:21:35.538Z | Downloaded uzers v0.11.3 |
1284 | 2024-04-25T19:21:35.538Z | Downloaded utf8parse v0.2.1 |
1285 | 2024-04-25T19:21:35.538Z | Downloaded utf-8 v0.7.6 |
1286 | 2024-04-25T19:21:35.538Z | Downloaded usdt-macro v0.3.5 |
1287 | 2024-04-25T19:21:35.538Z | Downloaded topological-sort v0.2.2 |
1288 | 2024-04-25T19:21:35.538Z | Downloaded toml_datetime v0.6.5 |
1289 | 2024-04-25T19:21:35.539Z | Downloaded tokio-tungstenite v0.21.0 |
1290 | 2024-04-25T19:21:35.539Z | Downloaded supports-color v3.0.0 |
1291 | 2024-04-25T19:21:35.539Z | Downloaded subprocess v0.2.9 |
1292 | 2024-04-25T19:21:35.539Z | Downloaded strum_macros v0.26.1 |
1293 | 2024-04-25T19:21:35.539Z | Downloaded slog-dtrace v0.3.0 |
1294 | 2024-04-25T19:21:35.539Z | Downloaded slog-bunyan v2.5.0 |
1295 | 2024-04-25T19:21:35.539Z | Downloaded slog v2.7.0 |
1296 | 2024-04-25T19:21:35.539Z | Downloaded sct v0.7.0 |
1297 | 2024-04-25T19:21:35.539Z | Downloaded multer v3.0.0 |
1298 | 2024-04-25T19:21:35.539Z | Downloaded mockall_derive v0.12.1 |
1299 | 2024-04-25T19:21:35.539Z | Downloaded miniz_oxide v0.7.1 |
1300 | 2024-04-25T19:21:35.539Z | Downloaded log v0.4.21 |
1301 | 2024-04-25T19:21:35.539Z | Downloaded ipnet v2.9.0 |
1302 | 2024-04-25T19:21:35.539Z | Downloaded crossbeam-epoch v0.9.18 |
1303 | 2024-04-25T19:21:35.539Z | Downloaded cookie v0.18.1 |
1304 | 2024-04-25T19:21:35.539Z | Downloaded const-oid v0.9.6 |
1305 | 2024-04-25T19:21:35.539Z | Downloaded compact_str v0.7.1 |
1306 | 2024-04-25T19:21:35.539Z | Downloaded backtrace v0.3.69 |
1307 | 2024-04-25T19:21:35.539Z | Downloaded foreign-types-shared v0.1.1 |
1308 | 2024-04-25T19:21:35.539Z | Downloaded want v0.3.1 |
1309 | 2024-04-25T19:21:35.539Z | Downloaded waitgroup v0.1.2 |
1310 | 2024-04-25T19:21:35.539Z | Downloaded vte_generate_state_changes v0.1.1 |
1311 | 2024-04-25T19:21:35.539Z | Downloaded usdt-macro v0.5.0 |
1312 | 2024-04-25T19:21:35.540Z | Downloaded toolchain_find v0.4.0 |
1313 | 2024-04-25T19:21:35.540Z | Downloaded synstructure v0.12.6 |
1314 | 2024-04-25T19:21:35.568Z | Downloaded swrite v0.1.0 |
1315 | 2024-04-25T19:21:35.568Z | Downloaded subtle v2.5.0 |
1316 | 2024-04-25T19:21:35.568Z | Downloaded strum_macros v0.25.2 |
1317 | 2024-04-25T19:21:35.568Z | Downloaded strum_macros v0.24.3 |
1318 | 2024-04-25T19:21:35.568Z | Downloaded slog-envlogger v2.2.0 |
1319 | 2024-04-25T19:21:35.568Z | Downloaded slog-async v2.8.0 |
1320 | 2024-04-25T19:21:35.568Z | Downloaded slab v0.4.9 |
1321 | 2024-04-25T19:21:35.568Z | Downloaded siphasher v0.3.11 |
1322 | 2024-04-25T19:21:35.568Z | Downloaded signature v2.1.0 |
1323 | 2024-04-25T19:21:35.568Z | Downloaded serde_with_macros v3.7.0 |
1324 | 2024-04-25T19:21:35.568Z | Downloaded semver v0.1.20 |
1325 | 2024-04-25T19:21:35.568Z | Downloaded sec1 v0.7.3 |
1326 | 2024-04-25T19:21:35.568Z | Downloaded scroll_derive v0.12.0 |
1327 | 2024-04-25T19:21:35.568Z | Downloaded rusty-fork v0.3.0 |
1328 | 2024-04-25T19:21:35.568Z | Downloaded rustversion v1.0.14 |
1329 | 2024-04-25T19:21:35.568Z | Downloaded rustfmt-wrapper v0.2.1 |
1330 | 2024-04-25T19:21:35.568Z | Downloaded rustc_version v0.4.0 |
1331 | 2024-04-25T19:21:35.568Z | Downloaded ref-cast-impl v1.0.22 |
1332 | 2024-04-25T19:21:35.568Z | Downloaded ref-cast v1.0.22 |
1333 | 2024-04-25T19:21:35.568Z | Downloaded num v0.4.2 |
1334 | 2024-04-25T19:21:35.568Z | Downloaded nu-ansi-term v0.50.0 |
1335 | 2024-04-25T19:21:35.568Z | Downloaded newtype-uuid v1.1.0 |
1336 | 2024-04-25T19:21:35.569Z | Downloaded mime_guess v2.0.4 |
1337 | 2024-04-25T19:21:35.569Z | Downloaded mime v0.3.17 |
1338 | 2024-04-25T19:21:35.569Z | Downloaded memoffset v0.7.1 |
1339 | 2024-04-25T19:21:35.569Z | Downloaded memmap2 v0.7.1 |
1340 | 2024-04-25T19:21:35.569Z | Downloaded memmap v0.7.0 |
1341 | 2024-04-25T19:21:35.569Z | Downloaded maybe-uninit v2.0.0 |
1342 | 2024-04-25T19:21:35.569Z | Downloaded maplit v1.0.2 |
1343 | 2024-04-25T19:21:35.569Z | Downloaded managed v0.8.0 |
1344 | 2024-04-25T19:21:35.569Z | Downloaded macaddr v1.0.1 |
1345 | 2024-04-25T19:21:35.569Z | Downloaded lock_api v0.4.10 |
1346 | 2024-04-25T19:21:35.569Z | Downloaded linked-hash-map v0.5.6 |
1347 | 2024-04-25T19:21:35.569Z | Downloaded linear-map v1.2.0 |
1348 | 2024-04-25T19:21:35.569Z | Downloaded libsw v3.3.1 |
1349 | 2024-04-25T19:21:35.569Z | Downloaded libloading v0.7.4 |
1350 | 2024-04-25T19:21:35.569Z | Downloaded libefi-sys v0.1.0 |
1351 | 2024-04-25T19:21:35.569Z | Downloaded lalrpop-util v0.19.12 |
1352 | 2024-04-25T19:21:35.569Z | Downloaded kstat-rs v0.2.3 |
1353 | 2024-04-25T19:21:35.569Z | Downloaded is_ci v1.2.0 |
1354 | 2024-04-25T19:21:35.569Z | Downloaded is-terminal v0.4.9 |
1355 | 2024-04-25T19:21:35.569Z | Downloaded ipnetwork v0.20.0 |
1356 | 2024-04-25T19:21:35.569Z | Downloaded crc32fast v1.3.2 |
1357 | 2024-04-25T19:21:35.569Z | Downloaded cpufeatures v0.2.12 |
1358 | 2024-04-25T19:21:35.569Z | Downloaded cookie v0.17.0 |
1359 | 2024-04-25T19:21:35.569Z | Downloaded constant_time_eq v0.3.0 |
1360 | 2024-04-25T19:21:35.570Z | Downloaded const_format_proc_macros v0.2.32 |
1361 | 2024-04-25T19:21:35.570Z | Downloaded colored v2.1.0 |
1362 | 2024-04-25T19:21:35.570Z | Downloaded colorchoice v1.0.0 |
1363 | 2024-04-25T19:21:35.570Z | Downloaded cobs v0.2.3 |
1364 | 2024-04-25T19:21:35.570Z | Downloaded clap_lex v0.7.0 |
1365 | 2024-04-25T19:21:35.570Z | Downloaded clap_derive v4.5.4 |
1366 | 2024-04-25T19:21:35.570Z | Downloaded clap v4.5.4 |
1367 | 2024-04-25T19:21:35.570Z | Downloaded clang-sys v1.6.1 |
1368 | 2024-04-25T19:21:35.570Z | Downloaded ciborium-ll v0.2.2 |
1369 | 2024-04-25T19:21:35.570Z | Downloaded ciborium v0.2.2 |
1370 | 2024-04-25T19:21:35.570Z | Downloaded chacha20poly1305 v0.10.1 |
1371 | 2024-04-25T19:21:35.570Z | Downloaded bzip2 v0.4.4 |
1372 | 2024-04-25T19:21:35.570Z | Downloaded bytes v1.6.0 |
1373 | 2024-04-25T19:21:35.570Z | Downloaded sigpipe v0.1.3 |
1374 | 2024-04-25T19:21:35.570Z | Downloaded secrecy v0.8.0 |
1375 | 2024-04-25T19:21:35.570Z | Downloaded normalize-line-endings v0.3.0 |
1376 | 2024-04-25T19:21:35.570Z | Downloaded nodrop v0.1.14 |
1377 | 2024-04-25T19:21:35.570Z | Downloaded nibble_vec v0.1.0 |
1378 | 2024-04-25T19:21:35.570Z | Downloaded newtype_derive v0.1.6 |
1379 | 2024-04-25T19:21:35.570Z | Downloaded newline-converter v0.3.0 |
1380 | 2024-04-25T19:21:35.570Z | Downloaded new_debug_unreachable v1.0.4 |
1381 | 2024-04-25T19:21:35.570Z | Downloaded nanorand v0.7.0 |
1382 | 2024-04-25T19:21:35.570Z | Downloaded multimap v0.10.0 |
1383 | 2024-04-25T19:21:35.571Z | Downloaded md-5 v0.10.5 |
1384 | 2024-04-25T19:21:35.571Z | Downloaded matches v0.1.10 |
1385 | 2024-04-25T19:21:35.571Z | Downloaded match_cfg v0.1.0 |
1386 | 2024-04-25T19:21:35.571Z | Downloaded lru v0.12.1 |
1387 | 2024-04-25T19:21:35.571Z | Downloaded libxml v0.3.3 |
1388 | 2024-04-25T19:21:35.571Z | Downloaded itertools v0.10.5 |
1389 | 2024-04-25T19:21:35.595Z | Downloaded crossbeam-deque v0.8.3 |
1390 | 2024-04-25T19:21:35.595Z | Downloaded crc-catalog v2.2.0 |
1391 | 2024-04-25T19:21:35.595Z | Downloaded crc v3.0.1 |
1392 | 2024-04-25T19:21:35.596Z | Downloaded corncobs v0.1.3 |
1393 | 2024-04-25T19:21:35.596Z | Downloaded cookie_store v0.20.0 |
1394 | 2024-04-25T19:21:35.596Z | Downloaded console v0.15.8 |
1395 | 2024-04-25T19:21:35.596Z | Downloaded chacha20 v0.9.1 |
1396 | 2024-04-25T19:21:35.596Z | Downloaded cassowary v0.3.0 |
1397 | 2024-04-25T19:21:35.596Z | Downloaded cancel-safe-futures v0.1.5 |
1398 | 2024-04-25T19:21:35.596Z | Downloaded block-buffer v0.10.4 |
1399 | 2024-04-25T19:21:35.596Z | Downloaded blake2 v0.10.6 |
1400 | 2024-04-25T19:21:35.596Z | Downloaded bitstruct_derive v0.1.0 |
1401 | 2024-04-25T19:21:35.596Z | Downloaded bitfield v0.14.0 |
1402 | 2024-04-25T19:21:35.596Z | Downloaded bit-vec v0.6.3 |
1403 | 2024-04-25T19:21:35.596Z | Downloaded bit-set v0.5.3 |
1404 | 2024-04-25T19:21:35.621Z | Downloaded bcs v0.1.6 |
1405 | 2024-04-25T19:21:35.621Z | Downloaded base64ct v1.6.0 |
1406 | 2024-04-25T19:21:35.621Z | Downloaded lru-cache v0.1.2 |
1407 | 2024-04-25T19:21:35.621Z | Downloaded lazycell v1.3.0 |
1408 | 2024-04-25T19:21:35.621Z | Downloaded lazy_static v1.4.0 |
1409 | 2024-04-25T19:21:35.621Z | Downloaded keccak v0.1.4 |
1410 | 2024-04-25T19:21:35.621Z | Downloaded itoa v1.0.9 |
1411 | 2024-04-25T19:21:35.621Z | Downloaded inout v0.1.3 |
1412 | 2024-04-25T19:21:35.621Z | Downloaded indicatif v0.17.8 |
1413 | 2024-04-25T19:21:35.621Z | Downloaded indexmap v2.2.6 |
1414 | 2024-04-25T19:21:35.646Z | Downloaded idna v0.5.0 |
1415 | 2024-04-25T19:21:35.646Z | Downloaded idna v0.3.0 |
1416 | 2024-04-25T19:21:35.646Z | Downloaded convert_case v0.4.0 |
1417 | 2024-04-25T19:21:35.646Z | Downloaded ciborium-io v0.2.2 |
1418 | 2024-04-25T19:21:35.646Z | Downloaded cfg_aliases v0.1.1 |
1419 | 2024-04-25T19:21:35.646Z | Downloaded cfg-if v1.0.0 |
1420 | 2024-04-25T19:21:35.646Z | Downloaded cexpr v0.6.0 |
1421 | 2024-04-25T19:21:35.646Z | Downloaded castaway v0.2.2 |
1422 | 2024-04-25T19:21:35.670Z | Downloaded camino v1.1.6 |
1423 | 2024-04-25T19:21:35.670Z | Downloaded bytecount v0.6.3 |
1424 | 2024-04-25T19:21:35.671Z | Downloaded bstr v0.2.17 |
1425 | 2024-04-25T19:21:35.671Z | Downloaded block-padding v0.3.3 |
1426 | 2024-04-25T19:21:35.671Z | Downloaded bitstruct v0.1.1 |
1427 | 2024-04-25T19:21:35.671Z | Downloaded atty v0.2.14 |
1428 | 2024-04-25T19:21:35.671Z | Downloaded indoc v2.0.3 |
1429 | 2024-04-25T19:21:35.671Z | Downloaded indoc v1.0.9 |
1430 | 2024-04-25T19:21:35.695Z | Downloaded indexmap v1.9.3 |
1431 | 2024-04-25T19:21:35.695Z | Downloaded impl-trait-for-tuples v0.2.2 |
1432 | 2024-04-25T19:21:35.695Z | Downloaded idna v0.2.3 |
1433 | 2024-04-25T19:21:35.695Z | Downloaded iana-time-zone v0.1.57 |
1434 | 2024-04-25T19:21:35.695Z | Downloaded hyper-tls v0.5.0 |
1435 | 2024-04-25T19:21:35.695Z | Downloaded hyper-staticfile v0.9.5 |
1436 | 2024-04-25T19:21:35.695Z | Downloaded cipher v0.4.4 |
1437 | 2024-04-25T19:21:35.695Z | Downloaded cc v1.0.83 |
1438 | 2024-04-25T19:21:35.719Z | Downloaded camino-tempfile v1.1.1 |
1439 | 2024-04-25T19:21:35.719Z | Downloaded byteorder v1.5.0 |
1440 | 2024-04-25T19:21:35.720Z | Downloaded buf-list v1.0.3 |
1441 | 2024-04-25T19:21:35.720Z | Downloaded bitvec v1.0.1 |
1442 | 2024-04-25T19:21:35.744Z | Downloaded bitflags v2.4.2 |
1443 | 2024-04-25T19:21:35.744Z | Downloaded bitflags v1.3.2 |
1444 | 2024-04-25T19:21:35.744Z | Downloaded bb8 v0.8.3 |
1445 | 2024-04-25T19:21:35.744Z | Downloaded base64 v0.21.7 |
1446 | 2024-04-25T19:21:35.744Z | Downloaded base64 v0.13.1 |
1447 | 2024-04-25T19:21:35.768Z | Downloaded base16ct v0.2.0 |
1448 | 2024-04-25T19:21:35.769Z | Downloaded backoff v0.4.0 |
1449 | 2024-04-25T19:21:35.769Z | Downloaded autocfg v1.1.0 |
1450 | 2024-04-25T19:21:35.769Z | Downloaded humantime v2.1.0 |
1451 | 2024-04-25T19:21:35.769Z | Downloaded hubpack_derive v0.1.1 |
1452 | 2024-04-25T19:21:35.769Z | Downloaded hubpack v0.1.2 |
1453 | 2024-04-25T19:21:35.769Z | Downloaded httpdate v1.0.3 |
1454 | 2024-04-25T19:21:35.769Z | Downloaded httparse v1.8.0 |
1455 | 2024-04-25T19:21:35.769Z | Downloaded http-range v0.1.5 |
1456 | 2024-04-25T19:21:35.769Z | Downloaded http-body v0.4.5 |
1457 | 2024-04-25T19:21:35.769Z | Downloaded http v1.0.0 |
1458 | 2024-04-25T19:21:35.793Z | Downloaded base64 v0.22.0 |
1459 | 2024-04-25T19:21:35.793Z | Downloaded home v0.5.5 |
1460 | 2024-04-25T19:21:35.793Z | Downloaded hmac v0.12.1 |
1461 | 2024-04-25T19:21:35.793Z | Downloaded hkdf v0.12.4 |
1462 | 2024-04-25T19:21:35.793Z | Downloaded highway v1.1.0 |
1463 | 2024-04-25T19:21:35.794Z | Downloaded heck v0.3.3 |
1464 | 2024-04-25T19:21:35.794Z | Downloaded atomic-waker v1.1.1 |
1465 | 2024-04-25T19:21:35.794Z | Downloaded ascii v1.1.0 |
1466 | 2024-04-25T19:21:35.794Z | Downloaded arrayvec v0.7.4 |
1467 | 2024-04-25T19:21:35.819Z | Downloaded array-init v0.0.4 |
1468 | 2024-04-25T19:21:35.820Z | Downloaded arc-swap v1.6.0 |
1469 | 2024-04-25T19:21:35.820Z | Downloaded hex v0.4.3 |
1470 | 2024-04-25T19:21:35.820Z | Downloaded heck v0.5.0 |
1471 | 2024-04-25T19:21:35.820Z | Downloaded heck v0.4.1 |
1472 | 2024-04-25T19:21:35.820Z | Downloaded heapless v0.8.0 |
1473 | 2024-04-25T19:21:35.820Z | Downloaded heapless v0.7.16 |
1474 | 2024-04-25T19:21:35.820Z | Downloaded headers v0.3.9 |
1475 | 2024-04-25T19:21:35.844Z | Downloaded atomicwrites v0.4.3 |
1476 | 2024-04-25T19:21:35.845Z | Downloaded async-trait v0.1.80 |
1477 | 2024-04-25T19:21:35.845Z | Downloaded async-stream v0.3.5 |
1478 | 2024-04-25T19:21:35.845Z | Downloaded async-recursion v1.1.0 |
1479 | 2024-04-25T19:21:35.845Z | Downloaded anyhow v1.0.82 |
1480 | 2024-04-25T19:21:35.845Z | Downloaded anstyle-query v1.0.0 |
1481 | 2024-04-25T19:21:35.874Z | Downloaded crossbeam-utils v0.8.19 |
1482 | 2024-04-25T19:21:35.875Z | Downloaded async-stream-impl v0.3.5 |
1483 | 2024-04-25T19:21:35.875Z | Downloaded assert_matches v1.5.0 |
1484 | 2024-04-25T19:21:35.875Z | Downloaded argon2 v0.5.3 |
1485 | 2024-04-25T19:21:35.875Z | Downloaded anstream v0.6.11 |
1486 | 2024-04-25T19:21:35.875Z | Downloaded aho-corasick v1.1.2 |
1487 | 2024-04-25T19:21:35.875Z | Downloaded adler v1.0.2 |
1488 | 2024-04-25T19:21:35.875Z | Downloaded anstyle v1.0.6 |
1489 | 2024-04-25T19:21:35.875Z | Downloaded allocator-api2 v0.2.16 |
1490 | 2024-04-25T19:21:35.899Z | Downloaded ahash v0.8.8 |
1491 | 2024-04-25T19:21:35.900Z | Downloaded addr2line v0.21.0 |
1492 | 2024-04-25T19:21:36.176Z | Compiling proc-macro2 v1.0.81 |
1493 | 2024-04-25T19:21:36.176Z | Compiling unicode-ident v1.0.12 |
1494 | 2024-04-25T19:21:36.203Z | Compiling libc v0.2.153 |
1495 | 2024-04-25T19:21:36.203Z | Compiling serde v1.0.198 |
1496 | 2024-04-25T19:21:36.203Z | Compiling version_check v0.9.4 |
1497 | 2024-04-25T19:21:36.203Z | Compiling autocfg v1.1.0 |
1498 | 2024-04-25T19:21:36.203Z | Compiling cfg-if v1.0.0 |
1499 | 2024-04-25T19:21:36.408Z | Compiling syn v1.0.109 |
1500 | 2024-04-25T19:21:36.432Z | Compiling once_cell v1.19.0 |
1501 | 2024-04-25T19:21:36.461Z | Compiling byteorder v1.5.0 |
1502 | 2024-04-25T19:21:36.960Z | Compiling memchr v2.7.1 |
1503 | 2024-04-25T19:21:37.019Z | Compiling ahash v0.8.8 |
1504 | 2024-04-25T19:21:37.019Z | Compiling parking_lot_core v0.9.8 |
1505 | 2024-04-25T19:21:37.047Z | Compiling lock_api v0.4.10 |
1506 | 2024-04-25T19:21:37.114Z | Compiling serde_json v1.0.116 |
1507 | 2024-04-25T19:21:37.349Z | Compiling libm v0.2.7 |
1508 | 2024-04-25T19:21:37.379Z | Compiling num-traits v0.2.18 |
1509 | 2024-04-25T19:21:37.825Z | Compiling thiserror v1.0.58 |
1510 | 2024-04-25T19:21:37.852Z | Compiling typenum v1.16.0 |
1511 | 2024-04-25T19:21:37.852Z | Compiling quote v1.0.36 |
1512 | 2024-04-25T19:21:37.926Z | Compiling generic-array v0.14.7 |
1513 | 2024-04-25T19:21:38.173Z | Compiling syn v2.0.59 |
1514 | 2024-04-25T19:21:38.197Z | Compiling cc v1.0.83 |
1515 | 2024-04-25T19:21:38.221Z | Compiling getrandom v0.2.12 |
1516 | 2024-04-25T19:21:38.466Z | Compiling itoa v1.0.9 |
1517 | 2024-04-25T19:21:38.704Z | Compiling scopeguard v1.2.0 |
1518 | 2024-04-25T19:21:38.734Z | Compiling log v0.4.21 |
1519 | 2024-04-25T19:21:39.066Z | Compiling pkg-config v0.3.27 |
1520 | 2024-04-25T19:21:39.138Z | Compiling allocator-api2 v0.2.16 |
1521 | 2024-04-25T19:21:39.240Z | Compiling slab v0.4.9 |
1522 | 2024-04-25T19:21:39.289Z | Compiling ryu v1.0.15 |
1523 | 2024-04-25T19:21:39.695Z | Compiling smallvec v1.13.1 |
1524 | 2024-04-25T19:21:39.767Z | Compiling schemars v0.8.16 |
1525 | 2024-04-25T19:21:40.097Z | Compiling pin-project-lite v0.2.13 |
1526 | 2024-04-25T19:21:40.213Z | Compiling ring v0.17.8 |
1527 | 2024-04-25T19:21:40.300Z | Compiling equivalent v1.0.1 |
1528 | 2024-04-25T19:21:40.378Z | Compiling vcpkg v0.2.15 |
1529 | 2024-04-25T19:21:40.675Z | Compiling parking_lot v0.12.1 |
1530 | 2024-04-25T19:21:41.311Z | Compiling signal-hook-registry v1.4.1 |
1531 | 2024-04-25T19:21:41.734Z | Compiling openssl-sys v0.9.102 |
1532 | 2024-04-25T19:21:42.445Z | Compiling heck v0.4.1 |
1533 | 2024-04-25T19:21:42.543Z | Compiling mio v0.8.11 |
1534 | 2024-04-25T19:21:42.609Z | Compiling fnv v1.0.7 |
1535 | 2024-04-25T19:21:42.694Z | Compiling rand_core v0.6.4 |
1536 | 2024-04-25T19:21:42.773Z | Compiling time-core v0.1.2 |
1537 | 2024-04-25T19:21:42.944Z | Compiling num-conv v0.1.0 |
1538 | 2024-04-25T19:21:43.036Z | Compiling ring v0.16.20 |
1539 | 2024-04-25T19:21:43.195Z | Compiling time-macros v0.2.17 |
1540 | 2024-04-25T19:21:43.550Z | Compiling socket2 v0.5.6 |
1541 | 2024-04-25T19:21:43.597Z | Compiling num_cpus v1.16.0 |
1542 | 2024-04-25T19:21:43.737Z | Compiling httparse v1.8.0 |
1543 | 2024-04-25T19:21:43.830Z | Compiling serde_derive_internals v0.26.0 |
1544 | 2024-04-25T19:21:44.541Z | Compiling ucd-trie v0.1.6 |
1545 | 2024-04-25T19:21:44.850Z | Compiling futures-core v0.3.30 |
1546 | 2024-04-25T19:21:44.970Z | Compiling rustix v0.38.31 |
1547 | 2024-04-25T19:21:45.058Z | Compiling openssl v0.10.64 |
1548 | 2024-04-25T19:21:45.366Z | Compiling crossbeam-utils v0.8.19 |
1549 | 2024-04-25T19:21:45.894Z | Compiling semver v1.0.22 |
1550 | 2024-04-25T19:21:45.921Z | Compiling iana-time-zone v0.1.57 |
1551 | 2024-04-25T19:21:45.921Z | Compiling spin v0.5.2 |
1552 | 2024-04-25T19:21:45.921Z | Compiling rustls v0.21.9 |
1553 | 2024-04-25T19:21:46.036Z | Compiling tinyvec_macros v0.1.1 |
1554 | 2024-04-25T19:21:46.067Z | Compiling native-tls v0.2.11 |
1555 | 2024-04-25T19:21:47.364Z | Compiling tinyvec v1.6.0 |
1556 | 2024-04-25T19:21:47.486Z | Compiling spin v0.9.8 |
1557 | 2024-04-25T19:21:47.487Z | Compiling subtle v2.5.0 |
1558 | 2024-04-25T19:21:47.487Z | Compiling unicode-xid v0.2.4 |
1559 | 2024-04-25T19:21:47.488Z | Compiling futures-sink v0.3.30 |
1560 | 2024-04-25T19:21:47.488Z | Compiling const-oid v0.9.6 |
1561 | 2024-04-25T19:21:47.488Z | Compiling synstructure v0.12.6 |
1562 | 2024-04-25T19:21:47.488Z | Compiling backtrace v0.3.69 |
1563 | 2024-04-25T19:21:47.488Z | Compiling unicode-normalization v0.1.22 |
1564 | 2024-04-25T19:21:47.797Z | Compiling cookie v0.17.0 |
1565 | 2024-04-25T19:21:47.860Z | Compiling dyn-clone v1.0.17 |
1566 | 2024-04-25T19:21:47.908Z | Compiling unicode-bidi v0.3.15 |
1567 | 2024-04-25T19:21:48.067Z | Compiling uuid v0.8.2 |
1568 | 2024-04-25T19:21:48.095Z | Compiling slog v2.7.0 |
1569 | 2024-04-25T19:21:48.222Z | Compiling serde_derive v1.0.198 |
1570 | 2024-04-25T19:21:48.289Z | Compiling zerocopy-derive v0.7.32 |
1571 | 2024-04-25T19:21:48.445Z | Compiling zeroize_derive v1.4.2 |
1572 | 2024-04-25T19:21:48.479Z | Compiling thiserror-impl v1.0.58 |
1573 | 2024-04-25T19:21:48.507Z | Compiling tokio-macros v2.2.0 |
1574 | 2024-04-25T19:21:48.912Z | Compiling futures-macro v0.3.30 |
1575 | 2024-04-25T19:21:49.149Z | Compiling tracing-attributes v0.1.27 |
1576 | 2024-04-25T19:21:49.556Z | Compiling schemars_derive v0.8.16 |
1577 | 2024-04-25T19:21:49.666Z | Compiling zeroize v1.7.0 |
1578 | 2024-04-25T19:21:50.487Z | Compiling zerocopy v0.7.32 |
1579 | 2024-04-25T19:21:50.843Z | Compiling pest v2.7.6 |
1580 | 2024-04-25T19:21:51.647Z | Compiling hashbrown v0.14.3 |
1581 | 2024-04-25T19:21:51.767Z | Compiling openssl-macros v0.1.1 |
1582 | 2024-04-25T19:21:52.024Z | Compiling zerocopy-derive v0.2.0 |
1583 | 2024-04-25T19:21:52.344Z | Compiling futures-channel v0.3.30 |
1584 | 2024-04-25T19:21:52.726Z | Compiling pest_meta v2.7.6 |
1585 | 2024-04-25T19:21:52.938Z | Compiling tracing-core v0.1.32 |
1586 | 2024-04-25T19:21:53.146Z | Compiling futures-io v0.3.30 |
1587 | 2024-04-25T19:21:53.273Z | Compiling pin-utils v0.1.0 |
1588 | 2024-04-25T19:21:53.370Z | Compiling futures-task v0.3.30 |
1589 | 2024-04-25T19:21:53.431Z | Compiling crypto-common v0.1.6 |
1590 | 2024-04-25T19:21:53.598Z | Compiling futures-util v0.3.30 |
1591 | 2024-04-25T19:21:53.636Z | Compiling pest_generator v2.7.6 |
1592 | 2024-04-25T19:21:53.660Z | Compiling tracing v0.1.40 |
1593 | 2024-04-25T19:21:54.372Z | Compiling der_derive v0.7.2 |
1594 | 2024-04-25T19:21:55.080Z | Compiling aho-corasick v1.1.2 |
1595 | 2024-04-25T19:21:55.283Z | Compiling regex-syntax v0.8.2 |
1596 | 2024-04-25T19:21:55.627Z | Compiling winnow v0.5.15 |
1597 | 2024-04-25T19:21:55.834Z | Compiling pest_derive v2.7.6 |
1598 | 2024-04-25T19:21:56.547Z | Compiling anyhow v1.0.82 |
1599 | 2024-04-25T19:21:58.409Z | Compiling bytes v1.6.0 |
1600 | 2024-04-25T19:21:58.663Z | Compiling indexmap v2.2.6 |
1601 | 2024-04-25T19:21:58.699Z | Compiling uuid v1.8.0 |
1602 | 2024-04-25T19:21:59.327Z | Compiling bitflags v2.4.2 |
1603 | 2024-04-25T19:21:59.821Z | Compiling chrono v0.4.38 |
1604 | 2024-04-25T19:22:00.402Z | Compiling tokio v1.37.0 |
1605 | 2024-04-25T19:22:01.145Z | Compiling toml_datetime v0.6.5 |
1606 | 2024-04-25T19:22:01.230Z | Compiling serde_spanned v0.6.5 |
1607 | 2024-04-25T19:22:01.803Z | Compiling http v0.2.12 |
1608 | 2024-04-25T19:22:02.853Z | Compiling rustc_version v0.4.0 |
1609 | 2024-04-25T19:22:02.919Z | Compiling toml_edit v0.19.15 |
1610 | 2024-04-25T19:22:03.148Z | Compiling regex-automata v0.4.5 |
1611 | 2024-04-25T19:22:04.462Z | Compiling block-buffer v0.10.4 |
1612 | 2024-04-25T19:22:04.943Z | Compiling usdt-impl v0.3.5 |
1613 | 2024-04-25T19:22:05.216Z | Compiling untrusted v0.9.0 |
1614 | 2024-04-25T19:22:05.378Z | Compiling powerfmt v0.2.0 |
1615 | 2024-04-25T19:22:05.785Z | Compiling rustversion v1.0.14 |
1616 | 2024-04-25T19:22:05.966Z | Compiling crc32fast v1.3.2 |
1617 | 2024-04-25T19:22:06.336Z | Compiling deranged v0.3.11 |
1618 | 2024-04-25T19:22:06.754Z | Compiling digest v0.10.7 |
1619 | 2024-04-25T19:22:07.101Z | Compiling heapless v0.7.16 |
1620 | 2024-04-25T19:22:07.407Z | Compiling scroll_derive v0.12.0 |
1621 | 2024-04-25T19:22:08.145Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1622 | 2024-04-25T19:22:08.338Z | Compiling percent-encoding v2.3.1 |
1623 | 2024-04-25T19:22:08.648Z | Compiling signal-hook v0.3.17 |
1624 | 2024-04-25T19:22:08.741Z | Compiling ppv-lite86 v0.2.17 |
1625 | 2024-04-25T19:22:08.940Z | Compiling num_threads v0.1.6 |
1626 | 2024-04-25T19:22:09.047Z | Compiling time v0.3.34 |
1627 | 2024-04-25T19:22:09.320Z | Compiling rand_chacha v0.3.1 |
1628 | 2024-04-25T19:22:10.086Z | Compiling regex v1.10.4 |
1629 | 2024-04-25T19:22:11.086Z | Compiling zerocopy v0.3.0 |
1630 | 2024-04-25T19:22:11.651Z | Compiling thread-id v4.2.0 |
1631 | 2024-04-25T19:22:11.710Z | Compiling dof v0.1.5 |
1632 | 2024-04-25T19:22:12.296Z | Compiling rand v0.8.5 |
1633 | 2024-04-25T19:22:12.986Z | Compiling tokio-util v0.7.10 |
1634 | 2024-04-25T19:22:13.345Z | Compiling dtrace-parser v0.1.14 |
1635 | 2024-04-25T19:22:13.715Z | Compiling async-trait v0.1.80 |
1636 | 2024-04-25T19:22:14.325Z | Compiling num-bigint v0.4.4 |
1637 | 2024-04-25T19:22:14.595Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1638 | 2024-04-25T19:22:14.622Z | Compiling foreign-types-shared v0.1.1 |
1639 | 2024-04-25T19:22:14.706Z | Compiling adler v1.0.2 |
1640 | 2024-04-25T19:22:14.920Z | Compiling unicode-width v0.1.11 |
1641 | 2024-04-25T19:22:14.970Z | Compiling smoltcp v0.9.1 |
1642 | 2024-04-25T19:22:15.060Z | Compiling base64ct v1.6.0 |
1643 | 2024-04-25T19:22:15.176Z | Compiling untrusted v0.7.1 |
1644 | 2024-04-25T19:22:15.465Z | Compiling pem-rfc7468 v0.7.0 |
1645 | 2024-04-25T19:22:15.522Z | Compiling miniz_oxide v0.7.1 |
1646 | 2024-04-25T19:22:15.600Z | Compiling foreign-types v0.3.2 |
1647 | 2024-04-25T19:22:17.034Z | Compiling form_urlencoded v1.2.1 |
1648 | 2024-04-25T19:22:17.995Z | Compiling hmac v0.12.1 |
1649 | 2024-04-25T19:22:18.029Z | Compiling serde_tokenstream v0.1.7 |
1650 | 2024-04-25T19:22:18.029Z | Compiling errno v0.3.8 |
1651 | 2024-04-25T19:22:18.112Z | Compiling base64 v0.21.7 |
1652 | 2024-04-25T19:22:18.138Z | Compiling flagset v0.4.3 |
1653 | 2024-04-25T19:22:18.648Z | Compiling try-lock v0.2.4 |
1654 | 2024-04-25T19:22:18.676Z | Compiling siphasher v0.3.11 |
1655 | 2024-04-25T19:22:18.676Z | Compiling want v0.3.1 |
1656 | 2024-04-25T19:22:19.127Z | Compiling der v0.7.8 |
1657 | 2024-04-25T19:22:19.645Z | Compiling sct v0.7.0 |
1658 | 2024-04-25T19:22:19.907Z | Compiling rustls-webpki v0.101.7 |
1659 | 2024-04-25T19:22:19.973Z | Compiling h2 v0.3.26 |
1660 | 2024-04-25T19:22:21.576Z | Compiling http-body v0.4.5 |
1661 | 2024-04-25T19:22:22.486Z | Compiling openapiv3 v2.0.0 |
1662 | 2024-04-25T19:22:22.798Z | Compiling lazy_static v1.4.0 |
1663 | 2024-04-25T19:22:23.381Z | Compiling idna v0.5.0 |
1664 | 2024-04-25T19:22:23.411Z | Compiling hubpack_derive v0.1.1 |
1665 | 2024-04-25T19:22:23.411Z | Compiling zerocopy-derive v0.6.6 |
1666 | 2024-04-25T19:22:23.943Z | Compiling usdt-impl v0.5.0 |
1667 | 2024-04-25T19:22:23.969Z | Compiling tower-service v0.3.2 |
1668 | 2024-04-25T19:22:24.091Z | Compiling stable_deref_trait v1.2.0 |
1669 | 2024-04-25T19:22:24.190Z | Compiling gimli v0.28.0 |
1670 | 2024-04-25T19:22:24.331Z | Compiling utf8parse v0.2.1 |
1671 | 2024-04-25T19:22:24.475Z | Compiling anstyle v1.0.6 |
1672 | 2024-04-25T19:22:24.537Z | Compiling cpufeatures v0.2.12 |
1673 | 2024-04-25T19:22:25.040Z | Compiling openssl-probe v0.1.5 |
1674 | 2024-04-25T19:22:25.074Z | Compiling httpdate v1.0.3 |
1675 | 2024-04-25T19:22:25.598Z | Compiling hyper v0.14.28 |
1676 | 2024-04-25T19:22:25.735Z | Compiling sha2 v0.10.8 |
1677 | 2024-04-25T19:22:26.170Z | Compiling anstyle-parse v0.2.1 |
1678 | 2024-04-25T19:22:26.434Z | Compiling url v2.5.0 |
1679 | 2024-04-25T19:22:27.721Z | Compiling addr2line v0.21.0 |
1680 | 2024-04-25T19:22:28.519Z | Compiling spki v0.7.2 |
1681 | 2024-04-25T19:22:28.644Z | Compiling usdt-macro v0.3.5 |
1682 | 2024-04-25T19:22:28.815Z | Compiling usdt-attr-macro v0.3.5 |
1683 | 2024-04-25T19:22:29.537Z | Compiling scroll v0.12.0 |
1684 | 2024-04-25T19:22:29.979Z | Compiling md-5 v0.10.5 |
1685 | 2024-04-25T19:22:30.097Z | Compiling serde_tokenstream v0.2.0 |
1686 | 2024-04-25T19:22:31.573Z | Compiling stringprep v0.1.3 |
1687 | 2024-04-25T19:22:31.677Z | Compiling idna v0.3.0 |
1688 | 2024-04-25T19:22:32.379Z | Compiling diesel_table_macro_syntax v0.1.0 |
1689 | 2024-04-25T19:22:32.482Z | Compiling num-integer v0.1.46 |
1690 | 2024-04-25T19:22:37.513Z | Compiling object v0.32.1 |
1691 | 2024-04-25T19:22:37.690Z | Compiling hash32 v0.2.1 |
1692 | 2024-04-25T19:22:37.690Z | Compiling fallible-iterator v0.2.0 |
1693 | 2024-04-25T19:22:37.690Z | Compiling psl-types v2.0.11 |
1694 | 2024-04-25T19:22:37.690Z | Compiling colorchoice v1.0.0 |
1695 | 2024-04-25T19:22:37.691Z | Compiling anstyle-query v1.0.0 |
1696 | 2024-04-25T19:22:37.691Z | Compiling heck v0.5.0 |
1697 | 2024-04-25T19:22:37.691Z | Compiling rustc-demangle v0.1.23 |
1698 | 2024-04-25T19:22:37.691Z | Compiling plain v0.2.3 |
1699 | 2024-04-25T19:22:37.765Z | Compiling goblin v0.8.0 |
1700 | 2024-04-25T19:22:38.800Z | Compiling clap_derive v4.5.4 |
1701 | 2024-04-25T19:22:43.627Z | Compiling anstream v0.6.11 |
1702 | 2024-04-25T19:22:43.684Z | Compiling postgres-protocol v0.6.6 |
1703 | 2024-04-25T19:22:43.684Z | Compiling publicsuffix v2.2.3 |
1704 | 2024-04-25T19:22:43.684Z | Compiling diesel_derives v2.1.2 |
1705 | 2024-04-25T19:22:43.684Z | Compiling tokio-rustls v0.24.1 |
1706 | 2024-04-25T19:22:44.844Z | Compiling pkcs8 v0.10.2 |
1707 | 2024-04-25T19:22:45.275Z | Compiling terminal_size v0.3.0 |
1708 | 2024-04-25T19:22:45.387Z | Compiling tokio-native-tls v0.3.1 |
1709 | 2024-04-25T19:22:45.627Z | Compiling phf_shared v0.11.2 |
1710 | 2024-04-25T19:22:46.323Z | Compiling strum_macros v0.25.2 |
1711 | 2024-04-25T19:22:47.250Z | Compiling regress v0.9.1 |
1712 | 2024-04-25T19:22:47.540Z | Compiling block-padding v0.3.3 |
1713 | 2024-04-25T19:22:47.605Z | Compiling enum-as-inner v0.5.1 |
1714 | 2024-04-25T19:22:47.742Z | Compiling serde_repr v0.1.16 |
1715 | 2024-04-25T19:22:48.481Z | Compiling ff v0.13.0 |
1716 | 2024-04-25T19:22:49.030Z | Compiling scheduled-thread-pool v0.2.7 |
1717 | 2024-04-25T19:22:49.080Z | Compiling encoding_rs v0.8.33 |
1718 | 2024-04-25T19:22:49.121Z | Compiling bit-vec v0.6.3 |
1719 | 2024-04-25T19:22:49.461Z | Compiling strsim v0.11.0 |
1720 | 2024-04-25T19:22:50.093Z | Compiling ident_case v1.0.1 |
1721 | 2024-04-25T19:22:50.243Z | Compiling managed v0.8.0 |
1722 | 2024-04-25T19:22:50.581Z | Compiling matches v0.1.10 |
1723 | 2024-04-25T19:22:50.664Z | Compiling pretty-hex v0.4.1 |
1724 | 2024-04-25T19:22:50.846Z | Compiling bitflags v1.3.2 |
1725 | 2024-04-25T19:22:50.955Z | Compiling regex-automata v0.1.10 |
1726 | 2024-04-25T19:22:51.042Z | Compiling base16ct v0.2.0 |
1727 | 2024-04-25T19:22:51.253Z | Compiling mime v0.3.17 |
1728 | 2024-04-25T19:22:51.343Z | Compiling strsim v0.10.0 |
1729 | 2024-04-25T19:22:51.655Z | Compiling clap_lex v0.7.0 |
1730 | 2024-04-25T19:22:52.013Z | Compiling ipnet v2.9.0 |
1731 | 2024-04-25T19:22:52.106Z | Compiling clap_builder v4.5.2 |
1732 | 2024-04-25T19:22:52.263Z | Compiling darling_core v0.20.8 |
1733 | 2024-04-25T19:22:52.457Z | Compiling bstr v0.2.17 |
1734 | 2024-04-25T19:22:52.854Z | Compiling sec1 v0.7.3 |
1735 | 2024-04-25T19:22:53.783Z | Compiling dof v0.3.0 |
1736 | 2024-04-25T19:22:55.183Z | Compiling idna v0.2.3 |
1737 | 2024-04-25T19:22:55.519Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1738 | 2024-04-25T19:22:56.190Z | Compiling r2d2 v0.8.10 |
1739 | 2024-04-25T19:22:56.503Z | Compiling group v0.13.0 |
1740 | 2024-04-25T19:22:57.603Z | Compiling inout v0.1.3 |
1741 | 2024-04-25T19:22:58.269Z | Compiling phf v0.11.2 |
1742 | 2024-04-25T19:22:58.416Z | Compiling hyper-tls v0.5.0 |
1743 | 2024-04-25T19:22:58.518Z | Compiling signal-hook-mio v0.2.3 |
1744 | 2024-04-25T19:22:58.957Z | Compiling bzip2 v0.4.4 |
1745 | 2024-04-25T19:22:58.957Z | Compiling flate2 v1.0.28 |
1746 | 2024-04-25T19:22:58.957Z | Compiling hyper-rustls v0.24.2 |
1747 | 2024-04-25T19:22:59.017Z | Compiling cookie_store v0.20.0 |
1748 | 2024-04-25T19:22:59.228Z | Compiling postgres-types v0.2.6 |
1749 | 2024-04-25T19:22:59.416Z | Compiling zerocopy v0.6.6 |
1750 | 2024-04-25T19:22:59.670Z | Compiling hubpack v0.1.2 |
1751 | 2024-04-25T19:23:00.056Z | Compiling phf_shared v0.10.0 |
1752 | 2024-04-25T19:23:00.084Z | Compiling rustls-pemfile v1.0.3 |
1753 | 2024-04-25T19:23:00.109Z | Compiling hkdf v0.12.4 |
1754 | 2024-04-25T19:23:00.303Z | Compiling serde_urlencoded v0.7.1 |
1755 | 2024-04-25T19:23:00.381Z | Compiling crossbeam-epoch v0.9.18 |
1756 | 2024-04-25T19:23:00.819Z | Compiling ipnetwork v0.20.0 |
1757 | 2024-04-25T19:23:00.819Z | Compiling futures-executor v0.3.30 |
1758 | 2024-04-25T19:23:01.235Z | Compiling dtrace-parser v0.2.0 |
1759 | 2024-04-25T19:23:01.333Z | Compiling crypto-bigint v0.5.2 |
1760 | 2024-04-25T19:23:01.521Z | Compiling float-cmp v0.9.0 |
1761 | 2024-04-25T19:23:01.702Z | Compiling either v1.11.0 |
1762 | 2024-04-25T19:23:02.018Z | Compiling difflib v0.4.0 |
1763 | 2024-04-25T19:23:02.521Z | Compiling fixedbitset v0.4.2 |
1764 | 2024-04-25T19:23:02.807Z | Compiling unicode-segmentation v1.10.1 |
1765 | 2024-04-25T19:23:02.998Z | Compiling whoami v1.5.1 |
1766 | 2024-04-25T19:23:03.404Z | Compiling sync_wrapper v0.1.2 |
1767 | 2024-04-25T19:23:03.441Z | Compiling predicates-core v1.0.6 |
1768 | 2024-04-25T19:23:03.526Z | Compiling winnow v0.6.1 |
1769 | 2024-04-25T19:23:03.689Z | Compiling normalize-line-endings v0.3.0 |
1770 | 2024-04-25T19:23:03.792Z | Compiling precomputed-hash v0.1.1 |
1771 | 2024-04-25T19:23:04.197Z | Compiling new_debug_unreachable v1.0.4 |
1772 | 2024-04-25T19:23:04.226Z | Compiling minimal-lexical v0.2.1 |
1773 | 2024-04-25T19:23:04.624Z | Compiling data-encoding v2.4.0 |
1774 | 2024-04-25T19:23:04.657Z | Compiling static_assertions v1.1.0 |
1775 | 2024-04-25T19:23:04.779Z | Compiling webpki-roots v0.25.2 |
1776 | 2024-04-25T19:23:04.880Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1777 | 2024-04-25T19:23:04.906Z | Compiling nom v7.1.3 |
1778 | 2024-04-25T19:23:04.935Z | Compiling reqwest v0.11.24 |
1779 | 2024-04-25T19:23:05.100Z | Compiling trust-dns-proto v0.22.0 |
1780 | 2024-04-25T19:23:06.290Z | Compiling toml_edit v0.22.9 |
1781 | 2024-04-25T19:23:07.211Z | Compiling string_cache v0.8.7 |
1782 | 2024-04-25T19:23:07.531Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1783 | 2024-04-25T19:23:07.570Z | Compiling predicates v3.1.0 |
1784 | 2024-04-25T19:23:08.789Z | Compiling similar v2.4.0 |
1785 | 2024-04-25T19:23:09.052Z | Compiling tokio-postgres v0.7.10 |
1786 | 2024-04-25T19:23:09.576Z | Compiling petgraph v0.6.4 |
1787 | 2024-04-25T19:23:10.393Z | Compiling elliptic-curve v0.13.8 |
1788 | 2024-04-25T19:23:10.876Z | Compiling itertools v0.10.5 |
1789 | 2024-04-25T19:23:11.971Z | Compiling futures v0.3.30 |
1790 | 2024-04-25T19:23:12.011Z | Compiling diesel v2.1.6 |
1791 | 2024-04-25T19:23:12.076Z | Compiling yasna v0.5.2 |
1792 | 2024-04-25T19:23:12.501Z | Compiling zip v0.6.6 |
1793 | 2024-04-25T19:23:12.600Z | Compiling crossterm v0.27.0 |
1794 | 2024-04-25T19:23:12.929Z | Compiling cipher v0.4.4 |
1795 | 2024-04-25T19:23:13.335Z | Compiling darling_macro v0.20.8 |
1796 | 2024-04-25T19:23:13.496Z | Compiling clap v4.5.4 |
1797 | 2024-04-25T19:23:13.606Z | Compiling bit-set v0.5.3 |
1798 | 2024-04-25T19:23:13.885Z | Compiling num-iter v0.1.44 |
1799 | 2024-04-25T19:23:14.053Z | Compiling usdt v0.3.5 |
1800 | 2024-04-25T19:23:14.106Z | Compiling console v0.15.8 |
1801 | 2024-04-25T19:23:14.829Z | Compiling bstr v1.9.0 |
1802 | 2024-04-25T19:23:14.926Z | Compiling tokio-stream v0.1.15 |
1803 | 2024-04-25T19:23:15.158Z | Compiling toml v0.7.8 |
1804 | 2024-04-25T19:23:15.687Z | Compiling hex v0.4.3 |
1805 | 2024-04-25T19:23:16.309Z | Compiling lalrpop-util v0.19.12 |
1806 | 2024-04-25T19:23:16.359Z | Compiling peg-runtime v0.8.2 |
1807 | 2024-04-25T19:23:16.386Z | Compiling base64 v0.22.0 |
1808 | 2024-04-25T19:23:16.690Z | Compiling darling v0.20.8 |
1809 | 2024-04-25T19:23:16.843Z | Compiling proc-macro-crate v1.3.1 |
1810 | 2024-04-25T19:23:17.679Z | Compiling camino v1.1.6 |
1811 | 2024-04-25T19:23:18.104Z | Compiling heapless v0.8.0 |
1812 | 2024-04-25T19:23:18.761Z | Compiling num_enum_derive v0.5.11 |
1813 | 2024-04-25T19:23:25.394Z | Compiling hash32 v0.3.1 |
1814 | 2024-04-25T19:23:25.847Z | Compiling rustls-pki-types v1.3.0 |
1815 | 2024-04-25T19:23:26.285Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2024-04-25T19:23:26.493Z | Compiling smoltcp v0.11.0 |
1817 | 2024-04-25T19:23:39.262Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1818 | 2024-04-25T19:23:45.847Z | Compiling num_enum v0.5.11 |
1819 | 2024-04-25T19:23:48.713Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1820 | 2024-04-25T19:23:48.999Z | Compiling getopts v0.2.21 |
1821 | 2024-04-25T19:23:49.745Z | Compiling dirs-sys-next v0.1.2 |
1822 | 2024-04-25T19:23:49.798Z | Compiling proc-macro-error-attr v1.0.4 |
1823 | 2024-04-25T19:23:50.699Z | Compiling rustls v0.22.4 |
1824 | 2024-04-25T19:23:50.813Z | Compiling cobs v0.2.3 |
1825 | 2024-04-25T19:23:51.557Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1826 | 2024-04-25T19:23:51.664Z | Compiling paste v1.0.14 |
1827 | 2024-04-25T19:23:51.794Z | Compiling unsafe-libyaml v0.2.10 |
1828 | 2024-04-25T19:23:52.030Z | Compiling embedded-io v0.4.0 |
1829 | 2024-04-25T19:23:52.239Z | Compiling postcard v1.0.8 |
1830 | 2024-04-25T19:23:52.875Z | Compiling serde_yaml v0.9.25 |
1831 | 2024-04-25T19:23:54.839Z | Compiling dirs-next v2.0.0 |
1832 | 2024-04-25T19:23:56.893Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1833 | 2024-04-25T19:24:02.012Z | Compiling rustls-webpki v0.102.1 |
1834 | 2024-04-25T19:24:05.546Z | Compiling strum_macros v0.26.1 |
1835 | 2024-04-25T19:24:05.830Z | Compiling structmeta-derive v0.3.0 |
1836 | 2024-04-25T19:24:06.634Z | Compiling foreign-types-macros v0.2.3 |
1837 | 2024-04-25T19:24:07.462Z | Compiling thread_local v1.1.7 |
1838 | 2024-04-25T19:24:07.505Z | Compiling proc-macro-error v1.0.4 |
1839 | 2024-04-25T19:24:07.590Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1840 | 2024-04-25T19:24:07.652Z | Compiling multer v3.0.0 |
1841 | 2024-04-25T19:24:08.003Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1842 | 2024-04-25T19:24:08.147Z | Compiling match_cfg v0.1.0 |
1843 | 2024-04-25T19:24:08.767Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1844 | 2024-04-25T19:24:08.894Z | Compiling slog-async v2.8.0 |
1845 | 2024-04-25T19:24:09.052Z | Compiling foreign-types-shared v0.3.1 |
1846 | 2024-04-25T19:24:09.083Z | Compiling strum v0.26.2 |
1847 | 2024-04-25T19:24:09.586Z | Compiling foreign-types v0.5.0 |
1848 | 2024-04-25T19:24:13.699Z | Compiling hostname v0.3.1 |
1849 | 2024-04-25T19:24:13.754Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1850 | 2024-04-25T19:24:14.181Z | Compiling structmeta v0.3.0 |
1851 | 2024-04-25T19:24:16.251Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1852 | 2024-04-25T19:24:22.645Z | Compiling term v0.7.0 |
1853 | 2024-04-25T19:24:25.103Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1854 | 2024-04-25T19:24:26.375Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1855 | 2024-04-25T19:24:27.020Z | Compiling slog-json v2.6.1 |
1856 | 2024-04-25T19:24:27.224Z | Compiling is-terminal v0.4.9 |
1857 | 2024-04-25T19:24:27.352Z | Compiling tabwriter v1.4.0 |
1858 | 2024-04-25T19:24:27.456Z | Compiling crossbeam-channel v0.5.8 |
1859 | 2024-04-25T19:24:27.980Z | Compiling http v1.0.0 |
1860 | 2024-04-25T19:24:28.773Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1861 | 2024-04-25T19:24:28.879Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1862 | 2024-04-25T19:24:29.402Z | Compiling async-stream-impl v0.3.5 |
1863 | 2024-04-25T19:24:29.552Z | Compiling cstr-argument v0.1.2 |
1864 | 2024-04-25T19:24:29.756Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1865 | 2024-04-25T19:24:29.782Z | Compiling rayon-core v1.12.1 |
1866 | 2024-04-25T19:24:30.034Z | Compiling atomic-waker v1.1.1 |
1867 | 2024-04-25T19:24:30.066Z | Compiling crucible-workspace-hack v0.1.0 |
1868 | 2024-04-25T19:24:30.127Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1869 | 2024-04-25T19:24:30.261Z | Compiling pretty-hex v0.2.1 |
1870 | 2024-04-25T19:24:30.339Z | Compiling fastrand v2.0.1 |
1871 | 2024-04-25T19:24:30.401Z | Compiling take_mut v0.2.2 |
1872 | 2024-04-25T19:24:30.821Z | Compiling tempfile v3.10.1 |
1873 | 2024-04-25T19:24:31.003Z | Compiling async-stream v0.3.5 |
1874 | 2024-04-25T19:24:31.267Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1875 | 2024-04-25T19:24:31.422Z | Compiling waitgroup v0.1.2 |
1876 | 2024-04-25T19:24:31.641Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1877 | 2024-04-25T19:24:32.014Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1878 | 2024-04-25T19:24:32.192Z | Compiling slog-term v2.9.1 |
1879 | 2024-04-25T19:24:32.348Z | Compiling slog-bunyan v2.5.0 |
1880 | 2024-04-25T19:24:32.569Z | Compiling tokio-rustls v0.25.0 |
1881 | 2024-04-25T19:24:32.943Z | Compiling parse-display-derive v0.9.0 |
1882 | 2024-04-25T19:24:32.992Z | Compiling rustls-pemfile v2.1.2 |
1883 | 2024-04-25T19:24:33.174Z | Compiling toml v0.8.12 |
1884 | 2024-04-25T19:24:33.613Z | Compiling serde_with_macros v3.7.0 |
1885 | 2024-04-25T19:24:34.170Z | Compiling sha1 v0.10.6 |
1886 | 2024-04-25T19:24:34.446Z | Compiling crossbeam-deque v0.8.3 |
1887 | 2024-04-25T19:24:34.774Z | Compiling colored v2.1.0 |
1888 | 2024-04-25T19:24:34.841Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1889 | 2024-04-25T19:24:35.791Z | Compiling newtype-uuid v1.1.0 |
1890 | 2024-04-25T19:24:35.889Z | Compiling serde_path_to_error v0.1.16 |
1891 | 2024-04-25T19:24:36.077Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1892 | 2024-04-25T19:24:36.108Z | Compiling socket2 v0.4.9 |
1893 | 2024-04-25T19:24:36.468Z | Compiling instant v0.1.12 |
1894 | 2024-04-25T19:24:36.633Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1895 | 2024-04-25T19:24:37.101Z | Compiling debug-ignore v1.0.5 |
1896 | 2024-04-25T19:24:37.543Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1897 | 2024-04-25T19:24:37.543Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1898 | 2024-04-25T19:24:37.543Z | Compiling backoff v0.4.0 |
1899 | 2024-04-25T19:24:37.579Z | Compiling parse-display v0.9.0 |
1900 | 2024-04-25T19:24:38.806Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1901 | 2024-04-25T19:24:39.065Z | Compiling serde_with v3.7.0 |
1902 | 2024-04-25T19:24:39.193Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1903 | 2024-04-25T19:24:40.293Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1904 | 2024-04-25T19:24:40.388Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1905 | 2024-04-25T19:24:41.034Z | Compiling camino-tempfile v1.1.1 |
1906 | 2024-04-25T19:24:41.665Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1907 | 2024-04-25T19:24:42.043Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1908 | 2024-04-25T19:24:42.196Z | Compiling macaddr v1.0.1 |
1909 | 2024-04-25T19:24:42.221Z | Compiling num-derive v0.4.0 |
1910 | 2024-04-25T19:24:42.440Z | Compiling sigpipe v0.1.3 |
1911 | 2024-04-25T19:24:42.552Z | Compiling libefi-sys v0.1.0 |
1912 | 2024-04-25T19:24:42.698Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1913 | 2024-04-25T19:24:42.825Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1914 | 2024-04-25T19:24:43.149Z | Compiling rayon v1.10.0 |
1915 | 2024-04-25T19:24:43.777Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
1916 | 2024-04-25T19:24:44.439Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1917 | 2024-04-25T19:24:45.166Z | Compiling smf v0.2.3 |
1918 | 2024-04-25T19:24:45.830Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1919 | 2024-04-25T19:24:45.924Z | Compiling blake3 v1.5.0 |
1920 | 2024-04-25T19:24:46.136Z | Compiling portable-atomic v1.4.3 |
1921 | 2024-04-25T19:24:46.849Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1922 | 2024-04-25T19:24:46.901Z | Compiling memmap2 v0.7.1 |
1923 | 2024-04-25T19:24:47.137Z | Compiling filetime v0.2.23 |
1924 | 2024-04-25T19:24:47.341Z | Compiling xattr v1.0.1 |
1925 | 2024-04-25T19:24:47.789Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1926 | 2024-04-25T19:24:47.821Z | Compiling arrayvec v0.7.4 |
1927 | 2024-04-25T19:24:47.821Z | Compiling constant_time_eq v0.3.0 |
1928 | 2024-04-25T19:24:47.821Z | Compiling arrayref v0.3.7 |
1929 | 2024-04-25T19:24:47.821Z | Compiling same-file v1.0.6 |
1930 | 2024-04-25T19:24:47.821Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1931 | 2024-04-25T19:24:47.821Z | Compiling tar v0.4.40 |
1932 | 2024-04-25T19:24:47.847Z | Compiling walkdir v2.5.0 |
1933 | 2024-04-25T19:24:47.889Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1934 | 2024-04-25T19:24:48.335Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1935 | 2024-04-25T19:24:48.488Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1936 | 2024-04-25T19:24:50.053Z | Compiling gethostname v0.4.3 |
1937 | 2024-04-25T19:24:50.301Z | Compiling number_prefix v0.4.0 |
1938 | 2024-04-25T19:24:50.507Z | Compiling topological-sort v0.2.2 |
1939 | 2024-04-25T19:24:50.718Z | Compiling omicron-zone-package v0.11.0 |
1940 | 2024-04-25T19:24:51.325Z | Compiling indicatif v0.17.8 |
1941 | 2024-04-25T19:24:51.875Z | Compiling swrite v0.1.0 |
1942 | 2024-04-25T19:24:57.308Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1943 | 2024-04-25T19:25:00.366Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1944 | 2024-04-25T19:25:02.105Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1945 | 2024-04-25T19:25:03.631Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1946 | 2024-04-25T19:25:19.262Z | Finished release [optimized] target(s) in 4m 13s |
1947 | 2024-04-25T19:25:19.482Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1948 | 2024-04-25T19:25:19.578Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1949 | 2024-04-25T19:25:19.604Z | Created new build target 'test' and set it as active |
1950 | 2024-04-25T19:25:19.604Z | |
1951 | 2024-04-25T19:25:19.604Z | real 4:14.134750124 |
1952 | 2024-04-25T19:25:19.604Z | user 24:52.365235712 |
1953 | 2024-04-25T19:25:19.604Z | sys 3:23.446368674 |
1954 | 2024-04-25T19:25:19.604Z | trap 0.799572922 |
1955 | 2024-04-25T19:25:19.604Z | tflt 0.782958572 |
1956 | 2024-04-25T19:25:19.604Z | dflt 1.002451029 |
1957 | 2024-04-25T19:25:19.604Z | kflt 0.004065214 |
1958 | 2024-04-25T19:25:19.604Z | lock 51:20.374259546 |
1959 | 2024-04-25T19:25:19.605Z | slp 1:08:57.940225220 |
1960 | 2024-04-25T19:25:19.605Z | lat 1:49.521500833 |
1961 | 2024-04-25T19:25:19.605Z | stop 3:31.311029060 |
1962 | 2024-04-25T19:25:19.605Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1963 | 2024-04-25T19:25:20.596Z | Finished release [optimized] target(s) in 0.95s |
1964 | 2024-04-25T19:25:20.624Z | Running `target/release/omicron-package -t test package` |
1965 | 2024-04-25T19:25:20.661Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1966 | 2024-04-25T19:25:21.741Z | Compiling newline-converter v0.3.0 |
1967 | 2024-04-25T19:25:21.741Z | Compiling usdt-attr-macro v0.5.0 |
1968 | 2024-04-25T19:25:21.741Z | Compiling usdt-macro v0.5.0 |
1969 | 2024-04-25T19:25:21.767Z | Compiling memmap v0.7.0 |
1970 | 2024-04-25T19:25:21.768Z | Compiling humantime v2.1.0 |
1971 | 2024-04-25T19:25:21.793Z | Compiling linked-hash-map v0.5.6 |
1972 | 2024-04-25T19:25:21.793Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1973 | 2024-04-25T19:25:21.793Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1974 | 2024-04-25T19:25:21.895Z | Compiling expectorate v1.1.0 |
1975 | 2024-04-25T19:25:22.053Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1976 | 2024-04-25T19:25:22.099Z | Compiling lru-cache v0.1.2 |
1977 | 2024-04-25T19:25:22.537Z | Compiling password-hash v0.5.0 |
1978 | 2024-04-25T19:25:22.564Z | Compiling blake2 v0.10.6 |
1979 | 2024-04-25T19:25:22.564Z | Compiling semver v0.1.20 |
1980 | 2024-04-25T19:25:22.564Z | Compiling bytecount v0.6.3 |
1981 | 2024-04-25T19:25:22.713Z | Compiling argon2 v0.5.3 |
1982 | 2024-04-25T19:25:22.740Z | Compiling rustc_version v0.1.7 |
1983 | 2024-04-25T19:25:22.927Z | Compiling papergrid v0.11.0 |
1984 | 2024-04-25T19:25:23.009Z | Compiling usdt v0.5.0 |
1985 | 2024-04-25T19:25:23.063Z | Compiling newtype_derive v0.1.6 |
1986 | 2024-04-25T19:25:23.153Z | Compiling tabled_derive v0.7.0 |
1987 | 2024-04-25T19:25:23.313Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1988 | 2024-04-25T19:25:23.931Z | Compiling quick-error v1.2.3 |
1989 | 2024-04-25T19:25:23.958Z | Compiling steno v0.4.0 |
1990 | 2024-04-25T19:25:24.063Z | Compiling resolv-conf v0.7.0 |
1991 | 2024-04-25T19:25:24.235Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1992 | 2024-04-25T19:25:24.743Z | Compiling derive-where v1.2.7 |
1993 | 2024-04-25T19:25:24.902Z | Compiling tabled v0.15.0 |
1994 | 2024-04-25T19:25:25.345Z | Compiling num-rational v0.4.1 |
1995 | 2024-04-25T19:25:25.611Z | Compiling slog-dtrace v0.3.0 |
1996 | 2024-04-25T19:25:25.858Z | Compiling termcolor v1.2.0 |
1997 | 2024-04-25T19:25:26.892Z | Compiling trust-dns-resolver v0.22.0 |
1998 | 2024-04-25T19:25:26.925Z | Compiling itertools v0.12.1 |
1999 | 2024-04-25T19:25:27.304Z | Compiling utf-8 v0.7.6 |
2000 | 2024-04-25T19:25:29.864Z | Compiling num-complex v0.4.5 |
2001 | 2024-04-25T19:25:30.740Z | Compiling num v0.4.2 |
2002 | 2024-04-25T19:25:30.812Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2003 | 2024-04-25T19:25:30.843Z | Compiling nibble_vec v0.1.0 |
2004 | 2024-04-25T19:25:31.008Z | Compiling endian-type v0.1.2 |
2005 | 2024-04-25T19:25:31.190Z | Compiling radium v0.7.0 |
2006 | 2024-04-25T19:25:31.554Z | Compiling radix_trie v0.2.1 |
2007 | 2024-04-25T19:25:31.628Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2008 | 2024-04-25T19:25:32.258Z | Compiling tungstenite v0.20.1 |
2009 | 2024-04-25T19:25:33.677Z | Compiling tap v1.0.1 |
2010 | 2024-04-25T19:25:33.789Z | Compiling maybe-uninit v2.0.0 |
2011 | 2024-04-25T19:25:33.829Z | Compiling wyz v0.5.1 |
2012 | 2024-04-25T19:25:34.196Z | Compiling tokio-tungstenite v0.20.1 |
2013 | 2024-04-25T19:25:34.656Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2014 | 2024-04-25T19:25:34.757Z | Compiling funty v2.0.0 |
2015 | 2024-04-25T19:25:36.481Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2016 | 2024-04-25T19:25:36.654Z | Compiling arc-swap v1.6.0 |
2017 | 2024-04-25T19:25:37.234Z | Compiling crc-catalog v2.2.0 |
2018 | 2024-04-25T19:25:37.354Z | Compiling cancel-safe-futures v0.1.5 |
2019 | 2024-04-25T19:25:37.627Z | Compiling num-bigint-dig v0.8.4 |
2020 | 2024-04-25T19:25:37.862Z | Compiling display-error-chain v0.2.0 |
2021 | 2024-04-25T19:25:38.008Z | Compiling packed_struct v0.10.1 |
2022 | 2024-04-25T19:25:38.395Z | Compiling crc v3.0.1 |
2023 | 2024-04-25T19:25:38.955Z | Compiling slog-scope v4.4.0 |
2024 | 2024-04-25T19:25:39.343Z | Compiling bitvec v1.0.1 |
2025 | 2024-04-25T19:25:39.776Z | Compiling fxhash v0.2.1 |
2026 | 2024-04-25T19:25:39.950Z | Compiling packed_struct_codegen v0.10.1 |
2027 | 2024-04-25T19:25:41.881Z | Compiling indexmap v1.9.3 |
2028 | 2024-04-25T19:25:42.105Z | Compiling nodrop v0.1.14 |
2029 | 2024-04-25T19:25:42.150Z | Compiling smallvec v0.6.14 |
2030 | 2024-04-25T19:25:42.198Z | Compiling array-init v0.0.4 |
2031 | 2024-04-25T19:25:42.484Z | Compiling slog-stdlog v4.1.1 |
2032 | 2024-04-25T19:25:43.140Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2033 | 2024-04-25T19:25:43.230Z | Compiling rayon-core v1.12.1 |
2034 | 2024-04-25T19:25:43.256Z | Compiling pkcs1 v0.7.5 |
2035 | 2024-04-25T19:25:44.627Z | Compiling signature v2.1.0 |
2036 | 2024-04-25T19:25:44.835Z | Compiling crossbeam-deque v0.8.3 |
2037 | 2024-04-25T19:25:45.096Z | Compiling dirs-sys-next v0.1.2 |
2038 | 2024-04-25T19:25:45.494Z | Compiling half v2.3.1 |
2039 | 2024-04-25T19:25:45.594Z | Compiling bitfield v0.14.0 |
2040 | 2024-04-25T19:25:46.182Z | Compiling ciborium-io v0.2.2 |
2041 | 2024-04-25T19:25:46.182Z | Compiling crunchy v0.2.2 |
2042 | 2024-04-25T19:25:46.258Z | Compiling same-file v1.0.6 |
2043 | 2024-04-25T19:25:46.258Z | Compiling glob v0.3.1 |
2044 | 2024-04-25T19:25:46.284Z | Compiling fastrand v2.0.1 |
2045 | 2024-04-25T19:25:46.309Z | Compiling hashbrown v0.12.3 |
2046 | 2024-04-25T19:25:46.680Z | Compiling tempfile v3.10.1 |
2047 | 2024-04-25T19:25:46.810Z | Compiling clang-sys v1.6.1 |
2048 | 2024-04-25T19:25:47.344Z | Compiling walkdir v2.5.0 |
2049 | 2024-04-25T19:25:47.368Z | Compiling ciborium-ll v0.2.2 |
2050 | 2024-04-25T19:25:47.773Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2051 | 2024-04-25T19:25:47.854Z | Compiling dirs-next v2.0.0 |
2052 | 2024-04-25T19:25:48.156Z | Compiling rsa v0.9.2 |
2053 | 2024-04-25T19:25:49.707Z | Compiling serde-hex v0.1.0 |
2054 | 2024-04-25T19:25:50.415Z | Compiling slog-envlogger v2.2.0 |
2055 | 2024-04-25T19:25:52.154Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2056 | 2024-04-25T19:25:52.255Z | Compiling env_logger v0.10.0 |
2057 | 2024-04-25T19:25:52.409Z | Compiling camino v1.1.6 |
2058 | 2024-04-25T19:25:52.463Z | Compiling x509-cert v0.2.4 |
2059 | 2024-04-25T19:25:52.559Z | Compiling ron v0.8.1 |
2060 | 2024-04-25T19:25:53.131Z | Compiling hashbrown v0.13.2 |
2061 | 2024-04-25T19:25:54.153Z | Compiling unicase v2.7.0 |
2062 | 2024-04-25T19:25:54.388Z | Compiling prettyplease v0.2.19 |
2063 | 2024-04-25T19:25:54.636Z | Compiling tiny-keccak v2.0.2 |
2064 | 2024-04-25T19:25:54.874Z | Compiling crc-any v2.4.3 |
2065 | 2024-04-25T19:25:55.376Z | Compiling blake3 v1.5.0 |
2066 | 2024-04-25T19:25:55.612Z | Compiling object v0.30.4 |
2067 | 2024-04-25T19:25:55.637Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2068 | 2024-04-25T19:25:57.007Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2069 | 2024-04-25T19:25:58.137Z | Compiling rayon v1.10.0 |
2070 | 2024-04-25T19:26:00.131Z | Compiling term v0.7.0 |
2071 | 2024-04-25T19:26:01.211Z | Compiling ciborium v0.2.2 |
2072 | 2024-04-25T19:26:01.800Z | Compiling xattr v1.0.1 |
2073 | 2024-04-25T19:26:01.834Z | Compiling filetime v0.2.23 |
2074 | 2024-04-25T19:26:02.020Z | Compiling atty v0.2.14 |
2075 | 2024-04-25T19:26:02.095Z | Compiling memmap2 v0.7.1 |
2076 | 2024-04-25T19:26:02.166Z | Compiling constant_time_eq v0.3.0 |
2077 | 2024-04-25T19:26:02.312Z | Compiling home v0.5.5 |
2078 | 2024-04-25T19:26:02.494Z | Compiling arrayvec v0.7.4 |
2079 | 2024-04-25T19:26:02.536Z | Compiling path-slash v0.1.5 |
2080 | 2024-04-25T19:26:02.751Z | Compiling arrayref v0.3.7 |
2081 | 2024-04-25T19:26:02.868Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2082 | 2024-04-25T19:26:03.056Z | Compiling toolchain_find v0.4.0 |
2083 | 2024-04-25T19:26:03.558Z | Compiling tar v0.4.40 |
2084 | 2024-04-25T19:26:04.376Z | Compiling ascii-canvas v3.0.0 |
2085 | 2024-04-25T19:26:04.759Z | Compiling camino-tempfile v1.1.1 |
2086 | 2024-04-25T19:26:05.069Z | Compiling toml v0.8.12 |
2087 | 2024-04-25T19:26:05.124Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2088 | 2024-04-25T19:26:05.459Z | Compiling is-terminal v0.4.9 |
2089 | 2024-04-25T19:26:05.566Z | Compiling libsw v3.3.1 |
2090 | 2024-04-25T19:26:05.837Z | Compiling ena v0.14.2 |
2091 | 2024-04-25T19:26:06.166Z | Compiling libloading v0.7.4 |
2092 | 2024-04-25T19:26:06.196Z | Compiling linear-map v1.2.0 |
2093 | 2024-04-25T19:26:06.295Z | Compiling convert_case v0.4.0 |
2094 | 2024-04-25T19:26:06.458Z | Compiling bindgen v0.69.2 |
2095 | 2024-04-25T19:26:06.521Z | Compiling topological-sort v0.2.2 |
2096 | 2024-04-25T19:26:06.703Z | Compiling diff v0.1.13 |
2097 | 2024-04-25T19:26:06.809Z | Compiling parking_lot_core v0.8.6 |
2098 | 2024-04-25T19:26:06.911Z | Compiling regex-syntax v0.6.29 |
2099 | 2024-04-25T19:26:07.135Z | Compiling owo-colors v4.0.0 |
2100 | 2024-04-25T19:26:07.164Z | Compiling derive_more v0.99.17 |
2101 | 2024-04-25T19:26:09.103Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2102 | 2024-04-25T19:26:09.714Z | Compiling lalrpop v0.19.12 |
2103 | 2024-04-25T19:26:10.686Z | Compiling omicron-zone-package v0.11.0 |
2104 | 2024-04-25T19:26:12.301Z | Compiling rustfmt-wrapper v0.2.1 |
2105 | 2024-04-25T19:26:12.481Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2106 | 2024-04-25T19:26:12.891Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2107 | 2024-04-25T19:26:14.637Z | Compiling cexpr v0.6.0 |
2108 | 2024-04-25T19:26:14.802Z | Compiling which v4.4.0 |
2109 | 2024-04-25T19:26:15.015Z | Compiling lazycell v1.3.0 |
2110 | 2024-04-25T19:26:15.143Z | Compiling rustc-hash v1.1.0 |
2111 | 2024-04-25T19:26:15.238Z | Compiling peeking_take_while v0.1.2 |
2112 | 2024-04-25T19:26:15.278Z | Compiling shlex v1.3.0 |
2113 | 2024-04-25T19:26:15.361Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2114 | 2024-04-25T19:26:16.796Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2115 | 2024-04-25T19:26:17.598Z | Compiling derive_builder_core v0.20.0 |
2116 | 2024-04-25T19:26:18.765Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2117 | 2024-04-25T19:26:18.801Z | Compiling pem v3.0.4 |
2118 | 2024-04-25T19:26:19.064Z | Compiling headers-core v0.2.0 |
2119 | 2024-04-25T19:26:19.170Z | Compiling libxml v0.3.3 |
2120 | 2024-04-25T19:26:19.268Z | Compiling async-recursion v1.1.0 |
2121 | 2024-04-25T19:26:19.455Z | Compiling ref-cast v1.0.22 |
2122 | 2024-04-25T19:26:20.563Z | Compiling platforms v3.0.2 |
2123 | 2024-04-25T19:26:20.597Z | Compiling derive_builder_macro v0.20.0 |
2124 | 2024-04-25T19:26:20.597Z | Compiling headers v0.3.9 |
2125 | 2024-04-25T19:26:20.597Z | Compiling parking_lot v0.11.2 |
2126 | 2024-04-25T19:26:20.637Z | Compiling mime_guess v2.0.4 |
2127 | 2024-04-25T19:26:21.449Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2128 | 2024-04-25T19:26:22.476Z | Compiling trust-dns-client v0.22.0 |
2129 | 2024-04-25T19:26:24.253Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2130 | 2024-04-25T19:26:24.253Z | Compiling strum_macros v0.24.3 |
2131 | 2024-04-25T19:26:24.431Z | Compiling toml v0.5.11 |
2132 | 2024-04-25T19:26:25.272Z | Compiling ref-cast-impl v1.0.22 |
2133 | 2024-04-25T19:26:26.052Z | Compiling vte_generate_state_changes v0.1.1 |
2134 | 2024-04-25T19:26:26.174Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2135 | 2024-04-25T19:26:26.216Z | Compiling samael v0.0.15 |
2136 | 2024-04-25T19:26:26.439Z | Compiling cookie v0.18.1 |
2137 | 2024-04-25T19:26:26.515Z | Compiling indoc v1.0.9 |
2138 | 2024-04-25T19:26:26.560Z | Compiling buf-list v1.0.3 |
2139 | 2024-04-25T19:26:26.694Z | Compiling cfg_aliases v0.1.1 |
2140 | 2024-04-25T19:26:26.786Z | Compiling nix v0.28.0 |
2141 | 2024-04-25T19:26:27.121Z | Compiling vte v0.11.1 |
2142 | 2024-04-25T19:26:27.390Z | Compiling trust-dns-server v0.22.1 |
2143 | 2024-04-25T19:26:28.902Z | Compiling sled v0.34.7 |
2144 | 2024-04-25T19:26:29.772Z | Compiling polar-core v0.27.3 |
2145 | 2024-04-25T19:26:30.481Z | Compiling derive_builder v0.20.0 |
2146 | 2024-04-25T19:26:31.078Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2147 | 2024-04-25T19:26:32.011Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2148 | 2024-04-25T19:26:32.245Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2149 | 2024-04-25T19:26:33.523Z | Compiling fd-lock v4.0.2 |
2150 | 2024-04-25T19:26:33.691Z | Compiling bb8 v0.8.3 |
2151 | 2024-04-25T19:26:34.099Z | Compiling const_format_proc_macros v0.2.32 |
2152 | 2024-04-25T19:26:35.061Z | Compiling quick-xml v0.31.0 |
2153 | 2024-04-25T19:26:35.637Z | Compiling impl-trait-for-tuples v0.2.2 |
2154 | 2024-04-25T19:26:36.278Z | Compiling oso-derive v0.27.3 |
2155 | 2024-04-25T19:26:37.033Z | Compiling pin-project-internal v1.1.3 |
2156 | 2024-04-25T19:26:39.100Z | Compiling memoffset v0.7.1 |
2157 | 2024-04-25T19:26:39.344Z | Compiling maplit v1.0.2 |
2158 | 2024-04-25T19:26:39.552Z | Compiling pin-project v1.1.3 |
2159 | 2024-04-25T19:26:39.663Z | Compiling const_format v0.2.32 |
2160 | 2024-04-25T19:26:40.726Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2161 | 2024-04-25T19:26:42.637Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2162 | 2024-04-25T19:26:44.529Z | Compiling curve25519-dalek v4.1.2 |
2163 | 2024-04-25T19:26:46.116Z | Compiling strip-ansi-escapes v0.2.0 |
2164 | 2024-04-25T19:26:47.144Z | Compiling oso v0.27.3 |
2165 | 2024-04-25T19:26:59.083Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2166 | 2024-04-25T19:26:59.291Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2167 | 2024-04-25T19:27:00.261Z | Compiling kstat-rs v0.2.3 |
2168 | 2024-04-25T19:27:01.004Z | Compiling snafu-derive v0.8.2 |
2169 | 2024-04-25T19:27:02.158Z | Compiling fs-err v2.11.0 |
2170 | 2024-04-25T19:27:03.616Z | Compiling keccak v0.1.4 |
2171 | 2024-04-25T19:27:03.651Z | Compiling nu-ansi-term v0.50.0 |
2172 | 2024-04-25T19:27:03.651Z | Compiling sha3 v0.10.8 |
2173 | 2024-04-25T19:27:03.651Z | Compiling reedline v0.31.0 |
2174 | 2024-04-25T19:27:04.022Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2175 | 2024-04-25T19:27:04.733Z | Compiling snafu v0.8.2 |
2176 | 2024-04-25T19:27:06.035Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2177 | 2024-04-25T19:27:06.146Z | Compiling env_logger v0.9.3 |
2178 | 2024-04-25T19:27:08.861Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2179 | 2024-04-25T19:27:09.929Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2180 | 2024-04-25T19:27:15.008Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2181 | 2024-04-25T19:27:15.368Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2182 | 2024-04-25T19:27:15.920Z | Compiling globset v0.4.13 |
2183 | 2024-04-25T19:27:16.558Z | Compiling peg-macros v0.8.2 |
2184 | 2024-04-25T19:27:16.953Z | Compiling olpc-cjson v0.1.3 |
2185 | 2024-04-25T19:27:17.214Z | Compiling universal-hash v0.5.1 |
2186 | 2024-04-25T19:27:17.391Z | Compiling secrecy v0.8.0 |
2187 | 2024-04-25T19:27:17.596Z | Compiling serde_plain v1.0.2 |
2188 | 2024-04-25T19:27:18.003Z | Compiling bitstruct_derive v0.1.0 |
2189 | 2024-04-25T19:27:18.979Z | Compiling curve25519-dalek-derive v0.1.0 |
2190 | 2024-04-25T19:27:19.011Z | Compiling thiserror-impl-no-std v2.0.2 |
2191 | 2024-04-25T19:27:20.051Z | Compiling sqlparser_derive v0.2.2 |
2192 | 2024-04-25T19:27:21.065Z | Compiling nanorand v0.7.0 |
2193 | 2024-04-25T19:27:21.135Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2194 | 2024-04-25T19:27:21.169Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2195 | 2024-04-25T19:27:21.395Z | Compiling ascii v1.1.0 |
2196 | 2024-04-25T19:27:21.485Z | Compiling typed-path v0.7.0 |
2197 | 2024-04-25T19:27:21.992Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2198 | 2024-04-25T19:27:22.145Z | Compiling signature v1.6.4 |
2199 | 2024-04-25T19:27:22.247Z | Compiling opaque-debug v0.3.0 |
2200 | 2024-04-25T19:27:22.336Z | Compiling unicode_categories v0.1.1 |
2201 | 2024-04-25T19:27:22.363Z | Compiling salty v0.2.0 |
2202 | 2024-04-25T19:27:22.535Z | Compiling rustyline v14.0.0 |
2203 | 2024-04-25T19:27:22.636Z | Compiling sqlformat v0.2.3 |
2204 | 2024-04-25T19:27:22.707Z | Compiling poly1305 v0.8.0 |
2205 | 2024-04-25T19:27:23.870Z | Compiling tough v0.17.1 |
2206 | 2024-04-25T19:27:23.994Z | Compiling ed25519 v1.5.3 |
2207 | 2024-04-25T19:27:24.425Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2208 | 2024-04-25T19:27:26.277Z | Compiling flume v0.11.0 |
2209 | 2024-04-25T19:27:26.853Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2210 | 2024-04-25T19:27:26.893Z | Compiling thiserror-no-std v2.0.2 |
2211 | 2024-04-25T19:27:26.994Z | Compiling sqlparser v0.45.0 |
2212 | 2024-04-25T19:27:28.980Z | Compiling bitstruct v0.1.1 |
2213 | 2024-04-25T19:27:29.085Z | Compiling peg v0.8.2 |
2214 | 2024-04-25T19:27:29.191Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2215 | 2024-04-25T19:27:32.740Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2216 | 2024-04-25T19:27:33.222Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2217 | 2024-04-25T19:27:37.875Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2218 | 2024-04-25T19:27:38.977Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2219 | 2024-04-25T19:27:39.203Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2220 | 2024-04-25T19:27:39.472Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2221 | 2024-04-25T19:27:40.433Z | Compiling chacha20 v0.9.1 |
2222 | 2024-04-25T19:27:40.824Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2223 | 2024-04-25T19:27:45.159Z | Compiling aead v0.5.2 |
2224 | 2024-04-25T19:27:45.659Z | Compiling bcs v0.1.6 |
2225 | 2024-04-25T19:27:45.659Z | Compiling erased-serde v0.3.31 |
2226 | 2024-04-25T19:27:45.659Z | Compiling serde-big-array v0.5.1 |
2227 | 2024-04-25T19:27:45.660Z | Compiling serde_arrays v0.1.0 |
2228 | 2024-04-25T19:27:45.660Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2229 | 2024-04-25T19:27:45.660Z | Compiling parse-size v1.0.0 |
2230 | 2024-04-25T19:27:45.661Z | Compiling highway v1.1.0 |
2231 | 2024-04-25T19:27:45.662Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2232 | 2024-04-25T19:27:45.806Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2233 | 2024-04-25T19:27:46.572Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2234 | 2024-04-25T19:27:46.573Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2235 | 2024-04-25T19:27:58.041Z | Compiling chacha20poly1305 v0.10.1 |
2236 | 2024-04-25T19:27:58.164Z | Compiling vsss-rs v3.3.4 |
2237 | 2024-04-25T19:28:00.744Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2238 | 2024-04-25T19:28:01.285Z | Compiling signal-hook-tokio v0.3.1 |
2239 | 2024-04-25T19:28:01.402Z | Compiling heck v0.3.3 |
2240 | 2024-04-25T19:28:01.697Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2241 | 2024-04-25T19:28:03.579Z | Compiling castaway v0.2.2 |
2242 | 2024-04-25T19:28:03.681Z | Compiling rand_seeder v0.2.3 |
2243 | 2024-04-25T19:28:03.745Z | Compiling serde-big-array v0.4.1 |
2244 | 2024-04-25T19:28:03.858Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2245 | 2024-04-25T19:28:04.102Z | Compiling http-range v0.1.5 |
2246 | 2024-04-25T19:28:04.566Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2247 | 2024-04-25T19:28:04.839Z | Compiling hyper-staticfile v0.9.5 |
2248 | 2024-04-25T19:28:05.566Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2249 | 2024-04-25T19:28:05.812Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2250 | 2024-04-25T19:28:06.752Z | Compiling compact_str v0.7.1 |
2251 | 2024-04-25T19:28:07.459Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2252 | 2024-04-25T19:28:07.961Z | Compiling zone_cfg_derive v0.1.2 |
2253 | 2024-04-25T19:28:09.015Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2254 | 2024-04-25T19:28:13.568Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2255 | 2024-04-25T19:28:13.840Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2256 | 2024-04-25T19:28:27.833Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2257 | 2024-04-25T19:28:27.987Z | Compiling tungstenite v0.21.0 |
2258 | 2024-04-25T19:28:28.046Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2259 | 2024-04-25T19:28:28.047Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2260 | 2024-04-25T19:28:28.047Z | Compiling lru v0.12.1 |
2261 | 2024-04-25T19:28:28.047Z | Compiling stability v0.2.0 |
2262 | 2024-04-25T19:28:28.048Z | Compiling indoc v2.0.3 |
2263 | 2024-04-25T19:28:28.048Z | Compiling corncobs v0.1.3 |
2264 | 2024-04-25T19:28:28.048Z | Compiling base64 v0.13.1 |
2265 | 2024-04-25T19:28:28.048Z | Compiling cassowary v0.3.0 |
2266 | 2024-04-25T19:28:28.048Z | Compiling ratatui v0.26.2 |
2267 | 2024-04-25T19:28:28.049Z | Compiling ron v0.7.1 |
2268 | 2024-04-25T19:28:29.994Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2269 | 2024-04-25T19:28:30.634Z | Compiling tokio-tungstenite v0.21.0 |
2270 | 2024-04-25T19:28:31.456Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2271 | 2024-04-25T19:28:31.655Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2272 | 2024-04-25T19:28:32.152Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2273 | 2024-04-25T19:28:40.903Z | Compiling zone v0.1.8 |
2274 | 2024-04-25T19:28:43.448Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2275 | 2024-04-25T19:28:50.539Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2276 | 2024-04-25T19:28:52.417Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2277 | 2024-04-25T19:28:52.809Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2278 | 2024-04-25T19:28:53.392Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2279 | 2024-04-25T19:28:53.634Z | Compiling portpicker v0.1.1 |
2280 | 2024-04-25T19:28:54.038Z | Compiling unicode-linebreak v0.1.5 |
2281 | 2024-04-25T19:28:54.440Z | Compiling smawk v0.3.1 |
2282 | 2024-04-25T19:28:54.639Z | Compiling textwrap v0.16.1 |
2283 | 2024-04-25T19:28:57.622Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2284 | 2024-04-25T19:28:57.835Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2285 | 2024-04-25T19:28:58.827Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2286 | 2024-04-25T19:29:04.651Z | Compiling rcgen v0.12.1 |
2287 | 2024-04-25T19:29:07.459Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2288 | 2024-04-25T19:29:07.830Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2289 | 2024-04-25T19:29:09.211Z | Compiling atomicwrites v0.4.3 |
2290 | 2024-04-25T19:29:09.486Z | Compiling fatfs v0.3.6 |
2291 | 2024-04-25T19:29:09.643Z | Compiling subprocess v0.2.9 |
2292 | 2024-04-25T19:29:11.680Z | Compiling rtoolbox v0.0.1 |
2293 | 2024-04-25T19:29:12.026Z | Compiling assert_matches v1.5.0 |
2294 | 2024-04-25T19:29:12.113Z | Compiling is_ci v1.2.0 |
2295 | 2024-04-25T19:29:12.343Z | Compiling supports-color v3.0.0 |
2296 | 2024-04-25T19:29:12.784Z | Compiling rpassword v7.3.1 |
2297 | 2024-04-25T19:29:13.281Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2298 | 2024-04-25T19:29:13.307Z | Compiling tui-tree-widget v0.19.0 |
2299 | 2024-04-25T19:29:13.454Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2300 | 2024-04-25T19:29:13.814Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2301 | 2024-04-25T19:29:15.039Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2302 | 2024-04-25T19:29:15.595Z | Compiling csv-core v0.1.11 |
2303 | 2024-04-25T19:29:16.065Z | Compiling shell-words v1.1.0 |
2304 | 2024-04-25T19:29:16.386Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2305 | 2024-04-25T19:29:18.265Z | Compiling csv v1.3.0 |
2306 | 2024-04-25T19:29:18.514Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2307 | 2024-04-25T19:29:19.912Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2308 | 2024-04-25T19:29:28.332Z | Compiling multimap v0.10.0 |
2309 | 2024-04-25T19:29:28.363Z | Compiling uzers v0.11.3 |
2310 | 2024-04-25T19:29:30.686Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2311 | 2024-04-25T19:31:08.693Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2312 | 2024-04-25T19:31:22.382Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2313 | 2024-04-25T19:36:47.772Z | Finished release [optimized] target(s) in 11m 27s |
2314 | 2024-04-25T19:38:11.057Z | |
2315 | 2024-04-25T19:38:11.057Z | real 12:51.468754460 |
2316 | 2024-04-25T19:38:11.057Z | user 1:23:54.208458099 |
2317 | 2024-04-25T19:38:11.057Z | sys 3:58.464154132 |
2318 | 2024-04-25T19:38:11.057Z | trap 2.042133013 |
2319 | 2024-04-25T19:38:11.057Z | tflt 1.065651636 |
2320 | 2024-04-25T19:38:11.057Z | dflt 3.625423856 |
2321 | 2024-04-25T19:38:11.057Z | kflt 0.017432913 |
2322 | 2024-04-25T19:38:11.057Z | lock 5:20:19.789256082 |
2323 | 2024-04-25T19:38:11.082Z | slp 3:13:51.767444510 |
2324 | 2024-04-25T19:38:11.082Z | lat 2:00.164797456 |
2325 | 2024-04-25T19:38:11.082Z | stop 1:01.493573682 |
2326 | 2024-04-25T19:38:11.082Z | + ptime -m cargo build --locked --release -p xtask |
2327 | 2024-04-25T19:38:11.707Z | Downloading crates ... |
2328 | 2024-04-25T19:38:11.770Z | Downloaded cargo_metadata v0.18.1 |
2329 | 2024-04-25T19:38:11.795Z | Downloaded cargo_toml v0.19.2 |
2330 | 2024-04-25T19:38:11.795Z | Downloaded cargo-platform v0.1.3 |
2331 | 2024-04-25T19:38:11.795Z | Compiling serde v1.0.198 |
2332 | 2024-04-25T19:38:11.796Z | Compiling libc v0.2.153 |
2333 | 2024-04-25T19:38:11.796Z | Compiling rustix v0.38.31 |
2334 | 2024-04-25T19:38:11.796Z | Compiling bitflags v2.4.2 |
2335 | 2024-04-25T19:38:11.796Z | Compiling hashbrown v0.14.3 |
2336 | 2024-04-25T19:38:11.796Z | Compiling syn v2.0.59 |
2337 | 2024-04-25T19:38:11.796Z | Compiling serde_json v1.0.116 |
2338 | 2024-04-25T19:38:11.835Z | Compiling anyhow v1.0.82 |
2339 | 2024-04-25T19:38:12.935Z | Compiling indexmap v2.2.6 |
2340 | 2024-04-25T19:38:13.305Z | Compiling errno v0.3.8 |
2341 | 2024-04-25T19:38:14.307Z | Compiling terminal_size v0.3.0 |
2342 | 2024-04-25T19:38:14.411Z | Compiling clap_builder v4.5.2 |
2343 | 2024-04-25T19:38:17.106Z | Compiling serde_derive v1.0.198 |
2344 | 2024-04-25T19:38:17.106Z | Compiling thiserror-impl v1.0.58 |
2345 | 2024-04-25T19:38:17.132Z | Compiling clap_derive v4.5.4 |
2346 | 2024-04-25T19:38:18.980Z | Compiling thiserror v1.0.58 |
2347 | 2024-04-25T19:38:20.584Z | Compiling clap v4.5.4 |
2348 | 2024-04-25T19:38:27.186Z | Compiling serde_spanned v0.6.5 |
2349 | 2024-04-25T19:38:27.186Z | Compiling toml_datetime v0.6.5 |
2350 | 2024-04-25T19:38:27.213Z | Compiling cargo-platform v0.1.3 |
2351 | 2024-04-25T19:38:27.213Z | Compiling semver v1.0.22 |
2352 | 2024-04-25T19:38:27.213Z | Compiling camino v1.1.6 |
2353 | 2024-04-25T19:38:27.213Z | Compiling macaddr v1.0.1 |
2354 | 2024-04-25T19:38:27.485Z | Compiling toml_edit v0.22.9 |
2355 | 2024-04-25T19:38:28.647Z | Compiling cargo_metadata v0.18.1 |
2356 | 2024-04-25T19:38:30.437Z | Compiling toml v0.8.12 |
2357 | 2024-04-25T19:38:31.518Z | Compiling cargo_toml v0.19.2 |
2358 | 2024-04-25T19:38:42.566Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2359 | 2024-04-25T19:38:53.945Z | Finished release [optimized] target(s) in 42.81s |
2360 | 2024-04-25T19:38:54.006Z | |
2361 | 2024-04-25T19:38:54.006Z | real 42.918575425 |
2362 | 2024-04-25T19:38:54.006Z | user 2:44.616506752 |
2363 | 2024-04-25T19:38:54.006Z | sys 17.512331882 |
2364 | 2024-04-25T19:38:54.006Z | trap 0.066008892 |
2365 | 2024-04-25T19:38:54.006Z | tflt 0.162750405 |
2366 | 2024-04-25T19:38:54.007Z | dflt 0.862172564 |
2367 | 2024-04-25T19:38:54.007Z | kflt 0.000055126 |
2368 | 2024-04-25T19:38:54.007Z | lock 4:07.205480245 |
2369 | 2024-04-25T19:38:54.007Z | slp 3:16.343961843 |
2370 | 2024-04-25T19:38:54.007Z | lat 2.939381760 |
2371 | 2024-04-25T19:38:54.007Z | stop 2.938960786 |
2372 | 2024-04-25T19:38:54.038Z | + 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) |
2373 | 2024-04-25T19:38:54.038Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2374 | 2024-04-25T19:39:06.524Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2375 | 2024-04-25T19:39:06.524Z | a out/mg-ddm-gz.tar 73905K |
2376 | 2024-04-25T19:39:06.524Z | a out/omicron-sled-agent.tar 95631K |
2377 | 2024-04-25T19:39:06.524Z | a out/oxlog.tar 2913K |
2378 | 2024-04-25T19:39:06.524Z | a out/pumpkind-gz.tar 26544K |
2379 | 2024-04-25T19:39:06.524Z | a out/target/test 1K |
2380 | 2024-04-25T19:39:06.524Z | a out/npuzone/npuzone 36313K |
2381 | 2024-04-25T19:39:06.524Z | a package-manifest.toml 27K |
2382 | 2024-04-25T19:39:06.524Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2383 | 2024-04-25T19:39:06.524Z | a target/release/omicron-package 30398K |
2384 | 2024-04-25T19:39:06.524Z | a target/release/xtask 6663K |
2385 | 2024-04-25T19:39:06.970Z | |
2386 | 2024-04-25T19:39:06.970Z | real 12.505798469 |
2387 | 2024-04-25T19:39:06.970Z | user 11.785815557 |
2388 | 2024-04-25T19:39:06.970Z | sys 1.209409629 |
2389 | 2024-04-25T19:39:06.970Z | trap 0.002568577 |
2390 | 2024-04-25T19:39:06.970Z | tflt 0.000000000 |
2391 | 2024-04-25T19:39:06.971Z | dflt 0.000000000 |
2392 | 2024-04-25T19:39:06.971Z | kflt 0.000000000 |
2393 | 2024-04-25T19:39:06.971Z | lock 0.000000000 |
2394 | 2024-04-25T19:39:06.975Z | slp 11.429521304 |
2395 | 2024-04-25T19:39:06.975Z | lat 0.580060992 |
2396 | 2024-04-25T19:39:06.975Z | stop 0.000247760 |
2397 | 2024-04-25T19:39:06.975Z | ++ pwd |
2398 | 2024-04-25T19:39:06.975Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2399 | 2024-04-25T19:39:06.975Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2400 | 2024-04-25T19:39:06.975Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2401 | 2024-04-25T19:39:07.551Z | Finished release [optimized] target(s) in 0.96s |
2402 | 2024-04-25T19:39:07.580Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2403 | 2024-04-25T19:39:07.624Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2404 | 2024-04-25T19:39:07.654Z | Created new build target 'host' and set it as active |
2405 | 2024-04-25T19:39:07.655Z | |
2406 | 2024-04-25T19:39:07.655Z | real 1.096841914 |
2407 | 2024-04-25T19:39:07.655Z | user 0.697221809 |
2408 | 2024-04-25T19:39:07.655Z | sys 0.399060869 |
2409 | 2024-04-25T19:39:07.656Z | trap 0.000068686 |
2410 | 2024-04-25T19:39:07.656Z | tflt 0.000029197 |
2411 | 2024-04-25T19:39:07.656Z | dflt 0.000053541 |
2412 | 2024-04-25T19:39:07.656Z | kflt 0.000000000 |
2413 | 2024-04-25T19:39:07.657Z | lock 0.033345059 |
2414 | 2024-04-25T19:39:07.657Z | slp 0.130409872 |
2415 | 2024-04-25T19:39:07.657Z | lat 0.008408515 |
2416 | 2024-04-25T19:39:07.657Z | stop 0.000358961 |
2417 | 2024-04-25T19:39:07.658Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2418 | 2024-04-25T19:39:08.632Z | Finished release [optimized] target(s) in 0.94s |
2419 | 2024-04-25T19:39:08.662Z | Running `target/release/omicron-package -t host package` |
2420 | 2024-04-25T19:39:08.705Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2421 | 2024-04-25T19:39:09.738Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2422 | 2024-04-25T19:41:28.756Z | Finished release [optimized] target(s) in 2m 19s |
2423 | 2024-04-25T19:42:12.132Z | |
2424 | 2024-04-25T19:42:12.132Z | real 3:04.493699564 |
2425 | 2024-04-25T19:42:12.132Z | user 12:26.666821085 |
2426 | 2024-04-25T19:42:12.132Z | sys 46.143577464 |
2427 | 2024-04-25T19:42:12.132Z | trap 0.260745732 |
2428 | 2024-04-25T19:42:12.132Z | tflt 0.071491906 |
2429 | 2024-04-25T19:42:12.132Z | dflt 5.285371194 |
2430 | 2024-04-25T19:42:12.159Z | kflt 0.000134942 |
2431 | 2024-04-25T19:42:12.159Z | lock 1:08:12.047843430 |
2432 | 2024-04-25T19:42:12.159Z | slp 11:33.184723539 |
2433 | 2024-04-25T19:42:12.159Z | lat 10.134565215 |
2434 | 2024-04-25T19:42:12.159Z | stop 1.037242929 |
2435 | 2024-04-25T19:42:12.159Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2436 | 2024-04-25T19:42:12.159Z | + for package in "$@" |
2437 | 2024-04-25T19:42:12.159Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git503ad20b27a |
2438 | 2024-04-25T19:42:13.184Z | Finished release [optimized] target(s) in 0.98s |
2439 | 2024-04-25T19:42:13.217Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git503ad20b27a` |
2440 | 2024-04-25T19:42:13.252Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2441 | 2024-04-25T19:42:13.513Z | Created: out/versioned/omicron-sled-agent.tar |
2442 | 2024-04-25T19:42:13.537Z | + for package in "$@" |
2443 | 2024-04-25T19:42:13.538Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git503ad20b27a |
2444 | 2024-04-25T19:42:14.585Z | Finished release [optimized] target(s) in 1.00s |
2445 | 2024-04-25T19:42:14.618Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git503ad20b27a` |
2446 | 2024-04-25T19:42:14.662Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2447 | 2024-04-25T19:42:14.847Z | Created: out/versioned/mg-ddm-gz.tar |
2448 | 2024-04-25T19:42:14.871Z | + for package in "$@" |
2449 | 2024-04-25T19:42:14.871Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git503ad20b27a |
2450 | 2024-04-25T19:42:15.861Z | Finished release [optimized] target(s) in 0.94s |
2451 | 2024-04-25T19:42:15.893Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git503ad20b27a` |
2452 | 2024-04-25T19:42:15.964Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2453 | 2024-04-25T19:42:17.199Z | Created: out/versioned/propolis-server.tar.gz |
2454 | 2024-04-25T19:42:17.230Z | + for package in "$@" |
2455 | 2024-04-25T19:42:17.230Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git503ad20b27a |
2456 | 2024-04-25T19:42:22.464Z | Finished release [optimized] target(s) in 0.98s |
2457 | 2024-04-25T19:42:22.655Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git503ad20b27a` |
2458 | 2024-04-25T19:42:22.655Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2459 | 2024-04-25T19:42:22.655Z | Created: out/versioned/overlay.tar.gz |
2460 | 2024-04-25T19:42:22.655Z | + for package in "$@" |
2461 | 2024-04-25T19:42:22.656Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git503ad20b27a |
2462 | 2024-04-25T19:42:22.656Z | Finished release [optimized] target(s) in 1.06s |
2463 | 2024-04-25T19:42:22.656Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git503ad20b27a` |
2464 | 2024-04-25T19:42:22.656Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2465 | 2024-04-25T19:42:22.656Z | Created: out/versioned/oxlog.tar |
2466 | 2024-04-25T19:42:22.656Z | + for package in "$@" |
2467 | 2024-04-25T19:42:22.656Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git503ad20b27a |
2468 | 2024-04-25T19:42:22.656Z | Finished release [optimized] target(s) in 0.98s |
2469 | 2024-04-25T19:42:22.656Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git503ad20b27a` |
2470 | 2024-04-25T19:42:22.656Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2471 | 2024-04-25T19:42:22.656Z | Created: out/versioned/pumpkind-gz.tar |
2472 | 2024-04-25T19:42:22.656Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2473 | 2024-04-25T19:42:22.656Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2474 | 2024-04-25T19:42:22.656Z | ++ cd -- ./tools |
2475 | 2024-04-25T19:42:22.656Z | ++ pwd |
2476 | 2024-04-25T19:42:22.656Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2477 | 2024-04-25T19:42:22.656Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2478 | 2024-04-25T19:42:22.656Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2479 | 2024-04-25T19:42:22.656Z | ++ readlink -f /work |
2480 | 2024-04-25T19:42:22.656Z | + out_dir=/work |
2481 | 2024-04-25T19:42:22.656Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2482 | 2024-04-25T19:42:22.656Z | + for dep in "${deps[@]}" |
2483 | 2024-04-25T19:42:22.657Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2484 | 2024-04-25T19:42:22.657Z | + for dep in "${deps[@]}" |
2485 | 2024-04-25T19:42:22.657Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2486 | 2024-04-25T19:42:22.657Z | + for dep in "${deps[@]}" |
2487 | 2024-04-25T19:42:22.657Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2488 | 2024-04-25T19:42:22.657Z | + for dep in "${deps[@]}" |
2489 | 2024-04-25T19:42:22.657Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2490 | 2024-04-25T19:42:22.657Z | + for dep in "${deps[@]}" |
2491 | 2024-04-25T19:42:22.657Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2492 | 2024-04-25T19:42:22.657Z | + for dep in "${deps[@]}" |
2493 | 2024-04-25T19:42:22.657Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2494 | 2024-04-25T19:42:22.657Z | ++ mktemp -d |
2495 | 2024-04-25T19:42:22.657Z | + tmp_gz=/tmp/tmp.o.aWti |
2496 | 2024-04-25T19:42:22.657Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2497 | 2024-04-25T19:42:22.657Z | + echo '{"v":"1","t":"layer"}' |
2498 | 2024-04-25T19:42:22.657Z | + pkg_dir=/tmp/tmp.o.aWti/root/opt/oxide/sled-agent |
2499 | 2024-04-25T19:42:22.657Z | + mkdir -p /tmp/tmp.o.aWti/root/opt/oxide/sled-agent |
2500 | 2024-04-25T19:42:22.657Z | + cd /tmp/tmp.o.aWti/root/opt/oxide/sled-agent |
2501 | 2024-04-25T19:42:22.657Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2502 | 2024-04-25T19:42:22.658Z | x ., 0 bytes, 0 tape blocks |
2503 | 2024-04-25T19:42:22.658Z | x zone-bundle, 27018920 bytes, 52772 tape blocks |
2504 | 2024-04-25T19:42:22.658Z | x sled-agent, 70896656 bytes, 138471 tape blocks |
2505 | 2024-04-25T19:42:22.658Z | x pkg, 0 bytes, 0 tape blocks |
2506 | 2024-04-25T19:42:22.658Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2507 | 2024-04-25T19:42:22.658Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2508 | 2024-04-25T19:42:22.658Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2509 | 2024-04-25T19:42:22.658Z | x VERSION, 25 bytes, 1 tape blocks |
2510 | 2024-04-25T19:42:22.658Z | + mkdir -p /tmp/tmp.o.aWti/root/lib/svc/manifest/site/ |
2511 | 2024-04-25T19:42:22.658Z | + mv pkg/manifest.xml /tmp/tmp.o.aWti/root/lib/svc/manifest/site/sled-agent.xml |
2512 | 2024-04-25T19:42:22.658Z | + cd - |
2513 | 2024-04-25T19:42:22.658Z | /work/oxidecomputer/omicron |
2514 | 2024-04-25T19:42:22.658Z | + pkg_dir=/tmp/tmp.o.aWti/root/opt/oxide/mg-ddm |
2515 | 2024-04-25T19:42:22.658Z | + mkdir -p /tmp/tmp.o.aWti/root/opt/oxide/mg-ddm |
2516 | 2024-04-25T19:42:22.658Z | + cd /tmp/tmp.o.aWti/root/opt/oxide/mg-ddm |
2517 | 2024-04-25T19:42:22.658Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2518 | 2024-04-25T19:42:22.762Z | x ., 0 bytes, 0 tape blocks |
2519 | 2024-04-25T19:42:22.762Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2520 | 2024-04-25T19:42:22.762Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2521 | 2024-04-25T19:42:22.763Z | x pkg, 0 bytes, 0 tape blocks |
2522 | 2024-04-25T19:42:22.763Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2523 | 2024-04-25T19:42:22.763Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2524 | 2024-04-25T19:42:22.763Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2525 | 2024-04-25T19:42:22.763Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2526 | 2024-04-25T19:42:22.763Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2527 | 2024-04-25T19:42:22.763Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2528 | 2024-04-25T19:42:22.764Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2529 | 2024-04-25T19:42:22.764Z | x VERSION, 25 bytes, 1 tape blocks |
2530 | 2024-04-25T19:42:22.764Z | + cd - |
2531 | 2024-04-25T19:42:22.764Z | /work/oxidecomputer/omicron |
2532 | 2024-04-25T19:42:22.764Z | + pkg_dir=/tmp/tmp.o.aWti/root/opt/oxide/pumpkind |
2533 | 2024-04-25T19:42:22.764Z | + mkdir -p /tmp/tmp.o.aWti/root/opt/oxide/pumpkind |
2534 | 2024-04-25T19:42:22.764Z | + cd /tmp/tmp.o.aWti/root/opt/oxide/pumpkind |
2535 | 2024-04-25T19:42:22.764Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2536 | 2024-04-25T19:42:22.764Z | x ., 0 bytes, 0 tape blocks |
2537 | 2024-04-25T19:42:22.764Z | x lib, 0 bytes, 0 tape blocks |
2538 | 2024-04-25T19:42:22.764Z | x lib/svc, 0 bytes, 0 tape blocks |
2539 | 2024-04-25T19:42:22.765Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2540 | 2024-04-25T19:42:22.765Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2541 | 2024-04-25T19:42:22.765Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2542 | 2024-04-25T19:42:22.765Z | x bin, 0 bytes, 0 tape blocks |
2543 | 2024-04-25T19:42:22.765Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2544 | 2024-04-25T19:42:22.765Z | x bin/pumpkind, 16522240 bytes, 32270 tape blocks |
2545 | 2024-04-25T19:42:22.765Z | x bin/pumpkinadm, 10650728 bytes, 20803 tape blocks |
2546 | 2024-04-25T19:42:22.765Z | x VERSION, 25 bytes, 1 tape blocks |
2547 | 2024-04-25T19:42:22.765Z | + cd - |
2548 | 2024-04-25T19:42:22.765Z | /work/oxidecomputer/omicron |
2549 | 2024-04-25T19:42:22.765Z | + pkg_dir=/tmp/tmp.o.aWti/root/opt/oxide/oxlog |
2550 | 2024-04-25T19:42:22.765Z | + mkdir -p /tmp/tmp.o.aWti/root/opt/oxide/oxlog |
2551 | 2024-04-25T19:42:22.765Z | + cd /tmp/tmp.o.aWti/root/opt/oxide/oxlog |
2552 | 2024-04-25T19:42:22.765Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2553 | 2024-04-25T19:42:22.766Z | x ., 0 bytes, 0 tape blocks |
2554 | 2024-04-25T19:42:22.766Z | x oxlog, 2979944 bytes, 5821 tape blocks |
2555 | 2024-04-25T19:42:22.766Z | x VERSION, 25 bytes, 1 tape blocks |
2556 | 2024-04-25T19:42:22.766Z | + cd - |
2557 | 2024-04-25T19:42:22.766Z | /work/oxidecomputer/omicron |
2558 | 2024-04-25T19:42:22.766Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.o.aWti/root/opt/oxide |
2559 | 2024-04-25T19:42:22.766Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.o.aWti/root/opt/oxide |
2560 | 2024-04-25T19:42:22.766Z | + cd /tmp/tmp.o.aWti |
2561 | 2024-04-25T19:42:22.766Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2562 | 2024-04-25T19:42:32.502Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2563 | 2024-04-25T19:42:32.502Z | a oxide.json 1K |
2564 | 2024-04-25T19:42:32.502Z | a root/ 0K |
2565 | 2024-04-25T19:42:32.502Z | a root/opt/ 0K |
2566 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/ 0K |
2567 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/sled-agent/ 0K |
2568 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/sled-agent/zone-bundle 26386K |
2569 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/sled-agent/sled-agent 69236K |
2570 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2571 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2572 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2573 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/sled-agent/VERSION 1K |
2574 | 2024-04-25T19:42:32.503Z | a root/opt/oxide/mg-ddm/ 0K |
2575 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2576 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2577 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2578 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2579 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2580 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2581 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2582 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2583 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2584 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2585 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2586 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/pumpkind/ 0K |
2587 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/pumpkind/lib/ 0K |
2588 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2589 | 2024-04-25T19:42:32.504Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2590 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2591 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2592 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/pumpkind/bin/ 0K |
2593 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2594 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/pumpkind/bin/pumpkind 16135K |
2595 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10402K |
2596 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/pumpkind/VERSION 1K |
2597 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/oxlog/ 0K |
2598 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/oxlog/oxlog 2911K |
2599 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/oxlog/VERSION 1K |
2600 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/propolis-server.tar.gz 64690K |
2601 | 2024-04-25T19:42:32.505Z | a root/opt/oxide/overlay.tar.gz 3K |
2602 | 2024-04-25T19:42:32.505Z | a root/lib/ 0K |
2603 | 2024-04-25T19:42:32.505Z | a root/lib/svc/ 0K |
2604 | 2024-04-25T19:42:32.505Z | a root/lib/svc/manifest/ 0K |
2605 | 2024-04-25T19:42:32.505Z | a root/lib/svc/manifest/site/ 0K |
2606 | 2024-04-25T19:42:32.505Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2607 | 2024-04-25T19:42:32.546Z | + cd / |
2608 | 2024-04-25T19:42:32.546Z | + rm -rf /tmp/tmp.o.aWti |
2609 | 2024-04-25T19:42:32.546Z | |
2610 | 2024-04-25T19:42:32.546Z | real 11.737022863 |
2611 | 2024-04-25T19:42:32.547Z | user 10.693666821 |
2612 | 2024-04-25T19:42:32.547Z | sys 1.056410956 |
2613 | 2024-04-25T19:42:32.547Z | trap 0.001745348 |
2614 | 2024-04-25T19:42:32.547Z | tflt 0.000000000 |
2615 | 2024-04-25T19:42:32.547Z | dflt 0.000000000 |
2616 | 2024-04-25T19:42:32.547Z | kflt 0.000000000 |
2617 | 2024-04-25T19:42:32.547Z | lock 0.000000000 |
2618 | 2024-04-25T19:42:32.547Z | slp 22.512745969 |
2619 | 2024-04-25T19:42:32.547Z | lat 0.554452497 |
2620 | 2024-04-25T19:42:32.547Z | stop 0.000317158 |
2621 | 2024-04-25T19:42:32.547Z | + mkdir -p /work/zones |
2622 | 2024-04-25T19:42:32.547Z | + 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) |
2623 | 2024-04-25T19:42:32.547Z | + 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/ |
2624 | 2024-04-25T19:42:36.669Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2625 | 2024-04-25T19:42:37.878Z | Finished release [optimized] target(s) in 1.11s |
2626 | 2024-04-25T19:42:37.914Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2627 | 2024-04-25T19:42:37.941Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2628 | 2024-04-25T19:42:37.941Z | Created new build target 'recovery' and set it as active |
2629 | 2024-04-25T19:42:37.941Z | |
2630 | 2024-04-25T19:42:37.941Z | real 1.270959668 |
2631 | 2024-04-25T19:42:37.941Z | user 0.697503580 |
2632 | 2024-04-25T19:42:37.941Z | sys 0.561771231 |
2633 | 2024-04-25T19:42:37.941Z | trap 0.000961233 |
2634 | 2024-04-25T19:42:37.942Z | tflt 0.000030234 |
2635 | 2024-04-25T19:42:37.942Z | dflt 0.000148477 |
2636 | 2024-04-25T19:42:37.942Z | kflt 0.000000000 |
2637 | 2024-04-25T19:42:37.942Z | lock 0.044188181 |
2638 | 2024-04-25T19:42:37.942Z | slp 0.138023753 |
2639 | 2024-04-25T19:42:37.942Z | lat 0.015647759 |
2640 | 2024-04-25T19:42:37.942Z | stop 0.000376136 |
2641 | 2024-04-25T19:42:37.970Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2642 | 2024-04-25T19:42:38.994Z | Finished release [optimized] target(s) in 0.96s |
2643 | 2024-04-25T19:42:39.020Z | Running `target/release/omicron-package -t recovery package` |
2644 | 2024-04-25T19:42:39.058Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2645 | 2024-04-25T19:42:40.045Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2646 | 2024-04-25T19:42:42.842Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2647 | 2024-04-25T19:43:02.481Z | Finished release [optimized] target(s) in 22.94s |
2648 | 2024-04-25T19:43:03.086Z | |
2649 | 2024-04-25T19:43:03.086Z | real 25.135300241 |
2650 | 2024-04-25T19:43:03.086Z | user 1:26.754151187 |
2651 | 2024-04-25T19:43:03.119Z | sys 9.735622600 |
2652 | 2024-04-25T19:43:03.120Z | trap 0.024640241 |
2653 | 2024-04-25T19:43:03.120Z | tflt 0.097951644 |
2654 | 2024-04-25T19:43:03.120Z | dflt 0.708864727 |
2655 | 2024-04-25T19:43:03.120Z | kflt 0.000000000 |
2656 | 2024-04-25T19:43:03.120Z | lock 6:22.561717841 |
2657 | 2024-04-25T19:43:03.120Z | slp 1:24.729193464 |
2658 | 2024-04-25T19:43:03.120Z | lat 1.271892175 |
2659 | 2024-04-25T19:43:03.120Z | stop 0.236531702 |
2660 | 2024-04-25T19:43:03.120Z | + stamp_packages installinator mg-ddm-gz |
2661 | 2024-04-25T19:43:03.121Z | + for package in "$@" |
2662 | 2024-04-25T19:43:03.121Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git503ad20b27a |
2663 | 2024-04-25T19:43:04.125Z | Finished release [optimized] target(s) in 0.97s |
2664 | 2024-04-25T19:43:04.154Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git503ad20b27a` |
2665 | 2024-04-25T19:43:04.199Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2666 | 2024-04-25T19:43:04.292Z | Created: out/versioned/installinator.tar |
2667 | 2024-04-25T19:43:04.319Z | + for package in "$@" |
2668 | 2024-04-25T19:43:04.319Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git503ad20b27a |
2669 | 2024-04-25T19:43:05.322Z | Finished release [optimized] target(s) in 0.96s |
2670 | 2024-04-25T19:43:05.355Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git503ad20b27a` |
2671 | 2024-04-25T19:43:05.402Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2672 | 2024-04-25T19:43:05.564Z | Created: out/versioned/mg-ddm-gz.tar |
2673 | 2024-04-25T19:43:05.590Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2674 | 2024-04-25T19:43:05.590Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2675 | 2024-04-25T19:43:05.590Z | ++ cd -- ./tools |
2676 | 2024-04-25T19:43:05.590Z | ++ pwd |
2677 | 2024-04-25T19:43:05.590Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2678 | 2024-04-25T19:43:05.590Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2679 | 2024-04-25T19:43:05.590Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2680 | 2024-04-25T19:43:05.615Z | ++ readlink -f /work |
2681 | 2024-04-25T19:43:05.616Z | + out_dir=/work |
2682 | 2024-04-25T19:43:05.616Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2683 | 2024-04-25T19:43:05.616Z | + for dep in "${deps[@]}" |
2684 | 2024-04-25T19:43:05.616Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2685 | 2024-04-25T19:43:05.616Z | + for dep in "${deps[@]}" |
2686 | 2024-04-25T19:43:05.616Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2687 | 2024-04-25T19:43:05.616Z | ++ mktemp -d |
2688 | 2024-04-25T19:43:05.616Z | + tmp_trampoline=/tmp/tmp.c6aGyi |
2689 | 2024-04-25T19:43:05.616Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2690 | 2024-04-25T19:43:05.616Z | + echo '{"v":"1","t":"layer"}' |
2691 | 2024-04-25T19:43:05.616Z | + pkg_dir=/tmp/tmp.c6aGyi/root/opt/oxide/installinator |
2692 | 2024-04-25T19:43:05.616Z | + mkdir -p /tmp/tmp.c6aGyi/root/opt/oxide/installinator |
2693 | 2024-04-25T19:43:05.616Z | + cd /tmp/tmp.c6aGyi/root/opt/oxide/installinator |
2694 | 2024-04-25T19:43:05.616Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2695 | 2024-04-25T19:43:05.644Z | x ., 0 bytes, 0 tape blocks |
2696 | 2024-04-25T19:43:05.644Z | x installinator, 38221264 bytes, 74651 tape blocks |
2697 | 2024-04-25T19:43:05.644Z | x pkg, 0 bytes, 0 tape blocks |
2698 | 2024-04-25T19:43:05.645Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2699 | 2024-04-25T19:43:05.645Z | x VERSION, 25 bytes, 1 tape blocks |
2700 | 2024-04-25T19:43:05.645Z | + mkdir -p /tmp/tmp.c6aGyi/root/lib/svc/manifest/site/ |
2701 | 2024-04-25T19:43:05.645Z | + mv pkg/manifest.xml /tmp/tmp.c6aGyi/root/lib/svc/manifest/site/installinator.xml |
2702 | 2024-04-25T19:43:05.645Z | + cd - |
2703 | 2024-04-25T19:43:05.645Z | /work/oxidecomputer/omicron |
2704 | 2024-04-25T19:43:05.645Z | + pkg_dir=/tmp/tmp.c6aGyi/root/opt/oxide/mg-ddm |
2705 | 2024-04-25T19:43:05.645Z | + mkdir -p /tmp/tmp.c6aGyi/root/opt/oxide/mg-ddm |
2706 | 2024-04-25T19:43:05.645Z | + cd /tmp/tmp.c6aGyi/root/opt/oxide/mg-ddm |
2707 | 2024-04-25T19:43:05.645Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2708 | 2024-04-25T19:43:05.710Z | x ., 0 bytes, 0 tape blocks |
2709 | 2024-04-25T19:43:05.710Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2710 | 2024-04-25T19:43:05.710Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2711 | 2024-04-25T19:43:05.710Z | x pkg, 0 bytes, 0 tape blocks |
2712 | 2024-04-25T19:43:05.710Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2713 | 2024-04-25T19:43:05.710Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2714 | 2024-04-25T19:43:05.710Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2715 | 2024-04-25T19:43:05.710Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2716 | 2024-04-25T19:43:05.710Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2717 | 2024-04-25T19:43:05.710Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2718 | 2024-04-25T19:43:05.710Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2719 | 2024-04-25T19:43:05.710Z | x VERSION, 25 bytes, 1 tape blocks |
2720 | 2024-04-25T19:43:05.734Z | + cd - |
2721 | 2024-04-25T19:43:05.735Z | /work/oxidecomputer/omicron |
2722 | 2024-04-25T19:43:05.735Z | + cd /tmp/tmp.c6aGyi |
2723 | 2024-04-25T19:43:05.735Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2724 | 2024-04-25T19:43:10.767Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2725 | 2024-04-25T19:43:10.767Z | a oxide.json 1K |
2726 | 2024-04-25T19:43:10.768Z | a root/ 0K |
2727 | 2024-04-25T19:43:10.768Z | a root/opt/ 0K |
2728 | 2024-04-25T19:43:10.768Z | a root/opt/oxide/ 0K |
2729 | 2024-04-25T19:43:10.768Z | a root/opt/oxide/installinator/ 0K |
2730 | 2024-04-25T19:43:10.768Z | a root/opt/oxide/installinator/installinator 37326K |
2731 | 2024-04-25T19:43:10.768Z | a root/opt/oxide/installinator/pkg/ 0K |
2732 | 2024-04-25T19:43:10.768Z | a root/opt/oxide/installinator/VERSION 1K |
2733 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/ 0K |
2734 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2735 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2736 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2737 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2738 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2739 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2740 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2741 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2742 | 2024-04-25T19:43:10.769Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2743 | 2024-04-25T19:43:10.770Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2744 | 2024-04-25T19:43:10.770Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2745 | 2024-04-25T19:43:10.770Z | a root/lib/ 0K |
2746 | 2024-04-25T19:43:10.770Z | a root/lib/svc/ 0K |
2747 | 2024-04-25T19:43:10.770Z | a root/lib/svc/manifest/ 0K |
2748 | 2024-04-25T19:43:10.770Z | a root/lib/svc/manifest/site/ 0K |
2749 | 2024-04-25T19:43:10.770Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2750 | 2024-04-25T19:43:10.798Z | + cd / |
2751 | 2024-04-25T19:43:10.798Z | + rm -rf /tmp/tmp.c6aGyi |
2752 | 2024-04-25T19:43:10.798Z | |
2753 | 2024-04-25T19:43:10.798Z | real 5.211506568 |
2754 | 2024-04-25T19:43:10.798Z | user 4.801120672 |
2755 | 2024-04-25T19:43:10.798Z | sys 0.410740599 |
2756 | 2024-04-25T19:43:10.798Z | trap 0.000597393 |
2757 | 2024-04-25T19:43:10.798Z | tflt 0.000000000 |
2758 | 2024-04-25T19:43:10.798Z | dflt 0.000000000 |
2759 | 2024-04-25T19:43:10.798Z | kflt 0.000000000 |
2760 | 2024-04-25T19:43:10.798Z | lock 0.000000000 |
2761 | 2024-04-25T19:43:10.798Z | slp 10.005223282 |
2762 | 2024-04-25T19:43:10.798Z | lat 0.232942800 |
2763 | 2024-04-25T19:43:10.798Z | stop 0.000279329 |
2764 | 2024-04-25T19:43:10.798Z | process exited: duration 1480342 ms, exit code 0 |
|
2765 | 2024-04-25T19:43:10.849Z | found 22 output files |
2766 | 2024-04-25T19:43:10.849Z | uploading: /work/version.txt (26 bytes) |
2767 | 2024-04-25T19:43:11.950Z | uploaded: /work/version.txt |
2768 | 2024-04-25T19:43:11.950Z | uploading: /work/package.tar.gz (91247431 bytes) |
2769 | 2024-04-25T19:43:54.857Z | uploaded: /work/package.tar.gz |
2770 | 2024-04-25T19:43:54.857Z | uploading: /work/global-zone-packages.tar.gz (132821374 bytes) |
2771 | 2024-04-25T19:44:53.998Z | uploaded: /work/global-zone-packages.tar.gz |
2772 | 2024-04-25T19:44:53.998Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36642399 bytes) |
2773 | 2024-04-25T19:45:11.339Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2774 | 2024-04-25T19:45:11.370Z | uploading: /work/zones/clickhouse.tar.gz (227105625 bytes) |
2775 | 2024-04-25T19:46:51.496Z | uploaded: /work/zones/clickhouse.tar.gz |
2776 | 2024-04-25T19:46:51.496Z | uploading: /work/zones/clickhouse_keeper.tar.gz (227101135 bytes) |
2777 | 2024-04-25T19:48:51.515Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2778 | 2024-04-25T19:48:51.515Z | uploading: /work/zones/cockroachdb.tar.gz (122610597 bytes) |
2779 | 2024-04-25T19:49:57.266Z | uploaded: /work/zones/cockroachdb.tar.gz |
2780 | 2024-04-25T19:49:57.266Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27355255 bytes) |
2781 | 2024-04-25T19:50:07.749Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2782 | 2024-04-25T19:50:07.749Z | uploading: /work/zones/crucible-zone.tar.gz (37116858 bytes) |
2783 | 2024-04-25T19:50:23.515Z | uploaded: /work/zones/crucible-zone.tar.gz |
2784 | 2024-04-25T19:50:23.516Z | uploading: /work/zones/external-dns.tar.gz (24745046 bytes) |
2785 | 2024-04-25T19:50:38.728Z | uploaded: /work/zones/external-dns.tar.gz |
2786 | 2024-04-25T19:50:38.764Z | uploading: /work/zones/internal-dns.tar.gz (24745253 bytes) |
2787 | 2024-04-25T19:50:54.908Z | uploaded: /work/zones/internal-dns.tar.gz |
2788 | 2024-04-25T19:50:54.909Z | uploading: /work/zones/nexus-single-sled.tar.gz (84303158 bytes) |
2789 | 2024-04-25T19:51:36.420Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2790 | 2024-04-25T19:51:36.420Z | uploading: /work/zones/nexus.tar.gz (84303592 bytes) |
2791 | 2024-04-25T19:52:13.689Z | uploaded: /work/zones/nexus.tar.gz |
2792 | 2024-04-25T19:52:13.690Z | uploading: /work/zones/ntp.tar.gz (8432534 bytes) |
2793 | 2024-04-25T19:52:17.525Z | uploaded: /work/zones/ntp.tar.gz |
2794 | 2024-04-25T19:52:17.555Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14518154 bytes) |
2795 | 2024-04-25T19:52:28.934Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2796 | 2024-04-25T19:52:28.934Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14517310 bytes) |
2797 | 2024-04-25T19:52:35.343Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2798 | 2024-04-25T19:52:35.343Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2799 | 2024-04-25T19:52:36.467Z | uploaded: /work/zones/overlay.tar.gz |
2800 | 2024-04-25T19:52:36.498Z | uploading: /work/zones/oximeter.tar.gz (43439141 bytes) |
2801 | 2024-04-25T19:53:03.384Z | uploaded: /work/zones/oximeter.tar.gz |
2802 | 2024-04-25T19:53:03.384Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2803 | 2024-04-25T19:53:06.119Z | uploaded: /work/zones/probe.tar.gz |
2804 | 2024-04-25T19:53:06.119Z | uploading: /work/zones/propolis-server.tar.gz (66247252 bytes) |
2805 | 2024-04-25T19:53:31.449Z | uploaded: /work/zones/propolis-server.tar.gz |
2806 | 2024-04-25T19:53:31.449Z | uploading: /work/zones/switch-asic.tar.gz (295222975 bytes) |
2807 | 2024-04-25T19:56:37.213Z | uploaded: /work/zones/switch-asic.tar.gz |
2808 | 2024-04-25T19:56:37.213Z | uploading: /work/zones/switch-softnpu.tar.gz (202408435 bytes) |
2809 | 2024-04-25T19:58:13.849Z | uploaded: /work/zones/switch-softnpu.tar.gz |