|
|
|
1 | 2024-05-06T17:55:32.544Z | job assigned to worker 01HX7GNQPTZZM57C3BXS4KN4KK (queued for 1 m 8 s) |
|
2 | 2024-05-06T17:55:40.040Z | starting task 0: "setup" |
3 | 2024-05-06T17:55:40.101Z | ++ uname -s |
4 | 2024-05-06T17:55:40.105Z | + kern=SunOS |
5 | 2024-05-06T17:55:40.106Z | + case "$kern" in |
6 | 2024-05-06T17:55:40.106Z | + groupadd -g 12345 build |
7 | 2024-05-06T17:55:40.114Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-06T17:55:42.129Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-06T17:55:42.237Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-06T17:55:42.242Z | + home_fs=zfs |
11 | 2024-05-06T17:55:42.242Z | + [[ zfs == autofs ]] |
12 | 2024-05-06T17:55:42.242Z | + mkdir -p /home/build |
13 | 2024-05-06T17:55:42.242Z | + chown build:build /home/build /work |
14 | 2024-05-06T17:55:44.244Z | + chmod 0700 /home/build /work |
15 | 2024-05-06T17:55:44.247Z | process exited: duration 4206 ms, exit code 0 |
|
16 | 2024-05-06T17:55:44.255Z | starting task 1: "rust-toolchain" |
17 | 2024-05-06T17:55:44.260Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-06T17:55:44.263Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-06T17:55:44.375Z | info: downloading installer |
20 | 2024-05-06T17:55:46.009Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-06T17:55:46.009Z | warning: /opt/ooce/bin |
22 | 2024-05-06T17:55:46.009Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-06T17:55:46.009Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-06T17:55:46.009Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-06T17:55:46.009Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-06T17:55:46.009Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-06T17:55:46.009Z | error: cannot install while Rust is installed |
28 | 2024-05-06T17:55:46.009Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-06T17:55:46.103Z | info: profile set to 'default' |
30 | 2024-05-06T17:55:46.103Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-06T17:55:46.109Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-06T17:55:46.240Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-06T17:55:46.241Z | info: downloading component 'cargo' |
34 | 2024-05-06T17:55:47.010Z | info: downloading component 'clippy' |
35 | 2024-05-06T17:55:47.281Z | info: downloading component 'rust-docs' |
36 | 2024-05-06T17:55:48.255Z | info: downloading component 'rust-std' |
37 | 2024-05-06T17:55:49.976Z | info: downloading component 'rustc' |
38 | 2024-05-06T17:55:54.160Z | info: downloading component 'rustfmt' |
39 | 2024-05-06T17:55:54.408Z | info: installing component 'cargo' |
40 | 2024-05-06T17:55:55.287Z | info: installing component 'clippy' |
41 | 2024-05-06T17:55:55.669Z | info: installing component 'rust-docs' |
42 | 2024-05-06T17:55:57.105Z | info: installing component 'rust-std' |
43 | 2024-05-06T17:55:58.956Z | info: installing component 'rustc' |
44 | 2024-05-06T17:56:03.066Z | info: installing component 'rustfmt' |
45 | 2024-05-06T17:56:03.403Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-06T17:56:03.403Z | |
47 | 2024-05-06T17:56:04.106Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-06T17:56:04.107Z | |
49 | 2024-05-06T17:56:04.530Z | |
50 | 2024-05-06T17:56:04.530Z | Rust is installed now. Great! |
51 | 2024-05-06T17:56:04.530Z | |
52 | 2024-05-06T17:56:04.530Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-06T17:56:04.530Z | environment variable. This has not been done automatically. |
54 | 2024-05-06T17:56:04.530Z | |
55 | 2024-05-06T17:56:04.530Z | To configure your current shell, you need to source |
56 | 2024-05-06T17:56:04.530Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-06T17:56:04.530Z | |
58 | 2024-05-06T17:56:04.530Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-06T17:56:04.530Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-06T17:56:04.530Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-06T17:56:04.530Z | + rustc --version |
62 | 2024-05-06T17:56:04.530Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-06T17:56:04.530Z | process exited: duration 19661 ms, exit code 0 |
|
64 | 2024-05-06T17:56:04.539Z | starting task 2: "authentication" |
65 | 2024-05-06T17:56:04.567Z | process exited: duration 23 ms, exit code 0 |
|
66 | 2024-05-06T17:56:04.603Z | starting task 3: "clone repository" |
67 | 2024-05-06T17:56:04.618Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-06T17:56:04.618Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-06T17:56:05.319Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-06T17:56:11.344Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-06T17:56:11.344Z | + git fetch origin 0d311ea1351d058f8dca774225a5a54f0bdd62c1 |
72 | 2024-05-06T17:56:11.663Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-06T17:56:11.663Z | * branch 0d311ea1351d058f8dca774225a5a54f0bdd62c1 -> FETCH_HEAD |
74 | 2024-05-06T17:56:11.673Z | + [[ -n api-typo ]] |
75 | 2024-05-06T17:56:11.676Z | ++ git branch --show-current |
76 | 2024-05-06T17:56:11.679Z | + current=main |
77 | 2024-05-06T17:56:11.679Z | + [[ main != api-typo ]] |
78 | 2024-05-06T17:56:11.679Z | + git branch -f api-typo 0d311ea1351d058f8dca774225a5a54f0bdd62c1 |
79 | 2024-05-06T17:56:11.684Z | + git checkout -f api-typo |
80 | 2024-05-06T17:56:11.805Z | Switched to branch 'api-typo' |
81 | 2024-05-06T17:56:11.808Z | + git reset --hard 0d311ea1351d058f8dca774225a5a54f0bdd62c1 |
82 | 2024-05-06T17:56:11.929Z | HEAD is now at 0d311ea13 API typos |
83 | 2024-05-06T17:56:11.932Z | process exited: duration 7333 ms, exit code 0 |
|
84 | 2024-05-06T17:56:11.939Z | starting task 4: "build" |
85 | 2024-05-06T17:56:11.945Z | + cargo --version |
86 | 2024-05-06T17:56:11.950Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-06T17:56:12.098Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-06T17:56:12.099Z | info: downloading component 'cargo' |
89 | 2024-05-06T17:56:12.916Z | info: downloading component 'clippy' |
90 | 2024-05-06T17:56:13.183Z | info: downloading component 'rust-docs' |
91 | 2024-05-06T17:56:14.255Z | info: downloading component 'rust-std' |
92 | 2024-05-06T17:56:15.864Z | info: downloading component 'rustc' |
93 | 2024-05-06T17:56:20.143Z | info: downloading component 'rustfmt' |
94 | 2024-05-06T17:56:20.381Z | info: installing component 'cargo' |
95 | 2024-05-06T17:56:21.232Z | info: installing component 'clippy' |
96 | 2024-05-06T17:56:21.584Z | info: installing component 'rust-docs' |
97 | 2024-05-06T17:56:23.063Z | info: installing component 'rust-std' |
98 | 2024-05-06T17:56:24.735Z | info: installing component 'rustc' |
99 | 2024-05-06T17:56:28.732Z | info: installing component 'rustfmt' |
100 | 2024-05-06T17:56:29.149Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-06T17:56:29.152Z | + rustc --version |
102 | 2024-05-06T17:56:29.218Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-06T17:56:29.222Z | + WORK=/work |
104 | 2024-05-06T17:56:29.225Z | + pfexec mkdir -p /work |
105 | 2024-05-06T17:56:29.228Z | + pfexec chown build /work |
106 | 2024-05-06T17:56:29.232Z | ++ git rev-parse HEAD |
107 | 2024-05-06T17:56:29.234Z | + COMMIT=0d311ea1351d058f8dca774225a5a54f0bdd62c1 |
108 | 2024-05-06T17:56:29.235Z | + VERSION=8.0.0-0.ci+git0d311ea1351 |
109 | 2024-05-06T17:56:29.235Z | + echo 8.0.0-0.ci+git0d311ea1351 |
110 | 2024-05-06T17:56:29.235Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
111 | 2024-05-06T17:56:35.975Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-05-06T17:56:37.654Z | Planning: Solver setup ... Done (0.957s) |
113 | 2024-05-06T17:56:38.116Z | Planning: Running solver ... Done (0.017s) |
114 | 2024-05-06T17:56:38.116Z | Planning: Finding local manifests ... Done (0.004s) |
115 | 2024-05-06T17:56:38.116Z | Planning: Fetching manifests: 0/4 0% complete |
116 | 2024-05-06T17:56:38.116Z | Planning: Fetching manifests: 4/4 100% complete |
117 | 2024-05-06T17:56:38.116Z | Planning: Package planning ... Done (0.049s) |
118 | 2024-05-06T17:56:38.117Z | Planning: Merging actions ... Done (0.051s) |
119 | 2024-05-06T17:56:38.820Z | Planning: Checking for conflicting actions ... Done (0.766s) |
120 | 2024-05-06T17:56:38.830Z | Planning: Consolidating action changes ... Done (0.011s) |
121 | 2024-05-06T17:56:44.780Z | Planning: Evaluating mediators ... Done (5.949s) |
122 | 2024-05-06T17:56:44.788Z | Planning: Planning completed in 8.81 seconds |
123 | 2024-05-06T17:56:45.426Z | Packages to install: 4 |
124 | 2024-05-06T17:56:45.426Z | Mediators to change: 2 |
125 | 2024-05-06T17:56:45.426Z | Services to change: 1 |
126 | 2024-05-06T17:56:45.434Z | Estimated space available: 155.31 GB |
127 | 2024-05-06T17:56:45.434Z | Estimated space to be consumed: 1.44 GB |
128 | 2024-05-06T17:56:45.434Z | Create boot environment: No |
129 | 2024-05-06T17:56:45.434Z | Create backup boot environment: No |
130 | 2024-05-06T17:56:45.435Z | Rebuild boot archive: No |
131 | 2024-05-06T17:56:45.435Z | |
132 | 2024-05-06T17:56:45.435Z | Changed mediators: |
133 | 2024-05-06T17:56:45.435Z | mediator clang: |
134 | 2024-05-06T17:56:45.435Z | version: None -> 15 (system default) |
135 | 2024-05-06T17:56:45.435Z | |
136 | 2024-05-06T17:56:45.435Z | mediator llvm: |
137 | 2024-05-06T17:56:45.435Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-05-06T17:56:45.435Z | |
139 | 2024-05-06T17:56:45.435Z | Changed packages: |
140 | 2024-05-06T17:56:45.435Z | helios-dev |
141 | 2024-05-06T17:56:45.436Z | developer/build-essential |
142 | 2024-05-06T17:56:45.436Z | None -> 11-2.0 |
143 | 2024-05-06T17:56:45.436Z | library/libxmlsec1 |
144 | 2024-05-06T17:56:45.436Z | None -> 1.2.35-2.0 |
145 | 2024-05-06T17:56:45.436Z | ooce/developer/clang-15 |
146 | 2024-05-06T17:56:45.436Z | None -> 15.0.7-2.0 |
147 | 2024-05-06T17:56:45.436Z | ooce/developer/llvm-15 |
148 | 2024-05-06T17:56:45.436Z | None -> 15.0.7-2.0 |
149 | 2024-05-06T17:56:45.437Z | |
150 | 2024-05-06T17:56:45.437Z | Services: |
151 | 2024-05-06T17:56:45.437Z | restart_fmri: |
152 | 2024-05-06T17:56:45.437Z | svc:/system/update-man-index:default |
153 | 2024-05-06T17:56:45.461Z | |
154 | 2024-05-06T17:56:45.461Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
155 | 2024-05-06T17:56:50.465Z | Download: 1017/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
156 | 2024-05-06T17:56:55.876Z | Download: 1606/3290 items 113.5/212.6MB 53% complete (11.4M/s) |
157 | 2024-05-06T17:57:00.474Z | Download: 3017/3290 items 121.3/212.6MB 57% complete (10.2M/s) |
158 | 2024-05-06T17:57:03.306Z | Download: Completed 212.60 MB in 17.43 seconds (12.2M/s) |
159 | 2024-05-06T17:57:03.800Z | Actions: 1/3689 actions (Installing new actions) |
160 | 2024-05-06T17:57:12.977Z | Actions: 3541/3689 actions (Installing new actions) |
161 | 2024-05-06T17:57:13.035Z | Actions: Completed 3689 actions in 5.71 seconds. |
162 | 2024-05-06T17:57:13.035Z | Done (0.442s) |
163 | 2024-05-06T17:57:13.036Z | Done (0.000s) |
164 | 2024-05-06T17:57:13.061Z | Done (0.287s) |
165 | 2024-05-06T17:57:16.938Z | Done (6.533s) |
166 | 2024-05-06T17:57:17.131Z | Done (0.126s) |
167 | 2024-05-06T17:57:17.140Z | Done (0.000s) |
168 | 2024-05-06T17:57:17.714Z | Done (0.000s) |
169 | 2024-05-06T17:57:17.721Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-05-06T17:57:17.881Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-05-06T17:57:17.884Z | Planning: Consolidating action changes ... Done |
172 | 2024-05-06T17:57:18.158Z | Planning: Evaluating mediators ... Done |
173 | 2024-05-06T17:57:18.174Z | Planning: Planning completed in 0.44 seconds |
174 | 2024-05-06T17:57:18.197Z | Mediators to change: 2 |
175 | 2024-05-06T17:57:18.200Z | Create boot environment: No |
176 | 2024-05-06T17:57:18.200Z | Create backup boot environment: No |
177 | 2024-05-06T17:57:18.255Z | Done |
178 | 2024-05-06T17:57:18.255Z | Done |
179 | 2024-05-06T17:57:18.440Z | Done |
180 | 2024-05-06T17:57:22.032Z | Done |
181 | 2024-05-06T17:57:22.117Z | Done |
182 | 2024-05-06T17:57:22.121Z | Done |
183 | 2024-05-06T17:57:22.475Z | Done |
184 | 2024-05-06T17:57:23.098Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-05-06T17:57:23.104Z | Planning: Merging actions ... Done |
186 | 2024-05-06T17:57:23.289Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-05-06T17:57:23.292Z | Planning: Consolidating action changes ... Done |
188 | 2024-05-06T17:57:23.565Z | Planning: Evaluating mediators ... Done |
189 | 2024-05-06T17:57:23.621Z | Planning: Planning completed in 0.77 seconds |
190 | 2024-05-06T17:57:23.656Z | Packages to change: 1 |
191 | 2024-05-06T17:57:23.657Z | Mediators to change: 1 |
192 | 2024-05-06T17:57:23.660Z | Services to change: 1 |
193 | 2024-05-06T17:57:23.660Z | Create boot environment: No |
194 | 2024-05-06T17:57:23.660Z | Create backup boot environment: Yes |
195 | 2024-05-06T17:57:25.652Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-05-06T17:57:25.747Z | Actions: Completed 6 actions in 0.09 seconds. |
197 | 2024-05-06T17:57:25.754Z | Done |
198 | 2024-05-06T17:57:25.754Z | Done |
199 | 2024-05-06T17:57:25.805Z | Done |
200 | 2024-05-06T17:57:29.431Z | Done |
201 | 2024-05-06T17:57:29.519Z | Done |
202 | 2024-05-06T17:57:29.522Z | Done |
203 | 2024-05-06T17:57:29.635Z | Done |
204 | 2024-05-06T17:57:30.084Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-05-06T17:57:30.084Z | clang system 15 system |
206 | 2024-05-06T17:57:30.084Z | csh system system illumos |
207 | 2024-05-06T17:57:30.084Z | ctags system system illumos |
208 | 2024-05-06T17:57:30.084Z | gcc vendor 12 vendor |
209 | 2024-05-06T17:57:30.084Z | gcc system 10 system |
210 | 2024-05-06T17:57:30.084Z | gcc system 7 system |
211 | 2024-05-06T17:57:30.084Z | go system 1.20 system |
212 | 2024-05-06T17:57:30.084Z | go system 1.19 system |
213 | 2024-05-06T17:57:30.084Z | llvm system 15 system |
214 | 2024-05-06T17:57:30.084Z | llvm system 14 system |
215 | 2024-05-06T17:57:30.084Z | mariadb system 10.6 system |
216 | 2024-05-06T17:57:30.084Z | mta vendor vendor dma |
217 | 2024-05-06T17:57:30.084Z | openjdk system 17 system |
218 | 2024-05-06T17:57:30.084Z | openjdk system 11 system |
219 | 2024-05-06T17:57:30.084Z | openjdk system 1.8 system |
220 | 2024-05-06T17:57:30.084Z | openssl vendor 3 vendor |
221 | 2024-05-06T17:57:30.084Z | perl system 5.36 system |
222 | 2024-05-06T17:57:30.084Z | postgresql system 15 system |
223 | 2024-05-06T17:57:30.084Z | postgresql system 13 system |
224 | 2024-05-06T17:57:30.085Z | python vendor 3 vendor |
225 | 2024-05-06T17:57:30.085Z | python system 2 system |
226 | 2024-05-06T17:57:30.085Z | python3 system 3.11 system |
227 | 2024-05-06T17:57:30.085Z | ruby system 3.0 system |
228 | 2024-05-06T17:57:30.085Z | words vendor vendor american-english |
229 | 2024-05-06T17:57:30.085Z | words system system australian-english |
230 | 2024-05-06T17:57:30.085Z | words system system british-english |
231 | 2024-05-06T17:57:30.085Z | words system system canadian-english |
232 | 2024-05-06T17:57:30.085Z | words system system french |
233 | 2024-05-06T17:57:30.085Z | words system system italian |
234 | 2024-05-06T17:57:30.085Z | words system system ngerman |
235 | 2024-05-06T17:57:30.085Z | words system system ogerman |
236 | 2024-05-06T17:57:30.085Z | words system system spanish |
237 | 2024-05-06T17:57:30.432Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2024-05-06T17:57:30.432Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2024-05-06T17:57:31.770Z | FMRI IFO |
240 | 2024-05-06T17:57:31.770Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2024-05-06T17:57:31.770Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2024-05-06T17:57:31.770Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2024-05-06T17:57:31.770Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2024-05-06T17:57:31.770Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2024-05-06T17:57:31.771Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2024-05-06T17:57:31.771Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
247 | 2024-05-06T17:57:31.771Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
248 | 2024-05-06T17:57:31.771Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
249 | 2024-05-06T17:57:31.771Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
250 | 2024-05-06T17:57:31.771Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
251 | 2024-05-06T17:57:31.771Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
252 | 2024-05-06T17:57:32.036Z | + set -o errexit |
253 | 2024-05-06T17:57:32.048Z | +++ dirname ./tools/ci_download_cockroachdb |
254 | 2024-05-06T17:57:32.048Z | ++ cd ./tools |
255 | 2024-05-06T17:57:32.048Z | ++ pwd |
256 | 2024-05-06T17:57:32.049Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
257 | 2024-05-06T17:57:32.049Z | ++ basename ./tools/ci_download_cockroachdb |
258 | 2024-05-06T17:57:32.049Z | + ARG0=ci_download_cockroachdb |
259 | 2024-05-06T17:57:32.049Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
260 | 2024-05-06T17:57:32.049Z | + CIDL_VERSION=v22.1.9 |
261 | 2024-05-06T17:57:32.049Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
262 | 2024-05-06T17:57:32.049Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
263 | 2024-05-06T17:57:32.049Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
264 | 2024-05-06T17:57:32.049Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
265 | 2024-05-06T17:57:32.049Z | + TARGET_DIR=out |
266 | 2024-05-06T17:57:32.049Z | + DOWNLOAD_DIR=out/downloads |
267 | 2024-05-06T17:57:32.049Z | + DEST_DIR=./out/cockroachdb |
268 | 2024-05-06T17:57:32.049Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
269 | 2024-05-06T17:57:32.049Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
270 | 2024-05-06T17:57:32.049Z | + main |
271 | 2024-05-06T17:57:32.049Z | + [[ 0 != 0 ]] |
272 | 2024-05-06T17:57:32.049Z | + CIDL_OS=solaris2.11 |
273 | 2024-05-06T17:57:32.049Z | + [[ 0 != 0 ]] |
274 | 2024-05-06T17:57:32.049Z | + configure_os solaris2.11 |
275 | 2024-05-06T17:57:32.049Z | + echo 'current directory: /work/oxidecomputer/omicron' |
276 | 2024-05-06T17:57:32.049Z | current directory: /work/oxidecomputer/omicron |
277 | 2024-05-06T17:57:32.049Z | configuring based on OS: "solaris2.11" |
278 | 2024-05-06T17:57:32.050Z | + echo 'configuring based on OS: "solaris2.11"' |
279 | 2024-05-06T17:57:32.050Z | + case "$1" in |
280 | 2024-05-06T17:57:32.050Z | + CIDL_BUILD=illumos |
281 | 2024-05-06T17:57:32.050Z | + CIDL_SUFFIX=tar.gz |
282 | 2024-05-06T17:57:32.050Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
283 | 2024-05-06T17:57:32.050Z | + CIDL_URL_BASE=https://illumos.org/downloads |
284 | 2024-05-06T17:57:32.050Z | + CIDL_ASSEMBLE=do_assemble_illumos |
285 | 2024-05-06T17:57:32.050Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
286 | 2024-05-06T17:57:32.050Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-05-06T17:57:32.050Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-06T17:57:32.050Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
289 | 2024-05-06T17:57:32.050Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-06T17:57:32.050Z | + CIDL_SHA256FUNC=do_sha256sum |
291 | 2024-05-06T17:57:32.050Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-05-06T17:57:32.050Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-05-06T17:57:32.050Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-05-06T17:57:32.050Z | + mkdir -p out/downloads |
295 | 2024-05-06T17:57:32.050Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-05-06T17:57:32.050Z | + mkdir -p ./out/cockroachdb |
297 | 2024-05-06T17:57:32.050Z | + local DO_DOWNLOAD=true |
298 | 2024-05-06T17:57:32.050Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
299 | 2024-05-06T17:57:32.050Z | + '[' true == true ']' |
300 | 2024-05-06T17:57:32.051Z | + echo Downloading... |
301 | 2024-05-06T17:57:32.074Z | Downloading... |
302 | 2024-05-06T17:57:32.075Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-05-06T17:57:32.075Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-05-06T17:57:34.987Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-06T17:57:35.005Z | ++ sha256sum |
306 | 2024-05-06T17:57:35.005Z | ++ awk '{print $1}' |
307 | 2024-05-06T17:57:35.043Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
308 | 2024-05-06T17:57:35.043Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
309 | 2024-05-06T17:57:35.048Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-05-06T17:57:35.048Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
311 | 2024-05-06T17:57:37.232Z | + do_assemble_illumos |
312 | 2024-05-06T17:57:37.233Z | + rm -r ./out/cockroachdb |
313 | 2024-05-06T17:57:37.643Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
314 | 2024-05-06T17:57:37.660Z | + ./out/cockroachdb/bin/cockroach version |
315 | 2024-05-06T17:57:37.925Z | Build Tag: v22.1.9-dirty |
316 | 2024-05-06T17:57:37.925Z | Build Time: 2022/10/26 21:17:46 |
317 | 2024-05-06T17:57:37.925Z | Distribution: OSS |
318 | 2024-05-06T17:57:37.925Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
319 | 2024-05-06T17:57:37.925Z | Go Version: go1.17.13 |
320 | 2024-05-06T17:57:37.925Z | C Compiler: gcc 10.3.0 |
321 | 2024-05-06T17:57:37.925Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
322 | 2024-05-06T17:57:37.925Z | Build Type: release |
323 | 2024-05-06T17:57:37.942Z | + set -o errexit |
324 | 2024-05-06T17:57:37.946Z | +++ dirname ./tools/ci_download_clickhouse |
325 | 2024-05-06T17:57:37.950Z | ++ cd ./tools |
326 | 2024-05-06T17:57:37.950Z | ++ pwd |
327 | 2024-05-06T17:57:37.950Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
328 | 2024-05-06T17:57:37.950Z | ++ basename ./tools/ci_download_clickhouse |
329 | 2024-05-06T17:57:37.950Z | + ARG0=ci_download_clickhouse |
330 | 2024-05-06T17:57:37.950Z | + TARGET_DIR=out |
331 | 2024-05-06T17:57:37.950Z | + DOWNLOAD_DIR=out/downloads |
332 | 2024-05-06T17:57:37.950Z | + DEST_DIR=./out/clickhouse |
333 | 2024-05-06T17:57:37.954Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
334 | 2024-05-06T17:57:37.954Z | + CIDL_VERSION=v23.8.7.24 |
335 | 2024-05-06T17:57:37.954Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
336 | 2024-05-06T17:57:37.954Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
337 | 2024-05-06T17:57:37.954Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
338 | 2024-05-06T17:57:37.954Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
339 | 2024-05-06T17:57:37.954Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
340 | 2024-05-06T17:57:37.954Z | + main |
341 | 2024-05-06T17:57:37.954Z | + [[ 0 != 0 ]] |
342 | 2024-05-06T17:57:37.954Z | + CIDL_OS=solaris2.11 |
343 | 2024-05-06T17:57:37.954Z | + [[ 0 != 0 ]] |
344 | 2024-05-06T17:57:37.954Z | + configure_os solaris2.11 |
345 | 2024-05-06T17:57:37.954Z | + echo 'current directory: /work/oxidecomputer/omicron' |
346 | 2024-05-06T17:57:37.954Z | current directory: /work/oxidecomputer/omicron |
347 | 2024-05-06T17:57:37.954Z | + echo 'configuring based on OS: "solaris2.11"' |
348 | 2024-05-06T17:57:37.954Z | + CIDL_DASHREV= |
349 | 2024-05-06T17:57:37.954Z | + case "$1" in |
350 | 2024-05-06T17:57:37.954Z | configuring based on OS: "solaris2.11" |
351 | 2024-05-06T17:57:37.955Z | + CIDL_PLATFORM=illumos |
352 | 2024-05-06T17:57:37.955Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
353 | 2024-05-06T17:57:37.955Z | + CIDL_MD5FUNC=do_md5sum |
354 | 2024-05-06T17:57:37.955Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
355 | 2024-05-06T17:57:37.955Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-06T17:57:37.955Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-05-06T17:57:37.955Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-06T17:57:37.955Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
359 | 2024-05-06T17:57:37.955Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-06T17:57:37.955Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-05-06T17:57:37.955Z | + mkdir -p out/downloads |
362 | 2024-05-06T17:57:37.955Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-06T17:57:37.961Z | + mkdir -p ./out/clickhouse |
364 | 2024-05-06T17:57:37.961Z | + local DO_DOWNLOAD=true |
365 | 2024-05-06T17:57:37.962Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
366 | 2024-05-06T17:57:37.962Z | + '[' true == true ']' |
367 | 2024-05-06T17:57:37.962Z | + echo Downloading... |
368 | 2024-05-06T17:57:37.962Z | Downloading... |
369 | 2024-05-06T17:57:37.962Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-05-06T17:57:37.962Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
371 | 2024-05-06T17:57:39.629Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-05-06T17:57:39.632Z | ++ md5sum |
373 | 2024-05-06T17:57:39.632Z | ++ awk '{print $1}' |
374 | 2024-05-06T17:57:39.947Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
375 | 2024-05-06T17:57:39.947Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
376 | 2024-05-06T17:57:39.947Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
377 | 2024-05-06T17:57:39.950Z | + mkdir -p ./out/clickhouse |
378 | 2024-05-06T17:57:39.950Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
379 | 2024-05-06T17:57:43.821Z | + [[ solaris2.11 == darwin* ]] |
380 | 2024-05-06T17:57:43.821Z | + ./out/clickhouse/clickhouse server --version |
381 | 2024-05-06T17:57:44.308Z | ClickHouse server version 23.8.7.1. |
382 | 2024-05-06T17:57:44.331Z | + set -o errexit |
383 | 2024-05-06T17:57:44.344Z | +++ dirname ./tools/ci_download_console |
384 | 2024-05-06T17:57:44.344Z | ++ cd ./tools |
385 | 2024-05-06T17:57:44.344Z | ++ pwd |
386 | 2024-05-06T17:57:44.344Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
387 | 2024-05-06T17:57:44.344Z | ++ basename ./tools/ci_download_console |
388 | 2024-05-06T17:57:44.344Z | + ARG0=ci_download_console |
389 | 2024-05-06T17:57:44.344Z | + TARGET_DIR=out |
390 | 2024-05-06T17:57:44.344Z | + DOWNLOAD_DIR=out/downloads |
391 | 2024-05-06T17:57:44.344Z | + DEST_DIR=./out/console-assets |
392 | 2024-05-06T17:57:44.344Z | + source /work/oxidecomputer/omicron/tools/console_version |
393 | 2024-05-06T17:57:44.345Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
394 | 2024-05-06T17:57:44.345Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
395 | 2024-05-06T17:57:44.345Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
396 | 2024-05-06T17:57:44.345Z | + TARBALL_FILE=out/downloads/console.tar.gz |
397 | 2024-05-06T17:57:44.345Z | + main |
398 | 2024-05-06T17:57:44.345Z | + [[ 0 != 0 ]] |
399 | 2024-05-06T17:57:44.345Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
400 | 2024-05-06T17:57:44.345Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
401 | 2024-05-06T17:57:44.345Z | + echo 'Local file: out/downloads/console.tar.gz' |
402 | 2024-05-06T17:57:44.345Z | Local file: out/downloads/console.tar.gz |
403 | 2024-05-06T17:57:44.345Z | + local DO_DOWNLOAD=true |
404 | 2024-05-06T17:57:44.345Z | + [[ -f out/downloads/console.tar.gz ]] |
405 | 2024-05-06T17:57:44.345Z | + mkdir -p out/downloads |
406 | 2024-05-06T17:57:44.345Z | + '[' true == true ']' |
407 | 2024-05-06T17:57:44.345Z | + echo Downloading... |
408 | 2024-05-06T17:57:44.345Z | Downloading... |
409 | 2024-05-06T17:57:44.346Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
410 | 2024-05-06T17:57:44.346Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
411 | 2024-05-06T17:57:45.011Z | ++ do_sha256sum out/downloads/console.tar.gz |
412 | 2024-05-06T17:57:45.011Z | ++ case "$OSTYPE" in |
413 | 2024-05-06T17:57:45.011Z | ++ SHA=sha256sum |
414 | 2024-05-06T17:57:45.014Z | ++ sha256sum |
415 | 2024-05-06T17:57:45.014Z | ++ awk '{print $1}' |
416 | 2024-05-06T17:57:45.020Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
417 | 2024-05-06T17:57:45.023Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
418 | 2024-05-06T17:57:45.023Z | + rm -rf ./out/console-assets |
419 | 2024-05-06T17:57:45.024Z | + mkdir -p ./out/console-assets |
420 | 2024-05-06T17:57:45.027Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
421 | 2024-05-06T17:57:45.027Z | + mkdir -p ./out/console-assets |
422 | 2024-05-06T17:57:45.027Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
423 | 2024-05-06T17:57:45.119Z | + set -o errexit |
424 | 2024-05-06T17:57:45.122Z | +++ dirname ./tools/ci_download_dendrite_openapi |
425 | 2024-05-06T17:57:45.126Z | ++ cd ./tools |
426 | 2024-05-06T17:57:45.126Z | ++ pwd |
427 | 2024-05-06T17:57:45.126Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
428 | 2024-05-06T17:57:45.126Z | ++ basename ./tools/ci_download_dendrite_openapi |
429 | 2024-05-06T17:57:45.130Z | + ARG0=ci_download_dendrite_openapi |
430 | 2024-05-06T17:57:45.130Z | + TARGET_DIR=out |
431 | 2024-05-06T17:57:45.130Z | + DOWNLOAD_DIR=out/downloads |
432 | 2024-05-06T17:57:45.130Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
433 | 2024-05-06T17:57:45.130Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
434 | 2024-05-06T17:57:45.130Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
435 | 2024-05-06T17:57:45.130Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
436 | 2024-05-06T17:57:45.130Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
437 | 2024-05-06T17:57:45.130Z | + main |
438 | 2024-05-06T17:57:45.130Z | + [[ 0 != 0 ]] |
439 | 2024-05-06T17:57:45.130Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
440 | 2024-05-06T17:57:45.130Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
441 | 2024-05-06T17:57:45.130Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
442 | 2024-05-06T17:57:45.130Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
443 | 2024-05-06T17:57:45.130Z | + local DO_DOWNLOAD=true |
444 | 2024-05-06T17:57:45.130Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
445 | 2024-05-06T17:57:45.130Z | + mkdir -p out/downloads |
446 | 2024-05-06T17:57:45.130Z | + '[' true == true ']' |
447 | 2024-05-06T17:57:45.130Z | + echo Downloading... |
448 | 2024-05-06T17:57:45.130Z | Downloading... |
449 | 2024-05-06T17:57:45.131Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
450 | 2024-05-06T17:57:45.131Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
451 | 2024-05-06T17:57:45.352Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
452 | 2024-05-06T17:57:45.352Z | ++ case "$OSTYPE" in |
453 | 2024-05-06T17:57:45.358Z | ++ SHA=sha256sum |
454 | 2024-05-06T17:57:45.358Z | ++ sha256sum |
455 | 2024-05-06T17:57:45.358Z | ++ awk '{print $1}' |
456 | 2024-05-06T17:57:45.361Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
457 | 2024-05-06T17:57:45.361Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
458 | 2024-05-06T17:57:45.364Z | + set -o errexit |
459 | 2024-05-06T17:57:45.368Z | +++ dirname ./tools/ci_download_dendrite_stub |
460 | 2024-05-06T17:57:45.371Z | ++ cd ./tools |
461 | 2024-05-06T17:57:45.371Z | ++ pwd |
462 | 2024-05-06T17:57:45.371Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
463 | 2024-05-06T17:57:45.371Z | ++ basename ./tools/ci_download_dendrite_stub |
464 | 2024-05-06T17:57:45.371Z | + ARG0=ci_download_dendrite_stub |
465 | 2024-05-06T17:57:45.371Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
466 | 2024-05-06T17:57:45.371Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
467 | 2024-05-06T17:57:45.371Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
468 | 2024-05-06T17:57:45.371Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
469 | 2024-05-06T17:57:45.372Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
470 | 2024-05-06T17:57:45.372Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
471 | 2024-05-06T17:57:45.372Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
472 | 2024-05-06T17:57:45.372Z | + TARGET_DIR=out |
473 | 2024-05-06T17:57:45.372Z | + DOWNLOAD_DIR=out/downloads |
474 | 2024-05-06T17:57:45.372Z | + DEST_DIR=./out/dendrite-stub |
475 | 2024-05-06T17:57:45.372Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
476 | 2024-05-06T17:57:45.372Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
477 | 2024-05-06T17:57:45.372Z | + REPO=oxidecomputer/dendrite |
478 | 2024-05-06T17:57:45.372Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
479 | 2024-05-06T17:57:45.375Z | + main |
480 | 2024-05-06T17:57:45.375Z | + [[ 0 != 0 ]] |
481 | 2024-05-06T17:57:45.375Z | + CIDL_OS=solaris2.11 |
482 | 2024-05-06T17:57:45.375Z | + [[ 0 != 0 ]] |
483 | 2024-05-06T17:57:45.375Z | + configure_os solaris2.11 |
484 | 2024-05-06T17:57:45.376Z | + echo 'current directory: /work/oxidecomputer/omicron' |
485 | 2024-05-06T17:57:45.376Z | current directory: /work/oxidecomputer/omicron |
486 | 2024-05-06T17:57:45.376Z | + echo 'configuring based on OS: "solaris2.11"' |
487 | 2024-05-06T17:57:45.376Z | + case "$1" in |
488 | 2024-05-06T17:57:45.376Z | + SET_BINARIES= |
489 | 2024-05-06T17:57:45.376Z | configuring based on OS: "solaris2.11" |
490 | 2024-05-06T17:57:45.376Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
491 | 2024-05-06T17:57:45.376Z | + CIDL_SHA256FUNC=do_sha256sum |
492 | 2024-05-06T17:57:45.376Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
493 | 2024-05-06T17:57:45.376Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
494 | 2024-05-06T17:57:45.376Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
495 | 2024-05-06T17:57:45.376Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
496 | 2024-05-06T17:57:45.376Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
497 | 2024-05-06T17:57:45.376Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
498 | 2024-05-06T17:57:45.376Z | Local file: out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-06T17:57:45.376Z | + mkdir -p out/downloads |
500 | 2024-05-06T17:57:45.376Z | + mkdir -p ./out/dendrite-stub |
501 | 2024-05-06T17:57:45.380Z | + fetch_and_verify |
502 | 2024-05-06T17:57:45.380Z | + local DO_DOWNLOAD=true |
503 | 2024-05-06T17:57:45.380Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
504 | 2024-05-06T17:57:45.380Z | + '[' true == true ']' |
505 | 2024-05-06T17:57:45.380Z | + echo Downloading... |
506 | 2024-05-06T17:57:45.380Z | Downloading... |
507 | 2024-05-06T17:57:45.380Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
508 | 2024-05-06T17:57:45.380Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
509 | 2024-05-06T17:57:55.382Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
510 | 2024-05-06T17:57:55.394Z | ++ sha256sum |
511 | 2024-05-06T17:57:55.394Z | ++ awk '{print $1}' |
512 | 2024-05-06T17:57:55.402Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
513 | 2024-05-06T17:57:55.402Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
514 | 2024-05-06T17:57:55.405Z | + do_untar out/downloads/dendrite-stub.tar.gz |
515 | 2024-05-06T17:57:55.405Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
516 | 2024-05-06T17:57:56.029Z | + do_assemble |
517 | 2024-05-06T17:57:56.029Z | + rm -r ./out/dendrite-stub |
518 | 2024-05-06T17:57:56.032Z | + mkdir ./out/dendrite-stub |
519 | 2024-05-06T17:57:56.035Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
520 | 2024-05-06T17:57:56.118Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
521 | 2024-05-06T17:57:56.129Z | + set -o errexit |
522 | 2024-05-06T17:57:56.133Z | +++ dirname ./tools/ci_download_maghemite_mgd |
523 | 2024-05-06T17:57:56.133Z | ++ cd ./tools |
524 | 2024-05-06T17:57:56.139Z | ++ pwd |
525 | 2024-05-06T17:57:56.139Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-05-06T17:57:56.139Z | ++ basename ./tools/ci_download_maghemite_mgd |
527 | 2024-05-06T17:57:56.139Z | + ARG0=ci_download_maghemite_mgd |
528 | 2024-05-06T17:57:56.139Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
529 | 2024-05-06T17:57:56.139Z | ++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
530 | 2024-05-06T17:57:56.142Z | ++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c |
531 | 2024-05-06T17:57:56.142Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
532 | 2024-05-06T17:57:56.142Z | ++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d |
533 | 2024-05-06T17:57:56.142Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
534 | 2024-05-06T17:57:56.142Z | + TARGET_DIR=out |
535 | 2024-05-06T17:57:56.143Z | + DOWNLOAD_DIR=out/downloads |
536 | 2024-05-06T17:57:56.143Z | + DEST_DIR=./out/mgd |
537 | 2024-05-06T17:57:56.143Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
538 | 2024-05-06T17:57:56.143Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2024-05-06T17:57:56.143Z | + REPO=oxidecomputer/maghemite |
540 | 2024-05-06T17:57:56.143Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d |
541 | 2024-05-06T17:57:56.143Z | + main |
542 | 2024-05-06T17:57:56.143Z | + rm -rf out/downloads/root |
543 | 2024-05-06T17:57:56.146Z | + [[ 0 != 0 ]] |
544 | 2024-05-06T17:57:56.146Z | + CIDL_OS=solaris2.11 |
545 | 2024-05-06T17:57:56.146Z | + [[ 0 != 0 ]] |
546 | 2024-05-06T17:57:56.146Z | + configure_os solaris2.11 |
547 | 2024-05-06T17:57:56.146Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-05-06T17:57:56.146Z | current directory: /work/oxidecomputer/omicron |
549 | 2024-05-06T17:57:56.146Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-05-06T17:57:56.146Z | + case "$1" in |
551 | 2024-05-06T17:57:56.146Z | configuring based on OS: "solaris2.11" |
552 | 2024-05-06T17:57:56.146Z | + SET_BINARIES= |
553 | 2024-05-06T17:57:56.146Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2024-05-06T17:57:56.146Z | + TARBALL_FILENAME=mgd.tar.gz |
555 | 2024-05-06T17:57:56.147Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
556 | 2024-05-06T17:57:56.147Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
557 | 2024-05-06T17:57:56.147Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz' |
558 | 2024-05-06T17:57:56.147Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
559 | 2024-05-06T17:57:56.147Z | Local file: out/downloads/mgd.tar.gz |
560 | 2024-05-06T17:57:56.147Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
561 | 2024-05-06T17:57:56.147Z | + mkdir -p out/downloads |
562 | 2024-05-06T17:57:56.150Z | + mkdir -p ./out/mgd |
563 | 2024-05-06T17:57:56.150Z | + fetch_and_verify |
564 | 2024-05-06T17:57:56.150Z | + local DO_DOWNLOAD=true |
565 | 2024-05-06T17:57:56.150Z | + [[ -f out/downloads/mgd.tar.gz ]] |
566 | 2024-05-06T17:57:56.150Z | + '[' true == true ']' |
567 | 2024-05-06T17:57:56.150Z | + echo Downloading... |
568 | 2024-05-06T17:57:56.150Z | Downloading... |
569 | 2024-05-06T17:57:56.150Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz |
570 | 2024-05-06T17:57:56.150Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
571 | 2024-05-06T17:58:07.226Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
572 | 2024-05-06T17:58:07.230Z | ++ sha256sum |
573 | 2024-05-06T17:58:07.230Z | ++ awk '{print $1}' |
574 | 2024-05-06T17:58:07.253Z | + calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
575 | 2024-05-06T17:58:07.256Z | + [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]] |
576 | 2024-05-06T17:58:07.256Z | + do_untar out/downloads/mgd.tar.gz |
577 | 2024-05-06T17:58:07.256Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
578 | 2024-05-06T17:58:07.853Z | + do_assemble |
579 | 2024-05-06T17:58:07.853Z | + rm -r ./out/mgd |
580 | 2024-05-06T17:58:07.858Z | + mkdir ./out/mgd |
581 | 2024-05-06T17:58:07.861Z | + cp -r out/downloads/root ./out/mgd/root |
582 | 2024-05-06T17:58:07.940Z | + set -o errexit |
583 | 2024-05-06T17:58:07.947Z | +++ dirname ./tools/ci_download_transceiver_control |
584 | 2024-05-06T17:58:07.947Z | ++ cd ./tools |
585 | 2024-05-06T17:58:07.947Z | ++ pwd |
586 | 2024-05-06T17:58:07.947Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
587 | 2024-05-06T17:58:07.964Z | ++ basename ./tools/ci_download_transceiver_control |
588 | 2024-05-06T17:58:07.964Z | + ARG0=ci_download_transceiver_control |
589 | 2024-05-06T17:58:07.964Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
590 | 2024-05-06T17:58:07.964Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
591 | 2024-05-06T17:58:07.964Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
592 | 2024-05-06T17:58:07.964Z | + TARGET_DIR=out |
593 | 2024-05-06T17:58:07.965Z | + DOWNLOAD_DIR=out/downloads |
594 | 2024-05-06T17:58:07.965Z | + DEST_DIR=./out/transceiver-control |
595 | 2024-05-06T17:58:07.965Z | + BIN_DIR=/opt/oxide/bin |
596 | 2024-05-06T17:58:07.965Z | + BINARY=xcvradm |
597 | 2024-05-06T17:58:07.965Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
598 | 2024-05-06T17:58:07.966Z | + REPO=oxidecomputer/transceiver-control |
599 | 2024-05-06T17:58:07.966Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
600 | 2024-05-06T17:58:07.966Z | + main |
601 | 2024-05-06T17:58:07.966Z | + [[ 0 != 0 ]] |
602 | 2024-05-06T17:58:07.966Z | + CIDL_OS=solaris2.11 |
603 | 2024-05-06T17:58:07.966Z | + [[ 0 != 0 ]] |
604 | 2024-05-06T17:58:07.967Z | + configure_os solaris2.11 |
605 | 2024-05-06T17:58:07.967Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2024-05-06T17:58:07.967Z | current directory: /work/oxidecomputer/omicron |
607 | 2024-05-06T17:58:07.967Z | + echo 'configuring based on OS: "solaris2.11"' |
608 | 2024-05-06T17:58:07.967Z | + case "$1" in |
609 | 2024-05-06T17:58:07.968Z | + SET_BINARIES= |
610 | 2024-05-06T17:58:07.968Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
611 | 2024-05-06T17:58:07.968Z | configuring based on OS: "solaris2.11" |
612 | 2024-05-06T17:58:07.968Z | + CIDL_SHA256FUNC=do_sha256sum |
613 | 2024-05-06T17:58:07.968Z | + ARCHIVE_FILENAME=xcvradm.gz |
614 | 2024-05-06T17:58:07.968Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
615 | 2024-05-06T17:58:07.969Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
616 | 2024-05-06T17:58:07.969Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
617 | 2024-05-06T17:58:07.969Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
618 | 2024-05-06T17:58:07.969Z | + echo 'Local file: out/downloads/xcvradm.gz' |
619 | 2024-05-06T17:58:07.969Z | + mkdir -p out/downloads |
620 | 2024-05-06T17:58:07.969Z | Local file: out/downloads/xcvradm.gz |
621 | 2024-05-06T17:58:07.970Z | + mkdir -p ./out/transceiver-control |
622 | 2024-05-06T17:58:07.970Z | + fetch_and_verify |
623 | 2024-05-06T17:58:07.970Z | + local DO_DOWNLOAD=true |
624 | 2024-05-06T17:58:07.970Z | + [[ -f out/downloads/xcvradm.gz ]] |
625 | 2024-05-06T17:58:07.970Z | + '[' true == true ']' |
626 | 2024-05-06T17:58:07.970Z | + echo Downloading... |
627 | 2024-05-06T17:58:07.971Z | Downloading... |
628 | 2024-05-06T17:58:07.971Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
629 | 2024-05-06T17:58:07.971Z | + 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 |
630 | 2024-05-06T17:58:10.336Z | ++ do_sha256sum out/downloads/xcvradm.gz |
631 | 2024-05-06T17:58:10.340Z | ++ sha256sum |
632 | 2024-05-06T17:58:10.340Z | ++ awk '{print $1}' |
633 | 2024-05-06T17:58:10.345Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2024-05-06T17:58:10.350Z | + [[ 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 ]] |
635 | 2024-05-06T17:58:10.350Z | + do_unpack out/downloads/xcvradm.gz |
636 | 2024-05-06T17:58:10.350Z | + mkdir -p out/downloads/root//opt/oxide/bin |
637 | 2024-05-06T17:58:10.350Z | + gzip -dc out/downloads/xcvradm.gz |
638 | 2024-05-06T17:58:10.471Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
639 | 2024-05-06T17:58:10.474Z | + do_assemble |
640 | 2024-05-06T17:58:10.475Z | + rm -r ./out/transceiver-control |
641 | 2024-05-06T17:58:10.478Z | + mkdir ./out/transceiver-control |
642 | 2024-05-06T17:58:10.478Z | + cp -r out/downloads/root ./out/transceiver-control/root |
643 | 2024-05-06T17:58:10.581Z | + set -o errexit |
644 | 2024-05-06T17:58:10.585Z | +++ dirname ./tools/ci_download_thundermuffin |
645 | 2024-05-06T17:58:10.588Z | ++ cd ./tools |
646 | 2024-05-06T17:58:10.588Z | ++ pwd |
647 | 2024-05-06T17:58:10.588Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2024-05-06T17:58:10.588Z | ++ basename ./tools/ci_download_thundermuffin |
649 | 2024-05-06T17:58:10.591Z | + ARG0=ci_download_thundermuffin |
650 | 2024-05-06T17:58:10.591Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
651 | 2024-05-06T17:58:10.591Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
652 | 2024-05-06T17:58:10.591Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
653 | 2024-05-06T17:58:10.591Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
654 | 2024-05-06T17:58:10.592Z | + TARGET_DIR=out |
655 | 2024-05-06T17:58:10.592Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-05-06T17:58:10.592Z | + DEST_DIR=./out/thundermuffin |
657 | 2024-05-06T17:58:10.592Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
658 | 2024-05-06T17:58:10.592Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2024-05-06T17:58:10.592Z | + REPO=oxidecomputer/thundermuffin |
660 | 2024-05-06T17:58:10.592Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
661 | 2024-05-06T17:58:10.592Z | + main |
662 | 2024-05-06T17:58:10.592Z | + rm -rf out/downloads/root |
663 | 2024-05-06T17:58:10.598Z | + [[ 0 != 0 ]] |
664 | 2024-05-06T17:58:10.598Z | + CIDL_OS=solaris2.11 |
665 | 2024-05-06T17:58:10.598Z | + [[ 0 != 0 ]] |
666 | 2024-05-06T17:58:10.598Z | + configure_os solaris2.11 |
667 | 2024-05-06T17:58:10.601Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-05-06T17:58:10.601Z | current directory: /work/oxidecomputer/omicron |
669 | 2024-05-06T17:58:10.602Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2024-05-06T17:58:10.602Z | + case "$1" in |
671 | 2024-05-06T17:58:10.602Z | configuring based on OS: "solaris2.11" |
672 | 2024-05-06T17:58:10.602Z | + SET_BINARIES= |
673 | 2024-05-06T17:58:10.602Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2024-05-06T17:58:10.602Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
675 | 2024-05-06T17:58:10.602Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
676 | 2024-05-06T17:58:10.602Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
677 | 2024-05-06T17:58:10.602Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
678 | 2024-05-06T17:58:10.602Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
679 | 2024-05-06T17:58:10.602Z | Local file: out/downloads/thundermuffin.tar.gz |
680 | 2024-05-06T17:58:10.602Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
681 | 2024-05-06T17:58:10.602Z | + mkdir -p out/downloads |
682 | 2024-05-06T17:58:10.602Z | + mkdir -p ./out/thundermuffin |
683 | 2024-05-06T17:58:10.602Z | + fetch_and_verify |
684 | 2024-05-06T17:58:10.602Z | + local DO_DOWNLOAD=true |
685 | 2024-05-06T17:58:10.602Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
686 | 2024-05-06T17:58:10.602Z | + '[' true == true ']' |
687 | 2024-05-06T17:58:10.607Z | + echo Downloading... |
688 | 2024-05-06T17:58:10.608Z | Downloading... |
689 | 2024-05-06T17:58:10.608Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
690 | 2024-05-06T17:58:10.608Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
691 | 2024-05-06T17:58:11.650Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
692 | 2024-05-06T17:58:11.655Z | ++ sha256sum |
693 | 2024-05-06T17:58:11.656Z | ++ awk '{print $1}' |
694 | 2024-05-06T17:58:11.665Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
695 | 2024-05-06T17:58:11.665Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
696 | 2024-05-06T17:58:11.665Z | + do_untar out/downloads/thundermuffin.tar.gz |
697 | 2024-05-06T17:58:11.665Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
698 | 2024-05-06T17:58:11.720Z | + do_assemble |
699 | 2024-05-06T17:58:11.721Z | + rm -r ./out/thundermuffin |
700 | 2024-05-06T17:58:11.725Z | + mkdir ./out/thundermuffin |
701 | 2024-05-06T17:58:11.748Z | + cp -r out/downloads/root ./out/thundermuffin/root |
702 | 2024-05-06T17:58:11.748Z | All prerequisites installed successfully |
703 | 2024-05-06T17:58:11.748Z | |
704 | 2024-05-06T17:58:11.748Z | real 1:42.421436651 |
705 | 2024-05-06T17:58:11.748Z | user 33.577259233 |
706 | 2024-05-06T17:58:11.748Z | sys 6.765186110 |
707 | 2024-05-06T17:58:11.749Z | trap 0.009045620 |
708 | 2024-05-06T17:58:11.749Z | tflt 0.283583982 |
709 | 2024-05-06T17:58:11.749Z | dflt 0.215522790 |
710 | 2024-05-06T17:58:11.749Z | kflt 0.189948921 |
711 | 2024-05-06T17:58:11.749Z | lock 2.085856053 |
712 | 2024-05-06T17:58:11.749Z | slp 3:30.916863815 |
713 | 2024-05-06T17:58:11.749Z | lat 1.993485988 |
714 | 2024-05-06T17:58:11.749Z | stop 0.143118995 |
715 | 2024-05-06T17:58:11.749Z | + ptime -m ./tools/ci_download_softnpu_machinery |
716 | 2024-05-06T17:58:11.749Z | fetching npuzone |
717 | 2024-05-06T17:58:11.753Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
718 | 2024-05-06T17:58:11.753Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
719 | 2024-05-06T17:58:11.754Z | Getting hash for npuzone |
720 | 2024-05-06T17:58:11.841Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
721 | 2024-05-06T17:58:18.212Z | npuzone downloaded successfully |
722 | 2024-05-06T17:58:18.216Z | |
723 | 2024-05-06T17:58:18.219Z | real 6.475247591 |
724 | 2024-05-06T17:58:18.219Z | user 0.245793141 |
725 | 2024-05-06T17:58:18.219Z | sys 0.084022270 |
726 | 2024-05-06T17:58:18.219Z | trap 0.000023311 |
727 | 2024-05-06T17:58:18.219Z | tflt 0.000000000 |
728 | 2024-05-06T17:58:18.220Z | dflt 0.000000000 |
729 | 2024-05-06T17:58:18.220Z | kflt 0.000000000 |
730 | 2024-05-06T17:58:18.220Z | lock 0.000000000 |
731 | 2024-05-06T17:58:18.220Z | slp 19.009759035 |
732 | 2024-05-06T17:58:18.220Z | lat 0.055404022 |
733 | 2024-05-06T17:58:18.220Z | stop 0.000175614 |
734 | 2024-05-06T17:58:18.220Z | + export CARGO_INCREMENTAL=0 |
735 | 2024-05-06T17:58:18.220Z | + CARGO_INCREMENTAL=0 |
736 | 2024-05-06T17:58:18.220Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
737 | 2024-05-06T17:58:18.429Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2024-05-06T17:58:18.756Z | Updating git repository `https://github.com/oxidecomputer/zone` |
739 | 2024-05-06T17:58:19.034Z | Updating crates.io index |
740 | 2024-05-06T17:58:19.116Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
741 | 2024-05-06T17:58:20.148Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
742 | 2024-05-06T17:58:20.792Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
743 | 2024-05-06T17:58:23.029Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
744 | 2024-05-06T17:58:23.525Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
745 | 2024-05-06T17:58:23.785Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2024-05-06T17:58:24.808Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2024-05-06T17:58:26.667Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2024-05-06T17:58:27.703Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
749 | 2024-05-06T17:58:28.718Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
750 | 2024-05-06T17:58:29.023Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
751 | 2024-05-06T17:58:29.590Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
752 | 2024-05-06T17:58:29.908Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2024-05-06T17:58:30.201Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2024-05-06T17:58:31.580Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2024-05-06T17:58:31.889Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
756 | 2024-05-06T17:58:32.208Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
757 | 2024-05-06T17:58:32.476Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
758 | 2024-05-06T17:58:32.744Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
759 | 2024-05-06T17:58:33.125Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
760 | 2024-05-06T17:58:33.502Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
761 | 2024-05-06T17:58:33.769Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
762 | 2024-05-06T17:58:34.314Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
763 | 2024-05-06T17:58:34.651Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
764 | 2024-05-06T17:58:34.944Z | Updating git repository `https://github.com/jgallagher/nix` |
765 | 2024-05-06T17:58:36.026Z | Updating git repository `https://github.com/cbiffle/hubpack` |
766 | 2024-05-06T17:58:36.470Z | Updating git repository `https://github.com/oxidecomputer/typify` |
767 | 2024-05-06T17:58:38.526Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
768 | 2024-05-06T17:58:38.926Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
769 | 2024-05-06T17:58:39.210Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
770 | 2024-05-06T17:58:39.736Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
771 | 2024-05-06T17:58:40.775Z | Downloading crates ... |
772 | 2024-05-06T17:58:40.879Z | Downloaded addr2line v0.21.0 |
773 | 2024-05-06T17:58:40.884Z | Downloaded adler v1.0.2 |
774 | 2024-05-06T17:58:40.887Z | Downloaded aead v0.5.2 |
775 | 2024-05-06T17:58:40.887Z | Downloaded ahash v0.8.8 |
776 | 2024-05-06T17:58:40.896Z | Downloaded aho-corasick v1.1.2 |
777 | 2024-05-06T17:58:40.902Z | Downloaded crossbeam-utils v0.8.19 |
778 | 2024-05-06T17:58:40.905Z | Downloaded anyhow v1.0.82 |
779 | 2024-05-06T17:58:40.911Z | Downloaded headers-core v0.2.0 |
780 | 2024-05-06T17:58:40.914Z | Downloaded heapless v0.8.0 |
781 | 2024-05-06T17:58:40.917Z | Downloaded hex v0.4.3 |
782 | 2024-05-06T17:58:40.920Z | Downloaded highway v1.1.0 |
783 | 2024-05-06T17:58:40.923Z | Downloaded hostname v0.3.1 |
784 | 2024-05-06T17:58:40.923Z | Downloaded autocfg v1.1.0 |
785 | 2024-05-06T17:58:40.926Z | Downloaded http v0.2.12 |
786 | 2024-05-06T17:58:40.929Z | Downloaded http-body v0.4.5 |
787 | 2024-05-06T17:58:40.932Z | Downloaded http-range v0.1.5 |
788 | 2024-05-06T17:58:40.932Z | Downloaded http v1.0.0 |
789 | 2024-05-06T17:58:40.940Z | Downloaded humantime v2.1.0 |
790 | 2024-05-06T17:58:40.943Z | Downloaded hubpack_derive v0.1.1 |
791 | 2024-05-06T17:58:40.943Z | Downloaded hubpack v0.1.2 |
792 | 2024-05-06T17:58:40.943Z | Downloaded httpdate v1.0.3 |
793 | 2024-05-06T17:58:40.943Z | Downloaded httparse v1.8.0 |
794 | 2024-05-06T17:58:40.947Z | Downloaded hyper-staticfile v0.9.5 |
795 | 2024-05-06T17:58:40.950Z | Downloaded hyper-tls v0.5.0 |
796 | 2024-05-06T17:58:40.954Z | Downloaded ident_case v1.0.1 |
797 | 2024-05-06T17:58:40.954Z | Downloaded bitflags v2.4.2 |
798 | 2024-05-06T17:58:40.957Z | Downloaded iana-time-zone v0.1.57 |
799 | 2024-05-06T17:58:40.961Z | Downloaded bitflags v1.3.2 |
800 | 2024-05-06T17:58:40.965Z | Downloaded hyper-rustls v0.24.2 |
801 | 2024-05-06T17:58:40.969Z | Downloaded blake2 v0.10.6 |
802 | 2024-05-06T17:58:40.972Z | Downloaded bitvec v1.0.1 |
803 | 2024-05-06T17:58:40.995Z | Downloaded block-buffer v0.10.4 |
804 | 2024-05-06T17:58:40.999Z | Downloaded blake3 v1.5.0 |
805 | 2024-05-06T17:58:41.000Z | Downloaded buf-list v1.0.3 |
806 | 2024-05-06T17:58:41.004Z | Downloaded bytecount v0.6.3 |
807 | 2024-05-06T17:58:41.004Z | Downloaded indexmap v1.9.3 |
808 | 2024-05-06T17:58:41.008Z | Downloaded bitstruct v0.1.1 |
809 | 2024-05-06T17:58:41.008Z | Downloaded indicatif v0.17.8 |
810 | 2024-05-06T17:58:41.012Z | Downloaded indoc v2.0.3 |
811 | 2024-05-06T17:58:41.015Z | Downloaded is_ci v1.2.0 |
812 | 2024-05-06T17:58:41.019Z | Downloaded is-terminal v0.4.9 |
813 | 2024-05-06T17:58:41.019Z | Downloaded ipnetwork v0.20.0 |
814 | 2024-05-06T17:58:41.022Z | Downloaded itoa v1.0.9 |
815 | 2024-05-06T17:58:41.022Z | Downloaded kstat-rs v0.2.3 |
816 | 2024-05-06T17:58:41.025Z | Downloaded keccak v0.1.4 |
817 | 2024-05-06T17:58:41.025Z | Downloaded itertools v0.10.5 |
818 | 2024-05-06T17:58:41.035Z | Downloaded ipnet v2.9.0 |
819 | 2024-05-06T17:58:41.038Z | Downloaded libloading v0.7.4 |
820 | 2024-05-06T17:58:41.038Z | Downloaded cexpr v0.6.0 |
821 | 2024-05-06T17:58:41.041Z | Downloaded castaway v0.2.2 |
822 | 2024-05-06T17:58:41.044Z | Downloaded chacha20 v0.9.1 |
823 | 2024-05-06T17:58:41.044Z | Downloaded linear-map v1.2.0 |
824 | 2024-05-06T17:58:41.047Z | Downloaded lock_api v0.4.10 |
825 | 2024-05-06T17:58:41.051Z | Downloaded linked-hash-map v0.5.6 |
826 | 2024-05-06T17:58:41.051Z | Downloaded chacha20poly1305 v0.10.1 |
827 | 2024-05-06T17:58:41.054Z | Downloaded libxml v0.3.3 |
828 | 2024-05-06T17:58:41.059Z | Downloaded md-5 v0.10.5 |
829 | 2024-05-06T17:58:41.063Z | Downloaded maybe-uninit v2.0.0 |
830 | 2024-05-06T17:58:41.063Z | Downloaded matches v0.1.10 |
831 | 2024-05-06T17:58:41.066Z | Downloaded match_cfg v0.1.0 |
832 | 2024-05-06T17:58:41.066Z | Downloaded memoffset v0.7.1 |
833 | 2024-05-06T17:58:41.067Z | Downloaded memmap2 v0.7.1 |
834 | 2024-05-06T17:58:41.070Z | Downloaded mime_guess v2.0.4 |
835 | 2024-05-06T17:58:41.076Z | Downloaded cobs v0.2.3 |
836 | 2024-05-06T17:58:41.076Z | Downloaded minimal-lexical v0.2.1 |
837 | 2024-05-06T17:58:41.079Z | Downloaded miniz_oxide v0.7.1 |
838 | 2024-05-06T17:58:41.082Z | Downloaded mio v0.8.11 |
839 | 2024-05-06T17:58:41.088Z | Downloaded newtype-uuid v1.1.0 |
840 | 2024-05-06T17:58:41.091Z | Downloaded new_debug_unreachable v1.0.4 |
841 | 2024-05-06T17:58:41.091Z | Downloaded multimap v0.10.0 |
842 | 2024-05-06T17:58:41.091Z | Downloaded base64 v0.21.7 |
843 | 2024-05-06T17:58:41.096Z | Downloaded nibble_vec v0.1.0 |
844 | 2024-05-06T17:58:41.099Z | Downloaded newtype_derive v0.1.6 |
845 | 2024-05-06T17:58:41.099Z | Downloaded hkdf v0.12.4 |
846 | 2024-05-06T17:58:41.103Z | Downloaded crossbeam-deque v0.8.3 |
847 | 2024-05-06T17:58:41.106Z | Downloaded crossbeam-epoch v0.9.18 |
848 | 2024-05-06T17:58:41.112Z | Downloaded num v0.4.2 |
849 | 2024-05-06T17:58:41.112Z | Downloaded block-padding v0.3.3 |
850 | 2024-05-06T17:58:41.115Z | Downloaded byteorder v1.5.0 |
851 | 2024-05-06T17:58:41.115Z | Downloaded bzip2 v0.4.4 |
852 | 2024-05-06T17:58:41.115Z | Downloaded num-bigint v0.4.4 |
853 | 2024-05-06T17:58:41.120Z | Downloaded num-complex v0.4.5 |
854 | 2024-05-06T17:58:41.123Z | Downloaded impl-trait-for-tuples v0.2.2 |
855 | 2024-05-06T17:58:41.126Z | Downloaded constant_time_eq v0.3.0 |
856 | 2024-05-06T17:58:41.129Z | Downloaded itertools v0.12.1 |
857 | 2024-05-06T17:58:41.135Z | Downloaded colored v2.1.0 |
858 | 2024-05-06T17:58:41.138Z | Downloaded regex v1.10.4 |
859 | 2024-05-06T17:58:41.153Z | Downloaded newline-converter v0.3.0 |
860 | 2024-05-06T17:58:41.156Z | Downloaded native-tls v0.2.11 |
861 | 2024-05-06T17:58:41.156Z | Downloaded nanorand v0.7.0 |
862 | 2024-05-06T17:58:41.159Z | Downloaded nu-ansi-term v0.50.0 |
863 | 2024-05-06T17:58:41.163Z | Downloaded rusty-fork v0.3.0 |
864 | 2024-05-06T17:58:41.166Z | Downloaded idna v0.3.0 |
865 | 2024-05-06T17:58:41.172Z | Downloaded strum v0.26.2 |
866 | 2024-05-06T17:58:41.175Z | Downloaded synstructure v0.12.6 |
867 | 2024-05-06T17:58:41.175Z | Downloaded structmeta-derive v0.3.0 |
868 | 2024-05-06T17:58:41.178Z | Downloaded bstr v0.2.17 |
869 | 2024-05-06T17:58:41.597Z | Downloaded tabled_derive v0.7.0 |
870 | 2024-05-06T17:58:41.612Z | Downloaded tabled v0.15.0 |
871 | 2024-05-06T17:58:41.612Z | Downloaded slog v2.7.0 |
872 | 2024-05-06T17:58:41.612Z | Downloaded shell-words v1.1.0 |
873 | 2024-05-06T17:58:41.613Z | Downloaded idna v0.5.0 |
874 | 2024-05-06T17:58:41.613Z | Downloaded try-lock v0.2.4 |
875 | 2024-05-06T17:58:41.613Z | Downloaded rustls-pemfile v2.1.2 |
876 | 2024-05-06T17:58:41.613Z | Downloaded trust-dns-server v0.22.1 |
877 | 2024-05-06T17:58:41.613Z | Downloaded unicode-xid v0.2.4 |
878 | 2024-05-06T17:58:41.613Z | Downloaded rustversion v1.0.14 |
879 | 2024-05-06T17:58:41.613Z | Downloaded rustls-webpki v0.101.7 |
880 | 2024-05-06T17:58:41.613Z | Downloaded crossterm v0.27.0 |
881 | 2024-05-06T17:58:41.613Z | Downloaded der_derive v0.7.2 |
882 | 2024-05-06T17:58:41.613Z | Downloaded futures-core v0.3.30 |
883 | 2024-05-06T17:58:41.613Z | Downloaded gethostname v0.4.3 |
884 | 2024-05-06T17:58:41.613Z | Downloaded hash32 v0.2.1 |
885 | 2024-05-06T17:58:41.613Z | Downloaded hash32 v0.3.1 |
886 | 2024-05-06T17:58:41.614Z | Downloaded getopts v0.2.21 |
887 | 2024-05-06T17:58:41.614Z | Downloaded futures-executor v0.3.30 |
888 | 2024-05-06T17:58:41.614Z | Downloaded hashbrown v0.12.3 |
889 | 2024-05-06T17:58:41.614Z | Downloaded hashbrown v0.13.2 |
890 | 2024-05-06T17:58:41.614Z | Downloaded slab v0.4.9 |
891 | 2024-05-06T17:58:41.614Z | Downloaded hashbrown v0.14.3 |
892 | 2024-05-06T17:58:41.614Z | Downloaded parse-size v1.0.0 |
893 | 2024-05-06T17:58:41.614Z | Downloaded parse-display-derive v0.9.0 |
894 | 2024-05-06T17:58:41.614Z | Downloaded packed_struct v0.10.1 |
895 | 2024-05-06T17:58:41.614Z | Downloaded owo-colors v4.0.0 |
896 | 2024-05-06T17:58:41.614Z | Downloaded syn v2.0.60 |
897 | 2024-05-06T17:58:41.614Z | Downloaded petgraph v0.6.4 |
898 | 2024-05-06T17:58:41.615Z | Downloaded quote v1.0.36 |
899 | 2024-05-06T17:58:41.615Z | Downloaded quick-xml v0.31.0 |
900 | 2024-05-06T17:58:41.615Z | Downloaded rcgen v0.12.1 |
901 | 2024-05-06T17:58:41.615Z | Downloaded reedline v0.31.0 |
902 | 2024-05-06T17:58:41.615Z | Downloaded rsa v0.9.2 |
903 | 2024-05-06T17:58:41.615Z | Downloaded regress v0.9.1 |
904 | 2024-05-06T17:58:41.615Z | Downloaded rustyline v14.0.0 |
905 | 2024-05-06T17:58:41.615Z | Downloaded same-file v1.0.6 |
906 | 2024-05-06T17:58:41.615Z | Downloaded predicates v3.1.0 |
907 | 2024-05-06T17:58:41.615Z | Downloaded scheduled-thread-pool v0.2.7 |
908 | 2024-05-06T17:58:41.615Z | Downloaded samael v0.0.15 |
909 | 2024-05-06T17:58:41.615Z | Downloaded sqlparser_derive v0.2.2 |
910 | 2024-05-06T17:58:41.616Z | Downloaded thread_local v1.1.7 |
911 | 2024-05-06T17:58:41.616Z | Downloaded terminal_size v0.3.0 |
912 | 2024-05-06T17:58:41.616Z | Downloaded toml v0.7.8 |
913 | 2024-05-06T17:58:41.616Z | Downloaded tracing-core v0.1.32 |
914 | 2024-05-06T17:58:41.616Z | Downloaded tui-tree-widget v0.19.0 |
915 | 2024-05-06T17:58:41.616Z | Downloaded trust-dns-client v0.22.0 |
916 | 2024-05-06T17:58:41.616Z | Downloaded termcolor v1.2.0 |
917 | 2024-05-06T17:58:41.616Z | Downloaded strum_macros v0.26.1 |
918 | 2024-05-06T17:58:41.616Z | Downloaded thread-id v4.2.0 |
919 | 2024-05-06T17:58:41.616Z | Downloaded trust-dns-resolver v0.22.0 |
920 | 2024-05-06T17:58:41.616Z | Downloaded toolchain_find v0.4.0 |
921 | 2024-05-06T17:58:41.617Z | Downloaded rustix v0.38.31 |
922 | 2024-05-06T17:58:41.617Z | Downloaded crypto-bigint v0.5.2 |
923 | 2024-05-06T17:58:41.617Z | Downloaded fastrand v2.0.1 |
924 | 2024-05-06T17:58:41.617Z | Downloaded fatfs v0.3.6 |
925 | 2024-05-06T17:58:41.617Z | Downloaded num_enum v0.5.11 |
926 | 2024-05-06T17:58:41.617Z | Downloaded rand_seeder v0.2.3 |
927 | 2024-05-06T17:58:41.617Z | Downloaded zerocopy v0.7.32 |
928 | 2024-05-06T17:58:41.617Z | Downloaded zerocopy-derive v0.7.32 |
929 | 2024-05-06T17:58:41.617Z | Downloaded rand_core v0.6.4 |
930 | 2024-05-06T17:58:41.617Z | Downloaded rand_chacha v0.3.1 |
931 | 2024-05-06T17:58:41.617Z | Downloaded zeroize v1.7.0 |
932 | 2024-05-06T17:58:41.617Z | Downloaded ref-cast-impl v1.0.22 |
933 | 2024-05-06T17:58:41.617Z | Downloaded ref-cast v1.0.22 |
934 | 2024-05-06T17:58:41.617Z | Downloaded rayon v1.10.0 |
935 | 2024-05-06T17:58:41.617Z | Downloaded regex-automata v0.1.10 |
936 | 2024-05-06T17:58:41.618Z | Downloaded futures v0.3.30 |
937 | 2024-05-06T17:58:41.618Z | Downloaded num-conv v0.1.0 |
938 | 2024-05-06T17:58:41.618Z | Downloaded rand_xorshift v0.3.0 |
939 | 2024-05-06T17:58:41.618Z | Downloaded num_cpus v1.16.0 |
940 | 2024-05-06T17:58:41.618Z | Downloaded num-traits v0.2.18 |
941 | 2024-05-06T17:58:41.618Z | Downloaded shlex v1.3.0 |
942 | 2024-05-06T17:58:41.618Z | Downloaded slog-stdlog v4.1.1 |
943 | 2024-05-06T17:58:41.618Z | Downloaded smallvec v0.6.14 |
944 | 2024-05-06T17:58:41.618Z | Downloaded openssl-probe v0.1.5 |
945 | 2024-05-06T17:58:41.618Z | Downloaded openssl-sys v0.9.102 |
946 | 2024-05-06T17:58:41.618Z | Downloaded postgres-protocol v0.6.6 |
947 | 2024-05-06T17:58:41.618Z | Downloaded portpicker v0.1.1 |
948 | 2024-05-06T17:58:41.619Z | Downloaded strip-ansi-escapes v0.2.0 |
949 | 2024-05-06T17:58:41.619Z | Downloaded stringprep v0.1.3 |
950 | 2024-05-06T17:58:41.619Z | Downloaded structmeta v0.2.0 |
951 | 2024-05-06T17:58:41.619Z | Downloaded tokio-native-tls v0.3.1 |
952 | 2024-05-06T17:58:41.619Z | Downloaded ucd-trie v0.1.6 |
953 | 2024-05-06T17:58:41.619Z | Downloaded unicase v2.7.0 |
954 | 2024-05-06T17:58:41.619Z | Downloaded unarray v0.1.4 |
955 | 2024-05-06T17:58:41.619Z | Downloaded static_assertions v1.1.0 |
956 | 2024-05-06T17:58:41.619Z | Downloaded stable_deref_trait v1.2.0 |
957 | 2024-05-06T17:58:41.619Z | Downloaded publicsuffix v2.2.3 |
958 | 2024-05-06T17:58:41.619Z | Downloaded steno v0.4.0 |
959 | 2024-05-06T17:58:41.619Z | Downloaded curve25519-dalek-derive v0.1.0 |
960 | 2024-05-06T17:58:41.619Z | Downloaded debug-ignore v1.0.5 |
961 | 2024-05-06T17:58:41.620Z | Downloaded untrusted v0.7.1 |
962 | 2024-05-06T17:58:41.620Z | Downloaded unsafe-libyaml v0.2.10 |
963 | 2024-05-06T17:58:41.620Z | Downloaded webpki-roots v0.25.2 |
964 | 2024-05-06T17:58:41.620Z | Downloaded defmt v0.3.5 |
965 | 2024-05-06T17:58:41.620Z | Downloaded ena v0.14.2 |
966 | 2024-05-06T17:58:41.620Z | Downloaded whoami v1.5.1 |
967 | 2024-05-06T17:58:41.620Z | Downloaded diesel_derives v2.1.2 |
968 | 2024-05-06T17:58:41.620Z | Downloaded which v4.4.0 |
969 | 2024-05-06T17:58:41.620Z | Downloaded diesel_table_macro_syntax v0.1.0 |
970 | 2024-05-06T17:58:41.625Z | Downloaded typenum v1.16.0 |
971 | 2024-05-06T17:58:41.625Z | Downloaded futures-io v0.3.30 |
972 | 2024-05-06T17:58:41.625Z | Downloaded futures-channel v0.3.30 |
973 | 2024-05-06T17:58:41.625Z | Downloaded phf v0.11.2 |
974 | 2024-05-06T17:58:41.625Z | Downloaded proc-macro2 v1.0.81 |
975 | 2024-05-06T17:58:41.625Z | Downloaded flume v0.11.0 |
976 | 2024-05-06T17:58:41.626Z | Downloaded serde_urlencoded v0.7.1 |
977 | 2024-05-06T17:58:41.626Z | Downloaded tokio-macros v2.2.0 |
978 | 2024-05-06T17:58:41.626Z | Downloaded spin v0.9.8 |
979 | 2024-05-06T17:58:41.626Z | Downloaded scroll_derive v0.12.0 |
980 | 2024-05-06T17:58:41.626Z | Downloaded sct v0.7.0 |
981 | 2024-05-06T17:58:41.626Z | Downloaded untrusted v0.9.0 |
982 | 2024-05-06T17:58:41.626Z | Downloaded tungstenite v0.20.1 |
983 | 2024-05-06T17:58:41.630Z | Downloaded typed-path v0.7.0 |
984 | 2024-05-06T17:58:41.636Z | Downloaded csv-core v0.1.11 |
985 | 2024-05-06T17:58:41.640Z | Downloaded url v2.5.0 |
986 | 2024-05-06T17:58:41.643Z | Downloaded tungstenite v0.21.0 |
987 | 2024-05-06T17:58:41.645Z | Downloaded structmeta-derive v0.2.0 |
988 | 2024-05-06T17:58:41.649Z | Downloaded usdt v0.3.5 |
989 | 2024-05-06T17:58:41.650Z | Downloaded tokio v1.37.0 |
990 | 2024-05-06T17:58:41.693Z | Downloaded radium v0.7.0 |
991 | 2024-05-06T17:58:41.697Z | Downloaded powerfmt v0.2.0 |
992 | 2024-05-06T17:58:41.697Z | Downloaded parking_lot_core v0.8.6 |
993 | 2024-05-06T17:58:41.697Z | Downloaded derive_builder_core v0.20.0 |
994 | 2024-05-06T17:58:41.697Z | Downloaded derive_builder v0.20.0 |
995 | 2024-05-06T17:58:41.702Z | Downloaded serde_plain v1.0.2 |
996 | 2024-05-06T17:58:41.705Z | Downloaded usdt-macro v0.5.0 |
997 | 2024-05-06T17:58:41.705Z | Downloaded utf-8 v0.7.6 |
998 | 2024-05-06T17:58:41.705Z | Downloaded uuid v1.8.0 |
999 | 2024-05-06T17:58:41.709Z | Downloaded downcast v0.11.0 |
1000 | 2024-05-06T17:58:41.709Z | Downloaded fixedbitset v0.4.2 |
1001 | 2024-05-06T17:58:41.712Z | Downloaded generic-array v0.14.7 |
1002 | 2024-05-06T17:58:41.715Z | Downloaded group v0.13.0 |
1003 | 2024-05-06T17:58:41.715Z | Downloaded serde_path_to_error v0.1.16 |
1004 | 2024-05-06T17:58:41.729Z | Downloaded display-error-chain v0.2.0 |
1005 | 2024-05-06T17:58:41.729Z | Downloaded dirs-sys-next v0.1.2 |
1006 | 2024-05-06T17:58:41.729Z | Downloaded h2 v0.3.26 |
1007 | 2024-05-06T17:58:41.729Z | Downloaded r2d2 v0.8.10 |
1008 | 2024-05-06T17:58:41.729Z | Downloaded psl-types v2.0.11 |
1009 | 2024-05-06T17:58:41.732Z | Downloaded proc-macro-error v1.0.4 |
1010 | 2024-05-06T17:58:41.735Z | Downloaded prettyplease v0.2.19 |
1011 | 2024-05-06T17:58:41.739Z | Downloaded uzers v0.11.3 |
1012 | 2024-05-06T17:58:41.742Z | Downloaded zerocopy-derive v0.6.6 |
1013 | 2024-05-06T17:58:41.752Z | Downloaded slog-scope v4.4.0 |
1014 | 2024-05-06T17:58:41.761Z | Downloaded slog-json v2.6.1 |
1015 | 2024-05-06T17:58:41.761Z | Downloaded resolv-conf v0.7.0 |
1016 | 2024-05-06T17:58:41.761Z | Downloaded semver v0.1.20 |
1017 | 2024-05-06T17:58:41.761Z | Downloaded sha2 v0.10.8 |
1018 | 2024-05-06T17:58:41.764Z | Downloaded tempfile v3.10.1 |
1019 | 2024-05-06T17:58:41.764Z | Downloaded thiserror v1.0.59 |
1020 | 2024-05-06T17:58:41.769Z | Downloaded usdt v0.5.0 |
1021 | 2024-05-06T17:58:41.773Z | Downloaded vte v0.11.1 |
1022 | 2024-05-06T17:58:41.776Z | Downloaded toml v0.8.12 |
1023 | 2024-05-06T17:58:41.776Z | Downloaded textwrap v0.16.1 |
1024 | 2024-05-06T17:58:41.779Z | Downloaded dirs-next v2.0.0 |
1025 | 2024-05-06T17:58:41.786Z | Downloaded either v1.11.0 |
1026 | 2024-05-06T17:58:41.790Z | Downloaded enum-as-inner v0.5.1 |
1027 | 2024-05-06T17:58:41.790Z | Downloaded embedded-io v0.4.0 |
1028 | 2024-05-06T17:58:41.790Z | Downloaded once_cell v1.19.0 |
1029 | 2024-05-06T17:58:41.790Z | Downloaded serde-big-array v0.4.1 |
1030 | 2024-05-06T17:58:41.793Z | Downloaded zerocopy v0.3.0 |
1031 | 2024-05-06T17:58:41.793Z | Downloaded portable-atomic v1.4.3 |
1032 | 2024-05-06T17:58:41.798Z | Downloaded postgres-types v0.2.6 |
1033 | 2024-05-06T17:58:41.802Z | Downloaded futures-util v0.3.30 |
1034 | 2024-05-06T17:58:41.815Z | Downloaded usdt-attr-macro v0.5.0 |
1035 | 2024-05-06T17:58:41.818Z | Downloaded termios v0.3.3 |
1036 | 2024-05-06T17:58:41.818Z | Downloaded tabwriter v1.4.0 |
1037 | 2024-05-06T17:58:41.818Z | Downloaded swrite v0.1.0 |
1038 | 2024-05-06T17:58:41.822Z | Downloaded num_threads v0.1.6 |
1039 | 2024-05-06T17:58:41.822Z | Downloaded num_enum_derive v0.5.11 |
1040 | 2024-05-06T17:58:41.825Z | Downloaded goblin v0.8.0 |
1041 | 2024-05-06T17:58:41.830Z | Downloaded serde-big-array v0.5.1 |
1042 | 2024-05-06T17:58:41.833Z | Downloaded num-derive v0.4.0 |
1043 | 2024-05-06T17:58:41.836Z | Downloaded num-iter v0.1.44 |
1044 | 2024-05-06T17:58:41.836Z | Downloaded number_prefix v0.4.0 |
1045 | 2024-05-06T17:58:41.836Z | Downloaded spin v0.5.2 |
1046 | 2024-05-06T17:58:41.839Z | Downloaded serde_repr v0.1.16 |
1047 | 2024-05-06T17:58:41.840Z | Downloaded tokio-rustls v0.24.1 |
1048 | 2024-05-06T17:58:41.843Z | Downloaded pkcs1 v0.7.5 |
1049 | 2024-05-06T17:58:41.846Z | Downloaded schemars_derive v0.8.17 |
1050 | 2024-05-06T17:58:41.849Z | Downloaded version_check v0.9.4 |
1051 | 2024-05-06T17:58:41.849Z | Downloaded pkg-config v0.3.27 |
1052 | 2024-05-06T17:58:41.852Z | Downloaded semver v1.0.22 |
1053 | 2024-05-06T17:58:41.852Z | Downloaded secrecy v0.8.0 |
1054 | 2024-05-06T17:58:41.855Z | Downloaded peeking_take_while v0.1.2 |
1055 | 2024-05-06T17:58:41.855Z | Downloaded take_mut v0.2.2 |
1056 | 2024-05-06T17:58:41.855Z | Downloaded term v0.7.0 |
1057 | 2024-05-06T17:58:41.859Z | Downloaded password-hash v0.5.0 |
1058 | 2024-05-06T17:58:41.862Z | Downloaded vsss-rs v3.3.4 |
1059 | 2024-05-06T17:58:41.868Z | Downloaded regex-automata v0.4.5 |
1060 | 2024-05-06T17:58:41.885Z | Downloaded pin-utils v0.1.0 |
1061 | 2024-05-06T17:58:41.888Z | Downloaded path-slash v0.1.5 |
1062 | 2024-05-06T17:58:41.888Z | Downloaded equivalent v1.0.1 |
1063 | 2024-05-06T17:58:41.888Z | Downloaded rustc_version v0.1.7 |
1064 | 2024-05-06T17:58:41.888Z | Downloaded rustc-hash v1.1.0 |
1065 | 2024-05-06T17:58:41.888Z | Downloaded rustc-demangle v0.1.23 |
1066 | 2024-05-06T17:58:41.892Z | Downloaded plain v0.2.3 |
1067 | 2024-05-06T17:58:41.892Z | Downloaded parse-display v0.9.0 |
1068 | 2024-05-06T17:58:41.895Z | Downloaded snafu-derive v0.8.2 |
1069 | 2024-05-06T17:58:41.895Z | Downloaded platforms v3.0.2 |
1070 | 2024-05-06T17:58:41.899Z | Downloaded sec1 v0.7.3 |
1071 | 2024-05-06T17:58:41.899Z | Downloaded peg v0.8.2 |
1072 | 2024-05-06T17:58:41.902Z | Downloaded diff v0.1.13 |
1073 | 2024-05-06T17:58:41.905Z | Downloaded smoltcp v0.9.1 |
1074 | 2024-05-06T17:58:41.918Z | Downloaded env_logger v0.9.3 |
1075 | 2024-05-06T17:58:41.921Z | Downloaded zerocopy v0.6.6 |
1076 | 2024-05-06T17:58:41.924Z | Downloaded walkdir v2.5.0 |
1077 | 2024-05-06T17:58:41.927Z | Downloaded env_logger v0.10.0 |
1078 | 2024-05-06T17:58:41.930Z | Downloaded smoltcp v0.11.0 |
1079 | 2024-05-06T17:58:41.942Z | Downloaded rand v0.8.5 |
1080 | 2024-05-06T17:58:41.945Z | Downloaded poly1305 v0.8.0 |
1081 | 2024-05-06T17:58:41.948Z | Downloaded tokio-postgres v0.7.10 |
1082 | 2024-05-06T17:58:41.952Z | Downloaded radix_trie v0.2.1 |
1083 | 2024-05-06T17:58:41.962Z | Downloaded sha3 v0.10.8 |
1084 | 2024-05-06T17:58:41.965Z | Downloaded waitgroup v0.1.2 |
1085 | 2024-05-06T17:58:41.965Z | Downloaded socket2 v0.4.9 |
1086 | 2024-05-06T17:58:41.965Z | Downloaded num-integer v0.1.46 |
1087 | 2024-05-06T17:58:41.969Z | Downloaded getrandom v0.2.12 |
1088 | 2024-05-06T17:58:41.972Z | Downloaded object v0.30.4 |
1089 | 2024-05-06T17:58:41.980Z | Downloaded rustc_version v0.4.0 |
1090 | 2024-05-06T17:58:41.983Z | Downloaded derive_more v0.99.17 |
1091 | 2024-05-06T17:58:41.986Z | Downloaded supports-color v3.0.0 |
1092 | 2024-05-06T17:58:41.989Z | Downloaded subtle v2.5.0 |
1093 | 2024-05-06T17:58:41.989Z | Downloaded tiny-keccak v2.0.2 |
1094 | 2024-05-06T17:58:41.992Z | Downloaded subprocess v0.2.9 |
1095 | 2024-05-06T17:58:41.995Z | Downloaded vte_generate_state_changes v0.1.1 |
1096 | 2024-05-06T17:58:41.995Z | Downloaded paste v1.0.14 |
1097 | 2024-05-06T17:58:41.999Z | Downloaded fxhash v0.2.1 |
1098 | 2024-05-06T17:58:41.999Z | Downloaded futures-sink v0.3.30 |
1099 | 2024-05-06T17:58:41.999Z | Downloaded filetime v0.2.23 |
1100 | 2024-05-06T17:58:42.003Z | Downloaded ff v0.13.0 |
1101 | 2024-05-06T17:58:42.003Z | Downloaded pkcs8 v0.10.2 |
1102 | 2024-05-06T17:58:42.007Z | Downloaded tinyvec_macros v0.1.1 |
1103 | 2024-05-06T17:58:42.007Z | Downloaded tinyvec v1.6.0 |
1104 | 2024-05-06T17:58:42.014Z | Downloaded time-macros v0.2.17 |
1105 | 2024-05-06T17:58:42.014Z | Downloaded openapiv3 v2.0.0 |
1106 | 2024-05-06T17:58:42.024Z | Downloaded wait-timeout v0.2.0 |
1107 | 2024-05-06T17:58:42.031Z | Downloaded time v0.3.34 |
1108 | 2024-05-06T17:58:42.040Z | Downloaded socket2 v0.5.6 |
1109 | 2024-05-06T17:58:42.040Z | Downloaded object v0.32.1 |
1110 | 2024-05-06T17:58:42.047Z | Downloaded ron v0.7.1 |
1111 | 2024-05-06T17:58:42.053Z | Downloaded pretty-hex v0.4.1 |
1112 | 2024-05-06T17:58:42.053Z | Downloaded pin-project-lite v0.2.13 |
1113 | 2024-05-06T17:58:42.061Z | Downloaded phf_shared v0.10.0 |
1114 | 2024-05-06T17:58:42.061Z | Downloaded x509-cert v0.2.4 |
1115 | 2024-05-06T17:58:42.069Z | Downloaded curve25519-dalek v4.1.2 |
1116 | 2024-05-06T17:58:42.081Z | Downloaded wyz v0.5.1 |
1117 | 2024-05-06T17:58:42.081Z | Downloaded usdt-impl v0.5.0 |
1118 | 2024-05-06T17:58:42.081Z | Downloaded usdt-impl v0.3.5 |
1119 | 2024-05-06T17:58:42.088Z | Downloaded regex-syntax v0.8.2 |
1120 | 2024-05-06T17:58:42.088Z | Downloaded tar v0.4.40 |
1121 | 2024-05-06T17:58:42.093Z | Downloaded tap v1.0.1 |
1122 | 2024-05-06T17:58:42.093Z | Downloaded serde_spanned v0.6.5 |
1123 | 2024-05-06T17:58:42.093Z | Downloaded serde v1.0.199 |
1124 | 2024-05-06T17:58:42.097Z | Downloaded gimli v0.28.0 |
1125 | 2024-05-06T17:58:42.509Z | Downloaded polar-core v0.27.3 |
1126 | 2024-05-06T17:58:42.522Z | Downloaded usdt-attr-macro v0.3.5 |
1127 | 2024-05-06T17:58:42.522Z | Downloaded toml v0.5.11 |
1128 | 2024-05-06T17:58:42.522Z | Downloaded num-rational v0.4.1 |
1129 | 2024-05-06T17:58:42.522Z | Downloaded futures-task v0.3.30 |
1130 | 2024-05-06T17:58:42.522Z | Downloaded test-strategy v0.3.1 |
1131 | 2024-05-06T17:58:42.522Z | Downloaded termtree v0.4.1 |
1132 | 2024-05-06T17:58:42.522Z | Downloaded globset v0.4.13 |
1133 | 2024-05-06T17:58:42.522Z | Downloaded fd-lock v4.0.2 |
1134 | 2024-05-06T17:58:42.522Z | Downloaded derive_builder_macro v0.20.0 |
1135 | 2024-05-06T17:58:42.522Z | Downloaded csv v1.3.0 |
1136 | 2024-05-06T17:58:42.522Z | Downloaded vcpkg v0.2.15 |
1137 | 2024-05-06T17:58:42.522Z | Downloaded parking_lot_core v0.9.8 |
1138 | 2024-05-06T17:58:42.522Z | Downloaded want v0.3.1 |
1139 | 2024-05-06T17:58:42.522Z | Downloaded sha1 v0.10.6 |
1140 | 2024-05-06T17:58:42.522Z | Downloaded serde_yaml v0.9.25 |
1141 | 2024-05-06T17:58:42.522Z | Downloaded serde_with_macros v3.7.0 |
1142 | 2024-05-06T17:58:42.522Z | Downloaded serde_tokenstream v0.2.0 |
1143 | 2024-05-06T17:58:42.522Z | Downloaded serde_tokenstream v0.1.7 |
1144 | 2024-05-06T17:58:42.522Z | Downloaded scroll v0.12.0 |
1145 | 2024-05-06T17:58:42.523Z | Downloaded scopeguard v1.2.0 |
1146 | 2024-05-06T17:58:42.523Z | Downloaded reqwest v0.11.27 |
1147 | 2024-05-06T17:58:42.523Z | Downloaded pretty-hex v0.2.1 |
1148 | 2024-05-06T17:58:42.523Z | Downloaded precomputed-hash v0.1.1 |
1149 | 2024-05-06T17:58:42.523Z | Downloaded ppv-lite86 v0.2.17 |
1150 | 2024-05-06T17:58:42.523Z | Downloaded diesel v2.1.6 |
1151 | 2024-05-06T17:58:42.523Z | Downloaded encoding_rs v0.8.33 |
1152 | 2024-05-06T17:58:42.523Z | Downloaded omicron-zone-package v0.11.0 |
1153 | 2024-05-06T17:58:42.523Z | Downloaded elliptic-curve v0.13.8 |
1154 | 2024-05-06T17:58:42.523Z | Downloaded ed25519 v1.5.3 |
1155 | 2024-05-06T17:58:42.523Z | Downloaded opaque-debug v0.3.0 |
1156 | 2024-05-06T17:58:42.523Z | Downloaded digest v0.10.7 |
1157 | 2024-05-06T17:58:42.523Z | Downloaded winnow v0.5.15 |
1158 | 2024-05-06T17:58:42.523Z | Downloaded olpc-cjson v0.1.3 |
1159 | 2024-05-06T17:58:42.523Z | Downloaded openssl v0.10.64 |
1160 | 2024-05-06T17:58:42.523Z | Downloaded signal-hook-mio v0.2.3 |
1161 | 2024-05-06T17:58:42.523Z | Downloaded signal-hook v0.3.17 |
1162 | 2024-05-06T17:58:42.523Z | Downloaded zerocopy-derive v0.2.0 |
1163 | 2024-05-06T17:58:42.523Z | Downloaded usdt-macro v0.3.5 |
1164 | 2024-05-06T17:58:42.523Z | Downloaded parking_lot v0.12.1 |
1165 | 2024-05-06T17:58:42.523Z | Downloaded papergrid v0.11.0 |
1166 | 2024-05-06T17:58:42.523Z | Downloaded utf8parse v0.2.1 |
1167 | 2024-05-06T17:58:42.523Z | Downloaded parking_lot v0.11.2 |
1168 | 2024-05-06T17:58:42.524Z | Downloaded thiserror-impl-no-std v2.0.2 |
1169 | 2024-05-06T17:58:42.524Z | Downloaded thiserror-impl v1.0.59 |
1170 | 2024-05-06T17:58:42.524Z | Downloaded slog-envlogger v2.2.0 |
1171 | 2024-05-06T17:58:42.524Z | Downloaded signal-hook-registry v1.4.1 |
1172 | 2024-05-06T17:58:42.524Z | Downloaded packed_struct_codegen v0.10.1 |
1173 | 2024-05-06T17:58:42.524Z | Downloaded data-encoding v2.4.0 |
1174 | 2024-05-06T17:58:42.524Z | Downloaded darling v0.20.8 |
1175 | 2024-05-06T17:58:42.524Z | Downloaded cstr-argument v0.1.2 |
1176 | 2024-05-06T17:58:42.524Z | Downloaded regex-syntax v0.6.29 |
1177 | 2024-05-06T17:58:42.524Z | Downloaded ratatui v0.26.2 |
1178 | 2024-05-06T17:58:42.524Z | Downloaded derive-where v1.2.7 |
1179 | 2024-05-06T17:58:42.524Z | Downloaded deranged v0.3.11 |
1180 | 2024-05-06T17:58:42.524Z | Downloaded defmt-macros v0.3.6 |
1181 | 2024-05-06T17:58:42.524Z | Downloaded darling_macro v0.20.8 |
1182 | 2024-05-06T17:58:42.524Z | Downloaded darling_core v0.20.8 |
1183 | 2024-05-06T17:58:42.524Z | Downloaded crypto-common v0.1.6 |
1184 | 2024-05-06T17:58:42.524Z | Downloaded structmeta v0.3.0 |
1185 | 2024-05-06T17:58:42.524Z | Downloaded stability v0.2.0 |
1186 | 2024-05-06T17:58:42.524Z | Downloaded sqlformat v0.2.3 |
1187 | 2024-05-06T17:58:42.524Z | Downloaded spki v0.7.2 |
1188 | 2024-05-06T17:58:42.524Z | Downloaded snafu v0.8.2 |
1189 | 2024-05-06T17:58:42.524Z | Downloaded trust-dns-proto v0.22.0 |
1190 | 2024-05-06T17:58:42.524Z | Downloaded toml_edit v0.22.12 |
1191 | 2024-05-06T17:58:42.524Z | Downloaded toml_datetime v0.6.5 |
1192 | 2024-05-06T17:58:42.525Z | Downloaded slog-dtrace v0.3.0 |
1193 | 2024-05-06T17:58:42.525Z | Downloaded serde_with v3.7.0 |
1194 | 2024-05-06T17:58:42.525Z | Downloaded serde-hex v0.1.0 |
1195 | 2024-05-06T17:58:42.525Z | Downloaded ron v0.8.1 |
1196 | 2024-05-06T17:58:42.525Z | Downloaded rpassword v7.3.1 |
1197 | 2024-05-06T17:58:42.525Z | Downloaded proptest v1.4.0 |
1198 | 2024-05-06T17:58:42.525Z | Downloaded proc-macro-error-attr v1.0.4 |
1199 | 2024-05-06T17:58:42.525Z | Downloaded pem-rfc7468 v0.7.0 |
1200 | 2024-05-06T17:58:42.525Z | Downloaded pem v3.0.4 |
1201 | 2024-05-06T17:58:42.525Z | Downloaded peg-runtime v0.8.2 |
1202 | 2024-05-06T17:58:42.525Z | Downloaded peg-macros v0.8.2 |
1203 | 2024-05-06T17:58:42.525Z | Downloaded percent-encoding v2.3.1 |
1204 | 2024-05-06T17:58:42.525Z | Downloaded futures-macro v0.3.30 |
1205 | 2024-05-06T17:58:42.525Z | Downloaded foreign-types-macros v0.2.3 |
1206 | 2024-05-06T17:58:42.525Z | Downloaded foreign-types v0.5.0 |
1207 | 2024-05-06T17:58:42.525Z | Downloaded fnv v1.0.7 |
1208 | 2024-05-06T17:58:42.525Z | Downloaded float-cmp v0.9.0 |
1209 | 2024-05-06T17:58:42.525Z | Downloaded flate2 v1.0.28 |
1210 | 2024-05-06T17:58:42.525Z | Downloaded fragile v2.0.0 |
1211 | 2024-05-06T17:58:42.525Z | Downloaded foreign-types-shared v0.3.1 |
1212 | 2024-05-06T17:58:42.525Z | Downloaded foreign-types-shared v0.1.1 |
1213 | 2024-05-06T17:58:42.525Z | Downloaded rustls v0.22.4 |
1214 | 2024-05-06T17:58:42.525Z | Downloaded rustls v0.21.9 |
1215 | 2024-05-06T17:58:42.526Z | Downloaded toml_edit v0.19.15 |
1216 | 2024-05-06T17:58:42.526Z | Downloaded libc v0.2.153 |
1217 | 2024-05-06T17:58:42.940Z | Downloaded ring v0.17.8 |
1218 | 2024-05-06T17:58:42.940Z | Downloaded sled v0.34.7 |
1219 | 2024-05-06T17:58:42.940Z | Downloaded strsim v0.11.0 |
1220 | 2024-05-06T17:58:42.940Z | Downloaded string_cache v0.8.7 |
1221 | 2024-05-06T17:58:42.940Z | Downloaded pin-project v1.1.3 |
1222 | 2024-05-06T17:58:42.940Z | Downloaded phf_shared v0.11.2 |
1223 | 2024-05-06T17:58:42.940Z | Downloaded openssl-macros v0.1.1 |
1224 | 2024-05-06T17:58:42.940Z | Downloaded slog-term v2.9.1 |
1225 | 2024-05-06T17:58:42.940Z | Downloaded glob v0.3.1 |
1226 | 2024-05-06T17:58:42.940Z | Downloaded funty v2.0.0 |
1227 | 2024-05-06T17:58:42.940Z | Downloaded fs-err v2.11.0 |
1228 | 2024-05-06T17:58:42.940Z | Downloaded expectorate v1.1.0 |
1229 | 2024-05-06T17:58:42.940Z | Downloaded endian-type v0.1.2 |
1230 | 2024-05-06T17:58:42.940Z | Downloaded dof v0.3.0 |
1231 | 2024-05-06T17:58:42.940Z | Downloaded dof v0.1.5 |
1232 | 2024-05-06T17:58:42.940Z | Downloaded proc-macro-crate v1.3.1 |
1233 | 2024-05-06T17:58:42.940Z | Downloaded pin-project-internal v1.1.3 |
1234 | 2024-05-06T17:58:42.940Z | Downloaded oso-derive v0.27.3 |
1235 | 2024-05-06T17:58:42.940Z | Downloaded oso v0.27.3 |
1236 | 2024-05-06T17:58:42.940Z | Downloaded winnow v0.6.1 |
1237 | 2024-05-06T17:58:42.940Z | Downloaded fallible-iterator v0.2.0 |
1238 | 2024-05-06T17:58:42.941Z | Downloaded crunchy v0.2.2 |
1239 | 2024-05-06T17:58:42.941Z | Downloaded crucible-workspace-hack v0.1.0 |
1240 | 2024-05-06T17:58:42.941Z | Downloaded tracing-attributes v0.1.27 |
1241 | 2024-05-06T17:58:42.941Z | Downloaded tracing v0.1.40 |
1242 | 2024-05-06T17:58:42.941Z | Downloaded tower-service v0.3.2 |
1243 | 2024-05-06T17:58:42.941Z | Downloaded tough v0.17.1 |
1244 | 2024-05-06T17:58:42.941Z | Downloaded topological-sort v0.2.2 |
1245 | 2024-05-06T17:58:42.941Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1246 | 2024-05-06T17:58:42.941Z | Downloaded thiserror-no-std v2.0.2 |
1247 | 2024-05-06T17:58:42.941Z | Downloaded strum_macros v0.25.2 |
1248 | 2024-05-06T17:58:42.941Z | Downloaded strum_macros v0.24.3 |
1249 | 2024-05-06T17:58:42.941Z | Downloaded sqlparser v0.45.0 |
1250 | 2024-05-06T17:58:42.941Z | Downloaded ring v0.16.20 |
1251 | 2024-05-06T17:58:42.941Z | Downloaded strsim v0.10.0 |
1252 | 2024-05-06T17:58:42.941Z | Downloaded smf v0.2.3 |
1253 | 2024-05-06T17:58:42.941Z | Downloaded smawk v0.3.1 |
1254 | 2024-05-06T17:58:42.941Z | Downloaded smallvec v1.13.1 |
1255 | 2024-05-06T17:58:42.941Z | Downloaded schemars v0.8.17 |
1256 | 2024-05-06T17:58:42.941Z | Downloaded ryu v1.0.15 |
1257 | 2024-05-06T17:58:42.941Z | Downloaded rustfmt-wrapper v0.2.1 |
1258 | 2024-05-06T17:58:42.941Z | Downloaded rayon-core v1.12.1 |
1259 | 2024-05-06T17:58:42.941Z | Downloaded salty v0.2.0 |
1260 | 2024-05-06T17:58:42.941Z | Downloaded predicates-tree v1.0.9 |
1261 | 2024-05-06T17:58:42.942Z | Downloaded predicates-core v1.0.6 |
1262 | 2024-05-06T17:58:42.942Z | Downloaded postcard v1.0.8 |
1263 | 2024-05-06T17:58:42.942Z | Downloaded rustls-pemfile v1.0.3 |
1264 | 2024-05-06T17:58:42.942Z | Downloaded pest_meta v2.7.6 |
1265 | 2024-05-06T17:58:42.942Z | Downloaded pest_generator v2.7.6 |
1266 | 2024-05-06T17:58:42.942Z | Downloaded pest_derive v2.7.6 |
1267 | 2024-05-06T17:58:42.942Z | Downloaded pest v2.7.6 |
1268 | 2024-05-06T17:58:42.942Z | Downloaded half v2.3.1 |
1269 | 2024-05-06T17:58:42.942Z | Downloaded foreign-types v0.3.2 |
1270 | 2024-05-06T17:58:42.942Z | Downloaded flagset v0.4.3 |
1271 | 2024-05-06T17:58:42.942Z | Downloaded errno v0.3.8 |
1272 | 2024-05-06T17:58:42.942Z | Downloaded erased-serde v0.3.31 |
1273 | 2024-05-06T17:58:42.942Z | Downloaded quick-error v1.2.3 |
1274 | 2024-05-06T17:58:42.942Z | Downloaded dyn-clone v1.0.17 |
1275 | 2024-05-06T17:58:42.942Z | Downloaded dtrace-parser v0.2.0 |
1276 | 2024-05-06T17:58:42.942Z | Downloaded dtrace-parser v0.1.14 |
1277 | 2024-05-06T17:58:42.942Z | Downloaded difflib v0.4.0 |
1278 | 2024-05-06T17:58:42.942Z | Downloaded defmt-parser v0.3.3 |
1279 | 2024-05-06T17:58:42.942Z | Downloaded zone v0.1.8 |
1280 | 2024-05-06T17:58:42.942Z | Downloaded zip v0.6.6 |
1281 | 2024-05-06T17:58:42.942Z | Downloaded zeroize_derive v1.4.2 |
1282 | 2024-05-06T17:58:42.942Z | Downloaded unicode-normalization v0.1.22 |
1283 | 2024-05-06T17:58:42.942Z | Downloaded unicode-linebreak v0.1.5 |
1284 | 2024-05-06T17:58:42.942Z | Downloaded corncobs v0.1.3 |
1285 | 2024-05-06T17:58:42.943Z | Downloaded unicode-ident v1.0.12 |
1286 | 2024-05-06T17:58:42.943Z | Downloaded unicode-bidi v0.3.15 |
1287 | 2024-05-06T17:58:42.943Z | Downloaded tokio-tungstenite v0.20.1 |
1288 | 2024-05-06T17:58:42.943Z | Downloaded tokio-stream v0.1.15 |
1289 | 2024-05-06T17:58:42.943Z | Downloaded tokio-rustls v0.25.0 |
1290 | 2024-05-06T17:58:42.943Z | Downloaded time-core v0.1.2 |
1291 | 2024-05-06T17:58:42.943Z | Downloaded sync_wrapper v0.1.2 |
1292 | 2024-05-06T17:58:42.943Z | Downloaded headers v0.3.9 |
1293 | 2024-05-06T17:58:42.943Z | Downloaded syn v1.0.109 |
1294 | 2024-05-06T17:58:42.943Z | Downloaded form_urlencoded v1.2.1 |
1295 | 2024-05-06T17:58:42.943Z | Downloaded nix v0.28.0 |
1296 | 2024-05-06T17:58:42.943Z | Downloaded der v0.7.8 |
1297 | 2024-05-06T17:58:42.943Z | Downloaded siphasher v0.3.11 |
1298 | 2024-05-06T17:58:42.943Z | Downloaded similar v2.4.0 |
1299 | 2024-05-06T17:58:42.943Z | Downloaded sigpipe v0.1.3 |
1300 | 2024-05-06T17:58:42.943Z | Downloaded signature v2.1.0 |
1301 | 2024-05-06T17:58:42.943Z | Downloaded zone_cfg_derive v0.1.2 |
1302 | 2024-05-06T17:58:42.943Z | Downloaded yasna v0.5.2 |
1303 | 2024-05-06T17:58:42.943Z | Downloaded xattr v1.0.1 |
1304 | 2024-05-06T17:58:42.943Z | Downloaded universal-hash v0.5.1 |
1305 | 2024-05-06T17:58:42.943Z | Downloaded unicode_categories v0.1.1 |
1306 | 2024-05-06T17:58:42.943Z | Downloaded signature v1.6.4 |
1307 | 2024-05-06T17:58:42.943Z | Downloaded signal-hook-tokio v0.3.1 |
1308 | 2024-05-06T17:58:42.944Z | Downloaded serde_derive_internals v0.29.0 |
1309 | 2024-05-06T17:58:42.944Z | Downloaded serde_derive v1.0.199 |
1310 | 2024-05-06T17:58:42.944Z | Downloaded serde_arrays v0.1.0 |
1311 | 2024-05-06T17:58:42.944Z | Downloaded rustls-webpki v0.102.1 |
1312 | 2024-05-06T17:58:42.944Z | Downloaded unicode-width v0.1.11 |
1313 | 2024-05-06T17:58:42.944Z | Downloaded unicode-segmentation v1.10.1 |
1314 | 2024-05-06T17:58:42.944Z | Downloaded rustls-pki-types v1.3.0 |
1315 | 2024-05-06T17:58:42.944Z | Downloaded tokio-util v0.7.10 |
1316 | 2024-05-06T17:58:42.947Z | Downloaded tokio-tungstenite v0.21.0 |
1317 | 2024-05-06T17:58:42.947Z | Downloaded bstr v1.9.0 |
1318 | 2024-05-06T17:58:42.954Z | Downloaded slog-bunyan v2.5.0 |
1319 | 2024-05-06T17:58:42.957Z | Downloaded slog-async v2.8.0 |
1320 | 2024-05-06T17:58:42.957Z | Downloaded serde_json v1.0.116 |
1321 | 2024-05-06T17:58:42.961Z | Downloaded rtoolbox v0.0.1 |
1322 | 2024-05-06T17:58:42.963Z | Downloaded cookie_store v0.20.0 |
1323 | 2024-05-06T17:58:42.966Z | Downloaded cookie v0.17.0 |
1324 | 2024-05-06T17:58:42.966Z | Downloaded idna v0.2.3 |
1325 | 2024-05-06T17:58:42.972Z | Downloaded nom v7.1.3 |
1326 | 2024-05-06T17:58:42.977Z | Downloaded multer v3.0.0 |
1327 | 2024-05-06T17:58:42.980Z | Downloaded mime v0.3.17 |
1328 | 2024-05-06T17:58:42.983Z | Downloaded managed v0.8.0 |
1329 | 2024-05-06T17:58:42.984Z | Downloaded libefi-sys v0.1.0 |
1330 | 2024-05-06T17:58:42.984Z | Downloaded lazycell v1.3.0 |
1331 | 2024-05-06T17:58:42.987Z | Downloaded lazy_static v1.4.0 |
1332 | 2024-05-06T17:58:42.987Z | Downloaded lalrpop-util v0.19.12 |
1333 | 2024-05-06T17:58:42.987Z | Downloaded lalrpop v0.19.12 |
1334 | 2024-05-06T17:58:42.997Z | Downloaded colorchoice v1.0.0 |
1335 | 2024-05-06T17:58:43.000Z | Downloaded clap v4.5.4 |
1336 | 2024-05-06T17:58:43.006Z | Downloaded num-bigint-dig v0.8.4 |
1337 | 2024-05-06T17:58:43.010Z | Downloaded clang-sys v1.6.1 |
1338 | 2024-05-06T17:58:43.016Z | Downloaded cipher v0.4.4 |
1339 | 2024-05-06T17:58:43.025Z | Downloaded ciborium-io v0.2.2 |
1340 | 2024-05-06T17:58:43.025Z | Downloaded ciborium v0.2.2 |
1341 | 2024-05-06T17:58:43.025Z | Downloaded cfg-if v1.0.0 |
1342 | 2024-05-06T17:58:43.025Z | Downloaded cancel-safe-futures v0.1.5 |
1343 | 2024-05-06T17:58:43.025Z | Downloaded bitstruct_derive v0.1.0 |
1344 | 2024-05-06T17:58:43.025Z | Downloaded bit-set v0.5.3 |
1345 | 2024-05-06T17:58:43.025Z | Downloaded normalize-line-endings v0.3.0 |
1346 | 2024-05-06T17:58:43.025Z | Downloaded nodrop v0.1.14 |
1347 | 2024-05-06T17:58:43.025Z | Downloaded crc-any v2.4.3 |
1348 | 2024-05-06T17:58:43.029Z | Downloaded crossbeam-channel v0.5.8 |
1349 | 2024-05-06T17:58:43.035Z | Downloaded crc32fast v1.3.2 |
1350 | 2024-05-06T17:58:43.035Z | Downloaded crc-catalog v2.2.0 |
1351 | 2024-05-06T17:58:43.035Z | Downloaded crc v3.0.1 |
1352 | 2024-05-06T17:58:43.038Z | Downloaded cpufeatures v0.2.12 |
1353 | 2024-05-06T17:58:43.038Z | Downloaded cookie v0.18.1 |
1354 | 2024-05-06T17:58:43.038Z | Downloaded mockall_derive v0.12.1 |
1355 | 2024-05-06T17:58:43.038Z | Downloaded mockall v0.12.1 |
1356 | 2024-05-06T17:58:43.041Z | Downloaded convert_case v0.4.0 |
1357 | 2024-05-06T17:58:43.041Z | Downloaded const_format_proc_macros v0.2.32 |
1358 | 2024-05-06T17:58:43.044Z | Downloaded const_format v0.2.32 |
1359 | 2024-05-06T17:58:43.047Z | Downloaded atomicwrites v0.4.3 |
1360 | 2024-05-06T17:58:43.047Z | Downloaded array-init v0.0.4 |
1361 | 2024-05-06T17:58:43.050Z | Downloaded allocator-api2 v0.2.16 |
1362 | 2024-05-06T17:58:43.054Z | Downloaded const-oid v0.9.6 |
1363 | 2024-05-06T17:58:43.054Z | Downloaded console v0.15.8 |
1364 | 2024-05-06T17:58:43.057Z | Downloaded compact_str v0.7.1 |
1365 | 2024-05-06T17:58:43.060Z | Downloaded clap_lex v0.7.0 |
1366 | 2024-05-06T17:58:43.060Z | Downloaded clap_derive v4.5.4 |
1367 | 2024-05-06T17:58:43.060Z | Downloaded clap_builder v4.5.2 |
1368 | 2024-05-06T17:58:43.066Z | Downloaded memmap v0.7.0 |
1369 | 2024-05-06T17:58:43.069Z | Downloaded memchr v2.7.1 |
1370 | 2024-05-06T17:58:43.072Z | Downloaded maplit v1.0.2 |
1371 | 2024-05-06T17:58:43.074Z | Downloaded macaddr v1.0.1 |
1372 | 2024-05-06T17:58:43.075Z | Downloaded lru-cache v0.1.2 |
1373 | 2024-05-06T17:58:43.075Z | Downloaded lru v0.12.1 |
1374 | 2024-05-06T17:58:43.077Z | Downloaded log v0.4.21 |
1375 | 2024-05-06T17:58:43.078Z | Downloaded ciborium-ll v0.2.2 |
1376 | 2024-05-06T17:58:43.081Z | Downloaded chrono v0.4.38 |
1377 | 2024-05-06T17:58:43.085Z | Downloaded libsw v3.3.1 |
1378 | 2024-05-06T17:58:43.088Z | Downloaded libm v0.2.7 |
1379 | 2024-05-06T17:58:43.095Z | Downloaded cfg_aliases v0.1.1 |
1380 | 2024-05-06T17:58:43.098Z | Downloaded cc v1.0.83 |
1381 | 2024-05-06T17:58:43.101Z | Downloaded cassowary v0.3.0 |
1382 | 2024-05-06T17:58:43.101Z | Downloaded camino-tempfile v1.1.1 |
1383 | 2024-05-06T17:58:43.101Z | Downloaded camino v1.1.6 |
1384 | 2024-05-06T17:58:43.104Z | Downloaded instant v0.1.12 |
1385 | 2024-05-06T17:58:43.104Z | Downloaded inout v0.1.3 |
1386 | 2024-05-06T17:58:43.107Z | Downloaded bytes v1.6.0 |
1387 | 2024-05-06T17:58:43.113Z | Downloaded indoc v1.0.9 |
1388 | 2024-05-06T17:58:43.116Z | Downloaded indexmap v2.2.6 |
1389 | 2024-05-06T17:58:43.116Z | Downloaded bitfield v0.14.0 |
1390 | 2024-05-06T17:58:43.116Z | Downloaded bit-vec v0.6.3 |
1391 | 2024-05-06T17:58:43.120Z | Downloaded bindgen v0.69.2 |
1392 | 2024-05-06T17:58:43.124Z | Downloaded hyper v0.14.28 |
1393 | 2024-05-06T17:58:43.133Z | Downloaded bcs v0.1.6 |
1394 | 2024-05-06T17:58:43.137Z | Downloaded bb8 v0.8.3 |
1395 | 2024-05-06T17:58:43.137Z | Downloaded base64ct v1.6.0 |
1396 | 2024-05-06T17:58:43.140Z | Downloaded base64 v0.22.0 |
1397 | 2024-05-06T17:58:43.143Z | Downloaded heck v0.4.1 |
1398 | 2024-05-06T17:58:43.143Z | Downloaded base64 v0.13.1 |
1399 | 2024-05-06T17:58:43.146Z | Downloaded base16ct v0.2.0 |
1400 | 2024-05-06T17:58:43.146Z | Downloaded backtrace v0.3.69 |
1401 | 2024-05-06T17:58:43.150Z | Downloaded home v0.5.5 |
1402 | 2024-05-06T17:58:43.153Z | Downloaded hmac v0.12.1 |
1403 | 2024-05-06T17:58:43.153Z | Downloaded backoff v0.4.0 |
1404 | 2024-05-06T17:58:43.156Z | Downloaded atty v0.2.14 |
1405 | 2024-05-06T17:58:43.156Z | Downloaded atomic-waker v1.1.1 |
1406 | 2024-05-06T17:58:43.159Z | Downloaded heapless v0.7.16 |
1407 | 2024-05-06T17:58:43.163Z | Downloaded heck v0.5.0 |
1408 | 2024-05-06T17:58:43.163Z | Downloaded heck v0.3.3 |
1409 | 2024-05-06T17:58:43.163Z | Downloaded async-trait v0.1.80 |
1410 | 2024-05-06T17:58:43.167Z | Downloaded async-stream-impl v0.3.5 |
1411 | 2024-05-06T17:58:43.167Z | Downloaded async-stream v0.3.5 |
1412 | 2024-05-06T17:58:43.170Z | Downloaded async-recursion v1.1.0 |
1413 | 2024-05-06T17:58:43.173Z | Downloaded assert_matches v1.5.0 |
1414 | 2024-05-06T17:58:43.173Z | Downloaded ascii-canvas v3.0.0 |
1415 | 2024-05-06T17:58:43.173Z | Downloaded ascii v1.1.0 |
1416 | 2024-05-06T17:58:43.177Z | Downloaded arrayvec v0.7.4 |
1417 | 2024-05-06T17:58:43.177Z | Downloaded arrayref v0.3.7 |
1418 | 2024-05-06T17:58:43.180Z | Downloaded argon2 v0.5.3 |
1419 | 2024-05-06T17:58:43.180Z | Downloaded arc-swap v1.6.0 |
1420 | 2024-05-06T17:58:43.183Z | Downloaded anstyle-query v1.0.0 |
1421 | 2024-05-06T17:58:43.183Z | Downloaded anstyle-parse v0.2.1 |
1422 | 2024-05-06T17:58:43.186Z | Downloaded anstyle v1.0.6 |
1423 | 2024-05-06T17:58:43.186Z | Downloaded anstream v0.6.11 |
1424 | 2024-05-06T17:58:43.631Z | Compiling proc-macro2 v1.0.81 |
1425 | 2024-05-06T17:58:43.635Z | Compiling unicode-ident v1.0.12 |
1426 | 2024-05-06T17:58:43.636Z | Compiling libc v0.2.153 |
1427 | 2024-05-06T17:58:43.636Z | Compiling serde v1.0.199 |
1428 | 2024-05-06T17:58:43.636Z | Compiling version_check v0.9.4 |
1429 | 2024-05-06T17:58:43.636Z | Compiling autocfg v1.1.0 |
1430 | 2024-05-06T17:58:43.677Z | Compiling cfg-if v1.0.0 |
1431 | 2024-05-06T17:58:43.810Z | Compiling once_cell v1.19.0 |
1432 | 2024-05-06T17:58:43.832Z | Compiling byteorder v1.5.0 |
1433 | 2024-05-06T17:58:43.930Z | Compiling memchr v2.7.1 |
1434 | 2024-05-06T17:58:44.195Z | Compiling serde_json v1.0.116 |
1435 | 2024-05-06T17:58:44.278Z | Compiling parking_lot_core v0.9.8 |
1436 | 2024-05-06T17:58:44.308Z | Compiling ahash v0.8.8 |
1437 | 2024-05-06T17:58:44.352Z | Compiling lock_api v0.4.10 |
1438 | 2024-05-06T17:58:45.004Z | Compiling libm v0.2.7 |
1439 | 2024-05-06T17:58:45.340Z | Compiling thiserror v1.0.59 |
1440 | 2024-05-06T17:58:45.354Z | Compiling num-traits v0.2.18 |
1441 | 2024-05-06T17:58:45.356Z | Compiling itoa v1.0.9 |
1442 | 2024-05-06T17:58:45.555Z | Compiling typenum v1.16.0 |
1443 | 2024-05-06T17:58:45.755Z | Compiling generic-array v0.14.7 |
1444 | 2024-05-06T17:58:45.830Z | Compiling syn v1.0.109 |
1445 | 2024-05-06T17:58:45.998Z | Compiling allocator-api2 v0.2.16 |
1446 | 2024-05-06T17:58:46.048Z | Compiling log v0.4.21 |
1447 | 2024-05-06T17:58:46.372Z | Compiling quote v1.0.36 |
1448 | 2024-05-06T17:58:46.445Z | Compiling pkg-config v0.3.27 |
1449 | 2024-05-06T17:58:46.741Z | Compiling syn v2.0.60 |
1450 | 2024-05-06T17:58:46.965Z | Compiling cc v1.0.83 |
1451 | 2024-05-06T17:58:46.986Z | Compiling getrandom v0.2.12 |
1452 | 2024-05-06T17:58:47.322Z | Compiling slab v0.4.9 |
1453 | 2024-05-06T17:58:47.412Z | Compiling scopeguard v1.2.0 |
1454 | 2024-05-06T17:58:47.520Z | Compiling ryu v1.0.15 |
1455 | 2024-05-06T17:58:47.855Z | Compiling equivalent v1.0.1 |
1456 | 2024-05-06T17:58:47.964Z | Compiling vcpkg v0.2.15 |
1457 | 2024-05-06T17:58:48.011Z | Compiling schemars v0.8.17 |
1458 | 2024-05-06T17:58:48.509Z | Compiling pin-project-lite v0.2.13 |
1459 | 2024-05-06T17:58:48.697Z | Compiling smallvec v1.13.1 |
1460 | 2024-05-06T17:58:49.206Z | Compiling fnv v1.0.7 |
1461 | 2024-05-06T17:58:49.386Z | Compiling time-core v0.1.2 |
1462 | 2024-05-06T17:58:49.467Z | Compiling ring v0.17.8 |
1463 | 2024-05-06T17:58:49.570Z | Compiling num-conv v0.1.0 |
1464 | 2024-05-06T17:58:49.685Z | Compiling openssl-sys v0.9.102 |
1465 | 2024-05-06T17:58:49.869Z | Compiling time-macros v0.2.17 |
1466 | 2024-05-06T17:58:50.198Z | Compiling parking_lot v0.12.1 |
1467 | 2024-05-06T17:58:50.479Z | Compiling ring v0.16.20 |
1468 | 2024-05-06T17:58:50.573Z | Compiling httparse v1.8.0 |
1469 | 2024-05-06T17:58:51.455Z | Compiling crossbeam-utils v0.8.19 |
1470 | 2024-05-06T17:58:51.780Z | Compiling rustix v0.38.31 |
1471 | 2024-05-06T17:58:52.094Z | Compiling signal-hook-registry v1.4.1 |
1472 | 2024-05-06T17:58:52.424Z | Compiling openssl v0.10.64 |
1473 | 2024-05-06T17:58:52.625Z | Compiling mio v0.8.11 |
1474 | 2024-05-06T17:58:53.065Z | Compiling semver v1.0.22 |
1475 | 2024-05-06T17:58:53.326Z | Compiling rand_core v0.6.4 |
1476 | 2024-05-06T17:58:53.518Z | Compiling iana-time-zone v0.1.57 |
1477 | 2024-05-06T17:58:53.646Z | Compiling futures-core v0.3.30 |
1478 | 2024-05-06T17:58:53.710Z | Compiling native-tls v0.2.11 |
1479 | 2024-05-06T17:58:53.851Z | Compiling tinyvec_macros v0.1.1 |
1480 | 2024-05-06T17:58:53.871Z | Compiling rustls v0.21.9 |
1481 | 2024-05-06T17:58:53.938Z | Compiling tinyvec v1.6.0 |
1482 | 2024-05-06T17:58:54.034Z | Compiling serde_derive_internals v0.29.0 |
1483 | 2024-05-06T17:58:54.162Z | Compiling socket2 v0.5.6 |
1484 | 2024-05-06T17:58:54.466Z | Compiling num_cpus v1.16.0 |
1485 | 2024-05-06T17:58:55.279Z | Compiling unicode-normalization v0.1.22 |
1486 | 2024-05-06T17:58:55.387Z | Compiling cookie v0.17.0 |
1487 | 2024-05-06T17:58:55.696Z | Compiling ucd-trie v0.1.6 |
1488 | 2024-05-06T17:58:55.696Z | Compiling futures-sink v0.3.30 |
1489 | 2024-05-06T17:58:55.941Z | Compiling unicode-bidi v0.3.15 |
1490 | 2024-05-06T17:58:56.224Z | Compiling spin v0.5.2 |
1491 | 2024-05-06T17:58:56.246Z | Compiling futures-channel v0.3.30 |
1492 | 2024-05-06T17:58:56.297Z | Compiling backtrace v0.3.69 |
1493 | 2024-05-06T17:58:56.576Z | Compiling aho-corasick v1.1.2 |
1494 | 2024-05-06T17:58:56.630Z | Compiling futures-task v0.3.30 |
1495 | 2024-05-06T17:58:56.701Z | Compiling regex-syntax v0.8.2 |
1496 | 2024-05-06T17:58:56.723Z | Compiling heck v0.5.0 |
1497 | 2024-05-06T17:58:56.920Z | Compiling pin-utils v0.1.0 |
1498 | 2024-05-06T17:58:56.951Z | Compiling slog v2.7.0 |
1499 | 2024-05-06T17:58:57.017Z | Compiling dyn-clone v1.0.17 |
1500 | 2024-05-06T17:58:57.138Z | Compiling futures-io v0.3.30 |
1501 | 2024-05-06T17:58:57.205Z | Compiling spin v0.9.8 |
1502 | 2024-05-06T17:58:57.409Z | Compiling tracing-core v0.1.32 |
1503 | 2024-05-06T17:58:58.600Z | Compiling subtle v2.5.0 |
1504 | 2024-05-06T17:58:58.649Z | Compiling anyhow v1.0.82 |
1505 | 2024-05-06T17:58:58.713Z | Compiling winnow v0.5.15 |
1506 | 2024-05-06T17:58:58.876Z | Compiling percent-encoding v2.3.1 |
1507 | 2024-05-06T17:58:59.123Z | Compiling unicode-xid v0.2.4 |
1508 | 2024-05-06T17:58:59.194Z | Compiling const-oid v0.9.6 |
1509 | 2024-05-06T17:58:59.333Z | Compiling serde_derive v1.0.199 |
1510 | 2024-05-06T17:58:59.417Z | Compiling zerocopy-derive v0.7.32 |
1511 | 2024-05-06T17:58:59.991Z | Compiling thiserror-impl v1.0.59 |
1512 | 2024-05-06T17:59:00.562Z | Compiling zeroize_derive v1.4.2 |
1513 | 2024-05-06T17:59:00.763Z | Compiling tokio-macros v2.2.0 |
1514 | 2024-05-06T17:59:00.999Z | Compiling futures-macro v0.3.30 |
1515 | 2024-05-06T17:59:01.238Z | Compiling zerocopy v0.7.32 |
1516 | 2024-05-06T17:59:02.496Z | Compiling tracing-attributes v0.1.27 |
1517 | 2024-05-06T17:59:02.509Z | Compiling schemars_derive v0.8.17 |
1518 | 2024-05-06T17:59:02.510Z | Compiling zeroize v1.7.0 |
1519 | 2024-05-06T17:59:02.689Z | Compiling openssl-macros v0.1.1 |
1520 | 2024-05-06T17:59:02.903Z | Compiling pest v2.7.6 |
1521 | 2024-05-06T17:59:03.443Z | Compiling hashbrown v0.14.3 |
1522 | 2024-05-06T17:59:03.511Z | Compiling futures-util v0.3.30 |
1523 | 2024-05-06T17:59:04.426Z | Compiling regex-automata v0.4.5 |
1524 | 2024-05-06T17:59:05.158Z | Compiling pest_meta v2.7.6 |
1525 | 2024-05-06T17:59:05.211Z | Compiling tracing v0.1.40 |
1526 | 2024-05-06T17:59:05.761Z | Compiling synstructure v0.12.6 |
1527 | 2024-05-06T17:59:07.189Z | Compiling pest_generator v2.7.6 |
1528 | 2024-05-06T17:59:08.910Z | Compiling pest_derive v2.7.6 |
1529 | 2024-05-06T17:59:09.013Z | Compiling crc32fast v1.3.2 |
1530 | 2024-05-06T17:59:09.439Z | Compiling regex v1.10.4 |
1531 | 2024-05-06T17:59:09.458Z | Compiling heck v0.4.1 |
1532 | 2024-05-06T17:59:09.948Z | Compiling zerocopy-derive v0.2.0 |
1533 | 2024-05-06T17:59:11.614Z | Compiling foreign-types-shared v0.1.1 |
1534 | 2024-05-06T17:59:11.680Z | Compiling untrusted v0.7.1 |
1535 | 2024-05-06T17:59:11.850Z | Compiling powerfmt v0.2.0 |
1536 | 2024-05-06T17:59:12.222Z | Compiling bytes v1.6.0 |
1537 | 2024-05-06T17:59:12.336Z | Compiling indexmap v2.2.6 |
1538 | 2024-05-06T17:59:13.588Z | Compiling bitflags v2.4.2 |
1539 | 2024-05-06T17:59:13.687Z | Compiling chrono v0.4.38 |
1540 | 2024-05-06T17:59:13.987Z | Compiling uuid v1.8.0 |
1541 | 2024-05-06T17:59:14.727Z | Compiling tokio v1.37.0 |
1542 | 2024-05-06T17:59:14.840Z | Compiling toml_datetime v0.6.5 |
1543 | 2024-05-06T17:59:15.238Z | Compiling serde_spanned v0.6.5 |
1544 | 2024-05-06T17:59:15.257Z | Compiling http v0.2.12 |
1545 | 2024-05-06T17:59:17.130Z | Compiling toml_edit v0.19.15 |
1546 | 2024-05-06T17:59:17.793Z | Compiling untrusted v0.9.0 |
1547 | 2024-05-06T17:59:20.733Z | Compiling deranged v0.3.11 |
1548 | 2024-05-06T17:59:22.186Z | Compiling foreign-types v0.3.2 |
1549 | 2024-05-06T17:59:22.284Z | Compiling crypto-common v0.1.6 |
1550 | 2024-05-06T17:59:22.758Z | Compiling tokio-util v0.7.10 |
1551 | 2024-05-06T17:59:22.913Z | Compiling der_derive v0.7.2 |
1552 | 2024-05-06T17:59:23.923Z | Compiling form_urlencoded v1.2.1 |
1553 | 2024-05-06T17:59:24.161Z | Compiling errno v0.3.8 |
1554 | 2024-05-06T17:59:24.221Z | Compiling try-lock v0.2.4 |
1555 | 2024-05-06T17:59:24.373Z | Compiling base64 v0.21.7 |
1556 | 2024-05-06T17:59:24.413Z | Compiling num_threads v0.1.6 |
1557 | 2024-05-06T17:59:24.546Z | Compiling time v0.3.34 |
1558 | 2024-05-06T17:59:25.009Z | Compiling want v0.3.1 |
1559 | 2024-05-06T17:59:26.191Z | Compiling h2 v0.3.26 |
1560 | 2024-05-06T17:59:26.729Z | Compiling sct v0.7.0 |
1561 | 2024-05-06T17:59:26.994Z | Compiling rustls-webpki v0.101.7 |
1562 | 2024-05-06T17:59:28.029Z | Compiling http-body v0.4.5 |
1563 | 2024-05-06T17:59:28.235Z | Compiling rustc_version v0.4.0 |
1564 | 2024-05-06T17:59:28.481Z | Compiling block-buffer v0.10.4 |
1565 | 2024-05-06T17:59:28.722Z | Compiling async-trait v0.1.80 |
1566 | 2024-05-06T17:59:28.738Z | Compiling idna v0.5.0 |
1567 | 2024-05-06T17:59:28.864Z | Compiling socket2 v0.4.9 |
1568 | 2024-05-06T17:59:29.160Z | Compiling usdt-impl v0.3.5 |
1569 | 2024-05-06T17:59:29.647Z | Compiling rustversion v1.0.14 |
1570 | 2024-05-06T17:59:30.076Z | Compiling openssl-probe v0.1.5 |
1571 | 2024-05-06T17:59:30.191Z | Compiling unicode-width v0.1.11 |
1572 | 2024-05-06T17:59:30.254Z | Compiling tower-service v0.3.2 |
1573 | 2024-05-06T17:59:30.357Z | Compiling httpdate v1.0.3 |
1574 | 2024-05-06T17:59:30.762Z | Compiling url v2.5.0 |
1575 | 2024-05-06T17:59:32.330Z | Compiling heapless v0.7.16 |
1576 | 2024-05-06T17:59:32.387Z | Compiling digest v0.10.7 |
1577 | 2024-05-06T17:59:32.846Z | Compiling hyper v0.14.28 |
1578 | 2024-05-06T17:59:33.340Z | Compiling scroll_derive v0.12.0 |
1579 | 2024-05-06T17:59:34.694Z | Compiling idna v0.3.0 |
1580 | 2024-05-06T17:59:34.874Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1581 | 2024-05-06T17:59:35.694Z | Compiling adler v1.0.2 |
1582 | 2024-05-06T17:59:36.073Z | Compiling signal-hook v0.3.17 |
1583 | 2024-05-06T17:59:36.129Z | Compiling ppv-lite86 v0.2.17 |
1584 | 2024-05-06T17:59:36.367Z | Compiling psl-types v2.0.11 |
1585 | 2024-05-06T17:59:36.570Z | Compiling tokio-rustls v0.24.1 |
1586 | 2024-05-06T17:59:36.609Z | Compiling publicsuffix v2.2.3 |
1587 | 2024-05-06T17:59:36.917Z | Compiling rand_chacha v0.3.1 |
1588 | 2024-05-06T17:59:36.953Z | Compiling miniz_oxide v0.7.1 |
1589 | 2024-05-06T17:59:38.202Z | Compiling tokio-native-tls v0.3.1 |
1590 | 2024-05-06T17:59:38.474Z | Compiling crossbeam-epoch v0.9.18 |
1591 | 2024-05-06T17:59:40.217Z | Compiling openapiv3 v2.0.0 |
1592 | 2024-05-06T17:59:40.414Z | Compiling zerocopy v0.3.0 |
1593 | 2024-05-06T17:59:41.379Z | Compiling thread-id v4.2.0 |
1594 | 2024-05-06T17:59:41.478Z | Compiling ipnet v2.9.0 |
1595 | 2024-05-06T17:59:41.759Z | Compiling dof v0.1.5 |
1596 | 2024-05-06T17:59:42.090Z | Compiling hyper-rustls v0.24.2 |
1597 | 2024-05-06T17:59:42.441Z | Compiling hyper-tls v0.5.0 |
1598 | 2024-05-06T17:59:42.500Z | Compiling rand v0.8.5 |
1599 | 2024-05-06T17:59:42.780Z | Compiling rustls-pemfile v1.0.3 |
1600 | 2024-05-06T17:59:42.793Z | Compiling serde_urlencoded v0.7.1 |
1601 | 2024-05-06T17:59:43.308Z | Compiling serde_tokenstream v0.2.0 |
1602 | 2024-05-06T17:59:43.645Z | Compiling dtrace-parser v0.1.14 |
1603 | 2024-05-06T17:59:44.055Z | Compiling num-bigint v0.4.4 |
1604 | 2024-05-06T17:59:44.205Z | Compiling encoding_rs v0.8.33 |
1605 | 2024-05-06T17:59:44.226Z | Compiling gimli v0.28.0 |
1606 | 2024-05-06T17:59:44.462Z | Compiling sync_wrapper v0.1.2 |
1607 | 2024-05-06T17:59:44.590Z | Compiling webpki-roots v0.25.2 |
1608 | 2024-05-06T17:59:44.733Z | Compiling smoltcp v0.9.1 |
1609 | 2024-05-06T17:59:45.027Z | Compiling rayon-core v1.12.1 |
1610 | 2024-05-06T17:59:45.237Z | Compiling base64ct v1.6.0 |
1611 | 2024-05-06T17:59:45.295Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1612 | 2024-05-06T17:59:45.317Z | Compiling either v1.11.0 |
1613 | 2024-05-06T17:59:45.509Z | Compiling mime v0.3.17 |
1614 | 2024-05-06T17:59:45.724Z | Compiling pem-rfc7468 v0.7.0 |
1615 | 2024-05-06T17:59:47.483Z | Compiling hmac v0.12.1 |
1616 | 2024-05-06T17:59:47.574Z | Compiling serde_tokenstream v0.1.7 |
1617 | 2024-05-06T17:59:47.714Z | Compiling regress v0.9.1 |
1618 | 2024-05-06T17:59:47.937Z | Compiling addr2line v0.21.0 |
1619 | 2024-05-06T17:59:48.404Z | Compiling object v0.32.1 |
1620 | 2024-05-06T17:59:48.428Z | Compiling camino v1.1.6 |
1621 | 2024-05-06T17:59:48.655Z | Compiling rustc-demangle v0.1.23 |
1622 | 2024-05-06T17:59:48.898Z | Compiling flagset v0.4.3 |
1623 | 2024-05-06T17:59:49.035Z | Compiling cookie_store v0.20.0 |
1624 | 2024-05-06T17:59:49.102Z | Compiling siphasher v0.3.11 |
1625 | 2024-05-06T17:59:49.189Z | Compiling winnow v0.6.1 |
1626 | 2024-05-06T17:59:49.474Z | Compiling der v0.7.8 |
1627 | 2024-05-06T17:59:49.834Z | Compiling reqwest v0.11.27 |
1628 | 2024-05-06T17:59:50.596Z | Compiling flate2 v1.0.28 |
1629 | 2024-05-06T17:59:51.469Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1630 | 2024-05-06T17:59:52.851Z | Compiling toml_edit v0.22.12 |
1631 | 2024-05-06T17:59:54.965Z | Compiling futures-executor v0.3.30 |
1632 | 2024-05-06T17:59:55.532Z | Compiling hubpack_derive v0.1.1 |
1633 | 2024-05-06T17:59:55.532Z | Compiling zerocopy-derive v0.6.6 |
1634 | 2024-05-06T17:59:56.311Z | Compiling lazy_static v1.4.0 |
1635 | 2024-05-06T17:59:56.435Z | Compiling usdt-impl v0.5.0 |
1636 | 2024-05-06T17:59:56.789Z | Compiling stable_deref_trait v1.2.0 |
1637 | 2024-05-06T17:59:57.304Z | Compiling cpufeatures v0.2.12 |
1638 | 2024-05-06T17:59:57.602Z | Compiling anstyle v1.0.6 |
1639 | 2024-05-06T17:59:57.692Z | Compiling utf8parse v0.2.1 |
1640 | 2024-05-06T17:59:57.846Z | Compiling anstyle-parse v0.2.1 |
1641 | 2024-05-06T17:59:58.180Z | Compiling sha2 v0.10.8 |
1642 | 2024-05-06T18:00:00.810Z | Compiling futures v0.3.30 |
1643 | 2024-05-06T18:00:00.955Z | Compiling spki v0.7.2 |
1644 | 2024-05-06T18:00:01.231Z | Compiling usdt-macro v0.3.5 |
1645 | 2024-05-06T18:00:01.312Z | Compiling usdt-attr-macro v0.3.5 |
1646 | 2024-05-06T18:00:02.387Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1647 | 2024-05-06T18:00:02.705Z | Compiling scroll v0.12.0 |
1648 | 2024-05-06T18:00:03.072Z | Compiling md-5 v0.10.5 |
1649 | 2024-05-06T18:00:03.283Z | Compiling toml v0.7.8 |
1650 | 2024-05-06T18:00:04.026Z | Compiling hex v0.4.3 |
1651 | 2024-05-06T18:00:04.784Z | Compiling stringprep v0.1.3 |
1652 | 2024-05-06T18:00:04.806Z | Compiling diesel_table_macro_syntax v0.1.0 |
1653 | 2024-05-06T18:00:05.581Z | Compiling num-integer v0.1.46 |
1654 | 2024-05-06T18:00:06.729Z | Compiling hash32 v0.2.1 |
1655 | 2024-05-06T18:00:07.108Z | Compiling plain v0.2.3 |
1656 | 2024-05-06T18:00:07.279Z | Compiling colorchoice v1.0.0 |
1657 | 2024-05-06T18:00:07.844Z | Compiling fallible-iterator v0.2.0 |
1658 | 2024-05-06T18:00:08.131Z | Compiling anstyle-query v1.0.0 |
1659 | 2024-05-06T18:00:09.224Z | Compiling anstream v0.6.11 |
1660 | 2024-05-06T18:00:09.560Z | Compiling postgres-protocol v0.6.6 |
1661 | 2024-05-06T18:00:10.746Z | Compiling goblin v0.8.0 |
1662 | 2024-05-06T18:00:10.988Z | Compiling diesel_derives v2.1.2 |
1663 | 2024-05-06T18:00:20.829Z | Compiling pkcs8 v0.10.2 |
1664 | 2024-05-06T18:00:21.353Z | Compiling phf_shared v0.11.2 |
1665 | 2024-05-06T18:00:22.754Z | Compiling strum_macros v0.25.2 |
1666 | 2024-05-06T18:00:23.138Z | Compiling terminal_size v0.3.0 |
1667 | 2024-05-06T18:00:23.660Z | Compiling enum-as-inner v0.5.1 |
1668 | 2024-05-06T18:00:24.486Z | Compiling block-padding v0.3.3 |
1669 | 2024-05-06T18:00:24.489Z | Compiling serde_repr v0.1.16 |
1670 | 2024-05-06T18:00:24.641Z | Compiling clap_derive v4.5.4 |
1671 | 2024-05-06T18:00:24.880Z | Compiling ff v0.13.0 |
1672 | 2024-05-06T18:00:24.973Z | Compiling scheduled-thread-pool v0.2.7 |
1673 | 2024-05-06T18:00:25.441Z | Compiling clap_lex v0.7.0 |
1674 | 2024-05-06T18:00:25.884Z | Compiling pretty-hex v0.4.1 |
1675 | 2024-05-06T18:00:26.102Z | Compiling bitflags v1.3.2 |
1676 | 2024-05-06T18:00:26.214Z | Compiling base16ct v0.2.0 |
1677 | 2024-05-06T18:00:26.489Z | Compiling bit-vec v0.6.3 |
1678 | 2024-05-06T18:00:26.508Z | Compiling strsim v0.11.0 |
1679 | 2024-05-06T18:00:26.821Z | Compiling managed v0.8.0 |
1680 | 2024-05-06T18:00:26.985Z | Compiling matches v0.1.10 |
1681 | 2024-05-06T18:00:27.229Z | Compiling regex-automata v0.1.10 |
1682 | 2024-05-06T18:00:27.388Z | Compiling idna v0.2.3 |
1683 | 2024-05-06T18:00:27.750Z | Compiling bstr v0.2.17 |
1684 | 2024-05-06T18:00:28.237Z | Compiling clap_builder v4.5.2 |
1685 | 2024-05-06T18:00:29.051Z | Compiling sec1 v0.7.3 |
1686 | 2024-05-06T18:00:29.092Z | Compiling dof v0.3.0 |
1687 | 2024-05-06T18:00:29.359Z | Compiling r2d2 v0.8.10 |
1688 | 2024-05-06T18:00:29.585Z | Compiling group v0.13.0 |
1689 | 2024-05-06T18:00:30.875Z | Compiling inout v0.1.3 |
1690 | 2024-05-06T18:00:31.839Z | Compiling phf v0.11.2 |
1691 | 2024-05-06T18:00:32.164Z | Compiling signal-hook-mio v0.2.3 |
1692 | 2024-05-06T18:00:32.347Z | Compiling bzip2 v0.4.4 |
1693 | 2024-05-06T18:00:32.601Z | Compiling postgres-types v0.2.6 |
1694 | 2024-05-06T18:00:32.727Z | Compiling zerocopy v0.6.6 |
1695 | 2024-05-06T18:00:33.127Z | Compiling hubpack v0.1.2 |
1696 | 2024-05-06T18:00:33.556Z | Compiling phf_shared v0.10.0 |
1697 | 2024-05-06T18:00:33.598Z | Compiling hkdf v0.12.4 |
1698 | 2024-05-06T18:00:34.415Z | Compiling ipnetwork v0.20.0 |
1699 | 2024-05-06T18:00:35.199Z | Compiling dtrace-parser v0.2.0 |
1700 | 2024-05-06T18:00:35.373Z | Compiling crypto-bigint v0.5.2 |
1701 | 2024-05-06T18:00:35.470Z | Compiling float-cmp v0.9.0 |
1702 | 2024-05-06T18:00:35.646Z | Compiling blake3 v1.5.0 |
1703 | 2024-05-06T18:00:36.153Z | Compiling ident_case v1.0.1 |
1704 | 2024-05-06T18:00:36.241Z | Compiling static_assertions v1.1.0 |
1705 | 2024-05-06T18:00:36.450Z | Compiling data-encoding v2.4.0 |
1706 | 2024-05-06T18:00:36.789Z | Compiling strsim v0.10.0 |
1707 | 2024-05-06T18:00:37.045Z | Compiling new_debug_unreachable v1.0.4 |
1708 | 2024-05-06T18:00:37.158Z | Compiling fixedbitset v0.4.2 |
1709 | 2024-05-06T18:00:37.316Z | Compiling predicates-core v1.0.6 |
1710 | 2024-05-06T18:00:37.434Z | Compiling unicode-segmentation v1.10.1 |
1711 | 2024-05-06T18:00:37.459Z | Compiling whoami v1.5.1 |
1712 | 2024-05-06T18:00:37.531Z | Compiling normalize-line-endings v0.3.0 |
1713 | 2024-05-06T18:00:37.640Z | Compiling minimal-lexical v0.2.1 |
1714 | 2024-05-06T18:00:38.436Z | Compiling precomputed-hash v0.1.1 |
1715 | 2024-05-06T18:00:38.439Z | Compiling difflib v0.4.0 |
1716 | 2024-05-06T18:00:38.439Z | Compiling string_cache v0.8.7 |
1717 | 2024-05-06T18:00:38.439Z | Compiling similar v2.4.0 |
1718 | 2024-05-06T18:00:38.439Z | Compiling nom v7.1.3 |
1719 | 2024-05-06T18:00:38.587Z | Compiling predicates v3.1.0 |
1720 | 2024-05-06T18:00:39.345Z | Compiling tokio-postgres v0.7.10 |
1721 | 2024-05-06T18:00:40.101Z | Compiling petgraph v0.6.4 |
1722 | 2024-05-06T18:00:40.133Z | Compiling elliptic-curve v0.13.8 |
1723 | 2024-05-06T18:00:40.374Z | Compiling darling_core v0.20.8 |
1724 | 2024-05-06T18:00:40.855Z | Compiling trust-dns-proto v0.22.0 |
1725 | 2024-05-06T18:00:43.548Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1726 | 2024-05-06T18:00:43.951Z | Compiling diesel v2.1.6 |
1727 | 2024-05-06T18:00:45.275Z | Compiling yasna v0.5.2 |
1728 | 2024-05-06T18:00:46.842Z | Compiling zip v0.6.6 |
1729 | 2024-05-06T18:00:46.897Z | Compiling crossterm v0.27.0 |
1730 | 2024-05-06T18:00:47.294Z | Compiling clap v4.5.4 |
1731 | 2024-05-06T18:00:47.783Z | Compiling cipher v0.4.4 |
1732 | 2024-05-06T18:00:48.224Z | Compiling bit-set v0.5.3 |
1733 | 2024-05-06T18:00:48.496Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1734 | 2024-05-06T18:00:48.642Z | Compiling num-iter v0.1.44 |
1735 | 2024-05-06T18:00:48.833Z | Compiling usdt v0.3.5 |
1736 | 2024-05-06T18:00:48.943Z | Compiling console v0.15.8 |
1737 | 2024-05-06T18:00:50.022Z | Compiling itertools v0.10.5 |
1738 | 2024-05-06T18:00:50.167Z | Compiling getopts v0.2.21 |
1739 | 2024-05-06T18:00:50.995Z | Compiling tokio-stream v0.1.15 |
1740 | 2024-05-06T18:00:51.164Z | Compiling bstr v1.9.0 |
1741 | 2024-05-06T18:00:52.098Z | Compiling lalrpop-util v0.19.12 |
1742 | 2024-05-06T18:00:52.582Z | Compiling base64 v0.22.0 |
1743 | 2024-05-06T18:00:52.753Z | Compiling unsafe-libyaml v0.2.10 |
1744 | 2024-05-06T18:00:52.880Z | Compiling peg-runtime v0.8.2 |
1745 | 2024-05-06T18:00:53.399Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1746 | 2024-05-06T18:00:54.168Z | Compiling serde_yaml v0.9.25 |
1747 | 2024-05-06T18:00:54.503Z | Compiling darling_macro v0.20.8 |
1748 | 2024-05-06T18:00:55.500Z | Compiling crossbeam-deque v0.8.3 |
1749 | 2024-05-06T18:00:59.068Z | Compiling same-file v1.0.6 |
1750 | 2024-05-06T18:01:00.025Z | Compiling fastrand v2.0.1 |
1751 | 2024-05-06T18:01:00.087Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1752 | 2024-05-06T18:01:00.539Z | Compiling tempfile v3.10.1 |
1753 | 2024-05-06T18:01:01.312Z | Compiling walkdir v2.5.0 |
1754 | 2024-05-06T18:01:03.535Z | Compiling darling v0.20.8 |
1755 | 2024-05-06T18:01:09.387Z | Compiling proc-macro-crate v1.3.1 |
1756 | 2024-05-06T18:01:16.193Z | Compiling heapless v0.8.0 |
1757 | 2024-05-06T18:01:19.590Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1758 | 2024-05-06T18:01:21.309Z | Compiling num_enum_derive v0.5.11 |
1759 | 2024-05-06T18:01:29.147Z | Compiling rayon v1.10.0 |
1760 | 2024-05-06T18:01:33.304Z | Compiling memmap2 v0.7.1 |
1761 | 2024-05-06T18:01:33.703Z | Compiling xattr v1.0.1 |
1762 | 2024-05-06T18:01:33.919Z | Compiling filetime v0.2.23 |
1763 | 2024-05-06T18:01:34.152Z | Compiling hash32 v0.3.1 |
1764 | 2024-05-06T18:01:34.471Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1765 | 2024-05-06T18:01:34.961Z | Compiling arrayref v0.3.7 |
1766 | 2024-05-06T18:01:35.448Z | Compiling smoltcp v0.11.0 |
1767 | 2024-05-06T18:01:36.644Z | Compiling rustls-pki-types v1.3.0 |
1768 | 2024-05-06T18:01:37.018Z | Compiling constant_time_eq v0.3.0 |
1769 | 2024-05-06T18:01:37.178Z | Compiling home v0.5.5 |
1770 | 2024-05-06T18:01:37.365Z | Compiling arrayvec v0.7.4 |
1771 | 2024-05-06T18:01:37.950Z | Compiling toolchain_find v0.4.0 |
1772 | 2024-05-06T18:01:45.446Z | Compiling tar v0.4.40 |
1773 | 2024-05-06T18:01:47.681Z | Compiling camino-tempfile v1.1.1 |
1774 | 2024-05-06T18:01:47.938Z | Compiling num_enum v0.5.11 |
1775 | 2024-05-06T18:01:54.642Z | Compiling toml v0.8.12 |
1776 | 2024-05-06T18:01:54.839Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1777 | 2024-05-06T18:01:55.498Z | Compiling dirs-sys-next v0.1.2 |
1778 | 2024-05-06T18:01:55.736Z | Compiling proc-macro-error-attr v1.0.4 |
1779 | 2024-05-06T18:01:55.982Z | Compiling paste v1.0.14 |
1780 | 2024-05-06T18:01:56.179Z | Compiling rustls v0.22.4 |
1781 | 2024-05-06T18:01:56.438Z | Compiling cobs v0.2.3 |
1782 | 2024-05-06T18:01:56.635Z | Compiling embedded-io v0.4.0 |
1783 | 2024-05-06T18:01:57.069Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1784 | 2024-05-06T18:01:57.644Z | Compiling topological-sort v0.2.2 |
1785 | 2024-05-06T18:01:58.573Z | Compiling omicron-zone-package v0.11.0 |
1786 | 2024-05-06T18:02:04.209Z | Compiling postcard v1.0.8 |
1787 | 2024-05-06T18:02:05.359Z | Compiling dirs-next v2.0.0 |
1788 | 2024-05-06T18:02:05.634Z | Compiling rustfmt-wrapper v0.2.1 |
1789 | 2024-05-06T18:02:05.815Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1790 | 2024-05-06T18:02:13.235Z | Compiling rustls-webpki v0.102.1 |
1791 | 2024-05-06T18:02:18.782Z | Compiling strum_macros v0.26.1 |
1792 | 2024-05-06T18:02:19.624Z | Compiling structmeta-derive v0.3.0 |
1793 | 2024-05-06T18:02:19.721Z | Compiling foreign-types-macros v0.2.3 |
1794 | 2024-05-06T18:02:19.842Z | Compiling thread_local v1.1.7 |
1795 | 2024-05-06T18:02:20.115Z | Compiling multer v3.0.0 |
1796 | 2024-05-06T18:02:20.576Z | Compiling proc-macro-error v1.0.4 |
1797 | 2024-05-06T18:02:20.684Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1798 | 2024-05-06T18:02:20.748Z | Compiling slog-async v2.8.0 |
1799 | 2024-05-06T18:02:20.911Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1800 | 2024-05-06T18:02:21.228Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1801 | 2024-05-06T18:02:21.384Z | Compiling match_cfg v0.1.0 |
1802 | 2024-05-06T18:02:21.407Z | Compiling foreign-types-shared v0.3.1 |
1803 | 2024-05-06T18:02:21.492Z | Compiling hostname v0.3.1 |
1804 | 2024-05-06T18:02:21.531Z | Compiling foreign-types v0.5.0 |
1805 | 2024-05-06T18:02:21.619Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1806 | 2024-05-06T18:02:22.286Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1807 | 2024-05-06T18:02:22.308Z | Compiling structmeta v0.3.0 |
1808 | 2024-05-06T18:02:22.730Z | Compiling term v0.7.0 |
1809 | 2024-05-06T18:02:23.293Z | Compiling strum v0.26.2 |
1810 | 2024-05-06T18:02:25.403Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1811 | 2024-05-06T18:02:25.440Z | Compiling slog-json v2.6.1 |
1812 | 2024-05-06T18:02:25.938Z | Compiling is-terminal v0.4.9 |
1813 | 2024-05-06T18:02:26.067Z | Compiling tabwriter v1.4.0 |
1814 | 2024-05-06T18:02:26.435Z | Compiling crossbeam-channel v0.5.8 |
1815 | 2024-05-06T18:02:26.851Z | Compiling http v1.0.0 |
1816 | 2024-05-06T18:02:27.660Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1817 | 2024-05-06T18:02:28.182Z | Compiling async-stream-impl v0.3.5 |
1818 | 2024-05-06T18:02:28.507Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1819 | 2024-05-06T18:02:29.391Z | Compiling cstr-argument v0.1.2 |
1820 | 2024-05-06T18:02:29.474Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1821 | 2024-05-06T18:02:29.803Z | Compiling crucible-workspace-hack v0.1.0 |
1822 | 2024-05-06T18:02:30.124Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1823 | 2024-05-06T18:02:30.376Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1824 | 2024-05-06T18:02:30.444Z | Compiling atomic-waker v1.1.1 |
1825 | 2024-05-06T18:02:30.638Z | Compiling pretty-hex v0.2.1 |
1826 | 2024-05-06T18:02:30.673Z | Compiling take_mut v0.2.2 |
1827 | 2024-05-06T18:02:30.850Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1828 | 2024-05-06T18:02:31.298Z | Compiling waitgroup v0.1.2 |
1829 | 2024-05-06T18:02:31.707Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1830 | 2024-05-06T18:02:32.699Z | Compiling async-stream v0.3.5 |
1831 | 2024-05-06T18:02:33.504Z | Compiling tokio-rustls v0.25.0 |
1832 | 2024-05-06T18:02:33.982Z | Compiling slog-term v2.9.1 |
1833 | 2024-05-06T18:02:34.063Z | Compiling slog-bunyan v2.5.0 |
1834 | 2024-05-06T18:02:40.396Z | Compiling parse-display-derive v0.9.0 |
1835 | 2024-05-06T18:02:40.404Z | Compiling rustls-pemfile v2.1.2 |
1836 | 2024-05-06T18:02:40.444Z | Compiling serde_with_macros v3.7.0 |
1837 | 2024-05-06T18:02:40.444Z | Compiling sha1 v0.10.6 |
1838 | 2024-05-06T18:02:40.444Z | Compiling colored v2.1.0 |
1839 | 2024-05-06T18:02:40.444Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1840 | 2024-05-06T18:02:40.444Z | Compiling newtype-uuid v1.1.0 |
1841 | 2024-05-06T18:02:40.444Z | Compiling serde_path_to_error v0.1.16 |
1842 | 2024-05-06T18:02:40.444Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1843 | 2024-05-06T18:02:40.444Z | Compiling instant v0.1.12 |
1844 | 2024-05-06T18:02:40.444Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1845 | 2024-05-06T18:02:40.444Z | Compiling debug-ignore v1.0.5 |
1846 | 2024-05-06T18:02:40.466Z | Compiling backoff v0.4.0 |
1847 | 2024-05-06T18:02:40.990Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1848 | 2024-05-06T18:02:41.010Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1849 | 2024-05-06T18:02:41.010Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1850 | 2024-05-06T18:02:41.010Z | Compiling serde_with v3.7.0 |
1851 | 2024-05-06T18:02:43.099Z | Compiling parse-display v0.9.0 |
1852 | 2024-05-06T18:02:45.102Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1853 | 2024-05-06T18:02:45.294Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1854 | 2024-05-06T18:02:46.593Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1855 | 2024-05-06T18:02:46.806Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1856 | 2024-05-06T18:02:46.999Z | Compiling macaddr v1.0.1 |
1857 | 2024-05-06T18:02:47.061Z | Compiling num-derive v0.4.0 |
1858 | 2024-05-06T18:02:49.357Z | Compiling sigpipe v0.1.3 |
1859 | 2024-05-06T18:02:49.493Z | Compiling libefi-sys v0.1.0 |
1860 | 2024-05-06T18:02:49.816Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1861 | 2024-05-06T18:02:53.311Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1862 | 2024-05-06T18:02:53.373Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1863 | 2024-05-06T18:02:53.395Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1864 | 2024-05-06T18:02:53.936Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1865 | 2024-05-06T18:02:55.703Z | Compiling smf v0.2.3 |
1866 | 2024-05-06T18:02:56.973Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1867 | 2024-05-06T18:02:57.306Z | Compiling portable-atomic v1.4.3 |
1868 | 2024-05-06T18:02:58.010Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1869 | 2024-05-06T18:02:58.431Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1870 | 2024-05-06T18:02:59.833Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1871 | 2024-05-06T18:02:59.971Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1872 | 2024-05-06T18:03:02.203Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1873 | 2024-05-06T18:03:02.605Z | Compiling gethostname v0.4.3 |
1874 | 2024-05-06T18:03:03.145Z | Compiling number_prefix v0.4.0 |
1875 | 2024-05-06T18:03:03.385Z | Compiling indicatif v0.17.8 |
1876 | 2024-05-06T18:03:03.468Z | Compiling swrite v0.1.0 |
1877 | 2024-05-06T18:03:11.430Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1878 | 2024-05-06T18:03:14.400Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1879 | 2024-05-06T18:03:17.044Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1880 | 2024-05-06T18:03:18.797Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1881 | 2024-05-06T18:03:35.724Z | Finished release [optimized] target(s) in 5m 17s |
1882 | 2024-05-06T18:03:35.976Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1883 | 2024-05-06T18:03:36.041Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1884 | 2024-05-06T18:03:36.046Z | Created new build target 'test' and set it as active |
1885 | 2024-05-06T18:03:36.047Z | |
1886 | 2024-05-06T18:03:36.047Z | real 5:17.727140696 |
1887 | 2024-05-06T18:03:36.047Z | user 33:14.181007527 |
1888 | 2024-05-06T18:03:36.047Z | sys 4:04.751026712 |
1889 | 2024-05-06T18:03:36.047Z | trap 0.973401095 |
1890 | 2024-05-06T18:03:36.048Z | tflt 5.733044460 |
1891 | 2024-05-06T18:03:36.048Z | dflt 4.436793132 |
1892 | 2024-05-06T18:03:36.048Z | kflt 0.030734068 |
1893 | 2024-05-06T18:03:36.048Z | lock 1:09:55.961066138 |
1894 | 2024-05-06T18:03:36.048Z | slp 1:34:03.314481955 |
1895 | 2024-05-06T18:03:36.048Z | lat 2:01.355217953 |
1896 | 2024-05-06T18:03:36.049Z | stop 3:42.094052656 |
1897 | 2024-05-06T18:03:36.049Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1898 | 2024-05-06T18:03:36.860Z | Finished release [optimized] target(s) in 0.77s |
1899 | 2024-05-06T18:03:36.883Z | Running `target/release/omicron-package -t test package` |
1900 | 2024-05-06T18:03:36.920Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1901 | 2024-05-06T18:03:37.780Z | Compiling newline-converter v0.3.0 |
1902 | 2024-05-06T18:03:37.780Z | Compiling usdt-macro v0.5.0 |
1903 | 2024-05-06T18:03:37.784Z | Compiling usdt-attr-macro v0.5.0 |
1904 | 2024-05-06T18:03:37.784Z | Compiling memmap v0.7.0 |
1905 | 2024-05-06T18:03:37.870Z | Compiling humantime v2.1.0 |
1906 | 2024-05-06T18:03:37.878Z | Compiling linked-hash-map v0.5.6 |
1907 | 2024-05-06T18:03:37.887Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1908 | 2024-05-06T18:03:37.888Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1909 | 2024-05-06T18:03:37.983Z | Compiling expectorate v1.1.0 |
1910 | 2024-05-06T18:03:38.114Z | Compiling password-hash v0.5.0 |
1911 | 2024-05-06T18:03:38.209Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1912 | 2024-05-06T18:03:38.257Z | Compiling lru-cache v0.1.2 |
1913 | 2024-05-06T18:03:38.272Z | Compiling blake2 v0.10.6 |
1914 | 2024-05-06T18:03:38.461Z | Compiling semver v0.1.20 |
1915 | 2024-05-06T18:03:38.640Z | Compiling bytecount v0.6.3 |
1916 | 2024-05-06T18:03:38.929Z | Compiling argon2 v0.5.3 |
1917 | 2024-05-06T18:03:38.979Z | Compiling rustc_version v0.1.7 |
1918 | 2024-05-06T18:03:39.172Z | Compiling papergrid v0.11.0 |
1919 | 2024-05-06T18:03:39.290Z | Compiling usdt v0.5.0 |
1920 | 2024-05-06T18:03:39.354Z | Compiling newtype_derive v0.1.6 |
1921 | 2024-05-06T18:03:39.578Z | Compiling tabled_derive v0.7.0 |
1922 | 2024-05-06T18:03:39.681Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1923 | 2024-05-06T18:03:40.344Z | Compiling quick-error v1.2.3 |
1924 | 2024-05-06T18:03:40.479Z | Compiling resolv-conf v0.7.0 |
1925 | 2024-05-06T18:03:40.532Z | Compiling steno v0.4.0 |
1926 | 2024-05-06T18:03:40.850Z | Compiling trust-dns-resolver v0.22.0 |
1927 | 2024-05-06T18:03:41.661Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1928 | 2024-05-06T18:03:41.897Z | Compiling tabled v0.15.0 |
1929 | 2024-05-06T18:03:42.070Z | Compiling derive-where v1.2.7 |
1930 | 2024-05-06T18:03:44.523Z | Compiling slog-dtrace v0.3.0 |
1931 | 2024-05-06T18:03:44.820Z | Compiling num-rational v0.4.1 |
1932 | 2024-05-06T18:03:45.139Z | Compiling termcolor v1.2.0 |
1933 | 2024-05-06T18:03:48.858Z | Compiling itertools v0.12.1 |
1934 | 2024-05-06T18:03:48.923Z | Compiling utf-8 v0.7.6 |
1935 | 2024-05-06T18:03:49.416Z | Compiling num-complex v0.4.5 |
1936 | 2024-05-06T18:03:50.636Z | Compiling num v0.4.2 |
1937 | 2024-05-06T18:03:50.676Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1938 | 2024-05-06T18:03:50.758Z | Compiling nibble_vec v0.1.0 |
1939 | 2024-05-06T18:03:50.966Z | Compiling radium v0.7.0 |
1940 | 2024-05-06T18:03:51.407Z | Compiling endian-type v0.1.2 |
1941 | 2024-05-06T18:03:51.646Z | Compiling radix_trie v0.2.1 |
1942 | 2024-05-06T18:03:51.699Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1943 | 2024-05-06T18:03:52.549Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1944 | 2024-05-06T18:03:53.069Z | Compiling tungstenite v0.20.1 |
1945 | 2024-05-06T18:03:54.239Z | Compiling tap v1.0.1 |
1946 | 2024-05-06T18:03:54.419Z | Compiling maybe-uninit v2.0.0 |
1947 | 2024-05-06T18:03:54.948Z | Compiling wyz v0.5.1 |
1948 | 2024-05-06T18:03:55.401Z | Compiling tokio-tungstenite v0.20.1 |
1949 | 2024-05-06T18:03:56.518Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1950 | 2024-05-06T18:03:58.494Z | Compiling num-bigint-dig v0.8.4 |
1951 | 2024-05-06T18:03:58.796Z | Compiling arc-swap v1.6.0 |
1952 | 2024-05-06T18:03:59.548Z | Compiling cancel-safe-futures v0.1.5 |
1953 | 2024-05-06T18:03:59.890Z | Compiling crc-catalog v2.2.0 |
1954 | 2024-05-06T18:04:00.026Z | Compiling packed_struct v0.10.1 |
1955 | 2024-05-06T18:04:00.447Z | Compiling funty v2.0.0 |
1956 | 2024-05-06T18:04:02.674Z | Compiling display-error-chain v0.2.0 |
1957 | 2024-05-06T18:04:02.851Z | Compiling bitvec v1.0.1 |
1958 | 2024-05-06T18:04:03.026Z | Compiling crc v3.0.1 |
1959 | 2024-05-06T18:04:03.766Z | Compiling slog-scope v4.4.0 |
1960 | 2024-05-06T18:04:04.071Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1961 | 2024-05-06T18:04:04.107Z | Compiling fxhash v0.2.1 |
1962 | 2024-05-06T18:04:04.315Z | Compiling packed_struct_codegen v0.10.1 |
1963 | 2024-05-06T18:04:04.699Z | Compiling indexmap v1.9.3 |
1964 | 2024-05-06T18:04:04.891Z | Compiling nodrop v0.1.14 |
1965 | 2024-05-06T18:04:05.018Z | Compiling array-init v0.0.4 |
1966 | 2024-05-06T18:04:05.047Z | Compiling smallvec v0.6.14 |
1967 | 2024-05-06T18:04:05.504Z | Compiling slog-stdlog v4.1.1 |
1968 | 2024-05-06T18:04:06.943Z | Compiling pkcs1 v0.7.5 |
1969 | 2024-05-06T18:04:07.151Z | Compiling signature v2.1.0 |
1970 | 2024-05-06T18:04:07.387Z | Compiling dirs-sys-next v0.1.2 |
1971 | 2024-05-06T18:04:07.905Z | Compiling half v2.3.1 |
1972 | 2024-05-06T18:04:08.603Z | Compiling ciborium-io v0.2.2 |
1973 | 2024-05-06T18:04:08.725Z | Compiling crunchy v0.2.2 |
1974 | 2024-05-06T18:04:09.158Z | Compiling bitfield v0.14.0 |
1975 | 2024-05-06T18:04:09.448Z | Compiling hashbrown v0.12.3 |
1976 | 2024-05-06T18:04:10.760Z | Compiling glob v0.3.1 |
1977 | 2024-05-06T18:04:11.023Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1978 | 2024-05-06T18:04:11.527Z | Compiling clang-sys v1.6.1 |
1979 | 2024-05-06T18:04:12.208Z | Compiling ciborium-ll v0.2.2 |
1980 | 2024-05-06T18:04:12.221Z | Compiling rsa v0.9.2 |
1981 | 2024-05-06T18:04:12.660Z | Compiling dirs-next v2.0.0 |
1982 | 2024-05-06T18:04:12.838Z | Compiling serde-hex v0.1.0 |
1983 | 2024-05-06T18:04:17.786Z | Compiling slog-envlogger v2.2.0 |
1984 | 2024-05-06T18:04:17.791Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1985 | 2024-05-06T18:04:17.915Z | Compiling env_logger v0.10.0 |
1986 | 2024-05-06T18:04:17.977Z | Compiling x509-cert v0.2.4 |
1987 | 2024-05-06T18:04:18.134Z | Compiling ron v0.8.1 |
1988 | 2024-05-06T18:04:20.141Z | Compiling hashbrown v0.13.2 |
1989 | 2024-05-06T18:04:21.503Z | Compiling tiny-keccak v2.0.2 |
1990 | 2024-05-06T18:04:21.797Z | Compiling prettyplease v0.2.19 |
1991 | 2024-05-06T18:04:21.913Z | Compiling maplit v1.0.2 |
1992 | 2024-05-06T18:04:22.014Z | Compiling crc-any v2.4.3 |
1993 | 2024-05-06T18:04:22.137Z | Compiling object v0.30.4 |
1994 | 2024-05-06T18:04:22.974Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1995 | 2024-05-06T18:04:24.518Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1996 | 2024-05-06T18:04:26.140Z | Compiling term v0.7.0 |
1997 | 2024-05-06T18:04:26.229Z | Compiling ciborium v0.2.2 |
1998 | 2024-05-06T18:04:27.524Z | Compiling atty v0.2.14 |
1999 | 2024-05-06T18:04:27.676Z | Compiling path-slash v0.1.5 |
2000 | 2024-05-06T18:04:28.155Z | Compiling ascii-canvas v3.0.0 |
2001 | 2024-05-06T18:04:28.270Z | Compiling is-terminal v0.4.9 |
2002 | 2024-05-06T18:04:28.351Z | Compiling libsw v3.3.1 |
2003 | 2024-05-06T18:04:28.391Z | Compiling ena v0.14.2 |
2004 | 2024-05-06T18:04:28.589Z | Compiling libloading v0.7.4 |
2005 | 2024-05-06T18:04:28.665Z | Compiling diff v0.1.13 |
2006 | 2024-05-06T18:04:28.802Z | Compiling regex-syntax v0.6.29 |
2007 | 2024-05-06T18:04:28.947Z | Compiling bindgen v0.69.2 |
2008 | 2024-05-06T18:04:29.183Z | Compiling owo-colors v4.0.0 |
2009 | 2024-05-06T18:04:29.363Z | Compiling linear-map v1.2.0 |
2010 | 2024-05-06T18:04:29.775Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2011 | 2024-05-06T18:04:30.098Z | Compiling convert_case v0.4.0 |
2012 | 2024-05-06T18:04:30.857Z | Compiling parking_lot_core v0.8.6 |
2013 | 2024-05-06T18:04:31.278Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2014 | 2024-05-06T18:04:31.855Z | Compiling derive_more v0.99.17 |
2015 | 2024-05-06T18:04:34.155Z | Compiling lalrpop v0.19.12 |
2016 | 2024-05-06T18:04:38.910Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2017 | 2024-05-06T18:04:41.500Z | Compiling cexpr v0.6.0 |
2018 | 2024-05-06T18:04:41.566Z | Compiling which v4.4.0 |
2019 | 2024-05-06T18:04:41.981Z | Compiling unicase v2.7.0 |
2020 | 2024-05-06T18:04:42.110Z | Compiling peeking_take_while v0.1.2 |
2021 | 2024-05-06T18:04:42.242Z | Compiling lazycell v1.3.0 |
2022 | 2024-05-06T18:04:42.305Z | Compiling rustc-hash v1.1.0 |
2023 | 2024-05-06T18:04:42.388Z | Compiling shlex v1.3.0 |
2024 | 2024-05-06T18:04:42.914Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2025 | 2024-05-06T18:04:43.399Z | Compiling derive_builder_core v0.20.0 |
2026 | 2024-05-06T18:04:43.848Z | Compiling pem v3.0.4 |
2027 | 2024-05-06T18:04:45.421Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2028 | 2024-05-06T18:04:45.599Z | Compiling headers-core v0.2.0 |
2029 | 2024-05-06T18:04:45.630Z | Compiling libxml v0.3.3 |
2030 | 2024-05-06T18:04:45.757Z | Compiling async-recursion v1.1.0 |
2031 | 2024-05-06T18:04:45.975Z | Compiling platforms v3.0.2 |
2032 | 2024-05-06T18:04:46.319Z | Compiling ref-cast v1.0.22 |
2033 | 2024-05-06T18:04:46.435Z | Compiling headers v0.3.9 |
2034 | 2024-05-06T18:04:46.840Z | Compiling derive_builder_macro v0.20.0 |
2035 | 2024-05-06T18:04:47.202Z | Compiling parking_lot v0.11.2 |
2036 | 2024-05-06T18:04:47.670Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2037 | 2024-05-06T18:04:49.641Z | Compiling trust-dns-client v0.22.0 |
2038 | 2024-05-06T18:04:50.276Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2039 | 2024-05-06T18:04:50.588Z | Compiling strum_macros v0.24.3 |
2040 | 2024-05-06T18:04:53.251Z | Compiling toml v0.5.11 |
2041 | 2024-05-06T18:04:53.976Z | Compiling ref-cast-impl v1.0.22 |
2042 | 2024-05-06T18:04:54.179Z | Compiling vte_generate_state_changes v0.1.1 |
2043 | 2024-05-06T18:04:54.802Z | Compiling cookie v0.18.1 |
2044 | 2024-05-06T18:04:55.112Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2045 | 2024-05-06T18:04:55.140Z | Compiling indoc v1.0.9 |
2046 | 2024-05-06T18:04:55.430Z | Compiling buf-list v1.0.3 |
2047 | 2024-05-06T18:04:55.998Z | Compiling cfg_aliases v0.1.1 |
2048 | 2024-05-06T18:04:56.509Z | Compiling nix v0.28.0 |
2049 | 2024-05-06T18:04:56.521Z | Compiling samael v0.0.15 |
2050 | 2024-05-06T18:04:56.521Z | Compiling trust-dns-server v0.22.1 |
2051 | 2024-05-06T18:04:56.651Z | Compiling vte v0.11.1 |
2052 | 2024-05-06T18:04:56.865Z | Compiling derive_builder v0.20.0 |
2053 | 2024-05-06T18:04:57.045Z | Compiling sled v0.34.7 |
2054 | 2024-05-06T18:05:00.690Z | Compiling polar-core v0.27.3 |
2055 | 2024-05-06T18:05:01.308Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2056 | 2024-05-06T18:05:02.711Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2057 | 2024-05-06T18:05:03.134Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2058 | 2024-05-06T18:05:03.134Z | Compiling fd-lock v4.0.2 |
2059 | 2024-05-06T18:05:03.233Z | Compiling bb8 v0.8.3 |
2060 | 2024-05-06T18:05:03.723Z | Compiling const_format_proc_macros v0.2.32 |
2061 | 2024-05-06T18:05:03.774Z | Compiling quick-xml v0.31.0 |
2062 | 2024-05-06T18:05:04.651Z | Compiling impl-trait-for-tuples v0.2.2 |
2063 | 2024-05-06T18:05:05.700Z | Compiling oso-derive v0.27.3 |
2064 | 2024-05-06T18:05:06.657Z | Compiling pin-project-internal v1.1.3 |
2065 | 2024-05-06T18:05:08.276Z | Compiling memoffset v0.7.1 |
2066 | 2024-05-06T18:05:08.602Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2067 | 2024-05-06T18:05:09.060Z | Compiling const_format v0.2.32 |
2068 | 2024-05-06T18:05:09.413Z | Compiling pin-project v1.1.3 |
2069 | 2024-05-06T18:05:10.310Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2070 | 2024-05-06T18:05:11.295Z | Compiling curve25519-dalek v4.1.2 |
2071 | 2024-05-06T18:05:11.700Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2072 | 2024-05-06T18:05:13.960Z | Compiling strip-ansi-escapes v0.2.0 |
2073 | 2024-05-06T18:05:18.088Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2074 | 2024-05-06T18:05:18.700Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2075 | 2024-05-06T18:05:19.657Z | Compiling kstat-rs v0.2.3 |
2076 | 2024-05-06T18:05:20.610Z | Compiling snafu-derive v0.8.2 |
2077 | 2024-05-06T18:05:23.660Z | Compiling oso v0.27.3 |
2078 | 2024-05-06T18:05:25.523Z | Compiling fs-err v2.11.0 |
2079 | 2024-05-06T18:05:25.834Z | Compiling keccak v0.1.4 |
2080 | 2024-05-06T18:05:26.784Z | Compiling nu-ansi-term v0.50.0 |
2081 | 2024-05-06T18:05:28.074Z | Compiling reedline v0.31.0 |
2082 | 2024-05-06T18:05:33.275Z | Compiling sha3 v0.10.8 |
2083 | 2024-05-06T18:05:34.351Z | Compiling snafu v0.8.2 |
2084 | 2024-05-06T18:05:35.743Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2085 | 2024-05-06T18:05:38.985Z | Compiling mime_guess v2.0.4 |
2086 | 2024-05-06T18:05:41.803Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2087 | 2024-05-06T18:05:42.880Z | Compiling env_logger v0.9.3 |
2088 | 2024-05-06T18:05:43.086Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2089 | 2024-05-06T18:05:47.613Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2090 | 2024-05-06T18:05:51.297Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2091 | 2024-05-06T18:05:51.787Z | Compiling globset v0.4.13 |
2092 | 2024-05-06T18:05:52.656Z | Compiling peg-macros v0.8.2 |
2093 | 2024-05-06T18:05:56.075Z | Compiling olpc-cjson v0.1.3 |
2094 | 2024-05-06T18:05:56.379Z | Compiling universal-hash v0.5.1 |
2095 | 2024-05-06T18:05:56.607Z | Compiling secrecy v0.8.0 |
2096 | 2024-05-06T18:05:56.808Z | Compiling bitstruct_derive v0.1.0 |
2097 | 2024-05-06T18:05:56.857Z | Compiling serde_plain v1.0.2 |
2098 | 2024-05-06T18:05:57.385Z | Compiling thiserror-impl-no-std v2.0.2 |
2099 | 2024-05-06T18:05:57.599Z | Compiling sqlparser_derive v0.2.2 |
2100 | 2024-05-06T18:05:58.121Z | Compiling curve25519-dalek-derive v0.1.0 |
2101 | 2024-05-06T18:05:58.707Z | Compiling nanorand v0.7.0 |
2102 | 2024-05-06T18:05:59.473Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2103 | 2024-05-06T18:05:59.519Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2104 | 2024-05-06T18:05:59.605Z | Compiling salty v0.2.0 |
2105 | 2024-05-06T18:05:59.825Z | Compiling opaque-debug v0.3.0 |
2106 | 2024-05-06T18:05:59.914Z | Compiling signature v1.6.4 |
2107 | 2024-05-06T18:06:00.011Z | Compiling ascii v1.1.0 |
2108 | 2024-05-06T18:06:00.054Z | Compiling typed-path v0.7.0 |
2109 | 2024-05-06T18:06:00.069Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2110 | 2024-05-06T18:06:00.286Z | Compiling unicode_categories v0.1.1 |
2111 | 2024-05-06T18:06:00.379Z | Compiling home v0.5.5 |
2112 | 2024-05-06T18:06:00.637Z | Compiling sqlformat v0.2.3 |
2113 | 2024-05-06T18:06:00.676Z | Compiling rustyline v14.0.0 |
2114 | 2024-05-06T18:06:00.754Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2115 | 2024-05-06T18:06:02.251Z | Compiling thiserror-no-std v2.0.2 |
2116 | 2024-05-06T18:06:02.380Z | Compiling tough v0.17.1 |
2117 | 2024-05-06T18:06:03.264Z | Compiling ed25519 v1.5.3 |
2118 | 2024-05-06T18:06:03.577Z | Compiling poly1305 v0.8.0 |
2119 | 2024-05-06T18:06:05.284Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2120 | 2024-05-06T18:06:06.781Z | Compiling flume v0.11.0 |
2121 | 2024-05-06T18:06:07.501Z | Compiling sqlparser v0.45.0 |
2122 | 2024-05-06T18:06:09.380Z | Compiling bitstruct v0.1.1 |
2123 | 2024-05-06T18:06:09.494Z | Compiling peg v0.8.2 |
2124 | 2024-05-06T18:06:09.607Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-05-06T18:06:10.671Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2126 | 2024-05-06T18:06:12.954Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2127 | 2024-05-06T18:06:14.507Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2128 | 2024-05-06T18:06:19.976Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2129 | 2024-05-06T18:06:20.288Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2130 | 2024-05-06T18:06:20.578Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2131 | 2024-05-06T18:06:20.626Z | Compiling chacha20 v0.9.1 |
2132 | 2024-05-06T18:06:21.063Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-05-06T18:06:23.401Z | Compiling aead v0.5.2 |
2134 | 2024-05-06T18:06:23.751Z | Compiling bcs v0.1.6 |
2135 | 2024-05-06T18:06:24.566Z | Compiling serde-big-array v0.5.1 |
2136 | 2024-05-06T18:06:24.811Z | Compiling erased-serde v0.3.31 |
2137 | 2024-05-06T18:06:26.472Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2138 | 2024-05-06T18:06:27.321Z | Compiling serde_arrays v0.1.0 |
2139 | 2024-05-06T18:06:27.509Z | Compiling highway v1.1.0 |
2140 | 2024-05-06T18:06:28.933Z | Compiling parse-size v1.0.0 |
2141 | 2024-05-06T18:06:29.219Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2142 | 2024-05-06T18:06:36.049Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2143 | 2024-05-06T18:06:38.922Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2144 | 2024-05-06T18:06:40.576Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2145 | 2024-05-06T18:06:54.993Z | Compiling chacha20poly1305 v0.10.1 |
2146 | 2024-05-06T18:06:56.586Z | Compiling vsss-rs v3.3.4 |
2147 | 2024-05-06T18:07:01.144Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2148 | 2024-05-06T18:07:01.390Z | Compiling signal-hook-tokio v0.3.1 |
2149 | 2024-05-06T18:07:01.574Z | Compiling heck v0.3.3 |
2150 | 2024-05-06T18:07:01.841Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2151 | 2024-05-06T18:07:01.849Z | Compiling castaway v0.2.2 |
2152 | 2024-05-06T18:07:01.914Z | Compiling rand_seeder v0.2.3 |
2153 | 2024-05-06T18:07:02.015Z | Compiling serde-big-array v0.4.1 |
2154 | 2024-05-06T18:07:02.213Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2155 | 2024-05-06T18:07:02.521Z | Compiling http-range v0.1.5 |
2156 | 2024-05-06T18:07:03.110Z | Compiling hyper-staticfile v0.9.5 |
2157 | 2024-05-06T18:07:04.140Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2158 | 2024-05-06T18:07:04.254Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2159 | 2024-05-06T18:07:05.605Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2160 | 2024-05-06T18:07:05.816Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2161 | 2024-05-06T18:07:05.898Z | Compiling compact_str v0.7.1 |
2162 | 2024-05-06T18:07:06.423Z | Compiling zone_cfg_derive v0.1.2 |
2163 | 2024-05-06T18:07:07.424Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2164 | 2024-05-06T18:07:15.375Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-05-06T18:07:16.018Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2166 | 2024-05-06T18:07:22.530Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2167 | 2024-05-06T18:07:23.597Z | Compiling tungstenite v0.21.0 |
2168 | 2024-05-06T18:07:28.924Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2169 | 2024-05-06T18:07:29.637Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2170 | 2024-05-06T18:07:29.655Z | Compiling lru v0.12.1 |
2171 | 2024-05-06T18:07:29.655Z | Compiling stability v0.2.0 |
2172 | 2024-05-06T18:07:29.907Z | Compiling corncobs v0.1.3 |
2173 | 2024-05-06T18:07:30.269Z | Compiling cassowary v0.3.0 |
2174 | 2024-05-06T18:07:30.573Z | Compiling base64 v0.13.1 |
2175 | 2024-05-06T18:07:31.327Z | Compiling indoc v2.0.3 |
2176 | 2024-05-06T18:07:32.321Z | Compiling ratatui v0.26.2 |
2177 | 2024-05-06T18:07:34.586Z | Compiling ron v0.7.1 |
2178 | 2024-05-06T18:07:38.520Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2179 | 2024-05-06T18:07:39.352Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2180 | 2024-05-06T18:07:40.187Z | Compiling tokio-tungstenite v0.21.0 |
2181 | 2024-05-06T18:07:40.791Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2182 | 2024-05-06T18:07:41.441Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2183 | 2024-05-06T18:07:49.960Z | Compiling zone v0.1.8 |
2184 | 2024-05-06T18:07:53.278Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2185 | 2024-05-06T18:08:02.857Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2186 | 2024-05-06T18:08:03.493Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2187 | 2024-05-06T18:08:04.975Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2188 | 2024-05-06T18:08:05.894Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2189 | 2024-05-06T18:08:06.175Z | Compiling portpicker v0.1.1 |
2190 | 2024-05-06T18:08:06.690Z | Compiling unicode-linebreak v0.1.5 |
2191 | 2024-05-06T18:08:07.263Z | Compiling smawk v0.3.1 |
2192 | 2024-05-06T18:08:07.495Z | Compiling textwrap v0.16.1 |
2193 | 2024-05-06T18:08:11.310Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2194 | 2024-05-06T18:08:11.903Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2195 | 2024-05-06T18:08:14.343Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2196 | 2024-05-06T18:08:22.849Z | Compiling rcgen v0.12.1 |
2197 | 2024-05-06T18:08:23.785Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2198 | 2024-05-06T18:08:24.238Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2199 | 2024-05-06T18:08:25.934Z | Compiling atomicwrites v0.4.3 |
2200 | 2024-05-06T18:08:26.449Z | Compiling fatfs v0.3.6 |
2201 | 2024-05-06T18:08:27.893Z | Compiling subprocess v0.2.9 |
2202 | 2024-05-06T18:08:29.305Z | Compiling rtoolbox v0.0.1 |
2203 | 2024-05-06T18:08:29.725Z | Compiling is_ci v1.2.0 |
2204 | 2024-05-06T18:08:29.998Z | Compiling assert_matches v1.5.0 |
2205 | 2024-05-06T18:08:31.312Z | Compiling supports-color v3.0.0 |
2206 | 2024-05-06T18:08:31.973Z | Compiling rpassword v7.3.1 |
2207 | 2024-05-06T18:08:32.414Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2208 | 2024-05-06T18:08:33.214Z | Compiling tui-tree-widget v0.19.0 |
2209 | 2024-05-06T18:08:34.044Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2210 | 2024-05-06T18:08:34.063Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2211 | 2024-05-06T18:08:34.064Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2212 | 2024-05-06T18:08:34.139Z | Compiling csv-core v0.1.11 |
2213 | 2024-05-06T18:08:35.063Z | Compiling shell-words v1.1.0 |
2214 | 2024-05-06T18:08:35.478Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2215 | 2024-05-06T18:08:38.633Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2216 | 2024-05-06T18:08:39.671Z | Compiling csv v1.3.0 |
2217 | 2024-05-06T18:08:41.799Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2218 | 2024-05-06T18:08:52.410Z | Compiling multimap v0.10.0 |
2219 | 2024-05-06T18:08:52.791Z | Compiling uzers v0.11.3 |
2220 | 2024-05-06T18:08:55.949Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2221 | 2024-05-06T18:10:57.927Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2222 | 2024-05-06T18:11:04.310Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2223 | 2024-05-06T18:18:10.873Z | Finished release [optimized] target(s) in 14m 33s |
2224 | 2024-05-06T18:19:11.639Z | |
2225 | 2024-05-06T18:19:11.639Z | real 15:35.311972853 |
2226 | 2024-05-06T18:19:11.640Z | user 1:46:05.510182067 |
2227 | 2024-05-06T18:19:11.640Z | sys 4:25.704849175 |
2228 | 2024-05-06T18:19:11.640Z | trap 2.474464355 |
2229 | 2024-05-06T18:19:11.640Z | tflt 2.101478425 |
2230 | 2024-05-06T18:19:11.640Z | dflt 3.011433921 |
2231 | 2024-05-06T18:19:11.643Z | kflt 0.004701685 |
2232 | 2024-05-06T18:19:11.643Z | lock 6:53:33.130026876 |
2233 | 2024-05-06T18:19:11.643Z | slp 4:12:42.042988519 |
2234 | 2024-05-06T18:19:11.643Z | lat 2:21.966890013 |
2235 | 2024-05-06T18:19:11.643Z | stop 57.799162987 |
2236 | 2024-05-06T18:19:11.643Z | + ptime -m cargo build --locked --release -p xtask |
2237 | 2024-05-06T18:19:12.120Z | Downloading crates ... |
2238 | 2024-05-06T18:19:12.198Z | Downloaded cargo_metadata v0.18.1 |
2239 | 2024-05-06T18:19:12.203Z | Downloaded cargo_toml v0.20.2 |
2240 | 2024-05-06T18:19:12.206Z | Downloaded cargo-platform v0.1.3 |
2241 | 2024-05-06T18:19:12.218Z | Compiling serde v1.0.199 |
2242 | 2024-05-06T18:19:12.218Z | Compiling libc v0.2.153 |
2243 | 2024-05-06T18:19:12.221Z | Compiling rustix v0.38.31 |
2244 | 2024-05-06T18:19:12.221Z | Compiling bitflags v2.4.2 |
2245 | 2024-05-06T18:19:12.222Z | Compiling hashbrown v0.14.3 |
2246 | 2024-05-06T18:19:12.222Z | Compiling serde_json v1.0.116 |
2247 | 2024-05-06T18:19:12.283Z | Compiling syn v2.0.60 |
2248 | 2024-05-06T18:19:12.313Z | Compiling anyhow v1.0.82 |
2249 | 2024-05-06T18:19:13.560Z | Compiling indexmap v2.2.6 |
2250 | 2024-05-06T18:19:13.832Z | Compiling errno v0.3.8 |
2251 | 2024-05-06T18:19:14.784Z | Compiling terminal_size v0.3.0 |
2252 | 2024-05-06T18:19:14.874Z | Compiling clap_builder v4.5.2 |
2253 | 2024-05-06T18:19:16.864Z | Compiling serde_derive v1.0.199 |
2254 | 2024-05-06T18:19:16.864Z | Compiling thiserror-impl v1.0.59 |
2255 | 2024-05-06T18:19:16.867Z | Compiling clap_derive v4.5.4 |
2256 | 2024-05-06T18:19:18.420Z | Compiling thiserror v1.0.59 |
2257 | 2024-05-06T18:19:20.391Z | Compiling clap v4.5.4 |
2258 | 2024-05-06T18:19:25.840Z | Compiling serde_spanned v0.6.5 |
2259 | 2024-05-06T18:19:25.841Z | Compiling toml_datetime v0.6.5 |
2260 | 2024-05-06T18:19:25.844Z | Compiling semver v1.0.22 |
2261 | 2024-05-06T18:19:25.844Z | Compiling camino v1.1.6 |
2262 | 2024-05-06T18:19:25.844Z | Compiling cargo-platform v0.1.3 |
2263 | 2024-05-06T18:19:25.844Z | Compiling macaddr v1.0.1 |
2264 | 2024-05-06T18:19:26.156Z | Compiling toml_edit v0.22.12 |
2265 | 2024-05-06T18:19:27.384Z | Compiling cargo_metadata v0.18.1 |
2266 | 2024-05-06T18:19:28.713Z | Compiling toml v0.8.12 |
2267 | 2024-05-06T18:19:29.677Z | Compiling cargo_toml v0.20.2 |
2268 | 2024-05-06T18:19:42.066Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2269 | 2024-05-06T18:19:53.170Z | Finished release [optimized] target(s) in 41.47s |
2270 | 2024-05-06T18:19:53.225Z | |
2271 | 2024-05-06T18:19:53.225Z | real 41.556590298 |
2272 | 2024-05-06T18:19:53.225Z | user 3:05.775530592 |
2273 | 2024-05-06T18:19:53.225Z | sys 14.777537768 |
2274 | 2024-05-06T18:19:53.225Z | trap 0.071172364 |
2275 | 2024-05-06T18:19:53.226Z | tflt 0.174428113 |
2276 | 2024-05-06T18:19:53.232Z | dflt 0.718218707 |
2277 | 2024-05-06T18:19:53.232Z | kflt 0.016667762 |
2278 | 2024-05-06T18:19:53.232Z | lock 4:11.012998211 |
2279 | 2024-05-06T18:19:53.232Z | slp 3:31.432565608 |
2280 | 2024-05-06T18:19:53.232Z | lat 3.112880440 |
2281 | 2024-05-06T18:19:53.232Z | stop 3.425423368 |
2282 | 2024-05-06T18:19:53.232Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2283 | 2024-05-06T18:19:53.232Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2284 | 2024-05-06T18:20:02.990Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2285 | 2024-05-06T18:20:02.990Z | a out/mg-ddm-gz.tar 60398K |
2286 | 2024-05-06T18:20:02.990Z | a out/omicron-sled-agent.tar 96013K |
2287 | 2024-05-06T18:20:02.990Z | a out/oxlog.tar 2913K |
2288 | 2024-05-06T18:20:02.990Z | a out/pumpkind-gz.tar 26544K |
2289 | 2024-05-06T18:20:02.990Z | a out/target/test 1K |
2290 | 2024-05-06T18:20:02.990Z | a out/npuzone/npuzone 23144K |
2291 | 2024-05-06T18:20:02.990Z | a package-manifest.toml 27K |
2292 | 2024-05-06T18:20:02.990Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2293 | 2024-05-06T18:20:02.991Z | a target/release/omicron-package 30695K |
2294 | 2024-05-06T18:20:02.991Z | a target/release/xtask 6664K |
2295 | 2024-05-06T18:20:02.995Z | |
2296 | 2024-05-06T18:20:02.995Z | real 9.758295514 |
2297 | 2024-05-06T18:20:02.995Z | user 9.435856897 |
2298 | 2024-05-06T18:20:02.995Z | sys 0.659347155 |
2299 | 2024-05-06T18:20:02.995Z | trap 0.000910918 |
2300 | 2024-05-06T18:20:02.995Z | tflt 0.000000000 |
2301 | 2024-05-06T18:20:02.995Z | dflt 0.000000000 |
2302 | 2024-05-06T18:20:02.995Z | kflt 0.000000000 |
2303 | 2024-05-06T18:20:02.995Z | lock 0.000000000 |
2304 | 2024-05-06T18:20:02.995Z | slp 9.201018303 |
2305 | 2024-05-06T18:20:02.995Z | lat 0.216320496 |
2306 | 2024-05-06T18:20:02.995Z | stop 0.000197995 |
2307 | 2024-05-06T18:20:02.995Z | ++ pwd |
2308 | 2024-05-06T18:20:02.995Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2309 | 2024-05-06T18:20:02.995Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2310 | 2024-05-06T18:20:02.999Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2311 | 2024-05-06T18:20:03.798Z | Finished release [optimized] target(s) in 0.75s |
2312 | 2024-05-06T18:20:03.822Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2313 | 2024-05-06T18:20:03.852Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2314 | 2024-05-06T18:20:03.856Z | Created new build target 'host' and set it as active |
2315 | 2024-05-06T18:20:03.856Z | |
2316 | 2024-05-06T18:20:03.856Z | real 0.852176666 |
2317 | 2024-05-06T18:20:03.856Z | user 0.564780597 |
2318 | 2024-05-06T18:20:03.856Z | sys 0.269781810 |
2319 | 2024-05-06T18:20:03.856Z | trap 0.000242952 |
2320 | 2024-05-06T18:20:03.856Z | tflt 0.000000000 |
2321 | 2024-05-06T18:20:03.856Z | dflt 0.000007917 |
2322 | 2024-05-06T18:20:03.856Z | kflt 0.000000000 |
2323 | 2024-05-06T18:20:03.856Z | lock 0.028791526 |
2324 | 2024-05-06T18:20:03.856Z | slp 0.110290105 |
2325 | 2024-05-06T18:20:03.856Z | lat 0.003853060 |
2326 | 2024-05-06T18:20:03.856Z | stop 0.000309137 |
2327 | 2024-05-06T18:20:03.857Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2328 | 2024-05-06T18:20:04.645Z | Finished release [optimized] target(s) in 0.74s |
2329 | 2024-05-06T18:20:04.669Z | Running `target/release/omicron-package -t host package` |
2330 | 2024-05-06T18:20:04.699Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2331 | 2024-05-06T18:20:05.512Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2332 | 2024-05-06T18:22:33.749Z | Finished release [optimized] target(s) in 2m 28s |
2333 | 2024-05-06T18:23:13.596Z | |
2334 | 2024-05-06T18:23:13.596Z | real 3:09.678907818 |
2335 | 2024-05-06T18:23:13.596Z | user 14:23.454342018 |
2336 | 2024-05-06T18:23:13.596Z | sys 40.597356140 |
2337 | 2024-05-06T18:23:13.597Z | trap 0.265716804 |
2338 | 2024-05-06T18:23:13.600Z | tflt 0.283302976 |
2339 | 2024-05-06T18:23:13.600Z | dflt 6.602266866 |
2340 | 2024-05-06T18:23:13.600Z | kflt 0.020586375 |
2341 | 2024-05-06T18:23:13.600Z | lock 59:42.430717141 |
2342 | 2024-05-06T18:23:13.600Z | slp 12:50.639094945 |
2343 | 2024-05-06T18:23:13.600Z | lat 7.648650602 |
2344 | 2024-05-06T18:23:13.600Z | stop 2.380766179 |
2345 | 2024-05-06T18:23:13.601Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2346 | 2024-05-06T18:23:13.601Z | + for package in "$@" |
2347 | 2024-05-06T18:23:13.601Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git0d311ea1351 |
2348 | 2024-05-06T18:23:14.419Z | Finished release [optimized] target(s) in 0.77s |
2349 | 2024-05-06T18:23:14.443Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git0d311ea1351` |
2350 | 2024-05-06T18:23:14.474Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2351 | 2024-05-06T18:23:14.639Z | Created: out/versioned/omicron-sled-agent.tar |
2352 | 2024-05-06T18:23:14.642Z | + for package in "$@" |
2353 | 2024-05-06T18:23:14.642Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git0d311ea1351 |
2354 | 2024-05-06T18:23:15.437Z | Finished release [optimized] target(s) in 0.74s |
2355 | 2024-05-06T18:23:15.461Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git0d311ea1351` |
2356 | 2024-05-06T18:23:15.492Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2357 | 2024-05-06T18:23:15.628Z | Created: out/versioned/mg-ddm-gz.tar |
2358 | 2024-05-06T18:23:15.635Z | + for package in "$@" |
2359 | 2024-05-06T18:23:15.635Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git0d311ea1351 |
2360 | 2024-05-06T18:23:16.422Z | Finished release [optimized] target(s) in 0.74s |
2361 | 2024-05-06T18:23:16.449Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git0d311ea1351` |
2362 | 2024-05-06T18:23:16.479Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2363 | 2024-05-06T18:23:17.538Z | Created: out/versioned/propolis-server.tar.gz |
2364 | 2024-05-06T18:23:17.542Z | + for package in "$@" |
2365 | 2024-05-06T18:23:17.542Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git0d311ea1351 |
2366 | 2024-05-06T18:23:18.356Z | Finished release [optimized] target(s) in 0.76s |
2367 | 2024-05-06T18:23:18.381Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git0d311ea1351` |
2368 | 2024-05-06T18:23:18.411Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2369 | 2024-05-06T18:23:18.414Z | Created: out/versioned/overlay.tar.gz |
2370 | 2024-05-06T18:23:18.414Z | + for package in "$@" |
2371 | 2024-05-06T18:23:18.415Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git0d311ea1351 |
2372 | 2024-05-06T18:23:19.217Z | Finished release [optimized] target(s) in 0.75s |
2373 | 2024-05-06T18:23:19.240Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git0d311ea1351` |
2374 | 2024-05-06T18:23:19.271Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2375 | 2024-05-06T18:23:19.279Z | Created: out/versioned/oxlog.tar |
2376 | 2024-05-06T18:23:19.282Z | + for package in "$@" |
2377 | 2024-05-06T18:23:19.282Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git0d311ea1351 |
2378 | 2024-05-06T18:23:20.082Z | Finished release [optimized] target(s) in 0.75s |
2379 | 2024-05-06T18:23:20.105Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git0d311ea1351` |
2380 | 2024-05-06T18:23:20.136Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2381 | 2024-05-06T18:23:20.204Z | Created: out/versioned/pumpkind-gz.tar |
2382 | 2024-05-06T18:23:20.207Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2383 | 2024-05-06T18:23:20.217Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2384 | 2024-05-06T18:23:20.220Z | ++ cd -- ./tools |
2385 | 2024-05-06T18:23:20.220Z | ++ pwd |
2386 | 2024-05-06T18:23:20.220Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2387 | 2024-05-06T18:23:20.221Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2388 | 2024-05-06T18:23:20.320Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2389 | 2024-05-06T18:23:20.324Z | ++ readlink -f /work |
2390 | 2024-05-06T18:23:20.324Z | + out_dir=/work |
2391 | 2024-05-06T18:23:20.324Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2392 | 2024-05-06T18:23:20.324Z | + for dep in "${deps[@]}" |
2393 | 2024-05-06T18:23:20.324Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2394 | 2024-05-06T18:23:20.324Z | + for dep in "${deps[@]}" |
2395 | 2024-05-06T18:23:20.324Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2396 | 2024-05-06T18:23:20.324Z | + for dep in "${deps[@]}" |
2397 | 2024-05-06T18:23:20.324Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2398 | 2024-05-06T18:23:20.324Z | + for dep in "${deps[@]}" |
2399 | 2024-05-06T18:23:20.324Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2400 | 2024-05-06T18:23:20.324Z | + for dep in "${deps[@]}" |
2401 | 2024-05-06T18:23:20.324Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2402 | 2024-05-06T18:23:20.324Z | + for dep in "${deps[@]}" |
2403 | 2024-05-06T18:23:20.324Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2404 | 2024-05-06T18:23:20.328Z | ++ mktemp -d |
2405 | 2024-05-06T18:23:20.328Z | + tmp_gz=/tmp/tmp.xKaixi |
2406 | 2024-05-06T18:23:20.328Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2407 | 2024-05-06T18:23:20.328Z | + echo '{"v":"1","t":"layer"}' |
2408 | 2024-05-06T18:23:20.328Z | + pkg_dir=/tmp/tmp.xKaixi/root/opt/oxide/sled-agent |
2409 | 2024-05-06T18:23:20.328Z | + mkdir -p /tmp/tmp.xKaixi/root/opt/oxide/sled-agent |
2410 | 2024-05-06T18:23:20.331Z | + cd /tmp/tmp.xKaixi/root/opt/oxide/sled-agent |
2411 | 2024-05-06T18:23:20.331Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2412 | 2024-05-06T18:23:20.396Z | x ., 0 bytes, 0 tape blocks |
2413 | 2024-05-06T18:23:20.396Z | x zone-bundle, 26862744 bytes, 52467 tape blocks |
2414 | 2024-05-06T18:23:20.396Z | x sled-agent, 71453552 bytes, 139558 tape blocks |
2415 | 2024-05-06T18:23:20.396Z | x pkg, 0 bytes, 0 tape blocks |
2416 | 2024-05-06T18:23:20.396Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2417 | 2024-05-06T18:23:20.396Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2418 | 2024-05-06T18:23:20.396Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2419 | 2024-05-06T18:23:20.396Z | x VERSION, 25 bytes, 1 tape blocks |
2420 | 2024-05-06T18:23:20.400Z | + mkdir -p /tmp/tmp.xKaixi/root/lib/svc/manifest/site/ |
2421 | 2024-05-06T18:23:20.400Z | + mv pkg/manifest.xml /tmp/tmp.xKaixi/root/lib/svc/manifest/site/sled-agent.xml |
2422 | 2024-05-06T18:23:20.404Z | + cd - |
2423 | 2024-05-06T18:23:20.404Z | /work/oxidecomputer/omicron |
2424 | 2024-05-06T18:23:20.404Z | + pkg_dir=/tmp/tmp.xKaixi/root/opt/oxide/mg-ddm |
2425 | 2024-05-06T18:23:20.404Z | + mkdir -p /tmp/tmp.xKaixi/root/opt/oxide/mg-ddm |
2426 | 2024-05-06T18:23:20.404Z | + cd /tmp/tmp.xKaixi/root/opt/oxide/mg-ddm |
2427 | 2024-05-06T18:23:20.404Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2428 | 2024-05-06T18:23:20.447Z | x ., 0 bytes, 0 tape blocks |
2429 | 2024-05-06T18:23:20.447Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2430 | 2024-05-06T18:23:20.447Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2431 | 2024-05-06T18:23:20.447Z | x pkg, 0 bytes, 0 tape blocks |
2432 | 2024-05-06T18:23:20.447Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2433 | 2024-05-06T18:23:20.447Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2434 | 2024-05-06T18:23:20.447Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2435 | 2024-05-06T18:23:20.448Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2436 | 2024-05-06T18:23:20.448Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2437 | 2024-05-06T18:23:20.448Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2438 | 2024-05-06T18:23:20.448Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2439 | 2024-05-06T18:23:20.448Z | x VERSION, 25 bytes, 1 tape blocks |
2440 | 2024-05-06T18:23:20.451Z | + cd - |
2441 | 2024-05-06T18:23:20.451Z | /work/oxidecomputer/omicron |
2442 | 2024-05-06T18:23:20.451Z | + pkg_dir=/tmp/tmp.xKaixi/root/opt/oxide/pumpkind |
2443 | 2024-05-06T18:23:20.451Z | + mkdir -p /tmp/tmp.xKaixi/root/opt/oxide/pumpkind |
2444 | 2024-05-06T18:23:20.451Z | + cd /tmp/tmp.xKaixi/root/opt/oxide/pumpkind |
2445 | 2024-05-06T18:23:20.451Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2446 | 2024-05-06T18:23:20.470Z | x ., 0 bytes, 0 tape blocks |
2447 | 2024-05-06T18:23:20.470Z | x lib, 0 bytes, 0 tape blocks |
2448 | 2024-05-06T18:23:20.470Z | x lib/svc, 0 bytes, 0 tape blocks |
2449 | 2024-05-06T18:23:20.470Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2450 | 2024-05-06T18:23:20.470Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2451 | 2024-05-06T18:23:20.470Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2452 | 2024-05-06T18:23:20.470Z | x bin, 0 bytes, 0 tape blocks |
2453 | 2024-05-06T18:23:20.470Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2454 | 2024-05-06T18:23:20.470Z | x bin/pumpkind, 16522240 bytes, 32270 tape blocks |
2455 | 2024-05-06T18:23:20.470Z | x bin/pumpkinadm, 10650728 bytes, 20803 tape blocks |
2456 | 2024-05-06T18:23:20.470Z | x VERSION, 25 bytes, 1 tape blocks |
2457 | 2024-05-06T18:23:20.474Z | + cd - |
2458 | 2024-05-06T18:23:20.474Z | /work/oxidecomputer/omicron |
2459 | 2024-05-06T18:23:20.474Z | + pkg_dir=/tmp/tmp.xKaixi/root/opt/oxide/oxlog |
2460 | 2024-05-06T18:23:20.474Z | + mkdir -p /tmp/tmp.xKaixi/root/opt/oxide/oxlog |
2461 | 2024-05-06T18:23:20.474Z | + cd /tmp/tmp.xKaixi/root/opt/oxide/oxlog |
2462 | 2024-05-06T18:23:20.474Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2463 | 2024-05-06T18:23:20.491Z | x ., 0 bytes, 0 tape blocks |
2464 | 2024-05-06T18:23:20.491Z | x oxlog, 2979728 bytes, 5820 tape blocks |
2465 | 2024-05-06T18:23:20.491Z | x VERSION, 25 bytes, 1 tape blocks |
2466 | 2024-05-06T18:23:20.491Z | + cd - |
2467 | 2024-05-06T18:23:20.491Z | /work/oxidecomputer/omicron |
2468 | 2024-05-06T18:23:20.491Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.xKaixi/root/opt/oxide |
2469 | 2024-05-06T18:23:20.565Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.xKaixi/root/opt/oxide |
2470 | 2024-05-06T18:23:20.573Z | + cd /tmp/tmp.xKaixi |
2471 | 2024-05-06T18:23:20.573Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2472 | 2024-05-06T18:23:29.625Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2473 | 2024-05-06T18:23:29.625Z | a oxide.json 1K |
2474 | 2024-05-06T18:23:29.625Z | a root/ 0K |
2475 | 2024-05-06T18:23:29.625Z | a root/opt/ 0K |
2476 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/ 0K |
2477 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/sled-agent/ 0K |
2478 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/sled-agent/zone-bundle 26234K |
2479 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/sled-agent/sled-agent 69779K |
2480 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2481 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2482 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2483 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/sled-agent/VERSION 1K |
2484 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/mg-ddm/ 0K |
2485 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2486 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2487 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2488 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2489 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2490 | 2024-05-06T18:23:29.625Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2491 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2492 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2493 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2494 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2495 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2496 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/ 0K |
2497 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/lib/ 0K |
2498 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2499 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2500 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2501 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2502 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/bin/ 0K |
2503 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2504 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/bin/pumpkind 16135K |
2505 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10402K |
2506 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/pumpkind/VERSION 1K |
2507 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/oxlog/ 0K |
2508 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/oxlog/oxlog 2910K |
2509 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/oxlog/VERSION 1K |
2510 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/propolis-server.tar.gz 65038K |
2511 | 2024-05-06T18:23:29.626Z | a root/opt/oxide/overlay.tar.gz 3K |
2512 | 2024-05-06T18:23:29.626Z | a root/lib/ 0K |
2513 | 2024-05-06T18:23:29.626Z | a root/lib/svc/ 0K |
2514 | 2024-05-06T18:23:29.627Z | a root/lib/svc/manifest/ 0K |
2515 | 2024-05-06T18:23:29.627Z | a root/lib/svc/manifest/site/ 0K |
2516 | 2024-05-06T18:23:29.627Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2517 | 2024-05-06T18:23:29.630Z | + cd / |
2518 | 2024-05-06T18:23:29.630Z | + rm -rf /tmp/tmp.xKaixi |
2519 | 2024-05-06T18:23:29.653Z | |
2520 | 2024-05-06T18:23:29.657Z | real 9.440405192 |
2521 | 2024-05-06T18:23:29.657Z | user 8.783022443 |
2522 | 2024-05-06T18:23:29.657Z | sys 0.595601909 |
2523 | 2024-05-06T18:23:29.657Z | trap 0.001145485 |
2524 | 2024-05-06T18:23:29.657Z | tflt 0.000000000 |
2525 | 2024-05-06T18:23:29.657Z | dflt 0.000010586 |
2526 | 2024-05-06T18:23:29.657Z | kflt 0.000000000 |
2527 | 2024-05-06T18:23:29.657Z | lock 0.000000000 |
2528 | 2024-05-06T18:23:29.657Z | slp 18.335982138 |
2529 | 2024-05-06T18:23:29.657Z | lat 0.199786447 |
2530 | 2024-05-06T18:23:29.657Z | stop 0.000220627 |
2531 | 2024-05-06T18:23:29.657Z | + mkdir -p /work/zones |
2532 | 2024-05-06T18:23:29.657Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz) |
2533 | 2024-05-06T18:23:29.660Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz /work/zones/ |
2534 | 2024-05-06T18:23:31.975Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2535 | 2024-05-06T18:23:32.827Z | Finished release [optimized] target(s) in 0.79s |
2536 | 2024-05-06T18:23:32.850Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2537 | 2024-05-06T18:23:32.882Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2538 | 2024-05-06T18:23:32.885Z | Created new build target 'recovery' and set it as active |
2539 | 2024-05-06T18:23:32.885Z | |
2540 | 2024-05-06T18:23:32.885Z | real 0.902180365 |
2541 | 2024-05-06T18:23:32.885Z | user 0.591180841 |
2542 | 2024-05-06T18:23:32.885Z | sys 0.292784031 |
2543 | 2024-05-06T18:23:32.885Z | trap 0.000597782 |
2544 | 2024-05-06T18:23:32.885Z | tflt 0.000013585 |
2545 | 2024-05-06T18:23:32.885Z | dflt 0.000000000 |
2546 | 2024-05-06T18:23:32.886Z | kflt 0.000000000 |
2547 | 2024-05-06T18:23:32.886Z | lock 0.025020280 |
2548 | 2024-05-06T18:23:32.886Z | slp 0.109508795 |
2549 | 2024-05-06T18:23:32.886Z | lat 0.005194731 |
2550 | 2024-05-06T18:23:32.886Z | stop 0.000279733 |
2551 | 2024-05-06T18:23:32.886Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2552 | 2024-05-06T18:23:33.702Z | Finished release [optimized] target(s) in 0.77s |
2553 | 2024-05-06T18:23:33.727Z | Running `target/release/omicron-package -t recovery package` |
2554 | 2024-05-06T18:23:33.758Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2555 | 2024-05-06T18:23:34.468Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2556 | 2024-05-06T18:23:36.831Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2557 | 2024-05-06T18:23:56.001Z | Finished release [optimized] target(s) in 22.18s |
2558 | 2024-05-06T18:23:56.545Z | |
2559 | 2024-05-06T18:23:56.548Z | real 23.650817191 |
2560 | 2024-05-06T18:23:56.549Z | user 1:40.338869695 |
2561 | 2024-05-06T18:23:56.549Z | sys 7.654877982 |
2562 | 2024-05-06T18:23:56.549Z | trap 0.066863060 |
2563 | 2024-05-06T18:23:56.549Z | tflt 0.029895994 |
2564 | 2024-05-06T18:23:56.549Z | dflt 0.358067721 |
2565 | 2024-05-06T18:23:56.549Z | kflt 0.000097122 |
2566 | 2024-05-06T18:23:56.549Z | lock 5:30.409252011 |
2567 | 2024-05-06T18:23:56.549Z | slp 1:25.117829782 |
2568 | 2024-05-06T18:23:56.549Z | lat 0.932287625 |
2569 | 2024-05-06T18:23:56.549Z | stop 0.596312824 |
2570 | 2024-05-06T18:23:56.549Z | + stamp_packages installinator mg-ddm-gz |
2571 | 2024-05-06T18:23:56.549Z | + for package in "$@" |
2572 | 2024-05-06T18:23:56.549Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git0d311ea1351 |
2573 | 2024-05-06T18:23:57.351Z | Finished release [optimized] target(s) in 0.75s |
2574 | 2024-05-06T18:23:57.373Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git0d311ea1351` |
2575 | 2024-05-06T18:23:57.406Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2576 | 2024-05-06T18:23:57.465Z | Created: out/versioned/installinator.tar |
2577 | 2024-05-06T18:23:57.468Z | + for package in "$@" |
2578 | 2024-05-06T18:23:57.468Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git0d311ea1351 |
2579 | 2024-05-06T18:23:58.377Z | Finished release [optimized] target(s) in 0.77s |
2580 | 2024-05-06T18:23:58.384Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git0d311ea1351` |
2581 | 2024-05-06T18:23:58.384Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2582 | 2024-05-06T18:23:58.442Z | Created: out/versioned/mg-ddm-gz.tar |
2583 | 2024-05-06T18:23:58.445Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2584 | 2024-05-06T18:23:58.455Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2585 | 2024-05-06T18:23:58.458Z | ++ cd -- ./tools |
2586 | 2024-05-06T18:23:58.458Z | ++ pwd |
2587 | 2024-05-06T18:23:58.458Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2588 | 2024-05-06T18:23:58.459Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2589 | 2024-05-06T18:23:58.462Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2590 | 2024-05-06T18:23:58.462Z | ++ readlink -f /work |
2591 | 2024-05-06T18:23:58.465Z | + out_dir=/work |
2592 | 2024-05-06T18:23:58.465Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2593 | 2024-05-06T18:23:58.465Z | + for dep in "${deps[@]}" |
2594 | 2024-05-06T18:23:58.465Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2595 | 2024-05-06T18:23:58.465Z | + for dep in "${deps[@]}" |
2596 | 2024-05-06T18:23:58.465Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2597 | 2024-05-06T18:23:58.466Z | ++ mktemp -d |
2598 | 2024-05-06T18:23:58.466Z | + tmp_trampoline=/tmp/tmp.g4a4Bi |
2599 | 2024-05-06T18:23:58.466Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2600 | 2024-05-06T18:23:58.466Z | + echo '{"v":"1","t":"layer"}' |
2601 | 2024-05-06T18:23:58.466Z | + pkg_dir=/tmp/tmp.g4a4Bi/root/opt/oxide/installinator |
2602 | 2024-05-06T18:23:58.466Z | + mkdir -p /tmp/tmp.g4a4Bi/root/opt/oxide/installinator |
2603 | 2024-05-06T18:23:58.469Z | + cd /tmp/tmp.g4a4Bi/root/opt/oxide/installinator |
2604 | 2024-05-06T18:23:58.469Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2605 | 2024-05-06T18:23:58.497Z | x ., 0 bytes, 0 tape blocks |
2606 | 2024-05-06T18:23:58.497Z | x installinator, 38524920 bytes, 75244 tape blocks |
2607 | 2024-05-06T18:23:58.497Z | x pkg, 0 bytes, 0 tape blocks |
2608 | 2024-05-06T18:23:58.497Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2609 | 2024-05-06T18:23:58.498Z | x VERSION, 25 bytes, 1 tape blocks |
2610 | 2024-05-06T18:23:58.501Z | + mkdir -p /tmp/tmp.g4a4Bi/root/lib/svc/manifest/site/ |
2611 | 2024-05-06T18:23:58.501Z | + mv pkg/manifest.xml /tmp/tmp.g4a4Bi/root/lib/svc/manifest/site/installinator.xml |
2612 | 2024-05-06T18:23:58.504Z | + cd - |
2613 | 2024-05-06T18:23:58.504Z | /work/oxidecomputer/omicron |
2614 | 2024-05-06T18:23:58.504Z | + pkg_dir=/tmp/tmp.g4a4Bi/root/opt/oxide/mg-ddm |
2615 | 2024-05-06T18:23:58.504Z | + mkdir -p /tmp/tmp.g4a4Bi/root/opt/oxide/mg-ddm |
2616 | 2024-05-06T18:23:58.504Z | + cd /tmp/tmp.g4a4Bi/root/opt/oxide/mg-ddm |
2617 | 2024-05-06T18:23:58.504Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2618 | 2024-05-06T18:23:58.547Z | x ., 0 bytes, 0 tape blocks |
2619 | 2024-05-06T18:23:58.547Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2620 | 2024-05-06T18:23:58.547Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2621 | 2024-05-06T18:23:58.547Z | x pkg, 0 bytes, 0 tape blocks |
2622 | 2024-05-06T18:23:58.547Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2623 | 2024-05-06T18:23:58.547Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2624 | 2024-05-06T18:23:58.547Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2625 | 2024-05-06T18:23:58.547Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2626 | 2024-05-06T18:23:58.547Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2627 | 2024-05-06T18:23:58.547Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2628 | 2024-05-06T18:23:58.547Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2629 | 2024-05-06T18:23:58.547Z | x VERSION, 25 bytes, 1 tape blocks |
2630 | 2024-05-06T18:23:58.551Z | + cd - |
2631 | 2024-05-06T18:23:58.551Z | /work/oxidecomputer/omicron |
2632 | 2024-05-06T18:23:58.551Z | + cd /tmp/tmp.g4a4Bi |
2633 | 2024-05-06T18:23:58.551Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2634 | 2024-05-06T18:24:02.428Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2635 | 2024-05-06T18:24:02.428Z | a oxide.json 1K |
2636 | 2024-05-06T18:24:02.428Z | a root/ 0K |
2637 | 2024-05-06T18:24:02.428Z | a root/opt/ 0K |
2638 | 2024-05-06T18:24:02.428Z | a root/opt/oxide/ 0K |
2639 | 2024-05-06T18:24:02.428Z | a root/opt/oxide/installinator/ 0K |
2640 | 2024-05-06T18:24:02.428Z | a root/opt/oxide/installinator/installinator 37622K |
2641 | 2024-05-06T18:24:02.428Z | a root/opt/oxide/installinator/pkg/ 0K |
2642 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/installinator/VERSION 1K |
2643 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/ 0K |
2644 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2645 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2646 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2647 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2648 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2649 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2650 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2651 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2652 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2653 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2654 | 2024-05-06T18:24:02.429Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2655 | 2024-05-06T18:24:02.429Z | a root/lib/ 0K |
2656 | 2024-05-06T18:24:02.429Z | a root/lib/svc/ 0K |
2657 | 2024-05-06T18:24:02.429Z | a root/lib/svc/manifest/ 0K |
2658 | 2024-05-06T18:24:02.429Z | a root/lib/svc/manifest/site/ 0K |
2659 | 2024-05-06T18:24:02.429Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2660 | 2024-05-06T18:24:02.433Z | + cd / |
2661 | 2024-05-06T18:24:02.433Z | + rm -rf /tmp/tmp.g4a4Bi |
2662 | 2024-05-06T18:24:02.443Z | |
2663 | 2024-05-06T18:24:02.446Z | real 3.994011126 |
2664 | 2024-05-06T18:24:02.446Z | user 3.780365835 |
2665 | 2024-05-06T18:24:02.446Z | sys 0.225364921 |
2666 | 2024-05-06T18:24:02.447Z | trap 0.000232132 |
2667 | 2024-05-06T18:24:02.447Z | tflt 0.000000000 |
2668 | 2024-05-06T18:24:02.447Z | dflt 0.000008547 |
2669 | 2024-05-06T18:24:02.447Z | kflt 0.000000000 |
2670 | 2024-05-06T18:24:02.447Z | lock 0.000000000 |
2671 | 2024-05-06T18:24:02.447Z | slp 7.769987532 |
2672 | 2024-05-06T18:24:02.447Z | lat 0.077240096 |
2673 | 2024-05-06T18:24:02.447Z | stop 0.000190700 |
2674 | 2024-05-06T18:24:02.447Z | process exited: duration 1670017 ms, exit code 0 |
|
2675 | 2024-05-06T18:24:02.459Z | found 22 output files |
2676 | 2024-05-06T18:24:02.459Z | uploading: /work/version.txt (26 bytes) |
2677 | 2024-05-06T18:24:03.473Z | uploaded: /work/version.txt |
2678 | 2024-05-06T18:24:03.482Z | uploading: /work/package.tar.gz (85615138 bytes) |
2679 | 2024-05-06T18:24:33.668Z | uploaded: /work/package.tar.gz |
2680 | 2024-05-06T18:24:33.674Z | uploading: /work/global-zone-packages.tar.gz (130835504 bytes) |
2681 | 2024-05-06T18:25:19.108Z | uploaded: /work/global-zone-packages.tar.gz |
2682 | 2024-05-06T18:25:19.108Z | uploading: /work/trampoline-global-zone-packages.tar.gz (33979812 bytes) |
2683 | 2024-05-06T18:25:30.876Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2684 | 2024-05-06T18:25:30.876Z | uploading: /work/zones/clickhouse.tar.gz (227397057 bytes) |
2685 | 2024-05-06T18:26:44.265Z | uploaded: /work/zones/clickhouse.tar.gz |
2686 | 2024-05-06T18:26:44.266Z | uploading: /work/zones/clickhouse_keeper.tar.gz (227383389 bytes) |
2687 | 2024-05-06T18:28:06.432Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2688 | 2024-05-06T18:28:06.432Z | uploading: /work/zones/cockroachdb.tar.gz (122883837 bytes) |
2689 | 2024-05-06T18:28:46.431Z | uploaded: /work/zones/cockroachdb.tar.gz |
2690 | 2024-05-06T18:28:46.431Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27348498 bytes) |
2691 | 2024-05-06T18:28:56.465Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2692 | 2024-05-06T18:28:56.465Z | uploading: /work/zones/crucible-zone.tar.gz (38269999 bytes) |
2693 | 2024-05-06T18:29:09.727Z | uploaded: /work/zones/crucible-zone.tar.gz |
2694 | 2024-05-06T18:29:09.727Z | uploading: /work/zones/external-dns.tar.gz (25013290 bytes) |
2695 | 2024-05-06T18:29:17.679Z | uploaded: /work/zones/external-dns.tar.gz |
2696 | 2024-05-06T18:29:17.679Z | uploading: /work/zones/internal-dns.tar.gz (25012990 bytes) |
2697 | 2024-05-06T18:29:28.540Z | uploaded: /work/zones/internal-dns.tar.gz |
2698 | 2024-05-06T18:29:28.543Z | uploading: /work/zones/nexus-single-sled.tar.gz (85895509 bytes) |
2699 | 2024-05-06T18:29:57.622Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2700 | 2024-05-06T18:29:57.629Z | uploading: /work/zones/nexus.tar.gz (85896877 bytes) |
2701 | 2024-05-06T18:30:27.619Z | uploaded: /work/zones/nexus.tar.gz |
2702 | 2024-05-06T18:30:27.619Z | uploading: /work/zones/ntp.tar.gz (8565421 bytes) |
2703 | 2024-05-06T18:30:31.805Z | uploaded: /work/zones/ntp.tar.gz |
2704 | 2024-05-06T18:30:31.805Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14639618 bytes) |
2705 | 2024-05-06T18:30:36.546Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2706 | 2024-05-06T18:30:36.589Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14638784 bytes) |
2707 | 2024-05-06T18:30:52.144Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2708 | 2024-05-06T18:30:52.144Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2709 | 2024-05-06T18:30:53.171Z | uploaded: /work/zones/overlay.tar.gz |
2710 | 2024-05-06T18:30:53.171Z | uploading: /work/zones/oximeter.tar.gz (43620260 bytes) |
2711 | 2024-05-06T18:31:16.972Z | uploaded: /work/zones/oximeter.tar.gz |
2712 | 2024-05-06T18:31:16.973Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2713 | 2024-05-06T18:31:19.375Z | uploaded: /work/zones/probe.tar.gz |
2714 | 2024-05-06T18:31:19.382Z | uploading: /work/zones/propolis-server.tar.gz (66596368 bytes) |
2715 | 2024-05-06T18:32:07.372Z | uploaded: /work/zones/propolis-server.tar.gz |
2716 | 2024-05-06T18:32:07.379Z | uploading: /work/zones/switch-asic.tar.gz (301010882 bytes) |
2717 | 2024-05-06T18:34:08.547Z | uploaded: /work/zones/switch-asic.tar.gz |
2718 | 2024-05-06T18:34:08.547Z | uploading: /work/zones/switch-softnpu.tar.gz (205036045 bytes) |
2719 | 2024-05-06T18:35:31.766Z | uploaded: /work/zones/switch-softnpu.tar.gz |