|
|
|
1 | 2024-05-14T07:42:53.764Z | job assigned to worker 01HXV0SZ9N5P8XF0HCG5JDWT8A (queued for 1 m 0 s) |
|
2 | 2024-05-14T07:43:02.617Z | starting task 0: "setup" |
3 | 2024-05-14T07:43:02.676Z | ++ uname -s |
4 | 2024-05-14T07:43:02.682Z | + kern=SunOS |
5 | 2024-05-14T07:43:02.683Z | + case "$kern" in |
6 | 2024-05-14T07:43:02.683Z | + groupadd -g 12345 build |
7 | 2024-05-14T07:43:02.683Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-14T07:43:04.704Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-14T07:43:04.874Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-14T07:43:04.879Z | + home_fs=zfs |
11 | 2024-05-14T07:43:04.880Z | + [[ zfs == autofs ]] |
12 | 2024-05-14T07:43:04.880Z | + mkdir -p /home/build |
13 | 2024-05-14T07:43:04.880Z | + chown build:build /home/build /work |
14 | 2024-05-14T07:43:07.287Z | + chmod 0700 /home/build /work |
15 | 2024-05-14T07:43:07.291Z | process exited: duration 4264 ms, exit code 0 |
|
16 | 2024-05-14T07:43:07.299Z | starting task 1: "rust-toolchain" |
17 | 2024-05-14T07:43:07.310Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-14T07:43:07.331Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-14T07:43:07.647Z | info: downloading installer |
20 | 2024-05-14T07:43:09.714Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-14T07:43:09.714Z | warning: /opt/ooce/bin |
22 | 2024-05-14T07:43:09.715Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-14T07:43:09.715Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-14T07:43:09.715Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-14T07:43:09.715Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-14T07:43:09.715Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-14T07:43:09.716Z | error: cannot install while Rust is installed |
28 | 2024-05-14T07:43:09.716Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-14T07:43:09.802Z | info: profile set to 'default' |
30 | 2024-05-14T07:43:09.803Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-14T07:43:09.807Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-14T07:43:09.945Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-14T07:43:09.945Z | info: downloading component 'cargo' |
34 | 2024-05-14T07:43:10.752Z | info: downloading component 'clippy' |
35 | 2024-05-14T07:43:11.041Z | info: downloading component 'rust-docs' |
36 | 2024-05-14T07:43:12.460Z | info: downloading component 'rust-std' |
37 | 2024-05-14T07:43:14.018Z | info: downloading component 'rustc' |
38 | 2024-05-14T07:43:18.356Z | info: downloading component 'rustfmt' |
39 | 2024-05-14T07:43:18.627Z | info: installing component 'cargo' |
40 | 2024-05-14T07:43:19.853Z | info: installing component 'clippy' |
41 | 2024-05-14T07:43:19.881Z | info: installing component 'rust-docs' |
42 | 2024-05-14T07:43:21.650Z | info: installing component 'rust-std' |
43 | 2024-05-14T07:43:23.140Z | info: installing component 'rustc' |
44 | 2024-05-14T07:43:27.134Z | info: installing component 'rustfmt' |
45 | 2024-05-14T07:43:27.520Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-14T07:43:27.520Z | |
47 | 2024-05-14T07:43:28.233Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-14T07:43:28.234Z | |
49 | 2024-05-14T07:43:28.244Z | |
50 | 2024-05-14T07:43:28.244Z | Rust is installed now. Great! |
51 | 2024-05-14T07:43:28.245Z | |
52 | 2024-05-14T07:43:28.245Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-14T07:43:28.245Z | environment variable. This has not been done automatically. |
54 | 2024-05-14T07:43:28.246Z | |
55 | 2024-05-14T07:43:28.246Z | To configure your current shell, you need to source |
56 | 2024-05-14T07:43:28.246Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-14T07:43:28.246Z | |
58 | 2024-05-14T07:43:28.246Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-14T07:43:28.247Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-14T07:43:28.247Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-14T07:43:28.247Z | + rustc --version |
62 | 2024-05-14T07:43:28.247Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-14T07:43:28.247Z | process exited: duration 20666 ms, exit code 0 |
|
64 | 2024-05-14T07:43:28.292Z | starting task 2: "authentication" |
65 | 2024-05-14T07:43:28.715Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-14T07:43:32.756Z | process exited: duration 4477 ms, exit code 0 |
|
67 | 2024-05-14T07:43:32.789Z | starting task 3: "clone repository" |
68 | 2024-05-14T07:43:32.815Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-14T07:43:32.815Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-14T07:43:33.185Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-14T07:43:39.701Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-14T07:43:39.701Z | + git fetch origin 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 |
73 | 2024-05-14T07:43:40.056Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-14T07:43:40.056Z | * branch 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 -> FETCH_HEAD |
75 | 2024-05-14T07:43:40.075Z | + [[ -n '' ]] |
76 | 2024-05-14T07:43:40.075Z | + git reset --hard 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 |
77 | 2024-05-14T07:43:40.199Z | HEAD is now at 7b7f6b85d Update Rust crate prettyplease to 0.2.20 |
78 | 2024-05-14T07:43:40.211Z | process exited: duration 7410 ms, exit code 0 |
|
79 | 2024-05-14T07:43:40.243Z | starting task 4: "build" |
80 | 2024-05-14T07:43:40.260Z | + cargo --version |
81 | 2024-05-14T07:43:40.260Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
82 | 2024-05-14T07:43:40.414Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
83 | 2024-05-14T07:43:40.415Z | info: downloading component 'cargo' |
84 | 2024-05-14T07:43:41.087Z | info: downloading component 'clippy' |
85 | 2024-05-14T07:43:41.316Z | info: downloading component 'rust-docs' |
86 | 2024-05-14T07:43:42.244Z | info: downloading component 'rust-std' |
87 | 2024-05-14T07:43:43.646Z | info: downloading component 'rustc' |
88 | 2024-05-14T07:43:47.426Z | info: downloading component 'rustfmt' |
89 | 2024-05-14T07:43:47.653Z | info: installing component 'cargo' |
90 | 2024-05-14T07:43:48.457Z | info: installing component 'clippy' |
91 | 2024-05-14T07:43:48.771Z | info: installing component 'rust-docs' |
92 | 2024-05-14T07:43:50.214Z | info: installing component 'rust-std' |
93 | 2024-05-14T07:43:51.876Z | info: installing component 'rustc' |
94 | 2024-05-14T07:43:55.898Z | info: installing component 'rustfmt' |
95 | 2024-05-14T07:43:56.283Z | cargo 1.77.2 (e52e36006 2024-03-26) |
96 | 2024-05-14T07:43:56.296Z | + rustc --version |
97 | 2024-05-14T07:43:56.341Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
98 | 2024-05-14T07:43:56.344Z | + WORK=/work |
99 | 2024-05-14T07:43:56.344Z | + pfexec mkdir -p /work |
100 | 2024-05-14T07:43:56.348Z | + pfexec chown build /work |
101 | 2024-05-14T07:43:56.351Z | ++ git rev-parse HEAD |
102 | 2024-05-14T07:43:56.355Z | + COMMIT=7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 |
103 | 2024-05-14T07:43:56.355Z | + VERSION=8.0.0-0.ci+git7b7f6b85d18 |
104 | 2024-05-14T07:43:56.355Z | + echo 8.0.0-0.ci+git7b7f6b85d18 |
105 | 2024-05-14T07:43:56.355Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
106 | 2024-05-14T07:44:09.045Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-05-14T07:44:10.722Z | Startup: Caching catalogs ... Done |
108 | 2024-05-14T07:44:12.253Z | Planning: Solver setup ... Done (1.105s) |
109 | 2024-05-14T07:44:12.270Z | Planning: Running solver ... Done (0.020s) |
110 | 2024-05-14T07:44:12.302Z | Planning: Finding local manifests ... Done (0.004s) |
111 | 2024-05-14T07:44:12.363Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2024-05-14T07:44:12.627Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2024-05-14T07:44:12.675Z | Planning: Package planning ... Done (0.047s) |
114 | 2024-05-14T07:44:12.729Z | Planning: Merging actions ... Done (0.049s) |
115 | 2024-05-14T07:44:13.485Z | Planning: Checking for conflicting actions ... Done (0.761s) |
116 | 2024-05-14T07:44:13.499Z | Planning: Consolidating action changes ... Done (0.011s) |
117 | 2024-05-14T07:44:17.272Z | Planning: Evaluating mediators ... Done (3.775s) |
118 | 2024-05-14T07:44:17.721Z | Planning: Planning completed in 6.50 seconds |
119 | 2024-05-14T07:44:17.767Z | Packages to install: 4 |
120 | 2024-05-14T07:44:17.767Z | Mediators to change: 2 |
121 | 2024-05-14T07:44:17.767Z | Services to change: 1 |
122 | 2024-05-14T07:44:17.767Z | Estimated space available: 155.31 GB |
123 | 2024-05-14T07:44:17.767Z | Estimated space to be consumed: 1.44 GB |
124 | 2024-05-14T07:44:17.767Z | Create boot environment: No |
125 | 2024-05-14T07:44:17.768Z | Create backup boot environment: No |
126 | 2024-05-14T07:44:17.768Z | Rebuild boot archive: No |
127 | 2024-05-14T07:44:17.768Z | |
128 | 2024-05-14T07:44:17.768Z | Changed mediators: |
129 | 2024-05-14T07:44:17.768Z | mediator clang: |
130 | 2024-05-14T07:44:17.768Z | version: None -> 15 (system default) |
131 | 2024-05-14T07:44:17.768Z | |
132 | 2024-05-14T07:44:17.768Z | mediator llvm: |
133 | 2024-05-14T07:44:17.769Z | version: 14 (system default) -> 15 (system default) |
134 | 2024-05-14T07:44:17.769Z | |
135 | 2024-05-14T07:44:17.769Z | Changed packages: |
136 | 2024-05-14T07:44:17.769Z | helios-dev |
137 | 2024-05-14T07:44:17.769Z | developer/build-essential |
138 | 2024-05-14T07:44:17.769Z | None -> 11-2.0 |
139 | 2024-05-14T07:44:17.769Z | library/libxmlsec1 |
140 | 2024-05-14T07:44:17.770Z | None -> 1.2.35-2.0 |
141 | 2024-05-14T07:44:17.770Z | ooce/developer/clang-15 |
142 | 2024-05-14T07:44:17.770Z | None -> 15.0.7-2.0 |
143 | 2024-05-14T07:44:17.770Z | ooce/developer/llvm-15 |
144 | 2024-05-14T07:44:17.770Z | None -> 15.0.7-2.0 |
145 | 2024-05-14T07:44:17.770Z | |
146 | 2024-05-14T07:44:17.770Z | Services: |
147 | 2024-05-14T07:44:17.771Z | restart_fmri: |
148 | 2024-05-14T07:44:17.771Z | svc:/system/update-man-index:default |
149 | 2024-05-14T07:44:18.086Z | |
150 | 2024-05-14T07:44:18.087Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2024-05-14T07:44:22.733Z | Download: 1191/3290 items 67.0/212.6MB 31% complete (13.7M/s) |
152 | 2024-05-14T07:44:27.745Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (11.9M/s) |
153 | 2024-05-14T07:44:33.073Z | Download: 2756/3290 items 120.9/212.6MB 56% complete (5.4M/s) |
154 | 2024-05-14T07:44:37.951Z | Download: 3277/3290 items 210.1/212.6MB 98% complete (9.1M/s) |
155 | 2024-05-14T07:44:49.188Z | Download: 3285/3290 items 210.8/212.6MB 99% complete (8.8M/s) |
156 | 2024-05-14T07:44:49.214Z | Download: Completed 212.60 MB in 30.99 seconds (6.9M/s) |
157 | 2024-05-14T07:44:49.214Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-05-14T07:44:53.885Z | Actions: 3631/3689 actions (Installing new actions) |
159 | 2024-05-14T07:44:53.942Z | Actions: Completed 3689 actions in 5.10 seconds. |
160 | 2024-05-14T07:44:54.055Z | Done (0.115s) |
161 | 2024-05-14T07:44:54.055Z | Done (0.000s) |
162 | 2024-05-14T07:44:54.349Z | Done (0.289s) |
163 | 2024-05-14T07:44:59.804Z | Done (5.302s) |
164 | 2024-05-14T07:44:59.992Z | Done (0.122s) |
165 | 2024-05-14T07:45:00.417Z | Done (0.000s) |
166 | 2024-05-14T07:45:00.454Z | Done (0.000s) |
167 | 2024-05-14T07:45:00.867Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-05-14T07:45:00.867Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-05-14T07:45:00.867Z | Planning: Consolidating action changes ... Done |
170 | 2024-05-14T07:45:01.139Z | Planning: Evaluating mediators ... Done |
171 | 2024-05-14T07:45:01.567Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-05-14T07:45:01.592Z | Mediators to change: 2 |
173 | 2024-05-14T07:45:01.592Z | Create boot environment: No |
174 | 2024-05-14T07:45:01.593Z | Create backup boot environment: No |
175 | 2024-05-14T07:45:01.593Z | Done |
176 | 2024-05-14T07:45:01.593Z | Done |
177 | 2024-05-14T07:45:01.593Z | Done |
178 | 2024-05-14T07:45:04.915Z | Done |
179 | 2024-05-14T07:45:05.006Z | Done |
180 | 2024-05-14T07:45:05.011Z | Done |
181 | 2024-05-14T07:45:05.106Z | Done |
182 | 2024-05-14T07:45:05.713Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-05-14T07:45:05.734Z | Planning: Merging actions ... Done |
184 | 2024-05-14T07:45:05.903Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-05-14T07:45:05.913Z | Planning: Consolidating action changes ... Done |
186 | 2024-05-14T07:45:06.160Z | Planning: Evaluating mediators ... Done |
187 | 2024-05-14T07:45:06.214Z | Planning: Planning completed in 0.74 seconds |
188 | 2024-05-14T07:45:06.252Z | Packages to change: 1 |
189 | 2024-05-14T07:45:06.252Z | Mediators to change: 1 |
190 | 2024-05-14T07:45:06.262Z | Services to change: 1 |
191 | 2024-05-14T07:45:06.262Z | Create boot environment: No |
192 | 2024-05-14T07:45:06.262Z | Create backup boot environment: Yes |
193 | 2024-05-14T07:45:08.219Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-05-14T07:45:08.251Z | Actions: Completed 6 actions in 0.03 seconds. |
195 | 2024-05-14T07:45:08.255Z | Done |
196 | 2024-05-14T07:45:08.255Z | Done |
197 | 2024-05-14T07:45:08.316Z | Done |
198 | 2024-05-14T07:45:11.822Z | Done |
199 | 2024-05-14T07:45:11.912Z | Done |
200 | 2024-05-14T07:45:11.921Z | Done |
201 | 2024-05-14T07:45:12.031Z | Done |
202 | 2024-05-14T07:45:12.458Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-05-14T07:45:12.458Z | clang system 15 system |
204 | 2024-05-14T07:45:12.458Z | csh system system illumos |
205 | 2024-05-14T07:45:12.458Z | ctags system system illumos |
206 | 2024-05-14T07:45:12.458Z | gcc vendor 12 vendor |
207 | 2024-05-14T07:45:12.458Z | gcc system 10 system |
208 | 2024-05-14T07:45:12.458Z | gcc system 7 system |
209 | 2024-05-14T07:45:12.458Z | go system 1.20 system |
210 | 2024-05-14T07:45:12.458Z | go system 1.19 system |
211 | 2024-05-14T07:45:12.458Z | llvm system 15 system |
212 | 2024-05-14T07:45:12.458Z | llvm system 14 system |
213 | 2024-05-14T07:45:12.458Z | mariadb system 10.6 system |
214 | 2024-05-14T07:45:12.458Z | mta vendor vendor dma |
215 | 2024-05-14T07:45:12.458Z | openjdk system 17 system |
216 | 2024-05-14T07:45:12.459Z | openjdk system 11 system |
217 | 2024-05-14T07:45:12.459Z | openjdk system 1.8 system |
218 | 2024-05-14T07:45:12.459Z | openssl vendor 3 vendor |
219 | 2024-05-14T07:45:12.459Z | perl system 5.36 system |
220 | 2024-05-14T07:45:12.459Z | postgresql system 15 system |
221 | 2024-05-14T07:45:12.459Z | postgresql system 13 system |
222 | 2024-05-14T07:45:12.460Z | python vendor 3 vendor |
223 | 2024-05-14T07:45:12.460Z | python system 2 system |
224 | 2024-05-14T07:45:12.460Z | python3 system 3.11 system |
225 | 2024-05-14T07:45:12.460Z | ruby system 3.0 system |
226 | 2024-05-14T07:45:12.460Z | words vendor vendor american-english |
227 | 2024-05-14T07:45:12.460Z | words system system australian-english |
228 | 2024-05-14T07:45:12.460Z | words system system british-english |
229 | 2024-05-14T07:45:12.460Z | words system system canadian-english |
230 | 2024-05-14T07:45:12.460Z | words system system french |
231 | 2024-05-14T07:45:12.461Z | words system system italian |
232 | 2024-05-14T07:45:12.461Z | words system system ngerman |
233 | 2024-05-14T07:45:12.461Z | words system system ogerman |
234 | 2024-05-14T07:45:12.461Z | words system system spanish |
235 | 2024-05-14T07:45:12.786Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-05-14T07:45:12.786Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-05-14T07:45:14.117Z | FMRI IFO |
238 | 2024-05-14T07:45:14.118Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-05-14T07:45:14.118Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-05-14T07:45:14.118Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-05-14T07:45:14.119Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-05-14T07:45:14.119Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-05-14T07:45:14.119Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-05-14T07:45:14.120Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-05-14T07:45:14.120Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-05-14T07:45:14.121Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-05-14T07:45:14.121Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-05-14T07:45:14.121Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-05-14T07:45:14.121Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-05-14T07:45:14.379Z | + set -o errexit |
251 | 2024-05-14T07:45:14.826Z | +++ dirname ./tools/ci_download_cockroachdb |
252 | 2024-05-14T07:45:14.826Z | ++ cd ./tools |
253 | 2024-05-14T07:45:14.826Z | ++ pwd |
254 | 2024-05-14T07:45:14.827Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
255 | 2024-05-14T07:45:14.827Z | ++ basename ./tools/ci_download_cockroachdb |
256 | 2024-05-14T07:45:14.827Z | + ARG0=ci_download_cockroachdb |
257 | 2024-05-14T07:45:14.827Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
258 | 2024-05-14T07:45:14.827Z | + CIDL_VERSION=v22.1.9 |
259 | 2024-05-14T07:45:14.827Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
260 | 2024-05-14T07:45:14.827Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
261 | 2024-05-14T07:45:14.827Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
262 | 2024-05-14T07:45:14.827Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
263 | 2024-05-14T07:45:14.828Z | + TARGET_DIR=out |
264 | 2024-05-14T07:45:14.828Z | + DOWNLOAD_DIR=out/downloads |
265 | 2024-05-14T07:45:14.828Z | + DEST_DIR=./out/cockroachdb |
266 | 2024-05-14T07:45:14.828Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
267 | 2024-05-14T07:45:14.829Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
268 | 2024-05-14T07:45:14.829Z | + main |
269 | 2024-05-14T07:45:14.829Z | + [[ 0 != 0 ]] |
270 | 2024-05-14T07:45:14.830Z | + CIDL_OS=solaris2.11 |
271 | 2024-05-14T07:45:14.830Z | + [[ 0 != 0 ]] |
272 | 2024-05-14T07:45:14.830Z | + configure_os solaris2.11 |
273 | 2024-05-14T07:45:14.830Z | + echo 'current directory: /work/oxidecomputer/omicron' |
274 | 2024-05-14T07:45:14.830Z | current directory: /work/oxidecomputer/omicron |
275 | 2024-05-14T07:45:14.830Z | + echo 'configuring based on OS: "solaris2.11"' |
276 | 2024-05-14T07:45:14.831Z | configuring based on OS: "solaris2.11" |
277 | 2024-05-14T07:45:14.831Z | + case "$1" in |
278 | 2024-05-14T07:45:14.831Z | + CIDL_BUILD=illumos |
279 | 2024-05-14T07:45:14.831Z | + CIDL_SUFFIX=tar.gz |
280 | 2024-05-14T07:45:14.831Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
281 | 2024-05-14T07:45:14.832Z | + CIDL_URL_BASE=https://illumos.org/downloads |
282 | 2024-05-14T07:45:14.832Z | + CIDL_ASSEMBLE=do_assemble_illumos |
283 | 2024-05-14T07:45:14.832Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
284 | 2024-05-14T07:45:14.832Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-05-14T07:45:14.833Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-05-14T07:45:14.833Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
287 | 2024-05-14T07:45:14.833Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-14T07:45:14.833Z | + CIDL_SHA256FUNC=do_sha256sum |
289 | 2024-05-14T07:45:14.834Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-05-14T07:45:14.834Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-14T07:45:14.834Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-05-14T07:45:14.834Z | + mkdir -p out/downloads |
293 | 2024-05-14T07:45:14.835Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-14T07:45:14.835Z | + mkdir -p ./out/cockroachdb |
295 | 2024-05-14T07:45:14.835Z | + local DO_DOWNLOAD=true |
296 | 2024-05-14T07:45:14.835Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
297 | 2024-05-14T07:45:14.836Z | + '[' true == true ']' |
298 | 2024-05-14T07:45:14.836Z | + echo Downloading... |
299 | 2024-05-14T07:45:14.836Z | Downloading... |
300 | 2024-05-14T07:45:14.836Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-05-14T07:45:14.836Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-05-14T07:45:18.315Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-05-14T07:45:18.339Z | ++ sha256sum |
304 | 2024-05-14T07:45:18.340Z | ++ awk '{print $1}' |
305 | 2024-05-14T07:45:18.389Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
306 | 2024-05-14T07:45:18.390Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
307 | 2024-05-14T07:45:18.400Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-05-14T07:45:18.400Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
309 | 2024-05-14T07:45:20.536Z | + do_assemble_illumos |
310 | 2024-05-14T07:45:20.536Z | + rm -r ./out/cockroachdb |
311 | 2024-05-14T07:45:20.546Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
312 | 2024-05-14T07:45:20.955Z | + ./out/cockroachdb/bin/cockroach version |
313 | 2024-05-14T07:45:21.176Z | Build Tag: v22.1.9-dirty |
314 | 2024-05-14T07:45:21.177Z | Build Time: 2022/10/26 21:17:46 |
315 | 2024-05-14T07:45:21.177Z | Distribution: OSS |
316 | 2024-05-14T07:45:21.177Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
317 | 2024-05-14T07:45:21.177Z | Go Version: go1.17.13 |
318 | 2024-05-14T07:45:21.178Z | C Compiler: gcc 10.3.0 |
319 | 2024-05-14T07:45:21.178Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
320 | 2024-05-14T07:45:21.179Z | Build Type: release |
321 | 2024-05-14T07:45:21.213Z | + set -o errexit |
322 | 2024-05-14T07:45:21.213Z | +++ dirname ./tools/ci_download_clickhouse |
323 | 2024-05-14T07:45:21.213Z | ++ cd ./tools |
324 | 2024-05-14T07:45:21.213Z | ++ pwd |
325 | 2024-05-14T07:45:21.214Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
326 | 2024-05-14T07:45:21.214Z | ++ basename ./tools/ci_download_clickhouse |
327 | 2024-05-14T07:45:21.214Z | + ARG0=ci_download_clickhouse |
328 | 2024-05-14T07:45:21.214Z | + TARGET_DIR=out |
329 | 2024-05-14T07:45:21.214Z | + DOWNLOAD_DIR=out/downloads |
330 | 2024-05-14T07:45:21.214Z | + DEST_DIR=./out/clickhouse |
331 | 2024-05-14T07:45:21.215Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
332 | 2024-05-14T07:45:21.215Z | + CIDL_VERSION=v23.8.7.24 |
333 | 2024-05-14T07:45:21.215Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
334 | 2024-05-14T07:45:21.215Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
335 | 2024-05-14T07:45:21.215Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
336 | 2024-05-14T07:45:21.215Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
337 | 2024-05-14T07:45:21.215Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
338 | 2024-05-14T07:45:21.216Z | + main |
339 | 2024-05-14T07:45:21.216Z | + [[ 0 != 0 ]] |
340 | 2024-05-14T07:45:21.216Z | + CIDL_OS=solaris2.11 |
341 | 2024-05-14T07:45:21.216Z | + [[ 0 != 0 ]] |
342 | 2024-05-14T07:45:21.216Z | + configure_os solaris2.11 |
343 | 2024-05-14T07:45:21.216Z | + echo 'current directory: /work/oxidecomputer/omicron' |
344 | 2024-05-14T07:45:21.217Z | + echo 'configuring based on OS: "solaris2.11"' |
345 | 2024-05-14T07:45:21.217Z | current directory: /work/oxidecomputer/omicron |
346 | 2024-05-14T07:45:21.217Z | configuring based on OS: "solaris2.11" |
347 | 2024-05-14T07:45:21.217Z | + CIDL_DASHREV= |
348 | 2024-05-14T07:45:21.217Z | + case "$1" in |
349 | 2024-05-14T07:45:21.218Z | + CIDL_PLATFORM=illumos |
350 | 2024-05-14T07:45:21.218Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
351 | 2024-05-14T07:45:21.218Z | + CIDL_MD5FUNC=do_md5sum |
352 | 2024-05-14T07:45:21.218Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
353 | 2024-05-14T07:45:21.218Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-05-14T07:45:21.218Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-05-14T07:45:21.219Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-14T07:45:21.219Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-05-14T07:45:21.219Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-14T07:45:21.219Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-14T07:45:21.219Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
360 | 2024-05-14T07:45:21.220Z | + mkdir -p out/downloads |
361 | 2024-05-14T07:45:21.220Z | + mkdir -p ./out/clickhouse |
362 | 2024-05-14T07:45:21.220Z | + local DO_DOWNLOAD=true |
363 | 2024-05-14T07:45:21.220Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
364 | 2024-05-14T07:45:21.220Z | + '[' true == true ']' |
365 | 2024-05-14T07:45:21.220Z | + echo Downloading... |
366 | 2024-05-14T07:45:21.220Z | Downloading... |
367 | 2024-05-14T07:45:21.221Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-05-14T07:45:21.221Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-05-14T07:45:22.833Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-05-14T07:45:23.269Z | ++ md5sum |
371 | 2024-05-14T07:45:23.269Z | ++ awk '{print $1}' |
372 | 2024-05-14T07:45:23.293Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
373 | 2024-05-14T07:45:23.294Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
374 | 2024-05-14T07:45:23.294Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
375 | 2024-05-14T07:45:23.294Z | + mkdir -p ./out/clickhouse |
376 | 2024-05-14T07:45:23.295Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
377 | 2024-05-14T07:45:26.950Z | + [[ solaris2.11 == darwin* ]] |
378 | 2024-05-14T07:45:26.950Z | + ./out/clickhouse/clickhouse server --version |
379 | 2024-05-14T07:45:27.200Z | ClickHouse server version 23.8.7.1. |
380 | 2024-05-14T07:45:28.042Z | + set -o errexit |
381 | 2024-05-14T07:45:28.042Z | +++ dirname ./tools/ci_download_console |
382 | 2024-05-14T07:45:28.043Z | ++ cd ./tools |
383 | 2024-05-14T07:45:28.043Z | ++ pwd |
384 | 2024-05-14T07:45:28.043Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
385 | 2024-05-14T07:45:28.043Z | ++ basename ./tools/ci_download_console |
386 | 2024-05-14T07:45:28.043Z | + ARG0=ci_download_console |
387 | 2024-05-14T07:45:28.043Z | + TARGET_DIR=out |
388 | 2024-05-14T07:45:28.044Z | + DOWNLOAD_DIR=out/downloads |
389 | 2024-05-14T07:45:28.044Z | + DEST_DIR=./out/console-assets |
390 | 2024-05-14T07:45:28.044Z | + source /work/oxidecomputer/omicron/tools/console_version |
391 | 2024-05-14T07:45:28.044Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
392 | 2024-05-14T07:45:28.044Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
393 | 2024-05-14T07:45:28.044Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
394 | 2024-05-14T07:45:28.044Z | + TARBALL_FILE=out/downloads/console.tar.gz |
395 | 2024-05-14T07:45:28.045Z | + main |
396 | 2024-05-14T07:45:28.045Z | + [[ 0 != 0 ]] |
397 | 2024-05-14T07:45:28.045Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
398 | 2024-05-14T07:45:28.045Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-05-14T07:45:28.045Z | + local DO_DOWNLOAD=true |
400 | 2024-05-14T07:45:28.046Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
401 | 2024-05-14T07:45:28.046Z | Local file: out/downloads/console.tar.gz |
402 | 2024-05-14T07:45:28.046Z | + [[ -f out/downloads/console.tar.gz ]] |
403 | 2024-05-14T07:45:28.046Z | + mkdir -p out/downloads |
404 | 2024-05-14T07:45:28.046Z | + '[' true == true ']' |
405 | 2024-05-14T07:45:28.047Z | + echo Downloading... |
406 | 2024-05-14T07:45:28.047Z | Downloading... |
407 | 2024-05-14T07:45:28.047Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
408 | 2024-05-14T07:45:28.047Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
409 | 2024-05-14T07:45:28.165Z | ++ do_sha256sum out/downloads/console.tar.gz |
410 | 2024-05-14T07:45:28.165Z | ++ case "$OSTYPE" in |
411 | 2024-05-14T07:45:28.165Z | ++ SHA=sha256sum |
412 | 2024-05-14T07:45:28.165Z | ++ sha256sum |
413 | 2024-05-14T07:45:28.166Z | ++ awk '{print $1}' |
414 | 2024-05-14T07:45:28.166Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
415 | 2024-05-14T07:45:28.166Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
416 | 2024-05-14T07:45:28.166Z | + rm -rf ./out/console-assets |
417 | 2024-05-14T07:45:28.166Z | + mkdir -p ./out/console-assets |
418 | 2024-05-14T07:45:28.167Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
419 | 2024-05-14T07:45:28.167Z | + mkdir -p ./out/console-assets |
420 | 2024-05-14T07:45:28.167Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
421 | 2024-05-14T07:45:28.167Z | + set -o errexit |
422 | 2024-05-14T07:45:28.167Z | +++ dirname ./tools/ci_download_dendrite_openapi |
423 | 2024-05-14T07:45:28.167Z | ++ cd ./tools |
424 | 2024-05-14T07:45:28.168Z | ++ pwd |
425 | 2024-05-14T07:45:28.168Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
426 | 2024-05-14T07:45:28.168Z | ++ basename ./tools/ci_download_dendrite_openapi |
427 | 2024-05-14T07:45:28.168Z | + ARG0=ci_download_dendrite_openapi |
428 | 2024-05-14T07:45:28.168Z | + TARGET_DIR=out |
429 | 2024-05-14T07:45:28.168Z | + DOWNLOAD_DIR=out/downloads |
430 | 2024-05-14T07:45:28.169Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
431 | 2024-05-14T07:45:28.169Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
432 | 2024-05-14T07:45:28.169Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
433 | 2024-05-14T07:45:28.169Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
434 | 2024-05-14T07:45:28.169Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
435 | 2024-05-14T07:45:28.169Z | + main |
436 | 2024-05-14T07:45:28.170Z | + [[ 0 != 0 ]] |
437 | 2024-05-14T07:45:28.170Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
438 | 2024-05-14T07:45:28.170Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
439 | 2024-05-14T07:45:28.170Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
440 | 2024-05-14T07:45:28.170Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
441 | 2024-05-14T07:45:28.170Z | + local DO_DOWNLOAD=true |
442 | 2024-05-14T07:45:28.171Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
443 | 2024-05-14T07:45:28.171Z | + mkdir -p out/downloads |
444 | 2024-05-14T07:45:28.171Z | + '[' true == true ']' |
445 | 2024-05-14T07:45:28.171Z | + echo Downloading... |
446 | 2024-05-14T07:45:28.171Z | Downloading... |
447 | 2024-05-14T07:45:28.171Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
448 | 2024-05-14T07:45:28.171Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
449 | 2024-05-14T07:45:28.256Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
450 | 2024-05-14T07:45:28.803Z | ++ case "$OSTYPE" in |
451 | 2024-05-14T07:45:28.804Z | ++ SHA=sha256sum |
452 | 2024-05-14T07:45:28.804Z | ++ sha256sum |
453 | 2024-05-14T07:45:28.804Z | ++ awk '{print $1}' |
454 | 2024-05-14T07:45:28.804Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
455 | 2024-05-14T07:45:28.804Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
456 | 2024-05-14T07:45:28.804Z | + set -o errexit |
457 | 2024-05-14T07:45:28.804Z | +++ dirname ./tools/ci_download_dendrite_stub |
458 | 2024-05-14T07:45:28.804Z | ++ cd ./tools |
459 | 2024-05-14T07:45:28.805Z | ++ pwd |
460 | 2024-05-14T07:45:28.805Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
461 | 2024-05-14T07:45:28.805Z | ++ basename ./tools/ci_download_dendrite_stub |
462 | 2024-05-14T07:45:28.805Z | + ARG0=ci_download_dendrite_stub |
463 | 2024-05-14T07:45:28.805Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
464 | 2024-05-14T07:45:28.805Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
465 | 2024-05-14T07:45:28.805Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
466 | 2024-05-14T07:45:28.805Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
467 | 2024-05-14T07:45:28.805Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
468 | 2024-05-14T07:45:28.805Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
469 | 2024-05-14T07:45:28.805Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
470 | 2024-05-14T07:45:28.805Z | + TARGET_DIR=out |
471 | 2024-05-14T07:45:28.806Z | + DOWNLOAD_DIR=out/downloads |
472 | 2024-05-14T07:45:28.806Z | + DEST_DIR=./out/dendrite-stub |
473 | 2024-05-14T07:45:28.806Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
474 | 2024-05-14T07:45:28.806Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
475 | 2024-05-14T07:45:28.806Z | + REPO=oxidecomputer/dendrite |
476 | 2024-05-14T07:45:28.806Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
477 | 2024-05-14T07:45:28.806Z | + main |
478 | 2024-05-14T07:45:28.806Z | + [[ 0 != 0 ]] |
479 | 2024-05-14T07:45:28.806Z | + CIDL_OS=solaris2.11 |
480 | 2024-05-14T07:45:28.806Z | + [[ 0 != 0 ]] |
481 | 2024-05-14T07:45:28.806Z | + configure_os solaris2.11 |
482 | 2024-05-14T07:45:28.806Z | + echo 'current directory: /work/oxidecomputer/omicron' |
483 | 2024-05-14T07:45:28.807Z | current directory: /work/oxidecomputer/omicron |
484 | 2024-05-14T07:45:28.807Z | + echo 'configuring based on OS: "solaris2.11"' |
485 | 2024-05-14T07:45:28.807Z | + case "$1" in |
486 | 2024-05-14T07:45:28.807Z | configuring based on OS: "solaris2.11" |
487 | 2024-05-14T07:45:28.807Z | + SET_BINARIES= |
488 | 2024-05-14T07:45:28.807Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
489 | 2024-05-14T07:45:28.808Z | + CIDL_SHA256FUNC=do_sha256sum |
490 | 2024-05-14T07:45:28.808Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
491 | 2024-05-14T07:45:28.808Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
492 | 2024-05-14T07:45:28.808Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
493 | 2024-05-14T07:45:28.808Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
494 | 2024-05-14T07:45:28.809Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
495 | 2024-05-14T07:45:28.809Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
496 | 2024-05-14T07:45:28.809Z | Local file: out/downloads/dendrite-stub.tar.gz |
497 | 2024-05-14T07:45:28.809Z | + mkdir -p out/downloads |
498 | 2024-05-14T07:45:28.809Z | + mkdir -p ./out/dendrite-stub |
499 | 2024-05-14T07:45:28.809Z | + fetch_and_verify |
500 | 2024-05-14T07:45:28.809Z | + local DO_DOWNLOAD=true |
501 | 2024-05-14T07:45:28.809Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
502 | 2024-05-14T07:45:28.810Z | + '[' true == true ']' |
503 | 2024-05-14T07:45:28.810Z | + echo Downloading... |
504 | 2024-05-14T07:45:28.810Z | Downloading... |
505 | 2024-05-14T07:45:28.810Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
506 | 2024-05-14T07:45:28.810Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
507 | 2024-05-14T07:45:48.915Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
508 | 2024-05-14T07:45:48.931Z | ++ sha256sum |
509 | 2024-05-14T07:45:48.931Z | ++ awk '{print $1}' |
510 | 2024-05-14T07:45:48.962Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
511 | 2024-05-14T07:45:48.962Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
512 | 2024-05-14T07:45:48.962Z | + do_untar out/downloads/dendrite-stub.tar.gz |
513 | 2024-05-14T07:45:48.963Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
514 | 2024-05-14T07:45:49.571Z | + do_assemble |
515 | 2024-05-14T07:45:49.571Z | + rm -r ./out/dendrite-stub |
516 | 2024-05-14T07:45:49.589Z | + mkdir ./out/dendrite-stub |
517 | 2024-05-14T07:45:49.589Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
518 | 2024-05-14T07:45:49.663Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
519 | 2024-05-14T07:45:49.670Z | + set -o errexit |
520 | 2024-05-14T07:45:49.670Z | +++ dirname ./tools/ci_download_maghemite_mgd |
521 | 2024-05-14T07:45:49.671Z | ++ cd ./tools |
522 | 2024-05-14T07:45:49.671Z | ++ pwd |
523 | 2024-05-14T07:45:49.671Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2024-05-14T07:45:49.679Z | ++ basename ./tools/ci_download_maghemite_mgd |
525 | 2024-05-14T07:45:49.680Z | + ARG0=ci_download_maghemite_mgd |
526 | 2024-05-14T07:45:49.680Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
527 | 2024-05-14T07:45:49.680Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
528 | 2024-05-14T07:45:49.681Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
529 | 2024-05-14T07:45:49.681Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
530 | 2024-05-14T07:45:49.681Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
531 | 2024-05-14T07:45:49.682Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
532 | 2024-05-14T07:45:49.682Z | + TARGET_DIR=out |
533 | 2024-05-14T07:45:49.682Z | + DOWNLOAD_DIR=out/downloads |
534 | 2024-05-14T07:45:49.683Z | + DEST_DIR=./out/mgd |
535 | 2024-05-14T07:45:49.683Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
536 | 2024-05-14T07:45:49.683Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2024-05-14T07:45:49.683Z | + REPO=oxidecomputer/maghemite |
538 | 2024-05-14T07:45:49.684Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
539 | 2024-05-14T07:45:49.684Z | + main |
540 | 2024-05-14T07:45:49.684Z | + rm -rf out/downloads/root |
541 | 2024-05-14T07:45:49.699Z | + [[ 0 != 0 ]] |
542 | 2024-05-14T07:45:49.699Z | + CIDL_OS=solaris2.11 |
543 | 2024-05-14T07:45:49.699Z | + [[ 0 != 0 ]] |
544 | 2024-05-14T07:45:49.699Z | + configure_os solaris2.11 |
545 | 2024-05-14T07:45:49.700Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2024-05-14T07:45:49.700Z | current directory: /work/oxidecomputer/omicron |
547 | 2024-05-14T07:45:49.700Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2024-05-14T07:45:49.700Z | + case "$1" in |
549 | 2024-05-14T07:45:49.700Z | configuring based on OS: "solaris2.11" |
550 | 2024-05-14T07:45:49.700Z | + SET_BINARIES= |
551 | 2024-05-14T07:45:49.701Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2024-05-14T07:45:49.701Z | + TARBALL_FILENAME=mgd.tar.gz |
553 | 2024-05-14T07:45:49.701Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
554 | 2024-05-14T07:45:49.701Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
555 | 2024-05-14T07:45:49.701Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
556 | 2024-05-14T07:45:49.701Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
557 | 2024-05-14T07:45:49.702Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
558 | 2024-05-14T07:45:49.702Z | Local file: out/downloads/mgd.tar.gz |
559 | 2024-05-14T07:45:49.702Z | + mkdir -p out/downloads |
560 | 2024-05-14T07:45:49.702Z | + mkdir -p ./out/mgd |
561 | 2024-05-14T07:45:49.702Z | + fetch_and_verify |
562 | 2024-05-14T07:45:49.702Z | + local DO_DOWNLOAD=true |
563 | 2024-05-14T07:45:49.702Z | + [[ -f out/downloads/mgd.tar.gz ]] |
564 | 2024-05-14T07:45:49.703Z | + '[' true == true ']' |
565 | 2024-05-14T07:45:49.703Z | + echo Downloading... |
566 | 2024-05-14T07:45:49.703Z | Downloading... |
567 | 2024-05-14T07:45:49.703Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
568 | 2024-05-14T07:45:49.703Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
569 | 2024-05-14T07:46:11.655Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
570 | 2024-05-14T07:46:11.667Z | ++ sha256sum |
571 | 2024-05-14T07:46:11.667Z | ++ awk '{print $1}' |
572 | 2024-05-14T07:46:11.680Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
573 | 2024-05-14T07:46:11.680Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
574 | 2024-05-14T07:46:11.680Z | + do_untar out/downloads/mgd.tar.gz |
575 | 2024-05-14T07:46:11.680Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
576 | 2024-05-14T07:46:12.268Z | + do_assemble |
577 | 2024-05-14T07:46:12.268Z | + rm -r ./out/mgd |
578 | 2024-05-14T07:46:12.283Z | + mkdir ./out/mgd |
579 | 2024-05-14T07:46:12.283Z | + cp -r out/downloads/root ./out/mgd/root |
580 | 2024-05-14T07:46:12.345Z | + set -o errexit |
581 | 2024-05-14T07:46:12.781Z | +++ dirname ./tools/ci_download_transceiver_control |
582 | 2024-05-14T07:46:12.781Z | ++ cd ./tools |
583 | 2024-05-14T07:46:12.781Z | ++ pwd |
584 | 2024-05-14T07:46:12.781Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
585 | 2024-05-14T07:46:12.781Z | ++ basename ./tools/ci_download_transceiver_control |
586 | 2024-05-14T07:46:12.782Z | + ARG0=ci_download_transceiver_control |
587 | 2024-05-14T07:46:12.782Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
588 | 2024-05-14T07:46:12.782Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
589 | 2024-05-14T07:46:12.782Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
590 | 2024-05-14T07:46:12.782Z | + TARGET_DIR=out |
591 | 2024-05-14T07:46:12.782Z | + DOWNLOAD_DIR=out/downloads |
592 | 2024-05-14T07:46:12.782Z | + DEST_DIR=./out/transceiver-control |
593 | 2024-05-14T07:46:12.782Z | + BIN_DIR=/opt/oxide/bin |
594 | 2024-05-14T07:46:12.782Z | + BINARY=xcvradm |
595 | 2024-05-14T07:46:12.782Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
596 | 2024-05-14T07:46:12.782Z | + REPO=oxidecomputer/transceiver-control |
597 | 2024-05-14T07:46:12.783Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
598 | 2024-05-14T07:46:12.783Z | + main |
599 | 2024-05-14T07:46:12.783Z | + [[ 0 != 0 ]] |
600 | 2024-05-14T07:46:12.783Z | + CIDL_OS=solaris2.11 |
601 | 2024-05-14T07:46:12.783Z | + [[ 0 != 0 ]] |
602 | 2024-05-14T07:46:12.783Z | + configure_os solaris2.11 |
603 | 2024-05-14T07:46:12.783Z | + echo 'current directory: /work/oxidecomputer/omicron' |
604 | 2024-05-14T07:46:12.783Z | + echo 'configuring based on OS: "solaris2.11"' |
605 | 2024-05-14T07:46:12.783Z | current directory: /work/oxidecomputer/omicron |
606 | 2024-05-14T07:46:12.783Z | configuring based on OS: "solaris2.11" |
607 | 2024-05-14T07:46:12.783Z | + case "$1" in |
608 | 2024-05-14T07:46:12.783Z | + SET_BINARIES= |
609 | 2024-05-14T07:46:12.783Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
610 | 2024-05-14T07:46:12.783Z | + CIDL_SHA256FUNC=do_sha256sum |
611 | 2024-05-14T07:46:12.784Z | + ARCHIVE_FILENAME=xcvradm.gz |
612 | 2024-05-14T07:46:12.784Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
613 | 2024-05-14T07:46:12.784Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
614 | 2024-05-14T07:46:12.784Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
615 | 2024-05-14T07:46:12.784Z | + echo 'Local file: out/downloads/xcvradm.gz' |
616 | 2024-05-14T07:46:12.784Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
617 | 2024-05-14T07:46:12.784Z | Local file: out/downloads/xcvradm.gz |
618 | 2024-05-14T07:46:12.784Z | + mkdir -p out/downloads |
619 | 2024-05-14T07:46:12.784Z | + mkdir -p ./out/transceiver-control |
620 | 2024-05-14T07:46:12.801Z | + fetch_and_verify |
621 | 2024-05-14T07:46:12.801Z | + local DO_DOWNLOAD=true |
622 | 2024-05-14T07:46:12.801Z | + [[ -f out/downloads/xcvradm.gz ]] |
623 | 2024-05-14T07:46:12.801Z | + '[' true == true ']' |
624 | 2024-05-14T07:46:12.801Z | + echo Downloading... |
625 | 2024-05-14T07:46:12.802Z | Downloading... |
626 | 2024-05-14T07:46:12.802Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
627 | 2024-05-14T07:46:12.802Z | + 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 |
628 | 2024-05-14T07:46:15.960Z | ++ do_sha256sum out/downloads/xcvradm.gz |
629 | 2024-05-14T07:46:15.965Z | ++ sha256sum |
630 | 2024-05-14T07:46:15.965Z | ++ awk '{print $1}' |
631 | 2024-05-14T07:46:15.966Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2024-05-14T07:46:15.966Z | + [[ 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 ]] |
633 | 2024-05-14T07:46:15.966Z | + do_unpack out/downloads/xcvradm.gz |
634 | 2024-05-14T07:46:15.966Z | + mkdir -p out/downloads/root//opt/oxide/bin |
635 | 2024-05-14T07:46:15.967Z | + gzip -dc out/downloads/xcvradm.gz |
636 | 2024-05-14T07:46:16.056Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
637 | 2024-05-14T07:46:16.484Z | + do_assemble |
638 | 2024-05-14T07:46:16.484Z | + rm -r ./out/transceiver-control |
639 | 2024-05-14T07:46:16.484Z | + mkdir ./out/transceiver-control |
640 | 2024-05-14T07:46:16.484Z | + cp -r out/downloads/root ./out/transceiver-control/root |
641 | 2024-05-14T07:46:16.496Z | + set -o errexit |
642 | 2024-05-14T07:46:16.496Z | +++ dirname ./tools/ci_download_thundermuffin |
643 | 2024-05-14T07:46:16.496Z | ++ cd ./tools |
644 | 2024-05-14T07:46:16.497Z | ++ pwd |
645 | 2024-05-14T07:46:16.497Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
646 | 2024-05-14T07:46:16.497Z | ++ basename ./tools/ci_download_thundermuffin |
647 | 2024-05-14T07:46:16.497Z | + ARG0=ci_download_thundermuffin |
648 | 2024-05-14T07:46:16.497Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
649 | 2024-05-14T07:46:16.497Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
650 | 2024-05-14T07:46:16.497Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
651 | 2024-05-14T07:46:16.497Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
652 | 2024-05-14T07:46:16.498Z | + TARGET_DIR=out |
653 | 2024-05-14T07:46:16.498Z | + DOWNLOAD_DIR=out/downloads |
654 | 2024-05-14T07:46:16.498Z | + DEST_DIR=./out/thundermuffin |
655 | 2024-05-14T07:46:16.498Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
656 | 2024-05-14T07:46:16.499Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
657 | 2024-05-14T07:46:16.499Z | + REPO=oxidecomputer/thundermuffin |
658 | 2024-05-14T07:46:16.499Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
659 | 2024-05-14T07:46:16.499Z | + main |
660 | 2024-05-14T07:46:16.500Z | + rm -rf out/downloads/root |
661 | 2024-05-14T07:46:16.500Z | + [[ 0 != 0 ]] |
662 | 2024-05-14T07:46:16.500Z | + CIDL_OS=solaris2.11 |
663 | 2024-05-14T07:46:16.501Z | + [[ 0 != 0 ]] |
664 | 2024-05-14T07:46:16.501Z | + configure_os solaris2.11 |
665 | 2024-05-14T07:46:16.501Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2024-05-14T07:46:16.501Z | current directory: /work/oxidecomputer/omicron |
667 | 2024-05-14T07:46:16.501Z | + echo 'configuring based on OS: "solaris2.11"' |
668 | 2024-05-14T07:46:16.502Z | + case "$1" in |
669 | 2024-05-14T07:46:16.502Z | configuring based on OS: "solaris2.11" |
670 | 2024-05-14T07:46:16.502Z | + SET_BINARIES= |
671 | 2024-05-14T07:46:16.502Z | + CIDL_SHA256FUNC=do_sha256sum |
672 | 2024-05-14T07:46:16.503Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
673 | 2024-05-14T07:46:16.503Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
674 | 2024-05-14T07:46:16.503Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
675 | 2024-05-14T07:46:16.503Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
676 | 2024-05-14T07:46:16.504Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
677 | 2024-05-14T07:46:16.504Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
678 | 2024-05-14T07:46:16.505Z | + mkdir -p out/downloads |
679 | 2024-05-14T07:46:16.505Z | Local file: out/downloads/thundermuffin.tar.gz |
680 | 2024-05-14T07:46:16.505Z | + mkdir -p ./out/thundermuffin |
681 | 2024-05-14T07:46:16.505Z | + fetch_and_verify |
682 | 2024-05-14T07:46:16.505Z | + local DO_DOWNLOAD=true |
683 | 2024-05-14T07:46:16.506Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
684 | 2024-05-14T07:46:16.506Z | + '[' true == true ']' |
685 | 2024-05-14T07:46:16.506Z | + echo Downloading... |
686 | 2024-05-14T07:46:16.506Z | Downloading... |
687 | 2024-05-14T07:46:16.506Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
688 | 2024-05-14T07:46:16.506Z | + 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 |
689 | 2024-05-14T07:46:18.085Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
690 | 2024-05-14T07:46:18.090Z | ++ sha256sum |
691 | 2024-05-14T07:46:18.090Z | ++ awk '{print $1}' |
692 | 2024-05-14T07:46:18.101Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
693 | 2024-05-14T07:46:18.101Z | + [[ 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 ]] |
694 | 2024-05-14T07:46:18.101Z | + do_untar out/downloads/thundermuffin.tar.gz |
695 | 2024-05-14T07:46:18.102Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
696 | 2024-05-14T07:46:18.158Z | + do_assemble |
697 | 2024-05-14T07:46:18.159Z | + rm -r ./out/thundermuffin |
698 | 2024-05-14T07:46:18.168Z | + mkdir ./out/thundermuffin |
699 | 2024-05-14T07:46:18.169Z | + cp -r out/downloads/root ./out/thundermuffin/root |
700 | 2024-05-14T07:46:18.172Z | All prerequisites installed successfully |
701 | 2024-05-14T07:46:18.179Z | |
702 | 2024-05-14T07:46:18.180Z | real 2:21.754364517 |
703 | 2024-05-14T07:46:18.180Z | user 37.047490158 |
704 | 2024-05-14T07:46:18.180Z | sys 7.089085282 |
705 | 2024-05-14T07:46:18.180Z | trap 0.009122848 |
706 | 2024-05-14T07:46:18.180Z | tflt 0.173101946 |
707 | 2024-05-14T07:46:18.180Z | dflt 0.178849308 |
708 | 2024-05-14T07:46:18.180Z | kflt 0.182849200 |
709 | 2024-05-14T07:46:18.180Z | lock 1.426620754 |
710 | 2024-05-14T07:46:18.180Z | slp 5:09.810508475 |
711 | 2024-05-14T07:46:18.180Z | lat 2.081055223 |
712 | 2024-05-14T07:46:18.180Z | stop 0.134241412 |
713 | 2024-05-14T07:46:18.180Z | + ptime -m ./tools/ci_download_softnpu_machinery |
714 | 2024-05-14T07:46:18.184Z | fetching npuzone |
715 | 2024-05-14T07:46:18.190Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
716 | 2024-05-14T07:46:18.190Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
717 | 2024-05-14T07:46:18.190Z | Getting hash for npuzone |
718 | 2024-05-14T07:46:18.275Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
719 | 2024-05-14T07:46:31.762Z | npuzone downloaded successfully |
720 | 2024-05-14T07:46:31.771Z | |
721 | 2024-05-14T07:46:31.771Z | real 13.582326823 |
722 | 2024-05-14T07:46:31.772Z | user 0.277299713 |
723 | 2024-05-14T07:46:31.772Z | sys 0.111901994 |
724 | 2024-05-14T07:46:31.772Z | trap 0.000023855 |
725 | 2024-05-14T07:46:31.772Z | tflt 0.000000000 |
726 | 2024-05-14T07:46:31.772Z | dflt 0.000005728 |
727 | 2024-05-14T07:46:31.772Z | kflt 0.000000000 |
728 | 2024-05-14T07:46:31.772Z | lock 0.000000000 |
729 | 2024-05-14T07:46:31.772Z | slp 40.244075119 |
730 | 2024-05-14T07:46:31.772Z | lat 0.083981654 |
731 | 2024-05-14T07:46:31.773Z | stop 0.000205056 |
732 | 2024-05-14T07:46:31.773Z | + export CARGO_INCREMENTAL=0 |
733 | 2024-05-14T07:46:31.773Z | + CARGO_INCREMENTAL=0 |
734 | 2024-05-14T07:46:31.773Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
735 | 2024-05-14T07:46:31.973Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
736 | 2024-05-14T07:46:32.306Z | Updating git repository `https://github.com/oxidecomputer/zone` |
737 | 2024-05-14T07:46:32.589Z | Updating crates.io index |
738 | 2024-05-14T07:46:32.686Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
739 | 2024-05-14T07:46:33.499Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
740 | 2024-05-14T07:46:34.188Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2024-05-14T07:46:36.177Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2024-05-14T07:46:36.748Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
743 | 2024-05-14T07:46:37.031Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
744 | 2024-05-14T07:46:38.224Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
745 | 2024-05-14T07:46:39.976Z | Updating git repository `https://github.com/oxidecomputer/opte` |
746 | 2024-05-14T07:46:41.068Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
747 | 2024-05-14T07:46:41.797Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
748 | 2024-05-14T07:46:42.118Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
749 | 2024-05-14T07:46:42.704Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
750 | 2024-05-14T07:46:43.213Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
751 | 2024-05-14T07:46:43.375Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
752 | 2024-05-14T07:46:43.753Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
753 | 2024-05-14T07:46:44.043Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
754 | 2024-05-14T07:46:44.404Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
755 | 2024-05-14T07:46:44.657Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
756 | 2024-05-14T07:46:44.929Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
757 | 2024-05-14T07:46:45.262Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
758 | 2024-05-14T07:46:45.591Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
759 | 2024-05-14T07:46:45.992Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
760 | 2024-05-14T07:46:46.594Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
761 | 2024-05-14T07:46:46.976Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
762 | 2024-05-14T07:46:48.541Z | Updating git repository `https://github.com/jgallagher/nix` |
763 | 2024-05-14T07:46:48.603Z | Updating git repository `https://github.com/cbiffle/hubpack` |
764 | 2024-05-14T07:46:48.668Z | Updating git repository `https://github.com/oxidecomputer/typify` |
765 | 2024-05-14T07:46:50.822Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
766 | 2024-05-14T07:46:51.193Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
767 | 2024-05-14T07:46:51.509Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
768 | 2024-05-14T07:46:51.977Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
769 | 2024-05-14T07:46:53.045Z | Downloading crates ... |
770 | 2024-05-14T07:46:53.133Z | Downloaded aead v0.5.2 |
771 | 2024-05-14T07:46:53.144Z | Downloaded allocator-api2 v0.2.16 |
772 | 2024-05-14T07:46:53.144Z | Downloaded anstyle v1.0.7 |
773 | 2024-05-14T07:46:53.154Z | Downloaded adler v1.0.2 |
774 | 2024-05-14T07:46:53.154Z | Downloaded heck v0.3.3 |
775 | 2024-05-14T07:46:53.154Z | Downloaded arc-swap v1.6.0 |
776 | 2024-05-14T07:46:53.158Z | Downloaded heck v0.5.0 |
777 | 2024-05-14T07:46:53.163Z | Downloaded anstream v0.6.11 |
778 | 2024-05-14T07:46:53.163Z | Downloaded crossbeam-utils v0.8.19 |
779 | 2024-05-14T07:46:53.167Z | Downloaded anyhow v1.0.83 |
780 | 2024-05-14T07:46:53.177Z | Downloaded bitflags v2.4.2 |
781 | 2024-05-14T07:46:53.177Z | Downloaded iana-time-zone v0.1.57 |
782 | 2024-05-14T07:46:53.177Z | Downloaded backtrace v0.3.69 |
783 | 2024-05-14T07:46:53.180Z | Downloaded autocfg v1.1.0 |
784 | 2024-05-14T07:46:53.183Z | Downloaded bytes v1.6.0 |
785 | 2024-05-14T07:46:53.186Z | Downloaded atty v0.2.14 |
786 | 2024-05-14T07:46:53.189Z | Downloaded atomic-waker v1.1.1 |
787 | 2024-05-14T07:46:53.189Z | Downloaded base64 v0.22.1 |
788 | 2024-05-14T07:46:53.193Z | Downloaded async-recursion v1.1.1 |
789 | 2024-05-14T07:46:53.196Z | Downloaded idna v0.5.0 |
790 | 2024-05-14T07:46:53.207Z | Downloaded impl-trait-for-tuples v0.2.2 |
791 | 2024-05-14T07:46:53.211Z | Downloaded cfg_aliases v0.1.1 |
792 | 2024-05-14T07:46:53.211Z | Downloaded async-stream-impl v0.3.5 |
793 | 2024-05-14T07:46:53.211Z | Downloaded base64 v0.13.1 |
794 | 2024-05-14T07:46:53.215Z | Downloaded hmac v0.12.1 |
795 | 2024-05-14T07:46:53.222Z | Downloaded base16ct v0.2.0 |
796 | 2024-05-14T07:46:53.222Z | Downloaded http v0.2.12 |
797 | 2024-05-14T07:46:53.225Z | Downloaded matches v0.1.10 |
798 | 2024-05-14T07:46:53.225Z | Downloaded bitstruct_derive v0.1.0 |
799 | 2024-05-14T07:46:53.236Z | Downloaded is_ci v1.2.0 |
800 | 2024-05-14T07:46:53.236Z | Downloaded hubpack_derive v0.1.1 |
801 | 2024-05-14T07:46:53.240Z | Downloaded ident_case v1.0.1 |
802 | 2024-05-14T07:46:53.240Z | Downloaded normalize-line-endings v0.3.0 |
803 | 2024-05-14T07:46:53.240Z | Downloaded http-range v0.1.5 |
804 | 2024-05-14T07:46:53.240Z | Downloaded camino-tempfile v1.1.1 |
805 | 2024-05-14T07:46:53.240Z | Downloaded byteorder v1.5.0 |
806 | 2024-05-14T07:46:53.241Z | Downloaded num-conv v0.1.0 |
807 | 2024-05-14T07:46:53.241Z | Downloaded libefi-sys v0.1.0 |
808 | 2024-05-14T07:46:53.244Z | Downloaded hyper-staticfile v0.9.5 |
809 | 2024-05-14T07:46:53.244Z | Downloaded castaway v0.2.2 |
810 | 2024-05-14T07:46:53.248Z | Downloaded bytecount v0.6.3 |
811 | 2024-05-14T07:46:53.248Z | Downloaded is-terminal v0.4.9 |
812 | 2024-05-14T07:46:53.251Z | Downloaded lazy_static v1.4.0 |
813 | 2024-05-14T07:46:53.251Z | Downloaded humantime v2.1.0 |
814 | 2024-05-14T07:46:53.255Z | Downloaded keccak v0.1.4 |
815 | 2024-05-14T07:46:53.255Z | Downloaded newtype_derive v0.1.6 |
816 | 2024-05-14T07:46:53.259Z | Downloaded lalrpop-util v0.19.12 |
817 | 2024-05-14T07:46:53.259Z | Downloaded home v0.5.5 |
818 | 2024-05-14T07:46:53.259Z | Downloaded match_cfg v0.1.0 |
819 | 2024-05-14T07:46:53.259Z | Downloaded block-buffer v0.10.4 |
820 | 2024-05-14T07:46:53.262Z | Downloaded bitflags v1.3.2 |
821 | 2024-05-14T07:46:53.265Z | Downloaded newline-converter v0.3.0 |
822 | 2024-05-14T07:46:53.265Z | Downloaded new_debug_unreachable v1.0.4 |
823 | 2024-05-14T07:46:53.268Z | Downloaded bcs v0.1.6 |
824 | 2024-05-14T07:46:53.268Z | Downloaded scroll_derive v0.12.0 |
825 | 2024-05-14T07:46:53.279Z | Downloaded cfg-if v1.0.0 |
826 | 2024-05-14T07:46:53.279Z | Downloaded cexpr v0.6.0 |
827 | 2024-05-14T07:46:53.279Z | Downloaded hyper-tls v0.5.0 |
828 | 2024-05-14T07:46:53.279Z | Downloaded stability v0.2.0 |
829 | 2024-05-14T07:46:53.279Z | Downloaded bitfield v0.14.0 |
830 | 2024-05-14T07:46:53.279Z | Downloaded array-init v0.0.4 |
831 | 2024-05-14T07:46:53.279Z | Downloaded cipher v0.4.4 |
832 | 2024-05-14T07:46:53.282Z | Downloaded linear-map v1.2.0 |
833 | 2024-05-14T07:46:53.286Z | Downloaded signal-hook-tokio v0.3.1 |
834 | 2024-05-14T07:46:53.286Z | Downloaded ciborium-ll v0.2.2 |
835 | 2024-05-14T07:46:53.286Z | Downloaded chacha20 v0.9.1 |
836 | 2024-05-14T07:46:53.289Z | Downloaded bzip2 v0.4.4 |
837 | 2024-05-14T07:46:53.292Z | Downloaded memmap v0.7.0 |
838 | 2024-05-14T07:46:53.292Z | Downloaded num-derive v0.4.0 |
839 | 2024-05-14T07:46:53.295Z | Downloaded try-lock v0.2.4 |
840 | 2024-05-14T07:46:53.295Z | Downloaded const_format_proc_macros v0.2.32 |
841 | 2024-05-14T07:46:53.299Z | Downloaded time-core v0.1.2 |
842 | 2024-05-14T07:46:53.302Z | Downloaded hyper-rustls v0.24.2 |
843 | 2024-05-14T07:46:53.302Z | Downloaded want v0.3.1 |
844 | 2024-05-14T07:46:53.304Z | Downloaded cpufeatures v0.2.12 |
845 | 2024-05-14T07:46:53.304Z | Downloaded waitgroup v0.1.2 |
846 | 2024-05-14T07:46:53.307Z | Downloaded newtype-uuid v1.1.0 |
847 | 2024-05-14T07:46:53.307Z | Downloaded crc v3.0.1 |
848 | 2024-05-14T07:46:53.311Z | Downloaded nodrop v0.1.14 |
849 | 2024-05-14T07:46:53.314Z | Downloaded mime v0.3.17 |
850 | 2024-05-14T07:46:53.314Z | Downloaded md-5 v0.10.5 |
851 | 2024-05-14T07:46:53.314Z | Downloaded rpassword v7.3.1 |
852 | 2024-05-14T07:46:53.320Z | Downloaded memoffset v0.7.1 |
853 | 2024-05-14T07:46:53.320Z | Downloaded maplit v1.0.2 |
854 | 2024-05-14T07:46:53.323Z | Downloaded ipnetwork v0.20.0 |
855 | 2024-05-14T07:46:53.323Z | Downloaded libsw v3.3.1 |
856 | 2024-05-14T07:46:53.323Z | Downloaded corncobs v0.1.3 |
857 | 2024-05-14T07:46:53.327Z | Downloaded dtrace-parser v0.2.0 |
858 | 2024-05-14T07:46:53.327Z | Downloaded crucible-workspace-hack v0.1.0 |
859 | 2024-05-14T07:46:53.327Z | Downloaded nibble_vec v0.1.0 |
860 | 2024-05-14T07:46:53.330Z | Downloaded strip-ansi-escapes v0.2.0 |
861 | 2024-05-14T07:46:53.330Z | Downloaded macaddr v1.0.1 |
862 | 2024-05-14T07:46:53.333Z | Downloaded tabwriter v1.4.0 |
863 | 2024-05-14T07:46:53.333Z | Downloaded diesel_table_macro_syntax v0.1.0 |
864 | 2024-05-14T07:46:53.336Z | Downloaded thiserror-impl-no-std v2.0.2 |
865 | 2024-05-14T07:46:53.337Z | Downloaded fxhash v0.2.1 |
866 | 2024-05-14T07:46:53.337Z | Downloaded indexmap v1.9.3 |
867 | 2024-05-14T07:46:53.341Z | Downloaded signature v2.1.0 |
868 | 2024-05-14T07:46:53.343Z | Downloaded futures-sink v0.3.30 |
869 | 2024-05-14T07:46:53.344Z | Downloaded signal-hook-registry v1.4.1 |
870 | 2024-05-14T07:46:53.349Z | Downloaded serde_path_to_error v0.1.16 |
871 | 2024-05-14T07:46:53.349Z | Downloaded console v0.15.8 |
872 | 2024-05-14T07:46:53.353Z | Downloaded opaque-debug v0.3.0 |
873 | 2024-05-14T07:46:53.353Z | Downloaded precomputed-hash v0.1.1 |
874 | 2024-05-14T07:46:53.356Z | Downloaded cobs v0.2.3 |
875 | 2024-05-14T07:46:53.356Z | Downloaded nu-ansi-term v0.50.0 |
876 | 2024-05-14T07:46:53.356Z | Downloaded nanorand v0.7.0 |
877 | 2024-05-14T07:46:53.359Z | Downloaded untrusted v0.7.1 |
878 | 2024-05-14T07:46:53.364Z | Downloaded usdt v0.5.0 |
879 | 2024-05-14T07:46:53.364Z | Downloaded untrusted v0.9.0 |
880 | 2024-05-14T07:46:53.368Z | Downloaded crossbeam-epoch v0.9.18 |
881 | 2024-05-14T07:46:53.368Z | Downloaded native-tls v0.2.11 |
882 | 2024-05-14T07:46:53.371Z | Downloaded mime_guess v2.0.4 |
883 | 2024-05-14T07:46:53.374Z | Downloaded serde_with_macros v3.7.0 |
884 | 2024-05-14T07:46:53.374Z | Downloaded sct v0.7.0 |
885 | 2024-05-14T07:46:53.378Z | Downloaded lock_api v0.4.10 |
886 | 2024-05-14T07:46:53.381Z | Downloaded slog-term v2.9.1 |
887 | 2024-05-14T07:46:53.384Z | Downloaded float-cmp v0.9.0 |
888 | 2024-05-14T07:46:53.387Z | Downloaded flagset v0.4.3 |
889 | 2024-05-14T07:46:53.387Z | Downloaded signature v1.6.4 |
890 | 2024-05-14T07:46:53.393Z | Downloaded blake2 v0.10.6 |
891 | 2024-05-14T07:46:53.396Z | Downloaded swrite v0.1.0 |
892 | 2024-05-14T07:46:53.396Z | Downloaded futures-task v0.3.30 |
893 | 2024-05-14T07:46:53.397Z | Downloaded futures-macro v0.3.30 |
894 | 2024-05-14T07:46:53.397Z | Downloaded sha1 v0.10.6 |
895 | 2024-05-14T07:46:53.400Z | Downloaded topological-sort v0.2.2 |
896 | 2024-05-14T07:46:53.400Z | Downloaded futures-io v0.3.30 |
897 | 2024-05-14T07:46:53.400Z | Downloaded const-oid v0.9.6 |
898 | 2024-05-14T07:46:53.403Z | Downloaded futures-executor v0.3.30 |
899 | 2024-05-14T07:46:53.406Z | Downloaded equivalent v1.0.1 |
900 | 2024-05-14T07:46:53.406Z | Downloaded either v1.11.0 |
901 | 2024-05-14T07:46:53.409Z | Downloaded ed25519 v1.5.3 |
902 | 2024-05-14T07:46:53.409Z | Downloaded cstr-argument v0.1.2 |
903 | 2024-05-14T07:46:53.412Z | Downloaded rand_chacha v0.3.1 |
904 | 2024-05-14T07:46:53.413Z | Downloaded psl-types v2.0.11 |
905 | 2024-05-14T07:46:53.416Z | Downloaded powerfmt v0.2.0 |
906 | 2024-05-14T07:46:53.416Z | Downloaded zerocopy-derive v0.7.32 |
907 | 2024-05-14T07:46:53.420Z | Downloaded pest_generator v2.7.6 |
908 | 2024-05-14T07:46:53.424Z | Downloaded csv-core v0.1.11 |
909 | 2024-05-14T07:46:53.429Z | Downloaded mockall_derive v0.12.1 |
910 | 2024-05-14T07:46:53.429Z | Downloaded parse-size v1.0.0 |
911 | 2024-05-14T07:46:53.429Z | Downloaded miniz_oxide v0.7.1 |
912 | 2024-05-14T07:46:53.434Z | Downloaded rustfmt-wrapper v0.2.1 |
913 | 2024-05-14T07:46:53.434Z | Downloaded slog-json v2.6.1 |
914 | 2024-05-14T07:46:53.437Z | Downloaded slog-envlogger v2.2.0 |
915 | 2024-05-14T07:46:53.437Z | Downloaded ppv-lite86 v0.2.17 |
916 | 2024-05-14T07:46:53.445Z | Downloaded ref-cast v1.0.22 |
917 | 2024-05-14T07:46:53.449Z | Downloaded predicates-tree v1.0.9 |
918 | 2024-05-14T07:46:53.449Z | Downloaded spin v0.5.2 |
919 | 2024-05-14T07:46:53.449Z | Downloaded terminal_size v0.3.0 |
920 | 2024-05-14T07:46:53.449Z | Downloaded thread_local v1.1.7 |
921 | 2024-05-14T07:46:53.449Z | Downloaded path-slash v0.1.5 |
922 | 2024-05-14T07:46:53.449Z | Downloaded tui-tree-widget v0.19.0 |
923 | 2024-05-14T07:46:53.462Z | Downloaded wait-timeout v0.2.0 |
924 | 2024-05-14T07:46:53.463Z | Downloaded termios v0.3.3 |
925 | 2024-05-14T07:46:53.463Z | Downloaded termtree v0.4.1 |
926 | 2024-05-14T07:46:53.463Z | Downloaded filetime v0.2.23 |
927 | 2024-05-14T07:46:53.463Z | Downloaded deranged v0.3.11 |
928 | 2024-05-14T07:46:53.466Z | Downloaded pkcs1 v0.7.5 |
929 | 2024-05-14T07:46:53.466Z | Downloaded num_enum_derive v0.5.11 |
930 | 2024-05-14T07:46:53.466Z | Downloaded ff v0.13.0 |
931 | 2024-05-14T07:46:53.466Z | Downloaded fd-lock v4.0.2 |
932 | 2024-05-14T07:46:53.470Z | Downloaded headers v0.3.9 |
933 | 2024-05-14T07:46:53.482Z | Downloaded tower-service v0.3.2 |
934 | 2024-05-14T07:46:53.482Z | Downloaded darling_macro v0.20.8 |
935 | 2024-05-14T07:46:53.489Z | Downloaded toolchain_find v0.4.0 |
936 | 2024-05-14T07:46:53.489Z | Downloaded stable_deref_trait v1.2.0 |
937 | 2024-05-14T07:46:53.490Z | Downloaded tiny-keccak v2.0.2 |
938 | 2024-05-14T07:46:53.490Z | Downloaded predicates-core v1.0.6 |
939 | 2024-05-14T07:46:53.490Z | Downloaded scroll v0.12.0 |
940 | 2024-05-14T07:46:53.491Z | Downloaded const_format v0.2.32 |
941 | 2024-05-14T07:46:53.497Z | Downloaded r2d2 v0.8.10 |
942 | 2024-05-14T07:46:53.497Z | Downloaded crypto-common v0.1.6 |
943 | 2024-05-14T07:46:53.497Z | Downloaded pest_derive v2.7.6 |
944 | 2024-05-14T07:46:53.505Z | Downloaded rusty-fork v0.3.0 |
945 | 2024-05-14T07:46:53.505Z | Downloaded zone_cfg_derive v0.1.2 |
946 | 2024-05-14T07:46:53.505Z | Downloaded usdt-macro v0.5.0 |
947 | 2024-05-14T07:46:53.505Z | Downloaded smf v0.2.3 |
948 | 2024-05-14T07:46:53.506Z | Downloaded slog-stdlog v4.1.1 |
949 | 2024-05-14T07:46:53.516Z | Downloaded whoami v1.5.1 |
950 | 2024-05-14T07:46:53.516Z | Downloaded group v0.13.0 |
951 | 2024-05-14T07:46:53.516Z | Downloaded fnv v1.0.7 |
952 | 2024-05-14T07:46:53.516Z | Downloaded termcolor v1.2.0 |
953 | 2024-05-14T07:46:53.517Z | Downloaded papergrid v0.11.0 |
954 | 2024-05-14T07:46:53.524Z | Downloaded diesel_derives v2.1.2 |
955 | 2024-05-14T07:46:53.524Z | Downloaded tracing-attributes v0.1.27 |
956 | 2024-05-14T07:46:53.524Z | Downloaded paste v1.0.14 |
957 | 2024-05-14T07:46:53.529Z | Downloaded radium v0.7.0 |
958 | 2024-05-14T07:46:53.530Z | Downloaded predicates v3.1.0 |
959 | 2024-05-14T07:46:53.535Z | Downloaded sha2 v0.10.8 |
960 | 2024-05-14T07:46:53.535Z | Downloaded digest v0.10.7 |
961 | 2024-05-14T07:46:53.570Z | Downloaded base64 v0.21.7 |
962 | 2024-05-14T07:46:53.570Z | Downloaded ref-cast-impl v1.0.22 |
963 | 2024-05-14T07:46:53.570Z | Downloaded peeking_take_while v0.1.2 |
964 | 2024-05-14T07:46:53.570Z | Downloaded scheduled-thread-pool v0.2.7 |
965 | 2024-05-14T07:46:53.571Z | Downloaded same-file v1.0.6 |
966 | 2024-05-14T07:46:53.571Z | Downloaded spin v0.9.8 |
967 | 2024-05-14T07:46:53.571Z | Downloaded tinyvec_macros v0.1.1 |
968 | 2024-05-14T07:46:53.571Z | Downloaded form_urlencoded v1.2.1 |
969 | 2024-05-14T07:46:53.572Z | Downloaded serde-big-array v0.4.1 |
970 | 2024-05-14T07:46:53.572Z | Downloaded fragile v2.0.0 |
971 | 2024-05-14T07:46:53.572Z | Downloaded strum_macros v0.25.2 |
972 | 2024-05-14T07:46:53.591Z | Downloaded toml_datetime v0.6.5 |
973 | 2024-05-14T07:46:53.591Z | Downloaded num-iter v0.1.45 |
974 | 2024-05-14T07:46:53.591Z | Downloaded strum_macros v0.24.3 |
975 | 2024-05-14T07:46:53.591Z | Downloaded openssl-probe v0.1.5 |
976 | 2024-05-14T07:46:53.591Z | Downloaded derive_builder v0.20.0 |
977 | 2024-05-14T07:46:53.591Z | Downloaded quick-error v1.2.3 |
978 | 2024-05-14T07:46:53.592Z | Downloaded url v2.5.0 |
979 | 2024-05-14T07:46:53.592Z | Downloaded crossbeam-channel v0.5.8 |
980 | 2024-05-14T07:46:53.592Z | Downloaded pretty-hex v0.2.1 |
981 | 2024-05-14T07:46:53.592Z | Downloaded xattr v1.0.1 |
982 | 2024-05-14T07:46:53.592Z | Downloaded num-bigint v0.4.4 |
983 | 2024-05-14T07:46:53.592Z | Downloaded darling v0.20.8 |
984 | 2024-05-14T07:46:53.597Z | Downloaded serde-big-array v0.5.1 |
985 | 2024-05-14T07:46:53.598Z | Downloaded serde_spanned v0.6.5 |
986 | 2024-05-14T07:46:53.598Z | Downloaded serde_repr v0.1.16 |
987 | 2024-05-14T07:46:53.598Z | Downloaded structmeta-derive v0.3.0 |
988 | 2024-05-14T07:46:54.024Z | Downloaded structmeta-derive v0.2.0 |
989 | 2024-05-14T07:46:54.024Z | Downloaded tap v1.0.1 |
990 | 2024-05-14T07:46:54.024Z | Downloaded slog-async v2.8.0 |
991 | 2024-05-14T07:46:54.024Z | Downloaded serde_derive v1.0.201 |
992 | 2024-05-14T07:46:54.043Z | Downloaded phf_shared v0.10.0 |
993 | 2024-05-14T07:46:54.043Z | Downloaded zeroize_derive v1.4.2 |
994 | 2024-05-14T07:46:54.043Z | Downloaded memchr v2.7.1 |
995 | 2024-05-14T07:46:54.043Z | Downloaded sigpipe v0.1.3 |
996 | 2024-05-14T07:46:54.043Z | Downloaded rand_seeder v0.2.3 |
997 | 2024-05-14T07:46:54.043Z | Downloaded errno v0.3.8 |
998 | 2024-05-14T07:46:54.043Z | Downloaded fastrand v2.0.1 |
999 | 2024-05-14T07:46:54.043Z | Downloaded erased-serde v0.3.31 |
1000 | 2024-05-14T07:46:54.043Z | Downloaded slog-bunyan v2.5.0 |
1001 | 2024-05-14T07:46:54.044Z | Downloaded schemars_derive v0.8.17 |
1002 | 2024-05-14T07:46:54.044Z | Downloaded strum_macros v0.26.1 |
1003 | 2024-05-14T07:46:54.044Z | Downloaded phf v0.11.2 |
1004 | 2024-05-14T07:46:54.044Z | Downloaded derive-where v1.2.7 |
1005 | 2024-05-14T07:46:54.044Z | Downloaded tokio-postgres v0.7.10 |
1006 | 2024-05-14T07:46:54.044Z | Downloaded vte_generate_state_changes v0.1.1 |
1007 | 2024-05-14T07:46:54.044Z | Downloaded minimal-lexical v0.2.1 |
1008 | 2024-05-14T07:46:54.044Z | Downloaded pin-project v1.1.3 |
1009 | 2024-05-14T07:46:54.044Z | Downloaded unicode-linebreak v0.1.5 |
1010 | 2024-05-14T07:46:54.044Z | Downloaded thiserror-impl v1.0.59 |
1011 | 2024-05-14T07:46:54.044Z | Downloaded supports-color v3.0.0 |
1012 | 2024-05-14T07:46:54.044Z | Downloaded parse-display v0.9.0 |
1013 | 2024-05-14T07:46:54.044Z | Downloaded foreign-types v0.5.0 |
1014 | 2024-05-14T07:46:54.044Z | Downloaded slog v2.7.0 |
1015 | 2024-05-14T07:46:54.045Z | Downloaded headers-core v0.2.0 |
1016 | 2024-05-14T07:46:54.045Z | Downloaded elliptic-curve v0.13.8 |
1017 | 2024-05-14T07:46:54.045Z | Downloaded embedded-io v0.4.0 |
1018 | 2024-05-14T07:46:54.045Z | Downloaded mio v0.8.11 |
1019 | 2024-05-14T07:46:54.045Z | Downloaded take_mut v0.2.2 |
1020 | 2024-05-14T07:46:54.045Z | Downloaded sync_wrapper v0.1.2 |
1021 | 2024-05-14T07:46:54.045Z | Downloaded libxml v0.3.3 |
1022 | 2024-05-14T07:46:54.045Z | Downloaded glob v0.3.1 |
1023 | 2024-05-14T07:46:54.045Z | Downloaded dof v0.3.0 |
1024 | 2024-05-14T07:46:54.045Z | Downloaded dof v0.1.5 |
1025 | 2024-05-14T07:46:54.045Z | Downloaded darling_core v0.20.8 |
1026 | 2024-05-14T07:46:54.045Z | Downloaded tracing-core v0.1.32 |
1027 | 2024-05-14T07:46:54.045Z | Downloaded endian-type v0.1.2 |
1028 | 2024-05-14T07:46:54.045Z | Downloaded ron v0.8.1 |
1029 | 2024-05-14T07:46:54.045Z | Downloaded subtle v2.5.0 |
1030 | 2024-05-14T07:46:54.045Z | Downloaded defmt-macros v0.3.6 |
1031 | 2024-05-14T07:46:54.045Z | Downloaded utf-8 v0.7.6 |
1032 | 2024-05-14T07:46:54.045Z | Downloaded toml v0.7.8 |
1033 | 2024-05-14T07:46:54.046Z | Downloaded hash32 v0.2.1 |
1034 | 2024-05-14T07:46:54.046Z | Downloaded packed_struct v0.10.1 |
1035 | 2024-05-14T07:46:54.046Z | Downloaded usdt-attr-macro v0.5.0 |
1036 | 2024-05-14T07:46:54.046Z | Downloaded owo-colors v4.0.0 |
1037 | 2024-05-14T07:46:54.046Z | Downloaded tough v0.17.1 |
1038 | 2024-05-14T07:46:54.046Z | Downloaded zerocopy v0.3.0 |
1039 | 2024-05-14T07:46:54.046Z | Downloaded version_check v0.9.4 |
1040 | 2024-05-14T07:46:54.046Z | Downloaded uzers v0.11.3 |
1041 | 2024-05-14T07:46:54.046Z | Downloaded rustversion v1.0.14 |
1042 | 2024-05-14T07:46:54.046Z | Downloaded futures-channel v0.3.30 |
1043 | 2024-05-14T07:46:54.046Z | Downloaded slog-scope v4.4.0 |
1044 | 2024-05-14T07:46:54.046Z | Downloaded slog-dtrace v0.3.0 |
1045 | 2024-05-14T07:46:54.046Z | Downloaded openssl-macros v0.1.1 |
1046 | 2024-05-14T07:46:54.046Z | Downloaded postgres-types v0.2.6 |
1047 | 2024-05-14T07:46:54.046Z | Downloaded tracing v0.1.40 |
1048 | 2024-05-14T07:46:54.046Z | Downloaded rtoolbox v0.0.1 |
1049 | 2024-05-14T07:46:54.046Z | Downloaded num_threads v0.1.6 |
1050 | 2024-05-14T07:46:54.046Z | Downloaded getopts v0.2.21 |
1051 | 2024-05-14T07:46:54.046Z | Downloaded difflib v0.4.0 |
1052 | 2024-05-14T07:46:54.046Z | Downloaded num_cpus v1.16.0 |
1053 | 2024-05-14T07:46:54.046Z | Downloaded libm v0.2.7 |
1054 | 2024-05-14T07:46:54.046Z | Downloaded sqlparser_derive v0.2.2 |
1055 | 2024-05-14T07:46:54.046Z | Downloaded serde-hex v0.1.0 |
1056 | 2024-05-14T07:46:54.047Z | Downloaded zip v0.6.6 |
1057 | 2024-05-14T07:46:54.047Z | Downloaded hash32 v0.3.1 |
1058 | 2024-05-14T07:46:54.047Z | Downloaded curve25519-dalek-derive v0.1.0 |
1059 | 2024-05-14T07:46:54.047Z | Downloaded siphasher v0.3.11 |
1060 | 2024-05-14T07:46:54.047Z | Downloaded yasna v0.5.2 |
1061 | 2024-05-14T07:46:54.047Z | Downloaded secrecy v0.8.0 |
1062 | 2024-05-14T07:46:54.047Z | Downloaded gethostname v0.4.3 |
1063 | 2024-05-14T07:46:54.047Z | Downloaded strum v0.26.2 |
1064 | 2024-05-14T07:46:54.047Z | Downloaded env_logger v0.10.0 |
1065 | 2024-05-14T07:46:54.047Z | Downloaded poly1305 v0.8.0 |
1066 | 2024-05-14T07:46:54.047Z | Downloaded postcard v1.0.8 |
1067 | 2024-05-14T07:46:54.047Z | Downloaded utf8parse v0.2.1 |
1068 | 2024-05-14T07:46:54.047Z | Downloaded usdt-macro v0.3.5 |
1069 | 2024-05-14T07:46:54.047Z | Downloaded itertools v0.10.5 |
1070 | 2024-05-14T07:46:54.047Z | Downloaded usdt-impl v0.5.0 |
1071 | 2024-05-14T07:46:54.047Z | Downloaded pretty-hex v0.4.1 |
1072 | 2024-05-14T07:46:54.047Z | Downloaded number_prefix v0.4.0 |
1073 | 2024-05-14T07:46:54.047Z | Downloaded blake3 v1.5.0 |
1074 | 2024-05-14T07:46:54.047Z | Downloaded num_enum v0.5.11 |
1075 | 2024-05-14T07:46:54.047Z | Downloaded subprocess v0.2.9 |
1076 | 2024-05-14T07:46:54.047Z | Downloaded ron v0.7.1 |
1077 | 2024-05-14T07:46:54.047Z | Downloaded structmeta v0.3.0 |
1078 | 2024-05-14T07:46:54.047Z | Downloaded structmeta v0.2.0 |
1079 | 2024-05-14T07:46:54.047Z | Downloaded generic-array v0.14.7 |
1080 | 2024-05-14T07:46:54.048Z | Downloaded pem-rfc7468 v0.7.0 |
1081 | 2024-05-14T07:46:54.048Z | Downloaded oso-derive v0.27.3 |
1082 | 2024-05-14T07:46:54.048Z | Downloaded dtrace-parser v0.1.14 |
1083 | 2024-05-14T07:46:54.048Z | Downloaded pin-utils v0.1.0 |
1084 | 2024-05-14T07:46:54.048Z | Downloaded serde_tokenstream v0.2.0 |
1085 | 2024-05-14T07:46:54.048Z | Downloaded downcast v0.11.0 |
1086 | 2024-05-14T07:46:54.048Z | Downloaded display-error-chain v0.2.0 |
1087 | 2024-05-14T07:46:54.048Z | Downloaded reqwest v0.11.27 |
1088 | 2024-05-14T07:46:54.048Z | Downloaded usdt-attr-macro v0.3.5 |
1089 | 2024-05-14T07:46:54.048Z | Downloaded portpicker v0.1.1 |
1090 | 2024-05-14T07:46:54.048Z | Downloaded proc-macro-error-attr v1.0.4 |
1091 | 2024-05-14T07:46:54.048Z | Downloaded debug-ignore v1.0.5 |
1092 | 2024-05-14T07:46:54.055Z | Downloaded pin-project-internal v1.1.3 |
1093 | 2024-05-14T07:46:54.055Z | Downloaded rustc_version v0.4.0 |
1094 | 2024-05-14T07:46:54.056Z | Downloaded string_cache v0.8.7 |
1095 | 2024-05-14T07:46:54.056Z | Downloaded tempfile v3.10.1 |
1096 | 2024-05-14T07:46:54.056Z | Downloaded futures-core v0.3.30 |
1097 | 2024-05-14T07:46:54.056Z | Downloaded serde_derive_internals v0.29.0 |
1098 | 2024-05-14T07:46:54.056Z | Downloaded semver v1.0.22 |
1099 | 2024-05-14T07:46:54.056Z | Downloaded dirs-sys-next v0.1.2 |
1100 | 2024-05-14T07:46:54.056Z | Downloaded schemars v0.8.17 |
1101 | 2024-05-14T07:46:54.056Z | Downloaded rustls-pki-types v1.3.0 |
1102 | 2024-05-14T07:46:54.056Z | Downloaded universal-hash v0.5.1 |
1103 | 2024-05-14T07:46:54.056Z | Downloaded derive_builder_macro v0.20.0 |
1104 | 2024-05-14T07:46:54.056Z | Downloaded proc-macro-error v1.0.4 |
1105 | 2024-05-14T07:46:54.056Z | Downloaded defmt-parser v0.3.3 |
1106 | 2024-05-14T07:46:54.056Z | Downloaded pest_meta v2.7.6 |
1107 | 2024-05-14T07:46:54.056Z | Downloaded expectorate v1.1.0 |
1108 | 2024-05-14T07:46:54.056Z | Downloaded trust-dns-resolver v0.22.0 |
1109 | 2024-05-14T07:46:54.056Z | Downloaded toml_edit v0.22.12 |
1110 | 2024-05-14T07:46:54.056Z | Downloaded semver v0.1.20 |
1111 | 2024-05-14T07:46:54.056Z | Downloaded peg-runtime v0.8.3 |
1112 | 2024-05-14T07:46:54.056Z | Downloaded olpc-cjson v0.1.3 |
1113 | 2024-05-14T07:46:54.056Z | Downloaded env_logger v0.9.3 |
1114 | 2024-05-14T07:46:54.056Z | Downloaded rustls-pemfile v2.1.2 |
1115 | 2024-05-14T07:46:54.056Z | Downloaded similar v2.4.0 |
1116 | 2024-05-14T07:46:54.056Z | Downloaded zeroize v1.7.0 |
1117 | 2024-05-14T07:46:54.057Z | Downloaded rustyline v14.0.0 |
1118 | 2024-05-14T07:46:54.057Z | Downloaded pkcs8 v0.10.2 |
1119 | 2024-05-14T07:46:54.057Z | Downloaded tabled v0.15.0 |
1120 | 2024-05-14T07:46:54.057Z | Downloaded rustc-demangle v0.1.23 |
1121 | 2024-05-14T07:46:54.057Z | Downloaded crypto-bigint v0.5.2 |
1122 | 2024-05-14T07:46:54.057Z | Downloaded rayon v1.10.0 |
1123 | 2024-05-14T07:46:54.057Z | Downloaded derive_more v0.99.17 |
1124 | 2024-05-14T07:46:54.057Z | Downloaded signal-hook v0.3.17 |
1125 | 2024-05-14T07:46:54.057Z | Downloaded publicsuffix v2.2.3 |
1126 | 2024-05-14T07:46:54.057Z | Downloaded rand v0.8.5 |
1127 | 2024-05-14T07:46:54.057Z | Downloaded snafu v0.8.2 |
1128 | 2024-05-14T07:46:54.057Z | Downloaded unicode-ident v1.0.12 |
1129 | 2024-05-14T07:46:54.057Z | Downloaded oso v0.27.3 |
1130 | 2024-05-14T07:46:54.057Z | Downloaded chrono v0.4.38 |
1131 | 2024-05-14T07:46:54.057Z | Downloaded toml v0.5.11 |
1132 | 2024-05-14T07:46:54.057Z | Downloaded unicode-segmentation v1.10.1 |
1133 | 2024-05-14T07:46:54.057Z | Downloaded prettyplease v0.2.20 |
1134 | 2024-05-14T07:46:54.057Z | Downloaded reedline v0.31.0 |
1135 | 2024-05-14T07:46:54.057Z | Downloaded steno v0.4.0 |
1136 | 2024-05-14T07:46:54.057Z | Downloaded hashbrown v0.13.2 |
1137 | 2024-05-14T07:46:54.057Z | Downloaded diff v0.1.13 |
1138 | 2024-05-14T07:46:54.062Z | Downloaded unicode-bidi v0.3.15 |
1139 | 2024-05-14T07:46:54.065Z | Downloaded hyper v0.14.28 |
1140 | 2024-05-14T07:46:54.073Z | Downloaded unicode_categories v0.1.1 |
1141 | 2024-05-14T07:46:54.077Z | Downloaded zerocopy v0.7.32 |
1142 | 2024-05-14T07:46:54.093Z | Downloaded der v0.7.8 |
1143 | 2024-05-14T07:46:54.097Z | Downloaded h2 v0.3.26 |
1144 | 2024-05-14T07:46:54.104Z | Downloaded pest v2.7.6 |
1145 | 2024-05-14T07:46:54.110Z | Downloaded rustls v0.21.9 |
1146 | 2024-05-14T07:46:54.126Z | Downloaded hashbrown v0.14.3 |
1147 | 2024-05-14T07:46:54.130Z | Downloaded unicode-normalization v0.1.22 |
1148 | 2024-05-14T07:46:54.135Z | Downloaded sqlparser v0.45.0 |
1149 | 2024-05-14T07:46:54.142Z | Downloaded quick-xml v0.31.0 |
1150 | 2024-05-14T07:46:54.146Z | Downloaded vcpkg v0.2.15 |
1151 | 2024-05-14T07:46:54.184Z | Downloaded rustls-webpki v0.102.1 |
1152 | 2024-05-14T07:46:54.203Z | Downloaded radix_trie v0.2.1 |
1153 | 2024-05-14T07:46:54.209Z | Downloaded idna v0.3.0 |
1154 | 2024-05-14T07:46:54.214Z | Downloaded object v0.30.4 |
1155 | 2024-05-14T07:46:54.225Z | Downloaded syn v2.0.60 |
1156 | 2024-05-14T07:46:54.237Z | Downloaded gimli v0.28.0 |
1157 | 2024-05-14T07:46:54.248Z | Downloaded petgraph v0.6.4 |
1158 | 2024-05-14T07:46:54.261Z | Downloaded regress v0.9.1 |
1159 | 2024-05-14T07:46:54.270Z | Downloaded regex v1.10.4 |
1160 | 2024-05-14T07:46:54.284Z | Downloaded object v0.32.1 |
1161 | 2024-05-14T07:46:54.295Z | Downloaded regex-syntax v0.8.2 |
1162 | 2024-05-14T07:46:54.302Z | Downloaded rustix v0.38.31 |
1163 | 2024-05-14T07:46:54.328Z | Downloaded polar-core v0.27.3 |
1164 | 2024-05-14T07:46:54.342Z | Downloaded smoltcp v0.9.1 |
1165 | 2024-05-14T07:46:54.768Z | Downloaded trust-dns-proto v0.22.0 |
1166 | 2024-05-14T07:46:54.768Z | Downloaded smoltcp v0.11.0 |
1167 | 2024-05-14T07:46:54.769Z | Downloaded ratatui v0.26.2 |
1168 | 2024-05-14T07:46:54.769Z | Downloaded sled v0.34.7 |
1169 | 2024-05-14T07:46:54.769Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1170 | 2024-05-14T07:46:54.770Z | Downloaded regex-automata v0.4.5 |
1171 | 2024-05-14T07:46:54.770Z | Downloaded zerocopy-derive v0.2.0 |
1172 | 2024-05-14T07:46:54.770Z | Downloaded tokio v1.37.0 |
1173 | 2024-05-14T07:46:54.770Z | Downloaded zerocopy-derive v0.6.6 |
1174 | 2024-05-14T07:46:54.770Z | Downloaded csv v1.3.0 |
1175 | 2024-05-14T07:46:54.771Z | Downloaded sha3 v0.10.8 |
1176 | 2024-05-14T07:46:54.771Z | Downloaded libc v0.2.153 |
1177 | 2024-05-14T07:46:54.771Z | Downloaded openapiv3 v2.0.0 |
1178 | 2024-05-14T07:46:54.771Z | Downloaded rustls v0.22.4 |
1179 | 2024-05-14T07:46:54.771Z | Downloaded nix v0.28.0 |
1180 | 2024-05-14T07:46:54.772Z | Downloaded openssl v0.10.64 |
1181 | 2024-05-14T07:46:54.772Z | Downloaded encoding_rs v0.8.33 |
1182 | 2024-05-14T07:46:54.772Z | Downloaded curve25519-dalek v4.1.2 |
1183 | 2024-05-14T07:46:54.772Z | Downloaded regex-syntax v0.6.29 |
1184 | 2024-05-14T07:46:54.773Z | Downloaded syn v1.0.109 |
1185 | 2024-05-14T07:46:54.773Z | Downloaded webpki-roots v0.25.2 |
1186 | 2024-05-14T07:46:54.773Z | Downloaded idna v0.2.3 |
1187 | 2024-05-14T07:46:54.773Z | Downloaded diesel v2.1.6 |
1188 | 2024-05-14T07:46:54.773Z | Downloaded bstr v1.9.0 |
1189 | 2024-05-14T07:46:54.773Z | Downloaded bstr v0.2.17 |
1190 | 2024-05-14T07:46:54.774Z | Downloaded goblin v0.8.0 |
1191 | 2024-05-14T07:46:54.774Z | Downloaded winnow v0.6.1 |
1192 | 2024-05-14T07:46:54.774Z | Downloaded lalrpop v0.19.12 |
1193 | 2024-05-14T07:46:54.774Z | Downloaded hashbrown v0.12.3 |
1194 | 2024-05-14T07:46:54.774Z | Downloaded rsa v0.9.2 |
1195 | 2024-05-14T07:46:54.774Z | Downloaded crossterm v0.27.0 |
1196 | 2024-05-14T07:46:54.775Z | Downloaded regex-automata v0.1.10 |
1197 | 2024-05-14T07:46:54.775Z | Downloaded winnow v0.5.15 |
1198 | 2024-05-14T07:46:54.775Z | Downloaded futures-util v0.3.30 |
1199 | 2024-05-14T07:46:54.783Z | Downloaded openssl-sys v0.9.102 |
1200 | 2024-05-14T07:46:54.784Z | Downloaded tokio-util v0.7.10 |
1201 | 2024-05-14T07:46:54.784Z | Downloaded proptest v1.4.0 |
1202 | 2024-05-14T07:46:54.791Z | Downloaded ring v0.17.8 |
1203 | 2024-05-14T07:46:54.856Z | Downloaded serde_with v3.7.0 |
1204 | 2024-05-14T07:46:54.863Z | Downloaded rustls-webpki v0.101.7 |
1205 | 2024-05-14T07:46:54.877Z | Downloaded time v0.3.34 |
1206 | 2024-05-14T07:46:54.883Z | Downloaded portable-atomic v1.4.3 |
1207 | 2024-05-14T07:46:54.888Z | Downloaded itertools v0.12.1 |
1208 | 2024-05-14T07:46:54.895Z | Downloaded bindgen v0.69.2 |
1209 | 2024-05-14T07:46:54.902Z | Downloaded pin-project-lite v0.2.13 |
1210 | 2024-05-14T07:46:54.906Z | Downloaded unicode-xid v0.2.4 |
1211 | 2024-05-14T07:46:54.910Z | Downloaded uuid v1.8.0 |
1212 | 2024-05-14T07:46:54.913Z | Downloaded heapless v0.7.16 |
1213 | 2024-05-14T07:46:54.916Z | Downloaded tokio-rustls v0.24.1 |
1214 | 2024-05-14T07:46:54.916Z | Downloaded rustc-hash v1.1.0 |
1215 | 2024-05-14T07:46:54.919Z | Downloaded quote v1.0.36 |
1216 | 2024-05-14T07:46:54.923Z | Downloaded ring v0.16.20 |
1217 | 2024-05-14T07:46:55.000Z | Downloaded proc-macro2 v1.0.81 |
1218 | 2024-05-14T07:46:55.003Z | Downloaded snafu-derive v0.8.2 |
1219 | 2024-05-14T07:46:55.010Z | Downloaded textwrap v0.16.1 |
1220 | 2024-05-14T07:46:55.010Z | Downloaded unsafe-libyaml v0.2.10 |
1221 | 2024-05-14T07:46:55.010Z | Downloaded x509-cert v0.2.4 |
1222 | 2024-05-14T07:46:55.014Z | Downloaded toml_edit v0.19.15 |
1223 | 2024-05-14T07:46:55.029Z | Downloaded test-strategy v0.3.1 |
1224 | 2024-05-14T07:46:55.035Z | Downloaded serde v1.0.201 |
1225 | 2024-05-14T07:46:55.040Z | Downloaded parking_lot_core v0.9.8 |
1226 | 2024-05-14T07:46:55.040Z | Downloaded vte v0.11.1 |
1227 | 2024-05-14T07:46:55.044Z | Downloaded clap_builder v4.5.2 |
1228 | 2024-05-14T07:46:55.047Z | Downloaded data-encoding v2.4.0 |
1229 | 2024-05-14T07:46:55.047Z | Downloaded thread-id v4.2.0 |
1230 | 2024-05-14T07:46:55.047Z | Downloaded num-bigint-dig v0.8.4 |
1231 | 2024-05-14T07:46:55.050Z | Downloaded tokio-tungstenite v0.21.0 |
1232 | 2024-05-14T07:46:55.053Z | Downloaded trust-dns-client v0.22.0 |
1233 | 2024-05-14T07:46:55.057Z | Downloaded typed-path v0.7.0 |
1234 | 2024-05-14T07:46:55.063Z | Downloaded serde_tokenstream v0.1.7 |
1235 | 2024-05-14T07:46:55.066Z | Downloaded serde_plain v1.0.2 |
1236 | 2024-05-14T07:46:55.069Z | Downloaded num-rational v0.4.2 |
1237 | 2024-05-14T07:46:55.069Z | Downloaded term v0.7.0 |
1238 | 2024-05-14T07:46:55.072Z | Downloaded serde_json v1.0.116 |
1239 | 2024-05-14T07:46:55.077Z | Downloaded nom v7.1.3 |
1240 | 2024-05-14T07:46:55.082Z | Downloaded serde_urlencoded v0.7.1 |
1241 | 2024-05-14T07:46:55.086Z | Downloaded heapless v0.8.0 |
1242 | 2024-05-14T07:46:55.089Z | Downloaded vsss-rs v3.3.4 |
1243 | 2024-05-14T07:46:55.095Z | Downloaded percent-encoding v2.3.1 |
1244 | 2024-05-14T07:46:55.095Z | Downloaded pem v3.0.4 |
1245 | 2024-05-14T07:46:55.095Z | Downloaded thiserror v1.0.59 |
1246 | 2024-05-14T07:46:55.100Z | Downloaded tokio-rustls v0.25.0 |
1247 | 2024-05-14T07:46:55.100Z | Downloaded socket2 v0.4.9 |
1248 | 2024-05-14T07:46:55.100Z | Downloaded tar v0.4.40 |
1249 | 2024-05-14T07:46:55.106Z | Downloaded resolv-conf v0.7.0 |
1250 | 2024-05-14T07:46:55.106Z | Downloaded proc-macro-crate v1.3.1 |
1251 | 2024-05-14T07:46:55.118Z | Downloaded usdt-impl v0.3.5 |
1252 | 2024-05-14T07:46:55.118Z | Downloaded getrandom v0.2.12 |
1253 | 2024-05-14T07:46:55.118Z | Downloaded defmt v0.3.5 |
1254 | 2024-05-14T07:46:55.118Z | Downloaded peg-macros v0.8.3 |
1255 | 2024-05-14T07:46:55.118Z | Downloaded futures v0.3.30 |
1256 | 2024-05-14T07:46:55.144Z | Downloaded packed_struct_codegen v0.10.1 |
1257 | 2024-05-14T07:46:55.144Z | Downloaded globset v0.4.13 |
1258 | 2024-05-14T07:46:55.144Z | Downloaded zerocopy v0.6.6 |
1259 | 2024-05-14T07:46:55.144Z | Downloaded trust-dns-server v0.22.1 |
1260 | 2024-05-14T07:46:55.170Z | Downloaded toml v0.8.12 |
1261 | 2024-05-14T07:46:55.170Z | Downloaded rcgen v0.12.1 |
1262 | 2024-05-14T07:46:55.170Z | Downloaded tungstenite v0.20.1 |
1263 | 2024-05-14T07:46:55.170Z | Downloaded thiserror-no-std v2.0.2 |
1264 | 2024-05-14T07:46:55.170Z | Downloaded signal-hook-mio v0.2.3 |
1265 | 2024-05-14T07:46:55.170Z | Downloaded rand_xorshift v0.3.0 |
1266 | 2024-05-14T07:46:55.171Z | Downloaded rand_core v0.6.4 |
1267 | 2024-05-14T07:46:55.171Z | Downloaded platforms v3.0.2 |
1268 | 2024-05-14T07:46:55.171Z | Downloaded tungstenite v0.21.0 |
1269 | 2024-05-14T07:46:55.171Z | Downloaded foreign-types-shared v0.3.1 |
1270 | 2024-05-14T07:46:55.171Z | Downloaded once_cell v1.19.0 |
1271 | 2024-05-14T07:46:55.171Z | Downloaded half v2.3.1 |
1272 | 2024-05-14T07:46:55.171Z | Downloaded parking_lot v0.12.1 |
1273 | 2024-05-14T07:46:55.171Z | Downloaded tinyvec v1.6.0 |
1274 | 2024-05-14T07:46:55.171Z | Downloaded salty v0.2.0 |
1275 | 2024-05-14T07:46:55.192Z | Downloaded postgres-protocol v0.6.6 |
1276 | 2024-05-14T07:46:55.192Z | Downloaded peg v0.8.3 |
1277 | 2024-05-14T07:46:55.192Z | Downloaded flume v0.11.0 |
1278 | 2024-05-14T07:46:55.193Z | Downloaded zone v0.1.8 |
1279 | 2024-05-14T07:46:55.193Z | Downloaded num-integer v0.1.46 |
1280 | 2024-05-14T07:46:55.193Z | Downloaded fs-err v2.11.0 |
1281 | 2024-05-14T07:46:55.193Z | Downloaded slab v0.4.9 |
1282 | 2024-05-14T07:46:55.194Z | Downloaded funty v2.0.0 |
1283 | 2024-05-14T07:46:55.194Z | Downloaded dirs-next v2.0.0 |
1284 | 2024-05-14T07:46:55.194Z | Downloaded ryu v1.0.15 |
1285 | 2024-05-14T07:46:55.195Z | Downloaded password-hash v0.5.0 |
1286 | 2024-05-14T07:46:55.195Z | Downloaded foreign-types-shared v0.1.1 |
1287 | 2024-05-14T07:46:55.195Z | Downloaded foreign-types-macros v0.2.3 |
1288 | 2024-05-14T07:46:55.195Z | Downloaded foreign-types v0.3.2 |
1289 | 2024-05-14T07:46:55.196Z | Downloaded socket2 v0.5.6 |
1290 | 2024-05-14T07:46:55.202Z | Downloaded crunchy v0.2.2 |
1291 | 2024-05-14T07:46:55.202Z | Downloaded omicron-zone-package v0.11.0 |
1292 | 2024-05-14T07:46:55.202Z | Downloaded ena v0.14.2 |
1293 | 2024-05-14T07:46:55.202Z | Downloaded phf_shared v0.11.2 |
1294 | 2024-05-14T07:46:55.203Z | Downloaded parse-display-derive v0.9.0 |
1295 | 2024-05-14T07:46:55.203Z | Downloaded fatfs v0.3.6 |
1296 | 2024-05-14T07:46:55.203Z | Downloaded derive_builder_core v0.20.0 |
1297 | 2024-05-14T07:46:55.203Z | Downloaded rayon-core v1.12.1 |
1298 | 2024-05-14T07:46:55.203Z | Downloaded tokio-tungstenite v0.20.1 |
1299 | 2024-05-14T07:46:55.203Z | Downloaded tokio-stream v0.1.15 |
1300 | 2024-05-14T07:46:55.203Z | Downloaded static_assertions v1.1.0 |
1301 | 2024-05-14T07:46:55.209Z | Downloaded shlex v1.3.0 |
1302 | 2024-05-14T07:46:55.209Z | Downloaded fallible-iterator v0.2.0 |
1303 | 2024-05-14T07:46:55.209Z | Downloaded parking_lot_core v0.8.6 |
1304 | 2024-05-14T07:46:55.209Z | Downloaded rustls-pemfile v1.0.3 |
1305 | 2024-05-14T07:46:55.209Z | Downloaded enum-as-inner v0.5.1 |
1306 | 2024-05-14T07:46:55.220Z | Downloaded num-traits v0.2.19 |
1307 | 2024-05-14T07:46:55.220Z | Downloaded flate2 v1.0.30 |
1308 | 2024-05-14T07:46:55.228Z | Downloaded wyz v0.5.1 |
1309 | 2024-05-14T07:46:55.228Z | Downloaded plain v0.2.3 |
1310 | 2024-05-14T07:46:55.228Z | Downloaded pkg-config v0.3.27 |
1311 | 2024-05-14T07:46:55.229Z | Downloaded ucd-trie v0.1.6 |
1312 | 2024-05-14T07:46:55.229Z | Downloaded typenum v1.16.0 |
1313 | 2024-05-14T07:46:55.229Z | Downloaded unicase v2.7.0 |
1314 | 2024-05-14T07:46:55.229Z | Downloaded time-macros v0.2.17 |
1315 | 2024-05-14T07:46:55.229Z | Downloaded shell-words v1.1.0 |
1316 | 2024-05-14T07:46:55.236Z | Downloaded sqlformat v0.2.3 |
1317 | 2024-05-14T07:46:55.237Z | Downloaded spki v0.7.2 |
1318 | 2024-05-14T07:46:55.237Z | Downloaded serde_yaml v0.9.25 |
1319 | 2024-05-14T07:46:55.237Z | Downloaded samael v0.0.15 |
1320 | 2024-05-14T07:46:55.242Z | Downloaded indicatif v0.17.8 |
1321 | 2024-05-14T07:46:55.242Z | Downloaded indexmap v2.2.6 |
1322 | 2024-05-14T07:46:55.247Z | Downloaded which v4.4.0 |
1323 | 2024-05-14T07:46:55.247Z | Downloaded serde_arrays v0.1.0 |
1324 | 2024-05-14T07:46:55.247Z | Downloaded parking_lot v0.11.2 |
1325 | 2024-05-14T07:46:55.252Z | Downloaded dyn-clone v1.0.17 |
1326 | 2024-05-14T07:46:55.252Z | Downloaded der_derive v0.7.2 |
1327 | 2024-05-14T07:46:55.253Z | Downloaded compact_str v0.7.1 |
1328 | 2024-05-14T07:46:55.266Z | Downloaded clap v4.5.4 |
1329 | 2024-05-14T07:46:55.269Z | Downloaded scopeguard v1.2.0 |
1330 | 2024-05-14T07:46:55.270Z | Downloaded chacha20poly1305 v0.10.1 |
1331 | 2024-05-14T07:46:55.270Z | Downloaded log v0.4.21 |
1332 | 2024-05-14T07:46:55.270Z | Downloaded walkdir v2.5.0 |
1333 | 2024-05-14T07:46:55.270Z | Downloaded smawk v0.3.1 |
1334 | 2024-05-14T07:46:55.270Z | Downloaded unarray v0.1.4 |
1335 | 2024-05-14T07:46:55.270Z | Downloaded unicode-width v0.1.11 |
1336 | 2024-05-14T07:46:55.270Z | Downloaded crc32fast v1.3.2 |
1337 | 2024-05-14T07:46:55.275Z | Downloaded crc-any v2.4.3 |
1338 | 2024-05-14T07:46:55.275Z | Downloaded fixedbitset v0.4.2 |
1339 | 2024-05-14T07:46:55.275Z | Downloaded synstructure v0.12.6 |
1340 | 2024-05-14T07:46:55.280Z | Downloaded smallvec v1.13.1 |
1341 | 2024-05-14T07:46:55.280Z | Downloaded clang-sys v1.6.1 |
1342 | 2024-05-14T07:46:55.281Z | Downloaded libloading v0.7.4 |
1343 | 2024-05-14T07:46:55.286Z | Downloaded memmap2 v0.7.1 |
1344 | 2024-05-14T07:46:55.287Z | Downloaded cookie_store v0.20.0 |
1345 | 2024-05-14T07:46:55.287Z | Downloaded lru-cache v0.1.2 |
1346 | 2024-05-14T07:46:55.287Z | Downloaded tokio-native-tls v0.3.1 |
1347 | 2024-05-14T07:46:55.298Z | Downloaded tokio-macros v2.2.0 |
1348 | 2024-05-14T07:46:55.298Z | Downloaded cookie v0.18.1 |
1349 | 2024-05-14T07:46:55.298Z | Downloaded cancel-safe-futures v0.1.5 |
1350 | 2024-05-14T07:46:55.298Z | Downloaded cookie v0.17.0 |
1351 | 2024-05-14T07:46:55.298Z | Downloaded cc v1.0.83 |
1352 | 2024-05-14T07:46:55.306Z | Downloaded ipnet v2.9.0 |
1353 | 2024-05-14T07:46:55.306Z | Downloaded sec1 v0.7.3 |
1354 | 2024-05-14T07:46:55.307Z | Downloaded rustc_version v0.1.7 |
1355 | 2024-05-14T07:46:55.307Z | Downloaded ciborium v0.2.2 |
1356 | 2024-05-14T07:46:55.307Z | Downloaded clap_derive v4.5.4 |
1357 | 2024-05-14T07:46:55.307Z | Downloaded num-complex v0.4.6 |
1358 | 2024-05-14T07:46:55.321Z | Downloaded multer v3.1.0 |
1359 | 2024-05-14T07:46:55.322Z | Downloaded http-body v0.4.5 |
1360 | 2024-05-14T07:46:55.322Z | Downloaded tabled_derive v0.7.0 |
1361 | 2024-05-14T07:46:55.322Z | Downloaded strsim v0.11.0 |
1362 | 2024-05-14T07:46:55.322Z | Downloaded strsim v0.10.0 |
1363 | 2024-05-14T07:46:55.322Z | Downloaded stringprep v0.1.3 |
1364 | 2024-05-14T07:46:55.332Z | Downloaded smallvec v0.6.14 |
1365 | 2024-05-14T07:46:55.332Z | Downloaded linked-hash-map v0.5.6 |
1366 | 2024-05-14T07:46:55.333Z | Downloaded colored v2.1.0 |
1367 | 2024-05-14T07:46:55.333Z | Downloaded maybe-uninit v2.0.0 |
1368 | 2024-05-14T07:46:55.333Z | Downloaded lru v0.12.1 |
1369 | 2024-05-14T07:46:55.333Z | Downloaded crossbeam-deque v0.8.3 |
1370 | 2024-05-14T07:46:55.333Z | Downloaded crc-catalog v2.2.0 |
1371 | 2024-05-14T07:46:55.333Z | Downloaded managed v0.8.0 |
1372 | 2024-05-14T07:46:55.334Z | Downloaded itoa v1.0.9 |
1373 | 2024-05-14T07:46:55.334Z | Downloaded indoc v1.0.9 |
1374 | 2024-05-14T07:46:55.334Z | Downloaded base64ct v1.6.0 |
1375 | 2024-05-14T07:46:55.334Z | Downloaded usdt v0.3.5 |
1376 | 2024-05-14T07:46:55.334Z | Downloaded httparse v1.8.0 |
1377 | 2024-05-14T07:46:55.352Z | Downloaded convert_case v0.4.0 |
1378 | 2024-05-14T07:46:55.352Z | Downloaded constant_time_eq v0.3.0 |
1379 | 2024-05-14T07:46:55.352Z | Downloaded multimap v0.10.0 |
1380 | 2024-05-14T07:46:55.352Z | Downloaded lazycell v1.3.0 |
1381 | 2024-05-14T07:46:55.352Z | Downloaded inout v0.1.3 |
1382 | 2024-05-14T07:46:55.353Z | Downloaded kstat-rs v0.2.3 |
1383 | 2024-05-14T07:46:55.353Z | Downloaded argon2 v0.5.3 |
1384 | 2024-05-14T07:46:55.353Z | Downloaded indoc v2.0.3 |
1385 | 2024-05-14T07:46:55.353Z | Downloaded hubpack v0.1.2 |
1386 | 2024-05-14T07:46:55.353Z | Downloaded clap_lex v0.7.0 |
1387 | 2024-05-14T07:46:55.353Z | Downloaded arrayref v0.3.7 |
1388 | 2024-05-14T07:46:55.353Z | Downloaded num v0.4.3 |
1389 | 2024-05-14T07:46:55.353Z | Downloaded mockall v0.12.1 |
1390 | 2024-05-14T07:46:55.353Z | Downloaded bit-vec v0.6.3 |
1391 | 2024-05-14T07:46:55.353Z | Downloaded bb8 v0.8.3 |
1392 | 2024-05-14T07:46:55.353Z | Downloaded block-padding v0.3.3 |
1393 | 2024-05-14T07:46:55.353Z | Downloaded bit-set v0.5.3 |
1394 | 2024-05-14T07:46:55.353Z | Downloaded httpdate v1.0.3 |
1395 | 2024-05-14T07:46:55.354Z | Downloaded hostname v0.4.0 |
1396 | 2024-05-14T07:46:55.354Z | Downloaded colorchoice v1.0.0 |
1397 | 2024-05-14T07:46:55.354Z | Downloaded instant v0.1.12 |
1398 | 2024-05-14T07:46:55.363Z | Downloaded ciborium-io v0.2.2 |
1399 | 2024-05-14T07:46:55.363Z | Downloaded bitstruct v0.1.1 |
1400 | 2024-05-14T07:46:55.363Z | Downloaded cassowary v0.3.0 |
1401 | 2024-05-14T07:46:55.363Z | Downloaded camino v1.1.6 |
1402 | 2024-05-14T07:46:55.364Z | Downloaded buf-list v1.0.3 |
1403 | 2024-05-14T07:46:55.364Z | Downloaded ascii v1.1.0 |
1404 | 2024-05-14T07:46:55.364Z | Downloaded hkdf v0.12.4 |
1405 | 2024-05-14T07:46:55.372Z | Downloaded hostname v0.3.1 |
1406 | 2024-05-14T07:46:55.372Z | Downloaded highway v1.1.0 |
1407 | 2024-05-14T07:46:55.372Z | Downloaded bitvec v1.0.1 |
1408 | 2024-05-14T07:46:55.382Z | Downloaded backoff v0.4.0 |
1409 | 2024-05-14T07:46:55.382Z | Downloaded async-trait v0.1.80 |
1410 | 2024-05-14T07:46:55.391Z | Downloaded async-stream v0.3.5 |
1411 | 2024-05-14T07:46:55.391Z | Downloaded ascii-canvas v3.0.0 |
1412 | 2024-05-14T07:46:55.391Z | Downloaded atomicwrites v0.4.3 |
1413 | 2024-05-14T07:46:55.392Z | Downloaded assert_matches v1.5.0 |
1414 | 2024-05-14T07:46:55.392Z | Downloaded arrayvec v0.7.4 |
1415 | 2024-05-14T07:46:55.392Z | Downloaded http v1.0.0 |
1416 | 2024-05-14T07:46:55.403Z | Downloaded hex v0.4.3 |
1417 | 2024-05-14T07:46:55.403Z | Downloaded heck v0.4.1 |
1418 | 2024-05-14T07:46:55.403Z | Downloaded addr2line v0.21.0 |
1419 | 2024-05-14T07:46:55.404Z | Downloaded anstyle-query v1.0.0 |
1420 | 2024-05-14T07:46:55.404Z | Downloaded anstyle-parse v0.2.1 |
1421 | 2024-05-14T07:46:55.404Z | Downloaded aho-corasick v1.1.2 |
1422 | 2024-05-14T07:46:55.416Z | Downloaded ahash v0.8.8 |
1423 | 2024-05-14T07:46:55.816Z | Compiling proc-macro2 v1.0.81 |
1424 | 2024-05-14T07:46:55.819Z | Compiling unicode-ident v1.0.12 |
1425 | 2024-05-14T07:46:55.819Z | Compiling libc v0.2.153 |
1426 | 2024-05-14T07:46:55.819Z | Compiling serde v1.0.201 |
1427 | 2024-05-14T07:46:55.819Z | Compiling version_check v0.9.4 |
1428 | 2024-05-14T07:46:55.819Z | Compiling autocfg v1.1.0 |
1429 | 2024-05-14T07:46:55.870Z | Compiling cfg-if v1.0.0 |
1430 | 2024-05-14T07:46:56.485Z | Compiling once_cell v1.19.0 |
1431 | 2024-05-14T07:46:56.494Z | Compiling parking_lot_core v0.9.8 |
1432 | 2024-05-14T07:46:56.494Z | Compiling byteorder v1.5.0 |
1433 | 2024-05-14T07:46:56.494Z | Compiling libm v0.2.7 |
1434 | 2024-05-14T07:46:56.541Z | Compiling serde_json v1.0.116 |
1435 | 2024-05-14T07:46:56.558Z | Compiling lock_api v0.4.10 |
1436 | 2024-05-14T07:46:56.597Z | Compiling ahash v0.8.8 |
1437 | 2024-05-14T07:46:57.560Z | Compiling memchr v2.7.1 |
1438 | 2024-05-14T07:46:57.576Z | Compiling num-traits v0.2.19 |
1439 | 2024-05-14T07:46:57.576Z | Compiling thiserror v1.0.59 |
1440 | 2024-05-14T07:46:57.577Z | Compiling typenum v1.16.0 |
1441 | 2024-05-14T07:46:58.086Z | Compiling generic-array v0.14.7 |
1442 | 2024-05-14T07:46:58.229Z | Compiling log v0.4.21 |
1443 | 2024-05-14T07:46:58.403Z | Compiling itoa v1.0.9 |
1444 | 2024-05-14T07:46:58.550Z | Compiling quote v1.0.36 |
1445 | 2024-05-14T07:46:59.377Z | Compiling syn v2.0.60 |
1446 | 2024-05-14T07:46:59.391Z | Compiling cc v1.0.83 |
1447 | 2024-05-14T07:46:59.392Z | Compiling getrandom v0.2.12 |
1448 | 2024-05-14T07:46:59.392Z | Compiling scopeguard v1.2.0 |
1449 | 2024-05-14T07:46:59.499Z | Compiling pkg-config v0.3.27 |
1450 | 2024-05-14T07:46:59.557Z | Compiling allocator-api2 v0.2.16 |
1451 | 2024-05-14T07:46:59.593Z | Compiling slab v0.4.9 |
1452 | 2024-05-14T07:46:59.680Z | Compiling ryu v1.0.15 |
1453 | 2024-05-14T07:47:00.144Z | Compiling schemars v0.8.17 |
1454 | 2024-05-14T07:47:00.166Z | Compiling smallvec v1.13.1 |
1455 | 2024-05-14T07:47:00.300Z | Compiling pin-project-lite v0.2.13 |
1456 | 2024-05-14T07:47:00.432Z | Compiling equivalent v1.0.1 |
1457 | 2024-05-14T07:47:00.481Z | Compiling syn v1.0.109 |
1458 | 2024-05-14T07:47:00.634Z | Compiling vcpkg v0.2.15 |
1459 | 2024-05-14T07:47:01.005Z | Compiling parking_lot v0.12.1 |
1460 | 2024-05-14T07:47:01.326Z | Compiling ring v0.17.8 |
1461 | 2024-05-14T07:47:01.579Z | Compiling signal-hook-registry v1.4.1 |
1462 | 2024-05-14T07:47:02.295Z | Compiling openssl-sys v0.9.102 |
1463 | 2024-05-14T07:47:03.140Z | Compiling mio v0.8.11 |
1464 | 2024-05-14T07:47:03.194Z | Compiling fnv v1.0.7 |
1465 | 2024-05-14T07:47:03.337Z | Compiling rand_core v0.6.4 |
1466 | 2024-05-14T07:47:03.720Z | Compiling num-conv v0.1.0 |
1467 | 2024-05-14T07:47:03.763Z | Compiling time-core v0.1.2 |
1468 | 2024-05-14T07:47:03.775Z | Compiling ring v0.16.20 |
1469 | 2024-05-14T07:47:03.912Z | Compiling socket2 v0.5.6 |
1470 | 2024-05-14T07:47:04.410Z | Compiling time-macros v0.2.17 |
1471 | 2024-05-14T07:47:04.433Z | Compiling num_cpus v1.16.0 |
1472 | 2024-05-14T07:47:04.816Z | Compiling httparse v1.8.0 |
1473 | 2024-05-14T07:47:05.406Z | Compiling futures-core v0.3.30 |
1474 | 2024-05-14T07:47:05.672Z | Compiling rustix v0.38.31 |
1475 | 2024-05-14T07:47:05.710Z | Compiling openssl v0.10.64 |
1476 | 2024-05-14T07:47:06.118Z | Compiling serde_derive_internals v0.29.0 |
1477 | 2024-05-14T07:47:06.356Z | Compiling semver v1.0.22 |
1478 | 2024-05-14T07:47:06.386Z | Compiling crossbeam-utils v0.8.19 |
1479 | 2024-05-14T07:47:06.466Z | Compiling iana-time-zone v0.1.57 |
1480 | 2024-05-14T07:47:06.903Z | Compiling spin v0.5.2 |
1481 | 2024-05-14T07:47:07.157Z | Compiling tinyvec_macros v0.1.1 |
1482 | 2024-05-14T07:47:07.234Z | Compiling native-tls v0.2.11 |
1483 | 2024-05-14T07:47:07.277Z | Compiling rustls v0.21.9 |
1484 | 2024-05-14T07:47:07.533Z | Compiling tinyvec v1.6.0 |
1485 | 2024-05-14T07:47:07.579Z | Compiling spin v0.9.8 |
1486 | 2024-05-14T07:47:08.070Z | Compiling futures-sink v0.3.30 |
1487 | 2024-05-14T07:47:08.070Z | Compiling ucd-trie v0.1.6 |
1488 | 2024-05-14T07:47:08.070Z | Compiling const-oid v0.9.6 |
1489 | 2024-05-14T07:47:08.070Z | Compiling subtle v2.5.0 |
1490 | 2024-05-14T07:47:08.323Z | Compiling backtrace v0.3.69 |
1491 | 2024-05-14T07:47:08.859Z | Compiling unicode-normalization v0.1.22 |
1492 | 2024-05-14T07:47:08.921Z | Compiling cookie v0.17.0 |
1493 | 2024-05-14T07:47:09.199Z | Compiling slog v2.7.0 |
1494 | 2024-05-14T07:47:09.319Z | Compiling dyn-clone v1.0.17 |
1495 | 2024-05-14T07:47:09.435Z | Compiling unicode-bidi v0.3.15 |
1496 | 2024-05-14T07:47:09.921Z | Compiling heck v0.5.0 |
1497 | 2024-05-14T07:47:09.926Z | Compiling heck v0.4.1 |
1498 | 2024-05-14T07:47:09.969Z | Compiling futures-channel v0.3.30 |
1499 | 2024-05-14T07:47:10.218Z | Compiling tracing-core v0.1.32 |
1500 | 2024-05-14T07:47:10.227Z | Compiling futures-io v0.3.30 |
1501 | 2024-05-14T07:47:10.437Z | Compiling futures-task v0.3.30 |
1502 | 2024-05-14T07:47:11.131Z | Compiling pin-utils v0.1.0 |
1503 | 2024-05-14T07:47:11.551Z | Compiling aho-corasick v1.1.2 |
1504 | 2024-05-14T07:47:11.551Z | Compiling serde_derive v1.0.201 |
1505 | 2024-05-14T07:47:11.568Z | Compiling zerocopy-derive v0.7.32 |
1506 | 2024-05-14T07:47:11.568Z | Compiling zeroize_derive v1.4.2 |
1507 | 2024-05-14T07:47:12.609Z | Compiling thiserror-impl v1.0.59 |
1508 | 2024-05-14T07:47:12.719Z | Compiling tokio-macros v2.2.0 |
1509 | 2024-05-14T07:47:13.228Z | Compiling zerocopy v0.7.32 |
1510 | 2024-05-14T07:47:13.471Z | Compiling futures-macro v0.3.30 |
1511 | 2024-05-14T07:47:14.073Z | Compiling tracing-attributes v0.1.27 |
1512 | 2024-05-14T07:47:15.320Z | Compiling hashbrown v0.14.3 |
1513 | 2024-05-14T07:47:15.339Z | Compiling schemars_derive v0.8.17 |
1514 | 2024-05-14T07:47:15.391Z | Compiling zeroize v1.7.0 |
1515 | 2024-05-14T07:47:16.088Z | Compiling openssl-macros v0.1.1 |
1516 | 2024-05-14T07:47:16.823Z | Compiling scroll_derive v0.12.0 |
1517 | 2024-05-14T07:47:17.003Z | Compiling pest v2.7.6 |
1518 | 2024-05-14T07:47:17.293Z | Compiling tracing v0.1.40 |
1519 | 2024-05-14T07:47:18.035Z | Compiling crypto-common v0.1.6 |
1520 | 2024-05-14T07:47:18.054Z | Compiling futures-util v0.3.30 |
1521 | 2024-05-14T07:47:18.090Z | Compiling der_derive v0.7.2 |
1522 | 2024-05-14T07:47:18.342Z | Compiling winnow v0.5.15 |
1523 | 2024-05-14T07:47:18.383Z | Compiling anyhow v1.0.83 |
1524 | 2024-05-14T07:47:18.902Z | Compiling regex-syntax v0.8.2 |
1525 | 2024-05-14T07:47:19.441Z | Compiling pest_meta v2.7.6 |
1526 | 2024-05-14T07:47:20.640Z | Compiling pest_generator v2.7.6 |
1527 | 2024-05-14T07:47:22.467Z | Compiling regex-automata v0.4.5 |
1528 | 2024-05-14T07:47:23.333Z | Compiling pest_derive v2.7.6 |
1529 | 2024-05-14T07:47:23.883Z | Compiling block-buffer v0.10.4 |
1530 | 2024-05-14T07:47:24.136Z | Compiling bytes v1.6.0 |
1531 | 2024-05-14T07:47:24.476Z | Compiling indexmap v2.2.6 |
1532 | 2024-05-14T07:47:24.581Z | Compiling uuid v1.8.0 |
1533 | 2024-05-14T07:47:25.307Z | Compiling bitflags v2.4.2 |
1534 | 2024-05-14T07:47:25.844Z | Compiling tokio v1.37.0 |
1535 | 2024-05-14T07:47:25.902Z | Compiling chrono v0.4.38 |
1536 | 2024-05-14T07:47:26.606Z | Compiling serde_tokenstream v0.2.0 |
1537 | 2024-05-14T07:47:28.803Z | Compiling serde_spanned v0.6.5 |
1538 | 2024-05-14T07:47:29.023Z | Compiling toml_datetime v0.6.5 |
1539 | 2024-05-14T07:47:29.437Z | Compiling http v0.2.12 |
1540 | 2024-05-14T07:47:30.294Z | Compiling rustc_version v0.4.0 |
1541 | 2024-05-14T07:47:30.925Z | Compiling toml_edit v0.19.15 |
1542 | 2024-05-14T07:47:31.735Z | Compiling usdt-impl v0.5.0 |
1543 | 2024-05-14T07:47:32.592Z | Compiling untrusted v0.9.0 |
1544 | 2024-05-14T07:47:33.084Z | Compiling powerfmt v0.2.0 |
1545 | 2024-05-14T07:47:33.244Z | Compiling rustversion v1.0.14 |
1546 | 2024-05-14T07:47:33.281Z | Compiling crc32fast v1.3.2 |
1547 | 2024-05-14T07:47:33.347Z | Compiling deranged v0.3.11 |
1548 | 2024-05-14T07:47:34.242Z | Compiling heapless v0.7.16 |
1549 | 2024-05-14T07:47:34.676Z | Compiling digest v0.10.7 |
1550 | 2024-05-14T07:47:35.117Z | Compiling scroll v0.12.0 |
1551 | 2024-05-14T07:47:35.700Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1552 | 2024-05-14T07:47:35.881Z | Compiling signal-hook v0.3.17 |
1553 | 2024-05-14T07:47:36.045Z | Compiling plain v0.2.3 |
1554 | 2024-05-14T07:47:36.167Z | Compiling num_threads v0.1.6 |
1555 | 2024-05-14T07:47:36.188Z | Compiling percent-encoding v2.3.1 |
1556 | 2024-05-14T07:47:36.538Z | Compiling ppv-lite86 v0.2.17 |
1557 | 2024-05-14T07:47:36.560Z | Compiling time v0.3.34 |
1558 | 2024-05-14T07:47:36.644Z | Compiling goblin v0.8.0 |
1559 | 2024-05-14T07:47:37.347Z | Compiling rand_chacha v0.3.1 |
1560 | 2024-05-14T07:47:38.336Z | Compiling regex v1.10.4 |
1561 | 2024-05-14T07:47:40.720Z | Compiling pretty-hex v0.4.1 |
1562 | 2024-05-14T07:47:42.018Z | Compiling rand v0.8.5 |
1563 | 2024-05-14T07:47:42.337Z | Compiling dof v0.3.0 |
1564 | 2024-05-14T07:47:42.541Z | Compiling tokio-util v0.7.10 |
1565 | 2024-05-14T07:47:44.228Z | Compiling dtrace-parser v0.2.0 |
1566 | 2024-05-14T07:47:44.277Z | Compiling async-trait v0.1.80 |
1567 | 2024-05-14T07:47:45.620Z | Compiling thread-id v4.2.0 |
1568 | 2024-05-14T07:47:45.687Z | Compiling num-bigint v0.4.4 |
1569 | 2024-05-14T07:47:45.716Z | Compiling untrusted v0.7.1 |
1570 | 2024-05-14T07:47:45.892Z | Compiling foreign-types-shared v0.1.1 |
1571 | 2024-05-14T07:47:45.966Z | Compiling base64ct v1.6.0 |
1572 | 2024-05-14T07:47:46.011Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1573 | 2024-05-14T07:47:46.319Z | Compiling adler v1.0.2 |
1574 | 2024-05-14T07:47:46.802Z | Compiling unicode-width v0.1.11 |
1575 | 2024-05-14T07:47:46.803Z | Compiling smoltcp v0.9.1 |
1576 | 2024-05-14T07:47:46.803Z | Compiling miniz_oxide v0.7.1 |
1577 | 2024-05-14T07:47:46.803Z | Compiling pem-rfc7468 v0.7.0 |
1578 | 2024-05-14T07:47:46.803Z | Compiling foreign-types v0.3.2 |
1579 | 2024-05-14T07:47:48.863Z | Compiling form_urlencoded v1.2.1 |
1580 | 2024-05-14T07:47:49.818Z | Compiling hmac v0.12.1 |
1581 | 2024-05-14T07:47:50.104Z | Compiling errno v0.3.8 |
1582 | 2024-05-14T07:47:50.141Z | Compiling siphasher v0.3.11 |
1583 | 2024-05-14T07:47:50.261Z | Compiling try-lock v0.2.4 |
1584 | 2024-05-14T07:47:50.390Z | Compiling flagset v0.4.3 |
1585 | 2024-05-14T07:47:50.454Z | Compiling base64 v0.21.7 |
1586 | 2024-05-14T07:47:50.622Z | Compiling der v0.7.8 |
1587 | 2024-05-14T07:47:50.812Z | Compiling want v0.3.1 |
1588 | 2024-05-14T07:47:51.913Z | Compiling rustls-webpki v0.101.7 |
1589 | 2024-05-14T07:47:52.013Z | Compiling sct v0.7.0 |
1590 | 2024-05-14T07:47:52.302Z | Compiling h2 v0.3.26 |
1591 | 2024-05-14T07:47:53.581Z | Compiling http-body v0.4.5 |
1592 | 2024-05-14T07:47:54.460Z | Compiling openapiv3 v2.0.0 |
1593 | 2024-05-14T07:47:55.134Z | Compiling hubpack_derive v0.1.1 |
1594 | 2024-05-14T07:47:55.226Z | Compiling zerocopy-derive v0.6.6 |
1595 | 2024-05-14T07:47:55.791Z | Compiling lazy_static v1.4.0 |
1596 | 2024-05-14T07:47:55.926Z | Compiling idna v0.5.0 |
1597 | 2024-05-14T07:47:57.177Z | Compiling cpufeatures v0.2.12 |
1598 | 2024-05-14T07:47:57.267Z | Compiling openssl-probe v0.1.5 |
1599 | 2024-05-14T07:47:57.301Z | Compiling utf8parse v0.2.1 |
1600 | 2024-05-14T07:47:57.552Z | Compiling stable_deref_trait v1.2.0 |
1601 | 2024-05-14T07:47:57.597Z | Compiling anstyle v1.0.7 |
1602 | 2024-05-14T07:47:57.670Z | Compiling httpdate v1.0.3 |
1603 | 2024-05-14T07:47:58.191Z | Compiling tower-service v0.3.2 |
1604 | 2024-05-14T07:47:58.430Z | Compiling gimli v0.28.0 |
1605 | 2024-05-14T07:47:58.758Z | Compiling anstyle-parse v0.2.1 |
1606 | 2024-05-14T07:47:59.037Z | Compiling sha2 v0.10.8 |
1607 | 2024-05-14T07:47:59.172Z | Compiling url v2.5.0 |
1608 | 2024-05-14T07:48:00.257Z | Compiling hyper v0.14.28 |
1609 | 2024-05-14T07:48:02.871Z | Compiling addr2line v0.21.0 |
1610 | 2024-05-14T07:48:03.050Z | Compiling spki v0.7.2 |
1611 | 2024-05-14T07:48:03.719Z | Compiling usdt-macro v0.5.0 |
1612 | 2024-05-14T07:48:04.653Z | Compiling usdt-attr-macro v0.5.0 |
1613 | 2024-05-14T07:48:06.180Z | Compiling md-5 v0.10.5 |
1614 | 2024-05-14T07:48:09.492Z | Compiling stringprep v0.1.3 |
1615 | 2024-05-14T07:48:09.955Z | Compiling idna v0.3.0 |
1616 | 2024-05-14T07:48:10.235Z | Compiling diesel_table_macro_syntax v0.1.0 |
1617 | 2024-05-14T07:48:10.739Z | Compiling num-integer v0.1.46 |
1618 | 2024-05-14T07:48:10.744Z | Compiling object v0.32.1 |
1619 | 2024-05-14T07:48:11.027Z | Compiling hash32 v0.2.1 |
1620 | 2024-05-14T07:48:11.313Z | Compiling psl-types v2.0.11 |
1621 | 2024-05-14T07:48:11.397Z | Compiling colorchoice v1.0.0 |
1622 | 2024-05-14T07:48:11.508Z | Compiling fallible-iterator v0.2.0 |
1623 | 2024-05-14T07:48:12.197Z | Compiling anstyle-query v1.0.0 |
1624 | 2024-05-14T07:48:12.447Z | Compiling rustc-demangle v0.1.23 |
1625 | 2024-05-14T07:48:16.667Z | Compiling anstream v0.6.11 |
1626 | 2024-05-14T07:48:18.109Z | Compiling postgres-protocol v0.6.6 |
1627 | 2024-05-14T07:48:18.888Z | Compiling publicsuffix v2.2.3 |
1628 | 2024-05-14T07:48:19.139Z | Compiling diesel_derives v2.1.2 |
1629 | 2024-05-14T07:48:25.780Z | Compiling tokio-rustls v0.24.1 |
1630 | 2024-05-14T07:48:26.229Z | Compiling pkcs8 v0.10.2 |
1631 | 2024-05-14T07:48:26.732Z | Compiling terminal_size v0.3.0 |
1632 | 2024-05-14T07:48:26.987Z | Compiling tokio-native-tls v0.3.1 |
1633 | 2024-05-14T07:48:27.693Z | Compiling phf_shared v0.11.2 |
1634 | 2024-05-14T07:48:28.258Z | Compiling strum_macros v0.25.2 |
1635 | 2024-05-14T07:48:28.618Z | Compiling block-padding v0.3.3 |
1636 | 2024-05-14T07:48:28.770Z | Compiling regress v0.9.1 |
1637 | 2024-05-14T07:48:28.869Z | Compiling enum-as-inner v0.5.1 |
1638 | 2024-05-14T07:48:30.636Z | Compiling clap_derive v4.5.4 |
1639 | 2024-05-14T07:48:31.888Z | Compiling serde_repr v0.1.16 |
1640 | 2024-05-14T07:48:33.062Z | Compiling ff v0.13.0 |
1641 | 2024-05-14T07:48:33.062Z | Compiling scheduled-thread-pool v0.2.7 |
1642 | 2024-05-14T07:48:33.191Z | Compiling encoding_rs v0.8.33 |
1643 | 2024-05-14T07:48:33.882Z | Compiling managed v0.8.0 |
1644 | 2024-05-14T07:48:33.894Z | Compiling bitflags v1.3.2 |
1645 | 2024-05-14T07:48:33.990Z | Compiling mime v0.3.17 |
1646 | 2024-05-14T07:48:34.279Z | Compiling ipnet v2.9.0 |
1647 | 2024-05-14T07:48:35.231Z | Compiling strsim v0.10.0 |
1648 | 2024-05-14T07:48:35.377Z | Compiling regex-automata v0.1.10 |
1649 | 2024-05-14T07:48:35.389Z | Compiling ident_case v1.0.1 |
1650 | 2024-05-14T07:48:35.862Z | Compiling clap_lex v0.7.0 |
1651 | 2024-05-14T07:48:35.904Z | Compiling strsim v0.11.0 |
1652 | 2024-05-14T07:48:36.117Z | Compiling bit-vec v0.6.3 |
1653 | 2024-05-14T07:48:36.315Z | Compiling base16ct v0.2.0 |
1654 | 2024-05-14T07:48:36.600Z | Compiling matches v0.1.10 |
1655 | 2024-05-14T07:48:36.625Z | Compiling sec1 v0.7.3 |
1656 | 2024-05-14T07:48:36.653Z | Compiling idna v0.2.3 |
1657 | 2024-05-14T07:48:36.662Z | Compiling clap_builder v4.5.2 |
1658 | 2024-05-14T07:48:37.164Z | Compiling bstr v0.2.17 |
1659 | 2024-05-14T07:48:38.118Z | Compiling darling_core v0.20.8 |
1660 | 2024-05-14T07:48:40.880Z | Compiling r2d2 v0.8.10 |
1661 | 2024-05-14T07:48:41.250Z | Compiling group v0.13.0 |
1662 | 2024-05-14T07:48:42.694Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1663 | 2024-05-14T07:48:44.048Z | Compiling inout v0.1.3 |
1664 | 2024-05-14T07:48:45.427Z | Compiling phf v0.11.2 |
1665 | 2024-05-14T07:48:45.579Z | Compiling hyper-tls v0.5.0 |
1666 | 2024-05-14T07:48:45.775Z | Compiling signal-hook-mio v0.2.3 |
1667 | 2024-05-14T07:48:45.928Z | Compiling hyper-rustls v0.24.2 |
1668 | 2024-05-14T07:48:45.928Z | Compiling bzip2 v0.4.4 |
1669 | 2024-05-14T07:48:45.962Z | Compiling flate2 v1.0.30 |
1670 | 2024-05-14T07:48:46.116Z | Compiling cookie_store v0.20.0 |
1671 | 2024-05-14T07:48:46.520Z | Compiling postgres-types v0.2.6 |
1672 | 2024-05-14T07:48:47.041Z | Compiling zerocopy v0.6.6 |
1673 | 2024-05-14T07:48:47.816Z | Compiling hubpack v0.1.2 |
1674 | 2024-05-14T07:48:47.837Z | Compiling rustls-pemfile v1.0.3 |
1675 | 2024-05-14T07:48:47.837Z | Compiling phf_shared v0.10.0 |
1676 | 2024-05-14T07:48:47.837Z | Compiling hkdf v0.12.4 |
1677 | 2024-05-14T07:48:47.838Z | Compiling serde_urlencoded v0.7.1 |
1678 | 2024-05-14T07:48:48.330Z | Compiling crossbeam-epoch v0.9.18 |
1679 | 2024-05-14T07:48:48.331Z | Compiling ipnetwork v0.20.0 |
1680 | 2024-05-14T07:48:48.331Z | Compiling futures-executor v0.3.30 |
1681 | 2024-05-14T07:48:48.650Z | Compiling crypto-bigint v0.5.2 |
1682 | 2024-05-14T07:48:48.767Z | Compiling float-cmp v0.9.0 |
1683 | 2024-05-14T07:48:48.826Z | Compiling memmap v0.7.0 |
1684 | 2024-05-14T07:48:49.149Z | Compiling webpki-roots v0.25.2 |
1685 | 2024-05-14T07:48:49.275Z | Compiling new_debug_unreachable v1.0.4 |
1686 | 2024-05-14T07:48:49.297Z | Compiling fixedbitset v0.4.2 |
1687 | 2024-05-14T07:48:49.375Z | Compiling unicode-segmentation v1.10.1 |
1688 | 2024-05-14T07:48:49.831Z | Compiling data-encoding v2.4.0 |
1689 | 2024-05-14T07:48:50.158Z | Compiling difflib v0.4.0 |
1690 | 2024-05-14T07:48:50.637Z | Compiling winnow v0.6.1 |
1691 | 2024-05-14T07:48:51.410Z | Compiling predicates-core v1.0.6 |
1692 | 2024-05-14T07:48:51.511Z | Compiling static_assertions v1.1.0 |
1693 | 2024-05-14T07:48:51.582Z | Compiling either v1.11.0 |
1694 | 2024-05-14T07:48:52.127Z | Compiling normalize-line-endings v0.3.0 |
1695 | 2024-05-14T07:48:52.146Z | Compiling precomputed-hash v0.1.1 |
1696 | 2024-05-14T07:48:52.146Z | Compiling whoami v1.5.1 |
1697 | 2024-05-14T07:48:52.279Z | Compiling sync_wrapper v0.1.2 |
1698 | 2024-05-14T07:48:52.410Z | Compiling minimal-lexical v0.2.1 |
1699 | 2024-05-14T07:48:52.490Z | Compiling tokio-postgres v0.7.10 |
1700 | 2024-05-14T07:48:52.799Z | Compiling reqwest v0.11.27 |
1701 | 2024-05-14T07:48:52.855Z | Compiling nom v7.1.3 |
1702 | 2024-05-14T07:48:52.909Z | Compiling string_cache v0.8.7 |
1703 | 2024-05-14T07:48:53.330Z | Compiling itertools v0.10.5 |
1704 | 2024-05-14T07:48:53.491Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1705 | 2024-05-14T07:48:54.368Z | Compiling toml_edit v0.22.12 |
1706 | 2024-05-14T07:48:56.199Z | Compiling predicates v3.1.0 |
1707 | 2024-05-14T07:48:56.475Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1708 | 2024-05-14T07:48:57.032Z | Compiling trust-dns-proto v0.22.0 |
1709 | 2024-05-14T07:48:58.864Z | Compiling elliptic-curve v0.13.8 |
1710 | 2024-05-14T07:48:59.280Z | Compiling similar v2.4.0 |
1711 | 2024-05-14T07:49:00.395Z | Compiling petgraph v0.6.4 |
1712 | 2024-05-14T07:49:00.410Z | Compiling usdt v0.5.0 |
1713 | 2024-05-14T07:49:00.784Z | Compiling diesel v2.1.6 |
1714 | 2024-05-14T07:49:01.295Z | Compiling futures v0.3.30 |
1715 | 2024-05-14T07:49:01.651Z | Compiling yasna v0.5.2 |
1716 | 2024-05-14T07:49:01.861Z | Compiling zip v0.6.6 |
1717 | 2024-05-14T07:49:02.388Z | Compiling crossterm v0.27.0 |
1718 | 2024-05-14T07:49:02.987Z | Compiling cipher v0.4.4 |
1719 | 2024-05-14T07:49:03.169Z | Compiling darling_macro v0.20.8 |
1720 | 2024-05-14T07:49:04.157Z | Compiling clap v4.5.4 |
1721 | 2024-05-14T07:49:04.279Z | Compiling bit-set v0.5.3 |
1722 | 2024-05-14T07:49:04.455Z | Compiling num-iter v0.1.45 |
1723 | 2024-05-14T07:49:05.056Z | Compiling console v0.15.8 |
1724 | 2024-05-14T07:49:05.061Z | Compiling tokio-stream v0.1.15 |
1725 | 2024-05-14T07:49:05.239Z | Compiling toml v0.7.8 |
1726 | 2024-05-14T07:49:05.824Z | Compiling bstr v1.9.0 |
1727 | 2024-05-14T07:49:05.930Z | Compiling hex v0.4.3 |
1728 | 2024-05-14T07:49:07.176Z | Compiling peg-runtime v0.8.3 |
1729 | 2024-05-14T07:49:07.548Z | Compiling lalrpop-util v0.19.12 |
1730 | 2024-05-14T07:49:08.726Z | Compiling darling v0.20.8 |
1731 | 2024-05-14T07:49:08.855Z | Compiling proc-macro-crate v1.3.1 |
1732 | 2024-05-14T07:49:09.936Z | Compiling heapless v0.8.0 |
1733 | 2024-05-14T07:49:10.864Z | Compiling camino v1.1.6 |
1734 | 2024-05-14T07:49:11.762Z | Compiling num_enum_derive v0.5.11 |
1735 | 2024-05-14T07:49:18.396Z | Compiling hash32 v0.3.1 |
1736 | 2024-05-14T07:49:20.821Z | Compiling smoltcp v0.11.0 |
1737 | 2024-05-14T07:49:21.386Z | Compiling rustls-pki-types v1.3.0 |
1738 | 2024-05-14T07:49:21.581Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1739 | 2024-05-14T07:49:30.249Z | Compiling num_enum v0.5.11 |
1740 | 2024-05-14T07:49:33.971Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1741 | 2024-05-14T07:49:34.210Z | Compiling getopts v0.2.21 |
1742 | 2024-05-14T07:49:35.695Z | Compiling dirs-sys-next v0.1.2 |
1743 | 2024-05-14T07:49:36.042Z | Compiling proc-macro-error-attr v1.0.4 |
1744 | 2024-05-14T07:49:36.333Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1745 | 2024-05-14T07:49:36.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1746 | 2024-05-14T07:49:36.760Z | Compiling rustls v0.22.4 |
1747 | 2024-05-14T07:49:36.914Z | Compiling unsafe-libyaml v0.2.10 |
1748 | 2024-05-14T07:49:36.938Z | Compiling embedded-io v0.4.0 |
1749 | 2024-05-14T07:49:37.054Z | Compiling paste v1.0.14 |
1750 | 2024-05-14T07:49:37.510Z | Compiling cobs v0.2.3 |
1751 | 2024-05-14T07:49:37.951Z | Compiling postcard v1.0.8 |
1752 | 2024-05-14T07:49:38.564Z | Compiling serde_yaml v0.9.25 |
1753 | 2024-05-14T07:49:42.465Z | Compiling dirs-next v2.0.0 |
1754 | 2024-05-14T07:49:44.554Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1755 | 2024-05-14T07:49:53.614Z | Compiling rustls-webpki v0.102.1 |
1756 | 2024-05-14T07:49:56.944Z | Compiling strum_macros v0.26.1 |
1757 | 2024-05-14T07:49:57.651Z | Compiling foreign-types-macros v0.2.3 |
1758 | 2024-05-14T07:49:57.979Z | Compiling structmeta-derive v0.3.0 |
1759 | 2024-05-14T07:49:58.981Z | Compiling thread_local v1.1.7 |
1760 | 2024-05-14T07:49:59.417Z | Compiling proc-macro-error v1.0.4 |
1761 | 2024-05-14T07:49:59.424Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1762 | 2024-05-14T07:49:59.667Z | Compiling multer v3.1.0 |
1763 | 2024-05-14T07:49:59.827Z | Compiling foreign-types-shared v0.3.1 |
1764 | 2024-05-14T07:50:00.639Z | Compiling slog-async v2.8.0 |
1765 | 2024-05-14T07:50:01.755Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1766 | 2024-05-14T07:50:01.760Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1767 | 2024-05-14T07:50:02.321Z | Compiling match_cfg v0.1.0 |
1768 | 2024-05-14T07:50:02.332Z | Compiling hostname v0.3.1 |
1769 | 2024-05-14T07:50:02.751Z | Compiling strum v0.26.2 |
1770 | 2024-05-14T07:50:02.949Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1771 | 2024-05-14T07:50:06.547Z | Compiling structmeta v0.3.0 |
1772 | 2024-05-14T07:50:08.547Z | Compiling foreign-types v0.5.0 |
1773 | 2024-05-14T07:50:14.331Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1774 | 2024-05-14T07:50:23.231Z | Compiling term v0.7.0 |
1775 | 2024-05-14T07:50:27.350Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1776 | 2024-05-14T07:50:27.654Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1777 | 2024-05-14T07:50:28.722Z | Compiling slog-json v2.6.1 |
1778 | 2024-05-14T07:50:28.852Z | Compiling is-terminal v0.4.9 |
1779 | 2024-05-14T07:50:28.998Z | Compiling tabwriter v1.4.0 |
1780 | 2024-05-14T07:50:29.190Z | Compiling crossbeam-channel v0.5.8 |
1781 | 2024-05-14T07:50:29.770Z | Compiling http v1.0.0 |
1782 | 2024-05-14T07:50:31.010Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1783 | 2024-05-14T07:50:31.039Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1784 | 2024-05-14T07:50:31.824Z | Compiling async-stream-impl v0.3.5 |
1785 | 2024-05-14T07:50:31.971Z | Compiling cstr-argument v0.1.2 |
1786 | 2024-05-14T07:50:32.228Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1787 | 2024-05-14T07:50:32.256Z | Compiling pretty-hex v0.2.1 |
1788 | 2024-05-14T07:50:32.557Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1789 | 2024-05-14T07:50:32.877Z | Compiling crucible-workspace-hack v0.1.0 |
1790 | 2024-05-14T07:50:33.113Z | Compiling rayon-core v1.12.1 |
1791 | 2024-05-14T07:50:33.160Z | Compiling base64 v0.22.1 |
1792 | 2024-05-14T07:50:33.411Z | Compiling take_mut v0.2.2 |
1793 | 2024-05-14T07:50:33.953Z | Compiling atomic-waker v1.1.1 |
1794 | 2024-05-14T07:50:33.957Z | Compiling fastrand v2.0.1 |
1795 | 2024-05-14T07:50:34.143Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1796 | 2024-05-14T07:50:34.285Z | Compiling tempfile v3.10.1 |
1797 | 2024-05-14T07:50:34.311Z | Compiling rustls-pemfile v2.1.2 |
1798 | 2024-05-14T07:50:34.406Z | Compiling waitgroup v0.1.2 |
1799 | 2024-05-14T07:50:34.728Z | Compiling async-stream v0.3.5 |
1800 | 2024-05-14T07:50:35.101Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1801 | 2024-05-14T07:50:35.150Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1802 | 2024-05-14T07:50:36.084Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1803 | 2024-05-14T07:50:36.183Z | Compiling slog-bunyan v2.5.0 |
1804 | 2024-05-14T07:50:36.306Z | Compiling slog-term v2.9.1 |
1805 | 2024-05-14T07:50:37.174Z | Compiling tokio-rustls v0.25.0 |
1806 | 2024-05-14T07:50:37.665Z | Compiling parse-display-derive v0.9.0 |
1807 | 2024-05-14T07:50:37.718Z | Compiling toml v0.8.12 |
1808 | 2024-05-14T07:50:38.835Z | Compiling serde_with_macros v3.7.0 |
1809 | 2024-05-14T07:50:39.270Z | Compiling sha1 v0.10.6 |
1810 | 2024-05-14T07:50:40.195Z | Compiling crossbeam-deque v0.8.3 |
1811 | 2024-05-14T07:50:40.601Z | Compiling colored v2.1.0 |
1812 | 2024-05-14T07:50:41.147Z | Compiling newtype-uuid v1.1.0 |
1813 | 2024-05-14T07:50:41.464Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1814 | 2024-05-14T07:50:41.623Z | Compiling serde_path_to_error v0.1.16 |
1815 | 2024-05-14T07:50:41.643Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1816 | 2024-05-14T07:50:41.894Z | Compiling hostname v0.4.0 |
1817 | 2024-05-14T07:50:42.154Z | Compiling socket2 v0.4.9 |
1818 | 2024-05-14T07:50:42.372Z | Compiling instant v0.1.12 |
1819 | 2024-05-14T07:50:42.553Z | Compiling debug-ignore v1.0.5 |
1820 | 2024-05-14T07:50:42.589Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1821 | 2024-05-14T07:50:43.393Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1822 | 2024-05-14T07:50:43.823Z | Compiling backoff v0.4.0 |
1823 | 2024-05-14T07:50:44.186Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1824 | 2024-05-14T07:50:44.408Z | Compiling parse-display v0.9.0 |
1825 | 2024-05-14T07:50:45.402Z | Compiling serde_with v3.7.0 |
1826 | 2024-05-14T07:50:45.533Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1827 | 2024-05-14T07:50:46.469Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1828 | 2024-05-14T07:50:47.525Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1829 | 2024-05-14T07:50:48.376Z | Compiling camino-tempfile v1.1.1 |
1830 | 2024-05-14T07:50:49.205Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1831 | 2024-05-14T07:50:49.671Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1832 | 2024-05-14T07:50:49.761Z | Compiling macaddr v1.0.1 |
1833 | 2024-05-14T07:50:50.176Z | Compiling num-derive v0.4.0 |
1834 | 2024-05-14T07:50:50.176Z | Compiling sigpipe v0.1.3 |
1835 | 2024-05-14T07:50:50.177Z | Compiling libefi-sys v0.1.0 |
1836 | 2024-05-14T07:50:50.357Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1837 | 2024-05-14T07:50:50.412Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1838 | 2024-05-14T07:50:50.906Z | Compiling rayon v1.10.0 |
1839 | 2024-05-14T07:50:52.106Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1840 | 2024-05-14T07:50:52.220Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1841 | 2024-05-14T07:50:53.784Z | Compiling smf v0.2.3 |
1842 | 2024-05-14T07:50:54.276Z | Compiling blake3 v1.5.0 |
1843 | 2024-05-14T07:50:54.858Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1844 | 2024-05-14T07:50:55.240Z | Compiling portable-atomic v1.4.3 |
1845 | 2024-05-14T07:50:56.130Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1846 | 2024-05-14T07:50:56.239Z | Compiling xattr v1.0.1 |
1847 | 2024-05-14T07:50:56.495Z | Compiling memmap2 v0.7.1 |
1848 | 2024-05-14T07:50:56.519Z | Compiling filetime v0.2.23 |
1849 | 2024-05-14T07:50:56.678Z | Compiling arrayref v0.3.7 |
1850 | 2024-05-14T07:50:56.798Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1851 | 2024-05-14T07:50:56.960Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1852 | 2024-05-14T07:50:56.984Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1853 | 2024-05-14T07:50:57.005Z | Compiling arrayvec v0.7.4 |
1854 | 2024-05-14T07:50:57.301Z | Compiling same-file v1.0.6 |
1855 | 2024-05-14T07:50:57.499Z | Compiling constant_time_eq v0.3.0 |
1856 | 2024-05-14T07:50:57.579Z | Compiling walkdir v2.5.0 |
1857 | 2024-05-14T07:50:59.182Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1858 | 2024-05-14T07:51:00.216Z | Compiling tar v0.4.40 |
1859 | 2024-05-14T07:51:01.743Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1860 | 2024-05-14T07:51:02.156Z | Compiling gethostname v0.4.3 |
1861 | 2024-05-14T07:51:02.437Z | Compiling number_prefix v0.4.0 |
1862 | 2024-05-14T07:51:02.512Z | Compiling topological-sort v0.2.2 |
1863 | 2024-05-14T07:51:02.765Z | Compiling indicatif v0.17.8 |
1864 | 2024-05-14T07:51:02.998Z | Compiling omicron-zone-package v0.11.0 |
1865 | 2024-05-14T07:51:10.096Z | Compiling swrite v0.1.0 |
1866 | 2024-05-14T07:51:10.301Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1867 | 2024-05-14T07:51:11.289Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1868 | 2024-05-14T07:51:12.803Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1869 | 2024-05-14T07:51:14.192Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1870 | 2024-05-14T07:51:33.136Z | Finished release [optimized] target(s) in 5m 01s |
1871 | 2024-05-14T07:51:33.383Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1872 | 2024-05-14T07:51:33.448Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1873 | 2024-05-14T07:51:33.452Z | Created new build target 'test' and set it as active |
1874 | 2024-05-14T07:51:33.452Z | |
1875 | 2024-05-14T07:51:33.452Z | real 5:01.656407797 |
1876 | 2024-05-14T07:51:33.452Z | user 31:45.181635716 |
1877 | 2024-05-14T07:51:33.452Z | sys 3:54.037552112 |
1878 | 2024-05-14T07:51:33.452Z | trap 0.920196428 |
1879 | 2024-05-14T07:51:33.452Z | tflt 4.507980858 |
1880 | 2024-05-14T07:51:33.453Z | dflt 4.395767170 |
1881 | 2024-05-14T07:51:33.453Z | kflt 0.031850900 |
1882 | 2024-05-14T07:51:33.453Z | lock 1:07:20.450563819 |
1883 | 2024-05-14T07:51:33.453Z | slp 1:30:01.771661444 |
1884 | 2024-05-14T07:51:33.453Z | lat 2:02.757901508 |
1885 | 2024-05-14T07:51:33.453Z | stop 3:44.165627499 |
1886 | 2024-05-14T07:51:33.453Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1887 | 2024-05-14T07:51:34.264Z | Finished release [optimized] target(s) in 0.75s |
1888 | 2024-05-14T07:51:34.277Z | Running `target/release/omicron-package -t test package` |
1889 | 2024-05-14T07:51:34.324Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1890 | 2024-05-14T07:51:35.153Z | Compiling newline-converter v0.3.0 |
1891 | 2024-05-14T07:51:35.164Z | Compiling humantime v2.1.0 |
1892 | 2024-05-14T07:51:35.223Z | Compiling unicode-xid v0.2.4 |
1893 | 2024-05-14T07:51:35.228Z | Compiling linked-hash-map v0.5.6 |
1894 | 2024-05-14T07:51:35.234Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1895 | 2024-05-14T07:51:35.237Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1896 | 2024-05-14T07:51:35.238Z | Compiling password-hash v0.5.0 |
1897 | 2024-05-14T07:51:35.238Z | Compiling blake2 v0.10.6 |
1898 | 2024-05-14T07:51:35.346Z | Compiling expectorate v1.1.0 |
1899 | 2024-05-14T07:51:35.358Z | Compiling semver v0.1.20 |
1900 | 2024-05-14T07:51:35.578Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1901 | 2024-05-14T07:51:35.582Z | Compiling lru-cache v0.1.2 |
1902 | 2024-05-14T07:51:35.780Z | Compiling argon2 v0.5.3 |
1903 | 2024-05-14T07:51:35.818Z | Compiling rustc_version v0.1.7 |
1904 | 2024-05-14T07:51:36.013Z | Compiling bytecount v0.6.3 |
1905 | 2024-05-14T07:51:36.221Z | Compiling newtype_derive v0.1.6 |
1906 | 2024-05-14T07:51:36.269Z | Compiling papergrid v0.11.0 |
1907 | 2024-05-14T07:51:36.486Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1908 | 2024-05-14T07:51:36.567Z | Compiling tabled_derive v0.7.0 |
1909 | 2024-05-14T07:51:37.069Z | Compiling quick-error v1.2.3 |
1910 | 2024-05-14T07:51:37.202Z | Compiling resolv-conf v0.7.0 |
1911 | 2024-05-14T07:51:37.414Z | Compiling steno v0.4.0 |
1912 | 2024-05-14T07:51:38.339Z | Compiling trust-dns-resolver v0.22.0 |
1913 | 2024-05-14T07:51:38.637Z | Compiling tabled v0.15.0 |
1914 | 2024-05-14T07:51:38.699Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1915 | 2024-05-14T07:51:41.469Z | Compiling derive-where v1.2.7 |
1916 | 2024-05-14T07:51:44.595Z | Compiling slog-dtrace v0.3.0 |
1917 | 2024-05-14T07:51:44.908Z | Compiling termcolor v1.2.0 |
1918 | 2024-05-14T07:51:45.928Z | Compiling itertools v0.12.1 |
1919 | 2024-05-14T07:51:49.033Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1920 | 2024-05-14T07:51:49.523Z | Compiling utf-8 v0.7.6 |
1921 | 2024-05-14T07:51:49.885Z | Compiling num-rational v0.4.2 |
1922 | 2024-05-14T07:51:49.972Z | Compiling num-complex v0.4.6 |
1923 | 2024-05-14T07:51:51.249Z | Compiling num v0.4.3 |
1924 | 2024-05-14T07:51:51.354Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1925 | 2024-05-14T07:51:51.379Z | Compiling nibble_vec v0.1.0 |
1926 | 2024-05-14T07:51:51.588Z | Compiling endian-type v0.1.2 |
1927 | 2024-05-14T07:51:51.820Z | Compiling radium v0.7.0 |
1928 | 2024-05-14T07:51:52.287Z | Compiling radix_trie v0.2.1 |
1929 | 2024-05-14T07:51:52.401Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1930 | 2024-05-14T07:51:52.452Z | Compiling tungstenite v0.20.1 |
1931 | 2024-05-14T07:51:53.216Z | Compiling maybe-uninit v2.0.0 |
1932 | 2024-05-14T07:51:53.674Z | Compiling tap v1.0.1 |
1933 | 2024-05-14T07:51:53.865Z | Compiling wyz v0.5.1 |
1934 | 2024-05-14T07:51:54.396Z | Compiling tokio-tungstenite v0.20.1 |
1935 | 2024-05-14T07:51:55.511Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1936 | 2024-05-14T07:51:57.986Z | Compiling arc-swap v1.6.0 |
1937 | 2024-05-14T07:51:59.157Z | Compiling packed_struct v0.10.1 |
1938 | 2024-05-14T07:51:59.181Z | Compiling cancel-safe-futures v0.1.5 |
1939 | 2024-05-14T07:51:59.597Z | Compiling crc-catalog v2.2.0 |
1940 | 2024-05-14T07:51:59.597Z | Compiling funty v2.0.0 |
1941 | 2024-05-14T07:51:59.665Z | Compiling display-error-chain v0.2.0 |
1942 | 2024-05-14T07:51:59.843Z | Compiling num-bigint-dig v0.8.4 |
1943 | 2024-05-14T07:52:00.056Z | Compiling crc v3.0.1 |
1944 | 2024-05-14T07:52:00.216Z | Compiling slog-scope v4.4.0 |
1945 | 2024-05-14T07:52:00.828Z | Compiling bitvec v1.0.1 |
1946 | 2024-05-14T07:52:00.997Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1947 | 2024-05-14T07:52:01.121Z | Compiling packed_struct_codegen v0.10.1 |
1948 | 2024-05-14T07:52:01.605Z | Compiling fxhash v0.2.1 |
1949 | 2024-05-14T07:52:01.828Z | Compiling indexmap v1.9.3 |
1950 | 2024-05-14T07:52:02.152Z | Compiling nodrop v0.1.14 |
1951 | 2024-05-14T07:52:02.219Z | Compiling smallvec v0.6.14 |
1952 | 2024-05-14T07:52:02.267Z | Compiling array-init v0.0.4 |
1953 | 2024-05-14T07:52:02.795Z | Compiling slog-stdlog v4.1.1 |
1954 | 2024-05-14T07:52:04.109Z | Compiling rayon-core v1.12.1 |
1955 | 2024-05-14T07:52:04.133Z | Compiling synstructure v0.12.6 |
1956 | 2024-05-14T07:52:04.234Z | Compiling pkcs1 v0.7.5 |
1957 | 2024-05-14T07:52:05.174Z | Compiling signature v2.1.0 |
1958 | 2024-05-14T07:52:05.427Z | Compiling crossbeam-deque v0.8.3 |
1959 | 2024-05-14T07:52:05.732Z | Compiling dirs-sys-next v0.1.2 |
1960 | 2024-05-14T07:52:06.231Z | Compiling half v2.3.1 |
1961 | 2024-05-14T07:52:06.927Z | Compiling glob v0.3.1 |
1962 | 2024-05-14T07:52:07.683Z | Compiling hashbrown v0.12.3 |
1963 | 2024-05-14T07:52:08.278Z | Compiling crunchy v0.2.2 |
1964 | 2024-05-14T07:52:08.725Z | Compiling ciborium-io v0.2.2 |
1965 | 2024-05-14T07:52:08.860Z | Compiling bitfield v0.14.0 |
1966 | 2024-05-14T07:52:09.378Z | Compiling same-file v1.0.6 |
1967 | 2024-05-14T07:52:09.378Z | Compiling fastrand v2.0.1 |
1968 | 2024-05-14T07:52:09.378Z | Compiling walkdir v2.5.0 |
1969 | 2024-05-14T07:52:09.379Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1970 | 2024-05-14T07:52:09.566Z | Compiling tempfile v3.10.1 |
1971 | 2024-05-14T07:52:10.341Z | Compiling ciborium-ll v0.2.2 |
1972 | 2024-05-14T07:52:10.814Z | Compiling clang-sys v1.6.1 |
1973 | 2024-05-14T07:52:10.831Z | Compiling rsa v0.9.2 |
1974 | 2024-05-14T07:52:11.512Z | Compiling dirs-next v2.0.0 |
1975 | 2024-05-14T07:52:13.292Z | Compiling zerocopy-derive v0.2.0 |
1976 | 2024-05-14T07:52:15.080Z | Compiling serde-hex v0.1.0 |
1977 | 2024-05-14T07:52:15.680Z | Compiling slog-envlogger v2.2.0 |
1978 | 2024-05-14T07:52:16.161Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1979 | 2024-05-14T07:52:16.487Z | Compiling env_logger v0.10.0 |
1980 | 2024-05-14T07:52:18.003Z | Compiling camino v1.1.6 |
1981 | 2024-05-14T07:52:18.065Z | Compiling x509-cert v0.2.4 |
1982 | 2024-05-14T07:52:18.468Z | Compiling ron v0.8.1 |
1983 | 2024-05-14T07:52:20.134Z | Compiling hashbrown v0.13.2 |
1984 | 2024-05-14T07:52:20.776Z | Compiling prettyplease v0.2.20 |
1985 | 2024-05-14T07:52:20.786Z | Compiling crc-any v2.4.3 |
1986 | 2024-05-14T07:52:21.533Z | Compiling tiny-keccak v2.0.2 |
1987 | 2024-05-14T07:52:21.639Z | Compiling maplit v1.0.2 |
1988 | 2024-05-14T07:52:21.762Z | Compiling object v0.30.4 |
1989 | 2024-05-14T07:52:21.841Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1990 | 2024-05-14T07:52:23.237Z | Compiling blake3 v1.5.0 |
1991 | 2024-05-14T07:52:23.526Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1992 | 2024-05-14T07:52:24.539Z | Compiling rayon v1.10.0 |
1993 | 2024-05-14T07:52:25.181Z | Compiling term v0.7.0 |
1994 | 2024-05-14T07:52:25.349Z | Compiling ciborium v0.2.2 |
1995 | 2024-05-14T07:52:26.498Z | Compiling memmap2 v0.7.1 |
1996 | 2024-05-14T07:52:26.856Z | Compiling xattr v1.0.1 |
1997 | 2024-05-14T07:52:27.110Z | Compiling atty v0.2.14 |
1998 | 2024-05-14T07:52:27.241Z | Compiling filetime v0.2.23 |
1999 | 2024-05-14T07:52:27.486Z | Compiling home v0.5.5 |
2000 | 2024-05-14T07:52:27.537Z | Compiling arrayvec v0.7.4 |
2001 | 2024-05-14T07:52:27.709Z | Compiling constant_time_eq v0.3.0 |
2002 | 2024-05-14T07:52:27.853Z | Compiling path-slash v0.1.5 |
2003 | 2024-05-14T07:52:27.925Z | Compiling arrayref v0.3.7 |
2004 | 2024-05-14T07:52:28.021Z | Compiling toolchain_find v0.4.0 |
2005 | 2024-05-14T07:52:28.054Z | Compiling tar v0.4.40 |
2006 | 2024-05-14T07:52:28.548Z | Compiling ascii-canvas v3.0.0 |
2007 | 2024-05-14T07:52:29.229Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2008 | 2024-05-14T07:52:30.143Z | Compiling camino-tempfile v1.1.1 |
2009 | 2024-05-14T07:52:30.278Z | Compiling toml v0.8.12 |
2010 | 2024-05-14T07:52:30.453Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2011 | 2024-05-14T07:52:30.549Z | Compiling is-terminal v0.4.9 |
2012 | 2024-05-14T07:52:30.681Z | Compiling libsw v3.3.1 |
2013 | 2024-05-14T07:52:30.907Z | Compiling ena v0.14.2 |
2014 | 2024-05-14T07:52:31.008Z | Compiling libloading v0.7.4 |
2015 | 2024-05-14T07:52:31.335Z | Compiling usdt-impl v0.3.5 |
2016 | 2024-05-14T07:52:31.396Z | Compiling owo-colors v4.0.0 |
2017 | 2024-05-14T07:52:31.695Z | Compiling bindgen v0.69.2 |
2018 | 2024-05-14T07:52:31.900Z | Compiling parking_lot_core v0.8.6 |
2019 | 2024-05-14T07:52:32.155Z | Compiling diff v0.1.13 |
2020 | 2024-05-14T07:52:32.325Z | Compiling topological-sort v0.2.2 |
2021 | 2024-05-14T07:52:32.552Z | Compiling linear-map v1.2.0 |
2022 | 2024-05-14T07:52:32.692Z | Compiling regex-syntax v0.6.29 |
2023 | 2024-05-14T07:52:32.959Z | Compiling convert_case v0.4.0 |
2024 | 2024-05-14T07:52:33.693Z | Compiling derive_more v0.99.17 |
2025 | 2024-05-14T07:52:34.162Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2026 | 2024-05-14T07:52:35.185Z | Compiling omicron-zone-package v0.11.0 |
2027 | 2024-05-14T07:52:37.958Z | Compiling lalrpop v0.19.12 |
2028 | 2024-05-14T07:52:40.617Z | Compiling rustfmt-wrapper v0.2.1 |
2029 | 2024-05-14T07:52:40.808Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2030 | 2024-05-14T07:52:41.561Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2031 | 2024-05-14T07:52:41.570Z | Compiling cexpr v0.6.0 |
2032 | 2024-05-14T07:52:41.634Z | Compiling which v4.4.0 |
2033 | 2024-05-14T07:52:42.186Z | Compiling unicase v2.7.0 |
2034 | 2024-05-14T07:52:42.498Z | Compiling shlex v1.3.0 |
2035 | 2024-05-14T07:52:42.615Z | Compiling rustc-hash v1.1.0 |
2036 | 2024-05-14T07:52:42.763Z | Compiling lazycell v1.3.0 |
2037 | 2024-05-14T07:52:42.851Z | Compiling peeking_take_while v0.1.2 |
2038 | 2024-05-14T07:52:42.917Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2039 | 2024-05-14T07:52:43.567Z | Compiling zerocopy v0.3.0 |
2040 | 2024-05-14T07:52:44.365Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2041 | 2024-05-14T07:52:45.377Z | Compiling derive_builder_core v0.20.0 |
2042 | 2024-05-14T07:52:47.520Z | Compiling pem v3.0.4 |
2043 | 2024-05-14T07:52:49.083Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2044 | 2024-05-14T07:52:49.306Z | Compiling headers-core v0.2.0 |
2045 | 2024-05-14T07:52:49.472Z | Compiling libxml v0.3.3 |
2046 | 2024-05-14T07:52:49.829Z | Compiling async-recursion v1.1.1 |
2047 | 2024-05-14T07:52:51.226Z | Compiling platforms v3.0.2 |
2048 | 2024-05-14T07:52:51.306Z | Compiling ref-cast v1.0.22 |
2049 | 2024-05-14T07:52:51.599Z | Compiling headers v0.3.9 |
2050 | 2024-05-14T07:52:51.827Z | Compiling derive_builder_macro v0.20.0 |
2051 | 2024-05-14T07:52:51.968Z | Compiling dof v0.1.5 |
2052 | 2024-05-14T07:52:52.690Z | Compiling parking_lot v0.11.2 |
2053 | 2024-05-14T07:52:52.720Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2054 | 2024-05-14T07:52:54.221Z | Compiling trust-dns-client v0.22.0 |
2055 | 2024-05-14T07:52:55.128Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2056 | 2024-05-14T07:52:55.404Z | Compiling dtrace-parser v0.1.14 |
2057 | 2024-05-14T07:52:55.415Z | Compiling strum_macros v0.24.3 |
2058 | 2024-05-14T07:52:55.448Z | Compiling toml v0.5.11 |
2059 | 2024-05-14T07:52:57.053Z | Compiling ref-cast-impl v1.0.22 |
2060 | 2024-05-14T07:52:57.576Z | Compiling samael v0.0.15 |
2061 | 2024-05-14T07:52:58.145Z | Compiling vte_generate_state_changes v0.1.1 |
2062 | 2024-05-14T07:52:58.737Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2063 | 2024-05-14T07:52:58.855Z | Compiling cookie v0.18.1 |
2064 | 2024-05-14T07:52:59.064Z | Compiling buf-list v1.0.3 |
2065 | 2024-05-14T07:52:59.090Z | Compiling cfg_aliases v0.1.1 |
2066 | 2024-05-14T07:52:59.148Z | Compiling indoc v1.0.9 |
2067 | 2024-05-14T07:52:59.175Z | Compiling nix v0.28.0 |
2068 | 2024-05-14T07:52:59.764Z | Compiling vte v0.11.1 |
2069 | 2024-05-14T07:53:00.033Z | Compiling trust-dns-server v0.22.1 |
2070 | 2024-05-14T07:53:01.638Z | Compiling sled v0.34.7 |
2071 | 2024-05-14T07:53:03.430Z | Compiling derive_builder v0.20.0 |
2072 | 2024-05-14T07:53:04.046Z | Compiling polar-core v0.27.3 |
2073 | 2024-05-14T07:53:05.232Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2074 | 2024-05-14T07:53:06.860Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2075 | 2024-05-14T07:53:07.167Z | Compiling const_format_proc_macros v0.2.32 |
2076 | 2024-05-14T07:53:08.554Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2077 | 2024-05-14T07:53:08.955Z | Compiling fd-lock v4.0.2 |
2078 | 2024-05-14T07:53:09.118Z | Compiling bb8 v0.8.3 |
2079 | 2024-05-14T07:53:09.157Z | Compiling impl-trait-for-tuples v0.2.2 |
2080 | 2024-05-14T07:53:10.018Z | Compiling serde_tokenstream v0.1.7 |
2081 | 2024-05-14T07:53:10.098Z | Compiling oso-derive v0.27.3 |
2082 | 2024-05-14T07:53:11.108Z | Compiling quick-xml v0.31.0 |
2083 | 2024-05-14T07:53:14.125Z | Compiling pin-project-internal v1.1.3 |
2084 | 2024-05-14T07:53:16.461Z | Compiling memoffset v0.7.1 |
2085 | 2024-05-14T07:53:16.799Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2086 | 2024-05-14T07:53:17.231Z | Compiling pin-project v1.1.3 |
2087 | 2024-05-14T07:53:17.365Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2088 | 2024-05-14T07:53:17.951Z | Compiling const_format v0.2.32 |
2089 | 2024-05-14T07:53:21.064Z | Compiling curve25519-dalek v4.1.2 |
2090 | 2024-05-14T07:53:21.487Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2091 | 2024-05-14T07:53:22.391Z | Compiling strip-ansi-escapes v0.2.0 |
2092 | 2024-05-14T07:53:27.147Z | Compiling oso v0.27.3 |
2093 | 2024-05-14T07:53:37.416Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2094 | 2024-05-14T07:53:38.572Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2095 | 2024-05-14T07:53:43.164Z | Compiling kstat-rs v0.2.3 |
2096 | 2024-05-14T07:53:43.660Z | Compiling snafu-derive v0.8.2 |
2097 | 2024-05-14T07:53:44.116Z | Compiling fs-err v2.11.0 |
2098 | 2024-05-14T07:53:44.174Z | Compiling keccak v0.1.4 |
2099 | 2024-05-14T07:53:44.422Z | Compiling nu-ansi-term v0.50.0 |
2100 | 2024-05-14T07:53:45.117Z | Compiling reedline v0.31.0 |
2101 | 2024-05-14T07:53:45.662Z | Compiling sha3 v0.10.8 |
2102 | 2024-05-14T07:53:46.502Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2103 | 2024-05-14T07:53:48.576Z | Compiling snafu v0.8.2 |
2104 | 2024-05-14T07:53:50.034Z | Compiling mime_guess v2.0.4 |
2105 | 2024-05-14T07:53:52.868Z | Compiling usdt-attr-macro v0.3.5 |
2106 | 2024-05-14T07:53:54.275Z | Compiling usdt-macro v0.3.5 |
2107 | 2024-05-14T07:53:54.745Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2108 | 2024-05-14T07:53:55.708Z | Compiling env_logger v0.9.3 |
2109 | 2024-05-14T07:53:55.940Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2110 | 2024-05-14T07:54:00.543Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2111 | 2024-05-14T07:54:02.078Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2112 | 2024-05-14T07:54:02.566Z | Compiling globset v0.4.13 |
2113 | 2024-05-14T07:54:04.676Z | Compiling peg-macros v0.8.3 |
2114 | 2024-05-14T07:54:07.698Z | Compiling olpc-cjson v0.1.3 |
2115 | 2024-05-14T07:54:08.019Z | Compiling universal-hash v0.5.1 |
2116 | 2024-05-14T07:54:08.239Z | Compiling secrecy v0.8.0 |
2117 | 2024-05-14T07:54:08.483Z | Compiling bitstruct_derive v0.1.0 |
2118 | 2024-05-14T07:54:09.352Z | Compiling thiserror-impl-no-std v2.0.2 |
2119 | 2024-05-14T07:54:09.756Z | Compiling serde_plain v1.0.2 |
2120 | 2024-05-14T07:54:09.821Z | Compiling sqlparser_derive v0.2.2 |
2121 | 2024-05-14T07:54:10.273Z | Compiling nanorand v0.7.0 |
2122 | 2024-05-14T07:54:10.847Z | Compiling curve25519-dalek-derive v0.1.0 |
2123 | 2024-05-14T07:54:10.889Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2124 | 2024-05-14T07:54:11.029Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2125 | 2024-05-14T07:54:11.041Z | Compiling signature v1.6.4 |
2126 | 2024-05-14T07:54:11.204Z | Compiling typed-path v0.7.0 |
2127 | 2024-05-14T07:54:11.363Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2128 | 2024-05-14T07:54:11.964Z | Compiling ascii v1.1.0 |
2129 | 2024-05-14T07:54:12.017Z | Compiling unicode_categories v0.1.1 |
2130 | 2024-05-14T07:54:12.300Z | Compiling salty v0.2.0 |
2131 | 2024-05-14T07:54:12.352Z | Compiling opaque-debug v0.3.0 |
2132 | 2024-05-14T07:54:12.444Z | Compiling poly1305 v0.8.0 |
2133 | 2024-05-14T07:54:12.675Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2134 | 2024-05-14T07:54:14.052Z | Compiling tough v0.17.1 |
2135 | 2024-05-14T07:54:15.131Z | Compiling sqlformat v0.2.3 |
2136 | 2024-05-14T07:54:15.173Z | Compiling thiserror-no-std v2.0.2 |
2137 | 2024-05-14T07:54:15.294Z | Compiling rustyline v14.0.0 |
2138 | 2024-05-14T07:54:18.129Z | Compiling ed25519 v1.5.3 |
2139 | 2024-05-14T07:54:18.429Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2140 | 2024-05-14T07:54:18.710Z | Compiling sqlparser v0.45.0 |
2141 | 2024-05-14T07:54:20.091Z | Compiling flume v0.11.0 |
2142 | 2024-05-14T07:54:20.806Z | Compiling bitstruct v0.1.1 |
2143 | 2024-05-14T07:54:20.933Z | Compiling peg v0.8.3 |
2144 | 2024-05-14T07:54:21.042Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2145 | 2024-05-14T07:54:22.060Z | Compiling usdt v0.3.5 |
2146 | 2024-05-14T07:54:22.523Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2147 | 2024-05-14T07:54:23.825Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2148 | 2024-05-14T07:54:29.304Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2149 | 2024-05-14T07:54:31.145Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2150 | 2024-05-14T07:54:31.149Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2151 | 2024-05-14T07:54:31.408Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-05-14T07:54:32.556Z | Compiling chacha20 v0.9.1 |
2153 | 2024-05-14T07:54:33.003Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2154 | 2024-05-14T07:54:35.226Z | Compiling aead v0.5.2 |
2155 | 2024-05-14T07:54:35.560Z | Compiling bcs v0.1.6 |
2156 | 2024-05-14T07:54:36.461Z | Compiling serde_arrays v0.1.0 |
2157 | 2024-05-14T07:54:36.663Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2158 | 2024-05-14T07:54:37.523Z | Compiling erased-serde v0.3.31 |
2159 | 2024-05-14T07:54:39.192Z | Compiling serde-big-array v0.5.1 |
2160 | 2024-05-14T07:54:39.464Z | Compiling highway v1.1.0 |
2161 | 2024-05-14T07:54:40.896Z | Compiling parse-size v1.0.0 |
2162 | 2024-05-14T07:54:41.306Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2163 | 2024-05-14T07:54:41.626Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2164 | 2024-05-14T07:54:52.209Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-05-14T07:55:07.141Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2166 | 2024-05-14T07:55:07.650Z | Compiling chacha20poly1305 v0.10.1 |
2167 | 2024-05-14T07:55:10.057Z | Compiling vsss-rs v3.3.4 |
2168 | 2024-05-14T07:55:12.126Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2169 | 2024-05-14T07:55:12.864Z | Compiling signal-hook-tokio v0.3.1 |
2170 | 2024-05-14T07:55:13.064Z | Compiling heck v0.3.3 |
2171 | 2024-05-14T07:55:13.072Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2172 | 2024-05-14T07:55:13.427Z | Compiling castaway v0.2.2 |
2173 | 2024-05-14T07:55:13.608Z | Compiling rand_seeder v0.2.3 |
2174 | 2024-05-14T07:55:13.983Z | Compiling serde-big-array v0.4.1 |
2175 | 2024-05-14T07:55:14.182Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2176 | 2024-05-14T07:55:14.617Z | Compiling http-range v0.1.5 |
2177 | 2024-05-14T07:55:15.190Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2178 | 2024-05-14T07:55:15.307Z | Compiling hyper-staticfile v0.9.5 |
2179 | 2024-05-14T07:55:16.451Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2180 | 2024-05-14T07:55:17.839Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2181 | 2024-05-14T07:55:18.023Z | Compiling compact_str v0.7.1 |
2182 | 2024-05-14T07:55:18.688Z | Compiling zone_cfg_derive v0.1.2 |
2183 | 2024-05-14T07:55:19.567Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2184 | 2024-05-14T07:55:20.140Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2185 | 2024-05-14T07:55:26.579Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2186 | 2024-05-14T07:55:27.222Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2187 | 2024-05-14T07:55:31.690Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2188 | 2024-05-14T07:55:33.579Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2189 | 2024-05-14T07:55:33.878Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2190 | 2024-05-14T07:55:34.194Z | Compiling tungstenite v0.21.0 |
2191 | 2024-05-14T07:55:39.540Z | Compiling lru v0.12.1 |
2192 | 2024-05-14T07:55:39.893Z | Compiling stability v0.2.0 |
2193 | 2024-05-14T07:55:40.202Z | Compiling corncobs v0.1.3 |
2194 | 2024-05-14T07:55:40.641Z | Compiling base64 v0.13.1 |
2195 | 2024-05-14T07:55:40.950Z | Compiling cassowary v0.3.0 |
2196 | 2024-05-14T07:55:41.435Z | Compiling indoc v2.0.3 |
2197 | 2024-05-14T07:55:42.420Z | Compiling ratatui v0.26.2 |
2198 | 2024-05-14T07:55:45.286Z | Compiling ron v0.7.1 |
2199 | 2024-05-14T07:55:47.662Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2200 | 2024-05-14T07:55:48.446Z | Compiling tokio-tungstenite v0.21.0 |
2201 | 2024-05-14T07:55:49.022Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2202 | 2024-05-14T07:55:50.967Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2203 | 2024-05-14T07:55:51.647Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2204 | 2024-05-14T07:56:00.094Z | Compiling zone v0.1.8 |
2205 | 2024-05-14T07:56:03.695Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2206 | 2024-05-14T07:56:10.179Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2207 | 2024-05-14T07:56:13.183Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2208 | 2024-05-14T07:56:14.543Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2209 | 2024-05-14T07:56:15.529Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2210 | 2024-05-14T07:56:15.842Z | Compiling portpicker v0.1.1 |
2211 | 2024-05-14T07:56:16.383Z | Compiling unicode-linebreak v0.1.5 |
2212 | 2024-05-14T07:56:16.912Z | Compiling smawk v0.3.1 |
2213 | 2024-05-14T07:56:17.155Z | Compiling textwrap v0.16.1 |
2214 | 2024-05-14T07:56:20.819Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2215 | 2024-05-14T07:56:22.532Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2216 | 2024-05-14T07:56:26.116Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2217 | 2024-05-14T07:56:32.586Z | Compiling rcgen v0.12.1 |
2218 | 2024-05-14T07:56:33.436Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2219 | 2024-05-14T07:56:33.944Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2220 | 2024-05-14T07:56:39.739Z | Compiling atomicwrites v0.4.3 |
2221 | 2024-05-14T07:56:39.800Z | Compiling fatfs v0.3.6 |
2222 | 2024-05-14T07:56:40.278Z | Compiling rtoolbox v0.0.1 |
2223 | 2024-05-14T07:56:40.712Z | Compiling subprocess v0.2.9 |
2224 | 2024-05-14T07:56:41.044Z | Compiling assert_matches v1.5.0 |
2225 | 2024-05-14T07:56:41.142Z | Compiling is_ci v1.2.0 |
2226 | 2024-05-14T07:56:41.420Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-05-14T07:56:42.573Z | Compiling supports-color v3.0.0 |
2228 | 2024-05-14T07:56:43.567Z | Compiling rpassword v7.3.1 |
2229 | 2024-05-14T07:56:43.997Z | Compiling tui-tree-widget v0.19.0 |
2230 | 2024-05-14T07:56:44.417Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2231 | 2024-05-14T07:56:45.980Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2232 | 2024-05-14T07:56:46.657Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2233 | 2024-05-14T07:56:46.961Z | Compiling csv-core v0.1.11 |
2234 | 2024-05-14T07:56:47.884Z | Compiling shell-words v1.1.0 |
2235 | 2024-05-14T07:56:48.338Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2236 | 2024-05-14T07:56:48.371Z | Compiling csv v1.3.0 |
2237 | 2024-05-14T07:56:48.550Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2238 | 2024-05-14T07:56:50.424Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2239 | 2024-05-14T07:57:01.044Z | Compiling uzers v0.11.3 |
2240 | 2024-05-14T07:57:04.270Z | Compiling multimap v0.10.0 |
2241 | 2024-05-14T07:57:04.657Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2242 | 2024-05-14T07:59:28.753Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2243 | 2024-05-14T07:59:43.203Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2244 | 2024-05-14T08:06:14.657Z | Finished release [optimized] target(s) in 14m 40s |
2245 | 2024-05-14T08:07:13.503Z | |
2246 | 2024-05-14T08:07:13.507Z | real 15:39.937475981 |
2247 | 2024-05-14T08:07:13.507Z | user 1:48:47.903125879 |
2248 | 2024-05-14T08:07:13.507Z | sys 4:40.405901113 |
2249 | 2024-05-14T08:07:13.508Z | trap 2.477126273 |
2250 | 2024-05-14T08:07:13.508Z | tflt 2.319898610 |
2251 | 2024-05-14T08:07:13.508Z | dflt 2.824234892 |
2252 | 2024-05-14T08:07:13.508Z | kflt 0.050700834 |
2253 | 2024-05-14T08:07:13.508Z | lock 6:54:00.848470510 |
2254 | 2024-05-14T08:07:13.508Z | slp 4:19:14.520675196 |
2255 | 2024-05-14T08:07:13.508Z | lat 2:24.829700042 |
2256 | 2024-05-14T08:07:13.508Z | stop 1:06.933745566 |
2257 | 2024-05-14T08:07:13.508Z | + ptime -m cargo build --locked --release -p xtask |
2258 | 2024-05-14T08:07:13.986Z | Downloading crates ... |
2259 | 2024-05-14T08:07:14.055Z | Downloaded cargo-platform v0.1.3 |
2260 | 2024-05-14T08:07:14.075Z | Downloaded cargo_metadata v0.18.1 |
2261 | 2024-05-14T08:07:14.109Z | Downloaded cargo_toml v0.20.2 |
2262 | 2024-05-14T08:07:14.110Z | Compiling serde v1.0.201 |
2263 | 2024-05-14T08:07:14.110Z | Compiling libc v0.2.153 |
2264 | 2024-05-14T08:07:14.110Z | Compiling rustix v0.38.31 |
2265 | 2024-05-14T08:07:14.110Z | Compiling bitflags v2.4.2 |
2266 | 2024-05-14T08:07:14.110Z | Compiling hashbrown v0.14.3 |
2267 | 2024-05-14T08:07:14.161Z | Compiling syn v2.0.60 |
2268 | 2024-05-14T08:07:14.166Z | Compiling serde_json v1.0.116 |
2269 | 2024-05-14T08:07:14.185Z | Compiling anyhow v1.0.83 |
2270 | 2024-05-14T08:07:15.358Z | Compiling indexmap v2.2.6 |
2271 | 2024-05-14T08:07:15.650Z | Compiling errno v0.3.8 |
2272 | 2024-05-14T08:07:16.620Z | Compiling terminal_size v0.3.0 |
2273 | 2024-05-14T08:07:16.712Z | Compiling clap_builder v4.5.2 |
2274 | 2024-05-14T08:07:18.715Z | Compiling serde_derive v1.0.201 |
2275 | 2024-05-14T08:07:18.715Z | Compiling thiserror-impl v1.0.59 |
2276 | 2024-05-14T08:07:18.719Z | Compiling clap_derive v4.5.4 |
2277 | 2024-05-14T08:07:20.289Z | Compiling thiserror v1.0.59 |
2278 | 2024-05-14T08:07:22.189Z | Compiling clap v4.5.4 |
2279 | 2024-05-14T08:07:27.748Z | Compiling serde_spanned v0.6.5 |
2280 | 2024-05-14T08:07:27.748Z | Compiling toml_datetime v0.6.5 |
2281 | 2024-05-14T08:07:27.753Z | Compiling cargo-platform v0.1.3 |
2282 | 2024-05-14T08:07:27.753Z | Compiling camino v1.1.6 |
2283 | 2024-05-14T08:07:27.753Z | Compiling semver v1.0.22 |
2284 | 2024-05-14T08:07:27.753Z | Compiling macaddr v1.0.1 |
2285 | 2024-05-14T08:07:28.031Z | Compiling toml_edit v0.22.12 |
2286 | 2024-05-14T08:07:29.315Z | Compiling cargo_metadata v0.18.1 |
2287 | 2024-05-14T08:07:30.605Z | Compiling toml v0.8.12 |
2288 | 2024-05-14T08:07:33.791Z | Compiling cargo_toml v0.20.2 |
2289 | 2024-05-14T08:07:53.069Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2290 | 2024-05-14T08:07:55.922Z | Finished release [optimized] target(s) in 42.37s |
2291 | 2024-05-14T08:07:55.974Z | |
2292 | 2024-05-14T08:07:55.991Z | real 42.456225389 |
2293 | 2024-05-14T08:07:55.992Z | user 3:02.870208325 |
2294 | 2024-05-14T08:07:55.992Z | sys 14.963124971 |
2295 | 2024-05-14T08:07:55.992Z | trap 0.067173166 |
2296 | 2024-05-14T08:07:55.992Z | tflt 0.156888966 |
2297 | 2024-05-14T08:07:55.992Z | dflt 0.778632785 |
2298 | 2024-05-14T08:07:55.992Z | kflt 0.000088123 |
2299 | 2024-05-14T08:07:55.992Z | lock 4:02.560276691 |
2300 | 2024-05-14T08:07:55.992Z | slp 3:24.753485225 |
2301 | 2024-05-14T08:07:55.992Z | lat 2.934192200 |
2302 | 2024-05-14T08:07:55.992Z | stop 3.562496882 |
2303 | 2024-05-14T08:07:55.992Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2304 | 2024-05-14T08:07:55.992Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2305 | 2024-05-14T08:08:05.702Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2306 | 2024-05-14T08:08:05.702Z | a out/mg-ddm-gz.tar 60398K |
2307 | 2024-05-14T08:08:05.703Z | a out/omicron-sled-agent.tar 94558K |
2308 | 2024-05-14T08:08:05.703Z | a out/oxlog.tar 2914K |
2309 | 2024-05-14T08:08:05.703Z | a out/pumpkind-gz.tar 26665K |
2310 | 2024-05-14T08:08:05.704Z | a out/target/test 1K |
2311 | 2024-05-14T08:08:05.704Z | a out/npuzone/npuzone 23144K |
2312 | 2024-05-14T08:08:05.704Z | a package-manifest.toml 27K |
2313 | 2024-05-14T08:08:05.704Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2314 | 2024-05-14T08:08:05.704Z | a target/release/omicron-package 31464K |
2315 | 2024-05-14T08:08:05.706Z | a target/release/xtask 6665K |
2316 | 2024-05-14T08:08:05.724Z | |
2317 | 2024-05-14T08:08:05.724Z | real 9.722437052 |
2318 | 2024-05-14T08:08:05.724Z | user 9.408951660 |
2319 | 2024-05-14T08:08:05.725Z | sys 0.638673996 |
2320 | 2024-05-14T08:08:05.725Z | trap 0.000849900 |
2321 | 2024-05-14T08:08:05.725Z | tflt 0.000000000 |
2322 | 2024-05-14T08:08:05.725Z | dflt 0.000000000 |
2323 | 2024-05-14T08:08:05.725Z | kflt 0.000000000 |
2324 | 2024-05-14T08:08:05.725Z | lock 0.000000000 |
2325 | 2024-05-14T08:08:05.726Z | slp 9.186083381 |
2326 | 2024-05-14T08:08:05.726Z | lat 0.207097294 |
2327 | 2024-05-14T08:08:05.726Z | stop 0.000183845 |
2328 | 2024-05-14T08:08:05.726Z | ++ pwd |
2329 | 2024-05-14T08:08:05.726Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2330 | 2024-05-14T08:08:05.726Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2331 | 2024-05-14T08:08:05.726Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2332 | 2024-05-14T08:08:06.535Z | Finished release [optimized] target(s) in 0.74s |
2333 | 2024-05-14T08:08:06.565Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2334 | 2024-05-14T08:08:06.575Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2335 | 2024-05-14T08:08:06.576Z | Created new build target 'host' and set it as active |
2336 | 2024-05-14T08:08:06.576Z | |
2337 | 2024-05-14T08:08:06.576Z | real 0.849288385 |
2338 | 2024-05-14T08:08:06.576Z | user 0.564482486 |
2339 | 2024-05-14T08:08:06.576Z | sys 0.269014144 |
2340 | 2024-05-14T08:08:06.577Z | trap 0.000242340 |
2341 | 2024-05-14T08:08:06.577Z | tflt 0.000010108 |
2342 | 2024-05-14T08:08:06.577Z | dflt 0.000000000 |
2343 | 2024-05-14T08:08:06.577Z | kflt 0.000000000 |
2344 | 2024-05-14T08:08:06.578Z | lock 0.023592260 |
2345 | 2024-05-14T08:08:06.578Z | slp 0.104110110 |
2346 | 2024-05-14T08:08:06.578Z | lat 0.003917276 |
2347 | 2024-05-14T08:08:06.578Z | stop 0.000265454 |
2348 | 2024-05-14T08:08:06.579Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2349 | 2024-05-14T08:08:10.766Z | Finished release [optimized] target(s) in 0.74s |
2350 | 2024-05-14T08:08:10.843Z | Running `target/release/omicron-package -t host package` |
2351 | 2024-05-14T08:08:10.843Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2352 | 2024-05-14T08:08:10.869Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2353 | 2024-05-14T08:10:38.863Z | Finished release [optimized] target(s) in 2m 31s |
2354 | 2024-05-14T08:11:11.058Z | |
2355 | 2024-05-14T08:11:11.063Z | real 3:04.468645884 |
2356 | 2024-05-14T08:11:11.063Z | user 14:04.982163947 |
2357 | 2024-05-14T08:11:11.063Z | sys 39.419908455 |
2358 | 2024-05-14T08:11:11.063Z | trap 0.242351264 |
2359 | 2024-05-14T08:11:11.063Z | tflt 0.020343221 |
2360 | 2024-05-14T08:11:11.064Z | dflt 10.869713130 |
2361 | 2024-05-14T08:11:11.064Z | kflt 0.000762345 |
2362 | 2024-05-14T08:11:11.064Z | lock 1:00:36.254690342 |
2363 | 2024-05-14T08:11:11.064Z | slp 12:25.143694286 |
2364 | 2024-05-14T08:11:11.064Z | lat 5.730069963 |
2365 | 2024-05-14T08:11:11.064Z | stop 2.658327237 |
2366 | 2024-05-14T08:11:11.064Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2367 | 2024-05-14T08:11:11.064Z | + for package in "$@" |
2368 | 2024-05-14T08:11:11.064Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git7b7f6b85d18 |
2369 | 2024-05-14T08:11:11.879Z | Finished release [optimized] target(s) in 0.76s |
2370 | 2024-05-14T08:11:11.903Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git7b7f6b85d18` |
2371 | 2024-05-14T08:11:11.937Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2372 | 2024-05-14T08:11:12.105Z | Created: out/versioned/omicron-sled-agent.tar |
2373 | 2024-05-14T08:11:12.114Z | + for package in "$@" |
2374 | 2024-05-14T08:11:12.114Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git7b7f6b85d18 |
2375 | 2024-05-14T08:11:12.881Z | Finished release [optimized] target(s) in 0.74s |
2376 | 2024-05-14T08:11:12.902Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git7b7f6b85d18` |
2377 | 2024-05-14T08:11:12.933Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2378 | 2024-05-14T08:11:13.042Z | Created: out/versioned/mg-ddm-gz.tar |
2379 | 2024-05-14T08:11:13.046Z | + for package in "$@" |
2380 | 2024-05-14T08:11:13.046Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git7b7f6b85d18 |
2381 | 2024-05-14T08:11:13.825Z | Finished release [optimized] target(s) in 0.73s |
2382 | 2024-05-14T08:11:13.846Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git7b7f6b85d18` |
2383 | 2024-05-14T08:11:13.878Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2384 | 2024-05-14T08:11:14.934Z | Created: out/versioned/propolis-server.tar.gz |
2385 | 2024-05-14T08:11:14.938Z | + for package in "$@" |
2386 | 2024-05-14T08:11:14.938Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git7b7f6b85d18 |
2387 | 2024-05-14T08:11:15.748Z | Finished release [optimized] target(s) in 0.73s |
2388 | 2024-05-14T08:11:15.752Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git7b7f6b85d18` |
2389 | 2024-05-14T08:11:15.779Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2390 | 2024-05-14T08:11:15.784Z | Created: out/versioned/overlay.tar.gz |
2391 | 2024-05-14T08:11:15.784Z | + for package in "$@" |
2392 | 2024-05-14T08:11:15.784Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git7b7f6b85d18 |
2393 | 2024-05-14T08:11:16.602Z | Finished release [optimized] target(s) in 0.77s |
2394 | 2024-05-14T08:11:16.625Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git7b7f6b85d18` |
2395 | 2024-05-14T08:11:16.654Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2396 | 2024-05-14T08:11:16.662Z | Created: out/versioned/oxlog.tar |
2397 | 2024-05-14T08:11:16.666Z | + for package in "$@" |
2398 | 2024-05-14T08:11:16.666Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git7b7f6b85d18 |
2399 | 2024-05-14T08:11:17.467Z | Finished release [optimized] target(s) in 0.75s |
2400 | 2024-05-14T08:11:17.492Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git7b7f6b85d18` |
2401 | 2024-05-14T08:11:17.517Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2402 | 2024-05-14T08:11:17.582Z | Created: out/versioned/pumpkind-gz.tar |
2403 | 2024-05-14T08:11:17.586Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2404 | 2024-05-14T08:11:17.595Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2405 | 2024-05-14T08:11:17.598Z | ++ cd -- ./tools |
2406 | 2024-05-14T08:11:17.598Z | ++ pwd |
2407 | 2024-05-14T08:11:17.599Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2408 | 2024-05-14T08:11:17.602Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2409 | 2024-05-14T08:11:17.637Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2410 | 2024-05-14T08:11:17.641Z | ++ readlink -f /work |
2411 | 2024-05-14T08:11:17.641Z | + out_dir=/work |
2412 | 2024-05-14T08:11:17.641Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2413 | 2024-05-14T08:11:17.641Z | + for dep in "${deps[@]}" |
2414 | 2024-05-14T08:11:17.641Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2415 | 2024-05-14T08:11:17.641Z | + for dep in "${deps[@]}" |
2416 | 2024-05-14T08:11:17.641Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2417 | 2024-05-14T08:11:17.641Z | + for dep in "${deps[@]}" |
2418 | 2024-05-14T08:11:17.641Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2419 | 2024-05-14T08:11:17.641Z | + for dep in "${deps[@]}" |
2420 | 2024-05-14T08:11:17.641Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2421 | 2024-05-14T08:11:17.641Z | + for dep in "${deps[@]}" |
2422 | 2024-05-14T08:11:17.642Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2423 | 2024-05-14T08:11:17.642Z | + for dep in "${deps[@]}" |
2424 | 2024-05-14T08:11:17.642Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2425 | 2024-05-14T08:11:17.645Z | ++ mktemp -d |
2426 | 2024-05-14T08:11:17.645Z | + tmp_gz=/tmp/tmp.7dayti |
2427 | 2024-05-14T08:11:17.645Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2428 | 2024-05-14T08:11:17.645Z | + echo '{"v":"1","t":"layer"}' |
2429 | 2024-05-14T08:11:17.645Z | + pkg_dir=/tmp/tmp.7dayti/root/opt/oxide/sled-agent |
2430 | 2024-05-14T08:11:17.645Z | + mkdir -p /tmp/tmp.7dayti/root/opt/oxide/sled-agent |
2431 | 2024-05-14T08:11:17.648Z | + cd /tmp/tmp.7dayti/root/opt/oxide/sled-agent |
2432 | 2024-05-14T08:11:17.648Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2433 | 2024-05-14T08:11:17.713Z | x ., 0 bytes, 0 tape blocks |
2434 | 2024-05-14T08:11:17.713Z | x zone-bundle, 27583888 bytes, 53875 tape blocks |
2435 | 2024-05-14T08:11:17.713Z | x sled-agent, 69190904 bytes, 135139 tape blocks |
2436 | 2024-05-14T08:11:17.713Z | x pkg, 0 bytes, 0 tape blocks |
2437 | 2024-05-14T08:11:17.713Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2438 | 2024-05-14T08:11:17.713Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2439 | 2024-05-14T08:11:17.713Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2440 | 2024-05-14T08:11:17.713Z | x VERSION, 25 bytes, 1 tape blocks |
2441 | 2024-05-14T08:11:17.716Z | + mkdir -p /tmp/tmp.7dayti/root/lib/svc/manifest/site/ |
2442 | 2024-05-14T08:11:17.716Z | + mv pkg/manifest.xml /tmp/tmp.7dayti/root/lib/svc/manifest/site/sled-agent.xml |
2443 | 2024-05-14T08:11:17.720Z | + cd - |
2444 | 2024-05-14T08:11:17.720Z | /work/oxidecomputer/omicron |
2445 | 2024-05-14T08:11:17.720Z | + pkg_dir=/tmp/tmp.7dayti/root/opt/oxide/mg-ddm |
2446 | 2024-05-14T08:11:17.720Z | + mkdir -p /tmp/tmp.7dayti/root/opt/oxide/mg-ddm |
2447 | 2024-05-14T08:11:17.725Z | + cd /tmp/tmp.7dayti/root/opt/oxide/mg-ddm |
2448 | 2024-05-14T08:11:17.725Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2449 | 2024-05-14T08:11:17.763Z | x ., 0 bytes, 0 tape blocks |
2450 | 2024-05-14T08:11:17.763Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2451 | 2024-05-14T08:11:17.763Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2452 | 2024-05-14T08:11:17.763Z | x pkg, 0 bytes, 0 tape blocks |
2453 | 2024-05-14T08:11:17.763Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2454 | 2024-05-14T08:11:17.763Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2455 | 2024-05-14T08:11:17.763Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2456 | 2024-05-14T08:11:17.763Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2457 | 2024-05-14T08:11:17.763Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2458 | 2024-05-14T08:11:17.763Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2459 | 2024-05-14T08:11:17.763Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2460 | 2024-05-14T08:11:17.763Z | x VERSION, 25 bytes, 1 tape blocks |
2461 | 2024-05-14T08:11:17.767Z | + cd - |
2462 | 2024-05-14T08:11:17.767Z | /work/oxidecomputer/omicron |
2463 | 2024-05-14T08:11:17.767Z | + pkg_dir=/tmp/tmp.7dayti/root/opt/oxide/pumpkind |
2464 | 2024-05-14T08:11:17.767Z | + mkdir -p /tmp/tmp.7dayti/root/opt/oxide/pumpkind |
2465 | 2024-05-14T08:11:17.767Z | + cd /tmp/tmp.7dayti/root/opt/oxide/pumpkind |
2466 | 2024-05-14T08:11:17.767Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2467 | 2024-05-14T08:11:17.789Z | x ., 0 bytes, 0 tape blocks |
2468 | 2024-05-14T08:11:17.789Z | x lib, 0 bytes, 0 tape blocks |
2469 | 2024-05-14T08:11:17.789Z | x lib/svc, 0 bytes, 0 tape blocks |
2470 | 2024-05-14T08:11:17.789Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2471 | 2024-05-14T08:11:17.789Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2472 | 2024-05-14T08:11:17.789Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2473 | 2024-05-14T08:11:17.789Z | x bin, 0 bytes, 0 tape blocks |
2474 | 2024-05-14T08:11:17.789Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2475 | 2024-05-14T08:11:17.789Z | x bin/pumpkinadm, 10675184 bytes, 20850 tape blocks |
2476 | 2024-05-14T08:11:17.789Z | x bin/pumpkind, 16621896 bytes, 32465 tape blocks |
2477 | 2024-05-14T08:11:17.790Z | x VERSION, 25 bytes, 1 tape blocks |
2478 | 2024-05-14T08:11:17.790Z | + cd - |
2479 | 2024-05-14T08:11:17.790Z | /work/oxidecomputer/omicron |
2480 | 2024-05-14T08:11:17.790Z | + pkg_dir=/tmp/tmp.7dayti/root/opt/oxide/oxlog |
2481 | 2024-05-14T08:11:17.790Z | + mkdir -p /tmp/tmp.7dayti/root/opt/oxide/oxlog |
2482 | 2024-05-14T08:11:17.793Z | + cd /tmp/tmp.7dayti/root/opt/oxide/oxlog |
2483 | 2024-05-14T08:11:17.793Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2484 | 2024-05-14T08:11:17.793Z | x ., 0 bytes, 0 tape blocks |
2485 | 2024-05-14T08:11:17.793Z | x oxlog, 2981376 bytes, 5823 tape blocks |
2486 | 2024-05-14T08:11:17.793Z | x VERSION, 25 bytes, 1 tape blocks |
2487 | 2024-05-14T08:11:17.793Z | + cd - |
2488 | 2024-05-14T08:11:17.793Z | /work/oxidecomputer/omicron |
2489 | 2024-05-14T08:11:17.793Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.7dayti/root/opt/oxide |
2490 | 2024-05-14T08:11:17.877Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.7dayti/root/opt/oxide |
2491 | 2024-05-14T08:11:17.881Z | + cd /tmp/tmp.7dayti |
2492 | 2024-05-14T08:11:17.881Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2493 | 2024-05-14T08:11:26.926Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2494 | 2024-05-14T08:11:26.926Z | a oxide.json 1K |
2495 | 2024-05-14T08:11:26.926Z | a root/ 0K |
2496 | 2024-05-14T08:11:26.926Z | a root/opt/ 0K |
2497 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/ 0K |
2498 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/sled-agent/ 0K |
2499 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/sled-agent/zone-bundle 26938K |
2500 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/sled-agent/sled-agent 67570K |
2501 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2502 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2503 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2504 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/sled-agent/VERSION 1K |
2505 | 2024-05-14T08:11:26.927Z | a root/opt/oxide/mg-ddm/ 0K |
2506 | 2024-05-14T08:11:26.928Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2507 | 2024-05-14T08:11:26.928Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2508 | 2024-05-14T08:11:26.928Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2509 | 2024-05-14T08:11:26.928Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2510 | 2024-05-14T08:11:26.928Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2511 | 2024-05-14T08:11:26.928Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2512 | 2024-05-14T08:11:26.928Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2513 | 2024-05-14T08:11:26.928Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2514 | 2024-05-14T08:11:26.929Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2515 | 2024-05-14T08:11:26.929Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2516 | 2024-05-14T08:11:26.929Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2517 | 2024-05-14T08:11:26.929Z | a root/opt/oxide/pumpkind/ 0K |
2518 | 2024-05-14T08:11:26.929Z | a root/opt/oxide/pumpkind/lib/ 0K |
2519 | 2024-05-14T08:11:26.929Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2520 | 2024-05-14T08:11:26.929Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2521 | 2024-05-14T08:11:26.930Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2522 | 2024-05-14T08:11:26.930Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2523 | 2024-05-14T08:11:26.930Z | a root/opt/oxide/pumpkind/bin/ 0K |
2524 | 2024-05-14T08:11:26.930Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2525 | 2024-05-14T08:11:26.930Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10425K |
2526 | 2024-05-14T08:11:26.930Z | a root/opt/oxide/pumpkind/bin/pumpkind 16233K |
2527 | 2024-05-14T08:11:26.930Z | a root/opt/oxide/pumpkind/VERSION 1K |
2528 | 2024-05-14T08:11:26.931Z | a root/opt/oxide/oxlog/ 0K |
2529 | 2024-05-14T08:11:26.931Z | a root/opt/oxide/oxlog/oxlog 2912K |
2530 | 2024-05-14T08:11:26.931Z | a root/opt/oxide/oxlog/VERSION 1K |
2531 | 2024-05-14T08:11:26.931Z | a root/opt/oxide/propolis-server.tar.gz 65038K |
2532 | 2024-05-14T08:11:26.931Z | a root/opt/oxide/overlay.tar.gz 3K |
2533 | 2024-05-14T08:11:26.931Z | a root/lib/ 0K |
2534 | 2024-05-14T08:11:26.932Z | a root/lib/svc/ 0K |
2535 | 2024-05-14T08:11:26.932Z | a root/lib/svc/manifest/ 0K |
2536 | 2024-05-14T08:11:26.932Z | a root/lib/svc/manifest/site/ 0K |
2537 | 2024-05-14T08:11:26.932Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2538 | 2024-05-14T08:11:26.938Z | + cd / |
2539 | 2024-05-14T08:11:26.938Z | + rm -rf /tmp/tmp.7dayti |
2540 | 2024-05-14T08:11:26.950Z | |
2541 | 2024-05-14T08:11:26.954Z | real 9.360137639 |
2542 | 2024-05-14T08:11:26.954Z | user 8.775159949 |
2543 | 2024-05-14T08:11:26.954Z | sys 0.581845513 |
2544 | 2024-05-14T08:11:26.954Z | trap 0.001358686 |
2545 | 2024-05-14T08:11:26.954Z | tflt 0.000000000 |
2546 | 2024-05-14T08:11:26.955Z | dflt 0.000000000 |
2547 | 2024-05-14T08:11:26.955Z | kflt 0.000000000 |
2548 | 2024-05-14T08:11:26.955Z | lock 0.000000000 |
2549 | 2024-05-14T08:11:26.955Z | slp 18.184127581 |
2550 | 2024-05-14T08:11:26.955Z | lat 0.197480399 |
2551 | 2024-05-14T08:11:26.955Z | stop 0.000224838 |
2552 | 2024-05-14T08:11:26.955Z | + mkdir -p /work/zones |
2553 | 2024-05-14T08:11:26.955Z | + 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) |
2554 | 2024-05-14T08:11:26.955Z | + 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/ |
2555 | 2024-05-14T08:11:29.247Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2556 | 2024-05-14T08:11:30.096Z | Finished release [optimized] target(s) in 0.79s |
2557 | 2024-05-14T08:11:30.121Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2558 | 2024-05-14T08:11:30.153Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2559 | 2024-05-14T08:11:30.565Z | Created new build target 'recovery' and set it as active |
2560 | 2024-05-14T08:11:30.565Z | |
2561 | 2024-05-14T08:11:30.565Z | real 0.905028962 |
2562 | 2024-05-14T08:11:30.565Z | user 0.591860030 |
2563 | 2024-05-14T08:11:30.565Z | sys 0.295881479 |
2564 | 2024-05-14T08:11:30.566Z | trap 0.000541705 |
2565 | 2024-05-14T08:11:30.566Z | tflt 0.000055943 |
2566 | 2024-05-14T08:11:30.566Z | dflt 0.000013608 |
2567 | 2024-05-14T08:11:30.566Z | kflt 0.000000000 |
2568 | 2024-05-14T08:11:30.566Z | lock 0.023500428 |
2569 | 2024-05-14T08:11:30.566Z | slp 0.106818961 |
2570 | 2024-05-14T08:11:30.566Z | lat 0.004735600 |
2571 | 2024-05-14T08:11:30.567Z | stop 0.000298566 |
2572 | 2024-05-14T08:11:30.567Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2573 | 2024-05-14T08:11:30.950Z | Finished release [optimized] target(s) in 0.75s |
2574 | 2024-05-14T08:11:30.974Z | Running `target/release/omicron-package -t recovery package` |
2575 | 2024-05-14T08:11:31.004Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2576 | 2024-05-14T08:11:31.700Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2577 | 2024-05-14T08:11:34.069Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2578 | 2024-05-14T08:11:53.122Z | Finished release [optimized] target(s) in 22.06s |
2579 | 2024-05-14T08:11:53.657Z | |
2580 | 2024-05-14T08:11:53.658Z | real 23.497390482 |
2581 | 2024-05-14T08:11:53.658Z | user 1:37.890332887 |
2582 | 2024-05-14T08:11:53.658Z | sys 6.631593749 |
2583 | 2024-05-14T08:11:53.658Z | trap 0.066972213 |
2584 | 2024-05-14T08:11:53.659Z | tflt 0.105347596 |
2585 | 2024-05-14T08:11:53.664Z | dflt 0.278137669 |
2586 | 2024-05-14T08:11:53.664Z | kflt 0.039150322 |
2587 | 2024-05-14T08:11:53.665Z | lock 5:59.312512443 |
2588 | 2024-05-14T08:11:53.665Z | slp 1:25.120624820 |
2589 | 2024-05-14T08:11:53.665Z | lat 0.845239210 |
2590 | 2024-05-14T08:11:53.665Z | stop 0.632324663 |
2591 | 2024-05-14T08:11:53.665Z | + stamp_packages installinator mg-ddm-gz |
2592 | 2024-05-14T08:11:53.666Z | + for package in "$@" |
2593 | 2024-05-14T08:11:53.666Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git7b7f6b85d18 |
2594 | 2024-05-14T08:11:54.464Z | Finished release [optimized] target(s) in 0.75s |
2595 | 2024-05-14T08:11:54.478Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git7b7f6b85d18` |
2596 | 2024-05-14T08:11:54.512Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2597 | 2024-05-14T08:11:54.569Z | Created: out/versioned/installinator.tar |
2598 | 2024-05-14T08:11:54.572Z | + for package in "$@" |
2599 | 2024-05-14T08:11:54.573Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git7b7f6b85d18 |
2600 | 2024-05-14T08:11:55.389Z | Finished release [optimized] target(s) in 0.76s |
2601 | 2024-05-14T08:11:55.409Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git7b7f6b85d18` |
2602 | 2024-05-14T08:11:55.443Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2603 | 2024-05-14T08:11:55.522Z | Created: out/versioned/mg-ddm-gz.tar |
2604 | 2024-05-14T08:11:55.528Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2605 | 2024-05-14T08:11:55.537Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2606 | 2024-05-14T08:11:55.550Z | ++ cd -- ./tools |
2607 | 2024-05-14T08:11:55.550Z | ++ pwd |
2608 | 2024-05-14T08:11:55.550Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2609 | 2024-05-14T08:11:55.550Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2610 | 2024-05-14T08:11:55.551Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2611 | 2024-05-14T08:11:55.551Z | ++ readlink -f /work |
2612 | 2024-05-14T08:11:55.551Z | + out_dir=/work |
2613 | 2024-05-14T08:11:55.551Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2614 | 2024-05-14T08:11:55.551Z | + for dep in "${deps[@]}" |
2615 | 2024-05-14T08:11:55.551Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2616 | 2024-05-14T08:11:55.551Z | + for dep in "${deps[@]}" |
2617 | 2024-05-14T08:11:55.552Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2618 | 2024-05-14T08:11:55.552Z | ++ mktemp -d |
2619 | 2024-05-14T08:11:55.552Z | + tmp_trampoline=/tmp/tmp.fuaiyi |
2620 | 2024-05-14T08:11:55.552Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2621 | 2024-05-14T08:11:55.552Z | + echo '{"v":"1","t":"layer"}' |
2622 | 2024-05-14T08:11:55.552Z | + pkg_dir=/tmp/tmp.fuaiyi/root/opt/oxide/installinator |
2623 | 2024-05-14T08:11:55.552Z | + mkdir -p /tmp/tmp.fuaiyi/root/opt/oxide/installinator |
2624 | 2024-05-14T08:11:55.552Z | + cd /tmp/tmp.fuaiyi/root/opt/oxide/installinator |
2625 | 2024-05-14T08:11:55.552Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2626 | 2024-05-14T08:11:55.580Z | x ., 0 bytes, 0 tape blocks |
2627 | 2024-05-14T08:11:55.580Z | x installinator, 39307256 bytes, 76772 tape blocks |
2628 | 2024-05-14T08:11:55.580Z | x pkg, 0 bytes, 0 tape blocks |
2629 | 2024-05-14T08:11:55.580Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2630 | 2024-05-14T08:11:55.580Z | x VERSION, 25 bytes, 1 tape blocks |
2631 | 2024-05-14T08:11:55.588Z | + mkdir -p /tmp/tmp.fuaiyi/root/lib/svc/manifest/site/ |
2632 | 2024-05-14T08:11:55.588Z | + mv pkg/manifest.xml /tmp/tmp.fuaiyi/root/lib/svc/manifest/site/installinator.xml |
2633 | 2024-05-14T08:11:55.589Z | + cd - |
2634 | 2024-05-14T08:11:55.589Z | /work/oxidecomputer/omicron |
2635 | 2024-05-14T08:11:55.589Z | + pkg_dir=/tmp/tmp.fuaiyi/root/opt/oxide/mg-ddm |
2636 | 2024-05-14T08:11:55.589Z | + mkdir -p /tmp/tmp.fuaiyi/root/opt/oxide/mg-ddm |
2637 | 2024-05-14T08:11:55.601Z | + cd /tmp/tmp.fuaiyi/root/opt/oxide/mg-ddm |
2638 | 2024-05-14T08:11:55.601Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2639 | 2024-05-14T08:11:55.650Z | x ., 0 bytes, 0 tape blocks |
2640 | 2024-05-14T08:11:55.650Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2641 | 2024-05-14T08:11:55.650Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2642 | 2024-05-14T08:11:55.650Z | x pkg, 0 bytes, 0 tape blocks |
2643 | 2024-05-14T08:11:55.650Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2644 | 2024-05-14T08:11:55.650Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2645 | 2024-05-14T08:11:55.650Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2646 | 2024-05-14T08:11:55.650Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2647 | 2024-05-14T08:11:55.650Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2648 | 2024-05-14T08:11:55.650Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2649 | 2024-05-14T08:11:55.650Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2650 | 2024-05-14T08:11:55.651Z | x VERSION, 25 bytes, 1 tape blocks |
2651 | 2024-05-14T08:11:55.662Z | + cd - |
2652 | 2024-05-14T08:11:55.663Z | /work/oxidecomputer/omicron |
2653 | 2024-05-14T08:11:55.663Z | + cd /tmp/tmp.fuaiyi |
2654 | 2024-05-14T08:11:55.663Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2655 | 2024-05-14T08:11:59.543Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2656 | 2024-05-14T08:11:59.543Z | a oxide.json 1K |
2657 | 2024-05-14T08:11:59.544Z | a root/ 0K |
2658 | 2024-05-14T08:11:59.544Z | a root/opt/ 0K |
2659 | 2024-05-14T08:11:59.544Z | a root/opt/oxide/ 0K |
2660 | 2024-05-14T08:11:59.545Z | a root/opt/oxide/installinator/ 0K |
2661 | 2024-05-14T08:11:59.545Z | a root/opt/oxide/installinator/installinator 38386K |
2662 | 2024-05-14T08:11:59.545Z | a root/opt/oxide/installinator/pkg/ 0K |
2663 | 2024-05-14T08:11:59.546Z | a root/opt/oxide/installinator/VERSION 1K |
2664 | 2024-05-14T08:11:59.546Z | a root/opt/oxide/mg-ddm/ 0K |
2665 | 2024-05-14T08:11:59.546Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2666 | 2024-05-14T08:11:59.547Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2667 | 2024-05-14T08:11:59.547Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2668 | 2024-05-14T08:11:59.547Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2669 | 2024-05-14T08:11:59.548Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2670 | 2024-05-14T08:11:59.548Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2671 | 2024-05-14T08:11:59.548Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2672 | 2024-05-14T08:11:59.549Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2673 | 2024-05-14T08:11:59.549Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2674 | 2024-05-14T08:11:59.549Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2675 | 2024-05-14T08:11:59.550Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2676 | 2024-05-14T08:11:59.550Z | a root/lib/ 0K |
2677 | 2024-05-14T08:11:59.550Z | a root/lib/svc/ 0K |
2678 | 2024-05-14T08:11:59.550Z | a root/lib/svc/manifest/ 0K |
2679 | 2024-05-14T08:11:59.551Z | a root/lib/svc/manifest/site/ 0K |
2680 | 2024-05-14T08:11:59.551Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2681 | 2024-05-14T08:11:59.557Z | + cd / |
2682 | 2024-05-14T08:11:59.558Z | + rm -rf /tmp/tmp.fuaiyi |
2683 | 2024-05-14T08:11:59.558Z | |
2684 | 2024-05-14T08:11:59.558Z | real 4.020778179 |
2685 | 2024-05-14T08:11:59.559Z | user 3.802373931 |
2686 | 2024-05-14T08:11:59.559Z | sys 0.230725916 |
2687 | 2024-05-14T08:11:59.559Z | trap 0.000366079 |
2688 | 2024-05-14T08:11:59.560Z | tflt 0.000000000 |
2689 | 2024-05-14T08:11:59.560Z | dflt 0.000000000 |
2690 | 2024-05-14T08:11:59.560Z | kflt 0.000000000 |
2691 | 2024-05-14T08:11:59.560Z | lock 0.000000000 |
2692 | 2024-05-14T08:11:59.561Z | slp 7.818110447 |
2693 | 2024-05-14T08:11:59.561Z | lat 0.078405140 |
2694 | 2024-05-14T08:11:59.561Z | stop 0.000200984 |
2695 | 2024-05-14T08:11:59.561Z | process exited: duration 1699147 ms, exit code 0 |
|
2696 | 2024-05-14T08:11:59.592Z | found 22 output files |
2697 | 2024-05-14T08:11:59.592Z | uploading: /work/version.txt (26 bytes) |
2698 | 2024-05-14T08:12:00.620Z | uploaded: /work/version.txt |
2699 | 2024-05-14T08:12:00.620Z | uploading: /work/package.tar.gz (85471727 bytes) |
2700 | 2024-05-14T08:12:31.502Z | uploaded: /work/package.tar.gz |
2701 | 2024-05-14T08:12:31.513Z | uploading: /work/global-zone-packages.tar.gz (130382295 bytes) |
2702 | 2024-05-14T08:13:28.450Z | uploaded: /work/global-zone-packages.tar.gz |
2703 | 2024-05-14T08:13:28.450Z | uploading: /work/trampoline-global-zone-packages.tar.gz (34274036 bytes) |
2704 | 2024-05-14T08:13:40.700Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2705 | 2024-05-14T08:13:40.700Z | uploading: /work/zones/clickhouse.tar.gz (228069445 bytes) |
2706 | 2024-05-14T08:15:05.091Z | uploaded: /work/zones/clickhouse.tar.gz |
2707 | 2024-05-14T08:15:05.091Z | uploading: /work/zones/clickhouse_keeper.tar.gz (228051757 bytes) |
2708 | 2024-05-14T08:16:34.605Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2709 | 2024-05-14T08:16:34.605Z | uploading: /work/zones/cockroachdb.tar.gz (123583074 bytes) |
2710 | 2024-05-14T08:17:28.072Z | uploaded: /work/zones/cockroachdb.tar.gz |
2711 | 2024-05-14T08:17:28.072Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27717600 bytes) |
2712 | 2024-05-14T08:17:36.278Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2713 | 2024-05-14T08:17:36.279Z | uploading: /work/zones/crucible-zone.tar.gz (38635339 bytes) |
2714 | 2024-05-14T08:17:52.673Z | uploaded: /work/zones/crucible-zone.tar.gz |
2715 | 2024-05-14T08:17:52.673Z | uploading: /work/zones/external-dns.tar.gz (25682443 bytes) |
2716 | 2024-05-14T08:18:04.909Z | uploaded: /work/zones/external-dns.tar.gz |
2717 | 2024-05-14T08:18:04.909Z | uploading: /work/zones/internal-dns.tar.gz (25680443 bytes) |
2718 | 2024-05-14T08:18:14.482Z | uploaded: /work/zones/internal-dns.tar.gz |
2719 | 2024-05-14T08:18:14.483Z | uploading: /work/zones/nexus-single-sled.tar.gz (84629458 bytes) |
2720 | 2024-05-14T08:18:45.384Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2721 | 2024-05-14T08:18:45.384Z | uploading: /work/zones/nexus.tar.gz (84624562 bytes) |
2722 | 2024-05-14T08:19:19.240Z | uploaded: /work/zones/nexus.tar.gz |
2723 | 2024-05-14T08:19:19.240Z | uploading: /work/zones/ntp.tar.gz (8906619 bytes) |
2724 | 2024-05-14T08:19:23.297Z | uploaded: /work/zones/ntp.tar.gz |
2725 | 2024-05-14T08:19:23.297Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14648170 bytes) |
2726 | 2024-05-14T08:19:28.006Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2727 | 2024-05-14T08:19:28.006Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14646730 bytes) |
2728 | 2024-05-14T08:19:32.265Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2729 | 2024-05-14T08:19:32.265Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2730 | 2024-05-14T08:19:33.708Z | uploaded: /work/zones/overlay.tar.gz |
2731 | 2024-05-14T08:19:33.709Z | uploading: /work/zones/oximeter.tar.gz (41931534 bytes) |
2732 | 2024-05-14T08:19:54.669Z | uploaded: /work/zones/oximeter.tar.gz |
2733 | 2024-05-14T08:19:54.669Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2734 | 2024-05-14T08:19:56.597Z | uploaded: /work/zones/probe.tar.gz |
2735 | 2024-05-14T08:19:56.597Z | uploading: /work/zones/propolis-server.tar.gz (66596368 bytes) |
2736 | 2024-05-14T08:20:18.271Z | uploaded: /work/zones/propolis-server.tar.gz |
2737 | 2024-05-14T08:20:18.271Z | uploading: /work/zones/switch-asic.tar.gz (296469894 bytes) |
2738 | 2024-05-14T08:22:03.814Z | uploaded: /work/zones/switch-asic.tar.gz |
2739 | 2024-05-14T08:22:03.814Z | uploading: /work/zones/switch-softnpu.tar.gz (200442301 bytes) |
2740 | 2024-05-14T08:23:25.841Z | uploaded: /work/zones/switch-softnpu.tar.gz |