|
|
|
1 | 2024-02-28T06:37:24.399Z | job assigned to worker 01HQQ6VKPYW06BWCRP1S8ZZWTZ (queued for 1 m 1 s) |
|
2 | 2024-02-28T06:37:24.917Z | starting task 0: "setup" |
3 | 2024-02-28T06:37:25.020Z | ++ uname -s |
4 | 2024-02-28T06:37:25.028Z | + kern=SunOS |
5 | 2024-02-28T06:37:25.028Z | + case "$kern" in |
6 | 2024-02-28T06:37:25.028Z | + groupadd -g 12345 build |
7 | 2024-02-28T06:37:25.028Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-28T06:37:27.025Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-28T06:37:27.119Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-28T06:37:27.124Z | + home_fs=zfs |
11 | 2024-02-28T06:37:27.124Z | + [[ zfs == autofs ]] |
12 | 2024-02-28T06:37:27.124Z | + mkdir -p /home/build |
13 | 2024-02-28T06:37:27.124Z | + chown build:build /home/build /work |
14 | 2024-02-28T06:37:29.131Z | + chmod 0700 /home/build /work |
15 | 2024-02-28T06:37:29.141Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2024-02-28T06:37:29.171Z | starting task 1: "rust-toolchain" |
17 | 2024-02-28T06:37:29.192Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-28T06:37:29.192Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-28T06:37:29.288Z | info: downloading installer |
20 | 2024-02-28T06:37:30.453Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-28T06:37:30.453Z | warning: /opt/ooce/bin |
22 | 2024-02-28T06:37:30.453Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-28T06:37:30.453Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-28T06:37:30.453Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-28T06:37:30.453Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-28T06:37:30.453Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-28T06:37:30.453Z | error: cannot install while Rust is installed |
28 | 2024-02-28T06:37:30.453Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-28T06:37:30.544Z | info: profile set to 'default' |
30 | 2024-02-28T06:37:30.544Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-28T06:37:30.548Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-28T06:37:30.666Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-28T06:37:30.666Z | info: downloading component 'cargo' |
34 | 2024-02-28T06:37:31.292Z | info: downloading component 'clippy' |
35 | 2024-02-28T06:37:31.515Z | info: downloading component 'rust-docs' |
36 | 2024-02-28T06:37:32.297Z | info: downloading component 'rust-std' |
37 | 2024-02-28T06:37:35.032Z | info: downloading component 'rustc' |
38 | 2024-02-28T06:37:38.394Z | info: downloading component 'rustfmt' |
39 | 2024-02-28T06:37:38.586Z | info: installing component 'cargo' |
40 | 2024-02-28T06:37:39.524Z | info: installing component 'clippy' |
41 | 2024-02-28T06:37:39.998Z | info: installing component 'rust-docs' |
42 | 2024-02-28T06:37:41.448Z | info: installing component 'rust-std' |
43 | 2024-02-28T06:37:43.496Z | info: installing component 'rustc' |
44 | 2024-02-28T06:37:48.134Z | info: installing component 'rustfmt' |
45 | 2024-02-28T06:37:48.465Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-28T06:37:48.465Z | |
47 | 2024-02-28T06:37:48.738Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-28T06:37:48.738Z | |
49 | 2024-02-28T06:37:48.741Z | |
50 | 2024-02-28T06:37:48.741Z | Rust is installed now. Great! |
51 | 2024-02-28T06:37:48.741Z | |
52 | 2024-02-28T06:37:48.741Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-28T06:37:48.741Z | environment variable. This has not been done automatically. |
54 | 2024-02-28T06:37:48.741Z | |
55 | 2024-02-28T06:37:48.741Z | To configure your current shell, run: |
56 | 2024-02-28T06:37:48.741Z | source "$HOME/.cargo/env" |
57 | 2024-02-28T06:37:48.797Z | + rustc --version |
58 | 2024-02-28T06:37:48.862Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-28T06:37:48.865Z | process exited: duration 19697 ms, exit code 0 |
|
60 | 2024-02-28T06:37:48.872Z | starting task 2: "authentication" |
61 | 2024-02-28T06:37:48.898Z | process exited: duration 26 ms, exit code 0 |
|
62 | 2024-02-28T06:37:48.905Z | starting task 3: "clone repository" |
63 | 2024-02-28T06:37:48.911Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-28T06:37:48.914Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-28T06:37:49.315Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-28T06:37:55.181Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-28T06:37:55.181Z | + git fetch origin 3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 |
68 | 2024-02-28T06:37:55.504Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-28T06:37:55.504Z | * branch 3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 -> FETCH_HEAD |
70 | 2024-02-28T06:37:55.514Z | + [[ -n renovate/rayon-1.x ]] |
71 | 2024-02-28T06:37:55.517Z | ++ git branch --show-current |
72 | 2024-02-28T06:37:55.517Z | + current=main |
73 | 2024-02-28T06:37:55.517Z | + [[ main != renovate/rayon-1.x ]] |
74 | 2024-02-28T06:37:55.521Z | + git branch -f renovate/rayon-1.x 3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 |
75 | 2024-02-28T06:37:55.524Z | + git checkout -f renovate/rayon-1.x |
76 | 2024-02-28T06:37:55.637Z | Switched to branch 'renovate/rayon-1.x' |
77 | 2024-02-28T06:37:55.640Z | + git reset --hard 3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 |
78 | 2024-02-28T06:37:55.752Z | HEAD is now at 3aee7f5fb chore(deps): update rust crate rayon to 1.9 |
79 | 2024-02-28T06:37:55.755Z | process exited: duration 6847 ms, exit code 0 |
|
80 | 2024-02-28T06:37:55.762Z | starting task 4: "build" |
81 | 2024-02-28T06:37:55.767Z | + cargo --version |
82 | 2024-02-28T06:37:55.772Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-28T06:37:55.903Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-28T06:37:55.904Z | info: downloading component 'cargo' |
85 | 2024-02-28T06:37:56.554Z | info: downloading component 'clippy' |
86 | 2024-02-28T06:37:56.763Z | info: downloading component 'rust-docs' |
87 | 2024-02-28T06:37:57.559Z | info: downloading component 'rust-std' |
88 | 2024-02-28T06:37:58.743Z | info: downloading component 'rustc' |
89 | 2024-02-28T06:38:02.078Z | info: downloading component 'rustfmt' |
90 | 2024-02-28T06:38:02.265Z | info: installing component 'cargo' |
91 | 2024-02-28T06:38:03.161Z | info: installing component 'clippy' |
92 | 2024-02-28T06:38:03.502Z | info: installing component 'rust-docs' |
93 | 2024-02-28T06:38:05.068Z | info: installing component 'rust-std' |
94 | 2024-02-28T06:38:06.697Z | info: installing component 'rustc' |
95 | 2024-02-28T06:38:10.849Z | info: installing component 'rustfmt' |
96 | 2024-02-28T06:38:11.226Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-28T06:38:11.230Z | + rustc --version |
98 | 2024-02-28T06:38:11.304Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-28T06:38:11.316Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-28T06:38:24.556Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-28T06:38:25.815Z | Startup: Caching catalogs ... Done |
102 | 2024-02-28T06:38:27.419Z | Planning: Solver setup ... Done (1.272s) |
103 | 2024-02-28T06:38:27.552Z | Planning: Running solver ... Done (0.132s) |
104 | 2024-02-28T06:38:27.751Z | Planning: Finding local manifests ... Done (0.172s) |
105 | 2024-02-28T06:38:27.761Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-28T06:38:27.944Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-28T06:38:27.998Z | Planning: Package planning ... Done (0.050s) |
108 | 2024-02-28T06:38:28.046Z | Planning: Merging actions ... Done (0.050s) |
109 | 2024-02-28T06:38:29.026Z | Planning: Checking for conflicting actions ... Done (0.981s) |
110 | 2024-02-28T06:38:29.038Z | Planning: Consolidating action changes ... Done (0.012s) |
111 | 2024-02-28T06:38:33.052Z | Planning: Evaluating mediators ... Done (4.013s) |
112 | 2024-02-28T06:38:33.061Z | Planning: Planning completed in 7.19 seconds |
113 | 2024-02-28T06:38:33.076Z | Packages to install: 4 |
114 | 2024-02-28T06:38:33.076Z | Mediators to change: 2 |
115 | 2024-02-28T06:38:33.076Z | Services to change: 1 |
116 | 2024-02-28T06:38:33.076Z | Estimated space available: 148.87 GB |
117 | 2024-02-28T06:38:33.076Z | Estimated space to be consumed: 1.42 GB |
118 | 2024-02-28T06:38:33.079Z | Create boot environment: No |
119 | 2024-02-28T06:38:33.079Z | Create backup boot environment: No |
120 | 2024-02-28T06:38:33.079Z | Rebuild boot archive: No |
121 | 2024-02-28T06:38:33.079Z | |
122 | 2024-02-28T06:38:33.079Z | Changed mediators: |
123 | 2024-02-28T06:38:33.079Z | mediator clang: |
124 | 2024-02-28T06:38:33.079Z | version: None -> 15 (system default) |
125 | 2024-02-28T06:38:33.079Z | |
126 | 2024-02-28T06:38:33.079Z | mediator llvm: |
127 | 2024-02-28T06:38:33.079Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-28T06:38:33.079Z | |
129 | 2024-02-28T06:38:33.079Z | Changed packages: |
130 | 2024-02-28T06:38:33.079Z | helios-dev |
131 | 2024-02-28T06:38:33.080Z | developer/build-essential |
132 | 2024-02-28T06:38:33.080Z | None -> 11-2.0 |
133 | 2024-02-28T06:38:33.080Z | library/libxmlsec1 |
134 | 2024-02-28T06:38:33.080Z | None -> 1.2.35-2.0 |
135 | 2024-02-28T06:38:33.080Z | ooce/developer/clang-15 |
136 | 2024-02-28T06:38:33.080Z | None -> 15.0.7-2.0 |
137 | 2024-02-28T06:38:33.080Z | ooce/developer/llvm-15 |
138 | 2024-02-28T06:38:33.080Z | None -> 15.0.7-2.0 |
139 | 2024-02-28T06:38:33.080Z | |
140 | 2024-02-28T06:38:33.080Z | Services: |
141 | 2024-02-28T06:38:33.080Z | restart_fmri: |
142 | 2024-02-28T06:38:33.080Z | svc:/system/update-man-index:default |
143 | 2024-02-28T06:38:33.278Z | |
144 | 2024-02-28T06:38:33.278Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-28T06:38:38.281Z | Download: 789/3290 items 18.6/212.6MB 8% complete (3.8M/s) |
146 | 2024-02-28T06:38:43.347Z | Download: 1192/3290 items 63.8/212.6MB 30% complete (6.4M/s) |
147 | 2024-02-28T06:38:48.348Z | Download: 1335/3290 items 116.7/212.6MB 54% complete (9.8M/s) |
148 | 2024-02-28T06:38:53.363Z | Download: 2195/3290 items 119.2/212.6MB 56% complete (5.7M/s) |
149 | 2024-02-28T06:38:58.362Z | Download: 2561/3290 items 120.4/212.6MB 56% complete (541k/s) |
150 | 2024-02-28T06:39:03.380Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
151 | 2024-02-28T06:39:04.630Z | Download: Completed 212.60 MB in 31.35 seconds (6.8M/s) |
152 | 2024-02-28T06:39:04.868Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-28T06:39:09.954Z | Actions: 3543/3689 actions (Installing new actions) |
154 | 2024-02-28T06:39:10.463Z | Actions: Completed 3689 actions in 5.59 seconds. |
155 | 2024-02-28T06:39:10.559Z | Done (0.092s) |
156 | 2024-02-28T06:39:10.559Z | Done (0.000s) |
157 | 2024-02-28T06:39:10.792Z | Done (0.232s) |
158 | 2024-02-28T06:39:16.847Z | Done (5.929s) |
159 | 2024-02-28T06:39:17.061Z | Done (0.138s) |
160 | 2024-02-28T06:39:17.065Z | Done (0.000s) |
161 | 2024-02-28T06:39:17.221Z | Done (0.000s) |
162 | 2024-02-28T06:39:17.746Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-28T06:39:17.908Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-28T06:39:17.911Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-28T06:39:18.182Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-28T06:39:18.185Z | Planning: Planning completed in 0.43 seconds |
167 | 2024-02-28T06:39:18.212Z | Mediators to change: 2 |
168 | 2024-02-28T06:39:18.212Z | Create boot environment: No |
169 | 2024-02-28T06:39:18.215Z | Create backup boot environment: No |
170 | 2024-02-28T06:39:18.286Z | Done |
171 | 2024-02-28T06:39:18.287Z | Done |
172 | 2024-02-28T06:39:18.422Z | Done |
173 | 2024-02-28T06:39:22.291Z | Done |
174 | 2024-02-28T06:39:22.382Z | Done |
175 | 2024-02-28T06:39:22.385Z | Done |
176 | 2024-02-28T06:39:22.490Z | Done |
177 | 2024-02-28T06:39:23.164Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-28T06:39:23.167Z | Planning: Merging actions ... Done |
179 | 2024-02-28T06:39:23.356Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-28T06:39:23.360Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-28T06:39:23.627Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-28T06:39:23.684Z | Planning: Planning completed in 0.80 seconds |
183 | 2024-02-28T06:39:23.721Z | Packages to change: 1 |
184 | 2024-02-28T06:39:23.721Z | Mediators to change: 1 |
185 | 2024-02-28T06:39:23.724Z | Services to change: 1 |
186 | 2024-02-28T06:39:23.724Z | Create boot environment: No |
187 | 2024-02-28T06:39:23.724Z | Create backup boot environment: Yes |
188 | 2024-02-28T06:39:25.633Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-28T06:39:25.662Z | Actions: Completed 6 actions in 0.03 seconds. |
190 | 2024-02-28T06:39:25.666Z | Done |
191 | 2024-02-28T06:39:25.666Z | Done |
192 | 2024-02-28T06:39:25.712Z | Done |
193 | 2024-02-28T06:39:29.593Z | Done |
194 | 2024-02-28T06:39:29.687Z | Done |
195 | 2024-02-28T06:39:29.690Z | Done |
196 | 2024-02-28T06:39:29.798Z | Done |
197 | 2024-02-28T06:39:30.250Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-28T06:39:30.250Z | clang system 15 system |
199 | 2024-02-28T06:39:30.250Z | csh system system illumos |
200 | 2024-02-28T06:39:30.250Z | ctags system system illumos |
201 | 2024-02-28T06:39:30.250Z | gcc vendor 12 vendor |
202 | 2024-02-28T06:39:30.250Z | gcc system 10 system |
203 | 2024-02-28T06:39:30.250Z | gcc system 7 system |
204 | 2024-02-28T06:39:30.250Z | go system 1.20 system |
205 | 2024-02-28T06:39:30.250Z | go system 1.19 system |
206 | 2024-02-28T06:39:30.250Z | llvm system 15 system |
207 | 2024-02-28T06:39:30.250Z | llvm system 14 system |
208 | 2024-02-28T06:39:30.250Z | mariadb system 10.6 system |
209 | 2024-02-28T06:39:30.250Z | mta vendor vendor dma |
210 | 2024-02-28T06:39:30.250Z | openjdk system 17 system |
211 | 2024-02-28T06:39:30.250Z | openjdk system 11 system |
212 | 2024-02-28T06:39:30.250Z | openjdk system 1.8 system |
213 | 2024-02-28T06:39:30.250Z | openssl vendor 3 vendor |
214 | 2024-02-28T06:39:30.251Z | perl system 5.36 system |
215 | 2024-02-28T06:39:30.251Z | postgresql system 15 system |
216 | 2024-02-28T06:39:30.251Z | postgresql system 13 system |
217 | 2024-02-28T06:39:30.251Z | python vendor 3 vendor |
218 | 2024-02-28T06:39:30.251Z | python system 2 system |
219 | 2024-02-28T06:39:30.251Z | python3 system 3.11 system |
220 | 2024-02-28T06:39:30.251Z | ruby system 3.0 system |
221 | 2024-02-28T06:39:30.251Z | words vendor vendor american-english |
222 | 2024-02-28T06:39:30.251Z | words system system australian-english |
223 | 2024-02-28T06:39:30.251Z | words system system british-english |
224 | 2024-02-28T06:39:30.251Z | words system system canadian-english |
225 | 2024-02-28T06:39:30.251Z | words system system french |
226 | 2024-02-28T06:39:30.251Z | words system system italian |
227 | 2024-02-28T06:39:30.251Z | words system system ngerman |
228 | 2024-02-28T06:39:30.251Z | words system system ogerman |
229 | 2024-02-28T06:39:30.251Z | words system system spanish |
230 | 2024-02-28T06:39:30.586Z | FMRI IFO |
231 | 2024-02-28T06:39:30.586Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-28T06:39:30.587Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-28T06:39:30.587Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-28T06:39:30.587Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-28T06:39:30.587Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-28T06:39:30.587Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-28T06:39:30.587Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-28T06:39:30.587Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-28T06:39:30.646Z | + set -o errexit |
240 | 2024-02-28T06:39:30.649Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-28T06:39:30.660Z | ++ cd ./tools |
242 | 2024-02-28T06:39:30.660Z | ++ pwd |
243 | 2024-02-28T06:39:30.660Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-28T06:39:30.660Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-28T06:39:30.660Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-28T06:39:30.660Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-28T06:39:30.660Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-28T06:39:30.660Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-28T06:39:30.660Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-28T06:39:30.660Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-28T06:39:30.660Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-28T06:39:30.660Z | + TARGET_DIR=out |
253 | 2024-02-28T06:39:30.660Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-28T06:39:30.660Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-28T06:39:30.660Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-28T06:39:30.661Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-28T06:39:30.661Z | + main |
258 | 2024-02-28T06:39:30.661Z | + [[ 0 != 0 ]] |
259 | 2024-02-28T06:39:30.661Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-28T06:39:30.661Z | + [[ 0 != 0 ]] |
261 | 2024-02-28T06:39:30.661Z | + configure_os solaris2.11 |
262 | 2024-02-28T06:39:30.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-28T06:39:30.661Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-28T06:39:30.661Z | configuring based on OS: "solaris2.11" |
265 | 2024-02-28T06:39:30.661Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-02-28T06:39:30.661Z | + case "$1" in |
267 | 2024-02-28T06:39:30.661Z | + CIDL_BUILD=illumos |
268 | 2024-02-28T06:39:30.661Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-28T06:39:30.661Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-28T06:39:30.661Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-28T06:39:30.661Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-28T06:39:30.661Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-28T06:39:30.661Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-28T06:39:30.661Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-28T06:39:30.662Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-28T06:39:30.662Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-28T06:39:30.662Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-28T06:39:30.662Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-28T06:39:30.662Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-28T06:39:30.662Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-28T06:39:30.662Z | + mkdir -p out/downloads |
282 | 2024-02-28T06:39:30.662Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-28T06:39:30.662Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-28T06:39:30.666Z | + local DO_DOWNLOAD=true |
285 | 2024-02-28T06:39:30.666Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-28T06:39:30.666Z | + '[' true == true ']' |
287 | 2024-02-28T06:39:30.666Z | + echo Downloading... |
288 | 2024-02-28T06:39:30.666Z | Downloading... |
289 | 2024-02-28T06:39:30.666Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-28T06:39:30.666Z | + 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 |
291 | 2024-02-28T06:39:36.823Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-28T06:39:36.826Z | ++ sha256sum |
293 | 2024-02-28T06:39:36.826Z | ++ awk '{print $1}' |
294 | 2024-02-28T06:39:36.918Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-28T06:39:36.918Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
296 | 2024-02-28T06:39:36.918Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-28T06:39:36.921Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-28T06:39:39.083Z | + do_assemble_illumos |
299 | 2024-02-28T06:39:39.083Z | + rm -r ./out/cockroachdb |
300 | 2024-02-28T06:39:39.087Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-28T06:39:39.482Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-28T06:39:39.705Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-28T06:39:39.705Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-28T06:39:39.705Z | Distribution: OSS |
305 | 2024-02-28T06:39:39.705Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-28T06:39:39.705Z | Go Version: go1.17.13 |
307 | 2024-02-28T06:39:39.705Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-28T06:39:39.705Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-28T06:39:39.705Z | Build Type: release |
310 | 2024-02-28T06:39:39.725Z | + set -o errexit |
311 | 2024-02-28T06:39:39.728Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-28T06:39:39.731Z | ++ cd ./tools |
313 | 2024-02-28T06:39:39.731Z | ++ pwd |
314 | 2024-02-28T06:39:39.731Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-28T06:39:39.731Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-28T06:39:39.734Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-28T06:39:39.735Z | + TARGET_DIR=out |
318 | 2024-02-28T06:39:39.735Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-28T06:39:39.735Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-28T06:39:39.735Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-28T06:39:39.735Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-28T06:39:39.735Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-28T06:39:39.735Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-28T06:39:39.735Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-28T06:39:39.735Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-28T06:39:39.735Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-28T06:39:39.738Z | + main |
328 | 2024-02-28T06:39:39.738Z | + [[ 0 != 0 ]] |
329 | 2024-02-28T06:39:39.738Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-28T06:39:39.739Z | + [[ 0 != 0 ]] |
331 | 2024-02-28T06:39:39.739Z | + configure_os solaris2.11 |
332 | 2024-02-28T06:39:39.739Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-28T06:39:39.739Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-28T06:39:39.739Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-28T06:39:39.739Z | + CIDL_DASHREV= |
336 | 2024-02-28T06:39:39.739Z | + case "$1" in |
337 | 2024-02-28T06:39:39.739Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-28T06:39:39.739Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-28T06:39:39.739Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-28T06:39:39.739Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-28T06:39:39.739Z | + CIDL_DASHREV=-1 |
342 | 2024-02-28T06:39:39.739Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-28T06:39:39.739Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-28T06:39:39.739Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-28T06:39:39.739Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-28T06:39:39.739Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-28T06:39:39.739Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-28T06:39:39.739Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-28T06:39:39.739Z | + mkdir -p out/downloads |
350 | 2024-02-28T06:39:39.739Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-28T06:39:39.739Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-28T06:39:39.743Z | + local DO_DOWNLOAD=true |
353 | 2024-02-28T06:39:39.743Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-28T06:39:39.743Z | + '[' true == true ']' |
355 | 2024-02-28T06:39:39.743Z | + echo Downloading... |
356 | 2024-02-28T06:39:39.743Z | + 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 |
357 | 2024-02-28T06:39:39.743Z | Downloading... |
358 | 2024-02-28T06:39:39.743Z | + 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 |
359 | 2024-02-28T06:39:41.471Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-28T06:39:41.475Z | ++ md5sum |
361 | 2024-02-28T06:39:41.475Z | ++ awk '{print $1}' |
362 | 2024-02-28T06:39:41.653Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-28T06:39:41.653Z | + [[ 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 ]] |
364 | 2024-02-28T06:39:41.656Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-28T06:39:41.656Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-28T06:39:41.656Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-28T06:39:44.780Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-28T06:39:44.819Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-28T06:39:44.835Z | + set -o errexit |
370 | 2024-02-28T06:39:44.839Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-28T06:39:44.842Z | ++ cd ./tools |
372 | 2024-02-28T06:39:44.842Z | ++ pwd |
373 | 2024-02-28T06:39:44.842Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-28T06:39:44.842Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-28T06:39:44.842Z | + ARG0=ci_download_console |
376 | 2024-02-28T06:39:44.842Z | + TARGET_DIR=out |
377 | 2024-02-28T06:39:44.842Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-28T06:39:44.842Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-28T06:39:44.842Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-28T06:39:44.842Z | ++ COMMIT=e991ec5cf148d83f135b6a692dca9b8df05acef0 |
381 | 2024-02-28T06:39:44.842Z | ++ SHA2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
382 | 2024-02-28T06:39:44.845Z | + URL=https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
383 | 2024-02-28T06:39:44.845Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-28T06:39:44.846Z | + main |
385 | 2024-02-28T06:39:44.846Z | + [[ 0 != 0 ]] |
386 | 2024-02-28T06:39:44.846Z | + echo 'URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz' |
387 | 2024-02-28T06:39:44.846Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2024-02-28T06:39:44.846Z | URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
389 | 2024-02-28T06:39:44.846Z | Local file: out/downloads/console.tar.gz |
390 | 2024-02-28T06:39:44.846Z | + local DO_DOWNLOAD=true |
391 | 2024-02-28T06:39:44.846Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-28T06:39:44.846Z | + mkdir -p out/downloads |
393 | 2024-02-28T06:39:44.846Z | + '[' true == true ']' |
394 | 2024-02-28T06:39:44.846Z | + echo Downloading... |
395 | 2024-02-28T06:39:44.846Z | Downloading... |
396 | 2024-02-28T06:39:44.846Z | + do_download_curl https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-28T06:39:44.846Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
398 | 2024-02-28T06:39:45.376Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-28T06:39:45.383Z | ++ case "$OSTYPE" in |
400 | 2024-02-28T06:39:45.383Z | ++ SHA=sha256sum |
401 | 2024-02-28T06:39:45.383Z | ++ sha256sum |
402 | 2024-02-28T06:39:45.383Z | ++ awk '{print $1}' |
403 | 2024-02-28T06:39:45.391Z | + calculated_sha2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
404 | 2024-02-28T06:39:45.391Z | + [[ 18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 != \1\8\d\5\3\e\4\4\8\5\e\6\3\d\9\e\2\2\7\3\a\8\8\9\e\7\0\7\8\5\6\4\8\0\5\2\e\8\a\2\3\1\d\f\8\9\f\3\b\c\b\c\2\e\d\0\1\a\0\e\e\e\b\1 ]] |
405 | 2024-02-28T06:39:45.391Z | + rm -rf ./out/console-assets |
406 | 2024-02-28T06:39:45.391Z | + mkdir -p ./out/console-assets |
407 | 2024-02-28T06:39:45.392Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-28T06:39:45.392Z | + mkdir -p ./out/console-assets |
409 | 2024-02-28T06:39:45.392Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-28T06:39:45.482Z | + set -o errexit |
411 | 2024-02-28T06:39:45.485Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-28T06:39:45.485Z | ++ cd ./tools |
413 | 2024-02-28T06:39:45.489Z | ++ pwd |
414 | 2024-02-28T06:39:45.489Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-28T06:39:45.489Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-28T06:39:45.489Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-28T06:39:45.489Z | + TARGET_DIR=out |
418 | 2024-02-28T06:39:45.489Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-28T06:39:45.489Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-28T06:39:45.489Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
421 | 2024-02-28T06:39:45.489Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-28T06:39:45.489Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
423 | 2024-02-28T06:39:45.489Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
424 | 2024-02-28T06:39:45.489Z | + main |
425 | 2024-02-28T06:39:45.489Z | + [[ 0 != 0 ]] |
426 | 2024-02-28T06:39:45.489Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
427 | 2024-02-28T06:39:45.492Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
428 | 2024-02-28T06:39:45.492Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
429 | 2024-02-28T06:39:45.493Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
430 | 2024-02-28T06:39:45.493Z | + local DO_DOWNLOAD=true |
431 | 2024-02-28T06:39:45.493Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
432 | 2024-02-28T06:39:45.493Z | + mkdir -p out/downloads |
433 | 2024-02-28T06:39:45.493Z | + '[' true == true ']' |
434 | 2024-02-28T06:39:45.493Z | + echo Downloading... |
435 | 2024-02-28T06:39:45.493Z | Downloading... |
436 | 2024-02-28T06:39:45.493Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
437 | 2024-02-28T06:39:45.493Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
438 | 2024-02-28T06:39:45.741Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
439 | 2024-02-28T06:39:45.741Z | ++ case "$OSTYPE" in |
440 | 2024-02-28T06:39:45.744Z | ++ SHA=sha256sum |
441 | 2024-02-28T06:39:45.745Z | ++ sha256sum |
442 | 2024-02-28T06:39:45.745Z | ++ awk '{print $1}' |
443 | 2024-02-28T06:39:45.750Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-28T06:39:45.750Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-02-28T06:39:45.750Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-28T06:39:45.750Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
447 | 2024-02-28T06:39:45.750Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-28T06:39:45.750Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
449 | 2024-02-28T06:39:45.750Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
450 | 2024-02-28T06:39:45.750Z | + main |
451 | 2024-02-28T06:39:45.750Z | + [[ 0 != 0 ]] |
452 | 2024-02-28T06:39:45.750Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
453 | 2024-02-28T06:39:45.751Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
454 | 2024-02-28T06:39:45.751Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
455 | 2024-02-28T06:39:45.751Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
456 | 2024-02-28T06:39:45.751Z | + local DO_DOWNLOAD=true |
457 | 2024-02-28T06:39:45.751Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
458 | 2024-02-28T06:39:45.751Z | + mkdir -p out/downloads |
459 | 2024-02-28T06:39:45.755Z | + '[' true == true ']' |
460 | 2024-02-28T06:39:45.755Z | + echo Downloading... |
461 | 2024-02-28T06:39:45.755Z | Downloading... |
462 | 2024-02-28T06:39:45.755Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
463 | 2024-02-28T06:39:45.755Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
464 | 2024-02-28T06:39:45.997Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
465 | 2024-02-28T06:39:46.005Z | ++ case "$OSTYPE" in |
466 | 2024-02-28T06:39:46.005Z | ++ SHA=sha256sum |
467 | 2024-02-28T06:39:46.006Z | ++ sha256sum |
468 | 2024-02-28T06:39:46.006Z | ++ awk '{print $1}' |
469 | 2024-02-28T06:39:46.006Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-28T06:39:46.006Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-02-28T06:39:46.014Z | + set -o errexit |
472 | 2024-02-28T06:39:46.028Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-28T06:39:46.029Z | ++ cd ./tools |
474 | 2024-02-28T06:39:46.029Z | ++ pwd |
475 | 2024-02-28T06:39:46.029Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-28T06:39:46.030Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-28T06:39:46.030Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-28T06:39:46.030Z | + TARGET_DIR=out |
479 | 2024-02-28T06:39:46.030Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-28T06:39:46.031Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-28T06:39:46.031Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-02-28T06:39:46.031Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-28T06:39:46.032Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-02-28T06:39:46.032Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-02-28T06:39:46.032Z | + main |
486 | 2024-02-28T06:39:46.032Z | + [[ 0 != 0 ]] |
487 | 2024-02-28T06:39:46.033Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-02-28T06:39:46.033Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-28T06:39:46.033Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
490 | 2024-02-28T06:39:46.033Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
491 | 2024-02-28T06:39:46.033Z | + local DO_DOWNLOAD=true |
492 | 2024-02-28T06:39:46.034Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-02-28T06:39:46.034Z | + mkdir -p out/downloads |
494 | 2024-02-28T06:39:46.034Z | + '[' true == true ']' |
495 | 2024-02-28T06:39:46.034Z | + echo Downloading... |
496 | 2024-02-28T06:39:46.034Z | Downloading... |
497 | 2024-02-28T06:39:46.035Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-28T06:39:46.035Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
499 | 2024-02-28T06:39:46.229Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-28T06:39:46.229Z | ++ case "$OSTYPE" in |
501 | 2024-02-28T06:39:46.237Z | ++ SHA=sha256sum |
502 | 2024-02-28T06:39:46.237Z | ++ sha256sum |
503 | 2024-02-28T06:39:46.237Z | ++ awk '{print $1}' |
504 | 2024-02-28T06:39:46.237Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-28T06:39:46.237Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
506 | 2024-02-28T06:39:46.245Z | + set -o errexit |
507 | 2024-02-28T06:39:46.245Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-28T06:39:46.245Z | ++ cd ./tools |
509 | 2024-02-28T06:39:46.246Z | ++ pwd |
510 | 2024-02-28T06:39:46.256Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-28T06:39:46.256Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-28T06:39:46.256Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-28T06:39:46.256Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-28T06:39:46.256Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-02-28T06:39:46.257Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-02-28T06:39:46.257Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-28T06:39:46.257Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-28T06:39:46.257Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-28T06:39:46.258Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-28T06:39:46.258Z | + TARGET_DIR=out |
521 | 2024-02-28T06:39:46.258Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-28T06:39:46.258Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-28T06:39:46.258Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-28T06:39:46.258Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-28T06:39:46.259Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-28T06:39:46.259Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-28T06:39:46.259Z | + main |
528 | 2024-02-28T06:39:46.259Z | + [[ 0 != 0 ]] |
529 | 2024-02-28T06:39:46.259Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-28T06:39:46.260Z | + [[ 0 != 0 ]] |
531 | 2024-02-28T06:39:46.260Z | + configure_os solaris2.11 |
532 | 2024-02-28T06:39:46.260Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-28T06:39:46.262Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-02-28T06:39:46.262Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-02-28T06:39:46.262Z | configuring based on OS: "solaris2.11" |
536 | 2024-02-28T06:39:46.262Z | + case "$1" in |
537 | 2024-02-28T06:39:46.263Z | + SET_BINARIES= |
538 | 2024-02-28T06:39:46.263Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
539 | 2024-02-28T06:39:46.263Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-28T06:39:46.263Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-28T06:39:46.263Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
542 | 2024-02-28T06:39:46.263Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-28T06:39:46.264Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
544 | 2024-02-28T06:39:46.264Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-02-28T06:39:46.264Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-02-28T06:39:46.264Z | + mkdir -p out/downloads |
547 | 2024-02-28T06:39:46.264Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-28T06:39:46.265Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-28T06:39:46.277Z | + fetch_and_verify |
550 | 2024-02-28T06:39:46.277Z | + local DO_DOWNLOAD=true |
551 | 2024-02-28T06:39:46.277Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-28T06:39:46.278Z | + '[' true == true ']' |
553 | 2024-02-28T06:39:46.278Z | + echo Downloading... |
554 | 2024-02-28T06:39:46.278Z | Downloading... |
555 | 2024-02-28T06:39:46.278Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-28T06:39:46.278Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
557 | 2024-02-28T06:39:56.143Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-28T06:39:56.146Z | ++ sha256sum |
559 | 2024-02-28T06:39:56.146Z | ++ awk '{print $1}' |
560 | 2024-02-28T06:39:56.163Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-28T06:39:56.166Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
562 | 2024-02-28T06:39:56.166Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-28T06:39:56.166Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-28T06:39:56.845Z | + do_assemble |
565 | 2024-02-28T06:39:56.845Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-28T06:39:56.849Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-28T06:39:56.852Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-28T06:39:56.953Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-28T06:39:56.971Z | + set -o errexit |
570 | 2024-02-28T06:39:56.971Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-28T06:39:56.971Z | ++ cd ./tools |
572 | 2024-02-28T06:39:56.971Z | ++ pwd |
573 | 2024-02-28T06:39:56.971Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-28T06:39:56.971Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-28T06:39:56.991Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-28T06:39:56.991Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-28T06:39:56.992Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
578 | 2024-02-28T06:39:56.992Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
579 | 2024-02-28T06:39:56.992Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-28T06:39:56.992Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
581 | 2024-02-28T06:39:56.992Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-28T06:39:56.992Z | + TARGET_DIR=out |
583 | 2024-02-28T06:39:56.992Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-28T06:39:56.993Z | + DEST_DIR=./out/mgd |
585 | 2024-02-28T06:39:56.993Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-28T06:39:56.993Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-28T06:39:56.993Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-28T06:39:56.993Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
589 | 2024-02-28T06:39:56.993Z | + main |
590 | 2024-02-28T06:39:56.993Z | + [[ 0 != 0 ]] |
591 | 2024-02-28T06:39:56.994Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-28T06:39:56.994Z | + [[ 0 != 0 ]] |
593 | 2024-02-28T06:39:56.994Z | + configure_os solaris2.11 |
594 | 2024-02-28T06:39:56.994Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-28T06:39:56.994Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-28T06:39:56.994Z | + case "$1" in |
597 | 2024-02-28T06:39:56.994Z | + SET_BINARIES= |
598 | 2024-02-28T06:39:56.995Z | + CIDL_SHA256FUNC=do_sha256sum |
599 | 2024-02-28T06:39:56.995Z | + TARBALL_FILENAME=mgd.tar.gz |
600 | 2024-02-28T06:39:56.995Z | current directory: /work/oxidecomputer/omicron |
601 | 2024-02-28T06:39:56.995Z | configuring based on OS: "solaris2.11" |
602 | 2024-02-28T06:39:56.995Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
603 | 2024-02-28T06:39:56.995Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-28T06:39:56.995Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
605 | 2024-02-28T06:39:56.995Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2024-02-28T06:39:56.996Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
607 | 2024-02-28T06:39:56.996Z | + mkdir -p out/downloads |
608 | 2024-02-28T06:39:56.996Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-02-28T06:39:56.996Z | + mkdir -p ./out/mgd |
610 | 2024-02-28T06:39:56.996Z | + fetch_and_verify |
611 | 2024-02-28T06:39:56.996Z | + local DO_DOWNLOAD=true |
612 | 2024-02-28T06:39:56.996Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-28T06:39:56.996Z | + '[' true == true ']' |
614 | 2024-02-28T06:39:56.996Z | + echo Downloading... |
615 | 2024-02-28T06:39:56.996Z | Downloading... |
616 | 2024-02-28T06:39:56.997Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-28T06:39:56.997Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
618 | 2024-02-28T06:40:02.879Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-28T06:40:02.888Z | ++ sha256sum |
620 | 2024-02-28T06:40:02.888Z | ++ awk '{print $1}' |
621 | 2024-02-28T06:40:02.912Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
622 | 2024-02-28T06:40:02.934Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
623 | 2024-02-28T06:40:02.934Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-28T06:40:02.934Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-28T06:40:03.346Z | + do_assemble |
626 | 2024-02-28T06:40:03.346Z | + rm -r ./out/mgd |
627 | 2024-02-28T06:40:03.353Z | + mkdir ./out/mgd |
628 | 2024-02-28T06:40:03.353Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-28T06:40:03.495Z | + set -o errexit |
630 | 2024-02-28T06:40:03.498Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-28T06:40:03.498Z | ++ cd ./tools |
632 | 2024-02-28T06:40:03.498Z | ++ pwd |
633 | 2024-02-28T06:40:03.498Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-28T06:40:03.498Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-28T06:40:03.502Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-28T06:40:03.503Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-28T06:40:03.503Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-28T06:40:03.503Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-28T06:40:03.503Z | + TARGET_DIR=out |
640 | 2024-02-28T06:40:03.503Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-28T06:40:03.503Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-28T06:40:03.503Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-28T06:40:03.503Z | + BINARY=xcvradm |
644 | 2024-02-28T06:40:03.503Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-28T06:40:03.503Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-28T06:40:03.503Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-28T06:40:03.503Z | + main |
648 | 2024-02-28T06:40:03.503Z | + [[ 0 != 0 ]] |
649 | 2024-02-28T06:40:03.503Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-28T06:40:03.503Z | + [[ 0 != 0 ]] |
651 | 2024-02-28T06:40:03.503Z | + configure_os solaris2.11 |
652 | 2024-02-28T06:40:03.503Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-28T06:40:03.503Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-28T06:40:03.503Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-28T06:40:03.503Z | + case "$1" in |
656 | 2024-02-28T06:40:03.503Z | + SET_BINARIES= |
657 | 2024-02-28T06:40:03.503Z | configuring based on OS: "solaris2.11" |
658 | 2024-02-28T06:40:03.504Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-28T06:40:03.504Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-28T06:40:03.504Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-28T06:40:03.504Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-28T06:40:03.504Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-28T06:40:03.504Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-28T06:40:03.504Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-28T06:40:03.504Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-28T06:40:03.504Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-28T06:40:03.504Z | + mkdir -p out/downloads |
668 | 2024-02-28T06:40:03.504Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-28T06:40:03.508Z | + fetch_and_verify |
670 | 2024-02-28T06:40:03.508Z | + local DO_DOWNLOAD=true |
671 | 2024-02-28T06:40:03.508Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-28T06:40:03.508Z | + '[' true == true ']' |
673 | 2024-02-28T06:40:03.508Z | + echo Downloading... |
674 | 2024-02-28T06:40:03.508Z | Downloading... |
675 | 2024-02-28T06:40:03.508Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-28T06:40:03.508Z | + 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 |
677 | 2024-02-28T06:40:05.396Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-28T06:40:05.399Z | ++ sha256sum |
679 | 2024-02-28T06:40:05.399Z | ++ awk '{print $1}' |
680 | 2024-02-28T06:40:05.405Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-28T06:40:05.405Z | + [[ 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 ]] |
682 | 2024-02-28T06:40:05.422Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-28T06:40:05.422Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-28T06:40:05.422Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-28T06:40:05.526Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-28T06:40:05.530Z | + do_assemble |
687 | 2024-02-28T06:40:05.530Z | + rm -r ./out/transceiver-control |
688 | 2024-02-28T06:40:05.533Z | + mkdir ./out/transceiver-control |
689 | 2024-02-28T06:40:05.533Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-28T06:40:05.688Z | All prerequisites installed successfully |
691 | 2024-02-28T06:40:05.692Z | |
692 | 2024-02-28T06:40:05.692Z | real 1:54.280721689 |
693 | 2024-02-28T06:40:05.692Z | user 35.365032035 |
694 | 2024-02-28T06:40:05.692Z | sys 6.684476744 |
695 | 2024-02-28T06:40:05.692Z | trap 0.008169686 |
696 | 2024-02-28T06:40:05.692Z | tflt 0.210587330 |
697 | 2024-02-28T06:40:05.692Z | dflt 0.601394798 |
698 | 2024-02-28T06:40:05.692Z | kflt 0.229437899 |
699 | 2024-02-28T06:40:05.692Z | lock 1.566624561 |
700 | 2024-02-28T06:40:05.692Z | slp 3:46.777838923 |
701 | 2024-02-28T06:40:05.692Z | lat 1.864647020 |
702 | 2024-02-28T06:40:05.692Z | stop 0.143110574 |
703 | 2024-02-28T06:40:05.692Z | + banner end-to-end-tests |
704 | 2024-02-28T06:40:05.720Z | |
705 | 2024-02-28T06:40:05.720Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-02-28T06:40:05.720Z | # ## # # # # # # # ## # # # |
707 | 2024-02-28T06:40:05.720Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-02-28T06:40:05.720Z | # # # # # # # # # # # # # # # |
709 | 2024-02-28T06:40:05.721Z | # # ## # # # # # # # ## # # |
710 | 2024-02-28T06:40:05.721Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-02-28T06:40:05.721Z | |
712 | 2024-02-28T06:40:05.724Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-28T06:40:05.724Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-28T06:40:05.725Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-28T06:40:05.725Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-28T06:40:05.725Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-28T06:40:05.725Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-28T06:40:05.725Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-02-28T06:40:05.943Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-28T06:40:06.266Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-28T06:40:06.619Z | Updating crates.io index |
722 | 2024-02-28T06:40:06.804Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-28T06:40:07.666Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-28T06:40:09.519Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-28T06:40:10.041Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-28T06:40:10.372Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-28T06:40:10.623Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-28T06:40:10.923Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-28T06:40:11.802Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-28T06:40:13.992Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-28T06:40:14.998Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-28T06:40:15.286Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-28T06:40:15.779Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-28T06:40:17.113Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-28T06:40:17.431Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-28T06:40:17.719Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-28T06:40:18.262Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-28T06:40:19.215Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-28T06:40:19.494Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-28T06:40:19.977Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-28T06:40:20.368Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-28T06:40:20.665Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-28T06:40:21.702Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-28T06:40:22.056Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-28T06:40:23.309Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-28T06:40:23.682Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-28T06:40:23.969Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-28T06:40:25.296Z | Downloading crates ... |
749 | 2024-02-28T06:40:25.615Z | Downloaded base64ct v1.6.0 |
750 | 2024-02-28T06:40:25.621Z | Downloaded colored v2.0.4 |
751 | 2024-02-28T06:40:25.625Z | Downloaded dtrace-parser v0.2.0 |
752 | 2024-02-28T06:40:25.629Z | Downloaded new_debug_unreachable v1.0.4 |
753 | 2024-02-28T06:40:25.631Z | Downloaded dtrace-parser v0.1.14 |
754 | 2024-02-28T06:40:25.634Z | Downloaded cipher v0.4.4 |
755 | 2024-02-28T06:40:25.637Z | Downloaded lru-cache v0.1.2 |
756 | 2024-02-28T06:40:25.641Z | Downloaded normalize-line-endings v0.3.0 |
757 | 2024-02-28T06:40:25.641Z | Downloaded darling_macro v0.20.3 |
758 | 2024-02-28T06:40:25.647Z | Downloaded curve25519-dalek-derive v0.1.0 |
759 | 2024-02-28T06:40:25.650Z | Downloaded convert_case v0.4.0 |
760 | 2024-02-28T06:40:25.650Z | Downloaded version_check v0.9.4 |
761 | 2024-02-28T06:40:25.650Z | Downloaded newtype-uuid v1.0.1 |
762 | 2024-02-28T06:40:25.653Z | Downloaded either v1.10.0 |
763 | 2024-02-28T06:40:25.656Z | Downloaded pem-rfc7468 v0.7.0 |
764 | 2024-02-28T06:40:25.659Z | Downloaded defmt v0.3.5 |
765 | 2024-02-28T06:40:25.662Z | Downloaded newtype_derive v0.1.6 |
766 | 2024-02-28T06:40:25.665Z | Downloaded console v0.15.8 |
767 | 2024-02-28T06:40:25.670Z | Downloaded crossbeam-utils v0.8.16 |
768 | 2024-02-28T06:40:25.674Z | Downloaded defmt-parser v0.3.3 |
769 | 2024-02-28T06:40:25.678Z | Downloaded zerocopy v0.6.4 |
770 | 2024-02-28T06:40:25.682Z | Downloaded phf_shared v0.10.0 |
771 | 2024-02-28T06:40:25.685Z | Downloaded strum v0.25.0 |
772 | 2024-02-28T06:40:25.688Z | Downloaded diesel_table_macro_syntax v0.1.0 |
773 | 2024-02-28T06:40:25.688Z | Downloaded debug-ignore v1.0.5 |
774 | 2024-02-28T06:40:25.694Z | Downloaded zone v0.3.0 |
775 | 2024-02-28T06:40:26.107Z | Downloaded atty v0.2.14 |
776 | 2024-02-28T06:40:26.107Z | Downloaded float-cmp v0.9.0 |
777 | 2024-02-28T06:40:26.108Z | Downloaded predicates v3.1.0 |
778 | 2024-02-28T06:40:26.115Z | Downloaded polyval v0.6.1 |
779 | 2024-02-28T06:40:26.115Z | Downloaded fnv v1.0.7 |
780 | 2024-02-28T06:40:26.115Z | Downloaded predicates-core v1.0.6 |
781 | 2024-02-28T06:40:26.115Z | Downloaded blowfish v0.9.1 |
782 | 2024-02-28T06:40:26.115Z | Downloaded lazy_static v1.4.0 |
783 | 2024-02-28T06:40:26.115Z | Downloaded form_urlencoded v1.2.1 |
784 | 2024-02-28T06:40:26.115Z | Downloaded libefi-sys v0.1.0 |
785 | 2024-02-28T06:40:26.115Z | Downloaded colorchoice v1.0.0 |
786 | 2024-02-28T06:40:26.115Z | Downloaded chacha20 v0.9.1 |
787 | 2024-02-28T06:40:26.115Z | Downloaded parse-display v0.9.0 |
788 | 2024-02-28T06:40:26.115Z | Downloaded hash32 v0.3.1 |
789 | 2024-02-28T06:40:26.115Z | Downloaded cancel-safe-futures v0.1.5 |
790 | 2024-02-28T06:40:26.115Z | Downloaded crossbeam-deque v0.8.3 |
791 | 2024-02-28T06:40:26.115Z | Downloaded thiserror-impl v1.0.57 |
792 | 2024-02-28T06:40:26.115Z | Downloaded heck v0.4.1 |
793 | 2024-02-28T06:40:26.115Z | Downloaded postgres-types v0.2.6 |
794 | 2024-02-28T06:40:26.115Z | Downloaded futures-channel v0.3.30 |
795 | 2024-02-28T06:40:26.115Z | Downloaded tower-service v0.3.2 |
796 | 2024-02-28T06:40:26.116Z | Downloaded byteorder v1.5.0 |
797 | 2024-02-28T06:40:26.116Z | Downloaded strsim v0.8.0 |
798 | 2024-02-28T06:40:26.116Z | Downloaded pretty-hex v0.4.1 |
799 | 2024-02-28T06:40:26.116Z | Downloaded httpdate v1.0.3 |
800 | 2024-02-28T06:40:26.116Z | Downloaded tinyvec_macros v0.1.1 |
801 | 2024-02-28T06:40:26.116Z | Downloaded pbkdf2 v0.12.2 |
802 | 2024-02-28T06:40:26.116Z | Downloaded ciborium-io v0.2.2 |
803 | 2024-02-28T06:40:26.116Z | Downloaded want v0.3.1 |
804 | 2024-02-28T06:40:26.116Z | Downloaded arrayref v0.3.7 |
805 | 2024-02-28T06:40:26.116Z | Downloaded static_assertions v1.1.0 |
806 | 2024-02-28T06:40:26.116Z | Downloaded usdt-macro v0.5.0 |
807 | 2024-02-28T06:40:26.116Z | Downloaded matches v0.1.10 |
808 | 2024-02-28T06:40:26.116Z | Downloaded blake2 v0.10.6 |
809 | 2024-02-28T06:40:26.116Z | Downloaded subtle v2.5.0 |
810 | 2024-02-28T06:40:26.116Z | Downloaded bit-set v0.5.3 |
811 | 2024-02-28T06:40:26.116Z | Downloaded darling v0.20.3 |
812 | 2024-02-28T06:40:26.116Z | Downloaded linked-hash-map v0.5.6 |
813 | 2024-02-28T06:40:26.116Z | Downloaded anstyle v1.0.2 |
814 | 2024-02-28T06:40:26.116Z | Downloaded usdt-macro v0.3.5 |
815 | 2024-02-28T06:40:26.116Z | Downloaded camino v1.1.6 |
816 | 2024-02-28T06:40:26.116Z | Downloaded macaddr v1.0.1 |
817 | 2024-02-28T06:40:26.116Z | Downloaded errno v0.3.8 |
818 | 2024-02-28T06:40:26.116Z | Downloaded inout v0.1.3 |
819 | 2024-02-28T06:40:26.116Z | Downloaded slog-json v2.6.1 |
820 | 2024-02-28T06:40:26.117Z | Downloaded toml_datetime v0.6.5 |
821 | 2024-02-28T06:40:26.117Z | Downloaded cfg-if v1.0.0 |
822 | 2024-02-28T06:40:26.117Z | Downloaded managed v0.8.0 |
823 | 2024-02-28T06:40:26.117Z | Downloaded rand_chacha v0.3.1 |
824 | 2024-02-28T06:40:26.117Z | Downloaded iana-time-zone v0.1.57 |
825 | 2024-02-28T06:40:26.117Z | Downloaded zerocopy v0.3.0 |
826 | 2024-02-28T06:40:26.117Z | Downloaded memmap v0.7.0 |
827 | 2024-02-28T06:40:26.117Z | Downloaded usdt v0.5.0 |
828 | 2024-02-28T06:40:26.117Z | Downloaded async-trait v0.1.77 |
829 | 2024-02-28T06:40:26.117Z | Downloaded signal-hook-mio v0.2.3 |
830 | 2024-02-28T06:40:26.117Z | Downloaded tokio-rustls v0.25.0 |
831 | 2024-02-28T06:40:26.117Z | Downloaded topological-sort v0.2.2 |
832 | 2024-02-28T06:40:26.117Z | Downloaded whoami v1.4.1 |
833 | 2024-02-28T06:40:26.117Z | Downloaded vec_map v0.8.2 |
834 | 2024-02-28T06:40:26.117Z | Downloaded backoff v0.4.0 |
835 | 2024-02-28T06:40:26.117Z | Downloaded addr2line v0.21.0 |
836 | 2024-02-28T06:40:26.117Z | Downloaded tokio-stream v0.1.14 |
837 | 2024-02-28T06:40:26.117Z | Downloaded headers-core v0.2.0 |
838 | 2024-02-28T06:40:26.117Z | Downloaded lock_api v0.4.10 |
839 | 2024-02-28T06:40:26.117Z | Downloaded waitgroup v0.1.2 |
840 | 2024-02-28T06:40:26.117Z | Downloaded camino-tempfile v1.1.1 |
841 | 2024-02-28T06:40:26.117Z | Downloaded thread-id v4.2.0 |
842 | 2024-02-28T06:40:26.117Z | Downloaded proc-macro-error v1.0.4 |
843 | 2024-02-28T06:40:26.118Z | Downloaded ciborium v0.2.2 |
844 | 2024-02-28T06:40:26.118Z | Downloaded heck v0.3.3 |
845 | 2024-02-28T06:40:26.118Z | Downloaded parking_lot v0.12.1 |
846 | 2024-02-28T06:40:26.118Z | Downloaded anyhow v1.0.75 |
847 | 2024-02-28T06:40:26.118Z | Downloaded getopts v0.2.21 |
848 | 2024-02-28T06:40:26.118Z | Downloaded schemars v0.8.16 |
849 | 2024-02-28T06:40:26.118Z | Downloaded equivalent v1.0.1 |
850 | 2024-02-28T06:40:26.118Z | Downloaded memoffset v0.9.0 |
851 | 2024-02-28T06:40:26.118Z | Downloaded sha1 v0.10.6 |
852 | 2024-02-28T06:40:26.118Z | Downloaded r2d2 v0.8.10 |
853 | 2024-02-28T06:40:26.118Z | Downloaded keccak v0.1.4 |
854 | 2024-02-28T06:40:26.118Z | Downloaded scroll_derive v0.12.0 |
855 | 2024-02-28T06:40:26.118Z | Downloaded tracing-core v0.1.31 |
856 | 2024-02-28T06:40:26.118Z | Downloaded yasna v0.5.2 |
857 | 2024-02-28T06:40:26.118Z | Downloaded zip v0.6.6 |
858 | 2024-02-28T06:40:26.118Z | Downloaded allocator-api2 v0.2.16 |
859 | 2024-02-28T06:40:26.118Z | Downloaded hashbrown v0.12.3 |
860 | 2024-02-28T06:40:26.118Z | Downloaded sct v0.7.0 |
861 | 2024-02-28T06:40:26.118Z | Downloaded chacha20poly1305 v0.10.1 |
862 | 2024-02-28T06:40:26.118Z | Downloaded pest v2.7.6 |
863 | 2024-02-28T06:40:26.118Z | Downloaded textwrap v0.11.0 |
864 | 2024-02-28T06:40:26.118Z | Downloaded semver-parser v0.10.2 |
865 | 2024-02-28T06:40:26.118Z | Downloaded string_cache v0.8.7 |
866 | 2024-02-28T06:40:26.118Z | Downloaded russh v0.42.0 |
867 | 2024-02-28T06:40:26.119Z | Downloaded libm v0.2.7 |
868 | 2024-02-28T06:40:26.119Z | Downloaded thiserror v1.0.57 |
869 | 2024-02-28T06:40:26.119Z | Downloaded zeroize v1.7.0 |
870 | 2024-02-28T06:40:26.119Z | Downloaded scroll v0.12.0 |
871 | 2024-02-28T06:40:26.119Z | Downloaded http-range v0.1.5 |
872 | 2024-02-28T06:40:26.119Z | Downloaded spki v0.7.2 |
873 | 2024-02-28T06:40:26.119Z | Downloaded rustc_version v0.4.0 |
874 | 2024-02-28T06:40:26.119Z | Downloaded rustc_version v0.1.7 |
875 | 2024-02-28T06:40:26.119Z | Downloaded serde_yaml v0.9.25 |
876 | 2024-02-28T06:40:26.119Z | Downloaded synstructure v0.12.6 |
877 | 2024-02-28T06:40:26.119Z | Downloaded futures-sink v0.3.30 |
878 | 2024-02-28T06:40:26.124Z | Downloaded backtrace v0.3.69 |
879 | 2024-02-28T06:40:26.124Z | Downloaded reqwest v0.11.22 |
880 | 2024-02-28T06:40:26.124Z | Downloaded endian-type v0.1.2 |
881 | 2024-02-28T06:40:26.124Z | Downloaded tokio-native-tls v0.3.1 |
882 | 2024-02-28T06:40:26.124Z | Downloaded ghash v0.5.0 |
883 | 2024-02-28T06:40:26.124Z | Downloaded usdt-impl v0.5.0 |
884 | 2024-02-28T06:40:26.124Z | Downloaded sha2 v0.10.8 |
885 | 2024-02-28T06:40:26.124Z | Downloaded rustls-pemfile v1.0.3 |
886 | 2024-02-28T06:40:26.124Z | Downloaded slog v2.7.0 |
887 | 2024-02-28T06:40:26.124Z | Downloaded foreign-types v0.3.2 |
888 | 2024-02-28T06:40:26.124Z | Downloaded toml v0.7.8 |
889 | 2024-02-28T06:40:26.124Z | Downloaded signal-hook-registry v1.4.1 |
890 | 2024-02-28T06:40:26.124Z | Downloaded url v2.5.0 |
891 | 2024-02-28T06:40:26.124Z | Downloaded futures-core v0.3.30 |
892 | 2024-02-28T06:40:26.124Z | Downloaded dirs-next v2.0.0 |
893 | 2024-02-28T06:40:26.124Z | Downloaded num-bigint v0.4.4 |
894 | 2024-02-28T06:40:26.124Z | Downloaded ed25519 v2.2.2 |
895 | 2024-02-28T06:40:26.124Z | Downloaded same-file v1.0.6 |
896 | 2024-02-28T06:40:26.124Z | Downloaded tokio-rustls v0.24.1 |
897 | 2024-02-28T06:40:26.124Z | Downloaded slog-stdlog v4.1.1 |
898 | 2024-02-28T06:40:26.125Z | Downloaded gimli v0.28.0 |
899 | 2024-02-28T06:40:26.125Z | Downloaded foreign-types-shared v0.3.1 |
900 | 2024-02-28T06:40:26.125Z | Downloaded glob v0.3.1 |
901 | 2024-02-28T06:40:26.125Z | Downloaded webpki-roots v0.25.2 |
902 | 2024-02-28T06:40:26.125Z | Downloaded smf v0.2.2 |
903 | 2024-02-28T06:40:26.125Z | Downloaded regress v0.8.0 |
904 | 2024-02-28T06:40:26.125Z | Downloaded rayon-core v1.12.1 |
905 | 2024-02-28T06:40:26.125Z | Downloaded ipnetwork v0.20.0 |
906 | 2024-02-28T06:40:26.125Z | Downloaded bstr v1.6.0 |
907 | 2024-02-28T06:40:26.125Z | Downloaded rfc6979 v0.4.0 |
908 | 2024-02-28T06:40:26.125Z | Downloaded pbkdf2 v0.11.0 |
909 | 2024-02-28T06:40:26.125Z | Downloaded stringprep v0.1.3 |
910 | 2024-02-28T06:40:26.125Z | Downloaded tokio-macros v2.2.0 |
911 | 2024-02-28T06:40:26.125Z | Downloaded hyper-staticfile v0.9.5 |
912 | 2024-02-28T06:40:26.125Z | Downloaded openssl-sys v0.9.96 |
913 | 2024-02-28T06:40:26.125Z | Downloaded thiserror-no-std v2.0.2 |
914 | 2024-02-28T06:40:26.125Z | Downloaded usdt-attr-macro v0.5.0 |
915 | 2024-02-28T06:40:26.125Z | Downloaded hubpack_derive v0.1.1 |
916 | 2024-02-28T06:40:26.125Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
917 | 2024-02-28T06:40:26.125Z | Downloaded futures-io v0.3.30 |
918 | 2024-02-28T06:40:26.125Z | Downloaded futures-executor v0.3.30 |
919 | 2024-02-28T06:40:26.125Z | Downloaded rand v0.8.5 |
920 | 2024-02-28T06:40:26.126Z | Downloaded russh-keys v0.42.0 |
921 | 2024-02-28T06:40:26.126Z | Downloaded thiserror-impl-no-std v2.0.2 |
922 | 2024-02-28T06:40:26.126Z | Downloaded rand_chacha v0.2.2 |
923 | 2024-02-28T06:40:26.126Z | Downloaded nom v7.1.3 |
924 | 2024-02-28T06:40:26.126Z | Downloaded cstr-argument v0.1.2 |
925 | 2024-02-28T06:40:26.126Z | Downloaded signal-hook v0.3.17 |
926 | 2024-02-28T06:40:26.126Z | Downloaded serde_derive v1.0.196 |
927 | 2024-02-28T06:40:26.126Z | Downloaded spin v0.5.2 |
928 | 2024-02-28T06:40:26.126Z | Downloaded indexmap v2.2.3 |
929 | 2024-02-28T06:40:26.126Z | Downloaded xattr v1.0.1 |
930 | 2024-02-28T06:40:26.126Z | Downloaded tungstenite v0.20.1 |
931 | 2024-02-28T06:40:26.126Z | Downloaded sec1 v0.7.3 |
932 | 2024-02-28T06:40:26.129Z | Downloaded resolv-conf v0.7.0 |
933 | 2024-02-28T06:40:26.130Z | Downloaded difflib v0.4.0 |
934 | 2024-02-28T06:40:26.130Z | Downloaded crucible-workspace-hack v0.1.0 |
935 | 2024-02-28T06:40:26.130Z | Downloaded swrite v0.1.0 |
936 | 2024-02-28T06:40:26.130Z | Downloaded itoa v1.0.9 |
937 | 2024-02-28T06:40:26.133Z | Downloaded dirs v5.0.1 |
938 | 2024-02-28T06:40:26.133Z | Downloaded tokio-tungstenite v0.20.1 |
939 | 2024-02-28T06:40:26.136Z | Downloaded num-iter v0.1.43 |
940 | 2024-02-28T06:40:26.139Z | Downloaded num_enum v0.5.11 |
941 | 2024-02-28T06:40:26.141Z | Downloaded serde_spanned v0.6.5 |
942 | 2024-02-28T06:40:26.144Z | Downloaded toml v0.5.11 |
943 | 2024-02-28T06:40:26.147Z | Downloaded proc-macro2 v1.0.78 |
944 | 2024-02-28T06:40:26.150Z | Downloaded mime_guess v2.0.4 |
945 | 2024-02-28T06:40:26.151Z | Downloaded num-complex v0.4.4 |
946 | 2024-02-28T06:40:26.153Z | Downloaded is-terminal v0.4.9 |
947 | 2024-02-28T06:40:26.159Z | Downloaded minimal-lexical v0.2.1 |
948 | 2024-02-28T06:40:26.162Z | Downloaded unicode-normalization v0.1.22 |
949 | 2024-02-28T06:40:26.165Z | Downloaded secrecy v0.8.0 |
950 | 2024-02-28T06:40:26.165Z | Downloaded quick-error v1.2.3 |
951 | 2024-02-28T06:40:26.169Z | Downloaded unicode-width v0.1.11 |
952 | 2024-02-28T06:40:26.169Z | Downloaded itertools v0.10.5 |
953 | 2024-02-28T06:40:26.176Z | Downloaded hex v0.4.3 |
954 | 2024-02-28T06:40:26.179Z | Downloaded flate2 v1.0.28 |
955 | 2024-02-28T06:40:26.183Z | Downloaded hubpack v0.1.2 |
956 | 2024-02-28T06:40:26.187Z | Downloaded crypto-common v0.1.6 |
957 | 2024-02-28T06:40:26.187Z | Downloaded option-ext v0.2.0 |
958 | 2024-02-28T06:40:26.187Z | Downloaded dyn-clone v1.0.17 |
959 | 2024-02-28T06:40:26.190Z | Downloaded match_cfg v0.1.0 |
960 | 2024-02-28T06:40:26.190Z | Downloaded stable_deref_trait v1.2.0 |
961 | 2024-02-28T06:40:26.190Z | Downloaded serde_urlencoded v0.7.1 |
962 | 2024-02-28T06:40:26.193Z | Downloaded embedded-io v0.4.0 |
963 | 2024-02-28T06:40:26.196Z | Downloaded dirs-sys v0.4.1 |
964 | 2024-02-28T06:40:26.196Z | Downloaded socket2 v0.5.5 |
965 | 2024-02-28T06:40:26.199Z | Downloaded ucd-trie v0.1.6 |
966 | 2024-02-28T06:40:26.199Z | Downloaded primeorder v0.13.6 |
967 | 2024-02-28T06:40:26.203Z | Downloaded try-lock v0.2.4 |
968 | 2024-02-28T06:40:26.203Z | Downloaded ipnet v2.9.0 |
969 | 2024-02-28T06:40:26.210Z | Downloaded fxhash v0.2.1 |
970 | 2024-02-28T06:40:26.210Z | Downloaded foreign-types-macros v0.2.3 |
971 | 2024-02-28T06:40:26.210Z | Downloaded futures-macro v0.3.30 |
972 | 2024-02-28T06:40:26.213Z | Downloaded untrusted v0.7.1 |
973 | 2024-02-28T06:40:26.213Z | Downloaded regex-automata v0.1.10 |
974 | 2024-02-28T06:40:26.217Z | Downloaded zone_cfg_derive v0.3.0 |
975 | 2024-02-28T06:40:26.217Z | Downloaded instant v0.1.12 |
976 | 2024-02-28T06:40:26.220Z | Downloaded steno v0.4.0 |
977 | 2024-02-28T06:40:26.223Z | Downloaded scheduled-thread-pool v0.2.7 |
978 | 2024-02-28T06:40:26.227Z | Downloaded slog-scope v4.4.0 |
979 | 2024-02-28T06:40:26.227Z | Downloaded terminal_size v0.3.0 |
980 | 2024-02-28T06:40:26.230Z | Downloaded md-5 v0.10.5 |
981 | 2024-02-28T06:40:26.230Z | Downloaded time-core v0.1.1 |
982 | 2024-02-28T06:40:26.230Z | Downloaded utf-8 v0.7.6 |
983 | 2024-02-28T06:40:26.230Z | Downloaded siphasher v0.3.11 |
984 | 2024-02-28T06:40:26.234Z | Downloaded slog-async v2.8.0 |
985 | 2024-02-28T06:40:26.234Z | Downloaded openapiv3 v2.0.0 |
986 | 2024-02-28T06:40:26.249Z | Downloaded num-integer v0.1.46 |
987 | 2024-02-28T06:40:26.257Z | Downloaded trust-dns-resolver v0.22.0 |
988 | 2024-02-28T06:40:26.257Z | Downloaded serde_tokenstream v0.2.0 |
989 | 2024-02-28T06:40:26.260Z | Downloaded pkg-config v0.3.27 |
990 | 2024-02-28T06:40:26.260Z | Downloaded num_cpus v1.16.0 |
991 | 2024-02-28T06:40:26.260Z | Downloaded hex-literal v0.4.1 |
992 | 2024-02-28T06:40:26.260Z | Downloaded proc-macro-crate v1.3.1 |
993 | 2024-02-28T06:40:26.263Z | Downloaded zeroize_derive v1.4.2 |
994 | 2024-02-28T06:40:26.263Z | Downloaded dof v0.1.5 |
995 | 2024-02-28T06:40:26.266Z | Downloaded percent-encoding v2.3.1 |
996 | 2024-02-28T06:40:26.267Z | Downloaded walkdir v2.4.0 |
997 | 2024-02-28T06:40:26.267Z | Downloaded flagset v0.4.3 |
998 | 2024-02-28T06:40:26.270Z | Downloaded platforms v3.0.2 |
999 | 2024-02-28T06:40:26.270Z | Downloaded digest v0.10.7 |
1000 | 2024-02-28T06:40:26.273Z | Downloaded usdt v0.3.5 |
1001 | 2024-02-28T06:40:26.273Z | Downloaded getrandom v0.2.10 |
1002 | 2024-02-28T06:40:26.276Z | Downloaded postgres-protocol v0.6.6 |
1003 | 2024-02-28T06:40:26.280Z | Downloaded rustls-pki-types v1.3.0 |
1004 | 2024-02-28T06:40:26.280Z | Downloaded heapless v0.7.16 |
1005 | 2024-02-28T06:40:26.286Z | Downloaded enum-as-inner v0.5.1 |
1006 | 2024-02-28T06:40:26.289Z | Downloaded dof v0.3.0 |
1007 | 2024-02-28T06:40:26.289Z | Downloaded hyper-rustls v0.24.2 |
1008 | 2024-02-28T06:40:26.289Z | Downloaded dirs-sys-next v0.1.2 |
1009 | 2024-02-28T06:40:26.293Z | Downloaded foreign-types v0.5.0 |
1010 | 2024-02-28T06:40:26.293Z | Downloaded plain v0.2.3 |
1011 | 2024-02-28T06:40:26.293Z | Downloaded rustversion v1.0.14 |
1012 | 2024-02-28T06:40:26.296Z | Downloaded fastrand v2.0.1 |
1013 | 2024-02-28T06:40:26.299Z | Downloaded futures-task v0.3.30 |
1014 | 2024-02-28T06:40:26.299Z | Downloaded cpufeatures v0.2.12 |
1015 | 2024-02-28T06:40:26.303Z | Downloaded utf8parse v0.2.1 |
1016 | 2024-02-28T06:40:26.303Z | Downloaded home v0.5.5 |
1017 | 2024-02-28T06:40:26.303Z | Downloaded parking_lot_core v0.9.8 |
1018 | 2024-02-28T06:40:26.306Z | Downloaded serde v1.0.196 |
1019 | 2024-02-28T06:40:26.310Z | Downloaded tracing-attributes v0.1.26 |
1020 | 2024-02-28T06:40:26.312Z | Downloaded time-macros v0.2.13 |
1021 | 2024-02-28T06:40:26.313Z | Downloaded usdt-impl v0.3.5 |
1022 | 2024-02-28T06:40:26.317Z | Downloaded strsim v0.11.0 |
1023 | 2024-02-28T06:40:26.317Z | Downloaded blake3 v1.5.0 |
1024 | 2024-02-28T06:40:26.323Z | Downloaded hash32 v0.2.1 |
1025 | 2024-02-28T06:40:26.326Z | Downloaded phf_shared v0.11.2 |
1026 | 2024-02-28T06:40:26.326Z | Downloaded p521 v0.13.3 |
1027 | 2024-02-28T06:40:26.329Z | Downloaded zerocopy-derive v0.7.32 |
1028 | 2024-02-28T06:40:26.335Z | Downloaded pretty-hex v0.2.1 |
1029 | 2024-02-28T06:40:26.339Z | Downloaded untrusted v0.9.0 |
1030 | 2024-02-28T06:40:26.339Z | Downloaded uuid v1.7.0 |
1031 | 2024-02-28T06:40:26.342Z | Downloaded poly1305 v0.8.0 |
1032 | 2024-02-28T06:40:26.346Z | Downloaded serde_with_macros v3.6.1 |
1033 | 2024-02-28T06:40:26.346Z | Downloaded der_derive v0.7.2 |
1034 | 2024-02-28T06:40:26.361Z | Downloaded typenum v1.16.0 |
1035 | 2024-02-28T06:40:26.361Z | Downloaded tokio-postgres v0.7.10 |
1036 | 2024-02-28T06:40:26.364Z | Downloaded tinyvec v1.6.0 |
1037 | 2024-02-28T06:40:26.364Z | Downloaded toml v0.8.10 |
1038 | 2024-02-28T06:40:26.364Z | Downloaded bzip2 v0.4.4 |
1039 | 2024-02-28T06:40:26.364Z | Downloaded semver v1.0.22 |
1040 | 2024-02-28T06:40:26.368Z | Downloaded password-hash v0.4.2 |
1041 | 2024-02-28T06:40:26.368Z | Downloaded indexmap v1.9.3 |
1042 | 2024-02-28T06:40:26.371Z | Downloaded tracing v0.1.37 |
1043 | 2024-02-28T06:40:26.376Z | Downloaded mio v0.8.9 |
1044 | 2024-02-28T06:40:26.384Z | Downloaded hmac v0.12.1 |
1045 | 2024-02-28T06:40:26.387Z | Downloaded num-traits v0.2.16 |
1046 | 2024-02-28T06:40:26.390Z | Downloaded structopt v0.3.26 |
1047 | 2024-02-28T06:40:26.395Z | Downloaded rcgen v0.12.1 |
1048 | 2024-02-28T06:40:26.398Z | Downloaded heapless v0.8.0 |
1049 | 2024-02-28T06:40:26.404Z | Downloaded rand v0.7.3 |
1050 | 2024-02-28T06:40:26.411Z | Downloaded winnow v0.5.15 |
1051 | 2024-02-28T06:40:26.419Z | Downloaded unicode-segmentation v1.10.1 |
1052 | 2024-02-28T06:40:26.422Z | Downloaded http v1.0.0 |
1053 | 2024-02-28T06:40:26.426Z | Downloaded headers v0.3.9 |
1054 | 2024-02-28T06:40:26.432Z | Downloaded ed25519-dalek v2.0.0 |
1055 | 2024-02-28T06:40:26.436Z | Downloaded itertools v0.12.1 |
1056 | 2024-02-28T06:40:26.449Z | Downloaded toml_edit v0.22.6 |
1057 | 2024-02-28T06:40:26.468Z | Downloaded tokio-util v0.7.10 |
1058 | 2024-02-28T06:40:26.475Z | Downloaded trust-dns-client v0.22.0 |
1059 | 2024-02-28T06:40:26.482Z | Downloaded serde_with v3.6.1 |
1060 | 2024-02-28T06:40:26.489Z | Downloaded socket2 v0.4.9 |
1061 | 2024-02-28T06:40:26.495Z | Downloaded toml_edit v0.19.15 |
1062 | 2024-02-28T06:40:26.511Z | Downloaded hashbrown v0.14.3 |
1063 | 2024-02-28T06:40:26.515Z | Downloaded winnow v0.6.1 |
1064 | 2024-02-28T06:40:26.525Z | Downloaded zerocopy v0.7.32 |
1065 | 2024-02-28T06:40:26.544Z | Downloaded time v0.3.27 |
1066 | 2024-02-28T06:40:26.552Z | Downloaded rustls-webpki v0.101.7 |
1067 | 2024-02-28T06:40:26.566Z | Downloaded h2 v0.3.24 |
1068 | 2024-02-28T06:40:26.572Z | Downloaded rustls-webpki v0.102.1 |
1069 | 2024-02-28T06:40:26.594Z | Downloaded crossterm v0.27.0 |
1070 | 2024-02-28T06:40:26.598Z | Downloaded idna v0.2.3 |
1071 | 2024-02-28T06:40:26.607Z | Downloaded goblin v0.8.0 |
1072 | 2024-02-28T06:40:26.613Z | Downloaded idna v0.5.0 |
1073 | 2024-02-28T06:40:26.630Z | Downloaded vcpkg v0.2.15 |
1074 | 2024-02-28T06:40:26.663Z | Downloaded regex-syntax v0.8.2 |
1075 | 2024-02-28T06:40:26.674Z | Downloaded regex v1.10.3 |
1076 | 2024-02-28T06:40:26.688Z | Downloaded radix_trie v0.2.1 |
1077 | 2024-02-28T06:40:26.694Z | Downloaded diesel v2.1.4 |
1078 | 2024-02-28T06:40:26.715Z | Downloaded zerocopy-derive v0.2.0 |
1079 | 2024-02-28T06:40:26.727Z | Downloaded rayon v1.9.0 |
1080 | 2024-02-28T06:40:26.734Z | Downloaded syn v2.0.48 |
1081 | 2024-02-28T06:40:26.747Z | Downloaded rustls v0.22.2 |
1082 | 2024-02-28T06:40:26.763Z | Downloaded rustls v0.21.9 |
1083 | 2024-02-28T06:40:26.776Z | Downloaded trust-dns-proto v0.22.0 |
1084 | 2024-02-28T06:40:26.792Z | Downloaded rustix v0.38.31 |
1085 | 2024-02-28T06:40:26.817Z | Downloaded smoltcp v0.11.0 |
1086 | 2024-02-28T06:40:26.831Z | Downloaded smoltcp v0.9.1 |
1087 | 2024-02-28T06:40:26.844Z | Downloaded object v0.32.1 |
1088 | 2024-02-28T06:40:26.855Z | Downloaded petgraph v0.6.4 |
1089 | 2024-02-28T06:40:26.872Z | Downloaded sled v0.34.7 |
1090 | 2024-02-28T06:40:26.883Z | Downloaded winapi v0.3.9 |
1091 | 2024-02-28T06:40:26.928Z | Downloaded regex-automata v0.4.4 |
1092 | 2024-02-28T06:40:26.949Z | Downloaded regex-automata v0.3.8 |
1093 | 2024-02-28T06:40:26.966Z | Downloaded zerocopy-derive v0.6.4 |
1094 | 2024-02-28T06:40:26.978Z | Downloaded tokio v1.36.0 |
1095 | 2024-02-28T06:40:27.019Z | Downloaded sha3 v0.10.8 |
1096 | 2024-02-28T06:40:27.023Z | Downloaded syn v1.0.109 |
1097 | 2024-02-28T06:40:27.035Z | Downloaded openssl v0.10.60 |
1098 | 2024-02-28T06:40:27.045Z | Downloaded encoding_rs v0.8.33 |
1099 | 2024-02-28T06:40:27.067Z | Downloaded curve25519-dalek v4.1.1 |
1100 | 2024-02-28T06:40:27.076Z | Downloaded clap_builder v4.5.0 |
1101 | 2024-02-28T06:40:27.082Z | Downloaded futures-util v0.3.30 |
1102 | 2024-02-28T06:40:27.095Z | Downloaded hkdf v0.12.4 |
1103 | 2024-02-28T06:40:27.098Z | Downloaded chrono v0.4.31 |
1104 | 2024-02-28T06:40:27.105Z | Downloaded slog-dtrace v0.3.0 |
1105 | 2024-02-28T06:40:27.109Z | Downloaded clap v4.5.0 |
1106 | 2024-02-28T06:40:27.116Z | Downloaded unicode-ident v1.0.12 |
1107 | 2024-02-28T06:40:27.122Z | Downloaded ctr v0.9.2 |
1108 | 2024-02-28T06:40:27.125Z | Downloaded unicode-bidi v0.3.13 |
1109 | 2024-02-28T06:40:27.125Z | Downloaded quote v1.0.35 |
1110 | 2024-02-28T06:40:27.128Z | Downloaded strum_macros v0.25.2 |
1111 | 2024-02-28T06:40:27.128Z | Downloaded term v0.7.0 |
1112 | 2024-02-28T06:40:27.131Z | Downloaded unsafe-libyaml v0.2.10 |
1113 | 2024-02-28T06:40:27.134Z | Downloaded httparse v1.8.0 |
1114 | 2024-02-28T06:40:27.137Z | Downloaded serde_json v1.0.114 |
1115 | 2024-02-28T06:40:27.144Z | Downloaded scopeguard v1.2.0 |
1116 | 2024-02-28T06:40:27.147Z | Downloaded pest_generator v2.7.6 |
1117 | 2024-02-28T06:40:27.147Z | Downloaded getrandom v0.1.16 |
1118 | 2024-02-28T06:40:27.150Z | Downloaded slog-term v2.9.0 |
1119 | 2024-02-28T06:40:27.154Z | Downloaded hostname v0.3.1 |
1120 | 2024-02-28T06:40:27.155Z | Downloaded structmeta-derive v0.3.0 |
1121 | 2024-02-28T06:40:27.158Z | Downloaded serde_tokenstream v0.1.7 |
1122 | 2024-02-28T06:40:27.158Z | Downloaded structopt-derive v0.4.18 |
1123 | 2024-02-28T06:40:27.158Z | Downloaded strsim v0.10.0 |
1124 | 2024-02-28T06:40:27.161Z | Downloaded toolchain_find v0.2.0 |
1125 | 2024-02-28T06:40:27.161Z | Downloaded vsss-rs v3.3.4 |
1126 | 2024-02-28T06:40:27.163Z | Downloaded password-hash v0.5.0 |
1127 | 2024-02-28T06:40:27.167Z | Downloaded multer v3.0.0 |
1128 | 2024-02-28T06:40:27.167Z | Downloaded slab v0.4.9 |
1129 | 2024-02-28T06:40:27.169Z | Downloaded ryu v1.0.15 |
1130 | 2024-02-28T06:40:27.172Z | Downloaded strum v0.26.1 |
1131 | 2024-02-28T06:40:27.173Z | Downloaded russh-cryptovec v0.7.0 |
1132 | 2024-02-28T06:40:27.173Z | Downloaded usdt-attr-macro v0.3.5 |
1133 | 2024-02-28T06:40:27.175Z | Downloaded aes-gcm v0.10.3 |
1134 | 2024-02-28T06:40:27.178Z | Downloaded num v0.4.1 |
1135 | 2024-02-28T06:40:27.178Z | Downloaded ident_case v1.0.1 |
1136 | 2024-02-28T06:40:27.178Z | Downloaded der v0.7.8 |
1137 | 2024-02-28T06:40:27.183Z | Downloaded fixedbitset v0.4.2 |
1138 | 2024-02-28T06:40:27.189Z | Downloaded subprocess v0.2.9 |
1139 | 2024-02-28T06:40:27.192Z | Downloaded fallible-iterator v0.2.0 |
1140 | 2024-02-28T06:40:27.192Z | Downloaded similar v2.3.0 |
1141 | 2024-02-28T06:40:27.195Z | Downloaded derive-where v1.2.7 |
1142 | 2024-02-28T06:40:27.198Z | Downloaded openssl-macros v0.1.1 |
1143 | 2024-02-28T06:40:27.198Z | Downloaded openssl-probe v0.1.5 |
1144 | 2024-02-28T06:40:27.201Z | Downloaded gethostname v0.4.3 |
1145 | 2024-02-28T06:40:27.201Z | Downloaded rustc-demangle v0.1.23 |
1146 | 2024-02-28T06:40:27.204Z | Downloaded half v2.3.1 |
1147 | 2024-02-28T06:40:27.211Z | Downloaded crossbeam-channel v0.5.8 |
1148 | 2024-02-28T06:40:27.211Z | Downloaded libc v0.2.153 |
1149 | 2024-02-28T06:40:27.237Z | Downloaded rustls-pemfile v2.1.0 |
1150 | 2024-02-28T06:40:27.240Z | Downloaded memchr v2.6.3 |
1151 | 2024-02-28T06:40:27.244Z | Downloaded bstr v0.2.17 |
1152 | 2024-02-28T06:40:27.254Z | Downloaded filetime v0.2.23 |
1153 | 2024-02-28T06:40:27.260Z | Downloaded group v0.13.0 |
1154 | 2024-02-28T06:40:27.260Z | Downloaded native-tls v0.2.11 |
1155 | 2024-02-28T06:40:27.264Z | Downloaded rand_core v0.5.1 |
1156 | 2024-02-28T06:40:27.264Z | Downloaded schemars_derive v0.8.16 |
1157 | 2024-02-28T06:40:27.264Z | Downloaded http-body v0.4.5 |
1158 | 2024-02-28T06:40:27.267Z | Downloaded smallvec v1.13.1 |
1159 | 2024-02-28T06:40:27.267Z | Downloaded aho-corasick v1.0.4 |
1160 | 2024-02-28T06:40:27.271Z | Downloaded hyper v0.14.27 |
1161 | 2024-02-28T06:40:27.279Z | Downloaded clap v2.34.0 |
1162 | 2024-02-28T06:40:27.286Z | Downloaded semver v0.11.0 |
1163 | 2024-02-28T06:40:27.289Z | Downloaded signature v2.1.0 |
1164 | 2024-02-28T06:40:27.292Z | Downloaded p256 v0.13.2 |
1165 | 2024-02-28T06:40:27.295Z | Downloaded http v0.2.11 |
1166 | 2024-02-28T06:40:27.300Z | Downloaded arc-swap v1.6.0 |
1167 | 2024-02-28T06:40:27.303Z | Downloaded omicron-zone-package v0.11.0 |
1168 | 2024-02-28T06:40:27.303Z | Downloaded trust-dns-server v0.22.1 |
1169 | 2024-02-28T06:40:27.308Z | Downloaded ecdsa v0.16.9 |
1170 | 2024-02-28T06:40:27.311Z | Downloaded once_cell v1.19.0 |
1171 | 2024-02-28T06:40:27.317Z | Downloaded futures v0.3.30 |
1172 | 2024-02-28T06:40:27.320Z | Downloaded semver v0.1.20 |
1173 | 2024-02-28T06:40:27.320Z | Downloaded take_mut v0.2.2 |
1174 | 2024-02-28T06:40:27.321Z | Downloaded ahash v0.8.7 |
1175 | 2024-02-28T06:40:27.324Z | Downloaded bytes v1.5.0 |
1176 | 2024-02-28T06:40:27.326Z | Downloaded bitflags v2.4.0 |
1177 | 2024-02-28T06:40:27.330Z | Downloaded tar v0.4.40 |
1178 | 2024-02-28T06:40:27.333Z | Downloaded pest_derive v2.7.6 |
1179 | 2024-02-28T06:40:27.336Z | Downloaded darling_core v0.20.3 |
1180 | 2024-02-28T06:40:27.339Z | Downloaded spin v0.9.8 |
1181 | 2024-02-28T06:40:27.341Z | Downloaded ff v0.13.0 |
1182 | 2024-02-28T06:40:27.342Z | Downloaded num-derive v0.4.0 |
1183 | 2024-02-28T06:40:27.344Z | Downloaded anstyle-parse v0.2.1 |
1184 | 2024-02-28T06:40:27.347Z | Downloaded derive_more v0.99.17 |
1185 | 2024-02-28T06:40:27.350Z | Downloaded serde_repr v0.1.16 |
1186 | 2024-02-28T06:40:27.353Z | Downloaded base64 v0.21.7 |
1187 | 2024-02-28T06:40:27.356Z | Downloaded strum_macros v0.26.1 |
1188 | 2024-02-28T06:40:27.362Z | Downloaded serde_derive_internals v0.26.0 |
1189 | 2024-02-28T06:40:27.362Z | Downloaded parking_lot_core v0.8.6 |
1190 | 2024-02-28T06:40:27.365Z | Downloaded owo-colors v4.0.0 |
1191 | 2024-02-28T06:40:27.365Z | Downloaded serde_path_to_error v0.1.15 |
1192 | 2024-02-28T06:40:27.365Z | Downloaded linear-map v1.2.0 |
1193 | 2024-02-28T06:40:27.368Z | Downloaded foreign-types-shared v0.1.1 |
1194 | 2024-02-28T06:40:27.369Z | Downloaded universal-hash v0.5.1 |
1195 | 2024-02-28T06:40:27.369Z | Downloaded anstyle-query v1.0.0 |
1196 | 2024-02-28T06:40:27.372Z | Downloaded cc v1.0.83 |
1197 | 2024-02-28T06:40:27.372Z | Downloaded tempfile v3.10.0 |
1198 | 2024-02-28T06:40:27.375Z | Downloaded parking_lot v0.11.2 |
1199 | 2024-02-28T06:40:27.378Z | Downloaded argon2 v0.5.3 |
1200 | 2024-02-28T06:40:27.378Z | Downloaded slog-envlogger v2.2.0 |
1201 | 2024-02-28T06:40:27.382Z | Downloaded unicode-xid v0.2.4 |
1202 | 2024-02-28T06:40:27.382Z | Downloaded ring v0.17.8 |
1203 | 2024-02-28T06:40:27.452Z | Downloaded unicase v2.7.0 |
1204 | 2024-02-28T06:40:27.455Z | Downloaded display-error-chain v0.2.0 |
1205 | 2024-02-28T06:40:27.455Z | Downloaded arrayvec v0.7.4 |
1206 | 2024-02-28T06:40:27.458Z | Downloaded cbc v0.1.2 |
1207 | 2024-02-28T06:40:27.458Z | Downloaded proc-macro-error-attr v1.0.4 |
1208 | 2024-02-28T06:40:27.461Z | Downloaded hyper-tls v0.5.0 |
1209 | 2024-02-28T06:40:27.461Z | Downloaded clap_lex v0.7.0 |
1210 | 2024-02-28T06:40:27.461Z | Downloaded generic-array v0.14.7 |
1211 | 2024-02-28T06:40:27.464Z | Downloaded block-padding v0.3.3 |
1212 | 2024-02-28T06:40:27.464Z | Downloaded thread_local v1.1.7 |
1213 | 2024-02-28T06:40:27.464Z | Downloaded ppv-lite86 v0.2.17 |
1214 | 2024-02-28T06:40:27.467Z | Downloaded num-rational v0.4.1 |
1215 | 2024-02-28T06:40:27.467Z | Downloaded kstat-rs v0.2.3 |
1216 | 2024-02-28T06:40:27.473Z | Downloaded postcard v1.0.8 |
1217 | 2024-02-28T06:40:27.476Z | Downloaded bitflags v1.3.2 |
1218 | 2024-02-28T06:40:27.476Z | Downloaded rand_core v0.6.4 |
1219 | 2024-02-28T06:40:27.476Z | Downloaded ansi_term v0.12.1 |
1220 | 2024-02-28T06:40:27.479Z | Downloaded crossbeam-epoch v0.9.15 |
1221 | 2024-02-28T06:40:27.482Z | Downloaded slog-bunyan v2.5.0 |
1222 | 2024-02-28T06:40:27.482Z | Downloaded base16ct v0.2.0 |
1223 | 2024-02-28T06:40:27.482Z | Downloaded rustfmt-wrapper v0.2.0 |
1224 | 2024-02-28T06:40:27.485Z | Downloaded aead v0.5.2 |
1225 | 2024-02-28T06:40:27.485Z | Downloaded anstream v0.6.11 |
1226 | 2024-02-28T06:40:27.488Z | Downloaded diesel_derives v2.1.2 |
1227 | 2024-02-28T06:40:27.491Z | Downloaded paste v1.0.14 |
1228 | 2024-02-28T06:40:27.494Z | Downloaded pem v3.0.2 |
1229 | 2024-02-28T06:40:27.494Z | Downloaded bit-vec v0.6.3 |
1230 | 2024-02-28T06:40:27.497Z | Downloaded block-buffer v0.10.4 |
1231 | 2024-02-28T06:40:27.497Z | Downloaded ring v0.16.20 |
1232 | 2024-02-28T06:40:27.583Z | Downloaded opaque-debug v0.3.0 |
1233 | 2024-02-28T06:40:27.586Z | Downloaded adler v1.0.2 |
1234 | 2024-02-28T06:40:27.586Z | Downloaded structmeta v0.3.0 |
1235 | 2024-02-28T06:40:27.586Z | Downloaded bcrypt-pbkdf v0.10.0 |
1236 | 2024-02-28T06:40:27.589Z | Downloaded atomic-waker v1.1.1 |
1237 | 2024-02-28T06:40:27.589Z | Downloaded parse-display-derive v0.9.0 |
1238 | 2024-02-28T06:40:27.589Z | Downloaded deranged v0.3.8 |
1239 | 2024-02-28T06:40:27.595Z | Downloaded pkcs8 v0.10.2 |
1240 | 2024-02-28T06:40:27.598Z | Downloaded pest_meta v2.7.6 |
1241 | 2024-02-28T06:40:27.598Z | Downloaded autocfg v1.1.0 |
1242 | 2024-02-28T06:40:27.598Z | Downloaded async-stream v0.3.5 |
1243 | 2024-02-28T06:40:27.598Z | Downloaded async-stream-impl v0.3.5 |
1244 | 2024-02-28T06:40:27.601Z | Downloaded atomicwrites v0.4.3 |
1245 | 2024-02-28T06:40:27.601Z | Downloaded nibble_vec v0.1.0 |
1246 | 2024-02-28T06:40:27.601Z | Downloaded log v0.4.20 |
1247 | 2024-02-28T06:40:27.604Z | Downloaded pin-project-lite v0.2.13 |
1248 | 2024-02-28T06:40:27.607Z | Downloaded num_enum_derive v0.5.11 |
1249 | 2024-02-28T06:40:27.610Z | Downloaded lalrpop-util v0.19.12 |
1250 | 2024-02-28T06:40:27.610Z | Downloaded pin-utils v0.1.0 |
1251 | 2024-02-28T06:40:27.610Z | Downloaded libsw v3.3.1 |
1252 | 2024-02-28T06:40:27.613Z | Downloaded phf v0.11.2 |
1253 | 2024-02-28T06:40:27.613Z | Downloaded num_threads v0.1.6 |
1254 | 2024-02-28T06:40:27.613Z | Downloaded crypto-bigint v0.5.2 |
1255 | 2024-02-28T06:40:27.619Z | Downloaded miniz_oxide v0.7.1 |
1256 | 2024-02-28T06:40:27.622Z | Downloaded elliptic-curve v0.13.8 |
1257 | 2024-02-28T06:40:27.625Z | Downloaded aes v0.8.3 |
1258 | 2024-02-28T06:40:27.628Z | Downloaded defmt-macros v0.3.6 |
1259 | 2024-02-28T06:40:27.631Z | Downloaded const-oid v0.9.5 |
1260 | 2024-02-28T06:40:27.633Z | Downloaded precomputed-hash v0.1.1 |
1261 | 2024-02-28T06:40:27.634Z | Downloaded data-encoding v2.4.0 |
1262 | 2024-02-28T06:40:27.634Z | Downloaded md5 v0.7.0 |
1263 | 2024-02-28T06:40:27.636Z | Downloaded clap_derive v4.5.0 |
1264 | 2024-02-28T06:40:27.636Z | Downloaded mime v0.3.17 |
1265 | 2024-02-28T06:40:27.639Z | Downloaded constant_time_eq v0.3.0 |
1266 | 2024-02-28T06:40:27.639Z | Downloaded cobs v0.2.3 |
1267 | 2024-02-28T06:40:27.639Z | Downloaded memmap2 v0.7.1 |
1268 | 2024-02-28T06:40:27.645Z | Downloaded crc32fast v1.3.2 |
1269 | 2024-02-28T06:40:27.645Z | Downloaded ciborium-ll v0.2.2 |
1270 | 2024-02-28T06:40:28.045Z | Compiling proc-macro2 v1.0.78 |
1271 | 2024-02-28T06:40:28.045Z | Compiling unicode-ident v1.0.12 |
1272 | 2024-02-28T06:40:28.048Z | Compiling libc v0.2.153 |
1273 | 2024-02-28T06:40:28.048Z | Compiling serde v1.0.196 |
1274 | 2024-02-28T06:40:28.048Z | Compiling version_check v0.9.4 |
1275 | 2024-02-28T06:40:28.048Z | Compiling autocfg v1.1.0 |
1276 | 2024-02-28T06:40:28.048Z | Compiling cfg-if v1.0.0 |
1277 | 2024-02-28T06:40:28.251Z | Compiling syn v1.0.109 |
1278 | 2024-02-28T06:40:28.268Z | Compiling once_cell v1.19.0 |
1279 | 2024-02-28T06:40:28.290Z | Compiling thiserror v1.0.57 |
1280 | 2024-02-28T06:40:28.658Z | Compiling typenum v1.16.0 |
1281 | 2024-02-28T06:40:28.824Z | Compiling memchr v2.6.3 |
1282 | 2024-02-28T06:40:28.913Z | Compiling lock_api v0.4.10 |
1283 | 2024-02-28T06:40:29.802Z | Compiling generic-array v0.14.7 |
1284 | 2024-02-28T06:40:29.913Z | Compiling parking_lot_core v0.9.8 |
1285 | 2024-02-28T06:40:29.946Z | Compiling byteorder v1.5.0 |
1286 | 2024-02-28T06:40:29.965Z | Compiling libm v0.2.7 |
1287 | 2024-02-28T06:40:30.141Z | Compiling ahash v0.8.7 |
1288 | 2024-02-28T06:40:30.348Z | Compiling num-traits v0.2.16 |
1289 | 2024-02-28T06:40:30.385Z | Compiling serde_json v1.0.114 |
1290 | 2024-02-28T06:40:30.450Z | Compiling itoa v1.0.9 |
1291 | 2024-02-28T06:40:30.711Z | Compiling slab v0.4.9 |
1292 | 2024-02-28T06:40:30.770Z | Compiling log v0.4.20 |
1293 | 2024-02-28T06:40:30.829Z | Compiling quote v1.0.35 |
1294 | 2024-02-28T06:40:31.176Z | Compiling scopeguard v1.2.0 |
1295 | 2024-02-28T06:40:31.261Z | Compiling syn v2.0.48 |
1296 | 2024-02-28T06:40:31.318Z | Compiling getrandom v0.2.10 |
1297 | 2024-02-28T06:40:31.594Z | Compiling cc v1.0.83 |
1298 | 2024-02-28T06:40:31.719Z | Compiling rand_core v0.6.4 |
1299 | 2024-02-28T06:40:31.852Z | Compiling allocator-api2 v0.2.16 |
1300 | 2024-02-28T06:40:32.269Z | Compiling ryu v1.0.15 |
1301 | 2024-02-28T06:40:32.516Z | Compiling pkg-config v0.3.27 |
1302 | 2024-02-28T06:40:32.600Z | Compiling heck v0.4.1 |
1303 | 2024-02-28T06:40:32.659Z | Compiling schemars v0.8.16 |
1304 | 2024-02-28T06:40:33.038Z | Compiling smallvec v1.13.1 |
1305 | 2024-02-28T06:40:33.074Z | Compiling subtle v2.5.0 |
1306 | 2024-02-28T06:40:33.096Z | Compiling equivalent v1.0.1 |
1307 | 2024-02-28T06:40:33.597Z | Compiling vcpkg v0.2.15 |
1308 | 2024-02-28T06:40:33.952Z | Compiling pin-project-lite v0.2.13 |
1309 | 2024-02-28T06:40:34.426Z | Compiling httparse v1.8.0 |
1310 | 2024-02-28T06:40:34.752Z | Compiling parking_lot v0.12.1 |
1311 | 2024-02-28T06:40:34.783Z | Compiling ring v0.17.8 |
1312 | 2024-02-28T06:40:34.846Z | Compiling ucd-trie v0.1.6 |
1313 | 2024-02-28T06:40:35.848Z | Compiling ring v0.16.20 |
1314 | 2024-02-28T06:40:36.089Z | Compiling signal-hook-registry v1.4.1 |
1315 | 2024-02-28T06:40:36.127Z | Compiling openssl-sys v0.9.96 |
1316 | 2024-02-28T06:40:36.406Z | Compiling fnv v1.0.7 |
1317 | 2024-02-28T06:40:36.526Z | Compiling mio v0.8.9 |
1318 | 2024-02-28T06:40:36.676Z | Compiling const-oid v0.9.5 |
1319 | 2024-02-28T06:40:36.955Z | Compiling iana-time-zone v0.1.57 |
1320 | 2024-02-28T06:40:37.092Z | Compiling rustix v0.38.31 |
1321 | 2024-02-28T06:40:37.373Z | Compiling openssl v0.10.60 |
1322 | 2024-02-28T06:40:37.835Z | Compiling semver v1.0.22 |
1323 | 2024-02-28T06:40:37.858Z | Compiling num_cpus v1.16.0 |
1324 | 2024-02-28T06:40:37.910Z | Compiling socket2 v0.5.5 |
1325 | 2024-02-28T06:40:38.125Z | Compiling native-tls v0.2.11 |
1326 | 2024-02-28T06:40:38.490Z | Compiling rustls v0.21.9 |
1327 | 2024-02-28T06:40:38.569Z | Compiling dyn-clone v1.0.17 |
1328 | 2024-02-28T06:40:38.576Z | Compiling futures-core v0.3.30 |
1329 | 2024-02-28T06:40:38.790Z | Compiling serde_derive_internals v0.26.0 |
1330 | 2024-02-28T06:40:38.840Z | Compiling aho-corasick v1.0.4 |
1331 | 2024-02-28T06:40:38.872Z | Compiling crossbeam-utils v0.8.16 |
1332 | 2024-02-28T06:40:39.448Z | Compiling regex-syntax v0.8.2 |
1333 | 2024-02-28T06:40:39.506Z | Compiling slog v2.7.0 |
1334 | 2024-02-28T06:40:39.679Z | Compiling async-trait v0.1.77 |
1335 | 2024-02-28T06:40:40.102Z | Compiling spin v0.5.2 |
1336 | 2024-02-28T06:40:40.336Z | Compiling futures-sink v0.3.30 |
1337 | 2024-02-28T06:40:40.555Z | Compiling backtrace v0.3.69 |
1338 | 2024-02-28T06:40:41.029Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2024-02-28T06:40:41.128Z | Compiling tinyvec v1.6.0 |
1340 | 2024-02-28T06:40:41.339Z | Compiling futures-channel v0.3.30 |
1341 | 2024-02-28T06:40:41.785Z | Compiling futures-task v0.3.30 |
1342 | 2024-02-28T06:40:41.937Z | Compiling pin-utils v0.1.0 |
1343 | 2024-02-28T06:40:42.037Z | Compiling futures-io v0.3.30 |
1344 | 2024-02-28T06:40:42.382Z | Compiling cpufeatures v0.2.12 |
1345 | 2024-02-28T06:40:42.491Z | Compiling spin v0.9.8 |
1346 | 2024-02-28T06:40:42.659Z | Compiling unicode-normalization v0.1.22 |
1347 | 2024-02-28T06:40:42.876Z | Compiling memoffset v0.9.0 |
1348 | 2024-02-28T06:40:42.909Z | Compiling tracing-core v0.1.31 |
1349 | 2024-02-28T06:40:43.212Z | Compiling regex-automata v0.4.4 |
1350 | 2024-02-28T06:40:43.233Z | Compiling anyhow v1.0.75 |
1351 | 2024-02-28T06:40:43.714Z | Compiling unicode-bidi v0.3.13 |
1352 | 2024-02-28T06:40:43.761Z | Compiling unicode-width v0.1.11 |
1353 | 2024-02-28T06:40:44.507Z | Compiling winnow v0.5.15 |
1354 | 2024-02-28T06:40:45.288Z | Compiling crc32fast v1.3.2 |
1355 | 2024-02-28T06:40:45.832Z | Compiling crossbeam-epoch v0.9.15 |
1356 | 2024-02-28T06:40:46.163Z | Compiling serde_derive v1.0.196 |
1357 | 2024-02-28T06:40:46.249Z | Compiling zeroize_derive v1.4.2 |
1358 | 2024-02-28T06:40:46.481Z | Compiling zerocopy-derive v0.7.32 |
1359 | 2024-02-28T06:40:46.538Z | Compiling thiserror-impl v1.0.57 |
1360 | 2024-02-28T06:40:47.110Z | Compiling tokio-macros v2.2.0 |
1361 | 2024-02-28T06:40:47.944Z | Compiling zeroize v1.7.0 |
1362 | 2024-02-28T06:40:47.962Z | Compiling futures-macro v0.3.30 |
1363 | 2024-02-28T06:40:48.778Z | Compiling tracing-attributes v0.1.26 |
1364 | 2024-02-28T06:40:48.974Z | Compiling zerocopy v0.7.32 |
1365 | 2024-02-28T06:40:49.875Z | Compiling crypto-common v0.1.6 |
1366 | 2024-02-28T06:40:50.056Z | Compiling schemars_derive v0.8.16 |
1367 | 2024-02-28T06:40:50.102Z | Compiling pest v2.7.6 |
1368 | 2024-02-28T06:40:51.386Z | Compiling hashbrown v0.14.3 |
1369 | 2024-02-28T06:40:52.009Z | Compiling openssl-macros v0.1.1 |
1370 | 2024-02-28T06:40:52.803Z | Compiling block-buffer v0.10.4 |
1371 | 2024-02-28T06:40:52.825Z | Compiling regex v1.10.3 |
1372 | 2024-02-28T06:40:52.844Z | Compiling pest_meta v2.7.6 |
1373 | 2024-02-28T06:40:53.060Z | Compiling digest v0.10.7 |
1374 | 2024-02-28T06:40:53.256Z | Compiling futures-util v0.3.30 |
1375 | 2024-02-28T06:40:53.572Z | Compiling tracing v0.1.37 |
1376 | 2024-02-28T06:40:53.973Z | Compiling der_derive v0.7.2 |
1377 | 2024-02-28T06:40:55.696Z | Compiling pest_generator v2.7.6 |
1378 | 2024-02-28T06:40:56.040Z | Compiling time-core v0.1.1 |
1379 | 2024-02-28T06:40:56.232Z | Compiling time-macros v0.2.13 |
1380 | 2024-02-28T06:40:58.363Z | Compiling pest_derive v2.7.6 |
1381 | 2024-02-28T06:40:59.023Z | Compiling percent-encoding v2.3.1 |
1382 | 2024-02-28T06:40:59.266Z | Compiling foreign-types-shared v0.1.1 |
1383 | 2024-02-28T06:40:59.460Z | Compiling untrusted v0.9.0 |
1384 | 2024-02-28T06:40:59.507Z | Compiling untrusted v0.7.1 |
1385 | 2024-02-28T06:40:59.836Z | Compiling foreign-types v0.3.2 |
1386 | 2024-02-28T06:41:00.418Z | Compiling errno v0.3.8 |
1387 | 2024-02-28T06:41:00.438Z | Compiling ppv-lite86 v0.2.17 |
1388 | 2024-02-28T06:41:00.634Z | Compiling base64 v0.21.7 |
1389 | 2024-02-28T06:41:01.114Z | Compiling bytes v1.5.0 |
1390 | 2024-02-28T06:41:01.345Z | Compiling indexmap v2.2.3 |
1391 | 2024-02-28T06:41:01.429Z | Compiling chrono v0.4.31 |
1392 | 2024-02-28T06:41:01.634Z | Compiling uuid v1.7.0 |
1393 | 2024-02-28T06:41:02.427Z | Compiling tokio v1.36.0 |
1394 | 2024-02-28T06:41:02.849Z | Compiling http v0.2.11 |
1395 | 2024-02-28T06:41:03.546Z | Compiling bitflags v2.4.0 |
1396 | 2024-02-28T06:41:04.045Z | Compiling toml_datetime v0.6.5 |
1397 | 2024-02-28T06:41:04.469Z | Compiling serde_spanned v0.6.5 |
1398 | 2024-02-28T06:41:04.726Z | Compiling toml_edit v0.19.15 |
1399 | 2024-02-28T06:41:05.010Z | Compiling rustc_version v0.4.0 |
1400 | 2024-02-28T06:41:05.554Z | Compiling openapiv3 v2.0.0 |
1401 | 2024-02-28T06:41:07.469Z | Compiling serde_tokenstream v0.2.0 |
1402 | 2024-02-28T06:41:07.527Z | Compiling unicode-xid v0.2.4 |
1403 | 2024-02-28T06:41:07.709Z | Compiling try-lock v0.2.4 |
1404 | 2024-02-28T06:41:07.872Z | Compiling want v0.3.1 |
1405 | 2024-02-28T06:41:08.043Z | Compiling synstructure v0.12.6 |
1406 | 2024-02-28T06:41:08.165Z | Compiling http-body v0.4.5 |
1407 | 2024-02-28T06:41:09.752Z | Compiling rustls-webpki v0.101.7 |
1408 | 2024-02-28T06:41:09.984Z | Compiling sct v0.7.0 |
1409 | 2024-02-28T06:41:11.435Z | Compiling form_urlencoded v1.2.1 |
1410 | 2024-02-28T06:41:11.607Z | Compiling scroll_derive v0.12.0 |
1411 | 2024-02-28T06:41:11.812Z | Compiling socket2 v0.4.9 |
1412 | 2024-02-28T06:41:12.181Z | Compiling tokio-util v0.7.10 |
1413 | 2024-02-28T06:41:12.726Z | Compiling tower-service v0.3.2 |
1414 | 2024-02-28T06:41:12.864Z | Compiling httpdate v1.0.3 |
1415 | 2024-02-28T06:41:13.045Z | Compiling openssl-probe v0.1.5 |
1416 | 2024-02-28T06:41:13.373Z | Compiling h2 v0.3.24 |
1417 | 2024-02-28T06:41:13.852Z | Compiling zerocopy-derive v0.2.0 |
1418 | 2024-02-28T06:41:15.692Z | Compiling idna v0.5.0 |
1419 | 2024-02-28T06:41:16.100Z | Compiling lazy_static v1.4.0 |
1420 | 2024-02-28T06:41:17.368Z | Compiling thread-id v4.2.0 |
1421 | 2024-02-28T06:41:17.514Z | Compiling adler v1.0.2 |
1422 | 2024-02-28T06:41:17.700Z | Compiling miniz_oxide v0.7.1 |
1423 | 2024-02-28T06:41:17.749Z | Compiling url v2.5.0 |
1424 | 2024-02-28T06:41:18.758Z | Compiling tokio-rustls v0.24.1 |
1425 | 2024-02-28T06:41:19.191Z | Compiling tokio-native-tls v0.3.1 |
1426 | 2024-02-28T06:41:19.339Z | Compiling rand_chacha v0.3.1 |
1427 | 2024-02-28T06:41:19.739Z | Compiling ipnet v2.9.0 |
1428 | 2024-02-28T06:41:19.887Z | Compiling rustversion v1.0.14 |
1429 | 2024-02-28T06:41:19.906Z | Compiling rand v0.8.5 |
1430 | 2024-02-28T06:41:19.985Z | Compiling serde_urlencoded v0.7.1 |
1431 | 2024-02-28T06:41:20.525Z | Compiling hyper v0.14.27 |
1432 | 2024-02-28T06:41:20.686Z | Compiling rustls-pemfile v1.0.3 |
1433 | 2024-02-28T06:41:21.160Z | Compiling usdt-impl v0.3.5 |
1434 | 2024-02-28T06:41:21.284Z | Compiling encoding_rs v0.8.33 |
1435 | 2024-02-28T06:41:21.305Z | Compiling mime v0.3.17 |
1436 | 2024-02-28T06:41:21.541Z | Compiling gimli v0.28.0 |
1437 | 2024-02-28T06:41:21.834Z | Compiling either v1.10.0 |
1438 | 2024-02-28T06:41:21.922Z | Compiling webpki-roots v0.25.2 |
1439 | 2024-02-28T06:41:23.134Z | Compiling regress v0.8.0 |
1440 | 2024-02-28T06:41:23.266Z | Compiling object v0.32.1 |
1441 | 2024-02-28T06:41:24.019Z | Compiling num-bigint v0.4.4 |
1442 | 2024-02-28T06:41:24.039Z | Compiling usdt-impl v0.5.0 |
1443 | 2024-02-28T06:41:24.605Z | Compiling rustc-demangle v0.1.23 |
1444 | 2024-02-28T06:41:25.658Z | Compiling flate2 v1.0.28 |
1445 | 2024-02-28T06:41:26.085Z | Compiling addr2line v0.21.0 |
1446 | 2024-02-28T06:41:26.132Z | Compiling zerocopy v0.3.0 |
1447 | 2024-02-28T06:41:26.734Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1448 | 2024-02-28T06:41:26.754Z | Compiling scroll v0.12.0 |
1449 | 2024-02-28T06:41:26.790Z | Compiling heapless v0.7.16 |
1450 | 2024-02-28T06:41:26.930Z | Compiling futures-executor v0.3.30 |
1451 | 2024-02-28T06:41:27.383Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1452 | 2024-02-28T06:41:27.429Z | Compiling winnow v0.6.1 |
1453 | 2024-02-28T06:41:27.551Z | Compiling hyper-tls v0.5.0 |
1454 | 2024-02-28T06:41:27.867Z | Compiling hyper-rustls v0.24.2 |
1455 | 2024-02-28T06:41:27.940Z | Compiling base64ct v1.6.0 |
1456 | 2024-02-28T06:41:28.263Z | Compiling reqwest v0.11.22 |
1457 | 2024-02-28T06:41:28.573Z | Compiling plain v0.2.3 |
1458 | 2024-02-28T06:41:28.696Z | Compiling signal-hook v0.3.17 |
1459 | 2024-02-28T06:41:29.824Z | Compiling goblin v0.8.0 |
1460 | 2024-02-28T06:41:31.335Z | Compiling toml_edit v0.22.6 |
1461 | 2024-02-28T06:41:31.598Z | Compiling futures v0.3.30 |
1462 | 2024-02-28T06:41:31.696Z | Compiling dof v0.1.5 |
1463 | 2024-02-28T06:41:32.676Z | Compiling toml v0.7.8 |
1464 | 2024-02-28T06:41:33.537Z | Compiling hex v0.4.3 |
1465 | 2024-02-28T06:41:33.543Z | Compiling dtrace-parser v0.1.14 |
1466 | 2024-02-28T06:41:34.007Z | Compiling pretty-hex v0.4.1 |
1467 | 2024-02-28T06:41:35.816Z | Compiling dof v0.3.0 |
1468 | 2024-02-28T06:41:36.119Z | Compiling strum_macros v0.25.2 |
1469 | 2024-02-28T06:41:36.159Z | Compiling serde_tokenstream v0.1.7 |
1470 | 2024-02-28T06:41:36.699Z | Compiling dtrace-parser v0.2.0 |
1471 | 2024-02-28T06:41:38.258Z | Compiling smoltcp v0.9.1 |
1472 | 2024-02-28T06:41:38.593Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1473 | 2024-02-28T06:41:38.793Z | Compiling pem-rfc7468 v0.7.0 |
1474 | 2024-02-28T06:41:39.491Z | Compiling hmac v0.12.1 |
1475 | 2024-02-28T06:41:39.757Z | Compiling enum-as-inner v0.5.1 |
1476 | 2024-02-28T06:41:39.889Z | Compiling num-iter v0.1.43 |
1477 | 2024-02-28T06:41:40.227Z | Compiling flagset v0.4.3 |
1478 | 2024-02-28T06:41:40.446Z | Compiling unicode-segmentation v1.10.1 |
1479 | 2024-02-28T06:41:40.544Z | Compiling siphasher v0.3.11 |
1480 | 2024-02-28T06:41:40.563Z | Compiling der v0.7.8 |
1481 | 2024-02-28T06:41:40.766Z | Compiling usdt-attr-macro v0.3.5 |
1482 | 2024-02-28T06:41:40.910Z | Compiling usdt-macro v0.3.5 |
1483 | 2024-02-28T06:41:41.313Z | Compiling hubpack_derive v0.1.1 |
1484 | 2024-02-28T06:41:41.457Z | Compiling zerocopy-derive v0.6.4 |
1485 | 2024-02-28T06:41:42.374Z | Compiling utf8parse v0.2.1 |
1486 | 2024-02-28T06:41:42.551Z | Compiling anstyle v1.0.2 |
1487 | 2024-02-28T06:41:42.640Z | Compiling num_threads v0.1.6 |
1488 | 2024-02-28T06:41:43.001Z | Compiling deranged v0.3.8 |
1489 | 2024-02-28T06:41:43.550Z | Compiling sha2 v0.10.8 |
1490 | 2024-02-28T06:41:43.930Z | Compiling spki v0.7.2 |
1491 | 2024-02-28T06:41:44.131Z | Compiling anstyle-parse v0.2.1 |
1492 | 2024-02-28T06:41:44.839Z | Compiling time v0.3.27 |
1493 | 2024-02-28T06:41:46.016Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1494 | 2024-02-28T06:41:46.066Z | Compiling md-5 v0.10.5 |
1495 | 2024-02-28T06:41:46.325Z | Compiling block-padding v0.3.3 |
1496 | 2024-02-28T06:41:46.432Z | Compiling clap_derive v4.5.0 |
1497 | 2024-02-28T06:41:46.606Z | Compiling stringprep v0.1.3 |
1498 | 2024-02-28T06:41:47.357Z | Compiling getopts v0.2.21 |
1499 | 2024-02-28T06:41:47.632Z | Compiling diesel_table_macro_syntax v0.1.0 |
1500 | 2024-02-28T06:41:48.346Z | Compiling num-integer v0.1.46 |
1501 | 2024-02-28T06:41:49.487Z | Compiling hash32 v0.2.1 |
1502 | 2024-02-28T06:41:50.138Z | Compiling stable_deref_trait v1.2.0 |
1503 | 2024-02-28T06:41:50.251Z | Compiling fallible-iterator v0.2.0 |
1504 | 2024-02-28T06:41:50.543Z | Compiling colorchoice v1.0.0 |
1505 | 2024-02-28T06:41:51.535Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1506 | 2024-02-28T06:41:51.688Z | Compiling anstyle-query v1.0.0 |
1507 | 2024-02-28T06:41:51.840Z | Compiling anstream v0.6.11 |
1508 | 2024-02-28T06:41:51.894Z | Compiling postgres-protocol v0.6.6 |
1509 | 2024-02-28T06:41:53.228Z | Compiling diesel_derives v2.1.2 |
1510 | 2024-02-28T06:41:53.315Z | Compiling inout v0.1.3 |
1511 | 2024-02-28T06:41:55.727Z | Compiling pkcs8 v0.10.2 |
1512 | 2024-02-28T06:41:56.055Z | Compiling phf_shared v0.11.2 |
1513 | 2024-02-28T06:41:56.989Z | Compiling ff v0.13.0 |
1514 | 2024-02-28T06:41:57.243Z | Compiling terminal_size v0.3.0 |
1515 | 2024-02-28T06:41:57.719Z | Compiling serde_repr v0.1.16 |
1516 | 2024-02-28T06:41:58.372Z | Compiling scheduled-thread-pool v0.2.7 |
1517 | 2024-02-28T06:41:58.552Z | Compiling clap_lex v0.7.0 |
1518 | 2024-02-28T06:41:58.866Z | Compiling base16ct v0.2.0 |
1519 | 2024-02-28T06:41:58.989Z | Compiling matches v0.1.10 |
1520 | 2024-02-28T06:41:59.053Z | Compiling unsafe-libyaml v0.2.10 |
1521 | 2024-02-28T06:41:59.088Z | Compiling bit-vec v0.6.3 |
1522 | 2024-02-28T06:41:59.334Z | Compiling strsim v0.11.0 |
1523 | 2024-02-28T06:41:59.582Z | Compiling bitflags v1.3.2 |
1524 | 2024-02-28T06:41:59.690Z | Compiling managed v0.8.0 |
1525 | 2024-02-28T06:42:00.194Z | Compiling regex-automata v0.1.10 |
1526 | 2024-02-28T06:42:00.731Z | Compiling bstr v0.2.17 |
1527 | 2024-02-28T06:42:01.226Z | Compiling serde_yaml v0.9.25 |
1528 | 2024-02-28T06:42:02.265Z | Compiling clap_builder v4.5.0 |
1529 | 2024-02-28T06:42:02.646Z | Compiling idna v0.2.3 |
1530 | 2024-02-28T06:42:02.676Z | Compiling sec1 v0.7.3 |
1531 | 2024-02-28T06:42:03.306Z | Compiling r2d2 v0.8.10 |
1532 | 2024-02-28T06:42:03.774Z | Compiling group v0.13.0 |
1533 | 2024-02-28T06:42:04.760Z | Compiling phf v0.11.2 |
1534 | 2024-02-28T06:42:05.146Z | Compiling signal-hook-mio v0.2.3 |
1535 | 2024-02-28T06:42:05.320Z | Compiling cipher v0.4.4 |
1536 | 2024-02-28T06:42:05.449Z | Compiling bzip2 v0.4.4 |
1537 | 2024-02-28T06:42:05.730Z | Compiling postgres-types v0.2.6 |
1538 | 2024-02-28T06:42:05.857Z | Compiling zerocopy v0.6.4 |
1539 | 2024-02-28T06:42:05.860Z | Compiling hubpack v0.1.2 |
1540 | 2024-02-28T06:42:06.378Z | Compiling phf_shared v0.10.0 |
1541 | 2024-02-28T06:42:06.795Z | Compiling hkdf v0.12.4 |
1542 | 2024-02-28T06:42:06.878Z | Compiling crypto-bigint v0.5.2 |
1543 | 2024-02-28T06:42:06.900Z | Compiling ipnetwork v0.20.0 |
1544 | 2024-02-28T06:42:07.331Z | Compiling float-cmp v0.9.0 |
1545 | 2024-02-28T06:42:07.873Z | Compiling predicates-core v1.0.6 |
1546 | 2024-02-28T06:42:08.257Z | Compiling whoami v1.4.1 |
1547 | 2024-02-28T06:42:08.890Z | Compiling difflib v0.4.0 |
1548 | 2024-02-28T06:42:10.302Z | Compiling data-encoding v2.4.0 |
1549 | 2024-02-28T06:42:10.467Z | Compiling precomputed-hash v0.1.1 |
1550 | 2024-02-28T06:42:10.607Z | Compiling fixedbitset v0.4.2 |
1551 | 2024-02-28T06:42:10.698Z | Compiling static_assertions v1.1.0 |
1552 | 2024-02-28T06:42:10.814Z | Compiling new_debug_unreachable v1.0.4 |
1553 | 2024-02-28T06:42:10.917Z | Compiling minimal-lexical v0.2.1 |
1554 | 2024-02-28T06:42:11.066Z | Compiling normalize-line-endings v0.3.0 |
1555 | 2024-02-28T06:42:11.481Z | Compiling regex-automata v0.3.8 |
1556 | 2024-02-28T06:42:12.633Z | Compiling nom v7.1.3 |
1557 | 2024-02-28T06:42:12.686Z | Compiling predicates v3.1.0 |
1558 | 2024-02-28T06:42:13.273Z | Compiling bstr v1.6.0 |
1559 | 2024-02-28T06:42:13.573Z | Compiling string_cache v0.8.7 |
1560 | 2024-02-28T06:42:14.055Z | Compiling trust-dns-proto v0.22.0 |
1561 | 2024-02-28T06:42:14.084Z | Compiling petgraph v0.6.4 |
1562 | 2024-02-28T06:42:14.496Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1563 | 2024-02-28T06:42:14.946Z | Compiling diesel v2.1.4 |
1564 | 2024-02-28T06:42:16.061Z | Compiling elliptic-curve v0.13.8 |
1565 | 2024-02-28T06:42:16.127Z | Compiling tokio-postgres v0.7.10 |
1566 | 2024-02-28T06:42:16.490Z | Compiling yasna v0.5.2 |
1567 | 2024-02-28T06:42:16.842Z | Compiling clap v4.5.0 |
1568 | 2024-02-28T06:42:16.879Z | Compiling zip v0.6.6 |
1569 | 2024-02-28T06:42:17.562Z | Compiling crossterm v0.27.0 |
1570 | 2024-02-28T06:42:18.467Z | Compiling similar v2.3.0 |
1571 | 2024-02-28T06:42:18.652Z | Compiling bit-set v0.5.3 |
1572 | 2024-02-28T06:42:18.831Z | Compiling usdt v0.3.5 |
1573 | 2024-02-28T06:42:18.936Z | Compiling strum v0.25.0 |
1574 | 2024-02-28T06:42:19.141Z | Compiling itertools v0.10.5 |
1575 | 2024-02-28T06:42:19.696Z | Compiling console v0.15.8 |
1576 | 2024-02-28T06:42:20.721Z | Compiling tokio-stream v0.1.14 |
1577 | 2024-02-28T06:42:21.424Z | Compiling lalrpop-util v0.19.12 |
1578 | 2024-02-28T06:42:21.705Z | Compiling camino v1.1.6 |
1579 | 2024-02-28T06:42:23.723Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1580 | 2024-02-28T06:42:32.046Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1581 | 2024-02-28T06:42:58.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-02-28T06:43:00.505Z | Compiling sha1 v0.10.6 |
1583 | 2024-02-28T06:43:00.943Z | Compiling atty v0.2.14 |
1584 | 2024-02-28T06:43:00.971Z | Compiling match_cfg v0.1.0 |
1585 | 2024-02-28T06:43:01.074Z | Compiling hostname v0.3.1 |
1586 | 2024-02-28T06:43:01.094Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1587 | 2024-02-28T06:43:01.326Z | Compiling dirs-sys-next v0.1.2 |
1588 | 2024-02-28T06:43:01.538Z | Compiling strsim v0.10.0 |
1589 | 2024-02-28T06:43:01.886Z | Compiling rustls-pki-types v1.3.0 |
1590 | 2024-02-28T06:43:01.983Z | Compiling ident_case v1.0.1 |
1591 | 2024-02-28T06:43:02.082Z | Compiling dirs-next v2.0.0 |
1592 | 2024-02-28T06:43:02.134Z | Compiling darling_core v0.20.3 |
1593 | 2024-02-28T06:43:02.333Z | Compiling thread_local v1.1.7 |
1594 | 2024-02-28T06:43:02.354Z | Compiling slog-async v2.8.0 |
1595 | 2024-02-28T06:43:02.609Z | Compiling rustls v0.22.2 |
1596 | 2024-02-28T06:43:02.919Z | Compiling rustls-webpki v0.102.1 |
1597 | 2024-02-28T06:43:02.984Z | Compiling term v0.7.0 |
1598 | 2024-02-28T06:43:03.017Z | Compiling crossbeam-channel v0.5.8 |
1599 | 2024-02-28T06:43:03.068Z | Compiling multer v3.0.0 |
1600 | 2024-02-28T06:43:03.404Z | Compiling instant v0.1.12 |
1601 | 2024-02-28T06:43:03.559Z | Compiling take_mut v0.2.2 |
1602 | 2024-02-28T06:43:03.726Z | Compiling paste v1.0.14 |
1603 | 2024-02-28T06:43:03.729Z | Compiling slog-term v2.9.0 |
1604 | 2024-02-28T06:43:04.591Z | Compiling slog-json v2.6.1 |
1605 | 2024-02-28T06:43:05.015Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1606 | 2024-02-28T06:43:05.034Z | Compiling http v1.0.0 |
1607 | 2024-02-28T06:43:05.194Z | Compiling async-stream-impl v0.3.5 |
1608 | 2024-02-28T06:43:05.242Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-28T06:43:05.473Z | Compiling debug-ignore v1.0.5 |
1610 | 2024-02-28T06:43:05.587Z | Compiling atomic-waker v1.1.1 |
1611 | 2024-02-28T06:43:05.705Z | Compiling slog-bunyan v2.5.0 |
1612 | 2024-02-28T06:43:05.793Z | Compiling waitgroup v0.1.2 |
1613 | 2024-02-28T06:43:06.023Z | Compiling rustls-pemfile v2.1.0 |
1614 | 2024-02-28T06:43:06.496Z | Compiling toml v0.8.10 |
1615 | 2024-02-28T06:43:06.718Z | Compiling async-stream v0.3.5 |
1616 | 2024-02-28T06:43:07.254Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1617 | 2024-02-28T06:43:07.783Z | Compiling serde_path_to_error v0.1.15 |
1618 | 2024-02-28T06:43:08.250Z | Compiling structmeta-derive v0.3.0 |
1619 | 2024-02-28T06:43:08.326Z | Compiling strum_macros v0.26.1 |
1620 | 2024-02-28T06:43:08.463Z | Compiling darling_macro v0.20.3 |
1621 | 2024-02-28T06:43:08.659Z | Compiling newtype-uuid v1.0.1 |
1622 | 2024-02-28T06:43:08.979Z | Compiling tokio-rustls v0.25.0 |
1623 | 2024-02-28T06:43:09.440Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1624 | 2024-02-28T06:43:09.609Z | Compiling darling v0.20.3 |
1625 | 2024-02-28T06:43:09.652Z | Compiling backoff v0.4.0 |
1626 | 2024-02-28T06:43:09.734Z | Compiling serde_with_macros v3.6.1 |
1627 | 2024-02-28T06:43:10.033Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1628 | 2024-02-28T06:43:10.704Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1629 | 2024-02-28T06:43:10.861Z | Compiling macaddr v1.0.1 |
1630 | 2024-02-28T06:43:10.880Z | Compiling proc-macro-error-attr v1.0.4 |
1631 | 2024-02-28T06:43:11.298Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2024-02-28T06:43:11.350Z | Compiling proc-macro-error v1.0.4 |
1633 | 2024-02-28T06:43:11.595Z | Compiling structmeta v0.3.0 |
1634 | 2024-02-28T06:43:11.712Z | Compiling heapless v0.8.0 |
1635 | 2024-02-28T06:43:12.069Z | Compiling parse-display-derive v0.9.0 |
1636 | 2024-02-28T06:43:12.444Z | Compiling num_enum_derive v0.5.11 |
1637 | 2024-02-28T06:43:13.103Z | Compiling serde_with v3.6.1 |
1638 | 2024-02-28T06:43:13.718Z | Compiling hash32 v0.3.1 |
1639 | 2024-02-28T06:43:13.950Z | Compiling strum v0.26.1 |
1640 | 2024-02-28T06:43:13.977Z | Compiling smoltcp v0.11.0 |
1641 | 2024-02-28T06:43:14.145Z | Compiling rayon-core v1.12.1 |
1642 | 2024-02-28T06:43:14.507Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1643 | 2024-02-28T06:43:15.510Z | Compiling num_enum v0.5.11 |
1644 | 2024-02-28T06:43:15.635Z | Compiling crossbeam-deque v0.8.3 |
1645 | 2024-02-28T06:43:15.678Z | Compiling same-file v1.0.6 |
1646 | 2024-02-28T06:43:15.797Z | Compiling fastrand v2.0.1 |
1647 | 2024-02-28T06:43:15.933Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-02-28T06:43:16.136Z | Compiling embedded-io v0.4.0 |
1649 | 2024-02-28T06:43:16.272Z | Compiling cobs v0.2.3 |
1650 | 2024-02-28T06:43:16.373Z | Compiling tempfile v3.10.0 |
1651 | 2024-02-28T06:43:16.517Z | Compiling postcard v1.0.8 |
1652 | 2024-02-28T06:43:17.149Z | Compiling parse-display v0.9.0 |
1653 | 2024-02-28T06:43:17.350Z | Compiling walkdir v2.4.0 |
1654 | 2024-02-28T06:43:17.402Z | Compiling semver-parser v0.10.2 |
1655 | 2024-02-28T06:43:17.452Z | Compiling foreign-types-macros v0.2.3 |
1656 | 2024-02-28T06:43:17.787Z | Compiling blake3 v1.5.0 |
1657 | 2024-02-28T06:43:18.173Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1658 | 2024-02-28T06:43:18.455Z | Compiling foreign-types-shared v0.3.1 |
1659 | 2024-02-28T06:43:18.478Z | Compiling crucible-workspace-hack v0.1.0 |
1660 | 2024-02-28T06:43:18.522Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1661 | 2024-02-28T06:43:18.580Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1662 | 2024-02-28T06:43:18.833Z | Compiling semver v0.11.0 |
1663 | 2024-02-28T06:43:18.844Z | Compiling foreign-types v0.5.0 |
1664 | 2024-02-28T06:43:18.934Z | Compiling rayon v1.9.0 |
1665 | 2024-02-28T06:43:19.327Z | Compiling is-terminal v0.4.9 |
1666 | 2024-02-28T06:43:19.369Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1667 | 2024-02-28T06:43:19.494Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1668 | 2024-02-28T06:43:19.717Z | Compiling cstr-argument v0.1.2 |
1669 | 2024-02-28T06:43:19.778Z | Compiling xattr v1.0.1 |
1670 | 2024-02-28T06:43:19.986Z | Compiling memmap2 v0.7.1 |
1671 | 2024-02-28T06:43:20.070Z | Compiling filetime v0.2.23 |
1672 | 2024-02-28T06:43:20.097Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1673 | 2024-02-28T06:43:20.402Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1674 | 2024-02-28T06:43:20.428Z | Compiling home v0.5.5 |
1675 | 2024-02-28T06:43:20.429Z | Compiling pretty-hex v0.2.1 |
1676 | 2024-02-28T06:43:20.542Z | Compiling arrayvec v0.7.4 |
1677 | 2024-02-28T06:43:20.621Z | Compiling constant_time_eq v0.3.0 |
1678 | 2024-02-28T06:43:20.705Z | Compiling arrayref v0.3.7 |
1679 | 2024-02-28T06:43:20.764Z | Compiling toolchain_find v0.2.0 |
1680 | 2024-02-28T06:43:20.803Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1681 | 2024-02-28T06:43:20.988Z | Compiling tar v0.4.40 |
1682 | 2024-02-28T06:43:21.014Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1683 | 2024-02-28T06:43:21.173Z | Compiling camino-tempfile v1.1.1 |
1684 | 2024-02-28T06:43:21.383Z | Compiling colored v2.0.4 |
1685 | 2024-02-28T06:43:21.845Z | Compiling toml v0.5.11 |
1686 | 2024-02-28T06:43:22.082Z | Compiling platforms v3.0.2 |
1687 | 2024-02-28T06:43:22.120Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1688 | 2024-02-28T06:43:22.178Z | Compiling topological-sort v0.2.2 |
1689 | 2024-02-28T06:43:22.414Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1690 | 2024-02-28T06:43:22.541Z | Compiling zone_cfg_derive v0.3.0 |
1691 | 2024-02-28T06:43:22.983Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1692 | 2024-02-28T06:43:23.175Z | Compiling textwrap v0.11.0 |
1693 | 2024-02-28T06:43:23.465Z | Compiling heck v0.3.3 |
1694 | 2024-02-28T06:43:23.884Z | Compiling rustfmt-wrapper v0.2.0 |
1695 | 2024-02-28T06:43:24.155Z | Compiling num-derive v0.4.0 |
1696 | 2024-02-28T06:43:24.404Z | Compiling omicron-zone-package v0.11.0 |
1697 | 2024-02-28T06:43:24.570Z | Compiling libefi-sys v0.1.0 |
1698 | 2024-02-28T06:43:24.917Z | Compiling vec_map v0.8.2 |
1699 | 2024-02-28T06:43:25.240Z | Compiling ansi_term v0.12.1 |
1700 | 2024-02-28T06:43:25.571Z | Compiling strsim v0.8.0 |
1701 | 2024-02-28T06:43:25.800Z | Compiling clap v2.34.0 |
1702 | 2024-02-28T06:43:25.883Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1703 | 2024-02-28T06:43:25.949Z | Compiling zone v0.3.0 |
1704 | 2024-02-28T06:43:26.257Z | Compiling structopt-derive v0.4.18 |
1705 | 2024-02-28T06:43:26.572Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1706 | 2024-02-28T06:43:26.698Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1707 | 2024-02-28T06:43:27.009Z | Compiling smf v0.2.2 |
1708 | 2024-02-28T06:43:27.628Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1709 | 2024-02-28T06:43:27.665Z | Compiling unicase v2.7.0 |
1710 | 2024-02-28T06:43:27.803Z | Compiling semver v0.1.20 |
1711 | 2024-02-28T06:43:28.024Z | Compiling curve25519-dalek v4.1.1 |
1712 | 2024-02-28T06:43:28.289Z | Compiling rustc_version v0.1.7 |
1713 | 2024-02-28T06:43:28.448Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1714 | 2024-02-28T06:43:28.629Z | Compiling universal-hash v0.5.1 |
1715 | 2024-02-28T06:43:28.796Z | Compiling opaque-debug v0.3.0 |
1716 | 2024-02-28T06:43:28.840Z | Compiling newtype_derive v0.1.6 |
1717 | 2024-02-28T06:43:28.896Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1718 | 2024-02-28T06:43:29.030Z | Compiling signature v2.1.0 |
1719 | 2024-02-28T06:43:29.181Z | Compiling curve25519-dalek-derive v0.1.0 |
1720 | 2024-02-28T06:43:29.205Z | Compiling gethostname v0.4.3 |
1721 | 2024-02-28T06:43:29.265Z | Compiling num-rational v0.4.1 |
1722 | 2024-02-28T06:43:29.284Z | Compiling getrandom v0.1.16 |
1723 | 2024-02-28T06:43:29.437Z | Compiling structopt v0.3.26 |
1724 | 2024-02-28T06:43:29.825Z | Compiling usdt-attr-macro v0.5.0 |
1725 | 2024-02-28T06:43:29.925Z | Compiling usdt-macro v0.5.0 |
1726 | 2024-02-28T06:43:30.118Z | Compiling password-hash v0.5.0 |
1727 | 2024-02-28T06:43:30.139Z | Compiling blake2 v0.10.6 |
1728 | 2024-02-28T06:43:31.209Z | Compiling memmap v0.7.0 |
1729 | 2024-02-28T06:43:31.269Z | Compiling parking_lot_core v0.8.6 |
1730 | 2024-02-28T06:43:31.530Z | Compiling linked-hash-map v0.5.6 |
1731 | 2024-02-28T06:43:31.557Z | Compiling quick-error v1.2.3 |
1732 | 2024-02-28T06:43:31.593Z | Compiling usdt v0.5.0 |
1733 | 2024-02-28T06:43:31.646Z | Compiling argon2 v0.5.3 |
1734 | 2024-02-28T06:43:31.707Z | Compiling resolv-conf v0.7.0 |
1735 | 2024-02-28T06:43:31.909Z | Compiling lru-cache v0.1.2 |
1736 | 2024-02-28T06:43:32.476Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1737 | 2024-02-28T06:43:32.525Z | Compiling rfc6979 v0.4.0 |
1738 | 2024-02-28T06:43:32.554Z | Compiling aead v0.5.2 |
1739 | 2024-02-28T06:43:32.722Z | Compiling num-complex v0.4.4 |
1740 | 2024-02-28T06:43:32.906Z | Compiling nibble_vec v0.1.0 |
1741 | 2024-02-28T06:43:33.131Z | Compiling slog-dtrace v0.3.0 |
1742 | 2024-02-28T06:43:33.479Z | Compiling endian-type v0.1.2 |
1743 | 2024-02-28T06:43:33.712Z | Compiling arc-swap v1.6.0 |
1744 | 2024-02-28T06:43:33.839Z | Compiling cancel-safe-futures v0.1.5 |
1745 | 2024-02-28T06:43:34.011Z | Compiling winapi v0.3.9 |
1746 | 2024-02-28T06:43:34.239Z | Compiling utf-8 v0.7.6 |
1747 | 2024-02-28T06:43:34.397Z | Compiling keccak v0.1.4 |
1748 | 2024-02-28T06:43:34.617Z | Compiling tungstenite v0.20.1 |
1749 | 2024-02-28T06:43:35.001Z | Compiling sha3 v0.10.8 |
1750 | 2024-02-28T06:43:35.228Z | Compiling slog-scope v4.4.0 |
1751 | 2024-02-28T06:43:35.254Z | Compiling num v0.4.1 |
1752 | 2024-02-28T06:43:35.369Z | Compiling radix_trie v0.2.1 |
1753 | 2024-02-28T06:43:35.560Z | Compiling ecdsa v0.16.9 |
1754 | 2024-02-28T06:43:35.790Z | Compiling mime_guess v2.0.4 |
1755 | 2024-02-28T06:43:36.040Z | Compiling steno v0.4.0 |
1756 | 2024-02-28T06:43:36.104Z | Compiling trust-dns-resolver v0.22.0 |
1757 | 2024-02-28T06:43:36.463Z | Compiling rand_core v0.5.1 |
1758 | 2024-02-28T06:43:36.982Z | Compiling poly1305 v0.8.0 |
1759 | 2024-02-28T06:43:37.392Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1760 | 2024-02-28T06:43:37.660Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1761 | 2024-02-28T06:43:38.635Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1762 | 2024-02-28T06:43:38.776Z | Compiling primeorder v0.13.6 |
1763 | 2024-02-28T06:43:39.102Z | Compiling chacha20 v0.9.1 |
1764 | 2024-02-28T06:43:39.479Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1765 | 2024-02-28T06:43:39.627Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1766 | 2024-02-28T06:43:39.937Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1767 | 2024-02-28T06:43:40.843Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1768 | 2024-02-28T06:43:40.996Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1769 | 2024-02-28T06:43:41.732Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1770 | 2024-02-28T06:43:41.784Z | Compiling secrecy v0.8.0 |
1771 | 2024-02-28T06:43:42.071Z | Compiling thiserror-impl-no-std v2.0.2 |
1772 | 2024-02-28T06:43:42.142Z | Compiling half v2.3.1 |
1773 | 2024-02-28T06:43:42.739Z | Compiling ciborium-io v0.2.2 |
1774 | 2024-02-28T06:43:42.842Z | Compiling option-ext v0.2.0 |
1775 | 2024-02-28T06:43:42.882Z | Compiling convert_case v0.4.0 |
1776 | 2024-02-28T06:43:42.986Z | Compiling dirs-sys v0.4.1 |
1777 | 2024-02-28T06:43:43.671Z | Compiling ciborium-ll v0.2.2 |
1778 | 2024-02-28T06:43:43.882Z | Compiling derive_more v0.99.17 |
1779 | 2024-02-28T06:43:44.153Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1780 | 2024-02-28T06:43:44.949Z | Compiling parking_lot v0.11.2 |
1781 | 2024-02-28T06:43:45.068Z | Compiling rand_chacha v0.2.2 |
1782 | 2024-02-28T06:43:45.684Z | Compiling thiserror-no-std v2.0.2 |
1783 | 2024-02-28T06:43:45.821Z | Compiling trust-dns-client v0.22.0 |
1784 | 2024-02-28T06:43:45.986Z | Compiling tokio-tungstenite v0.20.1 |
1785 | 2024-02-28T06:43:46.577Z | Compiling slog-stdlog v4.1.1 |
1786 | 2024-02-28T06:43:47.094Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1787 | 2024-02-28T06:43:47.146Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1788 | 2024-02-28T06:43:47.463Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1789 | 2024-02-28T06:43:48.246Z | Compiling ed25519 v2.2.2 |
1790 | 2024-02-28T06:43:48.730Z | Compiling polyval v0.6.1 |
1791 | 2024-02-28T06:43:49.068Z | Compiling ctr v0.9.2 |
1792 | 2024-02-28T06:43:49.183Z | Compiling blowfish v0.9.1 |
1793 | 2024-02-28T06:43:49.421Z | Compiling aes v0.8.3 |
1794 | 2024-02-28T06:43:49.673Z | Compiling password-hash v0.4.2 |
1795 | 2024-02-28T06:43:50.666Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1796 | 2024-02-28T06:43:52.564Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1797 | 2024-02-28T06:43:52.905Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1798 | 2024-02-28T06:43:56.542Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1799 | 2024-02-28T06:43:58.825Z | Compiling libsw v3.3.1 |
1800 | 2024-02-28T06:44:00.322Z | Compiling pbkdf2 v0.12.2 |
1801 | 2024-02-28T06:44:00.416Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1802 | 2024-02-28T06:44:00.515Z | Compiling derive-where v1.2.7 |
1803 | 2024-02-28T06:44:01.355Z | Compiling fxhash v0.2.1 |
1804 | 2024-02-28T06:44:01.600Z | Compiling swrite v0.1.0 |
1805 | 2024-02-28T06:44:01.748Z | Compiling owo-colors v4.0.0 |
1806 | 2024-02-28T06:44:01.902Z | Compiling linear-map v1.2.0 |
1807 | 2024-02-28T06:44:02.264Z | Compiling sled v0.34.7 |
1808 | 2024-02-28T06:44:04.155Z | Compiling trust-dns-server v0.22.1 |
1809 | 2024-02-28T06:44:04.174Z | Compiling bcrypt-pbkdf v0.10.0 |
1810 | 2024-02-28T06:44:04.376Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1811 | 2024-02-28T06:44:04.677Z | Compiling pbkdf2 v0.11.0 |
1812 | 2024-02-28T06:44:04.719Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1813 | 2024-02-28T06:44:04.979Z | Compiling ghash v0.5.0 |
1814 | 2024-02-28T06:44:05.067Z | Compiling ed25519-dalek v2.0.0 |
1815 | 2024-02-28T06:44:05.190Z | Compiling russh-cryptovec v0.7.0 |
1816 | 2024-02-28T06:44:05.214Z | Compiling slog-envlogger v2.2.0 |
1817 | 2024-02-28T06:44:05.505Z | Compiling vsss-rs v3.3.4 |
1818 | 2024-02-28T06:44:05.689Z | Compiling rand v0.7.3 |
1819 | 2024-02-28T06:44:06.186Z | Compiling ciborium v0.2.2 |
1820 | 2024-02-28T06:44:07.006Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1821 | 2024-02-28T06:44:07.799Z | Compiling dirs v5.0.1 |
1822 | 2024-02-28T06:44:08.017Z | Compiling chacha20poly1305 v0.10.1 |
1823 | 2024-02-28T06:44:08.271Z | Compiling p521 v0.13.3 |
1824 | 2024-02-28T06:44:08.834Z | Compiling p256 v0.13.2 |
1825 | 2024-02-28T06:44:09.443Z | Compiling cbc v0.1.2 |
1826 | 2024-02-28T06:44:09.720Z | Compiling pem v3.0.2 |
1827 | 2024-02-28T06:44:09.776Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1828 | 2024-02-28T06:44:10.178Z | Compiling headers-core v0.2.0 |
1829 | 2024-02-28T06:44:10.366Z | Compiling kstat-rs v0.2.3 |
1830 | 2024-02-28T06:44:10.520Z | Compiling glob v0.3.1 |
1831 | 2024-02-28T06:44:10.944Z | Compiling http-range v0.1.5 |
1832 | 2024-02-28T06:44:10.947Z | Compiling md5 v0.7.0 |
1833 | 2024-02-28T06:44:11.125Z | Compiling hyper-staticfile v0.9.5 |
1834 | 2024-02-28T06:44:11.304Z | Compiling russh-keys v0.42.0 |
1835 | 2024-02-28T06:44:11.510Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1836 | 2024-02-28T06:44:11.606Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1837 | 2024-02-28T06:44:12.148Z | Compiling headers v0.3.9 |
1838 | 2024-02-28T06:44:12.424Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1839 | 2024-02-28T06:44:14.401Z | Compiling rcgen v0.12.1 |
1840 | 2024-02-28T06:44:14.915Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1841 | 2024-02-28T06:44:14.971Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1842 | 2024-02-28T06:44:15.571Z | Compiling aes-gcm v0.10.3 |
1843 | 2024-02-28T06:44:17.635Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1844 | 2024-02-28T06:44:20.037Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1845 | 2024-02-28T06:44:20.288Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1846 | 2024-02-28T06:44:21.977Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1847 | 2024-02-28T06:44:23.464Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1848 | 2024-02-28T06:44:24.627Z | Compiling atomicwrites v0.4.3 |
1849 | 2024-02-28T06:44:24.983Z | Compiling itertools v0.12.1 |
1850 | 2024-02-28T06:44:25.228Z | Compiling subprocess v0.2.9 |
1851 | 2024-02-28T06:44:25.343Z | Compiling hex-literal v0.4.1 |
1852 | 2024-02-28T06:44:25.506Z | Compiling display-error-chain v0.2.0 |
1853 | 2024-02-28T06:44:25.673Z | Compiling russh v0.42.0 |
1854 | 2024-02-28T06:44:27.448Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1855 | 2024-02-28T06:44:27.609Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1856 | 2024-02-28T06:44:34.201Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1857 | 2024-02-28T06:44:35.426Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1858 | 2024-02-28T06:44:57.005Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1859 | 2024-02-28T06:45:58.366Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 52s |
1860 | 2024-02-28T06:45:58.643Z | |
1861 | 2024-02-28T06:45:58.647Z | real 5:52.821117876 |
1862 | 2024-02-28T06:45:58.648Z | user 30:03.717912366 |
1863 | 2024-02-28T06:45:58.648Z | sys 5:46.048583658 |
1864 | 2024-02-28T06:45:58.648Z | trap 0.877115001 |
1865 | 2024-02-28T06:45:58.648Z | tflt 5.091830070 |
1866 | 2024-02-28T06:45:58.649Z | dflt 4.995758248 |
1867 | 2024-02-28T06:45:58.649Z | kflt 0.057704946 |
1868 | 2024-02-28T06:45:58.649Z | lock 55:51.230645157 |
1869 | 2024-02-28T06:45:58.649Z | slp 1:28:07.905946559 |
1870 | 2024-02-28T06:45:58.649Z | lat 1:42.793576715 |
1871 | 2024-02-28T06:45:58.650Z | stop 4:15.714730977 |
1872 | 2024-02-28T06:45:58.650Z | + mkdir -p /work/end-to-end-tests |
1873 | 2024-02-28T06:45:58.672Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1874 | 2024-02-28T06:45:59.348Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1875 | 2024-02-28T06:45:59.348Z | + ptime -m gzip |
1876 | 2024-02-28T06:45:59.353Z | ++ basename target/debug/bootstrap |
1877 | 2024-02-28T06:46:12.574Z | |
1878 | 2024-02-28T06:46:12.574Z | real 13.218572114 |
1879 | 2024-02-28T06:46:12.574Z | user 13.110759945 |
1880 | 2024-02-28T06:46:12.574Z | sys 0.097350652 |
1881 | 2024-02-28T06:46:12.581Z | trap 0.003000592 |
1882 | 2024-02-28T06:46:12.581Z | tflt 0.000000000 |
1883 | 2024-02-28T06:46:12.581Z | dflt 0.000000000 |
1884 | 2024-02-28T06:46:12.581Z | kflt 0.000000000 |
1885 | 2024-02-28T06:46:12.581Z | lock 0.000000000 |
1886 | 2024-02-28T06:46:12.581Z | slp 0.000000000 |
1887 | 2024-02-28T06:46:12.581Z | lat 0.007072114 |
1888 | 2024-02-28T06:46:12.581Z | stop 0.000168286 |
1889 | 2024-02-28T06:46:12.581Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1890 | 2024-02-28T06:46:12.581Z | + ptime -m gzip |
1891 | 2024-02-28T06:46:12.581Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-df6505cfb6a16968 |
1892 | 2024-02-28T06:46:13.864Z | |
1893 | 2024-02-28T06:46:13.864Z | real 1.283408865 |
1894 | 2024-02-28T06:46:13.864Z | user 1.270979080 |
1895 | 2024-02-28T06:46:13.867Z | sys 0.011842159 |
1896 | 2024-02-28T06:46:13.867Z | trap 0.000101084 |
1897 | 2024-02-28T06:46:13.867Z | tflt 0.000000000 |
1898 | 2024-02-28T06:46:13.867Z | dflt 0.000000000 |
1899 | 2024-02-28T06:46:13.867Z | kflt 0.000000000 |
1900 | 2024-02-28T06:46:13.867Z | lock 0.000000000 |
1901 | 2024-02-28T06:46:13.867Z | slp 0.000000000 |
1902 | 2024-02-28T06:46:13.867Z | lat 0.000099542 |
1903 | 2024-02-28T06:46:13.867Z | stop 0.000168517 |
1904 | 2024-02-28T06:46:13.867Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1905 | 2024-02-28T06:46:13.868Z | + ptime -m gzip |
1906 | 2024-02-28T06:46:13.868Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f3698c83fc6c836d |
1907 | 2024-02-28T06:46:27.450Z | |
1908 | 2024-02-28T06:46:27.454Z | real 13.577693313 |
1909 | 2024-02-28T06:46:27.454Z | user 13.477282007 |
1910 | 2024-02-28T06:46:27.454Z | sys 0.095893049 |
1911 | 2024-02-28T06:46:27.454Z | trap 0.002118683 |
1912 | 2024-02-28T06:46:27.454Z | tflt 0.000000000 |
1913 | 2024-02-28T06:46:27.454Z | dflt 0.000000000 |
1914 | 2024-02-28T06:46:27.454Z | kflt 0.000000000 |
1915 | 2024-02-28T06:46:27.454Z | lock 0.000000000 |
1916 | 2024-02-28T06:46:27.454Z | slp 0.000000000 |
1917 | 2024-02-28T06:46:27.454Z | lat 0.001984893 |
1918 | 2024-02-28T06:46:27.454Z | stop 0.000195604 |
1919 | 2024-02-28T06:46:27.454Z | + banner caboose-util |
1920 | 2024-02-28T06:46:27.454Z | |
1921 | 2024-02-28T06:46:27.454Z | #### ## ##### #### #### #### ###### # # ##### |
1922 | 2024-02-28T06:46:27.454Z | # # # # # # # # # # # # # # # |
1923 | 2024-02-28T06:46:27.454Z | # # # ##### # # # # #### ##### ##### # # # |
1924 | 2024-02-28T06:46:27.454Z | # ###### # # # # # # # # # # # |
1925 | 2024-02-28T06:46:27.454Z | # # # # # # # # # # # # # # # # |
1926 | 2024-02-28T06:46:27.455Z | #### # # ##### #### #### #### ###### #### # |
1927 | 2024-02-28T06:46:27.455Z | |
1928 | 2024-02-28T06:46:27.455Z | + ptime -m cargo build --locked -p caboose-util --release |
1929 | 2024-02-28T06:46:27.867Z | Downloading crates ... |
1930 | 2024-02-28T06:46:28.142Z | Downloaded path-slash v0.1.5 |
1931 | 2024-02-28T06:46:28.151Z | Downloaded crc-catalog v2.2.0 |
1932 | 2024-02-28T06:46:28.154Z | Downloaded bitfield v0.14.0 |
1933 | 2024-02-28T06:46:28.157Z | Downloaded termcolor v1.2.0 |
1934 | 2024-02-28T06:46:28.157Z | Downloaded packed_struct v0.10.1 |
1935 | 2024-02-28T06:46:28.163Z | Downloaded nodrop v0.1.14 |
1936 | 2024-02-28T06:46:28.167Z | Downloaded tap v1.0.1 |
1937 | 2024-02-28T06:46:28.167Z | Downloaded pkcs1 v0.7.5 |
1938 | 2024-02-28T06:46:28.170Z | Downloaded radium v0.7.0 |
1939 | 2024-02-28T06:46:28.170Z | Downloaded array-init v0.0.4 |
1940 | 2024-02-28T06:46:28.170Z | Downloaded crc v3.0.1 |
1941 | 2024-02-28T06:46:28.173Z | Downloaded packed_struct_codegen v0.10.1 |
1942 | 2024-02-28T06:46:28.173Z | Downloaded maybe-uninit v2.0.0 |
1943 | 2024-02-28T06:46:28.176Z | Downloaded funty v2.0.0 |
1944 | 2024-02-28T06:46:28.176Z | Downloaded smallvec v0.6.14 |
1945 | 2024-02-28T06:46:28.176Z | Downloaded serde-hex v0.1.0 |
1946 | 2024-02-28T06:46:28.181Z | Downloaded wyz v0.5.1 |
1947 | 2024-02-28T06:46:28.184Z | Downloaded env_logger v0.10.0 |
1948 | 2024-02-28T06:46:28.191Z | Downloaded crc-any v2.4.3 |
1949 | 2024-02-28T06:46:28.194Z | Downloaded ron v0.8.1 |
1950 | 2024-02-28T06:46:28.198Z | Downloaded rsa v0.9.2 |
1951 | 2024-02-28T06:46:28.202Z | Downloaded hashbrown v0.13.2 |
1952 | 2024-02-28T06:46:28.206Z | Downloaded num-bigint-dig v0.8.4 |
1953 | 2024-02-28T06:46:28.211Z | Downloaded x509-cert v0.2.4 |
1954 | 2024-02-28T06:46:28.216Z | Downloaded bitvec v1.0.1 |
1955 | 2024-02-28T06:46:28.230Z | Downloaded object v0.30.4 |
1956 | 2024-02-28T06:46:28.336Z | Compiling proc-macro2 v1.0.78 |
1957 | 2024-02-28T06:46:28.336Z | Compiling unicode-ident v1.0.12 |
1958 | 2024-02-28T06:46:28.339Z | Compiling libc v0.2.153 |
1959 | 2024-02-28T06:46:28.339Z | Compiling serde v1.0.196 |
1960 | 2024-02-28T06:46:28.339Z | Compiling autocfg v1.1.0 |
1961 | 2024-02-28T06:46:28.339Z | Compiling version_check v0.9.4 |
1962 | 2024-02-28T06:46:28.339Z | Compiling cfg-if v1.0.0 |
1963 | 2024-02-28T06:46:28.489Z | Compiling typenum v1.16.0 |
1964 | 2024-02-28T06:46:28.489Z | Compiling once_cell v1.19.0 |
1965 | 2024-02-28T06:46:28.550Z | Compiling parking_lot_core v0.9.8 |
1966 | 2024-02-28T06:46:28.920Z | Compiling memchr v2.6.3 |
1967 | 2024-02-28T06:46:28.935Z | Compiling syn v1.0.109 |
1968 | 2024-02-28T06:46:28.953Z | Compiling byteorder v1.5.0 |
1969 | 2024-02-28T06:46:29.084Z | Compiling lock_api v0.4.10 |
1970 | 2024-02-28T06:46:29.397Z | Compiling generic-array v0.14.7 |
1971 | 2024-02-28T06:46:29.414Z | Compiling libm v0.2.7 |
1972 | 2024-02-28T06:46:29.502Z | Compiling num-traits v0.2.16 |
1973 | 2024-02-28T06:46:29.694Z | Compiling ahash v0.8.7 |
1974 | 2024-02-28T06:46:29.753Z | Compiling pkg-config v0.3.27 |
1975 | 2024-02-28T06:46:29.789Z | Compiling quote v1.0.35 |
1976 | 2024-02-28T06:46:29.880Z | Compiling thiserror v1.0.57 |
1977 | 2024-02-28T06:46:30.370Z | Compiling syn v2.0.48 |
1978 | 2024-02-28T06:46:30.407Z | Compiling cc v1.0.83 |
1979 | 2024-02-28T06:46:30.463Z | Compiling getrandom v0.2.10 |
1980 | 2024-02-28T06:46:30.837Z | Compiling serde_json v1.0.114 |
1981 | 2024-02-28T06:46:30.899Z | Compiling scopeguard v1.2.0 |
1982 | 2024-02-28T06:46:31.330Z | Compiling slab v0.4.9 |
1983 | 2024-02-28T06:46:31.439Z | Compiling log v0.4.20 |
1984 | 2024-02-28T06:46:31.564Z | Compiling itoa v1.0.9 |
1985 | 2024-02-28T06:46:31.778Z | Compiling rand_core v0.6.4 |
1986 | 2024-02-28T06:46:32.107Z | Compiling smallvec v1.13.1 |
1987 | 2024-02-28T06:46:32.694Z | Compiling vcpkg v0.2.15 |
1988 | 2024-02-28T06:46:33.176Z | Compiling const-oid v0.9.5 |
1989 | 2024-02-28T06:46:33.477Z | Compiling parking_lot v0.12.1 |
1990 | 2024-02-28T06:46:33.565Z | Compiling pin-project-lite v0.2.13 |
1991 | 2024-02-28T06:46:34.022Z | Compiling ring v0.17.8 |
1992 | 2024-02-28T06:46:34.347Z | Compiling ryu v1.0.15 |
1993 | 2024-02-28T06:46:34.421Z | Compiling openssl-sys v0.9.96 |
1994 | 2024-02-28T06:46:34.622Z | Compiling ucd-trie v0.1.6 |
1995 | 2024-02-28T06:46:35.134Z | Compiling signal-hook-registry v1.4.1 |
1996 | 2024-02-28T06:46:35.313Z | Compiling rustix v0.38.31 |
1997 | 2024-02-28T06:46:35.517Z | Compiling subtle v2.5.0 |
1998 | 2024-02-28T06:46:35.846Z | Compiling ring v0.16.20 |
1999 | 2024-02-28T06:46:35.902Z | Compiling mio v0.8.9 |
2000 | 2024-02-28T06:46:36.035Z | Compiling heck v0.4.1 |
2001 | 2024-02-28T06:46:36.422Z | Compiling futures-core v0.3.30 |
2002 | 2024-02-28T06:46:36.665Z | Compiling semver v1.0.22 |
2003 | 2024-02-28T06:46:37.457Z | Compiling spin v0.5.2 |
2004 | 2024-02-28T06:46:38.076Z | Compiling socket2 v0.5.5 |
2005 | 2024-02-28T06:46:38.627Z | Compiling num_cpus v1.16.0 |
2006 | 2024-02-28T06:46:38.647Z | Compiling openssl v0.10.60 |
2007 | 2024-02-28T06:46:38.749Z | Compiling httparse v1.8.0 |
2008 | 2024-02-28T06:46:39.059Z | Compiling futures-sink v0.3.30 |
2009 | 2024-02-28T06:46:39.150Z | Compiling unicode-xid v0.2.4 |
2010 | 2024-02-28T06:46:39.177Z | Compiling allocator-api2 v0.2.16 |
2011 | 2024-02-28T06:46:39.272Z | Compiling synstructure v0.12.6 |
2012 | 2024-02-28T06:46:39.435Z | Compiling tinyvec_macros v0.1.1 |
2013 | 2024-02-28T06:46:39.852Z | Compiling equivalent v1.0.1 |
2014 | 2024-02-28T06:46:39.970Z | Compiling tinyvec v1.6.0 |
2015 | 2024-02-28T06:46:40.166Z | Compiling futures-channel v0.3.30 |
2016 | 2024-02-28T06:46:40.402Z | Compiling native-tls v0.2.11 |
2017 | 2024-02-28T06:46:40.422Z | Compiling futures-io v0.3.30 |
2018 | 2024-02-28T06:46:40.594Z | Compiling futures-task v0.3.30 |
2019 | 2024-02-28T06:46:40.673Z | Compiling rustls v0.21.9 |
2020 | 2024-02-28T06:46:40.832Z | Compiling ppv-lite86 v0.2.17 |
2021 | 2024-02-28T06:46:40.882Z | Compiling pin-utils v0.1.0 |
2022 | 2024-02-28T06:46:40.963Z | Compiling crc32fast v1.3.2 |
2023 | 2024-02-28T06:46:40.973Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2024 | 2024-02-28T06:46:41.132Z | Compiling spin v0.9.8 |
2025 | 2024-02-28T06:46:41.432Z | Compiling unicode-normalization v0.1.22 |
2026 | 2024-02-28T06:46:41.432Z | Compiling tracing-core v0.1.31 |
2027 | 2024-02-28T06:46:41.528Z | Compiling base64ct v1.6.0 |
2028 | 2024-02-28T06:46:41.586Z | Compiling unicode-bidi v0.3.13 |
2029 | 2024-02-28T06:46:41.681Z | Compiling rand_chacha v0.3.1 |
2030 | 2024-02-28T06:46:42.365Z | Compiling rand v0.8.5 |
2031 | 2024-02-28T06:46:42.365Z | Compiling pem-rfc7468 v0.7.0 |
2032 | 2024-02-28T06:46:43.214Z | Compiling num-iter v0.1.43 |
2033 | 2024-02-28T06:46:43.418Z | Compiling usdt-impl v0.3.5 |
2034 | 2024-02-28T06:46:43.541Z | Compiling schemars v0.8.16 |
2035 | 2024-02-28T06:46:43.780Z | Compiling flagset v0.4.3 |
2036 | 2024-02-28T06:46:43.940Z | Compiling serde_derive v1.0.196 |
2037 | 2024-02-28T06:46:43.998Z | Compiling zeroize_derive v1.4.2 |
2038 | 2024-02-28T06:46:44.125Z | Compiling zerocopy-derive v0.7.32 |
2039 | 2024-02-28T06:46:44.204Z | Compiling thiserror-impl v1.0.57 |
2040 | 2024-02-28T06:46:44.208Z | Compiling tokio-macros v2.2.0 |
2041 | 2024-02-28T06:46:44.226Z | Compiling futures-macro v0.3.30 |
2042 | 2024-02-28T06:46:44.521Z | Compiling tracing-attributes v0.1.26 |
2043 | 2024-02-28T06:46:44.689Z | Compiling der_derive v0.7.2 |
2044 | 2024-02-28T06:46:45.477Z | Compiling zeroize v1.7.0 |
2045 | 2024-02-28T06:46:46.214Z | Compiling zerocopy-derive v0.2.0 |
2046 | 2024-02-28T06:46:46.247Z | Compiling zerocopy v0.7.32 |
2047 | 2024-02-28T06:46:47.151Z | Compiling pest v2.7.6 |
2048 | 2024-02-28T06:46:47.446Z | Compiling crypto-common v0.1.6 |
2049 | 2024-02-28T06:46:47.563Z | Compiling block-buffer v0.10.4 |
2050 | 2024-02-28T06:46:47.829Z | Compiling digest v0.10.7 |
2051 | 2024-02-28T06:46:47.851Z | Compiling openssl-macros v0.1.1 |
2052 | 2024-02-28T06:46:48.125Z | Compiling futures-util v0.3.30 |
2053 | 2024-02-28T06:46:48.280Z | Compiling tracing v0.1.37 |
2054 | 2024-02-28T06:46:48.584Z | Compiling scroll_derive v0.12.0 |
2055 | 2024-02-28T06:46:48.669Z | Compiling hashbrown v0.14.3 |
2056 | 2024-02-28T06:46:48.761Z | Compiling zerocopy-derive v0.6.4 |
2057 | 2024-02-28T06:46:48.844Z | Compiling signal-hook v0.3.17 |
2058 | 2024-02-28T06:46:49.150Z | Compiling der v0.7.8 |
2059 | 2024-02-28T06:46:49.842Z | Compiling pest_meta v2.7.6 |
2060 | 2024-02-28T06:46:50.822Z | Compiling serde_derive_internals v0.26.0 |
2061 | 2024-02-28T06:46:51.331Z | Compiling pest_generator v2.7.6 |
2062 | 2024-02-28T06:46:54.157Z | Compiling pest_derive v2.7.6 |
2063 | 2024-02-28T06:46:54.581Z | Compiling errno v0.3.8 |
2064 | 2024-02-28T06:46:54.852Z | Compiling rustversion v1.0.14 |
2065 | 2024-02-28T06:46:55.468Z | Compiling fnv v1.0.7 |
2066 | 2024-02-28T06:46:56.236Z | Compiling schemars_derive v0.8.16 |
2067 | 2024-02-28T06:46:56.515Z | Compiling spki v0.7.2 |
2068 | 2024-02-28T06:46:57.091Z | Compiling zerocopy v0.3.0 |
2069 | 2024-02-28T06:46:57.512Z | Compiling lazy_static v1.4.0 |
2070 | 2024-02-28T06:46:57.923Z | Compiling backtrace v0.3.69 |
2071 | 2024-02-28T06:46:58.210Z | Compiling bytes v1.5.0 |
2072 | 2024-02-28T06:46:58.356Z | Compiling bitflags v2.4.0 |
2073 | 2024-02-28T06:46:59.239Z | Compiling tokio v1.36.0 |
2074 | 2024-02-28T06:46:59.393Z | Compiling indexmap v2.2.3 |
2075 | 2024-02-28T06:46:59.446Z | Compiling rustc_version v0.4.0 |
2076 | 2024-02-28T06:47:00.650Z | Compiling heapless v0.7.16 |
2077 | 2024-02-28T06:47:01.086Z | Compiling http v0.2.11 |
2078 | 2024-02-28T06:47:01.244Z | Compiling uuid v1.7.0 |
2079 | 2024-02-28T06:47:01.469Z | Compiling thread-id v4.2.0 |
2080 | 2024-02-28T06:47:01.579Z | Compiling num-bigint v0.4.4 |
2081 | 2024-02-28T06:47:01.992Z | Compiling memoffset v0.9.0 |
2082 | 2024-02-28T06:47:02.078Z | Compiling crossbeam-utils v0.8.16 |
2083 | 2024-02-28T06:47:02.563Z | Compiling percent-encoding v2.3.1 |
2084 | 2024-02-28T06:47:02.898Z | Compiling async-trait v0.1.77 |
2085 | 2024-02-28T06:47:02.936Z | Compiling smoltcp v0.9.1 |
2086 | 2024-02-28T06:47:03.379Z | Compiling iana-time-zone v0.1.57 |
2087 | 2024-02-28T06:47:03.483Z | Compiling untrusted v0.9.0 |
2088 | 2024-02-28T06:47:03.571Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2089 | 2024-02-28T06:47:03.659Z | Compiling untrusted v0.7.1 |
2090 | 2024-02-28T06:47:03.740Z | Compiling foreign-types-shared v0.1.1 |
2091 | 2024-02-28T06:47:03.848Z | Compiling base64 v0.21.7 |
2092 | 2024-02-28T06:47:03.860Z | Compiling foreign-types v0.3.2 |
2093 | 2024-02-28T06:47:05.139Z | Compiling chrono v0.4.31 |
2094 | 2024-02-28T06:47:06.617Z | Compiling dof v0.1.5 |
2095 | 2024-02-28T06:47:07.490Z | Compiling tokio-util v0.7.10 |
2096 | 2024-02-28T06:47:07.782Z | Compiling dtrace-parser v0.1.14 |
2097 | 2024-02-28T06:47:07.968Z | Compiling hmac v0.12.1 |
2098 | 2024-02-28T06:47:08.200Z | Compiling clap_derive v4.5.0 |
2099 | 2024-02-28T06:47:08.829Z | Compiling num-integer v0.1.46 |
2100 | 2024-02-28T06:47:09.014Z | Compiling anstyle v1.0.2 |
2101 | 2024-02-28T06:47:09.099Z | Compiling cpufeatures v0.2.12 |
2102 | 2024-02-28T06:47:09.200Z | Compiling adler v1.0.2 |
2103 | 2024-02-28T06:47:09.400Z | Compiling time-core v0.1.1 |
2104 | 2024-02-28T06:47:09.583Z | Compiling utf8parse v0.2.1 |
2105 | 2024-02-28T06:47:09.609Z | Compiling siphasher v0.3.11 |
2106 | 2024-02-28T06:47:09.620Z | Compiling try-lock v0.2.4 |
2107 | 2024-02-28T06:47:09.992Z | Compiling want v0.3.1 |
2108 | 2024-02-28T06:47:10.019Z | Compiling anstyle-parse v0.2.1 |
2109 | 2024-02-28T06:47:10.437Z | Compiling time-macros v0.2.13 |
2110 | 2024-02-28T06:47:13.092Z | Compiling miniz_oxide v0.7.1 |
2111 | 2024-02-28T06:47:13.268Z | Compiling sha2 v0.10.8 |
2112 | 2024-02-28T06:47:13.429Z | Compiling strum_macros v0.25.2 |
2113 | 2024-02-28T06:47:14.300Z | Compiling h2 v0.3.24 |
2114 | 2024-02-28T06:47:15.805Z | Compiling rustls-webpki v0.101.7 |
2115 | 2024-02-28T06:47:15.978Z | Compiling sct v0.7.0 |
2116 | 2024-02-28T06:47:16.833Z | Compiling form_urlencoded v1.2.1 |
2117 | 2024-02-28T06:47:17.163Z | Compiling http-body v0.4.5 |
2118 | 2024-02-28T06:47:17.562Z | Compiling serde_tokenstream v0.1.7 |
2119 | 2024-02-28T06:47:17.583Z | Compiling pkcs8 v0.10.2 |
2120 | 2024-02-28T06:47:17.896Z | Compiling hubpack_derive v0.1.1 |
2121 | 2024-02-28T06:47:18.740Z | Compiling socket2 v0.4.9 |
2122 | 2024-02-28T06:47:18.843Z | Compiling crossbeam-epoch v0.9.15 |
2123 | 2024-02-28T06:47:18.935Z | Compiling usdt-impl v0.5.0 |
2124 | 2024-02-28T06:47:19.205Z | Compiling httpdate v1.0.3 |
2125 | 2024-02-28T06:47:19.282Z | Compiling colorchoice v1.0.0 |
2126 | 2024-02-28T06:47:19.293Z | Compiling tower-service v0.3.2 |
2127 | 2024-02-28T06:47:19.416Z | Compiling anyhow v1.0.75 |
2128 | 2024-02-28T06:47:19.443Z | Compiling anstyle-query v1.0.0 |
2129 | 2024-02-28T06:47:19.602Z | Compiling slog v2.7.0 |
2130 | 2024-02-28T06:47:19.935Z | Compiling radium v0.7.0 |
2131 | 2024-02-28T06:47:20.062Z | Compiling openssl-probe v0.1.5 |
2132 | 2024-02-28T06:47:21.194Z | Compiling anstream v0.6.11 |
2133 | 2024-02-28T06:47:21.635Z | Compiling hyper v0.14.27 |
2134 | 2024-02-28T06:47:27.222Z | Compiling terminal_size v0.3.0 |
2135 | 2024-02-28T06:47:27.525Z | Compiling serde_spanned v0.6.5 |
2136 | 2024-02-28T06:47:27.754Z | Compiling toml_datetime v0.6.5 |
2137 | 2024-02-28T06:47:28.175Z | Compiling zerocopy v0.6.4 |
2138 | 2024-02-28T06:47:29.126Z | Compiling scroll v0.12.0 |
2139 | 2024-02-28T06:47:29.285Z | Compiling md-5 v0.10.5 |
2140 | 2024-02-28T06:47:29.713Z | Compiling idna v0.5.0 |
2141 | 2024-02-28T06:47:29.765Z | Compiling stringprep v0.1.3 |
2142 | 2024-02-28T06:47:30.618Z | Compiling diesel_table_macro_syntax v0.1.0 |
2143 | 2024-02-28T06:47:30.631Z | Compiling aho-corasick v1.0.4 |
2144 | 2024-02-28T06:47:30.927Z | Compiling hash32 v0.2.1 |
2145 | 2024-02-28T06:47:30.985Z | Compiling fallible-iterator v0.2.0 |
2146 | 2024-02-28T06:47:31.109Z | Compiling maybe-uninit v2.0.0 |
2147 | 2024-02-28T06:47:31.260Z | Compiling regex-syntax v0.8.2 |
2148 | 2024-02-28T06:47:31.302Z | Compiling tap v1.0.1 |
2149 | 2024-02-28T06:47:31.496Z | Compiling dyn-clone v1.0.17 |
2150 | 2024-02-28T06:47:31.512Z | Compiling gimli v0.28.0 |
2151 | 2024-02-28T06:47:31.594Z | Compiling clap_lex v0.7.0 |
2152 | 2024-02-28T06:47:31.677Z | Compiling strsim v0.11.0 |
2153 | 2024-02-28T06:47:31.737Z | Compiling plain v0.2.3 |
2154 | 2024-02-28T06:47:31.903Z | Compiling stable_deref_trait v1.2.0 |
2155 | 2024-02-28T06:47:32.008Z | Compiling clap_builder v4.5.0 |
2156 | 2024-02-28T06:47:32.815Z | Compiling goblin v0.8.0 |
2157 | 2024-02-28T06:47:33.506Z | Compiling postgres-protocol v0.6.6 |
2158 | 2024-02-28T06:47:33.898Z | Compiling wyz v0.5.1 |
2159 | 2024-02-28T06:47:34.399Z | Compiling diesel_derives v2.1.2 |
2160 | 2024-02-28T06:47:34.908Z | Compiling regex-automata v0.4.4 |
2161 | 2024-02-28T06:47:35.578Z | Compiling url v2.5.0 |
2162 | 2024-02-28T06:47:36.608Z | Compiling addr2line v0.21.0 |
2163 | 2024-02-28T06:47:37.595Z | Compiling tokio-rustls v0.24.1 |
2164 | 2024-02-28T06:47:38.487Z | Compiling tokio-native-tls v0.3.1 |
2165 | 2024-02-28T06:47:39.065Z | Compiling usdt-macro v0.3.5 |
2166 | 2024-02-28T06:47:39.328Z | Compiling usdt-attr-macro v0.3.5 |
2167 | 2024-02-28T06:47:41.261Z | Compiling phf_shared v0.11.2 |
2168 | 2024-02-28T06:47:42.846Z | Compiling block-padding v0.3.3 |
2169 | 2024-02-28T06:47:43.088Z | Compiling enum-as-inner v0.5.1 |
2170 | 2024-02-28T06:47:43.138Z | Compiling serde_repr v0.1.16 |
2171 | 2024-02-28T06:47:43.617Z | Compiling ff v0.13.0 |
2172 | 2024-02-28T06:47:43.859Z | Compiling scheduled-thread-pool v0.2.7 |
2173 | 2024-02-28T06:47:44.262Z | Compiling object v0.32.1 |
2174 | 2024-02-28T06:47:44.357Z | Compiling bit-vec v0.6.3 |
2175 | 2024-02-28T06:47:44.803Z | Compiling managed v0.8.0 |
2176 | 2024-02-28T06:47:45.274Z | Compiling num_threads v0.1.6 |
2177 | 2024-02-28T06:47:45.863Z | Compiling deranged v0.3.8 |
2178 | 2024-02-28T06:47:46.211Z | Compiling bitflags v1.3.2 |
2179 | 2024-02-28T06:47:46.321Z | Compiling ipnet v2.9.0 |
2180 | 2024-02-28T06:47:47.522Z | Compiling num-bigint-dig v0.8.4 |
2181 | 2024-02-28T06:47:47.843Z | Compiling funty v2.0.0 |
2182 | 2024-02-28T06:47:47.872Z | Compiling base16ct v0.2.0 |
2183 | 2024-02-28T06:47:48.381Z | Compiling packed_struct v0.10.1 |
2184 | 2024-02-28T06:47:48.721Z | Compiling winnow v0.5.15 |
2185 | 2024-02-28T06:47:49.034Z | Compiling rustc-demangle v0.1.23 |
2186 | 2024-02-28T06:47:49.549Z | Compiling matches v0.1.10 |
2187 | 2024-02-28T06:47:49.645Z | Compiling regex-automata v0.1.10 |
2188 | 2024-02-28T06:47:49.962Z | Compiling pretty-hex v0.4.1 |
2189 | 2024-02-28T06:47:51.275Z | Compiling dof v0.3.0 |
2190 | 2024-02-28T06:47:52.661Z | Compiling toml_edit v0.19.15 |
2191 | 2024-02-28T06:47:53.328Z | Compiling bstr v0.2.17 |
2192 | 2024-02-28T06:47:53.811Z | Compiling idna v0.2.3 |
2193 | 2024-02-28T06:47:54.780Z | Compiling bitvec v1.0.1 |
2194 | 2024-02-28T06:47:55.549Z | Compiling sec1 v0.7.3 |
2195 | 2024-02-28T06:47:56.146Z | Compiling time v0.3.27 |
2196 | 2024-02-28T06:47:58.759Z | Compiling r2d2 v0.8.10 |
2197 | 2024-02-28T06:47:59.062Z | Compiling group v0.13.0 |
2198 | 2024-02-28T06:47:59.160Z | Compiling inout v0.1.3 |
2199 | 2024-02-28T06:47:59.899Z | Compiling phf v0.11.2 |
2200 | 2024-02-28T06:48:00.208Z | Compiling regex v1.10.3 |
2201 | 2024-02-28T06:48:00.562Z | Compiling hyper-tls v0.5.0 |
2202 | 2024-02-28T06:48:00.931Z | Compiling hyper-rustls v0.24.2 |
2203 | 2024-02-28T06:48:01.226Z | Compiling signal-hook-mio v0.2.3 |
2204 | 2024-02-28T06:48:01.302Z | Compiling flate2 v1.0.28 |
2205 | 2024-02-28T06:48:01.323Z | Compiling clap v4.5.0 |
2206 | 2024-02-28T06:48:01.381Z | Compiling ipnetwork v0.20.0 |
2207 | 2024-02-28T06:48:01.448Z | Compiling bzip2 v0.4.4 |
2208 | 2024-02-28T06:48:01.725Z | Compiling postgres-types v0.2.6 |
2209 | 2024-02-28T06:48:02.302Z | Compiling hubpack v0.1.2 |
2210 | 2024-02-28T06:48:02.315Z | Compiling serde_urlencoded v0.7.1 |
2211 | 2024-02-28T06:48:02.378Z | Compiling rustls-pemfile v1.0.3 |
2212 | 2024-02-28T06:48:02.722Z | Compiling phf_shared v0.10.0 |
2213 | 2024-02-28T06:48:02.742Z | Compiling hkdf v0.12.4 |
2214 | 2024-02-28T06:48:03.115Z | Compiling dtrace-parser v0.2.0 |
2215 | 2024-02-28T06:48:03.161Z | Compiling futures-executor v0.3.30 |
2216 | 2024-02-28T06:48:04.478Z | Compiling crypto-bigint v0.5.2 |
2217 | 2024-02-28T06:48:04.486Z | Compiling packed_struct_codegen v0.10.1 |
2218 | 2024-02-28T06:48:04.900Z | Compiling float-cmp v0.9.0 |
2219 | 2024-02-28T06:48:05.932Z | Compiling indexmap v1.9.3 |
2220 | 2024-02-28T06:48:06.279Z | Compiling encoding_rs v0.8.33 |
2221 | 2024-02-28T06:48:06.461Z | Compiling crc-catalog v2.2.0 |
2222 | 2024-02-28T06:48:06.710Z | Compiling minimal-lexical v0.2.1 |
2223 | 2024-02-28T06:48:06.793Z | Compiling data-encoding v2.4.0 |
2224 | 2024-02-28T06:48:07.241Z | Compiling difflib v0.4.0 |
2225 | 2024-02-28T06:48:07.244Z | Compiling either v1.10.0 |
2226 | 2024-02-28T06:48:07.381Z | Compiling webpki-roots v0.25.2 |
2227 | 2024-02-28T06:48:07.545Z | Compiling mime v0.3.17 |
2228 | 2024-02-28T06:48:07.682Z | Compiling whoami v1.4.1 |
2229 | 2024-02-28T06:48:08.230Z | Compiling regex-automata v0.3.8 |
2230 | 2024-02-28T06:48:08.514Z | Compiling new_debug_unreachable v1.0.4 |
2231 | 2024-02-28T06:48:08.608Z | Compiling unicode-segmentation v1.10.1 |
2232 | 2024-02-28T06:48:09.697Z | Compiling fixedbitset v0.4.2 |
2233 | 2024-02-28T06:48:10.009Z | Compiling nodrop v0.1.14 |
2234 | 2024-02-28T06:48:10.117Z | Compiling unicode-width v0.1.11 |
2235 | 2024-02-28T06:48:10.128Z | Compiling static_assertions v1.1.0 |
2236 | 2024-02-28T06:48:10.227Z | Compiling winnow v0.6.1 |
2237 | 2024-02-28T06:48:10.618Z | Compiling normalize-line-endings v0.3.0 |
2238 | 2024-02-28T06:48:10.745Z | Compiling predicates-core v1.0.6 |
2239 | 2024-02-28T06:48:11.067Z | Compiling precomputed-hash v0.1.1 |
2240 | 2024-02-28T06:48:12.743Z | Compiling string_cache v0.8.7 |
2241 | 2024-02-28T06:48:13.163Z | Compiling predicates v3.1.0 |
2242 | 2024-02-28T06:48:14.714Z | Compiling toml_edit v0.22.6 |
2243 | 2024-02-28T06:48:15.571Z | Compiling console v0.15.8 |
2244 | 2024-02-28T06:48:16.100Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2245 | 2024-02-28T06:48:17.025Z | Compiling array-init v0.0.4 |
2246 | 2024-02-28T06:48:18.407Z | Compiling bstr v1.6.0 |
2247 | 2024-02-28T06:48:18.446Z | Compiling petgraph v0.6.4 |
2248 | 2024-02-28T06:48:22.276Z | Compiling similar v2.3.0 |
2249 | 2024-02-28T06:48:22.356Z | Compiling reqwest v0.11.22 |
2250 | 2024-02-28T06:48:22.731Z | Compiling tokio-postgres v0.7.10 |
2251 | 2024-02-28T06:48:24.447Z | Compiling itertools v0.10.5 |
2252 | 2024-02-28T06:48:27.043Z | Compiling trust-dns-proto v0.22.0 |
2253 | 2024-02-28T06:48:29.292Z | Compiling nom v7.1.3 |
2254 | 2024-02-28T06:48:32.286Z | Compiling crc v3.0.1 |
2255 | 2024-02-28T06:48:32.700Z | Compiling elliptic-curve v0.13.8 |
2256 | 2024-02-28T06:48:35.326Z | Compiling futures v0.3.30 |
2257 | 2024-02-28T06:48:36.213Z | Compiling yasna v0.5.2 |
2258 | 2024-02-28T06:48:36.708Z | Compiling zip v0.6.6 |
2259 | 2024-02-28T06:48:38.042Z | Compiling smallvec v0.6.14 |
2260 | 2024-02-28T06:48:38.052Z | Compiling diesel v2.1.4 |
2261 | 2024-02-28T06:48:38.121Z | Compiling crossterm v0.27.0 |
2262 | 2024-02-28T06:48:38.520Z | Compiling cipher v0.4.4 |
2263 | 2024-02-28T06:48:39.620Z | Compiling toml v0.7.8 |
2264 | 2024-02-28T06:48:41.587Z | Compiling bit-set v0.5.3 |
2265 | 2024-02-28T06:48:41.634Z | Compiling usdt v0.3.5 |
2266 | 2024-02-28T06:48:42.365Z | Compiling pkcs1 v0.7.5 |
2267 | 2024-02-28T06:48:43.442Z | Compiling strum v0.25.0 |
2268 | 2024-02-28T06:48:43.616Z | Compiling tokio-stream v0.1.14 |
2269 | 2024-02-28T06:48:44.652Z | Compiling is-terminal v0.4.9 |
2270 | 2024-02-28T06:48:45.357Z | Compiling openapiv3 v2.0.0 |
2271 | 2024-02-28T06:48:46.096Z | Compiling hex v0.4.3 |
2272 | 2024-02-28T06:48:47.037Z | Compiling signature v2.1.0 |
2273 | 2024-02-28T06:48:50.253Z | Compiling lalrpop-util v0.19.12 |
2274 | 2024-02-28T06:48:50.622Z | Compiling bitfield v0.14.0 |
2275 | 2024-02-28T06:48:50.936Z | Compiling termcolor v1.2.0 |
2276 | 2024-02-28T06:48:52.360Z | Compiling hashbrown v0.12.3 |
2277 | 2024-02-28T06:48:57.989Z | Compiling env_logger v0.10.0 |
2278 | 2024-02-28T06:48:58.988Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2279 | 2024-02-28T06:49:02.215Z | Compiling rsa v0.9.2 |
2280 | 2024-02-28T06:49:09.367Z | Compiling serde-hex v0.1.0 |
2281 | 2024-02-28T06:49:11.457Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2282 | 2024-02-28T06:49:17.725Z | Compiling ron v0.8.1 |
2283 | 2024-02-28T06:49:18.029Z | Compiling x509-cert v0.2.4 |
2284 | 2024-02-28T06:49:20.454Z | Compiling hashbrown v0.13.2 |
2285 | 2024-02-28T06:49:22.510Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2286 | 2024-02-28T06:49:31.244Z | Compiling crc-any v2.4.3 |
2287 | 2024-02-28T06:49:32.447Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2288 | 2024-02-28T06:49:52.288Z | Compiling object v0.30.4 |
2289 | 2024-02-28T06:49:53.944Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2290 | 2024-02-28T06:50:05.504Z | Compiling path-slash v0.1.5 |
2291 | 2024-02-28T06:50:06.160Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2292 | 2024-02-28T06:50:32.581Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2293 | 2024-02-28T06:50:33.334Z | Finished release [optimized] target(s) in 4m 05s |
2294 | 2024-02-28T06:50:33.408Z | |
2295 | 2024-02-28T06:50:33.408Z | real 4:05.901255869 |
2296 | 2024-02-28T06:50:33.408Z | user 26:59.485431898 |
2297 | 2024-02-28T06:50:33.408Z | sys 3:04.903725028 |
2298 | 2024-02-28T06:50:33.408Z | trap 0.861966709 |
2299 | 2024-02-28T06:50:33.411Z | tflt 1.754089962 |
2300 | 2024-02-28T06:50:33.411Z | dflt 0.504649314 |
2301 | 2024-02-28T06:50:33.411Z | kflt 0.000073522 |
2302 | 2024-02-28T06:50:33.411Z | lock 1:02:00.679467805 |
2303 | 2024-02-28T06:50:33.411Z | slp 1:19:52.746337378 |
2304 | 2024-02-28T06:50:33.412Z | lat 1:31.060129542 |
2305 | 2024-02-28T06:50:33.412Z | stop 1:17.912685959 |
2306 | 2024-02-28T06:50:33.412Z | + ptime -m gzip |
2307 | 2024-02-28T06:50:33.868Z | |
2308 | 2024-02-28T06:50:33.872Z | real 0.456347354 |
2309 | 2024-02-28T06:50:33.872Z | user 0.449928843 |
2310 | 2024-02-28T06:50:33.872Z | sys 0.005768570 |
2311 | 2024-02-28T06:50:33.872Z | trap 0.000032438 |
2312 | 2024-02-28T06:50:33.872Z | tflt 0.000000000 |
2313 | 2024-02-28T06:50:33.872Z | dflt 0.000000000 |
2314 | 2024-02-28T06:50:33.872Z | kflt 0.000000000 |
2315 | 2024-02-28T06:50:33.872Z | lock 0.000000000 |
2316 | 2024-02-28T06:50:33.872Z | slp 0.000000000 |
2317 | 2024-02-28T06:50:33.872Z | lat 0.000102702 |
2318 | 2024-02-28T06:50:33.872Z | stop 0.000293227 |
2319 | 2024-02-28T06:50:33.872Z | + banner tufaceous |
2320 | 2024-02-28T06:50:33.872Z | |
2321 | 2024-02-28T06:50:33.872Z | ##### # # ###### ## #### ###### #### # # #### |
2322 | 2024-02-28T06:50:33.873Z | # # # # # # # # # # # # # # |
2323 | 2024-02-28T06:50:33.873Z | # # # ##### # # # ##### # # # # #### |
2324 | 2024-02-28T06:50:33.873Z | # # # # ###### # # # # # # # |
2325 | 2024-02-28T06:50:33.873Z | # # # # # # # # # # # # # # # |
2326 | 2024-02-28T06:50:33.873Z | # #### # # # #### ###### #### #### #### |
2327 | 2024-02-28T06:50:33.873Z | |
2328 | 2024-02-28T06:50:33.873Z | + ptime -m cargo build --locked -p tufaceous --release |
2329 | 2024-02-28T06:50:34.283Z | Downloading crates ... |
2330 | 2024-02-28T06:50:34.586Z | Downloaded async-recursion v1.0.5 |
2331 | 2024-02-28T06:50:34.589Z | Downloaded serde_plain v1.0.2 |
2332 | 2024-02-28T06:50:34.590Z | Downloaded typed-path v0.7.0 |
2333 | 2024-02-28T06:50:34.598Z | Downloaded parse-size v1.0.0 |
2334 | 2024-02-28T06:50:34.598Z | Downloaded doc-comment v0.3.3 |
2335 | 2024-02-28T06:50:34.605Z | Downloaded fs-err v2.11.0 |
2336 | 2024-02-28T06:50:34.605Z | Downloaded humantime v2.1.0 |
2337 | 2024-02-28T06:50:34.608Z | Downloaded olpc-cjson v0.1.3 |
2338 | 2024-02-28T06:50:34.611Z | Downloaded snafu-derive v0.7.5 |
2339 | 2024-02-28T06:50:34.611Z | Downloaded pin-project v1.1.3 |
2340 | 2024-02-28T06:50:34.620Z | Downloaded tough v0.16.0 |
2341 | 2024-02-28T06:50:34.631Z | Downloaded pin-project-internal v1.1.3 |
2342 | 2024-02-28T06:50:34.635Z | Downloaded globset v0.4.13 |
2343 | 2024-02-28T06:50:34.635Z | Downloaded buf-list v1.0.3 |
2344 | 2024-02-28T06:50:34.635Z | Downloaded snafu v0.7.5 |
2345 | 2024-02-28T06:50:34.739Z | Compiling serde_tokenstream v0.2.0 |
2346 | 2024-02-28T06:50:34.798Z | Compiling regress v0.8.0 |
2347 | 2024-02-28T06:50:34.810Z | Compiling dirs-sys-next v0.1.2 |
2348 | 2024-02-28T06:50:34.813Z | Compiling ident_case v1.0.1 |
2349 | 2024-02-28T06:50:34.813Z | Compiling strsim v0.10.0 |
2350 | 2024-02-28T06:50:34.813Z | Compiling rustls-pki-types v1.3.0 |
2351 | 2024-02-28T06:50:34.839Z | Compiling thread_local v1.1.7 |
2352 | 2024-02-28T06:50:34.985Z | Compiling dirs-next v2.0.0 |
2353 | 2024-02-28T06:50:35.253Z | Compiling darling_core v0.20.3 |
2354 | 2024-02-28T06:50:35.273Z | Compiling slog-async v2.8.0 |
2355 | 2024-02-28T06:50:35.400Z | Compiling camino v1.1.6 |
2356 | 2024-02-28T06:50:35.632Z | Compiling heck v0.4.1 |
2357 | 2024-02-28T06:50:35.770Z | Compiling rustls v0.22.2 |
2358 | 2024-02-28T06:50:36.028Z | Compiling rustls-webpki v0.102.1 |
2359 | 2024-02-28T06:50:36.043Z | Compiling term v0.7.0 |
2360 | 2024-02-28T06:50:36.105Z | Compiling crossbeam-channel v0.5.8 |
2361 | 2024-02-28T06:50:36.204Z | Compiling getopts v0.2.21 |
2362 | 2024-02-28T06:50:36.989Z | Compiling structmeta-derive v0.3.0 |
2363 | 2024-02-28T06:50:37.122Z | Compiling atty v0.2.14 |
2364 | 2024-02-28T06:50:37.280Z | Compiling multer v3.0.0 |
2365 | 2024-02-28T06:50:37.614Z | Compiling unsafe-libyaml v0.2.10 |
2366 | 2024-02-28T06:50:37.928Z | Compiling match_cfg v0.1.0 |
2367 | 2024-02-28T06:50:38.026Z | Compiling take_mut v0.2.2 |
2368 | 2024-02-28T06:50:38.190Z | Compiling paste v1.0.14 |
2369 | 2024-02-28T06:50:38.682Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2370 | 2024-02-28T06:50:39.824Z | Compiling doc-comment v0.3.3 |
2371 | 2024-02-28T06:50:40.298Z | Compiling structmeta v0.3.0 |
2372 | 2024-02-28T06:50:40.505Z | Compiling serde_yaml v0.9.25 |
2373 | 2024-02-28T06:50:40.836Z | Compiling darling_macro v0.20.3 |
2374 | 2024-02-28T06:50:41.032Z | Compiling hostname v0.3.1 |
2375 | 2024-02-28T06:50:41.207Z | Compiling slog-term v2.9.0 |
2376 | 2024-02-28T06:50:41.803Z | Compiling darling v0.20.3 |
2377 | 2024-02-28T06:50:44.153Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2378 | 2024-02-28T06:50:44.173Z | Compiling slog-json v2.6.1 |
2379 | 2024-02-28T06:50:44.350Z | Compiling http v1.0.0 |
2380 | 2024-02-28T06:50:44.514Z | Compiling pin-project-internal v1.1.3 |
2381 | 2024-02-28T06:50:44.684Z | Compiling async-stream-impl v0.3.5 |
2382 | 2024-02-28T06:50:46.006Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2383 | 2024-02-28T06:50:46.130Z | Compiling atomic-waker v1.1.1 |
2384 | 2024-02-28T06:50:46.335Z | Compiling fastrand v2.0.1 |
2385 | 2024-02-28T06:50:46.423Z | Compiling waitgroup v0.1.2 |
2386 | 2024-02-28T06:50:46.664Z | Compiling async-stream v0.3.5 |
2387 | 2024-02-28T06:50:47.012Z | Compiling tempfile v3.10.0 |
2388 | 2024-02-28T06:50:47.055Z | Compiling tokio-rustls v0.25.0 |
2389 | 2024-02-28T06:50:47.503Z | Compiling pin-project v1.1.3 |
2390 | 2024-02-28T06:50:47.639Z | Compiling slog-bunyan v2.5.0 |
2391 | 2024-02-28T06:50:47.918Z | Compiling serde_with_macros v3.6.1 |
2392 | 2024-02-28T06:50:49.063Z | Compiling parse-display-derive v0.9.0 |
2393 | 2024-02-28T06:50:49.227Z | Compiling toml v0.8.10 |
2394 | 2024-02-28T06:50:49.608Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2395 | 2024-02-28T06:50:50.822Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2396 | 2024-02-28T06:50:50.837Z | Compiling rustls-pemfile v2.1.0 |
2397 | 2024-02-28T06:50:50.887Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2398 | 2024-02-28T06:50:51.630Z | Compiling sha1 v0.10.6 |
2399 | 2024-02-28T06:50:51.723Z | Compiling newtype-uuid v1.0.1 |
2400 | 2024-02-28T06:50:52.157Z | Compiling strum_macros v0.26.1 |
2401 | 2024-02-28T06:50:52.452Z | Compiling snafu-derive v0.7.5 |
2402 | 2024-02-28T06:50:52.583Z | Compiling serde_path_to_error v0.1.15 |
2403 | 2024-02-28T06:50:53.214Z | Compiling instant v0.1.12 |
2404 | 2024-02-28T06:50:53.390Z | Compiling fs-err v2.11.0 |
2405 | 2024-02-28T06:50:53.612Z | Compiling buf-list v1.0.3 |
2406 | 2024-02-28T06:50:53.723Z | Compiling debug-ignore v1.0.5 |
2407 | 2024-02-28T06:50:53.883Z | Compiling same-file v1.0.6 |
2408 | 2024-02-28T06:50:54.198Z | Compiling arc-swap v1.6.0 |
2409 | 2024-02-28T06:50:54.272Z | Compiling walkdir v2.4.0 |
2410 | 2024-02-28T06:50:54.958Z | Compiling slog-scope v4.4.0 |
2411 | 2024-02-28T06:50:55.486Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2412 | 2024-02-28T06:50:55.629Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2413 | 2024-02-28T06:50:56.223Z | Compiling backoff v0.4.0 |
2414 | 2024-02-28T06:50:56.598Z | Compiling parse-display v0.9.0 |
2415 | 2024-02-28T06:50:57.184Z | Compiling strum v0.26.1 |
2416 | 2024-02-28T06:50:57.386Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2417 | 2024-02-28T06:50:57.581Z | Compiling snafu v0.7.5 |
2418 | 2024-02-28T06:50:57.709Z | Compiling serde_with v3.6.1 |
2419 | 2024-02-28T06:50:58.562Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2420 | 2024-02-28T06:50:59.097Z | Compiling globset v0.4.13 |
2421 | 2024-02-28T06:50:59.310Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2024-02-28T06:50:59.484Z | Compiling pem v3.0.2 |
2423 | 2024-02-28T06:51:01.174Z | Compiling olpc-cjson v0.1.3 |
2424 | 2024-02-28T06:51:01.779Z | Compiling serde_plain v1.0.2 |
2425 | 2024-02-28T06:51:02.367Z | Compiling macaddr v1.0.1 |
2426 | 2024-02-28T06:51:02.720Z | Compiling async-recursion v1.0.5 |
2427 | 2024-02-28T06:51:02.767Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2428 | 2024-02-28T06:51:03.101Z | Compiling xattr v1.0.1 |
2429 | 2024-02-28T06:51:03.419Z | Compiling filetime v0.2.23 |
2430 | 2024-02-28T06:51:03.767Z | Compiling typed-path v0.7.0 |
2431 | 2024-02-28T06:51:03.797Z | Compiling tar v0.4.40 |
2432 | 2024-02-28T06:51:08.315Z | Compiling tough v0.16.0 |
2433 | 2024-02-28T06:51:10.648Z | Compiling slog-stdlog v4.1.1 |
2434 | 2024-02-28T06:51:11.619Z | Compiling camino-tempfile v1.1.1 |
2435 | 2024-02-28T06:51:12.356Z | Compiling itertools v0.12.1 |
2436 | 2024-02-28T06:51:12.446Z | Compiling parse-size v1.0.0 |
2437 | 2024-02-28T06:51:12.767Z | Compiling slog-envlogger v2.2.0 |
2438 | 2024-02-28T06:51:15.607Z | Compiling humantime v2.1.0 |
2439 | 2024-02-28T06:51:19.198Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2440 | 2024-02-28T06:51:19.435Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2441 | 2024-02-28T06:51:29.735Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2442 | 2024-02-28T06:51:31.871Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2443 | 2024-02-28T06:51:51.837Z | Finished release [optimized] target(s) in 1m 17s |
2444 | 2024-02-28T06:51:51.920Z | |
2445 | 2024-02-28T06:51:51.924Z | real 1:18.014378044 |
2446 | 2024-02-28T06:51:51.924Z | user 8:38.110319120 |
2447 | 2024-02-28T06:51:51.924Z | sys 40.326978595 |
2448 | 2024-02-28T06:51:51.924Z | trap 0.251618219 |
2449 | 2024-02-28T06:51:51.924Z | tflt 0.411950328 |
2450 | 2024-02-28T06:51:51.924Z | dflt 0.280149205 |
2451 | 2024-02-28T06:51:51.924Z | kflt 0.000029857 |
2452 | 2024-02-28T06:51:51.924Z | lock 17:53.392842587 |
2453 | 2024-02-28T06:51:51.924Z | slp 19:35.492526966 |
2454 | 2024-02-28T06:51:51.925Z | lat 19.216930478 |
2455 | 2024-02-28T06:51:51.925Z | stop 13.567797707 |
2456 | 2024-02-28T06:51:51.925Z | + ptime -m gzip |
2457 | 2024-02-28T06:51:53.653Z | |
2458 | 2024-02-28T06:51:53.653Z | real 1.732086455 |
2459 | 2024-02-28T06:51:53.654Z | user 1.718835088 |
2460 | 2024-02-28T06:51:53.654Z | sys 0.012396313 |
2461 | 2024-02-28T06:51:53.654Z | trap 0.000224342 |
2462 | 2024-02-28T06:51:53.654Z | tflt 0.000000000 |
2463 | 2024-02-28T06:51:53.657Z | dflt 0.000000000 |
2464 | 2024-02-28T06:51:53.657Z | kflt 0.000000000 |
2465 | 2024-02-28T06:51:53.657Z | lock 0.000000000 |
2466 | 2024-02-28T06:51:53.657Z | slp 0.000000000 |
2467 | 2024-02-28T06:51:53.657Z | lat 0.000227332 |
2468 | 2024-02-28T06:51:53.657Z | stop 0.000188134 |
2469 | 2024-02-28T06:51:53.657Z | process exited: duration 837783 ms, exit code 0 |
|
2470 | 2024-02-28T06:51:53.673Z | found 5 output files |
2471 | 2024-02-28T06:51:53.673Z | uploading: /work/end-to-end-tests/bootstrap-df6505cfb6a16968.gz (10681488 bytes) |
2472 | 2024-02-28T06:51:58.190Z | uploaded: /work/end-to-end-tests/bootstrap-df6505cfb6a16968.gz |
2473 | 2024-02-28T06:51:58.190Z | uploading: /work/end-to-end-tests/bootstrap.gz (109743949 bytes) |
2474 | 2024-02-28T06:52:24.585Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2475 | 2024-02-28T06:52:24.585Z | uploading: /work/end-to-end-tests/end_to_end_tests-f3698c83fc6c836d.gz (113181900 bytes) |
2476 | 2024-02-28T06:53:06.215Z | uploaded: /work/end-to-end-tests/end_to_end_tests-f3698c83fc6c836d.gz |
2477 | 2024-02-28T06:53:06.215Z | uploading: /work/caboose-util.gz (4098595 bytes) |
2478 | 2024-02-28T06:53:09.941Z | uploaded: /work/caboose-util.gz |
2479 | 2024-02-28T06:53:09.945Z | uploading: /work/tufaceous.gz (15875721 bytes) |
2480 | 2024-02-28T06:53:15.610Z | uploaded: /work/tufaceous.gz |