|
|
|
1 | 2024-03-26T18:20:19.825Z | job assigned to worker 01HSXZTB5CAWMKCWJ368KS27J5 (queued for 49 s) |
|
2 | 2024-03-26T18:20:20.360Z | starting task 0: "setup" |
3 | 2024-03-26T18:20:20.387Z | ++ uname -s |
4 | 2024-03-26T18:20:20.387Z | + kern=SunOS |
5 | 2024-03-26T18:20:20.387Z | + case "$kern" in |
6 | 2024-03-26T18:20:20.387Z | + groupadd -g 12345 build |
7 | 2024-03-26T18:20:20.388Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-26T18:20:22.392Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-26T18:20:22.435Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-26T18:20:22.462Z | + home_fs=zfs |
11 | 2024-03-26T18:20:22.462Z | + [[ zfs == autofs ]] |
12 | 2024-03-26T18:20:22.462Z | + mkdir -p /home/build |
13 | 2024-03-26T18:20:22.462Z | + chown build:build /home/build /work |
14 | 2024-03-26T18:20:24.446Z | + chmod 0700 /home/build /work |
15 | 2024-03-26T18:20:24.478Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-03-26T18:20:24.529Z | starting task 1: "rust-toolchain" |
17 | 2024-03-26T18:20:24.553Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-26T18:20:24.553Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-26T18:20:24.691Z | info: downloading installer |
20 | 2024-03-26T18:20:25.469Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-26T18:20:25.469Z | warning: /opt/ooce/bin |
22 | 2024-03-26T18:20:25.469Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-26T18:20:25.470Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-26T18:20:25.470Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-26T18:20:25.470Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-26T18:20:25.470Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-26T18:20:25.470Z | error: cannot install while Rust is installed |
28 | 2024-03-26T18:20:25.470Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-26T18:20:25.532Z | info: profile set to 'default' |
30 | 2024-03-26T18:20:25.533Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-26T18:20:25.557Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-26T18:20:25.631Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-26T18:20:25.631Z | info: downloading component 'cargo' |
34 | 2024-03-26T18:20:25.759Z | info: downloading component 'clippy' |
35 | 2024-03-26T18:20:25.814Z | info: downloading component 'rust-docs' |
36 | 2024-03-26T18:20:25.969Z | info: downloading component 'rust-std' |
37 | 2024-03-26T18:20:26.243Z | info: downloading component 'rustc' |
38 | 2024-03-26T18:20:26.891Z | info: downloading component 'rustfmt' |
39 | 2024-03-26T18:20:26.930Z | info: installing component 'cargo' |
40 | 2024-03-26T18:20:28.043Z | info: installing component 'clippy' |
41 | 2024-03-26T18:20:28.448Z | info: installing component 'rust-docs' |
42 | 2024-03-26T18:20:30.926Z | info: installing component 'rust-std' |
43 | 2024-03-26T18:20:33.008Z | info: installing component 'rustc' |
44 | 2024-03-26T18:20:37.676Z | info: installing component 'rustfmt' |
45 | 2024-03-26T18:20:38.074Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-26T18:20:38.075Z | |
47 | 2024-03-26T18:20:38.213Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-26T18:20:38.213Z | |
49 | 2024-03-26T18:20:38.246Z | |
50 | 2024-03-26T18:20:38.246Z | Rust is installed now. Great! |
51 | 2024-03-26T18:20:38.247Z | |
52 | 2024-03-26T18:20:38.247Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-26T18:20:38.247Z | environment variable. This has not been done automatically. |
54 | 2024-03-26T18:20:38.247Z | |
55 | 2024-03-26T18:20:38.247Z | To configure your current shell, you need to source |
56 | 2024-03-26T18:20:38.247Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-26T18:20:38.247Z | |
58 | 2024-03-26T18:20:38.248Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-26T18:20:38.248Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-26T18:20:38.249Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-26T18:20:38.299Z | + rustc --version |
62 | 2024-03-26T18:20:38.413Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-26T18:20:38.439Z | process exited: duration 13885 ms, exit code 0 |
|
64 | 2024-03-26T18:20:38.914Z | starting task 2: "authentication" |
65 | 2024-03-26T18:20:38.981Z | process exited: duration 76 ms, exit code 0 |
|
66 | 2024-03-26T18:20:39.033Z | starting task 3: "clone repository" |
67 | 2024-03-26T18:20:39.060Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-26T18:20:39.060Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-26T18:20:39.084Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-26T18:20:44.338Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-26T18:20:44.338Z | + git fetch origin f784f78d67f703e3f8063c5525deed07f6c2c130 |
72 | 2024-03-26T18:20:44.787Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-26T18:20:44.787Z | * branch f784f78d67f703e3f8063c5525deed07f6c2c130 -> FETCH_HEAD |
74 | 2024-03-26T18:20:44.821Z | + [[ -n refresh-oximeter-producer-list ]] |
75 | 2024-03-26T18:20:44.822Z | ++ git branch --show-current |
76 | 2024-03-26T18:20:44.822Z | + current=main |
77 | 2024-03-26T18:20:44.822Z | + [[ main != refresh-oximeter-producer-list ]] |
78 | 2024-03-26T18:20:44.822Z | + git branch -f refresh-oximeter-producer-list f784f78d67f703e3f8063c5525deed07f6c2c130 |
79 | 2024-03-26T18:20:44.822Z | + git checkout -f refresh-oximeter-producer-list |
80 | 2024-03-26T18:20:44.973Z | Switched to branch 'refresh-oximeter-producer-list' |
81 | 2024-03-26T18:20:45.004Z | + git reset --hard f784f78d67f703e3f8063c5525deed07f6c2c130 |
82 | 2024-03-26T18:20:45.004Z | HEAD is now at f784f78d6 clippy |
83 | 2024-03-26T18:20:45.004Z | process exited: duration 5963 ms, exit code 0 |
|
84 | 2024-03-26T18:20:45.057Z | starting task 4: "build" |
85 | 2024-03-26T18:20:45.082Z | + cargo --version |
86 | 2024-03-26T18:20:45.082Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-26T18:20:45.281Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-26T18:20:45.282Z | info: downloading component 'cargo' |
89 | 2024-03-26T18:20:45.548Z | info: downloading component 'clippy' |
90 | 2024-03-26T18:20:45.598Z | info: downloading component 'rust-docs' |
91 | 2024-03-26T18:20:45.779Z | info: downloading component 'rust-std' |
92 | 2024-03-26T18:20:46.073Z | info: downloading component 'rustc' |
93 | 2024-03-26T18:20:46.771Z | info: downloading component 'rustfmt' |
94 | 2024-03-26T18:20:46.817Z | info: installing component 'cargo' |
95 | 2024-03-26T18:20:47.843Z | info: installing component 'clippy' |
96 | 2024-03-26T18:20:48.212Z | info: installing component 'rust-docs' |
97 | 2024-03-26T18:20:50.508Z | info: installing component 'rust-std' |
98 | 2024-03-26T18:20:52.642Z | info: installing component 'rustc' |
99 | 2024-03-26T18:20:57.136Z | info: installing component 'rustfmt' |
100 | 2024-03-26T18:20:57.579Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-26T18:20:57.608Z | + rustc --version |
102 | 2024-03-26T18:20:57.660Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-26T18:20:57.685Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-03-26T18:21:02.110Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-03-26T18:21:03.863Z | Startup: Caching catalogs ... Done |
106 | 2024-03-26T18:21:05.905Z | Planning: Solver setup ... Done (1.608s) |
107 | 2024-03-26T18:21:05.932Z | Planning: Running solver ... Done (0.033s) |
108 | 2024-03-26T18:21:05.959Z | Planning: Finding local manifests ... Done (0.002s) |
109 | 2024-03-26T18:21:06.044Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-03-26T18:21:06.477Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-03-26T18:21:06.551Z | Planning: Package planning ... Done (0.070s) |
112 | 2024-03-26T18:21:06.610Z | Planning: Merging actions ... Done (0.063s) |
113 | 2024-03-26T18:21:07.004Z | Planning: Checking for conflicting actions ... Done (0.397s) |
114 | 2024-03-26T18:21:07.031Z | Planning: Consolidating action changes ... Done (0.015s) |
115 | 2024-03-26T18:21:07.803Z | Planning: Evaluating mediators ... Done (0.783s) |
116 | 2024-03-26T18:21:07.832Z | Planning: Planning completed in 3.91 seconds |
117 | 2024-03-26T18:21:07.858Z | Packages to install: 4 |
118 | 2024-03-26T18:21:07.858Z | Mediators to change: 2 |
119 | 2024-03-26T18:21:07.858Z | Services to change: 1 |
120 | 2024-03-26T18:21:07.858Z | Estimated space available: 148.36 GB |
121 | 2024-03-26T18:21:07.858Z | Estimated space to be consumed: 1.43 GB |
122 | 2024-03-26T18:21:07.858Z | Create boot environment: No |
123 | 2024-03-26T18:21:07.858Z | Create backup boot environment: No |
124 | 2024-03-26T18:21:07.858Z | Rebuild boot archive: No |
125 | 2024-03-26T18:21:07.858Z | |
126 | 2024-03-26T18:21:07.858Z | Changed mediators: |
127 | 2024-03-26T18:21:07.858Z | mediator clang: |
128 | 2024-03-26T18:21:07.858Z | version: None -> 15 (system default) |
129 | 2024-03-26T18:21:07.858Z | |
130 | 2024-03-26T18:21:07.858Z | mediator llvm: |
131 | 2024-03-26T18:21:07.858Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-03-26T18:21:07.858Z | |
133 | 2024-03-26T18:21:07.858Z | Changed packages: |
134 | 2024-03-26T18:21:07.858Z | helios-dev |
135 | 2024-03-26T18:21:07.858Z | developer/build-essential |
136 | 2024-03-26T18:21:07.858Z | None -> 11-2.0 |
137 | 2024-03-26T18:21:07.859Z | library/libxmlsec1 |
138 | 2024-03-26T18:21:07.859Z | None -> 1.2.35-2.0 |
139 | 2024-03-26T18:21:07.859Z | ooce/developer/clang-15 |
140 | 2024-03-26T18:21:07.859Z | None -> 15.0.7-2.0 |
141 | 2024-03-26T18:21:07.859Z | ooce/developer/llvm-15 |
142 | 2024-03-26T18:21:07.859Z | None -> 15.0.7-2.0 |
143 | 2024-03-26T18:21:07.859Z | |
144 | 2024-03-26T18:21:07.859Z | Services: |
145 | 2024-03-26T18:21:07.859Z | restart_fmri: |
146 | 2024-03-26T18:21:07.859Z | svc:/system/update-man-index:default |
147 | 2024-03-26T18:21:07.894Z | |
148 | 2024-03-26T18:21:07.894Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-03-26T18:21:12.896Z | Download: 897/3290 items 18.9/212.6MB 8% complete (3.8M/s) |
150 | 2024-03-26T18:21:17.910Z | Download: 1237/3290 items 88.7/212.6MB 41% complete (8.8M/s) |
151 | 2024-03-26T18:21:22.896Z | Download: 2552/3290 items 120.4/212.6MB 56% complete (10.2M/s) |
152 | 2024-03-26T18:21:27.899Z | Download: 3281/3290 items 210.7/212.6MB 99% complete (12.4M/s) |
153 | 2024-03-26T18:21:28.974Z | Download: Completed 212.60 MB in 21.07 seconds (10.1M/s) |
154 | 2024-03-26T18:21:29.160Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-03-26T18:21:34.232Z | Actions: 2596/3689 actions (Installing new actions) |
156 | 2024-03-26T18:21:35.010Z | Actions: Completed 3689 actions in 5.85 seconds. |
157 | 2024-03-26T18:21:35.171Z | Done (0.157s) |
158 | 2024-03-26T18:21:35.172Z | Done (0.000s) |
159 | 2024-03-26T18:21:35.470Z | Done (0.301s) |
160 | 2024-03-26T18:21:40.675Z | Done (5.083s) |
161 | 2024-03-26T18:21:40.791Z | Done (0.024s) |
162 | 2024-03-26T18:21:40.819Z | Done (0.000s) |
163 | 2024-03-26T18:21:40.983Z | Done (0.000s) |
164 | 2024-03-26T18:21:41.654Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-03-26T18:21:41.922Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-03-26T18:21:41.946Z | Planning: Consolidating action changes ... Done |
167 | 2024-03-26T18:21:42.267Z | Planning: Evaluating mediators ... Done |
168 | 2024-03-26T18:21:42.293Z | Planning: Planning completed in 0.61 seconds |
169 | 2024-03-26T18:21:42.319Z | Mediators to change: 2 |
170 | 2024-03-26T18:21:42.319Z | Create boot environment: No |
171 | 2024-03-26T18:21:42.319Z | Create backup boot environment: No |
172 | 2024-03-26T18:21:42.372Z | Done |
173 | 2024-03-26T18:21:42.372Z | Done |
174 | 2024-03-26T18:21:42.574Z | Done |
175 | 2024-03-26T18:21:47.089Z | Done |
176 | 2024-03-26T18:21:47.178Z | Done |
177 | 2024-03-26T18:21:47.178Z | Done |
178 | 2024-03-26T18:21:47.261Z | Done |
179 | 2024-03-26T18:21:48.040Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-03-26T18:21:48.071Z | Planning: Merging actions ... Done |
181 | 2024-03-26T18:21:48.285Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-03-26T18:21:48.317Z | Planning: Consolidating action changes ... Done |
183 | 2024-03-26T18:21:48.617Z | Planning: Evaluating mediators ... Done |
184 | 2024-03-26T18:21:48.690Z | Planning: Planning completed in 1.00 seconds |
185 | 2024-03-26T18:21:48.728Z | Packages to change: 1 |
186 | 2024-03-26T18:21:48.729Z | Mediators to change: 1 |
187 | 2024-03-26T18:21:48.729Z | Services to change: 1 |
188 | 2024-03-26T18:21:48.729Z | Create boot environment: No |
189 | 2024-03-26T18:21:48.753Z | Create backup boot environment: Yes |
190 | 2024-03-26T18:21:50.210Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-03-26T18:21:50.239Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-03-26T18:21:50.239Z | Done |
193 | 2024-03-26T18:21:50.239Z | Done |
194 | 2024-03-26T18:21:50.272Z | Done |
195 | 2024-03-26T18:21:54.741Z | Done |
196 | 2024-03-26T18:21:54.831Z | Done |
197 | 2024-03-26T18:21:54.862Z | Done |
198 | 2024-03-26T18:21:54.906Z | Done |
199 | 2024-03-26T18:21:55.427Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-03-26T18:21:55.427Z | clang system 15 system |
201 | 2024-03-26T18:21:55.428Z | csh system system illumos |
202 | 2024-03-26T18:21:55.428Z | ctags system system illumos |
203 | 2024-03-26T18:21:55.428Z | gcc vendor 12 vendor |
204 | 2024-03-26T18:21:55.429Z | gcc system 10 system |
205 | 2024-03-26T18:21:55.429Z | gcc system 7 system |
206 | 2024-03-26T18:21:55.429Z | go system 1.20 system |
207 | 2024-03-26T18:21:55.429Z | go system 1.19 system |
208 | 2024-03-26T18:21:55.430Z | llvm system 15 system |
209 | 2024-03-26T18:21:55.430Z | llvm system 14 system |
210 | 2024-03-26T18:21:55.430Z | mariadb system 10.6 system |
211 | 2024-03-26T18:21:55.430Z | mta vendor vendor dma |
212 | 2024-03-26T18:21:55.430Z | openjdk system 17 system |
213 | 2024-03-26T18:21:55.430Z | openjdk system 11 system |
214 | 2024-03-26T18:21:55.431Z | openjdk system 1.8 system |
215 | 2024-03-26T18:21:55.431Z | openssl vendor 3 vendor |
216 | 2024-03-26T18:21:55.431Z | perl system 5.36 system |
217 | 2024-03-26T18:21:55.431Z | postgresql system 15 system |
218 | 2024-03-26T18:21:55.431Z | postgresql system 13 system |
219 | 2024-03-26T18:21:55.431Z | python vendor 3 vendor |
220 | 2024-03-26T18:21:55.431Z | python system 2 system |
221 | 2024-03-26T18:21:55.431Z | python3 system 3.11 system |
222 | 2024-03-26T18:21:55.431Z | ruby system 3.0 system |
223 | 2024-03-26T18:21:55.432Z | words vendor vendor american-english |
224 | 2024-03-26T18:21:55.432Z | words system system australian-english |
225 | 2024-03-26T18:21:55.432Z | words system system british-english |
226 | 2024-03-26T18:21:55.432Z | words system system canadian-english |
227 | 2024-03-26T18:21:55.432Z | words system system french |
228 | 2024-03-26T18:21:55.432Z | words system system italian |
229 | 2024-03-26T18:21:55.432Z | words system system ngerman |
230 | 2024-03-26T18:21:55.432Z | words system system ogerman |
231 | 2024-03-26T18:21:55.432Z | words system system spanish |
232 | 2024-03-26T18:21:55.850Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-03-26T18:21:55.850Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-03-26T18:21:57.404Z | FMRI IFO |
235 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
242 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-03-26T18:21:57.404Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-03-26T18:21:58.039Z | + set -o errexit |
248 | 2024-03-26T18:21:58.075Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-03-26T18:21:58.075Z | ++ cd ./tools |
250 | 2024-03-26T18:21:58.075Z | ++ pwd |
251 | 2024-03-26T18:21:58.076Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-03-26T18:21:58.076Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-03-26T18:21:58.076Z | + ARG0=ci_download_cockroachdb |
254 | 2024-03-26T18:21:58.076Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-03-26T18:21:58.076Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-03-26T18:21:58.077Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-03-26T18:21:58.077Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
258 | 2024-03-26T18:21:58.078Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
259 | 2024-03-26T18:21:58.078Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
260 | 2024-03-26T18:21:58.078Z | + TARGET_DIR=out |
261 | 2024-03-26T18:21:58.078Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-03-26T18:21:58.079Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-03-26T18:21:58.079Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-03-26T18:21:58.079Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-03-26T18:21:58.080Z | + main |
266 | 2024-03-26T18:21:58.080Z | + [[ 0 != 0 ]] |
267 | 2024-03-26T18:21:58.080Z | + CIDL_OS=solaris2.11 |
268 | 2024-03-26T18:21:58.080Z | + [[ 0 != 0 ]] |
269 | 2024-03-26T18:21:58.080Z | + configure_os solaris2.11 |
270 | 2024-03-26T18:21:58.081Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-03-26T18:21:58.081Z | current directory: /work/oxidecomputer/omicron |
272 | 2024-03-26T18:21:58.081Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-03-26T18:21:58.081Z | + case "$1" in |
274 | 2024-03-26T18:21:58.081Z | + CIDL_BUILD=illumos |
275 | 2024-03-26T18:21:58.081Z | configuring based on OS: "solaris2.11" |
276 | 2024-03-26T18:21:58.081Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-03-26T18:21:58.082Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
278 | 2024-03-26T18:21:58.082Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-03-26T18:21:58.082Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-03-26T18:21:58.082Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-03-26T18:21:58.082Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-03-26T18:21:58.082Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-03-26T18:21:58.082Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-03-26T18:21:58.083Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-03-26T18:21:58.083Z | + CIDL_SHA256FUNC=do_sha256sum |
286 | 2024-03-26T18:21:58.083Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-03-26T18:21:58.083Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-03-26T18:21:58.083Z | + mkdir -p out/downloads |
289 | 2024-03-26T18:21:58.083Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-26T18:21:58.084Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-03-26T18:21:58.084Z | + mkdir -p ./out/cockroachdb |
292 | 2024-03-26T18:21:58.084Z | + local DO_DOWNLOAD=true |
293 | 2024-03-26T18:21:58.084Z | Downloading... |
294 | 2024-03-26T18:21:58.084Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
295 | 2024-03-26T18:21:58.084Z | + '[' true == true ']' |
296 | 2024-03-26T18:21:58.085Z | + echo Downloading... |
297 | 2024-03-26T18:21:58.085Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-03-26T18:21:58.085Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-03-26T18:22:05.085Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-26T18:22:05.110Z | ++ sha256sum |
301 | 2024-03-26T18:22:05.110Z | ++ awk '{print $1}' |
302 | 2024-03-26T18:22:05.164Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-03-26T18:22:05.164Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
304 | 2024-03-26T18:22:05.164Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-03-26T18:22:05.164Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-03-26T18:22:08.123Z | + do_assemble_illumos |
307 | 2024-03-26T18:22:08.123Z | + rm -r ./out/cockroachdb |
308 | 2024-03-26T18:22:08.157Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-03-26T18:22:08.539Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-03-26T18:22:08.817Z | Build Tag: v22.1.9-dirty |
311 | 2024-03-26T18:22:08.817Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-03-26T18:22:08.817Z | Distribution: OSS |
313 | 2024-03-26T18:22:08.817Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-03-26T18:22:08.817Z | Go Version: go1.17.13 |
315 | 2024-03-26T18:22:08.818Z | C Compiler: gcc 10.3.0 |
316 | 2024-03-26T18:22:08.818Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-03-26T18:22:08.818Z | Build Type: release |
318 | 2024-03-26T18:22:08.846Z | + set -o errexit |
319 | 2024-03-26T18:22:08.878Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-03-26T18:22:08.878Z | ++ cd ./tools |
321 | 2024-03-26T18:22:08.878Z | ++ pwd |
322 | 2024-03-26T18:22:08.879Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-03-26T18:22:08.879Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-03-26T18:22:08.879Z | + ARG0=ci_download_clickhouse |
325 | 2024-03-26T18:22:08.879Z | + TARGET_DIR=out |
326 | 2024-03-26T18:22:08.880Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-03-26T18:22:08.880Z | + DEST_DIR=./out/clickhouse |
328 | 2024-03-26T18:22:08.880Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
329 | 2024-03-26T18:22:08.880Z | + CIDL_VERSION=v23.8.7.24 |
330 | 2024-03-26T18:22:08.881Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2024-03-26T18:22:08.881Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
332 | 2024-03-26T18:22:08.881Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
333 | 2024-03-26T18:22:08.881Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
334 | 2024-03-26T18:22:08.882Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2024-03-26T18:22:08.882Z | + main |
336 | 2024-03-26T18:22:08.882Z | + [[ 0 != 0 ]] |
337 | 2024-03-26T18:22:08.882Z | + CIDL_OS=solaris2.11 |
338 | 2024-03-26T18:22:08.882Z | + [[ 0 != 0 ]] |
339 | 2024-03-26T18:22:08.883Z | + configure_os solaris2.11 |
340 | 2024-03-26T18:22:08.883Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2024-03-26T18:22:08.883Z | current directory: /work/oxidecomputer/omicron |
342 | 2024-03-26T18:22:08.883Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2024-03-26T18:22:08.883Z | + CIDL_DASHREV= |
344 | 2024-03-26T18:22:08.883Z | + case "$1" in |
345 | 2024-03-26T18:22:08.883Z | configuring based on OS: "solaris2.11" |
346 | 2024-03-26T18:22:08.883Z | + CIDL_PLATFORM=illumos |
347 | 2024-03-26T18:22:08.883Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
348 | 2024-03-26T18:22:08.883Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2024-03-26T18:22:08.883Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
350 | 2024-03-26T18:22:08.883Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-03-26T18:22:08.884Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-03-26T18:22:08.884Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-03-26T18:22:08.884Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
354 | 2024-03-26T18:22:08.884Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-03-26T18:22:08.884Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-03-26T18:22:08.884Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-03-26T18:22:08.885Z | + mkdir -p out/downloads |
358 | 2024-03-26T18:22:08.885Z | + mkdir -p ./out/clickhouse |
359 | 2024-03-26T18:22:08.885Z | + local DO_DOWNLOAD=true |
360 | 2024-03-26T18:22:08.885Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
361 | 2024-03-26T18:22:08.885Z | + '[' true == true ']' |
362 | 2024-03-26T18:22:08.886Z | + echo Downloading... |
363 | 2024-03-26T18:22:08.886Z | Downloading... |
364 | 2024-03-26T18:22:08.886Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-03-26T18:22:08.886Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-03-26T18:22:18.382Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-03-26T18:22:18.414Z | ++ md5sum |
368 | 2024-03-26T18:22:18.414Z | ++ awk '{print $1}' |
369 | 2024-03-26T18:22:18.656Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-03-26T18:22:18.656Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
371 | 2024-03-26T18:22:18.656Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
372 | 2024-03-26T18:22:18.656Z | + mkdir -p ./out/clickhouse |
373 | 2024-03-26T18:22:18.681Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
374 | 2024-03-26T18:22:23.806Z | + [[ solaris2.11 == darwin* ]] |
375 | 2024-03-26T18:22:23.806Z | + ./out/clickhouse/clickhouse server --version |
376 | 2024-03-26T18:22:23.954Z | ClickHouse server version 23.8.7.1. |
377 | 2024-03-26T18:22:23.985Z | + set -o errexit |
378 | 2024-03-26T18:22:24.015Z | +++ dirname ./tools/ci_download_console |
379 | 2024-03-26T18:22:24.015Z | ++ cd ./tools |
380 | 2024-03-26T18:22:24.016Z | ++ pwd |
381 | 2024-03-26T18:22:24.016Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2024-03-26T18:22:24.016Z | ++ basename ./tools/ci_download_console |
383 | 2024-03-26T18:22:24.016Z | + ARG0=ci_download_console |
384 | 2024-03-26T18:22:24.016Z | + TARGET_DIR=out |
385 | 2024-03-26T18:22:24.016Z | + DOWNLOAD_DIR=out/downloads |
386 | 2024-03-26T18:22:24.016Z | + DEST_DIR=./out/console-assets |
387 | 2024-03-26T18:22:24.016Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2024-03-26T18:22:24.016Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
389 | 2024-03-26T18:22:24.016Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
390 | 2024-03-26T18:22:24.017Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
391 | 2024-03-26T18:22:24.017Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2024-03-26T18:22:24.017Z | + main |
393 | 2024-03-26T18:22:24.017Z | + [[ 0 != 0 ]] |
394 | 2024-03-26T18:22:24.017Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
395 | 2024-03-26T18:22:24.017Z | + echo 'Local file: out/downloads/console.tar.gz' |
396 | 2024-03-26T18:22:24.017Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
397 | 2024-03-26T18:22:24.017Z | Local file: out/downloads/console.tar.gz |
398 | 2024-03-26T18:22:24.017Z | + local DO_DOWNLOAD=true |
399 | 2024-03-26T18:22:24.017Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2024-03-26T18:22:24.017Z | + mkdir -p out/downloads |
401 | 2024-03-26T18:22:24.017Z | Downloading... |
402 | 2024-03-26T18:22:24.018Z | + '[' true == true ']' |
403 | 2024-03-26T18:22:24.018Z | + echo Downloading... |
404 | 2024-03-26T18:22:24.018Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
405 | 2024-03-26T18:22:24.018Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
406 | 2024-03-26T18:22:24.461Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2024-03-26T18:22:24.461Z | ++ case "$OSTYPE" in |
408 | 2024-03-26T18:22:24.461Z | ++ SHA=sha256sum |
409 | 2024-03-26T18:22:24.503Z | ++ sha256sum |
410 | 2024-03-26T18:22:24.503Z | ++ awk '{print $1}' |
411 | 2024-03-26T18:22:24.503Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
412 | 2024-03-26T18:22:24.503Z | + [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]] |
413 | 2024-03-26T18:22:24.503Z | + rm -rf ./out/console-assets |
414 | 2024-03-26T18:22:24.503Z | + mkdir -p ./out/console-assets |
415 | 2024-03-26T18:22:24.503Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2024-03-26T18:22:24.504Z | + mkdir -p ./out/console-assets |
417 | 2024-03-26T18:22:24.504Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2024-03-26T18:22:25.030Z | + set -o errexit |
419 | 2024-03-26T18:22:25.030Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2024-03-26T18:22:25.030Z | ++ cd ./tools |
421 | 2024-03-26T18:22:25.030Z | ++ pwd |
422 | 2024-03-26T18:22:25.030Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2024-03-26T18:22:25.031Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2024-03-26T18:22:25.031Z | + ARG0=ci_download_maghemite_openapi |
425 | 2024-03-26T18:22:25.031Z | + TARGET_DIR=out |
426 | 2024-03-26T18:22:25.031Z | + DOWNLOAD_DIR=out/downloads |
427 | 2024-03-26T18:22:25.031Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2024-03-26T18:22:25.031Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
429 | 2024-03-26T18:22:25.031Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
430 | 2024-03-26T18:22:25.032Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
431 | 2024-03-26T18:22:25.032Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
432 | 2024-03-26T18:22:25.032Z | + main |
433 | 2024-03-26T18:22:25.032Z | + rm -rf out/downloads/root |
434 | 2024-03-26T18:22:25.032Z | + [[ 0 != 0 ]] |
435 | 2024-03-26T18:22:25.032Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
436 | 2024-03-26T18:22:25.033Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
437 | 2024-03-26T18:22:25.033Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
438 | 2024-03-26T18:22:25.033Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
439 | 2024-03-26T18:22:25.033Z | + local DO_DOWNLOAD=true |
440 | 2024-03-26T18:22:25.033Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
441 | 2024-03-26T18:22:25.033Z | + mkdir -p out/downloads |
442 | 2024-03-26T18:22:25.033Z | + '[' true == true ']' |
443 | 2024-03-26T18:22:25.034Z | + echo Downloading... |
444 | 2024-03-26T18:22:25.034Z | Downloading... |
445 | 2024-03-26T18:22:25.034Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
446 | 2024-03-26T18:22:25.034Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
447 | 2024-03-26T18:22:25.035Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-03-26T18:22:25.035Z | ++ case "$OSTYPE" in |
449 | 2024-03-26T18:22:25.035Z | ++ SHA=sha256sum |
450 | 2024-03-26T18:22:25.035Z | ++ sha256sum |
451 | 2024-03-26T18:22:25.035Z | ++ awk '{print $1}' |
452 | 2024-03-26T18:22:25.035Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
453 | 2024-03-26T18:22:25.036Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
454 | 2024-03-26T18:22:25.036Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2024-03-26T18:22:25.036Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
456 | 2024-03-26T18:22:25.036Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
457 | 2024-03-26T18:22:25.036Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
458 | 2024-03-26T18:22:25.036Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-03-26T18:22:25.036Z | + main |
460 | 2024-03-26T18:22:25.037Z | + rm -rf out/downloads/root |
461 | 2024-03-26T18:22:25.037Z | + [[ 0 != 0 ]] |
462 | 2024-03-26T18:22:25.037Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
463 | 2024-03-26T18:22:25.037Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
464 | 2024-03-26T18:22:25.037Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
465 | 2024-03-26T18:22:25.038Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
466 | 2024-03-26T18:22:25.038Z | + local DO_DOWNLOAD=true |
467 | 2024-03-26T18:22:25.038Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
468 | 2024-03-26T18:22:25.038Z | + mkdir -p out/downloads |
469 | 2024-03-26T18:22:25.038Z | + '[' true == true ']' |
470 | 2024-03-26T18:22:25.038Z | + echo Downloading... |
471 | 2024-03-26T18:22:25.038Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
472 | 2024-03-26T18:22:25.039Z | Downloading... |
473 | 2024-03-26T18:22:25.039Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
474 | 2024-03-26T18:22:25.234Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-03-26T18:22:25.234Z | ++ case "$OSTYPE" in |
476 | 2024-03-26T18:22:25.234Z | ++ SHA=sha256sum |
477 | 2024-03-26T18:22:25.269Z | ++ sha256sum |
478 | 2024-03-26T18:22:25.269Z | ++ awk '{print $1}' |
479 | 2024-03-26T18:22:25.269Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
480 | 2024-03-26T18:22:25.270Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
481 | 2024-03-26T18:22:25.270Z | + set -o errexit |
482 | 2024-03-26T18:22:25.270Z | +++ dirname ./tools/ci_download_dendrite_openapi |
483 | 2024-03-26T18:22:25.270Z | ++ cd ./tools |
484 | 2024-03-26T18:22:25.271Z | ++ pwd |
485 | 2024-03-26T18:22:25.271Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2024-03-26T18:22:25.271Z | ++ basename ./tools/ci_download_dendrite_openapi |
487 | 2024-03-26T18:22:25.271Z | + ARG0=ci_download_dendrite_openapi |
488 | 2024-03-26T18:22:25.271Z | + TARGET_DIR=out |
489 | 2024-03-26T18:22:25.272Z | + DOWNLOAD_DIR=out/downloads |
490 | 2024-03-26T18:22:25.272Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2024-03-26T18:22:25.272Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
492 | 2024-03-26T18:22:25.272Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
493 | 2024-03-26T18:22:25.272Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
494 | 2024-03-26T18:22:25.273Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
495 | 2024-03-26T18:22:25.273Z | + main |
496 | 2024-03-26T18:22:25.273Z | + [[ 0 != 0 ]] |
497 | 2024-03-26T18:22:25.273Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
498 | 2024-03-26T18:22:25.273Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
499 | 2024-03-26T18:22:25.273Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
500 | 2024-03-26T18:22:25.273Z | + local DO_DOWNLOAD=true |
501 | 2024-03-26T18:22:25.274Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
502 | 2024-03-26T18:22:25.274Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
503 | 2024-03-26T18:22:25.274Z | + mkdir -p out/downloads |
504 | 2024-03-26T18:22:25.274Z | + '[' true == true ']' |
505 | 2024-03-26T18:22:25.274Z | + echo Downloading... |
506 | 2024-03-26T18:22:25.275Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
507 | 2024-03-26T18:22:25.275Z | Downloading... |
508 | 2024-03-26T18:22:25.275Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
509 | 2024-03-26T18:22:25.548Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
510 | 2024-03-26T18:22:25.548Z | ++ case "$OSTYPE" in |
511 | 2024-03-26T18:22:25.548Z | ++ SHA=sha256sum |
512 | 2024-03-26T18:22:25.573Z | ++ sha256sum |
513 | 2024-03-26T18:22:25.573Z | ++ awk '{print $1}' |
514 | 2024-03-26T18:22:25.573Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
515 | 2024-03-26T18:22:25.573Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
516 | 2024-03-26T18:22:25.573Z | + set -o errexit |
517 | 2024-03-26T18:22:25.574Z | +++ dirname ./tools/ci_download_dendrite_stub |
518 | 2024-03-26T18:22:25.574Z | ++ cd ./tools |
519 | 2024-03-26T18:22:25.574Z | ++ pwd |
520 | 2024-03-26T18:22:25.574Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
521 | 2024-03-26T18:22:25.574Z | ++ basename ./tools/ci_download_dendrite_stub |
522 | 2024-03-26T18:22:25.574Z | + ARG0=ci_download_dendrite_stub |
523 | 2024-03-26T18:22:25.574Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
524 | 2024-03-26T18:22:25.574Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
525 | 2024-03-26T18:22:25.574Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
526 | 2024-03-26T18:22:25.574Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
527 | 2024-03-26T18:22:25.574Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
528 | 2024-03-26T18:22:25.574Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
529 | 2024-03-26T18:22:25.574Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
530 | 2024-03-26T18:22:25.574Z | + TARGET_DIR=out |
531 | 2024-03-26T18:22:25.574Z | + DOWNLOAD_DIR=out/downloads |
532 | 2024-03-26T18:22:25.574Z | + DEST_DIR=./out/dendrite-stub |
533 | 2024-03-26T18:22:25.574Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
534 | 2024-03-26T18:22:25.599Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2024-03-26T18:22:25.599Z | + REPO=oxidecomputer/dendrite |
536 | 2024-03-26T18:22:25.600Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
537 | 2024-03-26T18:22:25.600Z | + main |
538 | 2024-03-26T18:22:25.600Z | + [[ 0 != 0 ]] |
539 | 2024-03-26T18:22:25.600Z | + CIDL_OS=solaris2.11 |
540 | 2024-03-26T18:22:25.600Z | + [[ 0 != 0 ]] |
541 | 2024-03-26T18:22:25.600Z | + configure_os solaris2.11 |
542 | 2024-03-26T18:22:25.600Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2024-03-26T18:22:25.600Z | current directory: /work/oxidecomputer/omicron |
544 | 2024-03-26T18:22:25.600Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2024-03-26T18:22:25.600Z | configuring based on OS: "solaris2.11" |
546 | 2024-03-26T18:22:25.600Z | + case "$1" in |
547 | 2024-03-26T18:22:25.600Z | + SET_BINARIES= |
548 | 2024-03-26T18:22:25.600Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
549 | 2024-03-26T18:22:25.600Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2024-03-26T18:22:25.600Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
551 | 2024-03-26T18:22:25.600Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
552 | 2024-03-26T18:22:25.600Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
553 | 2024-03-26T18:22:25.600Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
554 | 2024-03-26T18:22:25.600Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
555 | 2024-03-26T18:22:25.600Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
556 | 2024-03-26T18:22:25.601Z | + mkdir -p out/downloads |
557 | 2024-03-26T18:22:25.601Z | Local file: out/downloads/dendrite-stub.tar.gz |
558 | 2024-03-26T18:22:25.601Z | + mkdir -p ./out/dendrite-stub |
559 | 2024-03-26T18:22:25.601Z | + fetch_and_verify |
560 | 2024-03-26T18:22:25.601Z | + local DO_DOWNLOAD=true |
561 | 2024-03-26T18:22:25.601Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
562 | 2024-03-26T18:22:25.601Z | + '[' true == true ']' |
563 | 2024-03-26T18:22:25.601Z | + echo Downloading... |
564 | 2024-03-26T18:22:25.601Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
565 | 2024-03-26T18:22:25.601Z | Downloading... |
566 | 2024-03-26T18:22:25.601Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
567 | 2024-03-26T18:22:32.870Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
568 | 2024-03-26T18:22:32.900Z | ++ sha256sum |
569 | 2024-03-26T18:22:32.900Z | ++ awk '{print $1}' |
570 | 2024-03-26T18:22:32.953Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
571 | 2024-03-26T18:22:32.953Z | + [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]] |
572 | 2024-03-26T18:22:32.953Z | + do_untar out/downloads/dendrite-stub.tar.gz |
573 | 2024-03-26T18:22:32.953Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
574 | 2024-03-26T18:22:33.702Z | + do_assemble |
575 | 2024-03-26T18:22:33.702Z | + rm -r ./out/dendrite-stub |
576 | 2024-03-26T18:22:33.733Z | + mkdir ./out/dendrite-stub |
577 | 2024-03-26T18:22:33.733Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
578 | 2024-03-26T18:22:33.854Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
579 | 2024-03-26T18:22:33.885Z | + set -o errexit |
580 | 2024-03-26T18:22:33.885Z | +++ dirname ./tools/ci_download_maghemite_mgd |
581 | 2024-03-26T18:22:33.886Z | ++ cd ./tools |
582 | 2024-03-26T18:22:33.886Z | ++ pwd |
583 | 2024-03-26T18:22:33.887Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
584 | 2024-03-26T18:22:33.887Z | ++ basename ./tools/ci_download_maghemite_mgd |
585 | 2024-03-26T18:22:33.887Z | + ARG0=ci_download_maghemite_mgd |
586 | 2024-03-26T18:22:33.887Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
587 | 2024-03-26T18:22:33.887Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
588 | 2024-03-26T18:22:33.888Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
589 | 2024-03-26T18:22:33.888Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
590 | 2024-03-26T18:22:33.888Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
591 | 2024-03-26T18:22:33.888Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
592 | 2024-03-26T18:22:33.888Z | + TARGET_DIR=out |
593 | 2024-03-26T18:22:33.888Z | + DOWNLOAD_DIR=out/downloads |
594 | 2024-03-26T18:22:33.888Z | + DEST_DIR=./out/mgd |
595 | 2024-03-26T18:22:33.888Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
596 | 2024-03-26T18:22:33.888Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
597 | 2024-03-26T18:22:33.888Z | + REPO=oxidecomputer/maghemite |
598 | 2024-03-26T18:22:33.889Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
599 | 2024-03-26T18:22:33.889Z | + main |
600 | 2024-03-26T18:22:33.889Z | + rm -rf out/downloads/root |
601 | 2024-03-26T18:22:34.336Z | + [[ 0 != 0 ]] |
602 | 2024-03-26T18:22:34.337Z | + CIDL_OS=solaris2.11 |
603 | 2024-03-26T18:22:34.337Z | + [[ 0 != 0 ]] |
604 | 2024-03-26T18:22:34.337Z | + configure_os solaris2.11 |
605 | 2024-03-26T18:22:34.337Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2024-03-26T18:22:34.337Z | current directory: /work/oxidecomputer/omicron |
607 | 2024-03-26T18:22:34.337Z | configuring based on OS: "solaris2.11" |
608 | 2024-03-26T18:22:34.338Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2024-03-26T18:22:34.338Z | + case "$1" in |
610 | 2024-03-26T18:22:34.338Z | + SET_BINARIES= |
611 | 2024-03-26T18:22:34.338Z | + CIDL_SHA256FUNC=do_sha256sum |
612 | 2024-03-26T18:22:34.338Z | + TARBALL_FILENAME=mgd.tar.gz |
613 | 2024-03-26T18:22:34.338Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
614 | 2024-03-26T18:22:34.338Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
615 | 2024-03-26T18:22:34.339Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
616 | 2024-03-26T18:22:34.339Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
617 | 2024-03-26T18:22:34.339Z | Local file: out/downloads/mgd.tar.gz |
618 | 2024-03-26T18:22:34.339Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
619 | 2024-03-26T18:22:34.339Z | + mkdir -p out/downloads |
620 | 2024-03-26T18:22:34.339Z | + mkdir -p ./out/mgd |
621 | 2024-03-26T18:22:34.340Z | + fetch_and_verify |
622 | 2024-03-26T18:22:34.340Z | + local DO_DOWNLOAD=true |
623 | 2024-03-26T18:22:34.340Z | + [[ -f out/downloads/mgd.tar.gz ]] |
624 | 2024-03-26T18:22:34.340Z | + '[' true == true ']' |
625 | 2024-03-26T18:22:34.340Z | + echo Downloading... |
626 | 2024-03-26T18:22:34.340Z | Downloading... |
627 | 2024-03-26T18:22:34.340Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
628 | 2024-03-26T18:22:34.340Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
629 | 2024-03-26T18:22:49.719Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
630 | 2024-03-26T18:22:49.744Z | ++ sha256sum |
631 | 2024-03-26T18:22:49.744Z | ++ awk '{print $1}' |
632 | 2024-03-26T18:22:49.770Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
633 | 2024-03-26T18:22:49.770Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
634 | 2024-03-26T18:22:49.770Z | + do_untar out/downloads/mgd.tar.gz |
635 | 2024-03-26T18:22:49.770Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
636 | 2024-03-26T18:22:50.569Z | + do_assemble |
637 | 2024-03-26T18:22:50.569Z | + rm -r ./out/mgd |
638 | 2024-03-26T18:22:50.594Z | + mkdir ./out/mgd |
639 | 2024-03-26T18:22:50.594Z | + cp -r out/downloads/root ./out/mgd/root |
640 | 2024-03-26T18:22:50.636Z | + set -o errexit |
641 | 2024-03-26T18:22:50.683Z | +++ dirname ./tools/ci_download_transceiver_control |
642 | 2024-03-26T18:22:50.683Z | ++ cd ./tools |
643 | 2024-03-26T18:22:50.683Z | ++ pwd |
644 | 2024-03-26T18:22:50.684Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
645 | 2024-03-26T18:22:50.684Z | ++ basename ./tools/ci_download_transceiver_control |
646 | 2024-03-26T18:22:50.684Z | + ARG0=ci_download_transceiver_control |
647 | 2024-03-26T18:22:50.684Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
648 | 2024-03-26T18:22:50.684Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-03-26T18:22:50.684Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2024-03-26T18:22:50.684Z | + TARGET_DIR=out |
651 | 2024-03-26T18:22:50.684Z | + DOWNLOAD_DIR=out/downloads |
652 | 2024-03-26T18:22:50.684Z | + DEST_DIR=./out/transceiver-control |
653 | 2024-03-26T18:22:50.684Z | + BIN_DIR=/opt/oxide/bin |
654 | 2024-03-26T18:22:50.685Z | + BINARY=xcvradm |
655 | 2024-03-26T18:22:50.685Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
656 | 2024-03-26T18:22:50.685Z | + REPO=oxidecomputer/transceiver-control |
657 | 2024-03-26T18:22:50.685Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-03-26T18:22:50.685Z | + main |
659 | 2024-03-26T18:22:50.685Z | + [[ 0 != 0 ]] |
660 | 2024-03-26T18:22:50.685Z | + CIDL_OS=solaris2.11 |
661 | 2024-03-26T18:22:50.685Z | + [[ 0 != 0 ]] |
662 | 2024-03-26T18:22:50.685Z | + configure_os solaris2.11 |
663 | 2024-03-26T18:22:50.685Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2024-03-26T18:22:50.685Z | current directory: /work/oxidecomputer/omicron |
665 | 2024-03-26T18:22:50.685Z | + echo 'configuring based on OS: "solaris2.11"' |
666 | 2024-03-26T18:22:50.686Z | + case "$1" in |
667 | 2024-03-26T18:22:50.686Z | + SET_BINARIES= |
668 | 2024-03-26T18:22:50.686Z | configuring based on OS: "solaris2.11" |
669 | 2024-03-26T18:22:50.686Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2024-03-26T18:22:50.686Z | + CIDL_SHA256FUNC=do_sha256sum |
671 | 2024-03-26T18:22:50.686Z | + ARCHIVE_FILENAME=xcvradm.gz |
672 | 2024-03-26T18:22:50.686Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-03-26T18:22:50.686Z | Local file: out/downloads/xcvradm.gz |
674 | 2024-03-26T18:22:50.686Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2024-03-26T18:22:50.686Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2024-03-26T18:22:50.686Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2024-03-26T18:22:50.686Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-03-26T18:22:50.687Z | + mkdir -p out/downloads |
679 | 2024-03-26T18:22:50.687Z | + mkdir -p ./out/transceiver-control |
680 | 2024-03-26T18:22:50.687Z | + fetch_and_verify |
681 | 2024-03-26T18:22:50.687Z | + local DO_DOWNLOAD=true |
682 | 2024-03-26T18:22:50.687Z | + [[ -f out/downloads/xcvradm.gz ]] |
683 | 2024-03-26T18:22:50.687Z | + '[' true == true ']' |
684 | 2024-03-26T18:22:50.687Z | + echo Downloading... |
685 | 2024-03-26T18:22:50.687Z | Downloading... |
686 | 2024-03-26T18:22:50.687Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
687 | 2024-03-26T18:22:50.687Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2024-03-26T18:22:54.074Z | ++ do_sha256sum out/downloads/xcvradm.gz |
689 | 2024-03-26T18:22:54.103Z | ++ sha256sum |
690 | 2024-03-26T18:22:54.103Z | ++ awk '{print $1}' |
691 | 2024-03-26T18:22:54.104Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-03-26T18:22:54.104Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
693 | 2024-03-26T18:22:54.104Z | + do_unpack out/downloads/xcvradm.gz |
694 | 2024-03-26T18:22:54.105Z | + mkdir -p out/downloads/root//opt/oxide/bin |
695 | 2024-03-26T18:22:54.105Z | + gzip -dc out/downloads/xcvradm.gz |
696 | 2024-03-26T18:22:54.226Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
697 | 2024-03-26T18:22:54.256Z | + do_assemble |
698 | 2024-03-26T18:22:54.256Z | + rm -r ./out/transceiver-control |
699 | 2024-03-26T18:22:54.257Z | + mkdir ./out/transceiver-control |
700 | 2024-03-26T18:22:54.257Z | + cp -r out/downloads/root ./out/transceiver-control/root |
701 | 2024-03-26T18:22:54.305Z | + set -o errexit |
702 | 2024-03-26T18:22:54.346Z | +++ dirname ./tools/ci_download_thundermuffin |
703 | 2024-03-26T18:22:54.346Z | ++ cd ./tools |
704 | 2024-03-26T18:22:54.347Z | ++ pwd |
705 | 2024-03-26T18:22:54.347Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
706 | 2024-03-26T18:22:54.347Z | ++ basename ./tools/ci_download_thundermuffin |
707 | 2024-03-26T18:22:54.347Z | + ARG0=ci_download_thundermuffin |
708 | 2024-03-26T18:22:54.347Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
709 | 2024-03-26T18:22:54.347Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
710 | 2024-03-26T18:22:54.347Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
711 | 2024-03-26T18:22:54.347Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
712 | 2024-03-26T18:22:54.347Z | + TARGET_DIR=out |
713 | 2024-03-26T18:22:54.347Z | + DOWNLOAD_DIR=out/downloads |
714 | 2024-03-26T18:22:54.348Z | + DEST_DIR=./out/thundermuffin |
715 | 2024-03-26T18:22:54.348Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
716 | 2024-03-26T18:22:54.348Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
717 | 2024-03-26T18:22:54.348Z | + REPO=oxidecomputer/thundermuffin |
718 | 2024-03-26T18:22:54.348Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
719 | 2024-03-26T18:22:54.348Z | + main |
720 | 2024-03-26T18:22:54.348Z | + rm -rf out/downloads/root |
721 | 2024-03-26T18:22:54.348Z | + [[ 0 != 0 ]] |
722 | 2024-03-26T18:22:54.348Z | + CIDL_OS=solaris2.11 |
723 | 2024-03-26T18:22:54.348Z | + [[ 0 != 0 ]] |
724 | 2024-03-26T18:22:54.349Z | + configure_os solaris2.11 |
725 | 2024-03-26T18:22:54.349Z | + echo 'current directory: /work/oxidecomputer/omicron' |
726 | 2024-03-26T18:22:54.349Z | current directory: /work/oxidecomputer/omicron |
727 | 2024-03-26T18:22:54.349Z | + echo 'configuring based on OS: "solaris2.11"' |
728 | 2024-03-26T18:22:54.349Z | + case "$1" in |
729 | 2024-03-26T18:22:54.349Z | configuring based on OS: "solaris2.11" |
730 | 2024-03-26T18:22:54.350Z | + SET_BINARIES= |
731 | 2024-03-26T18:22:54.350Z | + CIDL_SHA256FUNC=do_sha256sum |
732 | 2024-03-26T18:22:54.350Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
733 | 2024-03-26T18:22:54.350Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
734 | 2024-03-26T18:22:54.350Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
735 | 2024-03-26T18:22:54.350Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
736 | 2024-03-26T18:22:54.350Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
737 | 2024-03-26T18:22:54.350Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
738 | 2024-03-26T18:22:54.350Z | + mkdir -p out/downloads |
739 | 2024-03-26T18:22:54.350Z | Local file: out/downloads/thundermuffin.tar.gz |
740 | 2024-03-26T18:22:54.350Z | + mkdir -p ./out/thundermuffin |
741 | 2024-03-26T18:22:54.351Z | + fetch_and_verify |
742 | 2024-03-26T18:22:54.351Z | + local DO_DOWNLOAD=true |
743 | 2024-03-26T18:22:54.351Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
744 | 2024-03-26T18:22:54.351Z | + '[' true == true ']' |
745 | 2024-03-26T18:22:54.351Z | + echo Downloading... |
746 | 2024-03-26T18:22:54.351Z | Downloading... |
747 | 2024-03-26T18:22:54.351Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
748 | 2024-03-26T18:22:54.351Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
749 | 2024-03-26T18:22:58.950Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
750 | 2024-03-26T18:22:58.977Z | ++ sha256sum |
751 | 2024-03-26T18:22:58.977Z | ++ awk '{print $1}' |
752 | 2024-03-26T18:22:58.978Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
753 | 2024-03-26T18:22:58.978Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
754 | 2024-03-26T18:22:58.978Z | + do_untar out/downloads/thundermuffin.tar.gz |
755 | 2024-03-26T18:22:58.978Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
756 | 2024-03-26T18:22:59.048Z | + do_assemble |
757 | 2024-03-26T18:22:59.048Z | + rm -r ./out/thundermuffin |
758 | 2024-03-26T18:22:59.081Z | + mkdir ./out/thundermuffin |
759 | 2024-03-26T18:22:59.081Z | + cp -r out/downloads/root ./out/thundermuffin/root |
760 | 2024-03-26T18:22:59.081Z | All prerequisites installed successfully |
761 | 2024-03-26T18:22:59.082Z | |
762 | 2024-03-26T18:22:59.082Z | real 2:01.391590030 |
763 | 2024-03-26T18:22:59.082Z | user 44.644469376 |
764 | 2024-03-26T18:22:59.082Z | sys 11.456212554 |
765 | 2024-03-26T18:22:59.082Z | trap 0.011583553 |
766 | 2024-03-26T18:22:59.082Z | tflt 0.011835592 |
767 | 2024-03-26T18:22:59.082Z | dflt 0.019127223 |
768 | 2024-03-26T18:22:59.083Z | kflt 0.005467906 |
769 | 2024-03-26T18:22:59.083Z | lock 2.020714916 |
770 | 2024-03-26T18:22:59.083Z | slp 4:15.365620883 |
771 | 2024-03-26T18:22:59.083Z | lat 4.652979929 |
772 | 2024-03-26T18:22:59.083Z | stop 0.061024355 |
773 | 2024-03-26T18:22:59.083Z | + banner end-to-end-tests |
774 | 2024-03-26T18:22:59.084Z | |
775 | 2024-03-26T18:22:59.084Z | ###### # # ##### ##### #### ###### # # ##### |
776 | 2024-03-26T18:22:59.084Z | # ## # # # # # # # ## # # # |
777 | 2024-03-26T18:22:59.084Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
778 | 2024-03-26T18:22:59.084Z | # # # # # # # # # # # # # # # |
779 | 2024-03-26T18:22:59.084Z | # # ## # # # # # # # ## # # |
780 | 2024-03-26T18:22:59.084Z | ###### # # ##### # #### ###### # # ##### |
781 | 2024-03-26T18:22:59.084Z | |
782 | 2024-03-26T18:22:59.085Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
783 | 2024-03-26T18:22:59.085Z | + CARGO_PROFILE_DEV_DEBUG=1 |
784 | 2024-03-26T18:22:59.085Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
785 | 2024-03-26T18:22:59.085Z | + CARGO_PROFILE_TEST_DEBUG=1 |
786 | 2024-03-26T18:22:59.085Z | + export CARGO_INCREMENTAL=0 |
787 | 2024-03-26T18:22:59.085Z | + CARGO_INCREMENTAL=0 |
788 | 2024-03-26T18:22:59.085Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
789 | 2024-03-26T18:22:59.342Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
790 | 2024-03-26T18:22:59.894Z | Updating git repository `https://github.com/oxidecomputer/samael` |
791 | 2024-03-26T18:23:00.809Z | Updating git repository `https://github.com/oxidecomputer/zone` |
792 | 2024-03-26T18:23:00.838Z | Updating crates.io index |
793 | 2024-03-26T18:23:00.839Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
794 | 2024-03-26T18:23:01.575Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
795 | 2024-03-26T18:23:02.267Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
796 | 2024-03-26T18:23:04.187Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
797 | 2024-03-26T18:23:05.244Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
798 | 2024-03-26T18:23:05.273Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
799 | 2024-03-26T18:23:06.218Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
800 | 2024-03-26T18:23:08.801Z | Updating git repository `https://github.com/oxidecomputer/opte` |
801 | 2024-03-26T18:23:10.044Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
802 | 2024-03-26T18:23:10.482Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
803 | 2024-03-26T18:23:11.208Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
804 | 2024-03-26T18:23:11.612Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
805 | 2024-03-26T18:23:12.010Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
806 | 2024-03-26T18:23:13.043Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
807 | 2024-03-26T18:23:13.086Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
808 | 2024-03-26T18:23:13.545Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
809 | 2024-03-26T18:23:14.281Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
810 | 2024-03-26T18:23:14.307Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
811 | 2024-03-26T18:23:14.681Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
812 | 2024-03-26T18:23:15.257Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
813 | 2024-03-26T18:23:15.622Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
814 | 2024-03-26T18:23:16.262Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
815 | 2024-03-26T18:23:16.724Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
816 | 2024-03-26T18:23:17.164Z | Updating git repository `https://github.com/jgallagher/nix` |
817 | 2024-03-26T18:23:18.234Z | Updating git repository `https://github.com/cbiffle/hubpack` |
818 | 2024-03-26T18:23:18.705Z | Updating git repository `https://github.com/oxidecomputer/typify` |
819 | 2024-03-26T18:23:21.172Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
820 | 2024-03-26T18:23:21.275Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
821 | 2024-03-26T18:23:21.770Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
822 | 2024-03-26T18:23:23.349Z | Downloading crates ... |
823 | 2024-03-26T18:23:23.495Z | Downloaded addr2line v0.21.0 |
824 | 2024-03-26T18:23:23.540Z | Downloaded adler v1.0.2 |
825 | 2024-03-26T18:23:23.540Z | Downloaded aes-gcm v0.10.3 |
826 | 2024-03-26T18:23:23.540Z | Downloaded ahash v0.8.8 |
827 | 2024-03-26T18:23:23.541Z | Downloaded aho-corasick v1.1.2 |
828 | 2024-03-26T18:23:23.541Z | Downloaded async-stream v0.3.5 |
829 | 2024-03-26T18:23:23.541Z | Downloaded lazy_static v1.4.0 |
830 | 2024-03-26T18:23:23.596Z | Downloaded bit-vec v0.6.3 |
831 | 2024-03-26T18:23:23.596Z | Downloaded blake2 v0.10.6 |
832 | 2024-03-26T18:23:23.596Z | Downloaded blowfish v0.9.1 |
833 | 2024-03-26T18:23:23.596Z | Downloaded block-buffer v0.10.4 |
834 | 2024-03-26T18:23:23.597Z | Downloaded libefi-sys v0.1.0 |
835 | 2024-03-26T18:23:23.597Z | Downloaded bytes v1.5.0 |
836 | 2024-03-26T18:23:23.597Z | Downloaded mime v0.3.17 |
837 | 2024-03-26T18:23:23.597Z | Downloaded num v0.4.1 |
838 | 2024-03-26T18:23:23.597Z | Downloaded num-derive v0.4.0 |
839 | 2024-03-26T18:23:23.597Z | Downloaded num-conv v0.1.0 |
840 | 2024-03-26T18:23:23.639Z | Downloaded num-rational v0.4.1 |
841 | 2024-03-26T18:23:23.639Z | Downloaded opaque-debug v0.3.0 |
842 | 2024-03-26T18:23:23.639Z | Downloaded derive-where v1.2.7 |
843 | 2024-03-26T18:23:23.639Z | Downloaded openssl-sys v0.9.96 |
844 | 2024-03-26T18:23:23.639Z | Downloaded password-hash v0.4.2 |
845 | 2024-03-26T18:23:23.639Z | Downloaded spki v0.7.2 |
846 | 2024-03-26T18:23:23.639Z | Downloaded subtle v2.5.0 |
847 | 2024-03-26T18:23:23.639Z | Downloaded syn v1.0.109 |
848 | 2024-03-26T18:23:23.681Z | Downloaded trust-dns-client v0.22.0 |
849 | 2024-03-26T18:23:23.681Z | Downloaded foreign-types v0.5.0 |
850 | 2024-03-26T18:23:23.681Z | Downloaded embedded-io v0.4.0 |
851 | 2024-03-26T18:23:23.681Z | Downloaded group v0.13.0 |
852 | 2024-03-26T18:23:23.681Z | Downloaded foreign-types v0.3.2 |
853 | 2024-03-26T18:23:23.682Z | Downloaded winnow v0.6.1 |
854 | 2024-03-26T18:23:23.725Z | Downloaded headers-core v0.2.0 |
855 | 2024-03-26T18:23:23.725Z | Downloaded heapless v0.7.16 |
856 | 2024-03-26T18:23:23.725Z | Downloaded schemars_derive v0.8.16 |
857 | 2024-03-26T18:23:23.725Z | Downloaded ghash v0.5.0 |
858 | 2024-03-26T18:23:23.726Z | Downloaded gimli v0.28.0 |
859 | 2024-03-26T18:23:23.726Z | Downloaded tinyvec v1.6.0 |
860 | 2024-03-26T18:23:23.777Z | Downloaded dirs-next v2.0.0 |
861 | 2024-03-26T18:23:23.777Z | Downloaded rustls-pemfile v2.1.1 |
862 | 2024-03-26T18:23:23.777Z | Downloaded dyn-clone v1.0.17 |
863 | 2024-03-26T18:23:23.778Z | Downloaded dtrace-parser v0.2.0 |
864 | 2024-03-26T18:23:23.778Z | Downloaded time v0.3.34 |
865 | 2024-03-26T18:23:23.778Z | Downloaded humantime v2.1.0 |
866 | 2024-03-26T18:23:23.778Z | Downloaded serde_derive_internals v0.26.0 |
867 | 2024-03-26T18:23:23.778Z | Downloaded rand_chacha v0.3.1 |
868 | 2024-03-26T18:23:23.778Z | Downloaded rand_chacha v0.2.2 |
869 | 2024-03-26T18:23:23.779Z | Downloaded dof v0.3.0 |
870 | 2024-03-26T18:23:23.779Z | Downloaded rand v0.8.5 |
871 | 2024-03-26T18:23:23.817Z | Downloaded tokio-tungstenite v0.20.1 |
872 | 2024-03-26T18:23:23.817Z | Downloaded toml v0.8.10 |
873 | 2024-03-26T18:23:23.818Z | Downloaded toml v0.7.8 |
874 | 2024-03-26T18:23:23.818Z | Downloaded psl-types v2.0.11 |
875 | 2024-03-26T18:23:23.818Z | Downloaded proc-macro2 v1.0.78 |
876 | 2024-03-26T18:23:23.818Z | Downloaded toml_edit v0.19.15 |
877 | 2024-03-26T18:23:23.858Z | Downloaded kstat-rs v0.2.3 |
878 | 2024-03-26T18:23:23.858Z | Downloaded regex-automata v0.1.10 |
879 | 2024-03-26T18:23:23.858Z | Downloaded rcgen v0.12.1 |
880 | 2024-03-26T18:23:23.858Z | Downloaded regex v1.10.3 |
881 | 2024-03-26T18:23:23.897Z | Downloaded socket2 v0.4.9 |
882 | 2024-03-26T18:23:23.897Z | Downloaded smf v0.2.2 |
883 | 2024-03-26T18:23:23.897Z | Downloaded futures-io v0.3.30 |
884 | 2024-03-26T18:23:23.897Z | Downloaded static_assertions v1.1.0 |
885 | 2024-03-26T18:23:23.897Z | Downloaded uuid v1.7.0 |
886 | 2024-03-26T18:23:23.940Z | Downloaded version_check v0.9.4 |
887 | 2024-03-26T18:23:23.940Z | Downloaded slog-term v2.9.0 |
888 | 2024-03-26T18:23:23.940Z | Downloaded socket2 v0.5.5 |
889 | 2024-03-26T18:23:23.940Z | Downloaded smallvec v1.13.1 |
890 | 2024-03-26T18:23:23.940Z | Downloaded slog-stdlog v4.1.1 |
891 | 2024-03-26T18:23:23.941Z | Downloaded slog-scope v4.4.0 |
892 | 2024-03-26T18:23:23.941Z | Downloaded ed25519 v2.2.2 |
893 | 2024-03-26T18:23:23.941Z | Downloaded ecdsa v0.16.9 |
894 | 2024-03-26T18:23:23.941Z | Downloaded ident_case v1.0.1 |
895 | 2024-03-26T18:23:23.941Z | Downloaded iana-time-zone v0.1.57 |
896 | 2024-03-26T18:23:23.941Z | Downloaded hyper-tls v0.5.0 |
897 | 2024-03-26T18:23:23.941Z | Downloaded ed25519-dalek v2.0.0 |
898 | 2024-03-26T18:23:23.941Z | Downloaded serde_derive v1.0.197 |
899 | 2024-03-26T18:23:23.972Z | Downloaded either v1.10.0 |
900 | 2024-03-26T18:23:23.972Z | Downloaded slog-dtrace v0.3.0 |
901 | 2024-03-26T18:23:23.972Z | Downloaded slog-bunyan v2.5.0 |
902 | 2024-03-26T18:23:23.972Z | Downloaded slog-envlogger v2.2.0 |
903 | 2024-03-26T18:23:23.973Z | Downloaded slog-async v2.8.0 |
904 | 2024-03-26T18:23:23.973Z | Downloaded slog v2.7.0 |
905 | 2024-03-26T18:23:23.973Z | Downloaded sled v0.34.7 |
906 | 2024-03-26T18:23:23.973Z | Downloaded whoami v1.5.0 |
907 | 2024-03-26T18:23:23.973Z | Downloaded itoa v1.0.9 |
908 | 2024-03-26T18:23:23.974Z | Downloaded itertools v0.10.5 |
909 | 2024-03-26T18:23:24.009Z | Downloaded untrusted v0.9.0 |
910 | 2024-03-26T18:23:24.010Z | Downloaded strum v0.26.1 |
911 | 2024-03-26T18:23:24.010Z | Downloaded tokio-native-tls v0.3.1 |
912 | 2024-03-26T18:23:24.010Z | Downloaded tokio-macros v2.2.0 |
913 | 2024-03-26T18:23:24.010Z | Downloaded idna v0.5.0 |
914 | 2024-03-26T18:23:24.010Z | Downloaded semver-parser v0.10.2 |
915 | 2024-03-26T18:23:24.011Z | Downloaded walkdir v2.4.0 |
916 | 2024-03-26T18:23:24.011Z | Downloaded winnow v0.5.15 |
917 | 2024-03-26T18:23:24.044Z | Downloaded errno v0.3.8 |
918 | 2024-03-26T18:23:24.044Z | Downloaded zeroize_derive v1.4.2 |
919 | 2024-03-26T18:23:24.044Z | Downloaded zeroize v1.7.0 |
920 | 2024-03-26T18:23:24.044Z | Downloaded zerocopy-derive v0.7.32 |
921 | 2024-03-26T18:23:24.044Z | Downloaded waitgroup v0.1.2 |
922 | 2024-03-26T18:23:24.044Z | Downloaded vsss-rs v3.3.4 |
923 | 2024-03-26T18:23:24.044Z | Downloaded winapi v0.3.9 |
924 | 2024-03-26T18:23:24.092Z | Downloaded regex-automata v0.4.5 |
925 | 2024-03-26T18:23:24.119Z | Downloaded lalrpop-util v0.19.12 |
926 | 2024-03-26T18:23:24.147Z | Downloaded keccak v0.1.4 |
927 | 2024-03-26T18:23:24.147Z | Downloaded idna v0.3.0 |
928 | 2024-03-26T18:23:24.147Z | Downloaded idna v0.2.3 |
929 | 2024-03-26T18:23:24.175Z | Downloaded regress v0.9.0 |
930 | 2024-03-26T18:23:24.175Z | Downloaded structopt-derive v0.4.18 |
931 | 2024-03-26T18:23:24.175Z | Downloaded strsim v0.11.0 |
932 | 2024-03-26T18:23:24.175Z | Downloaded strsim v0.10.0 |
933 | 2024-03-26T18:23:24.214Z | Downloaded ring v0.17.8 |
934 | 2024-03-26T18:23:24.684Z | Downloaded ring v0.16.20 |
935 | 2024-03-26T18:23:24.684Z | Downloaded strsim v0.8.0 |
936 | 2024-03-26T18:23:24.684Z | Downloaded stringprep v0.1.3 |
937 | 2024-03-26T18:23:24.684Z | Downloaded steno v0.4.0 |
938 | 2024-03-26T18:23:24.685Z | Downloaded usdt v0.5.0 |
939 | 2024-03-26T18:23:24.685Z | Downloaded usdt v0.3.5 |
940 | 2024-03-26T18:23:24.685Z | Downloaded url v2.5.0 |
941 | 2024-03-26T18:23:24.685Z | Downloaded universal-hash v0.5.1 |
942 | 2024-03-26T18:23:24.685Z | Downloaded untrusted v0.7.1 |
943 | 2024-03-26T18:23:24.686Z | Downloaded unsafe-libyaml v0.2.10 |
944 | 2024-03-26T18:23:24.686Z | Downloaded unicode-xid v0.2.4 |
945 | 2024-03-26T18:23:24.686Z | Downloaded unicode-width v0.1.11 |
946 | 2024-03-26T18:23:24.686Z | Downloaded unicode-segmentation v1.10.1 |
947 | 2024-03-26T18:23:24.686Z | Downloaded structmeta-derive v0.3.0 |
948 | 2024-03-26T18:23:24.686Z | Downloaded slab v0.4.9 |
949 | 2024-03-26T18:23:24.687Z | Downloaded siphasher v0.3.11 |
950 | 2024-03-26T18:23:24.687Z | Downloaded similar v2.4.0 |
951 | 2024-03-26T18:23:24.687Z | Downloaded signature v2.1.0 |
952 | 2024-03-26T18:23:24.687Z | Downloaded signal-hook-registry v1.4.1 |
953 | 2024-03-26T18:23:24.687Z | Downloaded signal-hook-mio v0.2.3 |
954 | 2024-03-26T18:23:24.687Z | Downloaded signal-hook v0.3.17 |
955 | 2024-03-26T18:23:24.687Z | Downloaded webpki-roots v0.25.2 |
956 | 2024-03-26T18:23:24.687Z | Downloaded ipnetwork v0.20.0 |
957 | 2024-03-26T18:23:24.687Z | Downloaded ipnet v2.9.0 |
958 | 2024-03-26T18:23:24.687Z | Downloaded indexmap v2.2.5 |
959 | 2024-03-26T18:23:24.688Z | Downloaded indexmap v1.9.3 |
960 | 2024-03-26T18:23:24.688Z | Downloaded semver v0.1.20 |
961 | 2024-03-26T18:23:24.688Z | Downloaded rustc_version v0.1.7 |
962 | 2024-03-26T18:23:24.688Z | Downloaded diesel v2.1.4 |
963 | 2024-03-26T18:23:24.688Z | Downloaded hyper-staticfile v0.9.5 |
964 | 2024-03-26T18:23:24.688Z | Downloaded hyper-rustls v0.24.2 |
965 | 2024-03-26T18:23:24.688Z | Downloaded dhcproto-macros v0.1.0 |
966 | 2024-03-26T18:23:24.688Z | Downloaded dhcproto v0.11.0 |
967 | 2024-03-26T18:23:24.688Z | Downloaded zip v0.6.6 |
968 | 2024-03-26T18:23:24.688Z | Downloaded usdt-impl v0.5.0 |
969 | 2024-03-26T18:23:24.688Z | Downloaded usdt-impl v0.3.5 |
970 | 2024-03-26T18:23:24.688Z | Downloaded usdt-attr-macro v0.5.0 |
971 | 2024-03-26T18:23:24.688Z | Downloaded usdt-attr-macro v0.3.5 |
972 | 2024-03-26T18:23:24.688Z | Downloaded unicode-normalization v0.1.22 |
973 | 2024-03-26T18:23:24.688Z | Downloaded unicode-ident v1.0.12 |
974 | 2024-03-26T18:23:24.689Z | Downloaded tokio-postgres v0.7.10 |
975 | 2024-03-26T18:23:24.689Z | Downloaded spin v0.9.8 |
976 | 2024-03-26T18:23:24.689Z | Downloaded spin v0.5.2 |
977 | 2024-03-26T18:23:24.689Z | Downloaded slog-json v2.6.1 |
978 | 2024-03-26T18:23:24.689Z | Downloaded serde v1.0.197 |
979 | 2024-03-26T18:23:24.689Z | Downloaded foreign-types-shared v0.1.1 |
980 | 2024-03-26T18:23:24.689Z | Downloaded zerocopy v0.7.32 |
981 | 2024-03-26T18:23:24.689Z | Downloaded vec_map v0.8.2 |
982 | 2024-03-26T18:23:24.689Z | Downloaded vcpkg v0.2.15 |
983 | 2024-03-26T18:23:24.689Z | Downloaded uuid v0.8.2 |
984 | 2024-03-26T18:23:24.690Z | Downloaded utf8parse v0.2.1 |
985 | 2024-03-26T18:23:24.690Z | Downloaded utf-8 v0.7.6 |
986 | 2024-03-26T18:23:24.690Z | Downloaded usdt-macro v0.5.0 |
987 | 2024-03-26T18:23:24.690Z | Downloaded usdt-macro v0.3.5 |
988 | 2024-03-26T18:23:24.690Z | Downloaded smoltcp v0.9.1 |
989 | 2024-03-26T18:23:24.690Z | Downloaded semver v1.0.22 |
990 | 2024-03-26T18:23:24.690Z | Downloaded semver v0.11.0 |
991 | 2024-03-26T18:23:24.690Z | Downloaded secrecy v0.8.0 |
992 | 2024-03-26T18:23:24.690Z | Downloaded sec1 v0.7.3 |
993 | 2024-03-26T18:23:24.691Z | Downloaded rustc_version v0.4.0 |
994 | 2024-03-26T18:23:24.691Z | Downloaded rustc-demangle v0.1.23 |
995 | 2024-03-26T18:23:24.691Z | Downloaded russh-keys v0.42.0 |
996 | 2024-03-26T18:23:24.691Z | Downloaded russh-cryptovec v0.7.0 |
997 | 2024-03-26T18:23:24.691Z | Downloaded russh v0.42.0 |
998 | 2024-03-26T18:23:24.691Z | Downloaded stable_deref_trait v1.2.0 |
999 | 2024-03-26T18:23:24.691Z | Downloaded smoltcp v0.11.0 |
1000 | 2024-03-26T18:23:24.727Z | Downloaded futures-executor v0.3.30 |
1001 | 2024-03-26T18:23:24.727Z | Downloaded futures-core v0.3.30 |
1002 | 2024-03-26T18:23:24.727Z | Downloaded futures-channel v0.3.30 |
1003 | 2024-03-26T18:23:24.727Z | Downloaded futures v0.3.30 |
1004 | 2024-03-26T18:23:24.727Z | Downloaded form_urlencoded v1.2.1 |
1005 | 2024-03-26T18:23:24.727Z | Downloaded foreign-types-shared v0.3.1 |
1006 | 2024-03-26T18:23:24.727Z | Downloaded structmeta v0.3.0 |
1007 | 2024-03-26T18:23:24.727Z | Downloaded sha3 v0.10.8 |
1008 | 2024-03-26T18:23:24.727Z | Downloaded rfc6979 v0.4.0 |
1009 | 2024-03-26T18:23:24.727Z | Downloaded resolv-conf v0.7.0 |
1010 | 2024-03-26T18:23:24.727Z | Downloaded reqwest v0.11.24 |
1011 | 2024-03-26T18:23:24.727Z | Downloaded regex-syntax v0.8.2 |
1012 | 2024-03-26T18:23:24.727Z | Downloaded r2d2 v0.8.10 |
1013 | 2024-03-26T18:23:24.727Z | Downloaded equivalent v1.0.1 |
1014 | 2024-03-26T18:23:24.727Z | Downloaded enum-as-inner v0.5.1 |
1015 | 2024-03-26T18:23:24.727Z | Downloaded elliptic-curve v0.13.8 |
1016 | 2024-03-26T18:23:24.727Z | Downloaded want v0.3.1 |
1017 | 2024-03-26T18:23:24.727Z | Downloaded hyper v0.14.28 |
1018 | 2024-03-26T18:23:24.728Z | Downloaded home v0.5.5 |
1019 | 2024-03-26T18:23:24.728Z | Downloaded hmac v0.12.1 |
1020 | 2024-03-26T18:23:24.766Z | Downloaded hkdf v0.12.4 |
1021 | 2024-03-26T18:23:24.766Z | Downloaded hex-literal v0.4.1 |
1022 | 2024-03-26T18:23:24.766Z | Downloaded fxhash v0.2.1 |
1023 | 2024-03-26T18:23:24.766Z | Downloaded futures-util v0.3.30 |
1024 | 2024-03-26T18:23:24.766Z | Downloaded futures-task v0.3.30 |
1025 | 2024-03-26T18:23:24.766Z | Downloaded futures-sink v0.3.30 |
1026 | 2024-03-26T18:23:24.766Z | Downloaded futures-macro v0.3.30 |
1027 | 2024-03-26T18:23:24.766Z | Downloaded radix_trie v0.2.1 |
1028 | 2024-03-26T18:23:24.767Z | Downloaded quote v1.0.35 |
1029 | 2024-03-26T18:23:24.802Z | Downloaded quick-error v1.2.3 |
1030 | 2024-03-26T18:23:24.802Z | Downloaded publicsuffix v2.2.3 |
1031 | 2024-03-26T18:23:24.802Z | Downloaded unicode-bidi v0.3.15 |
1032 | 2024-03-26T18:23:24.802Z | Downloaded tracing v0.1.40 |
1033 | 2024-03-26T18:23:24.802Z | Downloaded tower-service v0.3.2 |
1034 | 2024-03-26T18:23:24.802Z | Downloaded topological-sort v0.2.2 |
1035 | 2024-03-26T18:23:24.803Z | Downloaded toolchain_find v0.2.0 |
1036 | 2024-03-26T18:23:24.803Z | Downloaded toml_edit v0.22.6 |
1037 | 2024-03-26T18:23:24.836Z | Downloaded zerocopy-derive v0.6.4 |
1038 | 2024-03-26T18:23:24.836Z | Downloaded trust-dns-proto v0.22.0 |
1039 | 2024-03-26T18:23:24.836Z | Downloaded curve25519-dalek v4.1.1 |
1040 | 2024-03-26T18:23:24.871Z | Downloaded toml_datetime v0.6.5 |
1041 | 2024-03-26T18:23:24.871Z | Downloaded sha2 v0.10.8 |
1042 | 2024-03-26T18:23:24.871Z | Downloaded sha1 v0.10.6 |
1043 | 2024-03-26T18:23:24.871Z | Downloaded serde_yaml v0.9.25 |
1044 | 2024-03-26T18:23:24.871Z | Downloaded serde_with_macros v3.6.1 |
1045 | 2024-03-26T18:23:24.871Z | Downloaded serde_with v3.6.1 |
1046 | 2024-03-26T18:23:24.871Z | Downloaded libc v0.2.153 |
1047 | 2024-03-26T18:23:24.908Z | Downloaded proc-macro-error-attr v1.0.4 |
1048 | 2024-03-26T18:23:24.908Z | Downloaded proc-macro-error v1.0.4 |
1049 | 2024-03-26T18:23:24.908Z | Downloaded proc-macro-crate v1.3.1 |
1050 | 2024-03-26T18:23:24.908Z | Downloaded primeorder v0.13.6 |
1051 | 2024-03-26T18:23:24.947Z | Downloaded internet-checksum v0.2.1 |
1052 | 2024-03-26T18:23:24.947Z | Downloaded inout v0.1.3 |
1053 | 2024-03-26T18:23:24.947Z | Downloaded foreign-types-macros v0.2.3 |
1054 | 2024-03-26T18:23:24.947Z | Downloaded float-cmp v0.9.0 |
1055 | 2024-03-26T18:23:24.948Z | Downloaded flate2 v1.0.28 |
1056 | 2024-03-26T18:23:24.948Z | Downloaded flagset v0.4.3 |
1057 | 2024-03-26T18:23:24.948Z | Downloaded fixedbitset v0.4.2 |
1058 | 2024-03-26T18:23:24.948Z | Downloaded filetime v0.2.23 |
1059 | 2024-03-26T18:23:24.948Z | Downloaded ff v0.13.0 |
1060 | 2024-03-26T18:23:24.948Z | Downloaded fastrand v2.0.1 |
1061 | 2024-03-26T18:23:24.949Z | Downloaded fallible-iterator v0.2.0 |
1062 | 2024-03-26T18:23:24.949Z | Downloaded toml v0.5.11 |
1063 | 2024-03-26T18:23:24.949Z | Downloaded tokio-util v0.7.10 |
1064 | 2024-03-26T18:23:24.949Z | Downloaded serde_urlencoded v0.7.1 |
1065 | 2024-03-26T18:23:24.949Z | Downloaded rayon-core v1.12.1 |
1066 | 2024-03-26T18:23:25.399Z | Downloaded rayon v1.9.0 |
1067 | 2024-03-26T18:23:25.400Z | Downloaded tokio-stream v0.1.14 |
1068 | 2024-03-26T18:23:25.400Z | Downloaded tokio-rustls v0.25.0 |
1069 | 2024-03-26T18:23:25.400Z | Downloaded tokio-rustls v0.24.1 |
1070 | 2024-03-26T18:23:25.400Z | Downloaded serde_tokenstream v0.2.0 |
1071 | 2024-03-26T18:23:25.400Z | Downloaded serde_tokenstream v0.1.7 |
1072 | 2024-03-26T18:23:25.400Z | Downloaded serde_spanned v0.6.5 |
1073 | 2024-03-26T18:23:25.400Z | Downloaded serde_repr v0.1.16 |
1074 | 2024-03-26T18:23:25.400Z | Downloaded serde_path_to_error v0.1.16 |
1075 | 2024-03-26T18:23:25.400Z | Downloaded serde_json v1.0.114 |
1076 | 2024-03-26T18:23:25.475Z | Downloaded rand_core v0.6.4 |
1077 | 2024-03-26T18:23:25.476Z | Downloaded rand_core v0.5.1 |
1078 | 2024-03-26T18:23:25.476Z | Downloaded rand v0.7.3 |
1079 | 2024-03-26T18:23:25.476Z | Downloaded tokio v1.36.0 |
1080 | 2024-03-26T18:23:25.476Z | Downloaded http-body v0.4.5 |
1081 | 2024-03-26T18:23:25.476Z | Downloaded thiserror-impl-no-std v2.0.2 |
1082 | 2024-03-26T18:23:25.476Z | Downloaded hubpack_derive v0.1.1 |
1083 | 2024-03-26T18:23:25.476Z | Downloaded hubpack v0.1.2 |
1084 | 2024-03-26T18:23:25.476Z | Downloaded httpdate v1.0.3 |
1085 | 2024-03-26T18:23:25.476Z | Downloaded httparse v1.8.0 |
1086 | 2024-03-26T18:23:25.476Z | Downloaded http-range v0.1.5 |
1087 | 2024-03-26T18:23:25.477Z | Downloaded http v1.0.0 |
1088 | 2024-03-26T18:23:25.477Z | Downloaded http v0.2.12 |
1089 | 2024-03-26T18:23:25.477Z | Downloaded hostname v0.3.1 |
1090 | 2024-03-26T18:23:25.477Z | Downloaded digest v0.10.7 |
1091 | 2024-03-26T18:23:25.477Z | Downloaded difflib v0.4.0 |
1092 | 2024-03-26T18:23:25.477Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1093 | 2024-03-26T18:23:25.477Z | Downloaded diesel_derives v2.1.2 |
1094 | 2024-03-26T18:23:25.477Z | Downloaded time-core v0.1.2 |
1095 | 2024-03-26T18:23:25.477Z | Downloaded schemars v0.8.16 |
1096 | 2024-03-26T18:23:25.477Z | Downloaded rustfmt-wrapper v0.2.0 |
1097 | 2024-03-26T18:23:25.478Z | Downloaded thread-id v4.2.0 |
1098 | 2024-03-26T18:23:25.478Z | Downloaded thread_local v1.1.7 |
1099 | 2024-03-26T18:23:25.478Z | Downloaded rustls-pki-types v1.3.0 |
1100 | 2024-03-26T18:23:25.478Z | Downloaded dtrace-parser v0.1.14 |
1101 | 2024-03-26T18:23:25.478Z | Downloaded dof v0.1.5 |
1102 | 2024-03-26T18:23:25.478Z | Downloaded zerocopy-derive v0.2.0 |
1103 | 2024-03-26T18:23:25.478Z | Downloaded thiserror-no-std v2.0.2 |
1104 | 2024-03-26T18:23:25.479Z | Downloaded thiserror-impl v1.0.57 |
1105 | 2024-03-26T18:23:25.479Z | Downloaded thiserror v1.0.57 |
1106 | 2024-03-26T18:23:25.479Z | Downloaded textwrap v0.11.0 |
1107 | 2024-03-26T18:23:25.479Z | Downloaded terminal_size v0.3.0 |
1108 | 2024-03-26T18:23:25.479Z | Downloaded term v0.7.0 |
1109 | 2024-03-26T18:23:25.479Z | Downloaded tempfile v3.10.0 |
1110 | 2024-03-26T18:23:25.479Z | Downloaded strum_macros v0.25.2 |
1111 | 2024-03-26T18:23:25.479Z | Downloaded encoding_rs v0.8.33 |
1112 | 2024-03-26T18:23:25.479Z | Downloaded rustls-pemfile v1.0.3 |
1113 | 2024-03-26T18:23:25.479Z | Downloaded rustls v0.22.2 |
1114 | 2024-03-26T18:23:25.480Z | Downloaded dirs v5.0.1 |
1115 | 2024-03-26T18:23:25.480Z | Downloaded tinyvec_macros v0.1.1 |
1116 | 2024-03-26T18:23:25.480Z | Downloaded rustix v0.38.31 |
1117 | 2024-03-26T18:23:25.480Z | Downloaded time-macros v0.2.17 |
1118 | 2024-03-26T18:23:25.480Z | Downloaded sct v0.7.0 |
1119 | 2024-03-26T18:23:25.480Z | Downloaded scroll_derive v0.12.0 |
1120 | 2024-03-26T18:23:25.480Z | Downloaded scroll v0.12.0 |
1121 | 2024-03-26T18:23:25.481Z | Downloaded scopeguard v1.2.0 |
1122 | 2024-03-26T18:23:25.481Z | Downloaded rustls-webpki v0.102.1 |
1123 | 2024-03-26T18:23:25.481Z | Downloaded rustls v0.21.9 |
1124 | 2024-03-26T18:23:25.481Z | Downloaded hashbrown v0.12.3 |
1125 | 2024-03-26T18:23:25.481Z | Downloaded goblin v0.8.0 |
1126 | 2024-03-26T18:23:25.481Z | Downloaded typenum v1.16.0 |
1127 | 2024-03-26T18:23:25.481Z | Downloaded getrandom v0.2.12 |
1128 | 2024-03-26T18:23:25.481Z | Downloaded getrandom v0.1.16 |
1129 | 2024-03-26T18:23:25.481Z | Downloaded getopts v0.2.21 |
1130 | 2024-03-26T18:23:25.481Z | Downloaded gethostname v0.4.3 |
1131 | 2024-03-26T18:23:25.481Z | Downloaded generic-array v0.14.7 |
1132 | 2024-03-26T18:23:25.481Z | Downloaded scheduled-thread-pool v0.2.7 |
1133 | 2024-03-26T18:23:25.481Z | Downloaded same-file v1.0.6 |
1134 | 2024-03-26T18:23:25.481Z | Downloaded ryu v1.0.15 |
1135 | 2024-03-26T18:23:25.482Z | Downloaded rustversion v1.0.14 |
1136 | 2024-03-26T18:23:25.482Z | Downloaded rustls-webpki v0.101.7 |
1137 | 2024-03-26T18:23:25.482Z | Downloaded hex v0.4.3 |
1138 | 2024-03-26T18:23:25.482Z | Downloaded heck v0.4.1 |
1139 | 2024-03-26T18:23:25.482Z | Downloaded heck v0.3.3 |
1140 | 2024-03-26T18:23:25.482Z | Downloaded heapless v0.8.0 |
1141 | 2024-03-26T18:23:25.482Z | Downloaded endian-type v0.1.2 |
1142 | 2024-03-26T18:23:25.482Z | Downloaded headers v0.3.9 |
1143 | 2024-03-26T18:23:25.482Z | Downloaded hashbrown v0.14.3 |
1144 | 2024-03-26T18:23:25.483Z | Downloaded hash32 v0.3.1 |
1145 | 2024-03-26T18:23:25.483Z | Downloaded hash32 v0.2.1 |
1146 | 2024-03-26T18:23:25.483Z | Downloaded half v2.3.1 |
1147 | 2024-03-26T18:23:25.483Z | Downloaded h2 v0.3.24 |
1148 | 2024-03-26T18:23:25.536Z | Downloaded zerocopy v0.6.4 |
1149 | 2024-03-26T18:23:25.536Z | Downloaded fnv v1.0.7 |
1150 | 2024-03-26T18:23:25.536Z | Downloaded xattr v1.0.1 |
1151 | 2024-03-26T18:23:25.536Z | Downloaded glob v0.3.1 |
1152 | 2024-03-26T18:23:25.536Z | Downloaded flume v0.11.0 |
1153 | 2024-03-26T18:23:25.536Z | Downloaded openapiv3 v2.0.0 |
1154 | 2024-03-26T18:23:25.536Z | Downloaded display-error-chain v0.2.0 |
1155 | 2024-03-26T18:23:25.536Z | Downloaded dirs-sys-next v0.1.2 |
1156 | 2024-03-26T18:23:25.536Z | Downloaded dirs-sys v0.4.1 |
1157 | 2024-03-26T18:23:25.536Z | Downloaded zerocopy v0.3.0 |
1158 | 2024-03-26T18:23:25.537Z | Downloaded yasna v0.5.2 |
1159 | 2024-03-26T18:23:25.537Z | Downloaded unicase v2.7.0 |
1160 | 2024-03-26T18:23:25.537Z | Downloaded ucd-trie v0.1.6 |
1161 | 2024-03-26T18:23:25.537Z | Downloaded tungstenite v0.20.1 |
1162 | 2024-03-26T18:23:25.537Z | Downloaded try-lock v0.2.4 |
1163 | 2024-03-26T18:23:25.537Z | Downloaded trust-dns-server v0.22.1 |
1164 | 2024-03-26T18:23:25.537Z | Downloaded trust-dns-resolver v0.22.0 |
1165 | 2024-03-26T18:23:25.537Z | Downloaded postcard v1.0.8 |
1166 | 2024-03-26T18:23:25.538Z | Downloaded plain v0.2.3 |
1167 | 2024-03-26T18:23:25.538Z | Downloaded pkg-config v0.3.27 |
1168 | 2024-03-26T18:23:25.538Z | Downloaded petgraph v0.6.4 |
1169 | 2024-03-26T18:23:25.538Z | Downloaded pest_generator v2.7.6 |
1170 | 2024-03-26T18:23:25.538Z | Downloaded pem-rfc7468 v0.7.0 |
1171 | 2024-03-26T18:23:25.538Z | Downloaded parking_lot_core v0.9.8 |
1172 | 2024-03-26T18:23:25.539Z | Downloaded parking_lot v0.12.1 |
1173 | 2024-03-26T18:23:25.539Z | Downloaded p256 v0.13.2 |
1174 | 2024-03-26T18:23:25.539Z | Downloaded openssl v0.10.60 |
1175 | 2024-03-26T18:23:25.539Z | Downloaded object v0.32.1 |
1176 | 2024-03-26T18:23:25.539Z | Downloaded tracing-core v0.1.32 |
1177 | 2024-03-26T18:23:25.539Z | Downloaded tracing-attributes v0.1.27 |
1178 | 2024-03-26T18:23:25.540Z | Downloaded tar v0.4.40 |
1179 | 2024-03-26T18:23:25.540Z | Downloaded take_mut v0.2.2 |
1180 | 2024-03-26T18:23:25.540Z | Downloaded tabwriter v1.4.0 |
1181 | 2024-03-26T18:23:25.540Z | Downloaded synstructure v0.12.6 |
1182 | 2024-03-26T18:23:25.541Z | Downloaded sync_wrapper v0.1.2 |
1183 | 2024-03-26T18:23:25.541Z | Downloaded syn v2.0.52 |
1184 | 2024-03-26T18:23:25.541Z | Downloaded pretty-hex v0.4.1 |
1185 | 2024-03-26T18:23:25.541Z | Downloaded pretty-hex v0.2.1 |
1186 | 2024-03-26T18:23:25.541Z | Downloaded predicates-core v1.0.6 |
1187 | 2024-03-26T18:23:25.541Z | Downloaded predicates v3.1.0 |
1188 | 2024-03-26T18:23:25.541Z | Downloaded precomputed-hash v0.1.1 |
1189 | 2024-03-26T18:23:25.579Z | Downloaded ppv-lite86 v0.2.17 |
1190 | 2024-03-26T18:23:25.579Z | Downloaded powerfmt v0.2.0 |
1191 | 2024-03-26T18:23:25.579Z | Downloaded postgres-types v0.2.6 |
1192 | 2024-03-26T18:23:25.580Z | Downloaded postgres-protocol v0.6.6 |
1193 | 2024-03-26T18:23:25.580Z | Downloaded polyval v0.6.1 |
1194 | 2024-03-26T18:23:25.580Z | Downloaded poly1305 v0.8.0 |
1195 | 2024-03-26T18:23:25.580Z | Downloaded platforms v3.0.2 |
1196 | 2024-03-26T18:23:25.580Z | Downloaded pkcs8 v0.10.2 |
1197 | 2024-03-26T18:23:25.581Z | Downloaded pin-utils v0.1.0 |
1198 | 2024-03-26T18:23:25.581Z | Downloaded pin-project-lite v0.2.13 |
1199 | 2024-03-26T18:23:25.581Z | Downloaded phf_shared v0.11.2 |
1200 | 2024-03-26T18:23:25.581Z | Downloaded phf_shared v0.10.0 |
1201 | 2024-03-26T18:23:25.581Z | Downloaded phf v0.11.2 |
1202 | 2024-03-26T18:23:25.582Z | Downloaded pest_meta v2.7.6 |
1203 | 2024-03-26T18:23:25.582Z | Downloaded pest_derive v2.7.6 |
1204 | 2024-03-26T18:23:25.582Z | Downloaded pest v2.7.6 |
1205 | 2024-03-26T18:23:25.582Z | Downloaded num-iter v0.1.44 |
1206 | 2024-03-26T18:23:25.582Z | Downloaded newtype_derive v0.1.6 |
1207 | 2024-03-26T18:23:25.582Z | Downloaded memmap v0.7.0 |
1208 | 2024-03-26T18:23:25.583Z | Downloaded swrite v0.1.0 |
1209 | 2024-03-26T18:23:25.583Z | Downloaded subprocess v0.2.9 |
1210 | 2024-03-26T18:23:25.583Z | Downloaded strum_macros v0.26.1 |
1211 | 2024-03-26T18:23:25.583Z | Downloaded structopt v0.3.26 |
1212 | 2024-03-26T18:23:25.622Z | Downloaded string_cache v0.8.7 |
1213 | 2024-03-26T18:23:25.622Z | Downloaded instant v0.1.12 |
1214 | 2024-03-26T18:23:25.623Z | Downloaded deranged v0.3.11 |
1215 | 2024-03-26T18:23:25.623Z | Downloaded debug-ignore v1.0.5 |
1216 | 2024-03-26T18:23:25.623Z | Downloaded darling v0.20.3 |
1217 | 2024-03-26T18:23:25.623Z | Downloaded percent-encoding v2.3.1 |
1218 | 2024-03-26T18:23:25.624Z | Downloaded pem v3.0.2 |
1219 | 2024-03-26T18:23:25.624Z | Downloaded pbkdf2 v0.12.2 |
1220 | 2024-03-26T18:23:25.624Z | Downloaded pbkdf2 v0.11.0 |
1221 | 2024-03-26T18:23:25.624Z | Downloaded paste v1.0.14 |
1222 | 2024-03-26T18:23:25.624Z | Downloaded password-hash v0.5.0 |
1223 | 2024-03-26T18:23:25.625Z | Downloaded parse-display-derive v0.9.0 |
1224 | 2024-03-26T18:23:25.625Z | Downloaded parse-display v0.9.0 |
1225 | 2024-03-26T18:23:25.626Z | Downloaded darling_core v0.20.3 |
1226 | 2024-03-26T18:23:25.626Z | Downloaded ctr v0.9.2 |
1227 | 2024-03-26T18:23:25.626Z | Downloaded crossbeam-utils v0.8.19 |
1228 | 2024-03-26T18:23:25.663Z | Downloaded crc32fast v1.3.2 |
1229 | 2024-03-26T18:23:25.663Z | Downloaded cpufeatures v0.2.12 |
1230 | 2024-03-26T18:23:25.663Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1231 | 2024-03-26T18:23:25.663Z | Downloaded bstr v1.9.0 |
1232 | 2024-03-26T18:23:25.663Z | Downloaded parking_lot_core v0.8.6 |
1233 | 2024-03-26T18:23:25.664Z | Downloaded parking_lot v0.11.2 |
1234 | 2024-03-26T18:23:25.664Z | Downloaded p521 v0.13.3 |
1235 | 2024-03-26T18:23:25.664Z | Downloaded owo-colors v4.0.0 |
1236 | 2024-03-26T18:23:25.664Z | Downloaded option-ext v0.2.0 |
1237 | 2024-03-26T18:23:25.664Z | Downloaded cookie v0.17.0 |
1238 | 2024-03-26T18:23:25.696Z | Downloaded console v0.15.8 |
1239 | 2024-03-26T18:23:25.696Z | Downloaded colored v2.1.0 |
1240 | 2024-03-26T18:23:25.697Z | Downloaded clap_derive v4.5.0 |
1241 | 2024-03-26T18:23:25.697Z | Downloaded cipher v0.4.4 |
1242 | 2024-03-26T18:23:25.697Z | Downloaded cc v1.0.83 |
1243 | 2024-03-26T18:23:25.697Z | Downloaded camino-tempfile v1.1.1 |
1244 | 2024-03-26T18:23:25.697Z | Downloaded openssl-probe v0.1.5 |
1245 | 2024-03-26T18:23:25.697Z | Downloaded openssl-macros v0.1.1 |
1246 | 2024-03-26T18:23:25.697Z | Downloaded omicron-zone-package v0.11.0 |
1247 | 2024-03-26T18:23:25.697Z | Downloaded itertools v0.12.1 |
1248 | 2024-03-26T18:23:25.697Z | Downloaded block-padding v0.3.3 |
1249 | 2024-03-26T18:23:25.726Z | Downloaded base64 v0.21.7 |
1250 | 2024-03-26T18:23:25.726Z | Downloaded autocfg v1.1.0 |
1251 | 2024-03-26T18:23:25.726Z | Downloaded der_derive v0.7.2 |
1252 | 2024-03-26T18:23:25.726Z | Downloaded der v0.7.8 |
1253 | 2024-03-26T18:23:25.726Z | Downloaded defmt-parser v0.3.3 |
1254 | 2024-03-26T18:23:25.726Z | Downloaded defmt-macros v0.3.6 |
1255 | 2024-03-26T18:23:25.726Z | Downloaded defmt v0.3.5 |
1256 | 2024-03-26T18:23:25.726Z | Downloaded data-encoding v2.4.0 |
1257 | 2024-03-26T18:23:25.726Z | Downloaded darling_macro v0.20.3 |
1258 | 2024-03-26T18:23:25.726Z | Downloaded curve25519-dalek-derive v0.1.0 |
1259 | 2024-03-26T18:23:25.727Z | Downloaded crypto-bigint v0.5.2 |
1260 | 2024-03-26T18:23:25.756Z | Downloaded once_cell v1.19.0 |
1261 | 2024-03-26T18:23:25.756Z | Downloaded num_threads v0.1.6 |
1262 | 2024-03-26T18:23:25.756Z | Downloaded num_enum_derive v0.5.11 |
1263 | 2024-03-26T18:23:25.756Z | Downloaded num_enum v0.5.11 |
1264 | 2024-03-26T18:23:25.757Z | Downloaded num_cpus v1.16.0 |
1265 | 2024-03-26T18:23:25.757Z | Downloaded num-traits v0.2.18 |
1266 | 2024-03-26T18:23:25.757Z | Downloaded cstr-argument v0.1.2 |
1267 | 2024-03-26T18:23:25.757Z | Downloaded crypto-common v0.1.6 |
1268 | 2024-03-26T18:23:25.757Z | Downloaded crucible-workspace-hack v0.1.0 |
1269 | 2024-03-26T18:23:25.757Z | Downloaded crossterm v0.27.0 |
1270 | 2024-03-26T18:23:25.787Z | Downloaded num-integer v0.1.46 |
1271 | 2024-03-26T18:23:25.787Z | Downloaded num-complex v0.4.4 |
1272 | 2024-03-26T18:23:25.787Z | Downloaded num-bigint v0.4.4 |
1273 | 2024-03-26T18:23:25.787Z | Downloaded crossbeam-epoch v0.9.18 |
1274 | 2024-03-26T18:23:25.787Z | Downloaded crossbeam-deque v0.8.3 |
1275 | 2024-03-26T18:23:25.787Z | Downloaded crossbeam-channel v0.5.8 |
1276 | 2024-03-26T18:23:25.787Z | Downloaded cookie_store v0.20.0 |
1277 | 2024-03-26T18:23:25.787Z | Downloaded convert_case v0.4.0 |
1278 | 2024-03-26T18:23:25.787Z | Downloaded constant_time_eq v0.3.0 |
1279 | 2024-03-26T18:23:25.787Z | Downloaded const-oid v0.9.6 |
1280 | 2024-03-26T18:23:25.787Z | Downloaded colorchoice v1.0.0 |
1281 | 2024-03-26T18:23:25.787Z | Downloaded cobs v0.2.3 |
1282 | 2024-03-26T18:23:25.819Z | Downloaded clap_lex v0.7.0 |
1283 | 2024-03-26T18:23:25.819Z | Downloaded clap_builder v4.5.1 |
1284 | 2024-03-26T18:23:25.820Z | Downloaded arrayvec v0.7.4 |
1285 | 2024-03-26T18:23:25.820Z | Downloaded argon2 v0.5.3 |
1286 | 2024-03-26T18:23:25.820Z | Downloaded normalize-line-endings v0.3.0 |
1287 | 2024-03-26T18:23:25.820Z | Downloaded nom v7.1.3 |
1288 | 2024-03-26T18:23:25.820Z | Downloaded nibble_vec v0.1.0 |
1289 | 2024-03-26T18:23:25.820Z | Downloaded newtype-uuid v1.0.1 |
1290 | 2024-03-26T18:23:25.820Z | Downloaded new_debug_unreachable v1.0.4 |
1291 | 2024-03-26T18:23:25.820Z | Downloaded native-tls v0.2.11 |
1292 | 2024-03-26T18:23:25.820Z | Downloaded nanorand v0.7.0 |
1293 | 2024-03-26T18:23:25.860Z | Downloaded multer v3.0.0 |
1294 | 2024-03-26T18:23:25.860Z | Downloaded mio v0.8.11 |
1295 | 2024-03-26T18:23:25.860Z | Downloaded miniz_oxide v0.7.1 |
1296 | 2024-03-26T18:23:25.860Z | Downloaded minimal-lexical v0.2.1 |
1297 | 2024-03-26T18:23:25.860Z | Downloaded mime_guess v2.0.4 |
1298 | 2024-03-26T18:23:25.860Z | Downloaded clap v4.5.1 |
1299 | 2024-03-26T18:23:25.860Z | Downloaded clap v2.34.0 |
1300 | 2024-03-26T18:23:25.900Z | Downloaded ciborium-ll v0.2.2 |
1301 | 2024-03-26T18:23:25.900Z | Downloaded ciborium-io v0.2.2 |
1302 | 2024-03-26T18:23:25.900Z | Downloaded ciborium v0.2.2 |
1303 | 2024-03-26T18:23:25.900Z | Downloaded chrono v0.4.34 |
1304 | 2024-03-26T18:23:25.901Z | Downloaded memmap2 v0.7.1 |
1305 | 2024-03-26T18:23:25.901Z | Downloaded memchr v2.7.1 |
1306 | 2024-03-26T18:23:25.901Z | Downloaded md5 v0.7.0 |
1307 | 2024-03-26T18:23:25.901Z | Downloaded md-5 v0.10.5 |
1308 | 2024-03-26T18:23:25.901Z | Downloaded matches v0.1.10 |
1309 | 2024-03-26T18:23:25.901Z | Downloaded match_cfg v0.1.0 |
1310 | 2024-03-26T18:23:25.901Z | Downloaded managed v0.8.0 |
1311 | 2024-03-26T18:23:25.901Z | Downloaded macaddr v1.0.1 |
1312 | 2024-03-26T18:23:25.901Z | Downloaded lru-cache v0.1.2 |
1313 | 2024-03-26T18:23:25.902Z | Downloaded log v0.4.21 |
1314 | 2024-03-26T18:23:25.932Z | Downloaded lock_api v0.4.10 |
1315 | 2024-03-26T18:23:25.932Z | Downloaded linked-hash-map v0.5.6 |
1316 | 2024-03-26T18:23:25.932Z | Downloaded linear-map v1.2.0 |
1317 | 2024-03-26T18:23:25.932Z | Downloaded libsw v3.3.1 |
1318 | 2024-03-26T18:23:25.932Z | Downloaded libm v0.2.7 |
1319 | 2024-03-26T18:23:25.932Z | Downloaded chacha20poly1305 v0.10.1 |
1320 | 2024-03-26T18:23:25.932Z | Downloaded chacha20 v0.9.1 |
1321 | 2024-03-26T18:23:25.932Z | Downloaded cfg-if v1.0.0 |
1322 | 2024-03-26T18:23:25.932Z | Downloaded cbc v0.1.2 |
1323 | 2024-03-26T18:23:25.932Z | Downloaded cancel-safe-futures v0.1.5 |
1324 | 2024-03-26T18:23:25.932Z | Downloaded camino v1.1.6 |
1325 | 2024-03-26T18:23:25.933Z | Downloaded bzip2 v0.4.4 |
1326 | 2024-03-26T18:23:25.933Z | Downloaded byteorder v1.5.0 |
1327 | 2024-03-26T18:23:25.933Z | Downloaded bstr v0.2.17 |
1328 | 2024-03-26T18:23:25.971Z | Downloaded blake3 v1.5.0 |
1329 | 2024-03-26T18:23:25.972Z | Downloaded bitflags v2.4.2 |
1330 | 2024-03-26T18:23:25.972Z | Downloaded bitflags v1.3.2 |
1331 | 2024-03-26T18:23:25.972Z | Downloaded bit-set v0.5.3 |
1332 | 2024-03-26T18:23:26.028Z | Downloaded bcrypt-pbkdf v0.10.0 |
1333 | 2024-03-26T18:23:26.028Z | Downloaded base64ct v1.6.0 |
1334 | 2024-03-26T18:23:26.028Z | Downloaded base64 v0.22.0 |
1335 | 2024-03-26T18:23:26.028Z | Downloaded derive_more v0.99.17 |
1336 | 2024-03-26T18:23:26.028Z | Downloaded base16ct v0.2.0 |
1337 | 2024-03-26T18:23:26.028Z | Downloaded backtrace v0.3.69 |
1338 | 2024-03-26T18:23:26.029Z | Downloaded backoff v0.4.0 |
1339 | 2024-03-26T18:23:26.029Z | Downloaded atty v0.2.14 |
1340 | 2024-03-26T18:23:26.029Z | Downloaded atomicwrites v0.4.3 |
1341 | 2024-03-26T18:23:26.029Z | Downloaded atomic-waker v1.1.1 |
1342 | 2024-03-26T18:23:26.029Z | Downloaded async-trait v0.1.77 |
1343 | 2024-03-26T18:23:26.029Z | Downloaded async-stream-impl v0.3.5 |
1344 | 2024-03-26T18:23:26.029Z | Downloaded aes v0.8.3 |
1345 | 2024-03-26T18:23:26.029Z | Downloaded arrayref v0.3.7 |
1346 | 2024-03-26T18:23:26.030Z | Downloaded arc-swap v1.6.0 |
1347 | 2024-03-26T18:23:26.030Z | Downloaded anyhow v1.0.79 |
1348 | 2024-03-26T18:23:26.480Z | Downloaded anstyle-query v1.0.0 |
1349 | 2024-03-26T18:23:26.480Z | Downloaded anstyle-parse v0.2.1 |
1350 | 2024-03-26T18:23:26.480Z | Downloaded anstyle v1.0.2 |
1351 | 2024-03-26T18:23:26.480Z | Downloaded anstream v0.6.11 |
1352 | 2024-03-26T18:23:26.481Z | Downloaded ansi_term v0.12.1 |
1353 | 2024-03-26T18:23:26.481Z | Downloaded allocator-api2 v0.2.16 |
1354 | 2024-03-26T18:23:26.481Z | Downloaded aead v0.5.2 |
1355 | 2024-03-26T18:23:26.512Z | Compiling proc-macro2 v1.0.78 |
1356 | 2024-03-26T18:23:26.513Z | Compiling unicode-ident v1.0.12 |
1357 | 2024-03-26T18:23:26.513Z | Compiling libc v0.2.153 |
1358 | 2024-03-26T18:23:26.513Z | Compiling serde v1.0.197 |
1359 | 2024-03-26T18:23:26.513Z | Compiling version_check v0.9.4 |
1360 | 2024-03-26T18:23:26.513Z | Compiling cfg-if v1.0.0 |
1361 | 2024-03-26T18:23:26.513Z | Compiling autocfg v1.1.0 |
1362 | 2024-03-26T18:23:26.589Z | Compiling syn v1.0.109 |
1363 | 2024-03-26T18:23:26.589Z | Compiling once_cell v1.19.0 |
1364 | 2024-03-26T18:23:26.674Z | Compiling typenum v1.16.0 |
1365 | 2024-03-26T18:23:27.036Z | Compiling thiserror v1.0.57 |
1366 | 2024-03-26T18:23:27.272Z | Compiling generic-array v0.14.7 |
1367 | 2024-03-26T18:23:27.339Z | Compiling parking_lot_core v0.9.8 |
1368 | 2024-03-26T18:23:27.392Z | Compiling lock_api v0.4.10 |
1369 | 2024-03-26T18:23:27.561Z | Compiling memchr v2.7.1 |
1370 | 2024-03-26T18:23:27.618Z | Compiling byteorder v1.5.0 |
1371 | 2024-03-26T18:23:27.676Z | Compiling libm v0.2.7 |
1372 | 2024-03-26T18:23:27.729Z | Compiling serde_json v1.0.114 |
1373 | 2024-03-26T18:23:27.795Z | Compiling num-traits v0.2.18 |
1374 | 2024-03-26T18:23:27.975Z | Compiling ahash v0.8.8 |
1375 | 2024-03-26T18:23:28.009Z | Compiling quote v1.0.35 |
1376 | 2024-03-26T18:23:28.254Z | Compiling itoa v1.0.9 |
1377 | 2024-03-26T18:23:28.418Z | Compiling syn v2.0.52 |
1378 | 2024-03-26T18:23:28.449Z | Compiling getrandom v0.2.12 |
1379 | 2024-03-26T18:23:28.759Z | Compiling cc v1.0.83 |
1380 | 2024-03-26T18:23:29.199Z | Compiling rand_core v0.6.4 |
1381 | 2024-03-26T18:23:29.243Z | Compiling log v0.4.21 |
1382 | 2024-03-26T18:23:29.525Z | Compiling scopeguard v1.2.0 |
1383 | 2024-03-26T18:23:29.581Z | Compiling slab v0.4.9 |
1384 | 2024-03-26T18:23:30.011Z | Compiling allocator-api2 v0.2.16 |
1385 | 2024-03-26T18:23:30.071Z | Compiling ryu v1.0.15 |
1386 | 2024-03-26T18:23:30.194Z | Compiling pkg-config v0.3.27 |
1387 | 2024-03-26T18:23:30.280Z | Compiling smallvec v1.13.1 |
1388 | 2024-03-26T18:23:30.415Z | Compiling subtle v2.5.0 |
1389 | 2024-03-26T18:23:30.680Z | Compiling pin-project-lite v0.2.13 |
1390 | 2024-03-26T18:23:30.715Z | Compiling heck v0.4.1 |
1391 | 2024-03-26T18:23:31.236Z | Compiling schemars v0.8.16 |
1392 | 2024-03-26T18:23:31.236Z | Compiling equivalent v1.0.1 |
1393 | 2024-03-26T18:23:31.236Z | Compiling parking_lot v0.12.1 |
1394 | 2024-03-26T18:23:31.236Z | Compiling num-conv v0.1.0 |
1395 | 2024-03-26T18:23:31.236Z | Compiling time-core v0.1.2 |
1396 | 2024-03-26T18:23:31.309Z | Compiling signal-hook-registry v1.4.1 |
1397 | 2024-03-26T18:23:31.381Z | Compiling time-macros v0.2.17 |
1398 | 2024-03-26T18:23:31.453Z | Compiling ring v0.17.8 |
1399 | 2024-03-26T18:23:32.151Z | Compiling vcpkg v0.2.15 |
1400 | 2024-03-26T18:23:32.479Z | Compiling mio v0.8.11 |
1401 | 2024-03-26T18:23:33.576Z | Compiling httparse v1.8.0 |
1402 | 2024-03-26T18:23:33.613Z | Compiling fnv v1.0.7 |
1403 | 2024-03-26T18:23:33.742Z | Compiling const-oid v0.9.6 |
1404 | 2024-03-26T18:23:33.996Z | Compiling socket2 v0.5.5 |
1405 | 2024-03-26T18:23:34.031Z | Compiling num_cpus v1.16.0 |
1406 | 2024-03-26T18:23:34.098Z | Compiling openssl-sys v0.9.96 |
1407 | 2024-03-26T18:23:34.250Z | Compiling ucd-trie v0.1.6 |
1408 | 2024-03-26T18:23:34.525Z | Compiling futures-core v0.3.30 |
1409 | 2024-03-26T18:23:34.764Z | Compiling serde_derive_internals v0.26.0 |
1410 | 2024-03-26T18:23:34.849Z | Compiling ring v0.16.20 |
1411 | 2024-03-26T18:23:34.914Z | Compiling semver v1.0.22 |
1412 | 2024-03-26T18:23:35.050Z | Compiling openssl v0.10.60 |
1413 | 2024-03-26T18:23:35.200Z | Compiling futures-sink v0.3.30 |
1414 | 2024-03-26T18:23:35.437Z | Compiling iana-time-zone v0.1.57 |
1415 | 2024-03-26T18:23:35.437Z | Compiling spin v0.5.2 |
1416 | 2024-03-26T18:23:35.577Z | Compiling native-tls v0.2.11 |
1417 | 2024-03-26T18:23:35.629Z | Compiling slog v2.7.0 |
1418 | 2024-03-26T18:23:35.781Z | Compiling rustls v0.21.9 |
1419 | 2024-03-26T18:23:36.023Z | Compiling futures-channel v0.3.30 |
1420 | 2024-03-26T18:23:36.140Z | Compiling cookie v0.17.0 |
1421 | 2024-03-26T18:23:36.359Z | Compiling pin-utils v0.1.0 |
1422 | 2024-03-26T18:23:36.399Z | Compiling futures-task v0.3.30 |
1423 | 2024-03-26T18:23:36.433Z | Compiling rustix v0.38.31 |
1424 | 2024-03-26T18:23:36.478Z | Compiling futures-io v0.3.30 |
1425 | 2024-03-26T18:23:36.724Z | Compiling aho-corasick v1.1.2 |
1426 | 2024-03-26T18:23:36.821Z | Compiling uuid v0.8.2 |
1427 | 2024-03-26T18:23:37.007Z | Compiling regex-syntax v0.8.2 |
1428 | 2024-03-26T18:23:37.135Z | Compiling dyn-clone v1.0.17 |
1429 | 2024-03-26T18:23:37.210Z | Compiling async-trait v0.1.77 |
1430 | 2024-03-26T18:23:37.323Z | Compiling cpufeatures v0.2.12 |
1431 | 2024-03-26T18:23:37.428Z | Compiling crossbeam-utils v0.8.19 |
1432 | 2024-03-26T18:23:37.543Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2024-03-26T18:23:37.697Z | Compiling tinyvec v1.6.0 |
1434 | 2024-03-26T18:23:38.697Z | Compiling backtrace v0.3.69 |
1435 | 2024-03-26T18:23:39.384Z | Compiling unicode-normalization v0.1.22 |
1436 | 2024-03-26T18:23:39.419Z | Compiling unicode-bidi v0.3.15 |
1437 | 2024-03-26T18:23:39.813Z | Compiling regex-automata v0.4.5 |
1438 | 2024-03-26T18:23:40.465Z | Compiling tracing-core v0.1.32 |
1439 | 2024-03-26T18:23:40.822Z | Compiling serde_derive v1.0.197 |
1440 | 2024-03-26T18:23:40.958Z | Compiling zeroize_derive v1.4.2 |
1441 | 2024-03-26T18:23:41.179Z | Compiling zerocopy-derive v0.7.32 |
1442 | 2024-03-26T18:23:41.213Z | Compiling thiserror-impl v1.0.57 |
1443 | 2024-03-26T18:23:41.309Z | Compiling tokio-macros v2.2.0 |
1444 | 2024-03-26T18:23:41.657Z | Compiling futures-macro v0.3.30 |
1445 | 2024-03-26T18:23:42.284Z | Compiling zeroize v1.7.0 |
1446 | 2024-03-26T18:23:42.431Z | Compiling tracing-attributes v0.1.27 |
1447 | 2024-03-26T18:23:42.782Z | Compiling schemars_derive v0.8.16 |
1448 | 2024-03-26T18:23:43.147Z | Compiling zerocopy v0.7.32 |
1449 | 2024-03-26T18:23:43.834Z | Compiling crypto-common v0.1.6 |
1450 | 2024-03-26T18:23:44.135Z | Compiling pest v2.7.6 |
1451 | 2024-03-26T18:23:44.175Z | Compiling block-buffer v0.10.4 |
1452 | 2024-03-26T18:23:44.378Z | Compiling digest v0.10.7 |
1453 | 2024-03-26T18:23:44.763Z | Compiling openssl-macros v0.1.1 |
1454 | 2024-03-26T18:23:45.012Z | Compiling hashbrown v0.14.3 |
1455 | 2024-03-26T18:23:45.109Z | Compiling futures-util v0.3.30 |
1456 | 2024-03-26T18:23:45.634Z | Compiling der_derive v0.7.2 |
1457 | 2024-03-26T18:23:46.164Z | Compiling pest_meta v2.7.6 |
1458 | 2024-03-26T18:23:47.067Z | Compiling regex v1.10.3 |
1459 | 2024-03-26T18:23:47.515Z | Compiling pest_generator v2.7.6 |
1460 | 2024-03-26T18:23:47.742Z | Compiling tracing v0.1.40 |
1461 | 2024-03-26T18:23:48.281Z | Compiling anyhow v1.0.79 |
1462 | 2024-03-26T18:23:48.477Z | Compiling ppv-lite86 v0.2.17 |
1463 | 2024-03-26T18:23:48.817Z | Compiling spin v0.9.8 |
1464 | 2024-03-26T18:23:49.339Z | Compiling unicode-xid v0.2.4 |
1465 | 2024-03-26T18:23:49.458Z | Compiling percent-encoding v2.3.1 |
1466 | 2024-03-26T18:23:49.619Z | Compiling powerfmt v0.2.0 |
1467 | 2024-03-26T18:23:49.953Z | Compiling deranged v0.3.11 |
1468 | 2024-03-26T18:23:50.248Z | Compiling synstructure v0.12.6 |
1469 | 2024-03-26T18:23:50.279Z | Compiling scroll_derive v0.12.0 |
1470 | 2024-03-26T18:23:50.392Z | Compiling pest_derive v2.7.6 |
1471 | 2024-03-26T18:23:51.052Z | Compiling winnow v0.5.15 |
1472 | 2024-03-26T18:23:51.502Z | Compiling num_threads v0.1.6 |
1473 | 2024-03-26T18:23:51.531Z | Compiling crc32fast v1.3.2 |
1474 | 2024-03-26T18:23:51.629Z | Compiling unicode-width v0.1.11 |
1475 | 2024-03-26T18:23:51.734Z | Compiling zerocopy-derive v0.2.0 |
1476 | 2024-03-26T18:23:51.778Z | Compiling time v0.3.34 |
1477 | 2024-03-26T18:23:51.927Z | Compiling rand_chacha v0.3.1 |
1478 | 2024-03-26T18:23:52.647Z | Compiling bytes v1.5.0 |
1479 | 2024-03-26T18:23:53.329Z | Compiling indexmap v2.2.5 |
1480 | 2024-03-26T18:23:53.399Z | Compiling tokio v1.36.0 |
1481 | 2024-03-26T18:23:53.960Z | Compiling uuid v1.7.0 |
1482 | 2024-03-26T18:23:53.990Z | Compiling chrono v0.4.34 |
1483 | 2024-03-26T18:23:54.570Z | Compiling http v0.2.12 |
1484 | 2024-03-26T18:23:54.757Z | Compiling bitflags v2.4.2 |
1485 | 2024-03-26T18:23:54.990Z | Compiling rustc_version v0.4.0 |
1486 | 2024-03-26T18:23:56.405Z | Compiling toml_datetime v0.6.5 |
1487 | 2024-03-26T18:23:56.685Z | Compiling serde_spanned v0.6.5 |
1488 | 2024-03-26T18:23:56.898Z | Compiling toml_edit v0.19.15 |
1489 | 2024-03-26T18:23:57.916Z | Compiling thread-id v4.2.0 |
1490 | 2024-03-26T18:23:58.854Z | Compiling openapiv3 v2.0.0 |
1491 | 2024-03-26T18:23:59.744Z | Compiling rand v0.8.5 |
1492 | 2024-03-26T18:23:59.791Z | Compiling form_urlencoded v1.2.1 |
1493 | 2024-03-26T18:24:01.455Z | Compiling untrusted v0.7.1 |
1494 | 2024-03-26T18:24:01.566Z | Compiling untrusted v0.9.0 |
1495 | 2024-03-26T18:24:01.719Z | Compiling tokio-util v0.7.10 |
1496 | 2024-03-26T18:24:01.746Z | Compiling foreign-types-shared v0.1.1 |
1497 | 2024-03-26T18:24:01.843Z | Compiling foreign-types v0.3.2 |
1498 | 2024-03-26T18:24:03.537Z | Compiling errno v0.3.8 |
1499 | 2024-03-26T18:24:03.570Z | Compiling usdt-impl v0.3.5 |
1500 | 2024-03-26T18:24:03.878Z | Compiling base64 v0.21.7 |
1501 | 2024-03-26T18:24:03.926Z | Compiling try-lock v0.2.4 |
1502 | 2024-03-26T18:24:04.092Z | Compiling want v0.3.1 |
1503 | 2024-03-26T18:24:04.551Z | Compiling rustls-webpki v0.101.7 |
1504 | 2024-03-26T18:24:05.289Z | Compiling sct v0.7.0 |
1505 | 2024-03-26T18:24:05.594Z | Compiling h2 v0.3.24 |
1506 | 2024-03-26T18:24:06.149Z | Compiling http-body v0.4.5 |
1507 | 2024-03-26T18:24:06.246Z | Compiling idna v0.5.0 |
1508 | 2024-03-26T18:24:06.512Z | Compiling num-bigint v0.4.4 |
1509 | 2024-03-26T18:24:07.179Z | Compiling usdt-impl v0.5.0 |
1510 | 2024-03-26T18:24:07.475Z | Compiling tower-service v0.3.2 |
1511 | 2024-03-26T18:24:07.600Z | Compiling openssl-probe v0.1.5 |
1512 | 2024-03-26T18:24:07.628Z | Compiling httpdate v1.0.3 |
1513 | 2024-03-26T18:24:07.681Z | Compiling rustversion v1.0.14 |
1514 | 2024-03-26T18:24:07.882Z | Compiling url v2.5.0 |
1515 | 2024-03-26T18:24:09.489Z | Compiling heapless v0.7.16 |
1516 | 2024-03-26T18:24:09.525Z | Compiling zerocopy v0.3.0 |
1517 | 2024-03-26T18:24:09.556Z | Compiling serde_tokenstream v0.2.0 |
1518 | 2024-03-26T18:24:09.711Z | Compiling scroll v0.12.0 |
1519 | 2024-03-26T18:24:09.850Z | Compiling idna v0.3.0 |
1520 | 2024-03-26T18:24:10.023Z | Compiling lazy_static v1.4.0 |
1521 | 2024-03-26T18:24:10.192Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1522 | 2024-03-26T18:24:10.295Z | Compiling psl-types v2.0.11 |
1523 | 2024-03-26T18:24:11.810Z | Compiling plain v0.2.3 |
1524 | 2024-03-26T18:24:11.810Z | Compiling base64ct v1.6.0 |
1525 | 2024-03-26T18:24:11.810Z | Compiling adler v1.0.2 |
1526 | 2024-03-26T18:24:11.810Z | Compiling signal-hook v0.3.17 |
1527 | 2024-03-26T18:24:11.810Z | Compiling hyper v0.14.28 |
1528 | 2024-03-26T18:24:11.811Z | Compiling miniz_oxide v0.7.1 |
1529 | 2024-03-26T18:24:11.811Z | Compiling goblin v0.8.0 |
1530 | 2024-03-26T18:24:11.811Z | Compiling publicsuffix v2.2.3 |
1531 | 2024-03-26T18:24:12.193Z | Compiling tokio-rustls v0.24.1 |
1532 | 2024-03-26T18:24:12.397Z | Compiling dof v0.1.5 |
1533 | 2024-03-26T18:24:12.488Z | Compiling tokio-native-tls v0.3.1 |
1534 | 2024-03-26T18:24:12.522Z | Compiling crossbeam-epoch v0.9.18 |
1535 | 2024-03-26T18:24:13.126Z | Compiling dtrace-parser v0.1.14 |
1536 | 2024-03-26T18:24:13.273Z | Compiling pretty-hex v0.4.1 |
1537 | 2024-03-26T18:24:13.479Z | Compiling ipnet v2.9.0 |
1538 | 2024-03-26T18:24:14.232Z | Compiling cookie_store v0.20.0 |
1539 | 2024-03-26T18:24:14.886Z | Compiling rustls-pemfile v1.0.3 |
1540 | 2024-03-26T18:24:14.945Z | Compiling serde_urlencoded v0.7.1 |
1541 | 2024-03-26T18:24:15.226Z | Compiling serde_tokenstream v0.1.7 |
1542 | 2024-03-26T18:24:15.483Z | Compiling dtrace-parser v0.2.0 |
1543 | 2024-03-26T18:24:15.508Z | Compiling enum-as-inner v0.5.1 |
1544 | 2024-03-26T18:24:15.621Z | Compiling encoding_rs v0.8.33 |
1545 | 2024-03-26T18:24:15.700Z | Compiling webpki-roots v0.25.2 |
1546 | 2024-03-26T18:24:15.846Z | Compiling dof v0.3.0 |
1547 | 2024-03-26T18:24:16.212Z | Compiling mime v0.3.17 |
1548 | 2024-03-26T18:24:16.295Z | Compiling sync_wrapper v0.1.2 |
1549 | 2024-03-26T18:24:16.390Z | Compiling smoltcp v0.9.1 |
1550 | 2024-03-26T18:24:16.423Z | Compiling either v1.10.0 |
1551 | 2024-03-26T18:24:16.725Z | Compiling hyper-tls v0.5.0 |
1552 | 2024-03-26T18:24:16.782Z | Compiling hyper-rustls v0.24.2 |
1553 | 2024-03-26T18:24:16.990Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1554 | 2024-03-26T18:24:17.030Z | Compiling gimli v0.28.0 |
1555 | 2024-03-26T18:24:17.601Z | Compiling pem-rfc7468 v0.7.0 |
1556 | 2024-03-26T18:24:17.653Z | Compiling reqwest v0.11.24 |
1557 | 2024-03-26T18:24:18.010Z | Compiling hmac v0.12.1 |
1558 | 2024-03-26T18:24:18.304Z | Compiling object v0.32.1 |
1559 | 2024-03-26T18:24:18.515Z | Compiling unicode-segmentation v1.10.1 |
1560 | 2024-03-26T18:24:18.562Z | Compiling flagset v0.4.3 |
1561 | 2024-03-26T18:24:18.749Z | Compiling siphasher v0.3.11 |
1562 | 2024-03-26T18:24:19.065Z | Compiling rustc-demangle v0.1.23 |
1563 | 2024-03-26T18:24:19.762Z | Compiling der v0.7.8 |
1564 | 2024-03-26T18:24:19.798Z | Compiling flate2 v1.0.28 |
1565 | 2024-03-26T18:24:19.824Z | Compiling usdt-macro v0.3.5 |
1566 | 2024-03-26T18:24:19.885Z | Compiling usdt-attr-macro v0.3.5 |
1567 | 2024-03-26T18:24:20.622Z | Compiling addr2line v0.21.0 |
1568 | 2024-03-26T18:24:21.051Z | Compiling futures-executor v0.3.30 |
1569 | 2024-03-26T18:24:21.181Z | Compiling hubpack_derive v0.1.1 |
1570 | 2024-03-26T18:24:21.314Z | Compiling zerocopy-derive v0.6.4 |
1571 | 2024-03-26T18:24:22.628Z | Compiling anstyle v1.0.2 |
1572 | 2024-03-26T18:24:23.023Z | Compiling winnow v0.6.1 |
1573 | 2024-03-26T18:24:23.787Z | Compiling utf8parse v0.2.1 |
1574 | 2024-03-26T18:24:23.914Z | Compiling anstyle-parse v0.2.1 |
1575 | 2024-03-26T18:24:24.795Z | Compiling sha2 v0.10.8 |
1576 | 2024-03-26T18:24:26.152Z | Compiling toml_edit v0.22.6 |
1577 | 2024-03-26T18:24:26.225Z | Compiling spki v0.7.2 |
1578 | 2024-03-26T18:24:27.419Z | Compiling futures v0.3.30 |
1579 | 2024-03-26T18:24:28.795Z | Compiling md-5 v0.10.5 |
1580 | 2024-03-26T18:24:29.023Z | Compiling toml v0.7.8 |
1581 | 2024-03-26T18:24:29.192Z | Compiling hex v0.4.3 |
1582 | 2024-03-26T18:24:29.645Z | Compiling regress v0.9.0 |
1583 | 2024-03-26T18:24:29.707Z | Compiling block-padding v0.3.3 |
1584 | 2024-03-26T18:24:29.912Z | Compiling clap_derive v4.5.0 |
1585 | 2024-03-26T18:24:30.274Z | Compiling stringprep v0.1.3 |
1586 | 2024-03-26T18:24:30.466Z | Compiling num-integer v0.1.46 |
1587 | 2024-03-26T18:24:31.121Z | Compiling diesel_table_macro_syntax v0.1.0 |
1588 | 2024-03-26T18:24:31.151Z | Compiling hash32 v0.2.1 |
1589 | 2024-03-26T18:24:31.461Z | Compiling fallible-iterator v0.2.0 |
1590 | 2024-03-26T18:24:31.491Z | Compiling stable_deref_trait v1.2.0 |
1591 | 2024-03-26T18:24:31.579Z | Compiling colorchoice v1.0.0 |
1592 | 2024-03-26T18:24:31.895Z | Compiling anstyle-query v1.0.0 |
1593 | 2024-03-26T18:24:32.024Z | Compiling postgres-protocol v0.6.6 |
1594 | 2024-03-26T18:24:32.465Z | Compiling anstream v0.6.11 |
1595 | 2024-03-26T18:24:32.655Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1596 | 2024-03-26T18:24:33.729Z | Compiling diesel_derives v2.1.2 |
1597 | 2024-03-26T18:24:33.930Z | Compiling inout v0.1.3 |
1598 | 2024-03-26T18:24:34.921Z | Compiling pkcs8 v0.10.2 |
1599 | 2024-03-26T18:24:35.179Z | Compiling phf_shared v0.11.2 |
1600 | 2024-03-26T18:24:35.361Z | Compiling strum_macros v0.25.2 |
1601 | 2024-03-26T18:24:35.889Z | Compiling terminal_size v0.3.0 |
1602 | 2024-03-26T18:24:35.941Z | Compiling ff v0.13.0 |
1603 | 2024-03-26T18:24:36.143Z | Compiling serde_repr v0.1.16 |
1604 | 2024-03-26T18:24:36.310Z | Compiling scheduled-thread-pool v0.2.7 |
1605 | 2024-03-26T18:24:36.809Z | Compiling bitflags v1.3.2 |
1606 | 2024-03-26T18:24:37.105Z | Compiling data-encoding v2.4.0 |
1607 | 2024-03-26T18:24:37.132Z | Compiling clap_lex v0.7.0 |
1608 | 2024-03-26T18:24:37.603Z | Compiling managed v0.8.0 |
1609 | 2024-03-26T18:24:37.995Z | Compiling strsim v0.11.0 |
1610 | 2024-03-26T18:24:38.804Z | Compiling base16ct v0.2.0 |
1611 | 2024-03-26T18:24:38.852Z | Compiling matches v0.1.10 |
1612 | 2024-03-26T18:24:38.950Z | Compiling bit-vec v0.6.3 |
1613 | 2024-03-26T18:24:39.066Z | Compiling regex-automata v0.1.10 |
1614 | 2024-03-26T18:24:39.328Z | Compiling sec1 v0.7.3 |
1615 | 2024-03-26T18:24:39.473Z | Compiling bstr v0.2.17 |
1616 | 2024-03-26T18:24:39.620Z | Compiling idna v0.2.3 |
1617 | 2024-03-26T18:24:39.802Z | Compiling clap_builder v4.5.1 |
1618 | 2024-03-26T18:24:40.908Z | Compiling r2d2 v0.8.10 |
1619 | 2024-03-26T18:24:42.853Z | Compiling group v0.13.0 |
1620 | 2024-03-26T18:24:42.947Z | Compiling phf v0.11.2 |
1621 | 2024-03-26T18:24:42.948Z | Compiling signal-hook-mio v0.2.3 |
1622 | 2024-03-26T18:24:42.948Z | Compiling bzip2 v0.4.4 |
1623 | 2024-03-26T18:24:42.948Z | Compiling cipher v0.4.4 |
1624 | 2024-03-26T18:24:42.948Z | Compiling postgres-types v0.2.6 |
1625 | 2024-03-26T18:24:42.948Z | Compiling zerocopy v0.6.4 |
1626 | 2024-03-26T18:24:43.275Z | Compiling hubpack v0.1.2 |
1627 | 2024-03-26T18:24:43.341Z | Compiling phf_shared v0.10.0 |
1628 | 2024-03-26T18:24:43.481Z | Compiling hkdf v0.12.4 |
1629 | 2024-03-26T18:24:43.714Z | Compiling ipnetwork v0.20.0 |
1630 | 2024-03-26T18:24:43.746Z | Compiling crypto-bigint v0.5.2 |
1631 | 2024-03-26T18:24:45.807Z | Compiling float-cmp v0.9.0 |
1632 | 2024-03-26T18:24:46.541Z | Compiling predicates-core v1.0.6 |
1633 | 2024-03-26T18:24:46.895Z | Compiling normalize-line-endings v0.3.0 |
1634 | 2024-03-26T18:24:47.045Z | Compiling static_assertions v1.1.0 |
1635 | 2024-03-26T18:24:47.150Z | Compiling fixedbitset v0.4.2 |
1636 | 2024-03-26T18:24:47.333Z | Compiling difflib v0.4.0 |
1637 | 2024-03-26T18:24:47.587Z | Compiling precomputed-hash v0.1.1 |
1638 | 2024-03-26T18:24:47.627Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1639 | 2024-03-26T18:24:47.794Z | Compiling new_debug_unreachable v1.0.4 |
1640 | 2024-03-26T18:24:47.936Z | Compiling minimal-lexical v0.2.1 |
1641 | 2024-03-26T18:24:48.766Z | Compiling whoami v1.5.0 |
1642 | 2024-03-26T18:24:48.803Z | Compiling nom v7.1.3 |
1643 | 2024-03-26T18:24:48.855Z | Compiling string_cache v0.8.7 |
1644 | 2024-03-26T18:24:49.267Z | Compiling tokio-postgres v0.7.10 |
1645 | 2024-03-26T18:24:49.321Z | Compiling trust-dns-proto v0.22.0 |
1646 | 2024-03-26T18:24:49.996Z | Compiling predicates v3.1.0 |
1647 | 2024-03-26T18:24:50.183Z | Compiling petgraph v0.6.4 |
1648 | 2024-03-26T18:24:50.589Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1649 | 2024-03-26T18:24:51.697Z | Compiling diesel v2.1.4 |
1650 | 2024-03-26T18:24:52.874Z | Compiling elliptic-curve v0.13.8 |
1651 | 2024-03-26T18:24:53.361Z | Compiling yasna v0.5.2 |
1652 | 2024-03-26T18:24:53.556Z | Compiling clap v4.5.1 |
1653 | 2024-03-26T18:24:53.652Z | Compiling zip v0.6.6 |
1654 | 2024-03-26T18:24:53.769Z | Compiling crossterm v0.27.0 |
1655 | 2024-03-26T18:24:54.512Z | Compiling similar v2.4.0 |
1656 | 2024-03-26T18:24:54.802Z | Compiling bit-set v0.5.3 |
1657 | 2024-03-26T18:24:54.880Z | Compiling num-iter v0.1.44 |
1658 | 2024-03-26T18:24:54.994Z | Compiling usdt v0.3.5 |
1659 | 2024-03-26T18:24:55.042Z | Compiling itertools v0.10.5 |
1660 | 2024-03-26T18:24:55.089Z | Compiling console v0.15.8 |
1661 | 2024-03-26T18:24:55.258Z | Compiling tokio-stream v0.1.14 |
1662 | 2024-03-26T18:24:55.888Z | Compiling bstr v1.9.0 |
1663 | 2024-03-26T18:24:56.340Z | Compiling lalrpop-util v0.19.12 |
1664 | 2024-03-26T18:24:58.104Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1665 | 2024-03-26T18:24:58.192Z | Compiling getopts v0.2.21 |
1666 | 2024-03-26T18:24:58.332Z | Compiling unsafe-libyaml v0.2.10 |
1667 | 2024-03-26T18:24:59.232Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1668 | 2024-03-26T18:25:00.105Z | Compiling serde_yaml v0.9.25 |
1669 | 2024-03-26T18:25:02.178Z | Compiling camino v1.1.6 |
1670 | 2024-03-26T18:25:05.923Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1671 | 2024-03-26T18:25:16.139Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1672 | 2024-03-26T18:25:17.026Z | Compiling strsim v0.10.0 |
1673 | 2024-03-26T18:25:17.674Z | Compiling ident_case v1.0.1 |
1674 | 2024-03-26T18:25:17.842Z | Compiling darling_core v0.20.3 |
1675 | 2024-03-26T18:25:25.400Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1676 | 2024-03-26T18:25:26.477Z | Compiling darling_macro v0.20.3 |
1677 | 2024-03-26T18:25:27.097Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1678 | 2024-03-26T18:25:28.540Z | Compiling sha1 v0.10.6 |
1679 | 2024-03-26T18:25:29.342Z | Compiling darling v0.20.3 |
1680 | 2024-03-26T18:25:29.384Z | Compiling atty v0.2.14 |
1681 | 2024-03-26T18:25:29.384Z | Compiling match_cfg v0.1.0 |
1682 | 2024-03-26T18:25:29.384Z | Compiling dirs-sys-next v0.1.2 |
1683 | 2024-03-26T18:25:29.384Z | Compiling rustls-pki-types v1.3.0 |
1684 | 2024-03-26T18:25:29.385Z | Compiling hostname v0.3.1 |
1685 | 2024-03-26T18:25:29.385Z | Compiling dirs-next v2.0.0 |
1686 | 2024-03-26T18:25:29.385Z | Compiling thread_local v1.1.7 |
1687 | 2024-03-26T18:25:29.508Z | Compiling rustls v0.22.2 |
1688 | 2024-03-26T18:25:29.554Z | Compiling slog-async v2.8.0 |
1689 | 2024-03-26T18:25:29.667Z | Compiling rustls-webpki v0.102.1 |
1690 | 2024-03-26T18:25:29.709Z | Compiling term v0.7.0 |
1691 | 2024-03-26T18:25:29.883Z | Compiling crossbeam-channel v0.5.8 |
1692 | 2024-03-26T18:25:29.925Z | Compiling multer v3.0.0 |
1693 | 2024-03-26T18:25:30.060Z | Compiling instant v0.1.12 |
1694 | 2024-03-26T18:25:30.178Z | Compiling take_mut v0.2.2 |
1695 | 2024-03-26T18:25:30.221Z | Compiling paste v1.0.14 |
1696 | 2024-03-26T18:25:30.406Z | Compiling slog-term v2.9.0 |
1697 | 2024-03-26T18:25:30.734Z | Compiling slog-json v2.6.1 |
1698 | 2024-03-26T18:25:30.895Z | Compiling http v1.0.0 |
1699 | 2024-03-26T18:25:31.042Z | Compiling async-stream-impl v0.3.5 |
1700 | 2024-03-26T18:25:31.081Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1701 | 2024-03-26T18:25:31.337Z | Compiling atomic-waker v1.1.1 |
1702 | 2024-03-26T18:25:31.428Z | Compiling debug-ignore v1.0.5 |
1703 | 2024-03-26T18:25:31.504Z | Compiling waitgroup v0.1.2 |
1704 | 2024-03-26T18:25:31.557Z | Compiling slog-bunyan v2.5.0 |
1705 | 2024-03-26T18:25:31.721Z | Compiling rustls-pemfile v2.1.1 |
1706 | 2024-03-26T18:25:31.760Z | Compiling serde_with_macros v3.6.1 |
1707 | 2024-03-26T18:25:31.801Z | Compiling toml v0.8.10 |
1708 | 2024-03-26T18:25:32.190Z | Compiling async-stream v0.3.5 |
1709 | 2024-03-26T18:25:32.467Z | Compiling strum_macros v0.26.1 |
1710 | 2024-03-26T18:25:32.692Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1711 | 2024-03-26T18:25:32.985Z | Compiling serde_path_to_error v0.1.16 |
1712 | 2024-03-26T18:25:33.069Z | Compiling structmeta-derive v0.3.0 |
1713 | 2024-03-26T18:25:33.226Z | Compiling newtype-uuid v1.0.1 |
1714 | 2024-03-26T18:25:33.538Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1715 | 2024-03-26T18:25:33.794Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1716 | 2024-03-26T18:25:34.012Z | Compiling tokio-rustls v0.25.0 |
1717 | 2024-03-26T18:25:34.231Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1718 | 2024-03-26T18:25:34.363Z | Compiling backoff v0.4.0 |
1719 | 2024-03-26T18:25:34.397Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1720 | 2024-03-26T18:25:34.434Z | Compiling serde_with v3.6.1 |
1721 | 2024-03-26T18:25:34.674Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1722 | 2024-03-26T18:25:35.043Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1723 | 2024-03-26T18:25:35.196Z | Compiling macaddr v1.0.1 |
1724 | 2024-03-26T18:25:35.613Z | Compiling proc-macro-error-attr v1.0.4 |
1725 | 2024-03-26T18:25:35.681Z | Compiling structmeta v0.3.0 |
1726 | 2024-03-26T18:25:35.938Z | Compiling proc-macro-crate v1.3.1 |
1727 | 2024-03-26T18:25:36.065Z | Compiling parse-display-derive v0.9.0 |
1728 | 2024-03-26T18:25:36.790Z | Compiling strum v0.26.1 |
1729 | 2024-03-26T18:25:37.291Z | Compiling proc-macro-error v1.0.4 |
1730 | 2024-03-26T18:25:37.333Z | Compiling heapless v0.8.0 |
1731 | 2024-03-26T18:25:37.333Z | Compiling num_enum_derive v0.5.11 |
1732 | 2024-03-26T18:25:37.697Z | Compiling hash32 v0.3.1 |
1733 | 2024-03-26T18:25:37.912Z | Compiling smoltcp v0.11.0 |
1734 | 2024-03-26T18:25:38.335Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1735 | 2024-03-26T18:25:39.095Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1736 | 2024-03-26T18:25:39.241Z | Compiling fastrand v2.0.1 |
1737 | 2024-03-26T18:25:39.318Z | Compiling cobs v0.2.3 |
1738 | 2024-03-26T18:25:39.898Z | Compiling embedded-io v0.4.0 |
1739 | 2024-03-26T18:25:39.898Z | Compiling num_enum v0.5.11 |
1740 | 2024-03-26T18:25:39.898Z | Compiling tempfile v3.10.0 |
1741 | 2024-03-26T18:25:39.898Z | Compiling postcard v1.0.8 |
1742 | 2024-03-26T18:25:39.898Z | Compiling foreign-types-macros v0.2.3 |
1743 | 2024-03-26T18:25:40.050Z | Compiling parse-display v0.9.0 |
1744 | 2024-03-26T18:25:40.483Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1745 | 2024-03-26T18:25:40.515Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1746 | 2024-03-26T18:25:40.546Z | Compiling crucible-workspace-hack v0.1.0 |
1747 | 2024-03-26T18:25:40.653Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1748 | 2024-03-26T18:25:40.683Z | Compiling foreign-types-shared v0.3.1 |
1749 | 2024-03-26T18:25:40.841Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1750 | 2024-03-26T18:25:40.929Z | Compiling tabwriter v1.4.0 |
1751 | 2024-03-26T18:25:40.964Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1752 | 2024-03-26T18:25:41.002Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1753 | 2024-03-26T18:25:41.040Z | Compiling foreign-types v0.5.0 |
1754 | 2024-03-26T18:25:41.119Z | Compiling cstr-argument v0.1.2 |
1755 | 2024-03-26T18:25:41.342Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1756 | 2024-03-26T18:25:41.380Z | Compiling pretty-hex v0.2.1 |
1757 | 2024-03-26T18:25:41.547Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-03-26T18:25:41.589Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-03-26T18:25:41.744Z | Compiling colored v2.1.0 |
1760 | 2024-03-26T18:25:41.786Z | Compiling socket2 v0.4.9 |
1761 | 2024-03-26T18:25:41.824Z | Compiling platforms v3.0.2 |
1762 | 2024-03-26T18:25:41.867Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1763 | 2024-03-26T18:25:41.913Z | Compiling camino-tempfile v1.1.1 |
1764 | 2024-03-26T18:25:42.119Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1765 | 2024-03-26T18:25:42.570Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1766 | 2024-03-26T18:25:42.608Z | Compiling num-derive v0.4.0 |
1767 | 2024-03-26T18:25:42.608Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1768 | 2024-03-26T18:25:42.608Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1769 | 2024-03-26T18:25:42.889Z | Compiling smf v0.2.2 |
1770 | 2024-03-26T18:25:43.055Z | Compiling unicase v2.7.0 |
1771 | 2024-03-26T18:25:43.309Z | Compiling semver v0.1.20 |
1772 | 2024-03-26T18:25:43.420Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1773 | 2024-03-26T18:25:44.005Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1774 | 2024-03-26T18:25:44.042Z | Compiling rayon-core v1.12.1 |
1775 | 2024-03-26T18:25:44.145Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1776 | 2024-03-26T18:25:44.184Z | Compiling rustc_version v0.1.7 |
1777 | 2024-03-26T18:25:44.217Z | Compiling curve25519-dalek v4.1.1 |
1778 | 2024-03-26T18:25:44.289Z | Compiling crossbeam-deque v0.8.3 |
1779 | 2024-03-26T18:25:44.573Z | Compiling universal-hash v0.5.1 |
1780 | 2024-03-26T18:25:44.614Z | Compiling same-file v1.0.6 |
1781 | 2024-03-26T18:25:44.748Z | Compiling opaque-debug v0.3.0 |
1782 | 2024-03-26T18:25:44.839Z | Compiling walkdir v2.4.0 |
1783 | 2024-03-26T18:25:44.902Z | Compiling newtype_derive v0.1.6 |
1784 | 2024-03-26T18:25:45.150Z | Compiling semver-parser v0.10.2 |
1785 | 2024-03-26T18:25:45.231Z | Compiling signature v2.1.0 |
1786 | 2024-03-26T18:25:45.463Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1787 | 2024-03-26T18:25:45.490Z | Compiling curve25519-dalek-derive v0.1.0 |
1788 | 2024-03-26T18:25:45.516Z | Compiling blake3 v1.5.0 |
1789 | 2024-03-26T18:25:45.544Z | Compiling num-rational v0.4.1 |
1790 | 2024-03-26T18:25:45.803Z | Compiling getrandom v0.1.16 |
1791 | 2024-03-26T18:25:46.106Z | Compiling semver v0.11.0 |
1792 | 2024-03-26T18:25:46.305Z | Compiling rayon v1.9.0 |
1793 | 2024-03-26T18:25:46.527Z | Compiling usdt-macro v0.5.0 |
1794 | 2024-03-26T18:25:46.675Z | Compiling usdt-attr-macro v0.5.0 |
1795 | 2024-03-26T18:25:46.841Z | Compiling heck v0.3.3 |
1796 | 2024-03-26T18:25:46.951Z | Compiling password-hash v0.5.0 |
1797 | 2024-03-26T18:25:47.199Z | Compiling textwrap v0.11.0 |
1798 | 2024-03-26T18:25:47.344Z | Compiling blake2 v0.10.6 |
1799 | 2024-03-26T18:25:47.657Z | Compiling memmap v0.7.0 |
1800 | 2024-03-26T18:25:47.838Z | Compiling memmap2 v0.7.1 |
1801 | 2024-03-26T18:25:47.878Z | Compiling xattr v1.0.1 |
1802 | 2024-03-26T18:25:47.974Z | Compiling filetime v0.2.23 |
1803 | 2024-03-26T18:25:48.074Z | Compiling parking_lot_core v0.8.6 |
1804 | 2024-03-26T18:25:48.122Z | Compiling ansi_term v0.12.1 |
1805 | 2024-03-26T18:25:48.230Z | Compiling libefi-sys v0.1.0 |
1806 | 2024-03-26T18:25:48.292Z | Compiling linked-hash-map v0.5.6 |
1807 | 2024-03-26T18:25:48.509Z | Compiling vec_map v0.8.2 |
1808 | 2024-03-26T18:25:48.556Z | Compiling arrayref v0.3.7 |
1809 | 2024-03-26T18:25:49.108Z | Compiling strsim v0.8.0 |
1810 | 2024-03-26T18:25:49.108Z | Compiling constant_time_eq v0.3.0 |
1811 | 2024-03-26T18:25:49.108Z | Compiling quick-error v1.2.3 |
1812 | 2024-03-26T18:25:49.108Z | Compiling base64 v0.22.0 |
1813 | 2024-03-26T18:25:49.108Z | Compiling home v0.5.5 |
1814 | 2024-03-26T18:25:49.108Z | Compiling arrayvec v0.7.4 |
1815 | 2024-03-26T18:25:49.108Z | Compiling resolv-conf v0.7.0 |
1816 | 2024-03-26T18:25:49.108Z | Compiling toolchain_find v0.2.0 |
1817 | 2024-03-26T18:25:49.153Z | Compiling clap v2.34.0 |
1818 | 2024-03-26T18:25:49.189Z | Compiling lru-cache v0.1.2 |
1819 | 2024-03-26T18:25:49.419Z | Compiling tar v0.4.40 |
1820 | 2024-03-26T18:25:49.467Z | Compiling usdt v0.5.0 |
1821 | 2024-03-26T18:25:49.533Z | Compiling argon2 v0.5.3 |
1822 | 2024-03-26T18:25:49.609Z | Compiling structopt-derive v0.4.18 |
1823 | 2024-03-26T18:25:51.644Z | Compiling rfc6979 v0.4.0 |
1824 | 2024-03-26T18:25:51.685Z | Compiling toml v0.5.11 |
1825 | 2024-03-26T18:25:51.814Z | Compiling aead v0.5.2 |
1826 | 2024-03-26T18:25:51.851Z | Compiling num-complex v0.4.4 |
1827 | 2024-03-26T18:25:52.081Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1828 | 2024-03-26T18:25:52.137Z | Compiling nibble_vec v0.1.0 |
1829 | 2024-03-26T18:25:52.333Z | Compiling slog-dtrace v0.3.0 |
1830 | 2024-03-26T18:25:52.412Z | Compiling arc-swap v1.6.0 |
1831 | 2024-03-26T18:25:52.612Z | Compiling utf-8 v0.7.6 |
1832 | 2024-03-26T18:25:52.690Z | Compiling endian-type v0.1.2 |
1833 | 2024-03-26T18:25:52.730Z | Compiling keccak v0.1.4 |
1834 | 2024-03-26T18:25:52.901Z | Compiling topological-sort v0.2.2 |
1835 | 2024-03-26T18:25:52.935Z | Compiling cancel-safe-futures v0.1.5 |
1836 | 2024-03-26T18:25:53.014Z | Compiling winapi v0.3.9 |
1837 | 2024-03-26T18:25:53.116Z | Compiling omicron-zone-package v0.11.0 |
1838 | 2024-03-26T18:25:53.266Z | Compiling rustfmt-wrapper v0.2.0 |
1839 | 2024-03-26T18:25:53.441Z | Compiling sha3 v0.10.8 |
1840 | 2024-03-26T18:25:53.543Z | Compiling radix_trie v0.2.1 |
1841 | 2024-03-26T18:25:53.827Z | Compiling slog-scope v4.4.0 |
1842 | 2024-03-26T18:25:53.952Z | Compiling tungstenite v0.20.1 |
1843 | 2024-03-26T18:25:54.230Z | Compiling num v0.4.1 |
1844 | 2024-03-26T18:25:54.325Z | Compiling structopt v0.3.26 |
1845 | 2024-03-26T18:25:54.369Z | Compiling ecdsa v0.16.9 |
1846 | 2024-03-26T18:25:54.487Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1847 | 2024-03-26T18:25:54.529Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1848 | 2024-03-26T18:25:54.897Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1849 | 2024-03-26T18:25:55.017Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1850 | 2024-03-26T18:25:55.407Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1851 | 2024-03-26T18:25:56.036Z | Compiling rand_core v0.5.1 |
1852 | 2024-03-26T18:25:56.068Z | Compiling steno v0.4.0 |
1853 | 2024-03-26T18:25:56.068Z | Compiling mime_guess v2.0.4 |
1854 | 2024-03-26T18:25:56.800Z | Compiling trust-dns-resolver v0.22.0 |
1855 | 2024-03-26T18:25:56.887Z | Compiling poly1305 v0.8.0 |
1856 | 2024-03-26T18:25:57.129Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1857 | 2024-03-26T18:25:57.270Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1858 | 2024-03-26T18:25:57.755Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1859 | 2024-03-26T18:25:58.050Z | Compiling primeorder v0.13.6 |
1860 | 2024-03-26T18:25:58.239Z | Compiling chacha20 v0.9.1 |
1861 | 2024-03-26T18:25:58.515Z | Compiling secrecy v0.8.0 |
1862 | 2024-03-26T18:25:58.709Z | Compiling thiserror-impl-no-std v2.0.2 |
1863 | 2024-03-26T18:25:58.746Z | Compiling half v2.3.1 |
1864 | 2024-03-26T18:25:58.785Z | Compiling option-ext v0.2.0 |
1865 | 2024-03-26T18:25:58.887Z | Compiling ciborium-io v0.2.2 |
1866 | 2024-03-26T18:25:59.007Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1867 | 2024-03-26T18:25:59.158Z | Compiling convert_case v0.4.0 |
1868 | 2024-03-26T18:25:59.194Z | Compiling humantime v2.1.0 |
1869 | 2024-03-26T18:25:59.633Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1870 | 2024-03-26T18:25:59.784Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1871 | 2024-03-26T18:26:00.017Z | Compiling derive_more v0.99.17 |
1872 | 2024-03-26T18:26:00.164Z | Compiling ciborium-ll v0.2.2 |
1873 | 2024-03-26T18:26:00.551Z | Compiling dirs-sys v0.4.1 |
1874 | 2024-03-26T18:26:00.795Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1875 | 2024-03-26T18:26:01.491Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1876 | 2024-03-26T18:26:01.533Z | Compiling parking_lot v0.11.2 |
1877 | 2024-03-26T18:26:01.572Z | Compiling thiserror-no-std v2.0.2 |
1878 | 2024-03-26T18:26:01.657Z | Compiling rand_chacha v0.2.2 |
1879 | 2024-03-26T18:26:01.831Z | Compiling tokio-tungstenite v0.20.1 |
1880 | 2024-03-26T18:26:02.183Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1881 | 2024-03-26T18:26:02.295Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1882 | 2024-03-26T18:26:02.380Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1883 | 2024-03-26T18:26:02.820Z | Compiling slog-stdlog v4.1.1 |
1884 | 2024-03-26T18:26:03.144Z | Compiling trust-dns-client v0.22.0 |
1885 | 2024-03-26T18:26:03.707Z | Compiling ed25519 v2.2.2 |
1886 | 2024-03-26T18:26:04.087Z | Compiling polyval v0.6.1 |
1887 | 2024-03-26T18:26:04.444Z | Compiling aes v0.8.3 |
1888 | 2024-03-26T18:26:05.698Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1889 | 2024-03-26T18:26:06.523Z | Compiling blowfish v0.9.1 |
1890 | 2024-03-26T18:26:06.636Z | Compiling ctr v0.9.2 |
1891 | 2024-03-26T18:26:06.731Z | Compiling password-hash v0.4.2 |
1892 | 2024-03-26T18:26:06.910Z | Compiling libsw v3.3.1 |
1893 | 2024-03-26T18:26:07.213Z | Compiling pbkdf2 v0.12.2 |
1894 | 2024-03-26T18:26:07.247Z | Compiling derive-where v1.2.7 |
1895 | 2024-03-26T18:26:07.377Z | Compiling fxhash v0.2.1 |
1896 | 2024-03-26T18:26:07.567Z | Compiling gethostname v0.4.3 |
1897 | 2024-03-26T18:26:07.865Z | Compiling linear-map v1.2.0 |
1898 | 2024-03-26T18:26:08.106Z | Compiling swrite v0.1.0 |
1899 | 2024-03-26T18:26:08.202Z | Compiling owo-colors v4.0.0 |
1900 | 2024-03-26T18:26:08.685Z | Compiling trust-dns-server v0.22.1 |
1901 | 2024-03-26T18:26:08.948Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1902 | 2024-03-26T18:26:10.092Z | Compiling sled v0.34.7 |
1903 | 2024-03-26T18:26:10.131Z | Compiling bcrypt-pbkdf v0.10.0 |
1904 | 2024-03-26T18:26:10.171Z | Compiling pbkdf2 v0.11.0 |
1905 | 2024-03-26T18:26:10.327Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1906 | 2024-03-26T18:26:10.511Z | Compiling ghash v0.5.0 |
1907 | 2024-03-26T18:26:10.633Z | Compiling ed25519-dalek v2.0.0 |
1908 | 2024-03-26T18:26:10.687Z | Compiling russh-cryptovec v0.7.0 |
1909 | 2024-03-26T18:26:11.029Z | Compiling slog-envlogger v2.2.0 |
1910 | 2024-03-26T18:26:11.519Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1911 | 2024-03-26T18:26:11.804Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1912 | 2024-03-26T18:26:11.991Z | Compiling rand v0.7.3 |
1913 | 2024-03-26T18:26:12.243Z | Compiling vsss-rs v3.3.4 |
1914 | 2024-03-26T18:26:13.167Z | Compiling dirs v5.0.1 |
1915 | 2024-03-26T18:26:13.354Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1916 | 2024-03-26T18:26:13.801Z | Compiling ciborium v0.2.2 |
1917 | 2024-03-26T18:26:13.949Z | Compiling chacha20poly1305 v0.10.1 |
1918 | 2024-03-26T18:26:14.144Z | Compiling p256 v0.13.2 |
1919 | 2024-03-26T18:26:14.208Z | Compiling p521 v0.13.3 |
1920 | 2024-03-26T18:26:14.828Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1921 | 2024-03-26T18:26:14.877Z | Compiling cbc v0.1.2 |
1922 | 2024-03-26T18:26:15.050Z | Compiling pem v3.0.2 |
1923 | 2024-03-26T18:26:15.096Z | Compiling headers-core v0.2.0 |
1924 | 2024-03-26T18:26:15.215Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1925 | 2024-03-26T18:26:15.563Z | Compiling kstat-rs v0.2.3 |
1926 | 2024-03-26T18:26:15.775Z | Compiling nanorand v0.7.0 |
1927 | 2024-03-26T18:26:16.342Z | Compiling http-range v0.1.5 |
1928 | 2024-03-26T18:26:16.342Z | Compiling md5 v0.7.0 |
1929 | 2024-03-26T18:26:16.342Z | Compiling glob v0.3.1 |
1930 | 2024-03-26T18:26:16.342Z | Compiling hyper-staticfile v0.9.5 |
1931 | 2024-03-26T18:26:16.430Z | Compiling russh-keys v0.42.0 |
1932 | 2024-03-26T18:26:16.559Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1933 | 2024-03-26T18:26:17.029Z | Compiling flume v0.11.0 |
1934 | 2024-03-26T18:26:17.160Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1935 | 2024-03-26T18:26:17.203Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1936 | 2024-03-26T18:26:19.140Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1937 | 2024-03-26T18:26:19.211Z | Compiling rcgen v0.12.1 |
1938 | 2024-03-26T18:26:19.518Z | Compiling headers v0.3.9 |
1939 | 2024-03-26T18:26:24.435Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1940 | 2024-03-26T18:26:24.620Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1941 | 2024-03-26T18:26:25.174Z | Compiling aes-gcm v0.10.3 |
1942 | 2024-03-26T18:26:25.174Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1943 | 2024-03-26T18:26:25.174Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1944 | 2024-03-26T18:26:25.175Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1945 | 2024-03-26T18:26:25.175Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1946 | 2024-03-26T18:26:25.175Z | Compiling atomicwrites v0.4.3 |
1947 | 2024-03-26T18:26:25.472Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1948 | 2024-03-26T18:26:26.036Z | Compiling itertools v0.12.1 |
1949 | 2024-03-26T18:26:26.084Z | Compiling subprocess v0.2.9 |
1950 | 2024-03-26T18:26:27.757Z | Compiling dhcproto-macros v0.1.0 |
1951 | 2024-03-26T18:26:27.791Z | Compiling display-error-chain v0.2.0 |
1952 | 2024-03-26T18:26:28.363Z | Compiling hex-literal v0.4.1 |
1953 | 2024-03-26T18:26:28.405Z | Compiling russh v0.42.0 |
1954 | 2024-03-26T18:26:28.581Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1955 | 2024-03-26T18:26:28.619Z | Compiling dhcproto v0.11.0 |
1956 | 2024-03-26T18:26:30.912Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1957 | 2024-03-26T18:26:30.945Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1958 | 2024-03-26T18:26:31.344Z | Compiling internet-checksum v0.2.1 |
1959 | 2024-03-26T18:26:36.394Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1960 | 2024-03-26T18:26:37.671Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1961 | 2024-03-26T18:27:02.872Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1962 | 2024-03-26T18:27:55.816Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 56s |
1963 | 2024-03-26T18:27:56.139Z | |
1964 | 2024-03-26T18:27:56.139Z | real 4:56.995792239 |
1965 | 2024-03-26T18:27:56.139Z | user 23:04.620018161 |
1966 | 2024-03-26T18:27:56.139Z | sys 5:17.749155270 |
1967 | 2024-03-26T18:27:56.139Z | trap 0.713420130 |
1968 | 2024-03-26T18:27:56.139Z | tflt 0.440849109 |
1969 | 2024-03-26T18:27:56.139Z | dflt 3.584392964 |
1970 | 2024-03-26T18:27:56.139Z | kflt 0.002563774 |
1971 | 2024-03-26T18:27:56.140Z | lock 42:28.231783456 |
1972 | 2024-03-26T18:27:56.140Z | slp 1:04:32.214706471 |
1973 | 2024-03-26T18:27:56.140Z | lat 1:37.968315424 |
1974 | 2024-03-26T18:27:56.140Z | stop 3:49.828831147 |
1975 | 2024-03-26T18:27:56.164Z | + mkdir -p /work |
1976 | 2024-03-26T18:27:56.164Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
1977 | 2024-03-26T18:27:57.125Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1978 | 2024-03-26T18:28:07.624Z | Finished dev [unoptimized + debuginfo] target(s) in 11.41s |
1979 | 2024-03-26T18:28:07.721Z | |
1980 | 2024-03-26T18:28:07.721Z | real 11.542462367 |
1981 | 2024-03-26T18:28:07.721Z | user 9.116968408 |
1982 | 2024-03-26T18:28:07.721Z | sys 3.582834810 |
1983 | 2024-03-26T18:28:07.721Z | trap 0.004628273 |
1984 | 2024-03-26T18:28:07.722Z | tflt 0.006861386 |
1985 | 2024-03-26T18:28:07.749Z | dflt 0.056654268 |
1986 | 2024-03-26T18:28:07.749Z | kflt 0.000000000 |
1987 | 2024-03-26T18:28:07.749Z | lock 32.358032229 |
1988 | 2024-03-26T18:28:07.749Z | slp 45.242652725 |
1989 | 2024-03-26T18:28:07.749Z | lat 0.181274360 |
1990 | 2024-03-26T18:28:07.749Z | stop 0.080852675 |
1991 | 2024-03-26T18:28:07.749Z | + cp target/debug/commtest /work/commtest |
1992 | 2024-03-26T18:28:08.091Z | + mkdir -p /work/end-to-end-tests |
1993 | 2024-03-26T18:28:08.529Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1994 | 2024-03-26T18:28:08.555Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1995 | 2024-03-26T18:28:08.555Z | + ptime -m gzip |
1996 | 2024-03-26T18:28:08.555Z | ++ basename target/debug/bootstrap |
1997 | 2024-03-26T18:28:22.660Z | |
1998 | 2024-03-26T18:28:22.660Z | real 14.508281866 |
1999 | 2024-03-26T18:28:22.660Z | user 14.361548093 |
2000 | 2024-03-26T18:28:22.660Z | sys 0.131058520 |
2001 | 2024-03-26T18:28:22.660Z | trap 0.003551057 |
2002 | 2024-03-26T18:28:22.687Z | tflt 0.000000000 |
2003 | 2024-03-26T18:28:22.687Z | dflt 0.000000000 |
2004 | 2024-03-26T18:28:22.687Z | kflt 0.000000000 |
2005 | 2024-03-26T18:28:22.687Z | lock 0.000000000 |
2006 | 2024-03-26T18:28:22.687Z | slp 0.000000000 |
2007 | 2024-03-26T18:28:22.687Z | lat 0.011570299 |
2008 | 2024-03-26T18:28:22.687Z | stop 0.000453062 |
2009 | 2024-03-26T18:28:22.687Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2010 | 2024-03-26T18:28:22.687Z | + ptime -m gzip |
2011 | 2024-03-26T18:28:22.687Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cdb0b653f05d35f0 |
2012 | 2024-03-26T18:28:24.075Z | |
2013 | 2024-03-26T18:28:24.075Z | real 1.404713919 |
2014 | 2024-03-26T18:28:24.075Z | user 1.388737071 |
2015 | 2024-03-26T18:28:24.075Z | sys 0.014647600 |
2016 | 2024-03-26T18:28:24.075Z | trap 0.000320926 |
2017 | 2024-03-26T18:28:24.075Z | tflt 0.000000000 |
2018 | 2024-03-26T18:28:24.075Z | dflt 0.000000000 |
2019 | 2024-03-26T18:28:24.075Z | kflt 0.000000000 |
2020 | 2024-03-26T18:28:24.075Z | lock 0.000000000 |
2021 | 2024-03-26T18:28:24.075Z | slp 0.000000000 |
2022 | 2024-03-26T18:28:24.075Z | lat 0.000644289 |
2023 | 2024-03-26T18:28:24.100Z | stop 0.000262139 |
2024 | 2024-03-26T18:28:24.100Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2025 | 2024-03-26T18:28:24.100Z | + ptime -m gzip |
2026 | 2024-03-26T18:28:24.100Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3cb81999e7440661 |
2027 | 2024-03-26T18:28:25.987Z | |
2028 | 2024-03-26T18:28:25.987Z | real 1.402521586 |
2029 | 2024-03-26T18:28:25.987Z | user 1.386291874 |
2030 | 2024-03-26T18:28:25.987Z | sys 0.015524889 |
2031 | 2024-03-26T18:28:25.987Z | trap 0.000195717 |
2032 | 2024-03-26T18:28:25.987Z | tflt 0.000000000 |
2033 | 2024-03-26T18:28:25.987Z | dflt 0.000000000 |
2034 | 2024-03-26T18:28:25.987Z | kflt 0.000000000 |
2035 | 2024-03-26T18:28:25.987Z | lock 0.000000000 |
2036 | 2024-03-26T18:28:25.987Z | slp 0.000000000 |
2037 | 2024-03-26T18:28:25.987Z | lat 0.000185282 |
2038 | 2024-03-26T18:28:25.987Z | stop 0.000237831 |
2039 | 2024-03-26T18:28:25.988Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2040 | 2024-03-26T18:28:25.988Z | + ptime -m gzip |
2041 | 2024-03-26T18:28:25.988Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-e25b00f6d79ff279 |
2042 | 2024-03-26T18:28:26.881Z | |
2043 | 2024-03-26T18:28:26.882Z | real 1.377906122 |
2044 | 2024-03-26T18:28:26.882Z | user 1.363035364 |
2045 | 2024-03-26T18:28:26.882Z | sys 0.014150595 |
2046 | 2024-03-26T18:28:26.882Z | trap 0.000149927 |
2047 | 2024-03-26T18:28:26.882Z | tflt 0.000000000 |
2048 | 2024-03-26T18:28:26.882Z | dflt 0.000000000 |
2049 | 2024-03-26T18:28:26.882Z | kflt 0.000000000 |
2050 | 2024-03-26T18:28:26.923Z | lock 0.000000000 |
2051 | 2024-03-26T18:28:26.924Z | slp 0.000000000 |
2052 | 2024-03-26T18:28:26.924Z | lat 0.000213458 |
2053 | 2024-03-26T18:28:26.924Z | stop 0.000263281 |
2054 | 2024-03-26T18:28:26.924Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2055 | 2024-03-26T18:28:26.924Z | + ptime -m gzip |
2056 | 2024-03-26T18:28:26.924Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-92ca3720317208b2 |
2057 | 2024-03-26T18:28:41.649Z | |
2058 | 2024-03-26T18:28:41.650Z | real 14.763371509 |
2059 | 2024-03-26T18:28:41.650Z | user 14.637931594 |
2060 | 2024-03-26T18:28:41.650Z | sys 0.122007421 |
2061 | 2024-03-26T18:28:41.650Z | trap 0.001921455 |
2062 | 2024-03-26T18:28:41.650Z | tflt 0.000000000 |
2063 | 2024-03-26T18:28:41.650Z | dflt 0.000000000 |
2064 | 2024-03-26T18:28:41.650Z | kflt 0.000000000 |
2065 | 2024-03-26T18:28:41.650Z | lock 0.000000000 |
2066 | 2024-03-26T18:28:41.650Z | slp 0.000000000 |
2067 | 2024-03-26T18:28:41.676Z | lat 0.001149944 |
2068 | 2024-03-26T18:28:41.676Z | stop 0.000250331 |
2069 | 2024-03-26T18:28:41.676Z | + banner caboose-util |
2070 | 2024-03-26T18:28:41.676Z | |
2071 | 2024-03-26T18:28:41.676Z | #### ## ##### #### #### #### ###### # # ##### |
2072 | 2024-03-26T18:28:41.676Z | # # # # # # # # # # # # # # # |
2073 | 2024-03-26T18:28:41.676Z | # # # ##### # # # # #### ##### ##### # # # |
2074 | 2024-03-26T18:28:41.677Z | # ###### # # # # # # # # # # # |
2075 | 2024-03-26T18:28:41.677Z | # # # # # # # # # # # # # # # # |
2076 | 2024-03-26T18:28:41.677Z | #### # # ##### #### #### #### ###### #### # |
2077 | 2024-03-26T18:28:41.677Z | |
2078 | 2024-03-26T18:28:41.677Z | + ptime -m cargo build --locked -p caboose-util --release |
2079 | 2024-03-26T18:28:42.254Z | Downloading crates ... |
2080 | 2024-03-26T18:28:42.403Z | Downloaded bitfield v0.14.0 |
2081 | 2024-03-26T18:28:42.428Z | Downloaded crc-catalog v2.2.0 |
2082 | 2024-03-26T18:28:42.428Z | Downloaded funty v2.0.0 |
2083 | 2024-03-26T18:28:42.428Z | Downloaded crc v3.0.1 |
2084 | 2024-03-26T18:28:42.428Z | Downloaded tap v1.0.1 |
2085 | 2024-03-26T18:28:42.428Z | Downloaded smallvec v0.6.14 |
2086 | 2024-03-26T18:28:42.428Z | Downloaded wyz v0.5.1 |
2087 | 2024-03-26T18:28:42.428Z | Downloaded x509-cert v0.2.4 |
2088 | 2024-03-26T18:28:42.428Z | Downloaded rsa v0.9.2 |
2089 | 2024-03-26T18:28:42.453Z | Downloaded ron v0.8.1 |
2090 | 2024-03-26T18:28:42.453Z | Downloaded object v0.30.4 |
2091 | 2024-03-26T18:28:42.453Z | Downloaded num-bigint-dig v0.8.4 |
2092 | 2024-03-26T18:28:42.478Z | Downloaded hashbrown v0.13.2 |
2093 | 2024-03-26T18:28:42.478Z | Downloaded bitvec v1.0.1 |
2094 | 2024-03-26T18:28:42.478Z | Downloaded termcolor v1.2.0 |
2095 | 2024-03-26T18:28:42.478Z | Downloaded serde-hex v0.1.0 |
2096 | 2024-03-26T18:28:42.502Z | Downloaded pkcs1 v0.7.5 |
2097 | 2024-03-26T18:28:42.502Z | Downloaded packed_struct_codegen v0.10.1 |
2098 | 2024-03-26T18:28:42.502Z | Downloaded packed_struct v0.10.1 |
2099 | 2024-03-26T18:28:42.502Z | Downloaded nodrop v0.1.14 |
2100 | 2024-03-26T18:28:42.502Z | Downloaded maybe-uninit v2.0.0 |
2101 | 2024-03-26T18:28:42.502Z | Downloaded radium v0.7.0 |
2102 | 2024-03-26T18:28:42.502Z | Downloaded path-slash v0.1.5 |
2103 | 2024-03-26T18:28:42.502Z | Downloaded is-terminal v0.4.9 |
2104 | 2024-03-26T18:28:42.502Z | Downloaded env_logger v0.10.0 |
2105 | 2024-03-26T18:28:42.502Z | Downloaded crc-any v2.4.3 |
2106 | 2024-03-26T18:28:42.502Z | Downloaded array-init v0.0.4 |
2107 | 2024-03-26T18:28:42.617Z | Compiling proc-macro2 v1.0.78 |
2108 | 2024-03-26T18:28:42.617Z | Compiling unicode-ident v1.0.12 |
2109 | 2024-03-26T18:28:42.617Z | Compiling libc v0.2.153 |
2110 | 2024-03-26T18:28:42.642Z | Compiling serde v1.0.197 |
2111 | 2024-03-26T18:28:42.642Z | Compiling autocfg v1.1.0 |
2112 | 2024-03-26T18:28:42.642Z | Compiling version_check v0.9.4 |
2113 | 2024-03-26T18:28:42.642Z | Compiling cfg-if v1.0.0 |
2114 | 2024-03-26T18:28:42.761Z | Compiling typenum v1.16.0 |
2115 | 2024-03-26T18:28:42.791Z | Compiling once_cell v1.19.0 |
2116 | 2024-03-26T18:28:42.821Z | Compiling parking_lot_core v0.9.8 |
2117 | 2024-03-26T18:28:43.168Z | Compiling memchr v2.7.1 |
2118 | 2024-03-26T18:28:43.208Z | Compiling syn v1.0.109 |
2119 | 2024-03-26T18:28:43.243Z | Compiling generic-array v0.14.7 |
2120 | 2024-03-26T18:28:43.344Z | Compiling lock_api v0.4.10 |
2121 | 2024-03-26T18:28:43.478Z | Compiling byteorder v1.5.0 |
2122 | 2024-03-26T18:28:43.548Z | Compiling libm v0.2.7 |
2123 | 2024-03-26T18:28:43.720Z | Compiling num-traits v0.2.18 |
2124 | 2024-03-26T18:28:43.817Z | Compiling ahash v0.8.8 |
2125 | 2024-03-26T18:28:43.915Z | Compiling quote v1.0.35 |
2126 | 2024-03-26T18:28:43.946Z | Compiling serde_json v1.0.114 |
2127 | 2024-03-26T18:28:43.973Z | Compiling pkg-config v0.3.27 |
2128 | 2024-03-26T18:28:44.506Z | Compiling thiserror v1.0.57 |
2129 | 2024-03-26T18:28:44.532Z | Compiling syn v2.0.52 |
2130 | 2024-03-26T18:28:44.532Z | Compiling cc v1.0.83 |
2131 | 2024-03-26T18:28:44.532Z | Compiling getrandom v0.2.12 |
2132 | 2024-03-26T18:28:44.783Z | Compiling scopeguard v1.2.0 |
2133 | 2024-03-26T18:28:44.861Z | Compiling itoa v1.0.9 |
2134 | 2024-03-26T18:28:44.920Z | Compiling log v0.4.21 |
2135 | 2024-03-26T18:28:45.146Z | Compiling slab v0.4.9 |
2136 | 2024-03-26T18:28:45.383Z | Compiling rand_core v0.6.4 |
2137 | 2024-03-26T18:28:45.439Z | Compiling smallvec v1.13.1 |
2138 | 2024-03-26T18:28:45.905Z | Compiling vcpkg v0.2.15 |
2139 | 2024-03-26T18:28:46.573Z | Compiling pin-project-lite v0.2.13 |
2140 | 2024-03-26T18:28:46.674Z | Compiling parking_lot v0.12.1 |
2141 | 2024-03-26T18:28:46.789Z | Compiling const-oid v0.9.6 |
2142 | 2024-03-26T18:28:47.032Z | Compiling ryu v1.0.15 |
2143 | 2024-03-26T18:28:47.275Z | Compiling ring v0.17.8 |
2144 | 2024-03-26T18:28:47.305Z | Compiling openssl-sys v0.9.96 |
2145 | 2024-03-26T18:28:47.429Z | Compiling ucd-trie v0.1.6 |
2146 | 2024-03-26T18:28:47.868Z | Compiling signal-hook-registry v1.4.1 |
2147 | 2024-03-26T18:28:48.300Z | Compiling rustix v0.38.31 |
2148 | 2024-03-26T18:28:48.431Z | Compiling subtle v2.5.0 |
2149 | 2024-03-26T18:28:48.459Z | Compiling ring v0.16.20 |
2150 | 2024-03-26T18:28:48.700Z | Compiling mio v0.8.11 |
2151 | 2024-03-26T18:28:48.918Z | Compiling futures-core v0.3.30 |
2152 | 2024-03-26T18:28:49.118Z | Compiling tinyvec_macros v0.1.1 |
2153 | 2024-03-26T18:28:49.199Z | Compiling semver v1.0.22 |
2154 | 2024-03-26T18:28:49.315Z | Compiling tinyvec v1.6.0 |
2155 | 2024-03-26T18:28:50.116Z | Compiling spin v0.5.2 |
2156 | 2024-03-26T18:28:50.528Z | Compiling unicode-normalization v0.1.22 |
2157 | 2024-03-26T18:28:50.995Z | Compiling socket2 v0.5.5 |
2158 | 2024-03-26T18:28:51.026Z | Compiling num_cpus v1.16.0 |
2159 | 2024-03-26T18:28:51.134Z | Compiling futures-sink v0.3.30 |
2160 | 2024-03-26T18:28:51.479Z | Compiling heck v0.4.1 |
2161 | 2024-03-26T18:28:51.503Z | Compiling httparse v1.8.0 |
2162 | 2024-03-26T18:28:51.736Z | Compiling allocator-api2 v0.2.16 |
2163 | 2024-03-26T18:28:51.831Z | Compiling openssl v0.10.60 |
2164 | 2024-03-26T18:28:51.861Z | Compiling unicode-bidi v0.3.15 |
2165 | 2024-03-26T18:28:52.158Z | Compiling unicode-xid v0.2.4 |
2166 | 2024-03-26T18:28:52.279Z | Compiling synstructure v0.12.6 |
2167 | 2024-03-26T18:28:52.389Z | Compiling equivalent v1.0.1 |
2168 | 2024-03-26T18:28:52.500Z | Compiling time-core v0.1.2 |
2169 | 2024-03-26T18:28:52.642Z | Compiling num-conv v0.1.0 |
2170 | 2024-03-26T18:28:52.872Z | Compiling time-macros v0.2.17 |
2171 | 2024-03-26T18:28:52.912Z | Compiling futures-channel v0.3.30 |
2172 | 2024-03-26T18:28:53.214Z | Compiling rustls v0.21.9 |
2173 | 2024-03-26T18:28:53.439Z | Compiling crc32fast v1.3.2 |
2174 | 2024-03-26T18:28:53.597Z | Compiling ppv-lite86 v0.2.17 |
2175 | 2024-03-26T18:28:53.622Z | Compiling futures-io v0.3.30 |
2176 | 2024-03-26T18:28:53.803Z | Compiling futures-task v0.3.30 |
2177 | 2024-03-26T18:28:54.040Z | Compiling pin-utils v0.1.0 |
2178 | 2024-03-26T18:28:54.131Z | Compiling native-tls v0.2.11 |
2179 | 2024-03-26T18:28:54.259Z | Compiling rand_chacha v0.3.1 |
2180 | 2024-03-26T18:28:54.378Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2181 | 2024-03-26T18:28:54.731Z | Compiling spin v0.9.8 |
2182 | 2024-03-26T18:28:54.755Z | Compiling tracing-core v0.1.32 |
2183 | 2024-03-26T18:28:54.779Z | Compiling base64ct v1.6.0 |
2184 | 2024-03-26T18:28:55.151Z | Compiling serde_derive v1.0.197 |
2185 | 2024-03-26T18:28:55.369Z | Compiling zeroize_derive v1.4.2 |
2186 | 2024-03-26T18:28:55.418Z | Compiling zerocopy-derive v0.7.32 |
2187 | 2024-03-26T18:28:55.418Z | Compiling thiserror-impl v1.0.57 |
2188 | 2024-03-26T18:28:55.418Z | Compiling tokio-macros v2.2.0 |
2189 | 2024-03-26T18:28:55.579Z | Compiling futures-macro v0.3.30 |
2190 | 2024-03-26T18:28:55.869Z | Compiling tracing-attributes v0.1.27 |
2191 | 2024-03-26T18:28:56.406Z | Compiling der_derive v0.7.2 |
2192 | 2024-03-26T18:28:56.554Z | Compiling zeroize v1.7.0 |
2193 | 2024-03-26T18:28:57.025Z | Compiling zerocopy v0.7.32 |
2194 | 2024-03-26T18:28:57.719Z | Compiling pest v2.7.6 |
2195 | 2024-03-26T18:28:58.099Z | Compiling crypto-common v0.1.6 |
2196 | 2024-03-26T18:28:58.575Z | Compiling block-buffer v0.10.4 |
2197 | 2024-03-26T18:28:59.017Z | Compiling digest v0.10.7 |
2198 | 2024-03-26T18:28:59.017Z | Compiling zerocopy-derive v0.2.0 |
2199 | 2024-03-26T18:28:59.017Z | Compiling openssl-macros v0.1.1 |
2200 | 2024-03-26T18:28:59.045Z | Compiling hashbrown v0.14.3 |
2201 | 2024-03-26T18:28:59.045Z | Compiling futures-util v0.3.30 |
2202 | 2024-03-26T18:28:59.146Z | Compiling tracing v0.1.40 |
2203 | 2024-03-26T18:28:59.294Z | Compiling pem-rfc7468 v0.7.0 |
2204 | 2024-03-26T18:28:59.565Z | Compiling scroll_derive v0.12.0 |
2205 | 2024-03-26T18:28:59.905Z | Compiling pest_meta v2.7.6 |
2206 | 2024-03-26T18:28:59.999Z | Compiling zerocopy-derive v0.6.4 |
2207 | 2024-03-26T18:28:59.999Z | Compiling rand v0.8.5 |
2208 | 2024-03-26T18:29:00.697Z | Compiling usdt-impl v0.3.5 |
2209 | 2024-03-26T18:29:00.743Z | Compiling cookie v0.17.0 |
2210 | 2024-03-26T18:29:00.802Z | Compiling schemars v0.8.16 |
2211 | 2024-03-26T18:29:00.984Z | Compiling pest_generator v2.7.6 |
2212 | 2024-03-26T18:29:01.469Z | Compiling signal-hook v0.3.17 |
2213 | 2024-03-26T18:29:01.546Z | Compiling flagset v0.4.3 |
2214 | 2024-03-26T18:29:01.715Z | Compiling percent-encoding v2.3.1 |
2215 | 2024-03-26T18:29:01.992Z | Compiling der v0.7.8 |
2216 | 2024-03-26T18:29:02.415Z | Compiling serde_derive_internals v0.26.0 |
2217 | 2024-03-26T18:29:03.343Z | Compiling pest_derive v2.7.6 |
2218 | 2024-03-26T18:29:04.198Z | Compiling errno v0.3.8 |
2219 | 2024-03-26T18:29:04.375Z | Compiling fnv v1.0.7 |
2220 | 2024-03-26T18:29:04.423Z | Compiling schemars_derive v0.8.16 |
2221 | 2024-03-26T18:29:04.496Z | Compiling spki v0.7.2 |
2222 | 2024-03-26T18:29:05.682Z | Compiling zerocopy v0.3.0 |
2223 | 2024-03-26T18:29:06.075Z | Compiling bytes v1.5.0 |
2224 | 2024-03-26T18:29:06.591Z | Compiling bitflags v2.4.2 |
2225 | 2024-03-26T18:29:06.903Z | Compiling tokio v1.36.0 |
2226 | 2024-03-26T18:29:07.080Z | Compiling indexmap v2.2.5 |
2227 | 2024-03-26T18:29:07.647Z | Compiling rustc_version v0.4.0 |
2228 | 2024-03-26T18:29:08.213Z | Compiling heapless v0.7.16 |
2229 | 2024-03-26T18:29:08.372Z | Compiling http v0.2.12 |
2230 | 2024-03-26T18:29:08.488Z | Compiling uuid v1.7.0 |
2231 | 2024-03-26T18:29:08.566Z | Compiling lazy_static v1.4.0 |
2232 | 2024-03-26T18:29:09.627Z | Compiling backtrace v0.3.69 |
2233 | 2024-03-26T18:29:09.935Z | Compiling thread-id v4.2.0 |
2234 | 2024-03-26T18:29:10.044Z | Compiling num-bigint v0.4.4 |
2235 | 2024-03-26T18:29:10.250Z | Compiling async-trait v0.1.77 |
2236 | 2024-03-26T18:29:10.423Z | Compiling base64 v0.21.7 |
2237 | 2024-03-26T18:29:10.462Z | Compiling crossbeam-utils v0.8.19 |
2238 | 2024-03-26T18:29:10.618Z | Compiling powerfmt v0.2.0 |
2239 | 2024-03-26T18:29:10.934Z | Compiling foreign-types-shared v0.1.1 |
2240 | 2024-03-26T18:29:11.320Z | Compiling smoltcp v0.9.1 |
2241 | 2024-03-26T18:29:11.351Z | Compiling iana-time-zone v0.1.57 |
2242 | 2024-03-26T18:29:11.462Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2243 | 2024-03-26T18:29:11.650Z | Compiling untrusted v0.9.0 |
2244 | 2024-03-26T18:29:11.798Z | Compiling untrusted v0.7.1 |
2245 | 2024-03-26T18:29:12.013Z | Compiling chrono v0.4.34 |
2246 | 2024-03-26T18:29:12.719Z | Compiling foreign-types v0.3.2 |
2247 | 2024-03-26T18:29:12.760Z | Compiling deranged v0.3.11 |
2248 | 2024-03-26T18:29:12.866Z | Compiling dof v0.1.5 |
2249 | 2024-03-26T18:29:13.520Z | Compiling dtrace-parser v0.1.14 |
2250 | 2024-03-26T18:29:14.414Z | Compiling tokio-util v0.7.10 |
2251 | 2024-03-26T18:29:14.724Z | Compiling form_urlencoded v1.2.1 |
2252 | 2024-03-26T18:29:14.906Z | Compiling hmac v0.12.1 |
2253 | 2024-03-26T18:29:14.947Z | Compiling clap_derive v4.5.0 |
2254 | 2024-03-26T18:29:15.011Z | Compiling num-integer v0.1.46 |
2255 | 2024-03-26T18:29:15.241Z | Compiling anstyle v1.0.2 |
2256 | 2024-03-26T18:29:15.643Z | Compiling siphasher v0.3.11 |
2257 | 2024-03-26T18:29:15.674Z | Compiling rustversion v1.0.14 |
2258 | 2024-03-26T18:29:15.972Z | Compiling cpufeatures v0.2.12 |
2259 | 2024-03-26T18:29:16.157Z | Compiling try-lock v0.2.4 |
2260 | 2024-03-26T18:29:16.260Z | Compiling adler v1.0.2 |
2261 | 2024-03-26T18:29:16.297Z | Compiling num_threads v0.1.6 |
2262 | 2024-03-26T18:29:16.297Z | Compiling utf8parse v0.2.1 |
2263 | 2024-03-26T18:29:16.387Z | Compiling miniz_oxide v0.7.1 |
2264 | 2024-03-26T18:29:16.427Z | Compiling anstyle-parse v0.2.1 |
2265 | 2024-03-26T18:29:16.533Z | Compiling time v0.3.34 |
2266 | 2024-03-26T18:29:16.568Z | Compiling want v0.3.1 |
2267 | 2024-03-26T18:29:17.472Z | Compiling sha2 v0.10.8 |
2268 | 2024-03-26T18:29:18.548Z | Compiling h2 v0.3.24 |
2269 | 2024-03-26T18:29:20.471Z | Compiling sct v0.7.0 |
2270 | 2024-03-26T18:29:20.657Z | Compiling rustls-webpki v0.101.7 |
2271 | 2024-03-26T18:29:20.827Z | Compiling http-body v0.4.5 |
2272 | 2024-03-26T18:29:21.271Z | Compiling serde_tokenstream v0.1.7 |
2273 | 2024-03-26T18:29:21.747Z | Compiling pkcs8 v0.10.2 |
2274 | 2024-03-26T18:29:21.898Z | Compiling hubpack_derive v0.1.1 |
2275 | 2024-03-26T18:29:22.136Z | Compiling idna v0.5.0 |
2276 | 2024-03-26T18:29:22.705Z | Compiling aho-corasick v1.1.2 |
2277 | 2024-03-26T18:29:22.807Z | Compiling usdt-impl v0.5.0 |
2278 | 2024-03-26T18:29:23.116Z | Compiling httpdate v1.0.3 |
2279 | 2024-03-26T18:29:23.240Z | Compiling anstyle-query v1.0.0 |
2280 | 2024-03-26T18:29:23.481Z | Compiling regex-syntax v0.8.2 |
2281 | 2024-03-26T18:29:23.548Z | Compiling colorchoice v1.0.0 |
2282 | 2024-03-26T18:29:24.108Z | Compiling openssl-probe v0.1.5 |
2283 | 2024-03-26T18:29:24.611Z | Compiling anyhow v1.0.79 |
2284 | 2024-03-26T18:29:25.087Z | Compiling radium v0.7.0 |
2285 | 2024-03-26T18:29:25.167Z | Compiling tower-service v0.3.2 |
2286 | 2024-03-26T18:29:25.439Z | Compiling slog v2.7.0 |
2287 | 2024-03-26T18:29:25.794Z | Compiling hyper v0.14.28 |
2288 | 2024-03-26T18:29:26.410Z | Compiling regex-automata v0.4.5 |
2289 | 2024-03-26T18:29:34.676Z | Compiling anstream v0.6.11 |
2290 | 2024-03-26T18:29:34.849Z | Compiling url v2.5.0 |
2291 | 2024-03-26T18:29:34.902Z | Compiling terminal_size v0.3.0 |
2292 | 2024-03-26T18:29:34.902Z | Compiling toml_datetime v0.6.5 |
2293 | 2024-03-26T18:29:34.902Z | Compiling serde_spanned v0.6.5 |
2294 | 2024-03-26T18:29:34.902Z | Compiling zerocopy v0.6.4 |
2295 | 2024-03-26T18:29:34.902Z | Compiling scroll v0.12.0 |
2296 | 2024-03-26T18:29:34.902Z | Compiling md-5 v0.10.5 |
2297 | 2024-03-26T18:29:34.902Z | Compiling stringprep v0.1.3 |
2298 | 2024-03-26T18:29:34.902Z | Compiling idna v0.3.0 |
2299 | 2024-03-26T18:29:34.902Z | Compiling diesel_table_macro_syntax v0.1.0 |
2300 | 2024-03-26T18:29:34.902Z | Compiling hash32 v0.2.1 |
2301 | 2024-03-26T18:29:34.902Z | Compiling plain v0.2.3 |
2302 | 2024-03-26T18:29:34.902Z | Compiling clap_lex v0.7.0 |
2303 | 2024-03-26T18:29:34.902Z | Compiling maybe-uninit v2.0.0 |
2304 | 2024-03-26T18:29:34.940Z | Compiling strsim v0.11.0 |
2305 | 2024-03-26T18:29:35.008Z | Compiling stable_deref_trait v1.2.0 |
2306 | 2024-03-26T18:29:35.075Z | Compiling dyn-clone v1.0.17 |
2307 | 2024-03-26T18:29:35.108Z | Compiling gimli v0.28.0 |
2308 | 2024-03-26T18:29:35.187Z | Compiling fallible-iterator v0.2.0 |
2309 | 2024-03-26T18:29:35.250Z | Compiling psl-types v2.0.11 |
2310 | 2024-03-26T18:29:35.532Z | Compiling uuid v0.8.2 |
2311 | 2024-03-26T18:29:35.582Z | Compiling tap v1.0.1 |
2312 | 2024-03-26T18:29:35.776Z | Compiling postgres-protocol v0.6.6 |
2313 | 2024-03-26T18:29:35.979Z | Compiling wyz v0.5.1 |
2314 | 2024-03-26T18:29:36.340Z | Compiling publicsuffix v2.2.3 |
2315 | 2024-03-26T18:29:36.605Z | Compiling clap_builder v4.5.1 |
2316 | 2024-03-26T18:29:36.718Z | Compiling diesel_derives v2.1.2 |
2317 | 2024-03-26T18:29:36.757Z | Compiling goblin v0.8.0 |
2318 | 2024-03-26T18:29:37.694Z | Compiling tokio-rustls v0.24.1 |
2319 | 2024-03-26T18:29:38.493Z | Compiling addr2line v0.21.0 |
2320 | 2024-03-26T18:29:39.034Z | Compiling strum_macros v0.25.2 |
2321 | 2024-03-26T18:29:40.268Z | Compiling tokio-native-tls v0.3.1 |
2322 | 2024-03-26T18:29:40.959Z | Compiling usdt-macro v0.3.5 |
2323 | 2024-03-26T18:29:42.382Z | Compiling usdt-attr-macro v0.3.5 |
2324 | 2024-03-26T18:29:43.408Z | Compiling phf_shared v0.11.2 |
2325 | 2024-03-26T18:29:43.624Z | Compiling num-iter v0.1.44 |
2326 | 2024-03-26T18:29:44.137Z | Compiling block-padding v0.3.3 |
2327 | 2024-03-26T18:29:44.185Z | Compiling enum-as-inner v0.5.1 |
2328 | 2024-03-26T18:29:44.339Z | Compiling serde_repr v0.1.16 |
2329 | 2024-03-26T18:29:45.190Z | Compiling ff v0.13.0 |
2330 | 2024-03-26T18:29:45.414Z | Compiling scheduled-thread-pool v0.2.7 |
2331 | 2024-03-26T18:29:46.731Z | Compiling object v0.32.1 |
2332 | 2024-03-26T18:29:47.392Z | Compiling num-bigint-dig v0.8.4 |
2333 | 2024-03-26T18:29:47.670Z | Compiling ipnet v2.9.0 |
2334 | 2024-03-26T18:29:48.305Z | Compiling winnow v0.5.15 |
2335 | 2024-03-26T18:29:49.401Z | Compiling base16ct v0.2.0 |
2336 | 2024-03-26T18:29:49.576Z | Compiling funty v2.0.0 |
2337 | 2024-03-26T18:29:51.077Z | Compiling rustc-demangle v0.1.23 |
2338 | 2024-03-26T18:29:51.589Z | Compiling pretty-hex v0.4.1 |
2339 | 2024-03-26T18:29:51.795Z | Compiling packed_struct v0.10.1 |
2340 | 2024-03-26T18:29:51.833Z | Compiling bitflags v1.3.2 |
2341 | 2024-03-26T18:29:51.887Z | Compiling regex-automata v0.1.10 |
2342 | 2024-03-26T18:29:51.930Z | Compiling matches v0.1.10 |
2343 | 2024-03-26T18:29:52.288Z | Compiling managed v0.8.0 |
2344 | 2024-03-26T18:29:52.632Z | Compiling bit-vec v0.6.3 |
2345 | 2024-03-26T18:29:52.796Z | Compiling bstr v0.2.17 |
2346 | 2024-03-26T18:29:53.954Z | Compiling idna v0.2.3 |
2347 | 2024-03-26T18:29:54.311Z | Compiling dof v0.3.0 |
2348 | 2024-03-26T18:29:55.835Z | Compiling toml_edit v0.19.15 |
2349 | 2024-03-26T18:29:57.935Z | Compiling bitvec v1.0.1 |
2350 | 2024-03-26T18:29:57.962Z | Compiling sec1 v0.7.3 |
2351 | 2024-03-26T18:29:59.012Z | Compiling r2d2 v0.8.10 |
2352 | 2024-03-26T18:29:59.322Z | Compiling group v0.13.0 |
2353 | 2024-03-26T18:29:59.349Z | Compiling inout v0.1.3 |
2354 | 2024-03-26T18:30:00.791Z | Compiling phf v0.11.2 |
2355 | 2024-03-26T18:30:01.037Z | Compiling hyper-tls v0.5.0 |
2356 | 2024-03-26T18:30:01.248Z | Compiling clap v4.5.1 |
2357 | 2024-03-26T18:30:01.344Z | Compiling signal-hook-mio v0.2.3 |
2358 | 2024-03-26T18:30:01.371Z | Compiling cookie_store v0.20.0 |
2359 | 2024-03-26T18:30:01.423Z | Compiling flate2 v1.0.28 |
2360 | 2024-03-26T18:30:01.489Z | Compiling hyper-rustls v0.24.2 |
2361 | 2024-03-26T18:30:01.796Z | Compiling bzip2 v0.4.4 |
2362 | 2024-03-26T18:30:02.103Z | Compiling ipnetwork v0.20.0 |
2363 | 2024-03-26T18:30:02.272Z | Compiling postgres-types v0.2.6 |
2364 | 2024-03-26T18:30:02.344Z | Compiling regex v1.10.3 |
2365 | 2024-03-26T18:30:02.756Z | Compiling hubpack v0.1.2 |
2366 | 2024-03-26T18:30:02.851Z | Compiling rustls-pemfile v1.0.3 |
2367 | 2024-03-26T18:30:03.153Z | Compiling phf_shared v0.10.0 |
2368 | 2024-03-26T18:30:03.199Z | Compiling hkdf v0.12.4 |
2369 | 2024-03-26T18:30:03.227Z | Compiling serde_urlencoded v0.7.1 |
2370 | 2024-03-26T18:30:03.463Z | Compiling dtrace-parser v0.2.0 |
2371 | 2024-03-26T18:30:03.489Z | Compiling futures-executor v0.3.30 |
2372 | 2024-03-26T18:30:04.540Z | Compiling crypto-bigint v0.5.2 |
2373 | 2024-03-26T18:30:04.566Z | Compiling packed_struct_codegen v0.10.1 |
2374 | 2024-03-26T18:30:05.270Z | Compiling float-cmp v0.9.0 |
2375 | 2024-03-26T18:30:05.559Z | Compiling indexmap v1.9.3 |
2376 | 2024-03-26T18:30:05.805Z | Compiling encoding_rs v0.8.33 |
2377 | 2024-03-26T18:30:06.430Z | Compiling sync_wrapper v0.1.2 |
2378 | 2024-03-26T18:30:06.459Z | Compiling precomputed-hash v0.1.1 |
2379 | 2024-03-26T18:30:06.542Z | Compiling unicode-segmentation v1.10.1 |
2380 | 2024-03-26T18:30:07.152Z | Compiling data-encoding v2.4.0 |
2381 | 2024-03-26T18:30:07.215Z | Compiling minimal-lexical v0.2.1 |
2382 | 2024-03-26T18:30:07.244Z | Compiling mime v0.3.17 |
2383 | 2024-03-26T18:30:07.630Z | Compiling webpki-roots v0.25.2 |
2384 | 2024-03-26T18:30:07.691Z | Compiling nodrop v0.1.14 |
2385 | 2024-03-26T18:30:07.779Z | Compiling static_assertions v1.1.0 |
2386 | 2024-03-26T18:30:07.812Z | Compiling fixedbitset v0.4.2 |
2387 | 2024-03-26T18:30:07.875Z | Compiling unicode-width v0.1.11 |
2388 | 2024-03-26T18:30:08.195Z | Compiling winnow v0.6.1 |
2389 | 2024-03-26T18:30:08.581Z | Compiling new_debug_unreachable v1.0.4 |
2390 | 2024-03-26T18:30:08.785Z | Compiling crc-catalog v2.2.0 |
2391 | 2024-03-26T18:30:08.924Z | Compiling normalize-line-endings v0.3.0 |
2392 | 2024-03-26T18:30:08.948Z | Compiling either v1.10.0 |
2393 | 2024-03-26T18:30:09.038Z | Compiling difflib v0.4.0 |
2394 | 2024-03-26T18:30:09.297Z | Compiling predicates-core v1.0.6 |
2395 | 2024-03-26T18:30:09.418Z | Compiling whoami v1.5.0 |
2396 | 2024-03-26T18:30:09.580Z | Compiling predicates v3.1.0 |
2397 | 2024-03-26T18:30:09.889Z | Compiling tokio-postgres v0.7.10 |
2398 | 2024-03-26T18:30:10.116Z | Compiling itertools v0.10.5 |
2399 | 2024-03-26T18:30:10.913Z | Compiling toml_edit v0.22.6 |
2400 | 2024-03-26T18:30:11.808Z | Compiling crc v3.0.1 |
2401 | 2024-03-26T18:30:12.387Z | Compiling string_cache v0.8.7 |
2402 | 2024-03-26T18:30:13.169Z | Compiling petgraph v0.6.4 |
2403 | 2024-03-26T18:30:14.119Z | Compiling console v0.15.8 |
2404 | 2024-03-26T18:30:14.617Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2405 | 2024-03-26T18:30:16.373Z | Compiling array-init v0.0.4 |
2406 | 2024-03-26T18:30:16.843Z | Compiling reqwest v0.11.24 |
2407 | 2024-03-26T18:30:17.478Z | Compiling trust-dns-proto v0.22.0 |
2408 | 2024-03-26T18:30:19.222Z | Compiling nom v7.1.3 |
2409 | 2024-03-26T18:30:20.982Z | Compiling similar v2.4.0 |
2410 | 2024-03-26T18:30:23.866Z | Compiling elliptic-curve v0.13.8 |
2411 | 2024-03-26T18:30:26.392Z | Compiling futures v0.3.30 |
2412 | 2024-03-26T18:30:27.243Z | Compiling diesel v2.1.4 |
2413 | 2024-03-26T18:30:27.767Z | Compiling smallvec v0.6.14 |
2414 | 2024-03-26T18:30:27.970Z | Compiling zip v0.6.6 |
2415 | 2024-03-26T18:30:28.182Z | Compiling yasna v0.5.2 |
2416 | 2024-03-26T18:30:28.271Z | Compiling crossterm v0.27.0 |
2417 | 2024-03-26T18:30:28.982Z | Compiling crossbeam-epoch v0.9.18 |
2418 | 2024-03-26T18:30:29.537Z | Compiling cipher v0.4.4 |
2419 | 2024-03-26T18:30:30.569Z | Compiling toml v0.7.8 |
2420 | 2024-03-26T18:30:31.063Z | Compiling bit-set v0.5.3 |
2421 | 2024-03-26T18:30:31.090Z | Compiling usdt v0.3.5 |
2422 | 2024-03-26T18:30:31.825Z | Compiling bstr v1.9.0 |
2423 | 2024-03-26T18:30:32.288Z | Compiling pkcs1 v0.7.5 |
2424 | 2024-03-26T18:30:32.365Z | Compiling tokio-stream v0.1.14 |
2425 | 2024-03-26T18:30:32.807Z | Compiling is-terminal v0.4.9 |
2426 | 2024-03-26T18:30:32.933Z | Compiling openapiv3 v2.0.0 |
2427 | 2024-03-26T18:30:33.152Z | Compiling hex v0.4.3 |
2428 | 2024-03-26T18:30:33.730Z | Compiling signature v2.1.0 |
2429 | 2024-03-26T18:30:35.908Z | Compiling lalrpop-util v0.19.12 |
2430 | 2024-03-26T18:30:36.346Z | Compiling bitfield v0.14.0 |
2431 | 2024-03-26T18:30:36.447Z | Compiling termcolor v1.2.0 |
2432 | 2024-03-26T18:30:37.138Z | Compiling hashbrown v0.12.3 |
2433 | 2024-03-26T18:30:37.317Z | Compiling env_logger v0.10.0 |
2434 | 2024-03-26T18:30:38.677Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2435 | 2024-03-26T18:30:41.384Z | Compiling rsa v0.9.2 |
2436 | 2024-03-26T18:30:47.386Z | Compiling serde-hex v0.1.0 |
2437 | 2024-03-26T18:30:51.507Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2438 | 2024-03-26T18:30:54.010Z | Compiling ron v0.8.1 |
2439 | 2024-03-26T18:30:54.723Z | Compiling x509-cert v0.2.4 |
2440 | 2024-03-26T18:30:55.223Z | Compiling hashbrown v0.13.2 |
2441 | 2024-03-26T18:30:56.588Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2442 | 2024-03-26T18:31:00.476Z | Compiling crc-any v2.4.3 |
2443 | 2024-03-26T18:31:06.614Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2444 | 2024-03-26T18:31:22.138Z | Compiling object v0.30.4 |
2445 | 2024-03-26T18:31:22.599Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2446 | 2024-03-26T18:31:29.417Z | Compiling path-slash v0.1.5 |
2447 | 2024-03-26T18:31:29.615Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2448 | 2024-03-26T18:31:53.177Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2449 | 2024-03-26T18:31:54.120Z | Finished release [optimized] target(s) in 3m 12s |
2450 | 2024-03-26T18:31:54.185Z | |
2451 | 2024-03-26T18:31:54.185Z | real 3:12.501052225 |
2452 | 2024-03-26T18:31:54.185Z | user 20:20.237494054 |
2453 | 2024-03-26T18:31:54.185Z | sys 2:41.146751396 |
2454 | 2024-03-26T18:31:54.185Z | trap 0.694982106 |
2455 | 2024-03-26T18:31:54.185Z | tflt 0.711118858 |
2456 | 2024-03-26T18:31:54.185Z | dflt 0.549124047 |
2457 | 2024-03-26T18:31:54.185Z | kflt 0.000306551 |
2458 | 2024-03-26T18:31:54.185Z | lock 45:34.509578465 |
2459 | 2024-03-26T18:31:54.186Z | slp 59:55.818046133 |
2460 | 2024-03-26T18:31:54.186Z | lat 1:20.361606866 |
2461 | 2024-03-26T18:31:54.186Z | stop 1:24.720210331 |
2462 | 2024-03-26T18:31:54.216Z | + ptime -m gzip |
2463 | 2024-03-26T18:31:55.013Z | |
2464 | 2024-03-26T18:31:55.013Z | real 0.413845437 |
2465 | 2024-03-26T18:31:55.013Z | user 0.407302868 |
2466 | 2024-03-26T18:31:55.047Z | sys 0.005969992 |
2467 | 2024-03-26T18:31:55.047Z | trap 0.000052303 |
2468 | 2024-03-26T18:31:55.047Z | tflt 0.000000000 |
2469 | 2024-03-26T18:31:55.047Z | dflt 0.000000000 |
2470 | 2024-03-26T18:31:55.047Z | kflt 0.000000000 |
2471 | 2024-03-26T18:31:55.047Z | lock 0.000000000 |
2472 | 2024-03-26T18:31:55.047Z | slp 0.000000000 |
2473 | 2024-03-26T18:31:55.047Z | lat 0.000188901 |
2474 | 2024-03-26T18:31:55.047Z | stop 0.000245671 |
2475 | 2024-03-26T18:31:55.047Z | + banner tufaceous |
2476 | 2024-03-26T18:31:55.047Z | |
2477 | 2024-03-26T18:31:55.047Z | ##### # # ###### ## #### ###### #### # # #### |
2478 | 2024-03-26T18:31:55.047Z | # # # # # # # # # # # # # # |
2479 | 2024-03-26T18:31:55.047Z | # # # ##### # # # ##### # # # # #### |
2480 | 2024-03-26T18:31:55.048Z | # # # # ###### # # # # # # # |
2481 | 2024-03-26T18:31:55.048Z | # # # # # # # # # # # # # # # |
2482 | 2024-03-26T18:31:55.048Z | # #### # # # #### ###### #### #### #### |
2483 | 2024-03-26T18:31:55.048Z | |
2484 | 2024-03-26T18:31:55.048Z | + ptime -m cargo build --locked -p tufaceous --release |
2485 | 2024-03-26T18:31:55.236Z | Downloading crates ... |
2486 | 2024-03-26T18:31:55.457Z | Downloaded async-recursion v1.0.5 |
2487 | 2024-03-26T18:31:55.487Z | Downloaded fs-err v2.11.0 |
2488 | 2024-03-26T18:31:55.487Z | Downloaded snafu-derive v0.7.5 |
2489 | 2024-03-26T18:31:55.487Z | Downloaded buf-list v1.0.3 |
2490 | 2024-03-26T18:31:55.487Z | Downloaded doc-comment v0.3.3 |
2491 | 2024-03-26T18:31:55.487Z | Downloaded parse-size v1.0.0 |
2492 | 2024-03-26T18:31:55.487Z | Downloaded globset v0.4.13 |
2493 | 2024-03-26T18:31:55.487Z | Downloaded serde_plain v1.0.2 |
2494 | 2024-03-26T18:31:55.487Z | Downloaded pin-project-internal v1.1.3 |
2495 | 2024-03-26T18:31:55.487Z | Downloaded snafu v0.7.5 |
2496 | 2024-03-26T18:31:55.532Z | Downloaded typed-path v0.7.0 |
2497 | 2024-03-26T18:31:55.532Z | Downloaded tough v0.16.0 |
2498 | 2024-03-26T18:31:55.532Z | Downloaded pin-project v1.1.3 |
2499 | 2024-03-26T18:31:55.532Z | Downloaded olpc-cjson v0.1.3 |
2500 | 2024-03-26T18:31:55.640Z | Compiling serde_tokenstream v0.2.0 |
2501 | 2024-03-26T18:31:55.669Z | Compiling regress v0.9.0 |
2502 | 2024-03-26T18:31:55.703Z | Compiling dirs-sys-next v0.1.2 |
2503 | 2024-03-26T18:31:55.703Z | Compiling strsim v0.10.0 |
2504 | 2024-03-26T18:31:55.704Z | Compiling rustls-pki-types v1.3.0 |
2505 | 2024-03-26T18:31:55.704Z | Compiling heck v0.4.1 |
2506 | 2024-03-26T18:31:55.704Z | Compiling ident_case v1.0.1 |
2507 | 2024-03-26T18:31:55.854Z | Compiling getopts v0.2.21 |
2508 | 2024-03-26T18:31:56.084Z | Compiling darling_core v0.20.3 |
2509 | 2024-03-26T18:31:56.315Z | Compiling dirs-next v2.0.0 |
2510 | 2024-03-26T18:31:56.514Z | Compiling thread_local v1.1.7 |
2511 | 2024-03-26T18:31:56.568Z | Compiling camino v1.1.6 |
2512 | 2024-03-26T18:31:56.683Z | Compiling slog-async v2.8.0 |
2513 | 2024-03-26T18:31:56.711Z | Compiling unsafe-libyaml v0.2.10 |
2514 | 2024-03-26T18:31:56.796Z | Compiling rustls v0.22.2 |
2515 | 2024-03-26T18:31:57.048Z | Compiling term v0.7.0 |
2516 | 2024-03-26T18:31:57.083Z | Compiling rustls-webpki v0.102.1 |
2517 | 2024-03-26T18:31:57.230Z | Compiling crossbeam-channel v0.5.8 |
2518 | 2024-03-26T18:31:58.117Z | Compiling serde_yaml v0.9.25 |
2519 | 2024-03-26T18:31:58.699Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2520 | 2024-03-26T18:31:59.386Z | Compiling structmeta-derive v0.3.0 |
2521 | 2024-03-26T18:32:00.498Z | Compiling darling_macro v0.20.3 |
2522 | 2024-03-26T18:32:00.760Z | Compiling atty v0.2.14 |
2523 | 2024-03-26T18:32:00.888Z | Compiling multer v3.0.0 |
2524 | 2024-03-26T18:32:00.962Z | Compiling take_mut v0.2.2 |
2525 | 2024-03-26T18:32:01.521Z | Compiling match_cfg v0.1.0 |
2526 | 2024-03-26T18:32:01.549Z | Compiling doc-comment v0.3.3 |
2527 | 2024-03-26T18:32:01.549Z | Compiling paste v1.0.14 |
2528 | 2024-03-26T18:32:01.549Z | Compiling darling v0.20.3 |
2529 | 2024-03-26T18:32:01.549Z | Compiling hostname v0.3.1 |
2530 | 2024-03-26T18:32:01.549Z | Compiling slog-term v2.9.0 |
2531 | 2024-03-26T18:32:01.617Z | Compiling structmeta v0.3.0 |
2532 | 2024-03-26T18:32:01.948Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2533 | 2024-03-26T18:32:01.974Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2534 | 2024-03-26T18:32:02.771Z | Compiling slog-json v2.6.1 |
2535 | 2024-03-26T18:32:03.159Z | Compiling http v1.0.0 |
2536 | 2024-03-26T18:32:03.241Z | Compiling pin-project-internal v1.1.3 |
2537 | 2024-03-26T18:32:03.321Z | Compiling async-stream-impl v0.3.5 |
2538 | 2024-03-26T18:32:03.894Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2539 | 2024-03-26T18:32:04.118Z | Compiling atomic-waker v1.1.1 |
2540 | 2024-03-26T18:32:04.154Z | Compiling fastrand v2.0.1 |
2541 | 2024-03-26T18:32:04.306Z | Compiling waitgroup v0.1.2 |
2542 | 2024-03-26T18:32:04.357Z | Compiling async-stream v0.3.5 |
2543 | 2024-03-26T18:32:04.525Z | Compiling tempfile v3.10.0 |
2544 | 2024-03-26T18:32:04.833Z | Compiling slog-bunyan v2.5.0 |
2545 | 2024-03-26T18:32:05.162Z | Compiling parse-display-derive v0.9.0 |
2546 | 2024-03-26T18:32:05.408Z | Compiling pin-project v1.1.3 |
2547 | 2024-03-26T18:32:05.529Z | Compiling tokio-rustls v0.25.0 |
2548 | 2024-03-26T18:32:06.071Z | Compiling serde_with_macros v3.6.1 |
2549 | 2024-03-26T18:32:06.850Z | Compiling toml v0.8.10 |
2550 | 2024-03-26T18:32:07.028Z | Compiling rustls-pemfile v2.1.1 |
2551 | 2024-03-26T18:32:07.192Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2552 | 2024-03-26T18:32:07.651Z | Compiling sha1 v0.10.6 |
2553 | 2024-03-26T18:32:08.069Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2554 | 2024-03-26T18:32:08.268Z | Compiling strum_macros v0.26.1 |
2555 | 2024-03-26T18:32:08.342Z | Compiling newtype-uuid v1.0.1 |
2556 | 2024-03-26T18:32:08.422Z | Compiling snafu-derive v0.7.5 |
2557 | 2024-03-26T18:32:08.648Z | Compiling serde_path_to_error v0.1.16 |
2558 | 2024-03-26T18:32:08.834Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2559 | 2024-03-26T18:32:09.395Z | Compiling fs-err v2.11.0 |
2560 | 2024-03-26T18:32:09.487Z | Compiling instant v0.1.12 |
2561 | 2024-03-26T18:32:09.639Z | Compiling same-file v1.0.6 |
2562 | 2024-03-26T18:32:09.668Z | Compiling arc-swap v1.6.0 |
2563 | 2024-03-26T18:32:09.884Z | Compiling buf-list v1.0.3 |
2564 | 2024-03-26T18:32:10.295Z | Compiling debug-ignore v1.0.5 |
2565 | 2024-03-26T18:32:10.383Z | Compiling slog-scope v4.4.0 |
2566 | 2024-03-26T18:32:11.210Z | Compiling walkdir v2.4.0 |
2567 | 2024-03-26T18:32:11.479Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2568 | 2024-03-26T18:32:12.020Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2569 | 2024-03-26T18:32:12.044Z | Compiling strum v0.26.1 |
2570 | 2024-03-26T18:32:12.208Z | Compiling backoff v0.4.0 |
2571 | 2024-03-26T18:32:12.404Z | Compiling snafu v0.7.5 |
2572 | 2024-03-26T18:32:12.493Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2573 | 2024-03-26T18:32:12.523Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2574 | 2024-03-26T18:32:12.688Z | Compiling parse-display v0.9.0 |
2575 | 2024-03-26T18:32:12.847Z | Compiling serde_with v3.6.1 |
2576 | 2024-03-26T18:32:14.070Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2577 | 2024-03-26T18:32:14.239Z | Compiling globset v0.4.13 |
2578 | 2024-03-26T18:32:14.408Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2579 | 2024-03-26T18:32:14.567Z | Compiling pem v3.0.2 |
2580 | 2024-03-26T18:32:15.917Z | Compiling olpc-cjson v0.1.3 |
2581 | 2024-03-26T18:32:16.201Z | Compiling serde_plain v1.0.2 |
2582 | 2024-03-26T18:32:16.358Z | Compiling macaddr v1.0.1 |
2583 | 2024-03-26T18:32:16.627Z | Compiling async-recursion v1.0.5 |
2584 | 2024-03-26T18:32:16.866Z | Compiling filetime v0.2.23 |
2585 | 2024-03-26T18:32:17.083Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2586 | 2024-03-26T18:32:17.164Z | Compiling xattr v1.0.1 |
2587 | 2024-03-26T18:32:17.400Z | Compiling typed-path v0.7.0 |
2588 | 2024-03-26T18:32:17.438Z | Compiling tar v0.4.40 |
2589 | 2024-03-26T18:32:20.951Z | Compiling tough v0.16.0 |
2590 | 2024-03-26T18:32:22.760Z | Compiling slog-stdlog v4.1.1 |
2591 | 2024-03-26T18:32:23.508Z | Compiling camino-tempfile v1.1.1 |
2592 | 2024-03-26T18:32:23.599Z | Compiling itertools v0.12.1 |
2593 | 2024-03-26T18:32:24.209Z | Compiling parse-size v1.0.0 |
2594 | 2024-03-26T18:32:24.467Z | Compiling slog-envlogger v2.2.0 |
2595 | 2024-03-26T18:32:26.551Z | Compiling humantime v2.1.0 |
2596 | 2024-03-26T18:32:28.760Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2597 | 2024-03-26T18:32:28.946Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2598 | 2024-03-26T18:32:32.503Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2599 | 2024-03-26T18:32:41.351Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2600 | 2024-03-26T18:32:42.103Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2601 | 2024-03-26T18:33:00.307Z | Finished release [optimized] target(s) in 1m 05s |
2602 | 2024-03-26T18:33:00.399Z | |
2603 | 2024-03-26T18:33:00.424Z | real 1:05.759969253 |
2604 | 2024-03-26T18:33:00.424Z | user 6:54.495795680 |
2605 | 2024-03-26T18:33:00.424Z | sys 37.637072414 |
2606 | 2024-03-26T18:33:00.424Z | trap 0.209751275 |
2607 | 2024-03-26T18:33:00.424Z | tflt 0.248519111 |
2608 | 2024-03-26T18:33:00.424Z | dflt 0.545576600 |
2609 | 2024-03-26T18:33:00.424Z | kflt 0.001923007 |
2610 | 2024-03-26T18:33:00.424Z | lock 13:55.035976252 |
2611 | 2024-03-26T18:33:00.424Z | slp 15:08.742458853 |
2612 | 2024-03-26T18:33:00.424Z | lat 18.287738945 |
2613 | 2024-03-26T18:33:00.424Z | stop 16.366645277 |
2614 | 2024-03-26T18:33:00.425Z | + ptime -m gzip |
2615 | 2024-03-26T18:33:02.151Z | |
2616 | 2024-03-26T18:33:02.151Z | real 1.740168007 |
2617 | 2024-03-26T18:33:02.151Z | user 1.716188485 |
2618 | 2024-03-26T18:33:02.151Z | sys 0.023118699 |
2619 | 2024-03-26T18:33:02.151Z | trap 0.000245286 |
2620 | 2024-03-26T18:33:02.151Z | tflt 0.000000000 |
2621 | 2024-03-26T18:33:02.179Z | dflt 0.000000000 |
2622 | 2024-03-26T18:33:02.180Z | kflt 0.000000000 |
2623 | 2024-03-26T18:33:02.180Z | lock 0.000000000 |
2624 | 2024-03-26T18:33:02.180Z | slp 0.000000000 |
2625 | 2024-03-26T18:33:02.180Z | lat 0.000203598 |
2626 | 2024-03-26T18:33:02.180Z | stop 0.000298702 |
2627 | 2024-03-26T18:33:02.180Z | process exited: duration 737102 ms, exit code 0 |
|
2628 | 2024-03-26T18:33:02.239Z | found 8 output files |
2629 | 2024-03-26T18:33:02.239Z | uploading: /work/end-to-end-tests/bootstrap-3cb81999e7440661.gz (9708824 bytes) |
2630 | 2024-03-26T18:33:09.653Z | uploaded: /work/end-to-end-tests/bootstrap-3cb81999e7440661.gz |
2631 | 2024-03-26T18:33:09.653Z | uploading: /work/end-to-end-tests/bootstrap.gz (102369710 bytes) |
2632 | 2024-03-26T18:33:52.999Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2633 | 2024-03-26T18:33:52.999Z | uploading: /work/end-to-end-tests/commtest-e25b00f6d79ff279.gz (9708487 bytes) |
2634 | 2024-03-26T18:33:58.587Z | uploaded: /work/end-to-end-tests/commtest-e25b00f6d79ff279.gz |
2635 | 2024-03-26T18:33:58.587Z | uploading: /work/end-to-end-tests/dhcp_server-cdb0b653f05d35f0.gz (9708300 bytes) |
2636 | 2024-03-26T18:34:02.485Z | uploaded: /work/end-to-end-tests/dhcp_server-cdb0b653f05d35f0.gz |
2637 | 2024-03-26T18:34:02.485Z | uploading: /work/end-to-end-tests/end_to_end_tests-92ca3720317208b2.gz (103705854 bytes) |
2638 | 2024-03-26T18:34:37.068Z | uploaded: /work/end-to-end-tests/end_to_end_tests-92ca3720317208b2.gz |
2639 | 2024-03-26T18:34:37.068Z | uploading: /work/caboose-util.gz (3208802 bytes) |
2640 | 2024-03-26T18:34:41.993Z | uploaded: /work/caboose-util.gz |
2641 | 2024-03-26T18:34:41.994Z | uploading: /work/tufaceous.gz (13687396 bytes) |
2642 | 2024-03-26T18:34:51.937Z | uploaded: /work/tufaceous.gz |
2643 | 2024-03-26T18:34:51.938Z | uploading: /work/commtest (462038176 bytes) |
2644 | 2024-03-26T18:38:13.454Z | uploaded: /work/commtest |