|
|
|
1 | 2024-03-28T07:17:38.653Z | job assigned to worker 01HT1YKKN1V5GKEQWNG1JS8SGB (queued for 2 m 21 s) |
|
2 | 2024-03-28T07:17:45.755Z | starting task 0: "setup" |
3 | 2024-03-28T07:17:45.801Z | ++ uname -s |
4 | 2024-03-28T07:17:45.808Z | + kern=SunOS |
5 | 2024-03-28T07:17:45.808Z | + case "$kern" in |
6 | 2024-03-28T07:17:45.808Z | + groupadd -g 12345 build |
7 | 2024-03-28T07:17:45.843Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-28T07:17:47.862Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-28T07:17:48.341Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-28T07:17:48.345Z | + home_fs=zfs |
11 | 2024-03-28T07:17:48.345Z | + [[ zfs == autofs ]] |
12 | 2024-03-28T07:17:48.345Z | + mkdir -p /home/build |
13 | 2024-03-28T07:17:48.348Z | + chown build:build /home/build /work |
14 | 2024-03-28T07:17:50.351Z | + chmod 0700 /home/build /work |
15 | 2024-03-28T07:17:50.367Z | process exited: duration 4593 ms, exit code 0 |
|
16 | 2024-03-28T07:17:50.385Z | starting task 1: "rust-toolchain" |
17 | 2024-03-28T07:17:50.399Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-28T07:17:50.399Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-28T07:17:50.506Z | info: downloading installer |
20 | 2024-03-28T07:17:51.678Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-28T07:17:51.678Z | warning: /opt/ooce/bin |
22 | 2024-03-28T07:17:51.678Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-28T07:17:51.678Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-28T07:17:51.678Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-28T07:17:51.678Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-28T07:17:51.678Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-28T07:17:51.678Z | error: cannot install while Rust is installed |
28 | 2024-03-28T07:17:51.678Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-28T07:17:52.010Z | info: profile set to 'default' |
30 | 2024-03-28T07:17:52.011Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-28T07:17:52.421Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-28T07:17:52.425Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-28T07:17:52.425Z | info: downloading component 'cargo' |
34 | 2024-03-28T07:17:52.744Z | info: downloading component 'clippy' |
35 | 2024-03-28T07:17:52.951Z | info: downloading component 'rust-docs' |
36 | 2024-03-28T07:17:53.714Z | info: downloading component 'rust-std' |
37 | 2024-03-28T07:17:55.085Z | info: downloading component 'rustc' |
38 | 2024-03-28T07:17:58.350Z | info: downloading component 'rustfmt' |
39 | 2024-03-28T07:17:58.518Z | info: installing component 'cargo' |
40 | 2024-03-28T07:17:59.331Z | info: installing component 'clippy' |
41 | 2024-03-28T07:17:59.685Z | info: installing component 'rust-docs' |
42 | 2024-03-28T07:18:01.099Z | info: installing component 'rust-std' |
43 | 2024-03-28T07:18:02.935Z | info: installing component 'rustc' |
44 | 2024-03-28T07:18:06.963Z | info: installing component 'rustfmt' |
45 | 2024-03-28T07:18:07.309Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-28T07:18:07.309Z | |
47 | 2024-03-28T07:18:07.999Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-28T07:18:07.999Z | |
49 | 2024-03-28T07:18:08.019Z | |
50 | 2024-03-28T07:18:08.019Z | Rust is installed now. Great! |
51 | 2024-03-28T07:18:08.019Z | |
52 | 2024-03-28T07:18:08.019Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-28T07:18:08.019Z | environment variable. This has not been done automatically. |
54 | 2024-03-28T07:18:08.019Z | |
55 | 2024-03-28T07:18:08.019Z | To configure your current shell, you need to source |
56 | 2024-03-28T07:18:08.019Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-28T07:18:08.019Z | |
58 | 2024-03-28T07:18:08.019Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-28T07:18:08.019Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-28T07:18:08.019Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-28T07:18:08.020Z | + rustc --version |
62 | 2024-03-28T07:18:08.020Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-28T07:18:08.020Z | process exited: duration 17377 ms, exit code 0 |
|
64 | 2024-03-28T07:18:08.030Z | starting task 2: "authentication" |
65 | 2024-03-28T07:18:08.050Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-03-28T07:18:08.060Z | starting task 3: "clone repository" |
67 | 2024-03-28T07:18:08.063Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-28T07:18:08.067Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-28T07:18:08.488Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-28T07:18:13.998Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-28T07:18:14.001Z | + git fetch origin 3d116a771a135290dcc0cbb4c7352d2769e21648 |
72 | 2024-03-28T07:18:14.590Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-28T07:18:14.591Z | * branch 3d116a771a135290dcc0cbb4c7352d2769e21648 -> FETCH_HEAD |
74 | 2024-03-28T07:18:14.597Z | + [[ -n '' ]] |
75 | 2024-03-28T07:18:14.597Z | + git reset --hard 3d116a771a135290dcc0cbb4c7352d2769e21648 |
76 | 2024-03-28T07:18:14.715Z | HEAD is now at 3d116a771 wip - vnc proxy - avoid double join handle |
77 | 2024-03-28T07:18:14.718Z | process exited: duration 6657 ms, exit code 0 |
|
78 | 2024-03-28T07:18:14.726Z | starting task 4: "build" |
79 | 2024-03-28T07:18:14.730Z | + cargo --version |
80 | 2024-03-28T07:18:14.735Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
81 | 2024-03-28T07:18:14.859Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
82 | 2024-03-28T07:18:14.859Z | info: downloading component 'cargo' |
83 | 2024-03-28T07:18:15.514Z | info: downloading component 'clippy' |
84 | 2024-03-28T07:18:15.714Z | info: downloading component 'rust-docs' |
85 | 2024-03-28T07:18:16.530Z | info: downloading component 'rust-std' |
86 | 2024-03-28T07:18:17.853Z | info: downloading component 'rustc' |
87 | 2024-03-28T07:18:21.115Z | info: downloading component 'rustfmt' |
88 | 2024-03-28T07:18:21.304Z | info: installing component 'cargo' |
89 | 2024-03-28T07:18:22.587Z | info: installing component 'clippy' |
90 | 2024-03-28T07:18:22.601Z | info: installing component 'rust-docs' |
91 | 2024-03-28T07:18:24.036Z | info: installing component 'rust-std' |
92 | 2024-03-28T07:18:26.302Z | info: installing component 'rustc' |
93 | 2024-03-28T07:18:29.792Z | info: installing component 'rustfmt' |
94 | 2024-03-28T07:18:30.178Z | cargo 1.76.0 (c84b36747 2024-01-18) |
95 | 2024-03-28T07:18:30.183Z | + rustc --version |
96 | 2024-03-28T07:18:30.245Z | rustc 1.76.0 (07dca489a 2024-02-04) |
97 | 2024-03-28T07:18:30.250Z | ++ git rev-parse HEAD |
98 | 2024-03-28T07:18:30.255Z | + COMMIT=3d116a771a135290dcc0cbb4c7352d2769e21648 |
99 | 2024-03-28T07:18:30.255Z | + VERSION=7.0.0-0.ci+git3d116a771a1 |
100 | 2024-03-28T07:18:30.255Z | + echo 7.0.0-0.ci+git3d116a771a1 |
101 | 2024-03-28T07:18:30.255Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
102 | 2024-03-28T07:18:40.919Z | Startup: Refreshing catalog 'helios-dev' ... Done |
103 | 2024-03-28T07:18:42.366Z | Startup: Caching catalogs ... Done |
104 | 2024-03-28T07:18:44.015Z | Planning: Solver setup ... Done (1.267s) |
105 | 2024-03-28T07:18:44.040Z | Planning: Running solver ... Done (0.025s) |
106 | 2024-03-28T07:18:44.240Z | Planning: Finding local manifests ... Done (0.175s) |
107 | 2024-03-28T07:18:44.252Z | Planning: Fetching manifests: 0/4 0% complete |
108 | 2024-03-28T07:18:44.579Z | Planning: Fetching manifests: 4/4 100% complete |
109 | 2024-03-28T07:18:44.627Z | Planning: Package planning ... Done (0.048s) |
110 | 2024-03-28T07:18:44.678Z | Planning: Merging actions ... Done (0.051s) |
111 | 2024-03-28T07:18:45.176Z | Planning: Checking for conflicting actions ... Done (0.497s) |
112 | 2024-03-28T07:18:45.187Z | Planning: Consolidating action changes ... Done (0.011s) |
113 | 2024-03-28T07:18:52.266Z | Planning: Evaluating mediators ... Done (7.073s) |
114 | 2024-03-28T07:18:52.286Z | Planning: Planning completed in 9.84 seconds |
115 | 2024-03-28T07:18:52.298Z | Packages to install: 4 |
116 | 2024-03-28T07:18:52.299Z | Mediators to change: 2 |
117 | 2024-03-28T07:18:52.299Z | Services to change: 1 |
118 | 2024-03-28T07:18:52.299Z | Estimated space available: 155.31 GB |
119 | 2024-03-28T07:18:52.299Z | Estimated space to be consumed: 1.43 GB |
120 | 2024-03-28T07:18:52.299Z | Create boot environment: No |
121 | 2024-03-28T07:18:52.300Z | Create backup boot environment: No |
122 | 2024-03-28T07:18:52.300Z | Rebuild boot archive: No |
123 | 2024-03-28T07:18:52.300Z | |
124 | 2024-03-28T07:18:52.300Z | Changed mediators: |
125 | 2024-03-28T07:18:52.300Z | mediator clang: |
126 | 2024-03-28T07:18:52.301Z | version: None -> 15 (system default) |
127 | 2024-03-28T07:18:52.301Z | |
128 | 2024-03-28T07:18:52.301Z | mediator llvm: |
129 | 2024-03-28T07:18:52.301Z | version: 14 (system default) -> 15 (system default) |
130 | 2024-03-28T07:18:52.301Z | |
131 | 2024-03-28T07:18:52.302Z | Changed packages: |
132 | 2024-03-28T07:18:52.302Z | helios-dev |
133 | 2024-03-28T07:18:52.302Z | developer/build-essential |
134 | 2024-03-28T07:18:52.302Z | None -> 11-2.0 |
135 | 2024-03-28T07:18:52.302Z | library/libxmlsec1 |
136 | 2024-03-28T07:18:52.302Z | None -> 1.2.35-2.0 |
137 | 2024-03-28T07:18:52.303Z | ooce/developer/clang-15 |
138 | 2024-03-28T07:18:52.303Z | None -> 15.0.7-2.0 |
139 | 2024-03-28T07:18:52.303Z | ooce/developer/llvm-15 |
140 | 2024-03-28T07:18:52.303Z | None -> 15.0.7-2.0 |
141 | 2024-03-28T07:18:52.303Z | |
142 | 2024-03-28T07:18:52.303Z | Services: |
143 | 2024-03-28T07:18:52.303Z | restart_fmri: |
144 | 2024-03-28T07:18:52.303Z | svc:/system/update-man-index:default |
145 | 2024-03-28T07:18:52.365Z | |
146 | 2024-03-28T07:18:52.365Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
147 | 2024-03-28T07:18:58.484Z | Download: 212/3290 items 1.3/212.6MB 0% complete (656k/s) |
148 | 2024-03-28T07:19:03.499Z | Download: 1002/3290 items 19.2/212.6MB 9% complete (1.9M/s) |
149 | 2024-03-28T07:19:09.557Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (9.1M/s) |
150 | 2024-03-28T07:19:15.946Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.8M/s) |
151 | 2024-03-28T07:19:20.955Z | Download: 2204/3290 items 119.1/212.6MB 56% complete (3.6M/s) |
152 | 2024-03-28T07:19:28.860Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.7M/s) |
153 | 2024-03-28T07:19:33.467Z | Download: Completed 212.60 MB in 41.09 seconds (5.2M/s) |
154 | 2024-03-28T07:19:33.645Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-03-28T07:19:38.755Z | Actions: 3654/3689 actions (Installing new actions) |
156 | 2024-03-28T07:19:38.759Z | Actions: Completed 3689 actions in 5.11 seconds. |
157 | 2024-03-28T07:19:38.867Z | Done (0.102s) |
158 | 2024-03-28T07:19:38.867Z | Done (0.000s) |
159 | 2024-03-28T07:19:39.116Z | Done (0.249s) |
160 | 2024-03-28T07:19:44.180Z | Done (4.928s) |
161 | 2024-03-28T07:19:44.330Z | Done (0.079s) |
162 | 2024-03-28T07:19:44.347Z | Done (0.000s) |
163 | 2024-03-28T07:19:44.480Z | Done (0.000s) |
164 | 2024-03-28T07:19:45.007Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-03-28T07:19:45.170Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-03-28T07:19:45.173Z | Planning: Consolidating action changes ... Done |
167 | 2024-03-28T07:19:45.443Z | Planning: Evaluating mediators ... Done |
168 | 2024-03-28T07:19:45.447Z | Planning: Planning completed in 0.44 seconds |
169 | 2024-03-28T07:19:45.477Z | Mediators to change: 2 |
170 | 2024-03-28T07:19:45.480Z | Create boot environment: No |
171 | 2024-03-28T07:19:45.480Z | Create backup boot environment: No |
172 | 2024-03-28T07:19:45.537Z | Done |
173 | 2024-03-28T07:19:45.537Z | Done |
174 | 2024-03-28T07:19:45.684Z | Done |
175 | 2024-03-28T07:19:49.273Z | Done |
176 | 2024-03-28T07:19:49.362Z | Done |
177 | 2024-03-28T07:19:49.365Z | Done |
178 | 2024-03-28T07:19:49.455Z | Done |
179 | 2024-03-28T07:19:50.098Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-03-28T07:19:50.102Z | Planning: Merging actions ... Done |
181 | 2024-03-28T07:19:50.291Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-03-28T07:19:50.294Z | Planning: Consolidating action changes ... Done |
183 | 2024-03-28T07:19:50.569Z | Planning: Evaluating mediators ... Done |
184 | 2024-03-28T07:19:50.614Z | Planning: Planning completed in 0.79 seconds |
185 | 2024-03-28T07:19:50.646Z | Packages to change: 1 |
186 | 2024-03-28T07:19:50.646Z | Mediators to change: 1 |
187 | 2024-03-28T07:19:50.651Z | Services to change: 1 |
188 | 2024-03-28T07:19:50.651Z | Create boot environment: No |
189 | 2024-03-28T07:19:50.651Z | Create backup boot environment: Yes |
190 | 2024-03-28T07:19:52.504Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-03-28T07:19:52.507Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-03-28T07:19:52.507Z | Done |
193 | 2024-03-28T07:19:52.507Z | Done |
194 | 2024-03-28T07:19:52.563Z | Done |
195 | 2024-03-28T07:19:56.157Z | Done |
196 | 2024-03-28T07:19:56.246Z | Done |
197 | 2024-03-28T07:19:56.258Z | Done |
198 | 2024-03-28T07:19:56.361Z | Done |
199 | 2024-03-28T07:19:56.805Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-03-28T07:19:56.805Z | clang system 15 system |
201 | 2024-03-28T07:19:56.805Z | csh system system illumos |
202 | 2024-03-28T07:19:56.806Z | ctags system system illumos |
203 | 2024-03-28T07:19:56.806Z | gcc vendor 12 vendor |
204 | 2024-03-28T07:19:56.806Z | gcc system 10 system |
205 | 2024-03-28T07:19:56.806Z | gcc system 7 system |
206 | 2024-03-28T07:19:56.807Z | go system 1.20 system |
207 | 2024-03-28T07:19:56.807Z | go system 1.19 system |
208 | 2024-03-28T07:19:56.807Z | llvm system 15 system |
209 | 2024-03-28T07:19:56.807Z | llvm system 14 system |
210 | 2024-03-28T07:19:56.807Z | mariadb system 10.6 system |
211 | 2024-03-28T07:19:56.807Z | mta vendor vendor dma |
212 | 2024-03-28T07:19:56.807Z | openjdk system 17 system |
213 | 2024-03-28T07:19:56.807Z | openjdk system 11 system |
214 | 2024-03-28T07:19:56.807Z | openjdk system 1.8 system |
215 | 2024-03-28T07:19:56.808Z | openssl vendor 3 vendor |
216 | 2024-03-28T07:19:56.808Z | perl system 5.36 system |
217 | 2024-03-28T07:19:56.808Z | postgresql system 15 system |
218 | 2024-03-28T07:19:56.808Z | postgresql system 13 system |
219 | 2024-03-28T07:19:56.808Z | python vendor 3 vendor |
220 | 2024-03-28T07:19:56.808Z | python system 2 system |
221 | 2024-03-28T07:19:56.808Z | python3 system 3.11 system |
222 | 2024-03-28T07:19:56.809Z | ruby system 3.0 system |
223 | 2024-03-28T07:19:56.809Z | words vendor vendor american-english |
224 | 2024-03-28T07:19:56.809Z | words system system australian-english |
225 | 2024-03-28T07:19:56.809Z | words system system british-english |
226 | 2024-03-28T07:19:56.810Z | words system system canadian-english |
227 | 2024-03-28T07:19:56.810Z | words system system french |
228 | 2024-03-28T07:19:56.810Z | words system system italian |
229 | 2024-03-28T07:19:56.810Z | words system system ngerman |
230 | 2024-03-28T07:19:56.810Z | words system system ogerman |
231 | 2024-03-28T07:19:56.811Z | words system system spanish |
232 | 2024-03-28T07:19:57.117Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-03-28T07:19:57.117Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-03-28T07:19:58.348Z | FMRI IFO |
235 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
242 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-03-28T07:19:58.348Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-03-28T07:19:58.349Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-03-28T07:19:58.349Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-03-28T07:19:58.581Z | + set -o errexit |
248 | 2024-03-28T07:19:58.584Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-03-28T07:19:58.584Z | ++ cd ./tools |
250 | 2024-03-28T07:19:58.584Z | ++ pwd |
251 | 2024-03-28T07:19:58.590Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-03-28T07:19:58.591Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-03-28T07:19:58.591Z | + ARG0=ci_download_cockroachdb |
254 | 2024-03-28T07:19:58.594Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-03-28T07:19:58.594Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-03-28T07:19:58.594Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-03-28T07:19:58.594Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
258 | 2024-03-28T07:19:58.594Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
259 | 2024-03-28T07:19:58.594Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
260 | 2024-03-28T07:19:58.594Z | + TARGET_DIR=out |
261 | 2024-03-28T07:19:58.595Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-03-28T07:19:58.595Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-03-28T07:19:58.595Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-03-28T07:19:58.595Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-03-28T07:19:58.595Z | + main |
266 | 2024-03-28T07:19:58.595Z | + [[ 0 != 0 ]] |
267 | 2024-03-28T07:19:58.595Z | + CIDL_OS=solaris2.11 |
268 | 2024-03-28T07:19:58.595Z | + [[ 0 != 0 ]] |
269 | 2024-03-28T07:19:58.595Z | + configure_os solaris2.11 |
270 | 2024-03-28T07:19:58.595Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-03-28T07:19:58.595Z | current directory: /work/oxidecomputer/omicron |
272 | 2024-03-28T07:19:58.595Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-03-28T07:19:58.595Z | + case "$1" in |
274 | 2024-03-28T07:19:58.595Z | configuring based on OS: "solaris2.11" |
275 | 2024-03-28T07:19:58.595Z | + CIDL_BUILD=illumos |
276 | 2024-03-28T07:19:58.595Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-03-28T07:19:58.596Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
278 | 2024-03-28T07:19:58.596Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-03-28T07:19:58.596Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-03-28T07:19:58.596Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-03-28T07:19:58.596Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-03-28T07:19:58.596Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-03-28T07:19:58.596Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-03-28T07:19:58.596Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-03-28T07:19:58.596Z | + CIDL_SHA256FUNC=do_sha256sum |
286 | 2024-03-28T07:19:58.596Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-03-28T07:19:58.596Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-03-28T07:19:58.596Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-03-28T07:19:58.596Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-28T07:19:58.596Z | + mkdir -p out/downloads |
291 | 2024-03-28T07:19:58.596Z | + mkdir -p ./out/cockroachdb |
292 | 2024-03-28T07:19:58.601Z | + local DO_DOWNLOAD=true |
293 | 2024-03-28T07:19:58.602Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2024-03-28T07:19:58.602Z | + '[' true == true ']' |
295 | 2024-03-28T07:19:58.602Z | + echo Downloading... |
296 | 2024-03-28T07:19:58.602Z | Downloading... |
297 | 2024-03-28T07:19:58.602Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-03-28T07:19:58.602Z | + 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 |
299 | 2024-03-28T07:20:01.336Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-28T07:20:01.339Z | ++ sha256sum |
301 | 2024-03-28T07:20:01.339Z | ++ awk '{print $1}' |
302 | 2024-03-28T07:20:01.460Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-03-28T07:20:01.460Z | + [[ 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 ]] |
304 | 2024-03-28T07:20:01.470Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-03-28T07:20:01.470Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-03-28T07:20:03.615Z | + do_assemble_illumos |
307 | 2024-03-28T07:20:03.615Z | + rm -r ./out/cockroachdb |
308 | 2024-03-28T07:20:03.625Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-03-28T07:20:04.047Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-03-28T07:20:04.227Z | Build Tag: v22.1.9-dirty |
311 | 2024-03-28T07:20:04.227Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-03-28T07:20:04.227Z | Distribution: OSS |
313 | 2024-03-28T07:20:04.228Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-03-28T07:20:04.228Z | Go Version: go1.17.13 |
315 | 2024-03-28T07:20:04.228Z | C Compiler: gcc 10.3.0 |
316 | 2024-03-28T07:20:04.228Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-03-28T07:20:04.228Z | Build Type: release |
318 | 2024-03-28T07:20:04.244Z | + set -o errexit |
319 | 2024-03-28T07:20:04.247Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-03-28T07:20:04.247Z | ++ cd ./tools |
321 | 2024-03-28T07:20:04.252Z | ++ pwd |
322 | 2024-03-28T07:20:04.252Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-03-28T07:20:04.252Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-03-28T07:20:04.252Z | + ARG0=ci_download_clickhouse |
325 | 2024-03-28T07:20:04.252Z | + TARGET_DIR=out |
326 | 2024-03-28T07:20:04.252Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-03-28T07:20:04.252Z | + DEST_DIR=./out/clickhouse |
328 | 2024-03-28T07:20:04.261Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
329 | 2024-03-28T07:20:04.261Z | + CIDL_VERSION=v23.8.7.24 |
330 | 2024-03-28T07:20:04.261Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2024-03-28T07:20:04.261Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
332 | 2024-03-28T07:20:04.261Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
333 | 2024-03-28T07:20:04.261Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
334 | 2024-03-28T07:20:04.261Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2024-03-28T07:20:04.261Z | + main |
336 | 2024-03-28T07:20:04.261Z | + [[ 0 != 0 ]] |
337 | 2024-03-28T07:20:04.261Z | + CIDL_OS=solaris2.11 |
338 | 2024-03-28T07:20:04.261Z | + [[ 0 != 0 ]] |
339 | 2024-03-28T07:20:04.261Z | + configure_os solaris2.11 |
340 | 2024-03-28T07:20:04.261Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2024-03-28T07:20:04.261Z | current directory: /work/oxidecomputer/omicron |
342 | 2024-03-28T07:20:04.261Z | configuring based on OS: "solaris2.11" |
343 | 2024-03-28T07:20:04.261Z | + echo 'configuring based on OS: "solaris2.11"' |
344 | 2024-03-28T07:20:04.261Z | + CIDL_DASHREV= |
345 | 2024-03-28T07:20:04.261Z | + case "$1" in |
346 | 2024-03-28T07:20:04.262Z | + CIDL_PLATFORM=illumos |
347 | 2024-03-28T07:20:04.262Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
348 | 2024-03-28T07:20:04.262Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2024-03-28T07:20:04.262Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
350 | 2024-03-28T07:20:04.262Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-03-28T07:20:04.262Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-03-28T07:20:04.262Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-03-28T07:20:04.262Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
354 | 2024-03-28T07:20:04.262Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-03-28T07:20:04.262Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-03-28T07:20:04.262Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-03-28T07:20:04.262Z | + mkdir -p out/downloads |
358 | 2024-03-28T07:20:04.262Z | + mkdir -p ./out/clickhouse |
359 | 2024-03-28T07:20:04.266Z | + local DO_DOWNLOAD=true |
360 | 2024-03-28T07:20:04.266Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
361 | 2024-03-28T07:20:04.266Z | + '[' true == true ']' |
362 | 2024-03-28T07:20:04.266Z | + echo Downloading... |
363 | 2024-03-28T07:20:04.266Z | Downloading... |
364 | 2024-03-28T07:20:04.266Z | + 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 |
365 | 2024-03-28T07:20:04.266Z | + 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 |
366 | 2024-03-28T07:20:06.011Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-03-28T07:20:06.014Z | ++ md5sum |
368 | 2024-03-28T07:20:06.014Z | ++ awk '{print $1}' |
369 | 2024-03-28T07:20:06.235Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-03-28T07:20:06.235Z | + [[ 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 ]] |
371 | 2024-03-28T07:20:06.239Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
372 | 2024-03-28T07:20:06.239Z | + mkdir -p ./out/clickhouse |
373 | 2024-03-28T07:20:06.239Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
374 | 2024-03-28T07:20:10.101Z | + [[ solaris2.11 == darwin* ]] |
375 | 2024-03-28T07:20:10.101Z | + ./out/clickhouse/clickhouse server --version |
376 | 2024-03-28T07:20:10.370Z | ClickHouse server version 23.8.7.1. |
377 | 2024-03-28T07:20:10.391Z | + set -o errexit |
378 | 2024-03-28T07:20:10.395Z | +++ dirname ./tools/ci_download_console |
379 | 2024-03-28T07:20:10.398Z | ++ cd ./tools |
380 | 2024-03-28T07:20:10.398Z | ++ pwd |
381 | 2024-03-28T07:20:10.398Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2024-03-28T07:20:10.399Z | ++ basename ./tools/ci_download_console |
383 | 2024-03-28T07:20:10.402Z | + ARG0=ci_download_console |
384 | 2024-03-28T07:20:10.402Z | + TARGET_DIR=out |
385 | 2024-03-28T07:20:10.402Z | + DOWNLOAD_DIR=out/downloads |
386 | 2024-03-28T07:20:10.402Z | + DEST_DIR=./out/console-assets |
387 | 2024-03-28T07:20:10.402Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2024-03-28T07:20:10.402Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
389 | 2024-03-28T07:20:10.402Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
390 | 2024-03-28T07:20:10.402Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
391 | 2024-03-28T07:20:10.402Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2024-03-28T07:20:10.403Z | + main |
393 | 2024-03-28T07:20:10.403Z | + [[ 0 != 0 ]] |
394 | 2024-03-28T07:20:10.403Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
395 | 2024-03-28T07:20:10.403Z | + echo 'Local file: out/downloads/console.tar.gz' |
396 | 2024-03-28T07:20:10.403Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
397 | 2024-03-28T07:20:10.403Z | Local file: out/downloads/console.tar.gz |
398 | 2024-03-28T07:20:10.403Z | + local DO_DOWNLOAD=true |
399 | 2024-03-28T07:20:10.403Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2024-03-28T07:20:10.403Z | + mkdir -p out/downloads |
401 | 2024-03-28T07:20:10.403Z | + '[' true == true ']' |
402 | 2024-03-28T07:20:10.403Z | + echo Downloading... |
403 | 2024-03-28T07:20:10.403Z | Downloading... |
404 | 2024-03-28T07:20:10.403Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
405 | 2024-03-28T07:20:10.403Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
406 | 2024-03-28T07:20:10.920Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2024-03-28T07:20:10.923Z | ++ case "$OSTYPE" in |
408 | 2024-03-28T07:20:10.923Z | ++ SHA=sha256sum |
409 | 2024-03-28T07:20:10.923Z | ++ sha256sum |
410 | 2024-03-28T07:20:10.924Z | ++ awk '{print $1}' |
411 | 2024-03-28T07:20:10.928Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
412 | 2024-03-28T07:20:10.931Z | + [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]] |
413 | 2024-03-28T07:20:10.931Z | + rm -rf ./out/console-assets |
414 | 2024-03-28T07:20:10.931Z | + mkdir -p ./out/console-assets |
415 | 2024-03-28T07:20:10.934Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2024-03-28T07:20:10.935Z | + mkdir -p ./out/console-assets |
417 | 2024-03-28T07:20:10.935Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2024-03-28T07:20:11.025Z | + set -o errexit |
419 | 2024-03-28T07:20:11.029Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2024-03-28T07:20:11.029Z | ++ cd ./tools |
421 | 2024-03-28T07:20:11.032Z | ++ pwd |
422 | 2024-03-28T07:20:11.032Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2024-03-28T07:20:11.032Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2024-03-28T07:20:11.032Z | + ARG0=ci_download_maghemite_openapi |
425 | 2024-03-28T07:20:11.032Z | + TARGET_DIR=out |
426 | 2024-03-28T07:20:11.032Z | + DOWNLOAD_DIR=out/downloads |
427 | 2024-03-28T07:20:11.032Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2024-03-28T07:20:11.032Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
429 | 2024-03-28T07:20:11.032Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
430 | 2024-03-28T07:20:11.032Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
431 | 2024-03-28T07:20:11.033Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
432 | 2024-03-28T07:20:11.033Z | + main |
433 | 2024-03-28T07:20:11.033Z | + rm -rf out/downloads/root |
434 | 2024-03-28T07:20:11.036Z | + [[ 0 != 0 ]] |
435 | 2024-03-28T07:20:11.036Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
436 | 2024-03-28T07:20:11.036Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
437 | 2024-03-28T07:20:11.036Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
438 | 2024-03-28T07:20:11.036Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
439 | 2024-03-28T07:20:11.037Z | + local DO_DOWNLOAD=true |
440 | 2024-03-28T07:20:11.037Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
441 | 2024-03-28T07:20:11.037Z | + mkdir -p out/downloads |
442 | 2024-03-28T07:20:11.037Z | + '[' true == true ']' |
443 | 2024-03-28T07:20:11.037Z | + echo Downloading... |
444 | 2024-03-28T07:20:11.037Z | Downloading... |
445 | 2024-03-28T07:20:11.037Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
446 | 2024-03-28T07:20:11.037Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
447 | 2024-03-28T07:20:11.216Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-03-28T07:20:11.216Z | ++ case "$OSTYPE" in |
449 | 2024-03-28T07:20:11.221Z | ++ SHA=sha256sum |
450 | 2024-03-28T07:20:11.222Z | ++ sha256sum |
451 | 2024-03-28T07:20:11.222Z | ++ awk '{print $1}' |
452 | 2024-03-28T07:20:11.222Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
453 | 2024-03-28T07:20:11.222Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
454 | 2024-03-28T07:20:11.222Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2024-03-28T07:20:11.222Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
456 | 2024-03-28T07:20:11.222Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
457 | 2024-03-28T07:20:11.222Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
458 | 2024-03-28T07:20:11.222Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-03-28T07:20:11.222Z | + main |
460 | 2024-03-28T07:20:11.222Z | + rm -rf out/downloads/root |
461 | 2024-03-28T07:20:11.226Z | + [[ 0 != 0 ]] |
462 | 2024-03-28T07:20:11.226Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
463 | 2024-03-28T07:20:11.227Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
464 | 2024-03-28T07:20:11.227Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
465 | 2024-03-28T07:20:11.227Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
466 | 2024-03-28T07:20:11.227Z | + local DO_DOWNLOAD=true |
467 | 2024-03-28T07:20:11.227Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
468 | 2024-03-28T07:20:11.227Z | + mkdir -p out/downloads |
469 | 2024-03-28T07:20:11.227Z | + '[' true == true ']' |
470 | 2024-03-28T07:20:11.227Z | + echo Downloading... |
471 | 2024-03-28T07:20:11.227Z | Downloading... |
472 | 2024-03-28T07:20:11.227Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
473 | 2024-03-28T07:20:11.227Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
474 | 2024-03-28T07:20:11.326Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-03-28T07:20:11.330Z | ++ case "$OSTYPE" in |
476 | 2024-03-28T07:20:11.330Z | ++ SHA=sha256sum |
477 | 2024-03-28T07:20:11.330Z | ++ sha256sum |
478 | 2024-03-28T07:20:11.330Z | ++ awk '{print $1}' |
479 | 2024-03-28T07:20:11.333Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
480 | 2024-03-28T07:20:11.333Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
481 | 2024-03-28T07:20:11.341Z | + set -o errexit |
482 | 2024-03-28T07:20:11.344Z | +++ dirname ./tools/ci_download_dendrite_openapi |
483 | 2024-03-28T07:20:11.344Z | ++ cd ./tools |
484 | 2024-03-28T07:20:11.344Z | ++ pwd |
485 | 2024-03-28T07:20:11.344Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2024-03-28T07:20:11.344Z | ++ basename ./tools/ci_download_dendrite_openapi |
487 | 2024-03-28T07:20:11.344Z | + ARG0=ci_download_dendrite_openapi |
488 | 2024-03-28T07:20:11.344Z | + TARGET_DIR=out |
489 | 2024-03-28T07:20:11.344Z | + DOWNLOAD_DIR=out/downloads |
490 | 2024-03-28T07:20:11.344Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2024-03-28T07:20:11.345Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
492 | 2024-03-28T07:20:11.345Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
493 | 2024-03-28T07:20:11.345Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
494 | 2024-03-28T07:20:11.345Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
495 | 2024-03-28T07:20:11.349Z | + main |
496 | 2024-03-28T07:20:11.350Z | + [[ 0 != 0 ]] |
497 | 2024-03-28T07:20:11.350Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
498 | 2024-03-28T07:20:11.350Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
499 | 2024-03-28T07:20:11.350Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
500 | 2024-03-28T07:20:11.350Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
501 | 2024-03-28T07:20:11.350Z | + local DO_DOWNLOAD=true |
502 | 2024-03-28T07:20:11.350Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
503 | 2024-03-28T07:20:11.350Z | + mkdir -p out/downloads |
504 | 2024-03-28T07:20:11.350Z | + '[' true == true ']' |
505 | 2024-03-28T07:20:11.350Z | + echo Downloading... |
506 | 2024-03-28T07:20:11.350Z | Downloading... |
507 | 2024-03-28T07:20:11.350Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
508 | 2024-03-28T07:20:11.350Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
509 | 2024-03-28T07:20:11.524Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
510 | 2024-03-28T07:20:11.524Z | ++ case "$OSTYPE" in |
511 | 2024-03-28T07:20:11.527Z | ++ SHA=sha256sum |
512 | 2024-03-28T07:20:11.527Z | ++ sha256sum |
513 | 2024-03-28T07:20:11.527Z | ++ awk '{print $1}' |
514 | 2024-03-28T07:20:11.530Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
515 | 2024-03-28T07:20:11.530Z | + [[ 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 ]] |
516 | 2024-03-28T07:20:11.536Z | + set -o errexit |
517 | 2024-03-28T07:20:11.540Z | +++ dirname ./tools/ci_download_dendrite_stub |
518 | 2024-03-28T07:20:11.544Z | ++ cd ./tools |
519 | 2024-03-28T07:20:11.544Z | ++ pwd |
520 | 2024-03-28T07:20:11.544Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
521 | 2024-03-28T07:20:11.544Z | ++ basename ./tools/ci_download_dendrite_stub |
522 | 2024-03-28T07:20:11.544Z | + ARG0=ci_download_dendrite_stub |
523 | 2024-03-28T07:20:11.544Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
524 | 2024-03-28T07:20:11.544Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
525 | 2024-03-28T07:20:11.544Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
526 | 2024-03-28T07:20:11.544Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
527 | 2024-03-28T07:20:11.544Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
528 | 2024-03-28T07:20:11.545Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
529 | 2024-03-28T07:20:11.545Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
530 | 2024-03-28T07:20:11.545Z | + TARGET_DIR=out |
531 | 2024-03-28T07:20:11.545Z | + DOWNLOAD_DIR=out/downloads |
532 | 2024-03-28T07:20:11.545Z | + DEST_DIR=./out/dendrite-stub |
533 | 2024-03-28T07:20:11.545Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
534 | 2024-03-28T07:20:11.545Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2024-03-28T07:20:11.545Z | + REPO=oxidecomputer/dendrite |
536 | 2024-03-28T07:20:11.545Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
537 | 2024-03-28T07:20:11.545Z | + main |
538 | 2024-03-28T07:20:11.545Z | + [[ 0 != 0 ]] |
539 | 2024-03-28T07:20:11.545Z | + CIDL_OS=solaris2.11 |
540 | 2024-03-28T07:20:11.545Z | + [[ 0 != 0 ]] |
541 | 2024-03-28T07:20:11.545Z | + configure_os solaris2.11 |
542 | 2024-03-28T07:20:11.545Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2024-03-28T07:20:11.545Z | current directory: /work/oxidecomputer/omicron |
544 | 2024-03-28T07:20:11.545Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2024-03-28T07:20:11.545Z | configuring based on OS: "solaris2.11" |
546 | 2024-03-28T07:20:11.545Z | + case "$1" in |
547 | 2024-03-28T07:20:11.545Z | + SET_BINARIES= |
548 | 2024-03-28T07:20:11.546Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
549 | 2024-03-28T07:20:11.546Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2024-03-28T07:20:11.546Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
551 | 2024-03-28T07:20:11.546Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
552 | 2024-03-28T07:20:11.546Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
553 | 2024-03-28T07:20:11.546Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
554 | 2024-03-28T07:20:11.546Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
555 | 2024-03-28T07:20:11.546Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
556 | 2024-03-28T07:20:11.546Z | Local file: out/downloads/dendrite-stub.tar.gz |
557 | 2024-03-28T07:20:11.546Z | + mkdir -p out/downloads |
558 | 2024-03-28T07:20:11.549Z | + mkdir -p ./out/dendrite-stub |
559 | 2024-03-28T07:20:11.549Z | + fetch_and_verify |
560 | 2024-03-28T07:20:11.549Z | + local DO_DOWNLOAD=true |
561 | 2024-03-28T07:20:11.549Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
562 | 2024-03-28T07:20:11.550Z | + '[' true == true ']' |
563 | 2024-03-28T07:20:11.550Z | + echo Downloading... |
564 | 2024-03-28T07:20:11.550Z | Downloading... |
565 | 2024-03-28T07:20:11.550Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
566 | 2024-03-28T07:20:11.550Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
567 | 2024-03-28T07:20:17.281Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
568 | 2024-03-28T07:20:17.288Z | ++ sha256sum |
569 | 2024-03-28T07:20:17.288Z | ++ awk '{print $1}' |
570 | 2024-03-28T07:20:17.304Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
571 | 2024-03-28T07:20:17.304Z | + [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]] |
572 | 2024-03-28T07:20:17.309Z | + do_untar out/downloads/dendrite-stub.tar.gz |
573 | 2024-03-28T07:20:17.309Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
574 | 2024-03-28T07:20:17.907Z | + do_assemble |
575 | 2024-03-28T07:20:17.907Z | + rm -r ./out/dendrite-stub |
576 | 2024-03-28T07:20:17.922Z | + mkdir ./out/dendrite-stub |
577 | 2024-03-28T07:20:17.922Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
578 | 2024-03-28T07:20:17.989Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
579 | 2024-03-28T07:20:18.025Z | + set -o errexit |
580 | 2024-03-28T07:20:18.035Z | +++ dirname ./tools/ci_download_maghemite_mgd |
581 | 2024-03-28T07:20:18.035Z | ++ cd ./tools |
582 | 2024-03-28T07:20:18.035Z | ++ pwd |
583 | 2024-03-28T07:20:18.035Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
584 | 2024-03-28T07:20:18.035Z | ++ basename ./tools/ci_download_maghemite_mgd |
585 | 2024-03-28T07:20:18.036Z | + ARG0=ci_download_maghemite_mgd |
586 | 2024-03-28T07:20:18.036Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
587 | 2024-03-28T07:20:18.036Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
588 | 2024-03-28T07:20:18.036Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
589 | 2024-03-28T07:20:18.036Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
590 | 2024-03-28T07:20:18.036Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
591 | 2024-03-28T07:20:18.036Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
592 | 2024-03-28T07:20:18.036Z | + TARGET_DIR=out |
593 | 2024-03-28T07:20:18.037Z | + DOWNLOAD_DIR=out/downloads |
594 | 2024-03-28T07:20:18.037Z | + DEST_DIR=./out/mgd |
595 | 2024-03-28T07:20:18.037Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
596 | 2024-03-28T07:20:18.037Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
597 | 2024-03-28T07:20:18.037Z | + REPO=oxidecomputer/maghemite |
598 | 2024-03-28T07:20:18.037Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
599 | 2024-03-28T07:20:18.037Z | + main |
600 | 2024-03-28T07:20:18.037Z | + rm -rf out/downloads/root |
601 | 2024-03-28T07:20:18.037Z | + [[ 0 != 0 ]] |
602 | 2024-03-28T07:20:18.037Z | + CIDL_OS=solaris2.11 |
603 | 2024-03-28T07:20:18.038Z | + [[ 0 != 0 ]] |
604 | 2024-03-28T07:20:18.038Z | + configure_os solaris2.11 |
605 | 2024-03-28T07:20:18.038Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2024-03-28T07:20:18.038Z | current directory: /work/oxidecomputer/omicron |
607 | 2024-03-28T07:20:18.038Z | + echo 'configuring based on OS: "solaris2.11"' |
608 | 2024-03-28T07:20:18.038Z | + case "$1" in |
609 | 2024-03-28T07:20:18.038Z | configuring based on OS: "solaris2.11" |
610 | 2024-03-28T07:20:18.038Z | + SET_BINARIES= |
611 | 2024-03-28T07:20:18.038Z | + CIDL_SHA256FUNC=do_sha256sum |
612 | 2024-03-28T07:20:18.038Z | + TARBALL_FILENAME=mgd.tar.gz |
613 | 2024-03-28T07:20:18.039Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
614 | 2024-03-28T07:20:18.039Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
615 | 2024-03-28T07:20:18.039Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
616 | 2024-03-28T07:20:18.039Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
617 | 2024-03-28T07:20:18.039Z | Local file: out/downloads/mgd.tar.gz |
618 | 2024-03-28T07:20:18.039Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
619 | 2024-03-28T07:20:18.040Z | + mkdir -p out/downloads |
620 | 2024-03-28T07:20:18.040Z | + mkdir -p ./out/mgd |
621 | 2024-03-28T07:20:18.040Z | + fetch_and_verify |
622 | 2024-03-28T07:20:18.040Z | + local DO_DOWNLOAD=true |
623 | 2024-03-28T07:20:18.040Z | + [[ -f out/downloads/mgd.tar.gz ]] |
624 | 2024-03-28T07:20:18.041Z | + '[' true == true ']' |
625 | 2024-03-28T07:20:18.041Z | + echo Downloading... |
626 | 2024-03-28T07:20:18.041Z | Downloading... |
627 | 2024-03-28T07:20:18.041Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
628 | 2024-03-28T07:20:18.041Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
629 | 2024-03-28T07:20:29.068Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
630 | 2024-03-28T07:20:29.075Z | ++ sha256sum |
631 | 2024-03-28T07:20:29.075Z | ++ awk '{print $1}' |
632 | 2024-03-28T07:20:29.094Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
633 | 2024-03-28T07:20:29.094Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
634 | 2024-03-28T07:20:29.098Z | + do_untar out/downloads/mgd.tar.gz |
635 | 2024-03-28T07:20:29.098Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
636 | 2024-03-28T07:20:29.694Z | + do_assemble |
637 | 2024-03-28T07:20:29.694Z | + rm -r ./out/mgd |
638 | 2024-03-28T07:20:29.698Z | + mkdir ./out/mgd |
639 | 2024-03-28T07:20:29.701Z | + cp -r out/downloads/root ./out/mgd/root |
640 | 2024-03-28T07:20:29.785Z | + set -o errexit |
641 | 2024-03-28T07:20:29.792Z | +++ dirname ./tools/ci_download_transceiver_control |
642 | 2024-03-28T07:20:29.798Z | ++ cd ./tools |
643 | 2024-03-28T07:20:29.798Z | ++ pwd |
644 | 2024-03-28T07:20:29.798Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
645 | 2024-03-28T07:20:29.798Z | ++ basename ./tools/ci_download_transceiver_control |
646 | 2024-03-28T07:20:29.798Z | + ARG0=ci_download_transceiver_control |
647 | 2024-03-28T07:20:29.798Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
648 | 2024-03-28T07:20:29.798Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-03-28T07:20:29.799Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2024-03-28T07:20:29.799Z | + TARGET_DIR=out |
651 | 2024-03-28T07:20:29.799Z | + DOWNLOAD_DIR=out/downloads |
652 | 2024-03-28T07:20:29.799Z | + DEST_DIR=./out/transceiver-control |
653 | 2024-03-28T07:20:29.799Z | + BIN_DIR=/opt/oxide/bin |
654 | 2024-03-28T07:20:29.799Z | + BINARY=xcvradm |
655 | 2024-03-28T07:20:29.799Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
656 | 2024-03-28T07:20:29.799Z | + REPO=oxidecomputer/transceiver-control |
657 | 2024-03-28T07:20:29.799Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-03-28T07:20:29.799Z | + main |
659 | 2024-03-28T07:20:29.799Z | + [[ 0 != 0 ]] |
660 | 2024-03-28T07:20:29.799Z | + CIDL_OS=solaris2.11 |
661 | 2024-03-28T07:20:29.799Z | + [[ 0 != 0 ]] |
662 | 2024-03-28T07:20:29.799Z | + configure_os solaris2.11 |
663 | 2024-03-28T07:20:29.799Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2024-03-28T07:20:29.799Z | current directory: /work/oxidecomputer/omicron |
665 | 2024-03-28T07:20:29.799Z | configuring based on OS: "solaris2.11" |
666 | 2024-03-28T07:20:29.799Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-03-28T07:20:29.799Z | + case "$1" in |
668 | 2024-03-28T07:20:29.799Z | + SET_BINARIES= |
669 | 2024-03-28T07:20:29.799Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2024-03-28T07:20:29.800Z | + CIDL_SHA256FUNC=do_sha256sum |
671 | 2024-03-28T07:20:29.800Z | + ARCHIVE_FILENAME=xcvradm.gz |
672 | 2024-03-28T07:20:29.800Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-03-28T07:20:29.800Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
674 | 2024-03-28T07:20:29.800Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
675 | 2024-03-28T07:20:29.800Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2024-03-28T07:20:29.800Z | Local file: out/downloads/xcvradm.gz |
677 | 2024-03-28T07:20:29.800Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-03-28T07:20:29.800Z | + mkdir -p out/downloads |
679 | 2024-03-28T07:20:29.800Z | + mkdir -p ./out/transceiver-control |
680 | 2024-03-28T07:20:29.804Z | + fetch_and_verify |
681 | 2024-03-28T07:20:29.804Z | + local DO_DOWNLOAD=true |
682 | 2024-03-28T07:20:29.804Z | + [[ -f out/downloads/xcvradm.gz ]] |
683 | 2024-03-28T07:20:29.804Z | + '[' true == true ']' |
684 | 2024-03-28T07:20:29.804Z | + echo Downloading... |
685 | 2024-03-28T07:20:29.804Z | Downloading... |
686 | 2024-03-28T07:20:29.804Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
687 | 2024-03-28T07:20:29.804Z | + 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 |
688 | 2024-03-28T07:20:31.666Z | ++ do_sha256sum out/downloads/xcvradm.gz |
689 | 2024-03-28T07:20:31.677Z | ++ sha256sum |
690 | 2024-03-28T07:20:31.677Z | ++ awk '{print $1}' |
691 | 2024-03-28T07:20:31.677Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-03-28T07:20:31.677Z | + [[ 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 ]] |
693 | 2024-03-28T07:20:31.677Z | + do_unpack out/downloads/xcvradm.gz |
694 | 2024-03-28T07:20:31.677Z | + mkdir -p out/downloads/root//opt/oxide/bin |
695 | 2024-03-28T07:20:31.681Z | + gzip -dc out/downloads/xcvradm.gz |
696 | 2024-03-28T07:20:31.799Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
697 | 2024-03-28T07:20:31.802Z | + do_assemble |
698 | 2024-03-28T07:20:31.802Z | + rm -r ./out/transceiver-control |
699 | 2024-03-28T07:20:31.805Z | + mkdir ./out/transceiver-control |
700 | 2024-03-28T07:20:31.805Z | + cp -r out/downloads/root ./out/transceiver-control/root |
701 | 2024-03-28T07:20:31.910Z | + set -o errexit |
702 | 2024-03-28T07:20:31.915Z | +++ dirname ./tools/ci_download_thundermuffin |
703 | 2024-03-28T07:20:31.915Z | ++ cd ./tools |
704 | 2024-03-28T07:20:31.915Z | ++ pwd |
705 | 2024-03-28T07:20:31.915Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
706 | 2024-03-28T07:20:31.915Z | ++ basename ./tools/ci_download_thundermuffin |
707 | 2024-03-28T07:20:31.916Z | + ARG0=ci_download_thundermuffin |
708 | 2024-03-28T07:20:31.916Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
709 | 2024-03-28T07:20:31.916Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
710 | 2024-03-28T07:20:31.916Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
711 | 2024-03-28T07:20:31.916Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
712 | 2024-03-28T07:20:31.916Z | + TARGET_DIR=out |
713 | 2024-03-28T07:20:31.916Z | + DOWNLOAD_DIR=out/downloads |
714 | 2024-03-28T07:20:31.916Z | + DEST_DIR=./out/thundermuffin |
715 | 2024-03-28T07:20:31.916Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
716 | 2024-03-28T07:20:31.916Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
717 | 2024-03-28T07:20:31.916Z | + REPO=oxidecomputer/thundermuffin |
718 | 2024-03-28T07:20:31.916Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
719 | 2024-03-28T07:20:31.916Z | + main |
720 | 2024-03-28T07:20:31.916Z | + rm -rf out/downloads/root |
721 | 2024-03-28T07:20:31.930Z | + [[ 0 != 0 ]] |
722 | 2024-03-28T07:20:31.930Z | + CIDL_OS=solaris2.11 |
723 | 2024-03-28T07:20:31.937Z | + [[ 0 != 0 ]] |
724 | 2024-03-28T07:20:31.937Z | + configure_os solaris2.11 |
725 | 2024-03-28T07:20:31.938Z | + echo 'current directory: /work/oxidecomputer/omicron' |
726 | 2024-03-28T07:20:31.938Z | current directory: /work/oxidecomputer/omicron |
727 | 2024-03-28T07:20:31.938Z | configuring based on OS: "solaris2.11" |
728 | 2024-03-28T07:20:31.938Z | + echo 'configuring based on OS: "solaris2.11"' |
729 | 2024-03-28T07:20:31.938Z | + case "$1" in |
730 | 2024-03-28T07:20:31.938Z | + SET_BINARIES= |
731 | 2024-03-28T07:20:31.938Z | + CIDL_SHA256FUNC=do_sha256sum |
732 | 2024-03-28T07:20:31.938Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
733 | 2024-03-28T07:20:31.939Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
734 | 2024-03-28T07:20:31.939Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
735 | 2024-03-28T07:20:31.939Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
736 | 2024-03-28T07:20:31.939Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
737 | 2024-03-28T07:20:31.939Z | Local file: out/downloads/thundermuffin.tar.gz |
738 | 2024-03-28T07:20:31.939Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
739 | 2024-03-28T07:20:31.940Z | + mkdir -p out/downloads |
740 | 2024-03-28T07:20:31.940Z | + mkdir -p ./out/thundermuffin |
741 | 2024-03-28T07:20:31.940Z | + fetch_and_verify |
742 | 2024-03-28T07:20:31.940Z | + local DO_DOWNLOAD=true |
743 | 2024-03-28T07:20:31.940Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
744 | 2024-03-28T07:20:31.940Z | + '[' true == true ']' |
745 | 2024-03-28T07:20:31.940Z | + echo Downloading... |
746 | 2024-03-28T07:20:31.940Z | Downloading... |
747 | 2024-03-28T07:20:31.940Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
748 | 2024-03-28T07:20:31.940Z | + 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 |
749 | 2024-03-28T07:20:33.487Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
750 | 2024-03-28T07:20:33.491Z | ++ sha256sum |
751 | 2024-03-28T07:20:33.491Z | ++ awk '{print $1}' |
752 | 2024-03-28T07:20:33.500Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
753 | 2024-03-28T07:20:33.500Z | + [[ 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 ]] |
754 | 2024-03-28T07:20:33.501Z | + do_untar out/downloads/thundermuffin.tar.gz |
755 | 2024-03-28T07:20:33.501Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
756 | 2024-03-28T07:20:33.558Z | + do_assemble |
757 | 2024-03-28T07:20:33.558Z | + rm -r ./out/thundermuffin |
758 | 2024-03-28T07:20:33.561Z | + mkdir ./out/thundermuffin |
759 | 2024-03-28T07:20:33.561Z | + cp -r out/downloads/root ./out/thundermuffin/root |
760 | 2024-03-28T07:20:33.571Z | All prerequisites installed successfully |
761 | 2024-03-28T07:20:33.574Z | |
762 | 2024-03-28T07:20:33.574Z | real 2:03.233492733 |
763 | 2024-03-28T07:20:33.575Z | user 37.131363044 |
764 | 2024-03-28T07:20:33.575Z | sys 7.042309000 |
765 | 2024-03-28T07:20:33.575Z | trap 0.008911002 |
766 | 2024-03-28T07:20:33.575Z | tflt 0.222469846 |
767 | 2024-03-28T07:20:33.575Z | dflt 0.461297093 |
768 | 2024-03-28T07:20:33.575Z | kflt 0.081110672 |
769 | 2024-03-28T07:20:33.575Z | lock 1.089465920 |
770 | 2024-03-28T07:20:33.575Z | slp 4:03.469905664 |
771 | 2024-03-28T07:20:33.575Z | lat 1.984357889 |
772 | 2024-03-28T07:20:33.575Z | stop 0.155871235 |
773 | 2024-03-28T07:20:33.575Z | + ptime -m ./tools/ci_download_softnpu_machinery |
774 | 2024-03-28T07:20:33.583Z | fetching npuzone |
775 | 2024-03-28T07:20:33.589Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
776 | 2024-03-28T07:20:33.589Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
777 | 2024-03-28T07:20:33.589Z | Getting hash for npuzone |
778 | 2024-03-28T07:20:33.681Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
779 | 2024-03-28T07:20:38.612Z | npuzone downloaded successfully |
780 | 2024-03-28T07:20:38.617Z | |
781 | 2024-03-28T07:20:38.617Z | real 5.039730746 |
782 | 2024-03-28T07:20:38.617Z | user 0.371098155 |
783 | 2024-03-28T07:20:38.617Z | sys 0.139475509 |
784 | 2024-03-28T07:20:38.617Z | trap 0.000026854 |
785 | 2024-03-28T07:20:38.617Z | tflt 0.000000000 |
786 | 2024-03-28T07:20:38.617Z | dflt 0.000000000 |
787 | 2024-03-28T07:20:38.617Z | kflt 0.000000000 |
788 | 2024-03-28T07:20:38.617Z | lock 0.000000000 |
789 | 2024-03-28T07:20:38.617Z | slp 14.460136900 |
790 | 2024-03-28T07:20:38.617Z | lat 0.118108277 |
791 | 2024-03-28T07:20:38.618Z | stop 0.000173137 |
792 | 2024-03-28T07:20:38.621Z | + export CARGO_INCREMENTAL=0 |
793 | 2024-03-28T07:20:38.621Z | + CARGO_INCREMENTAL=0 |
794 | 2024-03-28T07:20:38.621Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
795 | 2024-03-28T07:20:38.829Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
796 | 2024-03-28T07:20:39.130Z | Updating git repository `https://github.com/oxidecomputer/samael` |
797 | 2024-03-28T07:20:39.462Z | Updating git repository `https://github.com/oxidecomputer/zone` |
798 | 2024-03-28T07:20:39.766Z | Updating crates.io index |
799 | 2024-03-28T07:20:39.812Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
800 | 2024-03-28T07:20:40.487Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
801 | 2024-03-28T07:20:41.110Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
802 | 2024-03-28T07:20:43.109Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
803 | 2024-03-28T07:20:43.682Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
804 | 2024-03-28T07:20:43.957Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
805 | 2024-03-28T07:20:44.909Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
806 | 2024-03-28T07:20:47.335Z | Updating git repository `https://github.com/oxidecomputer/opte` |
807 | 2024-03-28T07:20:48.280Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
808 | 2024-03-28T07:20:48.998Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
809 | 2024-03-28T07:20:49.356Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
810 | 2024-03-28T07:20:49.935Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
811 | 2024-03-28T07:20:50.246Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
812 | 2024-03-28T07:20:50.541Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
813 | 2024-03-28T07:20:50.902Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
814 | 2024-03-28T07:20:51.228Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
815 | 2024-03-28T07:20:51.537Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
816 | 2024-03-28T07:20:51.785Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
817 | 2024-03-28T07:20:52.059Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
818 | 2024-03-28T07:20:52.383Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
819 | 2024-03-28T07:20:52.694Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
820 | 2024-03-28T07:20:53.044Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
821 | 2024-03-28T07:20:54.598Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
822 | 2024-03-28T07:20:54.903Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
823 | 2024-03-28T07:20:55.211Z | Updating git repository `https://github.com/jgallagher/nix` |
824 | 2024-03-28T07:20:56.093Z | Updating git repository `https://github.com/cbiffle/hubpack` |
825 | 2024-03-28T07:20:56.463Z | Updating git repository `https://github.com/oxidecomputer/typify` |
826 | 2024-03-28T07:20:58.126Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
827 | 2024-03-28T07:20:58.485Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
828 | 2024-03-28T07:20:58.744Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
829 | 2024-03-28T07:20:59.165Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
830 | 2024-03-28T07:21:00.476Z | Downloading crates ... |
831 | 2024-03-28T07:21:00.572Z | Downloaded ansi_term v0.12.1 |
832 | 2024-03-28T07:21:00.576Z | Downloaded adler v1.0.2 |
833 | 2024-03-28T07:21:00.581Z | Downloaded addr2line v0.21.0 |
834 | 2024-03-28T07:21:00.589Z | Downloaded async-stream-impl v0.3.5 |
835 | 2024-03-28T07:21:00.592Z | Downloaded allocator-api2 v0.2.16 |
836 | 2024-03-28T07:21:00.596Z | Downloaded aead v0.5.2 |
837 | 2024-03-28T07:21:00.612Z | Downloaded hashbrown v0.12.3 |
838 | 2024-03-28T07:21:00.616Z | Downloaded atomicwrites v0.4.3 |
839 | 2024-03-28T07:21:00.616Z | Downloaded atty v0.2.14 |
840 | 2024-03-28T07:21:00.616Z | Downloaded heck v0.3.3 |
841 | 2024-03-28T07:21:00.616Z | Downloaded highway v1.1.0 |
842 | 2024-03-28T07:21:00.616Z | Downloaded heck v0.4.1 |
843 | 2024-03-28T07:21:00.616Z | Downloaded bitstruct_derive v0.1.0 |
844 | 2024-03-28T07:21:00.616Z | Downloaded crossterm v0.27.0 |
845 | 2024-03-28T07:21:00.620Z | Downloaded headers v0.3.9 |
846 | 2024-03-28T07:21:00.625Z | Downloaded heapless v0.8.0 |
847 | 2024-03-28T07:21:00.630Z | Downloaded hex v0.4.3 |
848 | 2024-03-28T07:21:00.634Z | Downloaded atomic-waker v1.1.1 |
849 | 2024-03-28T07:21:00.637Z | Downloaded keccak v0.1.4 |
850 | 2024-03-28T07:21:00.637Z | Downloaded lazy_static v1.4.0 |
851 | 2024-03-28T07:21:00.637Z | Downloaded impl-trait-for-tuples v0.2.2 |
852 | 2024-03-28T07:21:00.642Z | Downloaded md-5 v0.10.5 |
853 | 2024-03-28T07:21:00.646Z | Downloaded bit-vec v0.6.3 |
854 | 2024-03-28T07:21:00.646Z | Downloaded async-stream v0.3.5 |
855 | 2024-03-28T07:21:00.646Z | Downloaded array-init v0.0.4 |
856 | 2024-03-28T07:21:00.650Z | Downloaded is-terminal v0.4.9 |
857 | 2024-03-28T07:21:00.650Z | Downloaded hubpack_derive v0.1.1 |
858 | 2024-03-28T07:21:00.650Z | Downloaded http v1.0.0 |
859 | 2024-03-28T07:21:00.656Z | Downloaded kstat-rs v0.2.3 |
860 | 2024-03-28T07:21:00.672Z | Downloaded new_debug_unreachable v1.0.4 |
861 | 2024-03-28T07:21:00.672Z | Downloaded nanorand v0.7.0 |
862 | 2024-03-28T07:21:00.672Z | Downloaded ciborium-io v0.2.2 |
863 | 2024-03-28T07:21:00.678Z | Downloaded lalrpop-util v0.19.12 |
864 | 2024-03-28T07:21:00.678Z | Downloaded normalize-line-endings v0.3.0 |
865 | 2024-03-28T07:21:00.678Z | Downloaded matches v0.1.10 |
866 | 2024-03-28T07:21:00.678Z | Downloaded argon2 v0.5.3 |
867 | 2024-03-28T07:21:00.678Z | Downloaded blake2 v0.10.6 |
868 | 2024-03-28T07:21:00.678Z | Downloaded memmap2 v0.7.1 |
869 | 2024-03-28T07:21:00.678Z | Downloaded memoffset v0.7.1 |
870 | 2024-03-28T07:21:00.678Z | Downloaded crc v3.0.1 |
871 | 2024-03-28T07:21:00.678Z | Downloaded lazycell v1.3.0 |
872 | 2024-03-28T07:21:00.678Z | Downloaded ipnetwork v0.20.0 |
873 | 2024-03-28T07:21:00.682Z | Downloaded multimap v0.10.0 |
874 | 2024-03-28T07:21:00.683Z | Downloaded http-body v0.4.5 |
875 | 2024-03-28T07:21:00.683Z | Downloaded newtype_derive v0.1.6 |
876 | 2024-03-28T07:21:00.683Z | Downloaded scroll_derive v0.12.0 |
877 | 2024-03-28T07:21:00.686Z | Downloaded console v0.15.8 |
878 | 2024-03-28T07:21:00.686Z | Downloaded cexpr v0.6.0 |
879 | 2024-03-28T07:21:00.693Z | Downloaded ident_case v1.0.1 |
880 | 2024-03-28T07:21:00.693Z | Downloaded cpufeatures v0.2.12 |
881 | 2024-03-28T07:21:00.697Z | Downloaded strum v0.25.0 |
882 | 2024-03-28T07:21:00.697Z | Downloaded crossbeam-deque v0.8.3 |
883 | 2024-03-28T07:21:00.697Z | Downloaded newtype-uuid v1.0.1 |
884 | 2024-03-28T07:21:00.697Z | Downloaded mime v0.3.17 |
885 | 2024-03-28T07:21:00.697Z | Downloaded nibble_vec v0.1.0 |
886 | 2024-03-28T07:21:00.701Z | Downloaded maplit v1.0.2 |
887 | 2024-03-28T07:21:00.701Z | Downloaded home v0.5.5 |
888 | 2024-03-28T07:21:00.701Z | Downloaded corncobs v0.1.3 |
889 | 2024-03-28T07:21:00.705Z | Downloaded lru-cache v0.1.2 |
890 | 2024-03-28T07:21:00.705Z | Downloaded lru v0.12.1 |
891 | 2024-03-28T07:21:00.705Z | Downloaded strum v0.26.1 |
892 | 2024-03-28T07:21:00.709Z | Downloaded cipher v0.4.4 |
893 | 2024-03-28T07:21:00.709Z | Downloaded block-buffer v0.10.4 |
894 | 2024-03-28T07:21:00.709Z | Downloaded constant_time_eq v0.3.0 |
895 | 2024-03-28T07:21:00.712Z | Downloaded cobs v0.2.3 |
896 | 2024-03-28T07:21:00.712Z | Downloaded lock_api v0.4.10 |
897 | 2024-03-28T07:21:00.712Z | Downloaded convert_case v0.4.0 |
898 | 2024-03-28T07:21:00.716Z | Downloaded maybe-uninit v2.0.0 |
899 | 2024-03-28T07:21:00.716Z | Downloaded memmap v0.7.0 |
900 | 2024-03-28T07:21:00.721Z | Downloaded block-padding v0.3.3 |
901 | 2024-03-28T07:21:00.721Z | Downloaded usdt-attr-macro v0.3.5 |
902 | 2024-03-28T07:21:00.721Z | Downloaded linear-map v1.2.0 |
903 | 2024-03-28T07:21:00.722Z | Downloaded indoc v2.0.3 |
904 | 2024-03-28T07:21:00.725Z | Downloaded libsw v3.3.1 |
905 | 2024-03-28T07:21:00.725Z | Downloaded sqlparser_derive v0.2.2 |
906 | 2024-03-28T07:21:00.725Z | Downloaded buf-list v1.0.3 |
907 | 2024-03-28T07:21:00.729Z | Downloaded humantime v2.1.0 |
908 | 2024-03-28T07:21:00.733Z | Downloaded num v0.4.1 |
909 | 2024-03-28T07:21:00.734Z | Downloaded take_mut v0.2.2 |
910 | 2024-03-28T07:21:00.734Z | Downloaded is_ci v1.2.0 |
911 | 2024-03-28T07:21:00.734Z | Downloaded waitgroup v0.1.2 |
912 | 2024-03-28T07:21:00.734Z | Downloaded cassowary v0.3.0 |
913 | 2024-03-28T07:21:00.737Z | Downloaded nu-ansi-term v0.50.0 |
914 | 2024-03-28T07:21:00.737Z | Downloaded mockall v0.12.0 |
915 | 2024-03-28T07:21:00.741Z | Downloaded stability v0.1.1 |
916 | 2024-03-28T07:21:00.741Z | Downloaded linked-hash-map v0.5.6 |
917 | 2024-03-28T07:21:00.744Z | Downloaded native-tls v0.2.11 |
918 | 2024-03-28T07:21:00.744Z | Downloaded mime_guess v2.0.4 |
919 | 2024-03-28T07:21:00.751Z | Downloaded slog-term v2.9.0 |
920 | 2024-03-28T07:21:00.751Z | Downloaded ipnet v2.9.0 |
921 | 2024-03-28T07:21:00.751Z | Downloaded thread-id v4.2.0 |
922 | 2024-03-28T07:21:00.751Z | Downloaded thiserror-impl-no-std v2.0.2 |
923 | 2024-03-28T07:21:00.761Z | Downloaded thiserror-impl v1.0.57 |
924 | 2024-03-28T07:21:00.762Z | Downloaded structopt-derive v0.4.18 |
925 | 2024-03-28T07:21:00.762Z | Downloaded httparse v1.8.0 |
926 | 2024-03-28T07:21:00.762Z | Downloaded usdt-attr-macro v0.5.0 |
927 | 2024-03-28T07:21:00.762Z | Downloaded signature v2.1.0 |
928 | 2024-03-28T07:21:00.766Z | Downloaded doc-comment v0.3.3 |
929 | 2024-03-28T07:21:00.766Z | Downloaded derive_builder_macro v0.12.0 |
930 | 2024-03-28T07:21:00.766Z | Downloaded cookie v0.18.0 |
931 | 2024-03-28T07:21:00.766Z | Downloaded multer v3.0.0 |
932 | 2024-03-28T07:21:00.770Z | Downloaded serde_spanned v0.6.5 |
933 | 2024-03-28T07:21:00.771Z | Downloaded crc32fast v1.3.2 |
934 | 2024-03-28T07:21:00.771Z | Downloaded clap_derive v4.5.0 |
935 | 2024-03-28T07:21:00.775Z | Downloaded cookie_store v0.20.0 |
936 | 2024-03-28T07:21:00.775Z | Downloaded foreign-types v0.5.0 |
937 | 2024-03-28T07:21:00.775Z | Downloaded ciborium-ll v0.2.2 |
938 | 2024-03-28T07:21:00.779Z | Downloaded backoff v0.4.0 |
939 | 2024-03-28T07:21:00.779Z | Downloaded walkdir v2.4.0 |
940 | 2024-03-28T07:21:00.783Z | Downloaded peeking_take_while v0.1.2 |
941 | 2024-03-28T07:21:00.783Z | Downloaded slog-json v2.6.1 |
942 | 2024-03-28T07:21:00.783Z | Downloaded crossbeam-utils v0.8.19 |
943 | 2024-03-28T07:21:00.787Z | Downloaded path-slash v0.1.5 |
944 | 2024-03-28T07:21:00.787Z | Downloaded sqlformat v0.2.3 |
945 | 2024-03-28T07:21:00.790Z | Downloaded thiserror-no-std v2.0.2 |
946 | 2024-03-28T07:21:00.793Z | Downloaded zeroize_derive v1.4.2 |
947 | 2024-03-28T07:21:00.793Z | Downloaded clang-sys v1.6.1 |
948 | 2024-03-28T07:21:00.803Z | Downloaded castaway v0.2.2 |
949 | 2024-03-28T07:21:00.806Z | Downloaded usdt-impl v0.3.5 |
950 | 2024-03-28T07:21:00.806Z | Downloaded bzip2 v0.4.4 |
951 | 2024-03-28T07:21:00.806Z | Downloaded tabwriter v1.4.0 |
952 | 2024-03-28T07:21:00.806Z | Downloaded tap v1.0.1 |
953 | 2024-03-28T07:21:00.806Z | Downloaded camino v1.1.6 |
954 | 2024-03-28T07:21:00.806Z | Downloaded slog-stdlog v4.1.1 |
955 | 2024-03-28T07:21:00.806Z | Downloaded slog-scope v4.4.0 |
956 | 2024-03-28T07:21:00.810Z | Downloaded enum-as-inner v0.5.1 |
957 | 2024-03-28T07:21:00.810Z | Downloaded unicode-linebreak v0.1.5 |
958 | 2024-03-28T07:21:00.810Z | Downloaded dof v0.1.5 |
959 | 2024-03-28T07:21:00.813Z | Downloaded log v0.4.21 |
960 | 2024-03-28T07:21:00.813Z | Downloaded shell-words v1.1.0 |
961 | 2024-03-28T07:21:00.816Z | Downloaded defmt-macros v0.3.6 |
962 | 2024-03-28T07:21:00.819Z | Downloaded rustc-demangle v0.1.23 |
963 | 2024-03-28T07:21:00.819Z | Downloaded slog v2.7.0 |
964 | 2024-03-28T07:21:00.825Z | Downloaded sct v0.7.0 |
965 | 2024-03-28T07:21:00.829Z | Downloaded sync_wrapper v0.1.2 |
966 | 2024-03-28T07:21:00.829Z | Downloaded ascii v1.1.0 |
967 | 2024-03-28T07:21:00.829Z | Downloaded want v0.3.1 |
968 | 2024-03-28T07:21:00.832Z | Downloaded cookie v0.17.0 |
969 | 2024-03-28T07:21:00.832Z | Downloaded ppv-lite86 v0.2.17 |
970 | 2024-03-28T07:21:00.837Z | Downloaded powerfmt v0.2.0 |
971 | 2024-03-28T07:21:00.837Z | Downloaded toml v0.7.8 |
972 | 2024-03-28T07:21:00.840Z | Downloaded radium v0.7.0 |
973 | 2024-03-28T07:21:00.841Z | Downloaded toml v0.5.11 |
974 | 2024-03-28T07:21:00.844Z | Downloaded vte_generate_state_changes v0.1.1 |
975 | 2024-03-28T07:21:00.844Z | Downloaded futures-task v0.3.30 |
976 | 2024-03-28T07:21:00.845Z | Downloaded foreign-types-shared v0.3.1 |
977 | 2024-03-28T07:21:00.848Z | Downloaded foreign-types-shared v0.1.1 |
978 | 2024-03-28T07:21:00.848Z | Downloaded darling_macro v0.20.3 |
979 | 2024-03-28T07:21:00.848Z | Downloaded darling_macro v0.14.4 |
980 | 2024-03-28T07:21:00.848Z | Downloaded futures-core v0.3.30 |
981 | 2024-03-28T07:21:00.851Z | Downloaded scopeguard v1.2.0 |
982 | 2024-03-28T07:21:00.851Z | Downloaded clap v4.5.1 |
983 | 2024-03-28T07:21:00.858Z | Downloaded foreign-types v0.3.2 |
984 | 2024-03-28T07:21:00.864Z | Downloaded dtrace-parser v0.2.0 |
985 | 2024-03-28T07:21:00.864Z | Downloaded dtrace-parser v0.1.14 |
986 | 2024-03-28T07:21:00.864Z | Downloaded downcast v0.11.0 |
987 | 2024-03-28T07:21:00.867Z | Downloaded oso-derive v0.27.0 |
988 | 2024-03-28T07:21:00.867Z | Downloaded hash32 v0.2.1 |
989 | 2024-03-28T07:21:00.867Z | Downloaded proc-macro-error-attr v1.0.4 |
990 | 2024-03-28T07:21:00.867Z | Downloaded thiserror v1.0.57 |
991 | 2024-03-28T07:21:00.871Z | Downloaded strsim v0.8.0 |
992 | 2024-03-28T07:21:00.874Z | Downloaded smf v0.2.2 |
993 | 2024-03-28T07:21:00.874Z | Downloaded strum_macros v0.25.2 |
994 | 2024-03-28T07:21:00.877Z | Downloaded serde_arrays v0.1.0 |
995 | 2024-03-28T07:21:00.877Z | Downloaded csv-core v0.1.11 |
996 | 2024-03-28T07:21:00.877Z | Downloaded sha1 v0.10.6 |
997 | 2024-03-28T07:21:00.880Z | Downloaded untrusted v0.9.0 |
998 | 2024-03-28T07:21:00.884Z | Downloaded password-hash v0.5.0 |
999 | 2024-03-28T07:21:00.884Z | Downloaded ron v0.7.1 |
1000 | 2024-03-28T07:21:00.887Z | Downloaded serde-big-array v0.5.1 |
1001 | 2024-03-28T07:21:00.890Z | Downloaded r2d2 v0.8.10 |
1002 | 2024-03-28T07:21:00.890Z | Downloaded minimal-lexical v0.2.1 |
1003 | 2024-03-28T07:21:00.897Z | Downloaded crypto-common v0.1.6 |
1004 | 2024-03-28T07:21:00.900Z | Downloaded derive_builder v0.12.0 |
1005 | 2024-03-28T07:21:00.907Z | Downloaded serde-big-array v0.4.1 |
1006 | 2024-03-28T07:21:00.907Z | Downloaded indicatif v0.17.8 |
1007 | 2024-03-28T07:21:00.912Z | Downloaded indexmap v2.2.5 |
1008 | 2024-03-28T07:21:00.912Z | Downloaded hash32 v0.3.1 |
1009 | 2024-03-28T07:21:00.916Z | Downloaded smawk v0.3.1 |
1010 | 2024-03-28T07:21:00.916Z | Downloaded owo-colors v4.0.0 |
1011 | 2024-03-28T07:21:00.916Z | Downloaded num_threads v0.1.6 |
1012 | 2024-03-28T07:21:00.921Z | Downloaded curve25519-dalek-derive v0.1.0 |
1013 | 2024-03-28T07:21:00.921Z | Downloaded cstr-argument v0.1.2 |
1014 | 2024-03-28T07:21:00.921Z | Downloaded glob v0.3.1 |
1015 | 2024-03-28T07:21:00.929Z | Downloaded number_prefix v0.4.0 |
1016 | 2024-03-28T07:21:00.929Z | Downloaded phf_shared v0.10.0 |
1017 | 2024-03-28T07:21:00.930Z | Downloaded num-conv v0.1.0 |
1018 | 2024-03-28T07:21:00.930Z | Downloaded packed_struct_codegen v0.10.1 |
1019 | 2024-03-28T07:21:00.930Z | Downloaded num_enum_derive v0.5.11 |
1020 | 2024-03-28T07:21:00.933Z | Downloaded ref-cast v1.0.20 |
1021 | 2024-03-28T07:21:00.933Z | Downloaded tokio-rustls v0.24.1 |
1022 | 2024-03-28T07:21:00.933Z | Downloaded proc-macro-crate v1.3.1 |
1023 | 2024-03-28T07:21:00.933Z | Downloaded rustc_version v0.1.7 |
1024 | 2024-03-28T07:21:00.933Z | Downloaded serde_derive_internals v0.26.0 |
1025 | 2024-03-28T07:21:00.936Z | Downloaded smallvec v1.13.1 |
1026 | 2024-03-28T07:21:00.936Z | Downloaded trust-dns-resolver v0.22.0 |
1027 | 2024-03-28T07:21:00.940Z | Downloaded endian-type v0.1.2 |
1028 | 2024-03-28T07:21:00.943Z | Downloaded zip v0.6.6 |
1029 | 2024-03-28T07:21:00.946Z | Downloaded opaque-debug v0.3.0 |
1030 | 2024-03-28T07:21:00.947Z | Downloaded arc-swap v1.6.0 |
1031 | 2024-03-28T07:21:00.950Z | Downloaded slog-envlogger v2.2.0 |
1032 | 2024-03-28T07:21:00.953Z | Downloaded sha2 v0.10.8 |
1033 | 2024-03-28T07:21:00.956Z | Downloaded schemars v0.8.16 |
1034 | 2024-03-28T07:21:00.964Z | Downloaded shlex v1.3.0 |
1035 | 2024-03-28T07:21:00.967Z | Downloaded half v2.3.1 |
1036 | 2024-03-28T07:21:00.970Z | Downloaded tabled_derive v0.7.0 |
1037 | 2024-03-28T07:21:00.970Z | Downloaded globset v0.4.13 |
1038 | 2024-03-28T07:21:00.973Z | Downloaded unicode-width v0.1.11 |
1039 | 2024-03-28T07:21:00.973Z | Downloaded structmeta-derive v0.3.0 |
1040 | 2024-03-28T07:21:00.978Z | Downloaded zeroize v1.7.0 |
1041 | 2024-03-28T07:21:00.978Z | Downloaded platforms v3.0.2 |
1042 | 2024-03-28T07:21:00.984Z | Downloaded oso v0.27.0 |
1043 | 2024-03-28T07:21:00.984Z | Downloaded tracing-attributes v0.1.27 |
1044 | 2024-03-28T07:21:00.987Z | Downloaded try-lock v0.2.4 |
1045 | 2024-03-28T07:21:00.987Z | Downloaded pest_derive v2.7.6 |
1046 | 2024-03-28T07:21:00.987Z | Downloaded tower-service v0.3.2 |
1047 | 2024-03-28T07:21:00.987Z | Downloaded typenum v1.16.0 |
1048 | 2024-03-28T07:21:00.990Z | Downloaded phf_shared v0.11.2 |
1049 | 2024-03-28T07:21:00.990Z | Downloaded futures-macro v0.3.30 |
1050 | 2024-03-28T07:21:00.994Z | Downloaded vte v0.11.1 |
1051 | 2024-03-28T07:21:00.994Z | Downloaded unicode-bidi v0.3.15 |
1052 | 2024-03-28T07:21:00.997Z | Downloaded ff v0.13.0 |
1053 | 2024-03-28T07:21:01.000Z | Downloaded fd-lock v4.0.2 |
1054 | 2024-03-28T07:21:01.003Z | Downloaded futures-sink v0.3.30 |
1055 | 2024-03-28T07:21:01.003Z | Downloaded crossbeam-channel v0.5.8 |
1056 | 2024-03-28T07:21:01.006Z | Downloaded num-bigint v0.4.4 |
1057 | 2024-03-28T07:21:01.010Z | Downloaded predicates-tree v1.0.9 |
1058 | 2024-03-28T07:21:01.013Z | Downloaded openssl-macros v0.1.1 |
1059 | 2024-03-28T07:21:01.013Z | Downloaded rand_xorshift v0.3.0 |
1060 | 2024-03-28T07:21:01.016Z | Downloaded rand_seeder v0.2.3 |
1061 | 2024-03-28T07:21:01.016Z | Downloaded pretty-hex v0.4.1 |
1062 | 2024-03-28T07:21:01.016Z | Downloaded pretty-hex v0.2.1 |
1063 | 2024-03-28T07:21:01.019Z | Downloaded rand_core v0.6.4 |
1064 | 2024-03-28T07:21:01.020Z | Downloaded term v0.7.0 |
1065 | 2024-03-28T07:21:01.023Z | Downloaded fnv v1.0.7 |
1066 | 2024-03-28T07:21:01.026Z | Downloaded tempfile v3.10.0 |
1067 | 2024-03-28T07:21:01.029Z | Downloaded termtree v0.4.1 |
1068 | 2024-03-28T07:21:01.029Z | Downloaded quick-error v1.2.3 |
1069 | 2024-03-28T07:21:01.029Z | Downloaded pest_meta v2.7.6 |
1070 | 2024-03-28T07:21:01.035Z | Downloaded proc-macro2 v1.0.78 |
1071 | 2024-03-28T07:21:01.038Z | Downloaded static_assertions v1.1.0 |
1072 | 2024-03-28T07:21:01.038Z | Downloaded structmeta-derive v0.2.0 |
1073 | 2024-03-28T07:21:01.038Z | Downloaded tokio-native-tls v0.3.1 |
1074 | 2024-03-28T07:21:01.038Z | Downloaded poly1305 v0.8.0 |
1075 | 2024-03-28T07:21:01.041Z | Downloaded debug-ignore v1.0.5 |
1076 | 2024-03-28T07:21:01.044Z | Downloaded serde_plain v1.0.2 |
1077 | 2024-03-28T07:21:01.044Z | Downloaded tui-tree-widget v0.17.0 |
1078 | 2024-03-28T07:21:01.047Z | Downloaded usdt-macro v0.5.0 |
1079 | 2024-03-28T07:21:01.047Z | Downloaded fs-err v2.11.0 |
1080 | 2024-03-28T07:21:01.051Z | Downloaded deranged v0.3.11 |
1081 | 2024-03-28T07:21:01.051Z | Downloaded errno v0.3.8 |
1082 | 2024-03-28T07:21:01.054Z | Downloaded tokio-macros v2.2.0 |
1083 | 2024-03-28T07:21:01.054Z | Downloaded termios v0.3.3 |
1084 | 2024-03-28T07:21:01.054Z | Downloaded pin-project-internal v1.1.3 |
1085 | 2024-03-28T07:21:01.057Z | Downloaded darling_core v0.20.3 |
1086 | 2024-03-28T07:21:01.060Z | Downloaded display-error-chain v0.2.0 |
1087 | 2024-03-28T07:21:01.063Z | Downloaded funty v2.0.0 |
1088 | 2024-03-28T07:21:01.063Z | Downloaded filetime v0.2.23 |
1089 | 2024-03-28T07:21:01.063Z | Downloaded nom v7.1.3 |
1090 | 2024-03-28T07:21:01.068Z | Downloaded parse-size v1.0.0 |
1091 | 2024-03-28T07:21:01.071Z | Downloaded spin v0.5.2 |
1092 | 2024-03-28T07:21:01.072Z | Downloaded serde_urlencoded v0.7.1 |
1093 | 2024-03-28T07:21:01.074Z | Downloaded snafu-derive v0.7.5 |
1094 | 2024-03-28T07:21:01.074Z | Downloaded num_cpus v1.16.0 |
1095 | 2024-03-28T07:21:01.077Z | Downloaded num_enum v0.5.11 |
1096 | 2024-03-28T07:21:01.081Z | Downloaded url v2.5.0 |
1097 | 2024-03-28T07:21:01.084Z | Downloaded textwrap v0.11.0 |
1098 | 2024-03-28T07:21:01.087Z | Downloaded rand_chacha v0.3.1 |
1099 | 2024-03-28T07:21:01.088Z | Downloaded swrite v0.1.0 |
1100 | 2024-03-28T07:21:01.091Z | Downloaded unsafe-libyaml v0.2.10 |
1101 | 2024-03-28T07:21:01.094Z | Downloaded resolv-conf v0.7.0 |
1102 | 2024-03-28T07:21:01.099Z | Downloaded zerocopy v0.3.0 |
1103 | 2024-03-28T07:21:01.100Z | Downloaded terminal_size v0.3.0 |
1104 | 2024-03-28T07:21:01.100Z | Downloaded strsim v0.11.0 |
1105 | 2024-03-28T07:21:01.103Z | Downloaded serde_with_macros v3.6.1 |
1106 | 2024-03-28T07:21:01.103Z | Downloaded strsim v0.10.0 |
1107 | 2024-03-28T07:21:01.103Z | Downloaded usdt v0.5.0 |
1108 | 2024-03-28T07:21:01.103Z | Downloaded utf-8 v0.7.6 |
1109 | 2024-03-28T07:21:01.106Z | Downloaded itertools v0.10.5 |
1110 | 2024-03-28T07:21:01.109Z | Downloaded equivalent v1.0.1 |
1111 | 2024-03-28T07:21:01.113Z | Downloaded prettyplease v0.2.16 |
1112 | 2024-03-28T07:21:01.116Z | Downloaded portpicker v0.1.1 |
1113 | 2024-03-28T07:21:01.116Z | Downloaded rpassword v7.3.1 |
1114 | 2024-03-28T07:21:01.119Z | Downloaded pin-utils v0.1.0 |
1115 | 2024-03-28T07:21:01.119Z | Downloaded ref-cast-impl v1.0.20 |
1116 | 2024-03-28T07:21:01.119Z | Downloaded futures-io v0.3.30 |
1117 | 2024-03-28T07:21:01.122Z | Downloaded futures-executor v0.3.30 |
1118 | 2024-03-28T07:21:01.122Z | Downloaded tar v0.4.40 |
1119 | 2024-03-28T07:21:01.125Z | Downloaded rcgen v0.12.1 |
1120 | 2024-03-28T07:21:01.128Z | Downloaded time-core v0.1.2 |
1121 | 2024-03-28T07:21:01.128Z | Downloaded openssl-probe v0.1.5 |
1122 | 2024-03-28T07:21:01.132Z | Downloaded unicode-segmentation v1.10.1 |
1123 | 2024-03-28T07:21:01.132Z | Downloaded scroll v0.12.0 |
1124 | 2024-03-28T07:21:01.135Z | Downloaded float-cmp v0.9.0 |
1125 | 2024-03-28T07:21:01.135Z | Downloaded dirs-next v2.0.0 |
1126 | 2024-03-28T07:21:01.138Z | Downloaded zone_cfg_derive v0.1.2 |
1127 | 2024-03-28T07:21:01.139Z | Downloaded darling_core v0.14.4 |
1128 | 2024-03-28T07:21:01.142Z | Downloaded usdt v0.3.5 |
1129 | 2024-03-28T07:21:01.145Z | Downloaded zerocopy-derive v0.7.32 |
1130 | 2024-03-28T07:21:01.151Z | Downloaded signal-hook-tokio v0.3.1 |
1131 | 2024-03-28T07:21:01.151Z | Downloaded pin-project v1.1.3 |
1132 | 2024-03-28T07:21:01.159Z | Downloaded time-macros v0.2.17 |
1133 | 2024-03-28T07:21:01.163Z | Downloaded precomputed-hash v0.1.1 |
1134 | 2024-03-28T07:21:01.163Z | Downloaded fxhash v0.2.1 |
1135 | 2024-03-28T07:21:01.163Z | Downloaded smallvec v0.6.14 |
1136 | 2024-03-28T07:21:01.166Z | Downloaded rusty-fork v0.3.0 |
1137 | 2024-03-28T07:21:01.166Z | Downloaded dirs-sys-next v0.1.2 |
1138 | 2024-03-28T07:21:01.166Z | Downloaded snafu v0.7.5 |
1139 | 2024-03-28T07:21:01.171Z | Downloaded which v4.4.0 |
1140 | 2024-03-28T07:21:01.174Z | Downloaded tungstenite v0.21.0 |
1141 | 2024-03-28T07:21:01.178Z | Downloaded toml_edit v0.22.6 |
1142 | 2024-03-28T07:21:01.196Z | Downloaded psl-types v2.0.11 |
1143 | 2024-03-28T07:21:01.199Z | Downloaded crunchy v0.2.2 |
1144 | 2024-03-28T07:21:01.199Z | Downloaded crucible-workspace-hack v0.1.0 |
1145 | 2024-03-28T07:21:01.199Z | Downloaded tinyvec_macros v0.1.1 |
1146 | 2024-03-28T07:21:01.199Z | Downloaded secrecy v0.8.0 |
1147 | 2024-03-28T07:21:01.203Z | Downloaded fixedbitset v0.4.2 |
1148 | 2024-03-28T07:21:01.203Z | Downloaded fd-lock v3.0.13 |
1149 | 2024-03-28T07:21:01.207Z | Downloaded predicates-core v1.0.6 |
1150 | 2024-03-28T07:21:01.207Z | Downloaded futures-channel v0.3.30 |
1151 | 2024-03-28T07:21:01.207Z | Downloaded zone v0.1.8 |
1152 | 2024-03-28T07:21:01.207Z | Downloaded universal-hash v0.5.1 |
1153 | 2024-03-28T07:21:01.211Z | Downloaded unicode-xid v0.2.4 |
1154 | 2024-03-28T07:21:01.211Z | Downloaded topological-sort v0.2.2 |
1155 | 2024-03-28T07:21:01.211Z | Downloaded siphasher v0.3.11 |
1156 | 2024-03-28T07:21:01.217Z | Downloaded thread_local v1.1.7 |
1157 | 2024-03-28T07:21:01.217Z | Downloaded fallible-iterator v0.2.0 |
1158 | 2024-03-28T07:21:01.218Z | Downloaded difflib v0.4.0 |
1159 | 2024-03-28T07:21:01.221Z | Downloaded usdt-macro v0.3.5 |
1160 | 2024-03-28T07:21:01.222Z | Downloaded num-iter v0.1.44 |
1161 | 2024-03-28T07:21:01.222Z | Downloaded tracing-core v0.1.32 |
1162 | 2024-03-28T07:21:01.222Z | Downloaded toolchain_find v0.2.0 |
1163 | 2024-03-28T07:21:01.222Z | Downloaded rustc-hash v1.1.0 |
1164 | 2024-03-28T07:21:01.225Z | Downloaded plain v0.2.3 |
1165 | 2024-03-28T07:21:01.225Z | Downloaded num-rational v0.4.1 |
1166 | 2024-03-28T07:21:01.225Z | Downloaded percent-encoding v2.3.1 |
1167 | 2024-03-28T07:21:01.230Z | Downloaded generic-array v0.14.7 |
1168 | 2024-03-28T07:21:01.230Z | Downloaded fastrand v2.0.1 |
1169 | 2024-03-28T07:21:01.230Z | Downloaded subtle v2.5.0 |
1170 | 2024-03-28T07:21:01.230Z | Downloaded trust-dns-server v0.22.1 |
1171 | 2024-03-28T07:21:01.235Z | Downloaded embedded-io v0.4.0 |
1172 | 2024-03-28T07:21:01.238Z | Downloaded socket2 v0.5.5 |
1173 | 2024-03-28T07:21:01.238Z | Downloaded parking_lot_core v0.9.8 |
1174 | 2024-03-28T07:21:01.241Z | Downloaded erased-serde v0.3.31 |
1175 | 2024-03-28T07:21:01.244Z | Downloaded test-strategy v0.3.1 |
1176 | 2024-03-28T07:21:01.248Z | Downloaded rustfmt-wrapper v0.2.0 |
1177 | 2024-03-28T07:21:01.248Z | Downloaded regex-automata v0.1.10 |
1178 | 2024-03-28T07:21:01.252Z | Downloaded digest v0.10.7 |
1179 | 2024-03-28T07:21:01.255Z | Downloaded pkcs1 v0.7.5 |
1180 | 2024-03-28T07:21:01.258Z | Downloaded semver-parser v0.10.2 |
1181 | 2024-03-28T07:21:01.258Z | Downloaded semver v0.1.20 |
1182 | 2024-03-28T07:21:01.258Z | Downloaded steno v0.4.0 |
1183 | 2024-03-28T07:21:01.262Z | Downloaded tiny-keccak v2.0.2 |
1184 | 2024-03-28T07:21:01.267Z | Downloaded string_cache v0.8.7 |
1185 | 2024-03-28T07:21:01.271Z | Downloaded stable_deref_trait v1.2.0 |
1186 | 2024-03-28T07:21:01.271Z | Downloaded spki v0.7.2 |
1187 | 2024-03-28T07:21:01.271Z | Downloaded pkg-config v0.3.27 |
1188 | 2024-03-28T07:21:01.271Z | Downloaded rtoolbox v0.0.1 |
1189 | 2024-03-28T07:21:01.271Z | Downloaded num-integer v0.1.46 |
1190 | 2024-03-28T07:21:01.275Z | Downloaded usdt-impl v0.5.0 |
1191 | 2024-03-28T07:21:01.275Z | Downloaded unarray v0.1.4 |
1192 | 2024-03-28T07:21:01.278Z | Downloaded predicates v3.1.0 |
1193 | 2024-03-28T07:21:01.278Z | Downloaded tungstenite v0.20.1 |
1194 | 2024-03-28T07:21:01.281Z | Downloaded parse-display v0.9.0 |
1195 | 2024-03-28T07:21:01.281Z | Downloaded postcard v1.0.8 |
1196 | 2024-03-28T07:21:01.284Z | Downloaded packed_struct v0.10.1 |
1197 | 2024-03-28T07:21:01.288Z | Downloaded serde-hex v0.1.0 |
1198 | 2024-03-28T07:21:01.289Z | Downloaded supports-color v3.0.0 |
1199 | 2024-03-28T07:21:01.289Z | Downloaded socket2 v0.4.9 |
1200 | 2024-03-28T07:21:01.295Z | Downloaded ryu v1.0.15 |
1201 | 2024-03-28T07:21:01.298Z | Downloaded fatfs v0.3.6 |
1202 | 2024-03-28T07:21:01.299Z | Downloaded unicode_categories v0.1.1 |
1203 | 2024-03-28T07:21:01.299Z | Downloaded structmeta v0.2.0 |
1204 | 2024-03-28T07:21:01.299Z | Downloaded vec_map v0.8.2 |
1205 | 2024-03-28T07:21:01.302Z | Downloaded rustversion v1.0.14 |
1206 | 2024-03-28T07:21:01.302Z | Downloaded rustls-pemfile v1.0.3 |
1207 | 2024-03-28T07:21:01.308Z | Downloaded strum_macros v0.26.1 |
1208 | 2024-03-28T07:21:01.308Z | Downloaded getrandom v0.2.12 |
1209 | 2024-03-28T07:21:01.308Z | Downloaded derive_more v0.99.17 |
1210 | 2024-03-28T07:21:01.313Z | Downloaded signal-hook-registry v1.4.1 |
1211 | 2024-03-28T07:21:01.316Z | Downloaded parse-display-derive v0.9.0 |
1212 | 2024-03-28T07:21:01.316Z | Downloaded utf8parse v0.2.1 |
1213 | 2024-03-28T07:21:01.316Z | Downloaded phf v0.11.2 |
1214 | 2024-03-28T07:21:01.330Z | Downloaded semver v1.0.22 |
1215 | 2024-03-28T07:21:01.331Z | Downloaded unicode-normalization v0.1.22 |
1216 | 2024-03-28T07:21:01.335Z | Downloaded stringprep v0.1.3 |
1217 | 2024-03-28T07:21:01.335Z | Downloaded spin v0.9.8 |
1218 | 2024-03-28T07:21:01.335Z | Downloaded toml v0.8.10 |
1219 | 2024-03-28T07:21:01.335Z | Downloaded gethostname v0.4.3 |
1220 | 2024-03-28T07:21:01.335Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1221 | 2024-03-28T07:21:01.335Z | Downloaded either v1.10.0 |
1222 | 2024-03-28T07:21:01.335Z | Downloaded slog-dtrace v0.3.0 |
1223 | 2024-03-28T07:21:01.335Z | Downloaded slog-bunyan v2.5.0 |
1224 | 2024-03-28T07:21:01.335Z | Downloaded slog-async v2.8.0 |
1225 | 2024-03-28T07:21:01.339Z | Downloaded textwrap v0.16.1 |
1226 | 2024-03-28T07:21:01.339Z | Downloaded tokio-stream v0.1.14 |
1227 | 2024-03-28T07:21:01.343Z | Downloaded parking_lot v0.11.2 |
1228 | 2024-03-28T07:21:01.346Z | Downloaded tokio-rustls v0.25.0 |
1229 | 2024-03-28T07:21:01.347Z | Downloaded ucd-trie v0.1.6 |
1230 | 2024-03-28T07:21:01.350Z | Downloaded subprocess v0.2.9 |
1231 | 2024-03-28T07:21:01.350Z | Downloaded x509-cert v0.2.4 |
1232 | 2024-03-28T07:21:01.355Z | Downloaded pin-project-lite v0.2.13 |
1233 | 2024-03-28T07:21:01.360Z | Downloaded flate2 v1.0.28 |
1234 | 2024-03-28T07:21:01.364Z | Downloaded clap_builder v4.5.1 |
1235 | 2024-03-28T07:21:01.370Z | Downloaded derive-where v1.2.7 |
1236 | 2024-03-28T07:21:01.373Z | Downloaded lalrpop v0.19.12 |
1237 | 2024-03-28T07:21:01.386Z | Downloaded flume v0.11.0 |
1238 | 2024-03-28T07:21:01.390Z | Downloaded diesel_derives v2.1.2 |
1239 | 2024-03-28T07:21:01.394Z | Downloaded reedline v0.30.0 |
1240 | 2024-03-28T07:21:01.398Z | Downloaded tough v0.16.0 |
1241 | 2024-03-28T07:21:01.408Z | Downloaded diff v0.1.13 |
1242 | 2024-03-28T07:21:01.412Z | Downloaded idna v0.5.0 |
1243 | 2024-03-28T07:21:01.415Z | Downloaded tabled v0.15.0 |
1244 | 2024-03-28T07:21:01.429Z | Downloaded crypto-bigint v0.5.2 |
1245 | 2024-03-28T07:21:01.437Z | Downloaded h2 v0.3.24 |
1246 | 2024-03-28T07:21:01.441Z | Downloaded serde_with v3.6.1 |
1247 | 2024-03-28T07:21:01.448Z | Downloaded idna v0.3.0 |
1248 | 2024-03-28T07:21:01.460Z | Downloaded goblin v0.8.0 |
1249 | 2024-03-28T07:21:01.463Z | Downloaded proptest v1.4.0 |
1250 | 2024-03-28T07:21:01.470Z | Downloaded toml_edit v0.19.15 |
1251 | 2024-03-28T07:21:01.485Z | Downloaded publicsuffix v2.2.3 |
1252 | 2024-03-28T07:21:01.488Z | Downloaded syn v1.0.109 |
1253 | 2024-03-28T07:21:01.497Z | Downloaded serde_json v1.0.114 |
1254 | 2024-03-28T07:21:01.505Z | Downloaded bitvec v1.0.1 |
1255 | 2024-03-28T07:21:01.531Z | Downloaded futures-util v0.3.30 |
1256 | 2024-03-28T07:21:01.545Z | Downloaded num-bigint-dig v0.8.4 |
1257 | 2024-03-28T07:21:01.548Z | Downloaded pest v2.7.6 |
1258 | 2024-03-28T07:21:01.552Z | Downloaded winnow v0.6.1 |
1259 | 2024-03-28T07:21:01.559Z | Downloaded object v0.30.4 |
1260 | 2024-03-28T07:21:01.570Z | Downloaded rustls v0.21.9 |
1261 | 2024-03-28T07:21:01.582Z | Downloaded webpki-roots v0.25.2 |
1262 | 2024-03-28T07:21:01.586Z | Downloaded petgraph v0.6.4 |
1263 | 2024-03-28T07:21:01.604Z | Downloaded rayon v1.9.0 |
1264 | 2024-03-28T07:21:01.613Z | Downloaded object v0.32.1 |
1265 | 2024-03-28T07:21:01.623Z | Downloaded radix_trie v0.2.1 |
1266 | 2024-03-28T07:21:01.628Z | Downloaded openssl v0.10.60 |
1267 | 2024-03-28T07:21:01.639Z | Downloaded regex-syntax v0.8.2 |
1268 | 2024-03-28T07:21:01.650Z | Downloaded bstr v0.2.17 |
1269 | 2024-03-28T07:21:01.659Z | Downloaded gimli v0.28.0 |
1270 | 2024-03-28T07:21:01.669Z | Downloaded rustix v0.38.31 |
1271 | 2024-03-28T07:21:01.692Z | Downloaded openapiv3 v2.0.0 |
1272 | 2024-03-28T07:21:01.705Z | Downloaded regress v0.9.0 |
1273 | 2024-03-28T07:21:01.715Z | Downloaded smoltcp v0.11.0 |
1274 | 2024-03-28T07:21:01.729Z | Downloaded zerocopy-derive v0.2.0 |
1275 | 2024-03-28T07:21:01.737Z | Downloaded regex-syntax v0.6.29 |
1276 | 2024-03-28T07:21:01.745Z | Downloaded ratatui v0.26.1 |
1277 | 2024-03-28T07:21:01.764Z | Downloaded zerocopy-derive v0.6.4 |
1278 | 2024-03-28T07:21:01.775Z | Downloaded sled v0.34.7 |
1279 | 2024-03-28T07:21:01.787Z | Downloaded regex-automata v0.4.5 |
1280 | 2024-03-28T07:21:01.805Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1281 | 2024-03-28T07:21:01.818Z | Downloaded sha3 v0.10.8 |
1282 | 2024-03-28T07:21:01.824Z | Downloaded libc v0.2.153 |
1283 | 2024-03-28T07:21:01.856Z | Downloaded tokio v1.36.0 |
1284 | 2024-03-28T07:21:01.891Z | Downloaded csv v1.3.0 |
1285 | 2024-03-28T07:21:01.912Z | Downloaded encoding_rs v0.8.33 |
1286 | 2024-03-28T07:21:01.933Z | Downloaded diesel v2.1.4 |
1287 | 2024-03-28T07:21:01.950Z | Downloaded bstr v1.9.0 |
1288 | 2024-03-28T07:21:01.962Z | Downloaded rustls v0.22.2 |
1289 | 2024-03-28T07:21:01.975Z | Downloaded polar-core v0.27.0 |
1290 | 2024-03-28T07:21:01.983Z | Downloaded curve25519-dalek v4.1.1 |
1291 | 2024-03-28T07:21:01.992Z | Downloaded rustls-webpki v0.101.7 |
1292 | 2024-03-28T07:21:02.009Z | Downloaded syn v2.0.52 |
1293 | 2024-03-28T07:21:02.017Z | Downloaded regex v1.10.3 |
1294 | 2024-03-28T07:21:02.030Z | Downloaded nix v0.27.1 |
1295 | 2024-03-28T07:21:02.041Z | Downloaded winnow v0.5.15 |
1296 | 2024-03-28T07:21:02.049Z | Downloaded reqwest v0.11.24 |
1297 | 2024-03-28T07:21:02.056Z | Downloaded vcpkg v0.2.15 |
1298 | 2024-03-28T07:21:02.095Z | Downloaded smoltcp v0.9.1 |
1299 | 2024-03-28T07:21:02.105Z | Downloaded rustls-webpki v0.102.1 |
1300 | 2024-03-28T07:21:02.123Z | Downloaded trust-dns-proto v0.22.0 |
1301 | 2024-03-28T07:21:02.134Z | Downloaded quick-xml v0.30.0 |
1302 | 2024-03-28T07:21:02.139Z | Downloaded idna v0.2.3 |
1303 | 2024-03-28T07:21:02.149Z | Downloaded clap v2.34.0 |
1304 | 2024-03-28T07:21:02.153Z | Downloaded bindgen v0.69.2 |
1305 | 2024-03-28T07:21:02.161Z | Downloaded serde v1.0.197 |
1306 | 2024-03-28T07:21:02.165Z | Downloaded zerocopy v0.7.32 |
1307 | 2024-03-28T07:21:02.183Z | Downloaded chrono v0.4.34 |
1308 | 2024-03-28T07:21:02.190Z | Downloaded blake3 v1.5.0 |
1309 | 2024-03-28T07:21:02.200Z | Downloaded typed-path v0.7.0 |
1310 | 2024-03-28T07:21:02.205Z | Downloaded sqlparser v0.43.1 |
1311 | 2024-03-28T07:21:02.220Z | Downloaded openssl-sys v0.9.96 |
1312 | 2024-03-28T07:21:02.220Z | Downloaded der v0.7.8 |
1313 | 2024-03-28T07:21:02.220Z | Downloaded time v0.3.34 |
1314 | 2024-03-28T07:21:02.227Z | Downloaded similar v2.4.0 |
1315 | 2024-03-28T07:21:02.231Z | Downloaded rand v0.8.5 |
1316 | 2024-03-28T07:21:02.236Z | Downloaded parking_lot_core v0.8.6 |
1317 | 2024-03-28T07:21:02.240Z | Downloaded num-derive v0.4.0 |
1318 | 2024-03-28T07:21:02.240Z | Downloaded vsss-rs v3.3.4 |
1319 | 2024-03-28T07:21:02.247Z | Downloaded num-traits v0.2.18 |
1320 | 2024-03-28T07:21:02.247Z | Downloaded ron v0.8.1 |
1321 | 2024-03-28T07:21:02.252Z | Downloaded postgres-types v0.2.6 |
1322 | 2024-03-28T07:21:02.252Z | Downloaded parking_lot v0.12.1 |
1323 | 2024-03-28T07:21:02.256Z | Downloaded version_check v0.9.4 |
1324 | 2024-03-28T07:21:02.256Z | Downloaded hyper v0.14.28 |
1325 | 2024-03-28T07:21:02.269Z | Downloaded termcolor v1.2.0 |
1326 | 2024-03-28T07:21:02.273Z | Downloaded salty v0.2.0 |
1327 | 2024-03-28T07:21:02.273Z | Downloaded postgres-protocol v0.6.6 |
1328 | 2024-03-28T07:21:02.273Z | Downloaded signature v1.6.4 |
1329 | 2024-03-28T07:21:02.273Z | Downloaded semver v0.11.0 |
1330 | 2024-03-28T07:21:02.285Z | Downloaded strum_macros v0.24.3 |
1331 | 2024-03-28T07:21:02.285Z | Downloaded slab v0.4.9 |
1332 | 2024-03-28T07:21:02.296Z | Downloaded rsa v0.9.2 |
1333 | 2024-03-28T07:21:02.297Z | Downloaded portable-atomic v1.4.3 |
1334 | 2024-03-28T07:21:02.297Z | Downloaded ena v0.14.2 |
1335 | 2024-03-28T07:21:02.297Z | Downloaded whoami v1.5.0 |
1336 | 2024-03-28T07:21:02.297Z | Downloaded rustls-pki-types v1.3.0 |
1337 | 2024-03-28T07:21:02.297Z | Downloaded rustls-pemfile v2.1.1 |
1338 | 2024-03-28T07:21:02.297Z | Downloaded pkcs8 v0.10.2 |
1339 | 2024-03-28T07:21:02.305Z | Downloaded futures v0.3.30 |
1340 | 2024-03-28T07:21:02.309Z | Downloaded hkdf v0.12.4 |
1341 | 2024-03-28T07:21:02.309Z | Downloaded toml_datetime v0.6.5 |
1342 | 2024-03-28T07:21:02.309Z | Downloaded ring v0.17.8 |
1343 | 2024-03-28T07:21:02.380Z | Downloaded serde_yaml v0.9.25 |
1344 | 2024-03-28T07:21:02.385Z | Downloaded tracing v0.1.40 |
1345 | 2024-03-28T07:21:02.388Z | Downloaded wyz v0.5.1 |
1346 | 2024-03-28T07:21:02.395Z | Downloaded uuid v1.7.0 |
1347 | 2024-03-28T07:21:02.395Z | Downloaded rustyline v13.0.0 |
1348 | 2024-03-28T07:21:02.400Z | Downloaded itertools v0.12.1 |
1349 | 2024-03-28T07:21:02.403Z | Downloaded serde_path_to_error v0.1.16 |
1350 | 2024-03-28T07:21:02.406Z | Downloaded der_derive v0.7.2 |
1351 | 2024-03-28T07:21:02.407Z | Downloaded quote v1.0.35 |
1352 | 2024-03-28T07:21:02.410Z | Downloaded ring v0.16.20 |
1353 | 2024-03-28T07:21:02.494Z | Downloaded yasna v0.5.2 |
1354 | 2024-03-28T07:21:02.497Z | Downloaded tokio-postgres v0.7.10 |
1355 | 2024-03-28T07:21:02.497Z | Downloaded tokio-util v0.7.10 |
1356 | 2024-03-28T07:21:02.501Z | Downloaded signal-hook v0.3.17 |
1357 | 2024-03-28T07:21:02.505Z | Downloaded tinyvec v1.6.0 |
1358 | 2024-03-28T07:21:02.508Z | Downloaded form_urlencoded v1.2.1 |
1359 | 2024-03-28T07:21:02.508Z | Downloaded defmt-parser v0.3.3 |
1360 | 2024-03-28T07:21:02.508Z | Downloaded defmt v0.3.5 |
1361 | 2024-03-28T07:21:02.511Z | Downloaded trust-dns-client v0.22.0 |
1362 | 2024-03-28T07:21:02.516Z | Downloaded once_cell v1.19.0 |
1363 | 2024-03-28T07:21:02.519Z | Downloaded papergrid v0.11.0 |
1364 | 2024-03-28T07:21:02.522Z | Downloaded darling v0.20.3 |
1365 | 2024-03-28T07:21:02.525Z | Downloaded darling v0.14.4 |
1366 | 2024-03-28T07:21:02.528Z | Downloaded xattr v1.0.1 |
1367 | 2024-03-28T07:21:02.531Z | Downloaded uuid v0.8.2 |
1368 | 2024-03-28T07:21:02.532Z | Downloaded unicase v2.7.0 |
1369 | 2024-03-28T07:21:02.535Z | Downloaded tokio-tungstenite v0.21.0 |
1370 | 2024-03-28T07:21:02.535Z | Downloaded tokio-tungstenite v0.20.1 |
1371 | 2024-03-28T07:21:02.538Z | Downloaded libm v0.2.7 |
1372 | 2024-03-28T07:21:02.547Z | Downloaded structmeta v0.3.0 |
1373 | 2024-03-28T07:21:02.552Z | Downloaded signal-hook-mio v0.2.3 |
1374 | 2024-03-28T07:21:02.552Z | Downloaded num-complex v0.4.4 |
1375 | 2024-03-28T07:21:02.552Z | Downloaded elliptic-curve v0.13.8 |
1376 | 2024-03-28T07:21:02.552Z | Downloaded memchr v2.7.1 |
1377 | 2024-03-28T07:21:02.556Z | Downloaded backtrace v0.3.69 |
1378 | 2024-03-28T07:21:02.560Z | Downloaded rayon-core v1.12.1 |
1379 | 2024-03-28T07:21:02.563Z | Downloaded libxml v0.3.3 |
1380 | 2024-03-28T07:21:02.569Z | Downloaded omicron-zone-package v0.11.0 |
1381 | 2024-03-28T07:21:02.572Z | Downloaded structopt v0.3.26 |
1382 | 2024-03-28T07:21:02.578Z | Downloaded aho-corasick v1.1.2 |
1383 | 2024-03-28T07:21:02.583Z | Downloaded same-file v1.0.6 |
1384 | 2024-03-28T07:21:02.587Z | Downloaded rustc_version v0.4.0 |
1385 | 2024-03-28T07:21:02.587Z | Downloaded strip-ansi-escapes v0.2.0 |
1386 | 2024-03-28T07:21:02.587Z | Downloaded zerocopy v0.6.4 |
1387 | 2024-03-28T07:21:02.590Z | Downloaded unicode-ident v1.0.12 |
1388 | 2024-03-28T07:21:02.594Z | Downloaded pest_generator v2.7.6 |
1389 | 2024-03-28T07:21:02.594Z | Downloaded mio v0.8.11 |
1390 | 2024-03-28T07:21:02.597Z | Downloaded proc-macro-error v1.0.4 |
1391 | 2024-03-28T07:21:02.604Z | Downloaded synstructure v0.12.6 |
1392 | 2024-03-28T07:21:02.604Z | Downloaded foreign-types-macros v0.2.3 |
1393 | 2024-03-28T07:21:02.604Z | Downloaded dyn-clone v1.0.17 |
1394 | 2024-03-28T07:21:02.609Z | Downloaded dof v0.3.0 |
1395 | 2024-03-28T07:21:02.609Z | Downloaded bytes v1.5.0 |
1396 | 2024-03-28T07:21:02.609Z | Downloaded ed25519 v1.5.3 |
1397 | 2024-03-28T07:21:02.612Z | Downloaded data-encoding v2.4.0 |
1398 | 2024-03-28T07:21:02.612Z | Downloaded untrusted v0.7.1 |
1399 | 2024-03-28T07:21:02.612Z | Downloaded cc v1.0.83 |
1400 | 2024-03-28T07:21:02.613Z | Downloaded http v0.2.12 |
1401 | 2024-03-28T07:21:02.619Z | Downloaded chacha20poly1305 v0.10.1 |
1402 | 2024-03-28T07:21:02.623Z | Downloaded base64 v0.13.1 |
1403 | 2024-03-28T07:21:02.623Z | Downloaded base64 v0.21.7 |
1404 | 2024-03-28T07:21:02.627Z | Downloaded env_logger v0.10.0 |
1405 | 2024-03-28T07:21:02.628Z | Downloaded env_logger v0.9.3 |
1406 | 2024-03-28T07:21:02.631Z | Downloaded derive_builder_core v0.12.0 |
1407 | 2024-03-28T07:21:02.631Z | Downloaded schemars_derive v0.8.16 |
1408 | 2024-03-28T07:21:02.634Z | Downloaded group v0.13.0 |
1409 | 2024-03-28T07:21:02.634Z | Downloaded cancel-safe-futures v0.1.5 |
1410 | 2024-03-28T07:21:02.638Z | Downloaded fragile v2.0.0 |
1411 | 2024-03-28T07:21:02.638Z | Downloaded compact_str v0.7.1 |
1412 | 2024-03-28T07:21:02.641Z | Downloaded pem-rfc7468 v0.7.0 |
1413 | 2024-03-28T07:21:02.644Z | Downloaded pem v3.0.2 |
1414 | 2024-03-28T07:21:02.644Z | Downloaded paste v1.0.14 |
1415 | 2024-03-28T07:21:02.650Z | Downloaded crossbeam-epoch v0.9.18 |
1416 | 2024-03-28T07:21:02.650Z | Downloaded crc-any v2.4.3 |
1417 | 2024-03-28T07:21:02.653Z | Downloaded const-oid v0.9.6 |
1418 | 2024-03-28T07:21:02.654Z | Downloaded mockall_derive v0.12.0 |
1419 | 2024-03-28T07:21:02.654Z | Downloaded miniz_oxide v0.7.1 |
1420 | 2024-03-28T07:21:02.657Z | Downloaded serde_derive v1.0.197 |
1421 | 2024-03-28T07:21:02.657Z | Downloaded camino-tempfile v1.1.1 |
1422 | 2024-03-28T07:21:02.660Z | Downloaded olpc-cjson v0.1.3 |
1423 | 2024-03-28T07:21:02.660Z | Downloaded getopts v0.2.21 |
1424 | 2024-03-28T07:21:02.660Z | Downloaded flagset v0.4.3 |
1425 | 2024-03-28T07:21:02.663Z | Downloaded wait-timeout v0.2.0 |
1426 | 2024-03-28T07:21:02.663Z | Downloaded serde_tokenstream v0.2.0 |
1427 | 2024-03-28T07:21:02.667Z | Downloaded ciborium v0.2.2 |
1428 | 2024-03-28T07:21:02.671Z | Downloaded hyper-rustls v0.24.2 |
1429 | 2024-03-28T07:21:02.671Z | Downloaded anstyle-parse v0.2.1 |
1430 | 2024-03-28T07:21:02.678Z | Downloaded anstream v0.6.11 |
1431 | 2024-03-28T07:21:02.678Z | Downloaded serde_repr v0.1.16 |
1432 | 2024-03-28T07:21:02.678Z | Downloaded sec1 v0.7.3 |
1433 | 2024-03-28T07:21:02.678Z | Downloaded scheduled-thread-pool v0.2.7 |
1434 | 2024-03-28T07:21:02.678Z | Downloaded bcs v0.1.6 |
1435 | 2024-03-28T07:21:02.681Z | Downloaded serde_tokenstream v0.1.7 |
1436 | 2024-03-28T07:21:02.682Z | Downloaded clap_lex v0.7.0 |
1437 | 2024-03-28T07:21:02.685Z | Downloaded bytecount v0.6.3 |
1438 | 2024-03-28T07:21:02.685Z | Downloaded byteorder v1.5.0 |
1439 | 2024-03-28T07:21:02.685Z | Downloaded hyper-staticfile v0.9.5 |
1440 | 2024-03-28T07:21:02.688Z | Downloaded nodrop v0.1.14 |
1441 | 2024-03-28T07:21:02.688Z | Downloaded indoc v1.0.9 |
1442 | 2024-03-28T07:21:02.692Z | Downloaded iana-time-zone v0.1.57 |
1443 | 2024-03-28T07:21:02.692Z | Downloaded httpdate v1.0.3 |
1444 | 2024-03-28T07:21:02.695Z | Downloaded hyper-tls v0.5.0 |
1445 | 2024-03-28T07:21:02.695Z | Downloaded hubpack v0.1.2 |
1446 | 2024-03-28T07:21:02.695Z | Downloaded crc-catalog v2.2.0 |
1447 | 2024-03-28T07:21:02.695Z | Downloaded bitflags v2.4.2 |
1448 | 2024-03-28T07:21:02.698Z | Downloaded bitfield v0.14.0 |
1449 | 2024-03-28T07:21:02.701Z | Downloaded indexmap v1.9.3 |
1450 | 2024-03-28T07:21:02.704Z | Downloaded hmac v0.12.1 |
1451 | 2024-03-28T07:21:02.704Z | Downloaded match_cfg v0.1.0 |
1452 | 2024-03-28T07:21:02.709Z | Downloaded managed v0.8.0 |
1453 | 2024-03-28T07:21:02.709Z | Downloaded macaddr v1.0.1 |
1454 | 2024-03-28T07:21:02.709Z | Downloaded colorchoice v1.0.0 |
1455 | 2024-03-28T07:21:02.710Z | Downloaded chacha20 v0.9.1 |
1456 | 2024-03-28T07:21:02.710Z | Downloaded libefi-sys v0.1.0 |
1457 | 2024-03-28T07:21:02.713Z | Downloaded colored v2.1.0 |
1458 | 2024-03-28T07:21:02.713Z | Downloaded cfg-if v1.0.0 |
1459 | 2024-03-28T07:21:02.713Z | Downloaded bitflags v1.3.2 |
1460 | 2024-03-28T07:21:02.720Z | Downloaded base16ct v0.2.0 |
1461 | 2024-03-28T07:21:02.720Z | Downloaded inout v0.1.3 |
1462 | 2024-03-28T07:21:02.723Z | Downloaded libloading v0.7.4 |
1463 | 2024-03-28T07:21:02.723Z | Downloaded bit-set v0.5.3 |
1464 | 2024-03-28T07:21:02.724Z | Downloaded anyhow v1.0.79 |
1465 | 2024-03-28T07:21:02.728Z | Downloaded instant v0.1.12 |
1466 | 2024-03-28T07:21:02.728Z | Downloaded bb8 v0.8.3 |
1467 | 2024-03-28T07:21:02.728Z | Downloaded http-range v0.1.5 |
1468 | 2024-03-28T07:21:02.728Z | Downloaded itoa v1.0.9 |
1469 | 2024-03-28T07:21:02.732Z | Downloaded hostname v0.3.1 |
1470 | 2024-03-28T07:21:02.732Z | Downloaded hashbrown v0.14.3 |
1471 | 2024-03-28T07:21:02.738Z | Downloaded async-trait v0.1.77 |
1472 | 2024-03-28T07:21:02.738Z | Downloaded arrayref v0.3.7 |
1473 | 2024-03-28T07:21:02.743Z | Downloaded anstyle-query v1.0.0 |
1474 | 2024-03-28T07:21:02.743Z | Downloaded heapless v0.7.16 |
1475 | 2024-03-28T07:21:02.747Z | Downloaded hashbrown v0.13.2 |
1476 | 2024-03-28T07:21:02.747Z | Downloaded arrayvec v0.7.4 |
1477 | 2024-03-28T07:21:02.752Z | Downloaded bitstruct v0.1.1 |
1478 | 2024-03-28T07:21:02.752Z | Downloaded base64ct v1.6.0 |
1479 | 2024-03-28T07:21:02.752Z | Downloaded async-recursion v1.0.5 |
1480 | 2024-03-28T07:21:02.755Z | Downloaded autocfg v1.1.0 |
1481 | 2024-03-28T07:21:02.755Z | Downloaded ascii-canvas v3.0.0 |
1482 | 2024-03-28T07:21:02.756Z | Downloaded anstyle v1.0.6 |
1483 | 2024-03-28T07:21:02.756Z | Downloaded headers-core v0.2.0 |
1484 | 2024-03-28T07:21:02.759Z | Downloaded base64 v0.22.0 |
1485 | 2024-03-28T07:21:02.759Z | Downloaded assert_matches v1.5.0 |
1486 | 2024-03-28T07:21:02.763Z | Downloaded ahash v0.8.8 |
1487 | 2024-03-28T07:21:03.185Z | Compiling proc-macro2 v1.0.78 |
1488 | 2024-03-28T07:21:03.185Z | Compiling unicode-ident v1.0.12 |
1489 | 2024-03-28T07:21:03.188Z | Compiling libc v0.2.153 |
1490 | 2024-03-28T07:21:03.188Z | Compiling serde v1.0.197 |
1491 | 2024-03-28T07:21:03.188Z | Compiling version_check v0.9.4 |
1492 | 2024-03-28T07:21:03.188Z | Compiling autocfg v1.1.0 |
1493 | 2024-03-28T07:21:03.228Z | Compiling cfg-if v1.0.0 |
1494 | 2024-03-28T07:21:03.354Z | Compiling syn v1.0.109 |
1495 | 2024-03-28T07:21:03.375Z | Compiling once_cell v1.19.0 |
1496 | 2024-03-28T07:21:03.426Z | Compiling byteorder v1.5.0 |
1497 | 2024-03-28T07:21:03.729Z | Compiling memchr v2.7.1 |
1498 | 2024-03-28T07:21:03.849Z | Compiling serde_json v1.0.114 |
1499 | 2024-03-28T07:21:03.884Z | Compiling ahash v0.8.8 |
1500 | 2024-03-28T07:21:03.903Z | Compiling lock_api v0.4.10 |
1501 | 2024-03-28T07:21:04.353Z | Compiling parking_lot_core v0.9.8 |
1502 | 2024-03-28T07:21:04.357Z | Compiling libm v0.2.7 |
1503 | 2024-03-28T07:21:04.487Z | Compiling num-traits v0.2.18 |
1504 | 2024-03-28T07:21:04.492Z | Compiling thiserror v1.0.57 |
1505 | 2024-03-28T07:21:04.792Z | Compiling typenum v1.16.0 |
1506 | 2024-03-28T07:21:04.969Z | Compiling generic-array v0.14.7 |
1507 | 2024-03-28T07:21:05.198Z | Compiling itoa v1.0.9 |
1508 | 2024-03-28T07:21:05.447Z | Compiling quote v1.0.35 |
1509 | 2024-03-28T07:21:05.615Z | Compiling log v0.4.21 |
1510 | 2024-03-28T07:21:05.746Z | Compiling scopeguard v1.2.0 |
1511 | 2024-03-28T07:21:05.789Z | Compiling cc v1.0.83 |
1512 | 2024-03-28T07:21:05.911Z | Compiling syn v2.0.52 |
1513 | 2024-03-28T07:21:06.053Z | Compiling getrandom v0.2.12 |
1514 | 2024-03-28T07:21:06.619Z | Compiling pkg-config v0.3.27 |
1515 | 2024-03-28T07:21:06.669Z | Compiling allocator-api2 v0.2.16 |
1516 | 2024-03-28T07:21:06.826Z | Compiling slab v0.4.9 |
1517 | 2024-03-28T07:21:06.847Z | Compiling ryu v1.0.15 |
1518 | 2024-03-28T07:21:07.345Z | Compiling pin-project-lite v0.2.13 |
1519 | 2024-03-28T07:21:07.482Z | Compiling smallvec v1.13.1 |
1520 | 2024-03-28T07:21:07.648Z | Compiling schemars v0.8.16 |
1521 | 2024-03-28T07:21:07.868Z | Compiling heck v0.4.1 |
1522 | 2024-03-28T07:21:07.997Z | Compiling equivalent v1.0.1 |
1523 | 2024-03-28T07:21:08.139Z | Compiling vcpkg v0.2.15 |
1524 | 2024-03-28T07:21:08.239Z | Compiling ring v0.17.8 |
1525 | 2024-03-28T07:21:08.904Z | Compiling parking_lot v0.12.1 |
1526 | 2024-03-28T07:21:09.562Z | Compiling signal-hook-registry v1.4.1 |
1527 | 2024-03-28T07:21:09.841Z | Compiling openssl-sys v0.9.96 |
1528 | 2024-03-28T07:21:10.721Z | Compiling mio v0.8.11 |
1529 | 2024-03-28T07:21:11.014Z | Compiling fnv v1.0.7 |
1530 | 2024-03-28T07:21:11.165Z | Compiling rand_core v0.6.4 |
1531 | 2024-03-28T07:21:11.234Z | Compiling time-core v0.1.2 |
1532 | 2024-03-28T07:21:11.454Z | Compiling num-conv v0.1.0 |
1533 | 2024-03-28T07:21:11.579Z | Compiling ring v0.16.20 |
1534 | 2024-03-28T07:21:11.683Z | Compiling socket2 v0.5.5 |
1535 | 2024-03-28T07:21:11.750Z | Compiling time-macros v0.2.17 |
1536 | 2024-03-28T07:21:12.312Z | Compiling num_cpus v1.16.0 |
1537 | 2024-03-28T07:21:12.514Z | Compiling httparse v1.8.0 |
1538 | 2024-03-28T07:21:12.961Z | Compiling ucd-trie v0.1.6 |
1539 | 2024-03-28T07:21:13.255Z | Compiling serde_derive_internals v0.26.0 |
1540 | 2024-03-28T07:21:13.414Z | Compiling futures-core v0.3.30 |
1541 | 2024-03-28T07:21:13.479Z | Compiling openssl v0.10.60 |
1542 | 2024-03-28T07:21:13.665Z | Compiling spin v0.5.2 |
1543 | 2024-03-28T07:21:14.131Z | Compiling iana-time-zone v0.1.57 |
1544 | 2024-03-28T07:21:14.331Z | Compiling crossbeam-utils v0.8.19 |
1545 | 2024-03-28T07:21:14.482Z | Compiling semver v1.0.22 |
1546 | 2024-03-28T07:21:14.903Z | Compiling tinyvec_macros v0.1.1 |
1547 | 2024-03-28T07:21:14.925Z | Compiling native-tls v0.2.11 |
1548 | 2024-03-28T07:21:14.998Z | Compiling rustls v0.21.9 |
1549 | 2024-03-28T07:21:15.198Z | Compiling tinyvec v1.6.0 |
1550 | 2024-03-28T07:21:15.239Z | Compiling spin v0.9.8 |
1551 | 2024-03-28T07:21:15.272Z | Compiling rustix v0.38.31 |
1552 | 2024-03-28T07:21:15.530Z | Compiling futures-sink v0.3.30 |
1553 | 2024-03-28T07:21:15.673Z | Compiling subtle v2.5.0 |
1554 | 2024-03-28T07:21:15.817Z | Compiling const-oid v0.9.6 |
1555 | 2024-03-28T07:21:15.882Z | Compiling unicode-xid v0.2.4 |
1556 | 2024-03-28T07:21:16.023Z | Compiling synstructure v0.12.6 |
1557 | 2024-03-28T07:21:16.074Z | Compiling backtrace v0.3.69 |
1558 | 2024-03-28T07:21:16.596Z | Compiling unicode-normalization v0.1.22 |
1559 | 2024-03-28T07:21:17.455Z | Compiling cookie v0.17.0 |
1560 | 2024-03-28T07:21:17.477Z | Compiling dyn-clone v1.0.17 |
1561 | 2024-03-28T07:21:17.483Z | Compiling uuid v0.8.2 |
1562 | 2024-03-28T07:21:17.514Z | Compiling slog v2.7.0 |
1563 | 2024-03-28T07:21:17.544Z | Compiling unicode-bidi v0.3.15 |
1564 | 2024-03-28T07:21:17.952Z | Compiling futures-channel v0.3.30 |
1565 | 2024-03-28T07:21:18.182Z | Compiling tracing-core v0.1.32 |
1566 | 2024-03-28T07:21:18.419Z | Compiling futures-task v0.3.30 |
1567 | 2024-03-28T07:21:18.700Z | Compiling futures-io v0.3.30 |
1568 | 2024-03-28T07:21:18.793Z | Compiling serde_derive v1.0.197 |
1569 | 2024-03-28T07:21:18.938Z | Compiling zerocopy-derive v0.7.32 |
1570 | 2024-03-28T07:21:19.038Z | Compiling zeroize_derive v1.4.2 |
1571 | 2024-03-28T07:21:19.041Z | Compiling thiserror-impl v1.0.57 |
1572 | 2024-03-28T07:21:19.082Z | Compiling tokio-macros v2.2.0 |
1573 | 2024-03-28T07:21:20.375Z | Compiling futures-macro v0.3.30 |
1574 | 2024-03-28T07:21:20.517Z | Compiling tracing-attributes v0.1.27 |
1575 | 2024-03-28T07:21:20.571Z | Compiling schemars_derive v0.8.16 |
1576 | 2024-03-28T07:21:20.832Z | Compiling zerocopy v0.7.32 |
1577 | 2024-03-28T07:21:21.846Z | Compiling zeroize v1.7.0 |
1578 | 2024-03-28T07:21:22.786Z | Compiling pest v2.7.6 |
1579 | 2024-03-28T07:21:22.962Z | Compiling hashbrown v0.14.3 |
1580 | 2024-03-28T07:21:23.554Z | Compiling openssl-macros v0.1.1 |
1581 | 2024-03-28T07:21:23.734Z | Compiling zerocopy-derive v0.2.0 |
1582 | 2024-03-28T07:21:24.297Z | Compiling pin-utils v0.1.0 |
1583 | 2024-03-28T07:21:24.405Z | Compiling futures-util v0.3.30 |
1584 | 2024-03-28T07:21:24.463Z | Compiling tracing v0.1.40 |
1585 | 2024-03-28T07:21:25.200Z | Compiling pest_meta v2.7.6 |
1586 | 2024-03-28T07:21:25.278Z | Compiling crypto-common v0.1.6 |
1587 | 2024-03-28T07:21:25.353Z | Compiling der_derive v0.7.2 |
1588 | 2024-03-28T07:21:25.530Z | Compiling aho-corasick v1.1.2 |
1589 | 2024-03-28T07:21:25.638Z | Compiling anyhow v1.0.79 |
1590 | 2024-03-28T07:21:27.619Z | Compiling pest_generator v2.7.6 |
1591 | 2024-03-28T07:21:28.762Z | Compiling winnow v0.5.15 |
1592 | 2024-03-28T07:21:29.462Z | Compiling pest_derive v2.7.6 |
1593 | 2024-03-28T07:21:30.108Z | Compiling regex-syntax v0.8.2 |
1594 | 2024-03-28T07:21:30.491Z | Compiling block-buffer v0.10.4 |
1595 | 2024-03-28T07:21:31.138Z | Compiling usdt-impl v0.3.5 |
1596 | 2024-03-28T07:21:31.423Z | Compiling crc32fast v1.3.2 |
1597 | 2024-03-28T07:21:31.454Z | Compiling unicode-width v0.1.11 |
1598 | 2024-03-28T07:21:31.637Z | Compiling untrusted v0.9.0 |
1599 | 2024-03-28T07:21:31.821Z | Compiling powerfmt v0.2.0 |
1600 | 2024-03-28T07:21:31.846Z | Compiling rustversion v1.0.14 |
1601 | 2024-03-28T07:21:32.278Z | Compiling bytes v1.5.0 |
1602 | 2024-03-28T07:21:32.582Z | Compiling indexmap v2.2.5 |
1603 | 2024-03-28T07:21:32.701Z | Compiling uuid v1.7.0 |
1604 | 2024-03-28T07:21:33.427Z | Compiling tokio v1.36.0 |
1605 | 2024-03-28T07:21:34.119Z | Compiling chrono v0.4.34 |
1606 | 2024-03-28T07:21:34.730Z | Compiling bitflags v2.4.2 |
1607 | 2024-03-28T07:21:36.188Z | Compiling toml_datetime v0.6.5 |
1608 | 2024-03-28T07:21:36.744Z | Compiling serde_spanned v0.6.5 |
1609 | 2024-03-28T07:21:36.789Z | Compiling http v0.2.12 |
1610 | 2024-03-28T07:21:37.702Z | Compiling rustc_version v0.4.0 |
1611 | 2024-03-28T07:21:37.804Z | Compiling toml_edit v0.19.15 |
1612 | 2024-03-28T07:21:39.181Z | Compiling regex-automata v0.4.5 |
1613 | 2024-03-28T07:21:39.813Z | Compiling heapless v0.7.16 |
1614 | 2024-03-28T07:21:40.125Z | Compiling deranged v0.3.11 |
1615 | 2024-03-28T07:21:42.457Z | Compiling digest v0.10.7 |
1616 | 2024-03-28T07:21:42.903Z | Compiling scroll_derive v0.12.0 |
1617 | 2024-03-28T07:21:43.847Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1618 | 2024-03-28T07:21:44.299Z | Compiling ppv-lite86 v0.2.17 |
1619 | 2024-03-28T07:21:44.468Z | Compiling percent-encoding v2.3.1 |
1620 | 2024-03-28T07:21:44.918Z | Compiling signal-hook v0.3.17 |
1621 | 2024-03-28T07:21:45.005Z | Compiling async-trait v0.1.77 |
1622 | 2024-03-28T07:21:45.344Z | Compiling num_threads v0.1.6 |
1623 | 2024-03-28T07:21:45.510Z | Compiling time v0.3.34 |
1624 | 2024-03-28T07:21:45.891Z | Compiling rand_chacha v0.3.1 |
1625 | 2024-03-28T07:21:46.891Z | Compiling regex v1.10.3 |
1626 | 2024-03-28T07:21:49.076Z | Compiling zerocopy v0.3.0 |
1627 | 2024-03-28T07:21:49.380Z | Compiling thread-id v4.2.0 |
1628 | 2024-03-28T07:21:49.516Z | Compiling rand v0.8.5 |
1629 | 2024-03-28T07:21:49.876Z | Compiling dof v0.1.5 |
1630 | 2024-03-28T07:21:50.704Z | Compiling tokio-util v0.7.10 |
1631 | 2024-03-28T07:21:52.050Z | Compiling dtrace-parser v0.1.14 |
1632 | 2024-03-28T07:21:52.416Z | Compiling num-bigint v0.4.4 |
1633 | 2024-03-28T07:21:52.837Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1634 | 2024-03-28T07:21:53.175Z | Compiling base64 v0.21.7 |
1635 | 2024-03-28T07:21:53.447Z | Compiling smoltcp v0.9.1 |
1636 | 2024-03-28T07:21:53.523Z | Compiling base64ct v1.6.0 |
1637 | 2024-03-28T07:21:53.637Z | Compiling adler v1.0.2 |
1638 | 2024-03-28T07:21:53.691Z | Compiling untrusted v0.7.1 |
1639 | 2024-03-28T07:21:53.887Z | Compiling foreign-types-shared v0.1.1 |
1640 | 2024-03-28T07:21:54.047Z | Compiling foreign-types v0.3.2 |
1641 | 2024-03-28T07:21:54.068Z | Compiling pem-rfc7468 v0.7.0 |
1642 | 2024-03-28T07:21:54.142Z | Compiling miniz_oxide v0.7.1 |
1643 | 2024-03-28T07:21:56.290Z | Compiling form_urlencoded v1.2.1 |
1644 | 2024-03-28T07:21:57.159Z | Compiling hmac v0.12.1 |
1645 | 2024-03-28T07:21:57.397Z | Compiling serde_tokenstream v0.1.7 |
1646 | 2024-03-28T07:21:57.587Z | Compiling lazy_static v1.4.0 |
1647 | 2024-03-28T07:21:57.739Z | Compiling try-lock v0.2.4 |
1648 | 2024-03-28T07:21:57.879Z | Compiling siphasher v0.3.11 |
1649 | 2024-03-28T07:21:58.010Z | Compiling unicode-segmentation v1.10.1 |
1650 | 2024-03-28T07:21:58.054Z | Compiling flagset v0.4.3 |
1651 | 2024-03-28T07:21:58.077Z | Compiling bitflags v1.3.2 |
1652 | 2024-03-28T07:21:58.267Z | Compiling der v0.7.8 |
1653 | 2024-03-28T07:21:58.456Z | Compiling want v0.3.1 |
1654 | 2024-03-28T07:21:59.200Z | Compiling sct v0.7.0 |
1655 | 2024-03-28T07:21:59.509Z | Compiling rustls-webpki v0.101.7 |
1656 | 2024-03-28T07:21:59.818Z | Compiling h2 v0.3.24 |
1657 | 2024-03-28T07:22:00.861Z | Compiling http-body v0.4.5 |
1658 | 2024-03-28T07:22:01.495Z | Compiling openapiv3 v2.0.0 |
1659 | 2024-03-28T07:22:01.715Z | Compiling hubpack_derive v0.1.1 |
1660 | 2024-03-28T07:22:02.631Z | Compiling zerocopy-derive v0.6.4 |
1661 | 2024-03-28T07:22:02.701Z | Compiling idna v0.5.0 |
1662 | 2024-03-28T07:22:03.417Z | Compiling errno v0.3.8 |
1663 | 2024-03-28T07:22:03.634Z | Compiling usdt-impl v0.5.0 |
1664 | 2024-03-28T07:22:03.982Z | Compiling httpdate v1.0.3 |
1665 | 2024-03-28T07:22:04.164Z | Compiling stable_deref_trait v1.2.0 |
1666 | 2024-03-28T07:22:04.273Z | Compiling openssl-probe v0.1.5 |
1667 | 2024-03-28T07:22:04.395Z | Compiling gimli v0.28.0 |
1668 | 2024-03-28T07:22:04.625Z | Compiling tower-service v0.3.2 |
1669 | 2024-03-28T07:22:04.894Z | Compiling anstyle v1.0.6 |
1670 | 2024-03-28T07:22:05.338Z | Compiling cpufeatures v0.2.12 |
1671 | 2024-03-28T07:22:05.359Z | Compiling utf8parse v0.2.1 |
1672 | 2024-03-28T07:22:05.534Z | Compiling anstyle-parse v0.2.1 |
1673 | 2024-03-28T07:22:06.283Z | Compiling sha2 v0.10.8 |
1674 | 2024-03-28T07:22:06.795Z | Compiling hyper v0.14.28 |
1675 | 2024-03-28T07:22:07.003Z | Compiling url v2.5.0 |
1676 | 2024-03-28T07:22:09.728Z | Compiling addr2line v0.21.0 |
1677 | 2024-03-28T07:22:09.961Z | Compiling spki v0.7.2 |
1678 | 2024-03-28T07:22:10.537Z | Compiling usdt-attr-macro v0.3.5 |
1679 | 2024-03-28T07:22:10.796Z | Compiling usdt-macro v0.3.5 |
1680 | 2024-03-28T07:22:11.392Z | Compiling scroll v0.12.0 |
1681 | 2024-03-28T07:22:12.028Z | Compiling md-5 v0.10.5 |
1682 | 2024-03-28T07:22:12.276Z | Compiling serde_tokenstream v0.2.0 |
1683 | 2024-03-28T07:22:12.804Z | Compiling stringprep v0.1.3 |
1684 | 2024-03-28T07:22:13.666Z | Compiling idna v0.3.0 |
1685 | 2024-03-28T07:22:15.251Z | Compiling diesel_table_macro_syntax v0.1.0 |
1686 | 2024-03-28T07:22:15.624Z | Compiling num-integer v0.1.46 |
1687 | 2024-03-28T07:22:15.906Z | Compiling object v0.32.1 |
1688 | 2024-03-28T07:22:16.164Z | Compiling hash32 v0.2.1 |
1689 | 2024-03-28T07:22:18.423Z | Compiling rustc-demangle v0.1.23 |
1690 | 2024-03-28T07:22:21.114Z | Compiling plain v0.2.3 |
1691 | 2024-03-28T07:22:21.202Z | Compiling psl-types v2.0.11 |
1692 | 2024-03-28T07:22:21.281Z | Compiling anstyle-query v1.0.0 |
1693 | 2024-03-28T07:22:21.325Z | Compiling fallible-iterator v0.2.0 |
1694 | 2024-03-28T07:22:21.423Z | Compiling colorchoice v1.0.0 |
1695 | 2024-03-28T07:22:21.595Z | Compiling anstream v0.6.11 |
1696 | 2024-03-28T07:22:22.065Z | Compiling postgres-protocol v0.6.6 |
1697 | 2024-03-28T07:22:22.308Z | Compiling publicsuffix v2.2.3 |
1698 | 2024-03-28T07:22:22.555Z | Compiling goblin v0.8.0 |
1699 | 2024-03-28T07:22:25.260Z | Compiling diesel_derives v2.1.2 |
1700 | 2024-03-28T07:22:28.094Z | Compiling tokio-rustls v0.24.1 |
1701 | 2024-03-28T07:22:32.398Z | Compiling pkcs8 v0.10.2 |
1702 | 2024-03-28T07:22:32.921Z | Compiling terminal_size v0.3.0 |
1703 | 2024-03-28T07:22:33.098Z | Compiling tokio-native-tls v0.3.1 |
1704 | 2024-03-28T07:22:33.402Z | Compiling phf_shared v0.11.2 |
1705 | 2024-03-28T07:22:33.794Z | Compiling strum_macros v0.25.2 |
1706 | 2024-03-28T07:22:34.087Z | Compiling regress v0.9.0 |
1707 | 2024-03-28T07:22:34.163Z | Compiling block-padding v0.3.3 |
1708 | 2024-03-28T07:22:34.238Z | Compiling enum-as-inner v0.5.1 |
1709 | 2024-03-28T07:22:34.974Z | Compiling serde_repr v0.1.16 |
1710 | 2024-03-28T07:22:35.174Z | Compiling clap_derive v4.5.0 |
1711 | 2024-03-28T07:22:36.235Z | Compiling ff v0.13.0 |
1712 | 2024-03-28T07:22:36.550Z | Compiling scheduled-thread-pool v0.2.7 |
1713 | 2024-03-28T07:22:37.411Z | Compiling encoding_rs v0.8.33 |
1714 | 2024-03-28T07:22:37.935Z | Compiling ipnet v2.9.0 |
1715 | 2024-03-28T07:22:38.889Z | Compiling strsim v0.11.0 |
1716 | 2024-03-28T07:22:38.966Z | Compiling mime v0.3.17 |
1717 | 2024-03-28T07:22:39.521Z | Compiling bit-vec v0.6.3 |
1718 | 2024-03-28T07:22:39.621Z | Compiling strsim v0.10.0 |
1719 | 2024-03-28T07:22:39.704Z | Compiling base16ct v0.2.0 |
1720 | 2024-03-28T07:22:39.961Z | Compiling ident_case v1.0.1 |
1721 | 2024-03-28T07:22:39.990Z | Compiling regex-automata v0.1.10 |
1722 | 2024-03-28T07:22:40.145Z | Compiling clap_lex v0.7.0 |
1723 | 2024-03-28T07:22:40.268Z | Compiling matches v0.1.10 |
1724 | 2024-03-28T07:22:40.375Z | Compiling pretty-hex v0.4.1 |
1725 | 2024-03-28T07:22:40.496Z | Compiling managed v0.8.0 |
1726 | 2024-03-28T07:22:41.189Z | Compiling dof v0.3.0 |
1727 | 2024-03-28T07:22:41.984Z | Compiling bstr v0.2.17 |
1728 | 2024-03-28T07:22:43.124Z | Compiling clap_builder v4.5.1 |
1729 | 2024-03-28T07:22:43.163Z | Compiling idna v0.2.3 |
1730 | 2024-03-28T07:22:44.131Z | Compiling darling_core v0.20.3 |
1731 | 2024-03-28T07:22:44.457Z | Compiling sec1 v0.7.3 |
1732 | 2024-03-28T07:22:44.592Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1733 | 2024-03-28T07:22:46.613Z | Compiling r2d2 v0.8.10 |
1734 | 2024-03-28T07:22:48.181Z | Compiling group v0.13.0 |
1735 | 2024-03-28T07:22:49.532Z | Compiling inout v0.1.3 |
1736 | 2024-03-28T07:22:49.871Z | Compiling phf v0.11.2 |
1737 | 2024-03-28T07:22:50.498Z | Compiling hyper-tls v0.5.0 |
1738 | 2024-03-28T07:22:50.866Z | Compiling signal-hook-mio v0.2.3 |
1739 | 2024-03-28T07:22:51.040Z | Compiling flate2 v1.0.28 |
1740 | 2024-03-28T07:22:51.184Z | Compiling bzip2 v0.4.4 |
1741 | 2024-03-28T07:22:51.384Z | Compiling hyper-rustls v0.24.2 |
1742 | 2024-03-28T07:22:51.532Z | Compiling cookie_store v0.20.0 |
1743 | 2024-03-28T07:22:51.573Z | Compiling postgres-types v0.2.6 |
1744 | 2024-03-28T07:22:51.987Z | Compiling zerocopy v0.6.4 |
1745 | 2024-03-28T07:22:52.212Z | Compiling hubpack v0.1.2 |
1746 | 2024-03-28T07:22:52.660Z | Compiling rustls-pemfile v1.0.3 |
1747 | 2024-03-28T07:22:52.851Z | Compiling phf_shared v0.10.0 |
1748 | 2024-03-28T07:22:52.885Z | Compiling hkdf v0.12.4 |
1749 | 2024-03-28T07:22:52.957Z | Compiling crossbeam-epoch v0.9.18 |
1750 | 2024-03-28T07:22:52.994Z | Compiling serde_urlencoded v0.7.1 |
1751 | 2024-03-28T07:22:53.312Z | Compiling ipnetwork v0.20.0 |
1752 | 2024-03-28T07:22:53.589Z | Compiling futures-executor v0.3.30 |
1753 | 2024-03-28T07:22:54.125Z | Compiling dtrace-parser v0.2.0 |
1754 | 2024-03-28T07:22:54.390Z | Compiling crypto-bigint v0.5.2 |
1755 | 2024-03-28T07:22:54.451Z | Compiling float-cmp v0.9.0 |
1756 | 2024-03-28T07:22:54.801Z | Compiling difflib v0.4.0 |
1757 | 2024-03-28T07:22:55.786Z | Compiling minimal-lexical v0.2.1 |
1758 | 2024-03-28T07:22:56.066Z | Compiling either v1.10.0 |
1759 | 2024-03-28T07:22:56.183Z | Compiling static_assertions v1.1.0 |
1760 | 2024-03-28T07:22:56.313Z | Compiling new_debug_unreachable v1.0.4 |
1761 | 2024-03-28T07:22:56.361Z | Compiling winnow v0.6.1 |
1762 | 2024-03-28T07:22:56.376Z | Compiling precomputed-hash v0.1.1 |
1763 | 2024-03-28T07:22:56.405Z | Compiling predicates-core v1.0.6 |
1764 | 2024-03-28T07:22:56.464Z | Compiling sync_wrapper v0.1.2 |
1765 | 2024-03-28T07:22:56.556Z | Compiling webpki-roots v0.25.2 |
1766 | 2024-03-28T07:22:56.605Z | Compiling data-encoding v2.4.0 |
1767 | 2024-03-28T07:22:57.156Z | Compiling normalize-line-endings v0.3.0 |
1768 | 2024-03-28T07:22:57.203Z | Compiling fixedbitset v0.4.2 |
1769 | 2024-03-28T07:22:57.277Z | Compiling whoami v1.5.0 |
1770 | 2024-03-28T07:22:57.604Z | Compiling petgraph v0.6.4 |
1771 | 2024-03-28T07:22:57.858Z | Compiling tokio-postgres v0.7.10 |
1772 | 2024-03-28T07:22:58.048Z | Compiling predicates v3.1.0 |
1773 | 2024-03-28T07:22:58.300Z | Compiling trust-dns-proto v0.22.0 |
1774 | 2024-03-28T07:22:59.630Z | Compiling reqwest v0.11.24 |
1775 | 2024-03-28T07:22:59.954Z | Compiling toml_edit v0.22.6 |
1776 | 2024-03-28T07:23:01.648Z | Compiling itertools v0.10.5 |
1777 | 2024-03-28T07:23:01.823Z | Compiling string_cache v0.8.7 |
1778 | 2024-03-28T07:23:02.267Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1779 | 2024-03-28T07:23:02.459Z | Compiling nom v7.1.3 |
1780 | 2024-03-28T07:23:04.546Z | Compiling elliptic-curve v0.13.8 |
1781 | 2024-03-28T07:23:05.275Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1782 | 2024-03-28T07:23:07.281Z | Compiling futures v0.3.30 |
1783 | 2024-03-28T07:23:07.364Z | Compiling diesel v2.1.4 |
1784 | 2024-03-28T07:23:07.413Z | Compiling yasna v0.5.2 |
1785 | 2024-03-28T07:23:08.133Z | Compiling zip v0.6.6 |
1786 | 2024-03-28T07:23:08.680Z | Compiling crossterm v0.27.0 |
1787 | 2024-03-28T07:23:09.039Z | Compiling cipher v0.4.4 |
1788 | 2024-03-28T07:23:09.423Z | Compiling darling_macro v0.20.3 |
1789 | 2024-03-28T07:23:10.239Z | Compiling clap v4.5.1 |
1790 | 2024-03-28T07:23:10.339Z | Compiling similar v2.4.0 |
1791 | 2024-03-28T07:23:10.369Z | Compiling bit-set v0.5.3 |
1792 | 2024-03-28T07:23:10.648Z | Compiling num-iter v0.1.44 |
1793 | 2024-03-28T07:23:10.849Z | Compiling usdt v0.3.5 |
1794 | 2024-03-28T07:23:11.119Z | Compiling console v0.15.8 |
1795 | 2024-03-28T07:23:12.292Z | Compiling bstr v1.9.0 |
1796 | 2024-03-28T07:23:12.395Z | Compiling tokio-stream v0.1.14 |
1797 | 2024-03-28T07:23:12.424Z | Compiling toml v0.7.8 |
1798 | 2024-03-28T07:23:13.324Z | Compiling hex v0.4.3 |
1799 | 2024-03-28T07:23:13.466Z | Compiling proc-macro-error-attr v1.0.4 |
1800 | 2024-03-28T07:23:13.917Z | Compiling lalrpop-util v0.19.12 |
1801 | 2024-03-28T07:23:14.252Z | Compiling darling v0.20.3 |
1802 | 2024-03-28T07:23:14.314Z | Compiling proc-macro-crate v1.3.1 |
1803 | 2024-03-28T07:23:15.344Z | Compiling proc-macro-error v1.0.4 |
1804 | 2024-03-28T07:23:15.578Z | Compiling camino v1.1.6 |
1805 | 2024-03-28T07:23:15.740Z | Compiling heapless v0.8.0 |
1806 | 2024-03-28T07:23:17.328Z | Compiling num_enum_derive v0.5.11 |
1807 | 2024-03-28T07:23:26.267Z | Compiling atty v0.2.14 |
1808 | 2024-03-28T07:23:26.439Z | Compiling hash32 v0.3.1 |
1809 | 2024-03-28T07:23:26.766Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1810 | 2024-03-28T07:23:27.297Z | Compiling rustls-pki-types v1.3.0 |
1811 | 2024-03-28T07:23:28.600Z | Compiling smoltcp v0.11.0 |
1812 | 2024-03-28T07:23:45.231Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1813 | 2024-03-28T07:23:54.052Z | Compiling num_enum v0.5.11 |
1814 | 2024-03-28T07:23:57.557Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1815 | 2024-03-28T07:23:57.938Z | Compiling getopts v0.2.21 |
1816 | 2024-03-28T07:23:59.160Z | Compiling dirs-sys-next v0.1.2 |
1817 | 2024-03-28T07:23:59.293Z | Compiling rustls v0.22.2 |
1818 | 2024-03-28T07:23:59.838Z | Compiling embedded-io v0.4.0 |
1819 | 2024-03-28T07:24:00.078Z | Compiling cobs v0.2.3 |
1820 | 2024-03-28T07:24:00.541Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1821 | 2024-03-28T07:24:00.838Z | Compiling unsafe-libyaml v0.2.10 |
1822 | 2024-03-28T07:24:02.611Z | Compiling serde_yaml v0.9.25 |
1823 | 2024-03-28T07:24:02.654Z | Compiling postcard v1.0.8 |
1824 | 2024-03-28T07:24:05.687Z | Compiling dirs-next v2.0.0 |
1825 | 2024-03-28T07:24:07.057Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1826 | 2024-03-28T07:24:14.100Z | Compiling rustls-webpki v0.102.1 |
1827 | 2024-03-28T07:24:18.111Z | Compiling strum_macros v0.26.1 |
1828 | 2024-03-28T07:24:20.552Z | Compiling structmeta-derive v0.3.0 |
1829 | 2024-03-28T07:24:20.734Z | Compiling foreign-types-macros v0.2.3 |
1830 | 2024-03-28T07:24:21.062Z | Compiling thread_local v1.1.7 |
1831 | 2024-03-28T07:24:21.105Z | Compiling multer v3.0.0 |
1832 | 2024-03-28T07:24:21.414Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1833 | 2024-03-28T07:24:21.714Z | Compiling slog-async v2.8.0 |
1834 | 2024-03-28T07:24:21.945Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1835 | 2024-03-28T07:24:22.154Z | Compiling foreign-types-shared v0.3.1 |
1836 | 2024-03-28T07:24:22.345Z | Compiling paste v1.0.14 |
1837 | 2024-03-28T07:24:22.475Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1838 | 2024-03-28T07:24:22.768Z | Compiling match_cfg v0.1.0 |
1839 | 2024-03-28T07:24:23.120Z | Compiling structmeta v0.3.0 |
1840 | 2024-03-28T07:24:23.266Z | Compiling hostname v0.3.1 |
1841 | 2024-03-28T07:24:27.821Z | Compiling strum v0.26.1 |
1842 | 2024-03-28T07:24:28.488Z | Compiling foreign-types v0.5.0 |
1843 | 2024-03-28T07:24:29.108Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1844 | 2024-03-28T07:24:32.542Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1845 | 2024-03-28T07:24:41.331Z | Compiling term v0.7.0 |
1846 | 2024-03-28T07:24:42.708Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1847 | 2024-03-28T07:24:44.285Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1848 | 2024-03-28T07:24:45.272Z | Compiling slog-json v2.6.1 |
1849 | 2024-03-28T07:24:45.811Z | Compiling crossbeam-channel v0.5.8 |
1850 | 2024-03-28T07:24:46.587Z | Compiling http v1.0.0 |
1851 | 2024-03-28T07:24:47.354Z | Compiling tabwriter v1.4.0 |
1852 | 2024-03-28T07:24:47.550Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1853 | 2024-03-28T07:24:48.170Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1854 | 2024-03-28T07:24:48.192Z | Compiling async-stream-impl v0.3.5 |
1855 | 2024-03-28T07:24:48.350Z | Compiling cstr-argument v0.1.2 |
1856 | 2024-03-28T07:24:48.615Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1857 | 2024-03-28T07:24:48.884Z | Compiling rayon-core v1.12.1 |
1858 | 2024-03-28T07:24:48.932Z | Compiling pretty-hex v0.2.1 |
1859 | 2024-03-28T07:24:49.012Z | Compiling take_mut v0.2.2 |
1860 | 2024-03-28T07:24:49.191Z | Compiling fastrand v2.0.1 |
1861 | 2024-03-28T07:24:49.217Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1862 | 2024-03-28T07:24:49.234Z | Compiling atomic-waker v1.1.1 |
1863 | 2024-03-28T07:24:49.488Z | Compiling crucible-workspace-hack v0.1.0 |
1864 | 2024-03-28T07:24:49.543Z | Compiling async-stream v0.3.5 |
1865 | 2024-03-28T07:24:49.812Z | Compiling tempfile v3.10.0 |
1866 | 2024-03-28T07:24:49.854Z | Compiling waitgroup v0.1.2 |
1867 | 2024-03-28T07:24:49.927Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1868 | 2024-03-28T07:24:50.346Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1869 | 2024-03-28T07:24:51.286Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1870 | 2024-03-28T07:24:51.531Z | Compiling slog-bunyan v2.5.0 |
1871 | 2024-03-28T07:24:51.690Z | Compiling slog-term v2.9.0 |
1872 | 2024-03-28T07:24:51.703Z | Compiling tokio-rustls v0.25.0 |
1873 | 2024-03-28T07:24:52.158Z | Compiling parse-display-derive v0.9.0 |
1874 | 2024-03-28T07:24:52.884Z | Compiling toml v0.8.10 |
1875 | 2024-03-28T07:24:53.105Z | Compiling rustls-pemfile v2.1.1 |
1876 | 2024-03-28T07:24:53.575Z | Compiling serde_with_macros v3.6.1 |
1877 | 2024-03-28T07:24:53.858Z | Compiling sha1 v0.10.6 |
1878 | 2024-03-28T07:24:54.651Z | Compiling crossbeam-deque v0.8.3 |
1879 | 2024-03-28T07:24:54.818Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1880 | 2024-03-28T07:24:55.050Z | Compiling colored v2.1.0 |
1881 | 2024-03-28T07:24:56.125Z | Compiling newtype-uuid v1.0.1 |
1882 | 2024-03-28T07:24:56.351Z | Compiling serde_path_to_error v0.1.16 |
1883 | 2024-03-28T07:24:56.462Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1884 | 2024-03-28T07:24:56.484Z | Compiling socket2 v0.4.9 |
1885 | 2024-03-28T07:24:56.806Z | Compiling instant v0.1.12 |
1886 | 2024-03-28T07:24:56.985Z | Compiling debug-ignore v1.0.5 |
1887 | 2024-03-28T07:24:57.158Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1888 | 2024-03-28T07:24:57.179Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1889 | 2024-03-28T07:24:57.400Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1890 | 2024-03-28T07:24:58.185Z | Compiling backoff v0.4.0 |
1891 | 2024-03-28T07:24:58.542Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1892 | 2024-03-28T07:24:58.752Z | Compiling serde_with v3.6.1 |
1893 | 2024-03-28T07:24:58.950Z | Compiling parse-display v0.9.0 |
1894 | 2024-03-28T07:25:01.153Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1895 | 2024-03-28T07:25:01.848Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1896 | 2024-03-28T07:25:02.818Z | Compiling camino-tempfile v1.1.1 |
1897 | 2024-03-28T07:25:03.312Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1898 | 2024-03-28T07:25:03.693Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1899 | 2024-03-28T07:25:03.716Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1900 | 2024-03-28T07:25:03.811Z | Compiling heck v0.3.3 |
1901 | 2024-03-28T07:25:03.871Z | Compiling macaddr v1.0.1 |
1902 | 2024-03-28T07:25:04.212Z | Compiling textwrap v0.11.0 |
1903 | 2024-03-28T07:25:04.528Z | Compiling num-derive v0.4.0 |
1904 | 2024-03-28T07:25:05.096Z | Compiling vec_map v0.8.2 |
1905 | 2024-03-28T07:25:05.289Z | Compiling ansi_term v0.12.1 |
1906 | 2024-03-28T07:25:05.416Z | Compiling libefi-sys v0.1.0 |
1907 | 2024-03-28T07:25:05.708Z | Compiling strsim v0.8.0 |
1908 | 2024-03-28T07:25:06.109Z | Compiling clap v2.34.0 |
1909 | 2024-03-28T07:25:06.719Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
1910 | 2024-03-28T07:25:06.923Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1911 | 2024-03-28T07:25:07.145Z | Compiling structopt-derive v0.4.18 |
1912 | 2024-03-28T07:25:08.411Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1913 | 2024-03-28T07:25:08.970Z | Compiling rayon v1.9.0 |
1914 | 2024-03-28T07:25:09.876Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1915 | 2024-03-28T07:25:10.877Z | Compiling smf v0.2.2 |
1916 | 2024-03-28T07:25:11.139Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1917 | 2024-03-28T07:25:11.513Z | Compiling blake3 v1.5.0 |
1918 | 2024-03-28T07:25:12.083Z | Compiling portable-atomic v1.4.3 |
1919 | 2024-03-28T07:25:13.214Z | Compiling structopt v0.3.26 |
1920 | 2024-03-28T07:25:13.398Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1921 | 2024-03-28T07:25:13.599Z | Compiling xattr v1.0.1 |
1922 | 2024-03-28T07:25:13.802Z | Compiling memmap2 v0.7.1 |
1923 | 2024-03-28T07:25:13.919Z | Compiling filetime v0.2.23 |
1924 | 2024-03-28T07:25:14.311Z | Compiling constant_time_eq v0.3.0 |
1925 | 2024-03-28T07:25:14.342Z | Compiling arrayref v0.3.7 |
1926 | 2024-03-28T07:25:14.503Z | Compiling arrayvec v0.7.4 |
1927 | 2024-03-28T07:25:14.524Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1928 | 2024-03-28T07:25:14.611Z | Compiling same-file v1.0.6 |
1929 | 2024-03-28T07:25:14.694Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1930 | 2024-03-28T07:25:14.750Z | Compiling tar v0.4.40 |
1931 | 2024-03-28T07:25:14.889Z | Compiling walkdir v2.4.0 |
1932 | 2024-03-28T07:25:15.722Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1933 | 2024-03-28T07:25:17.363Z | Compiling gethostname v0.4.3 |
1934 | 2024-03-28T07:25:17.667Z | Compiling number_prefix v0.4.0 |
1935 | 2024-03-28T07:25:17.769Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1936 | 2024-03-28T07:25:17.936Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1937 | 2024-03-28T07:25:18.300Z | Compiling topological-sort v0.2.2 |
1938 | 2024-03-28T07:25:18.639Z | Compiling omicron-zone-package v0.11.0 |
1939 | 2024-03-28T07:25:19.231Z | Compiling indicatif v0.17.8 |
1940 | 2024-03-28T07:25:20.529Z | Compiling swrite v0.1.0 |
1941 | 2024-03-28T07:25:27.524Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1942 | 2024-03-28T07:25:29.878Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1943 | 2024-03-28T07:25:30.312Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1944 | 2024-03-28T07:25:31.957Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1945 | 2024-03-28T07:25:49.208Z | Finished release [optimized] target(s) in 5m 10s |
1946 | 2024-03-28T07:25:49.458Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1947 | 2024-03-28T07:25:49.523Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1948 | 2024-03-28T07:25:49.526Z | Created new build target 'test' and set it as active |
1949 | 2024-03-28T07:25:49.526Z | |
1950 | 2024-03-28T07:25:49.526Z | real 5:10.843343491 |
1951 | 2024-03-28T07:25:49.526Z | user 32:42.664657597 |
1952 | 2024-03-28T07:25:49.526Z | sys 4:03.459987528 |
1953 | 2024-03-28T07:25:49.526Z | trap 0.958457769 |
1954 | 2024-03-28T07:25:49.526Z | tflt 5.376160953 |
1955 | 2024-03-28T07:25:49.526Z | dflt 3.296515248 |
1956 | 2024-03-28T07:25:49.526Z | kflt 0.144051620 |
1957 | 2024-03-28T07:25:49.526Z | lock 1:09:27.242850398 |
1958 | 2024-03-28T07:25:49.526Z | slp 1:32:47.393474200 |
1959 | 2024-03-28T07:25:49.526Z | lat 2:07.567649690 |
1960 | 2024-03-28T07:25:49.526Z | stop 3:47.291619625 |
1961 | 2024-03-28T07:25:49.526Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1962 | 2024-03-28T07:25:50.325Z | Finished release [optimized] target(s) in 0.75s |
1963 | 2024-03-28T07:25:50.346Z | Running `target/release/omicron-package -t test package` |
1964 | 2024-03-28T07:25:50.376Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1965 | 2024-03-28T07:25:51.210Z | Compiling base64 v0.22.0 |
1966 | 2024-03-28T07:25:51.213Z | Compiling usdt-attr-macro v0.5.0 |
1967 | 2024-03-28T07:25:51.213Z | Compiling usdt-macro v0.5.0 |
1968 | 2024-03-28T07:25:51.279Z | Compiling memmap v0.7.0 |
1969 | 2024-03-28T07:25:51.307Z | Compiling humantime v2.1.0 |
1970 | 2024-03-28T07:25:51.311Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1971 | 2024-03-28T07:25:51.311Z | Compiling linked-hash-map v0.5.6 |
1972 | 2024-03-28T07:25:51.311Z | Compiling password-hash v0.5.0 |
1973 | 2024-03-28T07:25:51.673Z | Compiling lru-cache v0.1.2 |
1974 | 2024-03-28T07:25:51.684Z | Compiling blake2 v0.10.6 |
1975 | 2024-03-28T07:25:51.873Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1976 | 2024-03-28T07:25:52.083Z | Compiling semver v0.1.20 |
1977 | 2024-03-28T07:25:52.355Z | Compiling argon2 v0.5.3 |
1978 | 2024-03-28T07:25:52.540Z | Compiling rustc_version v0.1.7 |
1979 | 2024-03-28T07:25:52.645Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1980 | 2024-03-28T07:25:52.730Z | Compiling usdt v0.5.0 |
1981 | 2024-03-28T07:25:52.895Z | Compiling quick-error v1.2.3 |
1982 | 2024-03-28T07:25:52.938Z | Compiling newtype_derive v0.1.6 |
1983 | 2024-03-28T07:25:53.003Z | Compiling resolv-conf v0.7.0 |
1984 | 2024-03-28T07:25:53.032Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1985 | 2024-03-28T07:25:53.390Z | Compiling termcolor v1.2.0 |
1986 | 2024-03-28T07:25:53.606Z | Compiling trust-dns-resolver v0.22.0 |
1987 | 2024-03-28T07:25:53.626Z | Compiling steno v0.4.0 |
1988 | 2024-03-28T07:25:54.285Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1989 | 2024-03-28T07:25:54.482Z | Compiling itertools v0.12.1 |
1990 | 2024-03-28T07:25:54.683Z | Compiling derive-where v1.2.7 |
1991 | 2024-03-28T07:25:55.141Z | Compiling slog-dtrace v0.3.0 |
1992 | 2024-03-28T07:25:55.432Z | Compiling utf-8 v0.7.6 |
1993 | 2024-03-28T07:25:55.835Z | Compiling num-rational v0.4.1 |
1994 | 2024-03-28T07:25:56.905Z | Compiling nibble_vec v0.1.0 |
1995 | 2024-03-28T07:25:57.122Z | Compiling endian-type v0.1.2 |
1996 | 2024-03-28T07:25:57.367Z | Compiling radium v0.7.0 |
1997 | 2024-03-28T07:25:57.780Z | Compiling radix_trie v0.2.1 |
1998 | 2024-03-28T07:25:57.892Z | Compiling tungstenite v0.20.1 |
1999 | 2024-03-28T07:25:58.158Z | Compiling num-complex v0.4.4 |
2000 | 2024-03-28T07:25:58.720Z | Compiling tap v1.0.1 |
2001 | 2024-03-28T07:25:58.900Z | Compiling maybe-uninit v2.0.0 |
2002 | 2024-03-28T07:25:59.411Z | Compiling num v0.4.1 |
2003 | 2024-03-28T07:25:59.457Z | Compiling tokio-tungstenite v0.20.1 |
2004 | 2024-03-28T07:25:59.519Z | Compiling wyz v0.5.1 |
2005 | 2024-03-28T07:26:00.035Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2006 | 2024-03-28T07:26:00.454Z | Compiling packed_struct v0.10.1 |
2007 | 2024-03-28T07:26:00.535Z | Compiling crc-catalog v2.2.0 |
2008 | 2024-03-28T07:26:00.679Z | Compiling arc-swap v1.6.0 |
2009 | 2024-03-28T07:26:00.852Z | Compiling num-bigint-dig v0.8.4 |
2010 | 2024-03-28T07:26:01.066Z | Compiling funty v2.0.0 |
2011 | 2024-03-28T07:26:01.164Z | Compiling cancel-safe-futures v0.1.5 |
2012 | 2024-03-28T07:26:01.462Z | Compiling slog-scope v4.4.0 |
2013 | 2024-03-28T07:26:01.515Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2014 | 2024-03-28T07:26:02.392Z | Compiling bitvec v1.0.1 |
2015 | 2024-03-28T07:26:03.442Z | Compiling crc v3.0.1 |
2016 | 2024-03-28T07:26:03.723Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2017 | 2024-03-28T07:26:04.197Z | Compiling fxhash v0.2.1 |
2018 | 2024-03-28T07:26:04.406Z | Compiling packed_struct_codegen v0.10.1 |
2019 | 2024-03-28T07:26:06.611Z | Compiling indexmap v1.9.3 |
2020 | 2024-03-28T07:26:06.916Z | Compiling nodrop v0.1.14 |
2021 | 2024-03-28T07:26:07.035Z | Compiling display-error-chain v0.2.0 |
2022 | 2024-03-28T07:26:07.058Z | Compiling array-init v0.0.4 |
2023 | 2024-03-28T07:26:07.576Z | Compiling smallvec v0.6.14 |
2024 | 2024-03-28T07:26:08.062Z | Compiling slog-stdlog v4.1.1 |
2025 | 2024-03-28T07:26:09.019Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2026 | 2024-03-28T07:26:09.625Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2027 | 2024-03-28T07:26:11.576Z | Compiling rayon-core v1.12.1 |
2028 | 2024-03-28T07:26:11.596Z | Compiling pkcs1 v0.7.5 |
2029 | 2024-03-28T07:26:15.684Z | Compiling is-terminal v0.4.9 |
2030 | 2024-03-28T07:26:15.814Z | Compiling signature v2.1.0 |
2031 | 2024-03-28T07:26:16.064Z | Compiling crossbeam-deque v0.8.3 |
2032 | 2024-03-28T07:26:16.411Z | Compiling half v2.3.1 |
2033 | 2024-03-28T07:26:16.840Z | Compiling same-file v1.0.6 |
2034 | 2024-03-28T07:26:17.062Z | Compiling bitfield v0.14.0 |
2035 | 2024-03-28T07:26:17.115Z | Compiling fastrand v2.0.1 |
2036 | 2024-03-28T07:26:17.357Z | Compiling ciborium-io v0.2.2 |
2037 | 2024-03-28T07:26:17.477Z | Compiling hashbrown v0.12.3 |
2038 | 2024-03-28T07:26:17.491Z | Compiling ciborium-ll v0.2.2 |
2039 | 2024-03-28T07:26:17.623Z | Compiling tempfile v3.10.0 |
2040 | 2024-03-28T07:26:17.979Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2041 | 2024-03-28T07:26:18.405Z | Compiling walkdir v2.4.0 |
2042 | 2024-03-28T07:26:19.926Z | Compiling rsa v0.9.2 |
2043 | 2024-03-28T07:26:20.701Z | Compiling env_logger v0.10.0 |
2044 | 2024-03-28T07:26:21.029Z | Compiling serde-hex v0.1.0 |
2045 | 2024-03-28T07:26:24.642Z | Compiling slog-envlogger v2.2.0 |
2046 | 2024-03-28T07:26:25.361Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2047 | 2024-03-28T07:26:25.680Z | Compiling camino v1.1.6 |
2048 | 2024-03-28T07:26:25.739Z | Compiling x509-cert v0.2.4 |
2049 | 2024-03-28T07:26:26.351Z | Compiling ron v0.8.1 |
2050 | 2024-03-28T07:26:27.177Z | Compiling hashbrown v0.13.2 |
2051 | 2024-03-28T07:26:27.435Z | Compiling semver-parser v0.10.2 |
2052 | 2024-03-28T07:26:28.531Z | Compiling unicase v2.7.0 |
2053 | 2024-03-28T07:26:28.819Z | Compiling crc-any v2.4.3 |
2054 | 2024-03-28T07:26:29.265Z | Compiling blake3 v1.5.0 |
2055 | 2024-03-28T07:26:29.546Z | Compiling object v0.30.4 |
2056 | 2024-03-28T07:26:29.795Z | Compiling semver v0.11.0 |
2057 | 2024-03-28T07:26:30.464Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2058 | 2024-03-28T07:26:32.029Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2059 | 2024-03-28T07:26:33.597Z | Compiling rayon v1.9.0 |
2060 | 2024-03-28T07:26:33.742Z | Compiling ciborium v0.2.2 |
2061 | 2024-03-28T07:26:35.957Z | Compiling dirs-sys-next v0.1.2 |
2062 | 2024-03-28T07:26:36.449Z | Compiling xattr v1.0.1 |
2063 | 2024-03-28T07:26:36.682Z | Compiling filetime v0.2.23 |
2064 | 2024-03-28T07:26:36.969Z | Compiling memmap2 v0.7.1 |
2065 | 2024-03-28T07:26:37.376Z | Compiling arrayref v0.3.7 |
2066 | 2024-03-28T07:26:37.473Z | Compiling home v0.5.5 |
2067 | 2024-03-28T07:26:37.719Z | Compiling crunchy v0.2.2 |
2068 | 2024-03-28T07:26:38.101Z | Compiling constant_time_eq v0.3.0 |
2069 | 2024-03-28T07:26:38.170Z | Compiling path-slash v0.1.5 |
2070 | 2024-03-28T07:26:38.239Z | Compiling glob v0.3.1 |
2071 | 2024-03-28T07:26:38.389Z | Compiling arrayvec v0.7.4 |
2072 | 2024-03-28T07:26:38.566Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2073 | 2024-03-28T07:26:39.056Z | Compiling clang-sys v1.6.1 |
2074 | 2024-03-28T07:26:39.743Z | Compiling toolchain_find v0.2.0 |
2075 | 2024-03-28T07:26:40.198Z | Compiling tar v0.4.40 |
2076 | 2024-03-28T07:26:40.301Z | Compiling dirs-next v2.0.0 |
2077 | 2024-03-28T07:26:40.489Z | Compiling camino-tempfile v1.1.1 |
2078 | 2024-03-28T07:26:40.920Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2079 | 2024-03-28T07:26:41.360Z | Compiling libsw v3.3.1 |
2080 | 2024-03-28T07:26:41.682Z | Compiling toml v0.5.11 |
2081 | 2024-03-28T07:26:42.135Z | Compiling linear-map v1.2.0 |
2082 | 2024-03-28T07:26:42.516Z | Compiling parking_lot_core v0.8.6 |
2083 | 2024-03-28T07:26:42.936Z | Compiling owo-colors v4.0.0 |
2084 | 2024-03-28T07:26:43.359Z | Compiling prettyplease v0.2.16 |
2085 | 2024-03-28T07:26:43.642Z | Compiling topological-sort v0.2.2 |
2086 | 2024-03-28T07:26:43.861Z | Compiling tiny-keccak v2.0.2 |
2087 | 2024-03-28T07:26:44.149Z | Compiling convert_case v0.4.0 |
2088 | 2024-03-28T07:26:44.939Z | Compiling omicron-zone-package v0.11.0 |
2089 | 2024-03-28T07:26:44.954Z | Compiling derive_more v0.99.17 |
2090 | 2024-03-28T07:26:45.809Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2091 | 2024-03-28T07:26:49.174Z | Compiling rustfmt-wrapper v0.2.0 |
2092 | 2024-03-28T07:26:49.780Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2093 | 2024-03-28T07:26:50.004Z | Compiling term v0.7.0 |
2094 | 2024-03-28T07:26:50.523Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2095 | 2024-03-28T07:26:50.659Z | Compiling darling_core v0.14.4 |
2096 | 2024-03-28T07:26:51.303Z | Compiling toml v0.8.10 |
2097 | 2024-03-28T07:26:52.797Z | Compiling ascii-canvas v3.0.0 |
2098 | 2024-03-28T07:26:53.011Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2099 | 2024-03-28T07:26:53.714Z | Compiling pem v3.0.2 |
2100 | 2024-03-28T07:26:54.495Z | Compiling ena v0.14.2 |
2101 | 2024-03-28T07:26:54.532Z | Compiling libloading v0.7.4 |
2102 | 2024-03-28T07:26:54.900Z | Compiling diff v0.1.13 |
2103 | 2024-03-28T07:26:54.909Z | Compiling regex-syntax v0.6.29 |
2104 | 2024-03-28T07:26:55.342Z | Compiling platforms v3.0.2 |
2105 | 2024-03-28T07:26:55.448Z | Compiling bindgen v0.69.2 |
2106 | 2024-03-28T07:26:55.691Z | Compiling darling_macro v0.14.4 |
2107 | 2024-03-28T07:26:55.883Z | Compiling parking_lot v0.11.2 |
2108 | 2024-03-28T07:26:56.616Z | Compiling darling v0.14.4 |
2109 | 2024-03-28T07:26:56.740Z | Compiling mime_guess v2.0.4 |
2110 | 2024-03-28T07:26:57.836Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2111 | 2024-03-28T07:26:58.275Z | Compiling lalrpop v0.19.12 |
2112 | 2024-03-28T07:27:00.187Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2113 | 2024-03-28T07:27:00.310Z | Compiling trust-dns-client v0.22.0 |
2114 | 2024-03-28T07:27:01.165Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2115 | 2024-03-28T07:27:01.393Z | Compiling cexpr v0.6.0 |
2116 | 2024-03-28T07:27:02.667Z | Compiling which v4.4.0 |
2117 | 2024-03-28T07:27:03.208Z | Compiling vte_generate_state_changes v0.1.1 |
2118 | 2024-03-28T07:27:03.774Z | Compiling peeking_take_while v0.1.2 |
2119 | 2024-03-28T07:27:03.940Z | Compiling shlex v1.3.0 |
2120 | 2024-03-28T07:27:04.359Z | Compiling rustc-hash v1.1.0 |
2121 | 2024-03-28T07:27:04.402Z | Compiling doc-comment v0.3.3 |
2122 | 2024-03-28T07:27:04.499Z | Compiling lazycell v1.3.0 |
2123 | 2024-03-28T07:27:04.667Z | Compiling buf-list v1.0.3 |
2124 | 2024-03-28T07:27:04.894Z | Compiling ref-cast v1.0.20 |
2125 | 2024-03-28T07:27:05.379Z | Compiling trust-dns-server v0.22.1 |
2126 | 2024-03-28T07:27:06.730Z | Compiling vte v0.11.1 |
2127 | 2024-03-28T07:27:09.228Z | Compiling derive_builder_core v0.12.0 |
2128 | 2024-03-28T07:27:11.346Z | Compiling sled v0.34.7 |
2129 | 2024-03-28T07:27:12.097Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2130 | 2024-03-28T07:27:12.373Z | Compiling headers-core v0.2.0 |
2131 | 2024-03-28T07:27:12.544Z | Compiling libxml v0.3.3 |
2132 | 2024-03-28T07:27:12.848Z | Compiling ref-cast-impl v1.0.20 |
2133 | 2024-03-28T07:27:12.896Z | Compiling pin-project-internal v1.1.3 |
2134 | 2024-03-28T07:27:13.937Z | Compiling memoffset v0.7.1 |
2135 | 2024-03-28T07:27:14.261Z | Compiling bytecount v0.6.3 |
2136 | 2024-03-28T07:27:14.586Z | Compiling papergrid v0.11.0 |
2137 | 2024-03-28T07:27:15.674Z | Compiling pin-project v1.1.3 |
2138 | 2024-03-28T07:27:15.806Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2139 | 2024-03-28T07:27:25.946Z | Compiling polar-core v0.27.0 |
2140 | 2024-03-28T07:27:27.530Z | Compiling headers v0.3.9 |
2141 | 2024-03-28T07:27:27.664Z | Compiling curve25519-dalek v4.1.1 |
2142 | 2024-03-28T07:27:28.064Z | Compiling derive_builder_macro v0.12.0 |
2143 | 2024-03-28T07:27:30.308Z | Compiling strip-ansi-escapes v0.2.0 |
2144 | 2024-03-28T07:27:31.072Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2145 | 2024-03-28T07:27:31.942Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2146 | 2024-03-28T07:27:34.220Z | Compiling tabled_derive v0.7.0 |
2147 | 2024-03-28T07:27:36.209Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2148 | 2024-03-28T07:27:36.570Z | Compiling fd-lock v3.0.13 |
2149 | 2024-03-28T07:27:36.771Z | Compiling strum_macros v0.24.3 |
2150 | 2024-03-28T07:27:39.562Z | Compiling kstat-rs v0.2.3 |
2151 | 2024-03-28T07:27:39.903Z | Compiling snafu-derive v0.7.5 |
2152 | 2024-03-28T07:27:40.407Z | Compiling cookie v0.18.0 |
2153 | 2024-03-28T07:27:40.693Z | Compiling fs-err v2.11.0 |
2154 | 2024-03-28T07:27:40.924Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2155 | 2024-03-28T07:27:40.976Z | Compiling keccak v0.1.4 |
2156 | 2024-03-28T07:27:41.146Z | Compiling strum v0.25.0 |
2157 | 2024-03-28T07:27:41.165Z | Compiling nu-ansi-term v0.50.0 |
2158 | 2024-03-28T07:27:41.301Z | Compiling indoc v1.0.9 |
2159 | 2024-03-28T07:27:41.881Z | Compiling reedline v0.30.0 |
2160 | 2024-03-28T07:27:42.325Z | Compiling sha3 v0.10.8 |
2161 | 2024-03-28T07:27:43.462Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2162 | 2024-03-28T07:27:44.496Z | Compiling snafu v0.7.5 |
2163 | 2024-03-28T07:27:44.932Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2164 | 2024-03-28T07:27:45.172Z | Compiling tabled v0.15.0 |
2165 | 2024-03-28T07:27:45.909Z | Compiling derive_builder v0.12.0 |
2166 | 2024-03-28T07:27:51.396Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2167 | 2024-03-28T07:27:51.508Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2168 | 2024-03-28T07:27:58.665Z | Compiling env_logger v0.9.3 |
2169 | 2024-03-28T07:28:00.363Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2170 | 2024-03-28T07:28:00.646Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-03-28T07:28:01.152Z | Compiling globset v0.4.13 |
2172 | 2024-03-28T07:28:03.393Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2173 | 2024-03-28T07:28:04.984Z | Compiling fd-lock v4.0.2 |
2174 | 2024-03-28T07:28:05.213Z | Compiling olpc-cjson v0.1.3 |
2175 | 2024-03-28T07:28:05.517Z | Compiling bb8 v0.8.3 |
2176 | 2024-03-28T07:28:05.535Z | Compiling universal-hash v0.5.1 |
2177 | 2024-03-28T07:28:05.736Z | Compiling nix v0.27.1 |
2178 | 2024-03-28T07:28:06.032Z | Compiling secrecy v0.8.0 |
2179 | 2024-03-28T07:28:06.291Z | Compiling serde_plain v1.0.2 |
2180 | 2024-03-28T07:28:06.858Z | Compiling quick-xml v0.30.0 |
2181 | 2024-03-28T07:28:08.736Z | Compiling oso-derive v0.27.0 |
2182 | 2024-03-28T07:28:09.603Z | Compiling async-recursion v1.0.5 |
2183 | 2024-03-28T07:28:09.710Z | Compiling thiserror-impl-no-std v2.0.2 |
2184 | 2024-03-28T07:28:10.401Z | Compiling sqlparser_derive v0.2.2 |
2185 | 2024-03-28T07:28:10.589Z | Compiling impl-trait-for-tuples v0.2.2 |
2186 | 2024-03-28T07:28:11.437Z | Compiling curve25519-dalek-derive v0.1.0 |
2187 | 2024-03-28T07:28:11.976Z | Compiling nanorand v0.7.0 |
2188 | 2024-03-28T07:28:12.454Z | Compiling bitstruct_derive v0.1.0 |
2189 | 2024-03-28T07:28:12.717Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2190 | 2024-03-28T07:28:12.825Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2191 | 2024-03-28T07:28:12.868Z | Compiling ascii v1.1.0 |
2192 | 2024-03-28T07:28:13.123Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2193 | 2024-03-28T07:28:13.181Z | Compiling typed-path v0.7.0 |
2194 | 2024-03-28T07:28:13.407Z | Compiling maplit v1.0.2 |
2195 | 2024-03-28T07:28:13.590Z | Compiling signature v1.6.4 |
2196 | 2024-03-28T07:28:13.675Z | Compiling unicode_categories v0.1.1 |
2197 | 2024-03-28T07:28:13.756Z | Compiling opaque-debug v0.3.0 |
2198 | 2024-03-28T07:28:13.808Z | Compiling salty v0.2.0 |
2199 | 2024-03-28T07:28:13.840Z | Compiling poly1305 v0.8.0 |
2200 | 2024-03-28T07:28:14.038Z | Compiling sqlformat v0.2.3 |
2201 | 2024-03-28T07:28:14.257Z | Compiling ed25519 v1.5.3 |
2202 | 2024-03-28T07:28:14.563Z | Compiling bitstruct v0.1.1 |
2203 | 2024-03-28T07:28:14.683Z | Compiling rustyline v13.0.0 |
2204 | 2024-03-28T07:28:15.606Z | Compiling tough v0.16.0 |
2205 | 2024-03-28T07:28:20.029Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2206 | 2024-03-28T07:28:20.695Z | Compiling oso v0.27.0 |
2207 | 2024-03-28T07:28:27.976Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2208 | 2024-03-28T07:28:28.259Z | Compiling thiserror-no-std v2.0.2 |
2209 | 2024-03-28T07:28:28.377Z | Compiling flume v0.11.0 |
2210 | 2024-03-28T07:28:29.119Z | Compiling sqlparser v0.43.1 |
2211 | 2024-03-28T07:28:30.270Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2212 | 2024-03-28T07:28:30.915Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2213 | 2024-03-28T07:28:40.233Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2214 | 2024-03-28T07:28:40.593Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2215 | 2024-03-28T07:28:43.146Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2216 | 2024-03-28T07:28:43.413Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2217 | 2024-03-28T07:28:44.670Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2218 | 2024-03-28T07:28:44.995Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2219 | 2024-03-28T07:28:45.276Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2220 | 2024-03-28T07:28:48.061Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2221 | 2024-03-28T07:28:49.271Z | Compiling chacha20 v0.9.1 |
2222 | 2024-03-28T07:28:49.719Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2223 | 2024-03-28T07:28:52.120Z | Compiling aead v0.5.2 |
2224 | 2024-03-28T07:28:52.440Z | Compiling bcs v0.1.6 |
2225 | 2024-03-28T07:28:53.154Z | Compiling serde_arrays v0.1.0 |
2226 | 2024-03-28T07:28:53.326Z | Compiling serde-big-array v0.5.1 |
2227 | 2024-03-28T07:28:53.376Z | Compiling erased-serde v0.3.31 |
2228 | 2024-03-28T07:28:53.583Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2229 | 2024-03-28T07:28:54.390Z | Compiling parse-size v1.0.0 |
2230 | 2024-03-28T07:28:54.676Z | Compiling highway v1.1.0 |
2231 | 2024-03-28T07:28:54.707Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2232 | 2024-03-28T07:28:55.150Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2233 | 2024-03-28T07:28:56.085Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2234 | 2024-03-28T07:29:01.752Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2235 | 2024-03-28T07:29:04.564Z | Compiling chacha20poly1305 v0.10.1 |
2236 | 2024-03-28T07:29:04.817Z | Compiling vsss-rs v3.3.4 |
2237 | 2024-03-28T07:29:14.302Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2238 | 2024-03-28T07:29:14.993Z | Compiling signal-hook-tokio v0.3.1 |
2239 | 2024-03-28T07:29:15.202Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2240 | 2024-03-28T07:29:17.510Z | Compiling castaway v0.2.2 |
2241 | 2024-03-28T07:29:17.715Z | Compiling serde-big-array v0.4.1 |
2242 | 2024-03-28T07:29:17.911Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2243 | 2024-03-28T07:29:18.194Z | Compiling http-range v0.1.5 |
2244 | 2024-03-28T07:29:18.760Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2245 | 2024-03-28T07:29:20.133Z | Compiling hyper-staticfile v0.9.5 |
2246 | 2024-03-28T07:29:23.554Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2247 | 2024-03-28T07:29:25.018Z | Compiling compact_str v0.7.1 |
2248 | 2024-03-28T07:29:25.406Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2249 | 2024-03-28T07:29:26.588Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2250 | 2024-03-28T07:29:41.950Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2251 | 2024-03-28T07:29:42.597Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2252 | 2024-03-28T07:29:42.840Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2253 | 2024-03-28T07:29:48.016Z | Compiling zone_cfg_derive v0.1.2 |
2254 | 2024-03-28T07:29:49.025Z | Compiling tungstenite v0.21.0 |
2255 | 2024-03-28T07:29:49.392Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2256 | 2024-03-28T07:29:49.674Z | Compiling lru v0.12.1 |
2257 | 2024-03-28T07:29:50.017Z | Compiling stability v0.1.1 |
2258 | 2024-03-28T07:29:50.196Z | Compiling corncobs v0.1.3 |
2259 | 2024-03-28T07:29:50.484Z | Compiling base64 v0.13.1 |
2260 | 2024-03-28T07:29:50.525Z | Compiling indoc v2.0.3 |
2261 | 2024-03-28T07:29:50.927Z | Compiling cassowary v0.3.0 |
2262 | 2024-03-28T07:29:51.290Z | Compiling ron v0.7.1 |
2263 | 2024-03-28T07:29:51.478Z | Compiling ratatui v0.26.1 |
2264 | 2024-03-28T07:29:54.426Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2265 | 2024-03-28T07:29:55.200Z | Compiling tokio-tungstenite v0.21.0 |
2266 | 2024-03-28T07:29:55.327Z | Compiling zone v0.1.8 |
2267 | 2024-03-28T07:29:55.755Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2268 | 2024-03-28T07:29:56.832Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2269 | 2024-03-28T07:29:57.086Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2270 | 2024-03-28T07:29:57.755Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2271 | 2024-03-28T07:30:08.344Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2272 | 2024-03-28T07:30:09.140Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2273 | 2024-03-28T07:30:10.944Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2274 | 2024-03-28T07:30:12.392Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2275 | 2024-03-28T07:30:12.678Z | Compiling portpicker v0.1.1 |
2276 | 2024-03-28T07:30:13.211Z | Compiling rand_seeder v0.2.3 |
2277 | 2024-03-28T07:30:13.614Z | Compiling smawk v0.3.1 |
2278 | 2024-03-28T07:30:13.858Z | Compiling unicode-linebreak v0.1.5 |
2279 | 2024-03-28T07:30:14.418Z | Compiling textwrap v0.16.1 |
2280 | 2024-03-28T07:30:18.358Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2281 | 2024-03-28T07:30:27.823Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2282 | 2024-03-28T07:30:34.261Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2283 | 2024-03-28T07:30:42.239Z | Compiling rcgen v0.12.1 |
2284 | 2024-03-28T07:30:42.686Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2285 | 2024-03-28T07:30:43.125Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=16f16478f4af1502b25ddcd79d307b3f116f13f6#16f16478) |
2286 | 2024-03-28T07:30:43.182Z | Compiling atomicwrites v0.4.3 |
2287 | 2024-03-28T07:30:43.721Z | Compiling fatfs v0.3.6 |
2288 | 2024-03-28T07:30:45.812Z | Compiling subprocess v0.2.9 |
2289 | 2024-03-28T07:30:46.724Z | Compiling rtoolbox v0.0.1 |
2290 | 2024-03-28T07:30:47.152Z | Compiling is_ci v1.2.0 |
2291 | 2024-03-28T07:30:47.451Z | Compiling assert_matches v1.5.0 |
2292 | 2024-03-28T07:30:48.150Z | Compiling supports-color v3.0.0 |
2293 | 2024-03-28T07:30:48.845Z | Compiling rpassword v7.3.1 |
2294 | 2024-03-28T07:30:49.265Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2295 | 2024-03-28T07:30:49.730Z | Compiling tui-tree-widget v0.17.0 |
2296 | 2024-03-28T07:30:50.136Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2297 | 2024-03-28T07:30:51.155Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2298 | 2024-03-28T07:30:53.400Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2299 | 2024-03-28T07:30:53.704Z | Compiling csv-core v0.1.11 |
2300 | 2024-03-28T07:30:54.647Z | Compiling shell-words v1.1.0 |
2301 | 2024-03-28T07:30:55.100Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2302 | 2024-03-28T07:30:56.374Z | Compiling csv v1.3.0 |
2303 | 2024-03-28T07:30:58.587Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2304 | 2024-03-28T07:31:01.359Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2305 | 2024-03-28T07:31:10.858Z | Compiling multimap v0.10.0 |
2306 | 2024-03-28T07:33:08.783Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2307 | 2024-03-28T07:33:25.359Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2308 | 2024-03-28T07:33:35.052Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2309 | 2024-03-28T07:40:08.031Z | Finished release [optimized] target(s) in 14m 17s |
2310 | 2024-03-28T07:41:10.781Z | |
2311 | 2024-03-28T07:41:10.784Z | real 15:21.060405884 |
2312 | 2024-03-28T07:41:10.784Z | user 1:43:49.851450862 |
2313 | 2024-03-28T07:41:10.784Z | sys 4:37.805480032 |
2314 | 2024-03-28T07:41:10.784Z | trap 2.407199863 |
2315 | 2024-03-28T07:41:10.784Z | tflt 2.007755735 |
2316 | 2024-03-28T07:41:10.784Z | dflt 4.138716184 |
2317 | 2024-03-28T07:41:10.784Z | kflt 0.146590668 |
2318 | 2024-03-28T07:41:10.784Z | lock 6:43:05.996570906 |
2319 | 2024-03-28T07:41:10.784Z | slp 4:03:07.882689126 |
2320 | 2024-03-28T07:41:10.784Z | lat 2:18.074210197 |
2321 | 2024-03-28T07:41:10.784Z | stop 59.661241566 |
2322 | 2024-03-28T07:41:10.784Z | + 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/*) |
2323 | 2024-03-28T07:41:10.784Z | + pfexec mkdir -p /work |
2324 | 2024-03-28T07:41:10.788Z | + pfexec chown build /work |
2325 | 2024-03-28T07:41:10.793Z | + 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 |
2326 | 2024-03-28T07:41:20.480Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2327 | 2024-03-28T07:41:20.480Z | a out/mg-ddm-gz.tar 73281K |
2328 | 2024-03-28T07:41:20.480Z | a out/omicron-sled-agent.tar 111413K |
2329 | 2024-03-28T07:41:20.480Z | a out/oxlog.tar 6098K |
2330 | 2024-03-28T07:41:20.480Z | a out/target/test 1K |
2331 | 2024-03-28T07:41:20.480Z | a out/npuzone/npuzone 36313K |
2332 | 2024-03-28T07:41:20.480Z | a package-manifest.toml 26K |
2333 | 2024-03-28T07:41:20.480Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2334 | 2024-03-28T07:41:20.480Z | a target/release/omicron-package 39198K |
2335 | 2024-03-28T07:41:20.480Z | a tools/create_virtual_hardware.sh 4K |
2336 | 2024-03-28T07:41:20.480Z | a tools/virtual_hardware.sh 4K |
2337 | 2024-03-28T07:41:20.480Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2338 | 2024-03-28T07:41:20.481Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2339 | 2024-03-28T07:41:20.481Z | a tools/scrimlet/softnpu-init.sh 3K |
2340 | 2024-03-28T07:41:20.481Z | a tools/scrimlet/softnpu-zone.txt 1K |
2341 | 2024-03-28T07:41:20.481Z | a tools/scrimlet/softnpu.toml 1K |
2342 | 2024-03-28T07:41:20.484Z | |
2343 | 2024-03-28T07:41:20.484Z | real 9.688397599 |
2344 | 2024-03-28T07:41:20.484Z | user 9.352661399 |
2345 | 2024-03-28T07:41:20.484Z | sys 0.687645800 |
2346 | 2024-03-28T07:41:20.484Z | trap 0.001408364 |
2347 | 2024-03-28T07:41:20.485Z | tflt 0.000000000 |
2348 | 2024-03-28T07:41:20.485Z | dflt 0.000000000 |
2349 | 2024-03-28T07:41:20.485Z | kflt 0.000000000 |
2350 | 2024-03-28T07:41:20.485Z | lock 0.000000000 |
2351 | 2024-03-28T07:41:20.485Z | slp 9.099773434 |
2352 | 2024-03-28T07:41:20.485Z | lat 0.232442486 |
2353 | 2024-03-28T07:41:20.485Z | stop 0.000178323 |
2354 | 2024-03-28T07:41:20.485Z | ++ pwd |
2355 | 2024-03-28T07:41:20.485Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2356 | 2024-03-28T07:41:20.485Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2357 | 2024-03-28T07:41:20.488Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2358 | 2024-03-28T07:41:21.291Z | Finished release [optimized] target(s) in 0.75s |
2359 | 2024-03-28T07:41:21.312Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2360 | 2024-03-28T07:41:21.343Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2361 | 2024-03-28T07:41:21.347Z | Created new build target 'host' and set it as active |
2362 | 2024-03-28T07:41:21.347Z | |
2363 | 2024-03-28T07:41:21.347Z | real 0.855708378 |
2364 | 2024-03-28T07:41:21.347Z | user 0.550950651 |
2365 | 2024-03-28T07:41:21.347Z | sys 0.285665152 |
2366 | 2024-03-28T07:41:21.347Z | trap 0.000045092 |
2367 | 2024-03-28T07:41:21.347Z | tflt 0.000010847 |
2368 | 2024-03-28T07:41:21.347Z | dflt 0.000033674 |
2369 | 2024-03-28T07:41:21.347Z | kflt 0.000000000 |
2370 | 2024-03-28T07:41:21.347Z | lock 0.023357515 |
2371 | 2024-03-28T07:41:21.347Z | slp 0.109693716 |
2372 | 2024-03-28T07:41:21.347Z | lat 0.003752404 |
2373 | 2024-03-28T07:41:21.347Z | stop 0.000273005 |
2374 | 2024-03-28T07:41:21.347Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2375 | 2024-03-28T07:41:22.117Z | Finished release [optimized] target(s) in 0.72s |
2376 | 2024-03-28T07:41:22.134Z | Running `target/release/omicron-package -t host package` |
2377 | 2024-03-28T07:41:22.161Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2378 | 2024-03-28T07:41:22.965Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2379 | 2024-03-28T07:43:44.355Z | Finished release [optimized] target(s) in 2m 22s |
2380 | 2024-03-28T07:44:13.995Z | |
2381 | 2024-03-28T07:44:13.998Z | real 2:52.605310356 |
2382 | 2024-03-28T07:44:13.998Z | user 13:40.100146983 |
2383 | 2024-03-28T07:44:13.998Z | sys 38.308758827 |
2384 | 2024-03-28T07:44:13.999Z | trap 0.241288811 |
2385 | 2024-03-28T07:44:13.999Z | tflt 0.064976783 |
2386 | 2024-03-28T07:44:13.999Z | dflt 7.980112799 |
2387 | 2024-03-28T07:44:13.999Z | kflt 0.078013516 |
2388 | 2024-03-28T07:44:13.999Z | lock 55:45.831196743 |
2389 | 2024-03-28T07:44:13.999Z | slp 12:09.031424269 |
2390 | 2024-03-28T07:44:13.999Z | lat 6.914789233 |
2391 | 2024-03-28T07:44:13.999Z | stop 2.124630568 |
2392 | 2024-03-28T07:44:13.999Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2393 | 2024-03-28T07:44:13.999Z | + for package in "$@" |
2394 | 2024-03-28T07:44:13.999Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2395 | 2024-03-28T07:44:14.000Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git3d116a771a1 |
2396 | 2024-03-28T07:44:14.802Z | Finished release [optimized] target(s) in 0.75s |
2397 | 2024-03-28T07:44:14.825Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git3d116a771a1` |
2398 | 2024-03-28T07:44:14.857Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2399 | 2024-03-28T07:44:15.033Z | Created: out/versioned/omicron-sled-agent.tar |
2400 | 2024-03-28T07:44:15.036Z | + for package in "$@" |
2401 | 2024-03-28T07:44:15.036Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2402 | 2024-03-28T07:44:15.036Z | + echo 0.0.0 |
2403 | 2024-03-28T07:44:15.036Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2404 | 2024-03-28T07:44:15.039Z | a VERSION 1K |
2405 | 2024-03-28T07:44:15.039Z | + rm VERSION |
2406 | 2024-03-28T07:44:15.042Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3d116a771a1 |
2407 | 2024-03-28T07:44:15.826Z | Finished release [optimized] target(s) in 0.73s |
2408 | 2024-03-28T07:44:15.848Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3d116a771a1` |
2409 | 2024-03-28T07:44:15.879Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2410 | 2024-03-28T07:44:16.032Z | Created: out/versioned/mg-ddm-gz.tar |
2411 | 2024-03-28T07:44:16.036Z | + for package in "$@" |
2412 | 2024-03-28T07:44:16.036Z | + [[ propolis-server == mg-ddm-gz ]] |
2413 | 2024-03-28T07:44:16.036Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git3d116a771a1 |
2414 | 2024-03-28T07:44:16.803Z | Finished release [optimized] target(s) in 0.72s |
2415 | 2024-03-28T07:44:16.824Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git3d116a771a1` |
2416 | 2024-03-28T07:44:16.855Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2417 | 2024-03-28T07:44:17.912Z | Created: out/versioned/propolis-server.tar.gz |
2418 | 2024-03-28T07:44:17.915Z | + for package in "$@" |
2419 | 2024-03-28T07:44:17.915Z | + [[ overlay == mg-ddm-gz ]] |
2420 | 2024-03-28T07:44:17.915Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git3d116a771a1 |
2421 | 2024-03-28T07:44:18.687Z | Finished release [optimized] target(s) in 0.72s |
2422 | 2024-03-28T07:44:18.708Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git3d116a771a1` |
2423 | 2024-03-28T07:44:18.742Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2424 | 2024-03-28T07:44:18.745Z | Created: out/versioned/overlay.tar.gz |
2425 | 2024-03-28T07:44:18.745Z | + for package in "$@" |
2426 | 2024-03-28T07:44:18.745Z | + [[ oxlog == mg-ddm-gz ]] |
2427 | 2024-03-28T07:44:18.746Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git3d116a771a1 |
2428 | 2024-03-28T07:44:19.560Z | Finished release [optimized] target(s) in 0.77s |
2429 | 2024-03-28T07:44:19.582Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git3d116a771a1` |
2430 | 2024-03-28T07:44:19.614Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2431 | 2024-03-28T07:44:19.630Z | Created: out/versioned/oxlog.tar |
2432 | 2024-03-28T07:44:19.633Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2433 | 2024-03-28T07:44:19.642Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2434 | 2024-03-28T07:44:19.646Z | ++ cd -- ./tools |
2435 | 2024-03-28T07:44:19.646Z | ++ pwd |
2436 | 2024-03-28T07:44:19.646Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2437 | 2024-03-28T07:44:19.646Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2438 | 2024-03-28T07:44:19.749Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2439 | 2024-03-28T07:44:19.753Z | ++ readlink -f /work |
2440 | 2024-03-28T07:44:19.753Z | + out_dir=/work |
2441 | 2024-03-28T07:44:19.753Z | + 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") |
2442 | 2024-03-28T07:44:19.753Z | + for dep in "${deps[@]}" |
2443 | 2024-03-28T07:44:19.753Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2444 | 2024-03-28T07:44:19.753Z | + for dep in "${deps[@]}" |
2445 | 2024-03-28T07:44:19.753Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2446 | 2024-03-28T07:44:19.753Z | + for dep in "${deps[@]}" |
2447 | 2024-03-28T07:44:19.753Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2448 | 2024-03-28T07:44:19.753Z | + for dep in "${deps[@]}" |
2449 | 2024-03-28T07:44:19.753Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2450 | 2024-03-28T07:44:19.753Z | + for dep in "${deps[@]}" |
2451 | 2024-03-28T07:44:19.753Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2452 | 2024-03-28T07:44:19.757Z | ++ mktemp -d |
2453 | 2024-03-28T07:44:19.757Z | + tmp_gz=/tmp/tmp.x9aa0h |
2454 | 2024-03-28T07:44:19.757Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2455 | 2024-03-28T07:44:19.757Z | + echo '{"v":"1","t":"layer"}' |
2456 | 2024-03-28T07:44:19.757Z | + pkg_dir=/tmp/tmp.x9aa0h/root/opt/oxide/sled-agent |
2457 | 2024-03-28T07:44:19.757Z | + mkdir -p /tmp/tmp.x9aa0h/root/opt/oxide/sled-agent |
2458 | 2024-03-28T07:44:19.761Z | + cd /tmp/tmp.x9aa0h/root/opt/oxide/sled-agent |
2459 | 2024-03-28T07:44:19.761Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2460 | 2024-03-28T07:44:19.850Z | x ., 0 bytes, 0 tape blocks |
2461 | 2024-03-28T07:44:19.850Z | x zone-bundle, 36054944 bytes, 70420 tape blocks |
2462 | 2024-03-28T07:44:19.850Z | x sled-agent, 78111256 bytes, 152562 tape blocks |
2463 | 2024-03-28T07:44:19.850Z | x pkg, 0 bytes, 0 tape blocks |
2464 | 2024-03-28T07:44:19.850Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2465 | 2024-03-28T07:44:19.851Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2466 | 2024-03-28T07:44:19.851Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2467 | 2024-03-28T07:44:19.851Z | x VERSION, 25 bytes, 1 tape blocks |
2468 | 2024-03-28T07:44:19.855Z | + mkdir -p /tmp/tmp.x9aa0h/root/lib/svc/manifest/site/ |
2469 | 2024-03-28T07:44:19.855Z | + mv pkg/manifest.xml /tmp/tmp.x9aa0h/root/lib/svc/manifest/site/sled-agent.xml |
2470 | 2024-03-28T07:44:19.855Z | + cd - |
2471 | 2024-03-28T07:44:19.855Z | /work/oxidecomputer/omicron |
2472 | 2024-03-28T07:44:19.856Z | + pkg_dir=/tmp/tmp.x9aa0h/root/opt/oxide/mg-ddm |
2473 | 2024-03-28T07:44:19.856Z | + mkdir -p /tmp/tmp.x9aa0h/root/opt/oxide/mg-ddm |
2474 | 2024-03-28T07:44:19.856Z | + cd /tmp/tmp.x9aa0h/root/opt/oxide/mg-ddm |
2475 | 2024-03-28T07:44:19.856Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2476 | 2024-03-28T07:44:19.910Z | x ., 0 bytes, 0 tape blocks |
2477 | 2024-03-28T07:44:19.910Z | x ddmadm, 25591920 bytes, 49985 tape blocks |
2478 | 2024-03-28T07:44:19.910Z | x ddmd, 49433200 bytes, 96550 tape blocks |
2479 | 2024-03-28T07:44:19.910Z | x pkg, 0 bytes, 0 tape blocks |
2480 | 2024-03-28T07:44:19.910Z | x pkg/mgd_method_script.sh, 797 bytes, 2 tape blocks |
2481 | 2024-03-28T07:44:19.910Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2482 | 2024-03-28T07:44:19.910Z | x pkg/mgd/manifest.xml, 1450 bytes, 3 tape blocks |
2483 | 2024-03-28T07:44:19.910Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2484 | 2024-03-28T07:44:19.910Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2485 | 2024-03-28T07:44:19.910Z | x pkg/ddm/manifest.xml, 1814 bytes, 4 tape blocks |
2486 | 2024-03-28T07:44:19.910Z | x VERSION, 25 bytes, 1 tape blocks |
2487 | 2024-03-28T07:44:19.914Z | + cd - |
2488 | 2024-03-28T07:44:19.914Z | /work/oxidecomputer/omicron |
2489 | 2024-03-28T07:44:19.914Z | + pkg_dir=/tmp/tmp.x9aa0h/root/opt/oxide/oxlog |
2490 | 2024-03-28T07:44:19.914Z | + mkdir -p /tmp/tmp.x9aa0h/root/opt/oxide/oxlog |
2491 | 2024-03-28T07:44:19.914Z | + cd /tmp/tmp.x9aa0h/root/opt/oxide/oxlog |
2492 | 2024-03-28T07:44:19.914Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2493 | 2024-03-28T07:44:19.919Z | x ., 0 bytes, 0 tape blocks |
2494 | 2024-03-28T07:44:19.919Z | x oxlog, 6241120 bytes, 12190 tape blocks |
2495 | 2024-03-28T07:44:19.919Z | x VERSION, 25 bytes, 1 tape blocks |
2496 | 2024-03-28T07:44:19.922Z | + cd - |
2497 | 2024-03-28T07:44:19.922Z | /work/oxidecomputer/omicron |
2498 | 2024-03-28T07:44:19.922Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.x9aa0h/root/opt/oxide |
2499 | 2024-03-28T07:44:20.006Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.x9aa0h/root/opt/oxide |
2500 | 2024-03-28T07:44:20.012Z | + cd /tmp/tmp.x9aa0h |
2501 | 2024-03-28T07:44:20.012Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2502 | 2024-03-28T07:44:28.631Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2503 | 2024-03-28T07:44:28.631Z | a oxide.json 1K |
2504 | 2024-03-28T07:44:28.631Z | a root/ 0K |
2505 | 2024-03-28T07:44:28.631Z | a root/opt/ 0K |
2506 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/ 0K |
2507 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/sled-agent/ 0K |
2508 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/sled-agent/zone-bundle 35210K |
2509 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/sled-agent/sled-agent 76281K |
2510 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2511 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2512 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2513 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/sled-agent/VERSION 1K |
2514 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/mg-ddm/ 0K |
2515 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/mg-ddm/ddmadm 24993K |
2516 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/mg-ddm/ddmd 48275K |
2517 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2518 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2519 | 2024-03-28T07:44:28.631Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2520 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2521 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2522 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2523 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2524 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2525 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/oxlog/ 0K |
2526 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/oxlog/oxlog 6095K |
2527 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/oxlog/VERSION 1K |
2528 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/propolis-server.tar.gz 64808K |
2529 | 2024-03-28T07:44:28.632Z | a root/opt/oxide/overlay.tar.gz 3K |
2530 | 2024-03-28T07:44:28.632Z | a root/lib/ 0K |
2531 | 2024-03-28T07:44:28.632Z | a root/lib/svc/ 0K |
2532 | 2024-03-28T07:44:28.632Z | a root/lib/svc/manifest/ 0K |
2533 | 2024-03-28T07:44:28.632Z | a root/lib/svc/manifest/site/ 0K |
2534 | 2024-03-28T07:44:28.632Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2535 | 2024-03-28T07:44:28.636Z | + cd / |
2536 | 2024-03-28T07:44:28.636Z | + rm -rf /tmp/tmp.x9aa0h |
2537 | 2024-03-28T07:44:28.660Z | |
2538 | 2024-03-28T07:44:28.663Z | real 9.023139112 |
2539 | 2024-03-28T07:44:28.663Z | user 8.351889807 |
2540 | 2024-03-28T07:44:28.664Z | sys 0.593267588 |
2541 | 2024-03-28T07:44:28.664Z | trap 0.001390851 |
2542 | 2024-03-28T07:44:28.664Z | tflt 0.000000000 |
2543 | 2024-03-28T07:44:28.664Z | dflt 0.000002259 |
2544 | 2024-03-28T07:44:28.664Z | kflt 0.000000000 |
2545 | 2024-03-28T07:44:28.664Z | lock 0.000000000 |
2546 | 2024-03-28T07:44:28.664Z | slp 17.494827774 |
2547 | 2024-03-28T07:44:28.664Z | lat 0.206929620 |
2548 | 2024-03-28T07:44:28.664Z | stop 0.000219211 |
2549 | 2024-03-28T07:44:28.664Z | + mkdir -p /work/zones |
2550 | 2024-03-28T07:44:28.664Z | + 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) |
2551 | 2024-03-28T07:44:28.664Z | + 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/ |
2552 | 2024-03-28T07:44:31.428Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2553 | 2024-03-28T07:44:32.287Z | Finished release [optimized] target(s) in 0.80s |
2554 | 2024-03-28T07:44:32.309Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2555 | 2024-03-28T07:44:32.338Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2556 | 2024-03-28T07:44:32.341Z | Created new build target 'recovery' and set it as active |
2557 | 2024-03-28T07:44:32.341Z | |
2558 | 2024-03-28T07:44:32.341Z | real 0.908861944 |
2559 | 2024-03-28T07:44:32.341Z | user 0.588639882 |
2560 | 2024-03-28T07:44:32.341Z | sys 0.299329648 |
2561 | 2024-03-28T07:44:32.342Z | trap 0.000657763 |
2562 | 2024-03-28T07:44:32.342Z | tflt 0.000034973 |
2563 | 2024-03-28T07:44:32.342Z | dflt 0.000002058 |
2564 | 2024-03-28T07:44:32.342Z | kflt 0.000000000 |
2565 | 2024-03-28T07:44:32.342Z | lock 0.023361834 |
2566 | 2024-03-28T07:44:32.342Z | slp 0.115660132 |
2567 | 2024-03-28T07:44:32.342Z | lat 0.009012534 |
2568 | 2024-03-28T07:44:32.342Z | stop 0.000330773 |
2569 | 2024-03-28T07:44:32.342Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2570 | 2024-03-28T07:44:33.134Z | Finished release [optimized] target(s) in 0.74s |
2571 | 2024-03-28T07:44:33.156Z | Running `target/release/omicron-package -t recovery package` |
2572 | 2024-03-28T07:44:33.189Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2573 | 2024-03-28T07:44:33.887Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2574 | 2024-03-28T07:44:36.238Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2575 | 2024-03-28T07:44:55.396Z | Finished release [optimized] target(s) in 22.15s |
2576 | 2024-03-28T07:45:16.136Z | |
2577 | 2024-03-28T07:45:16.139Z | real 43.779929065 |
2578 | 2024-03-28T07:45:16.139Z | user 1:37.919073469 |
2579 | 2024-03-28T07:45:16.139Z | sys 7.954266502 |
2580 | 2024-03-28T07:45:16.139Z | trap 0.065355928 |
2581 | 2024-03-28T07:45:16.139Z | tflt 0.054766223 |
2582 | 2024-03-28T07:45:16.139Z | dflt 0.427639728 |
2583 | 2024-03-28T07:45:16.139Z | kflt 0.000032305 |
2584 | 2024-03-28T07:45:16.139Z | lock 14:27.824182699 |
2585 | 2024-03-28T07:45:16.140Z | slp 1:43.154402365 |
2586 | 2024-03-28T07:45:16.140Z | lat 1.389721349 |
2587 | 2024-03-28T07:45:16.140Z | stop 0.538984408 |
2588 | 2024-03-28T07:45:16.140Z | + stamp_packages installinator mg-ddm-gz |
2589 | 2024-03-28T07:45:16.140Z | + for package in "$@" |
2590 | 2024-03-28T07:45:16.140Z | + [[ installinator == mg-ddm-gz ]] |
2591 | 2024-03-28T07:45:16.140Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git3d116a771a1 |
2592 | 2024-03-28T07:45:16.934Z | Finished release [optimized] target(s) in 0.74s |
2593 | 2024-03-28T07:45:16.955Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git3d116a771a1` |
2594 | 2024-03-28T07:45:16.986Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2595 | 2024-03-28T07:45:17.059Z | Created: out/versioned/installinator.tar |
2596 | 2024-03-28T07:45:17.062Z | + for package in "$@" |
2597 | 2024-03-28T07:45:17.062Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2598 | 2024-03-28T07:45:17.062Z | + echo 0.0.0 |
2599 | 2024-03-28T07:45:17.062Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2600 | 2024-03-28T07:45:17.062Z | a VERSION 1K |
2601 | 2024-03-28T07:45:17.062Z | + rm VERSION |
2602 | 2024-03-28T07:45:17.065Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3d116a771a1 |
2603 | 2024-03-28T07:45:17.846Z | Finished release [optimized] target(s) in 0.73s |
2604 | 2024-03-28T07:45:17.867Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3d116a771a1` |
2605 | 2024-03-28T07:45:17.903Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2606 | 2024-03-28T07:45:18.017Z | Created: out/versioned/mg-ddm-gz.tar |
2607 | 2024-03-28T07:45:18.020Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2608 | 2024-03-28T07:45:18.029Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2609 | 2024-03-28T07:45:18.033Z | ++ cd -- ./tools |
2610 | 2024-03-28T07:45:18.033Z | ++ pwd |
2611 | 2024-03-28T07:45:18.033Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2612 | 2024-03-28T07:45:18.033Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2613 | 2024-03-28T07:45:18.036Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2614 | 2024-03-28T07:45:18.037Z | ++ readlink -f /work |
2615 | 2024-03-28T07:45:18.037Z | + out_dir=/work |
2616 | 2024-03-28T07:45:18.037Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2617 | 2024-03-28T07:45:18.037Z | + for dep in "${deps[@]}" |
2618 | 2024-03-28T07:45:18.037Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2619 | 2024-03-28T07:45:18.037Z | + for dep in "${deps[@]}" |
2620 | 2024-03-28T07:45:18.037Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2621 | 2024-03-28T07:45:18.042Z | ++ mktemp -d |
2622 | 2024-03-28T07:45:18.042Z | + tmp_trampoline=/tmp/tmp.3laO4h |
2623 | 2024-03-28T07:45:18.043Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2624 | 2024-03-28T07:45:18.043Z | + echo '{"v":"1","t":"layer"}' |
2625 | 2024-03-28T07:45:18.043Z | + pkg_dir=/tmp/tmp.3laO4h/root/opt/oxide/installinator |
2626 | 2024-03-28T07:45:18.043Z | + mkdir -p /tmp/tmp.3laO4h/root/opt/oxide/installinator |
2627 | 2024-03-28T07:45:18.047Z | + cd /tmp/tmp.3laO4h/root/opt/oxide/installinator |
2628 | 2024-03-28T07:45:18.047Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2629 | 2024-03-28T07:45:18.075Z | x ., 0 bytes, 0 tape blocks |
2630 | 2024-03-28T07:45:18.075Z | x installinator, 47073448 bytes, 91941 tape blocks |
2631 | 2024-03-28T07:45:18.075Z | x pkg, 0 bytes, 0 tape blocks |
2632 | 2024-03-28T07:45:18.075Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2633 | 2024-03-28T07:45:18.075Z | x VERSION, 25 bytes, 1 tape blocks |
2634 | 2024-03-28T07:45:18.078Z | + mkdir -p /tmp/tmp.3laO4h/root/lib/svc/manifest/site/ |
2635 | 2024-03-28T07:45:18.079Z | + mv pkg/manifest.xml /tmp/tmp.3laO4h/root/lib/svc/manifest/site/installinator.xml |
2636 | 2024-03-28T07:45:18.093Z | + cd - |
2637 | 2024-03-28T07:45:18.094Z | /work/oxidecomputer/omicron |
2638 | 2024-03-28T07:45:18.094Z | + pkg_dir=/tmp/tmp.3laO4h/root/opt/oxide/mg-ddm |
2639 | 2024-03-28T07:45:18.094Z | + mkdir -p /tmp/tmp.3laO4h/root/opt/oxide/mg-ddm |
2640 | 2024-03-28T07:45:18.094Z | + cd /tmp/tmp.3laO4h/root/opt/oxide/mg-ddm |
2641 | 2024-03-28T07:45:18.094Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2642 | 2024-03-28T07:45:18.133Z | x ., 0 bytes, 0 tape blocks |
2643 | 2024-03-28T07:45:18.133Z | x ddmadm, 25591920 bytes, 49985 tape blocks |
2644 | 2024-03-28T07:45:18.133Z | x ddmd, 49433200 bytes, 96550 tape blocks |
2645 | 2024-03-28T07:45:18.133Z | x pkg, 0 bytes, 0 tape blocks |
2646 | 2024-03-28T07:45:18.134Z | x pkg/mgd_method_script.sh, 797 bytes, 2 tape blocks |
2647 | 2024-03-28T07:45:18.134Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2648 | 2024-03-28T07:45:18.134Z | x pkg/mgd/manifest.xml, 1450 bytes, 3 tape blocks |
2649 | 2024-03-28T07:45:18.134Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2650 | 2024-03-28T07:45:18.134Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2651 | 2024-03-28T07:45:18.134Z | x pkg/ddm/manifest.xml, 1814 bytes, 4 tape blocks |
2652 | 2024-03-28T07:45:18.134Z | x VERSION, 25 bytes, 1 tape blocks |
2653 | 2024-03-28T07:45:18.137Z | + cd - |
2654 | 2024-03-28T07:45:18.137Z | /work/oxidecomputer/omicron |
2655 | 2024-03-28T07:45:18.137Z | + cd /tmp/tmp.3laO4h |
2656 | 2024-03-28T07:45:18.137Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2657 | 2024-03-28T07:45:22.540Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2658 | 2024-03-28T07:45:22.540Z | a oxide.json 1K |
2659 | 2024-03-28T07:45:22.540Z | a root/ 0K |
2660 | 2024-03-28T07:45:22.540Z | a root/opt/ 0K |
2661 | 2024-03-28T07:45:22.540Z | a root/opt/oxide/ 0K |
2662 | 2024-03-28T07:45:22.540Z | a root/opt/oxide/installinator/ 0K |
2663 | 2024-03-28T07:45:22.540Z | a root/opt/oxide/installinator/installinator 45971K |
2664 | 2024-03-28T07:45:22.540Z | a root/opt/oxide/installinator/pkg/ 0K |
2665 | 2024-03-28T07:45:22.540Z | a root/opt/oxide/installinator/VERSION 1K |
2666 | 2024-03-28T07:45:22.540Z | a root/opt/oxide/mg-ddm/ 0K |
2667 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/ddmadm 24993K |
2668 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/ddmd 48275K |
2669 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2670 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2671 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2672 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2673 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2674 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2675 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2676 | 2024-03-28T07:45:22.541Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2677 | 2024-03-28T07:45:22.541Z | a root/lib/ 0K |
2678 | 2024-03-28T07:45:22.541Z | a root/lib/svc/ 0K |
2679 | 2024-03-28T07:45:22.541Z | a root/lib/svc/manifest/ 0K |
2680 | 2024-03-28T07:45:22.541Z | a root/lib/svc/manifest/site/ 0K |
2681 | 2024-03-28T07:45:22.541Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2682 | 2024-03-28T07:45:22.544Z | + cd / |
2683 | 2024-03-28T07:45:22.544Z | + rm -rf /tmp/tmp.3laO4h |
2684 | 2024-03-28T07:45:22.557Z | |
2685 | 2024-03-28T07:45:22.560Z | real 4.533804336 |
2686 | 2024-03-28T07:45:22.560Z | user 4.281187219 |
2687 | 2024-03-28T07:45:22.560Z | sys 0.265443453 |
2688 | 2024-03-28T07:45:22.560Z | trap 0.000530308 |
2689 | 2024-03-28T07:45:22.560Z | tflt 0.000000000 |
2690 | 2024-03-28T07:45:22.560Z | dflt 0.000000000 |
2691 | 2024-03-28T07:45:22.560Z | kflt 0.000000000 |
2692 | 2024-03-28T07:45:22.561Z | lock 0.000000000 |
2693 | 2024-03-28T07:45:22.561Z | slp 8.814292186 |
2694 | 2024-03-28T07:45:22.561Z | lat 0.096839032 |
2695 | 2024-03-28T07:45:22.561Z | stop 0.000192495 |
2696 | 2024-03-28T07:45:22.561Z | process exited: duration 1627508 ms, exit code 0 |
|
2697 | 2024-03-28T07:45:22.568Z | found 22 output files |
2698 | 2024-03-28T07:45:22.568Z | uploading: /work/version.txt (26 bytes) |
2699 | 2024-03-28T07:45:23.588Z | uploaded: /work/version.txt |
2700 | 2024-03-28T07:45:23.588Z | uploading: /work/package.tar.gz (84592198 bytes) |
2701 | 2024-03-28T07:45:52.414Z | uploaded: /work/package.tar.gz |
2702 | 2024-03-28T07:45:52.414Z | uploading: /work/global-zone-packages.tar.gz (126639845 bytes) |
2703 | 2024-03-28T07:46:33.549Z | uploaded: /work/global-zone-packages.tar.gz |
2704 | 2024-03-28T07:46:33.549Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38210620 bytes) |
2705 | 2024-03-28T07:46:47.629Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2706 | 2024-03-28T07:46:47.629Z | uploading: /work/zones/clickhouse.tar.gz (231184241 bytes) |
2707 | 2024-03-28T07:48:05.868Z | uploaded: /work/zones/clickhouse.tar.gz |
2708 | 2024-03-28T07:48:05.868Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231171896 bytes) |
2709 | 2024-03-28T07:49:24.417Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2710 | 2024-03-28T07:49:24.417Z | uploading: /work/zones/cockroachdb.tar.gz (126676551 bytes) |
2711 | 2024-03-28T07:50:16.681Z | uploaded: /work/zones/cockroachdb.tar.gz |
2712 | 2024-03-28T07:50:16.681Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25293208 bytes) |
2713 | 2024-03-28T07:50:27.798Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2714 | 2024-03-28T07:50:27.806Z | uploading: /work/zones/crucible-zone.tar.gz (37000436 bytes) |
2715 | 2024-03-28T07:50:45.504Z | uploaded: /work/zones/crucible-zone.tar.gz |
2716 | 2024-03-28T07:50:45.511Z | uploading: /work/zones/external-dns.tar.gz (31009125 bytes) |
2717 | 2024-03-28T07:50:56.473Z | uploaded: /work/zones/external-dns.tar.gz |
2718 | 2024-03-28T07:50:56.473Z | uploading: /work/zones/internal-dns.tar.gz (31010042 bytes) |
2719 | 2024-03-28T07:51:05.388Z | uploaded: /work/zones/internal-dns.tar.gz |
2720 | 2024-03-28T07:51:05.396Z | uploading: /work/zones/nexus-single-sled.tar.gz (90691047 bytes) |
2721 | 2024-03-28T07:51:43.430Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2722 | 2024-03-28T07:51:43.430Z | uploading: /work/zones/nexus.tar.gz (90690694 bytes) |
2723 | 2024-03-28T07:52:15.987Z | uploaded: /work/zones/nexus.tar.gz |
2724 | 2024-03-28T07:52:15.991Z | uploading: /work/zones/ntp.tar.gz (10432943 bytes) |
2725 | 2024-03-28T07:52:20.560Z | uploaded: /work/zones/ntp.tar.gz |
2726 | 2024-03-28T07:52:20.567Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16521593 bytes) |
2727 | 2024-03-28T07:52:27.725Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2728 | 2024-03-28T07:52:27.738Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16520760 bytes) |
2729 | 2024-03-28T07:52:35.397Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2730 | 2024-03-28T07:52:35.401Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2731 | 2024-03-28T07:52:36.407Z | uploaded: /work/zones/overlay.tar.gz |
2732 | 2024-03-28T07:52:36.407Z | uploading: /work/zones/oximeter.tar.gz (49050558 bytes) |
2733 | 2024-03-28T07:52:52.436Z | uploaded: /work/zones/oximeter.tar.gz |
2734 | 2024-03-28T07:52:52.445Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2735 | 2024-03-28T07:52:54.535Z | uploaded: /work/zones/probe.tar.gz |
2736 | 2024-03-28T07:52:54.535Z | uploading: /work/zones/propolis-server.tar.gz (66360059 bytes) |
2737 | 2024-03-28T07:53:27.638Z | uploaded: /work/zones/propolis-server.tar.gz |
2738 | 2024-03-28T07:53:27.638Z | uploading: /work/zones/switch-asic.tar.gz (292060062 bytes) |
2739 | 2024-03-28T07:55:13.687Z | uploaded: /work/zones/switch-asic.tar.gz |
2740 | 2024-03-28T07:55:13.687Z | uploading: /work/zones/switch-softnpu.tar.gz (213587990 bytes) |
2741 | 2024-03-28T07:56:25.279Z | uploaded: /work/zones/switch-softnpu.tar.gz |