|
|
|
1 | 2024-03-26T06:36:15.194Z | job assigned to worker 01HSWQEN3D9SEXEWZS4NM3S0YJ (queued for 2 m 13 s) |
|
2 | 2024-03-26T06:36:22.934Z | starting task 0: "setup" |
3 | 2024-03-26T06:36:22.954Z | ++ uname -s |
4 | 2024-03-26T06:36:22.958Z | + kern=SunOS |
5 | 2024-03-26T06:36:22.958Z | + case "$kern" in |
6 | 2024-03-26T06:36:22.958Z | + groupadd -g 12345 build |
7 | 2024-03-26T06:36:23.073Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-26T06:36:25.087Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-26T06:36:25.173Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-26T06:36:25.177Z | + home_fs=zfs |
11 | 2024-03-26T06:36:25.177Z | + [[ zfs == autofs ]] |
12 | 2024-03-26T06:36:25.177Z | + mkdir -p /home/build |
13 | 2024-03-26T06:36:25.177Z | + chown build:build /home/build /work |
14 | 2024-03-26T06:36:27.183Z | + chmod 0700 /home/build /work |
15 | 2024-03-26T06:36:27.627Z | process exited: duration 4259 ms, exit code 0 |
|
16 | 2024-03-26T06:36:27.647Z | starting task 1: "rust-toolchain" |
17 | 2024-03-26T06:36:27.657Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-26T06:36:27.657Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-26T06:36:27.942Z | info: downloading installer |
20 | 2024-03-26T06:36:29.527Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-26T06:36:29.527Z | warning: /opt/ooce/bin |
22 | 2024-03-26T06:36:29.527Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-26T06:36:29.527Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-26T06:36:29.528Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-26T06:36:29.528Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-26T06:36:29.528Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-26T06:36:29.528Z | error: cannot install while Rust is installed |
28 | 2024-03-26T06:36:29.528Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-26T06:36:29.956Z | info: profile set to 'default' |
30 | 2024-03-26T06:36:29.956Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-26T06:36:29.956Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-26T06:36:30.108Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-26T06:36:30.108Z | info: downloading component 'cargo' |
34 | 2024-03-26T06:36:31.042Z | info: downloading component 'clippy' |
35 | 2024-03-26T06:36:31.379Z | info: downloading component 'rust-docs' |
36 | 2024-03-26T06:36:32.531Z | info: downloading component 'rust-std' |
37 | 2024-03-26T06:36:34.600Z | info: downloading component 'rustc' |
38 | 2024-03-26T06:36:40.072Z | info: downloading component 'rustfmt' |
39 | 2024-03-26T06:36:40.077Z | info: installing component 'cargo' |
40 | 2024-03-26T06:36:40.764Z | info: installing component 'clippy' |
41 | 2024-03-26T06:36:41.119Z | info: installing component 'rust-docs' |
42 | 2024-03-26T06:36:42.574Z | info: installing component 'rust-std' |
43 | 2024-03-26T06:36:44.762Z | info: installing component 'rustc' |
44 | 2024-03-26T06:36:48.348Z | info: installing component 'rustfmt' |
45 | 2024-03-26T06:36:48.696Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-26T06:36:48.696Z | |
47 | 2024-03-26T06:36:48.987Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-26T06:36:48.987Z | |
49 | 2024-03-26T06:36:49.002Z | |
50 | 2024-03-26T06:36:49.002Z | Rust is installed now. Great! |
51 | 2024-03-26T06:36:49.002Z | |
52 | 2024-03-26T06:36:49.002Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-26T06:36:49.002Z | environment variable. This has not been done automatically. |
54 | 2024-03-26T06:36:49.002Z | |
55 | 2024-03-26T06:36:49.002Z | To configure your current shell, you need to source |
56 | 2024-03-26T06:36:49.003Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-26T06:36:49.003Z | |
58 | 2024-03-26T06:36:49.003Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-26T06:36:49.003Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-26T06:36:49.003Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-26T06:36:49.125Z | + rustc --version |
62 | 2024-03-26T06:36:49.184Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-26T06:36:49.188Z | process exited: duration 21544 ms, exit code 0 |
|
64 | 2024-03-26T06:36:49.194Z | starting task 2: "authentication" |
65 | 2024-03-26T06:36:49.216Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-03-26T06:36:49.225Z | starting task 3: "clone repository" |
67 | 2024-03-26T06:36:49.228Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-26T06:36:49.231Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-26T06:36:49.738Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-26T06:36:55.643Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-26T06:36:55.643Z | + git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
72 | 2024-03-26T06:36:55.966Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-26T06:36:55.966Z | * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD |
74 | 2024-03-26T06:36:55.975Z | + [[ -n falcon-nextest ]] |
75 | 2024-03-26T06:36:55.987Z | ++ git branch --show-current |
76 | 2024-03-26T06:36:55.988Z | + current=main |
77 | 2024-03-26T06:36:55.988Z | + [[ main != falcon-nextest ]] |
78 | 2024-03-26T06:36:55.988Z | + git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
79 | 2024-03-26T06:36:55.994Z | + git checkout -f falcon-nextest |
80 | 2024-03-26T06:36:56.105Z | Switched to branch 'falcon-nextest' |
81 | 2024-03-26T06:36:56.116Z | + git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
82 | 2024-03-26T06:36:56.145Z | HEAD is now at 6a6bc4aa0 derp |
83 | 2024-03-26T06:36:56.155Z | process exited: duration 6916 ms, exit code 0 |
|
84 | 2024-03-26T06:36:56.191Z | starting task 4: "build" |
85 | 2024-03-26T06:36:56.196Z | + cargo --version |
86 | 2024-03-26T06:36:56.205Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-26T06:36:56.347Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-26T06:36:56.347Z | info: downloading component 'cargo' |
89 | 2024-03-26T06:36:57.111Z | info: downloading component 'clippy' |
90 | 2024-03-26T06:36:57.348Z | info: downloading component 'rust-docs' |
91 | 2024-03-26T06:36:58.302Z | info: downloading component 'rust-std' |
92 | 2024-03-26T06:36:59.826Z | info: downloading component 'rustc' |
93 | 2024-03-26T06:37:03.678Z | info: downloading component 'rustfmt' |
94 | 2024-03-26T06:37:04.301Z | info: installing component 'cargo' |
95 | 2024-03-26T06:37:04.741Z | info: installing component 'clippy' |
96 | 2024-03-26T06:37:05.071Z | info: installing component 'rust-docs' |
97 | 2024-03-26T06:37:06.518Z | info: installing component 'rust-std' |
98 | 2024-03-26T06:37:08.276Z | info: installing component 'rustc' |
99 | 2024-03-26T06:37:12.395Z | info: installing component 'rustfmt' |
100 | 2024-03-26T06:37:12.793Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-26T06:37:12.798Z | + rustc --version |
102 | 2024-03-26T06:37:12.855Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-26T06:37:12.861Z | ++ git rev-parse HEAD |
104 | 2024-03-26T06:37:12.861Z | + COMMIT=6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
105 | 2024-03-26T06:37:12.861Z | + VERSION=7.0.0-0.ci+git6a6bc4aa0e7 |
106 | 2024-03-26T06:37:12.861Z | + echo 7.0.0-0.ci+git6a6bc4aa0e7 |
107 | 2024-03-26T06:37:12.861Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-03-26T06:37:25.154Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-03-26T06:37:26.611Z | Startup: Caching catalogs ... Done |
110 | 2024-03-26T06:37:28.289Z | Planning: Solver setup ... Done (1.299s) |
111 | 2024-03-26T06:37:28.313Z | Planning: Running solver ... Done (0.025s) |
112 | 2024-03-26T06:37:28.481Z | Planning: Finding local manifests ... Done (0.142s) |
113 | 2024-03-26T06:37:28.503Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-03-26T06:37:28.799Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-03-26T06:37:28.841Z | Planning: Package planning ... Done (0.048s) |
116 | 2024-03-26T06:37:28.898Z | Planning: Merging actions ... Done (0.052s) |
117 | 2024-03-26T06:37:29.324Z | Planning: Checking for conflicting actions ... Done (0.432s) |
118 | 2024-03-26T06:37:29.336Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-03-26T06:37:35.261Z | Planning: Evaluating mediators ... Done (5.923s) |
120 | 2024-03-26T06:37:35.268Z | Planning: Planning completed in 8.60 seconds |
121 | 2024-03-26T06:37:35.282Z | Packages to install: 4 |
122 | 2024-03-26T06:37:35.282Z | Mediators to change: 2 |
123 | 2024-03-26T06:37:35.282Z | Services to change: 1 |
124 | 2024-03-26T06:37:35.285Z | Estimated space available: 155.32 GB |
125 | 2024-03-26T06:37:35.285Z | Estimated space to be consumed: 1.43 GB |
126 | 2024-03-26T06:37:35.285Z | Create boot environment: No |
127 | 2024-03-26T06:37:35.286Z | Create backup boot environment: No |
128 | 2024-03-26T06:37:35.286Z | Rebuild boot archive: No |
129 | 2024-03-26T06:37:35.286Z | |
130 | 2024-03-26T06:37:35.286Z | Changed mediators: |
131 | 2024-03-26T06:37:35.286Z | mediator clang: |
132 | 2024-03-26T06:37:35.286Z | version: None -> 15 (system default) |
133 | 2024-03-26T06:37:35.286Z | |
134 | 2024-03-26T06:37:35.286Z | mediator llvm: |
135 | 2024-03-26T06:37:35.286Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-03-26T06:37:35.286Z | |
137 | 2024-03-26T06:37:35.286Z | Changed packages: |
138 | 2024-03-26T06:37:35.286Z | helios-dev |
139 | 2024-03-26T06:37:35.286Z | developer/build-essential |
140 | 2024-03-26T06:37:35.286Z | None -> 11-2.0 |
141 | 2024-03-26T06:37:35.286Z | library/libxmlsec1 |
142 | 2024-03-26T06:37:35.286Z | None -> 1.2.35-2.0 |
143 | 2024-03-26T06:37:35.286Z | ooce/developer/clang-15 |
144 | 2024-03-26T06:37:35.286Z | None -> 15.0.7-2.0 |
145 | 2024-03-26T06:37:35.286Z | ooce/developer/llvm-15 |
146 | 2024-03-26T06:37:35.286Z | None -> 15.0.7-2.0 |
147 | 2024-03-26T06:37:35.286Z | |
148 | 2024-03-26T06:37:35.287Z | Services: |
149 | 2024-03-26T06:37:35.287Z | restart_fmri: |
150 | 2024-03-26T06:37:35.287Z | svc:/system/update-man-index:default |
151 | 2024-03-26T06:37:35.361Z | |
152 | 2024-03-26T06:37:35.361Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-03-26T06:37:40.364Z | Download: 698/3290 items 11.5/212.6MB 5% complete (2.3M/s) |
154 | 2024-03-26T06:37:46.970Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.3M/s) |
155 | 2024-03-26T06:37:52.085Z | Download: 1575/3290 items 116.1/212.6MB 54% complete (9.5M/s) |
156 | 2024-03-26T06:37:57.541Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (4.5M/s) |
157 | 2024-03-26T06:38:07.140Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
158 | 2024-03-26T06:38:11.961Z | Download: Completed 212.60 MB in 36.60 seconds (5.8M/s) |
159 | 2024-03-26T06:38:12.662Z | Actions: 1/3689 actions (Installing new actions) |
160 | 2024-03-26T06:38:17.677Z | Actions: 3612/3689 actions (Installing new actions) |
161 | 2024-03-26T06:38:17.708Z | Actions: Completed 3689 actions in 5.05 seconds. |
162 | 2024-03-26T06:38:17.814Z | Done (0.100s) |
163 | 2024-03-26T06:38:17.814Z | Done (0.000s) |
164 | 2024-03-26T06:38:18.078Z | Done (0.262s) |
165 | 2024-03-26T06:38:23.062Z | Done (4.849s) |
166 | 2024-03-26T06:38:23.234Z | Done (0.097s) |
167 | 2024-03-26T06:38:23.237Z | Done (0.000s) |
168 | 2024-03-26T06:38:23.374Z | Done (0.000s) |
169 | 2024-03-26T06:38:23.897Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-03-26T06:38:24.056Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-03-26T06:38:24.061Z | Planning: Consolidating action changes ... Done |
172 | 2024-03-26T06:38:24.327Z | Planning: Evaluating mediators ... Done |
173 | 2024-03-26T06:38:24.332Z | Planning: Planning completed in 0.43 seconds |
174 | 2024-03-26T06:38:24.361Z | Mediators to change: 2 |
175 | 2024-03-26T06:38:24.361Z | Create boot environment: No |
176 | 2024-03-26T06:38:24.362Z | Create backup boot environment: No |
177 | 2024-03-26T06:38:24.433Z | Done |
178 | 2024-03-26T06:38:24.433Z | Done |
179 | 2024-03-26T06:38:24.580Z | Done |
180 | 2024-03-26T06:38:28.191Z | Done |
181 | 2024-03-26T06:38:28.285Z | Done |
182 | 2024-03-26T06:38:28.285Z | Done |
183 | 2024-03-26T06:38:28.371Z | Done |
184 | 2024-03-26T06:38:29.003Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-03-26T06:38:29.008Z | Planning: Merging actions ... Done |
186 | 2024-03-26T06:38:29.197Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-03-26T06:38:29.201Z | Planning: Consolidating action changes ... Done |
188 | 2024-03-26T06:38:29.457Z | Planning: Evaluating mediators ... Done |
189 | 2024-03-26T06:38:29.512Z | Planning: Planning completed in 0.78 seconds |
190 | 2024-03-26T06:38:29.546Z | Packages to change: 1 |
191 | 2024-03-26T06:38:29.546Z | Mediators to change: 1 |
192 | 2024-03-26T06:38:29.546Z | Services to change: 1 |
193 | 2024-03-26T06:38:29.547Z | Create boot environment: No |
194 | 2024-03-26T06:38:29.556Z | Create backup boot environment: Yes |
195 | 2024-03-26T06:38:31.375Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-03-26T06:38:31.379Z | Actions: Completed 6 actions in 0.00 seconds. |
197 | 2024-03-26T06:38:31.379Z | Done |
198 | 2024-03-26T06:38:31.380Z | Done |
199 | 2024-03-26T06:38:31.426Z | Done |
200 | 2024-03-26T06:38:35.013Z | Done |
201 | 2024-03-26T06:38:35.101Z | Done |
202 | 2024-03-26T06:38:35.122Z | Done |
203 | 2024-03-26T06:38:35.204Z | Done |
204 | 2024-03-26T06:38:35.626Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-03-26T06:38:35.626Z | clang system 15 system |
206 | 2024-03-26T06:38:35.626Z | csh system system illumos |
207 | 2024-03-26T06:38:35.626Z | ctags system system illumos |
208 | 2024-03-26T06:38:35.626Z | gcc vendor 12 vendor |
209 | 2024-03-26T06:38:35.627Z | gcc system 10 system |
210 | 2024-03-26T06:38:35.627Z | gcc system 7 system |
211 | 2024-03-26T06:38:35.627Z | go system 1.20 system |
212 | 2024-03-26T06:38:35.627Z | go system 1.19 system |
213 | 2024-03-26T06:38:35.627Z | llvm system 15 system |
214 | 2024-03-26T06:38:35.627Z | llvm system 14 system |
215 | 2024-03-26T06:38:35.627Z | mariadb system 10.6 system |
216 | 2024-03-26T06:38:35.627Z | mta vendor vendor dma |
217 | 2024-03-26T06:38:35.627Z | openjdk system 17 system |
218 | 2024-03-26T06:38:35.627Z | openjdk system 11 system |
219 | 2024-03-26T06:38:35.627Z | openjdk system 1.8 system |
220 | 2024-03-26T06:38:35.627Z | openssl vendor 3 vendor |
221 | 2024-03-26T06:38:35.627Z | perl system 5.36 system |
222 | 2024-03-26T06:38:35.627Z | postgresql system 15 system |
223 | 2024-03-26T06:38:35.627Z | postgresql system 13 system |
224 | 2024-03-26T06:38:35.627Z | python vendor 3 vendor |
225 | 2024-03-26T06:38:35.627Z | python system 2 system |
226 | 2024-03-26T06:38:35.627Z | python3 system 3.11 system |
227 | 2024-03-26T06:38:35.627Z | ruby system 3.0 system |
228 | 2024-03-26T06:38:35.627Z | words vendor vendor american-english |
229 | 2024-03-26T06:38:35.628Z | words system system australian-english |
230 | 2024-03-26T06:38:35.628Z | words system system british-english |
231 | 2024-03-26T06:38:35.628Z | words system system canadian-english |
232 | 2024-03-26T06:38:35.628Z | words system system french |
233 | 2024-03-26T06:38:35.628Z | words system system italian |
234 | 2024-03-26T06:38:35.628Z | words system system ngerman |
235 | 2024-03-26T06:38:35.628Z | words system system ogerman |
236 | 2024-03-26T06:38:35.628Z | words system system spanish |
237 | 2024-03-26T06:38:35.948Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2024-03-26T06:38:35.948Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2024-03-26T06:38:37.176Z | FMRI IFO |
240 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
247 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
248 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
249 | 2024-03-26T06:38:37.176Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
250 | 2024-03-26T06:38:37.177Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
251 | 2024-03-26T06:38:37.177Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
252 | 2024-03-26T06:38:37.403Z | + set -o errexit |
253 | 2024-03-26T06:38:37.407Z | +++ dirname ./tools/ci_download_cockroachdb |
254 | 2024-03-26T06:38:37.411Z | ++ cd ./tools |
255 | 2024-03-26T06:38:37.411Z | ++ pwd |
256 | 2024-03-26T06:38:37.412Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
257 | 2024-03-26T06:38:37.412Z | ++ basename ./tools/ci_download_cockroachdb |
258 | 2024-03-26T06:38:37.412Z | + ARG0=ci_download_cockroachdb |
259 | 2024-03-26T06:38:37.412Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
260 | 2024-03-26T06:38:37.433Z | + CIDL_VERSION=v22.1.9 |
261 | 2024-03-26T06:38:37.433Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
262 | 2024-03-26T06:38:37.434Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
263 | 2024-03-26T06:38:37.434Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
264 | 2024-03-26T06:38:37.434Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
265 | 2024-03-26T06:38:37.434Z | + TARGET_DIR=out |
266 | 2024-03-26T06:38:37.434Z | + DOWNLOAD_DIR=out/downloads |
267 | 2024-03-26T06:38:37.434Z | + DEST_DIR=./out/cockroachdb |
268 | 2024-03-26T06:38:37.434Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
269 | 2024-03-26T06:38:37.434Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
270 | 2024-03-26T06:38:37.434Z | + main |
271 | 2024-03-26T06:38:37.434Z | + [[ 0 != 0 ]] |
272 | 2024-03-26T06:38:37.434Z | + CIDL_OS=solaris2.11 |
273 | 2024-03-26T06:38:37.434Z | + [[ 0 != 0 ]] |
274 | 2024-03-26T06:38:37.434Z | + configure_os solaris2.11 |
275 | 2024-03-26T06:38:37.434Z | + echo 'current directory: /work/oxidecomputer/omicron' |
276 | 2024-03-26T06:38:37.434Z | + echo 'configuring based on OS: "solaris2.11"' |
277 | 2024-03-26T06:38:37.434Z | + case "$1" in |
278 | 2024-03-26T06:38:37.434Z | + CIDL_BUILD=illumos |
279 | 2024-03-26T06:38:37.434Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-03-26T06:38:37.435Z | configuring based on OS: "solaris2.11" |
281 | 2024-03-26T06:38:37.435Z | + CIDL_SUFFIX=tar.gz |
282 | 2024-03-26T06:38:37.435Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
283 | 2024-03-26T06:38:37.435Z | + CIDL_URL_BASE=https://illumos.org/downloads |
284 | 2024-03-26T06:38:37.435Z | + CIDL_ASSEMBLE=do_assemble_illumos |
285 | 2024-03-26T06:38:37.435Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
286 | 2024-03-26T06:38:37.435Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-03-26T06:38:37.435Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-03-26T06:38:37.435Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
289 | 2024-03-26T06:38:37.435Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-26T06:38:37.435Z | + CIDL_SHA256FUNC=do_sha256sum |
291 | 2024-03-26T06:38:37.435Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-03-26T06:38:37.435Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2024-03-26T06:38:37.435Z | + mkdir -p out/downloads |
294 | 2024-03-26T06:38:37.435Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-26T06:38:37.435Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-03-26T06:38:37.435Z | + mkdir -p ./out/cockroachdb |
297 | 2024-03-26T06:38:37.435Z | + local DO_DOWNLOAD=true |
298 | 2024-03-26T06:38:37.435Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
299 | 2024-03-26T06:38:37.435Z | + '[' true == true ']' |
300 | 2024-03-26T06:38:37.435Z | + echo Downloading... |
301 | 2024-03-26T06:38:37.436Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-03-26T06:38:37.436Z | Downloading... |
303 | 2024-03-26T06:38:37.436Z | + 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 |
304 | 2024-03-26T06:38:48.795Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-03-26T06:38:48.858Z | ++ sha256sum |
306 | 2024-03-26T06:38:48.858Z | ++ awk '{print $1}' |
307 | 2024-03-26T06:38:48.858Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
308 | 2024-03-26T06:38:48.858Z | + [[ 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 ]] |
309 | 2024-03-26T06:38:48.858Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-03-26T06:38:48.858Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
311 | 2024-03-26T06:38:48.869Z | + do_assemble_illumos |
312 | 2024-03-26T06:38:48.869Z | + rm -r ./out/cockroachdb |
313 | 2024-03-26T06:38:48.869Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
314 | 2024-03-26T06:38:48.869Z | + ./out/cockroachdb/bin/cockroach version |
315 | 2024-03-26T06:38:48.930Z | Build Tag: v22.1.9-dirty |
316 | 2024-03-26T06:38:48.930Z | Build Time: 2022/10/26 21:17:46 |
317 | 2024-03-26T06:38:48.930Z | Distribution: OSS |
318 | 2024-03-26T06:38:48.930Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
319 | 2024-03-26T06:38:48.930Z | Go Version: go1.17.13 |
320 | 2024-03-26T06:38:48.930Z | C Compiler: gcc 10.3.0 |
321 | 2024-03-26T06:38:48.930Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
322 | 2024-03-26T06:38:48.930Z | Build Type: release |
323 | 2024-03-26T06:38:48.930Z | + set -o errexit |
324 | 2024-03-26T06:38:48.930Z | +++ dirname ./tools/ci_download_clickhouse |
325 | 2024-03-26T06:38:48.930Z | ++ cd ./tools |
326 | 2024-03-26T06:38:48.930Z | ++ pwd |
327 | 2024-03-26T06:38:48.930Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
328 | 2024-03-26T06:38:48.930Z | ++ basename ./tools/ci_download_clickhouse |
329 | 2024-03-26T06:38:48.930Z | + ARG0=ci_download_clickhouse |
330 | 2024-03-26T06:38:48.930Z | + TARGET_DIR=out |
331 | 2024-03-26T06:38:48.930Z | + DOWNLOAD_DIR=out/downloads |
332 | 2024-03-26T06:38:48.931Z | + DEST_DIR=./out/clickhouse |
333 | 2024-03-26T06:38:48.931Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
334 | 2024-03-26T06:38:48.931Z | + CIDL_VERSION=v23.8.7.24 |
335 | 2024-03-26T06:38:48.931Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
336 | 2024-03-26T06:38:48.931Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
337 | 2024-03-26T06:38:48.931Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
338 | 2024-03-26T06:38:48.931Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
339 | 2024-03-26T06:38:48.931Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
340 | 2024-03-26T06:38:48.931Z | + main |
341 | 2024-03-26T06:38:48.931Z | + [[ 0 != 0 ]] |
342 | 2024-03-26T06:38:48.931Z | + CIDL_OS=solaris2.11 |
343 | 2024-03-26T06:38:48.931Z | + [[ 0 != 0 ]] |
344 | 2024-03-26T06:38:48.931Z | + configure_os solaris2.11 |
345 | 2024-03-26T06:38:48.931Z | + echo 'current directory: /work/oxidecomputer/omicron' |
346 | 2024-03-26T06:38:48.931Z | current directory: /work/oxidecomputer/omicron |
347 | 2024-03-26T06:38:48.931Z | configuring based on OS: "solaris2.11" |
348 | 2024-03-26T06:38:48.931Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2024-03-26T06:38:48.931Z | + CIDL_DASHREV= |
350 | 2024-03-26T06:38:48.931Z | + case "$1" in |
351 | 2024-03-26T06:38:48.932Z | + CIDL_PLATFORM=illumos |
352 | 2024-03-26T06:38:48.932Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
353 | 2024-03-26T06:38:48.932Z | + CIDL_MD5FUNC=do_md5sum |
354 | 2024-03-26T06:38:48.932Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
355 | 2024-03-26T06:38:48.932Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-03-26T06:38:48.932Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-03-26T06:38:48.932Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-03-26T06:38:48.932Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
359 | 2024-03-26T06:38:48.932Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-03-26T06:38:48.932Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-03-26T06:38:48.932Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-03-26T06:38:48.932Z | + mkdir -p out/downloads |
363 | 2024-03-26T06:38:48.932Z | + mkdir -p ./out/clickhouse |
364 | 2024-03-26T06:38:48.932Z | + local DO_DOWNLOAD=true |
365 | 2024-03-26T06:38:48.932Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
366 | 2024-03-26T06:38:48.932Z | + '[' true == true ']' |
367 | 2024-03-26T06:38:48.932Z | + echo Downloading... |
368 | 2024-03-26T06:38:48.932Z | Downloading... |
369 | 2024-03-26T06:38:48.932Z | + 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 |
370 | 2024-03-26T06:38:48.932Z | + 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 |
371 | 2024-03-26T06:38:48.933Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-03-26T06:38:48.933Z | ++ md5sum |
373 | 2024-03-26T06:38:48.933Z | ++ awk '{print $1}' |
374 | 2024-03-26T06:38:48.933Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
375 | 2024-03-26T06:38:48.933Z | + [[ 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 ]] |
376 | 2024-03-26T06:38:48.933Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
377 | 2024-03-26T06:38:48.933Z | + mkdir -p ./out/clickhouse |
378 | 2024-03-26T06:38:48.933Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
379 | 2024-03-26T06:38:50.867Z | + [[ solaris2.11 == darwin* ]] |
380 | 2024-03-26T06:38:50.868Z | + ./out/clickhouse/clickhouse server --version |
381 | 2024-03-26T06:38:51.113Z | ClickHouse server version 23.8.7.1. |
382 | 2024-03-26T06:38:51.129Z | + set -o errexit |
383 | 2024-03-26T06:38:51.141Z | +++ dirname ./tools/ci_download_console |
384 | 2024-03-26T06:38:51.141Z | ++ cd ./tools |
385 | 2024-03-26T06:38:51.141Z | ++ pwd |
386 | 2024-03-26T06:38:51.141Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
387 | 2024-03-26T06:38:51.142Z | ++ basename ./tools/ci_download_console |
388 | 2024-03-26T06:38:51.142Z | + ARG0=ci_download_console |
389 | 2024-03-26T06:38:51.142Z | + TARGET_DIR=out |
390 | 2024-03-26T06:38:51.142Z | + DOWNLOAD_DIR=out/downloads |
391 | 2024-03-26T06:38:51.143Z | + DEST_DIR=./out/console-assets |
392 | 2024-03-26T06:38:51.143Z | + source /work/oxidecomputer/omicron/tools/console_version |
393 | 2024-03-26T06:38:51.144Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
394 | 2024-03-26T06:38:51.144Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
395 | 2024-03-26T06:38:51.144Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
396 | 2024-03-26T06:38:51.144Z | + TARBALL_FILE=out/downloads/console.tar.gz |
397 | 2024-03-26T06:38:51.145Z | + main |
398 | 2024-03-26T06:38:51.145Z | + [[ 0 != 0 ]] |
399 | 2024-03-26T06:38:51.145Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
400 | 2024-03-26T06:38:51.146Z | + echo 'Local file: out/downloads/console.tar.gz' |
401 | 2024-03-26T06:38:51.146Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
402 | 2024-03-26T06:38:51.146Z | Local file: out/downloads/console.tar.gz |
403 | 2024-03-26T06:38:51.146Z | + local DO_DOWNLOAD=true |
404 | 2024-03-26T06:38:51.146Z | + [[ -f out/downloads/console.tar.gz ]] |
405 | 2024-03-26T06:38:51.146Z | + mkdir -p out/downloads |
406 | 2024-03-26T06:38:51.147Z | + '[' true == true ']' |
407 | 2024-03-26T06:38:51.147Z | + echo Downloading... |
408 | 2024-03-26T06:38:51.147Z | Downloading... |
409 | 2024-03-26T06:38:51.148Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
410 | 2024-03-26T06:38:51.148Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
411 | 2024-03-26T06:38:51.730Z | ++ do_sha256sum out/downloads/console.tar.gz |
412 | 2024-03-26T06:38:51.730Z | ++ case "$OSTYPE" in |
413 | 2024-03-26T06:38:51.730Z | ++ SHA=sha256sum |
414 | 2024-03-26T06:38:51.741Z | ++ sha256sum |
415 | 2024-03-26T06:38:51.741Z | ++ awk '{print $1}' |
416 | 2024-03-26T06:38:51.741Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
417 | 2024-03-26T06:38:51.741Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
418 | 2024-03-26T06:38:51.741Z | + rm -rf ./out/console-assets |
419 | 2024-03-26T06:38:51.741Z | + mkdir -p ./out/console-assets |
420 | 2024-03-26T06:38:51.741Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
421 | 2024-03-26T06:38:51.742Z | + mkdir -p ./out/console-assets |
422 | 2024-03-26T06:38:51.742Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
423 | 2024-03-26T06:38:51.898Z | + set -o errexit |
424 | 2024-03-26T06:38:51.913Z | +++ dirname ./tools/ci_download_maghemite_openapi |
425 | 2024-03-26T06:38:51.913Z | ++ cd ./tools |
426 | 2024-03-26T06:38:51.914Z | ++ pwd |
427 | 2024-03-26T06:38:51.914Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
428 | 2024-03-26T06:38:51.914Z | ++ basename ./tools/ci_download_maghemite_openapi |
429 | 2024-03-26T06:38:51.914Z | + ARG0=ci_download_maghemite_openapi |
430 | 2024-03-26T06:38:51.914Z | + TARGET_DIR=out |
431 | 2024-03-26T06:38:51.914Z | + DOWNLOAD_DIR=out/downloads |
432 | 2024-03-26T06:38:51.914Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
433 | 2024-03-26T06:38:51.914Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
434 | 2024-03-26T06:38:51.914Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
435 | 2024-03-26T06:38:51.914Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
436 | 2024-03-26T06:38:51.914Z | + LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
437 | 2024-03-26T06:38:51.914Z | + main |
438 | 2024-03-26T06:38:51.915Z | + rm -rf out/downloads/root |
439 | 2024-03-26T06:38:51.915Z | + [[ 0 != 0 ]] |
440 | 2024-03-26T06:38:51.915Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json' |
441 | 2024-03-26T06:38:51.915Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
442 | 2024-03-26T06:38:51.915Z | + echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
443 | 2024-03-26T06:38:51.915Z | + local DO_DOWNLOAD=true |
444 | 2024-03-26T06:38:51.915Z | Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
445 | 2024-03-26T06:38:51.915Z | + [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
446 | 2024-03-26T06:38:51.915Z | + mkdir -p out/downloads |
447 | 2024-03-26T06:38:51.915Z | + '[' true == true ']' |
448 | 2024-03-26T06:38:51.915Z | + echo Downloading... |
449 | 2024-03-26T06:38:51.915Z | Downloading... |
450 | 2024-03-26T06:38:51.916Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
451 | 2024-03-26T06:38:51.916Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
452 | 2024-03-26T06:38:51.964Z | ++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
453 | 2024-03-26T06:38:51.964Z | ++ case "$OSTYPE" in |
454 | 2024-03-26T06:38:52.421Z | ++ SHA=sha256sum |
455 | 2024-03-26T06:38:52.421Z | ++ sha256sum |
456 | 2024-03-26T06:38:52.421Z | ++ awk '{print $1}' |
457 | 2024-03-26T06:38:52.422Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
458 | 2024-03-26T06:38:52.422Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
459 | 2024-03-26T06:38:52.422Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
460 | 2024-03-26T06:38:52.422Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
461 | 2024-03-26T06:38:52.422Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
462 | 2024-03-26T06:38:52.422Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
463 | 2024-03-26T06:38:52.422Z | + LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
464 | 2024-03-26T06:38:52.422Z | + main |
465 | 2024-03-26T06:38:52.422Z | + rm -rf out/downloads/root |
466 | 2024-03-26T06:38:52.422Z | + [[ 0 != 0 ]] |
467 | 2024-03-26T06:38:52.422Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json' |
468 | 2024-03-26T06:38:52.423Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
469 | 2024-03-26T06:38:52.423Z | + echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
470 | 2024-03-26T06:38:52.423Z | Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
471 | 2024-03-26T06:38:52.423Z | + local DO_DOWNLOAD=true |
472 | 2024-03-26T06:38:52.423Z | + [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
473 | 2024-03-26T06:38:52.423Z | + mkdir -p out/downloads |
474 | 2024-03-26T06:38:52.423Z | + '[' true == true ']' |
475 | 2024-03-26T06:38:52.423Z | + echo Downloading... |
476 | 2024-03-26T06:38:52.423Z | Downloading... |
477 | 2024-03-26T06:38:52.423Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
478 | 2024-03-26T06:38:52.423Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
479 | 2024-03-26T06:38:52.562Z | ++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
480 | 2024-03-26T06:38:52.562Z | ++ case "$OSTYPE" in |
481 | 2024-03-26T06:38:52.562Z | ++ SHA=sha256sum |
482 | 2024-03-26T06:38:52.562Z | ++ sha256sum |
483 | 2024-03-26T06:38:52.562Z | ++ awk '{print $1}' |
484 | 2024-03-26T06:38:52.562Z | + calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
485 | 2024-03-26T06:38:52.563Z | + [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]] |
486 | 2024-03-26T06:38:52.563Z | + set -o errexit |
487 | 2024-03-26T06:38:52.563Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2024-03-26T06:38:52.563Z | ++ cd ./tools |
489 | 2024-03-26T06:38:52.563Z | ++ pwd |
490 | 2024-03-26T06:38:52.563Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2024-03-26T06:38:52.563Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2024-03-26T06:38:52.564Z | + ARG0=ci_download_dendrite_openapi |
493 | 2024-03-26T06:38:52.564Z | + TARGET_DIR=out |
494 | 2024-03-26T06:38:52.564Z | + DOWNLOAD_DIR=out/downloads |
495 | 2024-03-26T06:38:52.564Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2024-03-26T06:38:52.564Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
497 | 2024-03-26T06:38:52.564Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
498 | 2024-03-26T06:38:52.565Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
499 | 2024-03-26T06:38:52.565Z | + LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
500 | 2024-03-26T06:38:52.565Z | + main |
501 | 2024-03-26T06:38:52.565Z | + [[ 0 != 0 ]] |
502 | 2024-03-26T06:38:52.565Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json' |
503 | 2024-03-26T06:38:52.565Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
504 | 2024-03-26T06:38:52.565Z | Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
505 | 2024-03-26T06:38:52.566Z | + echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json' |
506 | 2024-03-26T06:38:52.566Z | + local DO_DOWNLOAD=true |
507 | 2024-03-26T06:38:52.566Z | + [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]] |
508 | 2024-03-26T06:38:52.566Z | + mkdir -p out/downloads |
509 | 2024-03-26T06:38:52.566Z | + '[' true == true ']' |
510 | 2024-03-26T06:38:52.566Z | + echo Downloading... |
511 | 2024-03-26T06:38:52.566Z | Downloading... |
512 | 2024-03-26T06:38:52.567Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
513 | 2024-03-26T06:38:52.567Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
514 | 2024-03-26T06:38:52.567Z | ++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
515 | 2024-03-26T06:38:52.567Z | ++ case "$OSTYPE" in |
516 | 2024-03-26T06:38:52.567Z | ++ SHA=sha256sum |
517 | 2024-03-26T06:38:52.567Z | ++ sha256sum |
518 | 2024-03-26T06:38:52.568Z | ++ awk '{print $1}' |
519 | 2024-03-26T06:38:52.568Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
520 | 2024-03-26T06:38:52.568Z | + [[ 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 ]] |
521 | 2024-03-26T06:38:52.568Z | + set -o errexit |
522 | 2024-03-26T06:38:52.568Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2024-03-26T06:38:52.568Z | ++ cd ./tools |
524 | 2024-03-26T06:38:52.569Z | ++ pwd |
525 | 2024-03-26T06:38:52.569Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-03-26T06:38:52.569Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2024-03-26T06:38:52.569Z | + ARG0=ci_download_dendrite_stub |
528 | 2024-03-26T06:38:52.570Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2024-03-26T06:38:52.570Z | ++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
530 | 2024-03-26T06:38:52.570Z | ++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397 |
531 | 2024-03-26T06:38:52.570Z | ++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d |
532 | 2024-03-26T06:38:52.570Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2024-03-26T06:38:52.571Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
534 | 2024-03-26T06:38:52.571Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
535 | 2024-03-26T06:38:52.571Z | + TARGET_DIR=out |
536 | 2024-03-26T06:38:52.571Z | + DOWNLOAD_DIR=out/downloads |
537 | 2024-03-26T06:38:52.571Z | + DEST_DIR=./out/dendrite-stub |
538 | 2024-03-26T06:38:52.571Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2024-03-26T06:38:52.571Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2024-03-26T06:38:52.571Z | + REPO=oxidecomputer/dendrite |
541 | 2024-03-26T06:38:52.571Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
542 | 2024-03-26T06:38:52.571Z | + main |
543 | 2024-03-26T06:38:52.571Z | + [[ 0 != 0 ]] |
544 | 2024-03-26T06:38:52.571Z | + CIDL_OS=solaris2.11 |
545 | 2024-03-26T06:38:52.572Z | + [[ 0 != 0 ]] |
546 | 2024-03-26T06:38:52.572Z | + configure_os solaris2.11 |
547 | 2024-03-26T06:38:52.572Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-03-26T06:38:52.572Z | current directory: /work/oxidecomputer/omicron |
549 | 2024-03-26T06:38:52.572Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-03-26T06:38:52.572Z | + case "$1" in |
551 | 2024-03-26T06:38:52.572Z | configuring based on OS: "solaris2.11" |
552 | 2024-03-26T06:38:52.573Z | + SET_BINARIES= |
553 | 2024-03-26T06:38:52.573Z | + CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
554 | 2024-03-26T06:38:52.573Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2024-03-26T06:38:52.573Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2024-03-26T06:38:52.573Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
557 | 2024-03-26T06:38:52.573Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2024-03-26T06:38:52.573Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz' |
559 | 2024-03-26T06:38:52.573Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
560 | 2024-03-26T06:38:52.574Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
561 | 2024-03-26T06:38:52.574Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2024-03-26T06:38:52.574Z | + mkdir -p out/downloads |
563 | 2024-03-26T06:38:52.574Z | + mkdir -p ./out/dendrite-stub |
564 | 2024-03-26T06:38:52.574Z | + fetch_and_verify |
565 | 2024-03-26T06:38:52.574Z | + local DO_DOWNLOAD=true |
566 | 2024-03-26T06:38:52.574Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2024-03-26T06:38:52.574Z | + '[' true == true ']' |
568 | 2024-03-26T06:38:52.574Z | + echo Downloading... |
569 | 2024-03-26T06:38:52.574Z | Downloading... |
570 | 2024-03-26T06:38:52.574Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2024-03-26T06:38:52.575Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
572 | 2024-03-26T06:38:59.658Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2024-03-26T06:38:59.664Z | ++ sha256sum |
574 | 2024-03-26T06:38:59.664Z | ++ awk '{print $1}' |
575 | 2024-03-26T06:38:59.683Z | + calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
576 | 2024-03-26T06:38:59.683Z | + [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]] |
577 | 2024-03-26T06:38:59.687Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2024-03-26T06:38:59.687Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2024-03-26T06:39:00.379Z | + do_assemble |
580 | 2024-03-26T06:39:00.379Z | + rm -r ./out/dendrite-stub |
581 | 2024-03-26T06:39:00.383Z | + mkdir ./out/dendrite-stub |
582 | 2024-03-26T06:39:00.385Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2024-03-26T06:39:00.483Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2024-03-26T06:39:00.495Z | + set -o errexit |
585 | 2024-03-26T06:39:00.495Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2024-03-26T06:39:00.503Z | ++ cd ./tools |
587 | 2024-03-26T06:39:00.503Z | ++ pwd |
588 | 2024-03-26T06:39:00.503Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-03-26T06:39:00.504Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2024-03-26T06:39:00.504Z | + ARG0=ci_download_maghemite_mgd |
591 | 2024-03-26T06:39:00.504Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2024-03-26T06:39:00.504Z | ++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
593 | 2024-03-26T06:39:00.504Z | ++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111 |
594 | 2024-03-26T06:39:00.504Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2024-03-26T06:39:00.504Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
596 | 2024-03-26T06:39:00.504Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
597 | 2024-03-26T06:39:00.505Z | + TARGET_DIR=out |
598 | 2024-03-26T06:39:00.505Z | + DOWNLOAD_DIR=out/downloads |
599 | 2024-03-26T06:39:00.505Z | + DEST_DIR=./out/mgd |
600 | 2024-03-26T06:39:00.505Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2024-03-26T06:39:00.505Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-03-26T06:39:00.505Z | + REPO=oxidecomputer/maghemite |
603 | 2024-03-26T06:39:00.505Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb |
604 | 2024-03-26T06:39:00.505Z | + main |
605 | 2024-03-26T06:39:00.505Z | + rm -rf out/downloads/root |
606 | 2024-03-26T06:39:00.512Z | + [[ 0 != 0 ]] |
607 | 2024-03-26T06:39:00.513Z | + CIDL_OS=solaris2.11 |
608 | 2024-03-26T06:39:00.513Z | + [[ 0 != 0 ]] |
609 | 2024-03-26T06:39:00.513Z | + configure_os solaris2.11 |
610 | 2024-03-26T06:39:00.513Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2024-03-26T06:39:00.513Z | current directory: /work/oxidecomputer/omicron |
612 | 2024-03-26T06:39:00.513Z | + echo 'configuring based on OS: "solaris2.11"' |
613 | 2024-03-26T06:39:00.513Z | + case "$1" in |
614 | 2024-03-26T06:39:00.513Z | configuring based on OS: "solaris2.11" |
615 | 2024-03-26T06:39:00.513Z | + SET_BINARIES= |
616 | 2024-03-26T06:39:00.514Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2024-03-26T06:39:00.514Z | + TARBALL_FILENAME=mgd.tar.gz |
618 | 2024-03-26T06:39:00.514Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
619 | 2024-03-26T06:39:00.514Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2024-03-26T06:39:00.514Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz' |
621 | 2024-03-26T06:39:00.515Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
622 | 2024-03-26T06:39:00.515Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
623 | 2024-03-26T06:39:00.515Z | + mkdir -p out/downloads |
624 | 2024-03-26T06:39:00.515Z | Local file: out/downloads/mgd.tar.gz |
625 | 2024-03-26T06:39:00.515Z | + mkdir -p ./out/mgd |
626 | 2024-03-26T06:39:00.515Z | + fetch_and_verify |
627 | 2024-03-26T06:39:00.515Z | + local DO_DOWNLOAD=true |
628 | 2024-03-26T06:39:00.516Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2024-03-26T06:39:00.516Z | + '[' true == true ']' |
630 | 2024-03-26T06:39:00.516Z | + echo Downloading... |
631 | 2024-03-26T06:39:00.516Z | Downloading... |
632 | 2024-03-26T06:39:00.516Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2024-03-26T06:39:00.516Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
634 | 2024-03-26T06:39:08.576Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2024-03-26T06:39:08.580Z | ++ sha256sum |
636 | 2024-03-26T06:39:08.581Z | ++ awk '{print $1}' |
637 | 2024-03-26T06:39:08.596Z | + calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
638 | 2024-03-26T06:39:08.600Z | + [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]] |
639 | 2024-03-26T06:39:08.600Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2024-03-26T06:39:08.600Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2024-03-26T06:39:09.041Z | + do_assemble |
642 | 2024-03-26T06:39:09.041Z | + rm -r ./out/mgd |
643 | 2024-03-26T06:39:09.044Z | + mkdir ./out/mgd |
644 | 2024-03-26T06:39:09.050Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2024-03-26T06:39:09.104Z | + set -o errexit |
646 | 2024-03-26T06:39:09.107Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2024-03-26T06:39:09.111Z | ++ cd ./tools |
648 | 2024-03-26T06:39:09.111Z | ++ pwd |
649 | 2024-03-26T06:39:09.111Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2024-03-26T06:39:09.111Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2024-03-26T06:39:09.111Z | + ARG0=ci_download_transceiver_control |
652 | 2024-03-26T06:39:09.111Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2024-03-26T06:39:09.111Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2024-03-26T06:39:09.111Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-03-26T06:39:09.111Z | + TARGET_DIR=out |
656 | 2024-03-26T06:39:09.111Z | + DOWNLOAD_DIR=out/downloads |
657 | 2024-03-26T06:39:09.111Z | + DEST_DIR=./out/transceiver-control |
658 | 2024-03-26T06:39:09.111Z | + BIN_DIR=/opt/oxide/bin |
659 | 2024-03-26T06:39:09.111Z | + BINARY=xcvradm |
660 | 2024-03-26T06:39:09.111Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2024-03-26T06:39:09.111Z | + REPO=oxidecomputer/transceiver-control |
662 | 2024-03-26T06:39:09.111Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2024-03-26T06:39:09.115Z | + main |
664 | 2024-03-26T06:39:09.115Z | + [[ 0 != 0 ]] |
665 | 2024-03-26T06:39:09.115Z | + CIDL_OS=solaris2.11 |
666 | 2024-03-26T06:39:09.115Z | + [[ 0 != 0 ]] |
667 | 2024-03-26T06:39:09.115Z | + configure_os solaris2.11 |
668 | 2024-03-26T06:39:09.115Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2024-03-26T06:39:09.115Z | current directory: /work/oxidecomputer/omicron |
670 | 2024-03-26T06:39:09.115Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2024-03-26T06:39:09.115Z | + case "$1" in |
672 | 2024-03-26T06:39:09.115Z | configuring based on OS: "solaris2.11" |
673 | 2024-03-26T06:39:09.115Z | + SET_BINARIES= |
674 | 2024-03-26T06:39:09.115Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2024-03-26T06:39:09.115Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2024-03-26T06:39:09.115Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2024-03-26T06:39:09.115Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2024-03-26T06:39:09.115Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2024-03-26T06:39:09.116Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2024-03-26T06:39:09.116Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-03-26T06:39:09.116Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2024-03-26T06:39:09.116Z | Local file: out/downloads/xcvradm.gz |
683 | 2024-03-26T06:39:09.116Z | + mkdir -p out/downloads |
684 | 2024-03-26T06:39:09.116Z | + mkdir -p ./out/transceiver-control |
685 | 2024-03-26T06:39:09.119Z | + fetch_and_verify |
686 | 2024-03-26T06:39:09.119Z | + local DO_DOWNLOAD=true |
687 | 2024-03-26T06:39:09.119Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2024-03-26T06:39:09.119Z | + '[' true == true ']' |
689 | 2024-03-26T06:39:09.119Z | + echo Downloading... |
690 | 2024-03-26T06:39:09.119Z | Downloading... |
691 | 2024-03-26T06:39:09.120Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2024-03-26T06:39:09.120Z | + 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 |
693 | 2024-03-26T06:39:11.273Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2024-03-26T06:39:11.290Z | ++ sha256sum |
695 | 2024-03-26T06:39:11.290Z | ++ awk '{print $1}' |
696 | 2024-03-26T06:39:11.290Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2024-03-26T06:39:11.290Z | + [[ 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 ]] |
698 | 2024-03-26T06:39:11.290Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2024-03-26T06:39:11.290Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2024-03-26T06:39:11.290Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2024-03-26T06:39:11.389Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2024-03-26T06:39:11.392Z | + do_assemble |
703 | 2024-03-26T06:39:11.392Z | + rm -r ./out/transceiver-control |
704 | 2024-03-26T06:39:11.395Z | + mkdir ./out/transceiver-control |
705 | 2024-03-26T06:39:11.395Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2024-03-26T06:39:11.472Z | + set -o errexit |
707 | 2024-03-26T06:39:11.476Z | +++ dirname ./tools/ci_download_thundermuffin |
708 | 2024-03-26T06:39:11.476Z | ++ cd ./tools |
709 | 2024-03-26T06:39:11.476Z | ++ pwd |
710 | 2024-03-26T06:39:11.476Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
711 | 2024-03-26T06:39:11.476Z | ++ basename ./tools/ci_download_thundermuffin |
712 | 2024-03-26T06:39:11.476Z | + ARG0=ci_download_thundermuffin |
713 | 2024-03-26T06:39:11.476Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
714 | 2024-03-26T06:39:11.476Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
715 | 2024-03-26T06:39:11.476Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
716 | 2024-03-26T06:39:11.476Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
717 | 2024-03-26T06:39:11.477Z | + TARGET_DIR=out |
718 | 2024-03-26T06:39:11.477Z | + DOWNLOAD_DIR=out/downloads |
719 | 2024-03-26T06:39:11.477Z | + DEST_DIR=./out/thundermuffin |
720 | 2024-03-26T06:39:11.477Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
721 | 2024-03-26T06:39:11.477Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
722 | 2024-03-26T06:39:11.477Z | + REPO=oxidecomputer/thundermuffin |
723 | 2024-03-26T06:39:11.477Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
724 | 2024-03-26T06:39:11.477Z | + main |
725 | 2024-03-26T06:39:11.477Z | + rm -rf out/downloads/root |
726 | 2024-03-26T06:39:11.482Z | + [[ 0 != 0 ]] |
727 | 2024-03-26T06:39:11.482Z | + CIDL_OS=solaris2.11 |
728 | 2024-03-26T06:39:11.482Z | + [[ 0 != 0 ]] |
729 | 2024-03-26T06:39:11.482Z | + configure_os solaris2.11 |
730 | 2024-03-26T06:39:11.486Z | + echo 'current directory: /work/oxidecomputer/omicron' |
731 | 2024-03-26T06:39:11.487Z | current directory: /work/oxidecomputer/omicron |
732 | 2024-03-26T06:39:11.487Z | + echo 'configuring based on OS: "solaris2.11"' |
733 | 2024-03-26T06:39:11.487Z | + case "$1" in |
734 | 2024-03-26T06:39:11.487Z | configuring based on OS: "solaris2.11" |
735 | 2024-03-26T06:39:11.487Z | + SET_BINARIES= |
736 | 2024-03-26T06:39:11.487Z | + CIDL_SHA256FUNC=do_sha256sum |
737 | 2024-03-26T06:39:11.487Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
738 | 2024-03-26T06:39:11.487Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
739 | 2024-03-26T06:39:11.487Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
740 | 2024-03-26T06:39:11.487Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
741 | 2024-03-26T06:39:11.487Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
742 | 2024-03-26T06:39:11.487Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
743 | 2024-03-26T06:39:11.488Z | + mkdir -p out/downloads |
744 | 2024-03-26T06:39:11.488Z | Local file: out/downloads/thundermuffin.tar.gz |
745 | 2024-03-26T06:39:11.488Z | + mkdir -p ./out/thundermuffin |
746 | 2024-03-26T06:39:11.488Z | + fetch_and_verify |
747 | 2024-03-26T06:39:11.488Z | + local DO_DOWNLOAD=true |
748 | 2024-03-26T06:39:11.488Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
749 | 2024-03-26T06:39:11.488Z | + '[' true == true ']' |
750 | 2024-03-26T06:39:11.488Z | + echo Downloading... |
751 | 2024-03-26T06:39:11.488Z | Downloading... |
752 | 2024-03-26T06:39:11.488Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
753 | 2024-03-26T06:39:11.492Z | + 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 |
754 | 2024-03-26T06:39:12.521Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
755 | 2024-03-26T06:39:12.524Z | ++ sha256sum |
756 | 2024-03-26T06:39:12.524Z | ++ awk '{print $1}' |
757 | 2024-03-26T06:39:12.527Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
758 | 2024-03-26T06:39:12.527Z | + [[ 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 ]] |
759 | 2024-03-26T06:39:12.527Z | + do_untar out/downloads/thundermuffin.tar.gz |
760 | 2024-03-26T06:39:12.527Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
761 | 2024-03-26T06:39:12.591Z | + do_assemble |
762 | 2024-03-26T06:39:12.591Z | + rm -r ./out/thundermuffin |
763 | 2024-03-26T06:39:12.594Z | + mkdir ./out/thundermuffin |
764 | 2024-03-26T06:39:12.601Z | + cp -r out/downloads/root ./out/thundermuffin/root |
765 | 2024-03-26T06:39:12.606Z | All prerequisites installed successfully |
766 | 2024-03-26T06:39:12.610Z | |
767 | 2024-03-26T06:39:12.610Z | real 1:59.641001715 |
768 | 2024-03-26T06:39:12.610Z | user 36.578712868 |
769 | 2024-03-26T06:39:12.610Z | sys 6.641099291 |
770 | 2024-03-26T06:39:12.610Z | trap 0.007939901 |
771 | 2024-03-26T06:39:12.610Z | tflt 0.167936377 |
772 | 2024-03-26T06:39:12.610Z | dflt 0.484068956 |
773 | 2024-03-26T06:39:12.610Z | kflt 0.108627993 |
774 | 2024-03-26T06:39:12.610Z | lock 1.106795332 |
775 | 2024-03-26T06:39:12.610Z | slp 3:57.354205417 |
776 | 2024-03-26T06:39:12.610Z | lat 2.058967661 |
777 | 2024-03-26T06:39:12.611Z | stop 0.131281818 |
778 | 2024-03-26T06:39:12.611Z | + ptime -m ./tools/ci_download_softnpu_machinery |
779 | 2024-03-26T06:39:13.048Z | fetching npuzone |
780 | 2024-03-26T06:39:13.465Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
781 | 2024-03-26T06:39:13.465Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
782 | 2024-03-26T06:39:13.465Z | Getting hash for npuzone |
783 | 2024-03-26T06:39:13.465Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
784 | 2024-03-26T06:39:19.387Z | npuzone downloaded successfully |
785 | 2024-03-26T06:39:19.391Z | |
786 | 2024-03-26T06:39:19.394Z | real 6.781111834 |
787 | 2024-03-26T06:39:19.394Z | user 0.361230106 |
788 | 2024-03-26T06:39:19.394Z | sys 0.137939387 |
789 | 2024-03-26T06:39:19.394Z | trap 0.000070993 |
790 | 2024-03-26T06:39:19.394Z | tflt 0.000000000 |
791 | 2024-03-26T06:39:19.394Z | dflt 0.000000000 |
792 | 2024-03-26T06:39:19.395Z | kflt 0.000000000 |
793 | 2024-03-26T06:39:19.395Z | lock 0.000000000 |
794 | 2024-03-26T06:39:19.395Z | slp 19.682033690 |
795 | 2024-03-26T06:39:19.395Z | lat 0.132453011 |
796 | 2024-03-26T06:39:19.395Z | stop 0.000172361 |
797 | 2024-03-26T06:39:19.395Z | + export CARGO_INCREMENTAL=0 |
798 | 2024-03-26T06:39:19.395Z | + CARGO_INCREMENTAL=0 |
799 | 2024-03-26T06:39:19.395Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
800 | 2024-03-26T06:39:19.610Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
801 | 2024-03-26T06:39:19.921Z | Updating git repository `https://github.com/oxidecomputer/samael` |
802 | 2024-03-26T06:39:20.239Z | Updating git repository `https://github.com/oxidecomputer/zone` |
803 | 2024-03-26T06:39:20.561Z | Updating crates.io index |
804 | 2024-03-26T06:39:20.565Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
805 | 2024-03-26T06:39:21.344Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
806 | 2024-03-26T06:39:21.878Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
807 | 2024-03-26T06:39:23.683Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
808 | 2024-03-26T06:39:24.193Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
809 | 2024-03-26T06:39:24.476Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
810 | 2024-03-26T06:39:25.407Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
811 | 2024-03-26T06:39:27.741Z | Updating git repository `https://github.com/oxidecomputer/opte` |
812 | 2024-03-26T06:39:28.785Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
813 | 2024-03-26T06:39:29.642Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
814 | 2024-03-26T06:39:29.917Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
815 | 2024-03-26T06:39:30.485Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
816 | 2024-03-26T06:39:30.799Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
817 | 2024-03-26T06:39:31.057Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
818 | 2024-03-26T06:39:31.426Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
819 | 2024-03-26T06:39:31.748Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
820 | 2024-03-26T06:39:32.091Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
821 | 2024-03-26T06:39:32.388Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
822 | 2024-03-26T06:39:32.643Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
823 | 2024-03-26T06:39:32.933Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
824 | 2024-03-26T06:39:33.384Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
825 | 2024-03-26T06:39:33.682Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
826 | 2024-03-26T06:39:34.293Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
827 | 2024-03-26T06:39:34.663Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
828 | 2024-03-26T06:39:34.949Z | Updating git repository `https://github.com/jgallagher/nix` |
829 | 2024-03-26T06:39:36.126Z | Updating git repository `https://github.com/cbiffle/hubpack` |
830 | 2024-03-26T06:39:36.475Z | Updating git repository `https://github.com/oxidecomputer/typify` |
831 | 2024-03-26T06:39:38.317Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
832 | 2024-03-26T06:39:38.698Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
833 | 2024-03-26T06:39:38.981Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
834 | 2024-03-26T06:39:39.514Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
835 | 2024-03-26T06:39:40.544Z | Downloading crates ... |
836 | 2024-03-26T06:39:40.663Z | Downloaded addr2line v0.21.0 |
837 | 2024-03-26T06:39:40.671Z | Downloaded adler v1.0.2 |
838 | 2024-03-26T06:39:40.674Z | Downloaded aead v0.5.2 |
839 | 2024-03-26T06:39:40.674Z | Downloaded ahash v0.8.8 |
840 | 2024-03-26T06:39:40.683Z | Downloaded aho-corasick v1.1.2 |
841 | 2024-03-26T06:39:40.689Z | Downloaded anstyle-query v1.0.0 |
842 | 2024-03-26T06:39:40.692Z | Downloaded anstyle-parse v0.2.1 |
843 | 2024-03-26T06:39:40.692Z | Downloaded anstyle v1.0.6 |
844 | 2024-03-26T06:39:40.695Z | Downloaded anstream v0.6.11 |
845 | 2024-03-26T06:39:40.695Z | Downloaded arrayvec v0.7.4 |
846 | 2024-03-26T06:39:40.699Z | Downloaded crossterm v0.27.0 |
847 | 2024-03-26T06:39:40.704Z | Downloaded hashbrown v0.13.2 |
848 | 2024-03-26T06:39:40.708Z | Downloaded base16ct v0.2.0 |
849 | 2024-03-26T06:39:40.713Z | Downloaded hashbrown v0.14.3 |
850 | 2024-03-26T06:39:40.718Z | Downloaded headers v0.3.9 |
851 | 2024-03-26T06:39:40.722Z | Downloaded heapless v0.7.16 |
852 | 2024-03-26T06:39:40.725Z | Downloaded hex v0.4.3 |
853 | 2024-03-26T06:39:40.738Z | Downloaded heck v0.4.1 |
854 | 2024-03-26T06:39:40.738Z | Downloaded heck v0.3.3 |
855 | 2024-03-26T06:39:40.741Z | Downloaded heapless v0.8.0 |
856 | 2024-03-26T06:39:40.741Z | Downloaded hmac v0.12.1 |
857 | 2024-03-26T06:39:40.741Z | Downloaded home v0.5.5 |
858 | 2024-03-26T06:39:40.741Z | Downloaded bitflags v1.3.2 |
859 | 2024-03-26T06:39:40.742Z | Downloaded http v0.2.12 |
860 | 2024-03-26T06:39:40.746Z | Downloaded bitstruct_derive v0.1.0 |
861 | 2024-03-26T06:39:40.746Z | Downloaded http v1.0.0 |
862 | 2024-03-26T06:39:40.752Z | Downloaded httparse v1.8.0 |
863 | 2024-03-26T06:39:40.756Z | Downloaded humantime v2.1.0 |
864 | 2024-03-26T06:39:40.756Z | Downloaded hubpack_derive v0.1.1 |
865 | 2024-03-26T06:39:40.756Z | Downloaded httpdate v1.0.3 |
866 | 2024-03-26T06:39:40.759Z | Downloaded blake2 v0.10.6 |
867 | 2024-03-26T06:39:40.759Z | Downloaded hyper v0.14.28 |
868 | 2024-03-26T06:39:40.767Z | Downloaded ident_case v1.0.1 |
869 | 2024-03-26T06:39:40.770Z | Downloaded iana-time-zone v0.1.57 |
870 | 2024-03-26T06:39:40.770Z | Downloaded hyper-tls v0.5.0 |
871 | 2024-03-26T06:39:40.774Z | Downloaded hyper-staticfile v0.9.5 |
872 | 2024-03-26T06:39:40.774Z | Downloaded buf-list v1.0.3 |
873 | 2024-03-26T06:39:40.777Z | Downloaded hyper-rustls v0.24.2 |
874 | 2024-03-26T06:39:40.780Z | Downloaded block-padding v0.3.3 |
875 | 2024-03-26T06:39:40.780Z | Downloaded blake3 v1.5.0 |
876 | 2024-03-26T06:39:40.786Z | Downloaded byteorder v1.5.0 |
877 | 2024-03-26T06:39:40.789Z | Downloaded bytecount v0.6.3 |
878 | 2024-03-26T06:39:40.789Z | Downloaded http-range v0.1.5 |
879 | 2024-03-26T06:39:40.792Z | Downloaded bytes v1.5.0 |
880 | 2024-03-26T06:39:40.796Z | Downloaded bzip2 v0.4.4 |
881 | 2024-03-26T06:39:40.796Z | Downloaded http-body v0.4.5 |
882 | 2024-03-26T06:39:40.814Z | Downloaded bitvec v1.0.1 |
883 | 2024-03-26T06:39:40.814Z | Downloaded indexmap v2.2.5 |
884 | 2024-03-26T06:39:40.818Z | Downloaded cancel-safe-futures v0.1.5 |
885 | 2024-03-26T06:39:40.823Z | Downloaded indexmap v1.9.3 |
886 | 2024-03-26T06:39:40.823Z | Downloaded ipnet v2.9.0 |
887 | 2024-03-26T06:39:40.827Z | Downloaded chacha20 v0.9.1 |
888 | 2024-03-26T06:39:40.827Z | Downloaded is_ci v1.2.0 |
889 | 2024-03-26T06:39:40.830Z | Downloaded chacha20poly1305 v0.10.1 |
890 | 2024-03-26T06:39:40.830Z | Downloaded is-terminal v0.4.9 |
891 | 2024-03-26T06:39:40.831Z | Downloaded ipnetwork v0.20.0 |
892 | 2024-03-26T06:39:40.833Z | Downloaded itertools v0.10.5 |
893 | 2024-03-26T06:39:40.838Z | Downloaded itertools v0.12.1 |
894 | 2024-03-26T06:39:40.845Z | Downloaded kstat-rs v0.2.3 |
895 | 2024-03-26T06:39:40.848Z | Downloaded keccak v0.1.4 |
896 | 2024-03-26T06:39:40.848Z | Downloaded clang-sys v1.6.1 |
897 | 2024-03-26T06:39:40.851Z | Downloaded cipher v0.4.4 |
898 | 2024-03-26T06:39:40.857Z | Downloaded lazy_static v1.4.0 |
899 | 2024-03-26T06:39:40.857Z | Downloaded lalrpop-util v0.19.12 |
900 | 2024-03-26T06:39:40.857Z | Downloaded lazycell v1.3.0 |
901 | 2024-03-26T06:39:40.861Z | Downloaded clap v2.34.0 |
902 | 2024-03-26T06:39:40.864Z | Downloaded clap v4.5.1 |
903 | 2024-03-26T06:39:40.870Z | Downloaded libloading v0.7.4 |
904 | 2024-03-26T06:39:40.873Z | Downloaded compact_str v0.7.1 |
905 | 2024-03-26T06:39:40.877Z | Downloaded console v0.15.8 |
906 | 2024-03-26T06:39:40.880Z | Downloaded lru-cache v0.1.2 |
907 | 2024-03-26T06:39:40.880Z | Downloaded macaddr v1.0.1 |
908 | 2024-03-26T06:39:40.884Z | Downloaded cookie v0.18.0 |
909 | 2024-03-26T06:39:40.887Z | Downloaded maybe-uninit v2.0.0 |
910 | 2024-03-26T06:39:40.887Z | Downloaded md-5 v0.10.5 |
911 | 2024-03-26T06:39:40.887Z | Downloaded crc v3.0.1 |
912 | 2024-03-26T06:39:40.890Z | Downloaded cpufeatures v0.2.12 |
913 | 2024-03-26T06:39:40.890Z | Downloaded memoffset v0.7.1 |
914 | 2024-03-26T06:39:40.893Z | Downloaded memmap2 v0.7.1 |
915 | 2024-03-26T06:39:40.893Z | Downloaded mime v0.3.17 |
916 | 2024-03-26T06:39:40.896Z | Downloaded mime_guess v2.0.4 |
917 | 2024-03-26T06:39:40.896Z | Downloaded mockall v0.12.0 |
918 | 2024-03-26T06:39:40.899Z | Downloaded multer v3.0.0 |
919 | 2024-03-26T06:39:40.902Z | Downloaded multimap v0.10.0 |
920 | 2024-03-26T06:39:40.903Z | Downloaded native-tls v0.2.11 |
921 | 2024-03-26T06:39:40.906Z | Downloaded newtype_derive v0.1.6 |
922 | 2024-03-26T06:39:40.906Z | Downloaded convert_case v0.4.0 |
923 | 2024-03-26T06:39:40.909Z | Downloaded cobs v0.2.3 |
924 | 2024-03-26T06:39:40.909Z | Downloaded clap_lex v0.7.0 |
925 | 2024-03-26T06:39:40.909Z | Downloaded crossbeam-channel v0.5.8 |
926 | 2024-03-26T06:39:40.913Z | Downloaded crc32fast v1.3.2 |
927 | 2024-03-26T06:39:40.916Z | Downloaded hubpack v0.1.2 |
928 | 2024-03-26T06:39:40.919Z | Downloaded rustc-demangle v0.1.23 |
929 | 2024-03-26T06:39:40.919Z | Downloaded hostname v0.3.1 |
930 | 2024-03-26T06:39:40.922Z | Downloaded nodrop v0.1.14 |
931 | 2024-03-26T06:39:40.922Z | Downloaded bstr v0.2.17 |
932 | 2024-03-26T06:39:40.930Z | Downloaded num-bigint v0.4.4 |
933 | 2024-03-26T06:39:40.934Z | Downloaded nu-ansi-term v0.50.0 |
934 | 2024-03-26T06:39:40.938Z | Downloaded normalize-line-endings v0.3.0 |
935 | 2024-03-26T06:39:40.943Z | Downloaded nom v7.1.3 |
936 | 2024-03-26T06:39:40.946Z | Downloaded num-bigint-dig v0.8.4 |
937 | 2024-03-26T06:39:40.949Z | Downloaded rustls-pemfile v2.1.1 |
938 | 2024-03-26T06:39:40.952Z | Downloaded libxml v0.3.3 |
939 | 2024-03-26T06:39:40.956Z | Downloaded minimal-lexical v0.2.1 |
940 | 2024-03-26T06:39:40.961Z | Downloaded log v0.4.21 |
941 | 2024-03-26T06:39:40.964Z | Downloaded rustls-webpki v0.101.7 |
942 | 2024-03-26T06:39:40.984Z | Downloaded tokio-native-tls v0.3.1 |
943 | 2024-03-26T06:39:40.988Z | Downloaded thiserror v1.0.57 |
944 | 2024-03-26T06:39:40.996Z | Downloaded serde-big-array v0.4.1 |
945 | 2024-03-26T06:39:40.996Z | Downloaded serde_arrays v0.1.0 |
946 | 2024-03-26T06:39:41.004Z | Downloaded serde-big-array v0.5.1 |
947 | 2024-03-26T06:39:41.005Z | Downloaded serde-hex v0.1.0 |
948 | 2024-03-26T06:39:41.005Z | Downloaded rustversion v1.0.14 |
949 | 2024-03-26T06:39:41.005Z | Downloaded tokio-rustls v0.25.0 |
950 | 2024-03-26T06:39:41.006Z | Downloaded tap v1.0.1 |
951 | 2024-03-26T06:39:41.427Z | Downloaded sync_wrapper v0.1.2 |
952 | 2024-03-26T06:39:41.427Z | Downloaded tokio-postgres v0.7.10 |
953 | 2024-03-26T06:39:41.428Z | Downloaded tokio-rustls v0.24.1 |
954 | 2024-03-26T06:39:41.428Z | Downloaded unsafe-libyaml v0.2.10 |
955 | 2024-03-26T06:39:41.433Z | Downloaded siphasher v0.3.11 |
956 | 2024-03-26T06:39:41.433Z | Downloaded trust-dns-server v0.22.1 |
957 | 2024-03-26T06:39:41.433Z | Downloaded trust-dns-resolver v0.22.0 |
958 | 2024-03-26T06:39:41.433Z | Downloaded uuid v0.8.2 |
959 | 2024-03-26T06:39:41.433Z | Downloaded signature v2.1.0 |
960 | 2024-03-26T06:39:41.433Z | Downloaded slog v2.7.0 |
961 | 2024-03-26T06:39:41.433Z | Downloaded similar v2.4.0 |
962 | 2024-03-26T06:39:41.433Z | Downloaded xattr v1.0.1 |
963 | 2024-03-26T06:39:41.433Z | Downloaded webpki-roots v0.25.2 |
964 | 2024-03-26T06:39:41.433Z | Downloaded x509-cert v0.2.4 |
965 | 2024-03-26T06:39:41.434Z | Downloaded crypto-common v0.1.6 |
966 | 2024-03-26T06:39:41.434Z | Downloaded test-strategy v0.3.1 |
967 | 2024-03-26T06:39:41.434Z | Downloaded yasna v0.5.2 |
968 | 2024-03-26T06:39:41.434Z | Downloaded tracing-core v0.1.32 |
969 | 2024-03-26T06:39:41.434Z | Downloaded derive-where v1.2.7 |
970 | 2024-03-26T06:39:41.434Z | Downloaded digest v0.10.7 |
971 | 2024-03-26T06:39:41.434Z | Downloaded display-error-chain v0.2.0 |
972 | 2024-03-26T06:39:41.434Z | Downloaded linear-map v1.2.0 |
973 | 2024-03-26T06:39:41.434Z | Downloaded dirs-sys-next v0.1.2 |
974 | 2024-03-26T06:39:41.434Z | Downloaded getrandom v0.2.12 |
975 | 2024-03-26T06:39:41.434Z | Downloaded dirs-next v2.0.0 |
976 | 2024-03-26T06:39:41.434Z | Downloaded trust-dns-client v0.22.0 |
977 | 2024-03-26T06:39:41.435Z | Downloaded utf8parse v0.2.1 |
978 | 2024-03-26T06:39:41.435Z | Downloaded utf-8 v0.7.6 |
979 | 2024-03-26T06:39:41.435Z | Downloaded universal-hash v0.5.1 |
980 | 2024-03-26T06:39:41.435Z | Downloaded unicode_categories v0.1.1 |
981 | 2024-03-26T06:39:41.435Z | Downloaded packed_struct v0.10.1 |
982 | 2024-03-26T06:39:41.435Z | Downloaded parking_lot v0.12.1 |
983 | 2024-03-26T06:39:41.435Z | Downloaded packed_struct_codegen v0.10.1 |
984 | 2024-03-26T06:39:41.435Z | Downloaded papergrid v0.11.0 |
985 | 2024-03-26T06:39:41.435Z | Downloaded platforms v3.0.2 |
986 | 2024-03-26T06:39:41.435Z | Downloaded float-cmp v0.9.0 |
987 | 2024-03-26T06:39:41.435Z | Downloaded funty v2.0.0 |
988 | 2024-03-26T06:39:41.435Z | Downloaded flume v0.11.0 |
989 | 2024-03-26T06:39:41.436Z | Downloaded proc-macro-error-attr v1.0.4 |
990 | 2024-03-26T06:39:41.436Z | Downloaded bstr v1.9.0 |
991 | 2024-03-26T06:39:41.436Z | Downloaded quick-error v1.2.3 |
992 | 2024-03-26T06:39:41.436Z | Downloaded predicates-core v1.0.6 |
993 | 2024-03-26T06:39:41.436Z | Downloaded pin-project-lite v0.2.13 |
994 | 2024-03-26T06:39:41.436Z | Downloaded rand_xorshift v0.3.0 |
995 | 2024-03-26T06:39:41.436Z | Downloaded rand_seeder v0.2.3 |
996 | 2024-03-26T06:39:41.436Z | Downloaded rand_core v0.6.4 |
997 | 2024-03-26T06:39:41.436Z | Downloaded rand_chacha v0.3.1 |
998 | 2024-03-26T06:39:41.436Z | Downloaded rand v0.8.5 |
999 | 2024-03-26T06:39:41.436Z | Downloaded rayon v1.9.0 |
1000 | 2024-03-26T06:39:41.436Z | Downloaded serde_plain v1.0.2 |
1001 | 2024-03-26T06:39:41.437Z | Downloaded serde v1.0.197 |
1002 | 2024-03-26T06:39:41.437Z | Downloaded strum v0.26.1 |
1003 | 2024-03-26T06:39:41.437Z | Downloaded strum_macros v0.25.2 |
1004 | 2024-03-26T06:39:41.437Z | Downloaded strum_macros v0.24.3 |
1005 | 2024-03-26T06:39:41.437Z | Downloaded structmeta-derive v0.2.0 |
1006 | 2024-03-26T06:39:41.437Z | Downloaded slog-envlogger v2.2.0 |
1007 | 2024-03-26T06:39:41.437Z | Downloaded slog-dtrace v0.3.0 |
1008 | 2024-03-26T06:39:41.437Z | Downloaded regress v0.9.0 |
1009 | 2024-03-26T06:39:41.437Z | Downloaded tokio-macros v2.2.0 |
1010 | 2024-03-26T06:39:41.437Z | Downloaded strum_macros v0.26.1 |
1011 | 2024-03-26T06:39:41.437Z | Downloaded topological-sort v0.2.2 |
1012 | 2024-03-26T06:39:41.437Z | Downloaded toolchain_find v0.2.0 |
1013 | 2024-03-26T06:39:41.438Z | Downloaded toml_edit v0.22.6 |
1014 | 2024-03-26T06:39:41.438Z | Downloaded whoami v1.5.0 |
1015 | 2024-03-26T06:39:41.438Z | Downloaded which v4.4.0 |
1016 | 2024-03-26T06:39:41.438Z | Downloaded want v0.3.1 |
1017 | 2024-03-26T06:39:41.438Z | Downloaded usdt v0.5.0 |
1018 | 2024-03-26T06:39:41.438Z | Downloaded tower-service v0.3.2 |
1019 | 2024-03-26T06:39:41.438Z | Downloaded tough v0.16.0 |
1020 | 2024-03-26T06:39:41.438Z | Downloaded env_logger v0.10.0 |
1021 | 2024-03-26T06:39:41.438Z | Downloaded equivalent v1.0.1 |
1022 | 2024-03-26T06:39:41.438Z | Downloaded usdt v0.3.5 |
1023 | 2024-03-26T06:39:41.438Z | Downloaded foreign-types-shared v0.3.1 |
1024 | 2024-03-26T06:39:41.438Z | Downloaded url v2.5.0 |
1025 | 2024-03-26T06:39:41.438Z | Downloaded downcast v0.11.0 |
1026 | 2024-03-26T06:39:41.439Z | Downloaded env_logger v0.9.3 |
1027 | 2024-03-26T06:39:41.439Z | Downloaded globset v0.4.13 |
1028 | 2024-03-26T06:39:41.439Z | Downloaded glob v0.3.1 |
1029 | 2024-03-26T06:39:41.439Z | Downloaded h2 v0.3.24 |
1030 | 2024-03-26T06:39:41.439Z | Downloaded half v2.3.1 |
1031 | 2024-03-26T06:39:41.439Z | Downloaded sled v0.34.7 |
1032 | 2024-03-26T06:39:41.439Z | Downloaded ppv-lite86 v0.2.17 |
1033 | 2024-03-26T06:39:41.439Z | Downloaded parse-display-derive v0.9.0 |
1034 | 2024-03-26T06:39:41.439Z | Downloaded proptest v1.4.0 |
1035 | 2024-03-26T06:39:41.439Z | Downloaded publicsuffix v2.2.3 |
1036 | 2024-03-26T06:39:41.439Z | Downloaded psl-types v2.0.11 |
1037 | 2024-03-26T06:39:41.439Z | Downloaded pin-project-internal v1.1.3 |
1038 | 2024-03-26T06:39:41.440Z | Downloaded petgraph v0.6.4 |
1039 | 2024-03-26T06:39:41.440Z | Downloaded sha2 v0.10.8 |
1040 | 2024-03-26T06:39:41.440Z | Downloaded salty v0.2.0 |
1041 | 2024-03-26T06:39:41.440Z | Downloaded rpassword v7.3.1 |
1042 | 2024-03-26T06:39:41.440Z | Downloaded quick-xml v0.30.0 |
1043 | 2024-03-26T06:39:41.440Z | Downloaded serde_derive_internals v0.26.0 |
1044 | 2024-03-26T06:39:41.440Z | Downloaded semver v0.1.20 |
1045 | 2024-03-26T06:39:41.440Z | Downloaded ron v0.8.1 |
1046 | 2024-03-26T06:39:41.440Z | Downloaded unicode-xid v0.2.4 |
1047 | 2024-03-26T06:39:41.440Z | Downloaded unicode-width v0.1.11 |
1048 | 2024-03-26T06:39:41.440Z | Downloaded ucd-trie v0.1.6 |
1049 | 2024-03-26T06:39:41.440Z | Downloaded typenum v1.16.0 |
1050 | 2024-03-26T06:39:41.440Z | Downloaded rsa v0.9.2 |
1051 | 2024-03-26T06:39:41.441Z | Downloaded vcpkg v0.2.15 |
1052 | 2024-03-26T06:39:41.441Z | Downloaded darling v0.20.3 |
1053 | 2024-03-26T06:39:41.441Z | Downloaded darling v0.14.4 |
1054 | 2024-03-26T06:39:41.441Z | Downloaded darling_core v0.14.4 |
1055 | 2024-03-26T06:39:41.446Z | Downloaded ed25519 v1.5.3 |
1056 | 2024-03-26T06:39:41.446Z | Downloaded snafu v0.7.5 |
1057 | 2024-03-26T06:39:41.447Z | Downloaded stable_deref_trait v1.2.0 |
1058 | 2024-03-26T06:39:41.447Z | Downloaded static_assertions v1.1.0 |
1059 | 2024-03-26T06:39:41.447Z | Downloaded stability v0.1.1 |
1060 | 2024-03-26T06:39:41.447Z | Downloaded sqlformat v0.2.3 |
1061 | 2024-03-26T06:39:41.447Z | Downloaded socket2 v0.5.5 |
1062 | 2024-03-26T06:39:41.447Z | Downloaded futures-sink v0.3.30 |
1063 | 2024-03-26T06:39:41.447Z | Downloaded polar-core v0.27.0 |
1064 | 2024-03-26T06:39:41.447Z | Downloaded phf_shared v0.10.0 |
1065 | 2024-03-26T06:39:41.447Z | Downloaded pin-project v1.1.3 |
1066 | 2024-03-26T06:39:41.447Z | Downloaded rcgen v0.12.1 |
1067 | 2024-03-26T06:39:41.447Z | Downloaded wait-timeout v0.2.0 |
1068 | 2024-03-26T06:39:41.447Z | Downloaded sqlparser v0.43.1 |
1069 | 2024-03-26T06:39:41.447Z | Downloaded pin-utils v0.1.0 |
1070 | 2024-03-26T06:39:41.447Z | Downloaded phf_shared v0.11.2 |
1071 | 2024-03-26T06:39:41.448Z | Downloaded steno v0.4.0 |
1072 | 2024-03-26T06:39:41.448Z | Downloaded ratatui v0.26.1 |
1073 | 2024-03-26T06:39:41.448Z | Downloaded paste v1.0.14 |
1074 | 2024-03-26T06:39:41.448Z | Downloaded once_cell v1.19.0 |
1075 | 2024-03-26T06:39:41.448Z | Downloaded omicron-zone-package v0.11.0 |
1076 | 2024-03-26T06:39:41.448Z | Downloaded rtoolbox v0.0.1 |
1077 | 2024-03-26T06:39:41.448Z | Downloaded ron v0.7.1 |
1078 | 2024-03-26T06:39:41.448Z | Downloaded termcolor v1.2.0 |
1079 | 2024-03-26T06:39:41.448Z | Downloaded terminal_size v0.3.0 |
1080 | 2024-03-26T06:39:41.448Z | Downloaded tempfile v3.10.0 |
1081 | 2024-03-26T06:39:41.448Z | Downloaded term v0.7.0 |
1082 | 2024-03-26T06:39:41.448Z | Downloaded serde_path_to_error v0.1.16 |
1083 | 2024-03-26T06:39:41.448Z | Downloaded serde_derive v1.0.197 |
1084 | 2024-03-26T06:39:41.452Z | Downloaded version_check v0.9.4 |
1085 | 2024-03-26T06:39:41.452Z | Downloaded vec_map v0.8.2 |
1086 | 2024-03-26T06:39:41.452Z | Downloaded doc-comment v0.3.3 |
1087 | 2024-03-26T06:39:41.452Z | Downloaded erased-serde v0.3.31 |
1088 | 2024-03-26T06:39:41.456Z | Downloaded num-integer v0.1.46 |
1089 | 2024-03-26T06:39:41.457Z | Downloaded futures-task v0.3.30 |
1090 | 2024-03-26T06:39:41.463Z | Downloaded num-traits v0.2.18 |
1091 | 2024-03-26T06:39:41.463Z | Downloaded number_prefix v0.4.0 |
1092 | 2024-03-26T06:39:41.463Z | Downloaded opaque-debug v0.3.0 |
1093 | 2024-03-26T06:39:41.463Z | Downloaded olpc-cjson v0.1.3 |
1094 | 2024-03-26T06:39:41.467Z | Downloaded num_enum v0.5.11 |
1095 | 2024-03-26T06:39:41.467Z | Downloaded toml v0.7.8 |
1096 | 2024-03-26T06:39:41.471Z | Downloaded unicode-normalization v0.1.22 |
1097 | 2024-03-26T06:39:41.474Z | Downloaded ref-cast-impl v1.0.20 |
1098 | 2024-03-26T06:39:41.478Z | Downloaded ref-cast v1.0.20 |
1099 | 2024-03-26T06:39:41.478Z | Downloaded vsss-rs v3.3.4 |
1100 | 2024-03-26T06:39:41.486Z | Downloaded zone_cfg_derive v0.1.2 |
1101 | 2024-03-26T06:39:41.486Z | Downloaded zone v0.1.8 |
1102 | 2024-03-26T06:39:41.486Z | Downloaded curve25519-dalek v4.1.1 |
1103 | 2024-03-26T06:39:41.490Z | Downloaded foreign-types v0.5.0 |
1104 | 2024-03-26T06:39:41.493Z | Downloaded zip v0.6.6 |
1105 | 2024-03-26T06:39:41.521Z | Downloaded object v0.30.4 |
1106 | 2024-03-26T06:39:41.530Z | Downloaded smallvec v1.13.1 |
1107 | 2024-03-26T06:39:41.530Z | Downloaded smallvec v0.6.14 |
1108 | 2024-03-26T06:39:41.530Z | Downloaded serde_tokenstream v0.2.0 |
1109 | 2024-03-26T06:39:41.530Z | Downloaded regex-automata v0.1.10 |
1110 | 2024-03-26T06:39:41.530Z | Downloaded smawk v0.3.1 |
1111 | 2024-03-26T06:39:41.530Z | Downloaded thiserror-impl-no-std v2.0.2 |
1112 | 2024-03-26T06:39:41.531Z | Downloaded tinyvec_macros v0.1.1 |
1113 | 2024-03-26T06:39:41.531Z | Downloaded tinyvec v1.6.0 |
1114 | 2024-03-26T06:39:41.531Z | Downloaded tokio-tungstenite v0.20.1 |
1115 | 2024-03-26T06:39:41.531Z | Downloaded debug-ignore v1.0.5 |
1116 | 2024-03-26T06:39:41.531Z | Downloaded data-encoding v2.4.0 |
1117 | 2024-03-26T06:39:41.531Z | Downloaded darling_macro v0.20.3 |
1118 | 2024-03-26T06:39:41.536Z | Downloaded curve25519-dalek-derive v0.1.0 |
1119 | 2024-03-26T06:39:41.536Z | Downloaded zerocopy v0.3.0 |
1120 | 2024-03-26T06:39:41.536Z | Downloaded untrusted v0.7.1 |
1121 | 2024-03-26T06:39:41.536Z | Downloaded unicode-linebreak v0.1.5 |
1122 | 2024-03-26T06:39:41.536Z | Downloaded futures-macro v0.3.30 |
1123 | 2024-03-26T06:39:41.536Z | Downloaded futures-util v0.3.30 |
1124 | 2024-03-26T06:39:41.546Z | Downloaded powerfmt v0.2.0 |
1125 | 2024-03-26T06:39:41.550Z | Downloaded slog-scope v4.4.0 |
1126 | 2024-03-26T06:39:41.550Z | Downloaded thiserror-no-std v2.0.2 |
1127 | 2024-03-26T06:39:41.553Z | Downloaded unicode-ident v1.0.12 |
1128 | 2024-03-26T06:39:41.557Z | Downloaded uuid v1.7.0 |
1129 | 2024-03-26T06:39:41.557Z | Downloaded pem-rfc7468 v0.7.0 |
1130 | 2024-03-26T06:39:41.560Z | Downloaded scopeguard v1.2.0 |
1131 | 2024-03-26T06:39:41.560Z | Downloaded pretty-hex v0.2.1 |
1132 | 2024-03-26T06:39:41.563Z | Downloaded thread_local v1.1.7 |
1133 | 2024-03-26T06:39:41.563Z | Downloaded scroll v0.12.0 |
1134 | 2024-03-26T06:39:41.563Z | Downloaded predicates-tree v1.0.9 |
1135 | 2024-03-26T06:39:41.568Z | Downloaded predicates v3.1.0 |
1136 | 2024-03-26T06:39:41.569Z | Downloaded vte_generate_state_changes v0.1.1 |
1137 | 2024-03-26T06:39:41.572Z | Downloaded try-lock v0.2.4 |
1138 | 2024-03-26T06:39:41.572Z | Downloaded tracing-attributes v0.1.27 |
1139 | 2024-03-26T06:39:41.572Z | Downloaded zerocopy-derive v0.2.0 |
1140 | 2024-03-26T06:39:41.579Z | Downloaded tui-tree-widget v0.17.0 |
1141 | 2024-03-26T06:39:41.582Z | Downloaded percent-encoding v2.3.1 |
1142 | 2024-03-26T06:39:41.582Z | Downloaded pem v3.0.2 |
1143 | 2024-03-26T06:39:41.582Z | Downloaded dtrace-parser v0.2.0 |
1144 | 2024-03-26T06:39:41.600Z | Downloaded r2d2 v0.8.10 |
1145 | 2024-03-26T06:39:41.600Z | Downloaded radium v0.7.0 |
1146 | 2024-03-26T06:39:41.600Z | Downloaded flagset v0.4.3 |
1147 | 2024-03-26T06:39:41.600Z | Downloaded rayon-core v1.12.1 |
1148 | 2024-03-26T06:39:41.603Z | Downloaded unicode-bidi v0.3.15 |
1149 | 2024-03-26T06:39:41.603Z | Downloaded schemars_derive v0.8.16 |
1150 | 2024-03-26T06:39:41.603Z | Downloaded strsim v0.10.0 |
1151 | 2024-03-26T06:39:41.603Z | Downloaded rustls-pemfile v1.0.3 |
1152 | 2024-03-26T06:39:41.603Z | Downloaded quote v1.0.35 |
1153 | 2024-03-26T06:39:41.603Z | Downloaded rustfmt-wrapper v0.2.0 |
1154 | 2024-03-26T06:39:41.603Z | Downloaded precomputed-hash v0.1.1 |
1155 | 2024-03-26T06:39:41.603Z | Downloaded der v0.7.8 |
1156 | 2024-03-26T06:39:41.607Z | Downloaded reqwest v0.11.24 |
1157 | 2024-03-26T06:39:41.612Z | Downloaded rustc_version v0.4.0 |
1158 | 2024-03-26T06:39:41.615Z | Downloaded rustc_version v0.1.7 |
1159 | 2024-03-26T06:39:41.615Z | Downloaded rustc-hash v1.1.0 |
1160 | 2024-03-26T06:39:41.615Z | Downloaded hash32 v0.2.1 |
1161 | 2024-03-26T06:39:41.618Z | Downloaded reedline v0.30.0 |
1162 | 2024-03-26T06:39:41.623Z | Downloaded tungstenite v0.20.1 |
1163 | 2024-03-26T06:39:41.626Z | Downloaded derive_more v0.99.17 |
1164 | 2024-03-26T06:39:41.631Z | Downloaded futures v0.3.30 |
1165 | 2024-03-26T06:39:41.636Z | Downloaded ena v0.14.2 |
1166 | 2024-03-26T06:39:41.639Z | Downloaded usdt-impl v0.5.0 |
1167 | 2024-03-26T06:39:41.639Z | Downloaded regex-syntax v0.6.29 |
1168 | 2024-03-26T06:39:41.646Z | Downloaded openapiv3 v2.0.0 |
1169 | 2024-03-26T06:39:41.658Z | Downloaded supports-color v3.0.0 |
1170 | 2024-03-26T06:39:41.661Z | Downloaded swrite v0.1.0 |
1171 | 2024-03-26T06:39:41.661Z | Downloaded diesel_derives v2.1.2 |
1172 | 2024-03-26T06:39:41.665Z | Downloaded subtle v2.5.0 |
1173 | 2024-03-26T06:39:41.665Z | Downloaded serde_tokenstream v0.1.7 |
1174 | 2024-03-26T06:39:41.668Z | Downloaded serde_with_macros v3.6.1 |
1175 | 2024-03-26T06:39:41.673Z | Downloaded subprocess v0.2.9 |
1176 | 2024-03-26T06:39:41.673Z | Downloaded tabled_derive v0.7.0 |
1177 | 2024-03-26T06:39:41.676Z | Downloaded tar v0.4.40 |
1178 | 2024-03-26T06:39:41.676Z | Downloaded serde_yaml v0.9.25 |
1179 | 2024-03-26T06:39:41.680Z | Downloaded defmt-parser v0.3.3 |
1180 | 2024-03-26T06:39:41.680Z | Downloaded syn v2.0.52 |
1181 | 2024-03-26T06:39:41.689Z | Downloaded peeking_take_while v0.1.2 |
1182 | 2024-03-26T06:39:41.692Z | Downloaded tabled v0.15.0 |
1183 | 2024-03-26T06:39:41.705Z | Downloaded prettyplease v0.2.16 |
1184 | 2024-03-26T06:39:41.708Z | Downloaded usdt-attr-macro v0.3.5 |
1185 | 2024-03-26T06:39:41.709Z | Downloaded endian-type v0.1.2 |
1186 | 2024-03-26T06:39:41.716Z | Downloaded termtree v0.4.1 |
1187 | 2024-03-26T06:39:41.716Z | Downloaded termios v0.3.3 |
1188 | 2024-03-26T06:39:41.716Z | Downloaded serde_repr v0.1.16 |
1189 | 2024-03-26T06:39:41.716Z | Downloaded usdt-attr-macro v0.5.0 |
1190 | 2024-03-26T06:39:41.716Z | Downloaded serde_spanned v0.6.5 |
1191 | 2024-03-26T06:39:41.716Z | Downloaded tiny-keccak v2.0.2 |
1192 | 2024-03-26T06:39:41.728Z | Downloaded time-macros v0.2.17 |
1193 | 2024-03-26T06:39:41.728Z | Downloaded fastrand v2.0.1 |
1194 | 2024-03-26T06:39:41.728Z | Downloaded time-core v0.1.2 |
1195 | 2024-03-26T06:39:41.728Z | Downloaded pest v2.7.6 |
1196 | 2024-03-26T06:39:41.728Z | Downloaded unarray v0.1.4 |
1197 | 2024-03-26T06:39:41.728Z | Downloaded futures-core v0.3.30 |
1198 | 2024-03-26T06:39:41.728Z | Downloaded filetime v0.2.23 |
1199 | 2024-03-26T06:39:41.734Z | Downloaded pest_derive v2.7.6 |
1200 | 2024-03-26T06:39:41.735Z | Downloaded time v0.3.34 |
1201 | 2024-03-26T06:39:41.738Z | Downloaded usdt-impl v0.3.5 |
1202 | 2024-03-26T06:39:41.741Z | Downloaded ff v0.13.0 |
1203 | 2024-03-26T06:39:41.741Z | Downloaded sct v0.7.0 |
1204 | 2024-03-26T06:39:41.744Z | Downloaded scroll_derive v0.12.0 |
1205 | 2024-03-26T06:39:41.744Z | Downloaded proc-macro2 v1.0.78 |
1206 | 2024-03-26T06:39:41.747Z | Downloaded openssl v0.10.60 |
1207 | 2024-03-26T06:39:41.755Z | Downloaded elliptic-curve v0.13.8 |
1208 | 2024-03-26T06:39:41.770Z | Downloaded winnow v0.5.15 |
1209 | 2024-03-26T06:39:41.778Z | Downloaded defmt v0.3.5 |
1210 | 2024-03-26T06:39:41.781Z | Downloaded winnow v0.6.1 |
1211 | 2024-03-26T06:39:41.789Z | Downloaded proc-macro-crate v1.3.1 |
1212 | 2024-03-26T06:39:41.792Z | Downloaded proc-macro-error v1.0.4 |
1213 | 2024-03-26T06:39:41.795Z | Downloaded secrecy v0.8.0 |
1214 | 2024-03-26T06:39:41.796Z | Downloaded sec1 v0.7.3 |
1215 | 2024-03-26T06:39:41.799Z | Downloaded fd-lock v3.0.13 |
1216 | 2024-03-26T06:39:41.799Z | Downloaded rustls v0.22.2 |
1217 | 2024-03-26T06:39:41.811Z | Downloaded regex-automata v0.4.5 |
1218 | 2024-03-26T06:39:41.834Z | Downloaded sha3 v0.10.8 |
1219 | 2024-03-26T06:39:41.845Z | Downloaded rustls v0.21.9 |
1220 | 2024-03-26T06:39:41.850Z | Downloaded errno v0.3.8 |
1221 | 2024-03-26T06:39:41.850Z | Downloaded object v0.32.1 |
1222 | 2024-03-26T06:39:41.856Z | Downloaded parking_lot_core v0.8.6 |
1223 | 2024-03-26T06:39:41.859Z | Downloaded toml_edit v0.19.15 |
1224 | 2024-03-26T06:39:41.873Z | Downloaded tabwriter v1.4.0 |
1225 | 2024-03-26T06:39:41.876Z | Downloaded path-slash v0.1.5 |
1226 | 2024-03-26T06:39:41.876Z | Downloaded oso v0.27.0 |
1227 | 2024-03-26T06:39:41.876Z | Downloaded openssl-sys v0.9.96 |
1228 | 2024-03-26T06:39:41.882Z | Downloaded embedded-io v0.4.0 |
1229 | 2024-03-26T06:39:41.885Z | Downloaded openssl-probe v0.1.5 |
1230 | 2024-03-26T06:39:41.885Z | Downloaded openssl-macros v0.1.1 |
1231 | 2024-03-26T06:39:41.885Z | Downloaded futures-channel v0.3.30 |
1232 | 2024-03-26T06:39:41.885Z | Downloaded regex-syntax v0.8.2 |
1233 | 2024-03-26T06:39:41.893Z | Downloaded defmt-macros v0.3.6 |
1234 | 2024-03-26T06:39:41.896Z | Downloaded unicase v2.7.0 |
1235 | 2024-03-26T06:39:41.899Z | Downloaded synstructure v0.12.6 |
1236 | 2024-03-26T06:39:41.899Z | Downloaded serde_with v3.6.1 |
1237 | 2024-03-26T06:39:41.909Z | Downloaded num-derive v0.4.0 |
1238 | 2024-03-26T06:39:41.912Z | Downloaded hash32 v0.3.1 |
1239 | 2024-03-26T06:39:41.913Z | Downloaded typed-path v0.7.0 |
1240 | 2024-03-26T06:39:41.915Z | Downloaded tungstenite v0.21.0 |
1241 | 2024-03-26T06:39:41.922Z | Downloaded dof v0.1.5 |
1242 | 2024-03-26T06:39:41.922Z | Downloaded tokio v1.36.0 |
1243 | 2024-03-26T06:39:42.350Z | Downloaded csv v1.3.0 |
1244 | 2024-03-26T06:39:42.350Z | Downloaded encoding_rs v0.8.33 |
1245 | 2024-03-26T06:39:42.350Z | Downloaded derive_builder_macro v0.12.0 |
1246 | 2024-03-26T06:39:42.350Z | Downloaded derive_builder v0.12.0 |
1247 | 2024-03-26T06:39:42.350Z | Downloaded derive_builder_core v0.12.0 |
1248 | 2024-03-26T06:39:42.351Z | Downloaded toml_datetime v0.6.5 |
1249 | 2024-03-26T06:39:42.351Z | Downloaded tokio-tungstenite v0.21.0 |
1250 | 2024-03-26T06:39:42.351Z | Downloaded resolv-conf v0.7.0 |
1251 | 2024-03-26T06:39:42.351Z | Downloaded fragile v2.0.0 |
1252 | 2024-03-26T06:39:42.351Z | Downloaded foreign-types-macros v0.2.3 |
1253 | 2024-03-26T06:39:42.351Z | Downloaded fixedbitset v0.4.2 |
1254 | 2024-03-26T06:39:42.351Z | Downloaded fallible-iterator v0.2.0 |
1255 | 2024-03-26T06:39:42.351Z | Downloaded tracing v0.1.40 |
1256 | 2024-03-26T06:39:42.351Z | Downloaded zerocopy-derive v0.6.4 |
1257 | 2024-03-26T06:39:42.351Z | Downloaded waitgroup v0.1.2 |
1258 | 2024-03-26T06:39:42.351Z | Downloaded vte v0.11.1 |
1259 | 2024-03-26T06:39:42.351Z | Downloaded usdt-macro v0.3.5 |
1260 | 2024-03-26T06:39:42.351Z | Downloaded usdt-macro v0.5.0 |
1261 | 2024-03-26T06:39:42.352Z | Downloaded thread-id v4.2.0 |
1262 | 2024-03-26T06:39:42.352Z | Downloaded stringprep v0.1.3 |
1263 | 2024-03-26T06:39:42.352Z | Downloaded smf v0.2.2 |
1264 | 2024-03-26T06:39:42.352Z | Downloaded strip-ansi-escapes v0.2.0 |
1265 | 2024-03-26T06:39:42.352Z | Downloaded ring v0.16.20 |
1266 | 2024-03-26T06:39:42.352Z | Downloaded smoltcp v0.11.0 |
1267 | 2024-03-26T06:39:42.353Z | Downloaded diesel v2.1.4 |
1268 | 2024-03-26T06:39:42.353Z | Downloaded postgres-types v0.2.6 |
1269 | 2024-03-26T06:39:42.353Z | Downloaded postgres-protocol v0.6.6 |
1270 | 2024-03-26T06:39:42.353Z | Downloaded postcard v1.0.8 |
1271 | 2024-03-26T06:39:42.353Z | Downloaded portpicker v0.1.1 |
1272 | 2024-03-26T06:39:42.353Z | Downloaded poly1305 v0.8.0 |
1273 | 2024-03-26T06:39:42.353Z | Downloaded ring v0.17.8 |
1274 | 2024-03-26T06:39:42.353Z | Downloaded pkg-config v0.3.27 |
1275 | 2024-03-26T06:39:42.353Z | Downloaded phf v0.11.2 |
1276 | 2024-03-26T06:39:42.353Z | Downloaded pest_meta v2.7.6 |
1277 | 2024-03-26T06:39:42.353Z | Downloaded pest_generator v2.7.6 |
1278 | 2024-03-26T06:39:42.353Z | Downloaded futures-executor v0.3.30 |
1279 | 2024-03-26T06:39:42.353Z | Downloaded zeroize v1.7.0 |
1280 | 2024-03-26T06:39:42.354Z | Downloaded zerocopy-derive v0.7.32 |
1281 | 2024-03-26T06:39:42.354Z | Downloaded zerocopy v0.7.32 |
1282 | 2024-03-26T06:39:42.354Z | Downloaded zerocopy v0.6.4 |
1283 | 2024-03-26T06:39:42.354Z | Downloaded smoltcp v0.9.1 |
1284 | 2024-03-26T06:39:42.354Z | Downloaded tokio-stream v0.1.14 |
1285 | 2024-03-26T06:39:42.354Z | Downloaded thiserror-impl v1.0.57 |
1286 | 2024-03-26T06:39:42.354Z | Downloaded slog-term v2.9.0 |
1287 | 2024-03-26T06:39:42.354Z | Downloaded slog-stdlog v4.1.1 |
1288 | 2024-03-26T06:39:42.354Z | Downloaded unicode-segmentation v1.10.1 |
1289 | 2024-03-26T06:39:42.354Z | Downloaded num_cpus v1.16.0 |
1290 | 2024-03-26T06:39:42.354Z | Downloaded num-rational v0.4.1 |
1291 | 2024-03-26T06:39:42.354Z | Downloaded toml v0.8.10 |
1292 | 2024-03-26T06:39:42.354Z | Downloaded syn v1.0.109 |
1293 | 2024-03-26T06:39:42.355Z | Downloaded strsim v0.8.0 |
1294 | 2024-03-26T06:39:42.355Z | Downloaded foreign-types v0.3.2 |
1295 | 2024-03-26T06:39:42.355Z | Downloaded enum-as-inner v0.5.1 |
1296 | 2024-03-26T06:39:42.355Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1297 | 2024-03-26T06:39:42.355Z | Downloaded zeroize_derive v1.4.2 |
1298 | 2024-03-26T06:39:42.355Z | Downloaded toml v0.5.11 |
1299 | 2024-03-26T06:39:42.355Z | Downloaded tokio-util v0.7.10 |
1300 | 2024-03-26T06:39:42.355Z | Downloaded semver-parser v0.10.2 |
1301 | 2024-03-26T06:39:42.355Z | Downloaded semver v1.0.22 |
1302 | 2024-03-26T06:39:42.355Z | Downloaded rustyline v13.0.0 |
1303 | 2024-03-26T06:39:42.355Z | Downloaded semver v0.11.0 |
1304 | 2024-03-26T06:39:42.355Z | Downloaded rusty-fork v0.3.0 |
1305 | 2024-03-26T06:39:42.355Z | Downloaded pkcs8 v0.10.2 |
1306 | 2024-03-26T06:39:42.355Z | Downloaded pkcs1 v0.7.5 |
1307 | 2024-03-26T06:39:42.355Z | Downloaded fs-err v2.11.0 |
1308 | 2024-03-26T06:39:42.355Z | Downloaded fnv v1.0.7 |
1309 | 2024-03-26T06:39:42.355Z | Downloaded fd-lock v4.0.2 |
1310 | 2024-03-26T06:39:42.355Z | Downloaded either v1.10.0 |
1311 | 2024-03-26T06:39:42.355Z | Downloaded darling_macro v0.14.4 |
1312 | 2024-03-26T06:39:42.355Z | Downloaded darling_core v0.20.3 |
1313 | 2024-03-26T06:39:42.355Z | Downloaded password-hash v0.5.0 |
1314 | 2024-03-26T06:39:42.355Z | Downloaded parse-size v1.0.0 |
1315 | 2024-03-26T06:39:42.356Z | Downloaded num-conv v0.1.0 |
1316 | 2024-03-26T06:39:42.356Z | Downloaded num-complex v0.4.4 |
1317 | 2024-03-26T06:39:42.356Z | Downloaded hashbrown v0.12.3 |
1318 | 2024-03-26T06:39:42.356Z | Downloaded spin v0.9.8 |
1319 | 2024-03-26T06:39:42.356Z | Downloaded spki v0.7.2 |
1320 | 2024-03-26T06:39:42.356Z | Downloaded spin v0.5.2 |
1321 | 2024-03-26T06:39:42.356Z | Downloaded socket2 v0.4.9 |
1322 | 2024-03-26T06:39:42.356Z | Downloaded snafu-derive v0.7.5 |
1323 | 2024-03-26T06:39:42.356Z | Downloaded dyn-clone v1.0.17 |
1324 | 2024-03-26T06:39:42.356Z | Downloaded slog-json v2.6.1 |
1325 | 2024-03-26T06:39:42.356Z | Downloaded serde_json v1.0.114 |
1326 | 2024-03-26T06:39:42.360Z | Downloaded ryu v1.0.15 |
1327 | 2024-03-26T06:39:42.360Z | Downloaded pretty-hex v0.4.1 |
1328 | 2024-03-26T06:39:42.360Z | Downloaded portable-atomic v1.4.3 |
1329 | 2024-03-26T06:39:42.360Z | Downloaded gimli v0.28.0 |
1330 | 2024-03-26T06:39:42.360Z | Downloaded trust-dns-proto v0.22.0 |
1331 | 2024-03-26T06:39:42.372Z | Downloaded parse-display v0.9.0 |
1332 | 2024-03-26T06:39:42.379Z | Downloaded parking_lot_core v0.9.8 |
1333 | 2024-03-26T06:39:42.379Z | Downloaded goblin v0.8.0 |
1334 | 2024-03-26T06:39:42.388Z | Downloaded generic-array v0.14.7 |
1335 | 2024-03-26T06:39:42.388Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1336 | 2024-03-26T06:39:42.398Z | Downloaded group v0.13.0 |
1337 | 2024-03-26T06:39:42.398Z | Downloaded form_urlencoded v1.2.1 |
1338 | 2024-03-26T06:39:42.398Z | Downloaded fxhash v0.2.1 |
1339 | 2024-03-26T06:39:42.398Z | Downloaded foreign-types-shared v0.1.1 |
1340 | 2024-03-26T06:39:42.398Z | Downloaded dof v0.3.0 |
1341 | 2024-03-26T06:39:42.398Z | Downloaded csv-core v0.1.11 |
1342 | 2024-03-26T06:39:42.406Z | Downloaded crunchy v0.2.2 |
1343 | 2024-03-26T06:39:42.406Z | Downloaded crucible-workspace-hack v0.1.0 |
1344 | 2024-03-26T06:39:42.406Z | Downloaded walkdir v2.4.0 |
1345 | 2024-03-26T06:39:42.406Z | Downloaded flate2 v1.0.28 |
1346 | 2024-03-26T06:39:42.406Z | Downloaded dtrace-parser v0.1.14 |
1347 | 2024-03-26T06:39:42.406Z | Downloaded der_derive v0.7.2 |
1348 | 2024-03-26T06:39:42.414Z | Downloaded untrusted v0.9.0 |
1349 | 2024-03-26T06:39:42.414Z | Downloaded structmeta v0.3.0 |
1350 | 2024-03-26T06:39:42.414Z | Downloaded structmeta v0.2.0 |
1351 | 2024-03-26T06:39:42.414Z | Downloaded strsim v0.11.0 |
1352 | 2024-03-26T06:39:42.414Z | Downloaded string_cache v0.8.7 |
1353 | 2024-03-26T06:39:42.414Z | Downloaded sqlparser_derive v0.2.2 |
1354 | 2024-03-26T06:39:42.414Z | Downloaded structmeta-derive v0.3.0 |
1355 | 2024-03-26T06:39:42.422Z | Downloaded slog-bunyan v2.5.0 |
1356 | 2024-03-26T06:39:42.422Z | Downloaded shlex v1.3.0 |
1357 | 2024-03-26T06:39:42.422Z | Downloaded shell-words v1.1.0 |
1358 | 2024-03-26T06:39:42.422Z | Downloaded serde_urlencoded v0.7.1 |
1359 | 2024-03-26T06:39:42.422Z | Downloaded rustix v0.38.31 |
1360 | 2024-03-26T06:39:42.442Z | Downloaded libc v0.2.153 |
1361 | 2024-03-26T06:39:42.460Z | Downloaded schemars v0.8.16 |
1362 | 2024-03-26T06:39:42.470Z | Downloaded scheduled-thread-pool v0.2.7 |
1363 | 2024-03-26T06:39:42.476Z | Downloaded same-file v1.0.6 |
1364 | 2024-03-26T06:39:42.476Z | Downloaded radix_trie v0.2.1 |
1365 | 2024-03-26T06:39:42.480Z | Downloaded owo-colors v4.0.0 |
1366 | 2024-03-26T06:39:42.480Z | Downloaded oso-derive v0.27.0 |
1367 | 2024-03-26T06:39:42.480Z | Downloaded num_enum_derive v0.7.2 |
1368 | 2024-03-26T06:39:42.483Z | Downloaded num_enum_derive v0.5.11 |
1369 | 2024-03-26T06:39:42.483Z | Downloaded num_enum v0.7.2 |
1370 | 2024-03-26T06:39:42.486Z | Downloaded num-iter v0.1.44 |
1371 | 2024-03-26T06:39:42.489Z | Downloaded getopts v0.2.21 |
1372 | 2024-03-26T06:39:42.489Z | Downloaded gethostname v0.4.3 |
1373 | 2024-03-26T06:39:42.489Z | Downloaded futures-io v0.3.30 |
1374 | 2024-03-26T06:39:42.489Z | Downloaded fatfs v0.3.6 |
1375 | 2024-03-26T06:39:42.492Z | Downloaded plain v0.2.3 |
1376 | 2024-03-26T06:39:42.492Z | Downloaded parking_lot v0.11.2 |
1377 | 2024-03-26T06:39:42.496Z | Downloaded diff v0.1.13 |
1378 | 2024-03-26T06:39:42.499Z | Downloaded deranged v0.3.11 |
1379 | 2024-03-26T06:39:42.499Z | Downloaded crypto-bigint v0.5.2 |
1380 | 2024-03-26T06:39:42.503Z | Downloaded num_threads v0.1.6 |
1381 | 2024-03-26T06:39:42.506Z | Downloaded wyz v0.5.1 |
1382 | 2024-03-26T06:39:42.506Z | Downloaded base64 v0.21.7 |
1383 | 2024-03-26T06:39:42.510Z | Downloaded nix v0.27.1 |
1384 | 2024-03-26T06:39:42.518Z | Downloaded difflib v0.4.0 |
1385 | 2024-03-26T06:39:42.521Z | Downloaded cstr-argument v0.1.2 |
1386 | 2024-03-26T06:39:42.521Z | Downloaded textwrap v0.11.0 |
1387 | 2024-03-26T06:39:42.521Z | Downloaded take_mut v0.2.2 |
1388 | 2024-03-26T06:39:42.524Z | Downloaded structopt-derive v0.4.18 |
1389 | 2024-03-26T06:39:42.524Z | Downloaded structopt v0.3.26 |
1390 | 2024-03-26T06:39:42.529Z | Downloaded strum v0.25.0 |
1391 | 2024-03-26T06:39:42.532Z | Downloaded slab v0.4.9 |
1392 | 2024-03-26T06:39:42.532Z | Downloaded signal-hook-registry v1.4.1 |
1393 | 2024-03-26T06:39:42.532Z | Downloaded signal-hook-mio v0.2.3 |
1394 | 2024-03-26T06:39:42.535Z | Downloaded textwrap v0.16.1 |
1395 | 2024-03-26T06:39:42.535Z | Downloaded signature v1.6.4 |
1396 | 2024-03-26T06:39:42.542Z | Downloaded signal-hook-tokio v0.3.1 |
1397 | 2024-03-26T06:39:42.542Z | Downloaded signal-hook v0.3.17 |
1398 | 2024-03-26T06:39:42.545Z | Downloaded rustls-webpki v0.102.1 |
1399 | 2024-03-26T06:39:42.555Z | Downloaded slog-async v2.8.0 |
1400 | 2024-03-26T06:39:42.558Z | Downloaded sha1 v0.10.6 |
1401 | 2024-03-26T06:39:42.558Z | Downloaded rustls-pki-types v1.3.0 |
1402 | 2024-03-26T06:39:42.561Z | Downloaded num v0.4.1 |
1403 | 2024-03-26T06:39:42.561Z | Downloaded nibble_vec v0.1.0 |
1404 | 2024-03-26T06:39:42.561Z | Downloaded newtype-uuid v1.0.1 |
1405 | 2024-03-26T06:39:42.563Z | Downloaded new_debug_unreachable v1.0.4 |
1406 | 2024-03-26T06:39:42.564Z | Downloaded miniz_oxide v0.7.1 |
1407 | 2024-03-26T06:39:42.566Z | Downloaded idna v0.5.0 |
1408 | 2024-03-26T06:39:42.570Z | Downloaded idna v0.3.0 |
1409 | 2024-03-26T06:39:42.576Z | Downloaded idna v0.2.3 |
1410 | 2024-03-26T06:39:42.583Z | Downloaded mio v0.8.11 |
1411 | 2024-03-26T06:39:42.588Z | Downloaded regex v1.10.3 |
1412 | 2024-03-26T06:39:42.600Z | Downloaded itoa v1.0.9 |
1413 | 2024-03-26T06:39:42.603Z | Downloaded indicatif v0.17.8 |
1414 | 2024-03-26T06:39:42.605Z | Downloaded highway v1.1.0 |
1415 | 2024-03-26T06:39:42.606Z | Downloaded block-buffer v0.10.4 |
1416 | 2024-03-26T06:39:42.608Z | Downloaded bitstruct v0.1.1 |
1417 | 2024-03-26T06:39:42.609Z | Downloaded bcs v0.1.6 |
1418 | 2024-03-26T06:39:42.612Z | Downloaded bb8 v0.8.3 |
1419 | 2024-03-26T06:39:42.612Z | Downloaded nanorand v0.7.0 |
1420 | 2024-03-26T06:39:42.612Z | Downloaded argon2 v0.5.3 |
1421 | 2024-03-26T06:39:42.614Z | Downloaded mockall_derive v0.12.0 |
1422 | 2024-03-26T06:39:42.617Z | Downloaded anyhow v1.0.79 |
1423 | 2024-03-26T06:39:42.620Z | Downloaded crossbeam-utils v0.8.19 |
1424 | 2024-03-26T06:39:42.620Z | Downloaded crossbeam-epoch v0.9.18 |
1425 | 2024-03-26T06:39:42.623Z | Downloaded crossbeam-deque v0.8.3 |
1426 | 2024-03-26T06:39:42.629Z | Downloaded crc-catalog v2.2.0 |
1427 | 2024-03-26T06:39:42.629Z | Downloaded crc-any v2.4.3 |
1428 | 2024-03-26T06:39:42.632Z | Downloaded memmap v0.7.0 |
1429 | 2024-03-26T06:39:42.632Z | Downloaded memchr v2.7.1 |
1430 | 2024-03-26T06:39:42.634Z | Downloaded corncobs v0.1.3 |
1431 | 2024-03-26T06:39:42.634Z | Downloaded cookie_store v0.20.0 |
1432 | 2024-03-26T06:39:42.637Z | Downloaded matches v0.1.10 |
1433 | 2024-03-26T06:39:42.637Z | Downloaded match_cfg v0.1.0 |
1434 | 2024-03-26T06:39:42.637Z | Downloaded maplit v1.0.2 |
1435 | 2024-03-26T06:39:42.638Z | Downloaded managed v0.8.0 |
1436 | 2024-03-26T06:39:42.641Z | Downloaded allocator-api2 v0.2.16 |
1437 | 2024-03-26T06:39:42.641Z | Downloaded lru v0.12.1 |
1438 | 2024-03-26T06:39:42.644Z | Downloaded lock_api v0.4.10 |
1439 | 2024-03-26T06:39:42.644Z | Downloaded linked-hash-map v0.5.6 |
1440 | 2024-03-26T06:39:42.644Z | Downloaded libsw v3.3.1 |
1441 | 2024-03-26T06:39:42.647Z | Downloaded libm v0.2.7 |
1442 | 2024-03-26T06:39:42.653Z | Downloaded cookie v0.17.0 |
1443 | 2024-03-26T06:39:42.656Z | Downloaded constant_time_eq v0.3.0 |
1444 | 2024-03-26T06:39:42.656Z | Downloaded const-oid v0.9.6 |
1445 | 2024-03-26T06:39:42.659Z | Downloaded libefi-sys v0.1.0 |
1446 | 2024-03-26T06:39:42.659Z | Downloaded colored v2.1.0 |
1447 | 2024-03-26T06:39:42.663Z | Downloaded colorchoice v1.0.0 |
1448 | 2024-03-26T06:39:42.663Z | Downloaded clap_derive v4.5.0 |
1449 | 2024-03-26T06:39:42.666Z | Downloaded clap_builder v4.5.1 |
1450 | 2024-03-26T06:39:42.669Z | Downloaded lalrpop v0.19.12 |
1451 | 2024-03-26T06:39:42.679Z | Downloaded ciborium-ll v0.2.2 |
1452 | 2024-03-26T06:39:42.682Z | Downloaded ciborium-io v0.2.2 |
1453 | 2024-03-26T06:39:42.682Z | Downloaded ciborium v0.2.2 |
1454 | 2024-03-26T06:39:42.686Z | Downloaded chrono v0.4.34 |
1455 | 2024-03-26T06:39:42.690Z | Downloaded instant v0.1.12 |
1456 | 2024-03-26T06:39:42.696Z | Downloaded inout v0.1.3 |
1457 | 2024-03-26T06:39:42.696Z | Downloaded indoc v2.0.3 |
1458 | 2024-03-26T06:39:42.700Z | Downloaded indoc v1.0.9 |
1459 | 2024-03-26T06:39:42.700Z | Downloaded cfg-if v1.0.0 |
1460 | 2024-03-26T06:39:42.700Z | Downloaded cc v1.0.83 |
1461 | 2024-03-26T06:39:42.703Z | Downloaded cexpr v0.6.0 |
1462 | 2024-03-26T06:39:42.703Z | Downloaded castaway v0.2.2 |
1463 | 2024-03-26T06:39:42.703Z | Downloaded cassowary v0.3.0 |
1464 | 2024-03-26T06:39:42.706Z | Downloaded impl-trait-for-tuples v0.2.2 |
1465 | 2024-03-26T06:39:42.706Z | Downloaded camino-tempfile v1.1.1 |
1466 | 2024-03-26T06:39:42.709Z | Downloaded camino v1.1.6 |
1467 | 2024-03-26T06:39:42.709Z | Downloaded bitflags v2.4.2 |
1468 | 2024-03-26T06:39:42.712Z | Downloaded bitfield v0.14.0 |
1469 | 2024-03-26T06:39:42.715Z | Downloaded hkdf v0.12.4 |
1470 | 2024-03-26T06:39:42.715Z | Downloaded bit-vec v0.6.3 |
1471 | 2024-03-26T06:39:42.718Z | Downloaded bit-set v0.5.3 |
1472 | 2024-03-26T06:39:42.718Z | Downloaded bindgen v0.69.2 |
1473 | 2024-03-26T06:39:42.724Z | Downloaded headers-core v0.2.0 |
1474 | 2024-03-26T06:39:42.727Z | Downloaded base64ct v1.6.0 |
1475 | 2024-03-26T06:39:42.727Z | Downloaded base64 v0.22.0 |
1476 | 2024-03-26T06:39:42.730Z | Downloaded base64 v0.13.1 |
1477 | 2024-03-26T06:39:42.733Z | Downloaded backtrace v0.3.69 |
1478 | 2024-03-26T06:39:42.736Z | Downloaded backoff v0.4.0 |
1479 | 2024-03-26T06:39:42.739Z | Downloaded autocfg v1.1.0 |
1480 | 2024-03-26T06:39:42.739Z | Downloaded atty v0.2.14 |
1481 | 2024-03-26T06:39:42.742Z | Downloaded atomicwrites v0.4.3 |
1482 | 2024-03-26T06:39:42.742Z | Downloaded atomic-waker v1.1.1 |
1483 | 2024-03-26T06:39:42.742Z | Downloaded async-trait v0.1.77 |
1484 | 2024-03-26T06:39:42.745Z | Downloaded async-stream-impl v0.3.5 |
1485 | 2024-03-26T06:39:42.745Z | Downloaded async-stream v0.3.5 |
1486 | 2024-03-26T06:39:42.752Z | Downloaded async-recursion v1.0.5 |
1487 | 2024-03-26T06:39:42.752Z | Downloaded assert_matches v1.5.0 |
1488 | 2024-03-26T06:39:42.752Z | Downloaded ascii-canvas v3.0.0 |
1489 | 2024-03-26T06:39:42.755Z | Downloaded ascii v1.1.0 |
1490 | 2024-03-26T06:39:42.755Z | Downloaded arrayref v0.3.7 |
1491 | 2024-03-26T06:39:42.755Z | Downloaded array-init v0.0.4 |
1492 | 2024-03-26T06:39:42.755Z | Downloaded arc-swap v1.6.0 |
1493 | 2024-03-26T06:39:42.758Z | Downloaded ansi_term v0.12.1 |
1494 | 2024-03-26T06:39:43.171Z | Compiling proc-macro2 v1.0.78 |
1495 | 2024-03-26T06:39:43.171Z | Compiling unicode-ident v1.0.12 |
1496 | 2024-03-26T06:39:43.171Z | Compiling libc v0.2.153 |
1497 | 2024-03-26T06:39:43.174Z | Compiling serde v1.0.197 |
1498 | 2024-03-26T06:39:43.174Z | Compiling version_check v0.9.4 |
1499 | 2024-03-26T06:39:43.216Z | Compiling autocfg v1.1.0 |
1500 | 2024-03-26T06:39:43.219Z | Compiling cfg-if v1.0.0 |
1501 | 2024-03-26T06:39:43.370Z | Compiling syn v1.0.109 |
1502 | 2024-03-26T06:39:43.393Z | Compiling once_cell v1.19.0 |
1503 | 2024-03-26T06:39:43.413Z | Compiling byteorder v1.5.0 |
1504 | 2024-03-26T06:39:43.745Z | Compiling serde_json v1.0.114 |
1505 | 2024-03-26T06:39:43.817Z | Compiling libm v0.2.7 |
1506 | 2024-03-26T06:39:43.820Z | Compiling ahash v0.8.8 |
1507 | 2024-03-26T06:39:43.907Z | Compiling lock_api v0.4.10 |
1508 | 2024-03-26T06:39:44.440Z | Compiling memchr v2.7.1 |
1509 | 2024-03-26T06:39:44.496Z | Compiling num-traits v0.2.18 |
1510 | 2024-03-26T06:39:44.539Z | Compiling parking_lot_core v0.9.8 |
1511 | 2024-03-26T06:39:44.544Z | Compiling thiserror v1.0.57 |
1512 | 2024-03-26T06:39:44.956Z | Compiling itoa v1.0.9 |
1513 | 2024-03-26T06:39:45.047Z | Compiling typenum v1.16.0 |
1514 | 2024-03-26T06:39:45.363Z | Compiling scopeguard v1.2.0 |
1515 | 2024-03-26T06:39:45.400Z | Compiling generic-array v0.14.7 |
1516 | 2024-03-26T06:39:45.688Z | Compiling quote v1.0.35 |
1517 | 2024-03-26T06:39:45.999Z | Compiling log v0.4.21 |
1518 | 2024-03-26T06:39:46.022Z | Compiling getrandom v0.2.12 |
1519 | 2024-03-26T06:39:46.120Z | Compiling syn v2.0.52 |
1520 | 2024-03-26T06:39:46.325Z | Compiling cc v1.0.83 |
1521 | 2024-03-26T06:39:46.766Z | Compiling allocator-api2 v0.2.16 |
1522 | 2024-03-26T06:39:46.849Z | Compiling pkg-config v0.3.27 |
1523 | 2024-03-26T06:39:47.123Z | Compiling slab v0.4.9 |
1524 | 2024-03-26T06:39:47.265Z | Compiling smallvec v1.13.1 |
1525 | 2024-03-26T06:39:47.439Z | Compiling ryu v1.0.15 |
1526 | 2024-03-26T06:39:47.733Z | Compiling schemars v0.8.16 |
1527 | 2024-03-26T06:39:47.828Z | Compiling heck v0.4.1 |
1528 | 2024-03-26T06:39:47.930Z | Compiling equivalent v1.0.1 |
1529 | 2024-03-26T06:39:48.328Z | Compiling pin-project-lite v0.2.13 |
1530 | 2024-03-26T06:39:48.599Z | Compiling vcpkg v0.2.15 |
1531 | 2024-03-26T06:39:48.803Z | Compiling ring v0.17.8 |
1532 | 2024-03-26T06:39:48.830Z | Compiling parking_lot v0.12.1 |
1533 | 2024-03-26T06:39:50.326Z | Compiling openssl-sys v0.9.96 |
1534 | 2024-03-26T06:39:50.507Z | Compiling signal-hook-registry v1.4.1 |
1535 | 2024-03-26T06:39:50.785Z | Compiling mio v0.8.11 |
1536 | 2024-03-26T06:39:51.182Z | Compiling num-conv v0.1.0 |
1537 | 2024-03-26T06:39:51.350Z | Compiling time-core v0.1.2 |
1538 | 2024-03-26T06:39:51.473Z | Compiling fnv v1.0.7 |
1539 | 2024-03-26T06:39:51.530Z | Compiling time-macros v0.2.17 |
1540 | 2024-03-26T06:39:51.550Z | Compiling rand_core v0.6.4 |
1541 | 2024-03-26T06:39:51.961Z | Compiling crossbeam-utils v0.8.19 |
1542 | 2024-03-26T06:39:52.126Z | Compiling ring v0.16.20 |
1543 | 2024-03-26T06:39:52.620Z | Compiling num_cpus v1.16.0 |
1544 | 2024-03-26T06:39:52.673Z | Compiling socket2 v0.5.5 |
1545 | 2024-03-26T06:39:52.828Z | Compiling iana-time-zone v0.1.57 |
1546 | 2024-03-26T06:39:52.870Z | Compiling httparse v1.8.0 |
1547 | 2024-03-26T06:39:53.607Z | Compiling serde_derive_internals v0.26.0 |
1548 | 2024-03-26T06:39:53.859Z | Compiling futures-core v0.3.30 |
1549 | 2024-03-26T06:39:53.974Z | Compiling ucd-trie v0.1.6 |
1550 | 2024-03-26T06:39:54.112Z | Compiling rustix v0.38.31 |
1551 | 2024-03-26T06:39:54.519Z | Compiling openssl v0.10.60 |
1552 | 2024-03-26T06:39:54.550Z | Compiling spin v0.5.2 |
1553 | 2024-03-26T06:39:54.808Z | Compiling semver v1.0.22 |
1554 | 2024-03-26T06:39:55.237Z | Compiling backtrace v0.3.69 |
1555 | 2024-03-26T06:39:55.279Z | Compiling tinyvec_macros v0.1.1 |
1556 | 2024-03-26T06:39:55.372Z | Compiling winnow v0.5.15 |
1557 | 2024-03-26T06:39:55.393Z | Compiling native-tls v0.2.11 |
1558 | 2024-03-26T06:39:55.624Z | Compiling slog v2.7.0 |
1559 | 2024-03-26T06:39:55.852Z | Compiling rustls v0.21.9 |
1560 | 2024-03-26T06:39:55.952Z | Compiling tinyvec v1.6.0 |
1561 | 2024-03-26T06:39:56.109Z | Compiling spin v0.9.8 |
1562 | 2024-03-26T06:39:56.133Z | Compiling crc32fast v1.3.2 |
1563 | 2024-03-26T06:39:56.345Z | Compiling futures-sink v0.3.30 |
1564 | 2024-03-26T06:39:56.466Z | Compiling unicode-xid v0.2.4 |
1565 | 2024-03-26T06:39:56.527Z | Compiling subtle v2.5.0 |
1566 | 2024-03-26T06:39:56.612Z | Compiling uuid v0.8.2 |
1567 | 2024-03-26T06:39:56.635Z | Compiling dyn-clone v1.0.17 |
1568 | 2024-03-26T06:39:56.658Z | Compiling const-oid v0.9.6 |
1569 | 2024-03-26T06:39:56.846Z | Compiling synstructure v0.12.6 |
1570 | 2024-03-26T06:39:57.447Z | Compiling unicode-normalization v0.1.22 |
1571 | 2024-03-26T06:39:58.388Z | Compiling cookie v0.17.0 |
1572 | 2024-03-26T06:39:58.647Z | Compiling anyhow v1.0.79 |
1573 | 2024-03-26T06:39:58.719Z | Compiling unicode-bidi v0.3.15 |
1574 | 2024-03-26T06:39:59.094Z | Compiling futures-channel v0.3.30 |
1575 | 2024-03-26T06:39:59.254Z | Compiling serde_derive v1.0.197 |
1576 | 2024-03-26T06:39:59.309Z | Compiling zerocopy-derive v0.7.32 |
1577 | 2024-03-26T06:39:59.332Z | Compiling thiserror-impl v1.0.57 |
1578 | 2024-03-26T06:39:59.566Z | Compiling zeroize_derive v1.4.2 |
1579 | 2024-03-26T06:39:59.631Z | Compiling tokio-macros v2.2.0 |
1580 | 2024-03-26T06:39:59.972Z | Compiling schemars_derive v0.8.16 |
1581 | 2024-03-26T06:40:00.288Z | Compiling futures-macro v0.3.30 |
1582 | 2024-03-26T06:40:00.842Z | Compiling tracing-attributes v0.1.27 |
1583 | 2024-03-26T06:40:01.066Z | Compiling zeroize v1.7.0 |
1584 | 2024-03-26T06:40:01.266Z | Compiling zerocopy v0.7.32 |
1585 | 2024-03-26T06:40:02.179Z | Compiling pest v2.7.6 |
1586 | 2024-03-26T06:40:02.783Z | Compiling openssl-macros v0.1.1 |
1587 | 2024-03-26T06:40:03.296Z | Compiling hashbrown v0.14.3 |
1588 | 2024-03-26T06:40:03.776Z | Compiling zerocopy-derive v0.2.0 |
1589 | 2024-03-26T06:40:03.956Z | Compiling tracing-core v0.1.32 |
1590 | 2024-03-26T06:40:04.714Z | Compiling pest_meta v2.7.6 |
1591 | 2024-03-26T06:40:04.750Z | Compiling futures-task v0.3.30 |
1592 | 2024-03-26T06:40:04.956Z | Compiling futures-io v0.3.30 |
1593 | 2024-03-26T06:40:05.066Z | Compiling pin-utils v0.1.0 |
1594 | 2024-03-26T06:40:05.347Z | Compiling futures-util v0.3.30 |
1595 | 2024-03-26T06:40:05.546Z | Compiling tracing v0.1.40 |
1596 | 2024-03-26T06:40:05.571Z | Compiling crypto-common v0.1.6 |
1597 | 2024-03-26T06:40:06.060Z | Compiling pest_generator v2.7.6 |
1598 | 2024-03-26T06:40:06.381Z | Compiling der_derive v0.7.2 |
1599 | 2024-03-26T06:40:07.917Z | Compiling aho-corasick v1.1.2 |
1600 | 2024-03-26T06:40:08.761Z | Compiling pest_derive v2.7.6 |
1601 | 2024-03-26T06:40:08.992Z | Compiling regex-syntax v0.8.2 |
1602 | 2024-03-26T06:40:09.715Z | Compiling powerfmt v0.2.0 |
1603 | 2024-03-26T06:40:10.496Z | Compiling deranged v0.3.11 |
1604 | 2024-03-26T06:40:12.533Z | Compiling bytes v1.5.0 |
1605 | 2024-03-26T06:40:12.701Z | Compiling indexmap v2.2.5 |
1606 | 2024-03-26T06:40:13.147Z | Compiling toml_datetime v0.6.5 |
1607 | 2024-03-26T06:40:13.722Z | Compiling uuid v1.7.0 |
1608 | 2024-03-26T06:40:14.181Z | Compiling chrono v0.4.34 |
1609 | 2024-03-26T06:40:14.247Z | Compiling bitflags v2.4.2 |
1610 | 2024-03-26T06:40:14.877Z | Compiling tokio v1.36.0 |
1611 | 2024-03-26T06:40:14.973Z | Compiling serde_spanned v0.6.5 |
1612 | 2024-03-26T06:40:15.509Z | Compiling toml_edit v0.19.15 |
1613 | 2024-03-26T06:40:17.181Z | Compiling http v0.2.12 |
1614 | 2024-03-26T06:40:20.361Z | Compiling rustc_version v0.4.0 |
1615 | 2024-03-26T06:40:20.973Z | Compiling regex-automata v0.4.5 |
1616 | 2024-03-26T06:40:21.077Z | Compiling block-buffer v0.10.4 |
1617 | 2024-03-26T06:40:21.711Z | Compiling usdt-impl v0.3.5 |
1618 | 2024-03-26T06:40:22.352Z | Compiling unicode-width v0.1.11 |
1619 | 2024-03-26T06:40:22.696Z | Compiling rustversion v1.0.14 |
1620 | 2024-03-26T06:40:22.796Z | Compiling untrusted v0.9.0 |
1621 | 2024-03-26T06:40:23.184Z | Compiling num_threads v0.1.6 |
1622 | 2024-03-26T06:40:23.317Z | Compiling time v0.3.34 |
1623 | 2024-03-26T06:40:23.759Z | Compiling digest v0.10.7 |
1624 | 2024-03-26T06:40:23.845Z | Compiling heapless v0.7.16 |
1625 | 2024-03-26T06:40:24.203Z | Compiling scroll_derive v0.12.0 |
1626 | 2024-03-26T06:40:24.657Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1627 | 2024-03-26T06:40:25.253Z | Compiling ppv-lite86 v0.2.17 |
1628 | 2024-03-26T06:40:25.685Z | Compiling percent-encoding v2.3.1 |
1629 | 2024-03-26T06:40:26.061Z | Compiling signal-hook v0.3.17 |
1630 | 2024-03-26T06:40:26.327Z | Compiling async-trait v0.1.77 |
1631 | 2024-03-26T06:40:26.754Z | Compiling adler v1.0.2 |
1632 | 2024-03-26T06:40:27.058Z | Compiling miniz_oxide v0.7.1 |
1633 | 2024-03-26T06:40:27.977Z | Compiling rand_chacha v0.3.1 |
1634 | 2024-03-26T06:40:28.965Z | Compiling regex v1.10.3 |
1635 | 2024-03-26T06:40:30.401Z | Compiling zerocopy v0.3.0 |
1636 | 2024-03-26T06:40:35.376Z | Compiling thread-id v4.2.0 |
1637 | 2024-03-26T06:40:35.408Z | Compiling dof v0.1.5 |
1638 | 2024-03-26T06:40:35.408Z | Compiling rand v0.8.5 |
1639 | 2024-03-26T06:40:35.408Z | Compiling tokio-util v0.7.10 |
1640 | 2024-03-26T06:40:35.431Z | Compiling dtrace-parser v0.1.14 |
1641 | 2024-03-26T06:40:35.432Z | Compiling clap_derive v4.5.0 |
1642 | 2024-03-26T06:40:35.432Z | Compiling errno v0.3.8 |
1643 | 2024-03-26T06:40:35.432Z | Compiling num-bigint v0.4.4 |
1644 | 2024-03-26T06:40:35.432Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1645 | 2024-03-26T06:40:35.432Z | Compiling untrusted v0.7.1 |
1646 | 2024-03-26T06:40:35.432Z | Compiling base64 v0.21.7 |
1647 | 2024-03-26T06:40:35.432Z | Compiling smoltcp v0.9.1 |
1648 | 2024-03-26T06:40:35.726Z | Compiling foreign-types-shared v0.1.1 |
1649 | 2024-03-26T06:40:35.838Z | Compiling gimli v0.28.0 |
1650 | 2024-03-26T06:40:35.890Z | Compiling base64ct v1.6.0 |
1651 | 2024-03-26T06:40:36.317Z | Compiling foreign-types v0.3.2 |
1652 | 2024-03-26T06:40:36.425Z | Compiling pem-rfc7468 v0.7.0 |
1653 | 2024-03-26T06:40:39.125Z | Compiling form_urlencoded v1.2.1 |
1654 | 2024-03-26T06:40:39.698Z | Compiling hmac v0.12.1 |
1655 | 2024-03-26T06:40:39.719Z | Compiling crossbeam-epoch v0.9.18 |
1656 | 2024-03-26T06:40:39.895Z | Compiling serde_tokenstream v0.1.7 |
1657 | 2024-03-26T06:40:39.953Z | Compiling lazy_static v1.4.0 |
1658 | 2024-03-26T06:40:40.150Z | Compiling object v0.32.1 |
1659 | 2024-03-26T06:40:40.541Z | Compiling addr2line v0.21.0 |
1660 | 2024-03-26T06:40:41.117Z | Compiling flagset v0.4.3 |
1661 | 2024-03-26T06:40:41.167Z | Compiling unicode-segmentation v1.10.1 |
1662 | 2024-03-26T06:40:41.316Z | Compiling siphasher v0.3.11 |
1663 | 2024-03-26T06:40:41.340Z | Compiling rustc-demangle v0.1.23 |
1664 | 2024-03-26T06:40:41.690Z | Compiling try-lock v0.2.4 |
1665 | 2024-03-26T06:40:42.017Z | Compiling bitflags v1.3.2 |
1666 | 2024-03-26T06:40:42.171Z | Compiling want v0.3.1 |
1667 | 2024-03-26T06:40:42.434Z | Compiling der v0.7.8 |
1668 | 2024-03-26T06:40:43.320Z | Compiling sct v0.7.0 |
1669 | 2024-03-26T06:40:43.418Z | Compiling rustls-webpki v0.101.7 |
1670 | 2024-03-26T06:40:43.614Z | Compiling h2 v0.3.24 |
1671 | 2024-03-26T06:40:45.111Z | Compiling http-body v0.4.5 |
1672 | 2024-03-26T06:40:46.153Z | Compiling proc-macro-crate v1.3.1 |
1673 | 2024-03-26T06:40:47.058Z | Compiling openapiv3 v2.0.0 |
1674 | 2024-03-26T06:40:47.526Z | Compiling hubpack_derive v0.1.1 |
1675 | 2024-03-26T06:40:48.116Z | Compiling idna v0.5.0 |
1676 | 2024-03-26T06:40:48.363Z | Compiling zerocopy-derive v0.6.4 |
1677 | 2024-03-26T06:40:50.130Z | Compiling usdt-impl v0.5.0 |
1678 | 2024-03-26T06:40:50.360Z | Compiling httpdate v1.0.3 |
1679 | 2024-03-26T06:40:50.453Z | Compiling cpufeatures v0.2.12 |
1680 | 2024-03-26T06:40:50.564Z | Compiling utf8parse v0.2.1 |
1681 | 2024-03-26T06:40:50.733Z | Compiling tower-service v0.3.2 |
1682 | 2024-03-26T06:40:50.867Z | Compiling stable_deref_trait v1.2.0 |
1683 | 2024-03-26T06:40:51.148Z | Compiling anstyle v1.0.6 |
1684 | 2024-03-26T06:40:51.422Z | Compiling openssl-probe v0.1.5 |
1685 | 2024-03-26T06:40:51.498Z | Compiling hyper v0.14.28 |
1686 | 2024-03-26T06:40:52.150Z | Compiling anstyle-parse v0.2.1 |
1687 | 2024-03-26T06:40:52.468Z | Compiling sha2 v0.10.8 |
1688 | 2024-03-26T06:40:53.604Z | Compiling url v2.5.0 |
1689 | 2024-03-26T06:40:54.814Z | Compiling spki v0.7.2 |
1690 | 2024-03-26T06:40:55.313Z | Compiling usdt-macro v0.3.5 |
1691 | 2024-03-26T06:40:56.079Z | Compiling usdt-attr-macro v0.3.5 |
1692 | 2024-03-26T06:40:56.585Z | Compiling scroll v0.12.0 |
1693 | 2024-03-26T06:40:58.331Z | Compiling md-5 v0.10.5 |
1694 | 2024-03-26T06:40:58.387Z | Compiling serde_tokenstream v0.2.0 |
1695 | 2024-03-26T06:40:58.916Z | Compiling stringprep v0.1.3 |
1696 | 2024-03-26T06:40:59.787Z | Compiling idna v0.3.0 |
1697 | 2024-03-26T06:41:01.227Z | Compiling diesel_table_macro_syntax v0.1.0 |
1698 | 2024-03-26T06:41:01.278Z | Compiling num-integer v0.1.46 |
1699 | 2024-03-26T06:41:01.605Z | Compiling hash32 v0.2.1 |
1700 | 2024-03-26T06:41:01.978Z | Compiling psl-types v2.0.11 |
1701 | 2024-03-26T06:41:02.008Z | Compiling colorchoice v1.0.0 |
1702 | 2024-03-26T06:41:02.032Z | Compiling plain v0.2.3 |
1703 | 2024-03-26T06:41:02.174Z | Compiling anstyle-query v1.0.0 |
1704 | 2024-03-26T06:41:02.708Z | Compiling fallible-iterator v0.2.0 |
1705 | 2024-03-26T06:41:03.442Z | Compiling postgres-protocol v0.6.6 |
1706 | 2024-03-26T06:41:05.117Z | Compiling anstream v0.6.11 |
1707 | 2024-03-26T06:41:05.226Z | Compiling goblin v0.8.0 |
1708 | 2024-03-26T06:41:05.793Z | Compiling publicsuffix v2.2.3 |
1709 | 2024-03-26T06:41:06.012Z | Compiling diesel_derives v2.1.2 |
1710 | 2024-03-26T06:41:11.883Z | Compiling tokio-rustls v0.24.1 |
1711 | 2024-03-26T06:41:13.300Z | Compiling terminal_size v0.3.0 |
1712 | 2024-03-26T06:41:13.514Z | Compiling pkcs8 v0.10.2 |
1713 | 2024-03-26T06:41:14.722Z | Compiling tokio-native-tls v0.3.1 |
1714 | 2024-03-26T06:41:15.013Z | Compiling phf_shared v0.11.2 |
1715 | 2024-03-26T06:41:15.377Z | Compiling strum_macros v0.25.2 |
1716 | 2024-03-26T06:41:15.965Z | Compiling regress v0.9.0 |
1717 | 2024-03-26T06:41:17.536Z | Compiling block-padding v0.3.3 |
1718 | 2024-03-26T06:41:17.775Z | Compiling enum-as-inner v0.5.1 |
1719 | 2024-03-26T06:41:18.721Z | Compiling serde_repr v0.1.16 |
1720 | 2024-03-26T06:41:19.017Z | Compiling ff v0.13.0 |
1721 | 2024-03-26T06:41:19.129Z | Compiling scheduled-thread-pool v0.2.7 |
1722 | 2024-03-26T06:41:19.470Z | Compiling encoding_rs v0.8.33 |
1723 | 2024-03-26T06:41:19.628Z | Compiling matches v0.1.10 |
1724 | 2024-03-26T06:41:19.726Z | Compiling regex-automata v0.1.10 |
1725 | 2024-03-26T06:41:19.771Z | Compiling strsim v0.10.0 |
1726 | 2024-03-26T06:41:20.173Z | Compiling pretty-hex v0.4.1 |
1727 | 2024-03-26T06:41:20.377Z | Compiling strsim v0.11.0 |
1728 | 2024-03-26T06:41:21.898Z | Compiling managed v0.8.0 |
1729 | 2024-03-26T06:41:21.898Z | Compiling bit-vec v0.6.3 |
1730 | 2024-03-26T06:41:21.898Z | Compiling mime v0.3.17 |
1731 | 2024-03-26T06:41:21.898Z | Compiling ident_case v1.0.1 |
1732 | 2024-03-26T06:41:21.898Z | Compiling base16ct v0.2.0 |
1733 | 2024-03-26T06:41:21.898Z | Compiling clap_lex v0.7.0 |
1734 | 2024-03-26T06:41:21.898Z | Compiling ipnet v2.9.0 |
1735 | 2024-03-26T06:41:22.676Z | Compiling clap_builder v4.5.1 |
1736 | 2024-03-26T06:41:24.154Z | Compiling sec1 v0.7.3 |
1737 | 2024-03-26T06:41:24.193Z | Compiling darling_core v0.20.3 |
1738 | 2024-03-26T06:41:25.111Z | Compiling dof v0.3.0 |
1739 | 2024-03-26T06:41:26.129Z | Compiling bstr v0.2.17 |
1740 | 2024-03-26T06:41:26.971Z | Compiling idna v0.2.3 |
1741 | 2024-03-26T06:41:27.484Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1742 | 2024-03-26T06:41:28.396Z | Compiling r2d2 v0.8.10 |
1743 | 2024-03-26T06:41:28.792Z | Compiling group v0.13.0 |
1744 | 2024-03-26T06:41:29.673Z | Compiling inout v0.1.3 |
1745 | 2024-03-26T06:41:30.254Z | Compiling phf v0.11.2 |
1746 | 2024-03-26T06:41:30.572Z | Compiling hyper-tls v0.5.0 |
1747 | 2024-03-26T06:41:30.703Z | Compiling signal-hook-mio v0.2.3 |
1748 | 2024-03-26T06:41:30.872Z | Compiling bzip2 v0.4.4 |
1749 | 2024-03-26T06:41:30.976Z | Compiling hyper-rustls v0.24.2 |
1750 | 2024-03-26T06:41:31.275Z | Compiling cookie_store v0.20.0 |
1751 | 2024-03-26T06:41:31.320Z | Compiling flate2 v1.0.28 |
1752 | 2024-03-26T06:41:32.145Z | Compiling postgres-types v0.2.6 |
1753 | 2024-03-26T06:41:32.237Z | Compiling zerocopy v0.6.4 |
1754 | 2024-03-26T06:41:32.297Z | Compiling hubpack v0.1.2 |
1755 | 2024-03-26T06:41:32.649Z | Compiling rustls-pemfile v1.0.3 |
1756 | 2024-03-26T06:41:32.741Z | Compiling phf_shared v0.10.0 |
1757 | 2024-03-26T06:41:32.996Z | Compiling hkdf v0.12.4 |
1758 | 2024-03-26T06:41:33.108Z | Compiling serde_urlencoded v0.7.1 |
1759 | 2024-03-26T06:41:33.504Z | Compiling ipnetwork v0.20.0 |
1760 | 2024-03-26T06:41:33.507Z | Compiling futures-executor v0.3.30 |
1761 | 2024-03-26T06:41:34.014Z | Compiling dtrace-parser v0.2.0 |
1762 | 2024-03-26T06:41:34.097Z | Compiling crypto-bigint v0.5.2 |
1763 | 2024-03-26T06:41:34.425Z | Compiling float-cmp v0.9.0 |
1764 | 2024-03-26T06:41:36.492Z | Compiling whoami v1.5.0 |
1765 | 2024-03-26T06:41:37.064Z | Compiling data-encoding v2.4.0 |
1766 | 2024-03-26T06:41:38.134Z | Compiling predicates-core v1.0.6 |
1767 | 2024-03-26T06:41:38.157Z | Compiling either v1.10.0 |
1768 | 2024-03-26T06:41:38.454Z | Compiling winnow v0.6.1 |
1769 | 2024-03-26T06:41:38.496Z | Compiling sync_wrapper v0.1.2 |
1770 | 2024-03-26T06:41:38.575Z | Compiling precomputed-hash v0.1.1 |
1771 | 2024-03-26T06:41:38.634Z | Compiling static_assertions v1.1.0 |
1772 | 2024-03-26T06:41:38.701Z | Compiling normalize-line-endings v0.3.0 |
1773 | 2024-03-26T06:41:38.835Z | Compiling difflib v0.4.0 |
1774 | 2024-03-26T06:41:38.968Z | Compiling minimal-lexical v0.2.1 |
1775 | 2024-03-26T06:41:39.231Z | Compiling new_debug_unreachable v1.0.4 |
1776 | 2024-03-26T06:41:39.264Z | Compiling webpki-roots v0.25.2 |
1777 | 2024-03-26T06:41:39.333Z | Compiling fixedbitset v0.4.2 |
1778 | 2024-03-26T06:41:39.424Z | Compiling reqwest v0.11.24 |
1779 | 2024-03-26T06:41:39.468Z | Compiling nom v7.1.3 |
1780 | 2024-03-26T06:41:39.737Z | Compiling petgraph v0.6.4 |
1781 | 2024-03-26T06:41:40.169Z | Compiling string_cache v0.8.7 |
1782 | 2024-03-26T06:41:40.192Z | Compiling predicates v3.1.0 |
1783 | 2024-03-26T06:41:40.589Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1784 | 2024-03-26T06:41:41.774Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1785 | 2024-03-26T06:41:42.331Z | Compiling toml_edit v0.22.6 |
1786 | 2024-03-26T06:41:43.215Z | Compiling itertools v0.10.5 |
1787 | 2024-03-26T06:41:44.878Z | Compiling trust-dns-proto v0.22.0 |
1788 | 2024-03-26T06:41:45.371Z | Compiling tokio-postgres v0.7.10 |
1789 | 2024-03-26T06:41:47.522Z | Compiling elliptic-curve v0.13.8 |
1790 | 2024-03-26T06:41:50.100Z | Compiling diesel v2.1.4 |
1791 | 2024-03-26T06:41:50.413Z | Compiling futures v0.3.30 |
1792 | 2024-03-26T06:41:50.534Z | Compiling yasna v0.5.2 |
1793 | 2024-03-26T06:41:51.050Z | Compiling zip v0.6.6 |
1794 | 2024-03-26T06:41:52.194Z | Compiling crossterm v0.27.0 |
1795 | 2024-03-26T06:41:52.295Z | Compiling cipher v0.4.4 |
1796 | 2024-03-26T06:41:52.583Z | Compiling darling_macro v0.20.3 |
1797 | 2024-03-26T06:41:52.928Z | Compiling similar v2.4.0 |
1798 | 2024-03-26T06:41:53.452Z | Compiling clap v4.5.1 |
1799 | 2024-03-26T06:41:53.518Z | Compiling bit-set v0.5.3 |
1800 | 2024-03-26T06:41:53.772Z | Compiling num-iter v0.1.44 |
1801 | 2024-03-26T06:41:53.972Z | Compiling usdt v0.3.5 |
1802 | 2024-03-26T06:41:54.255Z | Compiling console v0.15.8 |
1803 | 2024-03-26T06:41:55.582Z | Compiling bstr v1.9.0 |
1804 | 2024-03-26T06:41:55.668Z | Compiling tokio-stream v0.1.14 |
1805 | 2024-03-26T06:41:56.589Z | Compiling toml v0.7.8 |
1806 | 2024-03-26T06:41:56.594Z | Compiling hex v0.4.3 |
1807 | 2024-03-26T06:41:57.255Z | Compiling proc-macro-error-attr v1.0.4 |
1808 | 2024-03-26T06:41:57.286Z | Compiling instant v0.1.12 |
1809 | 2024-03-26T06:41:57.307Z | Compiling lalrpop-util v0.19.12 |
1810 | 2024-03-26T06:41:57.551Z | Compiling parking_lot_core v0.8.6 |
1811 | 2024-03-26T06:41:58.079Z | Compiling darling v0.20.3 |
1812 | 2024-03-26T06:41:59.305Z | Compiling proc-macro-error v1.0.4 |
1813 | 2024-03-26T06:41:59.626Z | Compiling camino v1.1.6 |
1814 | 2024-03-26T06:42:00.188Z | Compiling heapless v0.8.0 |
1815 | 2024-03-26T06:42:07.727Z | Compiling num_enum_derive v0.5.11 |
1816 | 2024-03-26T06:42:13.522Z | Compiling thread_local v1.1.7 |
1817 | 2024-03-26T06:42:13.554Z | Compiling atty v0.2.14 |
1818 | 2024-03-26T06:42:14.142Z | Compiling hash32 v0.3.1 |
1819 | 2024-03-26T06:42:14.356Z | Compiling half v2.3.1 |
1820 | 2024-03-26T06:42:14.359Z | Compiling slog-async v2.8.0 |
1821 | 2024-03-26T06:42:14.843Z | Compiling smoltcp v0.11.0 |
1822 | 2024-03-26T06:42:15.091Z | Compiling ciborium-io v0.2.2 |
1823 | 2024-03-26T06:42:15.654Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1824 | 2024-03-26T06:42:16.112Z | Compiling match_cfg v0.1.0 |
1825 | 2024-03-26T06:42:17.217Z | Compiling rustls-pki-types v1.3.0 |
1826 | 2024-03-26T06:42:21.650Z | Compiling hostname v0.3.1 |
1827 | 2024-03-26T06:42:26.559Z | Compiling ciborium-ll v0.2.2 |
1828 | 2024-03-26T06:42:28.365Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1829 | 2024-03-26T06:42:32.239Z | Compiling num_enum v0.5.11 |
1830 | 2024-03-26T06:42:34.935Z | Compiling parking_lot v0.11.2 |
1831 | 2024-03-26T06:42:40.935Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1832 | 2024-03-26T06:42:41.678Z | Compiling slog-json v2.6.1 |
1833 | 2024-03-26T06:42:42.291Z | Compiling getopts v0.2.21 |
1834 | 2024-03-26T06:42:43.177Z | Compiling crossbeam-channel v0.5.8 |
1835 | 2024-03-26T06:42:43.777Z | Compiling dirs-sys-next v0.1.2 |
1836 | 2024-03-26T06:42:44.402Z | Compiling fxhash v0.2.1 |
1837 | 2024-03-26T06:42:44.626Z | Compiling rustls v0.22.2 |
1838 | 2024-03-26T06:42:44.904Z | Compiling unsafe-libyaml v0.2.10 |
1839 | 2024-03-26T06:42:45.461Z | Compiling cobs v0.2.3 |
1840 | 2024-03-26T06:42:45.512Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1841 | 2024-03-26T06:42:45.652Z | Compiling embedded-io v0.4.0 |
1842 | 2024-03-26T06:42:45.891Z | Compiling take_mut v0.2.2 |
1843 | 2024-03-26T06:42:45.913Z | Compiling postcard v1.0.8 |
1844 | 2024-03-26T06:42:46.679Z | Compiling serde_yaml v0.9.25 |
1845 | 2024-03-26T06:42:50.388Z | Compiling sled v0.34.7 |
1846 | 2024-03-26T06:42:50.581Z | Compiling dirs-next v2.0.0 |
1847 | 2024-03-26T06:42:51.629Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1848 | 2024-03-26T06:42:52.355Z | Compiling slog-bunyan v2.5.0 |
1849 | 2024-03-26T06:42:53.631Z | Compiling ciborium v0.2.2 |
1850 | 2024-03-26T06:42:58.703Z | Compiling rustls-webpki v0.102.1 |
1851 | 2024-03-26T06:43:01.106Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1852 | 2024-03-26T06:43:03.571Z | Compiling num_enum_derive v0.7.2 |
1853 | 2024-03-26T06:43:04.771Z | Compiling strum_macros v0.26.1 |
1854 | 2024-03-26T06:43:06.116Z | Compiling structmeta-derive v0.3.0 |
1855 | 2024-03-26T06:43:06.844Z | Compiling foreign-types-macros v0.2.3 |
1856 | 2024-03-26T06:43:06.915Z | Compiling multer v3.0.0 |
1857 | 2024-03-26T06:43:07.058Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1858 | 2024-03-26T06:43:07.230Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1859 | 2024-03-26T06:43:07.392Z | Compiling foreign-types-shared v0.3.1 |
1860 | 2024-03-26T06:43:08.143Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1861 | 2024-03-26T06:43:08.541Z | Compiling paste v1.0.14 |
1862 | 2024-03-26T06:43:09.181Z | Compiling structmeta v0.3.0 |
1863 | 2024-03-26T06:43:09.412Z | Compiling strum v0.26.1 |
1864 | 2024-03-26T06:43:17.016Z | Compiling foreign-types v0.5.0 |
1865 | 2024-03-26T06:43:17.229Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1866 | 2024-03-26T06:43:17.734Z | Compiling num_enum v0.7.2 |
1867 | 2024-03-26T06:43:20.702Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1868 | 2024-03-26T06:43:26.158Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1869 | 2024-03-26T06:43:31.181Z | Compiling term v0.7.0 |
1870 | 2024-03-26T06:43:32.431Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1871 | 2024-03-26T06:43:33.991Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1872 | 2024-03-26T06:43:36.534Z | Compiling tabwriter v1.4.0 |
1873 | 2024-03-26T06:43:37.302Z | Compiling http v1.0.0 |
1874 | 2024-03-26T06:43:37.381Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1875 | 2024-03-26T06:43:37.894Z | Compiling async-stream-impl v0.3.5 |
1876 | 2024-03-26T06:43:38.153Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1877 | 2024-03-26T06:43:38.950Z | Compiling cstr-argument v0.1.2 |
1878 | 2024-03-26T06:43:39.114Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1879 | 2024-03-26T06:43:39.165Z | Compiling pretty-hex v0.2.1 |
1880 | 2024-03-26T06:43:39.196Z | Compiling fastrand v2.0.1 |
1881 | 2024-03-26T06:43:39.381Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1882 | 2024-03-26T06:43:39.403Z | Compiling rayon-core v1.12.1 |
1883 | 2024-03-26T06:43:39.737Z | Compiling crucible-workspace-hack v0.1.0 |
1884 | 2024-03-26T06:43:39.927Z | Compiling atomic-waker v1.1.1 |
1885 | 2024-03-26T06:43:40.068Z | Compiling waitgroup v0.1.2 |
1886 | 2024-03-26T06:43:40.164Z | Compiling tempfile v3.10.0 |
1887 | 2024-03-26T06:43:40.263Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1888 | 2024-03-26T06:43:40.327Z | Compiling async-stream v0.3.5 |
1889 | 2024-03-26T06:43:40.666Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1890 | 2024-03-26T06:43:41.569Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1891 | 2024-03-26T06:43:41.949Z | Compiling slog-term v2.9.0 |
1892 | 2024-03-26T06:43:41.999Z | Compiling tokio-rustls v0.25.0 |
1893 | 2024-03-26T06:43:42.032Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1894 | 2024-03-26T06:43:42.297Z | Compiling parse-display-derive v0.9.0 |
1895 | 2024-03-26T06:43:43.573Z | Compiling toml v0.8.10 |
1896 | 2024-03-26T06:43:43.670Z | Compiling rustls-pemfile v2.1.1 |
1897 | 2024-03-26T06:43:44.446Z | Compiling serde_with_macros v3.6.1 |
1898 | 2024-03-26T06:43:45.124Z | Compiling sha1 v0.10.6 |
1899 | 2024-03-26T06:43:46.043Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1900 | 2024-03-26T06:43:46.299Z | Compiling crossbeam-deque v0.8.3 |
1901 | 2024-03-26T06:43:46.692Z | Compiling colored v2.1.0 |
1902 | 2024-03-26T06:43:47.257Z | Compiling newtype-uuid v1.0.1 |
1903 | 2024-03-26T06:43:47.611Z | Compiling serde_path_to_error v0.1.16 |
1904 | 2024-03-26T06:43:48.072Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1905 | 2024-03-26T06:43:48.087Z | Compiling socket2 v0.4.9 |
1906 | 2024-03-26T06:43:48.556Z | Compiling debug-ignore v1.0.5 |
1907 | 2024-03-26T06:43:48.727Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1908 | 2024-03-26T06:43:48.773Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1909 | 2024-03-26T06:43:48.993Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1910 | 2024-03-26T06:43:49.782Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1911 | 2024-03-26T06:43:50.183Z | Compiling serde_with v3.6.1 |
1912 | 2024-03-26T06:43:53.789Z | Compiling parse-display v0.9.0 |
1913 | 2024-03-26T06:43:54.586Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1914 | 2024-03-26T06:43:55.435Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1915 | 2024-03-26T06:43:55.909Z | Compiling camino-tempfile v1.1.1 |
1916 | 2024-03-26T06:43:56.691Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1917 | 2024-03-26T06:43:56.711Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1918 | 2024-03-26T06:43:56.813Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1919 | 2024-03-26T06:43:56.906Z | Compiling backoff v0.4.0 |
1920 | 2024-03-26T06:43:57.273Z | Compiling heck v0.3.3 |
1921 | 2024-03-26T06:43:57.632Z | Compiling textwrap v0.11.0 |
1922 | 2024-03-26T06:43:58.214Z | Compiling macaddr v1.0.1 |
1923 | 2024-03-26T06:43:58.352Z | Compiling num-derive v0.4.0 |
1924 | 2024-03-26T06:43:58.717Z | Compiling ansi_term v0.12.1 |
1925 | 2024-03-26T06:43:58.838Z | Compiling libefi-sys v0.1.0 |
1926 | 2024-03-26T06:43:58.967Z | Compiling vec_map v0.8.2 |
1927 | 2024-03-26T06:43:59.148Z | Compiling strsim v0.8.0 |
1928 | 2024-03-26T06:43:59.315Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1929 | 2024-03-26T06:43:59.511Z | Compiling clap v2.34.0 |
1930 | 2024-03-26T06:44:00.532Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1931 | 2024-03-26T06:44:00.633Z | Compiling structopt-derive v0.4.18 |
1932 | 2024-03-26T06:44:02.207Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1933 | 2024-03-26T06:44:02.781Z | Compiling rayon v1.9.0 |
1934 | 2024-03-26T06:44:03.318Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1935 | 2024-03-26T06:44:03.378Z | Compiling smf v0.2.2 |
1936 | 2024-03-26T06:44:05.980Z | Compiling blake3 v1.5.0 |
1937 | 2024-03-26T06:44:06.156Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1938 | 2024-03-26T06:44:06.379Z | Compiling portable-atomic v1.4.3 |
1939 | 2024-03-26T06:44:06.721Z | Compiling structopt v0.3.26 |
1940 | 2024-03-26T06:44:06.973Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1941 | 2024-03-26T06:44:07.305Z | Compiling xattr v1.0.1 |
1942 | 2024-03-26T06:44:07.329Z | Compiling filetime v0.2.23 |
1943 | 2024-03-26T06:44:07.607Z | Compiling memmap2 v0.7.1 |
1944 | 2024-03-26T06:44:07.666Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1945 | 2024-03-26T06:44:07.840Z | Compiling constant_time_eq v0.3.0 |
1946 | 2024-03-26T06:44:08.033Z | Compiling arrayvec v0.7.4 |
1947 | 2024-03-26T06:44:08.120Z | Compiling same-file v1.0.6 |
1948 | 2024-03-26T06:44:08.125Z | Compiling arrayref v0.3.7 |
1949 | 2024-03-26T06:44:08.387Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1950 | 2024-03-26T06:44:08.406Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1951 | 2024-03-26T06:44:08.759Z | Compiling walkdir v2.4.0 |
1952 | 2024-03-26T06:44:10.363Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1953 | 2024-03-26T06:44:11.148Z | Compiling tar v0.4.40 |
1954 | 2024-03-26T06:44:11.335Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1955 | 2024-03-26T06:44:11.755Z | Compiling gethostname v0.4.3 |
1956 | 2024-03-26T06:44:12.087Z | Compiling number_prefix v0.4.0 |
1957 | 2024-03-26T06:44:12.355Z | Compiling topological-sort v0.2.2 |
1958 | 2024-03-26T06:44:12.604Z | Compiling omicron-zone-package v0.11.0 |
1959 | 2024-03-26T06:44:12.693Z | Compiling indicatif v0.17.8 |
1960 | 2024-03-26T06:44:13.200Z | Compiling swrite v0.1.0 |
1961 | 2024-03-26T06:44:18.831Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1962 | 2024-03-26T06:44:22.501Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1963 | 2024-03-26T06:44:24.607Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1964 | 2024-03-26T06:44:26.107Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1965 | 2024-03-26T06:44:42.158Z | Finished release [optimized] target(s) in 5m 22s |
1966 | 2024-03-26T06:44:42.403Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1967 | 2024-03-26T06:44:42.470Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1968 | 2024-03-26T06:44:42.485Z | Created new build target 'test' and set it as active |
1969 | 2024-03-26T06:44:42.485Z | |
1970 | 2024-03-26T06:44:42.485Z | real 5:23.040833513 |
1971 | 2024-03-26T06:44:42.485Z | user 34:23.952705116 |
1972 | 2024-03-26T06:44:42.485Z | sys 4:06.063533285 |
1973 | 2024-03-26T06:44:42.486Z | trap 1.030585675 |
1974 | 2024-03-26T06:44:42.486Z | tflt 5.618844294 |
1975 | 2024-03-26T06:44:42.486Z | dflt 3.819241165 |
1976 | 2024-03-26T06:44:42.486Z | kflt 0.157449934 |
1977 | 2024-03-26T06:44:42.486Z | lock 1:14:02.755395411 |
1978 | 2024-03-26T06:44:42.487Z | slp 1:37:45.190630452 |
1979 | 2024-03-26T06:44:42.487Z | lat 2:14.576436606 |
1980 | 2024-03-26T06:44:42.487Z | stop 3:52.738972722 |
1981 | 2024-03-26T06:44:42.487Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1982 | 2024-03-26T06:44:43.237Z | Finished release [optimized] target(s) in 0.72s |
1983 | 2024-03-26T06:44:43.260Z | Running `target/release/omicron-package -t test package` |
1984 | 2024-03-26T06:44:43.289Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1985 | 2024-03-26T06:44:44.100Z | Compiling base64 v0.22.0 |
1986 | 2024-03-26T06:44:44.100Z | Compiling usdt-macro v0.5.0 |
1987 | 2024-03-26T06:44:44.100Z | Compiling usdt-attr-macro v0.5.0 |
1988 | 2024-03-26T06:44:44.103Z | Compiling memmap v0.7.0 |
1989 | 2024-03-26T06:44:44.103Z | Compiling humantime v2.1.0 |
1990 | 2024-03-26T06:44:44.197Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1991 | 2024-03-26T06:44:44.205Z | Compiling linked-hash-map v0.5.6 |
1992 | 2024-03-26T06:44:44.208Z | Compiling password-hash v0.5.0 |
1993 | 2024-03-26T06:44:44.565Z | Compiling lru-cache v0.1.2 |
1994 | 2024-03-26T06:44:44.587Z | Compiling blake2 v0.10.6 |
1995 | 2024-03-26T06:44:44.777Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1996 | 2024-03-26T06:44:45.077Z | Compiling argon2 v0.5.3 |
1997 | 2024-03-26T06:44:45.296Z | Compiling semver v0.1.20 |
1998 | 2024-03-26T06:44:45.501Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1999 | 2024-03-26T06:44:45.607Z | Compiling usdt v0.5.0 |
2000 | 2024-03-26T06:44:45.758Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2001 | 2024-03-26T06:44:45.855Z | Compiling rustc_version v0.1.7 |
2002 | 2024-03-26T06:44:45.928Z | Compiling quick-error v1.2.3 |
2003 | 2024-03-26T06:44:46.085Z | Compiling resolv-conf v0.7.0 |
2004 | 2024-03-26T06:44:46.271Z | Compiling newtype_derive v0.1.6 |
2005 | 2024-03-26T06:44:46.351Z | Compiling termcolor v1.2.0 |
2006 | 2024-03-26T06:44:46.541Z | Compiling trust-dns-resolver v0.22.0 |
2007 | 2024-03-26T06:44:46.749Z | Compiling steno v0.4.0 |
2008 | 2024-03-26T06:44:47.193Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2009 | 2024-03-26T06:44:47.398Z | Compiling itertools v0.12.1 |
2010 | 2024-03-26T06:44:47.709Z | Compiling derive-where v1.2.7 |
2011 | 2024-03-26T06:44:47.787Z | Compiling slog-dtrace v0.3.0 |
2012 | 2024-03-26T06:44:48.091Z | Compiling utf-8 v0.7.6 |
2013 | 2024-03-26T06:44:48.503Z | Compiling num-rational v0.4.1 |
2014 | 2024-03-26T06:44:49.969Z | Compiling nibble_vec v0.1.0 |
2015 | 2024-03-26T06:44:50.209Z | Compiling endian-type v0.1.2 |
2016 | 2024-03-26T06:44:50.449Z | Compiling radium v0.7.0 |
2017 | 2024-03-26T06:44:50.602Z | Compiling radix_trie v0.2.1 |
2018 | 2024-03-26T06:44:51.003Z | Compiling tungstenite v0.20.1 |
2019 | 2024-03-26T06:44:51.015Z | Compiling num-complex v0.4.4 |
2020 | 2024-03-26T06:44:51.534Z | Compiling tap v1.0.1 |
2021 | 2024-03-26T06:44:51.734Z | Compiling maybe-uninit v2.0.0 |
2022 | 2024-03-26T06:44:52.240Z | Compiling tokio-tungstenite v0.20.1 |
2023 | 2024-03-26T06:44:52.287Z | Compiling num v0.4.1 |
2024 | 2024-03-26T06:44:52.495Z | Compiling wyz v0.5.1 |
2025 | 2024-03-26T06:44:52.972Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2026 | 2024-03-26T06:44:53.419Z | Compiling crc-catalog v2.2.0 |
2027 | 2024-03-26T06:44:53.477Z | Compiling cancel-safe-futures v0.1.5 |
2028 | 2024-03-26T06:44:53.561Z | Compiling arc-swap v1.6.0 |
2029 | 2024-03-26T06:44:53.805Z | Compiling packed_struct v0.10.1 |
2030 | 2024-03-26T06:44:53.998Z | Compiling funty v2.0.0 |
2031 | 2024-03-26T06:44:54.225Z | Compiling num-bigint-dig v0.8.4 |
2032 | 2024-03-26T06:44:54.355Z | Compiling slog-scope v4.4.0 |
2033 | 2024-03-26T06:44:54.552Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2034 | 2024-03-26T06:44:55.373Z | Compiling bitvec v1.0.1 |
2035 | 2024-03-26T06:44:56.575Z | Compiling crc v3.0.1 |
2036 | 2024-03-26T06:44:56.719Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2037 | 2024-03-26T06:44:57.330Z | Compiling packed_struct_codegen v0.10.1 |
2038 | 2024-03-26T06:44:59.661Z | Compiling indexmap v1.9.3 |
2039 | 2024-03-26T06:44:59.951Z | Compiling display-error-chain v0.2.0 |
2040 | 2024-03-26T06:44:59.959Z | Compiling nodrop v0.1.14 |
2041 | 2024-03-26T06:45:00.090Z | Compiling array-init v0.0.4 |
2042 | 2024-03-26T06:45:00.524Z | Compiling smallvec v0.6.14 |
2043 | 2024-03-26T06:45:01.370Z | Compiling slog-stdlog v4.1.1 |
2044 | 2024-03-26T06:45:02.311Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2045 | 2024-03-26T06:45:02.690Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2046 | 2024-03-26T06:45:04.552Z | Compiling rayon-core v1.12.1 |
2047 | 2024-03-26T06:45:04.572Z | Compiling pkcs1 v0.7.5 |
2048 | 2024-03-26T06:45:08.733Z | Compiling is-terminal v0.4.9 |
2049 | 2024-03-26T06:45:08.867Z | Compiling crossbeam-deque v0.8.3 |
2050 | 2024-03-26T06:45:09.222Z | Compiling signature v2.1.0 |
2051 | 2024-03-26T06:45:09.473Z | Compiling same-file v1.0.6 |
2052 | 2024-03-26T06:45:09.711Z | Compiling hashbrown v0.12.3 |
2053 | 2024-03-26T06:45:10.275Z | Compiling fastrand v2.0.1 |
2054 | 2024-03-26T06:45:10.770Z | Compiling bitfield v0.14.0 |
2055 | 2024-03-26T06:45:10.783Z | Compiling tempfile v3.10.0 |
2056 | 2024-03-26T06:45:11.056Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2057 | 2024-03-26T06:45:11.563Z | Compiling walkdir v2.4.0 |
2058 | 2024-03-26T06:45:12.174Z | Compiling rsa v0.9.2 |
2059 | 2024-03-26T06:45:13.709Z | Compiling env_logger v0.10.0 |
2060 | 2024-03-26T06:45:13.920Z | Compiling slog-envlogger v2.2.0 |
2061 | 2024-03-26T06:45:16.681Z | Compiling serde-hex v0.1.0 |
2062 | 2024-03-26T06:45:17.555Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2063 | 2024-03-26T06:45:17.662Z | Compiling camino v1.1.6 |
2064 | 2024-03-26T06:45:17.724Z | Compiling x509-cert v0.2.4 |
2065 | 2024-03-26T06:45:17.860Z | Compiling ron v0.8.1 |
2066 | 2024-03-26T06:45:20.312Z | Compiling hashbrown v0.13.2 |
2067 | 2024-03-26T06:45:21.706Z | Compiling semver-parser v0.10.2 |
2068 | 2024-03-26T06:45:21.921Z | Compiling unicase v2.7.0 |
2069 | 2024-03-26T06:45:22.230Z | Compiling crc-any v2.4.3 |
2070 | 2024-03-26T06:45:23.190Z | Compiling semver v0.11.0 |
2071 | 2024-03-26T06:45:23.518Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2072 | 2024-03-26T06:45:23.876Z | Compiling blake3 v1.5.0 |
2073 | 2024-03-26T06:45:24.148Z | Compiling object v0.30.4 |
2074 | 2024-03-26T06:45:24.174Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2075 | 2024-03-26T06:45:25.922Z | Compiling rayon v1.9.0 |
2076 | 2024-03-26T06:45:26.216Z | Compiling dirs-sys-next v0.1.2 |
2077 | 2024-03-26T06:45:26.732Z | Compiling xattr v1.0.1 |
2078 | 2024-03-26T06:45:26.974Z | Compiling filetime v0.2.23 |
2079 | 2024-03-26T06:45:27.272Z | Compiling memmap2 v0.7.1 |
2080 | 2024-03-26T06:45:27.664Z | Compiling arrayvec v0.7.4 |
2081 | 2024-03-26T06:45:28.089Z | Compiling path-slash v0.1.5 |
2082 | 2024-03-26T06:45:28.318Z | Compiling crunchy v0.2.2 |
2083 | 2024-03-26T06:45:28.740Z | Compiling home v0.5.5 |
2084 | 2024-03-26T06:45:28.985Z | Compiling glob v0.3.1 |
2085 | 2024-03-26T06:45:29.787Z | Compiling constant_time_eq v0.3.0 |
2086 | 2024-03-26T06:45:29.940Z | Compiling arrayref v0.3.7 |
2087 | 2024-03-26T06:45:30.058Z | Compiling clang-sys v1.6.1 |
2088 | 2024-03-26T06:45:30.127Z | Compiling toolchain_find v0.2.0 |
2089 | 2024-03-26T06:45:30.714Z | Compiling tar v0.4.40 |
2090 | 2024-03-26T06:45:30.892Z | Compiling dirs-next v2.0.0 |
2091 | 2024-03-26T06:45:31.089Z | Compiling camino-tempfile v1.1.1 |
2092 | 2024-03-26T06:45:31.516Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2093 | 2024-03-26T06:45:31.913Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2094 | 2024-03-26T06:45:32.086Z | Compiling libsw v3.3.1 |
2095 | 2024-03-26T06:45:32.418Z | Compiling toml v0.5.11 |
2096 | 2024-03-26T06:45:32.616Z | Compiling tiny-keccak v2.0.2 |
2097 | 2024-03-26T06:45:32.888Z | Compiling owo-colors v4.0.0 |
2098 | 2024-03-26T06:45:35.775Z | Compiling topological-sort v0.2.2 |
2099 | 2024-03-26T06:45:35.811Z | Compiling prettyplease v0.2.16 |
2100 | 2024-03-26T06:45:35.994Z | Compiling convert_case v0.4.0 |
2101 | 2024-03-26T06:45:36.093Z | Compiling linear-map v1.2.0 |
2102 | 2024-03-26T06:45:36.503Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2103 | 2024-03-26T06:45:36.818Z | Compiling derive_more v0.99.17 |
2104 | 2024-03-26T06:45:37.920Z | Compiling omicron-zone-package v0.11.0 |
2105 | 2024-03-26T06:45:42.470Z | Compiling rustfmt-wrapper v0.2.0 |
2106 | 2024-03-26T06:45:43.128Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2107 | 2024-03-26T06:45:43.352Z | Compiling term v0.7.0 |
2108 | 2024-03-26T06:45:43.750Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2109 | 2024-03-26T06:45:43.784Z | Compiling darling_core v0.14.4 |
2110 | 2024-03-26T06:45:44.144Z | Compiling toml v0.8.10 |
2111 | 2024-03-26T06:45:44.239Z | Compiling ascii-canvas v3.0.0 |
2112 | 2024-03-26T06:45:45.004Z | Compiling pem v3.0.2 |
2113 | 2024-03-26T06:45:45.332Z | Compiling ena v0.14.2 |
2114 | 2024-03-26T06:45:45.718Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2115 | 2024-03-26T06:45:45.744Z | Compiling libloading v0.7.4 |
2116 | 2024-03-26T06:45:46.125Z | Compiling regex-syntax v0.6.29 |
2117 | 2024-03-26T06:45:46.612Z | Compiling platforms v3.0.2 |
2118 | 2024-03-26T06:45:46.927Z | Compiling diff v0.1.13 |
2119 | 2024-03-26T06:45:47.043Z | Compiling bindgen v0.69.2 |
2120 | 2024-03-26T06:45:47.503Z | Compiling mime_guess v2.0.4 |
2121 | 2024-03-26T06:45:48.635Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2122 | 2024-03-26T06:45:49.004Z | Compiling darling_macro v0.14.4 |
2123 | 2024-03-26T06:45:49.978Z | Compiling darling v0.14.4 |
2124 | 2024-03-26T06:45:50.113Z | Compiling lalrpop v0.19.12 |
2125 | 2024-03-26T06:45:53.016Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2126 | 2024-03-26T06:45:53.668Z | Compiling trust-dns-client v0.22.0 |
2127 | 2024-03-26T06:45:54.051Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2128 | 2024-03-26T06:45:54.262Z | Compiling cexpr v0.6.0 |
2129 | 2024-03-26T06:45:54.282Z | Compiling which v4.4.0 |
2130 | 2024-03-26T06:45:55.332Z | Compiling vte_generate_state_changes v0.1.1 |
2131 | 2024-03-26T06:45:55.747Z | Compiling shlex v1.3.0 |
2132 | 2024-03-26T06:45:55.933Z | Compiling rustc-hash v1.1.0 |
2133 | 2024-03-26T06:45:56.088Z | Compiling lazycell v1.3.0 |
2134 | 2024-03-26T06:45:56.131Z | Compiling buf-list v1.0.3 |
2135 | 2024-03-26T06:45:56.252Z | Compiling ref-cast v1.0.20 |
2136 | 2024-03-26T06:45:56.649Z | Compiling doc-comment v0.3.3 |
2137 | 2024-03-26T06:45:56.695Z | Compiling peeking_take_while v0.1.2 |
2138 | 2024-03-26T06:45:57.404Z | Compiling trust-dns-server v0.22.1 |
2139 | 2024-03-26T06:45:58.677Z | Compiling vte v0.11.1 |
2140 | 2024-03-26T06:46:01.261Z | Compiling derive_builder_core v0.12.0 |
2141 | 2024-03-26T06:46:03.999Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2142 | 2024-03-26T06:46:04.290Z | Compiling headers-core v0.2.0 |
2143 | 2024-03-26T06:46:04.460Z | Compiling libxml v0.3.3 |
2144 | 2024-03-26T06:46:04.547Z | Compiling ref-cast-impl v1.0.20 |
2145 | 2024-03-26T06:46:04.829Z | Compiling pin-project-internal v1.1.3 |
2146 | 2024-03-26T06:46:04.989Z | Compiling memoffset v0.7.1 |
2147 | 2024-03-26T06:46:05.357Z | Compiling bytecount v0.6.3 |
2148 | 2024-03-26T06:46:05.639Z | Compiling papergrid v0.11.0 |
2149 | 2024-03-26T06:46:05.953Z | Compiling headers v0.3.9 |
2150 | 2024-03-26T06:46:07.619Z | Compiling pin-project v1.1.3 |
2151 | 2024-03-26T06:46:07.781Z | Compiling curve25519-dalek v4.1.1 |
2152 | 2024-03-26T06:46:09.954Z | Compiling derive_builder_macro v0.12.0 |
2153 | 2024-03-26T06:46:09.981Z | Compiling strip-ansi-escapes v0.2.0 |
2154 | 2024-03-26T06:46:10.710Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2155 | 2024-03-26T06:46:11.413Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2156 | 2024-03-26T06:46:11.773Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2157 | 2024-03-26T06:46:12.851Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2158 | 2024-03-26T06:46:15.147Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2159 | 2024-03-26T06:46:17.918Z | Compiling tabled_derive v0.7.0 |
2160 | 2024-03-26T06:46:18.058Z | Compiling polar-core v0.27.0 |
2161 | 2024-03-26T06:46:19.671Z | Compiling fd-lock v3.0.13 |
2162 | 2024-03-26T06:46:19.902Z | Compiling strum_macros v0.24.3 |
2163 | 2024-03-26T06:46:19.916Z | Compiling kstat-rs v0.2.3 |
2164 | 2024-03-26T06:46:20.181Z | Compiling snafu-derive v0.7.5 |
2165 | 2024-03-26T06:46:20.485Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2166 | 2024-03-26T06:46:20.833Z | Compiling cookie v0.18.0 |
2167 | 2024-03-26T06:46:20.905Z | Compiling fs-err v2.11.0 |
2168 | 2024-03-26T06:46:21.135Z | Compiling indoc v1.0.9 |
2169 | 2024-03-26T06:46:21.198Z | Compiling strum v0.25.0 |
2170 | 2024-03-26T06:46:21.384Z | Compiling nu-ansi-term v0.50.0 |
2171 | 2024-03-26T06:46:22.052Z | Compiling keccak v0.1.4 |
2172 | 2024-03-26T06:46:22.686Z | Compiling sha3 v0.10.8 |
2173 | 2024-03-26T06:46:22.989Z | Compiling reedline v0.30.0 |
2174 | 2024-03-26T06:46:23.537Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2175 | 2024-03-26T06:46:24.038Z | Compiling tabled v0.15.0 |
2176 | 2024-03-26T06:46:25.142Z | Compiling snafu v0.7.5 |
2177 | 2024-03-26T06:46:39.139Z | Compiling derive_builder v0.12.0 |
2178 | 2024-03-26T06:46:40.176Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2179 | 2024-03-26T06:46:42.586Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2180 | 2024-03-26T06:46:44.793Z | Compiling env_logger v0.9.3 |
2181 | 2024-03-26T06:46:46.782Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2182 | 2024-03-26T06:46:47.067Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2183 | 2024-03-26T06:46:47.415Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2184 | 2024-03-26T06:46:47.901Z | Compiling globset v0.4.13 |
2185 | 2024-03-26T06:46:48.308Z | Compiling fd-lock v4.0.2 |
2186 | 2024-03-26T06:46:48.567Z | Compiling olpc-cjson v0.1.3 |
2187 | 2024-03-26T06:46:49.063Z | Compiling universal-hash v0.5.1 |
2188 | 2024-03-26T06:46:49.120Z | Compiling bb8 v0.8.3 |
2189 | 2024-03-26T06:46:49.572Z | Compiling nix v0.27.1 |
2190 | 2024-03-26T06:46:49.650Z | Compiling secrecy v0.8.0 |
2191 | 2024-03-26T06:46:49.914Z | Compiling serde_plain v1.0.2 |
2192 | 2024-03-26T06:46:50.460Z | Compiling quick-xml v0.30.0 |
2193 | 2024-03-26T06:46:52.962Z | Compiling async-recursion v1.0.5 |
2194 | 2024-03-26T06:46:53.932Z | Compiling sqlparser_derive v0.2.2 |
2195 | 2024-03-26T06:46:55.030Z | Compiling curve25519-dalek-derive v0.1.0 |
2196 | 2024-03-26T06:46:55.915Z | Compiling thiserror-impl-no-std v2.0.2 |
2197 | 2024-03-26T06:46:56.400Z | Compiling bitstruct_derive v0.1.0 |
2198 | 2024-03-26T06:46:56.414Z | Compiling nanorand v0.7.0 |
2199 | 2024-03-26T06:46:56.724Z | Compiling oso-derive v0.27.0 |
2200 | 2024-03-26T06:46:57.191Z | Compiling impl-trait-for-tuples v0.2.2 |
2201 | 2024-03-26T06:46:57.642Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2202 | 2024-03-26T06:46:57.701Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2203 | 2024-03-26T06:46:57.781Z | Compiling ascii v1.1.0 |
2204 | 2024-03-26T06:46:58.002Z | Compiling unicode_categories v0.1.1 |
2205 | 2024-03-26T06:46:58.362Z | Compiling typed-path v0.7.0 |
2206 | 2024-03-26T06:46:58.523Z | Compiling signature v1.6.4 |
2207 | 2024-03-26T06:46:58.667Z | Compiling salty v0.2.0 |
2208 | 2024-03-26T06:46:58.694Z | Compiling maplit v1.0.2 |
2209 | 2024-03-26T06:46:59.065Z | Compiling opaque-debug v0.3.0 |
2210 | 2024-03-26T06:46:59.126Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2211 | 2024-03-26T06:46:59.583Z | Compiling poly1305 v0.8.0 |
2212 | 2024-03-26T06:46:59.594Z | Compiling rustyline v13.0.0 |
2213 | 2024-03-26T06:47:00.890Z | Compiling tough v0.16.0 |
2214 | 2024-03-26T06:47:01.681Z | Compiling thiserror-no-std v2.0.2 |
2215 | 2024-03-26T06:47:01.810Z | Compiling ed25519 v1.5.3 |
2216 | 2024-03-26T06:47:02.120Z | Compiling sqlformat v0.2.3 |
2217 | 2024-03-26T06:47:05.311Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2218 | 2024-03-26T06:47:07.362Z | Compiling oso v0.27.0 |
2219 | 2024-03-26T06:47:07.957Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-03-26T06:47:08.246Z | Compiling bitstruct v0.1.1 |
2221 | 2024-03-26T06:47:08.373Z | Compiling flume v0.11.0 |
2222 | 2024-03-26T06:47:13.145Z | Compiling sqlparser v0.43.1 |
2223 | 2024-03-26T06:47:18.824Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2224 | 2024-03-26T06:47:19.189Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2225 | 2024-03-26T06:47:27.096Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2226 | 2024-03-26T06:47:27.665Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2227 | 2024-03-26T06:47:31.252Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2228 | 2024-03-26T06:47:31.263Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2229 | 2024-03-26T06:47:32.768Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2230 | 2024-03-26T06:47:33.102Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2231 | 2024-03-26T06:47:33.382Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2232 | 2024-03-26T06:47:35.134Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2233 | 2024-03-26T06:47:36.356Z | Compiling chacha20 v0.9.1 |
2234 | 2024-03-26T06:47:36.816Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2235 | 2024-03-26T06:47:38.399Z | Compiling aead v0.5.2 |
2236 | 2024-03-26T06:47:38.736Z | Compiling bcs v0.1.6 |
2237 | 2024-03-26T06:47:39.155Z | Compiling serde-big-array v0.5.1 |
2238 | 2024-03-26T06:47:39.407Z | Compiling erased-serde v0.3.31 |
2239 | 2024-03-26T06:47:39.672Z | Compiling serde_arrays v0.1.0 |
2240 | 2024-03-26T06:47:39.861Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2241 | 2024-03-26T06:47:40.745Z | Compiling highway v1.1.0 |
2242 | 2024-03-26T06:47:41.235Z | Compiling parse-size v1.0.0 |
2243 | 2024-03-26T06:47:41.536Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2244 | 2024-03-26T06:47:42.183Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2245 | 2024-03-26T06:47:42.734Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2246 | 2024-03-26T06:47:48.819Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2247 | 2024-03-26T06:47:55.811Z | Compiling chacha20poly1305 v0.10.1 |
2248 | 2024-03-26T06:47:56.073Z | Compiling vsss-rs v3.3.4 |
2249 | 2024-03-26T06:48:05.386Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2250 | 2024-03-26T06:48:05.558Z | Compiling signal-hook-tokio v0.3.1 |
2251 | 2024-03-26T06:48:05.767Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2252 | 2024-03-26T06:48:06.123Z | Compiling castaway v0.2.2 |
2253 | 2024-03-26T06:48:06.315Z | Compiling serde-big-array v0.4.1 |
2254 | 2024-03-26T06:48:06.513Z | Compiling http-range v0.1.5 |
2255 | 2024-03-26T06:48:08.111Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2256 | 2024-03-26T06:48:08.431Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2257 | 2024-03-26T06:48:09.115Z | Compiling hyper-staticfile v0.9.5 |
2258 | 2024-03-26T06:48:12.131Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2259 | 2024-03-26T06:48:12.570Z | Compiling compact_str v0.7.1 |
2260 | 2024-03-26T06:48:18.831Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2261 | 2024-03-26T06:48:18.832Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2262 | 2024-03-26T06:48:18.832Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2263 | 2024-03-26T06:48:18.832Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2264 | 2024-03-26T06:48:23.964Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2265 | 2024-03-26T06:48:31.437Z | Compiling zone_cfg_derive v0.1.2 |
2266 | 2024-03-26T06:48:32.582Z | Compiling tungstenite v0.21.0 |
2267 | 2024-03-26T06:48:32.817Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2268 | 2024-03-26T06:48:32.892Z | Compiling lru v0.12.1 |
2269 | 2024-03-26T06:48:33.098Z | Compiling stability v0.1.1 |
2270 | 2024-03-26T06:48:33.209Z | Compiling cassowary v0.3.0 |
2271 | 2024-03-26T06:48:34.020Z | Compiling base64 v0.13.1 |
2272 | 2024-03-26T06:48:34.848Z | Compiling corncobs v0.1.3 |
2273 | 2024-03-26T06:48:35.229Z | Compiling indoc v2.0.3 |
2274 | 2024-03-26T06:48:36.240Z | Compiling ratatui v0.26.1 |
2275 | 2024-03-26T06:48:37.581Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2276 | 2024-03-26T06:48:38.050Z | Compiling ron v0.7.1 |
2277 | 2024-03-26T06:48:38.053Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2278 | 2024-03-26T06:48:38.397Z | Compiling tokio-tungstenite v0.21.0 |
2279 | 2024-03-26T06:48:39.027Z | Compiling zone v0.1.8 |
2280 | 2024-03-26T06:48:39.423Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2281 | 2024-03-26T06:48:42.655Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2282 | 2024-03-26T06:48:43.723Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2283 | 2024-03-26T06:48:53.893Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2284 | 2024-03-26T06:48:54.076Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2285 | 2024-03-26T06:48:56.582Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2286 | 2024-03-26T06:49:00.863Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2287 | 2024-03-26T06:49:01.156Z | Compiling portpicker v0.1.1 |
2288 | 2024-03-26T06:49:01.681Z | Compiling rand_seeder v0.2.3 |
2289 | 2024-03-26T06:49:02.102Z | Compiling smawk v0.3.1 |
2290 | 2024-03-26T06:49:02.361Z | Compiling unicode-linebreak v0.1.5 |
2291 | 2024-03-26T06:49:02.912Z | Compiling textwrap v0.16.1 |
2292 | 2024-03-26T06:49:06.874Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2293 | 2024-03-26T06:49:12.813Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2294 | 2024-03-26T06:49:20.221Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2295 | 2024-03-26T06:49:22.807Z | Compiling rcgen v0.12.1 |
2296 | 2024-03-26T06:49:25.142Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2297 | 2024-03-26T06:49:25.647Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2298 | 2024-03-26T06:49:31.171Z | Compiling atomicwrites v0.4.3 |
2299 | 2024-03-26T06:49:31.710Z | Compiling fatfs v0.3.6 |
2300 | 2024-03-26T06:49:32.276Z | Compiling subprocess v0.2.9 |
2301 | 2024-03-26T06:49:34.013Z | Compiling rtoolbox v0.0.1 |
2302 | 2024-03-26T06:49:34.126Z | Compiling is_ci v1.2.0 |
2303 | 2024-03-26T06:49:34.424Z | Compiling assert_matches v1.5.0 |
2304 | 2024-03-26T06:49:34.447Z | Compiling supports-color v3.0.0 |
2305 | 2024-03-26T06:49:34.684Z | Compiling rpassword v7.3.1 |
2306 | 2024-03-26T06:49:35.141Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2307 | 2024-03-26T06:49:35.192Z | Compiling tui-tree-widget v0.17.0 |
2308 | 2024-03-26T06:49:35.538Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2309 | 2024-03-26T06:49:37.593Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2310 | 2024-03-26T06:49:40.601Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2311 | 2024-03-26T06:49:40.899Z | Compiling csv-core v0.1.11 |
2312 | 2024-03-26T06:49:41.878Z | Compiling shell-words v1.1.0 |
2313 | 2024-03-26T06:49:42.221Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2314 | 2024-03-26T06:49:42.336Z | Compiling csv v1.3.0 |
2315 | 2024-03-26T06:49:44.568Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2316 | 2024-03-26T06:49:47.516Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2317 | 2024-03-26T06:49:56.964Z | Compiling multimap v0.10.0 |
2318 | 2024-03-26T06:51:40.044Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2319 | 2024-03-26T06:52:06.245Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2320 | 2024-03-26T06:52:21.887Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2321 | 2024-03-26T06:58:27.109Z | Finished release [optimized] target(s) in 13m 43s |
2322 | 2024-03-26T06:59:30.703Z | |
2323 | 2024-03-26T06:59:30.703Z | real 14:48.150965140 |
2324 | 2024-03-26T06:59:30.703Z | user 1:42:47.071114641 |
2325 | 2024-03-26T06:59:30.703Z | sys 4:34.209014854 |
2326 | 2024-03-26T06:59:30.703Z | trap 2.381803358 |
2327 | 2024-03-26T06:59:30.703Z | tflt 1.981070089 |
2328 | 2024-03-26T06:59:30.703Z | dflt 3.420882088 |
2329 | 2024-03-26T06:59:30.708Z | kflt 0.020458989 |
2330 | 2024-03-26T06:59:30.708Z | lock 6:36:51.452954019 |
2331 | 2024-03-26T06:59:30.708Z | slp 4:07:41.348059083 |
2332 | 2024-03-26T06:59:30.708Z | lat 2:25.803694822 |
2333 | 2024-03-26T06:59:30.708Z | stop 58.890531836 |
2334 | 2024-03-26T06:59:30.708Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2335 | 2024-03-26T06:59:30.708Z | + pfexec mkdir -p /work |
2336 | 2024-03-26T06:59:30.708Z | + pfexec chown build /work |
2337 | 2024-03-26T06:59:30.712Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2338 | 2024-03-26T06:59:39.794Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2339 | 2024-03-26T06:59:39.794Z | a out/mg-ddm-gz.tar 51676K |
2340 | 2024-03-26T06:59:39.794Z | a out/omicron-sled-agent.tar 114077K |
2341 | 2024-03-26T06:59:39.794Z | a out/oxlog.tar 6098K |
2342 | 2024-03-26T06:59:39.794Z | a out/target/test 1K |
2343 | 2024-03-26T06:59:39.794Z | a out/npuzone/npuzone 36313K |
2344 | 2024-03-26T06:59:39.794Z | a package-manifest.toml 26K |
2345 | 2024-03-26T06:59:39.794Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2346 | 2024-03-26T06:59:39.794Z | a target/release/omicron-package 39158K |
2347 | 2024-03-26T06:59:39.794Z | a tools/create_virtual_hardware.sh 4K |
2348 | 2024-03-26T06:59:39.794Z | a tools/virtual_hardware.sh 4K |
2349 | 2024-03-26T06:59:39.794Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2350 | 2024-03-26T06:59:39.794Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2351 | 2024-03-26T06:59:39.794Z | a tools/scrimlet/softnpu-init.sh 3K |
2352 | 2024-03-26T06:59:39.794Z | a tools/scrimlet/softnpu-zone.txt 1K |
2353 | 2024-03-26T06:59:39.794Z | a tools/scrimlet/softnpu.toml 1K |
2354 | 2024-03-26T06:59:39.798Z | |
2355 | 2024-03-26T06:59:39.798Z | real 9.082537236 |
2356 | 2024-03-26T06:59:39.798Z | user 8.785117718 |
2357 | 2024-03-26T06:59:39.798Z | sys 0.565905321 |
2358 | 2024-03-26T06:59:39.798Z | trap 0.001405502 |
2359 | 2024-03-26T06:59:39.798Z | tflt 0.000000000 |
2360 | 2024-03-26T06:59:39.798Z | dflt 0.000000000 |
2361 | 2024-03-26T06:59:39.798Z | kflt 0.000000000 |
2362 | 2024-03-26T06:59:39.798Z | lock 0.000000000 |
2363 | 2024-03-26T06:59:39.798Z | slp 8.604914891 |
2364 | 2024-03-26T06:59:39.798Z | lat 0.204732948 |
2365 | 2024-03-26T06:59:39.798Z | stop 0.000180256 |
2366 | 2024-03-26T06:59:39.798Z | ++ pwd |
2367 | 2024-03-26T06:59:39.798Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2368 | 2024-03-26T06:59:39.798Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2369 | 2024-03-26T06:59:39.801Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2370 | 2024-03-26T06:59:40.581Z | Finished release [optimized] target(s) in 0.73s |
2371 | 2024-03-26T06:59:40.610Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2372 | 2024-03-26T06:59:40.634Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2373 | 2024-03-26T06:59:40.638Z | Created new build target 'host' and set it as active |
2374 | 2024-03-26T06:59:40.638Z | |
2375 | 2024-03-26T06:59:40.638Z | real 0.833398303 |
2376 | 2024-03-26T06:59:40.638Z | user 0.540021894 |
2377 | 2024-03-26T06:59:40.638Z | sys 0.272283633 |
2378 | 2024-03-26T06:59:40.638Z | trap 0.000106091 |
2379 | 2024-03-26T06:59:40.639Z | tflt 0.000000000 |
2380 | 2024-03-26T06:59:40.639Z | dflt 0.000000000 |
2381 | 2024-03-26T06:59:40.639Z | kflt 0.000000000 |
2382 | 2024-03-26T06:59:40.639Z | lock 0.022904521 |
2383 | 2024-03-26T06:59:40.639Z | slp 0.106443463 |
2384 | 2024-03-26T06:59:40.639Z | lat 0.003661711 |
2385 | 2024-03-26T06:59:40.639Z | stop 0.000263650 |
2386 | 2024-03-26T06:59:40.639Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2387 | 2024-03-26T06:59:41.391Z | Finished release [optimized] target(s) in 0.70s |
2388 | 2024-03-26T06:59:41.413Z | Running `target/release/omicron-package -t host package` |
2389 | 2024-03-26T06:59:41.449Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2390 | 2024-03-26T06:59:42.225Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2391 | 2024-03-26T07:02:05.063Z | Finished release [optimized] target(s) in 2m 23s |
2392 | 2024-03-26T07:02:42.413Z | |
2393 | 2024-03-26T07:02:42.416Z | real 3:01.751691202 |
2394 | 2024-03-26T07:02:42.417Z | user 13:45.263791297 |
2395 | 2024-03-26T07:02:42.417Z | sys 40.848186129 |
2396 | 2024-03-26T07:02:42.417Z | trap 0.243674740 |
2397 | 2024-03-26T07:02:42.417Z | tflt 0.021869415 |
2398 | 2024-03-26T07:02:42.417Z | dflt 7.370752983 |
2399 | 2024-03-26T07:02:42.417Z | kflt 0.302053831 |
2400 | 2024-03-26T07:02:42.417Z | lock 1:13:06.412225280 |
2401 | 2024-03-26T07:02:42.417Z | slp 12:21.452436186 |
2402 | 2024-03-26T07:02:42.417Z | lat 6.884308875 |
2403 | 2024-03-26T07:02:42.417Z | stop 2.166673123 |
2404 | 2024-03-26T07:02:42.417Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2405 | 2024-03-26T07:02:42.417Z | + for package in "$@" |
2406 | 2024-03-26T07:02:42.418Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2407 | 2024-03-26T07:02:42.418Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git6a6bc4aa0e7 |
2408 | 2024-03-26T07:02:43.187Z | Finished release [optimized] target(s) in 0.71s |
2409 | 2024-03-26T07:02:43.203Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git6a6bc4aa0e7` |
2410 | 2024-03-26T07:02:43.641Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2411 | 2024-03-26T07:02:44.054Z | Created: out/versioned/omicron-sled-agent.tar |
2412 | 2024-03-26T07:02:44.054Z | + for package in "$@" |
2413 | 2024-03-26T07:02:44.054Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2414 | 2024-03-26T07:02:44.054Z | + echo 0.0.0 |
2415 | 2024-03-26T07:02:44.054Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2416 | 2024-03-26T07:02:44.055Z | a VERSION 1K |
2417 | 2024-03-26T07:02:44.055Z | + rm VERSION |
2418 | 2024-03-26T07:02:44.055Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6a6bc4aa0e7 |
2419 | 2024-03-26T07:02:44.176Z | Finished release [optimized] target(s) in 0.70s |
2420 | 2024-03-26T07:02:44.198Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6a6bc4aa0e7` |
2421 | 2024-03-26T07:02:44.229Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2422 | 2024-03-26T07:02:44.329Z | Created: out/versioned/mg-ddm-gz.tar |
2423 | 2024-03-26T07:02:44.332Z | + for package in "$@" |
2424 | 2024-03-26T07:02:44.332Z | + [[ propolis-server == mg-ddm-gz ]] |
2425 | 2024-03-26T07:02:44.332Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git6a6bc4aa0e7 |
2426 | 2024-03-26T07:02:45.112Z | Finished release [optimized] target(s) in 0.73s |
2427 | 2024-03-26T07:02:45.140Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git6a6bc4aa0e7` |
2428 | 2024-03-26T07:02:45.166Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2429 | 2024-03-26T07:02:46.232Z | Created: out/versioned/propolis-server.tar.gz |
2430 | 2024-03-26T07:02:46.236Z | + for package in "$@" |
2431 | 2024-03-26T07:02:46.236Z | + [[ overlay == mg-ddm-gz ]] |
2432 | 2024-03-26T07:02:46.236Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git6a6bc4aa0e7 |
2433 | 2024-03-26T07:02:46.988Z | Finished release [optimized] target(s) in 0.70s |
2434 | 2024-03-26T07:02:47.010Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git6a6bc4aa0e7` |
2435 | 2024-03-26T07:02:47.041Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2436 | 2024-03-26T07:02:47.044Z | Created: out/versioned/overlay.tar.gz |
2437 | 2024-03-26T07:02:47.045Z | + for package in "$@" |
2438 | 2024-03-26T07:02:47.045Z | + [[ oxlog == mg-ddm-gz ]] |
2439 | 2024-03-26T07:02:47.045Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git6a6bc4aa0e7 |
2440 | 2024-03-26T07:02:47.811Z | Finished release [optimized] target(s) in 0.71s |
2441 | 2024-03-26T07:02:47.828Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git6a6bc4aa0e7` |
2442 | 2024-03-26T07:02:47.859Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2443 | 2024-03-26T07:02:47.874Z | Created: out/versioned/oxlog.tar |
2444 | 2024-03-26T07:02:47.878Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2445 | 2024-03-26T07:02:47.886Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2446 | 2024-03-26T07:02:47.891Z | ++ cd -- ./tools |
2447 | 2024-03-26T07:02:47.891Z | ++ pwd |
2448 | 2024-03-26T07:02:47.891Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2449 | 2024-03-26T07:02:47.891Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2450 | 2024-03-26T07:02:48.036Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2451 | 2024-03-26T07:02:48.039Z | ++ readlink -f /work |
2452 | 2024-03-26T07:02:48.039Z | + out_dir=/work |
2453 | 2024-03-26T07:02:48.039Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2454 | 2024-03-26T07:02:48.040Z | + for dep in "${deps[@]}" |
2455 | 2024-03-26T07:02:48.040Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2456 | 2024-03-26T07:02:48.040Z | + for dep in "${deps[@]}" |
2457 | 2024-03-26T07:02:48.040Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2458 | 2024-03-26T07:02:48.040Z | + for dep in "${deps[@]}" |
2459 | 2024-03-26T07:02:48.040Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2460 | 2024-03-26T07:02:48.040Z | + for dep in "${deps[@]}" |
2461 | 2024-03-26T07:02:48.040Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2462 | 2024-03-26T07:02:48.040Z | + for dep in "${deps[@]}" |
2463 | 2024-03-26T07:02:48.040Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2464 | 2024-03-26T07:02:48.043Z | ++ mktemp -d |
2465 | 2024-03-26T07:02:48.043Z | + tmp_gz=/tmp/tmp.qgaq1h |
2466 | 2024-03-26T07:02:48.043Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2467 | 2024-03-26T07:02:48.043Z | + echo '{"v":"1","t":"layer"}' |
2468 | 2024-03-26T07:02:48.043Z | + pkg_dir=/tmp/tmp.qgaq1h/root/opt/oxide/sled-agent |
2469 | 2024-03-26T07:02:48.043Z | + mkdir -p /tmp/tmp.qgaq1h/root/opt/oxide/sled-agent |
2470 | 2024-03-26T07:02:48.046Z | + cd /tmp/tmp.qgaq1h/root/opt/oxide/sled-agent |
2471 | 2024-03-26T07:02:48.046Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2472 | 2024-03-26T07:02:48.130Z | x ., 0 bytes, 0 tape blocks |
2473 | 2024-03-26T07:02:48.130Z | x zone-bundle, 35997632 bytes, 70308 tape blocks |
2474 | 2024-03-26T07:02:48.130Z | x sled-agent, 80791208 bytes, 157796 tape blocks |
2475 | 2024-03-26T07:02:48.130Z | x pkg, 0 bytes, 0 tape blocks |
2476 | 2024-03-26T07:02:48.130Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2477 | 2024-03-26T07:02:48.130Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2478 | 2024-03-26T07:02:48.130Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2479 | 2024-03-26T07:02:48.130Z | x VERSION, 25 bytes, 1 tape blocks |
2480 | 2024-03-26T07:02:48.142Z | + mkdir -p /tmp/tmp.qgaq1h/root/lib/svc/manifest/site/ |
2481 | 2024-03-26T07:02:48.142Z | + mv pkg/manifest.xml /tmp/tmp.qgaq1h/root/lib/svc/manifest/site/sled-agent.xml |
2482 | 2024-03-26T07:02:48.142Z | + cd - |
2483 | 2024-03-26T07:02:48.142Z | /work/oxidecomputer/omicron |
2484 | 2024-03-26T07:02:48.142Z | + pkg_dir=/tmp/tmp.qgaq1h/root/opt/oxide/mg-ddm |
2485 | 2024-03-26T07:02:48.143Z | + mkdir -p /tmp/tmp.qgaq1h/root/opt/oxide/mg-ddm |
2486 | 2024-03-26T07:02:48.143Z | + cd /tmp/tmp.qgaq1h/root/opt/oxide/mg-ddm |
2487 | 2024-03-26T07:02:48.143Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2488 | 2024-03-26T07:02:48.180Z | x ., 0 bytes, 0 tape blocks |
2489 | 2024-03-26T07:02:48.180Z | x ddmadm, 20600720 bytes, 40236 tape blocks |
2490 | 2024-03-26T07:02:48.180Z | x ddmd, 32301744 bytes, 63090 tape blocks |
2491 | 2024-03-26T07:02:48.181Z | x pkg, 0 bytes, 0 tape blocks |
2492 | 2024-03-26T07:02:48.181Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2493 | 2024-03-26T07:02:48.181Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2494 | 2024-03-26T07:02:48.181Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2495 | 2024-03-26T07:02:48.182Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2496 | 2024-03-26T07:02:48.182Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2497 | 2024-03-26T07:02:48.182Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2498 | 2024-03-26T07:02:48.183Z | x VERSION, 25 bytes, 1 tape blocks |
2499 | 2024-03-26T07:02:48.189Z | + cd - |
2500 | 2024-03-26T07:02:48.189Z | + pkg_dir=/tmp/tmp.qgaq1h/root/opt/oxide/oxlog |
2501 | 2024-03-26T07:02:48.190Z | /work/oxidecomputer/omicron |
2502 | 2024-03-26T07:02:48.190Z | + mkdir -p /tmp/tmp.qgaq1h/root/opt/oxide/oxlog |
2503 | 2024-03-26T07:02:48.190Z | + cd /tmp/tmp.qgaq1h/root/opt/oxide/oxlog |
2504 | 2024-03-26T07:02:48.191Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2505 | 2024-03-26T07:02:48.191Z | x ., 0 bytes, 0 tape blocks |
2506 | 2024-03-26T07:02:48.191Z | x oxlog, 6241392 bytes, 12191 tape blocks |
2507 | 2024-03-26T07:02:48.192Z | x VERSION, 25 bytes, 1 tape blocks |
2508 | 2024-03-26T07:02:48.192Z | + cd - |
2509 | 2024-03-26T07:02:48.192Z | /work/oxidecomputer/omicron |
2510 | 2024-03-26T07:02:48.192Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.qgaq1h/root/opt/oxide |
2511 | 2024-03-26T07:02:48.262Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.qgaq1h/root/opt/oxide |
2512 | 2024-03-26T07:02:48.266Z | + cd /tmp/tmp.qgaq1h |
2513 | 2024-03-26T07:02:48.266Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2514 | 2024-03-26T07:02:56.107Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2515 | 2024-03-26T07:02:56.107Z | a oxide.json 1K |
2516 | 2024-03-26T07:02:56.107Z | a root/ 0K |
2517 | 2024-03-26T07:02:56.107Z | a root/opt/ 0K |
2518 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/ 0K |
2519 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/sled-agent/ 0K |
2520 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/sled-agent/zone-bundle 35154K |
2521 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/sled-agent/sled-agent 78898K |
2522 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2523 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2524 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2525 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/sled-agent/VERSION 1K |
2526 | 2024-03-26T07:02:56.107Z | a root/opt/oxide/mg-ddm/ 0K |
2527 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/ddmadm 20118K |
2528 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/ddmd 31545K |
2529 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2530 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2531 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2532 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2533 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2534 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2535 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2536 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2537 | 2024-03-26T07:02:56.108Z | a root/opt/oxide/oxlog/ 0K |
2538 | 2024-03-26T07:02:56.109Z | a root/opt/oxide/oxlog/oxlog 6096K |
2539 | 2024-03-26T07:02:56.109Z | a root/opt/oxide/oxlog/VERSION 1K |
2540 | 2024-03-26T07:02:56.109Z | a root/opt/oxide/propolis-server.tar.gz 64808K |
2541 | 2024-03-26T07:02:56.109Z | a root/opt/oxide/overlay.tar.gz 3K |
2542 | 2024-03-26T07:02:56.109Z | a root/lib/ 0K |
2543 | 2024-03-26T07:02:56.109Z | a root/lib/svc/ 0K |
2544 | 2024-03-26T07:02:56.109Z | a root/lib/svc/manifest/ 0K |
2545 | 2024-03-26T07:02:56.109Z | a root/lib/svc/manifest/site/ 0K |
2546 | 2024-03-26T07:02:56.109Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2547 | 2024-03-26T07:02:56.114Z | + cd / |
2548 | 2024-03-26T07:02:56.114Z | + rm -rf /tmp/tmp.qgaq1h |
2549 | 2024-03-26T07:02:56.134Z | |
2550 | 2024-03-26T07:02:56.135Z | real 8.254240412 |
2551 | 2024-03-26T07:02:56.135Z | user 7.587671504 |
2552 | 2024-03-26T07:02:56.135Z | sys 0.550669543 |
2553 | 2024-03-26T07:02:56.135Z | trap 0.001142925 |
2554 | 2024-03-26T07:02:56.135Z | tflt 0.000000000 |
2555 | 2024-03-26T07:02:56.135Z | dflt 0.000000000 |
2556 | 2024-03-26T07:02:56.135Z | kflt 0.000000000 |
2557 | 2024-03-26T07:02:56.135Z | lock 0.000000000 |
2558 | 2024-03-26T07:02:56.135Z | slp 16.006373357 |
2559 | 2024-03-26T07:02:56.135Z | lat 0.187111693 |
2560 | 2024-03-26T07:02:56.135Z | stop 0.000211722 |
2561 | 2024-03-26T07:02:56.138Z | + mkdir -p /work/zones |
2562 | 2024-03-26T07:02:56.138Z | + 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) |
2563 | 2024-03-26T07:02:56.138Z | + 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/ |
2564 | 2024-03-26T07:02:58.727Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2565 | 2024-03-26T07:02:59.546Z | Finished release [optimized] target(s) in 0.76s |
2566 | 2024-03-26T07:02:59.581Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2567 | 2024-03-26T07:02:59.599Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2568 | 2024-03-26T07:02:59.603Z | Created new build target 'recovery' and set it as active |
2569 | 2024-03-26T07:02:59.603Z | |
2570 | 2024-03-26T07:02:59.603Z | real 0.870583017 |
2571 | 2024-03-26T07:02:59.603Z | user 0.564949089 |
2572 | 2024-03-26T07:02:59.603Z | sys 0.279372071 |
2573 | 2024-03-26T07:02:59.603Z | trap 0.000498251 |
2574 | 2024-03-26T07:02:59.603Z | tflt 0.000010908 |
2575 | 2024-03-26T07:02:59.603Z | dflt 0.006014364 |
2576 | 2024-03-26T07:02:59.603Z | kflt 0.000000000 |
2577 | 2024-03-26T07:02:59.603Z | lock 0.023046338 |
2578 | 2024-03-26T07:02:59.604Z | slp 0.105660950 |
2579 | 2024-03-26T07:02:59.604Z | lat 0.005865987 |
2580 | 2024-03-26T07:02:59.604Z | stop 0.000273390 |
2581 | 2024-03-26T07:02:59.604Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2582 | 2024-03-26T07:03:00.373Z | Finished release [optimized] target(s) in 0.72s |
2583 | 2024-03-26T07:03:00.395Z | Running `target/release/omicron-package -t recovery package` |
2584 | 2024-03-26T07:03:00.425Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2585 | 2024-03-26T07:03:01.115Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2586 | 2024-03-26T07:03:03.500Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2587 | 2024-03-26T07:03:22.225Z | Finished release [optimized] target(s) in 21.74s |
2588 | 2024-03-26T07:03:37.956Z | |
2589 | 2024-03-26T07:03:37.959Z | real 38.344126313 |
2590 | 2024-03-26T07:03:37.959Z | user 1:37.677488846 |
2591 | 2024-03-26T07:03:37.959Z | sys 6.840440391 |
2592 | 2024-03-26T07:03:37.959Z | trap 0.064390091 |
2593 | 2024-03-26T07:03:37.959Z | tflt 0.058594357 |
2594 | 2024-03-26T07:03:37.959Z | dflt 0.351503927 |
2595 | 2024-03-26T07:03:37.959Z | kflt 0.000007498 |
2596 | 2024-03-26T07:03:37.960Z | lock 12:23.681580803 |
2597 | 2024-03-26T07:03:37.960Z | slp 1:37.870660948 |
2598 | 2024-03-26T07:03:37.960Z | lat 1.471669477 |
2599 | 2024-03-26T07:03:37.960Z | stop 0.580815041 |
2600 | 2024-03-26T07:03:37.960Z | + stamp_packages installinator mg-ddm-gz |
2601 | 2024-03-26T07:03:37.960Z | + for package in "$@" |
2602 | 2024-03-26T07:03:37.960Z | + [[ installinator == mg-ddm-gz ]] |
2603 | 2024-03-26T07:03:37.960Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git6a6bc4aa0e7 |
2604 | 2024-03-26T07:03:38.726Z | Finished release [optimized] target(s) in 0.72s |
2605 | 2024-03-26T07:03:38.747Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git6a6bc4aa0e7` |
2606 | 2024-03-26T07:03:38.778Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2607 | 2024-03-26T07:03:39.260Z | Created: out/versioned/installinator.tar |
2608 | 2024-03-26T07:03:39.276Z | + for package in "$@" |
2609 | 2024-03-26T07:03:39.276Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2610 | 2024-03-26T07:03:39.276Z | + echo 0.0.0 |
2611 | 2024-03-26T07:03:39.276Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2612 | 2024-03-26T07:03:39.276Z | a VERSION 1K |
2613 | 2024-03-26T07:03:39.276Z | + rm VERSION |
2614 | 2024-03-26T07:03:39.276Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6a6bc4aa0e7 |
2615 | 2024-03-26T07:03:39.621Z | Finished release [optimized] target(s) in 0.72s |
2616 | 2024-03-26T07:03:39.650Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6a6bc4aa0e7` |
2617 | 2024-03-26T07:03:39.682Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2618 | 2024-03-26T07:03:39.764Z | Created: out/versioned/mg-ddm-gz.tar |
2619 | 2024-03-26T07:03:39.771Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2620 | 2024-03-26T07:03:39.779Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2621 | 2024-03-26T07:03:39.780Z | ++ cd -- ./tools |
2622 | 2024-03-26T07:03:39.780Z | ++ pwd |
2623 | 2024-03-26T07:03:39.780Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2624 | 2024-03-26T07:03:39.788Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2625 | 2024-03-26T07:03:39.788Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2626 | 2024-03-26T07:03:39.788Z | ++ readlink -f /work |
2627 | 2024-03-26T07:03:39.788Z | + out_dir=/work |
2628 | 2024-03-26T07:03:39.788Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2629 | 2024-03-26T07:03:39.789Z | + for dep in "${deps[@]}" |
2630 | 2024-03-26T07:03:39.789Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2631 | 2024-03-26T07:03:39.789Z | + for dep in "${deps[@]}" |
2632 | 2024-03-26T07:03:39.789Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2633 | 2024-03-26T07:03:39.789Z | ++ mktemp -d |
2634 | 2024-03-26T07:03:39.798Z | + tmp_trampoline=/tmp/tmp.QUa45h |
2635 | 2024-03-26T07:03:39.798Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2636 | 2024-03-26T07:03:39.799Z | + echo '{"v":"1","t":"layer"}' |
2637 | 2024-03-26T07:03:39.799Z | + pkg_dir=/tmp/tmp.QUa45h/root/opt/oxide/installinator |
2638 | 2024-03-26T07:03:39.799Z | + mkdir -p /tmp/tmp.QUa45h/root/opt/oxide/installinator |
2639 | 2024-03-26T07:03:39.799Z | + cd /tmp/tmp.QUa45h/root/opt/oxide/installinator |
2640 | 2024-03-26T07:03:39.799Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2641 | 2024-03-26T07:03:39.823Z | x ., 0 bytes, 0 tape blocks |
2642 | 2024-03-26T07:03:39.823Z | x installinator, 47062520 bytes, 91919 tape blocks |
2643 | 2024-03-26T07:03:39.823Z | x pkg, 0 bytes, 0 tape blocks |
2644 | 2024-03-26T07:03:39.824Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2645 | 2024-03-26T07:03:39.824Z | x VERSION, 25 bytes, 1 tape blocks |
2646 | 2024-03-26T07:03:39.830Z | + mkdir -p /tmp/tmp.QUa45h/root/lib/svc/manifest/site/ |
2647 | 2024-03-26T07:03:39.830Z | + mv pkg/manifest.xml /tmp/tmp.QUa45h/root/lib/svc/manifest/site/installinator.xml |
2648 | 2024-03-26T07:03:39.830Z | + cd - |
2649 | 2024-03-26T07:03:39.830Z | /work/oxidecomputer/omicron |
2650 | 2024-03-26T07:03:39.830Z | + pkg_dir=/tmp/tmp.QUa45h/root/opt/oxide/mg-ddm |
2651 | 2024-03-26T07:03:39.830Z | + mkdir -p /tmp/tmp.QUa45h/root/opt/oxide/mg-ddm |
2652 | 2024-03-26T07:03:39.831Z | + cd /tmp/tmp.QUa45h/root/opt/oxide/mg-ddm |
2653 | 2024-03-26T07:03:39.831Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2654 | 2024-03-26T07:03:39.869Z | x ., 0 bytes, 0 tape blocks |
2655 | 2024-03-26T07:03:39.870Z | x ddmadm, 20600720 bytes, 40236 tape blocks |
2656 | 2024-03-26T07:03:39.870Z | x ddmd, 32301744 bytes, 63090 tape blocks |
2657 | 2024-03-26T07:03:39.870Z | x pkg, 0 bytes, 0 tape blocks |
2658 | 2024-03-26T07:03:39.870Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2659 | 2024-03-26T07:03:39.870Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2660 | 2024-03-26T07:03:39.870Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2661 | 2024-03-26T07:03:39.870Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2662 | 2024-03-26T07:03:39.870Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2663 | 2024-03-26T07:03:39.870Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2664 | 2024-03-26T07:03:39.870Z | x VERSION, 25 bytes, 1 tape blocks |
2665 | 2024-03-26T07:03:39.878Z | + cd - |
2666 | 2024-03-26T07:03:39.879Z | /work/oxidecomputer/omicron |
2667 | 2024-03-26T07:03:39.879Z | + cd /tmp/tmp.QUa45h |
2668 | 2024-03-26T07:03:39.879Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2669 | 2024-03-26T07:03:43.453Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2670 | 2024-03-26T07:03:43.454Z | a oxide.json 1K |
2671 | 2024-03-26T07:03:43.454Z | a root/ 0K |
2672 | 2024-03-26T07:03:43.454Z | a root/opt/ 0K |
2673 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/ 0K |
2674 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/installinator/ 0K |
2675 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/installinator/installinator 45960K |
2676 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/installinator/pkg/ 0K |
2677 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/installinator/VERSION 1K |
2678 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/ 0K |
2679 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/ddmadm 20118K |
2680 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/ddmd 31545K |
2681 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2682 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2683 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2684 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2685 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2686 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2687 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2688 | 2024-03-26T07:03:43.454Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2689 | 2024-03-26T07:03:43.454Z | a root/lib/ 0K |
2690 | 2024-03-26T07:03:43.454Z | a root/lib/svc/ 0K |
2691 | 2024-03-26T07:03:43.455Z | a root/lib/svc/manifest/ 0K |
2692 | 2024-03-26T07:03:43.455Z | a root/lib/svc/manifest/site/ 0K |
2693 | 2024-03-26T07:03:43.455Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2694 | 2024-03-26T07:03:43.459Z | + cd / |
2695 | 2024-03-26T07:03:43.459Z | + rm -rf /tmp/tmp.QUa45h |
2696 | 2024-03-26T07:03:43.468Z | |
2697 | 2024-03-26T07:03:43.471Z | real 3.700284886 |
2698 | 2024-03-26T07:03:43.471Z | user 3.499121080 |
2699 | 2024-03-26T07:03:43.471Z | sys 0.213780183 |
2700 | 2024-03-26T07:03:43.471Z | trap 0.000302575 |
2701 | 2024-03-26T07:03:43.471Z | tflt 0.000000000 |
2702 | 2024-03-26T07:03:43.471Z | dflt 0.000000000 |
2703 | 2024-03-26T07:03:43.471Z | kflt 0.000000000 |
2704 | 2024-03-26T07:03:43.472Z | lock 0.000000000 |
2705 | 2024-03-26T07:03:43.472Z | slp 7.186700727 |
2706 | 2024-03-26T07:03:43.472Z | lat 0.074785023 |
2707 | 2024-03-26T07:03:43.472Z | stop 0.000203676 |
2708 | 2024-03-26T07:03:43.472Z | process exited: duration 1607140 ms, exit code 0 |
|
2709 | 2024-03-26T07:03:43.480Z | found 22 output files |
2710 | 2024-03-26T07:03:43.480Z | uploading: /work/version.txt (26 bytes) |
2711 | 2024-03-26T07:03:44.509Z | uploaded: /work/version.txt |
2712 | 2024-03-26T07:03:44.510Z | uploading: /work/package.tar.gz (78799625 bytes) |
2713 | 2024-03-26T07:04:12.162Z | uploaded: /work/package.tar.gz |
2714 | 2024-03-26T07:04:12.162Z | uploading: /work/global-zone-packages.tar.gz (120827902 bytes) |
2715 | 2024-03-26T07:04:48.264Z | uploaded: /work/global-zone-packages.tar.gz |
2716 | 2024-03-26T07:04:48.264Z | uploading: /work/trampoline-global-zone-packages.tar.gz (31775568 bytes) |
2717 | 2024-03-26T07:05:01.019Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2718 | 2024-03-26T07:05:01.019Z | uploading: /work/zones/clickhouse.tar.gz (231155780 bytes) |
2719 | 2024-03-26T07:06:28.000Z | uploaded: /work/zones/clickhouse.tar.gz |
2720 | 2024-03-26T07:06:28.000Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231126500 bytes) |
2721 | 2024-03-26T07:08:11.178Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2722 | 2024-03-26T07:08:11.261Z | uploading: /work/zones/cockroachdb.tar.gz (126643673 bytes) |
2723 | 2024-03-26T07:08:59.735Z | uploaded: /work/zones/cockroachdb.tar.gz |
2724 | 2024-03-26T07:08:59.736Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25272344 bytes) |
2725 | 2024-03-26T07:09:09.403Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2726 | 2024-03-26T07:09:09.403Z | uploading: /work/zones/crucible-zone.tar.gz (36978864 bytes) |
2727 | 2024-03-26T07:09:22.916Z | uploaded: /work/zones/crucible-zone.tar.gz |
2728 | 2024-03-26T07:09:22.916Z | uploading: /work/zones/external-dns.tar.gz (31002482 bytes) |
2729 | 2024-03-26T07:09:32.667Z | uploaded: /work/zones/external-dns.tar.gz |
2730 | 2024-03-26T07:09:32.667Z | uploading: /work/zones/internal-dns.tar.gz (31000286 bytes) |
2731 | 2024-03-26T07:09:45.219Z | uploaded: /work/zones/internal-dns.tar.gz |
2732 | 2024-03-26T07:09:45.219Z | uploading: /work/zones/nexus-single-sled.tar.gz (91661969 bytes) |
2733 | 2024-03-26T07:10:23.767Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2734 | 2024-03-26T07:10:23.776Z | uploading: /work/zones/nexus.tar.gz (91666157 bytes) |
2735 | 2024-03-26T07:10:54.147Z | uploaded: /work/zones/nexus.tar.gz |
2736 | 2024-03-26T07:10:54.147Z | uploading: /work/zones/ntp.tar.gz (10419147 bytes) |
2737 | 2024-03-26T07:10:58.829Z | uploaded: /work/zones/ntp.tar.gz |
2738 | 2024-03-26T07:10:58.856Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16497671 bytes) |
2739 | 2024-03-26T07:11:14.841Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2740 | 2024-03-26T07:11:14.841Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16496366 bytes) |
2741 | 2024-03-26T07:11:21.887Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2742 | 2024-03-26T07:11:21.888Z | uploading: /work/zones/overlay.tar.gz (2621 bytes) |
2743 | 2024-03-26T07:11:22.929Z | uploaded: /work/zones/overlay.tar.gz |
2744 | 2024-03-26T07:11:22.929Z | uploading: /work/zones/oximeter.tar.gz (48008601 bytes) |
2745 | 2024-03-26T07:11:39.428Z | uploaded: /work/zones/oximeter.tar.gz |
2746 | 2024-03-26T07:11:39.429Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2747 | 2024-03-26T07:11:40.942Z | uploaded: /work/zones/probe.tar.gz |
2748 | 2024-03-26T07:11:40.943Z | uploading: /work/zones/propolis-server.tar.gz (66360059 bytes) |
2749 | 2024-03-26T07:12:02.129Z | uploaded: /work/zones/propolis-server.tar.gz |
2750 | 2024-03-26T07:12:02.130Z | uploading: /work/zones/switch-asic.tar.gz (282347301 bytes) |
2751 | 2024-03-26T07:13:47.266Z | uploaded: /work/zones/switch-asic.tar.gz |
2752 | 2024-03-26T07:13:47.266Z | uploading: /work/zones/switch-softnpu.tar.gz (203922915 bytes) |
2753 | 2024-03-26T07:14:57.332Z | uploaded: /work/zones/switch-softnpu.tar.gz |