|
|
|
1 | 2024-02-29T20:15:23.168Z | job assigned to worker 01HQV81NQ8J8KBPTZPJN7B21D6 (queued for 1 m 9 s) |
|
2 | 2024-02-29T20:15:23.176Z | starting task 0: "setup" |
3 | 2024-02-29T20:15:23.263Z | ++ uname -s |
4 | 2024-02-29T20:15:23.266Z | + kern=SunOS |
5 | 2024-02-29T20:15:23.266Z | + case "$kern" in |
6 | 2024-02-29T20:15:23.266Z | + groupadd -g 12345 build |
7 | 2024-02-29T20:15:23.266Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-29T20:15:25.277Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-29T20:15:25.384Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-29T20:15:25.387Z | + home_fs=zfs |
11 | 2024-02-29T20:15:25.387Z | + [[ zfs == autofs ]] |
12 | 2024-02-29T20:15:25.387Z | + mkdir -p /home/build |
13 | 2024-02-29T20:15:25.387Z | + chown build:build /home/build /work |
14 | 2024-02-29T20:15:27.394Z | + chmod 0700 /home/build /work |
15 | 2024-02-29T20:15:27.448Z | process exited: duration 4217 ms, exit code 0 |
|
16 | 2024-02-29T20:15:27.458Z | starting task 1: "rust-toolchain" |
17 | 2024-02-29T20:15:27.466Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-29T20:15:27.470Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-29T20:15:27.934Z | info: downloading installer |
20 | 2024-02-29T20:15:29.562Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-29T20:15:29.562Z | warning: /opt/ooce/bin |
22 | 2024-02-29T20:15:29.562Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-29T20:15:29.562Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-29T20:15:29.562Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-29T20:15:29.563Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-29T20:15:29.563Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-29T20:15:29.563Z | error: cannot install while Rust is installed |
28 | 2024-02-29T20:15:29.563Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-29T20:15:29.669Z | info: profile set to 'default' |
30 | 2024-02-29T20:15:29.669Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-29T20:15:29.674Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-29T20:15:29.807Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-29T20:15:29.807Z | info: downloading component 'cargo' |
34 | 2024-02-29T20:15:30.515Z | info: downloading component 'clippy' |
35 | 2024-02-29T20:15:30.769Z | info: downloading component 'rust-docs' |
36 | 2024-02-29T20:15:31.670Z | info: downloading component 'rust-std' |
37 | 2024-02-29T20:15:33.242Z | info: downloading component 'rustc' |
38 | 2024-02-29T20:15:36.889Z | info: downloading component 'rustfmt' |
39 | 2024-02-29T20:15:38.244Z | info: installing component 'cargo' |
40 | 2024-02-29T20:15:39.124Z | info: installing component 'clippy' |
41 | 2024-02-29T20:15:39.526Z | info: installing component 'rust-docs' |
42 | 2024-02-29T20:15:41.071Z | info: installing component 'rust-std' |
43 | 2024-02-29T20:15:42.985Z | info: installing component 'rustc' |
44 | 2024-02-29T20:15:47.256Z | info: installing component 'rustfmt' |
45 | 2024-02-29T20:15:47.587Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-29T20:15:47.588Z | |
47 | 2024-02-29T20:15:47.861Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-29T20:15:47.861Z | |
49 | 2024-02-29T20:15:48.275Z | |
50 | 2024-02-29T20:15:48.275Z | Rust is installed now. Great! |
51 | 2024-02-29T20:15:48.275Z | |
52 | 2024-02-29T20:15:48.275Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-29T20:15:48.275Z | environment variable. This has not been done automatically. |
54 | 2024-02-29T20:15:48.275Z | |
55 | 2024-02-29T20:15:48.276Z | To configure your current shell, run: |
56 | 2024-02-29T20:15:48.276Z | source "$HOME/.cargo/env" |
57 | 2024-02-29T20:15:48.281Z | + rustc --version |
58 | 2024-02-29T20:15:48.282Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-29T20:15:48.282Z | process exited: duration 20531 ms, exit code 0 |
|
60 | 2024-02-29T20:15:48.295Z | starting task 2: "authentication" |
61 | 2024-02-29T20:15:48.384Z | process exited: duration 89 ms, exit code 0 |
|
62 | 2024-02-29T20:15:48.422Z | starting task 3: "clone repository" |
63 | 2024-02-29T20:15:48.431Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-29T20:15:48.440Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-29T20:15:50.490Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-29T20:15:56.303Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-29T20:15:56.303Z | + git fetch origin ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 |
68 | 2024-02-29T20:15:56.670Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-29T20:15:56.671Z | * branch ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 -> FETCH_HEAD |
70 | 2024-02-29T20:15:56.680Z | + [[ -n andy/clickhousev23.8 ]] |
71 | 2024-02-29T20:15:56.680Z | ++ git branch --show-current |
72 | 2024-02-29T20:15:56.681Z | + current=main |
73 | 2024-02-29T20:15:56.681Z | + [[ main != andy/clickhousev23.8 ]] |
74 | 2024-02-29T20:15:56.681Z | + git branch -f andy/clickhousev23.8 ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 |
75 | 2024-02-29T20:15:56.689Z | + git checkout -f andy/clickhousev23.8 |
76 | 2024-02-29T20:15:56.803Z | Switched to branch 'andy/clickhousev23.8' |
77 | 2024-02-29T20:15:56.819Z | + git reset --hard ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 |
78 | 2024-02-29T20:15:56.845Z | HEAD is now at ae45f45d2 needle arguments do not need explicit lifetime |
79 | 2024-02-29T20:15:56.845Z | process exited: duration 8412 ms, exit code 0 |
|
80 | 2024-02-29T20:15:56.889Z | starting task 4: "build" |
81 | 2024-02-29T20:15:56.904Z | + cargo --version |
82 | 2024-02-29T20:15:56.904Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-29T20:15:57.060Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-29T20:15:57.060Z | info: downloading component 'cargo' |
85 | 2024-02-29T20:15:57.760Z | info: downloading component 'clippy' |
86 | 2024-02-29T20:15:57.973Z | info: downloading component 'rust-docs' |
87 | 2024-02-29T20:15:58.835Z | info: downloading component 'rust-std' |
88 | 2024-02-29T20:16:00.117Z | info: downloading component 'rustc' |
89 | 2024-02-29T20:16:03.715Z | info: downloading component 'rustfmt' |
90 | 2024-02-29T20:16:03.914Z | info: installing component 'cargo' |
91 | 2024-02-29T20:16:05.193Z | info: installing component 'clippy' |
92 | 2024-02-29T20:16:05.200Z | info: installing component 'rust-docs' |
93 | 2024-02-29T20:16:06.670Z | info: installing component 'rust-std' |
94 | 2024-02-29T20:16:08.369Z | info: installing component 'rustc' |
95 | 2024-02-29T20:16:12.427Z | info: installing component 'rustfmt' |
96 | 2024-02-29T20:16:12.813Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-29T20:16:12.821Z | + rustc --version |
98 | 2024-02-29T20:16:12.880Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-29T20:16:12.888Z | ++ git rev-parse HEAD |
100 | 2024-02-29T20:16:12.888Z | + COMMIT=ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 |
101 | 2024-02-29T20:16:12.888Z | + VERSION=7.0.0-0.ci+gitae45f45d20d |
102 | 2024-02-29T20:16:12.888Z | + echo 7.0.0-0.ci+gitae45f45d20d |
103 | 2024-02-29T20:16:12.888Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-29T20:16:23.667Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-29T20:16:24.980Z | Startup: Caching catalogs ... Done |
106 | 2024-02-29T20:16:26.591Z | Planning: Solver setup ... Done (1.279s) |
107 | 2024-02-29T20:16:26.724Z | Planning: Running solver ... Done (0.133s) |
108 | 2024-02-29T20:16:26.948Z | Planning: Finding local manifests ... Done (0.192s) |
109 | 2024-02-29T20:16:26.977Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-29T20:16:27.138Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-29T20:16:27.189Z | Planning: Package planning ... Done (0.050s) |
112 | 2024-02-29T20:16:27.242Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-02-29T20:16:28.289Z | Planning: Checking for conflicting actions ... Done (1.048s) |
114 | 2024-02-29T20:16:28.305Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-29T20:16:32.023Z | Planning: Evaluating mediators ... Done (3.724s) |
116 | 2024-02-29T20:16:32.033Z | Planning: Planning completed in 7.00 seconds |
117 | 2024-02-29T20:16:32.049Z | Packages to install: 4 |
118 | 2024-02-29T20:16:32.049Z | Mediators to change: 2 |
119 | 2024-02-29T20:16:32.049Z | Services to change: 1 |
120 | 2024-02-29T20:16:32.052Z | Estimated space available: 148.87 GB |
121 | 2024-02-29T20:16:32.052Z | Estimated space to be consumed: 1.42 GB |
122 | 2024-02-29T20:16:32.052Z | Create boot environment: No |
123 | 2024-02-29T20:16:32.052Z | Create backup boot environment: No |
124 | 2024-02-29T20:16:32.052Z | Rebuild boot archive: No |
125 | 2024-02-29T20:16:32.052Z | |
126 | 2024-02-29T20:16:32.052Z | Changed mediators: |
127 | 2024-02-29T20:16:32.052Z | mediator clang: |
128 | 2024-02-29T20:16:32.052Z | version: None -> 15 (system default) |
129 | 2024-02-29T20:16:32.053Z | |
130 | 2024-02-29T20:16:32.053Z | mediator llvm: |
131 | 2024-02-29T20:16:32.053Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-29T20:16:32.053Z | |
133 | 2024-02-29T20:16:32.053Z | Changed packages: |
134 | 2024-02-29T20:16:32.053Z | helios-dev |
135 | 2024-02-29T20:16:32.053Z | developer/build-essential |
136 | 2024-02-29T20:16:32.053Z | None -> 11-2.0 |
137 | 2024-02-29T20:16:32.053Z | library/libxmlsec1 |
138 | 2024-02-29T20:16:32.053Z | None -> 1.2.35-2.0 |
139 | 2024-02-29T20:16:32.053Z | ooce/developer/clang-15 |
140 | 2024-02-29T20:16:32.053Z | None -> 15.0.7-2.0 |
141 | 2024-02-29T20:16:32.053Z | ooce/developer/llvm-15 |
142 | 2024-02-29T20:16:32.053Z | None -> 15.0.7-2.0 |
143 | 2024-02-29T20:16:32.053Z | |
144 | 2024-02-29T20:16:32.053Z | Services: |
145 | 2024-02-29T20:16:32.053Z | restart_fmri: |
146 | 2024-02-29T20:16:32.053Z | svc:/system/update-man-index:default |
147 | 2024-02-29T20:16:32.320Z | |
148 | 2024-02-29T20:16:32.321Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-29T20:16:37.316Z | Download: 507/3290 items 17.0/212.6MB 8% complete (3.6M/s) |
150 | 2024-02-29T20:16:43.649Z | Download: 1195/3290 items 62.9/212.6MB 29% complete (6.3M/s) |
151 | 2024-02-29T20:16:47.352Z | Download: 1328/3290 items 115.2/212.6MB 54% complete (9.8M/s) |
152 | 2024-02-29T20:16:52.363Z | Download: 2096/3290 items 118.8/212.6MB 55% complete (5.7M/s) |
153 | 2024-02-29T20:16:57.608Z | Download: 2222/3290 items 119.1/212.6MB 56% complete (4.3M/s) |
154 | 2024-02-29T20:17:02.611Z | Download: 3165/3290 items 142.1/212.6MB 66% complete (2.2M/s) |
155 | 2024-02-29T20:17:05.473Z | Download: Completed 212.60 MB in 33.16 seconds (6.4M/s) |
156 | 2024-02-29T20:17:05.648Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-02-29T20:17:10.973Z | Actions: 3541/3689 actions (Installing new actions) |
158 | 2024-02-29T20:17:11.229Z | Actions: Completed 3689 actions in 5.58 seconds. |
159 | 2024-02-29T20:17:11.329Z | Done (0.092s) |
160 | 2024-02-29T20:17:11.329Z | Done (0.000s) |
161 | 2024-02-29T20:17:11.548Z | Done (0.223s) |
162 | 2024-02-29T20:17:18.227Z | Done (6.549s) |
163 | 2024-02-29T20:17:18.442Z | Done (0.129s) |
164 | 2024-02-29T20:17:18.445Z | Done (0.000s) |
165 | 2024-02-29T20:17:18.591Z | Done (0.000s) |
166 | 2024-02-29T20:17:19.124Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-02-29T20:17:19.290Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-02-29T20:17:19.296Z | Planning: Consolidating action changes ... Done |
169 | 2024-02-29T20:17:19.577Z | Planning: Evaluating mediators ... Done |
170 | 2024-02-29T20:17:19.997Z | Planning: Planning completed in 0.45 seconds |
171 | 2024-02-29T20:17:20.429Z | Mediators to change: 2 |
172 | 2024-02-29T20:17:20.429Z | Create boot environment: No |
173 | 2024-02-29T20:17:20.429Z | Create backup boot environment: No |
174 | 2024-02-29T20:17:20.429Z | Done |
175 | 2024-02-29T20:17:20.429Z | Done |
176 | 2024-02-29T20:17:20.429Z | Done |
177 | 2024-02-29T20:17:23.623Z | Done |
178 | 2024-02-29T20:17:25.366Z | Done |
179 | 2024-02-29T20:17:25.394Z | Done |
180 | 2024-02-29T20:17:25.394Z | Done |
181 | 2024-02-29T20:17:25.394Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-29T20:17:25.394Z | Planning: Merging actions ... Done |
183 | 2024-02-29T20:17:25.395Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-02-29T20:17:25.395Z | Planning: Consolidating action changes ... Done |
185 | 2024-02-29T20:17:25.395Z | Planning: Evaluating mediators ... Done |
186 | 2024-02-29T20:17:25.395Z | Planning: Planning completed in 0.79 seconds |
187 | 2024-02-29T20:17:25.395Z | Packages to change: 1 |
188 | 2024-02-29T20:17:25.395Z | Mediators to change: 1 |
189 | 2024-02-29T20:17:25.395Z | Services to change: 1 |
190 | 2024-02-29T20:17:25.395Z | Create boot environment: No |
191 | 2024-02-29T20:17:25.395Z | Create backup boot environment: Yes |
192 | 2024-02-29T20:17:26.991Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-02-29T20:17:27.086Z | Actions: Completed 6 actions in 0.10 seconds. |
194 | 2024-02-29T20:17:27.090Z | Done |
195 | 2024-02-29T20:17:27.090Z | Done |
196 | 2024-02-29T20:17:27.136Z | Done |
197 | 2024-02-29T20:17:30.900Z | Done |
198 | 2024-02-29T20:17:30.988Z | Done |
199 | 2024-02-29T20:17:30.991Z | Done |
200 | 2024-02-29T20:17:31.109Z | Done |
201 | 2024-02-29T20:17:31.563Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-02-29T20:17:31.563Z | clang system 15 system |
203 | 2024-02-29T20:17:31.564Z | csh system system illumos |
204 | 2024-02-29T20:17:31.564Z | ctags system system illumos |
205 | 2024-02-29T20:17:31.564Z | gcc vendor 12 vendor |
206 | 2024-02-29T20:17:31.564Z | gcc system 10 system |
207 | 2024-02-29T20:17:31.564Z | gcc system 7 system |
208 | 2024-02-29T20:17:31.564Z | go system 1.20 system |
209 | 2024-02-29T20:17:31.564Z | go system 1.19 system |
210 | 2024-02-29T20:17:31.564Z | llvm system 15 system |
211 | 2024-02-29T20:17:31.564Z | llvm system 14 system |
212 | 2024-02-29T20:17:31.564Z | mariadb system 10.6 system |
213 | 2024-02-29T20:17:31.564Z | mta vendor vendor dma |
214 | 2024-02-29T20:17:31.564Z | openjdk system 17 system |
215 | 2024-02-29T20:17:31.565Z | openjdk system 11 system |
216 | 2024-02-29T20:17:31.565Z | openjdk system 1.8 system |
217 | 2024-02-29T20:17:31.565Z | openssl vendor 3 vendor |
218 | 2024-02-29T20:17:31.565Z | perl system 5.36 system |
219 | 2024-02-29T20:17:31.565Z | postgresql system 15 system |
220 | 2024-02-29T20:17:31.565Z | postgresql system 13 system |
221 | 2024-02-29T20:17:31.565Z | python vendor 3 vendor |
222 | 2024-02-29T20:17:31.565Z | python system 2 system |
223 | 2024-02-29T20:17:31.565Z | python3 system 3.11 system |
224 | 2024-02-29T20:17:31.565Z | ruby system 3.0 system |
225 | 2024-02-29T20:17:31.565Z | words vendor vendor american-english |
226 | 2024-02-29T20:17:31.565Z | words system system australian-english |
227 | 2024-02-29T20:17:31.566Z | words system system british-english |
228 | 2024-02-29T20:17:31.566Z | words system system canadian-english |
229 | 2024-02-29T20:17:31.566Z | words system system french |
230 | 2024-02-29T20:17:31.566Z | words system system italian |
231 | 2024-02-29T20:17:31.566Z | words system system ngerman |
232 | 2024-02-29T20:17:31.566Z | words system system ogerman |
233 | 2024-02-29T20:17:31.566Z | words system system spanish |
234 | 2024-02-29T20:17:32.216Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2024-02-29T20:17:32.217Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2024-02-29T20:17:33.355Z | FMRI IFO |
237 | 2024-02-29T20:17:33.355Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2024-02-29T20:17:33.355Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2024-02-29T20:17:33.355Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2024-02-29T20:17:33.355Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2024-02-29T20:17:33.355Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2024-02-29T20:17:33.355Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2024-02-29T20:17:33.355Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
244 | 2024-02-29T20:17:33.356Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-02-29T20:17:33.356Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-02-29T20:17:33.356Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-02-29T20:17:33.356Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-02-29T20:17:33.356Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-02-29T20:17:33.573Z | + set -o errexit |
250 | 2024-02-29T20:17:33.576Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2024-02-29T20:17:33.579Z | ++ cd ./tools |
252 | 2024-02-29T20:17:33.579Z | ++ pwd |
253 | 2024-02-29T20:17:33.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2024-02-29T20:17:33.579Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2024-02-29T20:17:33.582Z | + ARG0=ci_download_cockroachdb |
256 | 2024-02-29T20:17:33.582Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2024-02-29T20:17:33.582Z | + CIDL_VERSION=v22.1.9 |
258 | 2024-02-29T20:17:33.582Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2024-02-29T20:17:33.582Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
260 | 2024-02-29T20:17:33.582Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
261 | 2024-02-29T20:17:33.582Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-02-29T20:17:33.582Z | + TARGET_DIR=out |
263 | 2024-02-29T20:17:33.583Z | + DOWNLOAD_DIR=out/downloads |
264 | 2024-02-29T20:17:33.583Z | + DEST_DIR=./out/cockroachdb |
265 | 2024-02-29T20:17:33.583Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2024-02-29T20:17:33.583Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2024-02-29T20:17:33.587Z | + main |
268 | 2024-02-29T20:17:33.588Z | + [[ 0 != 0 ]] |
269 | 2024-02-29T20:17:33.588Z | + CIDL_OS=solaris2.11 |
270 | 2024-02-29T20:17:33.588Z | + [[ 0 != 0 ]] |
271 | 2024-02-29T20:17:33.588Z | + configure_os solaris2.11 |
272 | 2024-02-29T20:17:33.588Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2024-02-29T20:17:33.588Z | current directory: /work/oxidecomputer/omicron |
274 | 2024-02-29T20:17:33.588Z | + echo 'configuring based on OS: "solaris2.11"' |
275 | 2024-02-29T20:17:33.588Z | + case "$1" in |
276 | 2024-02-29T20:17:33.588Z | configuring based on OS: "solaris2.11" |
277 | 2024-02-29T20:17:33.588Z | + CIDL_BUILD=illumos |
278 | 2024-02-29T20:17:33.588Z | + CIDL_SUFFIX=tar.gz |
279 | 2024-02-29T20:17:33.588Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-02-29T20:17:33.588Z | + CIDL_URL_BASE=https://illumos.org/downloads |
281 | 2024-02-29T20:17:33.588Z | + CIDL_ASSEMBLE=do_assemble_illumos |
282 | 2024-02-29T20:17:33.588Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
283 | 2024-02-29T20:17:33.588Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-29T20:17:33.588Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-29T20:17:33.588Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
286 | 2024-02-29T20:17:33.588Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-02-29T20:17:33.588Z | + CIDL_SHA256FUNC=do_sha256sum |
288 | 2024-02-29T20:17:33.589Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-02-29T20:17:33.589Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-02-29T20:17:33.589Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-29T20:17:33.589Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-29T20:17:33.589Z | + mkdir -p out/downloads |
293 | 2024-02-29T20:17:33.589Z | + mkdir -p ./out/cockroachdb |
294 | 2024-02-29T20:17:33.592Z | + local DO_DOWNLOAD=true |
295 | 2024-02-29T20:17:33.592Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2024-02-29T20:17:33.592Z | + '[' true == true ']' |
297 | 2024-02-29T20:17:33.592Z | + echo Downloading... |
298 | 2024-02-29T20:17:33.593Z | Downloading... |
299 | 2024-02-29T20:17:33.593Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-29T20:17:33.593Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-29T20:17:41.065Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-29T20:17:41.078Z | ++ sha256sum |
303 | 2024-02-29T20:17:41.078Z | ++ awk '{print $1}' |
304 | 2024-02-29T20:17:41.228Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
305 | 2024-02-29T20:17:41.228Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
306 | 2024-02-29T20:17:41.233Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-02-29T20:17:41.233Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2024-02-29T20:17:43.430Z | + do_assemble_illumos |
309 | 2024-02-29T20:17:43.430Z | + rm -r ./out/cockroachdb |
310 | 2024-02-29T20:17:43.435Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2024-02-29T20:17:43.860Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2024-02-29T20:17:44.158Z | Build Tag: v22.1.9-dirty |
313 | 2024-02-29T20:17:44.158Z | Build Time: 2022/10/26 21:17:46 |
314 | 2024-02-29T20:17:44.158Z | Distribution: OSS |
315 | 2024-02-29T20:17:44.158Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2024-02-29T20:17:44.159Z | Go Version: go1.17.13 |
317 | 2024-02-29T20:17:44.159Z | C Compiler: gcc 10.3.0 |
318 | 2024-02-29T20:17:44.159Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2024-02-29T20:17:44.159Z | Build Type: release |
320 | 2024-02-29T20:17:44.179Z | + set -o errexit |
321 | 2024-02-29T20:17:44.182Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2024-02-29T20:17:44.186Z | ++ cd ./tools |
323 | 2024-02-29T20:17:44.186Z | ++ pwd |
324 | 2024-02-29T20:17:44.186Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2024-02-29T20:17:44.186Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2024-02-29T20:17:44.190Z | + ARG0=ci_download_clickhouse |
327 | 2024-02-29T20:17:44.190Z | + TARGET_DIR=out |
328 | 2024-02-29T20:17:44.190Z | + DOWNLOAD_DIR=out/downloads |
329 | 2024-02-29T20:17:44.190Z | + DEST_DIR=./out/clickhouse |
330 | 2024-02-29T20:17:44.190Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
331 | 2024-02-29T20:17:44.190Z | + CIDL_VERSION=v23.8.7.24 |
332 | 2024-02-29T20:17:44.191Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
333 | 2024-02-29T20:17:44.191Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
334 | 2024-02-29T20:17:44.191Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
335 | 2024-02-29T20:17:44.191Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
336 | 2024-02-29T20:17:44.191Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
337 | 2024-02-29T20:17:44.191Z | + main |
338 | 2024-02-29T20:17:44.191Z | + [[ 0 != 0 ]] |
339 | 2024-02-29T20:17:44.191Z | + CIDL_OS=solaris2.11 |
340 | 2024-02-29T20:17:44.191Z | + [[ 0 != 0 ]] |
341 | 2024-02-29T20:17:44.191Z | + configure_os solaris2.11 |
342 | 2024-02-29T20:17:44.191Z | + echo 'current directory: /work/oxidecomputer/omicron' |
343 | 2024-02-29T20:17:44.191Z | current directory: /work/oxidecomputer/omicron |
344 | 2024-02-29T20:17:44.191Z | configuring based on OS: "solaris2.11" |
345 | 2024-02-29T20:17:44.192Z | + echo 'configuring based on OS: "solaris2.11"' |
346 | 2024-02-29T20:17:44.192Z | + CIDL_DASHREV= |
347 | 2024-02-29T20:17:44.192Z | + case "$1" in |
348 | 2024-02-29T20:17:44.192Z | + CIDL_PLATFORM=illumos |
349 | 2024-02-29T20:17:44.192Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
350 | 2024-02-29T20:17:44.192Z | + CIDL_MD5FUNC=do_md5sum |
351 | 2024-02-29T20:17:44.192Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
352 | 2024-02-29T20:17:44.192Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-02-29T20:17:44.192Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-02-29T20:17:44.192Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-02-29T20:17:44.192Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-02-29T20:17:44.192Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-02-29T20:17:44.193Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-02-29T20:17:44.193Z | + mkdir -p out/downloads |
359 | 2024-02-29T20:17:44.193Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-02-29T20:17:44.197Z | + mkdir -p ./out/clickhouse |
361 | 2024-02-29T20:17:44.197Z | + local DO_DOWNLOAD=true |
362 | 2024-02-29T20:17:44.197Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
363 | 2024-02-29T20:17:44.197Z | + '[' true == true ']' |
364 | 2024-02-29T20:17:44.197Z | + echo Downloading... |
365 | 2024-02-29T20:17:44.197Z | Downloading... |
366 | 2024-02-29T20:17:44.197Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-02-29T20:17:44.197Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-02-29T20:17:48.181Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-02-29T20:17:48.181Z | ++ md5sum |
370 | 2024-02-29T20:17:48.181Z | ++ awk '{print $1}' |
371 | 2024-02-29T20:17:48.393Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-02-29T20:17:48.394Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
373 | 2024-02-29T20:17:48.406Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
374 | 2024-02-29T20:17:48.406Z | + mkdir -p ./out/clickhouse |
375 | 2024-02-29T20:17:48.406Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
376 | 2024-02-29T20:17:52.236Z | + ./out/clickhouse/clickhouse server --version |
377 | 2024-02-29T20:17:52.814Z | ClickHouse server version 23.8.7.1. |
378 | 2024-02-29T20:17:52.868Z | + set -o errexit |
379 | 2024-02-29T20:17:52.872Z | +++ dirname ./tools/ci_download_console |
380 | 2024-02-29T20:17:52.872Z | ++ cd ./tools |
381 | 2024-02-29T20:17:52.872Z | ++ pwd |
382 | 2024-02-29T20:17:52.872Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
383 | 2024-02-29T20:17:52.878Z | ++ basename ./tools/ci_download_console |
384 | 2024-02-29T20:17:52.878Z | + ARG0=ci_download_console |
385 | 2024-02-29T20:17:52.878Z | + TARGET_DIR=out |
386 | 2024-02-29T20:17:52.878Z | + DOWNLOAD_DIR=out/downloads |
387 | 2024-02-29T20:17:52.878Z | + DEST_DIR=./out/console-assets |
388 | 2024-02-29T20:17:52.878Z | + source /work/oxidecomputer/omicron/tools/console_version |
389 | 2024-02-29T20:17:52.879Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
390 | 2024-02-29T20:17:52.879Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
391 | 2024-02-29T20:17:52.879Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
392 | 2024-02-29T20:17:52.879Z | + TARBALL_FILE=out/downloads/console.tar.gz |
393 | 2024-02-29T20:17:52.879Z | + main |
394 | 2024-02-29T20:17:52.879Z | + [[ 0 != 0 ]] |
395 | 2024-02-29T20:17:52.879Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
396 | 2024-02-29T20:17:52.879Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
397 | 2024-02-29T20:17:52.879Z | Local file: out/downloads/console.tar.gz |
398 | 2024-02-29T20:17:52.879Z | + echo 'Local file: out/downloads/console.tar.gz' |
399 | 2024-02-29T20:17:52.879Z | + local DO_DOWNLOAD=true |
400 | 2024-02-29T20:17:52.879Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2024-02-29T20:17:52.879Z | + mkdir -p out/downloads |
402 | 2024-02-29T20:17:52.887Z | + '[' true == true ']' |
403 | 2024-02-29T20:17:52.887Z | + echo Downloading... |
404 | 2024-02-29T20:17:52.887Z | Downloading... |
405 | 2024-02-29T20:17:52.887Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
406 | 2024-02-29T20:17:52.888Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
407 | 2024-02-29T20:17:53.720Z | ++ do_sha256sum out/downloads/console.tar.gz |
408 | 2024-02-29T20:17:53.720Z | ++ case "$OSTYPE" in |
409 | 2024-02-29T20:17:53.721Z | ++ SHA=sha256sum |
410 | 2024-02-29T20:17:53.721Z | ++ sha256sum |
411 | 2024-02-29T20:17:53.721Z | ++ awk '{print $1}' |
412 | 2024-02-29T20:17:53.721Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
413 | 2024-02-29T20:17:53.721Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
414 | 2024-02-29T20:17:53.721Z | + rm -rf ./out/console-assets |
415 | 2024-02-29T20:17:53.721Z | + mkdir -p ./out/console-assets |
416 | 2024-02-29T20:17:53.721Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
417 | 2024-02-29T20:17:53.721Z | + mkdir -p ./out/console-assets |
418 | 2024-02-29T20:17:53.721Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
419 | 2024-02-29T20:17:53.722Z | + set -o errexit |
420 | 2024-02-29T20:17:53.722Z | +++ dirname ./tools/ci_download_maghemite_openapi |
421 | 2024-02-29T20:17:53.722Z | ++ cd ./tools |
422 | 2024-02-29T20:17:53.722Z | ++ pwd |
423 | 2024-02-29T20:17:53.722Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
424 | 2024-02-29T20:17:53.723Z | ++ basename ./tools/ci_download_maghemite_openapi |
425 | 2024-02-29T20:17:53.723Z | + ARG0=ci_download_maghemite_openapi |
426 | 2024-02-29T20:17:53.723Z | + TARGET_DIR=out |
427 | 2024-02-29T20:17:53.723Z | + DOWNLOAD_DIR=out/downloads |
428 | 2024-02-29T20:17:53.723Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
429 | 2024-02-29T20:17:53.723Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
430 | 2024-02-29T20:17:53.724Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
431 | 2024-02-29T20:17:53.724Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
432 | 2024-02-29T20:17:53.738Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
433 | 2024-02-29T20:17:53.738Z | + main |
434 | 2024-02-29T20:17:53.738Z | + [[ 0 != 0 ]] |
435 | 2024-02-29T20:17:53.738Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
436 | 2024-02-29T20:17:53.738Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
437 | 2024-02-29T20:17:53.738Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
438 | 2024-02-29T20:17:53.738Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
439 | 2024-02-29T20:17:53.738Z | + local DO_DOWNLOAD=true |
440 | 2024-02-29T20:17:53.738Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
441 | 2024-02-29T20:17:53.739Z | + mkdir -p out/downloads |
442 | 2024-02-29T20:17:53.739Z | + '[' true == true ']' |
443 | 2024-02-29T20:17:53.739Z | + echo Downloading... |
444 | 2024-02-29T20:17:53.739Z | Downloading... |
445 | 2024-02-29T20:17:53.739Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
446 | 2024-02-29T20:17:53.739Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
447 | 2024-02-29T20:17:53.831Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
448 | 2024-02-29T20:17:53.835Z | ++ case "$OSTYPE" in |
449 | 2024-02-29T20:17:53.836Z | ++ SHA=sha256sum |
450 | 2024-02-29T20:17:53.836Z | ++ sha256sum |
451 | 2024-02-29T20:17:53.836Z | ++ awk '{print $1}' |
452 | 2024-02-29T20:17:53.841Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
453 | 2024-02-29T20:17:53.842Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
454 | 2024-02-29T20:17:53.842Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2024-02-29T20:17:53.842Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
456 | 2024-02-29T20:17:53.842Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
457 | 2024-02-29T20:17:53.842Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
458 | 2024-02-29T20:17:53.842Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
459 | 2024-02-29T20:17:53.842Z | + main |
460 | 2024-02-29T20:17:53.842Z | + [[ 0 != 0 ]] |
461 | 2024-02-29T20:17:53.842Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
462 | 2024-02-29T20:17:53.842Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
463 | 2024-02-29T20:17:53.843Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
464 | 2024-02-29T20:17:53.843Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
465 | 2024-02-29T20:17:53.843Z | + local DO_DOWNLOAD=true |
466 | 2024-02-29T20:17:53.843Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
467 | 2024-02-29T20:17:53.843Z | + mkdir -p out/downloads |
468 | 2024-02-29T20:17:53.843Z | + '[' true == true ']' |
469 | 2024-02-29T20:17:53.843Z | + echo Downloading... |
470 | 2024-02-29T20:17:53.843Z | Downloading... |
471 | 2024-02-29T20:17:53.843Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
472 | 2024-02-29T20:17:53.843Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
473 | 2024-02-29T20:17:54.006Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
474 | 2024-02-29T20:17:54.010Z | ++ case "$OSTYPE" in |
475 | 2024-02-29T20:17:54.010Z | ++ SHA=sha256sum |
476 | 2024-02-29T20:17:54.010Z | ++ sha256sum |
477 | 2024-02-29T20:17:54.011Z | ++ awk '{print $1}' |
478 | 2024-02-29T20:17:54.037Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
479 | 2024-02-29T20:17:54.037Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
480 | 2024-02-29T20:17:54.037Z | + set -o errexit |
481 | 2024-02-29T20:17:54.037Z | +++ dirname ./tools/ci_download_dendrite_openapi |
482 | 2024-02-29T20:17:54.037Z | ++ cd ./tools |
483 | 2024-02-29T20:17:54.037Z | ++ pwd |
484 | 2024-02-29T20:17:54.037Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
485 | 2024-02-29T20:17:54.038Z | ++ basename ./tools/ci_download_dendrite_openapi |
486 | 2024-02-29T20:17:54.038Z | + ARG0=ci_download_dendrite_openapi |
487 | 2024-02-29T20:17:54.038Z | + TARGET_DIR=out |
488 | 2024-02-29T20:17:54.038Z | + DOWNLOAD_DIR=out/downloads |
489 | 2024-02-29T20:17:54.038Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
490 | 2024-02-29T20:17:54.038Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
491 | 2024-02-29T20:17:54.039Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
492 | 2024-02-29T20:17:54.039Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
493 | 2024-02-29T20:17:54.039Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
494 | 2024-02-29T20:17:54.039Z | + main |
495 | 2024-02-29T20:17:54.039Z | + [[ 0 != 0 ]] |
496 | 2024-02-29T20:17:54.039Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
497 | 2024-02-29T20:17:54.040Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
498 | 2024-02-29T20:17:54.040Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
499 | 2024-02-29T20:17:54.040Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
500 | 2024-02-29T20:17:54.040Z | + local DO_DOWNLOAD=true |
501 | 2024-02-29T20:17:54.040Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
502 | 2024-02-29T20:17:54.040Z | + mkdir -p out/downloads |
503 | 2024-02-29T20:17:54.040Z | + '[' true == true ']' |
504 | 2024-02-29T20:17:54.040Z | + echo Downloading... |
505 | 2024-02-29T20:17:54.040Z | Downloading... |
506 | 2024-02-29T20:17:54.040Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
507 | 2024-02-29T20:17:54.040Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
508 | 2024-02-29T20:17:54.250Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
509 | 2024-02-29T20:17:54.250Z | ++ case "$OSTYPE" in |
510 | 2024-02-29T20:17:54.258Z | ++ SHA=sha256sum |
511 | 2024-02-29T20:17:54.258Z | ++ sha256sum |
512 | 2024-02-29T20:17:54.258Z | ++ awk '{print $1}' |
513 | 2024-02-29T20:17:54.258Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
514 | 2024-02-29T20:17:54.258Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
515 | 2024-02-29T20:17:54.258Z | + set -o errexit |
516 | 2024-02-29T20:17:54.258Z | +++ dirname ./tools/ci_download_dendrite_stub |
517 | 2024-02-29T20:17:54.258Z | ++ cd ./tools |
518 | 2024-02-29T20:17:54.258Z | ++ pwd |
519 | 2024-02-29T20:17:54.258Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
520 | 2024-02-29T20:17:54.258Z | ++ basename ./tools/ci_download_dendrite_stub |
521 | 2024-02-29T20:17:54.258Z | + ARG0=ci_download_dendrite_stub |
522 | 2024-02-29T20:17:54.259Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
523 | 2024-02-29T20:17:54.259Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
524 | 2024-02-29T20:17:54.259Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
525 | 2024-02-29T20:17:54.259Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
526 | 2024-02-29T20:17:54.259Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
527 | 2024-02-29T20:17:54.259Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
528 | 2024-02-29T20:17:54.259Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
529 | 2024-02-29T20:17:54.259Z | + TARGET_DIR=out |
530 | 2024-02-29T20:17:54.259Z | + DOWNLOAD_DIR=out/downloads |
531 | 2024-02-29T20:17:54.259Z | + DEST_DIR=./out/dendrite-stub |
532 | 2024-02-29T20:17:54.259Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
533 | 2024-02-29T20:17:54.259Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
534 | 2024-02-29T20:17:54.259Z | + REPO=oxidecomputer/dendrite |
535 | 2024-02-29T20:17:54.259Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
536 | 2024-02-29T20:17:54.259Z | + main |
537 | 2024-02-29T20:17:54.260Z | + [[ 0 != 0 ]] |
538 | 2024-02-29T20:17:54.260Z | + CIDL_OS=solaris2.11 |
539 | 2024-02-29T20:17:54.260Z | + [[ 0 != 0 ]] |
540 | 2024-02-29T20:17:54.260Z | + configure_os solaris2.11 |
541 | 2024-02-29T20:17:54.260Z | + echo 'current directory: /work/oxidecomputer/omicron' |
542 | 2024-02-29T20:17:54.260Z | current directory: /work/oxidecomputer/omicron |
543 | 2024-02-29T20:17:54.260Z | + echo 'configuring based on OS: "solaris2.11"' |
544 | 2024-02-29T20:17:54.260Z | configuring based on OS: "solaris2.11" |
545 | 2024-02-29T20:17:54.260Z | + case "$1" in |
546 | 2024-02-29T20:17:54.260Z | + SET_BINARIES= |
547 | 2024-02-29T20:17:54.260Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
548 | 2024-02-29T20:17:54.260Z | + CIDL_SHA256FUNC=do_sha256sum |
549 | 2024-02-29T20:17:54.260Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
550 | 2024-02-29T20:17:54.260Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
551 | 2024-02-29T20:17:54.260Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
552 | 2024-02-29T20:17:54.260Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
553 | 2024-02-29T20:17:54.260Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
554 | 2024-02-29T20:17:54.261Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
555 | 2024-02-29T20:17:54.261Z | Local file: out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-29T20:17:54.261Z | + mkdir -p out/downloads |
557 | 2024-02-29T20:17:54.261Z | + mkdir -p ./out/dendrite-stub |
558 | 2024-02-29T20:17:54.265Z | + fetch_and_verify |
559 | 2024-02-29T20:17:54.265Z | + local DO_DOWNLOAD=true |
560 | 2024-02-29T20:17:54.265Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
561 | 2024-02-29T20:17:54.265Z | + '[' true == true ']' |
562 | 2024-02-29T20:17:54.265Z | + echo Downloading... |
563 | 2024-02-29T20:17:54.265Z | Downloading... |
564 | 2024-02-29T20:17:54.265Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-29T20:17:54.265Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
566 | 2024-02-29T20:18:06.683Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
567 | 2024-02-29T20:18:06.689Z | ++ sha256sum |
568 | 2024-02-29T20:18:06.689Z | ++ awk '{print $1}' |
569 | 2024-02-29T20:18:06.711Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
570 | 2024-02-29T20:18:06.718Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
571 | 2024-02-29T20:18:06.718Z | + do_untar out/downloads/dendrite-stub.tar.gz |
572 | 2024-02-29T20:18:06.719Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
573 | 2024-02-29T20:18:07.390Z | + do_assemble |
574 | 2024-02-29T20:18:07.390Z | + rm -r ./out/dendrite-stub |
575 | 2024-02-29T20:18:07.393Z | + mkdir ./out/dendrite-stub |
576 | 2024-02-29T20:18:07.397Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
577 | 2024-02-29T20:18:07.484Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
578 | 2024-02-29T20:18:07.496Z | + set -o errexit |
579 | 2024-02-29T20:18:07.500Z | +++ dirname ./tools/ci_download_maghemite_mgd |
580 | 2024-02-29T20:18:07.500Z | ++ cd ./tools |
581 | 2024-02-29T20:18:07.500Z | ++ pwd |
582 | 2024-02-29T20:18:07.500Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
583 | 2024-02-29T20:18:07.504Z | ++ basename ./tools/ci_download_maghemite_mgd |
584 | 2024-02-29T20:18:07.504Z | + ARG0=ci_download_maghemite_mgd |
585 | 2024-02-29T20:18:07.504Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
586 | 2024-02-29T20:18:07.504Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
587 | 2024-02-29T20:18:07.504Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
588 | 2024-02-29T20:18:07.504Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
589 | 2024-02-29T20:18:07.504Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
590 | 2024-02-29T20:18:07.504Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
591 | 2024-02-29T20:18:07.504Z | + TARGET_DIR=out |
592 | 2024-02-29T20:18:07.504Z | + DOWNLOAD_DIR=out/downloads |
593 | 2024-02-29T20:18:07.504Z | + DEST_DIR=./out/mgd |
594 | 2024-02-29T20:18:07.504Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
595 | 2024-02-29T20:18:07.504Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
596 | 2024-02-29T20:18:07.504Z | + REPO=oxidecomputer/maghemite |
597 | 2024-02-29T20:18:07.504Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
598 | 2024-02-29T20:18:07.504Z | + main |
599 | 2024-02-29T20:18:07.505Z | + [[ 0 != 0 ]] |
600 | 2024-02-29T20:18:07.505Z | + CIDL_OS=solaris2.11 |
601 | 2024-02-29T20:18:07.505Z | + [[ 0 != 0 ]] |
602 | 2024-02-29T20:18:07.505Z | + configure_os solaris2.11 |
603 | 2024-02-29T20:18:07.505Z | + echo 'current directory: /work/oxidecomputer/omicron' |
604 | 2024-02-29T20:18:07.505Z | + echo 'configuring based on OS: "solaris2.11"' |
605 | 2024-02-29T20:18:07.505Z | + case "$1" in |
606 | 2024-02-29T20:18:07.505Z | current directory: /work/oxidecomputer/omicron |
607 | 2024-02-29T20:18:07.505Z | + SET_BINARIES= |
608 | 2024-02-29T20:18:07.505Z | configuring based on OS: "solaris2.11" |
609 | 2024-02-29T20:18:07.505Z | + CIDL_SHA256FUNC=do_sha256sum |
610 | 2024-02-29T20:18:07.505Z | + TARBALL_FILENAME=mgd.tar.gz |
611 | 2024-02-29T20:18:07.505Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
612 | 2024-02-29T20:18:07.505Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
613 | 2024-02-29T20:18:07.505Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
614 | 2024-02-29T20:18:07.505Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
615 | 2024-02-29T20:18:07.505Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
616 | 2024-02-29T20:18:07.505Z | Local file: out/downloads/mgd.tar.gz |
617 | 2024-02-29T20:18:07.505Z | + mkdir -p out/downloads |
618 | 2024-02-29T20:18:07.509Z | + mkdir -p ./out/mgd |
619 | 2024-02-29T20:18:07.510Z | + fetch_and_verify |
620 | 2024-02-29T20:18:07.510Z | + local DO_DOWNLOAD=true |
621 | 2024-02-29T20:18:07.510Z | + [[ -f out/downloads/mgd.tar.gz ]] |
622 | 2024-02-29T20:18:07.510Z | + '[' true == true ']' |
623 | 2024-02-29T20:18:07.510Z | + echo Downloading... |
624 | 2024-02-29T20:18:07.510Z | Downloading... |
625 | 2024-02-29T20:18:07.510Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
626 | 2024-02-29T20:18:07.510Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
627 | 2024-02-29T20:18:25.891Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
628 | 2024-02-29T20:18:25.894Z | ++ sha256sum |
629 | 2024-02-29T20:18:25.894Z | ++ awk '{print $1}' |
630 | 2024-02-29T20:18:25.911Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
631 | 2024-02-29T20:18:25.911Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
632 | 2024-02-29T20:18:25.915Z | + do_untar out/downloads/mgd.tar.gz |
633 | 2024-02-29T20:18:25.915Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
634 | 2024-02-29T20:18:26.356Z | + do_assemble |
635 | 2024-02-29T20:18:26.356Z | + rm -r ./out/mgd |
636 | 2024-02-29T20:18:26.363Z | + mkdir ./out/mgd |
637 | 2024-02-29T20:18:26.363Z | + cp -r out/downloads/root ./out/mgd/root |
638 | 2024-02-29T20:18:26.503Z | + set -o errexit |
639 | 2024-02-29T20:18:26.512Z | +++ dirname ./tools/ci_download_transceiver_control |
640 | 2024-02-29T20:18:26.513Z | ++ cd ./tools |
641 | 2024-02-29T20:18:26.513Z | ++ pwd |
642 | 2024-02-29T20:18:26.513Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
643 | 2024-02-29T20:18:26.513Z | ++ basename ./tools/ci_download_transceiver_control |
644 | 2024-02-29T20:18:26.513Z | + ARG0=ci_download_transceiver_control |
645 | 2024-02-29T20:18:26.513Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
646 | 2024-02-29T20:18:26.514Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-29T20:18:26.514Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
648 | 2024-02-29T20:18:26.514Z | + TARGET_DIR=out |
649 | 2024-02-29T20:18:26.514Z | + DOWNLOAD_DIR=out/downloads |
650 | 2024-02-29T20:18:26.514Z | + DEST_DIR=./out/transceiver-control |
651 | 2024-02-29T20:18:26.514Z | + BIN_DIR=/opt/oxide/bin |
652 | 2024-02-29T20:18:26.514Z | + BINARY=xcvradm |
653 | 2024-02-29T20:18:26.515Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
654 | 2024-02-29T20:18:26.515Z | + REPO=oxidecomputer/transceiver-control |
655 | 2024-02-29T20:18:26.515Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-02-29T20:18:26.515Z | + main |
657 | 2024-02-29T20:18:26.515Z | + [[ 0 != 0 ]] |
658 | 2024-02-29T20:18:26.515Z | + CIDL_OS=solaris2.11 |
659 | 2024-02-29T20:18:26.516Z | + [[ 0 != 0 ]] |
660 | 2024-02-29T20:18:26.516Z | + configure_os solaris2.11 |
661 | 2024-02-29T20:18:26.516Z | + echo 'current directory: /work/oxidecomputer/omicron' |
662 | 2024-02-29T20:18:26.516Z | current directory: /work/oxidecomputer/omicron |
663 | 2024-02-29T20:18:26.516Z | + echo 'configuring based on OS: "solaris2.11"' |
664 | 2024-02-29T20:18:26.516Z | + case "$1" in |
665 | 2024-02-29T20:18:26.517Z | configuring based on OS: "solaris2.11" |
666 | 2024-02-29T20:18:26.517Z | + SET_BINARIES= |
667 | 2024-02-29T20:18:26.517Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
668 | 2024-02-29T20:18:26.517Z | + CIDL_SHA256FUNC=do_sha256sum |
669 | 2024-02-29T20:18:26.517Z | + ARCHIVE_FILENAME=xcvradm.gz |
670 | 2024-02-29T20:18:26.517Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
671 | 2024-02-29T20:18:26.517Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
672 | 2024-02-29T20:18:26.518Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
673 | 2024-02-29T20:18:26.518Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2024-02-29T20:18:26.518Z | + echo 'Local file: out/downloads/xcvradm.gz' |
675 | 2024-02-29T20:18:26.518Z | + mkdir -p out/downloads |
676 | 2024-02-29T20:18:26.518Z | Local file: out/downloads/xcvradm.gz |
677 | 2024-02-29T20:18:26.519Z | + mkdir -p ./out/transceiver-control |
678 | 2024-02-29T20:18:26.519Z | + fetch_and_verify |
679 | 2024-02-29T20:18:26.519Z | + local DO_DOWNLOAD=true |
680 | 2024-02-29T20:18:26.519Z | + [[ -f out/downloads/xcvradm.gz ]] |
681 | 2024-02-29T20:18:26.519Z | + '[' true == true ']' |
682 | 2024-02-29T20:18:26.519Z | + echo Downloading... |
683 | 2024-02-29T20:18:26.519Z | Downloading... |
684 | 2024-02-29T20:18:26.519Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
685 | 2024-02-29T20:18:26.520Z | + 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 |
686 | 2024-02-29T20:18:28.023Z | ++ do_sha256sum out/downloads/xcvradm.gz |
687 | 2024-02-29T20:18:28.026Z | ++ sha256sum |
688 | 2024-02-29T20:18:28.026Z | ++ awk '{print $1}' |
689 | 2024-02-29T20:18:28.034Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
690 | 2024-02-29T20:18:28.040Z | + [[ 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 ]] |
691 | 2024-02-29T20:18:28.040Z | + do_unpack out/downloads/xcvradm.gz |
692 | 2024-02-29T20:18:28.040Z | + mkdir -p out/downloads/root//opt/oxide/bin |
693 | 2024-02-29T20:18:28.040Z | + gzip -dc out/downloads/xcvradm.gz |
694 | 2024-02-29T20:18:28.159Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
695 | 2024-02-29T20:18:28.163Z | + do_assemble |
696 | 2024-02-29T20:18:28.163Z | + rm -r ./out/transceiver-control |
697 | 2024-02-29T20:18:28.163Z | + mkdir ./out/transceiver-control |
698 | 2024-02-29T20:18:28.170Z | + cp -r out/downloads/root ./out/transceiver-control/root |
699 | 2024-02-29T20:18:28.336Z | All prerequisites installed successfully |
700 | 2024-02-29T20:18:28.340Z | |
701 | 2024-02-29T20:18:28.340Z | real 2:15.414073788 |
702 | 2024-02-29T20:18:28.340Z | user 37.016093095 |
703 | 2024-02-29T20:18:28.340Z | sys 7.178478731 |
704 | 2024-02-29T20:18:28.340Z | trap 0.008347083 |
705 | 2024-02-29T20:18:28.340Z | tflt 0.288352017 |
706 | 2024-02-29T20:18:28.340Z | dflt 0.692089922 |
707 | 2024-02-29T20:18:28.340Z | kflt 0.357309461 |
708 | 2024-02-29T20:18:28.340Z | lock 2.378504369 |
709 | 2024-02-29T20:18:28.340Z | slp 4:47.393873582 |
710 | 2024-02-29T20:18:28.340Z | lat 1.998048068 |
711 | 2024-02-29T20:18:28.340Z | stop 0.142094923 |
712 | 2024-02-29T20:18:28.340Z | + ptime -m ./tools/ci_download_softnpu_machinery |
713 | 2024-02-29T20:18:28.347Z | fetching npuzone |
714 | 2024-02-29T20:18:28.357Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
715 | 2024-02-29T20:18:28.357Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
716 | 2024-02-29T20:18:28.358Z | Getting hash for npuzone |
717 | 2024-02-29T20:18:28.895Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
718 | 2024-02-29T20:18:34.598Z | npuzone downloaded successfully |
719 | 2024-02-29T20:18:34.602Z | |
720 | 2024-02-29T20:18:34.606Z | real 6.263425887 |
721 | 2024-02-29T20:18:34.606Z | user 0.377064667 |
722 | 2024-02-29T20:18:34.606Z | sys 0.128972121 |
723 | 2024-02-29T20:18:34.606Z | trap 0.000113150 |
724 | 2024-02-29T20:18:34.606Z | tflt 0.000000000 |
725 | 2024-02-29T20:18:34.606Z | dflt 0.000000000 |
726 | 2024-02-29T20:18:34.606Z | kflt 0.000000000 |
727 | 2024-02-29T20:18:34.606Z | lock 0.000000000 |
728 | 2024-02-29T20:18:34.606Z | slp 18.166996348 |
729 | 2024-02-29T20:18:34.606Z | lat 0.084179509 |
730 | 2024-02-29T20:18:34.606Z | stop 0.000225715 |
731 | 2024-02-29T20:18:34.606Z | + export CARGO_INCREMENTAL=0 |
732 | 2024-02-29T20:18:34.606Z | + CARGO_INCREMENTAL=0 |
733 | 2024-02-29T20:18:34.606Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
734 | 2024-02-29T20:18:34.816Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
735 | 2024-02-29T20:18:35.158Z | Updating git repository `https://github.com/oxidecomputer/samael` |
736 | 2024-02-29T20:18:35.498Z | Updating crates.io index |
737 | 2024-02-29T20:18:35.555Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
738 | 2024-02-29T20:18:36.357Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
739 | 2024-02-29T20:18:38.244Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
740 | 2024-02-29T20:18:38.956Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
741 | 2024-02-29T20:18:39.315Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
742 | 2024-02-29T20:18:39.583Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
743 | 2024-02-29T20:18:39.878Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
744 | 2024-02-29T20:18:40.919Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
745 | 2024-02-29T20:18:42.913Z | Updating git repository `https://github.com/oxidecomputer/opte` |
746 | 2024-02-29T20:18:43.826Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
747 | 2024-02-29T20:18:44.136Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
748 | 2024-02-29T20:18:45.941Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
749 | 2024-02-29T20:18:46.255Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
750 | 2024-02-29T20:18:46.546Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
751 | 2024-02-29T20:18:47.798Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
752 | 2024-02-29T20:18:48.264Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
753 | 2024-02-29T20:18:48.660Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
754 | 2024-02-29T20:18:50.068Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
755 | 2024-02-29T20:18:50.565Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
756 | 2024-02-29T20:18:50.937Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
757 | 2024-02-29T20:18:51.263Z | Updating git repository `https://github.com/jgallagher/nix` |
758 | 2024-02-29T20:18:52.194Z | Updating git repository `https://github.com/cbiffle/hubpack` |
759 | 2024-02-29T20:18:52.531Z | Updating git repository `https://github.com/oxidecomputer/typify` |
760 | 2024-02-29T20:18:54.181Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
761 | 2024-02-29T20:18:54.536Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
762 | 2024-02-29T20:18:54.837Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
763 | 2024-02-29T20:18:56.200Z | Downloading crates ... |
764 | 2024-02-29T20:18:56.406Z | Downloaded ipnet v2.9.0 |
765 | 2024-02-29T20:18:56.411Z | Downloaded ident_case v1.0.1 |
766 | 2024-02-29T20:18:56.414Z | Downloaded cfg-if v1.0.0 |
767 | 2024-02-29T20:18:56.417Z | Downloaded chacha20 v0.9.1 |
768 | 2024-02-29T20:18:56.420Z | Downloaded addr2line v0.21.0 |
769 | 2024-02-29T20:18:56.430Z | Downloaded ciborium-io v0.2.2 |
770 | 2024-02-29T20:18:56.434Z | Downloaded colorchoice v1.0.0 |
771 | 2024-02-29T20:18:56.437Z | Downloaded chacha20poly1305 v0.10.1 |
772 | 2024-02-29T20:18:56.440Z | Downloaded indoc v2.0.3 |
773 | 2024-02-29T20:18:56.443Z | Downloaded indoc v1.0.9 |
774 | 2024-02-29T20:18:56.446Z | Downloaded ipnetwork v0.20.0 |
775 | 2024-02-29T20:18:56.449Z | Downloaded instant v0.1.12 |
776 | 2024-02-29T20:18:56.449Z | Downloaded cipher v0.4.4 |
777 | 2024-02-29T20:18:56.454Z | Downloaded colored v2.0.4 |
778 | 2024-02-29T20:18:56.457Z | Downloaded keccak v0.1.4 |
779 | 2024-02-29T20:18:56.460Z | Downloaded log v0.4.20 |
780 | 2024-02-29T20:18:56.464Z | Downloaded clap_derive v4.5.0 |
781 | 2024-02-29T20:18:56.468Z | Downloaded macaddr v1.0.1 |
782 | 2024-02-29T20:18:56.477Z | Downloaded serde_spanned v0.6.5 |
783 | 2024-02-29T20:18:56.477Z | Downloaded memmap2 v0.7.1 |
784 | 2024-02-29T20:18:56.480Z | Downloaded is_ci v1.2.0 |
785 | 2024-02-29T20:18:56.480Z | Downloaded clang-sys v1.6.1 |
786 | 2024-02-29T20:18:56.483Z | Downloaded async-stream-impl v0.3.5 |
787 | 2024-02-29T20:18:56.486Z | Downloaded maplit v1.0.2 |
788 | 2024-02-29T20:18:56.489Z | Downloaded http-range v0.1.5 |
789 | 2024-02-29T20:18:56.489Z | Downloaded highway v1.1.0 |
790 | 2024-02-29T20:18:56.493Z | Downloaded httparse v1.8.0 |
791 | 2024-02-29T20:18:56.499Z | Downloaded atty v0.2.14 |
792 | 2024-02-29T20:18:56.502Z | Downloaded async-stream v0.3.5 |
793 | 2024-02-29T20:18:56.502Z | Downloaded aead v0.5.2 |
794 | 2024-02-29T20:18:56.505Z | Downloaded const-oid v0.9.5 |
795 | 2024-02-29T20:18:56.508Z | Downloaded castaway v0.2.2 |
796 | 2024-02-29T20:18:56.511Z | Downloaded http v0.2.11 |
797 | 2024-02-29T20:18:56.518Z | Downloaded adler v1.0.2 |
798 | 2024-02-29T20:18:56.521Z | Downloaded matches v0.1.10 |
799 | 2024-02-29T20:18:56.524Z | Downloaded humantime v2.1.0 |
800 | 2024-02-29T20:18:56.527Z | Downloaded crc-catalog v2.2.0 |
801 | 2024-02-29T20:18:56.530Z | Downloaded mio v0.8.9 |
802 | 2024-02-29T20:18:56.537Z | Downloaded match_cfg v0.1.0 |
803 | 2024-02-29T20:18:56.544Z | Downloaded md-5 v0.10.5 |
804 | 2024-02-29T20:18:56.544Z | Downloaded crossbeam-deque v0.8.3 |
805 | 2024-02-29T20:18:56.548Z | Downloaded hubpack v0.1.2 |
806 | 2024-02-29T20:18:56.548Z | Downloaded iana-time-zone v0.1.57 |
807 | 2024-02-29T20:18:56.551Z | Downloaded hostname v0.3.1 |
808 | 2024-02-29T20:18:56.551Z | Downloaded async-trait v0.1.77 |
809 | 2024-02-29T20:18:56.555Z | Downloaded normalize-line-endings v0.3.0 |
810 | 2024-02-29T20:18:56.559Z | Downloaded nodrop v0.1.14 |
811 | 2024-02-29T20:18:56.559Z | Downloaded new_debug_unreachable v1.0.4 |
812 | 2024-02-29T20:18:56.562Z | Downloaded bcs v0.1.6 |
813 | 2024-02-29T20:18:56.562Z | Downloaded take_mut v0.2.2 |
814 | 2024-02-29T20:18:56.565Z | Downloaded secrecy v0.8.0 |
815 | 2024-02-29T20:18:56.568Z | Downloaded rustc_version v0.1.7 |
816 | 2024-02-29T20:18:56.568Z | Downloaded usdt-macro v0.5.0 |
817 | 2024-02-29T20:18:56.571Z | Downloaded memoffset v0.9.0 |
818 | 2024-02-29T20:18:56.571Z | Downloaded console v0.15.8 |
819 | 2024-02-29T20:18:56.574Z | Downloaded lru v0.12.1 |
820 | 2024-02-29T20:18:56.578Z | Downloaded newtype_derive v0.1.6 |
821 | 2024-02-29T20:18:56.581Z | Downloaded swrite v0.1.0 |
822 | 2024-02-29T20:18:56.581Z | Downloaded backoff v0.4.0 |
823 | 2024-02-29T20:18:56.584Z | Downloaded mockall v0.12.0 |
824 | 2024-02-29T20:18:56.587Z | Downloaded vte_generate_state_changes v0.1.1 |
825 | 2024-02-29T20:18:56.587Z | Downloaded serde-big-array v0.4.1 |
826 | 2024-02-29T20:18:56.593Z | Downloaded mime v0.3.17 |
827 | 2024-02-29T20:18:56.596Z | Downloaded memoffset v0.7.1 |
828 | 2024-02-29T20:18:56.596Z | Downloaded anstyle-parse v0.2.1 |
829 | 2024-02-29T20:18:56.596Z | Downloaded crypto-common v0.1.6 |
830 | 2024-02-29T20:18:56.599Z | Downloaded num_enum_derive v0.5.11 |
831 | 2024-02-29T20:18:56.599Z | Downloaded lalrpop-util v0.19.12 |
832 | 2024-02-29T20:18:56.602Z | Downloaded nibble_vec v0.1.0 |
833 | 2024-02-29T20:18:56.606Z | Downloaded num_enum v0.5.11 |
834 | 2024-02-29T20:18:56.611Z | Downloaded camino-tempfile v1.1.1 |
835 | 2024-02-29T20:18:56.614Z | Downloaded doc-comment v0.3.3 |
836 | 2024-02-29T20:18:56.617Z | Downloaded crc v3.0.1 |
837 | 2024-02-29T20:18:56.620Z | Downloaded shlex v1.3.0 |
838 | 2024-02-29T20:18:56.620Z | Downloaded r2d2 v0.8.10 |
839 | 2024-02-29T20:18:56.623Z | Downloaded foreign-types v0.5.0 |
840 | 2024-02-29T20:18:56.626Z | Downloaded stringprep v0.1.3 |
841 | 2024-02-29T20:18:56.626Z | Downloaded blake2 v0.10.6 |
842 | 2024-02-29T20:18:56.629Z | Downloaded dtrace-parser v0.1.14 |
843 | 2024-02-29T20:18:56.634Z | Downloaded num-complex v0.4.4 |
844 | 2024-02-29T20:18:56.634Z | Downloaded native-tls v0.2.11 |
845 | 2024-02-29T20:18:56.638Z | Downloaded pretty-hex v0.4.1 |
846 | 2024-02-29T20:18:56.641Z | Downloaded wait-timeout v0.2.0 |
847 | 2024-02-29T20:18:56.641Z | Downloaded debug-ignore v1.0.5 |
848 | 2024-02-29T20:18:56.645Z | Downloaded num-rational v0.4.1 |
849 | 2024-02-29T20:18:56.648Z | Downloaded crc32fast v1.3.2 |
850 | 2024-02-29T20:18:56.648Z | Downloaded float-cmp v0.9.0 |
851 | 2024-02-29T20:18:56.651Z | Downloaded smallvec v1.13.1 |
852 | 2024-02-29T20:18:56.655Z | Downloaded curve25519-dalek-derive v0.1.0 |
853 | 2024-02-29T20:18:56.655Z | Downloaded dof v0.3.0 |
854 | 2024-02-29T20:18:56.659Z | Downloaded embedded-io v0.4.0 |
855 | 2024-02-29T20:18:56.659Z | Downloaded glob v0.3.1 |
856 | 2024-02-29T20:18:56.664Z | Downloaded toml_datetime v0.6.5 |
857 | 2024-02-29T20:18:56.664Z | Downloaded crc-any v2.4.3 |
858 | 2024-02-29T20:18:56.670Z | Downloaded wyz v0.5.1 |
859 | 2024-02-29T20:18:56.670Z | Downloaded thiserror-impl-no-std v2.0.2 |
860 | 2024-02-29T20:18:56.670Z | Downloaded semver v0.1.20 |
861 | 2024-02-29T20:18:56.678Z | Downloaded allocator-api2 v0.2.16 |
862 | 2024-02-29T20:18:56.682Z | Downloaded serde_derive v1.0.196 |
863 | 2024-02-29T20:18:56.682Z | Downloaded pkg-config v0.3.27 |
864 | 2024-02-29T20:18:56.682Z | Downloaded downcast v0.11.0 |
865 | 2024-02-29T20:18:56.682Z | Downloaded crypto-bigint v0.5.2 |
866 | 2024-02-29T20:18:56.688Z | Downloaded universal-hash v0.5.1 |
867 | 2024-02-29T20:18:56.692Z | Downloaded opaque-debug v0.3.0 |
868 | 2024-02-29T20:18:56.692Z | Downloaded zeroize v1.7.0 |
869 | 2024-02-29T20:18:56.695Z | Downloaded rustls-pki-types v1.3.0 |
870 | 2024-02-29T20:18:56.695Z | Downloaded der_derive v0.7.2 |
871 | 2024-02-29T20:18:56.699Z | Downloaded serde_plain v1.0.2 |
872 | 2024-02-29T20:18:57.122Z | Downloaded serde_path_to_error v0.1.15 |
873 | 2024-02-29T20:18:57.122Z | Downloaded unarray v0.1.4 |
874 | 2024-02-29T20:18:57.122Z | Downloaded zone v0.3.0 |
875 | 2024-02-29T20:18:57.122Z | Downloaded serde-big-array v0.5.1 |
876 | 2024-02-29T20:18:57.122Z | Downloaded stable_deref_trait v1.2.0 |
877 | 2024-02-29T20:18:57.122Z | Downloaded semver-parser v0.10.2 |
878 | 2024-02-29T20:18:57.145Z | Downloaded semver v1.0.22 |
879 | 2024-02-29T20:18:57.145Z | Downloaded tokio-tungstenite v0.20.1 |
880 | 2024-02-29T20:18:57.145Z | Downloaded fastrand v2.0.1 |
881 | 2024-02-29T20:18:57.145Z | Downloaded foreign-types-shared v0.1.1 |
882 | 2024-02-29T20:18:57.145Z | Downloaded which v4.4.0 |
883 | 2024-02-29T20:18:57.145Z | Downloaded tokio-native-tls v0.3.1 |
884 | 2024-02-29T20:18:57.146Z | Downloaded backtrace v0.3.69 |
885 | 2024-02-29T20:18:57.146Z | Downloaded ed25519 v1.5.3 |
886 | 2024-02-29T20:18:57.146Z | Downloaded static_assertions v1.1.0 |
887 | 2024-02-29T20:18:57.146Z | Downloaded percent-encoding v2.3.1 |
888 | 2024-02-29T20:18:57.146Z | Downloaded num_threads v0.1.6 |
889 | 2024-02-29T20:18:57.146Z | Downloaded peeking_take_while v0.1.2 |
890 | 2024-02-29T20:18:57.146Z | Downloaded precomputed-hash v0.1.1 |
891 | 2024-02-29T20:18:57.146Z | Downloaded group v0.13.0 |
892 | 2024-02-29T20:18:57.146Z | Downloaded termcolor v1.2.0 |
893 | 2024-02-29T20:18:57.146Z | Downloaded resolv-conf v0.7.0 |
894 | 2024-02-29T20:18:57.146Z | Downloaded num-traits v0.2.16 |
895 | 2024-02-29T20:18:57.146Z | Downloaded defmt v0.3.5 |
896 | 2024-02-29T20:18:57.147Z | Downloaded sha2 v0.10.8 |
897 | 2024-02-29T20:18:57.147Z | Downloaded mockall_derive v0.12.0 |
898 | 2024-02-29T20:18:57.147Z | Downloaded pin-utils v0.1.0 |
899 | 2024-02-29T20:18:57.147Z | Downloaded data-encoding v2.4.0 |
900 | 2024-02-29T20:18:57.147Z | Downloaded tap v1.0.1 |
901 | 2024-02-29T20:18:57.147Z | Downloaded utf8parse v0.2.1 |
902 | 2024-02-29T20:18:57.147Z | Downloaded unicode-width v0.1.11 |
903 | 2024-02-29T20:18:57.148Z | Downloaded ena v0.14.2 |
904 | 2024-02-29T20:18:57.148Z | Downloaded structopt-derive v0.4.18 |
905 | 2024-02-29T20:18:57.148Z | Downloaded quote v1.0.35 |
906 | 2024-02-29T20:18:57.148Z | Downloaded thiserror v1.0.57 |
907 | 2024-02-29T20:18:57.148Z | Downloaded try-lock v0.2.4 |
908 | 2024-02-29T20:18:57.148Z | Downloaded tinyvec v1.6.0 |
909 | 2024-02-29T20:18:57.148Z | Downloaded errno v0.3.8 |
910 | 2024-02-29T20:18:57.148Z | Downloaded equivalent v1.0.1 |
911 | 2024-02-29T20:18:57.148Z | Downloaded usdt-attr-macro v0.5.0 |
912 | 2024-02-29T20:18:57.148Z | Downloaded rand_xorshift v0.3.0 |
913 | 2024-02-29T20:18:57.148Z | Downloaded postgres-types v0.2.6 |
914 | 2024-02-29T20:18:57.149Z | Downloaded serde v1.0.196 |
915 | 2024-02-29T20:18:57.149Z | Downloaded defmt-parser v0.3.3 |
916 | 2024-02-29T20:18:57.149Z | Downloaded crossbeam-channel v0.5.8 |
917 | 2024-02-29T20:18:57.149Z | Downloaded fallible-iterator v0.2.0 |
918 | 2024-02-29T20:18:57.149Z | Downloaded want v0.3.1 |
919 | 2024-02-29T20:18:57.149Z | Downloaded fatfs v0.3.6 |
920 | 2024-02-29T20:18:57.149Z | Downloaded number_prefix v0.4.0 |
921 | 2024-02-29T20:18:57.149Z | Downloaded futures-task v0.3.30 |
922 | 2024-02-29T20:18:57.149Z | Downloaded once_cell v1.19.0 |
923 | 2024-02-29T20:18:57.150Z | Downloaded strip-ansi-escapes v0.2.0 |
924 | 2024-02-29T20:18:57.150Z | Downloaded siphasher v0.3.11 |
925 | 2024-02-29T20:18:57.150Z | Downloaded pin-project v1.1.3 |
926 | 2024-02-29T20:18:57.150Z | Downloaded time-core v0.1.1 |
927 | 2024-02-29T20:18:57.150Z | Downloaded strum v0.25.0 |
928 | 2024-02-29T20:18:57.150Z | Downloaded sqlparser_derive v0.2.2 |
929 | 2024-02-29T20:18:57.150Z | Downloaded structmeta v0.3.0 |
930 | 2024-02-29T20:18:57.150Z | Downloaded structmeta v0.2.0 |
931 | 2024-02-29T20:18:57.150Z | Downloaded signature v2.1.0 |
932 | 2024-02-29T20:18:57.150Z | Downloaded unicode-linebreak v0.1.5 |
933 | 2024-02-29T20:18:57.151Z | Downloaded slog-stdlog v4.1.1 |
934 | 2024-02-29T20:18:57.151Z | Downloaded term v0.7.0 |
935 | 2024-02-29T20:18:57.151Z | Downloaded rand_chacha v0.3.1 |
936 | 2024-02-29T20:18:57.151Z | Downloaded ff v0.13.0 |
937 | 2024-02-29T20:18:57.151Z | Downloaded num-bigint v0.4.4 |
938 | 2024-02-29T20:18:57.151Z | Downloaded waitgroup v0.1.2 |
939 | 2024-02-29T20:18:57.152Z | Downloaded slog-async v2.8.0 |
940 | 2024-02-29T20:18:57.152Z | Downloaded walkdir v2.4.0 |
941 | 2024-02-29T20:18:57.152Z | Downloaded tokio-macros v2.2.0 |
942 | 2024-02-29T20:18:57.152Z | Downloaded display-error-chain v0.2.0 |
943 | 2024-02-29T20:18:57.152Z | Downloaded path-slash v0.1.5 |
944 | 2024-02-29T20:18:57.152Z | Downloaded zone_cfg_derive v0.3.0 |
945 | 2024-02-29T20:18:57.152Z | Downloaded foreign-types-macros v0.2.3 |
946 | 2024-02-29T20:18:57.152Z | Downloaded futures-io v0.3.30 |
947 | 2024-02-29T20:18:57.152Z | Downloaded socket2 v0.5.5 |
948 | 2024-02-29T20:18:57.152Z | Downloaded string_cache v0.8.7 |
949 | 2024-02-29T20:18:57.153Z | Downloaded getopts v0.2.21 |
950 | 2024-02-29T20:18:57.153Z | Downloaded futures-macro v0.3.30 |
951 | 2024-02-29T20:18:57.153Z | Downloaded usdt v0.5.0 |
952 | 2024-02-29T20:18:57.153Z | Downloaded vec_map v0.8.2 |
953 | 2024-02-29T20:18:57.153Z | Downloaded structmeta-derive v0.2.0 |
954 | 2024-02-29T20:18:57.153Z | Downloaded foreign-types-shared v0.3.1 |
955 | 2024-02-29T20:18:57.153Z | Downloaded gethostname v0.4.3 |
956 | 2024-02-29T20:18:57.153Z | Downloaded derive_builder_macro v0.12.0 |
957 | 2024-02-29T20:18:57.153Z | Downloaded signature v1.6.4 |
958 | 2024-02-29T20:18:57.153Z | Downloaded signal-hook-mio v0.2.3 |
959 | 2024-02-29T20:18:57.153Z | Downloaded crossterm v0.27.0 |
960 | 2024-02-29T20:18:57.153Z | Downloaded strum v0.26.1 |
961 | 2024-02-29T20:18:57.153Z | Downloaded strsim v0.10.0 |
962 | 2024-02-29T20:18:57.154Z | Downloaded rayon-core v1.12.0 |
963 | 2024-02-29T20:18:57.154Z | Downloaded usdt-impl v0.3.5 |
964 | 2024-02-29T20:18:57.154Z | Downloaded pretty-hex v0.2.1 |
965 | 2024-02-29T20:18:57.154Z | Downloaded smawk v0.3.1 |
966 | 2024-02-29T20:18:57.154Z | Downloaded slog-bunyan v2.5.0 |
967 | 2024-02-29T20:18:57.154Z | Downloaded serde_derive_internals v0.26.0 |
968 | 2024-02-29T20:18:57.154Z | Downloaded signal-hook v0.3.17 |
969 | 2024-02-29T20:18:57.154Z | Downloaded hash32 v0.2.1 |
970 | 2024-02-29T20:18:57.154Z | Downloaded digest v0.10.7 |
971 | 2024-02-29T20:18:57.155Z | Downloaded semver v0.11.0 |
972 | 2024-02-29T20:18:57.155Z | Downloaded version_check v0.9.4 |
973 | 2024-02-29T20:18:57.155Z | Downloaded rustc-demangle v0.1.23 |
974 | 2024-02-29T20:18:57.155Z | Downloaded zerocopy v0.6.4 |
975 | 2024-02-29T20:18:57.155Z | Downloaded toml v0.5.11 |
976 | 2024-02-29T20:18:57.155Z | Downloaded untrusted v0.9.0 |
977 | 2024-02-29T20:18:57.155Z | Downloaded tracing-core v0.1.31 |
978 | 2024-02-29T20:18:57.176Z | Downloaded whoami v1.4.1 |
979 | 2024-02-29T20:18:57.176Z | Downloaded x509-cert v0.2.4 |
980 | 2024-02-29T20:18:57.176Z | Downloaded diesel_derives v2.1.2 |
981 | 2024-02-29T20:18:57.176Z | Downloaded http v1.0.0 |
982 | 2024-02-29T20:18:57.176Z | Downloaded smf v0.2.2 |
983 | 2024-02-29T20:18:57.176Z | Downloaded zeroize_derive v1.4.2 |
984 | 2024-02-29T20:18:57.176Z | Downloaded slog-dtrace v0.3.0 |
985 | 2024-02-29T20:18:57.176Z | Downloaded rustversion v1.0.14 |
986 | 2024-02-29T20:18:57.176Z | Downloaded phf_shared v0.11.2 |
987 | 2024-02-29T20:18:57.176Z | Downloaded slog-scope v4.4.0 |
988 | 2024-02-29T20:18:57.176Z | Downloaded futures-sink v0.3.30 |
989 | 2024-02-29T20:18:57.176Z | Downloaded slog v2.7.0 |
990 | 2024-02-29T20:18:57.176Z | Downloaded password-hash v0.5.0 |
991 | 2024-02-29T20:18:57.176Z | Downloaded similar v2.3.0 |
992 | 2024-02-29T20:18:57.177Z | Downloaded vsss-rs v3.3.4 |
993 | 2024-02-29T20:18:57.177Z | Downloaded tough v0.16.0 |
994 | 2024-02-29T20:18:57.177Z | Downloaded tar v0.4.40 |
995 | 2024-02-29T20:18:57.177Z | Downloaded url v2.5.0 |
996 | 2024-02-29T20:18:57.177Z | Downloaded hashbrown v0.12.3 |
997 | 2024-02-29T20:18:57.177Z | Downloaded slog-term v2.9.0 |
998 | 2024-02-29T20:18:57.177Z | Downloaded vte v0.11.1 |
999 | 2024-02-29T20:18:57.177Z | Downloaded libxml v0.3.3 |
1000 | 2024-02-29T20:18:57.177Z | Downloaded uuid v1.7.0 |
1001 | 2024-02-29T20:18:57.177Z | Downloaded openssl-probe v0.1.5 |
1002 | 2024-02-29T20:18:57.177Z | Downloaded openssl-macros v0.1.1 |
1003 | 2024-02-29T20:18:57.177Z | Downloaded trust-dns-server v0.22.1 |
1004 | 2024-02-29T20:18:57.178Z | Downloaded elliptic-curve v0.13.8 |
1005 | 2024-02-29T20:18:57.178Z | Downloaded der v0.7.8 |
1006 | 2024-02-29T20:18:57.178Z | Downloaded getrandom v0.2.10 |
1007 | 2024-02-29T20:18:57.178Z | Downloaded half v2.3.1 |
1008 | 2024-02-29T20:18:57.178Z | Downloaded serde_urlencoded v0.7.1 |
1009 | 2024-02-29T20:18:57.178Z | Downloaded blake3 v1.5.0 |
1010 | 2024-02-29T20:18:57.178Z | Downloaded fxhash v0.2.1 |
1011 | 2024-02-29T20:18:57.178Z | Downloaded clap v2.34.0 |
1012 | 2024-02-29T20:18:57.178Z | Downloaded trust-dns-client v0.22.0 |
1013 | 2024-02-29T20:18:57.178Z | Downloaded endian-type v0.1.2 |
1014 | 2024-02-29T20:18:57.179Z | Downloaded headers-core v0.2.0 |
1015 | 2024-02-29T20:18:57.179Z | Downloaded fs-err v2.11.0 |
1016 | 2024-02-29T20:18:57.179Z | Downloaded olpc-cjson v0.1.3 |
1017 | 2024-02-29T20:18:57.179Z | Downloaded phf_shared v0.10.0 |
1018 | 2024-02-29T20:18:57.179Z | Downloaded funty v2.0.0 |
1019 | 2024-02-29T20:18:57.179Z | Downloaded fragile v2.0.0 |
1020 | 2024-02-29T20:18:57.179Z | Downloaded termtree v0.4.1 |
1021 | 2024-02-29T20:18:57.179Z | Downloaded darling_macro v0.20.3 |
1022 | 2024-02-29T20:18:57.179Z | Downloaded hashbrown v0.13.2 |
1023 | 2024-02-29T20:18:57.179Z | Downloaded flume v0.11.0 |
1024 | 2024-02-29T20:18:57.180Z | Downloaded rustc-hash v1.1.0 |
1025 | 2024-02-29T20:18:57.180Z | Downloaded scroll_derive v0.12.0 |
1026 | 2024-02-29T20:18:57.180Z | Downloaded parse-display v0.9.0 |
1027 | 2024-02-29T20:18:57.180Z | Downloaded quick-error v1.2.3 |
1028 | 2024-02-29T20:18:57.180Z | Downloaded proc-macro-error-attr v1.0.4 |
1029 | 2024-02-29T20:18:57.180Z | Downloaded darling_macro v0.14.4 |
1030 | 2024-02-29T20:18:57.180Z | Downloaded pem v3.0.2 |
1031 | 2024-02-29T20:18:57.180Z | Downloaded winnow v0.6.1 |
1032 | 2024-02-29T20:18:57.180Z | Downloaded unicode-segmentation v1.10.1 |
1033 | 2024-02-29T20:18:57.180Z | Downloaded proc-macro-crate v1.3.1 |
1034 | 2024-02-29T20:18:57.181Z | Downloaded pest_generator v2.7.6 |
1035 | 2024-02-29T20:18:57.181Z | Downloaded scroll v0.12.0 |
1036 | 2024-02-29T20:18:57.181Z | Downloaded dirs-sys-next v0.1.2 |
1037 | 2024-02-29T20:18:57.181Z | Downloaded serde_tokenstream v0.2.0 |
1038 | 2024-02-29T20:18:57.181Z | Downloaded either v1.10.0 |
1039 | 2024-02-29T20:18:57.181Z | Downloaded shell-words v1.1.0 |
1040 | 2024-02-29T20:18:57.181Z | Downloaded supports-color v3.0.0 |
1041 | 2024-02-29T20:18:57.181Z | Downloaded scopeguard v1.2.0 |
1042 | 2024-02-29T20:18:57.181Z | Downloaded phf v0.11.2 |
1043 | 2024-02-29T20:18:57.181Z | Downloaded trust-dns-resolver v0.22.0 |
1044 | 2024-02-29T20:18:57.182Z | Downloaded textwrap v0.11.0 |
1045 | 2024-02-29T20:18:57.182Z | Downloaded darling v0.20.3 |
1046 | 2024-02-29T20:18:57.182Z | Downloaded derive_builder v0.12.0 |
1047 | 2024-02-29T20:18:57.182Z | Downloaded hex v0.4.3 |
1048 | 2024-02-29T20:18:57.182Z | Downloaded owo-colors v4.0.0 |
1049 | 2024-02-29T20:18:57.182Z | Downloaded portable-atomic v1.4.3 |
1050 | 2024-02-29T20:18:57.182Z | Downloaded unicase v2.7.0 |
1051 | 2024-02-29T20:18:57.182Z | Downloaded tempfile v3.10.0 |
1052 | 2024-02-29T20:18:57.183Z | Downloaded sct v0.7.0 |
1053 | 2024-02-29T20:18:57.183Z | Downloaded pest_derive v2.7.6 |
1054 | 2024-02-29T20:18:57.183Z | Downloaded spin v0.9.8 |
1055 | 2024-02-29T20:18:57.183Z | Downloaded reqwest v0.11.22 |
1056 | 2024-02-29T20:18:57.183Z | Downloaded subprocess v0.2.9 |
1057 | 2024-02-29T20:18:57.183Z | Downloaded test-strategy v0.3.1 |
1058 | 2024-02-29T20:18:57.183Z | Downloaded rustyline v13.0.0 |
1059 | 2024-02-29T20:18:57.183Z | Downloaded hashbrown v0.14.3 |
1060 | 2024-02-29T20:18:57.198Z | Downloaded zerocopy v0.7.32 |
1061 | 2024-02-29T20:18:57.198Z | Downloaded time v0.3.27 |
1062 | 2024-02-29T20:18:57.219Z | Downloaded regex-automata v0.1.10 |
1063 | 2024-02-29T20:18:57.219Z | Downloaded unicode-normalization v0.1.22 |
1064 | 2024-02-29T20:18:57.219Z | Downloaded darling_core v0.20.3 |
1065 | 2024-02-29T20:18:57.238Z | Downloaded h2 v0.3.24 |
1066 | 2024-02-29T20:18:57.238Z | Downloaded lalrpop v0.19.12 |
1067 | 2024-02-29T20:18:57.239Z | Downloaded heapless v0.7.16 |
1068 | 2024-02-29T20:18:57.263Z | Downloaded rsa v0.9.2 |
1069 | 2024-02-29T20:18:57.263Z | Downloaded winnow v0.5.15 |
1070 | 2024-02-29T20:18:57.263Z | Downloaded rustls-webpki v0.101.7 |
1071 | 2024-02-29T20:18:57.283Z | Downloaded rustls-webpki v0.102.1 |
1072 | 2024-02-29T20:18:57.299Z | Downloaded syn v2.0.48 |
1073 | 2024-02-29T20:18:57.299Z | Downloaded nix v0.27.1 |
1074 | 2024-02-29T20:18:57.314Z | Downloaded pest v2.7.6 |
1075 | 2024-02-29T20:18:57.314Z | Downloaded smoltcp v0.9.1 |
1076 | 2024-02-29T20:18:57.325Z | Downloaded webpki-roots v0.25.2 |
1077 | 2024-02-29T20:18:57.325Z | Downloaded idna v0.5.0 |
1078 | 2024-02-29T20:18:57.326Z | Downloaded regress v0.8.0 |
1079 | 2024-02-29T20:18:57.343Z | Downloaded regex v1.10.3 |
1080 | 2024-02-29T20:18:57.360Z | Downloaded rayon v1.8.0 |
1081 | 2024-02-29T20:18:57.360Z | Downloaded object v0.30.4 |
1082 | 2024-02-29T20:18:57.381Z | Downloaded gimli v0.28.0 |
1083 | 2024-02-29T20:18:57.381Z | Downloaded syn v1.0.109 |
1084 | 2024-02-29T20:18:57.401Z | Downloaded regex-syntax v0.6.29 |
1085 | 2024-02-29T20:18:57.401Z | Downloaded proptest v1.4.0 |
1086 | 2024-02-29T20:18:57.412Z | Downloaded diesel v2.1.4 |
1087 | 2024-02-29T20:18:57.423Z | Downloaded object v0.32.1 |
1088 | 2024-02-29T20:18:57.436Z | Downloaded curve25519-dalek v4.1.1 |
1089 | 2024-02-29T20:18:57.450Z | Downloaded trust-dns-proto v0.22.0 |
1090 | 2024-02-29T20:18:57.459Z | Downloaded ratatui v0.26.1 |
1091 | 2024-02-29T20:18:57.470Z | Downloaded rustls v0.21.9 |
1092 | 2024-02-29T20:18:57.485Z | Downloaded polar-core v0.27.0 |
1093 | 2024-02-29T20:18:57.493Z | Downloaded zerocopy-derive v0.6.4 |
1094 | 2024-02-29T20:18:57.493Z | Downloaded openapiv3 v2.0.0 |
1095 | 2024-02-29T20:18:57.504Z | Downloaded sled v0.34.7 |
1096 | 2024-02-29T20:18:57.523Z | Downloaded zerocopy-derive v0.2.0 |
1097 | 2024-02-29T20:18:57.535Z | Downloaded openssl v0.10.60 |
1098 | 2024-02-29T20:18:57.548Z | Downloaded rustls v0.22.2 |
1099 | 2024-02-29T20:18:57.564Z | Downloaded csv v1.3.0 |
1100 | 2024-02-29T20:18:57.575Z | Downloaded regex-automata v0.3.8 |
1101 | 2024-02-29T20:18:57.586Z | Downloaded regex-automata v0.4.4 |
1102 | 2024-02-29T20:18:57.599Z | Downloaded tokio v1.36.0 |
1103 | 2024-02-29T20:18:57.629Z | Downloaded libc v0.2.153 |
1104 | 2024-02-29T20:18:57.656Z | Downloaded encoding_rs v0.8.33 |
1105 | 2024-02-29T20:18:57.677Z | Downloaded sha3 v0.10.8 |
1106 | 2024-02-29T20:18:57.681Z | Downloaded regex-syntax v0.8.2 |
1107 | 2024-02-29T20:18:57.689Z | Downloaded smoltcp v0.11.0 |
1108 | 2024-02-29T20:18:57.702Z | Downloaded rustix v0.38.31 |
1109 | 2024-02-29T20:18:57.726Z | Downloaded radix_trie v0.2.1 |
1110 | 2024-02-29T20:18:57.731Z | Downloaded petgraph v0.6.4 |
1111 | 2024-02-29T20:18:57.761Z | Downloaded quick-xml v0.30.0 |
1112 | 2024-02-29T20:18:57.774Z | Downloaded futures-util v0.3.30 |
1113 | 2024-02-29T20:18:57.774Z | Downloaded serde_with v3.6.1 |
1114 | 2024-02-29T20:18:57.804Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1115 | 2024-02-29T20:18:57.817Z | Downloaded vcpkg v0.2.15 |
1116 | 2024-02-29T20:18:57.830Z | Downloaded bstr v0.2.17 |
1117 | 2024-02-29T20:18:57.853Z | Downloaded sqlparser v0.43.1 |
1118 | 2024-02-29T20:18:57.853Z | Downloaded bstr v1.6.0 |
1119 | 2024-02-29T20:18:57.862Z | Downloaded goblin v0.8.0 |
1120 | 2024-02-29T20:18:57.862Z | Downloaded bindgen v0.69.2 |
1121 | 2024-02-29T20:18:57.869Z | Downloaded reedline v0.29.0 |
1122 | 2024-02-29T20:18:57.880Z | Downloaded ring v0.17.8 |
1123 | 2024-02-29T20:18:57.950Z | Downloaded pest_meta v2.7.6 |
1124 | 2024-02-29T20:18:57.959Z | Downloaded tabled v0.15.0 |
1125 | 2024-02-29T20:18:57.974Z | Downloaded serde_json v1.0.114 |
1126 | 2024-02-29T20:18:57.983Z | Downloaded chrono v0.4.31 |
1127 | 2024-02-29T20:18:57.983Z | Downloaded openssl-sys v0.9.96 |
1128 | 2024-02-29T20:18:57.996Z | Downloaded futures v0.3.30 |
1129 | 2024-02-29T20:18:57.996Z | Downloaded bitvec v1.0.1 |
1130 | 2024-02-29T20:18:58.013Z | Downloaded ring v0.16.20 |
1131 | 2024-02-29T20:18:58.094Z | Downloaded proc-macro2 v1.0.78 |
1132 | 2024-02-29T20:18:58.107Z | Downloaded idna v0.2.3 |
1133 | 2024-02-29T20:18:58.107Z | Downloaded textwrap v0.16.1 |
1134 | 2024-02-29T20:18:58.107Z | Downloaded unicode-bidi v0.3.13 |
1135 | 2024-02-29T20:18:58.107Z | Downloaded parking_lot v0.12.1 |
1136 | 2024-02-29T20:18:58.108Z | Downloaded oso v0.27.0 |
1137 | 2024-02-29T20:18:58.114Z | Downloaded darling v0.14.4 |
1138 | 2024-02-29T20:18:58.115Z | Downloaded parking_lot v0.11.2 |
1139 | 2024-02-29T20:18:58.115Z | Downloaded derive-where v1.2.7 |
1140 | 2024-02-29T20:18:58.115Z | Downloaded filetime v0.2.23 |
1141 | 2024-02-29T20:18:58.115Z | Downloaded platforms v3.0.2 |
1142 | 2024-02-29T20:18:58.119Z | Downloaded parking_lot_core v0.9.8 |
1143 | 2024-02-29T20:18:58.119Z | Downloaded heck v0.4.1 |
1144 | 2024-02-29T20:18:58.119Z | Downloaded futures-channel v0.3.30 |
1145 | 2024-02-29T20:18:58.123Z | Downloaded unicode-ident v1.0.12 |
1146 | 2024-02-29T20:18:58.123Z | Downloaded spin v0.5.2 |
1147 | 2024-02-29T20:18:58.123Z | Downloaded poly1305 v0.8.0 |
1148 | 2024-02-29T20:18:58.130Z | Downloaded omicron-zone-package v0.11.0 |
1149 | 2024-02-29T20:18:58.130Z | Downloaded proc-macro-error v1.0.4 |
1150 | 2024-02-29T20:18:58.156Z | Downloaded dof v0.1.5 |
1151 | 2024-02-29T20:18:58.156Z | Downloaded schemars_derive v0.8.16 |
1152 | 2024-02-29T20:18:58.156Z | Downloaded termios v0.3.3 |
1153 | 2024-02-29T20:18:58.156Z | Downloaded terminal_size v0.3.0 |
1154 | 2024-02-29T20:18:58.165Z | Downloaded rustfmt-wrapper v0.2.0 |
1155 | 2024-02-29T20:18:58.165Z | Downloaded parse-display-derive v0.9.0 |
1156 | 2024-02-29T20:18:58.165Z | Downloaded radium v0.7.0 |
1157 | 2024-02-29T20:18:58.165Z | Downloaded usdt-macro v0.3.5 |
1158 | 2024-02-29T20:18:58.165Z | Downloaded enum-as-inner v0.5.1 |
1159 | 2024-02-29T20:18:58.166Z | Downloaded dirs-next v2.0.0 |
1160 | 2024-02-29T20:18:58.166Z | Downloaded subtle v2.5.0 |
1161 | 2024-02-29T20:18:58.166Z | Downloaded strum_macros v0.24.3 |
1162 | 2024-02-29T20:18:58.166Z | Downloaded heck v0.3.3 |
1163 | 2024-02-29T20:18:58.166Z | Downloaded futures-core v0.3.30 |
1164 | 2024-02-29T20:18:58.166Z | Downloaded fd-lock v4.0.2 |
1165 | 2024-02-29T20:18:58.166Z | Downloaded rustc_version v0.4.0 |
1166 | 2024-02-29T20:18:58.166Z | Downloaded rand v0.8.5 |
1167 | 2024-02-29T20:18:58.166Z | Downloaded deranged v0.3.8 |
1168 | 2024-02-29T20:18:58.166Z | Downloaded serde_tokenstream v0.1.7 |
1169 | 2024-02-29T20:18:58.166Z | Downloaded rtoolbox v0.0.1 |
1170 | 2024-02-29T20:18:58.166Z | Downloaded parking_lot_core v0.8.6 |
1171 | 2024-02-29T20:18:58.166Z | Downloaded oso-derive v0.27.0 |
1172 | 2024-02-29T20:18:58.167Z | Downloaded rpassword v7.3.1 |
1173 | 2024-02-29T20:18:58.167Z | Downloaded hkdf v0.12.4 |
1174 | 2024-02-29T20:18:58.173Z | Downloaded unsafe-libyaml v0.2.10 |
1175 | 2024-02-29T20:18:58.173Z | Downloaded tokio-util v0.7.10 |
1176 | 2024-02-29T20:18:58.174Z | Downloaded clap_builder v4.5.0 |
1177 | 2024-02-29T20:18:58.184Z | Downloaded ucd-trie v0.1.6 |
1178 | 2024-02-29T20:18:58.185Z | Downloaded toml_edit v0.22.6 |
1179 | 2024-02-29T20:18:58.203Z | Downloaded schemars v0.8.16 |
1180 | 2024-02-29T20:18:58.222Z | Downloaded heapless v0.8.0 |
1181 | 2024-02-29T20:18:58.249Z | Downloaded typed-path v0.7.0 |
1182 | 2024-02-29T20:18:58.249Z | Downloaded nom v7.1.3 |
1183 | 2024-02-29T20:18:58.250Z | Downloaded toml v0.8.10 |
1184 | 2024-02-29T20:18:58.250Z | Downloaded unicode_categories v0.1.1 |
1185 | 2024-02-29T20:18:58.250Z | Downloaded env_logger v0.10.0 |
1186 | 2024-02-29T20:18:58.250Z | Downloaded globset v0.4.13 |
1187 | 2024-02-29T20:18:58.250Z | Downloaded strsim v0.11.0 |
1188 | 2024-02-29T20:18:58.250Z | Downloaded spki v0.7.2 |
1189 | 2024-02-29T20:18:58.270Z | Downloaded num-bigint-dig v0.8.4 |
1190 | 2024-02-29T20:18:58.270Z | Downloaded aho-corasick v1.0.4 |
1191 | 2024-02-29T20:18:58.270Z | Downloaded papergrid v0.11.0 |
1192 | 2024-02-29T20:18:58.270Z | Downloaded rcgen v0.12.1 |
1193 | 2024-02-29T20:18:58.270Z | Downloaded steno v0.4.0 |
1194 | 2024-02-29T20:18:58.270Z | Downloaded toml_edit v0.19.15 |
1195 | 2024-02-29T20:18:58.282Z | Downloaded tungstenite v0.20.1 |
1196 | 2024-02-29T20:18:58.282Z | Downloaded headers v0.3.9 |
1197 | 2024-02-29T20:18:58.282Z | Downloaded tokio-stream v0.1.14 |
1198 | 2024-02-29T20:18:58.282Z | Downloaded tokio-rustls v0.25.0 |
1199 | 2024-02-29T20:18:58.283Z | Downloaded time-macros v0.2.13 |
1200 | 2024-02-29T20:18:58.295Z | Downloaded tokio-postgres v0.7.10 |
1201 | 2024-02-29T20:18:58.295Z | Downloaded ron v0.8.1 |
1202 | 2024-02-29T20:18:58.303Z | Downloaded snafu v0.7.5 |
1203 | 2024-02-29T20:18:58.303Z | Downloaded libm v0.2.7 |
1204 | 2024-02-29T20:18:58.328Z | Downloaded usdt-impl v0.5.0 |
1205 | 2024-02-29T20:18:58.328Z | Downloaded ref-cast v1.0.20 |
1206 | 2024-02-29T20:18:58.328Z | Downloaded diff v0.1.13 |
1207 | 2024-02-29T20:18:58.329Z | Downloaded structopt v0.3.26 |
1208 | 2024-02-29T20:18:58.350Z | Downloaded generic-array v0.14.7 |
1209 | 2024-02-29T20:18:58.350Z | Downloaded flate2 v1.0.28 |
1210 | 2024-02-29T20:18:58.351Z | Downloaded darling_core v0.14.4 |
1211 | 2024-02-29T20:18:58.351Z | Downloaded zip v0.6.6 |
1212 | 2024-02-29T20:18:58.351Z | Downloaded ryu v1.0.15 |
1213 | 2024-02-29T20:18:58.351Z | Downloaded postcard v1.0.8 |
1214 | 2024-02-29T20:18:58.351Z | Downloaded strum_macros v0.26.1 |
1215 | 2024-02-29T20:18:58.352Z | Downloaded futures-executor v0.3.30 |
1216 | 2024-02-29T20:18:58.358Z | Downloaded minimal-lexical v0.2.1 |
1217 | 2024-02-29T20:18:58.358Z | Downloaded itertools v0.12.1 |
1218 | 2024-02-29T20:18:58.359Z | Downloaded hyper v0.14.27 |
1219 | 2024-02-29T20:18:58.359Z | Downloaded pin-project-internal v1.1.3 |
1220 | 2024-02-29T20:18:58.359Z | Downloaded tracing v0.1.37 |
1221 | 2024-02-29T20:18:58.373Z | Downloaded derive_builder_core v0.12.0 |
1222 | 2024-02-29T20:18:58.373Z | Downloaded usdt v0.3.5 |
1223 | 2024-02-29T20:18:58.373Z | Downloaded derive_more v0.99.17 |
1224 | 2024-02-29T20:18:58.382Z | Downloaded prettyplease v0.2.16 |
1225 | 2024-02-29T20:18:58.382Z | Downloaded salty v0.2.0 |
1226 | 2024-02-29T20:18:58.382Z | Downloaded postgres-protocol v0.6.6 |
1227 | 2024-02-29T20:18:58.382Z | Downloaded tracing-attributes v0.1.26 |
1228 | 2024-02-29T20:18:58.383Z | Downloaded usdt-attr-macro v0.3.5 |
1229 | 2024-02-29T20:18:58.383Z | Downloaded untrusted v0.7.1 |
1230 | 2024-02-29T20:18:58.383Z | Downloaded rand_core v0.6.4 |
1231 | 2024-02-29T20:18:58.396Z | Downloaded zerocopy-derive v0.7.32 |
1232 | 2024-02-29T20:18:58.396Z | Downloaded structmeta-derive v0.3.0 |
1233 | 2024-02-29T20:18:58.396Z | Downloaded tui-tree-widget v0.17.0 |
1234 | 2024-02-29T20:18:58.396Z | Downloaded hash32 v0.3.1 |
1235 | 2024-02-29T20:18:58.397Z | Downloaded serde_yaml v0.9.25 |
1236 | 2024-02-29T20:18:58.409Z | Downloaded itertools v0.10.5 |
1237 | 2024-02-29T20:18:58.409Z | Downloaded cc v1.0.83 |
1238 | 2024-02-29T20:18:58.410Z | Downloaded foreign-types v0.3.2 |
1239 | 2024-02-29T20:18:58.410Z | Downloaded stability v0.1.1 |
1240 | 2024-02-29T20:18:58.410Z | Downloaded fixedbitset v0.4.2 |
1241 | 2024-02-29T20:18:58.410Z | Downloaded packed_struct_codegen v0.10.1 |
1242 | 2024-02-29T20:18:58.410Z | Downloaded packed_struct v0.10.1 |
1243 | 2024-02-29T20:18:58.410Z | Downloaded difflib v0.4.0 |
1244 | 2024-02-29T20:18:58.419Z | Downloaded pkcs1 v0.7.5 |
1245 | 2024-02-29T20:18:58.419Z | Downloaded pin-project-lite v0.2.13 |
1246 | 2024-02-29T20:18:58.419Z | Downloaded predicates v3.1.0 |
1247 | 2024-02-29T20:18:58.419Z | Downloaded paste v1.0.14 |
1248 | 2024-02-29T20:18:58.419Z | Downloaded strum_macros v0.25.2 |
1249 | 2024-02-29T20:18:58.419Z | Downloaded yasna v0.5.2 |
1250 | 2024-02-29T20:18:58.431Z | Downloaded defmt-macros v0.3.6 |
1251 | 2024-02-29T20:18:58.431Z | Downloaded memchr v2.6.3 |
1252 | 2024-02-29T20:18:58.431Z | Downloaded base64 v0.21.7 |
1253 | 2024-02-29T20:18:58.444Z | Downloaded typenum v1.16.0 |
1254 | 2024-02-29T20:18:58.444Z | Downloaded tokio-rustls v0.24.1 |
1255 | 2024-02-29T20:18:58.444Z | Downloaded parse-size v1.0.0 |
1256 | 2024-02-29T20:18:58.444Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1257 | 2024-02-29T20:18:58.444Z | Downloaded plain v0.2.3 |
1258 | 2024-02-29T20:18:58.444Z | Downloaded arc-swap v1.6.0 |
1259 | 2024-02-29T20:18:58.444Z | Downloaded toml v0.7.8 |
1260 | 2024-02-29T20:18:58.455Z | Downloaded pkcs8 v0.10.2 |
1261 | 2024-02-29T20:18:58.455Z | Downloaded pem-rfc7468 v0.7.0 |
1262 | 2024-02-29T20:18:58.455Z | Downloaded ref-cast-impl v1.0.20 |
1263 | 2024-02-29T20:18:58.455Z | Downloaded fd-lock v3.0.13 |
1264 | 2024-02-29T20:18:58.455Z | Downloaded socket2 v0.4.9 |
1265 | 2024-02-29T20:18:58.456Z | Downloaded compact_str v0.7.1 |
1266 | 2024-02-29T20:18:58.456Z | Downloaded form_urlencoded v1.2.1 |
1267 | 2024-02-29T20:18:58.456Z | Downloaded dyn-clone v1.0.16 |
1268 | 2024-02-29T20:18:58.456Z | Downloaded ppv-lite86 v0.2.17 |
1269 | 2024-02-29T20:18:58.456Z | Downloaded fnv v1.0.7 |
1270 | 2024-02-29T20:18:58.467Z | Downloaded miniz_oxide v0.7.1 |
1271 | 2024-02-29T20:18:58.467Z | Downloaded cookie v0.18.0 |
1272 | 2024-02-29T20:18:58.467Z | Downloaded smallvec v0.6.14 |
1273 | 2024-02-29T20:18:58.467Z | Downloaded sha1 v0.10.6 |
1274 | 2024-02-29T20:18:58.468Z | Downloaded zerocopy v0.3.0 |
1275 | 2024-02-29T20:18:58.468Z | Downloaded predicates-tree v1.0.9 |
1276 | 2024-02-29T20:18:58.468Z | Downloaded predicates-core v1.0.6 |
1277 | 2024-02-29T20:18:58.468Z | Downloaded tiny-keccak v2.0.2 |
1278 | 2024-02-29T20:18:58.482Z | Downloaded sqlformat v0.2.3 |
1279 | 2024-02-29T20:18:58.482Z | Downloaded snafu-derive v0.7.5 |
1280 | 2024-02-29T20:18:58.483Z | Downloaded flagset v0.4.3 |
1281 | 2024-02-29T20:18:58.483Z | Downloaded xattr v1.0.1 |
1282 | 2024-02-29T20:18:58.484Z | Downloaded signal-hook-registry v1.4.1 |
1283 | 2024-02-29T20:18:58.484Z | Downloaded serde_with_macros v3.6.1 |
1284 | 2024-02-29T20:18:58.484Z | Downloaded utf-8 v0.7.6 |
1285 | 2024-02-29T20:18:58.484Z | Downloaded dtrace-parser v0.2.0 |
1286 | 2024-02-29T20:18:58.484Z | Downloaded mime_guess v2.0.4 |
1287 | 2024-02-29T20:18:58.491Z | Downloaded indexmap v1.9.3 |
1288 | 2024-02-29T20:18:58.491Z | Downloaded thiserror-impl v1.0.57 |
1289 | 2024-02-29T20:18:58.492Z | Downloaded crossbeam-epoch v0.9.15 |
1290 | 2024-02-29T20:18:58.492Z | Downloaded hmac v0.12.1 |
1291 | 2024-02-29T20:18:58.492Z | Downloaded lock_api v0.4.10 |
1292 | 2024-02-29T20:18:58.492Z | Downloaded unicode-xid v0.2.4 |
1293 | 2024-02-29T20:18:58.492Z | Downloaded libloading v0.7.4 |
1294 | 2024-02-29T20:18:58.493Z | Downloaded bzip2 v0.4.4 |
1295 | 2024-02-29T20:18:58.493Z | Downloaded strsim v0.8.0 |
1296 | 2024-02-29T20:18:58.493Z | Downloaded nu-ansi-term v0.50.0 |
1297 | 2024-02-29T20:18:58.503Z | Downloaded cancel-safe-futures v0.1.5 |
1298 | 2024-02-29T20:18:58.503Z | Downloaded anyhow v1.0.75 |
1299 | 2024-02-29T20:18:58.503Z | Downloaded topological-sort v0.2.2 |
1300 | 2024-02-29T20:18:58.504Z | Downloaded slab v0.4.9 |
1301 | 2024-02-29T20:18:58.511Z | Downloaded thread_local v1.1.7 |
1302 | 2024-02-29T20:18:58.511Z | Downloaded thread-id v4.2.0 |
1303 | 2024-02-29T20:18:58.511Z | Downloaded thiserror-no-std v2.0.2 |
1304 | 2024-02-29T20:18:58.512Z | Downloaded tabled_derive v0.7.0 |
1305 | 2024-02-29T20:18:58.512Z | Downloaded scheduled-thread-pool v0.2.7 |
1306 | 2024-02-29T20:18:58.512Z | Downloaded rustls-pemfile v2.1.0 |
1307 | 2024-02-29T20:18:58.512Z | Downloaded multer v3.0.0 |
1308 | 2024-02-29T20:18:58.523Z | Downloaded num-derive v0.4.0 |
1309 | 2024-02-29T20:18:58.524Z | Downloaded num_cpus v1.16.0 |
1310 | 2024-02-29T20:18:58.524Z | Downloaded synstructure v0.12.6 |
1311 | 2024-02-29T20:18:58.524Z | Downloaded slog-json v2.6.1 |
1312 | 2024-02-29T20:18:58.525Z | Downloaded slog-envlogger v2.2.0 |
1313 | 2024-02-29T20:18:58.525Z | Downloaded rustls-pemfile v1.0.3 |
1314 | 2024-02-29T20:18:58.541Z | Downloaded num-iter v0.1.43 |
1315 | 2024-02-29T20:18:58.541Z | Downloaded signal-hook-tokio v0.3.1 |
1316 | 2024-02-29T20:18:58.541Z | Downloaded num-integer v0.1.46 |
1317 | 2024-02-29T20:18:58.541Z | Downloaded tinyvec_macros v0.1.1 |
1318 | 2024-02-29T20:18:58.541Z | Downloaded serde-hex v0.1.0 |
1319 | 2024-02-29T20:18:58.541Z | Downloaded lru-cache v0.1.2 |
1320 | 2024-02-29T20:18:58.542Z | Downloaded multimap v0.10.0 |
1321 | 2024-02-29T20:18:58.542Z | Downloaded num v0.4.1 |
1322 | 2024-02-29T20:18:58.542Z | Downloaded nanorand v0.7.0 |
1323 | 2024-02-29T20:18:58.542Z | Downloaded crossbeam-utils v0.8.16 |
1324 | 2024-02-29T20:18:58.542Z | Downloaded hyper-rustls v0.24.2 |
1325 | 2024-02-29T20:18:58.543Z | Downloaded serde_repr v0.1.16 |
1326 | 2024-02-29T20:18:58.974Z | Downloaded ahash v0.8.7 |
1327 | 2024-02-29T20:18:58.974Z | Downloaded toolchain_find v0.2.0 |
1328 | 2024-02-29T20:18:58.974Z | Downloaded hyper-tls v0.5.0 |
1329 | 2024-02-29T20:18:58.974Z | Downloaded csv-core v0.1.11 |
1330 | 2024-02-29T20:18:58.974Z | Downloaded bitflags v2.4.0 |
1331 | 2024-02-29T20:18:58.974Z | Downloaded base64ct v1.6.0 |
1332 | 2024-02-29T20:18:58.974Z | Downloaded arrayvec v0.7.4 |
1333 | 2024-02-29T20:18:58.975Z | Downloaded same-file v1.0.6 |
1334 | 2024-02-29T20:18:58.975Z | Downloaded impl-trait-for-tuples v0.2.2 |
1335 | 2024-02-29T20:18:58.975Z | Downloaded newtype-uuid v1.0.1 |
1336 | 2024-02-29T20:18:59.003Z | Downloaded inout v0.1.3 |
1337 | 2024-02-29T20:18:59.003Z | Downloaded tower-service v0.3.2 |
1338 | 2024-02-29T20:18:59.003Z | Downloaded managed v0.8.0 |
1339 | 2024-02-29T20:18:59.003Z | Downloaded argon2 v0.5.3 |
1340 | 2024-02-29T20:18:59.003Z | Downloaded linear-map v1.2.0 |
1341 | 2024-02-29T20:18:59.004Z | Downloaded buf-list v1.0.3 |
1342 | 2024-02-29T20:18:59.004Z | Downloaded memmap v0.7.0 |
1343 | 2024-02-29T20:18:59.004Z | Downloaded indicatif v0.17.8 |
1344 | 2024-02-29T20:18:59.004Z | Downloaded indexmap v2.2.3 |
1345 | 2024-02-29T20:18:59.004Z | Downloaded corncobs v0.1.3 |
1346 | 2024-02-29T20:18:59.004Z | Downloaded anstream v0.6.11 |
1347 | 2024-02-29T20:18:59.004Z | Downloaded ansi_term v0.12.1 |
1348 | 2024-02-29T20:18:59.004Z | Downloaded bitflags v1.3.2 |
1349 | 2024-02-29T20:18:59.004Z | Downloaded cstr-argument v0.1.2 |
1350 | 2024-02-29T20:18:59.005Z | Downloaded crucible-workspace-hack v0.1.0 |
1351 | 2024-02-29T20:18:59.005Z | Downloaded crunchy v0.2.2 |
1352 | 2024-02-29T20:18:59.005Z | Downloaded hyper-staticfile v0.9.5 |
1353 | 2024-02-29T20:18:59.005Z | Downloaded httpdate v1.0.3 |
1354 | 2024-02-29T20:18:59.005Z | Downloaded block-buffer v0.10.4 |
1355 | 2024-02-29T20:18:59.005Z | Downloaded base16ct v0.2.0 |
1356 | 2024-02-29T20:18:59.006Z | Downloaded bb8 v0.8.3 |
1357 | 2024-02-29T20:18:59.006Z | Downloaded atomic-waker v1.1.1 |
1358 | 2024-02-29T20:18:59.006Z | Downloaded ascii-canvas v3.0.0 |
1359 | 2024-02-29T20:18:59.006Z | Downloaded assert_matches v1.5.0 |
1360 | 2024-02-29T20:18:59.006Z | Downloaded array-init v0.0.4 |
1361 | 2024-02-29T20:18:59.006Z | Downloaded libsw v3.3.1 |
1362 | 2024-02-29T20:18:59.006Z | Downloaded anstyle v1.0.2 |
1363 | 2024-02-29T20:18:59.006Z | Downloaded bit-vec v0.6.3 |
1364 | 2024-02-29T20:18:59.006Z | Downloaded autocfg v1.1.0 |
1365 | 2024-02-29T20:18:59.007Z | Downloaded cassowary v0.3.0 |
1366 | 2024-02-29T20:18:59.007Z | Downloaded bytecount v0.6.3 |
1367 | 2024-02-29T20:18:59.007Z | Downloaded http-body v0.4.5 |
1368 | 2024-02-29T20:18:59.007Z | Downloaded byteorder v1.5.0 |
1369 | 2024-02-29T20:18:59.007Z | Downloaded block-padding v0.3.3 |
1370 | 2024-02-29T20:18:59.007Z | Downloaded maybe-uninit v2.0.0 |
1371 | 2024-02-29T20:18:59.007Z | Downloaded bitfield v0.14.0 |
1372 | 2024-02-29T20:18:59.007Z | Downloaded bit-set v0.5.3 |
1373 | 2024-02-29T20:18:59.007Z | Downloaded anstyle-query v1.0.0 |
1374 | 2024-02-29T20:18:59.007Z | Downloaded arrayref v0.3.7 |
1375 | 2024-02-29T20:18:59.008Z | Downloaded kstat-rs v0.2.3 |
1376 | 2024-02-29T20:18:59.008Z | Downloaded hubpack_derive v0.1.1 |
1377 | 2024-02-29T20:18:59.008Z | Downloaded linked-hash-map v0.5.6 |
1378 | 2024-02-29T20:18:59.008Z | Downloaded clap v4.5.0 |
1379 | 2024-02-29T20:18:59.008Z | Downloaded home v0.5.5 |
1380 | 2024-02-29T20:18:59.008Z | Downloaded lazycell v1.3.0 |
1381 | 2024-02-29T20:18:59.008Z | Downloaded atomicwrites v0.4.3 |
1382 | 2024-02-29T20:18:59.008Z | Downloaded sec1 v0.7.3 |
1383 | 2024-02-29T20:18:59.008Z | Downloaded rusty-fork v0.3.0 |
1384 | 2024-02-29T20:18:59.008Z | Downloaded libefi-sys v0.1.0 |
1385 | 2024-02-29T20:18:59.008Z | Downloaded lazy_static v1.4.0 |
1386 | 2024-02-29T20:18:59.009Z | Downloaded itoa v1.0.9 |
1387 | 2024-02-29T20:18:59.009Z | Downloaded cpufeatures v0.2.12 |
1388 | 2024-02-29T20:18:59.009Z | Downloaded camino v1.1.6 |
1389 | 2024-02-29T20:18:59.009Z | Downloaded ciborium v0.2.2 |
1390 | 2024-02-29T20:18:59.009Z | Downloaded is-terminal v0.4.9 |
1391 | 2024-02-29T20:18:59.009Z | Downloaded convert_case v0.4.0 |
1392 | 2024-02-29T20:18:59.009Z | Downloaded constant_time_eq v0.3.0 |
1393 | 2024-02-29T20:18:59.009Z | Downloaded cobs v0.2.3 |
1394 | 2024-02-29T20:18:59.010Z | Downloaded clap_lex v0.7.0 |
1395 | 2024-02-29T20:18:59.010Z | Downloaded async-recursion v1.0.5 |
1396 | 2024-02-29T20:18:59.010Z | Downloaded bytes v1.5.0 |
1397 | 2024-02-29T20:18:59.010Z | Downloaded ciborium-ll v0.2.2 |
1398 | 2024-02-29T20:18:59.010Z | Downloaded cexpr v0.6.0 |
1399 | 2024-02-29T20:18:59.030Z | Compiling proc-macro2 v1.0.78 |
1400 | 2024-02-29T20:18:59.031Z | Compiling unicode-ident v1.0.12 |
1401 | 2024-02-29T20:18:59.056Z | Compiling libc v0.2.153 |
1402 | 2024-02-29T20:18:59.056Z | Compiling serde v1.0.196 |
1403 | 2024-02-29T20:18:59.056Z | Compiling autocfg v1.1.0 |
1404 | 2024-02-29T20:18:59.057Z | Compiling version_check v0.9.4 |
1405 | 2024-02-29T20:18:59.057Z | Compiling cfg-if v1.0.0 |
1406 | 2024-02-29T20:18:59.213Z | Compiling syn v1.0.109 |
1407 | 2024-02-29T20:18:59.229Z | Compiling once_cell v1.19.0 |
1408 | 2024-02-29T20:18:59.286Z | Compiling byteorder v1.5.0 |
1409 | 2024-02-29T20:18:59.610Z | Compiling memchr v2.6.3 |
1410 | 2024-02-29T20:18:59.707Z | Compiling ahash v0.8.7 |
1411 | 2024-02-29T20:18:59.731Z | Compiling parking_lot_core v0.9.8 |
1412 | 2024-02-29T20:18:59.768Z | Compiling lock_api v0.4.10 |
1413 | 2024-02-29T20:19:00.523Z | Compiling libm v0.2.7 |
1414 | 2024-02-29T20:19:00.547Z | Compiling serde_json v1.0.114 |
1415 | 2024-02-29T20:19:00.674Z | Compiling num-traits v0.2.16 |
1416 | 2024-02-29T20:19:00.751Z | Compiling thiserror v1.0.57 |
1417 | 2024-02-29T20:19:00.885Z | Compiling scopeguard v1.2.0 |
1418 | 2024-02-29T20:19:00.900Z | Compiling typenum v1.16.0 |
1419 | 2024-02-29T20:19:01.047Z | Compiling generic-array v0.14.7 |
1420 | 2024-02-29T20:19:01.256Z | Compiling itoa v1.0.9 |
1421 | 2024-02-29T20:19:01.701Z | Compiling quote v1.0.35 |
1422 | 2024-02-29T20:19:01.815Z | Compiling log v0.4.20 |
1423 | 2024-02-29T20:19:02.305Z | Compiling cc v1.0.83 |
1424 | 2024-02-29T20:19:02.321Z | Compiling getrandom v0.2.10 |
1425 | 2024-02-29T20:19:02.321Z | Compiling syn v2.0.48 |
1426 | 2024-02-29T20:19:02.437Z | Compiling pkg-config v0.3.27 |
1427 | 2024-02-29T20:19:02.768Z | Compiling allocator-api2 v0.2.16 |
1428 | 2024-02-29T20:19:02.943Z | Compiling slab v0.4.9 |
1429 | 2024-02-29T20:19:03.333Z | Compiling ryu v1.0.15 |
1430 | 2024-02-29T20:19:03.520Z | Compiling heck v0.4.1 |
1431 | 2024-02-29T20:19:03.573Z | Compiling smallvec v1.13.1 |
1432 | 2024-02-29T20:19:03.617Z | Compiling schemars v0.8.16 |
1433 | 2024-02-29T20:19:03.904Z | Compiling pin-project-lite v0.2.13 |
1434 | 2024-02-29T20:19:03.990Z | Compiling equivalent v1.0.1 |
1435 | 2024-02-29T20:19:04.472Z | Compiling ring v0.17.8 |
1436 | 2024-02-29T20:19:04.503Z | Compiling parking_lot v0.12.1 |
1437 | 2024-02-29T20:19:04.688Z | Compiling vcpkg v0.2.15 |
1438 | 2024-02-29T20:19:06.228Z | Compiling signal-hook-registry v1.4.1 |
1439 | 2024-02-29T20:19:06.361Z | Compiling openssl-sys v0.9.96 |
1440 | 2024-02-29T20:19:06.909Z | Compiling rand_core v0.6.4 |
1441 | 2024-02-29T20:19:06.939Z | Compiling mio v0.8.9 |
1442 | 2024-02-29T20:19:07.655Z | Compiling ring v0.16.20 |
1443 | 2024-02-29T20:19:08.330Z | Compiling num_cpus v1.16.0 |
1444 | 2024-02-29T20:19:08.475Z | Compiling socket2 v0.5.5 |
1445 | 2024-02-29T20:19:08.625Z | Compiling httparse v1.8.0 |
1446 | 2024-02-29T20:19:08.644Z | Compiling ucd-trie v0.1.6 |
1447 | 2024-02-29T20:19:09.059Z | Compiling rustix v0.38.31 |
1448 | 2024-02-29T20:19:09.166Z | Compiling futures-core v0.3.30 |
1449 | 2024-02-29T20:19:09.395Z | Compiling semver v1.0.22 |
1450 | 2024-02-29T20:19:09.418Z | Compiling serde_derive_internals v0.26.0 |
1451 | 2024-02-29T20:19:09.718Z | Compiling fnv v1.0.7 |
1452 | 2024-02-29T20:19:09.815Z | Compiling crossbeam-utils v0.8.16 |
1453 | 2024-02-29T20:19:09.854Z | Compiling openssl v0.10.60 |
1454 | 2024-02-29T20:19:09.875Z | Compiling spin v0.5.2 |
1455 | 2024-02-29T20:19:10.293Z | Compiling iana-time-zone v0.1.57 |
1456 | 2024-02-29T20:19:10.659Z | Compiling native-tls v0.2.11 |
1457 | 2024-02-29T20:19:10.691Z | Compiling rustls v0.21.9 |
1458 | 2024-02-29T20:19:10.984Z | Compiling unicode-xid v0.2.4 |
1459 | 2024-02-29T20:19:11.003Z | Compiling const-oid v0.9.5 |
1460 | 2024-02-29T20:19:11.004Z | Compiling subtle v2.5.0 |
1461 | 2024-02-29T20:19:11.147Z | Compiling synstructure v0.12.6 |
1462 | 2024-02-29T20:19:11.300Z | Compiling spin v0.9.8 |
1463 | 2024-02-29T20:19:11.686Z | Compiling memoffset v0.9.0 |
1464 | 2024-02-29T20:19:11.717Z | Compiling futures-sink v0.3.30 |
1465 | 2024-02-29T20:19:12.115Z | Compiling backtrace v0.3.69 |
1466 | 2024-02-29T20:19:12.299Z | Compiling rustversion v1.0.14 |
1467 | 2024-02-29T20:19:12.311Z | Compiling tinyvec_macros v0.1.1 |
1468 | 2024-02-29T20:19:12.383Z | Compiling dyn-clone v1.0.16 |
1469 | 2024-02-29T20:19:12.566Z | Compiling tinyvec v1.6.0 |
1470 | 2024-02-29T20:19:12.785Z | Compiling futures-channel v0.3.30 |
1471 | 2024-02-29T20:19:12.968Z | Compiling tracing-core v0.1.31 |
1472 | 2024-02-29T20:19:13.041Z | Compiling crossbeam-epoch v0.9.15 |
1473 | 2024-02-29T20:19:13.250Z | Compiling futures-io v0.3.30 |
1474 | 2024-02-29T20:19:13.471Z | Compiling slog v2.7.0 |
1475 | 2024-02-29T20:19:13.592Z | Compiling futures-task v0.3.30 |
1476 | 2024-02-29T20:19:13.893Z | Compiling pin-utils v0.1.0 |
1477 | 2024-02-29T20:19:14.007Z | Compiling winnow v0.5.15 |
1478 | 2024-02-29T20:19:14.077Z | Compiling unicode-normalization v0.1.22 |
1479 | 2024-02-29T20:19:15.074Z | Compiling serde_derive v1.0.196 |
1480 | 2024-02-29T20:19:15.095Z | Compiling zerocopy-derive v0.7.32 |
1481 | 2024-02-29T20:19:15.192Z | Compiling zeroize_derive v1.4.2 |
1482 | 2024-02-29T20:19:15.524Z | Compiling thiserror-impl v1.0.57 |
1483 | 2024-02-29T20:19:15.600Z | Compiling tokio-macros v2.2.0 |
1484 | 2024-02-29T20:19:15.657Z | Compiling futures-macro v0.3.30 |
1485 | 2024-02-29T20:19:16.562Z | Compiling tracing-attributes v0.1.26 |
1486 | 2024-02-29T20:19:17.014Z | Compiling schemars_derive v0.8.16 |
1487 | 2024-02-29T20:19:17.095Z | Compiling zerocopy v0.7.32 |
1488 | 2024-02-29T20:19:17.524Z | Compiling zeroize v1.7.0 |
1489 | 2024-02-29T20:19:18.644Z | Compiling pest v2.7.6 |
1490 | 2024-02-29T20:19:19.229Z | Compiling hashbrown v0.14.3 |
1491 | 2024-02-29T20:19:19.927Z | Compiling openssl-macros v0.1.1 |
1492 | 2024-02-29T20:19:20.185Z | Compiling zerocopy-derive v0.2.0 |
1493 | 2024-02-29T20:19:20.644Z | Compiling crypto-common v0.1.6 |
1494 | 2024-02-29T20:19:20.654Z | Compiling der_derive v0.7.2 |
1495 | 2024-02-29T20:19:20.831Z | Compiling tracing v0.1.37 |
1496 | 2024-02-29T20:19:21.067Z | Compiling pest_meta v2.7.6 |
1497 | 2024-02-29T20:19:21.377Z | Compiling block-buffer v0.10.4 |
1498 | 2024-02-29T20:19:21.410Z | Compiling futures-util v0.3.30 |
1499 | 2024-02-29T20:19:21.928Z | Compiling usdt-impl v0.3.5 |
1500 | 2024-02-29T20:19:22.265Z | Compiling pest_generator v2.7.6 |
1501 | 2024-02-29T20:19:23.417Z | Compiling crc32fast v1.3.2 |
1502 | 2024-02-29T20:19:23.879Z | Compiling time-core v0.1.1 |
1503 | 2024-02-29T20:19:24.068Z | Compiling anyhow v1.0.75 |
1504 | 2024-02-29T20:19:24.189Z | Compiling unicode-bidi v0.3.13 |
1505 | 2024-02-29T20:19:25.030Z | Compiling pest_derive v2.7.6 |
1506 | 2024-02-29T20:19:25.506Z | Compiling time-macros v0.2.13 |
1507 | 2024-02-29T20:19:26.219Z | Compiling digest v0.10.7 |
1508 | 2024-02-29T20:19:26.390Z | Compiling scroll_derive v0.12.0 |
1509 | 2024-02-29T20:19:26.931Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1510 | 2024-02-29T20:19:27.375Z | Compiling aho-corasick v1.0.4 |
1511 | 2024-02-29T20:19:27.683Z | Compiling ppv-lite86 v0.2.17 |
1512 | 2024-02-29T20:19:27.795Z | Compiling regex-syntax v0.8.2 |
1513 | 2024-02-29T20:19:28.457Z | Compiling bytes v1.5.0 |
1514 | 2024-02-29T20:19:28.527Z | Compiling indexmap v2.2.3 |
1515 | 2024-02-29T20:19:28.554Z | Compiling uuid v1.7.0 |
1516 | 2024-02-29T20:19:28.768Z | Compiling chrono v0.4.31 |
1517 | 2024-02-29T20:19:29.933Z | Compiling bitflags v2.4.0 |
1518 | 2024-02-29T20:19:30.481Z | Compiling tokio v1.36.0 |
1519 | 2024-02-29T20:19:32.327Z | Compiling serde_spanned v0.6.5 |
1520 | 2024-02-29T20:19:32.696Z | Compiling toml_datetime v0.6.5 |
1521 | 2024-02-29T20:19:33.111Z | Compiling toml_edit v0.19.15 |
1522 | 2024-02-29T20:19:33.774Z | Compiling rustc_version v0.4.0 |
1523 | 2024-02-29T20:19:34.118Z | Compiling http v0.2.11 |
1524 | 2024-02-29T20:19:34.453Z | Compiling heapless v0.7.16 |
1525 | 2024-02-29T20:19:36.455Z | Compiling signal-hook v0.3.17 |
1526 | 2024-02-29T20:19:36.576Z | Compiling async-trait v0.1.77 |
1527 | 2024-02-29T20:19:36.778Z | Compiling untrusted v0.9.0 |
1528 | 2024-02-29T20:19:37.080Z | Compiling regex-automata v0.4.4 |
1529 | 2024-02-29T20:19:37.113Z | Compiling rand_chacha v0.3.1 |
1530 | 2024-02-29T20:19:39.337Z | Compiling zerocopy v0.3.0 |
1531 | 2024-02-29T20:19:40.178Z | Compiling thread-id v4.2.0 |
1532 | 2024-02-29T20:19:42.526Z | Compiling regex v1.10.3 |
1533 | 2024-02-29T20:19:43.591Z | Compiling dof v0.1.5 |
1534 | 2024-02-29T20:19:43.947Z | Compiling tokio-util v0.7.10 |
1535 | 2024-02-29T20:19:44.454Z | Compiling rand v0.8.5 |
1536 | 2024-02-29T20:19:45.561Z | Compiling dtrace-parser v0.1.14 |
1537 | 2024-02-29T20:19:45.776Z | Compiling strum_macros v0.25.2 |
1538 | 2024-02-29T20:19:46.214Z | Compiling errno v0.3.8 |
1539 | 2024-02-29T20:19:46.490Z | Compiling num-bigint v0.4.4 |
1540 | 2024-02-29T20:19:46.974Z | Compiling untrusted v0.7.1 |
1541 | 2024-02-29T20:19:47.044Z | Compiling foreign-types-shared v0.1.1 |
1542 | 2024-02-29T20:19:47.151Z | Compiling base64ct v1.6.0 |
1543 | 2024-02-29T20:19:47.177Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1544 | 2024-02-29T20:19:47.197Z | Compiling smoltcp v0.9.1 |
1545 | 2024-02-29T20:19:47.574Z | Compiling percent-encoding v2.3.1 |
1546 | 2024-02-29T20:19:47.772Z | Compiling pem-rfc7468 v0.7.0 |
1547 | 2024-02-29T20:19:47.835Z | Compiling foreign-types v0.3.2 |
1548 | 2024-02-29T20:19:50.237Z | Compiling serde_tokenstream v0.1.7 |
1549 | 2024-02-29T20:19:50.759Z | Compiling hmac v0.12.1 |
1550 | 2024-02-29T20:19:50.998Z | Compiling lazy_static v1.4.0 |
1551 | 2024-02-29T20:19:51.196Z | Compiling socket2 v0.4.9 |
1552 | 2024-02-29T20:19:51.543Z | Compiling flagset v0.4.3 |
1553 | 2024-02-29T20:19:51.768Z | Compiling base64 v0.21.7 |
1554 | 2024-02-29T20:19:52.101Z | Compiling try-lock v0.2.4 |
1555 | 2024-02-29T20:19:52.146Z | Compiling adler v1.0.2 |
1556 | 2024-02-29T20:19:52.226Z | Compiling unicode-width v0.1.11 |
1557 | 2024-02-29T20:19:52.307Z | Compiling unicode-segmentation v1.10.1 |
1558 | 2024-02-29T20:19:52.443Z | Compiling bitflags v1.3.2 |
1559 | 2024-02-29T20:19:52.578Z | Compiling siphasher v0.3.11 |
1560 | 2024-02-29T20:19:52.763Z | Compiling miniz_oxide v0.7.1 |
1561 | 2024-02-29T20:19:52.943Z | Compiling want v0.3.1 |
1562 | 2024-02-29T20:19:53.035Z | Compiling der v0.7.8 |
1563 | 2024-02-29T20:19:53.192Z | Compiling sct v0.7.0 |
1564 | 2024-02-29T20:19:53.479Z | Compiling rustls-webpki v0.101.7 |
1565 | 2024-02-29T20:19:53.759Z | Compiling form_urlencoded v1.2.1 |
1566 | 2024-02-29T20:19:54.087Z | Compiling h2 v0.3.24 |
1567 | 2024-02-29T20:19:54.216Z | Compiling http-body v0.4.5 |
1568 | 2024-02-29T20:19:54.286Z | Compiling hubpack_derive v0.1.1 |
1569 | 2024-02-29T20:19:54.643Z | Compiling zerocopy-derive v0.6.4 |
1570 | 2024-02-29T20:19:56.320Z | Compiling num-iter v0.1.43 |
1571 | 2024-02-29T20:19:56.421Z | Compiling usdt-impl v0.5.0 |
1572 | 2024-02-29T20:19:56.645Z | Compiling openssl-probe v0.1.5 |
1573 | 2024-02-29T20:19:57.155Z | Compiling cpufeatures v0.2.12 |
1574 | 2024-02-29T20:19:57.155Z | Compiling utf8parse v0.2.1 |
1575 | 2024-02-29T20:19:57.155Z | Compiling anstyle v1.0.2 |
1576 | 2024-02-29T20:19:57.156Z | Compiling stable_deref_trait v1.2.0 |
1577 | 2024-02-29T20:19:57.156Z | Compiling tower-service v0.3.2 |
1578 | 2024-02-29T20:19:57.156Z | Compiling httpdate v1.0.3 |
1579 | 2024-02-29T20:19:57.332Z | Compiling anstyle-parse v0.2.1 |
1580 | 2024-02-29T20:19:57.448Z | Compiling sha2 v0.10.8 |
1581 | 2024-02-29T20:19:57.816Z | Compiling spki v0.7.2 |
1582 | 2024-02-29T20:20:00.436Z | Compiling usdt-macro v0.3.5 |
1583 | 2024-02-29T20:20:00.663Z | Compiling usdt-attr-macro v0.3.5 |
1584 | 2024-02-29T20:20:01.292Z | Compiling hyper v0.14.27 |
1585 | 2024-02-29T20:20:01.538Z | Compiling openapiv3 v2.0.0 |
1586 | 2024-02-29T20:20:02.063Z | Compiling scroll v0.12.0 |
1587 | 2024-02-29T20:20:02.904Z | Compiling md-5 v0.10.5 |
1588 | 2024-02-29T20:20:03.156Z | Compiling idna v0.5.0 |
1589 | 2024-02-29T20:20:03.361Z | Compiling stringprep v0.1.3 |
1590 | 2024-02-29T20:20:04.438Z | Compiling diesel_table_macro_syntax v0.1.0 |
1591 | 2024-02-29T20:20:04.485Z | Compiling num-integer v0.1.46 |
1592 | 2024-02-29T20:20:04.670Z | Compiling hash32 v0.2.1 |
1593 | 2024-02-29T20:20:04.821Z | Compiling gimli v0.28.0 |
1594 | 2024-02-29T20:20:05.371Z | Compiling plain v0.2.3 |
1595 | 2024-02-29T20:20:06.215Z | Compiling colorchoice v1.0.0 |
1596 | 2024-02-29T20:20:06.385Z | Compiling anstyle-query v1.0.0 |
1597 | 2024-02-29T20:20:06.464Z | Compiling fallible-iterator v0.2.0 |
1598 | 2024-02-29T20:20:06.533Z | Compiling anstream v0.6.11 |
1599 | 2024-02-29T20:20:07.202Z | Compiling postgres-protocol v0.6.6 |
1600 | 2024-02-29T20:20:08.435Z | Compiling goblin v0.8.0 |
1601 | 2024-02-29T20:20:08.499Z | Compiling diesel_derives v2.1.2 |
1602 | 2024-02-29T20:20:09.436Z | Compiling url v2.5.0 |
1603 | 2024-02-29T20:20:10.251Z | Compiling addr2line v0.21.0 |
1604 | 2024-02-29T20:20:11.711Z | Compiling tokio-rustls v0.24.1 |
1605 | 2024-02-29T20:20:12.120Z | Compiling terminal_size v0.3.0 |
1606 | 2024-02-29T20:20:12.267Z | Compiling tokio-native-tls v0.3.1 |
1607 | 2024-02-29T20:20:12.546Z | Compiling pkcs8 v0.10.2 |
1608 | 2024-02-29T20:20:12.664Z | Compiling phf_shared v0.11.2 |
1609 | 2024-02-29T20:20:13.560Z | Compiling serde_tokenstream v0.2.0 |
1610 | 2024-02-29T20:20:14.075Z | Compiling block-padding v0.3.3 |
1611 | 2024-02-29T20:20:14.335Z | Compiling enum-as-inner v0.5.1 |
1612 | 2024-02-29T20:20:14.449Z | Compiling serde_repr v0.1.16 |
1613 | 2024-02-29T20:20:15.358Z | Compiling clap_derive v4.5.0 |
1614 | 2024-02-29T20:20:16.029Z | Compiling ff v0.13.0 |
1615 | 2024-02-29T20:20:16.310Z | Compiling scheduled-thread-pool v0.2.7 |
1616 | 2024-02-29T20:20:16.827Z | Compiling object v0.32.1 |
1617 | 2024-02-29T20:20:18.044Z | Compiling clap_lex v0.7.0 |
1618 | 2024-02-29T20:20:18.526Z | Compiling bit-vec v0.6.3 |
1619 | 2024-02-29T20:20:19.516Z | Compiling ipnet v2.9.0 |
1620 | 2024-02-29T20:20:20.152Z | Compiling pretty-hex v0.4.1 |
1621 | 2024-02-29T20:20:20.434Z | Compiling rustc-demangle v0.1.23 |
1622 | 2024-02-29T20:20:21.289Z | Compiling deranged v0.3.8 |
1623 | 2024-02-29T20:20:22.729Z | Compiling strsim v0.11.0 |
1624 | 2024-02-29T20:20:23.014Z | Compiling matches v0.1.10 |
1625 | 2024-02-29T20:20:23.147Z | Compiling regex-automata v0.1.10 |
1626 | 2024-02-29T20:20:23.218Z | Compiling managed v0.8.0 |
1627 | 2024-02-29T20:20:23.448Z | Compiling base16ct v0.2.0 |
1628 | 2024-02-29T20:20:23.671Z | Compiling num_threads v0.1.6 |
1629 | 2024-02-29T20:20:23.779Z | Compiling sec1 v0.7.3 |
1630 | 2024-02-29T20:20:23.824Z | Compiling time v0.3.27 |
1631 | 2024-02-29T20:20:24.608Z | Compiling bstr v0.2.17 |
1632 | 2024-02-29T20:20:26.099Z | Compiling idna v0.2.3 |
1633 | 2024-02-29T20:20:26.190Z | Compiling clap_builder v4.5.0 |
1634 | 2024-02-29T20:20:27.445Z | Compiling dof v0.3.0 |
1635 | 2024-02-29T20:20:27.525Z | Compiling r2d2 v0.8.10 |
1636 | 2024-02-29T20:20:28.519Z | Compiling group v0.13.0 |
1637 | 2024-02-29T20:20:28.981Z | Compiling inout v0.1.3 |
1638 | 2024-02-29T20:20:29.757Z | Compiling phf v0.11.2 |
1639 | 2024-02-29T20:20:30.074Z | Compiling hyper-tls v0.5.0 |
1640 | 2024-02-29T20:20:30.103Z | Compiling signal-hook-mio v0.2.3 |
1641 | 2024-02-29T20:20:30.232Z | Compiling hyper-rustls v0.24.2 |
1642 | 2024-02-29T20:20:30.265Z | Compiling bzip2 v0.4.4 |
1643 | 2024-02-29T20:20:30.283Z | Compiling flate2 v1.0.28 |
1644 | 2024-02-29T20:20:30.429Z | Compiling postgres-types v0.2.6 |
1645 | 2024-02-29T20:20:30.738Z | Compiling zerocopy v0.6.4 |
1646 | 2024-02-29T20:20:30.805Z | Compiling hubpack v0.1.2 |
1647 | 2024-02-29T20:20:31.239Z | Compiling serde_urlencoded v0.7.1 |
1648 | 2024-02-29T20:20:31.257Z | Compiling phf_shared v0.10.0 |
1649 | 2024-02-29T20:20:31.631Z | Compiling rustls-pemfile v1.0.3 |
1650 | 2024-02-29T20:20:31.649Z | Compiling hkdf v0.12.4 |
1651 | 2024-02-29T20:20:31.881Z | Compiling ipnetwork v0.20.0 |
1652 | 2024-02-29T20:20:32.177Z | Compiling futures-executor v0.3.30 |
1653 | 2024-02-29T20:20:32.658Z | Compiling dtrace-parser v0.2.0 |
1654 | 2024-02-29T20:20:32.878Z | Compiling regress v0.8.0 |
1655 | 2024-02-29T20:20:32.942Z | Compiling crypto-bigint v0.5.2 |
1656 | 2024-02-29T20:20:33.725Z | Compiling float-cmp v0.9.0 |
1657 | 2024-02-29T20:20:34.236Z | Compiling encoding_rs v0.8.33 |
1658 | 2024-02-29T20:20:35.207Z | Compiling webpki-roots v0.25.2 |
1659 | 2024-02-29T20:20:35.865Z | Compiling fixedbitset v0.4.2 |
1660 | 2024-02-29T20:20:36.164Z | Compiling difflib v0.4.0 |
1661 | 2024-02-29T20:20:36.719Z | Compiling minimal-lexical v0.2.1 |
1662 | 2024-02-29T20:20:37.255Z | Compiling static_assertions v1.1.0 |
1663 | 2024-02-29T20:20:37.363Z | Compiling either v1.10.0 |
1664 | 2024-02-29T20:20:37.461Z | Compiling mime v0.3.17 |
1665 | 2024-02-29T20:20:37.830Z | Compiling precomputed-hash v0.1.1 |
1666 | 2024-02-29T20:20:37.958Z | Compiling predicates-core v1.0.6 |
1667 | 2024-02-29T20:20:38.011Z | Compiling data-encoding v2.4.0 |
1668 | 2024-02-29T20:20:38.108Z | Compiling new_debug_unreachable v1.0.4 |
1669 | 2024-02-29T20:20:38.417Z | Compiling regex-automata v0.3.8 |
1670 | 2024-02-29T20:20:38.444Z | Compiling winnow v0.6.1 |
1671 | 2024-02-29T20:20:38.651Z | Compiling normalize-line-endings v0.3.0 |
1672 | 2024-02-29T20:20:38.795Z | Compiling whoami v1.4.1 |
1673 | 2024-02-29T20:20:39.479Z | Compiling tokio-postgres v0.7.10 |
1674 | 2024-02-29T20:20:39.785Z | Compiling predicates v3.1.0 |
1675 | 2024-02-29T20:20:40.803Z | Compiling bstr v1.6.0 |
1676 | 2024-02-29T20:20:41.307Z | Compiling itertools v0.10.5 |
1677 | 2024-02-29T20:20:42.321Z | Compiling toml_edit v0.22.6 |
1678 | 2024-02-29T20:20:42.437Z | Compiling trust-dns-proto v0.22.0 |
1679 | 2024-02-29T20:20:46.806Z | Compiling string_cache v0.8.7 |
1680 | 2024-02-29T20:20:47.033Z | Compiling reqwest v0.11.22 |
1681 | 2024-02-29T20:20:47.253Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1682 | 2024-02-29T20:20:49.812Z | Compiling nom v7.1.3 |
1683 | 2024-02-29T20:20:50.659Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1684 | 2024-02-29T20:20:53.400Z | Compiling petgraph v0.6.4 |
1685 | 2024-02-29T20:20:55.560Z | Compiling elliptic-curve v0.13.8 |
1686 | 2024-02-29T20:20:59.032Z | Compiling futures v0.3.30 |
1687 | 2024-02-29T20:20:59.163Z | Compiling diesel v2.1.4 |
1688 | 2024-02-29T20:20:59.354Z | Compiling yasna v0.5.2 |
1689 | 2024-02-29T20:20:59.496Z | Compiling zip v0.6.6 |
1690 | 2024-02-29T20:21:00.015Z | Compiling crossterm v0.27.0 |
1691 | 2024-02-29T20:21:00.268Z | Compiling clap v4.5.0 |
1692 | 2024-02-29T20:21:00.402Z | Compiling cipher v0.4.4 |
1693 | 2024-02-29T20:21:00.878Z | Compiling similar v2.3.0 |
1694 | 2024-02-29T20:21:01.101Z | Compiling bit-set v0.5.3 |
1695 | 2024-02-29T20:21:01.114Z | Compiling usdt v0.3.5 |
1696 | 2024-02-29T20:21:01.412Z | Compiling console v0.15.8 |
1697 | 2024-02-29T20:21:02.827Z | Compiling strum v0.25.0 |
1698 | 2024-02-29T20:21:02.964Z | Compiling tokio-stream v0.1.14 |
1699 | 2024-02-29T20:21:03.017Z | Compiling toml v0.7.8 |
1700 | 2024-02-29T20:21:03.528Z | Compiling hex v0.4.3 |
1701 | 2024-02-29T20:21:03.966Z | Compiling proc-macro-error-attr v1.0.4 |
1702 | 2024-02-29T20:21:04.657Z | Compiling lalrpop-util v0.19.12 |
1703 | 2024-02-29T20:21:04.971Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1704 | 2024-02-29T20:21:07.255Z | Compiling proc-macro-crate v1.3.1 |
1705 | 2024-02-29T20:21:08.359Z | Compiling proc-macro-error v1.0.4 |
1706 | 2024-02-29T20:21:08.781Z | Compiling camino v1.1.6 |
1707 | 2024-02-29T20:21:09.273Z | Compiling heapless v0.8.0 |
1708 | 2024-02-29T20:21:10.144Z | Compiling num_enum_derive v0.5.11 |
1709 | 2024-02-29T20:21:20.518Z | Compiling atty v0.2.14 |
1710 | 2024-02-29T20:21:20.672Z | Compiling hash32 v0.3.1 |
1711 | 2024-02-29T20:21:21.541Z | Compiling strsim v0.10.0 |
1712 | 2024-02-29T20:21:23.424Z | Compiling ident_case v1.0.1 |
1713 | 2024-02-29T20:21:23.613Z | Compiling smoltcp v0.11.0 |
1714 | 2024-02-29T20:21:26.817Z | Compiling rustls-pki-types v1.3.0 |
1715 | 2024-02-29T20:21:27.023Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1716 | 2024-02-29T20:21:30.298Z | Compiling darling_core v0.20.3 |
1717 | 2024-02-29T20:21:42.499Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1718 | 2024-02-29T20:21:46.267Z | Compiling num_enum v0.5.11 |
1719 | 2024-02-29T20:21:52.787Z | Compiling dirs-sys-next v0.1.2 |
1720 | 2024-02-29T20:21:53.925Z | Compiling cobs v0.2.3 |
1721 | 2024-02-29T20:21:54.451Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1722 | 2024-02-29T20:21:55.373Z | Compiling embedded-io v0.4.0 |
1723 | 2024-02-29T20:21:56.652Z | Compiling rustls v0.22.2 |
1724 | 2024-02-29T20:21:59.411Z | Compiling postcard v1.0.8 |
1725 | 2024-02-29T20:22:01.498Z | Compiling dirs-next v2.0.0 |
1726 | 2024-02-29T20:22:04.288Z | Compiling darling_macro v0.20.3 |
1727 | 2024-02-29T20:22:06.879Z | Compiling rustls-webpki v0.102.1 |
1728 | 2024-02-29T20:22:08.307Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1729 | 2024-02-29T20:22:12.887Z | Compiling getopts v0.2.21 |
1730 | 2024-02-29T20:22:13.218Z | Compiling foreign-types-macros v0.2.3 |
1731 | 2024-02-29T20:22:13.785Z | Compiling structmeta-derive v0.3.0 |
1732 | 2024-02-29T20:22:14.630Z | Compiling thread_local v1.1.7 |
1733 | 2024-02-29T20:22:14.665Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1734 | 2024-02-29T20:22:14.801Z | Compiling multer v3.0.0 |
1735 | 2024-02-29T20:22:15.424Z | Compiling slog-async v2.8.0 |
1736 | 2024-02-29T20:22:15.640Z | Compiling unsafe-libyaml v0.2.10 |
1737 | 2024-02-29T20:22:15.985Z | Compiling foreign-types-shared v0.3.1 |
1738 | 2024-02-29T20:22:16.127Z | Compiling match_cfg v0.1.0 |
1739 | 2024-02-29T20:22:16.584Z | Compiling paste v1.0.14 |
1740 | 2024-02-29T20:22:16.965Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1741 | 2024-02-29T20:22:17.093Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1742 | 2024-02-29T20:22:17.292Z | Compiling rayon-core v1.12.0 |
1743 | 2024-02-29T20:22:18.318Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1744 | 2024-02-29T20:22:22.147Z | Compiling serde_yaml v0.9.25 |
1745 | 2024-02-29T20:22:24.017Z | Compiling structmeta v0.3.0 |
1746 | 2024-02-29T20:22:25.067Z | Compiling hostname v0.3.1 |
1747 | 2024-02-29T20:22:25.330Z | Compiling foreign-types v0.5.0 |
1748 | 2024-02-29T20:22:26.408Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1749 | 2024-02-29T20:22:33.394Z | Compiling darling v0.20.3 |
1750 | 2024-02-29T20:22:34.854Z | Compiling term v0.7.0 |
1751 | 2024-02-29T20:22:38.087Z | Compiling slog-json v2.6.1 |
1752 | 2024-02-29T20:22:38.747Z | Compiling crossbeam-deque v0.8.3 |
1753 | 2024-02-29T20:22:39.930Z | Compiling is-terminal v0.4.9 |
1754 | 2024-02-29T20:22:39.953Z | Compiling crossbeam-channel v0.5.8 |
1755 | 2024-02-29T20:22:41.280Z | Compiling http v1.0.0 |
1756 | 2024-02-29T20:22:41.311Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1757 | 2024-02-29T20:22:41.718Z | Compiling async-stream-impl v0.3.5 |
1758 | 2024-02-29T20:22:42.124Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1759 | 2024-02-29T20:22:42.985Z | Compiling cstr-argument v0.1.2 |
1760 | 2024-02-29T20:22:43.021Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1761 | 2024-02-29T20:22:43.220Z | Compiling crucible-workspace-hack v0.1.0 |
1762 | 2024-02-29T20:22:43.301Z | Compiling pretty-hex v0.2.1 |
1763 | 2024-02-29T20:22:43.530Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1764 | 2024-02-29T20:22:43.536Z | Compiling fastrand v2.0.1 |
1765 | 2024-02-29T20:22:43.786Z | Compiling atomic-waker v1.1.1 |
1766 | 2024-02-29T20:22:43.878Z | Compiling take_mut v0.2.2 |
1767 | 2024-02-29T20:22:44.012Z | Compiling tempfile v3.10.0 |
1768 | 2024-02-29T20:22:44.283Z | Compiling waitgroup v0.1.2 |
1769 | 2024-02-29T20:22:44.600Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1770 | 2024-02-29T20:22:45.069Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1771 | 2024-02-29T20:22:49.493Z | Compiling async-stream v0.3.5 |
1772 | 2024-02-29T20:22:49.661Z | Compiling colored v2.0.4 |
1773 | 2024-02-29T20:22:49.661Z | Compiling slog-bunyan v2.5.0 |
1774 | 2024-02-29T20:22:49.661Z | Compiling slog-term v2.9.0 |
1775 | 2024-02-29T20:22:49.661Z | Compiling tokio-rustls v0.25.0 |
1776 | 2024-02-29T20:22:49.678Z | Compiling serde_with_macros v3.6.1 |
1777 | 2024-02-29T20:22:49.678Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1778 | 2024-02-29T20:22:50.631Z | Compiling parse-display-derive v0.9.0 |
1779 | 2024-02-29T20:22:51.228Z | Compiling toml v0.8.10 |
1780 | 2024-02-29T20:22:51.906Z | Compiling rustls-pemfile v2.1.0 |
1781 | 2024-02-29T20:23:03.033Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1782 | 2024-02-29T20:23:03.116Z | Compiling sha1 v0.10.6 |
1783 | 2024-02-29T20:23:03.292Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1784 | 2024-02-29T20:23:03.293Z | Compiling textwrap v0.11.0 |
1785 | 2024-02-29T20:23:03.293Z | Compiling heck v0.3.3 |
1786 | 2024-02-29T20:23:03.293Z | Compiling newtype-uuid v1.0.1 |
1787 | 2024-02-29T20:23:03.293Z | Compiling serde_path_to_error v0.1.15 |
1788 | 2024-02-29T20:23:03.293Z | Compiling strum_macros v0.26.1 |
1789 | 2024-02-29T20:23:03.293Z | Compiling instant v0.1.12 |
1790 | 2024-02-29T20:23:03.293Z | Compiling libefi-sys v0.1.0 |
1791 | 2024-02-29T20:23:03.293Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1792 | 2024-02-29T20:23:03.293Z | Compiling debug-ignore v1.0.5 |
1793 | 2024-02-29T20:23:03.294Z | Compiling ansi_term v0.12.1 |
1794 | 2024-02-29T20:23:03.294Z | Compiling strsim v0.8.0 |
1795 | 2024-02-29T20:23:03.294Z | Compiling vec_map v0.8.2 |
1796 | 2024-02-29T20:23:03.294Z | Compiling clap v2.34.0 |
1797 | 2024-02-29T20:23:03.294Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1798 | 2024-02-29T20:23:03.294Z | Compiling strum v0.26.1 |
1799 | 2024-02-29T20:23:03.294Z | Compiling backoff v0.4.0 |
1800 | 2024-02-29T20:23:03.294Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1801 | 2024-02-29T20:23:03.294Z | Compiling structopt-derive v0.4.18 |
1802 | 2024-02-29T20:23:03.347Z | Compiling parse-display v0.9.0 |
1803 | 2024-02-29T20:23:03.629Z | Compiling serde_with v3.6.1 |
1804 | 2024-02-29T20:23:05.305Z | Compiling rayon v1.8.0 |
1805 | 2024-02-29T20:23:05.579Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1806 | 2024-02-29T20:23:05.799Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1807 | 2024-02-29T20:23:06.644Z | Compiling camino-tempfile v1.1.1 |
1808 | 2024-02-29T20:23:07.458Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1809 | 2024-02-29T20:23:07.641Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1810 | 2024-02-29T20:23:08.135Z | Compiling zone_cfg_derive v0.3.0 |
1811 | 2024-02-29T20:23:08.512Z | Compiling macaddr v1.0.1 |
1812 | 2024-02-29T20:23:09.301Z | Compiling num-derive v0.4.0 |
1813 | 2024-02-29T20:23:09.626Z | Compiling blake3 v1.5.0 |
1814 | 2024-02-29T20:23:10.245Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1815 | 2024-02-29T20:23:10.650Z | Compiling portable-atomic v1.4.3 |
1816 | 2024-02-29T20:23:11.510Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1817 | 2024-02-29T20:23:11.594Z | Compiling zone v0.3.0 |
1818 | 2024-02-29T20:23:11.621Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1819 | 2024-02-29T20:23:12.176Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1820 | 2024-02-29T20:23:13.250Z | Compiling structopt v0.3.26 |
1821 | 2024-02-29T20:23:14.467Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1822 | 2024-02-29T20:23:15.290Z | Compiling smf v0.2.2 |
1823 | 2024-02-29T20:23:15.591Z | Compiling memmap2 v0.7.1 |
1824 | 2024-02-29T20:23:15.662Z | Compiling xattr v1.0.1 |
1825 | 2024-02-29T20:23:15.688Z | Compiling filetime v0.2.23 |
1826 | 2024-02-29T20:23:15.950Z | Compiling same-file v1.0.6 |
1827 | 2024-02-29T20:23:16.055Z | Compiling arrayref v0.3.7 |
1828 | 2024-02-29T20:23:16.159Z | Compiling arrayvec v0.7.4 |
1829 | 2024-02-29T20:23:16.170Z | Compiling constant_time_eq v0.3.0 |
1830 | 2024-02-29T20:23:16.246Z | Compiling walkdir v2.4.0 |
1831 | 2024-02-29T20:23:16.336Z | Compiling tar v0.4.40 |
1832 | 2024-02-29T20:23:18.217Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1833 | 2024-02-29T20:23:19.360Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1834 | 2024-02-29T20:23:19.474Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1835 | 2024-02-29T20:23:21.839Z | Compiling gethostname v0.4.3 |
1836 | 2024-02-29T20:23:22.147Z | Compiling topological-sort v0.2.2 |
1837 | 2024-02-29T20:23:22.242Z | Compiling number_prefix v0.4.0 |
1838 | 2024-02-29T20:23:22.357Z | Compiling omicron-zone-package v0.11.0 |
1839 | 2024-02-29T20:23:22.401Z | Compiling swrite v0.1.0 |
1840 | 2024-02-29T20:23:22.499Z | Compiling indicatif v0.17.8 |
1841 | 2024-02-29T20:23:29.401Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1842 | 2024-02-29T20:23:31.910Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1843 | 2024-02-29T20:23:35.137Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1844 | 2024-02-29T20:23:52.093Z | Finished release [optimized] target(s) in 5m 17s |
1845 | 2024-02-29T20:23:52.303Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1846 | 2024-02-29T20:23:52.358Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1847 | 2024-02-29T20:23:52.365Z | Created new build target 'test' and set it as active |
1848 | 2024-02-29T20:23:52.365Z | |
1849 | 2024-02-29T20:23:52.365Z | real 5:17.817556458 |
1850 | 2024-02-29T20:23:52.365Z | user 33:42.943950754 |
1851 | 2024-02-29T20:23:52.365Z | sys 3:50.410716601 |
1852 | 2024-02-29T20:23:52.365Z | trap 0.975063706 |
1853 | 2024-02-29T20:23:52.365Z | tflt 5.675252003 |
1854 | 2024-02-29T20:23:52.365Z | dflt 2.881283112 |
1855 | 2024-02-29T20:23:52.365Z | kflt 0.109941570 |
1856 | 2024-02-29T20:23:52.365Z | lock 1:11:34.665354091 |
1857 | 2024-02-29T20:23:52.365Z | slp 1:35:51.807375255 |
1858 | 2024-02-29T20:23:52.365Z | lat 2:06.519166989 |
1859 | 2024-02-29T20:23:52.365Z | stop 3:18.002535873 |
1860 | 2024-02-29T20:23:52.365Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1861 | 2024-02-29T20:23:53.057Z | Finished release [optimized] target(s) in 0.64s |
1862 | 2024-02-29T20:23:53.073Z | Running `target/release/omicron-package -t test package` |
1863 | 2024-02-29T20:23:53.100Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1864 | 2024-02-29T20:23:53.847Z | Compiling linked-hash-map v0.5.6 |
1865 | 2024-02-29T20:23:53.850Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1866 | 2024-02-29T20:23:53.850Z | Compiling usdt-attr-macro v0.5.0 |
1867 | 2024-02-29T20:23:53.851Z | Compiling usdt-macro v0.5.0 |
1868 | 2024-02-29T20:23:53.851Z | Compiling memmap v0.7.0 |
1869 | 2024-02-29T20:23:53.912Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1870 | 2024-02-29T20:23:53.925Z | Compiling password-hash v0.5.0 |
1871 | 2024-02-29T20:23:53.936Z | Compiling blake2 v0.10.6 |
1872 | 2024-02-29T20:23:54.289Z | Compiling lru-cache v0.1.2 |
1873 | 2024-02-29T20:23:54.360Z | Compiling semver v0.1.20 |
1874 | 2024-02-29T20:23:54.817Z | Compiling argon2 v0.5.3 |
1875 | 2024-02-29T20:23:54.919Z | Compiling rustc_version v0.1.7 |
1876 | 2024-02-29T20:23:55.275Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1877 | 2024-02-29T20:23:55.309Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1878 | 2024-02-29T20:23:55.322Z | Compiling quick-error v1.2.3 |
1879 | 2024-02-29T20:23:55.455Z | Compiling resolv-conf v0.7.0 |
1880 | 2024-02-29T20:23:55.573Z | Compiling newtype_derive v0.1.6 |
1881 | 2024-02-29T20:23:55.857Z | Compiling rayon-core v1.12.0 |
1882 | 2024-02-29T20:23:55.879Z | Compiling crossbeam-deque v0.8.3 |
1883 | 2024-02-29T20:23:56.295Z | Compiling fastrand v2.0.1 |
1884 | 2024-02-29T20:23:56.296Z | Compiling same-file v1.0.6 |
1885 | 2024-02-29T20:23:56.374Z | Compiling walkdir v2.4.0 |
1886 | 2024-02-29T20:23:56.421Z | Compiling tempfile v3.10.0 |
1887 | 2024-02-29T20:23:57.143Z | Compiling trust-dns-resolver v0.22.0 |
1888 | 2024-02-29T20:23:57.189Z | Compiling itertools v0.12.1 |
1889 | 2024-02-29T20:23:57.273Z | Compiling camino v1.1.6 |
1890 | 2024-02-29T20:23:57.335Z | Compiling semver-parser v0.10.2 |
1891 | 2024-02-29T20:23:58.286Z | Compiling slog-dtrace v0.3.0 |
1892 | 2024-02-29T20:23:58.622Z | Compiling blake3 v1.5.0 |
1893 | 2024-02-29T20:23:58.941Z | Compiling semver v0.11.0 |
1894 | 2024-02-29T20:23:59.060Z | Compiling rayon v1.8.0 |
1895 | 2024-02-29T20:24:03.870Z | Compiling nibble_vec v0.1.0 |
1896 | 2024-02-29T20:24:03.955Z | Compiling xattr v1.0.1 |
1897 | 2024-02-29T20:24:03.955Z | Compiling memmap2 v0.7.1 |
1898 | 2024-02-29T20:24:03.955Z | Compiling filetime v0.2.23 |
1899 | 2024-02-29T20:24:03.955Z | Compiling endian-type v0.1.2 |
1900 | 2024-02-29T20:24:03.956Z | Compiling constant_time_eq v0.3.0 |
1901 | 2024-02-29T20:24:03.956Z | Compiling home v0.5.5 |
1902 | 2024-02-29T20:24:03.956Z | Compiling arrayvec v0.7.4 |
1903 | 2024-02-29T20:24:03.956Z | Compiling arrayref v0.3.7 |
1904 | 2024-02-29T20:24:03.957Z | Compiling toolchain_find v0.2.0 |
1905 | 2024-02-29T20:24:03.957Z | Compiling radix_trie v0.2.1 |
1906 | 2024-02-29T20:24:03.957Z | Compiling usdt v0.5.0 |
1907 | 2024-02-29T20:24:03.957Z | Compiling tar v0.4.40 |
1908 | 2024-02-29T20:24:03.957Z | Compiling steno v0.4.0 |
1909 | 2024-02-29T20:24:03.969Z | Compiling camino-tempfile v1.1.1 |
1910 | 2024-02-29T20:24:03.969Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1911 | 2024-02-29T20:24:03.969Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1912 | 2024-02-29T20:24:03.969Z | Compiling toml v0.5.11 |
1913 | 2024-02-29T20:24:04.240Z | Compiling derive-where v1.2.7 |
1914 | 2024-02-29T20:24:04.627Z | Compiling num-rational v0.4.1 |
1915 | 2024-02-29T20:24:04.928Z | Compiling radium v0.7.0 |
1916 | 2024-02-29T20:24:05.331Z | Compiling topological-sort v0.2.2 |
1917 | 2024-02-29T20:24:05.530Z | Compiling rustfmt-wrapper v0.2.0 |
1918 | 2024-02-29T20:24:06.131Z | Compiling omicron-zone-package v0.11.0 |
1919 | 2024-02-29T20:24:07.204Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1920 | 2024-02-29T20:24:07.330Z | Compiling toml v0.8.10 |
1921 | 2024-02-29T20:24:07.423Z | Compiling cancel-safe-futures v0.1.5 |
1922 | 2024-02-29T20:24:07.785Z | Compiling tap v1.0.1 |
1923 | 2024-02-29T20:24:07.972Z | Compiling maybe-uninit v2.0.0 |
1924 | 2024-02-29T20:24:08.494Z | Compiling wyz v0.5.1 |
1925 | 2024-02-29T20:24:09.533Z | Compiling num-complex v0.4.4 |
1926 | 2024-02-29T20:24:10.771Z | Compiling num-bigint-dig v0.8.4 |
1927 | 2024-02-29T20:24:10.873Z | Compiling packed_struct v0.10.1 |
1928 | 2024-02-29T20:24:10.958Z | Compiling crc-catalog v2.2.0 |
1929 | 2024-02-29T20:24:11.058Z | Compiling funty v2.0.0 |
1930 | 2024-02-29T20:24:11.079Z | Compiling crc v3.0.1 |
1931 | 2024-02-29T20:24:11.094Z | Compiling num v0.4.1 |
1932 | 2024-02-29T20:24:11.396Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1933 | 2024-02-29T20:24:11.396Z | Compiling fxhash v0.2.1 |
1934 | 2024-02-29T20:24:11.658Z | Compiling packed_struct_codegen v0.10.1 |
1935 | 2024-02-29T20:24:11.791Z | Compiling indexmap v1.9.3 |
1936 | 2024-02-29T20:24:11.885Z | Compiling utf-8 v0.7.6 |
1937 | 2024-02-29T20:24:12.127Z | Compiling nodrop v0.1.14 |
1938 | 2024-02-29T20:24:12.249Z | Compiling bitvec v1.0.1 |
1939 | 2024-02-29T20:24:12.288Z | Compiling array-init v0.0.4 |
1940 | 2024-02-29T20:24:12.481Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1941 | 2024-02-29T20:24:13.620Z | Compiling tungstenite v0.20.1 |
1942 | 2024-02-29T20:24:14.071Z | Compiling smallvec v0.6.14 |
1943 | 2024-02-29T20:24:14.538Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1944 | 2024-02-29T20:24:18.692Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1945 | 2024-02-29T20:24:19.601Z | Compiling pkcs1 v0.7.5 |
1946 | 2024-02-29T20:24:21.530Z | Compiling signature v2.1.0 |
1947 | 2024-02-29T20:24:21.775Z | Compiling unicase v2.7.0 |
1948 | 2024-02-29T20:24:22.514Z | Compiling half v2.3.1 |
1949 | 2024-02-29T20:24:22.892Z | Compiling hashbrown v0.12.3 |
1950 | 2024-02-29T20:24:23.315Z | Compiling bitfield v0.14.0 |
1951 | 2024-02-29T20:24:23.631Z | Compiling termcolor v1.2.0 |
1952 | 2024-02-29T20:24:24.254Z | Compiling ciborium-io v0.2.2 |
1953 | 2024-02-29T20:24:24.387Z | Compiling ciborium-ll v0.2.2 |
1954 | 2024-02-29T20:24:24.986Z | Compiling env_logger v0.10.0 |
1955 | 2024-02-29T20:24:26.037Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1956 | 2024-02-29T20:24:26.715Z | Compiling rsa v0.9.2 |
1957 | 2024-02-29T20:24:27.845Z | Compiling tokio-tungstenite v0.20.1 |
1958 | 2024-02-29T20:24:28.423Z | Compiling serde-hex v0.1.0 |
1959 | 2024-02-29T20:24:29.076Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1960 | 2024-02-29T20:24:29.429Z | Compiling x509-cert v0.2.4 |
1961 | 2024-02-29T20:24:32.149Z | Compiling ron v0.8.1 |
1962 | 2024-02-29T20:24:34.022Z | Compiling hashbrown v0.13.2 |
1963 | 2024-02-29T20:24:35.451Z | Compiling display-error-chain v0.2.0 |
1964 | 2024-02-29T20:24:35.630Z | Compiling crc-any v2.4.3 |
1965 | 2024-02-29T20:24:36.040Z | Compiling arc-swap v1.6.0 |
1966 | 2024-02-29T20:24:36.594Z | Compiling slog-scope v4.4.0 |
1967 | 2024-02-29T20:24:36.819Z | Compiling object v0.30.4 |
1968 | 2024-02-29T20:24:38.253Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1969 | 2024-02-29T20:24:38.621Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1970 | 2024-02-29T20:24:39.321Z | Compiling ciborium v0.2.2 |
1971 | 2024-02-29T20:24:41.079Z | Compiling libsw v3.3.1 |
1972 | 2024-02-29T20:24:41.410Z | Compiling path-slash v0.1.5 |
1973 | 2024-02-29T20:24:41.639Z | Compiling linear-map v1.2.0 |
1974 | 2024-02-29T20:24:41.649Z | Compiling parking_lot_core v0.8.6 |
1975 | 2024-02-29T20:24:42.063Z | Compiling owo-colors v4.0.0 |
1976 | 2024-02-29T20:24:42.096Z | Compiling slog-stdlog v4.1.1 |
1977 | 2024-02-29T20:24:43.014Z | Compiling dirs-sys-next v0.1.2 |
1978 | 2024-02-29T20:24:43.151Z | Compiling crunchy v0.2.2 |
1979 | 2024-02-29T20:24:43.530Z | Compiling convert_case v0.4.0 |
1980 | 2024-02-29T20:24:43.627Z | Compiling glob v0.3.1 |
1981 | 2024-02-29T20:24:44.311Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1982 | 2024-02-29T20:24:44.453Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1983 | 2024-02-29T20:24:45.429Z | Compiling clang-sys v1.6.1 |
1984 | 2024-02-29T20:24:46.131Z | Compiling derive_more v0.99.17 |
1985 | 2024-02-29T20:24:52.583Z | Compiling dirs-next v2.0.0 |
1986 | 2024-02-29T20:24:53.103Z | Compiling slog-envlogger v2.2.0 |
1987 | 2024-02-29T20:24:54.655Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1988 | 2024-02-29T20:24:54.930Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1989 | 2024-02-29T20:24:55.830Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1990 | 2024-02-29T20:24:55.981Z | Compiling tiny-keccak v2.0.2 |
1991 | 2024-02-29T20:24:56.296Z | Compiling platforms v3.0.2 |
1992 | 2024-02-29T20:24:56.662Z | Compiling prettyplease v0.2.16 |
1993 | 2024-02-29T20:24:57.036Z | Compiling parking_lot v0.11.2 |
1994 | 2024-02-29T20:24:57.164Z | Compiling mime_guess v2.0.4 |
1995 | 2024-02-29T20:24:58.366Z | Compiling term v0.7.0 |
1996 | 2024-02-29T20:24:59.453Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1997 | 2024-02-29T20:24:59.866Z | Compiling trust-dns-client v0.22.0 |
1998 | 2024-02-29T20:25:02.819Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1999 | 2024-02-29T20:25:06.280Z | Compiling darling_core v0.14.4 |
2000 | 2024-02-29T20:25:09.502Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2001 | 2024-02-29T20:25:10.859Z | Compiling pem v3.0.2 |
2002 | 2024-02-29T20:25:11.732Z | Compiling darling_macro v0.14.4 |
2003 | 2024-02-29T20:25:13.067Z | Compiling trust-dns-server v0.22.1 |
2004 | 2024-02-29T20:25:13.140Z | Compiling ascii-canvas v3.0.0 |
2005 | 2024-02-29T20:25:13.628Z | Compiling sled v0.34.7 |
2006 | 2024-02-29T20:25:14.583Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2007 | 2024-02-29T20:25:18.919Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2008 | 2024-02-29T20:25:19.160Z | Compiling is-terminal v0.4.9 |
2009 | 2024-02-29T20:25:19.293Z | Compiling ena v0.14.2 |
2010 | 2024-02-29T20:25:19.718Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2011 | 2024-02-29T20:25:20.469Z | Compiling vte_generate_state_changes v0.1.1 |
2012 | 2024-02-29T20:25:21.103Z | Compiling libloading v0.7.4 |
2013 | 2024-02-29T20:25:21.477Z | Compiling bindgen v0.69.2 |
2014 | 2024-02-29T20:25:21.496Z | Compiling regex-syntax v0.6.29 |
2015 | 2024-02-29T20:25:21.954Z | Compiling diff v0.1.13 |
2016 | 2024-02-29T20:25:27.217Z | Compiling lalrpop v0.19.12 |
2017 | 2024-02-29T20:25:28.436Z | Compiling vte v0.11.1 |
2018 | 2024-02-29T20:25:30.665Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2019 | 2024-02-29T20:25:30.880Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2020 | 2024-02-29T20:25:34.131Z | Compiling curve25519-dalek v4.1.1 |
2021 | 2024-02-29T20:25:36.141Z | Compiling darling v0.14.4 |
2022 | 2024-02-29T20:25:36.407Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2023 | 2024-02-29T20:25:39.083Z | Compiling cexpr v0.6.0 |
2024 | 2024-02-29T20:25:40.595Z | Compiling which v4.4.0 |
2025 | 2024-02-29T20:25:41.120Z | Compiling kstat-rs v0.2.3 |
2026 | 2024-02-29T20:25:42.430Z | Compiling memoffset v0.7.1 |
2027 | 2024-02-29T20:25:42.772Z | Compiling lazycell v1.3.0 |
2028 | 2024-02-29T20:25:42.941Z | Compiling shlex v1.3.0 |
2029 | 2024-02-29T20:25:43.327Z | Compiling peeking_take_while v0.1.2 |
2030 | 2024-02-29T20:25:43.465Z | Compiling bytecount v0.6.3 |
2031 | 2024-02-29T20:25:44.209Z | Compiling doc-comment v0.3.3 |
2032 | 2024-02-29T20:25:44.718Z | Compiling keccak v0.1.4 |
2033 | 2024-02-29T20:25:44.723Z | Compiling buf-list v1.0.3 |
2034 | 2024-02-29T20:25:46.188Z | Compiling rustc-hash v1.1.0 |
2035 | 2024-02-29T20:25:46.202Z | Compiling sha3 v0.10.8 |
2036 | 2024-02-29T20:25:46.375Z | Compiling papergrid v0.11.0 |
2037 | 2024-02-29T20:25:50.380Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2038 | 2024-02-29T20:25:52.218Z | Compiling derive_builder_core v0.12.0 |
2039 | 2024-02-29T20:25:53.168Z | Compiling strip-ansi-escapes v0.2.0 |
2040 | 2024-02-29T20:26:00.495Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2041 | 2024-02-29T20:26:00.495Z | Compiling polar-core v0.27.0 |
2042 | 2024-02-29T20:26:00.495Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2043 | 2024-02-29T20:26:00.624Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2044 | 2024-02-29T20:26:00.624Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2045 | 2024-02-29T20:26:00.624Z | Compiling tabled_derive v0.7.0 |
2046 | 2024-02-29T20:26:00.693Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2047 | 2024-02-29T20:26:00.906Z | Compiling fd-lock v3.0.13 |
2048 | 2024-02-29T20:26:01.124Z | Compiling fd-lock v4.0.2 |
2049 | 2024-02-29T20:26:01.335Z | Compiling headers-core v0.2.0 |
2050 | 2024-02-29T20:26:01.508Z | Compiling universal-hash v0.5.1 |
2051 | 2024-02-29T20:26:01.739Z | Compiling nix v0.27.1 |
2052 | 2024-02-29T20:26:02.501Z | Compiling secrecy v0.8.0 |
2053 | 2024-02-29T20:26:02.551Z | Compiling libxml v0.3.3 |
2054 | 2024-02-29T20:26:02.769Z | Compiling curve25519-dalek-derive v0.1.0 |
2055 | 2024-02-29T20:26:02.919Z | Compiling pin-project-internal v1.1.3 |
2056 | 2024-02-29T20:26:04.209Z | Compiling sqlparser_derive v0.2.2 |
2057 | 2024-02-29T20:26:05.281Z | Compiling thiserror-impl-no-std v2.0.2 |
2058 | 2024-02-29T20:26:05.707Z | Compiling nu-ansi-term v0.50.0 |
2059 | 2024-02-29T20:26:05.729Z | Compiling unicode_categories v0.1.1 |
2060 | 2024-02-29T20:26:05.755Z | Compiling ref-cast v1.0.20 |
2061 | 2024-02-29T20:26:06.080Z | Compiling opaque-debug v0.3.0 |
2062 | 2024-02-29T20:26:06.180Z | Compiling reedline v0.29.0 |
2063 | 2024-02-29T20:26:06.307Z | Compiling poly1305 v0.8.0 |
2064 | 2024-02-29T20:26:06.921Z | Compiling sqlformat v0.2.3 |
2065 | 2024-02-29T20:26:07.129Z | Compiling pin-project v1.1.3 |
2066 | 2024-02-29T20:26:07.267Z | Compiling rustyline v13.0.0 |
2067 | 2024-02-29T20:26:07.946Z | Compiling sqlparser v0.43.1 |
2068 | 2024-02-29T20:26:08.099Z | Compiling thiserror-no-std v2.0.2 |
2069 | 2024-02-29T20:26:08.498Z | Compiling tabled v0.15.0 |
2070 | 2024-02-29T20:26:16.026Z | Compiling headers v0.3.9 |
2071 | 2024-02-29T20:26:16.294Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2072 | 2024-02-29T20:26:18.225Z | Compiling derive_builder_macro v0.12.0 |
2073 | 2024-02-29T20:26:20.784Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2074 | 2024-02-29T20:26:21.563Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2075 | 2024-02-29T20:26:21.872Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2076 | 2024-02-29T20:26:22.200Z | Compiling chacha20 v0.9.1 |
2077 | 2024-02-29T20:26:22.721Z | Compiling aead v0.5.2 |
2078 | 2024-02-29T20:26:23.059Z | Compiling strum_macros v0.24.3 |
2079 | 2024-02-29T20:26:28.027Z | Compiling bcs v0.1.6 |
2080 | 2024-02-29T20:26:28.083Z | Compiling snafu-derive v0.7.5 |
2081 | 2024-02-29T20:26:29.183Z | Compiling ref-cast-impl v1.0.20 |
2082 | 2024-02-29T20:26:30.036Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2083 | 2024-02-29T20:26:30.372Z | Compiling cookie v0.18.0 |
2084 | 2024-02-29T20:26:30.378Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2085 | 2024-02-29T20:26:30.703Z | Compiling fs-err v2.11.0 |
2086 | 2024-02-29T20:26:30.714Z | Compiling indoc v1.0.9 |
2087 | 2024-02-29T20:26:31.010Z | Compiling salty v0.2.0 |
2088 | 2024-02-29T20:26:31.024Z | Compiling highway v1.1.0 |
2089 | 2024-02-29T20:26:31.463Z | Compiling signature v1.6.4 |
2090 | 2024-02-29T20:26:31.652Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2091 | 2024-02-29T20:26:32.004Z | Compiling ed25519 v1.5.3 |
2092 | 2024-02-29T20:26:32.322Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2093 | 2024-02-29T20:26:32.487Z | Compiling snafu v0.7.5 |
2094 | 2024-02-29T20:26:33.229Z | Compiling chacha20poly1305 v0.10.1 |
2095 | 2024-02-29T20:26:33.253Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2096 | 2024-02-29T20:26:33.253Z | Compiling derive_builder v0.12.0 |
2097 | 2024-02-29T20:26:33.937Z | Compiling vsss-rs v3.3.4 |
2098 | 2024-02-29T20:26:39.028Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2099 | 2024-02-29T20:26:39.819Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2100 | 2024-02-29T20:26:41.401Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2101 | 2024-02-29T20:26:41.532Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2102 | 2024-02-29T20:26:41.747Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2103 | 2024-02-29T20:26:41.854Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2104 | 2024-02-29T20:26:43.474Z | Compiling globset v0.4.13 |
2105 | 2024-02-29T20:26:44.722Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2106 | 2024-02-29T20:26:47.275Z | Compiling olpc-cjson v0.1.3 |
2107 | 2024-02-29T20:26:47.604Z | Compiling bb8 v0.8.3 |
2108 | 2024-02-29T20:26:47.687Z | Compiling quick-xml v0.30.0 |
2109 | 2024-02-29T20:26:47.905Z | Compiling serde-big-array v0.5.1 |
2110 | 2024-02-29T20:26:48.140Z | Compiling serde_plain v1.0.2 |
2111 | 2024-02-29T20:26:48.146Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2112 | 2024-02-29T20:26:48.674Z | Compiling oso-derive v0.27.0 |
2113 | 2024-02-29T20:26:48.991Z | Compiling impl-trait-for-tuples v0.2.2 |
2114 | 2024-02-29T20:26:49.689Z | Compiling async-recursion v1.0.5 |
2115 | 2024-02-29T20:26:51.071Z | Compiling http-range v0.1.5 |
2116 | 2024-02-29T20:26:51.684Z | Compiling typed-path v0.7.0 |
2117 | 2024-02-29T20:26:52.175Z | Compiling maplit v1.0.2 |
2118 | 2024-02-29T20:26:52.290Z | Compiling hyper-staticfile v0.9.5 |
2119 | 2024-02-29T20:26:52.899Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2120 | 2024-02-29T20:26:55.677Z | Compiling tough v0.16.0 |
2121 | 2024-02-29T20:26:59.016Z | Compiling oso v0.27.0 |
2122 | 2024-02-29T20:26:59.156Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2123 | 2024-02-29T20:27:01.009Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2124 | 2024-02-29T20:27:01.771Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2125 | 2024-02-29T20:27:31.518Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2126 | 2024-02-29T20:27:32.096Z | Compiling signal-hook-tokio v0.3.1 |
2127 | 2024-02-29T20:27:32.323Z | Compiling serde-big-array v0.4.1 |
2128 | 2024-02-29T20:27:32.512Z | Compiling parse-size v1.0.0 |
2129 | 2024-02-29T20:27:32.848Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2130 | 2024-02-29T20:27:33.132Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2131 | 2024-02-29T20:27:34.729Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2132 | 2024-02-29T20:27:35.002Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2133 | 2024-02-29T20:27:35.512Z | Compiling castaway v0.2.2 |
2134 | 2024-02-29T20:27:35.690Z | Compiling corncobs v0.1.3 |
2135 | 2024-02-29T20:27:36.091Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2136 | 2024-02-29T20:27:36.897Z | Compiling compact_str v0.7.1 |
2137 | 2024-02-29T20:27:38.602Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2138 | 2024-02-29T20:27:44.190Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2139 | 2024-02-29T20:27:46.469Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2140 | 2024-02-29T20:27:46.892Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2141 | 2024-02-29T20:27:47.227Z | Compiling lru v0.12.1 |
2142 | 2024-02-29T20:27:47.575Z | Compiling stability v0.1.1 |
2143 | 2024-02-29T20:27:48.546Z | Compiling indoc v2.0.3 |
2144 | 2024-02-29T20:27:49.125Z | Compiling cassowary v0.3.0 |
2145 | 2024-02-29T20:27:49.639Z | Compiling ratatui v0.26.1 |
2146 | 2024-02-29T20:27:56.276Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2147 | 2024-02-29T20:27:56.276Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2148 | 2024-02-29T20:28:00.113Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2149 | 2024-02-29T20:28:02.280Z | Compiling rcgen v0.12.1 |
2150 | 2024-02-29T20:28:08.216Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2151 | 2024-02-29T20:28:09.024Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2152 | 2024-02-29T20:28:15.492Z | Compiling atomicwrites v0.4.3 |
2153 | 2024-02-29T20:28:15.519Z | Compiling subprocess v0.2.9 |
2154 | 2024-02-29T20:28:16.091Z | Compiling smawk v0.3.1 |
2155 | 2024-02-29T20:28:16.091Z | Compiling unicode-linebreak v0.1.5 |
2156 | 2024-02-29T20:28:16.092Z | Compiling textwrap v0.16.1 |
2157 | 2024-02-29T20:28:16.092Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2158 | 2024-02-29T20:28:18.485Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2159 | 2024-02-29T20:28:27.466Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2160 | 2024-02-29T20:28:27.780Z | Compiling fatfs v0.3.6 |
2161 | 2024-02-29T20:28:31.093Z | Compiling nanorand v0.7.0 |
2162 | 2024-02-29T20:28:31.872Z | Compiling rtoolbox v0.0.1 |
2163 | 2024-02-29T20:28:32.320Z | Compiling is_ci v1.2.0 |
2164 | 2024-02-29T20:28:32.604Z | Compiling humantime v2.1.0 |
2165 | 2024-02-29T20:28:33.499Z | Compiling assert_matches v1.5.0 |
2166 | 2024-02-29T20:28:33.623Z | Compiling supports-color v3.0.0 |
2167 | 2024-02-29T20:28:34.342Z | Compiling rpassword v7.3.1 |
2168 | 2024-02-29T20:28:34.773Z | Compiling flume v0.11.0 |
2169 | 2024-02-29T20:28:34.924Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2170 | 2024-02-29T20:28:35.544Z | Compiling tui-tree-widget v0.17.0 |
2171 | 2024-02-29T20:28:35.979Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2172 | 2024-02-29T20:28:43.855Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2173 | 2024-02-29T20:28:44.187Z | Compiling csv-core v0.1.11 |
2174 | 2024-02-29T20:28:45.279Z | Compiling shell-words v1.1.0 |
2175 | 2024-02-29T20:28:45.314Z | Compiling csv v1.3.0 |
2176 | 2024-02-29T20:28:45.713Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2177 | 2024-02-29T20:28:47.762Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2178 | 2024-02-29T20:29:34.399Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2179 | 2024-02-29T20:29:41.845Z | Compiling multimap v0.10.0 |
2180 | 2024-02-29T20:31:03.072Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2181 | 2024-02-29T20:31:13.679Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2182 | 2024-02-29T20:31:14.641Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2183 | 2024-02-29T20:37:26.183Z | Finished release [optimized] target(s) in 13m 33s |
2184 | 2024-02-29T20:38:37.771Z | |
2185 | 2024-02-29T20:38:37.781Z | real 14:45.567454216 |
2186 | 2024-02-29T20:38:37.781Z | user 1:40:48.793111723 |
2187 | 2024-02-29T20:38:37.781Z | sys 4:29.741232561 |
2188 | 2024-02-29T20:38:37.781Z | trap 2.298448205 |
2189 | 2024-02-29T20:38:37.781Z | tflt 1.800957032 |
2190 | 2024-02-29T20:38:37.781Z | dflt 2.854380769 |
2191 | 2024-02-29T20:38:37.781Z | kflt 0.008011556 |
2192 | 2024-02-29T20:38:37.782Z | lock 6:16:06.727871530 |
2193 | 2024-02-29T20:38:37.782Z | slp 3:55:19.665860912 |
2194 | 2024-02-29T20:38:37.782Z | lat 2:05.907781049 |
2195 | 2024-02-29T20:38:37.782Z | stop 49.481343931 |
2196 | 2024-02-29T20:38:37.782Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2197 | 2024-02-29T20:38:37.782Z | + pfexec mkdir -p /work |
2198 | 2024-02-29T20:38:37.782Z | + pfexec chown build /work |
2199 | 2024-02-29T20:38:37.782Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2200 | 2024-02-29T20:38:47.857Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2201 | 2024-02-29T20:38:47.857Z | a out/mg-ddm-gz.tar 66076K |
2202 | 2024-02-29T20:38:47.858Z | a out/omicron-sled-agent.tar 120161K |
2203 | 2024-02-29T20:38:47.858Z | a out/oxlog.tar 8357K |
2204 | 2024-02-29T20:38:47.858Z | a out/target/test 1K |
2205 | 2024-02-29T20:38:47.858Z | a out/npuzone/npuzone 36313K |
2206 | 2024-02-29T20:38:47.858Z | a package-manifest.toml 25K |
2207 | 2024-02-29T20:38:47.858Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2208 | 2024-02-29T20:38:47.858Z | a target/release/omicron-package 44819K |
2209 | 2024-02-29T20:38:47.858Z | a tools/create_virtual_hardware.sh 4K |
2210 | 2024-02-29T20:38:47.858Z | a tools/virtual_hardware.sh 4K |
2211 | 2024-02-29T20:38:47.858Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2212 | 2024-02-29T20:38:47.858Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2213 | 2024-02-29T20:38:47.858Z | a tools/scrimlet/softnpu-init.sh 3K |
2214 | 2024-02-29T20:38:47.858Z | a tools/scrimlet/softnpu-zone.txt 1K |
2215 | 2024-02-29T20:38:47.858Z | a tools/scrimlet/softnpu.toml 1K |
2216 | 2024-02-29T20:38:47.862Z | |
2217 | 2024-02-29T20:38:47.862Z | real 10.091009330 |
2218 | 2024-02-29T20:38:47.862Z | user 9.743912239 |
2219 | 2024-02-29T20:38:47.863Z | sys 0.706535619 |
2220 | 2024-02-29T20:38:47.863Z | trap 0.002022031 |
2221 | 2024-02-29T20:38:47.863Z | tflt 0.000000000 |
2222 | 2024-02-29T20:38:47.863Z | dflt 0.000000000 |
2223 | 2024-02-29T20:38:47.863Z | kflt 0.000000000 |
2224 | 2024-02-29T20:38:47.863Z | lock 0.000000000 |
2225 | 2024-02-29T20:38:47.863Z | slp 9.496300273 |
2226 | 2024-02-29T20:38:47.863Z | lat 0.230332636 |
2227 | 2024-02-29T20:38:47.863Z | stop 0.000201722 |
2228 | 2024-02-29T20:38:47.863Z | ++ pwd |
2229 | 2024-02-29T20:38:47.863Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2230 | 2024-02-29T20:38:47.863Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2231 | 2024-02-29T20:38:47.867Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2232 | 2024-02-29T20:38:48.573Z | Finished release [optimized] target(s) in 0.65s |
2233 | 2024-02-29T20:38:48.593Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2234 | 2024-02-29T20:38:48.625Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2235 | 2024-02-29T20:38:48.632Z | Created new build target 'host' and set it as active |
2236 | 2024-02-29T20:38:48.632Z | |
2237 | 2024-02-29T20:38:48.633Z | real 0.756504937 |
2238 | 2024-02-29T20:38:48.633Z | user 0.512638378 |
2239 | 2024-02-29T20:38:48.633Z | sys 0.244323523 |
2240 | 2024-02-29T20:38:48.633Z | trap 0.000118481 |
2241 | 2024-02-29T20:38:48.633Z | tflt 0.000002700 |
2242 | 2024-02-29T20:38:48.633Z | dflt 0.000001340 |
2243 | 2024-02-29T20:38:48.633Z | kflt 0.000000000 |
2244 | 2024-02-29T20:38:48.633Z | lock 0.024303568 |
2245 | 2024-02-29T20:38:48.633Z | slp 0.014507775 |
2246 | 2024-02-29T20:38:48.633Z | lat 0.000983624 |
2247 | 2024-02-29T20:38:48.633Z | stop 0.000151556 |
2248 | 2024-02-29T20:38:48.633Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2249 | 2024-02-29T20:38:49.297Z | Finished release [optimized] target(s) in 0.62s |
2250 | 2024-02-29T20:38:49.318Z | Running `target/release/omicron-package -t host package` |
2251 | 2024-02-29T20:38:49.348Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2252 | 2024-02-29T20:38:50.059Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2253 | 2024-02-29T20:39:04.373Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2254 | 2024-02-29T20:40:16.096Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2255 | 2024-02-29T20:41:43.964Z | Finished release [optimized] target(s) in 2m 54s |
2256 | 2024-02-29T20:42:16.185Z | |
2257 | 2024-02-29T20:42:16.190Z | real 3:27.593119264 |
2258 | 2024-02-29T20:42:16.190Z | user 18:05.232810127 |
2259 | 2024-02-29T20:42:16.190Z | sys 50.332808155 |
2260 | 2024-02-29T20:42:16.190Z | trap 0.342691076 |
2261 | 2024-02-29T20:42:16.190Z | tflt 0.077966465 |
2262 | 2024-02-29T20:42:16.190Z | dflt 11.889695637 |
2263 | 2024-02-29T20:42:16.190Z | kflt 0.060247225 |
2264 | 2024-02-29T20:42:16.190Z | lock 1:08:13.636795327 |
2265 | 2024-02-29T20:42:16.190Z | slp 18:54.840459371 |
2266 | 2024-02-29T20:42:16.190Z | lat 10.234955434 |
2267 | 2024-02-29T20:42:16.190Z | stop 3.190370884 |
2268 | 2024-02-29T20:42:16.190Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2269 | 2024-02-29T20:42:16.190Z | + for package in "$@" |
2270 | 2024-02-29T20:42:16.190Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2271 | 2024-02-29T20:42:16.191Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitae45f45d20d |
2272 | 2024-02-29T20:42:16.875Z | Finished release [optimized] target(s) in 0.63s |
2273 | 2024-02-29T20:42:16.896Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitae45f45d20d` |
2274 | 2024-02-29T20:42:16.926Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2275 | 2024-02-29T20:42:17.136Z | Created: out/versioned/omicron-sled-agent.tar |
2276 | 2024-02-29T20:42:17.140Z | + for package in "$@" |
2277 | 2024-02-29T20:42:17.140Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2278 | 2024-02-29T20:42:17.140Z | + echo 0.0.0 |
2279 | 2024-02-29T20:42:17.140Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2280 | 2024-02-29T20:42:17.143Z | a VERSION 1K |
2281 | 2024-02-29T20:42:17.143Z | + rm VERSION |
2282 | 2024-02-29T20:42:17.147Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitae45f45d20d |
2283 | 2024-02-29T20:42:17.848Z | Finished release [optimized] target(s) in 0.64s |
2284 | 2024-02-29T20:42:17.871Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitae45f45d20d` |
2285 | 2024-02-29T20:42:17.903Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2286 | 2024-02-29T20:42:18.023Z | Created: out/versioned/mg-ddm-gz.tar |
2287 | 2024-02-29T20:42:18.033Z | + for package in "$@" |
2288 | 2024-02-29T20:42:18.033Z | + [[ propolis-server == mg-ddm-gz ]] |
2289 | 2024-02-29T20:42:18.033Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitae45f45d20d |
2290 | 2024-02-29T20:42:18.747Z | Finished release [optimized] target(s) in 0.67s |
2291 | 2024-02-29T20:42:18.770Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitae45f45d20d` |
2292 | 2024-02-29T20:42:18.801Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2293 | 2024-02-29T20:42:19.857Z | Created: out/versioned/propolis-server.tar.gz |
2294 | 2024-02-29T20:42:19.860Z | + for package in "$@" |
2295 | 2024-02-29T20:42:19.860Z | + [[ overlay == mg-ddm-gz ]] |
2296 | 2024-02-29T20:42:19.860Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitae45f45d20d |
2297 | 2024-02-29T20:42:20.553Z | Finished release [optimized] target(s) in 0.64s |
2298 | 2024-02-29T20:42:20.573Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitae45f45d20d` |
2299 | 2024-02-29T20:42:20.602Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2300 | 2024-02-29T20:42:20.606Z | Created: out/versioned/overlay.tar.gz |
2301 | 2024-02-29T20:42:20.606Z | + for package in "$@" |
2302 | 2024-02-29T20:42:20.606Z | + [[ oxlog == mg-ddm-gz ]] |
2303 | 2024-02-29T20:42:20.606Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitae45f45d20d |
2304 | 2024-02-29T20:42:21.680Z | Finished release [optimized] target(s) in 0.62s |
2305 | 2024-02-29T20:42:21.685Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitae45f45d20d` |
2306 | 2024-02-29T20:42:21.685Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2307 | 2024-02-29T20:42:21.685Z | Created: out/versioned/oxlog.tar |
2308 | 2024-02-29T20:42:21.685Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2309 | 2024-02-29T20:42:21.685Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2310 | 2024-02-29T20:42:21.685Z | ++ cd -- ./tools |
2311 | 2024-02-29T20:42:21.685Z | ++ pwd |
2312 | 2024-02-29T20:42:21.685Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2313 | 2024-02-29T20:42:21.685Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2314 | 2024-02-29T20:42:21.685Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2315 | 2024-02-29T20:42:21.685Z | ++ readlink -f /work |
2316 | 2024-02-29T20:42:21.685Z | + out_dir=/work |
2317 | 2024-02-29T20:42:21.686Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2318 | 2024-02-29T20:42:21.686Z | + for dep in "${deps[@]}" |
2319 | 2024-02-29T20:42:21.686Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2320 | 2024-02-29T20:42:21.686Z | + for dep in "${deps[@]}" |
2321 | 2024-02-29T20:42:21.686Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2322 | 2024-02-29T20:42:21.686Z | + for dep in "${deps[@]}" |
2323 | 2024-02-29T20:42:21.686Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2324 | 2024-02-29T20:42:21.686Z | + for dep in "${deps[@]}" |
2325 | 2024-02-29T20:42:21.686Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2326 | 2024-02-29T20:42:21.686Z | + for dep in "${deps[@]}" |
2327 | 2024-02-29T20:42:21.686Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2328 | 2024-02-29T20:42:21.686Z | ++ mktemp -d |
2329 | 2024-02-29T20:42:21.686Z | + tmp_gz=/tmp/tmp.baaGSh |
2330 | 2024-02-29T20:42:21.686Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2331 | 2024-02-29T20:42:21.686Z | + echo '{"v":"1","t":"layer"}' |
2332 | 2024-02-29T20:42:21.686Z | + pkg_dir=/tmp/tmp.baaGSh/root/opt/oxide/sled-agent |
2333 | 2024-02-29T20:42:21.686Z | + mkdir -p /tmp/tmp.baaGSh/root/opt/oxide/sled-agent |
2334 | 2024-02-29T20:42:21.686Z | + cd /tmp/tmp.baaGSh/root/opt/oxide/sled-agent |
2335 | 2024-02-29T20:42:21.686Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2336 | 2024-02-29T20:42:21.686Z | x ., 0 bytes, 0 tape blocks |
2337 | 2024-02-29T20:42:21.686Z | x zone-bundle, 41930152 bytes, 81895 tape blocks |
2338 | 2024-02-29T20:42:21.686Z | x sled-agent, 81078120 bytes, 158356 tape blocks |
2339 | 2024-02-29T20:42:21.686Z | x pkg, 0 bytes, 0 tape blocks |
2340 | 2024-02-29T20:42:21.687Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2341 | 2024-02-29T20:42:21.687Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2342 | 2024-02-29T20:42:21.687Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2343 | 2024-02-29T20:42:21.687Z | x VERSION, 25 bytes, 1 tape blocks |
2344 | 2024-02-29T20:42:21.687Z | + mkdir -p /tmp/tmp.baaGSh/root/lib/svc/manifest/site/ |
2345 | 2024-02-29T20:42:21.687Z | + mv pkg/manifest.xml /tmp/tmp.baaGSh/root/lib/svc/manifest/site/sled-agent.xml |
2346 | 2024-02-29T20:42:21.687Z | + cd - |
2347 | 2024-02-29T20:42:21.687Z | /work/oxidecomputer/omicron |
2348 | 2024-02-29T20:42:21.687Z | + pkg_dir=/tmp/tmp.baaGSh/root/opt/oxide/mg-ddm |
2349 | 2024-02-29T20:42:21.687Z | + mkdir -p /tmp/tmp.baaGSh/root/opt/oxide/mg-ddm |
2350 | 2024-02-29T20:42:21.687Z | + cd /tmp/tmp.baaGSh/root/opt/oxide/mg-ddm |
2351 | 2024-02-29T20:42:21.687Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2352 | 2024-02-29T20:42:21.687Z | x ., 0 bytes, 0 tape blocks |
2353 | 2024-02-29T20:42:21.687Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2354 | 2024-02-29T20:42:21.687Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2355 | 2024-02-29T20:42:21.687Z | x pkg, 0 bytes, 0 tape blocks |
2356 | 2024-02-29T20:42:21.687Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2357 | 2024-02-29T20:42:21.687Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2358 | 2024-02-29T20:42:21.687Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2359 | 2024-02-29T20:42:21.687Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2360 | 2024-02-29T20:42:21.687Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2361 | 2024-02-29T20:42:21.687Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2362 | 2024-02-29T20:42:21.687Z | x VERSION, 25 bytes, 1 tape blocks |
2363 | 2024-02-29T20:42:21.687Z | + cd - |
2364 | 2024-02-29T20:42:21.688Z | /work/oxidecomputer/omicron |
2365 | 2024-02-29T20:42:21.688Z | + pkg_dir=/tmp/tmp.baaGSh/root/opt/oxide/oxlog |
2366 | 2024-02-29T20:42:21.688Z | + mkdir -p /tmp/tmp.baaGSh/root/opt/oxide/oxlog |
2367 | 2024-02-29T20:42:21.688Z | + cd /tmp/tmp.baaGSh/root/opt/oxide/oxlog |
2368 | 2024-02-29T20:42:21.688Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2369 | 2024-02-29T20:42:21.688Z | x ., 0 bytes, 0 tape blocks |
2370 | 2024-02-29T20:42:21.688Z | x oxlog, 8554616 bytes, 16709 tape blocks |
2371 | 2024-02-29T20:42:21.688Z | x VERSION, 25 bytes, 1 tape blocks |
2372 | 2024-02-29T20:42:21.688Z | + cd - |
2373 | 2024-02-29T20:42:21.688Z | /work/oxidecomputer/omicron |
2374 | 2024-02-29T20:42:21.688Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.baaGSh/root/opt/oxide |
2375 | 2024-02-29T20:42:21.688Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.baaGSh/root/opt/oxide |
2376 | 2024-02-29T20:42:21.688Z | + cd /tmp/tmp.baaGSh |
2377 | 2024-02-29T20:42:21.688Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2378 | 2024-02-29T20:42:30.403Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2379 | 2024-02-29T20:42:30.403Z | a oxide.json 1K |
2380 | 2024-02-29T20:42:30.403Z | a root/ 0K |
2381 | 2024-02-29T20:42:30.403Z | a root/opt/ 0K |
2382 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/ 0K |
2383 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/sled-agent/ 0K |
2384 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/sled-agent/zone-bundle 40948K |
2385 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/sled-agent/sled-agent 79178K |
2386 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2387 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2388 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2389 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/sled-agent/VERSION 1K |
2390 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/ 0K |
2391 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2392 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2393 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2394 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2395 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2396 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2397 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2398 | 2024-02-29T20:42:30.403Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2399 | 2024-02-29T20:42:30.404Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2400 | 2024-02-29T20:42:30.404Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2401 | 2024-02-29T20:42:30.404Z | a root/opt/oxide/oxlog/ 0K |
2402 | 2024-02-29T20:42:30.404Z | a root/opt/oxide/oxlog/oxlog 8355K |
2403 | 2024-02-29T20:42:30.404Z | a root/opt/oxide/oxlog/VERSION 1K |
2404 | 2024-02-29T20:42:30.404Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2405 | 2024-02-29T20:42:30.404Z | a root/opt/oxide/overlay.tar.gz 3K |
2406 | 2024-02-29T20:42:30.404Z | a root/lib/ 0K |
2407 | 2024-02-29T20:42:30.404Z | a root/lib/svc/ 0K |
2408 | 2024-02-29T20:42:30.404Z | a root/lib/svc/manifest/ 0K |
2409 | 2024-02-29T20:42:30.404Z | a root/lib/svc/manifest/site/ 0K |
2410 | 2024-02-29T20:42:30.404Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2411 | 2024-02-29T20:42:30.408Z | + cd / |
2412 | 2024-02-29T20:42:30.408Z | + rm -rf /tmp/tmp.baaGSh |
2413 | 2024-02-29T20:42:30.433Z | |
2414 | 2024-02-29T20:42:30.438Z | real 9.079187761 |
2415 | 2024-02-29T20:42:30.438Z | user 8.505877288 |
2416 | 2024-02-29T20:42:30.438Z | sys 0.603989179 |
2417 | 2024-02-29T20:42:30.438Z | trap 0.001461279 |
2418 | 2024-02-29T20:42:30.438Z | tflt 0.000000000 |
2419 | 2024-02-29T20:42:30.438Z | dflt 0.000000000 |
2420 | 2024-02-29T20:42:30.438Z | kflt 0.000000000 |
2421 | 2024-02-29T20:42:30.438Z | lock 0.000000000 |
2422 | 2024-02-29T20:42:30.438Z | slp 17.622846761 |
2423 | 2024-02-29T20:42:30.438Z | lat 0.201099612 |
2424 | 2024-02-29T20:42:30.438Z | stop 0.000206467 |
2425 | 2024-02-29T20:42:30.438Z | + mkdir -p /work/zones |
2426 | 2024-02-29T20:42:30.438Z | + 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/omicron-nexus.tar.gz out/omicron-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) |
2427 | 2024-02-29T20:42:30.438Z | + 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/omicron-nexus.tar.gz out/omicron-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 /work/zones/ |
2428 | 2024-02-29T20:42:33.104Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2429 | 2024-02-29T20:42:33.852Z | Finished release [optimized] target(s) in 0.69s |
2430 | 2024-02-29T20:42:33.874Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2431 | 2024-02-29T20:42:33.904Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2432 | 2024-02-29T20:42:33.910Z | Created new build target 'recovery' and set it as active |
2433 | 2024-02-29T20:42:33.910Z | |
2434 | 2024-02-29T20:42:33.910Z | real 0.801687390 |
2435 | 2024-02-29T20:42:33.910Z | user 0.546956125 |
2436 | 2024-02-29T20:42:33.910Z | sys 0.253649676 |
2437 | 2024-02-29T20:42:33.910Z | trap 0.000648102 |
2438 | 2024-02-29T20:42:33.910Z | tflt 0.000014553 |
2439 | 2024-02-29T20:42:33.910Z | dflt 0.000028996 |
2440 | 2024-02-29T20:42:33.911Z | kflt 0.000000000 |
2441 | 2024-02-29T20:42:33.911Z | lock 0.026338461 |
2442 | 2024-02-29T20:42:33.911Z | slp 0.015532646 |
2443 | 2024-02-29T20:42:33.911Z | lat 0.002298667 |
2444 | 2024-02-29T20:42:33.911Z | stop 0.000171851 |
2445 | 2024-02-29T20:42:33.911Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2446 | 2024-02-29T20:42:34.609Z | Finished release [optimized] target(s) in 0.64s |
2447 | 2024-02-29T20:42:34.633Z | Running `target/release/omicron-package -t recovery package` |
2448 | 2024-02-29T20:42:34.671Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2449 | 2024-02-29T20:42:35.284Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2450 | 2024-02-29T20:42:37.781Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2451 | 2024-02-29T20:42:58.075Z | Finished release [optimized] target(s) in 23.36s |
2452 | 2024-02-29T20:43:12.862Z | |
2453 | 2024-02-29T20:43:12.866Z | real 38.956596077 |
2454 | 2024-02-29T20:43:12.866Z | user 1:40.435969855 |
2455 | 2024-02-29T20:43:12.866Z | sys 8.010763126 |
2456 | 2024-02-29T20:43:12.866Z | trap 0.071245199 |
2457 | 2024-02-29T20:43:12.866Z | tflt 0.068826752 |
2458 | 2024-02-29T20:43:12.866Z | dflt 0.386834472 |
2459 | 2024-02-29T20:43:12.866Z | kflt 0.000017944 |
2460 | 2024-02-29T20:43:12.866Z | lock 11:15.586150297 |
2461 | 2024-02-29T20:43:12.866Z | slp 1:44.388862999 |
2462 | 2024-02-29T20:43:12.866Z | lat 1.575266735 |
2463 | 2024-02-29T20:43:12.866Z | stop 0.525343564 |
2464 | 2024-02-29T20:43:12.866Z | + stamp_packages installinator mg-ddm-gz |
2465 | 2024-02-29T20:43:12.866Z | + for package in "$@" |
2466 | 2024-02-29T20:43:12.866Z | + [[ installinator == mg-ddm-gz ]] |
2467 | 2024-02-29T20:43:12.866Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitae45f45d20d |
2468 | 2024-02-29T20:43:13.986Z | Finished release [optimized] target(s) in 0.65s |
2469 | 2024-02-29T20:43:13.990Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitae45f45d20d` |
2470 | 2024-02-29T20:43:13.990Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2471 | 2024-02-29T20:43:13.990Z | Created: out/versioned/installinator.tar |
2472 | 2024-02-29T20:43:13.990Z | + for package in "$@" |
2473 | 2024-02-29T20:43:13.990Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2474 | 2024-02-29T20:43:13.990Z | + echo 0.0.0 |
2475 | 2024-02-29T20:43:13.990Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2476 | 2024-02-29T20:43:13.990Z | a VERSION 1K |
2477 | 2024-02-29T20:43:13.990Z | + rm VERSION |
2478 | 2024-02-29T20:43:13.990Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitae45f45d20d |
2479 | 2024-02-29T20:43:14.432Z | Finished release [optimized] target(s) in 0.65s |
2480 | 2024-02-29T20:43:14.452Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitae45f45d20d` |
2481 | 2024-02-29T20:43:14.482Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2482 | 2024-02-29T20:43:14.590Z | Created: out/versioned/mg-ddm-gz.tar |
2483 | 2024-02-29T20:43:14.593Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2484 | 2024-02-29T20:43:14.604Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2485 | 2024-02-29T20:43:14.607Z | ++ cd -- ./tools |
2486 | 2024-02-29T20:43:14.607Z | ++ pwd |
2487 | 2024-02-29T20:43:14.607Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2488 | 2024-02-29T20:43:14.612Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2489 | 2024-02-29T20:43:14.612Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2490 | 2024-02-29T20:43:14.612Z | ++ readlink -f /work |
2491 | 2024-02-29T20:43:14.612Z | + out_dir=/work |
2492 | 2024-02-29T20:43:14.612Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2493 | 2024-02-29T20:43:14.612Z | + for dep in "${deps[@]}" |
2494 | 2024-02-29T20:43:14.612Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2495 | 2024-02-29T20:43:14.612Z | + for dep in "${deps[@]}" |
2496 | 2024-02-29T20:43:14.612Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2497 | 2024-02-29T20:43:14.616Z | ++ mktemp -d |
2498 | 2024-02-29T20:43:14.616Z | + tmp_trampoline=/tmp/tmp.faaiXh |
2499 | 2024-02-29T20:43:14.616Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2500 | 2024-02-29T20:43:14.616Z | + echo '{"v":"1","t":"layer"}' |
2501 | 2024-02-29T20:43:14.616Z | + pkg_dir=/tmp/tmp.faaiXh/root/opt/oxide/installinator |
2502 | 2024-02-29T20:43:14.616Z | + mkdir -p /tmp/tmp.faaiXh/root/opt/oxide/installinator |
2503 | 2024-02-29T20:43:14.619Z | + cd /tmp/tmp.faaiXh/root/opt/oxide/installinator |
2504 | 2024-02-29T20:43:14.619Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2505 | 2024-02-29T20:43:14.659Z | x ., 0 bytes, 0 tape blocks |
2506 | 2024-02-29T20:43:14.659Z | x installinator, 55316072 bytes, 108040 tape blocks |
2507 | 2024-02-29T20:43:14.659Z | x pkg, 0 bytes, 0 tape blocks |
2508 | 2024-02-29T20:43:14.659Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2509 | 2024-02-29T20:43:14.659Z | x VERSION, 25 bytes, 1 tape blocks |
2510 | 2024-02-29T20:43:14.663Z | + mkdir -p /tmp/tmp.faaiXh/root/lib/svc/manifest/site/ |
2511 | 2024-02-29T20:43:14.663Z | + mv pkg/manifest.xml /tmp/tmp.faaiXh/root/lib/svc/manifest/site/installinator.xml |
2512 | 2024-02-29T20:43:14.666Z | + cd - |
2513 | 2024-02-29T20:43:14.666Z | /work/oxidecomputer/omicron |
2514 | 2024-02-29T20:43:14.666Z | + pkg_dir=/tmp/tmp.faaiXh/root/opt/oxide/mg-ddm |
2515 | 2024-02-29T20:43:14.667Z | + mkdir -p /tmp/tmp.faaiXh/root/opt/oxide/mg-ddm |
2516 | 2024-02-29T20:43:14.667Z | + cd /tmp/tmp.faaiXh/root/opt/oxide/mg-ddm |
2517 | 2024-02-29T20:43:14.667Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2518 | 2024-02-29T20:43:14.713Z | x ., 0 bytes, 0 tape blocks |
2519 | 2024-02-29T20:43:14.713Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2520 | 2024-02-29T20:43:14.713Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2521 | 2024-02-29T20:43:14.713Z | x pkg, 0 bytes, 0 tape blocks |
2522 | 2024-02-29T20:43:14.713Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2523 | 2024-02-29T20:43:14.713Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2524 | 2024-02-29T20:43:14.713Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2525 | 2024-02-29T20:43:14.713Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2526 | 2024-02-29T20:43:14.713Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2527 | 2024-02-29T20:43:14.713Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2528 | 2024-02-29T20:43:14.713Z | x VERSION, 25 bytes, 1 tape blocks |
2529 | 2024-02-29T20:43:14.719Z | + cd - |
2530 | 2024-02-29T20:43:14.719Z | /work/oxidecomputer/omicron |
2531 | 2024-02-29T20:43:14.719Z | + cd /tmp/tmp.faaiXh |
2532 | 2024-02-29T20:43:14.719Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2533 | 2024-02-29T20:43:19.136Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2534 | 2024-02-29T20:43:19.136Z | a oxide.json 1K |
2535 | 2024-02-29T20:43:19.136Z | a root/ 0K |
2536 | 2024-02-29T20:43:19.136Z | a root/opt/ 0K |
2537 | 2024-02-29T20:43:19.136Z | a root/opt/oxide/ 0K |
2538 | 2024-02-29T20:43:19.136Z | a root/opt/oxide/installinator/ 0K |
2539 | 2024-02-29T20:43:19.136Z | a root/opt/oxide/installinator/installinator 54020K |
2540 | 2024-02-29T20:43:19.136Z | a root/opt/oxide/installinator/pkg/ 0K |
2541 | 2024-02-29T20:43:19.136Z | a root/opt/oxide/installinator/VERSION 1K |
2542 | 2024-02-29T20:43:19.136Z | a root/opt/oxide/mg-ddm/ 0K |
2543 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2544 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2545 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2546 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2547 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2548 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2549 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2550 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2551 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2552 | 2024-02-29T20:43:19.137Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2553 | 2024-02-29T20:43:19.137Z | a root/lib/ 0K |
2554 | 2024-02-29T20:43:19.137Z | a root/lib/svc/ 0K |
2555 | 2024-02-29T20:43:19.137Z | a root/lib/svc/manifest/ 0K |
2556 | 2024-02-29T20:43:19.137Z | a root/lib/svc/manifest/site/ 0K |
2557 | 2024-02-29T20:43:19.137Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2558 | 2024-02-29T20:43:19.141Z | + cd / |
2559 | 2024-02-29T20:43:19.141Z | + rm -rf /tmp/tmp.faaiXh |
2560 | 2024-02-29T20:43:19.154Z | |
2561 | 2024-02-29T20:43:19.158Z | real 4.558364026 |
2562 | 2024-02-29T20:43:19.158Z | user 4.299683716 |
2563 | 2024-02-29T20:43:19.158Z | sys 0.272067349 |
2564 | 2024-02-29T20:43:19.159Z | trap 0.000450602 |
2565 | 2024-02-29T20:43:19.159Z | tflt 0.000000000 |
2566 | 2024-02-29T20:43:19.159Z | dflt 0.000000000 |
2567 | 2024-02-29T20:43:19.159Z | kflt 0.000000000 |
2568 | 2024-02-29T20:43:19.160Z | lock 0.000000000 |
2569 | 2024-02-29T20:43:19.160Z | slp 8.858110731 |
2570 | 2024-02-29T20:43:19.160Z | lat 0.094359791 |
2571 | 2024-02-29T20:43:19.160Z | stop 0.000210781 |
2572 | 2024-02-29T20:43:19.161Z | process exited: duration 1642609 ms, exit code 0 |
|
2573 | 2024-02-29T20:43:19.176Z | found 21 output files |
2574 | 2024-02-29T20:43:19.176Z | uploading: /work/version.txt (26 bytes) |
2575 | 2024-02-29T20:43:20.193Z | uploaded: /work/version.txt |
2576 | 2024-02-29T20:43:20.205Z | uploading: /work/package.tar.gz (88101749 bytes) |
2577 | 2024-02-29T20:43:49.135Z | uploaded: /work/package.tar.gz |
2578 | 2024-02-29T20:43:49.135Z | uploading: /work/global-zone-packages.tar.gz (128045371 bytes) |
2579 | 2024-02-29T20:44:26.549Z | uploaded: /work/global-zone-packages.tar.gz |
2580 | 2024-02-29T20:44:26.549Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38848323 bytes) |
2581 | 2024-02-29T20:44:35.681Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2582 | 2024-02-29T20:44:35.681Z | uploading: /work/zones/clickhouse.tar.gz (236136501 bytes) |
2583 | 2024-02-29T20:45:33.729Z | uploaded: /work/zones/clickhouse.tar.gz |
2584 | 2024-02-29T20:45:33.729Z | uploading: /work/zones/clickhouse_keeper.tar.gz (236118837 bytes) |
2585 | 2024-02-29T20:46:30.903Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2586 | 2024-02-29T20:46:30.903Z | uploading: /work/zones/cockroachdb.tar.gz (131618136 bytes) |
2587 | 2024-02-29T20:47:06.936Z | uploaded: /work/zones/cockroachdb.tar.gz |
2588 | 2024-02-29T20:47:06.936Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27891149 bytes) |
2589 | 2024-02-29T20:47:19.089Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2590 | 2024-02-29T20:47:19.089Z | uploading: /work/zones/crucible-zone.tar.gz (39701237 bytes) |
2591 | 2024-02-29T20:47:33.222Z | uploaded: /work/zones/crucible-zone.tar.gz |
2592 | 2024-02-29T20:47:33.223Z | uploading: /work/zones/external-dns.tar.gz (36651900 bytes) |
2593 | 2024-02-29T20:47:44.446Z | uploaded: /work/zones/external-dns.tar.gz |
2594 | 2024-02-29T20:47:44.446Z | uploading: /work/zones/internal-dns.tar.gz (23647873 bytes) |
2595 | 2024-02-29T20:47:50.298Z | uploaded: /work/zones/internal-dns.tar.gz |
2596 | 2024-02-29T20:47:50.298Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2597 | 2024-02-29T20:47:51.308Z | uploaded: /work/zones/ntp.tar.gz |
2598 | 2024-02-29T20:47:51.308Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19572409 bytes) |
2599 | 2024-02-29T20:47:58.243Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2600 | 2024-02-29T20:47:58.243Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19576213 bytes) |
2601 | 2024-02-29T20:48:03.468Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2602 | 2024-02-29T20:48:03.468Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87823871 bytes) |
2603 | 2024-02-29T20:48:28.997Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2604 | 2024-02-29T20:48:28.998Z | uploading: /work/zones/omicron-nexus.tar.gz (87828309 bytes) |
2605 | 2024-02-29T20:48:52.281Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2606 | 2024-02-29T20:48:52.281Z | uploading: /work/zones/overlay.tar.gz (2621 bytes) |
2607 | 2024-02-29T20:48:53.292Z | uploaded: /work/zones/overlay.tar.gz |
2608 | 2024-02-29T20:48:53.292Z | uploading: /work/zones/oximeter.tar.gz (56004212 bytes) |
2609 | 2024-02-29T20:49:10.611Z | uploaded: /work/zones/oximeter.tar.gz |
2610 | 2024-02-29T20:49:10.617Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2611 | 2024-02-29T20:49:34.689Z | uploaded: /work/zones/propolis-server.tar.gz |
2612 | 2024-02-29T20:49:34.689Z | uploading: /work/zones/switch-asic.tar.gz (284885201 bytes) |
2613 | 2024-02-29T20:51:06.315Z | uploaded: /work/zones/switch-asic.tar.gz |
2614 | 2024-02-29T20:51:06.316Z | uploading: /work/zones/switch-softnpu.tar.gz (209104469 bytes) |
2615 | 2024-02-29T20:52:05.625Z | uploaded: /work/zones/switch-softnpu.tar.gz |