|
|
|
1 | 2023-12-06T16:44:26.124Z | job assigned to worker 01HH00562VN6V8RXNQDNKP3C8N (queued for 1 m 0 s) |
|
2 | 2023-12-06T16:44:27.157Z | starting task 0: "setup" |
3 | 2023-12-06T16:44:27.291Z | ++ uname -s |
4 | 2023-12-06T16:44:27.302Z | + kern=SunOS |
5 | 2023-12-06T16:44:27.303Z | + case "$kern" in |
6 | 2023-12-06T16:44:27.303Z | + groupadd -g 12345 build |
7 | 2023-12-06T16:44:27.303Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-06T16:44:29.295Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-06T16:44:29.514Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-06T16:44:29.519Z | + home_fs=zfs |
11 | 2023-12-06T16:44:29.520Z | + [[ zfs == autofs ]] |
12 | 2023-12-06T16:44:29.520Z | + mkdir -p /home/build |
13 | 2023-12-06T16:44:29.525Z | + chown build:build /home/build /work |
14 | 2023-12-06T16:44:31.603Z | + chmod 0700 /home/build /work |
15 | 2023-12-06T16:44:31.689Z | process exited: duration 4370 ms, exit code 0 |
|
16 | 2023-12-06T16:44:31.706Z | starting task 1: "rust-toolchain" |
17 | 2023-12-06T16:44:31.713Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-06T16:44:31.719Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-06T16:44:32.013Z | info: downloading installer |
20 | 2023-12-06T16:44:34.140Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-06T16:44:34.141Z | warning: /opt/ooce/bin |
22 | 2023-12-06T16:44:34.141Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-06T16:44:34.141Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-06T16:44:34.141Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-06T16:44:34.141Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-06T16:44:34.141Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-06T16:44:34.141Z | error: cannot install while Rust is installed |
28 | 2023-12-06T16:44:34.141Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-06T16:44:34.454Z | info: profile set to 'default' |
30 | 2023-12-06T16:44:34.455Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-06T16:44:34.455Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-06T16:44:34.455Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-06T16:44:34.456Z | info: downloading component 'cargo' |
34 | 2023-12-06T16:44:35.239Z | info: downloading component 'clippy' |
35 | 2023-12-06T16:44:35.476Z | info: downloading component 'rust-docs' |
36 | 2023-12-06T16:44:35.870Z | info: downloading component 'rust-std' |
37 | 2023-12-06T16:44:37.114Z | info: downloading component 'rustc' |
38 | 2023-12-06T16:45:00.712Z | info: downloading component 'rustfmt' |
39 | 2023-12-06T16:45:00.861Z | info: installing component 'cargo' |
40 | 2023-12-06T16:45:02.195Z | info: installing component 'clippy' |
41 | 2023-12-06T16:45:02.195Z | info: installing component 'rust-docs' |
42 | 2023-12-06T16:45:02.195Z | info: installing component 'rust-std' |
43 | 2023-12-06T16:45:02.195Z | info: installing component 'rustc' |
44 | 2023-12-06T16:45:02.195Z | info: installing component 'rustfmt' |
45 | 2023-12-06T16:45:02.195Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-06T16:45:02.195Z | |
47 | 2023-12-06T16:45:02.195Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-06T16:45:02.195Z | |
49 | 2023-12-06T16:45:02.195Z | |
50 | 2023-12-06T16:45:02.195Z | Rust is installed now. Great! |
51 | 2023-12-06T16:45:02.195Z | |
52 | 2023-12-06T16:45:02.195Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-06T16:45:02.195Z | environment variable. This has not been done automatically. |
54 | 2023-12-06T16:45:02.195Z | |
55 | 2023-12-06T16:45:02.196Z | To configure your current shell, run: |
56 | 2023-12-06T16:45:02.196Z | source "$HOME/.cargo/env" |
57 | 2023-12-06T16:45:02.196Z | + rustc --version |
58 | 2023-12-06T16:45:02.196Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-06T16:45:02.196Z | process exited: duration 28242 ms, exit code 0 |
|
60 | 2023-12-06T16:45:02.501Z | starting task 2: "authentication" |
61 | 2023-12-06T16:45:02.717Z | process exited: duration 340 ms, exit code 0 |
|
62 | 2023-12-06T16:45:03.879Z | starting task 3: "clone repository" |
63 | 2023-12-06T16:45:03.888Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-06T16:45:03.888Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-06T16:45:04.390Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-06T16:45:10.230Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-06T16:45:10.230Z | + [[ -n bump-inventory-query-limit ]] |
68 | 2023-12-06T16:45:10.230Z | + git fetch origin bump-inventory-query-limit |
69 | 2023-12-06T16:45:10.559Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-06T16:45:10.559Z | * branch bump-inventory-query-limit -> FETCH_HEAD |
71 | 2023-12-06T16:45:10.570Z | + git checkout -B bump-inventory-query-limit remotes/origin/bump-inventory-query-limit |
72 | 2023-12-06T16:45:10.690Z | Switched to a new branch 'bump-inventory-query-limit' |
73 | 2023-12-06T16:45:10.703Z | branch 'bump-inventory-query-limit' set up to track 'origin/bump-inventory-query-limit'. |
74 | 2023-12-06T16:45:10.703Z | + git reset --hard fcd6d9a60b8928d0a8b495c41b0c12ae3035d8ba |
75 | 2023-12-06T16:45:10.704Z | HEAD is now at fcd6d9a6 [nexus] Bump query limit for uninitialized sleds |
76 | 2023-12-06T16:45:10.704Z | process exited: duration 6813 ms, exit code 0 |
|
77 | 2023-12-06T16:45:10.717Z | starting task 4: "build" |
78 | 2023-12-06T16:45:10.729Z | + cargo --version |
79 | 2023-12-06T16:45:10.744Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-06T16:45:10.899Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-06T16:45:10.899Z | info: downloading component 'cargo' |
82 | 2023-12-06T16:45:11.546Z | info: downloading component 'clippy' |
83 | 2023-12-06T16:45:11.757Z | info: downloading component 'rust-docs' |
84 | 2023-12-06T16:45:12.560Z | info: downloading component 'rust-std' |
85 | 2023-12-06T16:45:13.864Z | info: downloading component 'rustc' |
86 | 2023-12-06T16:45:17.130Z | info: downloading component 'rustfmt' |
87 | 2023-12-06T16:45:17.314Z | info: installing component 'cargo' |
88 | 2023-12-06T16:45:18.608Z | info: installing component 'clippy' |
89 | 2023-12-06T16:45:19.080Z | info: installing component 'rust-docs' |
90 | 2023-12-06T16:45:22.095Z | info: installing component 'rust-std' |
91 | 2023-12-06T16:45:24.844Z | info: installing component 'rustc' |
92 | 2023-12-06T16:45:30.841Z | info: installing component 'rustfmt' |
93 | 2023-12-06T16:45:31.333Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-06T16:45:31.338Z | + rustc --version |
95 | 2023-12-06T16:45:31.460Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-06T16:45:31.485Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-06T16:45:42.362Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-06T16:45:43.583Z | Startup: Caching catalogs ... Done |
99 | 2023-12-06T16:45:50.239Z | Planning: Solver setup ... Done (6.238s) |
100 | 2023-12-06T16:45:50.392Z | Planning: Running solver ... Done (0.153s) |
101 | 2023-12-06T16:45:50.465Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-12-06T16:45:50.480Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-06T16:45:50.789Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-06T16:45:50.882Z | Planning: Package planning ... Done (0.094s) |
105 | 2023-12-06T16:45:50.968Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-12-06T16:45:51.809Z | Planning: Checking for conflicting actions ... Done (0.840s) |
107 | 2023-12-06T16:45:51.827Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2023-12-06T16:45:55.894Z | Planning: Evaluating mediators ... Done (4.048s) |
109 | 2023-12-06T16:45:55.992Z | Planning: Planning completed in 12.35 seconds |
110 | 2023-12-06T16:45:59.818Z | Packages to install: 4 |
111 | 2023-12-06T16:45:59.818Z | Packages to update: 2 |
112 | 2023-12-06T16:45:59.818Z | Mediators to change: 2 |
113 | 2023-12-06T16:45:59.843Z | Services to change: 1 |
114 | 2023-12-06T16:45:59.846Z | Estimated space available: 148.88 GB |
115 | 2023-12-06T16:45:59.846Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-06T16:45:59.846Z | Create boot environment: No |
117 | 2023-12-06T16:45:59.846Z | Create backup boot environment: Yes |
118 | 2023-12-06T16:45:59.846Z | Rebuild boot archive: No |
119 | 2023-12-06T16:45:59.847Z | |
120 | 2023-12-06T16:45:59.847Z | Changed mediators: |
121 | 2023-12-06T16:45:59.847Z | mediator clang: |
122 | 2023-12-06T16:45:59.847Z | version: None -> 15 (system default) |
123 | 2023-12-06T16:45:59.847Z | |
124 | 2023-12-06T16:45:59.847Z | mediator llvm: |
125 | 2023-12-06T16:45:59.848Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-06T16:45:59.848Z | |
127 | 2023-12-06T16:45:59.848Z | Changed packages: |
128 | 2023-12-06T16:45:59.848Z | helios-dev |
129 | 2023-12-06T16:45:59.848Z | developer/build-essential |
130 | 2023-12-06T16:45:59.848Z | None -> 11-2.0 |
131 | 2023-12-06T16:45:59.849Z | library/libxmlsec1 |
132 | 2023-12-06T16:45:59.849Z | None -> 1.2.35-2.0 |
133 | 2023-12-06T16:45:59.849Z | ooce/developer/clang-15 |
134 | 2023-12-06T16:45:59.849Z | None -> 15.0.7-2.0 |
135 | 2023-12-06T16:45:59.849Z | ooce/developer/llvm-15 |
136 | 2023-12-06T16:45:59.849Z | None -> 15.0.7-2.0 |
137 | 2023-12-06T16:45:59.850Z | system/library/g++-runtime |
138 | 2023-12-06T16:45:59.850Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-06T16:45:59.850Z | system/library/gcc-runtime |
140 | 2023-12-06T16:45:59.850Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-06T16:45:59.850Z | |
142 | 2023-12-06T16:45:59.850Z | Services: |
143 | 2023-12-06T16:45:59.850Z | restart_fmri: |
144 | 2023-12-06T16:45:59.850Z | svc:/system/update-man-index:default |
145 | 2023-12-06T16:45:59.851Z | |
146 | 2023-12-06T16:45:59.851Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-06T16:46:04.643Z | Download: 829/3330 items 18.4/221.1MB 8% complete (3.8M/s) |
148 | 2023-12-06T16:46:13.536Z | Download: 1197/3330 items 83.3/221.1MB 37% complete (9.0M/s) |
149 | 2023-12-06T16:46:18.622Z | Download: 1871/3330 items 118.5/221.1MB 53% complete (4.1M/s) |
150 | 2023-12-06T16:46:23.578Z | Download: 2549/3330 items 120.4/221.1MB 54% complete (3.7M/s) |
151 | 2023-12-06T16:46:28.665Z | Download: 3293/3330 items 215.6/221.1MB 97% complete (9.6M/s) |
152 | 2023-12-06T16:46:30.098Z | Download: Completed 221.11 MB in 30.43 seconds (7.3M/s) |
153 | 2023-12-06T16:46:32.192Z | Actions: 1/3766 actions (Removing old actions) |
154 | 2023-12-06T16:46:32.192Z | Actions: 5/3766 actions (Installing new actions) |
155 | 2023-12-06T16:46:37.249Z | Actions: 2817/3766 actions (Installing new actions) |
156 | 2023-12-06T16:46:40.698Z | Actions: 3729/3766 actions (Updating modified actions) |
157 | 2023-12-06T16:46:41.471Z | Actions: Completed 3766 actions in 9.25 seconds. |
158 | 2023-12-06T16:46:41.636Z | Done (0.191s) |
159 | 2023-12-06T16:46:41.640Z | Done (0.001s) |
160 | 2023-12-06T16:46:41.903Z | Done (0.263s) |
161 | 2023-12-06T16:46:50.158Z | Done (8.092s) |
162 | 2023-12-06T16:46:50.567Z | Done (0.306s) |
163 | 2023-12-06T16:46:50.571Z | Done (0.000s) |
164 | 2023-12-06T16:46:50.829Z | Done (0.000s) |
165 | 2023-12-06T16:47:00.988Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-12-06T16:47:01.318Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-12-06T16:47:01.319Z | Planning: Consolidating action changes ... Done |
168 | 2023-12-06T16:47:01.573Z | Planning: Evaluating mediators ... Done |
169 | 2023-12-06T16:47:01.574Z | Planning: Planning completed in 0.75 seconds |
170 | 2023-12-06T16:47:01.574Z | Mediators to change: 2 |
171 | 2023-12-06T16:47:01.574Z | Create boot environment: No |
172 | 2023-12-06T16:47:01.574Z | Create backup boot environment: No |
173 | 2023-12-06T16:47:01.575Z | Done |
174 | 2023-12-06T16:47:01.575Z | Done |
175 | 2023-12-06T16:47:01.575Z | Done |
176 | 2023-12-06T16:47:01.575Z | Done |
177 | 2023-12-06T16:47:01.575Z | Done |
178 | 2023-12-06T16:47:01.575Z | Done |
179 | 2023-12-06T16:47:01.575Z | Done |
180 | 2023-12-06T16:47:01.575Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-12-06T16:47:01.575Z | Planning: Merging actions ... Done |
182 | 2023-12-06T16:47:01.575Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-12-06T16:47:01.575Z | Planning: Consolidating action changes ... Done |
184 | 2023-12-06T16:47:01.575Z | Planning: Evaluating mediators ... Done |
185 | 2023-12-06T16:47:01.575Z | Planning: Planning completed in 1.34 seconds |
186 | 2023-12-06T16:47:01.575Z | Packages to change: 1 |
187 | 2023-12-06T16:47:01.575Z | Mediators to change: 1 |
188 | 2023-12-06T16:47:01.575Z | Services to change: 1 |
189 | 2023-12-06T16:47:01.575Z | Create boot environment: No |
190 | 2023-12-06T16:47:01.575Z | Create backup boot environment: Yes |
191 | 2023-12-06T16:47:02.970Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2023-12-06T16:47:03.058Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2023-12-06T16:47:03.058Z | Done |
194 | 2023-12-06T16:47:03.058Z | Done |
195 | 2023-12-06T16:47:03.139Z | Done |
196 | 2023-12-06T16:47:08.942Z | Done |
197 | 2023-12-06T16:47:09.074Z | Done |
198 | 2023-12-06T16:47:09.078Z | Done |
199 | 2023-12-06T16:47:09.188Z | Done |
200 | 2023-12-06T16:47:09.873Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2023-12-06T16:47:09.873Z | clang system 15 system |
202 | 2023-12-06T16:47:09.873Z | csh system system illumos |
203 | 2023-12-06T16:47:09.874Z | ctags system system illumos |
204 | 2023-12-06T16:47:09.874Z | gcc vendor 12 vendor |
205 | 2023-12-06T16:47:09.874Z | gcc system 10 system |
206 | 2023-12-06T16:47:09.874Z | gcc system 7 system |
207 | 2023-12-06T16:47:09.874Z | go system 1.20 system |
208 | 2023-12-06T16:47:09.874Z | go system 1.19 system |
209 | 2023-12-06T16:47:09.874Z | llvm system 15 system |
210 | 2023-12-06T16:47:09.874Z | llvm system 14 system |
211 | 2023-12-06T16:47:09.874Z | mariadb system 10.6 system |
212 | 2023-12-06T16:47:09.874Z | mta vendor vendor dma |
213 | 2023-12-06T16:47:09.874Z | openjdk system 17 system |
214 | 2023-12-06T16:47:09.874Z | openjdk system 11 system |
215 | 2023-12-06T16:47:09.874Z | openjdk system 1.8 system |
216 | 2023-12-06T16:47:09.874Z | openssl vendor 3 vendor |
217 | 2023-12-06T16:47:09.874Z | perl system 5.36 system |
218 | 2023-12-06T16:47:09.874Z | postgresql system 15 system |
219 | 2023-12-06T16:47:09.874Z | postgresql system 13 system |
220 | 2023-12-06T16:47:09.874Z | python vendor 3 vendor |
221 | 2023-12-06T16:47:09.874Z | python system 2 system |
222 | 2023-12-06T16:47:09.874Z | python3 system 3.11 system |
223 | 2023-12-06T16:47:09.874Z | ruby system 3.0 system |
224 | 2023-12-06T16:47:09.874Z | words vendor vendor american-english |
225 | 2023-12-06T16:47:09.874Z | words system system australian-english |
226 | 2023-12-06T16:47:09.874Z | words system system british-english |
227 | 2023-12-06T16:47:09.875Z | words system system canadian-english |
228 | 2023-12-06T16:47:09.875Z | words system system french |
229 | 2023-12-06T16:47:09.875Z | words system system italian |
230 | 2023-12-06T16:47:09.875Z | words system system ngerman |
231 | 2023-12-06T16:47:09.875Z | words system system ogerman |
232 | 2023-12-06T16:47:09.875Z | words system system spanish |
233 | 2023-12-06T16:47:10.433Z | FMRI IFO |
234 | 2023-12-06T16:47:10.433Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2023-12-06T16:47:10.433Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2023-12-06T16:47:10.434Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2023-12-06T16:47:10.434Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
238 | 2023-12-06T16:47:10.434Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2023-12-06T16:47:10.434Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
240 | 2023-12-06T16:47:10.434Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
241 | 2023-12-06T16:47:10.434Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
242 | 2023-12-06T16:47:10.511Z | + set -o errexit |
243 | 2023-12-06T16:47:10.515Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2023-12-06T16:47:10.519Z | ++ cd ./tools |
245 | 2023-12-06T16:47:10.519Z | ++ pwd |
246 | 2023-12-06T16:47:10.519Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2023-12-06T16:47:10.519Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2023-12-06T16:47:10.523Z | + ARG0=ci_download_cockroachdb |
249 | 2023-12-06T16:47:10.523Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2023-12-06T16:47:10.523Z | + CIDL_VERSION=v22.1.9 |
251 | 2023-12-06T16:47:10.523Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2023-12-06T16:47:10.523Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
253 | 2023-12-06T16:47:10.523Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
254 | 2023-12-06T16:47:10.523Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-12-06T16:47:10.523Z | + TARGET_DIR=out |
256 | 2023-12-06T16:47:10.523Z | + DOWNLOAD_DIR=out/downloads |
257 | 2023-12-06T16:47:10.523Z | + DEST_DIR=./out/cockroachdb |
258 | 2023-12-06T16:47:10.523Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2023-12-06T16:47:10.523Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2023-12-06T16:47:10.539Z | + main |
261 | 2023-12-06T16:47:10.539Z | + [[ 0 != 0 ]] |
262 | 2023-12-06T16:47:10.539Z | + CIDL_OS=solaris2.11 |
263 | 2023-12-06T16:47:10.539Z | + [[ 0 != 0 ]] |
264 | 2023-12-06T16:47:10.539Z | + configure_os solaris2.11 |
265 | 2023-12-06T16:47:10.539Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2023-12-06T16:47:10.539Z | current directory: /work/oxidecomputer/omicron |
267 | 2023-12-06T16:47:10.539Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2023-12-06T16:47:10.540Z | + case "$1" in |
269 | 2023-12-06T16:47:10.540Z | configuring based on OS: "solaris2.11" |
270 | 2023-12-06T16:47:10.540Z | + CIDL_BUILD=illumos |
271 | 2023-12-06T16:47:10.540Z | + CIDL_SUFFIX=tar.gz |
272 | 2023-12-06T16:47:10.540Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-12-06T16:47:10.540Z | + CIDL_MD5FUNC=do_md5sum |
274 | 2023-12-06T16:47:10.540Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2023-12-06T16:47:10.540Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2023-12-06T16:47:10.540Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2023-12-06T16:47:10.540Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-12-06T16:47:10.540Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-06T16:47:10.541Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2023-12-06T16:47:10.541Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-06T16:47:10.541Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-12-06T16:47:10.541Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-06T16:47:10.541Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-06T16:47:10.541Z | + mkdir -p out/downloads |
285 | 2023-12-06T16:47:10.541Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-06T16:47:10.541Z | + mkdir -p ./out/cockroachdb |
287 | 2023-12-06T16:47:10.956Z | + local DO_DOWNLOAD=true |
288 | 2023-12-06T16:47:10.956Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2023-12-06T16:47:10.956Z | + '[' true == true ']' |
290 | 2023-12-06T16:47:10.956Z | + echo Downloading... |
291 | 2023-12-06T16:47:10.956Z | Downloading... |
292 | 2023-12-06T16:47:10.956Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-06T16:47:10.958Z | + 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 |
294 | 2023-12-06T16:47:18.982Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-06T16:47:18.986Z | ++ md5sum |
296 | 2023-12-06T16:47:18.986Z | ++ awk '{print $1}' |
297 | 2023-12-06T16:47:19.177Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
298 | 2023-12-06T16:47:19.177Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
299 | 2023-12-06T16:47:19.177Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-06T16:47:19.181Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2023-12-06T16:47:22.788Z | + do_assemble_illumos |
302 | 2023-12-06T16:47:22.788Z | + rm -r ./out/cockroachdb |
303 | 2023-12-06T16:47:22.806Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2023-12-06T16:47:23.453Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2023-12-06T16:47:23.791Z | Build Tag: v22.1.9-dirty |
306 | 2023-12-06T16:47:23.791Z | Build Time: 2022/10/26 21:17:46 |
307 | 2023-12-06T16:47:23.791Z | Distribution: OSS |
308 | 2023-12-06T16:47:23.792Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2023-12-06T16:47:23.792Z | Go Version: go1.17.13 |
310 | 2023-12-06T16:47:23.792Z | C Compiler: gcc 10.3.0 |
311 | 2023-12-06T16:47:23.792Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2023-12-06T16:47:23.792Z | Build Type: release |
313 | 2023-12-06T16:47:23.820Z | + set -o errexit |
314 | 2023-12-06T16:47:23.824Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2023-12-06T16:47:23.827Z | ++ cd ./tools |
316 | 2023-12-06T16:47:23.828Z | ++ pwd |
317 | 2023-12-06T16:47:23.828Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2023-12-06T16:47:23.828Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2023-12-06T16:47:23.832Z | + ARG0=ci_download_clickhouse |
320 | 2023-12-06T16:47:23.832Z | + TARGET_DIR=out |
321 | 2023-12-06T16:47:23.832Z | + DOWNLOAD_DIR=out/downloads |
322 | 2023-12-06T16:47:23.832Z | + DEST_DIR=./out/clickhouse |
323 | 2023-12-06T16:47:23.832Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2023-12-06T16:47:23.832Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2023-12-06T16:47:23.832Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2023-12-06T16:47:23.832Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2023-12-06T16:47:23.832Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2023-12-06T16:47:23.832Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2023-12-06T16:47:23.832Z | + main |
330 | 2023-12-06T16:47:23.832Z | + [[ 0 != 0 ]] |
331 | 2023-12-06T16:47:23.833Z | + CIDL_OS=solaris2.11 |
332 | 2023-12-06T16:47:23.833Z | + [[ 0 != 0 ]] |
333 | 2023-12-06T16:47:23.833Z | + configure_os solaris2.11 |
334 | 2023-12-06T16:47:23.833Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2023-12-06T16:47:23.833Z | current directory: /work/oxidecomputer/omicron |
336 | 2023-12-06T16:47:23.833Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2023-12-06T16:47:23.833Z | + CIDL_DASHREV= |
338 | 2023-12-06T16:47:23.833Z | + case "$1" in |
339 | 2023-12-06T16:47:23.833Z | configuring based on OS: "solaris2.11" |
340 | 2023-12-06T16:47:23.833Z | + CIDL_PLATFORM=illumos |
341 | 2023-12-06T16:47:23.833Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-12-06T16:47:23.833Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2023-12-06T16:47:23.833Z | + CIDL_DASHREV=-1 |
344 | 2023-12-06T16:47:23.833Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2023-12-06T16:47:23.833Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-12-06T16:47:23.833Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-06T16:47:23.833Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-06T16:47:23.833Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-12-06T16:47:23.833Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-06T16:47:23.833Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-06T16:47:23.833Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-12-06T16:47:23.833Z | + mkdir -p out/downloads |
353 | 2023-12-06T16:47:23.837Z | + mkdir -p ./out/clickhouse |
354 | 2023-12-06T16:47:23.837Z | + local DO_DOWNLOAD=true |
355 | 2023-12-06T16:47:23.838Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2023-12-06T16:47:23.838Z | + '[' true == true ']' |
357 | 2023-12-06T16:47:23.838Z | + echo Downloading... |
358 | 2023-12-06T16:47:23.838Z | Downloading... |
359 | 2023-12-06T16:47:23.838Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-06T16:47:23.838Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-06T16:47:25.277Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-12-06T16:47:25.282Z | ++ md5sum |
363 | 2023-12-06T16:47:25.282Z | ++ awk '{print $1}' |
364 | 2023-12-06T16:47:25.538Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2023-12-06T16:47:25.538Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
366 | 2023-12-06T16:47:25.538Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2023-12-06T16:47:25.542Z | + mkdir -p ./out/clickhouse |
368 | 2023-12-06T16:47:25.543Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2023-12-06T16:47:30.674Z | + ./out/clickhouse/clickhouse server --version |
370 | 2023-12-06T16:47:30.731Z | ClickHouse server version 22.8.9.1. |
371 | 2023-12-06T16:47:30.753Z | + set -o errexit |
372 | 2023-12-06T16:47:30.763Z | +++ dirname ./tools/ci_download_console |
373 | 2023-12-06T16:47:30.763Z | ++ cd ./tools |
374 | 2023-12-06T16:47:30.763Z | ++ pwd |
375 | 2023-12-06T16:47:30.763Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2023-12-06T16:47:30.763Z | ++ basename ./tools/ci_download_console |
377 | 2023-12-06T16:47:30.763Z | + ARG0=ci_download_console |
378 | 2023-12-06T16:47:30.764Z | + TARGET_DIR=out |
379 | 2023-12-06T16:47:30.764Z | + DOWNLOAD_DIR=out/downloads |
380 | 2023-12-06T16:47:30.764Z | + DEST_DIR=./out/console-assets |
381 | 2023-12-06T16:47:30.764Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2023-12-06T16:47:30.764Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
383 | 2023-12-06T16:47:30.765Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
384 | 2023-12-06T16:47:30.765Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-12-06T16:47:30.765Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2023-12-06T16:47:30.765Z | + main |
387 | 2023-12-06T16:47:30.766Z | + [[ 0 != 0 ]] |
388 | 2023-12-06T16:47:30.766Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
389 | 2023-12-06T16:47:30.766Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
390 | 2023-12-06T16:47:30.766Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2023-12-06T16:47:30.766Z | Local file: out/downloads/console.tar.gz |
392 | 2023-12-06T16:47:30.766Z | + local DO_DOWNLOAD=true |
393 | 2023-12-06T16:47:30.767Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2023-12-06T16:47:30.767Z | + mkdir -p out/downloads |
395 | 2023-12-06T16:47:30.779Z | + '[' true == true ']' |
396 | 2023-12-06T16:47:30.779Z | + echo Downloading... |
397 | 2023-12-06T16:47:30.780Z | Downloading... |
398 | 2023-12-06T16:47:30.780Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
399 | 2023-12-06T16:47:30.780Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
400 | 2023-12-06T16:47:31.363Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2023-12-06T16:47:31.363Z | ++ case "$OSTYPE" in |
402 | 2023-12-06T16:47:31.363Z | ++ SHA=sha256sum |
403 | 2023-12-06T16:47:31.392Z | ++ sha256sum |
404 | 2023-12-06T16:47:31.392Z | ++ awk '{print $1}' |
405 | 2023-12-06T16:47:31.402Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
406 | 2023-12-06T16:47:31.402Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
407 | 2023-12-06T16:47:31.402Z | + rm -rf ./out/console-assets |
408 | 2023-12-06T16:47:31.402Z | + mkdir -p ./out/console-assets |
409 | 2023-12-06T16:47:31.402Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2023-12-06T16:47:31.403Z | + mkdir -p ./out/console-assets |
411 | 2023-12-06T16:47:31.403Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2023-12-06T16:47:31.537Z | + set -o errexit |
413 | 2023-12-06T16:47:31.544Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2023-12-06T16:47:31.545Z | ++ cd ./tools |
415 | 2023-12-06T16:47:31.545Z | ++ pwd |
416 | 2023-12-06T16:47:31.546Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2023-12-06T16:47:31.546Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2023-12-06T16:47:31.556Z | + ARG0=ci_download_maghemite_openapi |
419 | 2023-12-06T16:47:31.557Z | + TARGET_DIR=out |
420 | 2023-12-06T16:47:31.557Z | + DOWNLOAD_DIR=out/downloads |
421 | 2023-12-06T16:47:31.557Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2023-12-06T16:47:31.558Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
423 | 2023-12-06T16:47:31.558Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-12-06T16:47:31.558Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
425 | 2023-12-06T16:47:31.558Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
426 | 2023-12-06T16:47:31.558Z | + main |
427 | 2023-12-06T16:47:31.558Z | + [[ 0 != 0 ]] |
428 | 2023-12-06T16:47:31.558Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
429 | 2023-12-06T16:47:31.558Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
430 | 2023-12-06T16:47:31.559Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
431 | 2023-12-06T16:47:31.559Z | + local DO_DOWNLOAD=true |
432 | 2023-12-06T16:47:31.559Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
433 | 2023-12-06T16:47:31.559Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
434 | 2023-12-06T16:47:31.559Z | + mkdir -p out/downloads |
435 | 2023-12-06T16:47:31.559Z | + '[' true == true ']' |
436 | 2023-12-06T16:47:31.559Z | + echo Downloading... |
437 | 2023-12-06T16:47:31.559Z | Downloading... |
438 | 2023-12-06T16:47:31.560Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
439 | 2023-12-06T16:47:31.560Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
440 | 2023-12-06T16:47:31.779Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
441 | 2023-12-06T16:47:31.779Z | ++ case "$OSTYPE" in |
442 | 2023-12-06T16:47:31.783Z | ++ SHA=sha256sum |
443 | 2023-12-06T16:47:31.783Z | ++ sha256sum |
444 | 2023-12-06T16:47:31.783Z | ++ awk '{print $1}' |
445 | 2023-12-06T16:47:31.788Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
446 | 2023-12-06T16:47:31.788Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
447 | 2023-12-06T16:47:31.788Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2023-12-06T16:47:31.788Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
449 | 2023-12-06T16:47:31.788Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
450 | 2023-12-06T16:47:31.788Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
451 | 2023-12-06T16:47:31.788Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
452 | 2023-12-06T16:47:31.788Z | + main |
453 | 2023-12-06T16:47:31.788Z | + [[ 0 != 0 ]] |
454 | 2023-12-06T16:47:31.788Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
455 | 2023-12-06T16:47:31.788Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
456 | 2023-12-06T16:47:31.788Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
457 | 2023-12-06T16:47:31.788Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-12-06T16:47:31.788Z | + local DO_DOWNLOAD=true |
459 | 2023-12-06T16:47:31.788Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
460 | 2023-12-06T16:47:31.788Z | + mkdir -p out/downloads |
461 | 2023-12-06T16:47:31.792Z | + '[' true == true ']' |
462 | 2023-12-06T16:47:31.792Z | + echo Downloading... |
463 | 2023-12-06T16:47:31.792Z | Downloading... |
464 | 2023-12-06T16:47:31.792Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
465 | 2023-12-06T16:47:31.793Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
466 | 2023-12-06T16:47:32.053Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
467 | 2023-12-06T16:47:32.059Z | ++ case "$OSTYPE" in |
468 | 2023-12-06T16:47:32.059Z | ++ SHA=sha256sum |
469 | 2023-12-06T16:47:32.059Z | ++ sha256sum |
470 | 2023-12-06T16:47:32.059Z | ++ awk '{print $1}' |
471 | 2023-12-06T16:47:32.059Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
472 | 2023-12-06T16:47:32.059Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
473 | 2023-12-06T16:47:32.059Z | + set -o errexit |
474 | 2023-12-06T16:47:32.060Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2023-12-06T16:47:32.060Z | ++ cd ./tools |
476 | 2023-12-06T16:47:32.060Z | ++ pwd |
477 | 2023-12-06T16:47:32.060Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2023-12-06T16:47:32.060Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2023-12-06T16:47:32.060Z | + ARG0=ci_download_dendrite_openapi |
480 | 2023-12-06T16:47:32.060Z | + TARGET_DIR=out |
481 | 2023-12-06T16:47:32.060Z | + DOWNLOAD_DIR=out/downloads |
482 | 2023-12-06T16:47:32.060Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2023-12-06T16:47:32.060Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
484 | 2023-12-06T16:47:32.060Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
485 | 2023-12-06T16:47:32.060Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
486 | 2023-12-06T16:47:32.060Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
487 | 2023-12-06T16:47:32.060Z | + main |
488 | 2023-12-06T16:47:32.060Z | + [[ 0 != 0 ]] |
489 | 2023-12-06T16:47:32.060Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
490 | 2023-12-06T16:47:32.060Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
491 | 2023-12-06T16:47:32.060Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
492 | 2023-12-06T16:47:32.060Z | + local DO_DOWNLOAD=true |
493 | 2023-12-06T16:47:32.060Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
494 | 2023-12-06T16:47:32.060Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
495 | 2023-12-06T16:47:32.060Z | + mkdir -p out/downloads |
496 | 2023-12-06T16:47:32.060Z | + '[' true == true ']' |
497 | 2023-12-06T16:47:32.061Z | + echo Downloading... |
498 | 2023-12-06T16:47:32.061Z | Downloading... |
499 | 2023-12-06T16:47:32.061Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
500 | 2023-12-06T16:47:32.061Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
501 | 2023-12-06T16:47:32.222Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
502 | 2023-12-06T16:47:32.226Z | ++ case "$OSTYPE" in |
503 | 2023-12-06T16:47:32.226Z | ++ SHA=sha256sum |
504 | 2023-12-06T16:47:32.226Z | ++ sha256sum |
505 | 2023-12-06T16:47:32.226Z | ++ awk '{print $1}' |
506 | 2023-12-06T16:47:32.231Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
507 | 2023-12-06T16:47:32.231Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
508 | 2023-12-06T16:47:32.239Z | + set -o errexit |
509 | 2023-12-06T16:47:32.245Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2023-12-06T16:47:32.261Z | ++ cd ./tools |
511 | 2023-12-06T16:47:32.261Z | ++ pwd |
512 | 2023-12-06T16:47:32.261Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2023-12-06T16:47:32.261Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2023-12-06T16:47:32.261Z | + ARG0=ci_download_dendrite_stub |
515 | 2023-12-06T16:47:32.262Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2023-12-06T16:47:32.262Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
517 | 2023-12-06T16:47:32.262Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
518 | 2023-12-06T16:47:32.262Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
519 | 2023-12-06T16:47:32.262Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2023-12-06T16:47:32.262Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
521 | 2023-12-06T16:47:32.262Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
522 | 2023-12-06T16:47:32.262Z | + TARGET_DIR=out |
523 | 2023-12-06T16:47:32.262Z | + DOWNLOAD_DIR=out/downloads |
524 | 2023-12-06T16:47:32.262Z | + DEST_DIR=./out/dendrite-stub |
525 | 2023-12-06T16:47:32.262Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2023-12-06T16:47:32.262Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2023-12-06T16:47:32.262Z | + REPO=oxidecomputer/dendrite |
528 | 2023-12-06T16:47:32.262Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
529 | 2023-12-06T16:47:32.262Z | + main |
530 | 2023-12-06T16:47:32.262Z | + [[ 0 != 0 ]] |
531 | 2023-12-06T16:47:32.262Z | + CIDL_OS=solaris2.11 |
532 | 2023-12-06T16:47:32.263Z | + [[ 0 != 0 ]] |
533 | 2023-12-06T16:47:32.263Z | + configure_os solaris2.11 |
534 | 2023-12-06T16:47:32.263Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2023-12-06T16:47:32.263Z | current directory: /work/oxidecomputer/omicron |
536 | 2023-12-06T16:47:32.263Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2023-12-06T16:47:32.263Z | configuring based on OS: "solaris2.11" |
538 | 2023-12-06T16:47:32.263Z | + case "$1" in |
539 | 2023-12-06T16:47:32.263Z | + SET_BINARIES= |
540 | 2023-12-06T16:47:32.263Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
541 | 2023-12-06T16:47:32.263Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2023-12-06T16:47:32.263Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2023-12-06T16:47:32.263Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
544 | 2023-12-06T16:47:32.263Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2023-12-06T16:47:32.263Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
546 | 2023-12-06T16:47:32.263Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
547 | 2023-12-06T16:47:32.263Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2023-12-06T16:47:32.263Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2023-12-06T16:47:32.263Z | + mkdir -p out/downloads |
550 | 2023-12-06T16:47:32.278Z | + mkdir -p ./out/dendrite-stub |
551 | 2023-12-06T16:47:32.278Z | + fetch_and_verify |
552 | 2023-12-06T16:47:32.278Z | + local DO_DOWNLOAD=true |
553 | 2023-12-06T16:47:32.278Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2023-12-06T16:47:32.278Z | + '[' true == true ']' |
555 | 2023-12-06T16:47:32.278Z | + echo Downloading... |
556 | 2023-12-06T16:47:32.278Z | Downloading... |
557 | 2023-12-06T16:47:32.279Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-06T16:47:32.279Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
559 | 2023-12-06T16:47:40.231Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-06T16:47:40.236Z | ++ sha256sum |
561 | 2023-12-06T16:47:40.236Z | ++ awk '{print $1}' |
562 | 2023-12-06T16:47:40.333Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
563 | 2023-12-06T16:47:40.333Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
564 | 2023-12-06T16:47:40.333Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-06T16:47:40.337Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2023-12-06T16:47:41.366Z | + do_assemble |
567 | 2023-12-06T16:47:41.366Z | + rm -r ./out/dendrite-stub |
568 | 2023-12-06T16:47:41.373Z | + mkdir ./out/dendrite-stub |
569 | 2023-12-06T16:47:41.381Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2023-12-06T16:47:41.539Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2023-12-06T16:47:41.550Z | + set -o errexit |
572 | 2023-12-06T16:47:41.550Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2023-12-06T16:47:41.572Z | ++ cd ./tools |
574 | 2023-12-06T16:47:41.572Z | ++ pwd |
575 | 2023-12-06T16:47:41.573Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2023-12-06T16:47:41.573Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2023-12-06T16:47:41.573Z | + ARG0=ci_download_maghemite_mgd |
578 | 2023-12-06T16:47:41.573Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2023-12-06T16:47:41.573Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
580 | 2023-12-06T16:47:41.573Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
581 | 2023-12-06T16:47:41.573Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2023-12-06T16:47:41.573Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
583 | 2023-12-06T16:47:41.573Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
584 | 2023-12-06T16:47:41.573Z | + TARGET_DIR=out |
585 | 2023-12-06T16:47:41.573Z | + DOWNLOAD_DIR=out/downloads |
586 | 2023-12-06T16:47:41.573Z | + DEST_DIR=./out/mgd |
587 | 2023-12-06T16:47:41.573Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2023-12-06T16:47:41.573Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2023-12-06T16:47:41.573Z | + REPO=oxidecomputer/maghemite |
590 | 2023-12-06T16:47:41.573Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
591 | 2023-12-06T16:47:41.574Z | + main |
592 | 2023-12-06T16:47:41.574Z | + [[ 0 != 0 ]] |
593 | 2023-12-06T16:47:41.574Z | + CIDL_OS=solaris2.11 |
594 | 2023-12-06T16:47:41.574Z | + [[ 0 != 0 ]] |
595 | 2023-12-06T16:47:41.574Z | + configure_os solaris2.11 |
596 | 2023-12-06T16:47:41.574Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2023-12-06T16:47:41.574Z | current directory: /work/oxidecomputer/omicron |
598 | 2023-12-06T16:47:41.574Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2023-12-06T16:47:41.574Z | + case "$1" in |
600 | 2023-12-06T16:47:41.574Z | + SET_BINARIES= |
601 | 2023-12-06T16:47:41.574Z | configuring based on OS: "solaris2.11" |
602 | 2023-12-06T16:47:41.574Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2023-12-06T16:47:41.574Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2023-12-06T16:47:41.574Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
605 | 2023-12-06T16:47:41.574Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2023-12-06T16:47:41.574Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
607 | 2023-12-06T16:47:41.574Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
608 | 2023-12-06T16:47:41.574Z | Local file: out/downloads/mgd.tar.gz |
609 | 2023-12-06T16:47:41.575Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2023-12-06T16:47:41.575Z | + mkdir -p out/downloads |
611 | 2023-12-06T16:47:41.575Z | + mkdir -p ./out/mgd |
612 | 2023-12-06T16:47:41.575Z | + fetch_and_verify |
613 | 2023-12-06T16:47:41.575Z | + local DO_DOWNLOAD=true |
614 | 2023-12-06T16:47:41.575Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2023-12-06T16:47:41.575Z | + '[' true == true ']' |
616 | 2023-12-06T16:47:41.575Z | + echo Downloading... |
617 | 2023-12-06T16:47:41.575Z | Downloading... |
618 | 2023-12-06T16:47:41.575Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2023-12-06T16:47:41.575Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
620 | 2023-12-06T16:47:48.408Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2023-12-06T16:47:48.413Z | ++ sha256sum |
622 | 2023-12-06T16:47:48.413Z | ++ awk '{print $1}' |
623 | 2023-12-06T16:47:48.483Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
624 | 2023-12-06T16:47:48.483Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
625 | 2023-12-06T16:47:48.487Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2023-12-06T16:47:48.487Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2023-12-06T16:47:49.170Z | + do_assemble |
628 | 2023-12-06T16:47:49.170Z | + rm -r ./out/mgd |
629 | 2023-12-06T16:47:49.174Z | + mkdir ./out/mgd |
630 | 2023-12-06T16:47:49.178Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2023-12-06T16:47:49.385Z | + set -o errexit |
632 | 2023-12-06T16:47:49.389Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2023-12-06T16:47:49.392Z | ++ cd ./tools |
634 | 2023-12-06T16:47:49.392Z | ++ pwd |
635 | 2023-12-06T16:47:49.392Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2023-12-06T16:47:49.392Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2023-12-06T16:47:49.397Z | + ARG0=ci_download_transceiver_control |
638 | 2023-12-06T16:47:49.398Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2023-12-06T16:47:49.398Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-12-06T16:47:49.398Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-12-06T16:47:49.398Z | + TARGET_DIR=out |
642 | 2023-12-06T16:47:49.398Z | + DOWNLOAD_DIR=out/downloads |
643 | 2023-12-06T16:47:49.398Z | + DEST_DIR=./out/transceiver-control |
644 | 2023-12-06T16:47:49.398Z | + BIN_DIR=/opt/oxide/bin |
645 | 2023-12-06T16:47:49.398Z | + BINARY=xcvradm |
646 | 2023-12-06T16:47:49.398Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2023-12-06T16:47:49.398Z | + REPO=oxidecomputer/transceiver-control |
648 | 2023-12-06T16:47:49.398Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2023-12-06T16:47:49.398Z | + main |
650 | 2023-12-06T16:47:49.399Z | + [[ 0 != 0 ]] |
651 | 2023-12-06T16:47:49.399Z | + CIDL_OS=solaris2.11 |
652 | 2023-12-06T16:47:49.399Z | + [[ 0 != 0 ]] |
653 | 2023-12-06T16:47:49.399Z | + configure_os solaris2.11 |
654 | 2023-12-06T16:47:49.399Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2023-12-06T16:47:49.399Z | current directory: /work/oxidecomputer/omicron |
656 | 2023-12-06T16:47:49.399Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2023-12-06T16:47:49.399Z | configuring based on OS: "solaris2.11" |
658 | 2023-12-06T16:47:49.399Z | + case "$1" in |
659 | 2023-12-06T16:47:49.399Z | + SET_BINARIES= |
660 | 2023-12-06T16:47:49.399Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-12-06T16:47:49.399Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2023-12-06T16:47:49.399Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2023-12-06T16:47:49.399Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2023-12-06T16:47:49.399Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2023-12-06T16:47:49.399Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2023-12-06T16:47:49.399Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2023-12-06T16:47:49.399Z | + echo 'Local file: out/downloads/xcvradm.gz' |
668 | 2023-12-06T16:47:49.399Z | Local file: out/downloads/xcvradm.gz |
669 | 2023-12-06T16:47:49.399Z | + mkdir -p out/downloads |
670 | 2023-12-06T16:47:49.399Z | + mkdir -p ./out/transceiver-control |
671 | 2023-12-06T16:47:49.404Z | + fetch_and_verify |
672 | 2023-12-06T16:47:49.404Z | + local DO_DOWNLOAD=true |
673 | 2023-12-06T16:47:49.404Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2023-12-06T16:47:49.404Z | + '[' true == true ']' |
675 | 2023-12-06T16:47:49.404Z | + echo Downloading... |
676 | 2023-12-06T16:47:49.404Z | Downloading... |
677 | 2023-12-06T16:47:49.404Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2023-12-06T16:47:49.404Z | + 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 |
679 | 2023-12-06T16:47:52.108Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2023-12-06T16:47:52.111Z | ++ sha256sum |
681 | 2023-12-06T16:47:52.112Z | ++ awk '{print $1}' |
682 | 2023-12-06T16:47:52.134Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2023-12-06T16:47:52.134Z | + [[ 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 ]] |
684 | 2023-12-06T16:47:52.134Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2023-12-06T16:47:52.141Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2023-12-06T16:47:52.146Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2023-12-06T16:47:52.323Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2023-12-06T16:47:52.340Z | + do_assemble |
689 | 2023-12-06T16:47:52.340Z | + rm -r ./out/transceiver-control |
690 | 2023-12-06T16:47:52.340Z | + mkdir ./out/transceiver-control |
691 | 2023-12-06T16:47:52.340Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2023-12-06T16:47:52.556Z | All prerequisites installed successfully |
693 | 2023-12-06T16:47:52.560Z | |
694 | 2023-12-06T16:47:52.560Z | real 2:21.102907619 |
695 | 2023-12-06T16:47:52.560Z | user 56.491349859 |
696 | 2023-12-06T16:47:52.560Z | sys 11.216565273 |
697 | 2023-12-06T16:47:52.560Z | trap 0.024171317 |
698 | 2023-12-06T16:47:52.560Z | tflt 0.211283359 |
699 | 2023-12-06T16:47:52.560Z | dflt 0.686716955 |
700 | 2023-12-06T16:47:52.560Z | kflt 0.243967797 |
701 | 2023-12-06T16:47:52.560Z | lock 2.148638013 |
702 | 2023-12-06T16:47:52.560Z | slp 4:24.225210942 |
703 | 2023-12-06T16:47:52.560Z | lat 4.362233971 |
704 | 2023-12-06T16:47:52.560Z | stop 0.060303868 |
705 | 2023-12-06T16:47:52.560Z | + banner end-to-end-tests |
706 | 2023-12-06T16:47:52.602Z | |
707 | 2023-12-06T16:47:52.602Z | ###### # # ##### ##### #### ###### # # ##### |
708 | 2023-12-06T16:47:52.602Z | # ## # # # # # # # ## # # # |
709 | 2023-12-06T16:47:52.602Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
710 | 2023-12-06T16:47:52.602Z | # # # # # # # # # # # # # # # |
711 | 2023-12-06T16:47:52.602Z | # # ## # # # # # # # ## # # |
712 | 2023-12-06T16:47:52.602Z | ###### # # ##### # #### ###### # # ##### |
713 | 2023-12-06T16:47:52.602Z | |
714 | 2023-12-06T16:47:52.606Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2023-12-06T16:47:52.606Z | + CARGO_PROFILE_DEV_DEBUG=1 |
716 | 2023-12-06T16:47:52.606Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2023-12-06T16:47:52.607Z | + CARGO_PROFILE_TEST_DEBUG=1 |
718 | 2023-12-06T16:47:52.607Z | + export CARGO_INCREMENTAL=0 |
719 | 2023-12-06T16:47:52.607Z | + CARGO_INCREMENTAL=0 |
720 | 2023-12-06T16:47:52.607Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
721 | 2023-12-06T16:47:52.975Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2023-12-06T16:47:53.368Z | Updating crates.io index |
723 | 2023-12-06T16:47:53.372Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2023-12-06T16:47:54.318Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2023-12-06T16:47:56.332Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2023-12-06T16:47:56.971Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2023-12-06T16:47:57.307Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2023-12-06T16:47:57.653Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2023-12-06T16:47:57.981Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2023-12-06T16:48:00.306Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2023-12-06T16:48:02.515Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2023-12-06T16:48:03.576Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2023-12-06T16:48:04.313Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-12-06T16:48:04.595Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2023-12-06T16:48:04.953Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2023-12-06T16:48:05.272Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2023-12-06T16:48:05.709Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2023-12-06T16:48:05.989Z | Updating git repository `https://github.com/njaremko/samael` |
739 | 2023-12-06T16:48:06.537Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2023-12-06T16:48:07.115Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2023-12-06T16:48:07.570Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2023-12-06T16:48:07.875Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2023-12-06T16:48:09.164Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2023-12-06T16:48:09.916Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2023-12-06T16:48:10.665Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2023-12-06T16:48:11.056Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2023-12-06T16:48:11.374Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2023-12-06T16:48:13.121Z | Downloading crates ... |
749 | 2023-12-06T16:48:13.365Z | Downloaded proc-macro-error v1.0.4 |
750 | 2023-12-06T16:48:13.381Z | Downloaded difflib v0.4.0 |
751 | 2023-12-06T16:48:13.388Z | Downloaded num_threads v0.1.6 |
752 | 2023-12-06T16:48:13.392Z | Downloaded diesel_table_macro_syntax v0.1.0 |
753 | 2023-12-06T16:48:13.396Z | Downloaded addr2line v0.21.0 |
754 | 2023-12-06T16:48:13.400Z | Downloaded mime v0.3.17 |
755 | 2023-12-06T16:48:13.404Z | Downloaded block-padding v0.3.3 |
756 | 2023-12-06T16:48:13.409Z | Downloaded clap_lex v0.5.1 |
757 | 2023-12-06T16:48:13.416Z | Downloaded pest v2.7.2 |
758 | 2023-12-06T16:48:13.431Z | Downloaded dirs-sys v0.4.1 |
759 | 2023-12-06T16:48:13.439Z | Downloaded postcard v0.7.3 |
760 | 2023-12-06T16:48:13.447Z | Downloaded curve25519-dalek-derive v0.1.0 |
761 | 2023-12-06T16:48:13.469Z | Downloaded digest v0.10.7 |
762 | 2023-12-06T16:48:13.469Z | Downloaded bit-set v0.5.3 |
763 | 2023-12-06T16:48:13.469Z | Downloaded async-trait v0.1.74 |
764 | 2023-12-06T16:48:13.483Z | Downloaded predicates v3.0.4 |
765 | 2023-12-06T16:48:13.483Z | Downloaded bit-vec v0.6.3 |
766 | 2023-12-06T16:48:13.483Z | Downloaded atomic-waker v1.1.1 |
767 | 2023-12-06T16:48:13.483Z | Downloaded parse-display-derive v0.8.2 |
768 | 2023-12-06T16:48:13.495Z | Downloaded parking_lot_core v0.9.8 |
769 | 2023-12-06T16:48:13.496Z | Downloaded num-integer v0.1.45 |
770 | 2023-12-06T16:48:13.496Z | Downloaded polyval v0.6.1 |
771 | 2023-12-06T16:48:13.509Z | Downloaded convert_case v0.4.0 |
772 | 2023-12-06T16:48:13.510Z | Downloaded proc-macro-crate v1.3.1 |
773 | 2023-12-06T16:48:13.510Z | Downloaded postcard-cobs v0.1.5-pre |
774 | 2023-12-06T16:48:13.511Z | Downloaded pin-utils v0.1.0 |
775 | 2023-12-06T16:48:13.511Z | Downloaded paste v1.0.14 |
776 | 2023-12-06T16:48:13.534Z | Downloaded usdt-attr-macro v0.3.5 |
777 | 2023-12-06T16:48:13.535Z | Downloaded toolchain_find v0.2.0 |
778 | 2023-12-06T16:48:13.535Z | Downloaded ctr v0.9.2 |
779 | 2023-12-06T16:48:13.536Z | Downloaded rand_chacha v0.2.2 |
780 | 2023-12-06T16:48:13.549Z | Downloaded const-oid v0.9.5 |
781 | 2023-12-06T16:48:13.549Z | Downloaded equivalent v1.0.1 |
782 | 2023-12-06T16:48:13.549Z | Downloaded crypto-common v0.1.6 |
783 | 2023-12-06T16:48:13.549Z | Downloaded rand_core v0.6.4 |
784 | 2023-12-06T16:48:13.549Z | Downloaded proc-macro-error-attr v1.0.4 |
785 | 2023-12-06T16:48:13.549Z | Downloaded colored v2.0.4 |
786 | 2023-12-06T16:48:13.549Z | Downloaded pin-project-lite v0.2.13 |
787 | 2023-12-06T16:48:13.558Z | Downloaded ident_case v1.0.1 |
788 | 2023-12-06T16:48:13.558Z | Downloaded foreign-types-macros v0.2.3 |
789 | 2023-12-06T16:48:13.559Z | Downloaded data-encoding v2.4.0 |
790 | 2023-12-06T16:48:13.579Z | Downloaded enum-as-inner v0.5.1 |
791 | 2023-12-06T16:48:13.579Z | Downloaded want v0.3.1 |
792 | 2023-12-06T16:48:13.579Z | Downloaded password-hash v0.4.2 |
793 | 2023-12-06T16:48:13.580Z | Downloaded ed25519 v2.2.2 |
794 | 2023-12-06T16:48:13.580Z | Downloaded postgres-protocol v0.6.6 |
795 | 2023-12-06T16:48:13.591Z | Downloaded pin-project-internal v1.1.3 |
796 | 2023-12-06T16:48:13.591Z | Downloaded chacha20 v0.9.1 |
797 | 2023-12-06T16:48:13.591Z | Downloaded pest_derive v2.7.2 |
798 | 2023-12-06T16:48:13.591Z | Downloaded foreign-types-shared v0.3.1 |
799 | 2023-12-06T16:48:13.599Z | Downloaded is-terminal v0.4.9 |
800 | 2023-12-06T16:48:13.599Z | Downloaded group v0.13.0 |
801 | 2023-12-06T16:48:13.599Z | Downloaded tinyvec_macros v0.1.1 |
802 | 2023-12-06T16:48:13.599Z | Downloaded num-derive v0.4.0 |
803 | 2023-12-06T16:48:13.607Z | Downloaded password-hash v0.5.0 |
804 | 2023-12-06T16:48:13.607Z | Downloaded keccak v0.1.4 |
805 | 2023-12-06T16:48:13.607Z | Downloaded heck v0.3.3 |
806 | 2023-12-06T16:48:13.613Z | Downloaded rustls-native-certs v0.6.3 |
807 | 2023-12-06T16:48:13.614Z | Downloaded version_check v0.9.4 |
808 | 2023-12-06T16:48:13.620Z | Downloaded vec_map v0.8.2 |
809 | 2023-12-06T16:48:13.620Z | Downloaded iana-time-zone v0.1.57 |
810 | 2023-12-06T16:48:13.638Z | Downloaded foreign-types-shared v0.1.1 |
811 | 2023-12-06T16:48:13.638Z | Downloaded thiserror-impl-no-std v2.0.2 |
812 | 2023-12-06T16:48:13.638Z | Downloaded thiserror-impl v1.0.49 |
813 | 2023-12-06T16:48:13.642Z | Downloaded match_cfg v0.1.0 |
814 | 2023-12-06T16:48:13.642Z | Downloaded slog-scope v4.4.0 |
815 | 2023-12-06T16:48:13.642Z | Downloaded slog-stdlog v4.1.1 |
816 | 2023-12-06T16:48:13.642Z | Downloaded matches v0.1.10 |
817 | 2023-12-06T16:48:13.642Z | Downloaded num-rational v0.4.1 |
818 | 2023-12-06T16:48:13.642Z | Downloaded hubpack_derive v0.1.1 |
819 | 2023-12-06T16:48:13.642Z | Downloaded macaddr v1.0.1 |
820 | 2023-12-06T16:48:13.646Z | Downloaded httpdate v1.0.3 |
821 | 2023-12-06T16:48:13.646Z | Downloaded console v0.15.7 |
822 | 2023-12-06T16:48:13.653Z | Downloaded semver-parser v0.10.2 |
823 | 2023-12-06T16:48:13.657Z | Downloaded pin-project v1.1.3 |
824 | 2023-12-06T16:48:13.678Z | Downloaded time-macros v0.2.13 |
825 | 2023-12-06T16:48:13.713Z | Downloaded time-core v0.1.1 |
826 | 2023-12-06T16:48:13.713Z | Downloaded whoami v1.4.1 |
827 | 2023-12-06T16:48:13.713Z | Downloaded form_urlencoded v1.2.1 |
828 | 2023-12-06T16:48:13.714Z | Downloaded miniz_oxide v0.7.1 |
829 | 2023-12-06T16:48:13.714Z | Downloaded serde_repr v0.1.16 |
830 | 2023-12-06T16:48:13.714Z | Downloaded thiserror-no-std v2.0.2 |
831 | 2023-12-06T16:48:13.714Z | Downloaded float-cmp v0.9.0 |
832 | 2023-12-06T16:48:13.732Z | Downloaded waitgroup v0.1.2 |
833 | 2023-12-06T16:48:13.733Z | Downloaded arc-swap v1.6.0 |
834 | 2023-12-06T16:48:13.733Z | Downloaded futures-task v0.3.29 |
835 | 2023-12-06T16:48:13.733Z | Downloaded foreign-types v0.5.0 |
836 | 2023-12-06T16:48:13.733Z | Downloaded tinyvec v1.6.0 |
837 | 2023-12-06T16:48:13.746Z | Downloaded errno v0.3.2 |
838 | 2023-12-06T16:48:13.747Z | Downloaded hyper-rustls v0.24.2 |
839 | 2023-12-06T16:48:13.747Z | Downloaded string_cache v0.8.7 |
840 | 2023-12-06T16:48:13.747Z | Downloaded russh-cryptovec v0.7.0 |
841 | 2023-12-06T16:48:13.747Z | Downloaded slab v0.4.9 |
842 | 2023-12-06T16:48:13.748Z | Downloaded headers v0.3.9 |
843 | 2023-12-06T16:48:13.761Z | Downloaded walkdir v2.4.0 |
844 | 2023-12-06T16:48:13.775Z | Downloaded try-lock v0.2.4 |
845 | 2023-12-06T16:48:13.776Z | Downloaded zeroize v1.7.0 |
846 | 2023-12-06T16:48:13.776Z | Downloaded stringprep v0.1.3 |
847 | 2023-12-06T16:48:13.776Z | Downloaded zeroize_derive v1.4.2 |
848 | 2023-12-06T16:48:13.776Z | Downloaded subprocess v0.2.9 |
849 | 2023-12-06T16:48:13.786Z | Downloaded headers-core v0.2.0 |
850 | 2023-12-06T16:48:13.787Z | Downloaded libefi-sys v0.1.0 |
851 | 2023-12-06T16:48:13.787Z | Downloaded futures-core v0.3.29 |
852 | 2023-12-06T16:48:13.787Z | Downloaded toml_datetime v0.6.5 |
853 | 2023-12-06T16:48:13.787Z | Downloaded heapless v0.7.16 |
854 | 2023-12-06T16:48:14.205Z | Downloaded strum v0.25.0 |
855 | 2023-12-06T16:48:14.205Z | Downloaded foreign-types v0.3.2 |
856 | 2023-12-06T16:48:14.205Z | Downloaded flate2 v1.0.28 |
857 | 2023-12-06T16:48:14.206Z | Downloaded signal-hook-mio v0.2.3 |
858 | 2023-12-06T16:48:14.206Z | Downloaded futures-executor v0.3.29 |
859 | 2023-12-06T16:48:14.206Z | Downloaded tungstenite v0.20.1 |
860 | 2023-12-06T16:48:14.206Z | Downloaded synstructure v0.12.6 |
861 | 2023-12-06T16:48:14.206Z | Downloaded fastrand v2.0.0 |
862 | 2023-12-06T16:48:14.207Z | Downloaded stable_deref_trait v1.2.0 |
863 | 2023-12-06T16:48:14.207Z | Downloaded utf-8 v0.7.6 |
864 | 2023-12-06T16:48:14.207Z | Downloaded usdt-macro v0.3.5 |
865 | 2023-12-06T16:48:14.207Z | Downloaded usdt v0.3.5 |
866 | 2023-12-06T16:48:14.207Z | Downloaded tracing-attributes v0.1.26 |
867 | 2023-12-06T16:48:14.207Z | Downloaded structmeta v0.2.0 |
868 | 2023-12-06T16:48:14.208Z | Downloaded fixedbitset v0.4.2 |
869 | 2023-12-06T16:48:14.208Z | Downloaded schemars_derive v0.8.13 |
870 | 2023-12-06T16:48:14.208Z | Downloaded heck v0.4.1 |
871 | 2023-12-06T16:48:14.209Z | Downloaded socket2 v0.4.9 |
872 | 2023-12-06T16:48:14.209Z | Downloaded thread-id v4.2.0 |
873 | 2023-12-06T16:48:14.209Z | Downloaded hostname v0.3.1 |
874 | 2023-12-06T16:48:14.209Z | Downloaded rustfmt-wrapper v0.2.0 |
875 | 2023-12-06T16:48:14.209Z | Downloaded serde_path_to_error v0.1.14 |
876 | 2023-12-06T16:48:14.209Z | Downloaded ghash v0.5.0 |
877 | 2023-12-06T16:48:14.209Z | Downloaded serde_tokenstream v0.1.7 |
878 | 2023-12-06T16:48:14.210Z | Downloaded static_assertions v1.1.0 |
879 | 2023-12-06T16:48:14.210Z | Downloaded serde v1.0.192 |
880 | 2023-12-06T16:48:14.210Z | Downloaded utf8parse v0.2.1 |
881 | 2023-12-06T16:48:14.210Z | Downloaded slog-json v2.6.1 |
882 | 2023-12-06T16:48:14.210Z | Downloaded snafu-derive v0.7.5 |
883 | 2023-12-06T16:48:14.210Z | Downloaded fxhash v0.2.1 |
884 | 2023-12-06T16:48:14.210Z | Downloaded serde_yaml v0.9.25 |
885 | 2023-12-06T16:48:14.211Z | Downloaded md-5 v0.10.5 |
886 | 2023-12-06T16:48:14.211Z | Downloaded fnv v1.0.7 |
887 | 2023-12-06T16:48:14.211Z | Downloaded rustc_version v0.4.0 |
888 | 2023-12-06T16:48:14.211Z | Downloaded unicode-width v0.1.11 |
889 | 2023-12-06T16:48:14.211Z | Downloaded io-lifetimes v1.0.11 |
890 | 2023-12-06T16:48:14.212Z | Downloaded term v0.7.0 |
891 | 2023-12-06T16:48:14.212Z | Downloaded log v0.4.20 |
892 | 2023-12-06T16:48:14.212Z | Downloaded uuid v1.6.1 |
893 | 2023-12-06T16:48:14.212Z | Downloaded hashbrown v0.13.2 |
894 | 2023-12-06T16:48:14.212Z | Downloaded rustc-demangle v0.1.23 |
895 | 2023-12-06T16:48:14.212Z | Downloaded zip v0.6.6 |
896 | 2023-12-06T16:48:14.212Z | Downloaded ryu v1.0.15 |
897 | 2023-12-06T16:48:14.212Z | Downloaded unicode-xid v0.2.4 |
898 | 2023-12-06T16:48:14.212Z | Downloaded scheduled-thread-pool v0.2.7 |
899 | 2023-12-06T16:48:14.213Z | Downloaded tempfile v3.8.1 |
900 | 2023-12-06T16:48:14.213Z | Downloaded ff v0.13.0 |
901 | 2023-12-06T16:48:14.213Z | Downloaded socket2 v0.5.5 |
902 | 2023-12-06T16:48:14.213Z | Downloaded half v1.8.2 |
903 | 2023-12-06T16:48:14.213Z | Downloaded schemars v0.8.13 |
904 | 2023-12-06T16:48:14.213Z | Downloaded trust-dns-resolver v0.22.0 |
905 | 2023-12-06T16:48:14.213Z | Downloaded tokio-postgres v0.7.10 |
906 | 2023-12-06T16:48:14.213Z | Downloaded spin v0.9.8 |
907 | 2023-12-06T16:48:14.213Z | Downloaded unicode-ident v1.0.12 |
908 | 2023-12-06T16:48:14.213Z | Downloaded unicode-bidi v0.3.13 |
909 | 2023-12-06T16:48:14.213Z | Downloaded rustls-webpki v0.101.7 |
910 | 2023-12-06T16:48:14.213Z | Downloaded zerocopy v0.6.4 |
911 | 2023-12-06T16:48:14.213Z | Downloaded tracing v0.1.37 |
912 | 2023-12-06T16:48:14.213Z | Downloaded elliptic-curve v0.13.5 |
913 | 2023-12-06T16:48:14.213Z | Downloaded snafu v0.7.5 |
914 | 2023-12-06T16:48:14.213Z | Downloaded unicode-normalization v0.1.22 |
915 | 2023-12-06T16:48:14.213Z | Downloaded futures-util v0.3.29 |
916 | 2023-12-06T16:48:14.213Z | Downloaded http v0.2.11 |
917 | 2023-12-06T16:48:14.213Z | Downloaded hashbrown v0.12.3 |
918 | 2023-12-06T16:48:14.213Z | Downloaded itertools v0.11.0 |
919 | 2023-12-06T16:48:14.213Z | Downloaded serde_with v2.3.3 |
920 | 2023-12-06T16:48:14.213Z | Downloaded hashbrown v0.14.2 |
921 | 2023-12-06T16:48:14.213Z | Downloaded libm v0.2.7 |
922 | 2023-12-06T16:48:14.214Z | Downloaded toml_edit v0.19.15 |
923 | 2023-12-06T16:48:14.214Z | Downloaded curve25519-dalek v4.1.0 |
924 | 2023-12-06T16:48:14.218Z | Downloaded time v0.3.27 |
925 | 2023-12-06T16:48:14.218Z | Downloaded webpki-roots v0.25.2 |
926 | 2023-12-06T16:48:14.224Z | Downloaded trust-dns-proto v0.22.0 |
927 | 2023-12-06T16:48:14.248Z | Downloaded syn v2.0.32 |
928 | 2023-12-06T16:48:14.268Z | Downloaded serde_json v1.0.108 |
929 | 2023-12-06T16:48:14.280Z | Downloaded vcpkg v0.2.15 |
930 | 2023-12-06T16:48:14.354Z | Downloaded object v0.32.1 |
931 | 2023-12-06T16:48:14.372Z | Downloaded bstr v0.2.17 |
932 | 2023-12-06T16:48:14.394Z | Downloaded smoltcp v0.8.2 |
933 | 2023-12-06T16:48:14.410Z | Downloaded syn v1.0.109 |
934 | 2023-12-06T16:48:14.428Z | Downloaded rustls v0.21.9 |
935 | 2023-12-06T16:48:14.448Z | Downloaded idna v0.5.0 |
936 | 2023-12-06T16:48:14.458Z | Downloaded rustix v0.37.23 |
937 | 2023-12-06T16:48:14.494Z | Downloaded idna v0.2.3 |
938 | 2023-12-06T16:48:14.530Z | Downloaded zerocopy-derive v0.6.4 |
939 | 2023-12-06T16:48:14.547Z | Downloaded zerocopy-derive v0.2.0 |
940 | 2023-12-06T16:48:14.573Z | Downloaded regex-automata v0.4.3 |
941 | 2023-12-06T16:48:14.615Z | Downloaded sled v0.34.7 |
942 | 2023-12-06T16:48:14.631Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
943 | 2023-12-06T16:48:14.631Z | Downloaded regex-automata v0.3.8 |
944 | 2023-12-06T16:48:14.655Z | Downloaded libc v0.2.150 |
945 | 2023-12-06T16:48:14.715Z | Downloaded tokio v1.34.0 |
946 | 2023-12-06T16:48:14.757Z | Downloaded rustix v0.38.25 |
947 | 2023-12-06T16:48:14.790Z | Downloaded openapiv3 v2.0.0-rc.1 |
948 | 2023-12-06T16:48:14.814Z | Downloaded gimli v0.28.0 |
949 | 2023-12-06T16:48:14.827Z | Downloaded sha3 v0.10.8 |
950 | 2023-12-06T16:48:14.836Z | Downloaded bstr v1.6.0 |
951 | 2023-12-06T16:48:14.865Z | Downloaded winapi v0.3.9 |
952 | 2023-12-06T16:48:14.932Z | Downloaded regex-syntax v0.8.2 |
953 | 2023-12-06T16:48:14.945Z | Downloaded h2 v0.3.21 |
954 | 2023-12-06T16:48:14.956Z | Downloaded smoltcp v0.9.1 |
955 | 2023-12-06T16:48:14.976Z | Downloaded encoding_rs v0.8.33 |
956 | 2023-12-06T16:48:15.014Z | Downloaded regex-syntax v0.7.5 |
957 | 2023-12-06T16:48:15.033Z | Downloaded diesel v2.1.4 |
958 | 2023-12-06T16:48:15.069Z | Downloaded chrono v0.4.31 |
959 | 2023-12-06T16:48:15.083Z | Downloaded clap v2.34.0 |
960 | 2023-12-06T16:48:15.093Z | Downloaded hkdf v0.12.3 |
961 | 2023-12-06T16:48:15.093Z | Downloaded petgraph v0.6.4 |
962 | 2023-12-06T16:48:15.189Z | Downloaded winnow v0.5.15 |
963 | 2023-12-06T16:48:15.206Z | Downloaded regex v1.10.2 |
964 | 2023-12-06T16:48:15.206Z | Downloaded openssl v0.10.60 |
965 | 2023-12-06T16:48:15.206Z | Downloaded regress v0.7.1 |
966 | 2023-12-06T16:48:15.206Z | Downloaded itertools v0.12.0 |
967 | 2023-12-06T16:48:15.206Z | Downloaded russh v0.39.0 |
968 | 2023-12-06T16:48:15.221Z | Downloaded unicode-segmentation v1.10.1 |
969 | 2023-12-06T16:48:15.221Z | Downloaded radix_trie v0.2.1 |
970 | 2023-12-06T16:48:15.221Z | Downloaded clap_builder v4.4.2 |
971 | 2023-12-06T16:48:15.233Z | Downloaded hyper v0.14.27 |
972 | 2023-12-06T16:48:15.663Z | Downloaded itertools v0.10.5 |
973 | 2023-12-06T16:48:15.678Z | Downloaded trust-dns-server v0.22.1 |
974 | 2023-12-06T16:48:15.678Z | Downloaded url v2.5.0 |
975 | 2023-12-06T16:48:15.678Z | Downloaded trust-dns-client v0.22.0 |
976 | 2023-12-06T16:48:15.679Z | Downloaded ed25519-dalek v2.0.0 |
977 | 2023-12-06T16:48:15.679Z | Downloaded aho-corasick v1.0.4 |
978 | 2023-12-06T16:48:15.679Z | Downloaded reqwest v0.11.22 |
979 | 2023-12-06T16:48:15.679Z | Downloaded inout v0.1.3 |
980 | 2023-12-06T16:48:15.679Z | Downloaded serde_with_macros v2.3.3 |
981 | 2023-12-06T16:48:15.679Z | Downloaded der v0.7.8 |
982 | 2023-12-06T16:48:15.680Z | Downloaded toml_edit v0.21.0 |
983 | 2023-12-06T16:48:15.680Z | Downloaded tokio-util v0.7.10 |
984 | 2023-12-06T16:48:15.680Z | Downloaded getrandom v0.2.10 |
985 | 2023-12-06T16:48:15.680Z | Downloaded spki v0.7.2 |
986 | 2023-12-06T16:48:15.680Z | Downloaded filetime v0.2.23 |
987 | 2023-12-06T16:48:15.680Z | Downloaded terminal_size v0.2.6 |
988 | 2023-12-06T16:48:15.681Z | Downloaded vsss-rs v3.3.1 |
989 | 2023-12-06T16:48:15.681Z | Downloaded indexmap v2.1.0 |
990 | 2023-12-06T16:48:15.681Z | Downloaded mio v0.8.9 |
991 | 2023-12-06T16:48:15.681Z | Downloaded same-file v1.0.6 |
992 | 2023-12-06T16:48:15.681Z | Downloaded managed v0.8.0 |
993 | 2023-12-06T16:48:15.681Z | Downloaded ring v0.17.5 |
994 | 2023-12-06T16:48:15.681Z | Downloaded thiserror v1.0.49 |
995 | 2023-12-06T16:48:15.682Z | Downloaded slog v2.7.0 |
996 | 2023-12-06T16:48:15.682Z | Downloaded aes-gcm v0.10.3 |
997 | 2023-12-06T16:48:15.682Z | Downloaded untrusted v0.7.1 |
998 | 2023-12-06T16:48:15.682Z | Downloaded crossterm v0.27.0 |
999 | 2023-12-06T16:48:15.682Z | Downloaded futures-channel v0.3.29 |
1000 | 2023-12-06T16:48:15.683Z | Downloaded memchr v2.6.3 |
1001 | 2023-12-06T16:48:15.683Z | Downloaded ring v0.16.20 |
1002 | 2023-12-06T16:48:16.179Z | Downloaded glob v0.3.1 |
1003 | 2023-12-06T16:48:16.223Z | Downloaded generic-array v0.14.7 |
1004 | 2023-12-06T16:48:16.224Z | Downloaded tokio-rustls v0.24.1 |
1005 | 2023-12-06T16:48:16.224Z | Downloaded regex-automata v0.1.10 |
1006 | 2023-12-06T16:48:16.224Z | Downloaded linked-hash-map v0.5.6 |
1007 | 2023-12-06T16:48:16.224Z | Downloaded getrandom v0.1.16 |
1008 | 2023-12-06T16:48:16.225Z | Downloaded getopts v0.2.21 |
1009 | 2023-12-06T16:48:16.225Z | Downloaded sha2 v0.10.8 |
1010 | 2023-12-06T16:48:16.225Z | Downloaded tar v0.4.40 |
1011 | 2023-12-06T16:48:16.225Z | Downloaded num-bigint v0.4.4 |
1012 | 2023-12-06T16:48:16.225Z | Downloaded yasna v0.5.2 |
1013 | 2023-12-06T16:48:16.225Z | Downloaded serde_derive v1.0.192 |
1014 | 2023-12-06T16:48:16.225Z | Downloaded slog-term v2.9.0 |
1015 | 2023-12-06T16:48:16.225Z | Downloaded structopt v0.3.26 |
1016 | 2023-12-06T16:48:16.225Z | Downloaded futures-io v0.3.29 |
1017 | 2023-12-06T16:48:16.225Z | Downloaded slog-bunyan v2.4.0 |
1018 | 2023-12-06T16:48:16.226Z | Downloaded smf v0.2.2 |
1019 | 2023-12-06T16:48:16.226Z | Downloaded tokio-stream v0.1.14 |
1020 | 2023-12-06T16:48:16.226Z | Downloaded lazy_static v1.4.0 |
1021 | 2023-12-06T16:48:16.226Z | Downloaded tokio-tungstenite v0.20.1 |
1022 | 2023-12-06T16:48:16.226Z | Downloaded hyper-staticfile v0.9.5 |
1023 | 2023-12-06T16:48:16.226Z | Downloaded toml v0.7.8 |
1024 | 2023-12-06T16:48:16.226Z | Downloaded indexmap v1.9.3 |
1025 | 2023-12-06T16:48:16.226Z | Downloaded slog-dtrace v0.2.3 |
1026 | 2023-12-06T16:48:16.227Z | Downloaded serde_derive_internals v0.26.0 |
1027 | 2023-12-06T16:48:16.227Z | Downloaded similar v2.2.1 |
1028 | 2023-12-06T16:48:16.227Z | Downloaded crossbeam-channel v0.5.8 |
1029 | 2023-12-06T16:48:16.227Z | Downloaded signal-hook v0.3.17 |
1030 | 2023-12-06T16:48:16.227Z | Downloaded tower-service v0.3.2 |
1031 | 2023-12-06T16:48:16.227Z | Downloaded md5 v0.7.0 |
1032 | 2023-12-06T16:48:16.227Z | Downloaded textwrap v0.11.0 |
1033 | 2023-12-06T16:48:16.227Z | Downloaded strsim v0.10.0 |
1034 | 2023-12-06T16:48:16.227Z | Downloaded httparse v1.8.0 |
1035 | 2023-12-06T16:48:16.228Z | Downloaded aes v0.8.3 |
1036 | 2023-12-06T16:48:16.228Z | Downloaded futures v0.3.29 |
1037 | 2023-12-06T16:48:16.228Z | Downloaded unsafe-libyaml v0.2.9 |
1038 | 2023-12-06T16:48:16.228Z | Downloaded rand v0.7.3 |
1039 | 2023-12-06T16:48:16.228Z | Downloaded derive_more v0.99.17 |
1040 | 2023-12-06T16:48:16.228Z | Downloaded kstat-rs v0.2.3 |
1041 | 2023-12-06T16:48:16.228Z | Downloaded tracing-core v0.1.31 |
1042 | 2023-12-06T16:48:16.228Z | Downloaded untrusted v0.9.0 |
1043 | 2023-12-06T16:48:16.228Z | Downloaded smallvec v1.11.0 |
1044 | 2023-12-06T16:48:16.229Z | Downloaded fallible-iterator v0.2.0 |
1045 | 2023-12-06T16:48:16.229Z | Downloaded zerocopy v0.3.0 |
1046 | 2023-12-06T16:48:16.229Z | Downloaded hmac v0.12.1 |
1047 | 2023-12-06T16:48:16.229Z | Downloaded base64 v0.21.5 |
1048 | 2023-12-06T16:48:16.229Z | Downloaded sct v0.7.0 |
1049 | 2023-12-06T16:48:16.229Z | Downloaded toml v0.5.11 |
1050 | 2023-12-06T16:48:16.230Z | Downloaded strsim v0.8.0 |
1051 | 2023-12-06T16:48:16.230Z | Downloaded signature v2.1.0 |
1052 | 2023-12-06T16:48:16.230Z | Downloaded serde_urlencoded v0.7.1 |
1053 | 2023-12-06T16:48:16.230Z | Downloaded rcgen v0.11.3 |
1054 | 2023-12-06T16:48:16.230Z | Downloaded siphasher v0.3.11 |
1055 | 2023-12-06T16:48:16.230Z | Downloaded signal-hook-registry v1.4.1 |
1056 | 2023-12-06T16:48:16.230Z | Downloaded http-body v0.4.5 |
1057 | 2023-12-06T16:48:16.230Z | Downloaded zone v0.3.0 |
1058 | 2023-12-06T16:48:16.231Z | Downloaded chacha20poly1305 v0.10.1 |
1059 | 2023-12-06T16:48:16.231Z | Downloaded serde_spanned v0.6.4 |
1060 | 2023-12-06T16:48:16.231Z | Downloaded ucd-trie v0.1.6 |
1061 | 2023-12-06T16:48:16.231Z | Downloaded typenum v1.16.0 |
1062 | 2023-12-06T16:48:16.231Z | Downloaded semver v1.0.20 |
1063 | 2023-12-06T16:48:16.231Z | Downloaded semver v0.11.0 |
1064 | 2023-12-06T16:48:16.231Z | Downloaded structopt-derive v0.4.18 |
1065 | 2023-12-06T16:48:16.231Z | Downloaded rand v0.8.5 |
1066 | 2023-12-06T16:48:16.231Z | Downloaded itoa v1.0.9 |
1067 | 2023-12-06T16:48:16.231Z | Downloaded openssl-sys v0.9.96 |
1068 | 2023-12-06T16:48:16.232Z | Downloaded secrecy v0.8.0 |
1069 | 2023-12-06T16:48:16.232Z | Downloaded rustversion v1.0.14 |
1070 | 2023-12-06T16:48:16.232Z | Downloaded home v0.5.5 |
1071 | 2023-12-06T16:48:16.232Z | Downloaded lock_api v0.4.10 |
1072 | 2023-12-06T16:48:16.232Z | Downloaded crypto-bigint v0.5.2 |
1073 | 2023-12-06T16:48:16.232Z | Downloaded futures-sink v0.3.29 |
1074 | 2023-12-06T16:48:16.232Z | Downloaded futures-macro v0.3.29 |
1075 | 2023-12-06T16:48:16.232Z | Downloaded structmeta-derive v0.2.0 |
1076 | 2023-12-06T16:48:16.232Z | Downloaded slog-async v2.8.0 |
1077 | 2023-12-06T16:48:16.232Z | Downloaded proc-macro2 v1.0.69 |
1078 | 2023-12-06T16:48:16.233Z | Downloaded backtrace v0.3.69 |
1079 | 2023-12-06T16:48:16.233Z | Downloaded russh-keys v0.38.0 |
1080 | 2023-12-06T16:48:16.233Z | Downloaded lalrpop-util v0.19.12 |
1081 | 2023-12-06T16:48:16.233Z | Downloaded subtle v2.5.0 |
1082 | 2023-12-06T16:48:16.233Z | Downloaded strum_macros v0.25.2 |
1083 | 2023-12-06T16:48:16.233Z | Downloaded spin v0.5.2 |
1084 | 2023-12-06T16:48:16.233Z | Downloaded serde_tokenstream v0.2.0 |
1085 | 2023-12-06T16:48:16.233Z | Downloaded hex v0.4.3 |
1086 | 2023-12-06T16:48:16.233Z | Downloaded either v1.9.0 |
1087 | 2023-12-06T16:48:16.233Z | Downloaded slog-envlogger v2.2.0 |
1088 | 2023-12-06T16:48:16.233Z | Downloaded clap v4.4.3 |
1089 | 2023-12-06T16:48:16.234Z | Downloaded ahash v0.8.3 |
1090 | 2023-12-06T16:48:16.234Z | Downloaded ipnet v2.8.0 |
1091 | 2023-12-06T16:48:16.234Z | Downloaded scopeguard v1.2.0 |
1092 | 2023-12-06T16:48:16.234Z | Downloaded cc v1.0.83 |
1093 | 2023-12-06T16:48:16.234Z | Downloaded sha1 v0.10.6 |
1094 | 2023-12-06T16:48:16.234Z | Downloaded lru-cache v0.1.2 |
1095 | 2023-12-06T16:48:16.234Z | Downloaded xattr v1.0.1 |
1096 | 2023-12-06T16:48:16.235Z | Downloaded http-range v0.1.5 |
1097 | 2023-12-06T16:48:16.235Z | Downloaded take_mut v0.2.2 |
1098 | 2023-12-06T16:48:16.235Z | Downloaded toml v0.8.8 |
1099 | 2023-12-06T16:48:16.235Z | Downloaded omicron-zone-package v0.9.1 |
1100 | 2023-12-06T16:48:16.235Z | Downloaded hex-literal v0.4.1 |
1101 | 2023-12-06T16:48:16.235Z | Downloaded poly1305 v0.8.0 |
1102 | 2023-12-06T16:48:16.235Z | Downloaded thread_local v1.1.7 |
1103 | 2023-12-06T16:48:16.254Z | Downloaded once_cell v1.18.0 |
1104 | 2023-12-06T16:48:16.254Z | Downloaded num-traits v0.2.16 |
1105 | 2023-12-06T16:48:16.254Z | Downloaded hyper-tls v0.5.0 |
1106 | 2023-12-06T16:48:16.254Z | Downloaded ipnetwork v0.20.0 |
1107 | 2023-12-06T16:48:16.255Z | Downloaded hash32 v0.2.1 |
1108 | 2023-12-06T16:48:16.255Z | Downloaded crc32fast v1.3.2 |
1109 | 2023-12-06T16:48:16.255Z | Downloaded quote v1.0.33 |
1110 | 2023-12-06T16:48:16.255Z | Downloaded dirs v5.0.1 |
1111 | 2023-12-06T16:48:16.255Z | Downloaded argon2 v0.5.2 |
1112 | 2023-12-06T16:48:16.255Z | Downloaded ansi_term v0.12.1 |
1113 | 2023-12-06T16:48:16.255Z | Downloaded instant v0.1.12 |
1114 | 2023-12-06T16:48:16.256Z | Downloaded anstyle-parse v0.2.1 |
1115 | 2023-12-06T16:48:16.256Z | Downloaded crossbeam-utils v0.8.16 |
1116 | 2023-12-06T16:48:16.256Z | Downloaded blake2 v0.10.6 |
1117 | 2023-12-06T16:48:16.256Z | Downloaded platforms v3.0.2 |
1118 | 2023-12-06T16:48:16.256Z | Downloaded bytes v1.5.0 |
1119 | 2023-12-06T16:48:16.256Z | Downloaded darling_core v0.20.3 |
1120 | 2023-12-06T16:48:16.256Z | Downloaded base64ct v1.6.0 |
1121 | 2023-12-06T16:48:16.256Z | Downloaded cancel-safe-futures v0.1.5 |
1122 | 2023-12-06T16:48:16.256Z | Downloaded zone_cfg_derive v0.3.0 |
1123 | 2023-12-06T16:48:16.256Z | Downloaded rustls-pemfile v1.0.3 |
1124 | 2023-12-06T16:48:16.256Z | Downloaded hubpack v0.1.2 |
1125 | 2023-12-06T16:48:16.257Z | Downloaded usdt-impl v0.3.5 |
1126 | 2023-12-06T16:48:16.257Z | Downloaded universal-hash v0.5.1 |
1127 | 2023-12-06T16:48:16.257Z | Downloaded pkcs8 v0.10.2 |
1128 | 2023-12-06T16:48:16.257Z | Downloaded darling v0.20.3 |
1129 | 2023-12-06T16:48:16.257Z | Downloaded ciborium v0.2.1 |
1130 | 2023-12-06T16:48:16.269Z | Downloaded num-complex v0.4.4 |
1131 | 2023-12-06T16:48:16.269Z | Downloaded debug-ignore v1.0.5 |
1132 | 2023-12-06T16:48:16.270Z | Downloaded rand_chacha v0.3.1 |
1133 | 2023-12-06T16:48:16.270Z | Downloaded dirs-sys-next v0.1.2 |
1134 | 2023-12-06T16:48:16.270Z | Downloaded cbc v0.1.2 |
1135 | 2023-12-06T16:48:16.270Z | Downloaded dyn-clone v1.0.13 |
1136 | 2023-12-06T16:48:16.270Z | Downloaded endian-type v0.1.2 |
1137 | 2023-12-06T16:48:16.270Z | Downloaded unicase v2.7.0 |
1138 | 2023-12-06T16:48:16.270Z | Downloaded crossbeam-epoch v0.9.15 |
1139 | 2023-12-06T16:48:16.280Z | Downloaded anyhow v1.0.75 |
1140 | 2023-12-06T16:48:16.280Z | Downloaded postgres-types v0.2.6 |
1141 | 2023-12-06T16:48:16.290Z | Downloaded predicates-core v1.0.6 |
1142 | 2023-12-06T16:48:16.290Z | Downloaded dirs-next v2.0.0 |
1143 | 2023-12-06T16:48:16.290Z | Downloaded pkg-config v0.3.27 |
1144 | 2023-12-06T16:48:16.290Z | Downloaded quick-error v1.2.3 |
1145 | 2023-12-06T16:48:16.291Z | Downloaded autocfg v1.1.0 |
1146 | 2023-12-06T16:48:16.291Z | Downloaded pest_meta v2.7.2 |
1147 | 2023-12-06T16:48:16.305Z | Downloaded parking_lot v0.11.2 |
1148 | 2023-12-06T16:48:16.305Z | Downloaded aead v0.5.2 |
1149 | 2023-12-06T16:48:16.305Z | Downloaded base64 v0.13.1 |
1150 | 2023-12-06T16:48:16.312Z | Downloaded cipher v0.4.4 |
1151 | 2023-12-06T16:48:16.313Z | Downloaded bzip2 v0.4.4 |
1152 | 2023-12-06T16:48:16.313Z | Downloaded parking_lot v0.12.1 |
1153 | 2023-12-06T16:48:16.313Z | Downloaded diesel_derives v2.1.2 |
1154 | 2023-12-06T16:48:16.323Z | Downloaded resolv-conf v0.7.0 |
1155 | 2023-12-06T16:48:16.334Z | Downloaded backoff v0.4.0 |
1156 | 2023-12-06T16:48:16.335Z | Downloaded bitflags v2.4.0 |
1157 | 2023-12-06T16:48:16.335Z | Downloaded num_enum_derive v0.5.11 |
1158 | 2023-12-06T16:48:16.335Z | Downloaded anstyle-query v1.0.0 |
1159 | 2023-12-06T16:48:16.347Z | Downloaded bcrypt-pbkdf v0.10.0 |
1160 | 2023-12-06T16:48:16.347Z | Downloaded tokio-macros v2.2.0 |
1161 | 2023-12-06T16:48:16.348Z | Downloaded parking_lot_core v0.8.6 |
1162 | 2023-12-06T16:48:16.348Z | Downloaded clap_derive v4.4.2 |
1163 | 2023-12-06T16:48:16.348Z | Downloaded native-tls v0.2.11 |
1164 | 2023-12-06T16:48:16.356Z | Downloaded mime_guess v2.0.4 |
1165 | 2023-12-06T16:48:16.356Z | Downloaded byteorder v1.5.0 |
1166 | 2023-12-06T16:48:16.356Z | Downloaded deranged v0.3.8 |
1167 | 2023-12-06T16:48:16.356Z | Downloaded doc-comment v0.3.3 |
1168 | 2023-12-06T16:48:16.356Z | Downloaded nibble_vec v0.1.0 |
1169 | 2023-12-06T16:48:16.356Z | Downloaded ppv-lite86 v0.2.17 |
1170 | 2023-12-06T16:48:16.367Z | Downloaded cfg-if v0.1.10 |
1171 | 2023-12-06T16:48:16.367Z | Downloaded r2d2 v0.8.10 |
1172 | 2023-12-06T16:48:16.367Z | Downloaded phf_shared v0.11.2 |
1173 | 2023-12-06T16:48:16.367Z | Downloaded anstream v0.5.0 |
1174 | 2023-12-06T16:48:16.468Z | Downloaded block-buffer v0.10.4 |
1175 | 2023-12-06T16:48:16.468Z | Downloaded num-iter v0.1.43 |
1176 | 2023-12-06T16:48:16.469Z | Downloaded ciborium-ll v0.2.1 |
1177 | 2023-12-06T16:48:16.469Z | Downloaded normalize-line-endings v0.3.0 |
1178 | 2023-12-06T16:48:16.469Z | Downloaded pretty-hex v0.4.0 |
1179 | 2023-12-06T16:48:16.469Z | Downloaded openssl-macros v0.1.1 |
1180 | 2023-12-06T16:48:16.469Z | Downloaded option-ext v0.2.0 |
1181 | 2023-12-06T16:48:16.469Z | Downloaded ciborium-io v0.2.1 |
1182 | 2023-12-06T16:48:16.498Z | Downloaded pretty-hex v0.2.1 |
1183 | 2023-12-06T16:48:16.498Z | Downloaded blowfish v0.9.1 |
1184 | 2023-12-06T16:48:16.498Z | Downloaded bitflags v1.3.2 |
1185 | 2023-12-06T16:48:16.498Z | Downloaded multer v2.1.0 |
1186 | 2023-12-06T16:48:16.498Z | Downloaded camino v1.1.6 |
1187 | 2023-12-06T16:48:16.498Z | Downloaded cpufeatures v0.2.9 |
1188 | 2023-12-06T16:48:16.499Z | Downloaded pbkdf2 v0.11.0 |
1189 | 2023-12-06T16:48:16.499Z | Downloaded cfg-if v1.0.0 |
1190 | 2023-12-06T16:48:16.499Z | Downloaded cstr-argument v0.1.2 |
1191 | 2023-12-06T16:48:16.499Z | Downloaded dtrace-parser v0.1.14 |
1192 | 2023-12-06T16:48:16.499Z | Downloaded parse-display v0.8.2 |
1193 | 2023-12-06T16:48:16.499Z | Downloaded rand_core v0.5.1 |
1194 | 2023-12-06T16:48:16.499Z | Downloaded percent-encoding v2.3.1 |
1195 | 2023-12-06T16:48:16.499Z | Downloaded adler v1.0.2 |
1196 | 2023-12-06T16:48:16.499Z | Downloaded phf v0.11.2 |
1197 | 2023-12-06T16:48:16.500Z | Downloaded base16ct v0.2.0 |
1198 | 2023-12-06T16:48:16.500Z | Downloaded memoffset v0.9.0 |
1199 | 2023-12-06T16:48:16.500Z | Downloaded tokio-native-tls v0.3.1 |
1200 | 2023-12-06T16:48:16.500Z | Downloaded pem v3.0.2 |
1201 | 2023-12-06T16:48:16.500Z | Downloaded atomicwrites v0.4.2 |
1202 | 2023-12-06T16:48:16.500Z | Downloaded async-stream v0.3.5 |
1203 | 2023-12-06T16:48:16.500Z | Downloaded async-stream-impl v0.3.5 |
1204 | 2023-12-06T16:48:16.500Z | Downloaded atty v0.2.14 |
1205 | 2023-12-06T16:48:16.500Z | Downloaded precomputed-hash v0.1.1 |
1206 | 2023-12-06T16:48:16.501Z | Downloaded pbkdf2 v0.12.2 |
1207 | 2023-12-06T16:48:16.501Z | Downloaded phf_shared v0.10.0 |
1208 | 2023-12-06T16:48:16.501Z | Downloaded opaque-debug v0.3.0 |
1209 | 2023-12-06T16:48:16.501Z | Downloaded num v0.4.1 |
1210 | 2023-12-06T16:48:16.501Z | Downloaded new_debug_unreachable v1.0.4 |
1211 | 2023-12-06T16:48:16.501Z | Downloaded colorchoice v1.0.0 |
1212 | 2023-12-06T16:48:16.501Z | Downloaded pem v1.1.1 |
1213 | 2023-12-06T16:48:16.501Z | Downloaded num_enum v0.5.11 |
1214 | 2023-12-06T16:48:16.501Z | Downloaded num_cpus v1.16.0 |
1215 | 2023-12-06T16:48:16.501Z | Downloaded camino-tempfile v1.1.1 |
1216 | 2023-12-06T16:48:16.502Z | Downloaded pest_generator v2.7.2 |
1217 | 2023-12-06T16:48:16.502Z | Downloaded openssl-probe v0.1.5 |
1218 | 2023-12-06T16:48:16.502Z | Downloaded darling_macro v0.20.3 |
1219 | 2023-12-06T16:48:16.502Z | Downloaded anstyle v1.0.2 |
1220 | 2023-12-06T16:48:16.502Z | Downloaded dof v0.1.5 |
1221 | 2023-12-06T16:48:16.502Z | Downloaded crucible-workspace-hack v0.1.0 |
1222 | 2023-12-06T16:48:16.834Z | Compiling proc-macro2 v1.0.69 |
1223 | 2023-12-06T16:48:16.834Z | Compiling unicode-ident v1.0.12 |
1224 | 2023-12-06T16:48:16.845Z | Compiling libc v0.2.150 |
1225 | 2023-12-06T16:48:16.846Z | Compiling serde v1.0.192 |
1226 | 2023-12-06T16:48:16.846Z | Compiling autocfg v1.1.0 |
1227 | 2023-12-06T16:48:16.853Z | Compiling version_check v0.9.4 |
1228 | 2023-12-06T16:48:16.853Z | Compiling cfg-if v1.0.0 |
1229 | 2023-12-06T16:48:16.853Z | Compiling syn v1.0.109 |
1230 | 2023-12-06T16:48:17.208Z | Compiling parking_lot_core v0.9.8 |
1231 | 2023-12-06T16:48:17.223Z | Compiling typenum v1.16.0 |
1232 | 2023-12-06T16:48:17.975Z | Compiling libm v0.2.7 |
1233 | 2023-12-06T16:48:18.080Z | Compiling lock_api v0.4.10 |
1234 | 2023-12-06T16:48:19.063Z | Compiling generic-array v0.14.7 |
1235 | 2023-12-06T16:48:19.080Z | Compiling once_cell v1.18.0 |
1236 | 2023-12-06T16:48:19.190Z | Compiling num-traits v0.2.16 |
1237 | 2023-12-06T16:48:19.244Z | Compiling thiserror v1.0.49 |
1238 | 2023-12-06T16:48:19.293Z | Compiling futures-core v0.3.29 |
1239 | 2023-12-06T16:48:19.616Z | Compiling serde_json v1.0.108 |
1240 | 2023-12-06T16:48:19.703Z | Compiling slab v0.4.9 |
1241 | 2023-12-06T16:48:19.779Z | Compiling futures-task v0.3.29 |
1242 | 2023-12-06T16:48:19.820Z | Compiling futures-channel v0.3.29 |
1243 | 2023-12-06T16:48:20.085Z | Compiling memchr v2.6.3 |
1244 | 2023-12-06T16:48:20.089Z | Compiling futures-util v0.3.29 |
1245 | 2023-12-06T16:48:20.144Z | Compiling itoa v1.0.9 |
1246 | 2023-12-06T16:48:20.282Z | Compiling pkg-config v0.3.27 |
1247 | 2023-12-06T16:48:20.519Z | Compiling quote v1.0.33 |
1248 | 2023-12-06T16:48:20.761Z | Compiling scopeguard v1.2.0 |
1249 | 2023-12-06T16:48:20.974Z | Compiling log v0.4.20 |
1250 | 2023-12-06T16:48:21.629Z | Compiling syn v2.0.32 |
1251 | 2023-12-06T16:48:22.053Z | Compiling cc v1.0.83 |
1252 | 2023-12-06T16:48:22.058Z | Compiling getrandom v0.2.10 |
1253 | 2023-12-06T16:48:22.562Z | Compiling rand_core v0.6.4 |
1254 | 2023-12-06T16:48:23.112Z | Compiling heck v0.4.1 |
1255 | 2023-12-06T16:48:23.891Z | Compiling ryu v1.0.15 |
1256 | 2023-12-06T16:48:24.114Z | Compiling smallvec v1.11.0 |
1257 | 2023-12-06T16:48:24.463Z | Compiling schemars v0.8.13 |
1258 | 2023-12-06T16:48:24.777Z | Compiling vcpkg v0.2.15 |
1259 | 2023-12-06T16:48:25.018Z | Compiling httparse v1.8.0 |
1260 | 2023-12-06T16:48:25.191Z | Compiling subtle v2.5.0 |
1261 | 2023-12-06T16:48:25.662Z | Compiling indexmap v1.9.3 |
1262 | 2023-12-06T16:48:25.690Z | Compiling equivalent v1.0.1 |
1263 | 2023-12-06T16:48:25.833Z | Compiling hashbrown v0.14.2 |
1264 | 2023-12-06T16:48:26.097Z | Compiling pin-project-lite v0.2.13 |
1265 | 2023-12-06T16:48:26.307Z | Compiling semver v1.0.20 |
1266 | 2023-12-06T16:48:26.769Z | Compiling ring v0.17.5 |
1267 | 2023-12-06T16:48:27.097Z | Compiling ring v0.16.20 |
1268 | 2023-12-06T16:48:27.899Z | Compiling parking_lot v0.12.1 |
1269 | 2023-12-06T16:48:28.498Z | Compiling openssl-sys v0.9.96 |
1270 | 2023-12-06T16:48:28.758Z | Compiling ahash v0.8.3 |
1271 | 2023-12-06T16:48:28.875Z | Compiling fnv v1.0.7 |
1272 | 2023-12-06T16:48:29.786Z | Compiling openssl v0.10.60 |
1273 | 2023-12-06T16:48:30.112Z | Compiling signal-hook-registry v1.4.1 |
1274 | 2023-12-06T16:48:30.357Z | Compiling rustls v0.21.9 |
1275 | 2023-12-06T16:48:30.389Z | Compiling iana-time-zone v0.1.57 |
1276 | 2023-12-06T16:48:30.441Z | Compiling ucd-trie v0.1.6 |
1277 | 2023-12-06T16:48:30.977Z | Compiling mio v0.8.9 |
1278 | 2023-12-06T16:48:31.400Z | Compiling native-tls v0.2.11 |
1279 | 2023-12-06T16:48:31.795Z | Compiling socket2 v0.5.5 |
1280 | 2023-12-06T16:48:31.911Z | Compiling num_cpus v1.16.0 |
1281 | 2023-12-06T16:48:32.430Z | Compiling spin v0.5.2 |
1282 | 2023-12-06T16:48:32.430Z | Compiling byteorder v1.5.0 |
1283 | 2023-12-06T16:48:33.102Z | Compiling dyn-clone v1.0.13 |
1284 | 2023-12-06T16:48:33.159Z | Compiling async-trait v0.1.74 |
1285 | 2023-12-06T16:48:33.318Z | Compiling futures-sink v0.3.29 |
1286 | 2023-12-06T16:48:33.490Z | Compiling aho-corasick v1.0.4 |
1287 | 2023-12-06T16:48:33.832Z | Compiling serde_derive_internals v0.26.0 |
1288 | 2023-12-06T16:48:34.248Z | Compiling const-oid v0.9.5 |
1289 | 2023-12-06T16:48:34.248Z | Compiling regex-syntax v0.8.2 |
1290 | 2023-12-06T16:48:34.262Z | Compiling tinyvec_macros v0.1.1 |
1291 | 2023-12-06T16:48:34.389Z | Compiling rustix v0.38.25 |
1292 | 2023-12-06T16:48:35.152Z | Compiling tinyvec v1.6.0 |
1293 | 2023-12-06T16:48:35.492Z | Compiling hashbrown v0.13.2 |
1294 | 2023-12-06T16:48:37.812Z | Compiling backtrace v0.3.69 |
1295 | 2023-12-06T16:48:37.904Z | Compiling futures-io v0.3.29 |
1296 | 2023-12-06T16:48:38.395Z | Compiling pin-utils v0.1.0 |
1297 | 2023-12-06T16:48:38.467Z | Compiling winnow v0.5.15 |
1298 | 2023-12-06T16:48:38.551Z | Compiling unicode-normalization v0.1.22 |
1299 | 2023-12-06T16:48:38.683Z | Compiling spin v0.9.8 |
1300 | 2023-12-06T16:48:38.981Z | Compiling tracing-core v0.1.31 |
1301 | 2023-12-06T16:48:39.253Z | Compiling unicode-bidi v0.3.13 |
1302 | 2023-12-06T16:48:40.342Z | Compiling regex-automata v0.4.3 |
1303 | 2023-12-06T16:48:41.600Z | Compiling anyhow v1.0.75 |
1304 | 2023-12-06T16:48:41.800Z | Compiling crc32fast v1.3.2 |
1305 | 2023-12-06T16:48:42.389Z | Compiling cpufeatures v0.2.9 |
1306 | 2023-12-06T16:48:43.670Z | Compiling base64 v0.21.5 |
1307 | 2023-12-06T16:48:44.474Z | Compiling time-core v0.1.1 |
1308 | 2023-12-06T16:48:44.713Z | Compiling time-macros v0.2.13 |
1309 | 2023-12-06T16:48:45.588Z | Compiling num-integer v0.1.45 |
1310 | 2023-12-06T16:48:45.701Z | Compiling untrusted v0.7.1 |
1311 | 2023-12-06T16:48:45.831Z | Compiling serde_derive v1.0.192 |
1312 | 2023-12-06T16:48:46.010Z | Compiling zeroize_derive v1.4.2 |
1313 | 2023-12-06T16:48:46.030Z | Compiling thiserror-impl v1.0.49 |
1314 | 2023-12-06T16:48:46.179Z | Compiling tokio-macros v2.2.0 |
1315 | 2023-12-06T16:48:48.479Z | Compiling futures-macro v0.3.29 |
1316 | 2023-12-06T16:48:48.807Z | Compiling zeroize v1.7.0 |
1317 | 2023-12-06T16:48:49.002Z | Compiling tracing-attributes v0.1.26 |
1318 | 2023-12-06T16:48:50.155Z | Compiling schemars_derive v0.8.13 |
1319 | 2023-12-06T16:48:50.229Z | Compiling openssl-macros v0.1.1 |
1320 | 2023-12-06T16:48:51.725Z | Compiling crypto-common v0.1.6 |
1321 | 2023-12-06T16:48:51.749Z | Compiling pest v2.7.2 |
1322 | 2023-12-06T16:48:52.062Z | Compiling block-buffer v0.10.4 |
1323 | 2023-12-06T16:48:52.470Z | Compiling digest v0.10.7 |
1324 | 2023-12-06T16:48:53.229Z | Compiling regex v1.10.2 |
1325 | 2023-12-06T16:48:55.692Z | Compiling tracing v0.1.37 |
1326 | 2023-12-06T16:48:55.803Z | Compiling hashbrown v0.12.3 |
1327 | 2023-12-06T16:48:55.810Z | Compiling foreign-types-shared v0.1.1 |
1328 | 2023-12-06T16:48:56.367Z | Compiling unicode-xid v0.2.4 |
1329 | 2023-12-06T16:48:56.379Z | Compiling percent-encoding v2.3.1 |
1330 | 2023-12-06T16:48:56.379Z | Compiling unicode-width v0.1.11 |
1331 | 2023-12-06T16:48:56.438Z | Compiling openssl-probe v0.1.5 |
1332 | 2023-12-06T16:48:56.471Z | Compiling untrusted v0.9.0 |
1333 | 2023-12-06T16:48:56.543Z | Compiling slog v2.7.0 |
1334 | 2023-12-06T16:48:56.729Z | Compiling synstructure v0.12.6 |
1335 | 2023-12-06T16:48:56.960Z | Compiling foreign-types v0.3.2 |
1336 | 2023-12-06T16:48:59.911Z | Compiling errno v0.3.2 |
1337 | 2023-12-06T16:49:00.142Z | Compiling try-lock v0.2.4 |
1338 | 2023-12-06T16:49:00.237Z | Compiling ppv-lite86 v0.2.17 |
1339 | 2023-12-06T16:49:00.341Z | Compiling want v0.3.1 |
1340 | 2023-12-06T16:49:01.498Z | Compiling sct v0.7.0 |
1341 | 2023-12-06T16:49:01.952Z | Compiling rustls-webpki v0.101.7 |
1342 | 2023-12-06T16:49:03.187Z | Compiling zerocopy-derive v0.2.0 |
1343 | 2023-12-06T16:49:03.587Z | Compiling form_urlencoded v1.2.1 |
1344 | 2023-12-06T16:49:03.673Z | Compiling pest_meta v2.7.2 |
1345 | 2023-12-06T16:49:04.060Z | Compiling socket2 v0.4.9 |
1346 | 2023-12-06T16:49:05.398Z | Compiling io-lifetimes v1.0.11 |
1347 | 2023-12-06T16:49:05.435Z | Compiling tower-service v0.3.2 |
1348 | 2023-12-06T16:49:05.445Z | Compiling httpdate v1.0.3 |
1349 | 2023-12-06T16:49:06.240Z | Compiling pest_generator v2.7.2 |
1350 | 2023-12-06T16:49:06.556Z | Compiling rustls-pemfile v1.0.3 |
1351 | 2023-12-06T16:49:07.052Z | Compiling idna v0.5.0 |
1352 | 2023-12-06T16:49:07.141Z | Compiling lazy_static v1.4.0 |
1353 | 2023-12-06T16:49:07.282Z | Compiling crossbeam-utils v0.8.16 |
1354 | 2023-12-06T16:49:08.040Z | Compiling adler v1.0.2 |
1355 | 2023-12-06T16:49:08.424Z | Compiling miniz_oxide v0.7.1 |
1356 | 2023-12-06T16:49:09.322Z | Compiling url v2.5.0 |
1357 | 2023-12-06T16:49:09.809Z | Compiling rustls-native-certs v0.6.3 |
1358 | 2023-12-06T16:49:10.868Z | Compiling bytes v1.5.0 |
1359 | 2023-12-06T16:49:11.336Z | Compiling indexmap v2.1.0 |
1360 | 2023-12-06T16:49:11.989Z | Compiling chrono v0.4.31 |
1361 | 2023-12-06T16:49:12.198Z | Compiling uuid v1.6.1 |
1362 | 2023-12-06T16:49:12.505Z | Compiling tokio v1.34.0 |
1363 | 2023-12-06T16:49:12.587Z | Compiling http v0.2.11 |
1364 | 2023-12-06T16:49:13.394Z | Compiling toml_datetime v0.6.5 |
1365 | 2023-12-06T16:49:14.117Z | Compiling serde_spanned v0.6.4 |
1366 | 2023-12-06T16:49:14.475Z | Compiling bitflags v2.4.0 |
1367 | 2023-12-06T16:49:15.112Z | Compiling toml_edit v0.19.15 |
1368 | 2023-12-06T16:49:16.739Z | Compiling rustc_version v0.4.0 |
1369 | 2023-12-06T16:49:17.926Z | Compiling http-body v0.4.5 |
1370 | 2023-12-06T16:49:18.598Z | Compiling openapiv3 v2.0.0-rc.1 |
1371 | 2023-12-06T16:49:20.705Z | Compiling pest_derive v2.7.2 |
1372 | 2023-12-06T16:49:21.885Z | Compiling rand_chacha v0.3.1 |
1373 | 2023-12-06T16:49:24.403Z | Compiling usdt-impl v0.3.5 |
1374 | 2023-12-06T16:49:24.898Z | Compiling ipnet v2.8.0 |
1375 | 2023-12-06T16:49:26.952Z | Compiling tokio-util v0.7.10 |
1376 | 2023-12-06T16:49:26.988Z | Compiling tokio-rustls v0.24.1 |
1377 | 2023-12-06T16:49:27.549Z | Compiling rustix v0.37.23 |
1378 | 2023-12-06T16:49:28.343Z | Compiling rand v0.8.5 |
1379 | 2023-12-06T16:49:28.586Z | Compiling serde_urlencoded v0.7.1 |
1380 | 2023-12-06T16:49:29.411Z | Compiling h2 v0.3.21 |
1381 | 2023-12-06T16:49:29.557Z | Compiling tokio-native-tls v0.3.1 |
1382 | 2023-12-06T16:49:29.834Z | Compiling encoding_rs v0.8.33 |
1383 | 2023-12-06T16:49:29.952Z | Compiling webpki-roots v0.25.2 |
1384 | 2023-12-06T16:49:30.174Z | Compiling gimli v0.28.0 |
1385 | 2023-12-06T16:49:31.776Z | Compiling mime v0.3.17 |
1386 | 2023-12-06T16:49:32.933Z | Compiling zerocopy v0.3.0 |
1387 | 2023-12-06T16:49:33.630Z | Compiling object v0.32.1 |
1388 | 2023-12-06T16:49:34.274Z | Compiling num-bigint v0.4.4 |
1389 | 2023-12-06T16:49:36.179Z | Compiling rustc-demangle v0.1.23 |
1390 | 2023-12-06T16:49:36.862Z | Compiling dof v0.1.5 |
1391 | 2023-12-06T16:49:37.794Z | Compiling addr2line v0.21.0 |
1392 | 2023-12-06T16:49:37.912Z | Compiling flate2 v1.0.28 |
1393 | 2023-12-06T16:49:38.153Z | Compiling dtrace-parser v0.1.14 |
1394 | 2023-12-06T16:49:38.447Z | Compiling heapless v0.7.16 |
1395 | 2023-12-06T16:49:38.528Z | Compiling serde_tokenstream v0.2.0 |
1396 | 2023-12-06T16:49:39.011Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1397 | 2023-12-06T16:49:39.045Z | Compiling thread-id v4.2.0 |
1398 | 2023-12-06T16:49:39.202Z | Compiling rustversion v1.0.14 |
1399 | 2023-12-06T16:49:39.553Z | Compiling signal-hook v0.3.17 |
1400 | 2023-12-06T16:49:40.295Z | Compiling toml v0.7.8 |
1401 | 2023-12-06T16:49:40.442Z | Compiling toml_edit v0.21.0 |
1402 | 2023-12-06T16:49:40.644Z | Compiling hyper v0.14.27 |
1403 | 2023-12-06T16:49:42.878Z | Compiling serde_tokenstream v0.1.7 |
1404 | 2023-12-06T16:49:43.024Z | Compiling hex v0.4.3 |
1405 | 2023-12-06T16:49:43.730Z | Compiling zerocopy-derive v0.6.4 |
1406 | 2023-12-06T16:49:44.063Z | Compiling regress v0.7.1 |
1407 | 2023-12-06T16:49:45.210Z | Compiling memoffset v0.9.0 |
1408 | 2023-12-06T16:49:45.665Z | Compiling strsim v0.10.0 |
1409 | 2023-12-06T16:49:48.452Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1410 | 2023-12-06T16:49:49.646Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1411 | 2023-12-06T16:49:49.683Z | Compiling smoltcp v0.9.1 |
1412 | 2023-12-06T16:49:50.057Z | Compiling bitflags v1.3.2 |
1413 | 2023-12-06T16:49:50.514Z | Compiling doc-comment v0.3.3 |
1414 | 2023-12-06T16:49:50.965Z | Compiling strum_macros v0.25.2 |
1415 | 2023-12-06T16:49:52.527Z | Compiling hyper-rustls v0.24.2 |
1416 | 2023-12-06T16:49:53.059Z | Compiling hyper-tls v0.5.0 |
1417 | 2023-12-06T16:49:53.145Z | Compiling usdt-macro v0.3.5 |
1418 | 2023-12-06T16:49:53.418Z | Compiling usdt-attr-macro v0.3.5 |
1419 | 2023-12-06T16:49:53.588Z | Compiling reqwest v0.11.22 |
1420 | 2023-12-06T16:49:55.686Z | Compiling enum-as-inner v0.5.1 |
1421 | 2023-12-06T16:49:56.409Z | Compiling crossbeam-epoch v0.9.15 |
1422 | 2023-12-06T16:49:56.494Z | Compiling num-iter v0.1.43 |
1423 | 2023-12-06T16:49:56.931Z | Compiling siphasher v0.3.11 |
1424 | 2023-12-06T16:49:57.073Z | Compiling unicode-segmentation v1.10.1 |
1425 | 2023-12-06T16:49:57.752Z | Compiling hubpack_derive v0.1.1 |
1426 | 2023-12-06T16:49:57.982Z | Compiling pin-project-internal v1.1.3 |
1427 | 2023-12-06T16:50:00.406Z | Compiling anstyle v1.0.2 |
1428 | 2023-12-06T16:50:00.646Z | Compiling deranged v0.3.8 |
1429 | 2023-12-06T16:50:01.118Z | Compiling num_threads v0.1.6 |
1430 | 2023-12-06T16:50:01.430Z | Compiling utf8parse v0.2.1 |
1431 | 2023-12-06T16:50:01.603Z | Compiling sha2 v0.10.8 |
1432 | 2023-12-06T16:50:01.684Z | Compiling anstyle-parse v0.2.1 |
1433 | 2023-12-06T16:50:03.695Z | Compiling time v0.3.27 |
1434 | 2023-12-06T16:50:04.419Z | Compiling md-5 v0.10.5 |
1435 | 2023-12-06T16:50:04.609Z | Compiling hmac v0.12.1 |
1436 | 2023-12-06T16:50:05.144Z | Compiling block-padding v0.3.3 |
1437 | 2023-12-06T16:50:05.536Z | Compiling clap_derive v4.4.2 |
1438 | 2023-12-06T16:50:05.755Z | Compiling stringprep v0.1.3 |
1439 | 2023-12-06T16:50:06.016Z | Compiling hash32 v0.2.1 |
1440 | 2023-12-06T16:50:07.038Z | Compiling diesel_table_macro_syntax v0.1.0 |
1441 | 2023-12-06T16:50:07.373Z | Compiling either v1.9.0 |
1442 | 2023-12-06T16:50:07.889Z | Compiling colorchoice v1.0.0 |
1443 | 2023-12-06T16:50:07.998Z | Compiling fallible-iterator v0.2.0 |
1444 | 2023-12-06T16:50:08.118Z | Compiling stable_deref_trait v1.2.0 |
1445 | 2023-12-06T16:50:08.363Z | Compiling anstyle-query v1.0.0 |
1446 | 2023-12-06T16:50:08.559Z | Compiling anstream v0.5.0 |
1447 | 2023-12-06T16:50:09.177Z | Compiling postgres-protocol v0.6.6 |
1448 | 2023-12-06T16:50:11.272Z | Compiling diesel_derives v2.1.2 |
1449 | 2023-12-06T16:50:11.654Z | Compiling inout v0.1.3 |
1450 | 2023-12-06T16:50:12.085Z | Compiling terminal_size v0.2.6 |
1451 | 2023-12-06T16:50:13.704Z | Compiling phf_shared v0.11.2 |
1452 | 2023-12-06T16:50:14.793Z | Compiling getopts v0.2.21 |
1453 | 2023-12-06T16:50:14.866Z | Compiling snafu-derive v0.7.5 |
1454 | 2023-12-06T16:50:15.067Z | Compiling serde_repr v0.1.16 |
1455 | 2023-12-06T16:50:15.743Z | Compiling scheduled-thread-pool v0.2.7 |
1456 | 2023-12-06T16:50:16.485Z | Compiling bit-vec v0.6.3 |
1457 | 2023-12-06T16:50:17.196Z | Compiling matches v0.1.10 |
1458 | 2023-12-06T16:50:17.209Z | Compiling managed v0.8.0 |
1459 | 2023-12-06T16:50:17.692Z | Compiling unsafe-libyaml v0.2.9 |
1460 | 2023-12-06T16:50:17.784Z | Compiling clap_lex v0.5.1 |
1461 | 2023-12-06T16:50:18.511Z | Compiling regex-automata v0.1.10 |
1462 | 2023-12-06T16:50:18.600Z | Compiling clap_builder v4.4.2 |
1463 | 2023-12-06T16:50:19.293Z | Compiling bstr v0.2.17 |
1464 | 2023-12-06T16:50:25.113Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1465 | 2023-12-06T16:50:25.201Z | Compiling serde_yaml v0.9.25 |
1466 | 2023-12-06T16:50:25.384Z | Compiling idna v0.2.3 |
1467 | 2023-12-06T16:50:28.118Z | Compiling r2d2 v0.8.10 |
1468 | 2023-12-06T16:50:29.421Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1469 | 2023-12-06T16:50:29.615Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1470 | 2023-12-06T16:50:30.703Z | Compiling phf v0.11.2 |
1471 | 2023-12-06T16:50:30.780Z | Compiling signal-hook-mio v0.2.3 |
1472 | 2023-12-06T16:50:31.092Z | Compiling cipher v0.4.4 |
1473 | 2023-12-06T16:50:31.141Z | Compiling bzip2 v0.4.4 |
1474 | 2023-12-06T16:50:31.745Z | Compiling postgres-types v0.2.6 |
1475 | 2023-12-06T16:50:31.868Z | Compiling itertools v0.11.0 |
1476 | 2023-12-06T16:50:34.388Z | Compiling pin-project v1.1.3 |
1477 | 2023-12-06T16:50:34.568Z | Compiling hubpack v0.1.2 |
1478 | 2023-12-06T16:50:35.202Z | Compiling phf_shared v0.10.0 |
1479 | 2023-12-06T16:50:35.660Z | Compiling zerocopy v0.6.4 |
1480 | 2023-12-06T16:50:35.813Z | Compiling ipnetwork v0.20.0 |
1481 | 2023-12-06T16:50:36.679Z | Compiling futures-executor v0.3.29 |
1482 | 2023-12-06T16:50:37.092Z | Compiling float-cmp v0.9.0 |
1483 | 2023-12-06T16:50:37.292Z | Compiling normalize-line-endings v0.3.0 |
1484 | 2023-12-06T16:50:37.439Z | Compiling data-encoding v2.4.0 |
1485 | 2023-12-06T16:50:37.604Z | Compiling regex-automata v0.3.8 |
1486 | 2023-12-06T16:50:38.661Z | Compiling new_debug_unreachable v1.0.4 |
1487 | 2023-12-06T16:50:38.800Z | Compiling precomputed-hash v0.1.1 |
1488 | 2023-12-06T16:50:38.958Z | Compiling predicates-core v1.0.6 |
1489 | 2023-12-06T16:50:39.547Z | Compiling difflib v0.4.0 |
1490 | 2023-12-06T16:50:39.560Z | Compiling whoami v1.4.1 |
1491 | 2023-12-06T16:50:41.414Z | Compiling static_assertions v1.1.0 |
1492 | 2023-12-06T16:50:41.578Z | Compiling fixedbitset v0.4.2 |
1493 | 2023-12-06T16:50:41.753Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1494 | 2023-12-06T16:50:42.182Z | Compiling petgraph v0.6.4 |
1495 | 2023-12-06T16:50:42.265Z | Compiling bstr v1.6.0 |
1496 | 2023-12-06T16:50:42.733Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1497 | 2023-12-06T16:50:44.858Z | Compiling predicates v3.0.4 |
1498 | 2023-12-06T16:50:45.095Z | Compiling tokio-postgres v0.7.10 |
1499 | 2023-12-06T16:50:45.428Z | Compiling string_cache v0.8.7 |
1500 | 2023-12-06T16:50:46.183Z | Compiling diesel v2.1.4 |
1501 | 2023-12-06T16:50:46.279Z | Compiling trust-dns-proto v0.22.0 |
1502 | 2023-12-06T16:50:51.006Z | Compiling futures v0.3.29 |
1503 | 2023-12-06T16:50:53.007Z | Compiling snafu v0.7.5 |
1504 | 2023-12-06T16:50:53.343Z | Compiling yasna v0.5.2 |
1505 | 2023-12-06T16:50:54.419Z | Compiling zip v0.6.6 |
1506 | 2023-12-06T16:50:56.577Z | Compiling crossterm v0.27.0 |
1507 | 2023-12-06T16:50:57.542Z | Compiling clap v4.4.3 |
1508 | 2023-12-06T16:50:57.704Z | Compiling similar v2.2.1 |
1509 | 2023-12-06T16:51:00.375Z | Compiling bit-set v0.5.3 |
1510 | 2023-12-06T16:51:00.794Z | Compiling itertools v0.10.5 |
1511 | 2023-12-06T16:51:01.879Z | Compiling usdt v0.3.5 |
1512 | 2023-12-06T16:51:02.893Z | Compiling signature v2.1.0 |
1513 | 2023-12-06T16:51:02.952Z | Compiling tokio-stream v0.1.14 |
1514 | 2023-12-06T16:51:03.261Z | Compiling console v0.15.7 |
1515 | 2023-12-06T16:51:04.532Z | Compiling lalrpop-util v0.19.12 |
1516 | 2023-12-06T16:51:46.147Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1517 | 2023-12-06T16:51:55.028Z | Compiling sha1 v0.10.6 |
1518 | 2023-12-06T16:51:56.614Z | Compiling atty v0.2.14 |
1519 | 2023-12-06T16:51:57.955Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1520 | 2023-12-06T16:51:57.955Z | Compiling match_cfg v0.1.0 |
1521 | 2023-12-06T16:52:17.415Z | Compiling hostname v0.3.1 |
1522 | 2023-12-06T16:52:17.457Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1523 | 2023-12-06T16:52:17.979Z | Compiling dirs-sys-next v0.1.2 |
1524 | 2023-12-06T16:52:17.979Z | Compiling dirs-next v2.0.0 |
1525 | 2023-12-06T16:52:17.979Z | Compiling thread_local v1.1.7 |
1526 | 2023-12-06T16:52:17.979Z | Compiling camino v1.1.6 |
1527 | 2023-12-06T16:52:17.979Z | Compiling slog-async v2.8.0 |
1528 | 2023-12-06T16:52:17.979Z | Compiling ident_case v1.0.1 |
1529 | 2023-12-06T16:52:17.979Z | Compiling term v0.7.0 |
1530 | 2023-12-06T16:52:17.980Z | Compiling darling_core v0.20.3 |
1531 | 2023-12-06T16:52:17.980Z | Compiling crossbeam-channel v0.5.8 |
1532 | 2023-12-06T16:52:17.980Z | Compiling multer v2.1.0 |
1533 | 2023-12-06T16:52:17.980Z | Compiling instant v0.1.12 |
1534 | 2023-12-06T16:52:17.980Z | Compiling take_mut v0.2.2 |
1535 | 2023-12-06T16:52:17.980Z | Compiling paste v1.0.14 |
1536 | 2023-12-06T16:52:17.980Z | Compiling slog-term v2.9.0 |
1537 | 2023-12-06T16:52:17.980Z | Compiling slog-json v2.6.1 |
1538 | 2023-12-06T16:52:17.981Z | Compiling async-stream-impl v0.3.5 |
1539 | 2023-12-06T16:52:17.981Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1540 | 2023-12-06T16:52:17.981Z | Compiling atomic-waker v1.1.1 |
1541 | 2023-12-06T16:52:17.981Z | Compiling waitgroup v0.1.2 |
1542 | 2023-12-06T16:52:17.981Z | Compiling slog-bunyan v2.4.0 |
1543 | 2023-12-06T16:52:17.981Z | Compiling toml v0.8.8 |
1544 | 2023-12-06T16:52:18.213Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1545 | 2023-12-06T16:52:18.213Z | Compiling serde_path_to_error v0.1.14 |
1546 | 2023-12-06T16:52:18.213Z | Compiling async-stream v0.3.5 |
1547 | 2023-12-06T16:52:18.213Z | Compiling structmeta-derive v0.2.0 |
1548 | 2023-12-06T16:52:18.213Z | Compiling debug-ignore v1.0.5 |
1549 | 2023-12-06T16:52:18.213Z | Compiling strum v0.25.0 |
1550 | 2023-12-06T16:52:18.214Z | Compiling regex-syntax v0.7.5 |
1551 | 2023-12-06T16:52:18.214Z | Compiling backoff v0.4.0 |
1552 | 2023-12-06T16:52:18.214Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1553 | 2023-12-06T16:52:18.214Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1554 | 2023-12-06T16:52:18.215Z | Compiling macaddr v1.0.1 |
1555 | 2023-12-06T16:52:18.215Z | Compiling proc-macro-error-attr v1.0.4 |
1556 | 2023-12-06T16:52:18.215Z | Compiling proc-macro-crate v1.3.1 |
1557 | 2023-12-06T16:52:18.215Z | Compiling proc-macro-error v1.0.4 |
1558 | 2023-12-06T16:52:18.216Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1559 | 2023-12-06T16:52:18.216Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1560 | 2023-12-06T16:52:18.216Z | Compiling num_enum_derive v0.5.11 |
1561 | 2023-12-06T16:52:18.216Z | Compiling fastrand v2.0.0 |
1562 | 2023-12-06T16:52:18.216Z | Compiling postcard-cobs v0.1.5-pre |
1563 | 2023-12-06T16:52:18.216Z | Compiling same-file v1.0.6 |
1564 | 2023-12-06T16:52:18.217Z | Compiling walkdir v2.4.0 |
1565 | 2023-12-06T16:52:18.217Z | Compiling structmeta v0.2.0 |
1566 | 2023-12-06T16:52:18.217Z | Compiling postcard v0.7.3 |
1567 | 2023-12-06T16:52:18.217Z | Compiling darling_macro v0.20.3 |
1568 | 2023-12-06T16:52:18.511Z | Compiling tempfile v3.8.1 |
1569 | 2023-12-06T16:52:18.658Z | Compiling smoltcp v0.8.2 |
1570 | 2023-12-06T16:52:18.788Z | Compiling semver-parser v0.10.2 |
1571 | 2023-12-06T16:52:19.555Z | Compiling darling v0.20.3 |
1572 | 2023-12-06T16:52:19.641Z | Compiling foreign-types-macros v0.2.3 |
1573 | 2023-12-06T16:52:19.717Z | Compiling serde_with_macros v2.3.3 |
1574 | 2023-12-06T16:52:20.626Z | Compiling num_enum v0.5.11 |
1575 | 2023-12-06T16:52:20.866Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1576 | 2023-12-06T16:52:21.719Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1577 | 2023-12-06T16:52:21.796Z | Compiling cfg-if v0.1.10 |
1578 | 2023-12-06T16:52:21.875Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1579 | 2023-12-06T16:52:22.152Z | Compiling foreign-types-shared v0.3.1 |
1580 | 2023-12-06T16:52:22.329Z | Compiling crucible-workspace-hack v0.1.0 |
1581 | 2023-12-06T16:52:22.498Z | Compiling foreign-types v0.5.0 |
1582 | 2023-12-06T16:52:22.792Z | Compiling semver v0.11.0 |
1583 | 2023-12-06T16:52:23.424Z | Compiling is-terminal v0.4.9 |
1584 | 2023-12-06T16:52:23.604Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1585 | 2023-12-06T16:52:23.956Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1586 | 2023-12-06T16:52:24.090Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1587 | 2023-12-06T16:52:24.233Z | Compiling serde_with v2.3.3 |
1588 | 2023-12-06T16:52:24.570Z | Compiling parse-display-derive v0.8.2 |
1589 | 2023-12-06T16:52:25.036Z | Compiling cstr-argument v0.1.2 |
1590 | 2023-12-06T16:52:25.398Z | Compiling xattr v1.0.1 |
1591 | 2023-12-06T16:52:25.418Z | Compiling filetime v0.2.23 |
1592 | 2023-12-06T16:52:25.812Z | Compiling pretty-hex v0.2.1 |
1593 | 2023-12-06T16:52:25.930Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1594 | 2023-12-06T16:52:26.086Z | Compiling home v0.5.5 |
1595 | 2023-12-06T16:52:26.393Z | Compiling toolchain_find v0.2.0 |
1596 | 2023-12-06T16:52:26.781Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1597 | 2023-12-06T16:52:27.329Z | Compiling tar v0.4.40 |
1598 | 2023-12-06T16:52:27.520Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1599 | 2023-12-06T16:52:27.607Z | Compiling colored v2.0.4 |
1600 | 2023-12-06T16:52:27.968Z | Compiling textwrap v0.11.0 |
1601 | 2023-12-06T16:52:28.501Z | Compiling heck v0.3.3 |
1602 | 2023-12-06T16:52:28.863Z | Compiling toml v0.5.11 |
1603 | 2023-12-06T16:52:28.927Z | Compiling libefi-sys v0.1.0 |
1604 | 2023-12-06T16:52:29.367Z | Compiling vec_map v0.8.2 |
1605 | 2023-12-06T16:52:29.368Z | Compiling ansi_term v0.12.1 |
1606 | 2023-12-06T16:52:29.403Z | Compiling strsim v0.8.0 |
1607 | 2023-12-06T16:52:29.594Z | Compiling platforms v3.0.2 |
1608 | 2023-12-06T16:52:30.179Z | Compiling clap v2.34.0 |
1609 | 2023-12-06T16:52:30.487Z | Compiling structopt-derive v0.4.18 |
1610 | 2023-12-06T16:52:30.520Z | Compiling omicron-zone-package v0.9.1 |
1611 | 2023-12-06T16:52:31.055Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1612 | 2023-12-06T16:52:32.121Z | Compiling parse-display v0.8.2 |
1613 | 2023-12-06T16:52:35.883Z | Compiling rustfmt-wrapper v0.2.0 |
1614 | 2023-12-06T16:52:36.123Z | Compiling camino-tempfile v1.1.1 |
1615 | 2023-12-06T16:52:36.123Z | Compiling zone_cfg_derive v0.3.0 |
1616 | 2023-12-06T16:52:36.123Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1617 | 2023-12-06T16:52:36.123Z | Compiling num-derive v0.4.0 |
1618 | 2023-12-06T16:52:36.123Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1619 | 2023-12-06T16:52:36.184Z | Compiling base64ct v1.6.0 |
1620 | 2023-12-06T16:52:36.474Z | Compiling zone v0.3.0 |
1621 | 2023-12-06T16:52:37.257Z | Compiling structopt v0.3.26 |
1622 | 2023-12-06T16:52:37.369Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1623 | 2023-12-06T16:52:37.453Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1624 | 2023-12-06T16:52:37.995Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1625 | 2023-12-06T16:52:38.477Z | Compiling smf v0.2.2 |
1626 | 2023-12-06T16:52:38.552Z | Compiling unicase v2.7.0 |
1627 | 2023-12-06T16:52:38.909Z | Compiling curve25519-dalek v4.1.0 |
1628 | 2023-12-06T16:52:39.087Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1629 | 2023-12-06T16:52:39.091Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1630 | 2023-12-06T16:52:39.091Z | Compiling universal-hash v0.5.1 |
1631 | 2023-12-06T16:52:39.415Z | Compiling opaque-debug v0.3.0 |
1632 | 2023-12-06T16:52:39.565Z | Compiling hkdf v0.12.3 |
1633 | 2023-12-06T16:52:39.638Z | Compiling curve25519-dalek-derive v0.1.0 |
1634 | 2023-12-06T16:52:39.802Z | Compiling num-rational v0.4.1 |
1635 | 2023-12-06T16:52:39.915Z | Compiling getrandom v0.1.16 |
1636 | 2023-12-06T16:52:40.213Z | Compiling parking_lot_core v0.8.6 |
1637 | 2023-12-06T16:52:40.612Z | Compiling quick-error v1.2.3 |
1638 | 2023-12-06T16:52:40.676Z | Compiling keccak v0.1.4 |
1639 | 2023-12-06T16:52:40.731Z | Compiling linked-hash-map v0.5.6 |
1640 | 2023-12-06T16:52:40.825Z | Compiling resolv-conf v0.7.0 |
1641 | 2023-12-06T16:52:41.288Z | Compiling lru-cache v0.1.2 |
1642 | 2023-12-06T16:52:41.575Z | Compiling sha3 v0.10.8 |
1643 | 2023-12-06T16:52:42.167Z | Compiling password-hash v0.5.0 |
1644 | 2023-12-06T16:52:42.335Z | Compiling blake2 v0.10.6 |
1645 | 2023-12-06T16:52:42.478Z | Compiling aead v0.5.2 |
1646 | 2023-12-06T16:52:42.977Z | Compiling secrecy v0.8.0 |
1647 | 2023-12-06T16:52:43.145Z | Compiling num-complex v0.4.4 |
1648 | 2023-12-06T16:52:43.444Z | Compiling ff v0.13.0 |
1649 | 2023-12-06T16:52:43.765Z | Compiling nibble_vec v0.1.0 |
1650 | 2023-12-06T16:52:43.947Z | Compiling slog-dtrace v0.2.3 |
1651 | 2023-12-06T16:52:43.973Z | Compiling utf-8 v0.7.6 |
1652 | 2023-12-06T16:52:44.063Z | Compiling arc-swap v1.6.0 |
1653 | 2023-12-06T16:52:44.444Z | Compiling convert_case v0.4.0 |
1654 | 2023-12-06T16:52:44.463Z | Compiling endian-type v0.1.2 |
1655 | 2023-12-06T16:52:44.804Z | Compiling winapi v0.3.9 |
1656 | 2023-12-06T16:52:44.839Z | Compiling slog-scope v4.4.0 |
1657 | 2023-12-06T16:52:44.904Z | Compiling num v0.4.1 |
1658 | 2023-12-06T16:52:45.471Z | Compiling radix_trie v0.2.1 |
1659 | 2023-12-06T16:52:45.477Z | Compiling tungstenite v0.20.1 |
1660 | 2023-12-06T16:52:45.477Z | Compiling group v0.13.0 |
1661 | 2023-12-06T16:52:45.688Z | Compiling argon2 v0.5.2 |
1662 | 2023-12-06T16:52:45.708Z | Compiling mime_guess v2.0.4 |
1663 | 2023-12-06T16:52:45.919Z | Compiling derive_more v0.99.17 |
1664 | 2023-12-06T16:52:46.119Z | Compiling trust-dns-resolver v0.22.0 |
1665 | 2023-12-06T16:52:46.439Z | Compiling rand_core v0.5.1 |
1666 | 2023-12-06T16:52:47.825Z | Compiling poly1305 v0.8.0 |
1667 | 2023-12-06T16:52:48.595Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1668 | 2023-12-06T16:52:48.869Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1669 | 2023-12-06T16:52:49.332Z | Compiling chacha20 v0.9.1 |
1670 | 2023-12-06T16:52:50.055Z | Compiling crypto-bigint v0.5.2 |
1671 | 2023-12-06T16:52:50.394Z | Compiling thiserror-impl-no-std v2.0.2 |
1672 | 2023-12-06T16:52:50.771Z | Compiling option-ext v0.2.0 |
1673 | 2023-12-06T16:52:50.775Z | Compiling base16ct v0.2.0 |
1674 | 2023-12-06T16:52:50.950Z | Compiling ciborium-io v0.2.1 |
1675 | 2023-12-06T16:52:51.146Z | Compiling half v1.8.2 |
1676 | 2023-12-06T16:52:51.216Z | Compiling dirs-sys v0.4.1 |
1677 | 2023-12-06T16:52:52.140Z | Compiling ciborium-ll v0.2.1 |
1678 | 2023-12-06T16:52:52.217Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1679 | 2023-12-06T16:52:52.889Z | Compiling parking_lot v0.11.2 |
1680 | 2023-12-06T16:52:53.274Z | Compiling elliptic-curve v0.13.5 |
1681 | 2023-12-06T16:52:54.221Z | Compiling tokio-tungstenite v0.20.1 |
1682 | 2023-12-06T16:52:54.547Z | Compiling rand_chacha v0.2.2 |
1683 | 2023-12-06T16:52:55.199Z | Compiling trust-dns-client v0.22.0 |
1684 | 2023-12-06T16:52:55.928Z | Compiling thiserror-no-std v2.0.2 |
1685 | 2023-12-06T16:52:56.090Z | Compiling slog-stdlog v4.1.1 |
1686 | 2023-12-06T16:52:56.683Z | Compiling polyval v0.6.1 |
1687 | 2023-12-06T16:52:56.690Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1688 | 2023-12-06T16:52:56.758Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1689 | 2023-12-06T16:52:56.901Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1690 | 2023-12-06T16:52:56.961Z | Compiling password-hash v0.4.2 |
1691 | 2023-12-06T16:52:57.333Z | Compiling ed25519 v2.2.2 |
1692 | 2023-12-06T16:52:58.080Z | Compiling blowfish v0.9.1 |
1693 | 2023-12-06T16:52:58.545Z | Compiling aes v0.8.3 |
1694 | 2023-12-06T16:52:58.806Z | Compiling ctr v0.9.2 |
1695 | 2023-12-06T16:53:00.339Z | Compiling pbkdf2 v0.12.2 |
1696 | 2023-12-06T16:53:00.568Z | Compiling fxhash v0.2.1 |
1697 | 2023-12-06T16:53:00.991Z | Compiling glob v0.3.1 |
1698 | 2023-12-06T16:53:01.393Z | Compiling cancel-safe-futures v0.1.5 |
1699 | 2023-12-06T16:53:02.684Z | Compiling trust-dns-server v0.22.1 |
1700 | 2023-12-06T16:53:03.511Z | Compiling sled v0.34.7 |
1701 | 2023-12-06T16:53:05.656Z | Compiling bcrypt-pbkdf v0.10.0 |
1702 | 2023-12-06T16:53:05.680Z | Compiling pbkdf2 v0.11.0 |
1703 | 2023-12-06T16:53:06.278Z | Compiling ed25519-dalek v2.0.0 |
1704 | 2023-12-06T16:53:06.581Z | Compiling ghash v0.5.0 |
1705 | 2023-12-06T16:53:06.855Z | Compiling slog-envlogger v2.2.0 |
1706 | 2023-12-06T16:53:08.009Z | Compiling vsss-rs v3.3.1 |
1707 | 2023-12-06T16:53:08.060Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1708 | 2023-12-06T16:53:11.079Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1709 | 2023-12-06T16:53:13.322Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1710 | 2023-12-06T16:53:13.957Z | Compiling russh-cryptovec v0.7.0 |
1711 | 2023-12-06T16:53:14.416Z | Compiling rand v0.7.3 |
1712 | 2023-12-06T16:53:16.309Z | Compiling ciborium v0.2.1 |
1713 | 2023-12-06T16:53:16.908Z | Compiling dirs v5.0.1 |
1714 | 2023-12-06T16:53:16.913Z | Compiling chacha20poly1305 v0.10.1 |
1715 | 2023-12-06T16:53:17.141Z | Compiling cbc v0.1.2 |
1716 | 2023-12-06T16:53:17.520Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1717 | 2023-12-06T16:53:18.125Z | Compiling pem v3.0.2 |
1718 | 2023-12-06T16:53:18.959Z | Compiling headers-core v0.2.0 |
1719 | 2023-12-06T16:53:19.609Z | Compiling kstat-rs v0.2.3 |
1720 | 2023-12-06T16:53:19.614Z | Compiling http-range v0.1.5 |
1721 | 2023-12-06T16:53:19.614Z | Compiling pretty-hex v0.4.0 |
1722 | 2023-12-06T16:53:19.761Z | Compiling md5 v0.7.0 |
1723 | 2023-12-06T16:53:19.923Z | Compiling base64 v0.13.1 |
1724 | 2023-12-06T16:53:20.336Z | Compiling russh-keys v0.38.0 |
1725 | 2023-12-06T16:53:20.550Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1726 | 2023-12-06T16:53:20.911Z | Compiling pem v1.1.1 |
1727 | 2023-12-06T16:53:21.988Z | Compiling hyper-staticfile v0.9.5 |
1728 | 2023-12-06T16:53:22.660Z | Compiling headers v0.3.9 |
1729 | 2023-12-06T16:53:22.717Z | Compiling rcgen v0.11.3 |
1730 | 2023-12-06T16:53:23.695Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1731 | 2023-12-06T16:53:24.135Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1732 | 2023-12-06T16:53:25.567Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1733 | 2023-12-06T16:53:26.361Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1734 | 2023-12-06T16:53:27.188Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1735 | 2023-12-06T16:53:28.374Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1736 | 2023-12-06T16:53:31.756Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1737 | 2023-12-06T16:53:32.574Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1738 | 2023-12-06T16:53:34.552Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1739 | 2023-12-06T16:53:37.370Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1740 | 2023-12-06T16:53:38.955Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1741 | 2023-12-06T16:53:42.151Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1742 | 2023-12-06T16:53:45.234Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1743 | 2023-12-06T16:53:45.743Z | Compiling aes-gcm v0.10.3 |
1744 | 2023-12-06T16:53:46.213Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1745 | 2023-12-06T16:53:46.966Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1746 | 2023-12-06T16:53:47.586Z | Compiling atomicwrites v0.4.2 |
1747 | 2023-12-06T16:53:48.113Z | Compiling itertools v0.12.0 |
1748 | 2023-12-06T16:53:49.492Z | Compiling subprocess v0.2.9 |
1749 | 2023-12-06T16:53:52.997Z | Compiling hex-literal v0.4.1 |
1750 | 2023-12-06T16:53:53.215Z | Compiling russh v0.39.0 |
1751 | 2023-12-06T16:53:53.278Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1752 | 2023-12-06T16:53:56.727Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1753 | 2023-12-06T16:53:57.952Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1754 | 2023-12-06T16:54:25.789Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1755 | 2023-12-06T16:55:46.363Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 53s |
1756 | 2023-12-06T16:55:46.704Z | |
1757 | 2023-12-06T16:55:46.705Z | real 7:54.069452236 |
1758 | 2023-12-06T16:55:46.705Z | user 43:28.940898230 |
1759 | 2023-12-06T16:55:46.705Z | sys 6:33.924416649 |
1760 | 2023-12-06T16:55:46.705Z | trap 1.730872032 |
1761 | 2023-12-06T16:55:46.705Z | tflt 4.378764944 |
1762 | 2023-12-06T16:55:46.705Z | dflt 7.861938447 |
1763 | 2023-12-06T16:55:46.705Z | kflt 0.029289645 |
1764 | 2023-12-06T16:55:46.709Z | lock 1:23:19.304156378 |
1765 | 2023-12-06T16:55:46.709Z | slp 2:04:25.699836903 |
1766 | 2023-12-06T16:55:46.709Z | lat 1:59.717775957 |
1767 | 2023-12-06T16:55:46.709Z | stop 4:14.448366267 |
1768 | 2023-12-06T16:55:46.709Z | + mkdir -p /work/end-to-end-tests |
1769 | 2023-12-06T16:55:46.713Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1770 | 2023-12-06T16:55:47.520Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1771 | 2023-12-06T16:55:47.520Z | + ptime -m gzip |
1772 | 2023-12-06T16:55:47.535Z | ++ basename target/debug/bootstrap |
1773 | 2023-12-06T16:56:04.067Z | |
1774 | 2023-12-06T16:56:04.067Z | real 16.543231780 |
1775 | 2023-12-06T16:56:04.067Z | user 16.370610062 |
1776 | 2023-12-06T16:56:04.067Z | sys 0.162075225 |
1777 | 2023-12-06T16:56:04.067Z | trap 0.005220858 |
1778 | 2023-12-06T16:56:04.067Z | tflt 0.000000000 |
1779 | 2023-12-06T16:56:04.068Z | dflt 0.000000000 |
1780 | 2023-12-06T16:56:04.074Z | kflt 0.000000000 |
1781 | 2023-12-06T16:56:04.074Z | lock 0.000000000 |
1782 | 2023-12-06T16:56:04.074Z | slp 0.000000000 |
1783 | 2023-12-06T16:56:04.074Z | lat 0.004953231 |
1784 | 2023-12-06T16:56:04.075Z | stop 0.000257582 |
1785 | 2023-12-06T16:56:04.075Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1786 | 2023-12-06T16:56:04.075Z | + ptime -m gzip |
1787 | 2023-12-06T16:56:04.075Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-be9c817b94af4e8a |
1788 | 2023-12-06T16:56:05.157Z | |
1789 | 2023-12-06T16:56:05.157Z | real 1.074815082 |
1790 | 2023-12-06T16:56:05.158Z | user 1.062597048 |
1791 | 2023-12-06T16:56:05.158Z | sys 0.011444907 |
1792 | 2023-12-06T16:56:05.158Z | trap 0.000154590 |
1793 | 2023-12-06T16:56:05.158Z | tflt 0.000000000 |
1794 | 2023-12-06T16:56:05.158Z | dflt 0.000000000 |
1795 | 2023-12-06T16:56:05.158Z | kflt 0.000000000 |
1796 | 2023-12-06T16:56:05.175Z | lock 0.000000000 |
1797 | 2023-12-06T16:56:05.175Z | slp 0.000000000 |
1798 | 2023-12-06T16:56:05.176Z | lat 0.000245667 |
1799 | 2023-12-06T16:56:05.176Z | stop 0.000257025 |
1800 | 2023-12-06T16:56:05.176Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1801 | 2023-12-06T16:56:05.176Z | + ptime -m gzip |
1802 | 2023-12-06T16:56:05.176Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ff923d3f5c6228d4 |
1803 | 2023-12-06T16:56:22.299Z | |
1804 | 2023-12-06T16:56:22.310Z | real 17.139822249 |
1805 | 2023-12-06T16:56:22.310Z | user 16.953016731 |
1806 | 2023-12-06T16:56:22.310Z | sys 0.180743236 |
1807 | 2023-12-06T16:56:22.310Z | trap 0.004190142 |
1808 | 2023-12-06T16:56:22.310Z | tflt 0.000000000 |
1809 | 2023-12-06T16:56:22.310Z | dflt 0.000000000 |
1810 | 2023-12-06T16:56:22.310Z | kflt 0.000000000 |
1811 | 2023-12-06T16:56:22.310Z | lock 0.000000000 |
1812 | 2023-12-06T16:56:22.310Z | slp 0.000000000 |
1813 | 2023-12-06T16:56:22.310Z | lat 0.001537125 |
1814 | 2023-12-06T16:56:22.310Z | stop 0.000222453 |
1815 | 2023-12-06T16:56:22.310Z | + banner caboose-util |
1816 | 2023-12-06T16:56:22.310Z | |
1817 | 2023-12-06T16:56:22.310Z | #### ## ##### #### #### #### ###### # # ##### |
1818 | 2023-12-06T16:56:22.310Z | # # # # # # # # # # # # # # # |
1819 | 2023-12-06T16:56:22.310Z | # # # ##### # # # # #### ##### ##### # # # |
1820 | 2023-12-06T16:56:22.310Z | # ###### # # # # # # # # # # # |
1821 | 2023-12-06T16:56:22.311Z | # # # # # # # # # # # # # # # # |
1822 | 2023-12-06T16:56:22.311Z | #### # # ##### #### #### #### ###### #### # |
1823 | 2023-12-06T16:56:22.311Z | |
1824 | 2023-12-06T16:56:22.311Z | + ptime -m cargo build --locked -p caboose-util --release |
1825 | 2023-12-06T16:56:22.955Z | Downloading crates ... |
1826 | 2023-12-06T16:56:23.243Z | Downloaded bitfield v0.14.0 |
1827 | 2023-12-06T16:56:23.265Z | Downloaded path-slash v0.1.5 |
1828 | 2023-12-06T16:56:23.269Z | Downloaded tap v1.0.1 |
1829 | 2023-12-06T16:56:23.273Z | Downloaded termcolor v1.2.0 |
1830 | 2023-12-06T16:56:23.276Z | Downloaded packed_struct_codegen v0.10.1 |
1831 | 2023-12-06T16:56:23.282Z | Downloaded funty v2.0.0 |
1832 | 2023-12-06T16:56:23.282Z | Downloaded pem-rfc7468 v0.7.0 |
1833 | 2023-12-06T16:56:23.286Z | Downloaded wyz v0.5.1 |
1834 | 2023-12-06T16:56:23.286Z | Downloaded maybe-uninit v2.0.0 |
1835 | 2023-12-06T16:56:23.286Z | Downloaded radium v0.7.0 |
1836 | 2023-12-06T16:56:23.297Z | Downloaded smallvec v0.6.14 |
1837 | 2023-12-06T16:56:23.297Z | Downloaded array-init v0.0.4 |
1838 | 2023-12-06T16:56:23.308Z | Downloaded serde-hex v0.1.0 |
1839 | 2023-12-06T16:56:23.308Z | Downloaded env_logger v0.10.0 |
1840 | 2023-12-06T16:56:23.309Z | Downloaded pkcs1 v0.7.5 |
1841 | 2023-12-06T16:56:23.309Z | Downloaded crc-any v2.4.3 |
1842 | 2023-12-06T16:56:23.313Z | Downloaded ron v0.8.1 |
1843 | 2023-12-06T16:56:23.317Z | Downloaded der_derive v0.7.2 |
1844 | 2023-12-06T16:56:23.317Z | Downloaded rsa v0.9.2 |
1845 | 2023-12-06T16:56:23.326Z | Downloaded x509-cert v0.2.4 |
1846 | 2023-12-06T16:56:23.336Z | Downloaded bitvec v1.0.1 |
1847 | 2023-12-06T16:56:23.361Z | Downloaded object v0.30.4 |
1848 | 2023-12-06T16:56:23.378Z | Downloaded num-bigint-dig v0.8.4 |
1849 | 2023-12-06T16:56:23.385Z | Downloaded crc-catalog v2.2.0 |
1850 | 2023-12-06T16:56:23.390Z | Downloaded flagset v0.4.3 |
1851 | 2023-12-06T16:56:23.390Z | Downloaded nodrop v0.1.14 |
1852 | 2023-12-06T16:56:23.395Z | Downloaded packed_struct v0.10.1 |
1853 | 2023-12-06T16:56:23.396Z | Downloaded crc v3.0.1 |
1854 | 2023-12-06T16:56:23.557Z | Compiling proc-macro2 v1.0.69 |
1855 | 2023-12-06T16:56:23.561Z | Compiling unicode-ident v1.0.12 |
1856 | 2023-12-06T16:56:23.561Z | Compiling libc v0.2.150 |
1857 | 2023-12-06T16:56:23.561Z | Compiling autocfg v1.1.0 |
1858 | 2023-12-06T16:56:23.561Z | Compiling serde v1.0.192 |
1859 | 2023-12-06T16:56:23.562Z | Compiling cfg-if v1.0.0 |
1860 | 2023-12-06T16:56:23.602Z | Compiling version_check v0.9.4 |
1861 | 2023-12-06T16:56:23.713Z | Compiling syn v1.0.109 |
1862 | 2023-12-06T16:56:23.747Z | Compiling parking_lot_core v0.9.8 |
1863 | 2023-12-06T16:56:23.821Z | Compiling typenum v1.16.0 |
1864 | 2023-12-06T16:56:24.339Z | Compiling libm v0.2.7 |
1865 | 2023-12-06T16:56:24.361Z | Compiling futures-core v0.3.29 |
1866 | 2023-12-06T16:56:24.604Z | Compiling generic-array v0.14.7 |
1867 | 2023-12-06T16:56:24.668Z | Compiling lock_api v0.4.10 |
1868 | 2023-12-06T16:56:24.771Z | Compiling num-traits v0.2.16 |
1869 | 2023-12-06T16:56:24.808Z | Compiling once_cell v1.18.0 |
1870 | 2023-12-06T16:56:25.010Z | Compiling pkg-config v0.3.27 |
1871 | 2023-12-06T16:56:25.092Z | Compiling scopeguard v1.2.0 |
1872 | 2023-12-06T16:56:25.415Z | Compiling slab v0.4.9 |
1873 | 2023-12-06T16:56:25.523Z | Compiling futures-channel v0.3.29 |
1874 | 2023-12-06T16:56:25.535Z | Compiling futures-task v0.3.29 |
1875 | 2023-12-06T16:56:25.865Z | Compiling quote v1.0.33 |
1876 | 2023-12-06T16:56:25.986Z | Compiling serde_json v1.0.108 |
1877 | 2023-12-06T16:56:26.113Z | Compiling thiserror v1.0.49 |
1878 | 2023-12-06T16:56:26.431Z | Compiling syn v2.0.32 |
1879 | 2023-12-06T16:56:26.754Z | Compiling cc v1.0.83 |
1880 | 2023-12-06T16:56:26.778Z | Compiling getrandom v0.2.10 |
1881 | 2023-12-06T16:56:26.840Z | Compiling itoa v1.0.9 |
1882 | 2023-12-06T16:56:27.105Z | Compiling futures-util v0.3.29 |
1883 | 2023-12-06T16:56:27.152Z | Compiling memchr v2.6.3 |
1884 | 2023-12-06T16:56:27.399Z | Compiling smallvec v1.11.0 |
1885 | 2023-12-06T16:56:27.570Z | Compiling log v0.4.20 |
1886 | 2023-12-06T16:56:28.812Z | Compiling vcpkg v0.2.15 |
1887 | 2023-12-06T16:56:29.178Z | Compiling byteorder v1.5.0 |
1888 | 2023-12-06T16:56:29.665Z | Compiling rand_core v0.6.4 |
1889 | 2023-12-06T16:56:29.977Z | Compiling parking_lot v0.12.1 |
1890 | 2023-12-06T16:56:30.803Z | Compiling pin-project-lite v0.2.13 |
1891 | 2023-12-06T16:56:31.854Z | Compiling ring v0.17.5 |
1892 | 2023-12-06T16:56:31.863Z | Compiling indexmap v1.9.3 |
1893 | 2023-12-06T16:56:31.864Z | Compiling openssl-sys v0.9.96 |
1894 | 2023-12-06T16:56:32.949Z | Compiling signal-hook-registry v1.4.1 |
1895 | 2023-12-06T16:56:33.676Z | Compiling heck v0.4.1 |
1896 | 2023-12-06T16:56:33.946Z | Compiling io-lifetimes v1.0.11 |
1897 | 2023-12-06T16:56:34.689Z | Compiling ring v0.16.20 |
1898 | 2023-12-06T16:56:34.924Z | Compiling mio v0.8.9 |
1899 | 2023-12-06T16:56:35.795Z | Compiling num-integer v0.1.45 |
1900 | 2023-12-06T16:56:36.075Z | Compiling const-oid v0.9.5 |
1901 | 2023-12-06T16:56:36.223Z | Compiling ryu v1.0.15 |
1902 | 2023-12-06T16:56:36.275Z | Compiling semver v1.0.20 |
1903 | 2023-12-06T16:56:37.029Z | Compiling rustix v0.37.23 |
1904 | 2023-12-06T16:56:37.821Z | Compiling spin v0.5.2 |
1905 | 2023-12-06T16:56:38.160Z | Compiling socket2 v0.5.5 |
1906 | 2023-12-06T16:56:38.662Z | Compiling num_cpus v1.16.0 |
1907 | 2023-12-06T16:56:38.826Z | Compiling futures-sink v0.3.29 |
1908 | 2023-12-06T16:56:39.047Z | Compiling httparse v1.8.0 |
1909 | 2023-12-06T16:56:39.326Z | Compiling ucd-trie v0.1.6 |
1910 | 2023-12-06T16:56:39.492Z | Compiling openssl v0.10.60 |
1911 | 2023-12-06T16:56:39.619Z | Compiling unicode-xid v0.2.4 |
1912 | 2023-12-06T16:56:39.827Z | Compiling synstructure v0.12.6 |
1913 | 2023-12-06T16:56:40.039Z | Compiling tinyvec_macros v0.1.1 |
1914 | 2023-12-06T16:56:40.152Z | Compiling tinyvec v1.6.0 |
1915 | 2023-12-06T16:56:41.259Z | Compiling futures-io v0.3.29 |
1916 | 2023-12-06T16:56:41.515Z | Compiling crc32fast v1.3.2 |
1917 | 2023-12-06T16:56:41.641Z | Compiling rustls v0.21.9 |
1918 | 2023-12-06T16:56:42.036Z | Compiling native-tls v0.2.11 |
1919 | 2023-12-06T16:56:42.077Z | Compiling pin-utils v0.1.0 |
1920 | 2023-12-06T16:56:42.131Z | Compiling ppv-lite86 v0.2.17 |
1921 | 2023-12-06T16:56:42.182Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1922 | 2023-12-06T16:56:42.383Z | Compiling spin v0.9.8 |
1923 | 2023-12-06T16:56:42.706Z | Compiling unicode-normalization v0.1.22 |
1924 | 2023-12-06T16:56:42.787Z | Compiling tracing-core v0.1.31 |
1925 | 2023-12-06T16:56:42.922Z | Compiling subtle v2.5.0 |
1926 | 2023-12-06T16:56:43.404Z | Compiling rand_chacha v0.3.1 |
1927 | 2023-12-06T16:56:43.425Z | Compiling unicode-bidi v0.3.13 |
1928 | 2023-12-06T16:56:44.135Z | Compiling rand v0.8.5 |
1929 | 2023-12-06T16:56:45.528Z | Compiling errno v0.3.2 |
1930 | 2023-12-06T16:56:45.591Z | Compiling num-iter v0.1.43 |
1931 | 2023-12-06T16:56:45.740Z | Compiling ahash v0.8.3 |
1932 | 2023-12-06T16:56:45.899Z | Compiling usdt-impl v0.3.5 |
1933 | 2023-12-06T16:56:46.103Z | Compiling signal-hook v0.3.17 |
1934 | 2023-12-06T16:56:46.363Z | Compiling schemars v0.8.13 |
1935 | 2023-12-06T16:56:49.030Z | Compiling rustix v0.38.25 |
1936 | 2023-12-06T16:56:49.089Z | Compiling base64 v0.21.5 |
1937 | 2023-12-06T16:56:49.228Z | Compiling serde_derive_internals v0.26.0 |
1938 | 2023-12-06T16:56:49.228Z | Compiling serde_derive v1.0.192 |
1939 | 2023-12-06T16:56:49.228Z | Compiling zeroize_derive v1.4.2 |
1940 | 2023-12-06T16:56:49.228Z | Compiling tokio-macros v2.2.0 |
1941 | 2023-12-06T16:56:49.228Z | Compiling thiserror-impl v1.0.49 |
1942 | 2023-12-06T16:56:49.247Z | Compiling futures-macro v0.3.29 |
1943 | 2023-12-06T16:56:49.880Z | Compiling tracing-attributes v0.1.26 |
1944 | 2023-12-06T16:56:50.785Z | Compiling zeroize v1.7.0 |
1945 | 2023-12-06T16:56:51.401Z | Compiling zerocopy-derive v0.2.0 |
1946 | 2023-12-06T16:56:52.288Z | Compiling openssl-macros v0.1.1 |
1947 | 2023-12-06T16:56:53.335Z | Compiling zerocopy-derive v0.6.4 |
1948 | 2023-12-06T16:56:53.385Z | Compiling pest v2.7.2 |
1949 | 2023-12-06T16:56:53.601Z | Compiling crypto-common v0.1.6 |
1950 | 2023-12-06T16:56:53.894Z | Compiling block-buffer v0.10.4 |
1951 | 2023-12-06T16:56:54.287Z | Compiling digest v0.10.7 |
1952 | 2023-12-06T16:56:55.183Z | Compiling tracing v0.1.37 |
1953 | 2023-12-06T16:56:55.948Z | Compiling fnv v1.0.7 |
1954 | 2023-12-06T16:56:56.113Z | Compiling bitflags v1.3.2 |
1955 | 2023-12-06T16:56:57.308Z | Compiling pest_meta v2.7.2 |
1956 | 2023-12-06T16:56:57.943Z | Compiling zerocopy v0.3.0 |
1957 | 2023-12-06T16:56:57.987Z | Compiling schemars_derive v0.8.13 |
1958 | 2023-12-06T16:56:59.403Z | Compiling pest_generator v2.7.2 |
1959 | 2023-12-06T16:57:01.843Z | Compiling lazy_static v1.4.0 |
1960 | 2023-12-06T16:57:02.798Z | Compiling backtrace v0.3.69 |
1961 | 2023-12-06T16:57:02.812Z | Compiling num-bigint v0.4.4 |
1962 | 2023-12-06T16:57:02.816Z | Compiling memoffset v0.9.0 |
1963 | 2023-12-06T16:57:03.249Z | Compiling crossbeam-utils v0.8.16 |
1964 | 2023-12-06T16:57:03.396Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1965 | 2023-12-06T16:57:03.458Z | Compiling iana-time-zone v0.1.57 |
1966 | 2023-12-06T16:57:03.886Z | Compiling untrusted v0.7.1 |
1967 | 2023-12-06T16:57:03.957Z | Compiling pest_derive v2.7.2 |
1968 | 2023-12-06T16:57:03.964Z | Compiling async-trait v0.1.74 |
1969 | 2023-12-06T16:57:04.162Z | Compiling base64ct v1.6.0 |
1970 | 2023-12-06T16:57:04.389Z | Compiling foreign-types-shared v0.1.1 |
1971 | 2023-12-06T16:57:04.519Z | Compiling smoltcp v0.9.1 |
1972 | 2023-12-06T16:57:04.607Z | Compiling openssl-probe v0.1.5 |
1973 | 2023-12-06T16:57:05.033Z | Compiling equivalent v1.0.1 |
1974 | 2023-12-06T16:57:05.153Z | Compiling hashbrown v0.12.3 |
1975 | 2023-12-06T16:57:05.172Z | Compiling doc-comment v0.3.3 |
1976 | 2023-12-06T16:57:05.463Z | Compiling percent-encoding v2.3.1 |
1977 | 2023-12-06T16:57:05.956Z | Compiling untrusted v0.9.0 |
1978 | 2023-12-06T16:57:05.956Z | Compiling hashbrown v0.14.2 |
1979 | 2023-12-06T16:57:06.076Z | Compiling dtrace-parser v0.1.14 |
1980 | 2023-12-06T16:57:07.837Z | Compiling pem-rfc7468 v0.7.0 |
1981 | 2023-12-06T16:57:08.460Z | Compiling foreign-types v0.3.2 |
1982 | 2023-12-06T16:57:08.908Z | Compiling dof v0.1.5 |
1983 | 2023-12-06T16:57:08.950Z | Compiling clap_derive v4.4.2 |
1984 | 2023-12-06T16:57:10.168Z | Compiling der_derive v0.7.2 |
1985 | 2023-12-06T16:57:10.819Z | Compiling bytes v1.5.0 |
1986 | 2023-12-06T16:57:11.420Z | Compiling bitflags v2.4.0 |
1987 | 2023-12-06T16:57:11.675Z | Compiling uuid v1.6.1 |
1988 | 2023-12-06T16:57:12.048Z | Compiling rustc_version v0.4.0 |
1989 | 2023-12-06T16:57:12.816Z | Compiling tokio v1.34.0 |
1990 | 2023-12-06T16:57:12.976Z | Compiling heapless v0.7.16 |
1991 | 2023-12-06T16:57:13.582Z | Compiling http v0.2.11 |
1992 | 2023-12-06T16:57:13.837Z | Compiling indexmap v2.1.0 |
1993 | 2023-12-06T16:57:15.279Z | Compiling chrono v0.4.31 |
1994 | 2023-12-06T16:57:17.599Z | Compiling thread-id v4.2.0 |
1995 | 2023-12-06T16:57:17.787Z | Compiling utf8parse v0.2.1 |
1996 | 2023-12-06T16:57:18.071Z | Compiling anstyle v1.0.2 |
1997 | 2023-12-06T16:57:18.929Z | Compiling time-core v0.1.1 |
1998 | 2023-12-06T16:57:19.175Z | Compiling try-lock v0.2.4 |
1999 | 2023-12-06T16:57:19.354Z | Compiling flagset v0.4.3 |
2000 | 2023-12-06T16:57:19.823Z | Compiling siphasher v0.3.11 |
2001 | 2023-12-06T16:57:20.095Z | Compiling rustversion v1.0.14 |
2002 | 2023-12-06T16:57:20.501Z | Compiling cpufeatures v0.2.9 |
2003 | 2023-12-06T16:57:20.793Z | Compiling adler v1.0.2 |
2004 | 2023-12-06T16:57:21.063Z | Compiling miniz_oxide v0.7.1 |
2005 | 2023-12-06T16:57:21.094Z | Compiling sha2 v0.10.8 |
2006 | 2023-12-06T16:57:24.739Z | Compiling der v0.7.8 |
2007 | 2023-12-06T16:57:25.071Z | Compiling want v0.3.1 |
2008 | 2023-12-06T16:57:25.501Z | Compiling tokio-util v0.7.10 |
2009 | 2023-12-06T16:57:25.546Z | Compiling time-macros v0.2.13 |
2010 | 2023-12-06T16:57:27.809Z | Compiling h2 v0.3.21 |
2011 | 2023-12-06T16:57:29.406Z | Compiling anstyle-parse v0.2.1 |
2012 | 2023-12-06T16:57:32.509Z | Compiling http-body v0.4.5 |
2013 | 2023-12-06T16:57:34.135Z | Compiling serde_tokenstream v0.1.7 |
2014 | 2023-12-06T16:57:34.147Z | Compiling rustls-webpki v0.101.7 |
2015 | 2023-12-06T16:57:34.890Z | Compiling sct v0.7.0 |
2016 | 2023-12-06T16:57:35.358Z | Compiling form_urlencoded v1.2.1 |
2017 | 2023-12-06T16:57:35.801Z | Compiling hubpack_derive v0.1.1 |
2018 | 2023-12-06T16:57:36.278Z | Compiling pin-project-internal v1.1.3 |
2019 | 2023-12-06T16:57:37.186Z | Compiling socket2 v0.4.9 |
2020 | 2023-12-06T16:57:37.200Z | Compiling crossbeam-epoch v0.9.15 |
2021 | 2023-12-06T16:57:38.543Z | Compiling anstyle-query v1.0.0 |
2022 | 2023-12-06T16:57:38.729Z | Compiling colorchoice v1.0.0 |
2023 | 2023-12-06T16:57:38.733Z | Compiling httpdate v1.0.3 |
2024 | 2023-12-06T16:57:38.984Z | Compiling anyhow v1.0.75 |
2025 | 2023-12-06T16:57:39.148Z | Compiling tower-service v0.3.2 |
2026 | 2023-12-06T16:57:39.750Z | Compiling slog v2.7.0 |
2027 | 2023-12-06T16:57:39.989Z | Compiling radium v0.7.0 |
2028 | 2023-12-06T16:57:40.714Z | Compiling hyper v0.14.27 |
2029 | 2023-12-06T16:57:44.222Z | Compiling anstream v0.5.0 |
2030 | 2023-12-06T16:57:49.049Z | Compiling terminal_size v0.2.6 |
2031 | 2023-12-06T16:57:49.307Z | Compiling spki v0.7.2 |
2032 | 2023-12-06T16:57:50.217Z | Compiling toml_datetime v0.6.5 |
2033 | 2023-12-06T16:57:50.823Z | Compiling serde_spanned v0.6.4 |
2034 | 2023-12-06T16:57:51.494Z | Compiling rustls-pemfile v1.0.3 |
2035 | 2023-12-06T16:57:52.010Z | Compiling zerocopy v0.6.4 |
2036 | 2023-12-06T16:57:53.490Z | Compiling hmac v0.12.1 |
2037 | 2023-12-06T16:57:53.696Z | Compiling md-5 v0.10.5 |
2038 | 2023-12-06T16:57:54.037Z | Compiling stringprep v0.1.3 |
2039 | 2023-12-06T16:57:54.198Z | Compiling idna v0.5.0 |
2040 | 2023-12-06T16:57:55.558Z | Compiling diesel_table_macro_syntax v0.1.0 |
2041 | 2023-12-06T16:57:55.572Z | Compiling hash32 v0.2.1 |
2042 | 2023-12-06T16:57:56.104Z | Compiling aho-corasick v1.0.4 |
2043 | 2023-12-06T16:57:56.122Z | Compiling stable_deref_trait v1.2.0 |
2044 | 2023-12-06T16:57:56.144Z | Compiling either v1.9.0 |
2045 | 2023-12-06T16:57:56.456Z | Compiling winnow v0.5.15 |
2046 | 2023-12-06T16:57:56.647Z | Compiling fallible-iterator v0.2.0 |
2047 | 2023-12-06T16:57:56.651Z | Compiling clap_lex v0.5.1 |
2048 | 2023-12-06T16:57:57.227Z | Compiling tap v1.0.1 |
2049 | 2023-12-06T16:57:57.489Z | Compiling gimli v0.28.0 |
2050 | 2023-12-06T16:57:57.937Z | Compiling regex-syntax v0.8.2 |
2051 | 2023-12-06T16:57:58.018Z | Compiling dyn-clone v1.0.13 |
2052 | 2023-12-06T16:57:58.034Z | Compiling maybe-uninit v2.0.0 |
2053 | 2023-12-06T16:57:58.268Z | Compiling strsim v0.10.0 |
2054 | 2023-12-06T16:57:58.768Z | Compiling clap_builder v4.4.2 |
2055 | 2023-12-06T16:58:02.084Z | Compiling postgres-protocol v0.6.6 |
2056 | 2023-12-06T16:58:02.185Z | Compiling wyz v0.5.1 |
2057 | 2023-12-06T16:58:03.027Z | Compiling diesel_derives v2.1.2 |
2058 | 2023-12-06T16:58:03.114Z | Compiling url v2.5.0 |
2059 | 2023-12-06T16:58:03.985Z | Compiling regex-automata v0.4.3 |
2060 | 2023-12-06T16:58:05.586Z | Compiling addr2line v0.21.0 |
2061 | 2023-12-06T16:58:06.386Z | Compiling tokio-rustls v0.24.1 |
2062 | 2023-12-06T16:58:06.983Z | Compiling rustls-native-certs v0.6.3 |
2063 | 2023-12-06T16:58:07.491Z | Compiling strum_macros v0.25.2 |
2064 | 2023-12-06T16:58:13.060Z | Compiling tokio-native-tls v0.3.1 |
2065 | 2023-12-06T16:58:14.321Z | Compiling usdt-attr-macro v0.3.5 |
2066 | 2023-12-06T16:58:14.430Z | Compiling usdt-macro v0.3.5 |
2067 | 2023-12-06T16:58:16.289Z | Compiling phf_shared v0.11.2 |
2068 | 2023-12-06T16:58:17.225Z | Compiling block-padding v0.3.3 |
2069 | 2023-12-06T16:58:17.476Z | Compiling snafu-derive v0.7.5 |
2070 | 2023-12-06T16:58:17.538Z | Compiling enum-as-inner v0.5.1 |
2071 | 2023-12-06T16:58:17.556Z | Compiling serde_repr v0.1.16 |
2072 | 2023-12-06T16:58:19.059Z | Compiling scheduled-thread-pool v0.2.7 |
2073 | 2023-12-06T16:58:19.241Z | Compiling object v0.32.1 |
2074 | 2023-12-06T16:58:22.777Z | Compiling num_threads v0.1.6 |
2075 | 2023-12-06T16:58:22.946Z | Compiling deranged v0.3.8 |
2076 | 2023-12-06T16:58:25.964Z | Compiling managed v0.8.0 |
2077 | 2023-12-06T16:58:26.656Z | Compiling packed_struct v0.10.1 |
2078 | 2023-12-06T16:58:27.520Z | Compiling funty v2.0.0 |
2079 | 2023-12-06T16:58:27.521Z | Compiling rustc-demangle v0.1.23 |
2080 | 2023-12-06T16:58:27.682Z | Compiling ipnet v2.8.0 |
2081 | 2023-12-06T16:58:28.700Z | Compiling bit-vec v0.6.3 |
2082 | 2023-12-06T16:58:29.396Z | Compiling num-bigint-dig v0.8.4 |
2083 | 2023-12-06T16:58:29.799Z | Compiling matches v0.1.10 |
2084 | 2023-12-06T16:58:29.814Z | Compiling regex-automata v0.1.10 |
2085 | 2023-12-06T16:58:29.927Z | Compiling idna v0.2.3 |
2086 | 2023-12-06T16:58:30.548Z | Compiling bstr v0.2.17 |
2087 | 2023-12-06T16:58:31.907Z | Compiling bitvec v1.0.1 |
2088 | 2023-12-06T16:58:36.409Z | Compiling time v0.3.27 |
2089 | 2023-12-06T16:58:38.455Z | Compiling r2d2 v0.8.10 |
2090 | 2023-12-06T16:58:39.664Z | Compiling inout v0.1.3 |
2091 | 2023-12-06T16:58:41.910Z | Compiling phf v0.11.2 |
2092 | 2023-12-06T16:58:42.349Z | Compiling hyper-tls v0.5.0 |
2093 | 2023-12-06T16:58:42.832Z | Compiling regex v1.10.2 |
2094 | 2023-12-06T16:58:44.311Z | Compiling signal-hook-mio v0.2.3 |
2095 | 2023-12-06T16:58:44.552Z | Compiling hyper-rustls v0.24.2 |
2096 | 2023-12-06T16:58:44.563Z | Compiling flate2 v1.0.28 |
2097 | 2023-12-06T16:58:45.082Z | Compiling clap v4.4.3 |
2098 | 2023-12-06T16:58:45.262Z | Compiling ipnetwork v0.20.0 |
2099 | 2023-12-06T16:58:45.348Z | Compiling postgres-types v0.2.6 |
2100 | 2023-12-06T16:58:45.437Z | Compiling bzip2 v0.4.4 |
2101 | 2023-12-06T16:58:45.580Z | Compiling toml_edit v0.19.15 |
2102 | 2023-12-06T16:58:45.988Z | Compiling itertools v0.11.0 |
2103 | 2023-12-06T16:58:46.095Z | Compiling pkcs8 v0.10.2 |
2104 | 2023-12-06T16:58:46.445Z | Compiling pin-project v1.1.3 |
2105 | 2023-12-06T16:58:47.116Z | Compiling hubpack v0.1.2 |
2106 | 2023-12-06T16:58:47.593Z | Compiling serde_urlencoded v0.7.1 |
2107 | 2023-12-06T16:58:47.758Z | Compiling phf_shared v0.10.0 |
2108 | 2023-12-06T16:58:48.393Z | Compiling futures-executor v0.3.29 |
2109 | 2023-12-06T16:58:50.865Z | Compiling signature v2.1.0 |
2110 | 2023-12-06T16:58:51.221Z | Compiling packed_struct_codegen v0.10.1 |
2111 | 2023-12-06T16:58:53.068Z | Compiling float-cmp v0.9.0 |
2112 | 2023-12-06T16:58:54.071Z | Compiling encoding_rs v0.8.33 |
2113 | 2023-12-06T16:58:54.105Z | Compiling whoami v1.4.1 |
2114 | 2023-12-06T16:58:54.897Z | Compiling crc-catalog v2.2.0 |
2115 | 2023-12-06T16:58:54.983Z | Compiling predicates-core v1.0.6 |
2116 | 2023-12-06T16:58:55.108Z | Compiling mime v0.3.17 |
2117 | 2023-12-06T16:58:55.472Z | Compiling fixedbitset v0.4.2 |
2118 | 2023-12-06T16:58:55.497Z | Compiling webpki-roots v0.25.2 |
2119 | 2023-12-06T16:58:55.721Z | Compiling unicode-segmentation v1.10.1 |
2120 | 2023-12-06T16:58:55.934Z | Compiling regex-automata v0.3.8 |
2121 | 2023-12-06T16:58:56.094Z | Compiling precomputed-hash v0.1.1 |
2122 | 2023-12-06T16:58:57.067Z | Compiling unicode-width v0.1.11 |
2123 | 2023-12-06T16:58:58.550Z | Compiling data-encoding v2.4.0 |
2124 | 2023-12-06T16:58:59.711Z | Compiling nodrop v0.1.14 |
2125 | 2023-12-06T16:58:59.873Z | Compiling normalize-line-endings v0.3.0 |
2126 | 2023-12-06T16:59:00.042Z | Compiling static_assertions v1.1.0 |
2127 | 2023-12-06T16:59:00.260Z | Compiling difflib v0.4.0 |
2128 | 2023-12-06T16:59:00.768Z | Compiling new_debug_unreachable v1.0.4 |
2129 | 2023-12-06T16:59:01.327Z | Compiling string_cache v0.8.7 |
2130 | 2023-12-06T16:59:01.469Z | Compiling predicates v3.0.4 |
2131 | 2023-12-06T16:59:01.528Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2132 | 2023-12-06T16:59:02.805Z | Compiling array-init v0.0.4 |
2133 | 2023-12-06T16:59:05.257Z | Compiling trust-dns-proto v0.22.0 |
2134 | 2023-12-06T16:59:08.313Z | Compiling bstr v1.6.0 |
2135 | 2023-12-06T16:59:10.799Z | Compiling reqwest v0.11.22 |
2136 | 2023-12-06T16:59:14.904Z | Compiling console v0.15.7 |
2137 | 2023-12-06T16:59:17.348Z | Compiling similar v2.2.1 |
2138 | 2023-12-06T16:59:19.382Z | Compiling petgraph v0.6.4 |
2139 | 2023-12-06T16:59:19.382Z | Compiling crc v3.0.1 |
2140 | 2023-12-06T16:59:36.930Z | Compiling tokio-postgres v0.7.10 |
2141 | 2023-12-06T16:59:37.584Z | Compiling toml v0.7.8 |
2142 | 2023-12-06T16:59:37.584Z | Compiling futures v0.3.29 |
2143 | 2023-12-06T16:59:37.584Z | Compiling snafu v0.7.5 |
2144 | 2023-12-06T16:59:37.584Z | Compiling pkcs1 v0.7.5 |
2145 | 2023-12-06T16:59:37.585Z | Compiling smallvec v0.6.14 |
2146 | 2023-12-06T16:59:37.585Z | Compiling zip v0.6.6 |
2147 | 2023-12-06T16:59:37.585Z | Compiling diesel v2.1.4 |
2148 | 2023-12-06T16:59:37.585Z | Compiling crossterm v0.27.0 |
2149 | 2023-12-06T16:59:37.585Z | Compiling yasna v0.5.2 |
2150 | 2023-12-06T16:59:37.585Z | Compiling hashbrown v0.13.2 |
2151 | 2023-12-06T16:59:37.585Z | Compiling cipher v0.4.4 |
2152 | 2023-12-06T16:59:38.928Z | Compiling bit-set v0.5.3 |
2153 | 2023-12-06T16:59:39.233Z | Compiling usdt v0.3.5 |
2154 | 2023-12-06T16:59:39.384Z | Compiling is-terminal v0.4.9 |
2155 | 2023-12-06T16:59:39.631Z | Compiling toml_edit v0.21.0 |
2156 | 2023-12-06T16:59:42.699Z | Compiling itertools v0.10.5 |
2157 | 2023-12-06T16:59:46.687Z | Compiling tokio-stream v0.1.14 |
2158 | 2023-12-06T16:59:47.539Z | Compiling openapiv3 v2.0.0-rc.1 |
2159 | 2023-12-06T16:59:48.231Z | Compiling hex v0.4.3 |
2160 | 2023-12-06T16:59:55.730Z | Compiling bitfield v0.14.0 |
2161 | 2023-12-06T16:59:58.823Z | Compiling lalrpop-util v0.19.12 |
2162 | 2023-12-06T16:59:59.341Z | Compiling termcolor v1.2.0 |
2163 | 2023-12-06T17:00:06.645Z | Compiling env_logger v0.10.0 |
2164 | 2023-12-06T17:00:12.959Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2165 | 2023-12-06T17:00:23.139Z | Compiling rsa v0.9.2 |
2166 | 2023-12-06T17:00:32.231Z | Compiling serde-hex v0.1.0 |
2167 | 2023-12-06T17:00:32.290Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2168 | 2023-12-06T17:00:38.887Z | Compiling x509-cert v0.2.4 |
2169 | 2023-12-06T17:00:40.255Z | Compiling ron v0.8.1 |
2170 | 2023-12-06T17:00:41.986Z | Compiling crc-any v2.4.3 |
2171 | 2023-12-06T17:00:42.936Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2172 | 2023-12-06T17:01:02.281Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2173 | 2023-12-06T17:01:06.191Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2174 | 2023-12-06T17:01:26.472Z | Compiling object v0.30.4 |
2175 | 2023-12-06T17:01:34.796Z | Compiling path-slash v0.1.5 |
2176 | 2023-12-06T17:01:40.266Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2177 | 2023-12-06T17:02:19.664Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2178 | 2023-12-06T17:02:20.826Z | Finished release [optimized] target(s) in 5m 58s |
2179 | 2023-12-06T17:02:20.908Z | |
2180 | 2023-12-06T17:02:20.908Z | real 5:58.612222077 |
2181 | 2023-12-06T17:02:20.909Z | user 41:54.421229580 |
2182 | 2023-12-06T17:02:20.909Z | sys 3:34.005190728 |
2183 | 2023-12-06T17:02:20.909Z | trap 1.824302834 |
2184 | 2023-12-06T17:02:20.909Z | tflt 0.908105380 |
2185 | 2023-12-06T17:02:20.909Z | dflt 0.483325373 |
2186 | 2023-12-06T17:02:20.927Z | kflt 0.000151880 |
2187 | 2023-12-06T17:02:20.927Z | lock 1:33:08.944637982 |
2188 | 2023-12-06T17:02:20.927Z | slp 1:57:52.184764165 |
2189 | 2023-12-06T17:02:20.928Z | lat 1:49.408487496 |
2190 | 2023-12-06T17:02:20.928Z | stop 1:21.155178941 |
2191 | 2023-12-06T17:02:20.928Z | + ptime -m gzip |
2192 | 2023-12-06T17:02:21.569Z | |
2193 | 2023-12-06T17:02:21.569Z | real 0.653847627 |
2194 | 2023-12-06T17:02:21.575Z | user 0.645991002 |
2195 | 2023-12-06T17:02:21.575Z | sys 0.007137811 |
2196 | 2023-12-06T17:02:21.575Z | trap 0.000147880 |
2197 | 2023-12-06T17:02:21.576Z | tflt 0.000000000 |
2198 | 2023-12-06T17:02:21.576Z | dflt 0.000000000 |
2199 | 2023-12-06T17:02:21.576Z | kflt 0.000000000 |
2200 | 2023-12-06T17:02:21.576Z | lock 0.000000000 |
2201 | 2023-12-06T17:02:21.576Z | slp 0.000000000 |
2202 | 2023-12-06T17:02:21.576Z | lat 0.000246904 |
2203 | 2023-12-06T17:02:21.576Z | stop 0.000223335 |
2204 | 2023-12-06T17:02:21.576Z | + banner tufaceous |
2205 | 2023-12-06T17:02:21.576Z | |
2206 | 2023-12-06T17:02:21.576Z | ##### # # ###### ## #### ###### #### # # #### |
2207 | 2023-12-06T17:02:21.577Z | # # # # # # # # # # # # # # |
2208 | 2023-12-06T17:02:21.577Z | # # # ##### # # # ##### # # # # #### |
2209 | 2023-12-06T17:02:21.577Z | # # # # ###### # # # # # # # |
2210 | 2023-12-06T17:02:21.577Z | # # # # # # # # # # # # # # # |
2211 | 2023-12-06T17:02:21.577Z | # #### # # # #### ###### #### #### #### |
2212 | 2023-12-06T17:02:21.577Z | |
2213 | 2023-12-06T17:02:21.577Z | + ptime -m cargo build --locked -p tufaceous --release |
2214 | 2023-12-06T17:02:22.238Z | Downloading crates ... |
2215 | 2023-12-06T17:02:22.573Z | Downloaded humantime v2.1.0 |
2216 | 2023-12-06T17:02:22.578Z | Downloaded globset v0.4.13 |
2217 | 2023-12-06T17:02:22.579Z | Downloaded async-recursion v1.0.5 |
2218 | 2023-12-06T17:02:22.579Z | Downloaded fs-err v2.11.0 |
2219 | 2023-12-06T17:02:22.579Z | Downloaded olpc-cjson v0.1.3 |
2220 | 2023-12-06T17:02:22.579Z | Downloaded serde_plain v1.0.2 |
2221 | 2023-12-06T17:02:22.585Z | Downloaded typed-path v0.6.0 |
2222 | 2023-12-06T17:02:22.591Z | Downloaded tough v0.15.0 |
2223 | 2023-12-06T17:02:22.603Z | Downloaded bytesize v1.3.0 |
2224 | 2023-12-06T17:02:22.650Z | Downloaded buf-list v1.0.3 |
2225 | 2023-12-06T17:02:22.812Z | Compiling serde_tokenstream v0.2.0 |
2226 | 2023-12-06T17:02:22.834Z | Compiling regress v0.7.1 |
2227 | 2023-12-06T17:02:22.850Z | Compiling dirs-sys-next v0.1.2 |
2228 | 2023-12-06T17:02:22.854Z | Compiling ident_case v1.0.1 |
2229 | 2023-12-06T17:02:22.875Z | Compiling thread_local v1.1.7 |
2230 | 2023-12-06T17:02:22.881Z | Compiling slog-async v2.8.0 |
2231 | 2023-12-06T17:02:22.892Z | Compiling heck v0.4.1 |
2232 | 2023-12-06T17:02:23.086Z | Compiling dirs-next v2.0.0 |
2233 | 2023-12-06T17:02:23.448Z | Compiling darling_core v0.20.3 |
2234 | 2023-12-06T17:02:23.591Z | Compiling camino v1.1.6 |
2235 | 2023-12-06T17:02:24.073Z | Compiling term v0.7.0 |
2236 | 2023-12-06T17:02:24.129Z | Compiling crossbeam-channel v0.5.8 |
2237 | 2023-12-06T17:02:24.424Z | Compiling getopts v0.2.21 |
2238 | 2023-12-06T17:02:24.900Z | Compiling structmeta-derive v0.2.0 |
2239 | 2023-12-06T17:02:24.900Z | Compiling atty v0.2.14 |
2240 | 2023-12-06T17:02:24.955Z | Compiling multer v2.1.0 |
2241 | 2023-12-06T17:02:25.400Z | Compiling unsafe-libyaml v0.2.9 |
2242 | 2023-12-06T17:02:25.844Z | Compiling paste v1.0.14 |
2243 | 2023-12-06T17:02:26.519Z | Compiling take_mut v0.2.2 |
2244 | 2023-12-06T17:02:26.728Z | Compiling match_cfg v0.1.0 |
2245 | 2023-12-06T17:02:26.985Z | Compiling hostname v0.3.1 |
2246 | 2023-12-06T17:02:27.393Z | Compiling slog-term v2.9.0 |
2247 | 2023-12-06T17:02:28.230Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2248 | 2023-12-06T17:02:30.780Z | Compiling structmeta v0.2.0 |
2249 | 2023-12-06T17:02:31.383Z | Compiling serde_yaml v0.9.25 |
2250 | 2023-12-06T17:02:32.298Z | Compiling darling_macro v0.20.3 |
2251 | 2023-12-06T17:02:32.322Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2252 | 2023-12-06T17:02:32.352Z | Compiling slog-json v2.6.1 |
2253 | 2023-12-06T17:02:33.121Z | Compiling async-stream-impl v0.3.5 |
2254 | 2023-12-06T17:02:33.720Z | Compiling darling v0.20.3 |
2255 | 2023-12-06T17:02:33.872Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2256 | 2023-12-06T17:02:34.305Z | Compiling atomic-waker v1.1.1 |
2257 | 2023-12-06T17:02:34.580Z | Compiling regex-syntax v0.7.5 |
2258 | 2023-12-06T17:02:36.268Z | Compiling fastrand v2.0.0 |
2259 | 2023-12-06T17:02:36.386Z | Compiling async-stream v0.3.5 |
2260 | 2023-12-06T17:02:36.386Z | Compiling waitgroup v0.1.2 |
2261 | 2023-12-06T17:02:36.386Z | Compiling tempfile v3.8.1 |
2262 | 2023-12-06T17:02:36.386Z | Compiling serde_with_macros v2.3.3 |
2263 | 2023-12-06T17:02:36.386Z | Compiling slog-bunyan v2.4.0 |
2264 | 2023-12-06T17:02:39.073Z | Compiling toml v0.8.8 |
2265 | 2023-12-06T17:02:39.224Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2266 | 2023-12-06T17:02:39.903Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2267 | 2023-12-06T17:02:41.074Z | Compiling sha1 v0.10.6 |
2268 | 2023-12-06T17:02:41.629Z | Compiling serde_path_to_error v0.1.14 |
2269 | 2023-12-06T17:02:42.289Z | Compiling fs-err v2.11.0 |
2270 | 2023-12-06T17:02:42.506Z | Compiling instant v0.1.12 |
2271 | 2023-12-06T17:02:42.594Z | Compiling arc-swap v1.6.0 |
2272 | 2023-12-06T17:02:42.782Z | Compiling debug-ignore v1.0.5 |
2273 | 2023-12-06T17:02:42.787Z | Compiling buf-list v1.0.3 |
2274 | 2023-12-06T17:02:42.913Z | Compiling same-file v1.0.6 |
2275 | 2023-12-06T17:02:43.271Z | Compiling walkdir v2.4.0 |
2276 | 2023-12-06T17:02:43.358Z | Compiling slog-scope v4.4.0 |
2277 | 2023-12-06T17:02:43.930Z | Compiling backoff v0.4.0 |
2278 | 2023-12-06T17:02:44.483Z | Compiling serde_with v2.3.3 |
2279 | 2023-12-06T17:02:44.819Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2280 | 2023-12-06T17:02:44.846Z | Compiling parse-display-derive v0.8.2 |
2281 | 2023-12-06T17:02:45.941Z | Compiling globset v0.4.13 |
2282 | 2023-12-06T17:02:46.170Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2283 | 2023-12-06T17:02:46.395Z | Compiling strum v0.25.0 |
2284 | 2023-12-06T17:02:46.953Z | Compiling olpc-cjson v0.1.3 |
2285 | 2023-12-06T17:02:47.212Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2286 | 2023-12-06T17:02:47.543Z | Compiling pem v3.0.2 |
2287 | 2023-12-06T17:02:48.179Z | Compiling serde_plain v1.0.2 |
2288 | 2023-12-06T17:02:49.068Z | Compiling macaddr v1.0.1 |
2289 | 2023-12-06T17:02:50.159Z | Compiling async-recursion v1.0.5 |
2290 | 2023-12-06T17:02:50.188Z | Compiling filetime v0.2.23 |
2291 | 2023-12-06T17:02:50.719Z | Compiling xattr v1.0.1 |
2292 | 2023-12-06T17:02:51.072Z | Compiling parse-display v0.8.2 |
2293 | 2023-12-06T17:02:51.174Z | Compiling typed-path v0.6.0 |
2294 | 2023-12-06T17:02:51.373Z | Compiling tar v0.4.40 |
2295 | 2023-12-06T17:02:52.152Z | Compiling slog-stdlog v4.1.1 |
2296 | 2023-12-06T17:02:53.652Z | Compiling camino-tempfile v1.1.1 |
2297 | 2023-12-06T17:02:54.361Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2298 | 2023-12-06T17:02:54.507Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2299 | 2023-12-06T17:02:54.909Z | Compiling tough v0.15.0 |
2300 | 2023-12-06T17:03:00.843Z | Compiling itertools v0.12.0 |
2301 | 2023-12-06T17:03:00.908Z | Compiling bytesize v1.3.0 |
2302 | 2023-12-06T17:03:02.112Z | Compiling slog-envlogger v2.2.0 |
2303 | 2023-12-06T17:03:03.004Z | Compiling humantime v2.1.0 |
2304 | 2023-12-06T17:03:05.492Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2305 | 2023-12-06T17:03:29.939Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2306 | 2023-12-06T17:03:30.255Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2307 | 2023-12-06T17:03:41.288Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2308 | 2023-12-06T17:03:43.148Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2309 | 2023-12-06T17:04:12.476Z | Finished release [optimized] target(s) in 1m 50s |
2310 | 2023-12-06T17:04:12.566Z | |
2311 | 2023-12-06T17:04:12.566Z | real 1:50.974455681 |
2312 | 2023-12-06T17:04:12.566Z | user 11:44.764217343 |
2313 | 2023-12-06T17:04:12.566Z | sys 45.071135423 |
2314 | 2023-12-06T17:04:12.566Z | trap 0.468109380 |
2315 | 2023-12-06T17:04:12.566Z | tflt 0.224160083 |
2316 | 2023-12-06T17:04:12.566Z | dflt 0.785512641 |
2317 | 2023-12-06T17:04:12.566Z | kflt 0.000040904 |
2318 | 2023-12-06T17:04:12.566Z | lock 22:31.915269148 |
2319 | 2023-12-06T17:04:12.571Z | slp 24:17.753777140 |
2320 | 2023-12-06T17:04:12.571Z | lat 22.117311881 |
2321 | 2023-12-06T17:04:12.571Z | stop 11.475750979 |
2322 | 2023-12-06T17:04:12.571Z | + ptime -m gzip |
2323 | 2023-12-06T17:04:14.948Z | |
2324 | 2023-12-06T17:04:14.954Z | real 2.377037954 |
2325 | 2023-12-06T17:04:14.955Z | user 2.346796546 |
2326 | 2023-12-06T17:04:14.955Z | sys 0.029258051 |
2327 | 2023-12-06T17:04:14.955Z | trap 0.000419313 |
2328 | 2023-12-06T17:04:14.955Z | tflt 0.000000000 |
2329 | 2023-12-06T17:04:14.955Z | dflt 0.000000000 |
2330 | 2023-12-06T17:04:14.955Z | kflt 0.000000000 |
2331 | 2023-12-06T17:04:14.956Z | lock 0.000000000 |
2332 | 2023-12-06T17:04:14.956Z | slp 0.000000000 |
2333 | 2023-12-06T17:04:14.956Z | lat 0.000211307 |
2334 | 2023-12-06T17:04:14.956Z | stop 0.000231308 |
2335 | 2023-12-06T17:04:14.956Z | process exited: duration 1144346 ms, exit code 0 |
|
2336 | 2023-12-06T17:04:14.990Z | found 5 output files |
2337 | 2023-12-06T17:04:14.991Z | uploading: /work/end-to-end-tests/bootstrap-be9c817b94af4e8a.gz (6319419 bytes) |
2338 | 2023-12-06T17:04:17.508Z | uploaded: /work/end-to-end-tests/bootstrap-be9c817b94af4e8a.gz |
2339 | 2023-12-06T17:04:17.509Z | uploading: /work/end-to-end-tests/bootstrap.gz (95897632 bytes) |
2340 | 2023-12-06T17:04:43.279Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2341 | 2023-12-06T17:04:43.279Z | uploading: /work/end-to-end-tests/end_to_end_tests-ff923d3f5c6228d4.gz (99182359 bytes) |
2342 | 2023-12-06T17:05:24.541Z | uploaded: /work/end-to-end-tests/end_to_end_tests-ff923d3f5c6228d4.gz |
2343 | 2023-12-06T17:05:24.541Z | uploading: /work/caboose-util.gz (4091465 bytes) |
2344 | 2023-12-06T17:05:26.797Z | uploaded: /work/caboose-util.gz |
2345 | 2023-12-06T17:05:26.797Z | uploading: /work/tufaceous.gz (14958914 bytes) |
2346 | 2023-12-06T17:05:30.958Z | uploaded: /work/tufaceous.gz |