|
|
|
1 | 2023-10-31T03:11:25.084Z | job assigned to worker 01HE1VC1RA5F8Z4981Q1C3EXHB (queued for 2 m 0 s) |
|
2 | 2023-10-31T03:11:26.134Z | starting task 0: "setup" |
3 | 2023-10-31T03:11:26.196Z | ++ uname -s |
4 | 2023-10-31T03:11:26.213Z | + kern=SunOS |
5 | 2023-10-31T03:11:26.219Z | + case "$kern" in |
6 | 2023-10-31T03:11:26.225Z | + groupadd -g 12345 build |
7 | 2023-10-31T03:11:26.233Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-31T03:11:28.265Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-31T03:11:28.317Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-31T03:11:28.327Z | + home_fs=zfs |
11 | 2023-10-31T03:11:28.332Z | + [[ zfs == autofs ]] |
12 | 2023-10-31T03:11:28.337Z | + mkdir -p /home/build |
13 | 2023-10-31T03:11:28.355Z | + chown build:build /home/build /work |
14 | 2023-10-31T03:11:30.383Z | + chmod 0700 /home/build /work |
15 | 2023-10-31T03:11:30.804Z | process exited: duration 4182 ms, exit code 0 |
|
16 | 2023-10-31T03:11:31.234Z | starting task 1: "rust-toolchain" |
17 | 2023-10-31T03:11:31.263Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-31T03:11:31.274Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-31T03:11:31.443Z | info: downloading installer |
20 | 2023-10-31T03:11:33.147Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-31T03:11:33.175Z | warning: /opt/ooce/bin |
22 | 2023-10-31T03:11:33.194Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-31T03:11:33.209Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-31T03:11:33.224Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-31T03:11:33.229Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-31T03:11:33.247Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-31T03:11:33.257Z | error: cannot install while Rust is installed |
28 | 2023-10-31T03:11:33.272Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-31T03:11:33.310Z | info: profile set to 'default' |
30 | 2023-10-31T03:11:33.327Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-31T03:11:33.342Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-31T03:11:33.437Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-31T03:11:33.446Z | info: downloading component 'cargo' |
34 | 2023-10-31T03:11:34.092Z | info: downloading component 'clippy' |
35 | 2023-10-31T03:11:34.320Z | info: downloading component 'rust-docs' |
36 | 2023-10-31T03:11:35.148Z | info: downloading component 'rust-std' |
37 | 2023-10-31T03:11:36.671Z | info: downloading component 'rustc' |
38 | 2023-10-31T03:11:40.207Z | info: downloading component 'rustfmt' |
39 | 2023-10-31T03:11:40.471Z | info: installing component 'cargo' |
40 | 2023-10-31T03:11:41.880Z | info: installing component 'clippy' |
41 | 2023-10-31T03:11:42.463Z | info: installing component 'rust-docs' |
42 | 2023-10-31T03:11:45.137Z | info: installing component 'rust-std' |
43 | 2023-10-31T03:11:48.307Z | info: installing component 'rustc' |
44 | 2023-10-31T03:11:54.863Z | info: installing component 'rustfmt' |
45 | 2023-10-31T03:11:55.347Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-31T03:11:55.364Z | |
47 | 2023-10-31T03:11:55.547Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-31T03:11:55.560Z | |
49 | 2023-10-31T03:11:55.565Z | |
50 | 2023-10-31T03:11:55.576Z | Rust is installed now. Great! |
51 | 2023-10-31T03:11:55.583Z | |
52 | 2023-10-31T03:11:55.591Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-31T03:11:55.599Z | environment variable. This has not been done automatically. |
54 | 2023-10-31T03:11:55.614Z | |
55 | 2023-10-31T03:11:56.042Z | To configure your current shell, run: |
56 | 2023-10-31T03:11:56.054Z | source "$HOME/.cargo/env" |
57 | 2023-10-31T03:11:56.070Z | + rustc --version |
58 | 2023-10-31T03:11:56.081Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-31T03:11:56.090Z | process exited: duration 24434 ms, exit code 0 |
|
60 | 2023-10-31T03:11:56.108Z | starting task 2: "authentication" |
61 | 2023-10-31T03:11:56.152Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2023-10-31T03:11:56.168Z | starting task 3: "clone repository" |
63 | 2023-10-31T03:11:56.185Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-31T03:11:56.194Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-31T03:11:56.216Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-31T03:12:02.491Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-31T03:12:02.509Z | + [[ -n renovate/serde_json-1.x ]] |
68 | 2023-10-31T03:12:02.962Z | + git fetch origin renovate/serde_json-1.x |
69 | 2023-10-31T03:12:02.986Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-31T03:12:03.005Z | * branch renovate/serde_json-1.x -> FETCH_HEAD |
71 | 2023-10-31T03:12:03.020Z | + git checkout -B renovate/serde_json-1.x remotes/origin/renovate/serde_json-1.x |
72 | 2023-10-31T03:12:03.035Z | Switched to a new branch 'renovate/serde_json-1.x' |
73 | 2023-10-31T03:12:03.061Z | branch 'renovate/serde_json-1.x' set up to track 'origin/renovate/serde_json-1.x'. |
74 | 2023-10-31T03:12:03.076Z | + git reset --hard 1f91f4c3e76f06e58e0de0aae0dfd1553b499920 |
75 | 2023-10-31T03:12:03.093Z | HEAD is now at 1f91f4c3 chore(deps): update rust crate serde_json to 1.0.108 |
76 | 2023-10-31T03:12:03.523Z | process exited: duration 6839 ms, exit code 0 |
|
77 | 2023-10-31T03:12:03.557Z | starting task 4: "build" |
78 | 2023-10-31T03:12:03.581Z | + cargo --version |
79 | 2023-10-31T03:12:03.668Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-31T03:12:03.683Z | + rustc --version |
81 | 2023-10-31T03:12:03.766Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-31T03:12:03.777Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-31T03:12:15.312Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-31T03:12:16.216Z | Startup: Caching catalogs ... Done |
85 | 2023-10-31T03:12:20.825Z | Planning: Solver setup ... Done (4.325s) |
86 | 2023-10-31T03:12:20.929Z | Planning: Running solver ... Done (0.114s) |
87 | 2023-10-31T03:12:20.982Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-31T03:12:21.083Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-31T03:12:22.605Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-31T03:12:22.694Z | Planning: Package planning ... Done (0.079s) |
91 | 2023-10-31T03:12:22.777Z | Planning: Merging actions ... Done (0.086s) |
92 | 2023-10-31T03:12:23.630Z | Planning: Checking for conflicting actions ... Done (0.862s) |
93 | 2023-10-31T03:12:23.654Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-31T03:12:28.704Z | Planning: Evaluating mediators ... Done (5.058s) |
95 | 2023-10-31T03:12:28.719Z | Planning: Planning completed in 12.45 seconds |
96 | 2023-10-31T03:12:28.758Z | Packages to install: 4 |
97 | 2023-10-31T03:12:28.761Z | Mediators to change: 2 |
98 | 2023-10-31T03:12:28.764Z | Services to change: 1 |
99 | 2023-10-31T03:12:28.778Z | Estimated space available: 149.39 GB |
100 | 2023-10-31T03:12:28.781Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-31T03:12:28.784Z | Create boot environment: No |
102 | 2023-10-31T03:12:28.787Z | Create backup boot environment: No |
103 | 2023-10-31T03:12:28.790Z | Rebuild boot archive: No |
104 | 2023-10-31T03:12:28.793Z | |
105 | 2023-10-31T03:12:28.796Z | Changed mediators: |
106 | 2023-10-31T03:12:28.799Z | mediator clang: |
107 | 2023-10-31T03:12:28.805Z | version: None -> 15 (system default) |
108 | 2023-10-31T03:12:28.809Z | |
109 | 2023-10-31T03:12:28.812Z | mediator llvm: |
110 | 2023-10-31T03:12:28.815Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-31T03:12:28.819Z | |
112 | 2023-10-31T03:12:28.826Z | Changed packages: |
113 | 2023-10-31T03:12:28.829Z | helios-dev |
114 | 2023-10-31T03:12:28.832Z | developer/build-essential |
115 | 2023-10-31T03:12:28.836Z | None -> 11-2.0 |
116 | 2023-10-31T03:12:28.840Z | library/libxmlsec1 |
117 | 2023-10-31T03:12:28.844Z | None -> 1.2.35-2.0 |
118 | 2023-10-31T03:12:28.847Z | ooce/developer/clang-15 |
119 | 2023-10-31T03:12:28.850Z | None -> 15.0.7-2.0 |
120 | 2023-10-31T03:12:28.853Z | ooce/developer/llvm-15 |
121 | 2023-10-31T03:12:28.856Z | None -> 15.0.7-2.0 |
122 | 2023-10-31T03:12:28.860Z | |
123 | 2023-10-31T03:12:28.864Z | Services: |
124 | 2023-10-31T03:12:28.875Z | restart_fmri: |
125 | 2023-10-31T03:12:28.887Z | svc:/system/update-man-index:default |
126 | 2023-10-31T03:12:29.310Z | |
127 | 2023-10-31T03:12:29.324Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-31T03:12:33.947Z | Download: 300/3290 items 1.8/212.6MB 0% complete (380k/s) |
129 | 2023-10-31T03:12:38.954Z | Download: 645/3290 items 4.3/212.6MB 2% complete (422k/s) |
130 | 2023-10-31T03:12:43.951Z | Download: 1122/3290 items 38.3/212.6MB 18% complete (3.5M/s) |
131 | 2023-10-31T03:12:50.817Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.0M/s) |
132 | 2023-10-31T03:12:55.811Z | Download: 1341/3290 items 111.5/212.6MB 52% complete (4.0M/s) |
133 | 2023-10-31T03:13:00.846Z | Download: 1493/3290 items 115.9/212.6MB 54% complete (3.5M/s) |
134 | 2023-10-31T03:13:05.899Z | Download: 1675/3290 items 117.2/212.6MB 55% complete (676k/s) |
135 | 2023-10-31T03:13:10.914Z | Download: 1937/3290 items 117.9/212.6MB 55% complete (206k/s) |
136 | 2023-10-31T03:13:16.614Z | Download: 2220/3290 items 118.5/212.6MB 55% complete (208k/s) |
137 | 2023-10-31T03:13:21.607Z | Download: 2223/3290 items 119.1/212.6MB 56% complete (114k/s) |
138 | 2023-10-31T03:13:26.668Z | Download: 2485/3290 items 120.0/212.6MB 56% complete (152k/s) |
139 | 2023-10-31T03:13:31.624Z | Download: 2836/3290 items 120.9/212.6MB 56% complete (177k/s) |
140 | 2023-10-31T03:13:36.622Z | Download: 3092/3290 items 122.7/212.6MB 57% complete (206k/s) |
141 | 2023-10-31T03:13:46.993Z | Download: 3246/3290 items 202.9/212.6MB 95% complete (8.2M/s) |
142 | 2023-10-31T03:13:53.008Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (7.8M/s) |
143 | 2023-10-31T03:14:01.540Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
144 | 2023-10-31T03:14:04.926Z | Download: Completed 212.60 MB in 96.01 seconds (2.2M/s) |
145 | 2023-10-31T03:14:05.166Z | Actions: 1/3687 actions (Installing new actions) |
146 | 2023-10-31T03:14:10.178Z | Actions: 3088/3687 actions (Installing new actions) |
147 | 2023-10-31T03:14:13.268Z | Actions: Completed 3687 actions in 8.11 seconds. |
148 | 2023-10-31T03:14:13.419Z | Done (0.145s) |
149 | 2023-10-31T03:14:13.422Z | Done (0.000s) |
150 | 2023-10-31T03:14:13.756Z | Done (0.202s) |
151 | 2023-10-31T03:14:20.900Z | Done (7.153s) |
152 | 2023-10-31T03:14:21.105Z | Done (0.116s) |
153 | 2023-10-31T03:14:21.120Z | Done (0.000s) |
154 | 2023-10-31T03:14:21.317Z | Done (0.000s) |
155 | 2023-10-31T03:14:21.996Z | Planning: Evaluating mediator changes ... Done |
156 | 2023-10-31T03:14:22.265Z | Planning: Checking for conflicting actions ... Done |
157 | 2023-10-31T03:14:22.272Z | Planning: Consolidating action changes ... Done |
158 | 2023-10-31T03:14:22.694Z | Planning: Evaluating mediators ... Done |
159 | 2023-10-31T03:14:22.697Z | Planning: Planning completed in 0.71 seconds |
160 | 2023-10-31T03:14:22.753Z | Mediators to change: 2 |
161 | 2023-10-31T03:14:22.758Z | Create boot environment: No |
162 | 2023-10-31T03:14:22.762Z | Create backup boot environment: No |
163 | 2023-10-31T03:14:22.846Z | Done |
164 | 2023-10-31T03:14:22.850Z | Done |
165 | 2023-10-31T03:14:22.999Z | Done |
166 | 2023-10-31T03:14:28.685Z | Done |
167 | 2023-10-31T03:14:28.796Z | Done |
168 | 2023-10-31T03:14:28.800Z | Done |
169 | 2023-10-31T03:14:28.883Z | Done |
170 | 2023-10-31T03:14:29.870Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-10-31T03:14:29.875Z | Planning: Merging actions ... Done |
172 | 2023-10-31T03:14:30.197Z | Planning: Checking for conflicting actions ... Done |
173 | 2023-10-31T03:14:30.202Z | Planning: Consolidating action changes ... Done |
174 | 2023-10-31T03:14:30.636Z | Planning: Evaluating mediators ... Done |
175 | 2023-10-31T03:14:30.719Z | Planning: Planning completed in 1.93 seconds |
176 | 2023-10-31T03:14:30.773Z | Packages to change: 1 |
177 | 2023-10-31T03:14:30.776Z | Mediators to change: 1 |
178 | 2023-10-31T03:14:30.780Z | Services to change: 1 |
179 | 2023-10-31T03:14:30.783Z | Create boot environment: No |
180 | 2023-10-31T03:14:30.785Z | Create backup boot environment: Yes |
181 | 2023-10-31T03:14:33.764Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2023-10-31T03:14:33.777Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2023-10-31T03:14:33.787Z | Done |
184 | 2023-10-31T03:14:33.801Z | Done |
185 | 2023-10-31T03:14:33.813Z | Done |
186 | 2023-10-31T03:14:39.580Z | Done |
187 | 2023-10-31T03:14:39.700Z | Done |
188 | 2023-10-31T03:14:39.703Z | Done |
189 | 2023-10-31T03:14:39.809Z | Done |
190 | 2023-10-31T03:14:40.490Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2023-10-31T03:14:40.493Z | clang system 15 system |
192 | 2023-10-31T03:14:40.496Z | csh system system illumos |
193 | 2023-10-31T03:14:40.499Z | ctags system system illumos |
194 | 2023-10-31T03:14:40.504Z | gcc vendor 12 vendor |
195 | 2023-10-31T03:14:40.506Z | gcc system 10 system |
196 | 2023-10-31T03:14:40.510Z | gcc system 7 system |
197 | 2023-10-31T03:14:40.514Z | go system 1.20 system |
198 | 2023-10-31T03:14:40.517Z | go system 1.19 system |
199 | 2023-10-31T03:14:40.520Z | llvm system 15 system |
200 | 2023-10-31T03:14:40.526Z | llvm system 14 system |
201 | 2023-10-31T03:14:40.533Z | mariadb system 10.6 system |
202 | 2023-10-31T03:14:40.545Z | mta vendor vendor dma |
203 | 2023-10-31T03:14:40.556Z | openjdk system 17 system |
204 | 2023-10-31T03:14:40.565Z | openjdk system 11 system |
205 | 2023-10-31T03:14:40.573Z | openjdk system 1.8 system |
206 | 2023-10-31T03:14:40.580Z | openssl vendor 3 vendor |
207 | 2023-10-31T03:14:40.583Z | perl system 5.36 system |
208 | 2023-10-31T03:14:40.587Z | postgresql system 15 system |
209 | 2023-10-31T03:14:40.591Z | postgresql system 13 system |
210 | 2023-10-31T03:14:40.594Z | python vendor 3 vendor |
211 | 2023-10-31T03:14:40.599Z | python system 2 system |
212 | 2023-10-31T03:14:40.602Z | python3 system 3.11 system |
213 | 2023-10-31T03:14:40.610Z | ruby system 3.0 system |
214 | 2023-10-31T03:14:40.614Z | words vendor vendor american-english |
215 | 2023-10-31T03:14:40.618Z | words system system australian-english |
216 | 2023-10-31T03:14:40.621Z | words system system british-english |
217 | 2023-10-31T03:14:40.626Z | words system system canadian-english |
218 | 2023-10-31T03:14:40.632Z | words system system french |
219 | 2023-10-31T03:14:40.641Z | words system system italian |
220 | 2023-10-31T03:14:40.650Z | words system system ngerman |
221 | 2023-10-31T03:14:40.655Z | words system system ogerman |
222 | 2023-10-31T03:14:40.663Z | words system system spanish |
223 | 2023-10-31T03:14:41.037Z | FMRI IFO |
224 | 2023-10-31T03:14:41.452Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2023-10-31T03:14:41.512Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2023-10-31T03:14:41.519Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2023-10-31T03:14:41.538Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
228 | 2023-10-31T03:14:41.554Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2023-10-31T03:14:41.568Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
230 | 2023-10-31T03:14:41.596Z | + set -o errexit |
231 | 2023-10-31T03:14:41.610Z | +++ dirname ./tools/ci_download_cockroachdb |
232 | 2023-10-31T03:14:41.649Z | ++ cd ./tools |
233 | 2023-10-31T03:14:41.654Z | ++ pwd |
234 | 2023-10-31T03:14:41.665Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
235 | 2023-10-31T03:14:41.673Z | ++ basename ./tools/ci_download_cockroachdb |
236 | 2023-10-31T03:14:41.679Z | + ARG0=ci_download_cockroachdb |
237 | 2023-10-31T03:14:41.686Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
238 | 2023-10-31T03:14:41.692Z | + CIDL_VERSION=v22.1.9 |
239 | 2023-10-31T03:14:41.698Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
240 | 2023-10-31T03:14:41.705Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
241 | 2023-10-31T03:14:41.716Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
242 | 2023-10-31T03:14:41.721Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
243 | 2023-10-31T03:14:41.725Z | + TARGET_DIR=out |
244 | 2023-10-31T03:14:41.734Z | + DOWNLOAD_DIR=out/downloads |
245 | 2023-10-31T03:14:41.742Z | + DEST_DIR=./out/cockroachdb |
246 | 2023-10-31T03:14:41.752Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
247 | 2023-10-31T03:14:41.759Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
248 | 2023-10-31T03:14:41.772Z | + main |
249 | 2023-10-31T03:14:41.777Z | + [[ 0 != 0 ]] |
250 | 2023-10-31T03:14:41.784Z | + CIDL_OS=solaris2.11 |
251 | 2023-10-31T03:14:41.791Z | + [[ 0 != 0 ]] |
252 | 2023-10-31T03:14:41.805Z | + configure_os solaris2.11 |
253 | 2023-10-31T03:14:41.810Z | + echo 'current directory: /work/oxidecomputer/omicron' |
254 | 2023-10-31T03:14:41.821Z | current directory: /work/oxidecomputer/omicron |
255 | 2023-10-31T03:14:41.827Z | + echo 'configuring based on OS: "solaris2.11"' |
256 | 2023-10-31T03:14:41.836Z | configuring based on OS: "solaris2.11" |
257 | 2023-10-31T03:14:41.844Z | + case "$1" in |
258 | 2023-10-31T03:14:41.852Z | + CIDL_BUILD=illumos |
259 | 2023-10-31T03:14:41.862Z | + CIDL_SUFFIX=tar.gz |
260 | 2023-10-31T03:14:41.865Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
261 | 2023-10-31T03:14:41.868Z | + CIDL_MD5FUNC=do_md5sum |
262 | 2023-10-31T03:14:41.871Z | + CIDL_URL_BASE=https://illumos.org/downloads |
263 | 2023-10-31T03:14:41.873Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2023-10-31T03:14:41.877Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2023-10-31T03:14:41.879Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-31T03:14:41.883Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-31T03:14:41.886Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2023-10-31T03:14:41.889Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-31T03:14:41.892Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
270 | 2023-10-31T03:14:41.894Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-10-31T03:14:41.897Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2023-10-31T03:14:41.900Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-31T03:14:41.903Z | + mkdir -p out/downloads |
274 | 2023-10-31T03:14:41.905Z | + mkdir -p ./out/cockroachdb |
275 | 2023-10-31T03:14:41.908Z | + local DO_DOWNLOAD=true |
276 | 2023-10-31T03:14:41.911Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
277 | 2023-10-31T03:14:41.914Z | + '[' true == true ']' |
278 | 2023-10-31T03:14:41.916Z | + echo Downloading... |
279 | 2023-10-31T03:14:41.919Z | Downloading... |
280 | 2023-10-31T03:14:41.922Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-31T03:14:41.925Z | + 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 |
282 | 2023-10-31T03:14:55.552Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-10-31T03:14:55.555Z | ++ md5sum |
284 | 2023-10-31T03:14:55.558Z | ++ awk '{print $1}' |
285 | 2023-10-31T03:14:55.738Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-10-31T03:14:55.741Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
287 | 2023-10-31T03:14:55.744Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-10-31T03:14:55.747Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
289 | 2023-10-31T03:14:59.055Z | + do_assemble_illumos |
290 | 2023-10-31T03:14:59.068Z | + rm -r ./out/cockroachdb |
291 | 2023-10-31T03:14:59.077Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
292 | 2023-10-31T03:14:59.729Z | + ./out/cockroachdb/bin/cockroach version |
293 | 2023-10-31T03:15:00.030Z | Build Tag: v22.1.9-dirty |
294 | 2023-10-31T03:15:00.033Z | Build Time: 2022/10/26 21:17:46 |
295 | 2023-10-31T03:15:00.036Z | Distribution: OSS |
296 | 2023-10-31T03:15:00.064Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
297 | 2023-10-31T03:15:00.067Z | Go Version: go1.17.13 |
298 | 2023-10-31T03:15:00.073Z | C Compiler: gcc 10.3.0 |
299 | 2023-10-31T03:15:00.076Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
300 | 2023-10-31T03:15:00.079Z | Build Type: release |
301 | 2023-10-31T03:15:00.081Z | + set -o errexit |
302 | 2023-10-31T03:15:00.084Z | +++ dirname ./tools/ci_download_clickhouse |
303 | 2023-10-31T03:15:00.101Z | ++ cd ./tools |
304 | 2023-10-31T03:15:00.106Z | ++ pwd |
305 | 2023-10-31T03:15:00.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
306 | 2023-10-31T03:15:00.112Z | ++ basename ./tools/ci_download_clickhouse |
307 | 2023-10-31T03:15:00.115Z | + ARG0=ci_download_clickhouse |
308 | 2023-10-31T03:15:00.120Z | + TARGET_DIR=out |
309 | 2023-10-31T03:15:00.123Z | + DOWNLOAD_DIR=out/downloads |
310 | 2023-10-31T03:15:00.126Z | + DEST_DIR=./out/clickhouse |
311 | 2023-10-31T03:15:00.129Z | + CIDL_VERSION=v22.8.9.24 |
312 | 2023-10-31T03:15:00.132Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
313 | 2023-10-31T03:15:00.134Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
314 | 2023-10-31T03:15:00.140Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
315 | 2023-10-31T03:15:00.143Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-10-31T03:15:00.147Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
317 | 2023-10-31T03:15:00.150Z | + main |
318 | 2023-10-31T03:15:00.153Z | + [[ 0 != 0 ]] |
319 | 2023-10-31T03:15:00.156Z | + CIDL_OS=solaris2.11 |
320 | 2023-10-31T03:15:00.159Z | + [[ 0 != 0 ]] |
321 | 2023-10-31T03:15:00.162Z | + configure_os solaris2.11 |
322 | 2023-10-31T03:15:00.165Z | + echo 'current directory: /work/oxidecomputer/omicron' |
323 | 2023-10-31T03:15:00.169Z | current directory: /work/oxidecomputer/omicron |
324 | 2023-10-31T03:15:00.172Z | + echo 'configuring based on OS: "solaris2.11"' |
325 | 2023-10-31T03:15:00.175Z | + CIDL_DASHREV= |
326 | 2023-10-31T03:15:00.178Z | configuring based on OS: "solaris2.11" |
327 | 2023-10-31T03:15:00.181Z | + case "$1" in |
328 | 2023-10-31T03:15:00.184Z | + CIDL_PLATFORM=illumos |
329 | 2023-10-31T03:15:00.187Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-10-31T03:15:00.192Z | + CIDL_MD5FUNC=do_md5sum |
331 | 2023-10-31T03:15:00.195Z | + CIDL_DASHREV=-1 |
332 | 2023-10-31T03:15:00.199Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
333 | 2023-10-31T03:15:00.202Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-10-31T03:15:00.205Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-31T03:15:00.208Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-31T03:15:00.211Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
337 | 2023-10-31T03:15:00.214Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-10-31T03:15:00.218Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-10-31T03:15:00.225Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-10-31T03:15:00.234Z | + mkdir -p out/downloads |
341 | 2023-10-31T03:15:00.255Z | + mkdir -p ./out/clickhouse |
342 | 2023-10-31T03:15:00.259Z | + local DO_DOWNLOAD=true |
343 | 2023-10-31T03:15:00.265Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
344 | 2023-10-31T03:15:00.268Z | + '[' true == true ']' |
345 | 2023-10-31T03:15:00.271Z | + echo Downloading... |
346 | 2023-10-31T03:15:00.276Z | Downloading... |
347 | 2023-10-31T03:15:00.285Z | + 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 |
348 | 2023-10-31T03:15:00.289Z | + 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 |
349 | 2023-10-31T03:15:01.427Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-31T03:15:01.431Z | ++ md5sum |
351 | 2023-10-31T03:15:01.434Z | ++ awk '{print $1}' |
352 | 2023-10-31T03:15:01.685Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-10-31T03:15:01.689Z | + [[ 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 ]] |
354 | 2023-10-31T03:15:01.692Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
355 | 2023-10-31T03:15:01.696Z | + mkdir -p ./out/clickhouse |
356 | 2023-10-31T03:15:01.703Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
357 | 2023-10-31T03:15:06.510Z | + ./out/clickhouse/clickhouse server --version |
358 | 2023-10-31T03:15:06.569Z | ClickHouse server version 22.8.9.1. |
359 | 2023-10-31T03:15:06.586Z | + set -o errexit |
360 | 2023-10-31T03:15:06.596Z | +++ dirname ./tools/ci_download_console |
361 | 2023-10-31T03:15:06.605Z | ++ cd ./tools |
362 | 2023-10-31T03:15:06.609Z | ++ pwd |
363 | 2023-10-31T03:15:06.614Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
364 | 2023-10-31T03:15:06.619Z | ++ basename ./tools/ci_download_console |
365 | 2023-10-31T03:15:06.624Z | + ARG0=ci_download_console |
366 | 2023-10-31T03:15:06.640Z | + TARGET_DIR=out |
367 | 2023-10-31T03:15:06.649Z | + DOWNLOAD_DIR=out/downloads |
368 | 2023-10-31T03:15:06.659Z | + DEST_DIR=./out/console-assets |
369 | 2023-10-31T03:15:06.667Z | + source /work/oxidecomputer/omicron/tools/console_version |
370 | 2023-10-31T03:15:06.677Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
371 | 2023-10-31T03:15:06.691Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
372 | 2023-10-31T03:15:06.696Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
373 | 2023-10-31T03:15:06.703Z | + TARBALL_FILE=out/downloads/console.tar.gz |
374 | 2023-10-31T03:15:06.735Z | + main |
375 | 2023-10-31T03:15:06.763Z | + [[ 0 != 0 ]] |
376 | 2023-10-31T03:15:06.776Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
377 | 2023-10-31T03:15:06.784Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
378 | 2023-10-31T03:15:06.795Z | + echo 'Local file: out/downloads/console.tar.gz' |
379 | 2023-10-31T03:15:06.814Z | Local file: out/downloads/console.tar.gz |
380 | 2023-10-31T03:15:06.826Z | + local DO_DOWNLOAD=true |
381 | 2023-10-31T03:15:06.848Z | + [[ -f out/downloads/console.tar.gz ]] |
382 | 2023-10-31T03:15:06.880Z | + mkdir -p out/downloads |
383 | 2023-10-31T03:15:06.894Z | + '[' true == true ']' |
384 | 2023-10-31T03:15:06.903Z | + echo Downloading... |
385 | 2023-10-31T03:15:06.909Z | Downloading... |
386 | 2023-10-31T03:15:06.914Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
387 | 2023-10-31T03:15:06.929Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
388 | 2023-10-31T03:15:07.670Z | ++ do_sha256sum out/downloads/console.tar.gz |
389 | 2023-10-31T03:15:07.718Z | ++ case "$OSTYPE" in |
390 | 2023-10-31T03:15:07.742Z | ++ SHA=sha256sum |
391 | 2023-10-31T03:15:07.758Z | ++ sha256sum |
392 | 2023-10-31T03:15:07.771Z | ++ awk '{print $1}' |
393 | 2023-10-31T03:15:07.781Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
394 | 2023-10-31T03:15:07.804Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
395 | 2023-10-31T03:15:07.815Z | + rm -rf ./out/console-assets |
396 | 2023-10-31T03:15:07.823Z | + mkdir -p ./out/console-assets |
397 | 2023-10-31T03:15:07.831Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
398 | 2023-10-31T03:15:07.842Z | + mkdir -p ./out/console-assets |
399 | 2023-10-31T03:15:07.850Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
400 | 2023-10-31T03:15:07.856Z | + set -o errexit |
401 | 2023-10-31T03:15:07.864Z | +++ dirname ./tools/ci_download_maghemite_openapi |
402 | 2023-10-31T03:15:07.879Z | ++ cd ./tools |
403 | 2023-10-31T03:15:07.898Z | ++ pwd |
404 | 2023-10-31T03:15:07.910Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
405 | 2023-10-31T03:15:07.916Z | ++ basename ./tools/ci_download_maghemite_openapi |
406 | 2023-10-31T03:15:07.920Z | + ARG0=ci_download_maghemite_openapi |
407 | 2023-10-31T03:15:07.923Z | + TARGET_DIR=out |
408 | 2023-10-31T03:15:07.927Z | + DOWNLOAD_DIR=out/downloads |
409 | 2023-10-31T03:15:07.933Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
410 | 2023-10-31T03:15:07.940Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
411 | 2023-10-31T03:15:07.946Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
412 | 2023-10-31T03:15:07.951Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
413 | 2023-10-31T03:15:07.954Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
414 | 2023-10-31T03:15:07.960Z | + main |
415 | 2023-10-31T03:15:07.965Z | + [[ 0 != 0 ]] |
416 | 2023-10-31T03:15:07.970Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
417 | 2023-10-31T03:15:07.977Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
418 | 2023-10-31T03:15:07.983Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
419 | 2023-10-31T03:15:07.988Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
420 | 2023-10-31T03:15:07.993Z | + local DO_DOWNLOAD=true |
421 | 2023-10-31T03:15:07.998Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
422 | 2023-10-31T03:15:08.002Z | + mkdir -p out/downloads |
423 | 2023-10-31T03:15:08.005Z | + '[' true == true ']' |
424 | 2023-10-31T03:15:08.008Z | + echo Downloading... |
425 | 2023-10-31T03:15:08.013Z | Downloading... |
426 | 2023-10-31T03:15:08.017Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
427 | 2023-10-31T03:15:08.020Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
428 | 2023-10-31T03:15:08.214Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
429 | 2023-10-31T03:15:08.222Z | ++ case "$OSTYPE" in |
430 | 2023-10-31T03:15:08.230Z | ++ SHA=sha256sum |
431 | 2023-10-31T03:15:08.241Z | ++ sha256sum |
432 | 2023-10-31T03:15:08.248Z | ++ awk '{print $1}' |
433 | 2023-10-31T03:15:08.259Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
434 | 2023-10-31T03:15:08.269Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
435 | 2023-10-31T03:15:08.279Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
436 | 2023-10-31T03:15:08.289Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
437 | 2023-10-31T03:15:08.299Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
438 | 2023-10-31T03:15:08.313Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
439 | 2023-10-31T03:15:08.322Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
440 | 2023-10-31T03:15:08.329Z | + main |
441 | 2023-10-31T03:15:08.343Z | + [[ 0 != 0 ]] |
442 | 2023-10-31T03:15:08.350Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
443 | 2023-10-31T03:15:08.360Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
444 | 2023-10-31T03:15:08.370Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
445 | 2023-10-31T03:15:08.380Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
446 | 2023-10-31T03:15:08.387Z | + local DO_DOWNLOAD=true |
447 | 2023-10-31T03:15:08.397Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
448 | 2023-10-31T03:15:08.406Z | + mkdir -p out/downloads |
449 | 2023-10-31T03:15:08.415Z | + '[' true == true ']' |
450 | 2023-10-31T03:15:08.427Z | + echo Downloading... |
451 | 2023-10-31T03:15:08.436Z | Downloading... |
452 | 2023-10-31T03:15:08.446Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
453 | 2023-10-31T03:15:08.456Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
454 | 2023-10-31T03:15:08.466Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
455 | 2023-10-31T03:15:08.481Z | ++ case "$OSTYPE" in |
456 | 2023-10-31T03:15:08.491Z | ++ SHA=sha256sum |
457 | 2023-10-31T03:15:08.911Z | ++ sha256sum |
458 | 2023-10-31T03:15:08.922Z | ++ awk '{print $1}' |
459 | 2023-10-31T03:15:08.935Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
460 | 2023-10-31T03:15:08.941Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
461 | 2023-10-31T03:15:08.949Z | + set -o errexit |
462 | 2023-10-31T03:15:08.960Z | +++ dirname ./tools/ci_download_dendrite_openapi |
463 | 2023-10-31T03:15:08.971Z | ++ cd ./tools |
464 | 2023-10-31T03:15:08.993Z | ++ pwd |
465 | 2023-10-31T03:15:09.004Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2023-10-31T03:15:09.016Z | ++ basename ./tools/ci_download_dendrite_openapi |
467 | 2023-10-31T03:15:09.437Z | + ARG0=ci_download_dendrite_openapi |
468 | 2023-10-31T03:15:09.445Z | + TARGET_DIR=out |
469 | 2023-10-31T03:15:09.465Z | + DOWNLOAD_DIR=out/downloads |
470 | 2023-10-31T03:15:09.889Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
471 | 2023-10-31T03:15:09.901Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
472 | 2023-10-31T03:15:09.915Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
473 | 2023-10-31T03:15:09.936Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
474 | 2023-10-31T03:15:10.385Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
475 | 2023-10-31T03:15:10.405Z | + main |
476 | 2023-10-31T03:15:10.427Z | + [[ 0 != 0 ]] |
477 | 2023-10-31T03:15:10.439Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
478 | 2023-10-31T03:15:10.490Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
479 | 2023-10-31T03:15:10.512Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
480 | 2023-10-31T03:15:10.530Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
481 | 2023-10-31T03:15:10.537Z | + local DO_DOWNLOAD=true |
482 | 2023-10-31T03:15:10.544Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
483 | 2023-10-31T03:15:10.557Z | + mkdir -p out/downloads |
484 | 2023-10-31T03:15:10.563Z | + '[' true == true ']' |
485 | 2023-10-31T03:15:10.567Z | + echo Downloading... |
486 | 2023-10-31T03:15:10.573Z | Downloading... |
487 | 2023-10-31T03:15:10.996Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
488 | 2023-10-31T03:15:11.010Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
489 | 2023-10-31T03:15:11.026Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
490 | 2023-10-31T03:15:11.049Z | ++ case "$OSTYPE" in |
491 | 2023-10-31T03:15:11.070Z | ++ SHA=sha256sum |
492 | 2023-10-31T03:15:11.084Z | ++ sha256sum |
493 | 2023-10-31T03:15:11.089Z | ++ awk '{print $1}' |
494 | 2023-10-31T03:15:11.097Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
495 | 2023-10-31T03:15:11.102Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
496 | 2023-10-31T03:15:11.109Z | + set -o errexit |
497 | 2023-10-31T03:15:11.117Z | +++ dirname ./tools/ci_download_dendrite_stub |
498 | 2023-10-31T03:15:11.130Z | ++ cd ./tools |
499 | 2023-10-31T03:15:11.138Z | ++ pwd |
500 | 2023-10-31T03:15:11.173Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2023-10-31T03:15:11.190Z | ++ basename ./tools/ci_download_dendrite_stub |
502 | 2023-10-31T03:15:11.212Z | + ARG0=ci_download_dendrite_stub |
503 | 2023-10-31T03:15:11.224Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
504 | 2023-10-31T03:15:11.232Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
505 | 2023-10-31T03:15:11.649Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
506 | 2023-10-31T03:15:11.661Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
507 | 2023-10-31T03:15:11.674Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2023-10-31T03:15:12.093Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
509 | 2023-10-31T03:15:12.100Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
510 | 2023-10-31T03:15:12.111Z | + TARGET_DIR=out |
511 | 2023-10-31T03:15:12.131Z | + DOWNLOAD_DIR=out/downloads |
512 | 2023-10-31T03:15:12.138Z | + DEST_DIR=./out/dendrite-stub |
513 | 2023-10-31T03:15:12.145Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
514 | 2023-10-31T03:15:12.155Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
515 | 2023-10-31T03:15:12.167Z | + REPO=oxidecomputer/dendrite |
516 | 2023-10-31T03:15:12.173Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
517 | 2023-10-31T03:15:12.183Z | + main |
518 | 2023-10-31T03:15:12.189Z | + [[ 0 != 0 ]] |
519 | 2023-10-31T03:15:12.202Z | + CIDL_OS=solaris2.11 |
520 | 2023-10-31T03:15:12.208Z | + [[ 0 != 0 ]] |
521 | 2023-10-31T03:15:12.224Z | + configure_os solaris2.11 |
522 | 2023-10-31T03:15:12.234Z | + echo 'current directory: /work/oxidecomputer/omicron' |
523 | 2023-10-31T03:15:12.244Z | current directory: /work/oxidecomputer/omicron |
524 | 2023-10-31T03:15:12.268Z | + echo 'configuring based on OS: "solaris2.11"' |
525 | 2023-10-31T03:15:12.689Z | configuring based on OS: "solaris2.11" |
526 | 2023-10-31T03:15:12.696Z | + case "$1" in |
527 | 2023-10-31T03:15:12.708Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
528 | 2023-10-31T03:15:12.718Z | + SET_BINARIES= |
529 | 2023-10-31T03:15:12.740Z | Local file: out/downloads/dendrite-stub.tar.gz |
530 | 2023-10-31T03:15:12.751Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
531 | 2023-10-31T03:15:12.760Z | Downloading... |
532 | 2023-10-31T03:15:12.764Z | + CIDL_SHA256FUNC=do_sha256sum |
533 | 2023-10-31T03:15:12.778Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
534 | 2023-10-31T03:15:12.787Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
535 | 2023-10-31T03:15:12.796Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-31T03:15:12.807Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
537 | 2023-10-31T03:15:12.829Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
538 | 2023-10-31T03:15:12.852Z | + mkdir -p out/downloads |
539 | 2023-10-31T03:15:12.885Z | + mkdir -p ./out/dendrite-stub |
540 | 2023-10-31T03:15:12.897Z | + fetch_and_verify |
541 | 2023-10-31T03:15:12.912Z | + local DO_DOWNLOAD=true |
542 | 2023-10-31T03:15:12.928Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
543 | 2023-10-31T03:15:12.941Z | + '[' true == true ']' |
544 | 2023-10-31T03:15:12.958Z | + echo Downloading... |
545 | 2023-10-31T03:15:12.969Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
546 | 2023-10-31T03:15:12.996Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
547 | 2023-10-31T03:15:18.375Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
548 | 2023-10-31T03:15:18.393Z | ++ sha256sum |
549 | 2023-10-31T03:15:18.402Z | ++ awk '{print $1}' |
550 | 2023-10-31T03:15:18.469Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
551 | 2023-10-31T03:15:18.477Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
552 | 2023-10-31T03:15:18.482Z | + do_untar out/downloads/dendrite-stub.tar.gz |
553 | 2023-10-31T03:15:18.490Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
554 | 2023-10-31T03:15:19.811Z | + do_assemble |
555 | 2023-10-31T03:15:19.824Z | + rm -r ./out/dendrite-stub |
556 | 2023-10-31T03:15:19.835Z | + mkdir ./out/dendrite-stub |
557 | 2023-10-31T03:15:19.854Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
558 | 2023-10-31T03:15:19.860Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
559 | 2023-10-31T03:15:19.869Z | + set -o errexit |
560 | 2023-10-31T03:15:19.876Z | +++ dirname ./tools/ci_download_maghemite_mgd |
561 | 2023-10-31T03:15:19.882Z | ++ cd ./tools |
562 | 2023-10-31T03:15:19.888Z | ++ pwd |
563 | 2023-10-31T03:15:19.894Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
564 | 2023-10-31T03:15:19.908Z | ++ basename ./tools/ci_download_maghemite_mgd |
565 | 2023-10-31T03:15:19.915Z | + ARG0=ci_download_maghemite_mgd |
566 | 2023-10-31T03:15:19.921Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
567 | 2023-10-31T03:15:19.926Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
568 | 2023-10-31T03:15:19.930Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
569 | 2023-10-31T03:15:19.937Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
570 | 2023-10-31T03:15:19.941Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
571 | 2023-10-31T03:15:19.956Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
572 | 2023-10-31T03:15:19.961Z | + TARGET_DIR=out |
573 | 2023-10-31T03:15:19.965Z | + DOWNLOAD_DIR=out/downloads |
574 | 2023-10-31T03:15:19.970Z | + DEST_DIR=./out/mgd |
575 | 2023-10-31T03:15:19.973Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
576 | 2023-10-31T03:15:19.982Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
577 | 2023-10-31T03:15:19.990Z | + REPO=oxidecomputer/maghemite |
578 | 2023-10-31T03:15:19.994Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
579 | 2023-10-31T03:15:19.998Z | + main |
580 | 2023-10-31T03:15:20.003Z | + [[ 0 != 0 ]] |
581 | 2023-10-31T03:15:20.008Z | + CIDL_OS=solaris2.11 |
582 | 2023-10-31T03:15:20.012Z | + [[ 0 != 0 ]] |
583 | 2023-10-31T03:15:20.017Z | + configure_os solaris2.11 |
584 | 2023-10-31T03:15:20.021Z | + echo 'current directory: /work/oxidecomputer/omicron' |
585 | 2023-10-31T03:15:20.024Z | current directory: /work/oxidecomputer/omicron |
586 | 2023-10-31T03:15:20.028Z | + echo 'configuring based on OS: "solaris2.11"' |
587 | 2023-10-31T03:15:20.039Z | configuring based on OS: "solaris2.11" |
588 | 2023-10-31T03:15:20.044Z | + case "$1" in |
589 | 2023-10-31T03:15:20.051Z | + SET_BINARIES= |
590 | 2023-10-31T03:15:20.074Z | + CIDL_SHA256FUNC=do_sha256sum |
591 | 2023-10-31T03:15:20.094Z | + TARBALL_FILENAME=mgd.tar.gz |
592 | 2023-10-31T03:15:20.114Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
593 | 2023-10-31T03:15:20.125Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
594 | 2023-10-31T03:15:20.138Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
595 | 2023-10-31T03:15:20.156Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
596 | 2023-10-31T03:15:20.167Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
597 | 2023-10-31T03:15:20.177Z | Local file: out/downloads/mgd.tar.gz |
598 | 2023-10-31T03:15:20.189Z | + mkdir -p out/downloads |
599 | 2023-10-31T03:15:20.211Z | + mkdir -p ./out/mgd |
600 | 2023-10-31T03:15:20.234Z | + fetch_and_verify |
601 | 2023-10-31T03:15:20.249Z | + local DO_DOWNLOAD=true |
602 | 2023-10-31T03:15:20.263Z | + [[ -f out/downloads/mgd.tar.gz ]] |
603 | 2023-10-31T03:15:20.285Z | + '[' true == true ']' |
604 | 2023-10-31T03:15:20.307Z | + echo Downloading... |
605 | 2023-10-31T03:15:20.318Z | Downloading... |
606 | 2023-10-31T03:15:20.331Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
607 | 2023-10-31T03:15:20.338Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
608 | 2023-10-31T03:15:35.945Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
609 | 2023-10-31T03:15:35.947Z | ++ sha256sum |
610 | 2023-10-31T03:15:35.950Z | ++ awk '{print $1}' |
611 | 2023-10-31T03:15:36.023Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
612 | 2023-10-31T03:15:36.026Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
613 | 2023-10-31T03:15:36.030Z | + do_untar out/downloads/mgd.tar.gz |
614 | 2023-10-31T03:15:36.037Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
615 | 2023-10-31T03:15:36.690Z | + do_assemble |
616 | 2023-10-31T03:15:36.699Z | + rm -r ./out/mgd |
617 | 2023-10-31T03:15:36.713Z | + mkdir ./out/mgd |
618 | 2023-10-31T03:15:36.719Z | + cp -r out/downloads/root ./out/mgd/root |
619 | 2023-10-31T03:15:36.887Z | + set -o errexit |
620 | 2023-10-31T03:15:36.890Z | +++ dirname ./tools/ci_download_transceiver_control |
621 | 2023-10-31T03:15:36.894Z | ++ cd ./tools |
622 | 2023-10-31T03:15:36.907Z | ++ pwd |
623 | 2023-10-31T03:15:36.918Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
624 | 2023-10-31T03:15:37.355Z | ++ basename ./tools/ci_download_transceiver_control |
625 | 2023-10-31T03:15:37.381Z | + ARG0=ci_download_transceiver_control |
626 | 2023-10-31T03:15:37.396Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
627 | 2023-10-31T03:15:37.421Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
628 | 2023-10-31T03:15:37.440Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
629 | 2023-10-31T03:15:37.453Z | + TARGET_DIR=out |
630 | 2023-10-31T03:15:37.464Z | + DOWNLOAD_DIR=out/downloads |
631 | 2023-10-31T03:15:37.469Z | + DEST_DIR=./out/transceiver-control |
632 | 2023-10-31T03:15:37.479Z | + BIN_DIR=/opt/oxide/bin |
633 | 2023-10-31T03:15:37.486Z | + BINARY=xcvradm |
634 | 2023-10-31T03:15:37.492Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
635 | 2023-10-31T03:15:37.501Z | + REPO=oxidecomputer/transceiver-control |
636 | 2023-10-31T03:15:37.931Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2023-10-31T03:15:37.984Z | + main |
638 | 2023-10-31T03:15:38.006Z | + [[ 0 != 0 ]] |
639 | 2023-10-31T03:15:38.021Z | + CIDL_OS=solaris2.11 |
640 | 2023-10-31T03:15:38.032Z | + [[ 0 != 0 ]] |
641 | 2023-10-31T03:15:38.052Z | + configure_os solaris2.11 |
642 | 2023-10-31T03:15:38.070Z | + echo 'current directory: /work/oxidecomputer/omicron' |
643 | 2023-10-31T03:15:38.105Z | current directory: /work/oxidecomputer/omicron |
644 | 2023-10-31T03:15:38.122Z | + echo 'configuring based on OS: "solaris2.11"' |
645 | 2023-10-31T03:15:38.556Z | configuring based on OS: "solaris2.11" |
646 | 2023-10-31T03:15:38.565Z | + case "$1" in |
647 | 2023-10-31T03:15:38.582Z | + SET_BINARIES= |
648 | 2023-10-31T03:15:38.603Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
649 | 2023-10-31T03:15:38.627Z | + CIDL_SHA256FUNC=do_sha256sum |
650 | 2023-10-31T03:15:38.703Z | + ARCHIVE_FILENAME=xcvradm.gz |
651 | 2023-10-31T03:15:39.122Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
652 | 2023-10-31T03:15:39.131Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
653 | 2023-10-31T03:15:39.149Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
654 | 2023-10-31T03:15:39.158Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2023-10-31T03:15:39.176Z | + echo 'Local file: out/downloads/xcvradm.gz' |
656 | 2023-10-31T03:15:39.184Z | Local file: out/downloads/xcvradm.gz |
657 | 2023-10-31T03:15:39.193Z | + mkdir -p out/downloads |
658 | 2023-10-31T03:15:39.204Z | + mkdir -p ./out/transceiver-control |
659 | 2023-10-31T03:15:39.217Z | + fetch_and_verify |
660 | 2023-10-31T03:15:39.225Z | + local DO_DOWNLOAD=true |
661 | 2023-10-31T03:15:39.233Z | + [[ -f out/downloads/xcvradm.gz ]] |
662 | 2023-10-31T03:15:39.239Z | + '[' true == true ']' |
663 | 2023-10-31T03:15:39.246Z | + echo Downloading... |
664 | 2023-10-31T03:15:39.260Z | Downloading... |
665 | 2023-10-31T03:15:39.265Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
666 | 2023-10-31T03:15:39.274Z | + 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 |
667 | 2023-10-31T03:15:43.223Z | ++ do_sha256sum out/downloads/xcvradm.gz |
668 | 2023-10-31T03:15:43.230Z | ++ sha256sum |
669 | 2023-10-31T03:15:43.236Z | ++ awk '{print $1}' |
670 | 2023-10-31T03:15:43.259Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2023-10-31T03:15:43.269Z | + [[ 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 ]] |
672 | 2023-10-31T03:15:43.276Z | + do_unpack out/downloads/xcvradm.gz |
673 | 2023-10-31T03:15:43.700Z | + mkdir -p out/downloads/root//opt/oxide/bin |
674 | 2023-10-31T03:15:43.707Z | + gzip -dc out/downloads/xcvradm.gz |
675 | 2023-10-31T03:15:43.719Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
676 | 2023-10-31T03:15:43.729Z | + do_assemble |
677 | 2023-10-31T03:15:43.751Z | + rm -r ./out/transceiver-control |
678 | 2023-10-31T03:15:44.164Z | + mkdir ./out/transceiver-control |
679 | 2023-10-31T03:15:44.172Z | + cp -r out/downloads/root ./out/transceiver-control/root |
680 | 2023-10-31T03:15:44.183Z | All prerequisites installed successfully |
681 | 2023-10-31T03:15:44.198Z | |
682 | 2023-10-31T03:15:44.208Z | real 3:39.823390146 |
683 | 2023-10-31T03:15:44.632Z | user 52.252657923 |
684 | 2023-10-31T03:15:44.645Z | sys 9.869150120 |
685 | 2023-10-31T03:15:44.661Z | trap 0.020688454 |
686 | 2023-10-31T03:15:44.673Z | tflt 0.192553995 |
687 | 2023-10-31T03:15:44.683Z | dflt 0.515297448 |
688 | 2023-10-31T03:15:44.692Z | kflt 0.111077317 |
689 | 2023-10-31T03:15:44.701Z | lock 1.769924744 |
690 | 2023-10-31T03:15:44.716Z | slp 7:28.153377104 |
691 | 2023-10-31T03:15:44.732Z | lat 3.370762651 |
692 | 2023-10-31T03:15:44.750Z | stop 0.054701860 |
693 | 2023-10-31T03:15:44.763Z | + banner end-to-end-tests |
694 | 2023-10-31T03:15:44.787Z | |
695 | 2023-10-31T03:15:44.801Z | ###### # # ##### ##### #### ###### # # ##### |
696 | 2023-10-31T03:15:44.816Z | # ## # # # # # # # ## # # # |
697 | 2023-10-31T03:15:44.830Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
698 | 2023-10-31T03:15:45.263Z | # # # # # # # # # # # # # # # |
699 | 2023-10-31T03:15:45.269Z | # # ## # # # # # # # ## # # |
700 | 2023-10-31T03:15:45.280Z | ###### # # ##### # #### ###### # # ##### |
701 | 2023-10-31T03:15:45.289Z | |
702 | 2023-10-31T03:15:45.299Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
703 | 2023-10-31T03:15:45.315Z | + CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2023-10-31T03:15:45.329Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
705 | 2023-10-31T03:15:45.346Z | + CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2023-10-31T03:15:45.367Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
707 | 2023-10-31T03:15:45.383Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
708 | 2023-10-31T03:15:45.399Z | Updating crates.io index |
709 | 2023-10-31T03:15:45.409Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
710 | 2023-10-31T03:15:45.415Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
711 | 2023-10-31T03:15:47.077Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
712 | 2023-10-31T03:15:47.650Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
713 | 2023-10-31T03:15:48.208Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
714 | 2023-10-31T03:15:48.290Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
715 | 2023-10-31T03:15:48.587Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
716 | 2023-10-31T03:15:49.473Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
717 | 2023-10-31T03:15:51.233Z | Updating git repository `https://github.com/oxidecomputer/opte` |
718 | 2023-10-31T03:15:52.150Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
719 | 2023-10-31T03:15:52.514Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
720 | 2023-10-31T03:15:52.814Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
721 | 2023-10-31T03:15:53.407Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
722 | 2023-10-31T03:15:53.779Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
723 | 2023-10-31T03:15:54.208Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
724 | 2023-10-31T03:15:54.584Z | Updating git repository `https://github.com/njaremko/samael` |
725 | 2023-10-31T03:15:55.020Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
726 | 2023-10-31T03:15:55.663Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
727 | 2023-10-31T03:15:56.048Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
728 | 2023-10-31T03:15:56.411Z | Updating git repository `https://github.com/jgallagher/nix` |
729 | 2023-10-31T03:15:57.665Z | Updating git repository `https://github.com/cbiffle/hubpack` |
730 | 2023-10-31T03:15:58.036Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
731 | 2023-10-31T03:16:08.874Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
732 | 2023-10-31T03:16:09.338Z | Updating git repository `https://github.com/oxidecomputer/typify` |
733 | 2023-10-31T03:16:10.377Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
734 | 2023-10-31T03:16:10.831Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
735 | 2023-10-31T03:16:11.131Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
736 | 2023-10-31T03:16:12.532Z | Downloading crates ... |
737 | 2023-10-31T03:16:12.735Z | Downloaded ahash v0.8.3 |
738 | 2023-10-31T03:16:12.743Z | Downloaded log v0.4.20 |
739 | 2023-10-31T03:16:12.755Z | Downloaded match_cfg v0.1.0 |
740 | 2023-10-31T03:16:12.758Z | Downloaded new_debug_unreachable v1.0.4 |
741 | 2023-10-31T03:16:12.763Z | Downloaded md5 v0.7.0 |
742 | 2023-10-31T03:16:12.774Z | Downloaded num v0.4.1 |
743 | 2023-10-31T03:16:12.776Z | Downloaded clap_lex v0.5.1 |
744 | 2023-10-31T03:16:12.779Z | Downloaded num-iter v0.1.43 |
745 | 2023-10-31T03:16:12.782Z | Downloaded ciborium-ll v0.2.1 |
746 | 2023-10-31T03:16:12.785Z | Downloaded polyval v0.6.1 |
747 | 2023-10-31T03:16:12.789Z | Downloaded atty v0.2.14 |
748 | 2023-10-31T03:16:12.794Z | Downloaded num-derive v0.4.0 |
749 | 2023-10-31T03:16:12.798Z | Downloaded bitstruct_derive v0.1.0 |
750 | 2023-10-31T03:16:12.802Z | Downloaded mime v0.3.17 |
751 | 2023-10-31T03:16:12.805Z | Downloaded managed v0.8.0 |
752 | 2023-10-31T03:16:12.808Z | Downloaded matches v0.1.10 |
753 | 2023-10-31T03:16:12.810Z | Downloaded cstr-argument v0.1.2 |
754 | 2023-10-31T03:16:12.813Z | Downloaded parse-display v0.7.0 |
755 | 2023-10-31T03:16:12.817Z | Downloaded proc-macro-crate v1.3.1 |
756 | 2023-10-31T03:16:12.820Z | Downloaded predicates-core v1.0.6 |
757 | 2023-10-31T03:16:12.824Z | Downloaded percent-encoding v2.3.0 |
758 | 2023-10-31T03:16:12.827Z | Downloaded pem v1.1.1 |
759 | 2023-10-31T03:16:12.831Z | Downloaded bitflags v1.3.2 |
760 | 2023-10-31T03:16:12.835Z | Downloaded opaque-debug v0.3.0 |
761 | 2023-10-31T03:16:12.839Z | Downloaded async-stream-impl v0.3.5 |
762 | 2023-10-31T03:16:12.842Z | Downloaded lru-cache v0.1.2 |
763 | 2023-10-31T03:16:12.845Z | Downloaded num_threads v0.1.6 |
764 | 2023-10-31T03:16:12.848Z | Downloaded precomputed-hash v0.1.1 |
765 | 2023-10-31T03:16:12.851Z | Downloaded aead v0.5.2 |
766 | 2023-10-31T03:16:12.853Z | Downloaded pem v3.0.2 |
767 | 2023-10-31T03:16:12.856Z | Downloaded password-hash v0.4.2 |
768 | 2023-10-31T03:16:12.863Z | Downloaded debug-ignore v1.0.5 |
769 | 2023-10-31T03:16:12.869Z | Downloaded pbkdf2 v0.12.2 |
770 | 2023-10-31T03:16:12.877Z | Downloaded ascii v1.1.0 |
771 | 2023-10-31T03:16:12.883Z | Downloaded pest_derive v2.7.2 |
772 | 2023-10-31T03:16:12.886Z | Downloaded ciborium v0.2.1 |
773 | 2023-10-31T03:16:12.890Z | Downloaded waitgroup v0.1.2 |
774 | 2023-10-31T03:16:12.894Z | Downloaded bitflags v2.4.0 |
775 | 2023-10-31T03:16:12.896Z | Downloaded password-hash v0.5.0 |
776 | 2023-10-31T03:16:12.899Z | Downloaded memoffset v0.7.1 |
777 | 2023-10-31T03:16:12.902Z | Downloaded parking_lot_core v0.8.6 |
778 | 2023-10-31T03:16:12.905Z | Downloaded phf v0.11.2 |
779 | 2023-10-31T03:16:12.907Z | Downloaded crypto-common v0.1.6 |
780 | 2023-10-31T03:16:12.910Z | Downloaded const_format_proc_macros v0.2.31 |
781 | 2023-10-31T03:16:12.913Z | Downloaded async-trait v0.1.74 |
782 | 2023-10-31T03:16:12.916Z | Downloaded phf_shared v0.11.2 |
783 | 2023-10-31T03:16:12.921Z | Downloaded postgres-protocol v0.6.6 |
784 | 2023-10-31T03:16:12.924Z | Downloaded omicron-zone-package v0.8.3 |
785 | 2023-10-31T03:16:12.929Z | Downloaded fxhash v0.2.1 |
786 | 2023-10-31T03:16:12.932Z | Downloaded poly1305 v0.8.0 |
787 | 2023-10-31T03:16:12.935Z | Downloaded colored v2.0.4 |
788 | 2023-10-31T03:16:12.938Z | Downloaded getopts v0.2.21 |
789 | 2023-10-31T03:16:12.940Z | Downloaded bytes v1.5.0 |
790 | 2023-10-31T03:16:12.943Z | Downloaded hubpack_derive v0.1.1 |
791 | 2023-10-31T03:16:12.946Z | Downloaded bincode v1.3.3 |
792 | 2023-10-31T03:16:12.949Z | Downloaded parking_lot v0.12.1 |
793 | 2023-10-31T03:16:12.954Z | Downloaded once_cell v1.18.0 |
794 | 2023-10-31T03:16:12.960Z | Downloaded mime_guess v2.0.4 |
795 | 2023-10-31T03:16:12.964Z | Downloaded futures-core v0.3.29 |
796 | 2023-10-31T03:16:12.967Z | Downloaded clap v4.4.3 |
797 | 2023-10-31T03:16:12.985Z | Downloaded tinyvec_macros v0.1.1 |
798 | 2023-10-31T03:16:12.988Z | Downloaded chacha20poly1305 v0.10.1 |
799 | 2023-10-31T03:16:12.992Z | Downloaded time-core v0.1.1 |
800 | 2023-10-31T03:16:12.996Z | Downloaded slog-json v2.6.1 |
801 | 2023-10-31T03:16:12.999Z | Downloaded slog-dtrace v0.2.3 |
802 | 2023-10-31T03:16:13.002Z | Downloaded slab v0.4.9 |
803 | 2023-10-31T03:16:13.005Z | Downloaded rustfmt-wrapper v0.2.0 |
804 | 2023-10-31T03:16:13.008Z | Downloaded rustc_version v0.4.0 |
805 | 2023-10-31T03:16:13.012Z | Downloaded hubpack v0.1.2 |
806 | 2023-10-31T03:16:13.015Z | Downloaded http-range v0.1.5 |
807 | 2023-10-31T03:16:13.018Z | Downloaded getrandom v0.1.16 |
808 | 2023-10-31T03:16:13.021Z | Downloaded take_mut v0.2.2 |
809 | 2023-10-31T03:16:13.024Z | Downloaded pest_meta v2.7.2 |
810 | 2023-10-31T03:16:13.028Z | Downloaded usdt-attr-macro v0.3.5 |
811 | 2023-10-31T03:16:13.033Z | Downloaded dtrace-parser v0.1.14 |
812 | 2023-10-31T03:16:13.036Z | Downloaded hostname v0.3.1 |
813 | 2023-10-31T03:16:13.038Z | Downloaded foreign-types-macros v0.2.3 |
814 | 2023-10-31T03:16:13.042Z | Downloaded serde_with_macros v2.3.3 |
815 | 2023-10-31T03:16:13.045Z | Downloaded utf8parse v0.2.1 |
816 | 2023-10-31T03:16:13.049Z | Downloaded fastrand v2.0.0 |
817 | 2023-10-31T03:16:13.054Z | Downloaded xattr v1.0.1 |
818 | 2023-10-31T03:16:13.057Z | Downloaded zerocopy v0.6.4 |
819 | 2023-10-31T03:16:13.060Z | Downloaded httparse v1.8.0 |
820 | 2023-10-31T03:16:13.063Z | Downloaded cc v1.0.83 |
821 | 2023-10-31T03:16:13.066Z | Downloaded dof v0.1.5 |
822 | 2023-10-31T03:16:13.069Z | Downloaded structopt-derive v0.4.18 |
823 | 2023-10-31T03:16:13.072Z | Downloaded hash32 v0.2.1 |
824 | 2023-10-31T03:16:13.075Z | Downloaded futures-channel v0.3.29 |
825 | 2023-10-31T03:16:13.078Z | Downloaded instant v0.1.12 |
826 | 2023-10-31T03:16:13.081Z | Downloaded crossbeam-epoch v0.9.15 |
827 | 2023-10-31T03:16:13.085Z | Downloaded tower-service v0.3.2 |
828 | 2023-10-31T03:16:13.087Z | Downloaded is-terminal v0.4.9 |
829 | 2023-10-31T03:16:13.090Z | Downloaded zeroize_derive v1.4.2 |
830 | 2023-10-31T03:16:13.093Z | Downloaded derive_more v0.99.17 |
831 | 2023-10-31T03:16:13.102Z | Downloaded hex-literal v0.4.1 |
832 | 2023-10-31T03:16:13.105Z | Downloaded tokio-tungstenite v0.18.0 |
833 | 2023-10-31T03:16:13.109Z | Downloaded zeroize v1.6.0 |
834 | 2023-10-31T03:16:13.113Z | Downloaded fallible-iterator v0.2.0 |
835 | 2023-10-31T03:16:13.122Z | Downloaded subtle v2.5.0 |
836 | 2023-10-31T03:16:13.126Z | Downloaded ipnet v2.8.0 |
837 | 2023-10-31T03:16:13.128Z | Downloaded secrecy v0.8.0 |
838 | 2023-10-31T03:16:13.131Z | Downloaded unicode-width v0.1.11 |
839 | 2023-10-31T03:16:13.134Z | Downloaded twox-hash v1.6.3 |
840 | 2023-10-31T03:16:13.137Z | Downloaded wyz v0.5.1 |
841 | 2023-10-31T03:16:13.140Z | Downloaded dirs-sys v0.4.1 |
842 | 2023-10-31T03:16:13.143Z | Downloaded structopt v0.3.26 |
843 | 2023-10-31T03:16:13.150Z | Downloaded scopeguard v1.2.0 |
844 | 2023-10-31T03:16:13.153Z | Downloaded filetime v0.2.22 |
845 | 2023-10-31T03:16:13.156Z | Downloaded strum_macros v0.25.2 |
846 | 2023-10-31T03:16:13.159Z | Downloaded ident_case v1.0.1 |
847 | 2023-10-31T03:16:13.165Z | Downloaded serde_derive_internals v0.26.0 |
848 | 2023-10-31T03:16:13.167Z | Downloaded base64 v0.21.5 |
849 | 2023-10-31T03:16:13.171Z | Downloaded slog-stdlog v4.1.1 |
850 | 2023-10-31T03:16:13.175Z | Downloaded hex v0.4.3 |
851 | 2023-10-31T03:16:13.178Z | Downloaded serde_tokenstream v0.1.7 |
852 | 2023-10-31T03:16:13.183Z | Downloaded hyper-rustls v0.24.2 |
853 | 2023-10-31T03:16:13.187Z | Downloaded scheduled-thread-pool v0.2.7 |
854 | 2023-10-31T03:16:13.190Z | Downloaded rustversion v1.0.14 |
855 | 2023-10-31T03:16:13.193Z | Downloaded toml v0.7.8 |
856 | 2023-10-31T03:16:13.200Z | Downloaded rand_core v0.5.1 |
857 | 2023-10-31T03:16:13.203Z | Downloaded libm v0.2.7 |
858 | 2023-10-31T03:16:13.219Z | Downloaded endian-type v0.1.2 |
859 | 2023-10-31T03:16:13.222Z | Downloaded slog-bunyan v2.4.0 |
860 | 2023-10-31T03:16:13.226Z | Downloaded slog-async v2.8.0 |
861 | 2023-10-31T03:16:13.230Z | Downloaded futures-sink v0.3.29 |
862 | 2023-10-31T03:16:13.233Z | Downloaded lalrpop-util v0.19.12 |
863 | 2023-10-31T03:16:13.235Z | Downloaded unicase v2.7.0 |
864 | 2023-10-31T03:16:13.238Z | Downloaded strsim v0.10.0 |
865 | 2023-10-31T03:16:13.241Z | Downloaded hyper-tls v0.5.0 |
866 | 2023-10-31T03:16:13.244Z | Downloaded tar v0.4.40 |
867 | 2023-10-31T03:16:13.247Z | Downloaded tokio-tungstenite v0.20.1 |
868 | 2023-10-31T03:16:13.279Z | Downloaded socket2 v0.5.4 |
869 | 2023-10-31T03:16:13.284Z | Downloaded foreign-types v0.5.0 |
870 | 2023-10-31T03:16:13.288Z | Downloaded same-file v1.0.6 |
871 | 2023-10-31T03:16:13.291Z | Downloaded itoa v1.0.9 |
872 | 2023-10-31T03:16:13.297Z | Downloaded termcolor v1.2.0 |
873 | 2023-10-31T03:16:13.301Z | Downloaded rustls-pemfile v1.0.3 |
874 | 2023-10-31T03:16:13.304Z | Downloaded unicode-segmentation v1.10.1 |
875 | 2023-10-31T03:16:13.307Z | Downloaded russh-cryptovec v0.7.0 |
876 | 2023-10-31T03:16:13.310Z | Downloaded foreign-types v0.3.2 |
877 | 2023-10-31T03:16:13.313Z | Downloaded futures-io v0.3.29 |
878 | 2023-10-31T03:16:13.316Z | Downloaded unicode-xid v0.2.4 |
879 | 2023-10-31T03:16:13.319Z | Downloaded r2d2 v0.8.10 |
880 | 2023-10-31T03:16:13.322Z | Downloaded enum-as-inner v0.5.1 |
881 | 2023-10-31T03:16:13.325Z | Downloaded unsafe-libyaml v0.2.9 |
882 | 2023-10-31T03:16:13.327Z | Downloaded slog-envlogger v2.2.0 |
883 | 2023-10-31T03:16:13.330Z | Downloaded smallvec v1.11.0 |
884 | 2023-10-31T03:16:13.333Z | Downloaded spin v0.5.2 |
885 | 2023-10-31T03:16:13.336Z | Downloaded whoami v1.4.1 |
886 | 2023-10-31T03:16:13.338Z | Downloaded serde_path_to_error v0.1.14 |
887 | 2023-10-31T03:16:13.341Z | Downloaded inout v0.1.3 |
888 | 2023-10-31T03:16:13.344Z | Downloaded http-body v0.4.5 |
889 | 2023-10-31T03:16:13.347Z | Downloaded rustls-native-certs v0.6.3 |
890 | 2023-10-31T03:16:13.350Z | Downloaded ipnetwork v0.20.0 |
891 | 2023-10-31T03:16:13.352Z | Downloaded ctr v0.9.2 |
892 | 2023-10-31T03:16:13.355Z | Downloaded serde_urlencoded v0.7.1 |
893 | 2023-10-31T03:16:13.358Z | Downloaded schemars v0.8.13 |
894 | 2023-10-31T03:16:13.361Z | Downloaded hyper-staticfile v0.9.5 |
895 | 2023-10-31T03:16:13.365Z | Downloaded ed25519 v2.2.2 |
896 | 2023-10-31T03:16:13.367Z | Downloaded pest_generator v2.7.2 |
897 | 2023-10-31T03:16:13.371Z | Downloaded cpufeatures v0.2.9 |
898 | 2023-10-31T03:16:13.374Z | Downloaded toml_edit v0.20.0 |
899 | 2023-10-31T03:16:13.378Z | Downloaded slog-term v2.9.0 |
900 | 2023-10-31T03:16:13.382Z | Downloaded half v1.8.2 |
901 | 2023-10-31T03:16:13.386Z | Downloaded toml v0.5.11 |
902 | 2023-10-31T03:16:13.391Z | Downloaded semver v1.0.20 |
903 | 2023-10-31T03:16:13.396Z | Downloaded usdt-impl v0.3.5 |
904 | 2023-10-31T03:16:13.400Z | Downloaded unicode-ident v1.0.12 |
905 | 2023-10-31T03:16:13.403Z | Downloaded uuid v1.4.1 |
906 | 2023-10-31T03:16:13.409Z | Downloaded ron v0.7.1 |
907 | 2023-10-31T03:16:13.419Z | Downloaded url v2.4.1 |
908 | 2023-10-31T03:16:13.424Z | Downloaded hmac v0.12.1 |
909 | 2023-10-31T03:16:13.427Z | Downloaded unicode-normalization v0.1.22 |
910 | 2023-10-31T03:16:13.434Z | Downloaded ed25519-dalek v2.0.0 |
911 | 2023-10-31T03:16:13.441Z | Downloaded socket2 v0.4.9 |
912 | 2023-10-31T03:16:13.448Z | Downloaded trust-dns-resolver v0.22.0 |
913 | 2023-10-31T03:16:13.451Z | Downloaded headers v0.3.9 |
914 | 2023-10-31T03:16:13.464Z | Downloaded serde_with v2.3.3 |
915 | 2023-10-31T03:16:13.480Z | Downloaded hashbrown v0.13.2 |
916 | 2023-10-31T03:16:13.483Z | Downloaded tracing v0.1.37 |
917 | 2023-10-31T03:16:13.490Z | Downloaded http v0.2.9 |
918 | 2023-10-31T03:16:13.497Z | Downloaded regex-automata v0.1.10 |
919 | 2023-10-31T03:16:13.507Z | Downloaded aho-corasick v1.0.4 |
920 | 2023-10-31T03:16:13.518Z | Downloaded indexmap v2.0.0 |
921 | 2023-10-31T03:16:13.524Z | Downloaded rustls-webpki v0.101.7 |
922 | 2023-10-31T03:16:13.550Z | Downloaded serde v1.0.188 |
923 | 2023-10-31T03:16:13.557Z | Downloaded itertools v0.10.5 |
924 | 2023-10-31T03:16:13.568Z | Downloaded time v0.3.27 |
925 | 2023-10-31T03:16:13.580Z | Downloaded itertools v0.11.0 |
926 | 2023-10-31T03:16:13.593Z | Downloaded hashbrown v0.14.0 |
927 | 2023-10-31T03:16:13.601Z | Downloaded winnow v0.5.15 |
928 | 2023-10-31T03:16:13.616Z | Downloaded futures-util v0.3.29 |
929 | 2023-10-31T03:16:13.638Z | Downloaded hyper v0.14.27 |
930 | 2023-10-31T03:16:13.653Z | Downloaded h2 v0.3.21 |
931 | 2023-10-31T03:16:13.666Z | Downloaded git2 v0.17.2 |
932 | 2023-10-31T03:16:13.681Z | Downloaded object v0.32.1 |
933 | 2023-10-31T03:16:13.702Z | Downloaded syn v2.0.32 |
934 | 2023-10-31T03:16:13.721Z | Downloaded idna v0.2.3 |
935 | 2023-10-31T03:16:13.734Z | Downloaded openapiv3 v1.0.3 |
936 | 2023-10-31T03:16:13.757Z | Downloaded radix_trie v0.2.1 |
937 | 2023-10-31T03:16:13.774Z | Downloaded webpki-roots v0.25.2 |
938 | 2023-10-31T03:16:13.778Z | Downloaded idna v0.4.0 |
939 | 2023-10-31T03:16:13.788Z | Downloaded gimli v0.28.0 |
940 | 2023-10-31T03:16:13.804Z | Downloaded smoltcp v0.8.2 |
941 | 2023-10-31T03:16:13.822Z | Downloaded rustix v0.37.23 |
942 | 2023-10-31T03:16:13.857Z | Downloaded trust-dns-proto v0.22.0 |
943 | 2023-10-31T03:16:13.887Z | Downloaded smoltcp v0.9.1 |
944 | 2023-10-31T03:16:13.901Z | Downloaded rustls v0.21.8 |
945 | 2023-10-31T03:16:13.922Z | Downloaded zerocopy-derive v0.2.0 |
946 | 2023-10-31T03:16:13.940Z | Downloaded regex-syntax v0.8.2 |
947 | 2023-10-31T03:16:13.956Z | Downloaded tokio v1.33.0 |
948 | 2023-10-31T03:16:14.023Z | Downloaded sha3 v0.10.8 |
949 | 2023-10-31T03:16:14.037Z | Downloaded bstr v1.6.0 |
950 | 2023-10-31T03:16:14.056Z | Downloaded encoding_rs v0.8.33 |
951 | 2023-10-31T03:16:14.099Z | Downloaded vcpkg v0.2.15 |
952 | 2023-10-31T03:16:14.170Z | Downloaded regex-syntax v0.6.29 |
953 | 2023-10-31T03:16:14.184Z | Downloaded sled v0.34.7 |
954 | 2023-10-31T03:16:14.203Z | Downloaded zerocopy-derive v0.6.4 |
955 | 2023-10-31T03:16:14.224Z | Downloaded regress v0.7.1 |
956 | 2023-10-31T03:16:14.237Z | Downloaded regex v1.10.2 |
957 | 2023-10-31T03:16:14.260Z | Downloaded regex-automata v0.3.8 |
958 | 2023-10-31T03:16:14.307Z | Downloaded libc v0.2.149 |
959 | 2023-10-31T03:16:14.340Z | Downloaded regex-automata v0.4.3 |
960 | 2023-10-31T03:16:14.372Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
961 | 2023-10-31T03:16:14.395Z | Downloaded diesel v2.1.3 |
962 | 2023-10-31T03:16:14.427Z | Downloaded rustix v0.38.9 |
963 | 2023-10-31T03:16:14.467Z | Downloaded syn v1.0.109 |
964 | 2023-10-31T03:16:14.485Z | Downloaded bstr v0.2.17 |
965 | 2023-10-31T03:16:14.503Z | Downloaded curve25519-dalek v4.1.0 |
966 | 2023-10-31T03:16:14.519Z | Downloaded nix v0.26.2 |
967 | 2023-10-31T03:16:14.538Z | Downloaded hkdf v0.12.3 |
968 | 2023-10-31T03:16:14.542Z | Downloaded openssl v0.10.57 |
969 | 2023-10-31T03:16:14.561Z | Downloaded bitvec v1.0.1 |
970 | 2023-10-31T03:16:14.630Z | Downloaded rusqlite v0.29.0 |
971 | 2023-10-31T03:16:14.648Z | Downloaded reqwest v0.11.20 |
972 | 2023-10-31T03:16:14.661Z | Downloaded petgraph v0.6.4 |
973 | 2023-10-31T03:16:14.687Z | Downloaded serde_json v1.0.108 |
974 | 2023-10-31T03:16:14.701Z | Downloaded chrono v0.4.31 |
975 | 2023-10-31T03:16:14.716Z | Downloaded tokio-util v0.7.10 |
976 | 2023-10-31T03:16:14.728Z | Downloaded clap v2.34.0 |
977 | 2023-10-31T03:16:14.741Z | Downloaded winapi v0.3.9 |
978 | 2023-10-31T03:16:14.823Z | Downloaded trust-dns-server v0.22.1 |
979 | 2023-10-31T03:16:14.833Z | Downloaded clap_builder v4.4.2 |
980 | 2023-10-31T03:16:14.846Z | Downloaded aes-gcm v0.10.3 |
981 | 2023-10-31T03:16:14.853Z | Downloaded rand v0.8.5 |
982 | 2023-10-31T03:16:14.861Z | Downloaded trust-dns-client v0.22.0 |
983 | 2023-10-31T03:16:14.869Z | Downloaded rand v0.7.3 |
984 | 2023-10-31T03:16:14.880Z | Downloaded hashbrown v0.12.3 |
985 | 2023-10-31T03:16:14.891Z | Downloaded heapless v0.7.16 |
986 | 2023-10-31T03:16:14.896Z | Downloaded indexmap v1.9.3 |
987 | 2023-10-31T03:16:14.903Z | Downloaded humantime v2.1.0 |
988 | 2023-10-31T03:16:14.906Z | Downloaded hashlink v0.8.3 |
989 | 2023-10-31T03:16:14.909Z | Downloaded getrandom v0.2.10 |
990 | 2023-10-31T03:16:14.917Z | Downloaded slog v2.7.0 |
991 | 2023-10-31T03:16:14.927Z | Downloaded ryu v1.0.15 |
992 | 2023-10-31T03:16:14.934Z | Downloaded typenum v1.16.0 |
993 | 2023-10-31T03:16:14.939Z | Downloaded russh v0.38.0 |
994 | 2023-10-31T03:16:14.950Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
995 | 2023-10-31T03:16:15.065Z | Downloaded flate2 v1.0.28 |
996 | 2023-10-31T03:16:15.074Z | Downloaded stable_deref_trait v1.2.0 |
997 | 2023-10-31T03:16:15.077Z | Downloaded smf v0.2.2 |
998 | 2023-10-31T03:16:15.080Z | Downloaded toml v0.8.0 |
999 | 2023-10-31T03:16:15.083Z | Downloaded base64 v0.13.1 |
1000 | 2023-10-31T03:16:15.088Z | Downloaded serde_derive v1.0.188 |
1001 | 2023-10-31T03:16:15.093Z | Downloaded httpdate v1.0.3 |
1002 | 2023-10-31T03:16:15.096Z | Downloaded subprocess v0.2.9 |
1003 | 2023-10-31T03:16:15.099Z | Downloaded toml_edit v0.19.15 |
1004 | 2023-10-31T03:16:15.128Z | Downloaded resolv-conf v0.7.0 |
1005 | 2023-10-31T03:16:15.134Z | Downloaded mio v0.8.8 |
1006 | 2023-10-31T03:16:15.142Z | Downloaded heck v0.3.3 |
1007 | 2023-10-31T03:16:15.146Z | Downloaded sct v0.7.0 |
1008 | 2023-10-31T03:16:15.152Z | Downloaded rustc-demangle v0.1.23 |
1009 | 2023-10-31T03:16:15.158Z | Downloaded ucd-trie v0.1.6 |
1010 | 2023-10-31T03:16:15.161Z | Downloaded aes v0.8.3 |
1011 | 2023-10-31T03:16:15.165Z | Downloaded walkdir v2.4.0 |
1012 | 2023-10-31T03:16:15.169Z | Downloaded static_assertions v1.1.0 |
1013 | 2023-10-31T03:16:15.172Z | Downloaded spki v0.7.2 |
1014 | 2023-10-31T03:16:15.178Z | Downloaded home v0.5.5 |
1015 | 2023-10-31T03:16:15.184Z | Downloaded dirs-sys-next v0.1.2 |
1016 | 2023-10-31T03:16:15.191Z | Downloaded serde_yaml v0.9.25 |
1017 | 2023-10-31T03:16:15.199Z | Downloaded russh-keys v0.38.0 |
1018 | 2023-10-31T03:16:15.205Z | Downloaded spin v0.9.8 |
1019 | 2023-10-31T03:16:15.208Z | Downloaded zip v0.6.6 |
1020 | 2023-10-31T03:16:15.211Z | Downloaded ringbuffer v0.15.0 |
1021 | 2023-10-31T03:16:15.214Z | Downloaded sha2 v0.10.8 |
1022 | 2023-10-31T03:16:15.217Z | Downloaded autocfg v1.1.0 |
1023 | 2023-10-31T03:16:15.227Z | Downloaded zone v0.2.0 |
1024 | 2023-10-31T03:16:15.233Z | Downloaded unicode-bidi v0.3.13 |
1025 | 2023-10-31T03:16:15.236Z | Downloaded semver-parser v0.10.2 |
1026 | 2023-10-31T03:16:15.240Z | Downloaded crossbeam-channel v0.5.8 |
1027 | 2023-10-31T03:16:15.243Z | Downloaded const_format v0.2.31 |
1028 | 2023-10-31T03:16:15.246Z | Downloaded env_logger v0.9.3 |
1029 | 2023-10-31T03:16:15.249Z | Downloaded rcgen v0.11.3 |
1030 | 2023-10-31T03:16:15.253Z | Downloaded tokio-postgres v0.7.10 |
1031 | 2023-10-31T03:16:15.261Z | Downloaded rand_chacha v0.3.1 |
1032 | 2023-10-31T03:16:15.264Z | Downloaded semver v0.11.0 |
1033 | 2023-10-31T03:16:15.267Z | Downloaded io-lifetimes v1.0.11 |
1034 | 2023-10-31T03:16:15.270Z | Downloaded schemars_derive v0.8.13 |
1035 | 2023-10-31T03:16:15.272Z | Downloaded thiserror-impl v1.0.49 |
1036 | 2023-10-31T03:16:15.275Z | Downloaded iana-time-zone v0.1.57 |
1037 | 2023-10-31T03:16:15.278Z | Downloaded arc-swap v1.6.0 |
1038 | 2023-10-31T03:16:15.281Z | Downloaded fallible-streaming-iterator v0.1.9 |
1039 | 2023-10-31T03:16:15.283Z | Downloaded float-cmp v0.9.0 |
1040 | 2023-10-31T03:16:15.286Z | Downloaded slog-scope v4.4.0 |
1041 | 2023-10-31T03:16:15.289Z | Downloaded signature v2.1.0 |
1042 | 2023-10-31T03:16:15.292Z | Downloaded signal-hook-registry v1.4.1 |
1043 | 2023-10-31T03:16:15.295Z | Downloaded heck v0.4.1 |
1044 | 2023-10-31T03:16:15.324Z | Downloaded futures v0.3.29 |
1045 | 2023-10-31T03:16:15.330Z | Downloaded num-bigint v0.4.4 |
1046 | 2023-10-31T03:16:15.333Z | Downloaded tokio-native-tls v0.3.1 |
1047 | 2023-10-31T03:16:15.336Z | Downloaded backtrace v0.3.69 |
1048 | 2023-10-31T03:16:15.339Z | Downloaded tungstenite v0.20.1 |
1049 | 2023-10-31T03:16:15.342Z | Downloaded darling_core v0.20.3 |
1050 | 2023-10-31T03:16:15.345Z | Downloaded dirs v5.0.1 |
1051 | 2023-10-31T03:16:15.348Z | Downloaded jobserver v0.1.26 |
1052 | 2023-10-31T03:16:15.351Z | Downloaded memchr v2.6.3 |
1053 | 2023-10-31T03:16:15.354Z | Downloaded glob v0.3.1 |
1054 | 2023-10-31T03:16:15.357Z | Downloaded similar v2.2.1 |
1055 | 2023-10-31T03:16:15.362Z | Downloaded string_cache v0.8.7 |
1056 | 2023-10-31T03:16:15.364Z | Downloaded elliptic-curve v0.13.5 |
1057 | 2023-10-31T03:16:15.373Z | Downloaded stringprep v0.1.3 |
1058 | 2023-10-31T03:16:15.378Z | Downloaded group v0.13.0 |
1059 | 2023-10-31T03:16:15.381Z | Downloaded errno v0.3.2 |
1060 | 2023-10-31T03:16:15.384Z | Downloaded crypto-bigint v0.5.2 |
1061 | 2023-10-31T03:16:15.391Z | Downloaded vec_map v0.8.2 |
1062 | 2023-10-31T03:16:15.395Z | Downloaded synstructure v0.12.6 |
1063 | 2023-10-31T03:16:15.398Z | Downloaded strsim v0.8.0 |
1064 | 2023-10-31T03:16:15.401Z | Downloaded serde_tokenstream v0.2.0 |
1065 | 2023-10-31T03:16:15.404Z | Downloaded rand_core v0.6.4 |
1066 | 2023-10-31T03:16:15.408Z | Downloaded openssl-sys v0.9.93 |
1067 | 2023-10-31T03:16:15.414Z | Downloaded diesel_derives v2.1.1 |
1068 | 2023-10-31T03:16:15.419Z | Downloaded libz-sys v1.1.12 |
1069 | 2023-10-31T03:16:15.540Z | Downloaded tempfile v3.8.0 |
1070 | 2023-10-31T03:16:15.543Z | Downloaded tracing-core v0.1.31 |
1071 | 2023-10-31T03:16:15.549Z | Downloaded toolchain_find v0.2.0 |
1072 | 2023-10-31T03:16:15.552Z | Downloaded structmeta v0.1.6 |
1073 | 2023-10-31T03:16:15.555Z | Downloaded headers-core v0.2.0 |
1074 | 2023-10-31T03:16:15.558Z | Downloaded serde_repr v0.1.16 |
1075 | 2023-10-31T03:16:15.561Z | Downloaded radium v0.7.0 |
1076 | 2023-10-31T03:16:15.564Z | Downloaded vergen v8.2.4 |
1077 | 2023-10-31T03:16:15.567Z | Downloaded tungstenite v0.18.0 |
1078 | 2023-10-31T03:16:15.570Z | Downloaded tinyvec v1.6.0 |
1079 | 2023-10-31T03:16:15.573Z | Downloaded yasna v0.5.2 |
1080 | 2023-10-31T03:16:15.579Z | Downloaded universal-hash v0.5.1 |
1081 | 2023-10-31T03:16:15.582Z | Downloaded blowfish v0.9.1 |
1082 | 2023-10-31T03:16:15.584Z | Downloaded ghash v0.5.0 |
1083 | 2023-10-31T03:16:15.587Z | Downloaded structmeta-derive v0.1.6 |
1084 | 2023-10-31T03:16:15.590Z | Downloaded serde_arrays v0.1.0 |
1085 | 2023-10-31T03:16:15.594Z | Downloaded keccak v0.1.4 |
1086 | 2023-10-31T03:16:15.596Z | Downloaded crossbeam-utils v0.8.16 |
1087 | 2023-10-31T03:16:15.605Z | Downloaded anyhow v1.0.75 |
1088 | 2023-10-31T03:16:15.613Z | Downloaded erased-serde v0.3.30 |
1089 | 2023-10-31T03:16:15.616Z | Downloaded proc-macro2 v1.0.67 |
1090 | 2023-10-31T03:16:15.623Z | Downloaded tracing-attributes v0.1.26 |
1091 | 2023-10-31T03:16:15.626Z | Downloaded tokio-stream v0.1.14 |
1092 | 2023-10-31T03:16:15.632Z | Downloaded tokio-rustls v0.24.1 |
1093 | 2023-10-31T03:16:15.636Z | Downloaded dirs-next v2.0.0 |
1094 | 2023-10-31T03:16:15.639Z | Downloaded usdt v0.3.5 |
1095 | 2023-10-31T03:16:15.642Z | Downloaded strum v0.25.0 |
1096 | 2023-10-31T03:16:15.646Z | Downloaded serde_spanned v0.6.3 |
1097 | 2023-10-31T03:16:15.650Z | Downloaded terminal_size v0.2.6 |
1098 | 2023-10-31T03:16:15.653Z | Downloaded thiserror-no-std v2.0.2 |
1099 | 2023-10-31T03:16:15.656Z | Downloaded thiserror-impl-no-std v2.0.2 |
1100 | 2023-10-31T03:16:15.659Z | Downloaded allocator-api2 v0.2.16 |
1101 | 2023-10-31T03:16:15.662Z | Downloaded sha1 v0.10.5 |
1102 | 2023-10-31T03:16:15.665Z | Downloaded tokio-macros v2.1.0 |
1103 | 2023-10-31T03:16:15.667Z | Downloaded want v0.3.1 |
1104 | 2023-10-31T03:16:15.670Z | Downloaded const-oid v0.9.5 |
1105 | 2023-10-31T03:16:15.673Z | Downloaded crc32fast v1.3.2 |
1106 | 2023-10-31T03:16:15.676Z | Downloaded console v0.15.7 |
1107 | 2023-10-31T03:16:15.679Z | Downloaded thread-id v4.2.0 |
1108 | 2023-10-31T03:16:15.682Z | Downloaded rand_chacha v0.2.2 |
1109 | 2023-10-31T03:16:15.685Z | Downloaded aes-gcm-siv v0.11.1 |
1110 | 2023-10-31T03:16:15.690Z | Downloaded siphasher v0.3.11 |
1111 | 2023-10-31T03:16:15.693Z | Downloaded futures-task v0.3.29 |
1112 | 2023-10-31T03:16:15.696Z | Downloaded fnv v1.0.7 |
1113 | 2023-10-31T03:16:15.699Z | Downloaded fixedbitset v0.4.2 |
1114 | 2023-10-31T03:16:15.703Z | Downloaded ff v0.13.0 |
1115 | 2023-10-31T03:16:15.706Z | Downloaded digest v0.10.7 |
1116 | 2023-10-31T03:16:15.709Z | Downloaded vsss-rs v3.3.1 |
1117 | 2023-10-31T03:16:15.712Z | Downloaded utf-8 v0.7.6 |
1118 | 2023-10-31T03:16:15.717Z | Downloaded toml_datetime v0.6.3 |
1119 | 2023-10-31T03:16:15.721Z | Downloaded time-macros v0.2.13 |
1120 | 2023-10-31T03:16:15.724Z | Downloaded term v0.7.0 |
1121 | 2023-10-31T03:16:15.727Z | Downloaded parking_lot_core v0.9.8 |
1122 | 2023-10-31T03:16:15.731Z | Downloaded clap_derive v4.4.2 |
1123 | 2023-10-31T03:16:15.735Z | Downloaded equivalent v1.0.1 |
1124 | 2023-10-31T03:16:15.738Z | Downloaded base64ct v1.6.0 |
1125 | 2023-10-31T03:16:15.741Z | Downloaded generic-array v0.14.7 |
1126 | 2023-10-31T03:16:15.744Z | Downloaded futures-executor v0.3.29 |
1127 | 2023-10-31T03:16:15.747Z | Downloaded zerocopy v0.3.0 |
1128 | 2023-10-31T03:16:15.751Z | Downloaded untrusted v0.7.1 |
1129 | 2023-10-31T03:16:15.754Z | Downloaded der v0.7.8 |
1130 | 2023-10-31T03:16:15.757Z | Downloaded quote v1.0.33 |
1131 | 2023-10-31T03:16:15.761Z | Downloaded proc-macro-error v1.0.4 |
1132 | 2023-10-31T03:16:15.765Z | Downloaded platforms v3.0.2 |
1133 | 2023-10-31T03:16:15.768Z | Downloaded cancel-safe-futures v0.1.5 |
1134 | 2023-10-31T03:16:15.772Z | Downloaded pkcs8 v0.10.2 |
1135 | 2023-10-31T03:16:15.774Z | Downloaded num-traits v0.2.16 |
1136 | 2023-10-31T03:16:15.777Z | Downloaded darling v0.20.3 |
1137 | 2023-10-31T03:16:15.784Z | Downloaded argon2 v0.5.2 |
1138 | 2023-10-31T03:16:15.787Z | Downloaded ansi_term v0.12.1 |
1139 | 2023-10-31T03:16:15.791Z | Downloaded dyn-clone v1.0.13 |
1140 | 2023-10-31T03:16:15.794Z | Downloaded thiserror v1.0.49 |
1141 | 2023-10-31T03:16:15.800Z | Downloaded futures-macro v0.3.29 |
1142 | 2023-10-31T03:16:15.803Z | Downloaded funty v2.0.0 |
1143 | 2023-10-31T03:16:15.810Z | Downloaded form_urlencoded v1.2.0 |
1144 | 2023-10-31T03:16:15.815Z | Downloaded foreign-types-shared v0.1.1 |
1145 | 2023-10-31T03:16:15.822Z | Downloaded either v1.9.0 |
1146 | 2023-10-31T03:16:15.825Z | Downloaded ring v0.17.5 |
1147 | 2023-10-31T03:16:15.941Z | Downloaded usdt-macro v0.3.5 |
1148 | 2023-10-31T03:16:15.944Z | Downloaded untrusted v0.9.0 |
1149 | 2023-10-31T03:16:15.948Z | Downloaded bzip2 v0.4.4 |
1150 | 2023-10-31T03:16:15.952Z | Downloaded quick-error v1.2.3 |
1151 | 2023-10-31T03:16:15.955Z | Downloaded addr2line v0.21.0 |
1152 | 2023-10-31T03:16:15.958Z | Downloaded camino v1.1.6 |
1153 | 2023-10-31T03:16:15.961Z | Downloaded thread_local v1.1.7 |
1154 | 2023-10-31T03:16:15.966Z | Downloaded textwrap v0.11.0 |
1155 | 2023-10-31T03:16:15.969Z | Downloaded tap v1.0.1 |
1156 | 2023-10-31T03:16:15.972Z | Downloaded postcard v0.7.3 |
1157 | 2023-10-31T03:16:15.976Z | Downloaded backoff v0.4.0 |
1158 | 2023-10-31T03:16:15.982Z | Downloaded predicates v3.0.4 |
1159 | 2023-10-31T03:16:15.985Z | Downloaded cipher v0.4.4 |
1160 | 2023-10-31T03:16:15.988Z | Downloaded parking_lot v0.11.2 |
1161 | 2023-10-31T03:16:15.992Z | Downloaded miniz_oxide v0.7.1 |
1162 | 2023-10-31T03:16:15.994Z | Downloaded num_enum_derive v0.7.0 |
1163 | 2023-10-31T03:16:15.998Z | Downloaded num-complex v0.4.4 |
1164 | 2023-10-31T03:16:16.004Z | Downloaded foreign-types-shared v0.3.1 |
1165 | 2023-10-31T03:16:16.007Z | Downloaded difflib v0.4.0 |
1166 | 2023-10-31T03:16:16.012Z | Downloaded zone_cfg_derive v0.2.0 |
1167 | 2023-10-31T03:16:16.015Z | Downloaded data-encoding v2.4.0 |
1168 | 2023-10-31T03:16:16.018Z | Downloaded deranged v0.3.8 |
1169 | 2023-10-31T03:16:16.023Z | Downloaded cbc v0.1.2 |
1170 | 2023-10-31T03:16:16.026Z | Downloaded anstyle v1.0.2 |
1171 | 2023-10-31T03:16:16.030Z | Downloaded bit-vec v0.6.3 |
1172 | 2023-10-31T03:16:16.033Z | Downloaded bcrypt-pbkdf v0.10.0 |
1173 | 2023-10-31T03:16:16.036Z | Downloaded libefi-sys v0.1.0 |
1174 | 2023-10-31T03:16:16.041Z | Downloaded async-stream v0.3.5 |
1175 | 2023-10-31T03:16:16.044Z | Downloaded anstyle-parse v0.2.1 |
1176 | 2023-10-31T03:16:16.048Z | Downloaded lazy_static v1.4.0 |
1177 | 2023-10-31T03:16:16.051Z | Downloaded atomic-waker v1.1.1 |
1178 | 2023-10-31T03:16:16.054Z | Downloaded async-recursion v1.0.5 |
1179 | 2023-10-31T03:16:16.057Z | Downloaded num-integer v0.1.45 |
1180 | 2023-10-31T03:16:16.060Z | Downloaded libsqlite3-sys v0.26.0 |
1181 | 2023-10-31T03:16:16.172Z | Downloaded ring v0.16.20 |
1182 | 2023-10-31T03:16:16.352Z | Downloaded macaddr v1.0.1 |
1183 | 2023-10-31T03:16:16.357Z | Downloaded base16ct v0.2.0 |
1184 | 2023-10-31T03:16:16.364Z | Downloaded version_check v0.9.4 |
1185 | 2023-10-31T03:16:16.367Z | Downloaded try-lock v0.2.4 |
1186 | 2023-10-31T03:16:16.370Z | Downloaded anstream v0.5.0 |
1187 | 2023-10-31T03:16:16.373Z | Downloaded multer v2.1.0 |
1188 | 2023-10-31T03:16:16.376Z | Downloaded num_enum_derive v0.5.11 |
1189 | 2023-10-31T03:16:16.379Z | Downloaded proc-macro-error-attr v1.0.4 |
1190 | 2023-10-31T03:16:16.382Z | Downloaded pretty-hex v0.2.1 |
1191 | 2023-10-31T03:16:16.385Z | Downloaded postgres-types v0.2.6 |
1192 | 2023-10-31T03:16:16.388Z | Downloaded pin-utils v0.1.0 |
1193 | 2023-10-31T03:16:16.391Z | Downloaded pbkdf2 v0.11.0 |
1194 | 2023-10-31T03:16:16.394Z | Downloaded parse-display-derive v0.7.0 |
1195 | 2023-10-31T03:16:16.396Z | Downloaded option-ext v0.2.0 |
1196 | 2023-10-31T03:16:16.399Z | Downloaded curve25519-dalek-derive v0.1.0 |
1197 | 2023-10-31T03:16:16.402Z | Downloaded darling_macro v0.20.3 |
1198 | 2023-10-31T03:16:16.405Z | Downloaded atomicwrites v0.4.2 |
1199 | 2023-10-31T03:16:16.408Z | Downloaded crucible-workspace-hack v0.1.0 |
1200 | 2023-10-31T03:16:16.417Z | Downloaded postcard-cobs v0.1.5-pre |
1201 | 2023-10-31T03:16:16.420Z | Downloaded ciborium-io v0.2.1 |
1202 | 2023-10-31T03:16:16.423Z | Downloaded block-buffer v0.10.4 |
1203 | 2023-10-31T03:16:16.426Z | Downloaded paste v1.0.14 |
1204 | 2023-10-31T03:16:16.429Z | Downloaded num_cpus v1.16.0 |
1205 | 2023-10-31T03:16:16.432Z | Downloaded num-rational v0.4.1 |
1206 | 2023-10-31T03:16:16.439Z | Downloaded native-tls v0.2.11 |
1207 | 2023-10-31T03:16:16.444Z | Downloaded lock_api v0.4.10 |
1208 | 2023-10-31T03:16:16.448Z | Downloaded num_enum v0.7.0 |
1209 | 2023-10-31T03:16:16.458Z | Downloaded convert_case v0.4.0 |
1210 | 2023-10-31T03:16:16.462Z | Downloaded adler v1.0.2 |
1211 | 2023-10-31T03:16:16.466Z | Downloaded ppv-lite86 v0.2.17 |
1212 | 2023-10-31T03:16:16.473Z | Downloaded pkg-config v0.3.27 |
1213 | 2023-10-31T03:16:16.480Z | Downloaded byteorder v1.5.0 |
1214 | 2023-10-31T03:16:16.482Z | Downloaded num_enum v0.5.11 |
1215 | 2023-10-31T03:16:16.485Z | Downloaded anstyle-query v1.0.0 |
1216 | 2023-10-31T03:16:16.488Z | Downloaded bit-set v0.5.3 |
1217 | 2023-10-31T03:16:16.492Z | Downloaded camino-tempfile v1.0.2 |
1218 | 2023-10-31T03:16:16.494Z | Downloaded bit_field v0.10.2 |
1219 | 2023-10-31T03:16:16.497Z | Downloaded openssl-probe v0.1.5 |
1220 | 2023-10-31T03:16:16.500Z | Downloaded openssl-macros v0.1.1 |
1221 | 2023-10-31T03:16:16.503Z | Downloaded pretty-hex v0.3.0 |
1222 | 2023-10-31T03:16:16.512Z | Downloaded phf_shared v0.10.0 |
1223 | 2023-10-31T03:16:16.517Z | Downloaded linked-hash-map v0.5.6 |
1224 | 2023-10-31T03:16:16.522Z | Downloaded pin-project-lite v0.2.13 |
1225 | 2023-10-31T03:16:16.526Z | Downloaded pest v2.7.2 |
1226 | 2023-10-31T03:16:16.531Z | Downloaded cfg-if v0.1.10 |
1227 | 2023-10-31T03:16:16.534Z | Downloaded normalize-line-endings v0.3.0 |
1228 | 2023-10-31T03:16:16.537Z | Downloaded memoffset v0.9.0 |
1229 | 2023-10-31T03:16:16.539Z | Downloaded nibble_vec v0.1.0 |
1230 | 2023-10-31T03:16:16.542Z | Downloaded md-5 v0.10.5 |
1231 | 2023-10-31T03:16:16.545Z | Downloaded cfg-if v1.0.0 |
1232 | 2023-10-31T03:16:16.549Z | Downloaded bitstruct v0.1.1 |
1233 | 2023-10-31T03:16:16.557Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1234 | 2023-10-31T03:16:16.561Z | Downloaded colorchoice v1.0.0 |
1235 | 2023-10-31T03:16:16.564Z | Downloaded chacha20 v0.9.1 |
1236 | 2023-10-31T03:16:16.566Z | Downloaded block-padding v0.3.3 |
1237 | 2023-10-31T03:16:16.571Z | Downloaded blake2 v0.10.6 |
1238 | 2023-10-31T03:16:16.907Z | Compiling proc-macro2 v1.0.67 |
1239 | 2023-10-31T03:16:16.910Z | Compiling unicode-ident v1.0.12 |
1240 | 2023-10-31T03:16:16.913Z | Compiling libc v0.2.149 |
1241 | 2023-10-31T03:16:16.916Z | Compiling serde v1.0.188 |
1242 | 2023-10-31T03:16:16.919Z | Compiling version_check v0.9.4 |
1243 | 2023-10-31T03:16:16.931Z | Compiling autocfg v1.1.0 |
1244 | 2023-10-31T03:16:16.934Z | Compiling cfg-if v1.0.0 |
1245 | 2023-10-31T03:16:17.110Z | Compiling syn v1.0.109 |
1246 | 2023-10-31T03:16:17.113Z | Compiling typenum v1.16.0 |
1247 | 2023-10-31T03:16:17.904Z | Compiling generic-array v0.14.7 |
1248 | 2023-10-31T03:16:17.930Z | Compiling lock_api v0.4.10 |
1249 | 2023-10-31T03:16:18.483Z | Compiling once_cell v1.18.0 |
1250 | 2023-10-31T03:16:18.637Z | Compiling thiserror v1.0.49 |
1251 | 2023-10-31T03:16:18.643Z | Compiling parking_lot_core v0.9.8 |
1252 | 2023-10-31T03:16:18.649Z | Compiling libm v0.2.7 |
1253 | 2023-10-31T03:16:18.906Z | Compiling num-traits v0.2.16 |
1254 | 2023-10-31T03:16:19.091Z | Compiling itoa v1.0.9 |
1255 | 2023-10-31T03:16:19.160Z | Compiling memchr v2.6.3 |
1256 | 2023-10-31T03:16:19.222Z | Compiling futures-core v0.3.29 |
1257 | 2023-10-31T03:16:19.439Z | Compiling ahash v0.8.3 |
1258 | 2023-10-31T03:16:19.857Z | Compiling serde_json v1.0.108 |
1259 | 2023-10-31T03:16:20.000Z | Compiling quote v1.0.33 |
1260 | 2023-10-31T03:16:20.261Z | Compiling log v0.4.20 |
1261 | 2023-10-31T03:16:20.465Z | Compiling slab v0.4.9 |
1262 | 2023-10-31T03:16:20.665Z | Compiling futures-channel v0.3.29 |
1263 | 2023-10-31T03:16:20.845Z | Compiling syn v2.0.32 |
1264 | 2023-10-31T03:16:21.104Z | Compiling getrandom v0.2.10 |
1265 | 2023-10-31T03:16:21.264Z | Compiling jobserver v0.1.26 |
1266 | 2023-10-31T03:16:21.578Z | Compiling futures-task v0.3.29 |
1267 | 2023-10-31T03:16:21.714Z | Compiling futures-util v0.3.29 |
1268 | 2023-10-31T03:16:21.756Z | Compiling cc v1.0.83 |
1269 | 2023-10-31T03:16:21.932Z | Compiling pkg-config v0.3.27 |
1270 | 2023-10-31T03:16:22.300Z | Compiling rand_core v0.6.4 |
1271 | 2023-10-31T03:16:22.467Z | Compiling ryu v1.0.15 |
1272 | 2023-10-31T03:16:23.011Z | Compiling vcpkg v0.2.15 |
1273 | 2023-10-31T03:16:23.032Z | Compiling schemars v0.8.13 |
1274 | 2023-10-31T03:16:23.493Z | Compiling allocator-api2 v0.2.16 |
1275 | 2023-10-31T03:16:23.570Z | Compiling scopeguard v1.2.0 |
1276 | 2023-10-31T03:16:23.803Z | Compiling heck v0.4.1 |
1277 | 2023-10-31T03:16:24.570Z | Compiling equivalent v1.0.1 |
1278 | 2023-10-31T03:16:24.757Z | Compiling hashbrown v0.14.0 |
1279 | 2023-10-31T03:16:24.829Z | Compiling smallvec v1.11.0 |
1280 | 2023-10-31T03:16:25.533Z | Compiling byteorder v1.5.0 |
1281 | 2023-10-31T03:16:26.048Z | Compiling httparse v1.8.0 |
1282 | 2023-10-31T03:16:26.330Z | Compiling fnv v1.0.7 |
1283 | 2023-10-31T03:16:26.509Z | Compiling iana-time-zone v0.1.57 |
1284 | 2023-10-31T03:16:26.537Z | Compiling pin-project-lite v0.2.13 |
1285 | 2023-10-31T03:16:26.633Z | Compiling ring v0.16.20 |
1286 | 2023-10-31T03:16:26.707Z | Compiling semver v1.0.20 |
1287 | 2023-10-31T03:16:26.740Z | Compiling ring v0.17.5 |
1288 | 2023-10-31T03:16:27.337Z | Compiling subtle v2.5.0 |
1289 | 2023-10-31T03:16:27.460Z | Compiling indexmap v1.9.3 |
1290 | 2023-10-31T03:16:27.815Z | Compiling parking_lot v0.12.1 |
1291 | 2023-10-31T03:16:27.844Z | Compiling tinyvec_macros v0.1.1 |
1292 | 2023-10-31T03:16:27.966Z | Compiling time-core v0.1.1 |
1293 | 2023-10-31T03:16:27.991Z | Compiling dyn-clone v1.0.13 |
1294 | 2023-10-31T03:16:28.215Z | Compiling time-macros v0.2.13 |
1295 | 2023-10-31T03:16:28.302Z | Compiling tinyvec v1.6.0 |
1296 | 2023-10-31T03:16:28.401Z | Compiling openssl-sys v0.9.93 |
1297 | 2023-10-31T03:16:28.437Z | Compiling socket2 v0.5.4 |
1298 | 2023-10-31T03:16:29.474Z | Compiling mio v0.8.8 |
1299 | 2023-10-31T03:16:29.561Z | Compiling num_cpus v1.16.0 |
1300 | 2023-10-31T03:16:29.765Z | Compiling signal-hook-registry v1.4.1 |
1301 | 2023-10-31T03:16:29.963Z | Compiling unicode-bidi v0.3.13 |
1302 | 2023-10-31T03:16:30.853Z | Compiling unicode-normalization v0.1.22 |
1303 | 2023-10-31T03:16:31.092Z | Compiling rustls v0.21.8 |
1304 | 2023-10-31T03:16:31.458Z | Compiling slog v2.7.0 |
1305 | 2023-10-31T03:16:32.025Z | Compiling percent-encoding v2.3.0 |
1306 | 2023-10-31T03:16:32.171Z | Compiling ucd-trie v0.1.6 |
1307 | 2023-10-31T03:16:32.507Z | Compiling spin v0.5.2 |
1308 | 2023-10-31T03:16:32.619Z | Compiling backtrace v0.3.69 |
1309 | 2023-10-31T03:16:32.726Z | Compiling async-trait v0.1.74 |
1310 | 2023-10-31T03:16:32.854Z | Compiling serde_derive_internals v0.26.0 |
1311 | 2023-10-31T03:16:33.186Z | Compiling form_urlencoded v1.2.0 |
1312 | 2023-10-31T03:16:33.207Z | Compiling openssl v0.10.57 |
1313 | 2023-10-31T03:16:33.277Z | Compiling aho-corasick v1.0.4 |
1314 | 2023-10-31T03:16:33.438Z | Compiling pin-utils v0.1.0 |
1315 | 2023-10-31T03:16:33.569Z | Compiling winnow v0.5.15 |
1316 | 2023-10-31T03:16:33.678Z | Compiling regex-syntax v0.8.2 |
1317 | 2023-10-31T03:16:33.716Z | Compiling futures-sink v0.3.29 |
1318 | 2023-10-31T03:16:33.811Z | Compiling anyhow v1.0.75 |
1319 | 2023-10-31T03:16:33.934Z | Compiling idna v0.4.0 |
1320 | 2023-10-31T03:16:35.747Z | Compiling native-tls v0.2.11 |
1321 | 2023-10-31T03:16:36.229Z | Compiling url v2.4.1 |
1322 | 2023-10-31T03:16:36.795Z | Compiling unicode-xid v0.2.4 |
1323 | 2023-10-31T03:16:37.563Z | Compiling futures-io v0.3.29 |
1324 | 2023-10-31T03:16:37.959Z | Compiling rustversion v1.0.14 |
1325 | 2023-10-31T03:16:38.032Z | Compiling const-oid v0.9.5 |
1326 | 2023-10-31T03:16:39.458Z | Compiling hashbrown v0.13.2 |
1327 | 2023-10-31T03:16:40.080Z | Compiling regex-automata v0.4.3 |
1328 | 2023-10-31T03:16:41.004Z | Compiling unicode-width v0.1.11 |
1329 | 2023-10-31T03:16:41.182Z | Compiling synstructure v0.12.6 |
1330 | 2023-10-31T03:16:41.256Z | Compiling cpufeatures v0.2.9 |
1331 | 2023-10-31T03:16:41.360Z | Compiling crossbeam-utils v0.8.16 |
1332 | 2023-10-31T03:16:41.384Z | Compiling tracing-core v0.1.31 |
1333 | 2023-10-31T03:16:41.387Z | Compiling adler v1.0.2 |
1334 | 2023-10-31T03:16:41.747Z | Compiling ppv-lite86 v0.2.17 |
1335 | 2023-10-31T03:16:42.073Z | Compiling miniz_oxide v0.7.1 |
1336 | 2023-10-31T03:16:43.035Z | Compiling rustix v0.38.9 |
1337 | 2023-10-31T03:16:43.695Z | Compiling rand_chacha v0.3.1 |
1338 | 2023-10-31T03:16:44.026Z | Compiling usdt-impl v0.3.5 |
1339 | 2023-10-31T03:16:44.148Z | Compiling bitflags v1.3.2 |
1340 | 2023-10-31T03:16:44.483Z | Compiling gimli v0.28.0 |
1341 | 2023-10-31T03:16:44.761Z | Compiling rand v0.8.5 |
1342 | 2023-10-31T03:16:44.921Z | Compiling object v0.32.1 |
1343 | 2023-10-31T03:16:45.673Z | Compiling base64 v0.21.5 |
1344 | 2023-10-31T03:16:46.158Z | Compiling deranged v0.3.8 |
1345 | 2023-10-31T03:16:46.245Z | Compiling serde_derive v1.0.188 |
1346 | 2023-10-31T03:16:46.766Z | Compiling zeroize_derive v1.4.2 |
1347 | 2023-10-31T03:16:46.987Z | Compiling thiserror-impl v1.0.49 |
1348 | 2023-10-31T03:16:47.094Z | Compiling tokio-macros v2.1.0 |
1349 | 2023-10-31T03:16:49.113Z | Compiling futures-macro v0.3.29 |
1350 | 2023-10-31T03:16:49.315Z | Compiling tracing-attributes v0.1.26 |
1351 | 2023-10-31T03:16:49.560Z | Compiling schemars_derive v0.8.13 |
1352 | 2023-10-31T03:16:51.861Z | Compiling zeroize v1.6.0 |
1353 | 2023-10-31T03:16:52.449Z | Compiling pest v2.7.2 |
1354 | 2023-10-31T03:16:54.634Z | Compiling openssl-macros v0.1.1 |
1355 | 2023-10-31T03:16:55.828Z | Compiling crypto-common v0.1.6 |
1356 | 2023-10-31T03:16:55.831Z | Compiling regex v1.10.2 |
1357 | 2023-10-31T03:16:55.834Z | Compiling block-buffer v0.10.4 |
1358 | 2023-10-31T03:16:55.837Z | Compiling digest v0.10.7 |
1359 | 2023-10-31T03:16:56.374Z | Compiling zerocopy-derive v0.2.0 |
1360 | 2023-10-31T03:16:56.709Z | Compiling pest_meta v2.7.2 |
1361 | 2023-10-31T03:16:56.806Z | Compiling tracing v0.1.37 |
1362 | 2023-10-31T03:16:56.843Z | Compiling addr2line v0.21.0 |
1363 | 2023-10-31T03:16:57.131Z | Compiling rustc-demangle v0.1.23 |
1364 | 2023-10-31T03:16:57.516Z | Compiling num_threads v0.1.6 |
1365 | 2023-10-31T03:16:57.695Z | Compiling time v0.3.27 |
1366 | 2023-10-31T03:16:57.841Z | Compiling spin v0.9.8 |
1367 | 2023-10-31T03:16:58.443Z | Compiling thread-id v4.2.0 |
1368 | 2023-10-31T03:16:58.843Z | Compiling pest_generator v2.7.2 |
1369 | 2023-10-31T03:16:59.247Z | Compiling zerocopy v0.3.0 |
1370 | 2023-10-31T03:17:01.733Z | Compiling dof v0.1.5 |
1371 | 2023-10-31T03:17:03.697Z | Compiling lazy_static v1.4.0 |
1372 | 2023-10-31T03:17:04.156Z | Compiling strum_macros v0.25.2 |
1373 | 2023-10-31T03:17:04.230Z | Compiling pest_derive v2.7.2 |
1374 | 2023-10-31T03:17:05.024Z | Compiling untrusted v0.7.1 |
1375 | 2023-10-31T03:17:05.415Z | Compiling dtrace-parser v0.1.14 |
1376 | 2023-10-31T03:17:06.061Z | Compiling strsim v0.10.0 |
1377 | 2023-10-31T03:17:07.384Z | Compiling untrusted v0.9.0 |
1378 | 2023-10-31T03:17:07.674Z | Compiling regress v0.7.1 |
1379 | 2023-10-31T03:17:08.132Z | Compiling socket2 v0.4.9 |
1380 | 2023-10-31T03:17:08.925Z | Compiling hashbrown v0.12.3 |
1381 | 2023-10-31T03:17:09.558Z | Compiling sct v0.7.0 |
1382 | 2023-10-31T03:17:09.708Z | Compiling httpdate v1.0.3 |
1383 | 2023-10-31T03:17:10.075Z | Compiling bytes v1.5.0 |
1384 | 2023-10-31T03:17:10.437Z | Compiling indexmap v2.0.0 |
1385 | 2023-10-31T03:17:10.482Z | Compiling chrono v0.4.31 |
1386 | 2023-10-31T03:17:10.746Z | Compiling uuid v1.4.1 |
1387 | 2023-10-31T03:17:11.546Z | Compiling http v0.2.9 |
1388 | 2023-10-31T03:17:11.905Z | Compiling tokio v1.33.0 |
1389 | 2023-10-31T03:17:12.460Z | Compiling serde_spanned v0.6.3 |
1390 | 2023-10-31T03:17:12.553Z | Compiling toml_datetime v0.6.3 |
1391 | 2023-10-31T03:17:12.831Z | Compiling bitflags v2.4.0 |
1392 | 2023-10-31T03:17:13.297Z | Compiling toml_edit v0.19.15 |
1393 | 2023-10-31T03:17:13.507Z | Compiling rustc_version v0.4.0 |
1394 | 2023-10-31T03:17:13.554Z | Compiling openapiv3 v1.0.3 |
1395 | 2023-10-31T03:17:17.285Z | Compiling serde_tokenstream v0.1.7 |
1396 | 2023-10-31T03:17:17.392Z | Compiling serde_tokenstream v0.2.0 |
1397 | 2023-10-31T03:17:17.777Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1398 | 2023-10-31T03:17:18.238Z | Compiling try-lock v0.2.4 |
1399 | 2023-10-31T03:17:18.460Z | Compiling want v0.3.1 |
1400 | 2023-10-31T03:17:18.911Z | Compiling http-body v0.4.5 |
1401 | 2023-10-31T03:17:19.036Z | Compiling usdt-attr-macro v0.3.5 |
1402 | 2023-10-31T03:17:19.555Z | Compiling usdt-macro v0.3.5 |
1403 | 2023-10-31T03:17:19.589Z | Compiling rustls-pemfile v1.0.3 |
1404 | 2023-10-31T03:17:20.241Z | Compiling mime v0.3.17 |
1405 | 2023-10-31T03:17:20.778Z | Compiling foreign-types-shared v0.1.1 |
1406 | 2023-10-31T03:17:20.945Z | Compiling openssl-probe v0.1.5 |
1407 | 2023-10-31T03:17:21.269Z | Compiling tower-service v0.3.2 |
1408 | 2023-10-31T03:17:21.436Z | Compiling foreign-types v0.3.2 |
1409 | 2023-10-31T03:17:21.522Z | Compiling errno v0.3.2 |
1410 | 2023-10-31T03:17:21.575Z | Compiling ipnet v2.8.0 |
1411 | 2023-10-31T03:17:21.819Z | Compiling getopts v0.2.21 |
1412 | 2023-10-31T03:17:22.058Z | Compiling encoding_rs v0.8.33 |
1413 | 2023-10-31T03:17:23.320Z | Compiling unsafe-libyaml v0.2.9 |
1414 | 2023-10-31T03:17:23.697Z | Compiling rustls-native-certs v0.6.3 |
1415 | 2023-10-31T03:17:23.805Z | Compiling serde_urlencoded v0.7.1 |
1416 | 2023-10-31T03:17:24.912Z | Compiling webpki-roots v0.25.2 |
1417 | 2023-10-31T03:17:25.197Z | Compiling tokio-util v0.7.10 |
1418 | 2023-10-31T03:17:26.579Z | Compiling serde_yaml v0.9.25 |
1419 | 2023-10-31T03:17:27.097Z | Compiling h2 v0.3.21 |
1420 | 2023-10-31T03:17:28.807Z | Compiling hmac v0.12.1 |
1421 | 2023-10-31T03:17:29.137Z | Compiling num-integer v0.1.45 |
1422 | 2023-10-31T03:17:30.083Z | Compiling sha2 v0.10.8 |
1423 | 2023-10-31T03:17:30.498Z | Compiling block-padding v0.3.3 |
1424 | 2023-10-31T03:17:31.541Z | Compiling inout v0.1.3 |
1425 | 2023-10-31T03:17:31.901Z | Compiling futures-executor v0.3.29 |
1426 | 2023-10-31T03:17:32.885Z | Compiling cipher v0.4.4 |
1427 | 2023-10-31T03:17:33.003Z | Compiling toml v0.7.8 |
1428 | 2023-10-31T03:17:33.534Z | Compiling fallible-iterator v0.2.0 |
1429 | 2023-10-31T03:17:33.607Z | Compiling crc32fast v1.3.2 |
1430 | 2023-10-31T03:17:34.820Z | Compiling tokio-native-tls v0.3.1 |
1431 | 2023-10-31T03:17:35.236Z | Compiling futures v0.3.29 |
1432 | 2023-10-31T03:17:35.261Z | Compiling ipnetwork v0.20.0 |
1433 | 2023-10-31T03:17:35.406Z | Compiling siphasher v0.3.11 |
1434 | 2023-10-31T03:17:35.929Z | Compiling usdt v0.3.5 |
1435 | 2023-10-31T03:17:36.906Z | Compiling md-5 v0.10.5 |
1436 | 2023-10-31T03:17:37.839Z | Compiling stringprep v0.1.3 |
1437 | 2023-10-31T03:17:37.933Z | Compiling io-lifetimes v1.0.11 |
1438 | 2023-10-31T03:17:38.364Z | Compiling postgres-protocol v0.6.6 |
1439 | 2023-10-31T03:17:38.646Z | Compiling hyper v0.14.27 |
1440 | 2023-10-31T03:17:38.879Z | Compiling phf_shared v0.11.2 |
1441 | 2023-10-31T03:17:39.085Z | Compiling hex v0.4.3 |
1442 | 2023-10-31T03:17:39.484Z | Compiling enum-as-inner v0.5.1 |
1443 | 2023-10-31T03:17:39.975Z | Compiling slog-async v2.8.0 |
1444 | 2023-10-31T03:17:40.161Z | Compiling postgres-types v0.2.6 |
1445 | 2023-10-31T03:17:40.648Z | Compiling phf v0.11.2 |
1446 | 2023-10-31T03:17:40.713Z | Compiling num-bigint v0.4.4 |
1447 | 2023-10-31T03:17:41.086Z | Compiling rustix v0.37.23 |
1448 | 2023-10-31T03:17:41.090Z | Compiling data-encoding v2.4.0 |
1449 | 2023-10-31T03:17:41.347Z | Compiling whoami v1.4.1 |
1450 | 2023-10-31T03:17:42.520Z | Compiling tokio-postgres v0.7.10 |
1451 | 2023-10-31T03:17:43.085Z | Compiling zerocopy-derive v0.6.4 |
1452 | 2023-10-31T03:17:45.271Z | Compiling static_assertions v1.1.0 |
1453 | 2023-10-31T03:17:46.345Z | Compiling either v1.9.0 |
1454 | 2023-10-31T03:17:46.670Z | Compiling ident_case v1.0.1 |
1455 | 2023-10-31T03:17:46.941Z | Compiling darling_core v0.20.3 |
1456 | 2023-10-31T03:17:47.245Z | Compiling camino v1.1.6 |
1457 | 2023-10-31T03:17:48.142Z | Compiling flate2 v1.0.28 |
1458 | 2023-10-31T03:17:48.437Z | Compiling heapless v0.7.16 |
1459 | 2023-10-31T03:17:49.021Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1460 | 2023-10-31T03:17:49.216Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1461 | 2023-10-31T03:17:49.704Z | Compiling memoffset v0.9.0 |
1462 | 2023-10-31T03:17:49.812Z | Compiling radium v0.7.0 |
1463 | 2023-10-31T03:17:50.126Z | Compiling managed v0.8.0 |
1464 | 2023-10-31T03:17:50.412Z | Compiling hyper-tls v0.5.0 |
1465 | 2023-10-31T03:17:50.516Z | Compiling unicode-segmentation v1.10.1 |
1466 | 2023-10-31T03:17:50.874Z | Compiling matches v0.1.10 |
1467 | 2023-10-31T03:17:51.016Z | Compiling idna v0.2.3 |
1468 | 2023-10-31T03:17:52.017Z | Compiling itertools v0.11.0 |
1469 | 2023-10-31T03:17:52.800Z | Compiling multer v2.1.0 |
1470 | 2023-10-31T03:17:53.371Z | Compiling trust-dns-proto v0.22.0 |
1471 | 2023-10-31T03:17:54.182Z | Compiling async-stream-impl v0.3.5 |
1472 | 2023-10-31T03:17:55.950Z | Compiling num-iter v0.1.43 |
1473 | 2023-10-31T03:17:56.042Z | Compiling darling_macro v0.20.3 |
1474 | 2023-10-31T03:17:56.294Z | Compiling crossbeam-epoch v0.9.15 |
1475 | 2023-10-31T03:17:56.364Z | Compiling bit-vec v0.6.3 |
1476 | 2023-10-31T03:17:56.750Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1477 | 2023-10-31T03:17:56.898Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1478 | 2023-10-31T03:17:56.954Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1479 | 2023-10-31T03:17:57.010Z | Compiling paste v1.0.14 |
1480 | 2023-10-31T03:17:57.091Z | Compiling anstyle v1.0.2 |
1481 | 2023-10-31T03:17:57.542Z | Compiling darling v0.20.3 |
1482 | 2023-10-31T03:17:57.656Z | Compiling smoltcp v0.9.1 |
1483 | 2023-10-31T03:17:57.712Z | Compiling serde_with_macros v2.3.3 |
1484 | 2023-10-31T03:17:57.834Z | Compiling utf8parse v0.2.1 |
1485 | 2023-10-31T03:17:58.082Z | Compiling anstyle-parse v0.2.1 |
1486 | 2023-10-31T03:18:00.301Z | Compiling zerocopy v0.6.4 |
1487 | 2023-10-31T03:18:00.836Z | Compiling signature v2.1.0 |
1488 | 2023-10-31T03:18:01.125Z | Compiling hubpack_derive v0.1.1 |
1489 | 2023-10-31T03:18:01.172Z | Compiling clap_derive v4.4.2 |
1490 | 2023-10-31T03:18:01.707Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1491 | 2023-10-31T03:18:01.731Z | Compiling colorchoice v1.0.0 |
1492 | 2023-10-31T03:18:01.978Z | Compiling anstyle-query v1.0.0 |
1493 | 2023-10-31T03:18:02.175Z | Compiling anstream v0.5.0 |
1494 | 2023-10-31T03:18:02.922Z | Compiling terminal_size v0.2.6 |
1495 | 2023-10-31T03:18:03.207Z | Compiling yasna v0.5.2 |
1496 | 2023-10-31T03:18:05.235Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1497 | 2023-10-31T03:18:05.673Z | Compiling structmeta-derive v0.1.6 |
1498 | 2023-10-31T03:18:06.521Z | Compiling diesel_table_macro_syntax v0.1.0 |
1499 | 2023-10-31T03:18:06.584Z | Compiling hash32 v0.2.1 |
1500 | 2023-10-31T03:18:07.113Z | Compiling clap_lex v0.5.1 |
1501 | 2023-10-31T03:18:07.186Z | Compiling stable_deref_trait v1.2.0 |
1502 | 2023-10-31T03:18:07.337Z | Compiling tap v1.0.1 |
1503 | 2023-10-31T03:18:07.927Z | Compiling wyz v0.5.1 |
1504 | 2023-10-31T03:18:08.111Z | Compiling clap_builder v4.4.2 |
1505 | 2023-10-31T03:18:08.658Z | Compiling diesel_derives v2.1.1 |
1506 | 2023-10-31T03:18:09.185Z | Compiling tokio-stream v0.1.14 |
1507 | 2023-10-31T03:18:10.166Z | Compiling structmeta v0.1.6 |
1508 | 2023-10-31T03:18:10.342Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1509 | 2023-10-31T03:18:10.554Z | Compiling serde_repr v0.1.16 |
1510 | 2023-10-31T03:18:10.624Z | Compiling scheduled-thread-pool v0.2.7 |
1511 | 2023-10-31T03:18:10.804Z | Compiling funty v2.0.0 |
1512 | 2023-10-31T03:18:10.807Z | Compiling regex-syntax v0.6.29 |
1513 | 2023-10-31T03:18:11.636Z | Compiling regex-automata v0.1.10 |
1514 | 2023-10-31T03:18:12.418Z | Compiling bstr v0.2.17 |
1515 | 2023-10-31T03:18:12.854Z | Compiling bitvec v1.0.1 |
1516 | 2023-10-31T03:18:12.997Z | Compiling r2d2 v0.8.10 |
1517 | 2023-10-31T03:18:14.909Z | Compiling clap v4.4.3 |
1518 | 2023-10-31T03:18:16.124Z | Compiling hubpack v0.1.2 |
1519 | 2023-10-31T03:18:16.893Z | Compiling itertools v0.10.5 |
1520 | 2023-10-31T03:18:17.216Z | Compiling phf_shared v0.10.0 |
1521 | 2023-10-31T03:18:17.847Z | Compiling float-cmp v0.9.0 |
1522 | 2023-10-31T03:18:18.113Z | Compiling fixedbitset v0.4.2 |
1523 | 2023-10-31T03:18:18.210Z | Compiling regex-automata v0.3.8 |
1524 | 2023-10-31T03:18:18.860Z | Compiling precomputed-hash v0.1.1 |
1525 | 2023-10-31T03:18:20.345Z | Compiling parse-display-derive v0.7.0 |
1526 | 2023-10-31T03:18:20.441Z | Compiling difflib v0.4.0 |
1527 | 2023-10-31T03:18:21.435Z | Compiling normalize-line-endings v0.3.0 |
1528 | 2023-10-31T03:18:21.612Z | Compiling predicates-core v1.0.6 |
1529 | 2023-10-31T03:18:21.818Z | Compiling new_debug_unreachable v1.0.4 |
1530 | 2023-10-31T03:18:22.204Z | Compiling string_cache v0.8.7 |
1531 | 2023-10-31T03:18:22.400Z | Compiling predicates v3.0.4 |
1532 | 2023-10-31T03:18:22.974Z | Compiling bstr v1.6.0 |
1533 | 2023-10-31T03:18:23.292Z | Compiling petgraph v0.6.4 |
1534 | 2023-10-31T03:18:25.273Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1535 | 2023-10-31T03:18:25.298Z | Compiling similar v2.2.1 |
1536 | 2023-10-31T03:18:25.710Z | Compiling bit-set v0.5.3 |
1537 | 2023-10-31T03:18:26.142Z | Compiling console v0.15.7 |
1538 | 2023-10-31T03:18:26.361Z | Compiling lalrpop-util v0.19.12 |
1539 | 2023-10-31T03:18:32.735Z | Compiling diesel v2.1.3 |
1540 | 2023-10-31T03:18:35.825Z | Compiling proc-macro-crate v1.3.1 |
1541 | 2023-10-31T03:18:47.040Z | Compiling crucible-workspace-hack v0.1.0 |
1542 | 2023-10-31T03:19:05.320Z | Compiling atty v0.2.14 |
1543 | 2023-10-31T03:19:07.628Z | Compiling sha1 v0.10.5 |
1544 | 2023-10-31T03:19:08.107Z | Compiling match_cfg v0.1.0 |
1545 | 2023-10-31T03:19:08.261Z | Compiling hostname v0.3.1 |
1546 | 2023-10-31T03:19:11.646Z | Compiling dirs-sys-next v0.1.2 |
1547 | 2023-10-31T03:19:12.618Z | Compiling dirs-next v2.0.0 |
1548 | 2023-10-31T03:19:13.389Z | Compiling thread_local v1.1.7 |
1549 | 2023-10-31T03:19:20.240Z | Compiling term v0.7.0 |
1550 | 2023-10-31T03:19:20.616Z | Compiling crossbeam-channel v0.5.8 |
1551 | 2023-10-31T03:19:22.690Z | Compiling take_mut v0.2.2 |
1552 | 2023-10-31T03:19:22.940Z | Compiling slog-term v2.9.0 |
1553 | 2023-10-31T03:19:25.109Z | Compiling slog-json v2.6.1 |
1554 | 2023-10-31T03:19:25.136Z | Compiling instant v0.1.12 |
1555 | 2023-10-31T03:19:25.739Z | Compiling slog-bunyan v2.4.0 |
1556 | 2023-10-31T03:19:26.416Z | Compiling strum v0.25.0 |
1557 | 2023-10-31T03:19:26.684Z | Compiling atomic-waker v1.1.1 |
1558 | 2023-10-31T03:19:27.317Z | Compiling waitgroup v0.1.2 |
1559 | 2023-10-31T03:19:27.652Z | Compiling num_enum_derive v0.5.11 |
1560 | 2023-10-31T03:19:27.718Z | Compiling serde_with v2.3.3 |
1561 | 2023-10-31T03:19:27.741Z | Compiling async-stream v0.3.5 |
1562 | 2023-10-31T03:19:29.879Z | Compiling serde_path_to_error v0.1.14 |
1563 | 2023-10-31T03:19:29.999Z | Compiling libz-sys v1.1.12 |
1564 | 2023-10-31T03:19:30.393Z | Compiling debug-ignore v1.0.5 |
1565 | 2023-10-31T03:19:30.613Z | Compiling fastrand v2.0.0 |
1566 | 2023-10-31T03:19:31.171Z | Compiling tempfile v3.8.0 |
1567 | 2023-10-31T03:19:33.057Z | Compiling slog-dtrace v0.2.3 |
1568 | 2023-10-31T03:19:33.184Z | Compiling proc-macro-error-attr v1.0.4 |
1569 | 2023-10-31T03:19:34.595Z | Compiling backoff v0.4.0 |
1570 | 2023-10-31T03:19:35.019Z | Compiling parse-display v0.7.0 |
1571 | 2023-10-31T03:19:35.546Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1572 | 2023-10-31T03:19:35.784Z | Compiling macaddr v1.0.1 |
1573 | 2023-10-31T03:19:36.252Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1574 | 2023-10-31T03:19:36.576Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1575 | 2023-10-31T03:19:36.648Z | Compiling proc-macro-error v1.0.4 |
1576 | 2023-10-31T03:19:37.069Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1577 | 2023-10-31T03:19:38.719Z | Compiling libsqlite3-sys v0.26.0 |
1578 | 2023-10-31T03:19:38.756Z | Compiling memoffset v0.7.1 |
1579 | 2023-10-31T03:19:39.361Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1580 | 2023-10-31T03:19:41.884Z | Compiling foreign-types-macros v0.2.3 |
1581 | 2023-10-31T03:19:42.064Z | Compiling vergen v8.2.4 |
1582 | 2023-10-31T03:19:42.267Z | Compiling base64ct v1.6.0 |
1583 | 2023-10-31T03:19:45.245Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1584 | 2023-10-31T03:19:45.842Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1585 | 2023-10-31T03:19:51.500Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1586 | 2023-10-31T03:19:51.792Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1587 | 2023-10-31T03:19:51.986Z | Compiling platforms v3.0.2 |
1588 | 2023-10-31T03:19:52.890Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1589 | 2023-10-31T03:19:53.020Z | Compiling num_enum_derive v0.7.0 |
1590 | 2023-10-31T03:19:53.319Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1591 | 2023-10-31T03:19:53.384Z | Compiling password-hash v0.5.0 |
1592 | 2023-10-31T03:19:53.854Z | Compiling curve25519-dalek v4.1.0 |
1593 | 2023-10-31T03:19:53.956Z | Compiling heck v0.3.3 |
1594 | 2023-10-31T03:19:54.419Z | Compiling blake2 v0.10.6 |
1595 | 2023-10-31T03:19:54.539Z | Compiling libefi-sys v0.1.0 |
1596 | 2023-10-31T03:19:54.958Z | Compiling structopt-derive v0.4.18 |
1597 | 2023-10-31T03:19:55.179Z | Compiling zone_cfg_derive v0.2.0 |
1598 | 2023-10-31T03:19:55.343Z | Compiling argon2 v0.5.2 |
1599 | 2023-10-31T03:19:56.777Z | Compiling curve25519-dalek-derive v0.1.0 |
1600 | 2023-10-31T03:19:57.249Z | Compiling num-derive v0.4.0 |
1601 | 2023-10-31T03:19:57.378Z | Compiling same-file v1.0.6 |
1602 | 2023-10-31T03:19:57.725Z | Compiling walkdir v2.4.0 |
1603 | 2023-10-31T03:19:58.635Z | Compiling toml v0.5.11 |
1604 | 2023-10-31T03:19:58.801Z | Compiling semver-parser v0.10.2 |
1605 | 2023-10-31T03:19:59.077Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1606 | 2023-10-31T03:19:59.476Z | Compiling filetime v0.2.22 |
1607 | 2023-10-31T03:19:59.712Z | Compiling xattr v1.0.1 |
1608 | 2023-10-31T03:20:00.063Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1609 | 2023-10-31T03:20:00.153Z | Compiling erased-serde v0.3.30 |
1610 | 2023-10-31T03:20:00.481Z | Compiling getrandom v0.1.16 |
1611 | 2023-10-31T03:20:00.935Z | Compiling semver v0.11.0 |
1612 | 2023-10-31T03:20:00.992Z | Compiling tar v0.4.40 |
1613 | 2023-10-31T03:20:01.151Z | Compiling universal-hash v0.5.1 |
1614 | 2023-10-31T03:20:01.191Z | Compiling bitstruct_derive v0.1.0 |
1615 | 2023-10-31T03:20:01.456Z | Compiling async-recursion v1.0.5 |
1616 | 2023-10-31T03:20:02.061Z | Compiling opaque-debug v0.3.0 |
1617 | 2023-10-31T03:20:02.214Z | Compiling home v0.5.5 |
1618 | 2023-10-31T03:20:02.570Z | Compiling toolchain_find v0.2.0 |
1619 | 2023-10-31T03:20:02.596Z | Compiling num-rational v0.4.1 |
1620 | 2023-10-31T03:20:03.039Z | Compiling unicase v2.7.0 |
1621 | 2023-10-31T03:20:03.223Z | Compiling parking_lot_core v0.8.6 |
1622 | 2023-10-31T03:20:03.304Z | Compiling rustfmt-wrapper v0.2.0 |
1623 | 2023-10-31T03:20:03.646Z | Compiling num_enum v0.5.11 |
1624 | 2023-10-31T03:20:03.780Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1625 | 2023-10-31T03:20:03.847Z | Compiling aead v0.5.2 |
1626 | 2023-10-31T03:20:03.881Z | Compiling postcard-cobs v0.1.5-pre |
1627 | 2023-10-31T03:20:04.333Z | Compiling winapi v0.3.9 |
1628 | 2023-10-31T03:20:04.358Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1629 | 2023-10-31T03:20:04.362Z | Compiling postcard v0.7.3 |
1630 | 2023-10-31T03:20:04.724Z | Compiling polyval v0.6.1 |
1631 | 2023-10-31T03:20:05.390Z | Compiling smoltcp v0.8.2 |
1632 | 2023-10-31T03:20:05.420Z | Compiling ctr v0.9.2 |
1633 | 2023-10-31T03:20:05.456Z | Compiling aes v0.8.3 |
1634 | 2023-10-31T03:20:05.839Z | Compiling thiserror-impl-no-std v2.0.2 |
1635 | 2023-10-31T03:20:05.893Z | Compiling cfg-if v0.1.10 |
1636 | 2023-10-31T03:20:05.981Z | Compiling foreign-types-shared v0.3.1 |
1637 | 2023-10-31T03:20:06.007Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1638 | 2023-10-31T03:20:06.153Z | Compiling foreign-types v0.5.0 |
1639 | 2023-10-31T03:20:06.274Z | Compiling mime_guess v2.0.4 |
1640 | 2023-10-31T03:20:08.231Z | Compiling is-terminal v0.4.9 |
1641 | 2023-10-31T03:20:08.268Z | Compiling toml_edit v0.20.0 |
1642 | 2023-10-31T03:20:08.289Z | Compiling hashlink v0.8.3 |
1643 | 2023-10-31T03:20:08.424Z | Compiling cstr-argument v0.1.2 |
1644 | 2023-10-31T03:20:09.280Z | Compiling pretty-hex v0.2.1 |
1645 | 2023-10-31T03:20:09.330Z | Compiling fallible-streaming-iterator v0.1.9 |
1646 | 2023-10-31T03:20:09.730Z | Compiling rusqlite v0.29.0 |
1647 | 2023-10-31T03:20:09.766Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2023-10-31T03:20:10.366Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1649 | 2023-10-31T03:20:10.499Z | Compiling colored v2.0.4 |
1650 | 2023-10-31T03:20:10.645Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1651 | 2023-10-31T03:20:11.358Z | Compiling nix v0.26.2 |
1652 | 2023-10-31T03:20:11.698Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1653 | 2023-10-31T03:20:14.244Z | Compiling toml v0.8.0 |
1654 | 2023-10-31T03:20:16.181Z | Compiling twox-hash v1.6.3 |
1655 | 2023-10-31T03:20:16.821Z | Compiling hkdf v0.12.3 |
1656 | 2023-10-31T03:20:17.180Z | Compiling textwrap v0.11.0 |
1657 | 2023-10-31T03:20:17.248Z | Compiling const_format_proc_macros v0.2.31 |
1658 | 2023-10-31T03:20:17.319Z | Compiling ansi_term v0.12.1 |
1659 | 2023-10-31T03:20:17.509Z | Compiling vec_map v0.8.2 |
1660 | 2023-10-31T03:20:17.967Z | Compiling linked-hash-map v0.5.6 |
1661 | 2023-10-31T03:20:18.374Z | Compiling quick-error v1.2.3 |
1662 | 2023-10-31T03:20:18.564Z | Compiling strsim v0.8.0 |
1663 | 2023-10-31T03:20:18.628Z | Compiling resolv-conf v0.7.0 |
1664 | 2023-10-31T03:20:19.656Z | Compiling clap v2.34.0 |
1665 | 2023-10-31T03:20:20.076Z | Compiling lru-cache v0.1.2 |
1666 | 2023-10-31T03:20:21.839Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1667 | 2023-10-31T03:20:23.569Z | Compiling num_enum v0.7.0 |
1668 | 2023-10-31T03:20:23.677Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1669 | 2023-10-31T03:20:25.255Z | Compiling bincode v1.3.3 |
1670 | 2023-10-31T03:20:25.864Z | Compiling cancel-safe-futures v0.1.5 |
1671 | 2023-10-31T03:20:25.998Z | Compiling humantime v2.1.0 |
1672 | 2023-10-31T03:20:26.907Z | Compiling utf-8 v0.7.6 |
1673 | 2023-10-31T03:20:26.933Z | Compiling keccak v0.1.4 |
1674 | 2023-10-31T03:20:27.421Z | Compiling termcolor v1.2.0 |
1675 | 2023-10-31T03:20:28.026Z | Compiling convert_case v0.4.0 |
1676 | 2023-10-31T03:20:28.351Z | Compiling base64 v0.13.1 |
1677 | 2023-10-31T03:20:28.917Z | Compiling env_logger v0.9.3 |
1678 | 2023-10-31T03:20:29.295Z | Compiling derive_more v0.99.17 |
1679 | 2023-10-31T03:20:29.341Z | Compiling sha3 v0.10.8 |
1680 | 2023-10-31T03:20:30.536Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1681 | 2023-10-31T03:20:30.647Z | Compiling structopt v0.3.26 |
1682 | 2023-10-31T03:20:31.670Z | Compiling trust-dns-resolver v0.22.0 |
1683 | 2023-10-31T03:20:32.016Z | Compiling aes-gcm-siv v0.11.1 |
1684 | 2023-10-31T03:20:32.446Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1685 | 2023-10-31T03:20:33.586Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1686 | 2023-10-31T03:20:35.288Z | Compiling zone v0.2.0 |
1687 | 2023-10-31T03:20:37.190Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1688 | 2023-10-31T03:20:37.688Z | Compiling secrecy v0.8.0 |
1689 | 2023-10-31T03:20:37.772Z | Compiling smf v0.2.2 |
1690 | 2023-10-31T03:20:38.101Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1691 | 2023-10-31T03:20:40.150Z | Compiling ascii v1.1.0 |
1692 | 2023-10-31T03:20:40.178Z | Compiling ringbuffer v0.15.0 |
1693 | 2023-10-31T03:20:41.191Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1694 | 2023-10-31T03:20:41.759Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1695 | 2023-10-31T03:20:41.911Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1696 | 2023-10-31T03:20:42.532Z | Compiling bitstruct v0.1.1 |
1697 | 2023-10-31T03:20:43.790Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1698 | 2023-10-31T03:20:44.935Z | Compiling serde_arrays v0.1.0 |
1699 | 2023-10-31T03:20:45.177Z | Compiling ff v0.13.0 |
1700 | 2023-10-31T03:20:45.393Z | Compiling nibble_vec v0.1.0 |
1701 | 2023-10-31T03:20:45.622Z | Compiling endian-type v0.1.2 |
1702 | 2023-10-31T03:20:45.704Z | Compiling arc-swap v1.6.0 |
1703 | 2023-10-31T03:20:45.969Z | Compiling radix_trie v0.2.1 |
1704 | 2023-10-31T03:20:46.530Z | Compiling slog-scope v4.4.0 |
1705 | 2023-10-31T03:20:46.801Z | Compiling group v0.13.0 |
1706 | 2023-10-31T03:20:47.062Z | Compiling rand_core v0.5.1 |
1707 | 2023-10-31T03:20:47.405Z | Compiling tungstenite v0.20.1 |
1708 | 2023-10-31T03:20:48.051Z | Compiling poly1305 v0.8.0 |
1709 | 2023-10-31T03:20:49.120Z | Compiling chacha20 v0.9.1 |
1710 | 2023-10-31T03:20:50.130Z | Compiling crypto-bigint v0.5.2 |
1711 | 2023-10-31T03:20:50.151Z | Compiling num-complex v0.4.4 |
1712 | 2023-10-31T03:20:50.178Z | Compiling base16ct v0.2.0 |
1713 | 2023-10-31T03:20:51.037Z | Compiling option-ext v0.2.0 |
1714 | 2023-10-31T03:20:51.173Z | Compiling half v1.8.2 |
1715 | 2023-10-31T03:20:51.222Z | Compiling ciborium-io v0.2.1 |
1716 | 2023-10-31T03:20:51.422Z | Compiling dirs-sys v0.4.1 |
1717 | 2023-10-31T03:20:51.925Z | Compiling ciborium-ll v0.2.1 |
1718 | 2023-10-31T03:20:51.950Z | Compiling num v0.4.1 |
1719 | 2023-10-31T03:20:52.106Z | Compiling tokio-tungstenite v0.20.1 |
1720 | 2023-10-31T03:20:52.204Z | Compiling parking_lot v0.11.2 |
1721 | 2023-10-31T03:20:52.350Z | Compiling rand_chacha v0.2.2 |
1722 | 2023-10-31T03:20:52.472Z | Compiling slog-stdlog v4.1.1 |
1723 | 2023-10-31T03:20:52.624Z | Compiling trust-dns-client v0.22.0 |
1724 | 2023-10-31T03:20:52.915Z | Compiling thiserror-no-std v2.0.2 |
1725 | 2023-10-31T03:20:53.089Z | Compiling elliptic-curve v0.13.5 |
1726 | 2023-10-31T03:20:53.957Z | Compiling password-hash v0.4.2 |
1727 | 2023-10-31T03:20:54.294Z | Compiling ed25519 v2.2.2 |
1728 | 2023-10-31T03:20:54.887Z | Compiling blowfish v0.9.1 |
1729 | 2023-10-31T03:20:55.375Z | Compiling pbkdf2 v0.12.2 |
1730 | 2023-10-31T03:20:55.591Z | Compiling fxhash v0.2.1 |
1731 | 2023-10-31T03:20:56.570Z | Compiling sled v0.34.7 |
1732 | 2023-10-31T03:20:56.596Z | Compiling bcrypt-pbkdf v0.10.0 |
1733 | 2023-10-31T03:20:56.642Z | Compiling trust-dns-server v0.22.1 |
1734 | 2023-10-31T03:20:57.208Z | Compiling pbkdf2 v0.11.0 |
1735 | 2023-10-31T03:20:57.274Z | Compiling ed25519-dalek v2.0.0 |
1736 | 2023-10-31T03:20:57.805Z | Compiling vsss-rs v3.3.1 |
1737 | 2023-10-31T03:20:58.140Z | Compiling russh-cryptovec v0.7.0 |
1738 | 2023-10-31T03:20:58.493Z | Compiling rand v0.7.3 |
1739 | 2023-10-31T03:20:58.641Z | Compiling slog-envlogger v2.2.0 |
1740 | 2023-10-31T03:20:59.028Z | Compiling ciborium v0.2.1 |
1741 | 2023-10-31T03:20:59.933Z | Compiling dirs v5.0.1 |
1742 | 2023-10-31T03:21:00.495Z | Compiling chacha20poly1305 v0.10.1 |
1743 | 2023-10-31T03:21:00.799Z | Compiling ron v0.7.1 |
1744 | 2023-10-31T03:21:00.802Z | Compiling tungstenite v0.18.0 |
1745 | 2023-10-31T03:21:01.625Z | Compiling const_format v0.2.31 |
1746 | 2023-10-31T03:21:03.031Z | Compiling ghash v0.5.0 |
1747 | 2023-10-31T03:21:03.941Z | Compiling camino-tempfile v1.0.2 |
1748 | 2023-10-31T03:21:04.773Z | Compiling cbc v0.1.2 |
1749 | 2023-10-31T03:21:04.949Z | Compiling headers-core v0.2.0 |
1750 | 2023-10-31T03:21:05.006Z | Compiling pem v3.0.2 |
1751 | 2023-10-31T03:21:05.185Z | Compiling http-range v0.1.5 |
1752 | 2023-10-31T03:21:05.270Z | Compiling md5 v0.7.0 |
1753 | 2023-10-31T03:21:05.516Z | Compiling pretty-hex v0.3.0 |
1754 | 2023-10-31T03:21:05.554Z | Compiling bit_field v0.10.2 |
1755 | 2023-10-31T03:21:05.758Z | Compiling russh-keys v0.38.0 |
1756 | 2023-10-31T03:21:05.808Z | Compiling rcgen v0.11.3 |
1757 | 2023-10-31T03:21:05.834Z | Compiling hyper-staticfile v0.9.5 |
1758 | 2023-10-31T03:21:06.318Z | Compiling headers v0.3.9 |
1759 | 2023-10-31T03:21:10.465Z | Compiling aes-gcm v0.10.3 |
1760 | 2023-10-31T03:21:10.937Z | Compiling tokio-tungstenite v0.18.0 |
1761 | 2023-10-31T03:21:14.441Z | Compiling pem v1.1.1 |
1762 | 2023-10-31T03:21:15.901Z | Compiling atomicwrites v0.4.2 |
1763 | 2023-10-31T03:21:16.477Z | Compiling subprocess v0.2.9 |
1764 | 2023-10-31T03:21:16.520Z | Compiling glob v0.3.1 |
1765 | 2023-10-31T03:21:17.427Z | Compiling hex-literal v0.4.1 |
1766 | 2023-10-31T03:21:17.682Z | Compiling russh v0.38.0 |
1767 | 2023-10-31T03:21:23.942Z | Compiling bzip2 v0.4.4 |
1768 | 2023-10-31T03:21:24.369Z | Compiling zip v0.6.6 |
1769 | 2023-10-31T03:21:30.183Z | Compiling rustls-webpki v0.101.7 |
1770 | 2023-10-31T03:21:36.946Z | Compiling tokio-rustls v0.24.1 |
1771 | 2023-10-31T03:21:37.389Z | Compiling hyper-rustls v0.24.2 |
1772 | 2023-10-31T03:21:37.618Z | Compiling git2 v0.17.2 |
1773 | 2023-10-31T03:21:38.166Z | Compiling reqwest v0.11.20 |
1774 | 2023-10-31T03:21:42.623Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1775 | 2023-10-31T03:21:43.143Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1776 | 2023-10-31T03:21:43.241Z | Compiling omicron-zone-package v0.8.3 |
1777 | 2023-10-31T03:21:43.463Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1778 | 2023-10-31T03:21:46.215Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1779 | 2023-10-31T03:21:48.858Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1780 | 2023-10-31T03:21:50.591Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1781 | 2023-10-31T03:21:51.526Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1782 | 2023-10-31T03:21:54.096Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1783 | 2023-10-31T03:22:00.929Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1784 | 2023-10-31T03:22:01.764Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1785 | 2023-10-31T03:22:03.847Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1786 | 2023-10-31T03:22:04.503Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1787 | 2023-10-31T03:22:06.039Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1788 | 2023-10-31T03:22:07.831Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1789 | 2023-10-31T03:22:08.475Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1790 | 2023-10-31T03:22:09.000Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1791 | 2023-10-31T03:22:09.026Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1792 | 2023-10-31T03:22:09.053Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1793 | 2023-10-31T03:22:09.491Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1794 | 2023-10-31T03:22:10.362Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1795 | 2023-10-31T03:22:13.309Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1796 | 2023-10-31T03:22:20.783Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1797 | 2023-10-31T03:22:25.837Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1798 | 2023-10-31T03:22:26.048Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1799 | 2023-10-31T03:22:26.416Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1800 | 2023-10-31T03:22:32.231Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1801 | 2023-10-31T03:22:33.482Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1802 | 2023-10-31T03:22:44.271Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1803 | 2023-10-31T03:22:47.310Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1804 | 2023-10-31T03:22:54.917Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1805 | 2023-10-31T03:22:59.159Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1806 | 2023-10-31T03:23:00.564Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1807 | 2023-10-31T03:23:02.614Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1808 | 2023-10-31T03:23:10.608Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1809 | 2023-10-31T03:23:11.922Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1810 | 2023-10-31T03:23:18.662Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1811 | 2023-10-31T03:23:18.882Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1812 | 2023-10-31T03:23:28.181Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1813 | 2023-10-31T03:23:41.563Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1814 | 2023-10-31T03:23:51.471Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1815 | 2023-10-31T03:24:33.805Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1816 | 2023-10-31T03:25:57.409Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 13s |
1817 | 2023-10-31T03:25:57.755Z | |
1818 | 2023-10-31T03:25:57.758Z | real 10:13.984623676 |
1819 | 2023-10-31T03:25:57.961Z | user 1:00:10.091946314 |
1820 | 2023-10-31T03:25:57.965Z | sys 9:13.548187378 |
1821 | 2023-10-31T03:25:57.967Z | trap 2.394048653 |
1822 | 2023-10-31T03:25:57.970Z | tflt 2.046531681 |
1823 | 2023-10-31T03:25:57.973Z | dflt 4.398217405 |
1824 | 2023-10-31T03:25:57.976Z | kflt 0.017298443 |
1825 | 2023-10-31T03:25:57.979Z | lock 1:51:02.306347937 |
1826 | 2023-10-31T03:25:57.982Z | slp 3:24:37.562616537 |
1827 | 2023-10-31T03:25:57.984Z | lat 2:31.357421833 |
1828 | 2023-10-31T03:25:57.987Z | stop 6:40.148113866 |
1829 | 2023-10-31T03:25:57.991Z | + mkdir -p /work/end-to-end-tests |
1830 | 2023-10-31T03:25:57.994Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1831 | 2023-10-31T03:25:58.265Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1832 | 2023-10-31T03:25:58.269Z | + ptime -m gzip |
1833 | 2023-10-31T03:25:58.282Z | ++ basename target/debug/bootstrap |
1834 | 2023-10-31T03:26:15.508Z | |
1835 | 2023-10-31T03:26:15.511Z | real 17.235449101 |
1836 | 2023-10-31T03:26:15.517Z | user 17.049522318 |
1837 | 2023-10-31T03:26:15.520Z | sys 0.169358307 |
1838 | 2023-10-31T03:26:15.523Z | trap 0.006626194 |
1839 | 2023-10-31T03:26:15.528Z | tflt 0.000000000 |
1840 | 2023-10-31T03:26:15.531Z | dflt 0.000000000 |
1841 | 2023-10-31T03:26:15.534Z | kflt 0.000000000 |
1842 | 2023-10-31T03:26:15.537Z | lock 0.000000000 |
1843 | 2023-10-31T03:26:15.539Z | slp 0.000000000 |
1844 | 2023-10-31T03:26:15.543Z | lat 0.009581874 |
1845 | 2023-10-31T03:26:15.546Z | stop 0.000246121 |
1846 | 2023-10-31T03:26:15.550Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1847 | 2023-10-31T03:26:15.554Z | + ptime -m gzip |
1848 | 2023-10-31T03:26:15.558Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-13d7796e9c457a2a |
1849 | 2023-10-31T03:26:16.625Z | |
1850 | 2023-10-31T03:26:16.629Z | real 1.107394063 |
1851 | 2023-10-31T03:26:16.632Z | user 1.094904309 |
1852 | 2023-10-31T03:26:16.635Z | sys 0.011818924 |
1853 | 2023-10-31T03:26:16.638Z | trap 0.000159168 |
1854 | 2023-10-31T03:26:16.641Z | tflt 0.000000000 |
1855 | 2023-10-31T03:26:16.643Z | dflt 0.000000000 |
1856 | 2023-10-31T03:26:16.646Z | kflt 0.000000000 |
1857 | 2023-10-31T03:26:16.649Z | lock 0.000000000 |
1858 | 2023-10-31T03:26:16.652Z | slp 0.000000000 |
1859 | 2023-10-31T03:26:16.655Z | lat 0.000176434 |
1860 | 2023-10-31T03:26:16.658Z | stop 0.000219707 |
1861 | 2023-10-31T03:26:16.661Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1862 | 2023-10-31T03:26:16.664Z | + ptime -m gzip |
1863 | 2023-10-31T03:26:16.667Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cc8f9cfe063d8adb |
1864 | 2023-10-31T03:26:36.086Z | |
1865 | 2023-10-31T03:26:36.089Z | real 19.452015229 |
1866 | 2023-10-31T03:26:36.092Z | user 19.254584102 |
1867 | 2023-10-31T03:26:36.095Z | sys 0.191522457 |
1868 | 2023-10-31T03:26:36.098Z | trap 0.004201918 |
1869 | 2023-10-31T03:26:36.100Z | tflt 0.000000000 |
1870 | 2023-10-31T03:26:36.103Z | dflt 0.000000000 |
1871 | 2023-10-31T03:26:36.106Z | kflt 0.000000000 |
1872 | 2023-10-31T03:26:36.108Z | lock 0.000000000 |
1873 | 2023-10-31T03:26:36.111Z | slp 0.000000000 |
1874 | 2023-10-31T03:26:36.114Z | lat 0.001353441 |
1875 | 2023-10-31T03:26:36.117Z | stop 0.000233587 |
1876 | 2023-10-31T03:26:36.124Z | + banner caboose-util |
1877 | 2023-10-31T03:26:36.127Z | |
1878 | 2023-10-31T03:26:36.130Z | #### ## ##### #### #### #### ###### # # ##### |
1879 | 2023-10-31T03:26:36.133Z | # # # # # # # # # # # # # # # |
1880 | 2023-10-31T03:26:36.136Z | # # # ##### # # # # #### ##### ##### # # # |
1881 | 2023-10-31T03:26:36.138Z | # ###### # # # # # # # # # # # |
1882 | 2023-10-31T03:26:36.141Z | # # # # # # # # # # # # # # # # |
1883 | 2023-10-31T03:26:36.144Z | #### # # ##### #### #### #### ###### #### # |
1884 | 2023-10-31T03:26:36.147Z | |
1885 | 2023-10-31T03:26:36.149Z | + ptime -m cargo build --locked -p caboose-util --release |
1886 | 2023-10-31T03:26:36.824Z | Downloading crates ... |
1887 | 2023-10-31T03:26:37.154Z | Downloaded packed_struct_codegen v0.10.1 |
1888 | 2023-10-31T03:26:37.158Z | Downloaded maybe-uninit v2.0.0 |
1889 | 2023-10-31T03:26:37.167Z | Downloaded env_logger v0.10.0 |
1890 | 2023-10-31T03:26:37.170Z | Downloaded nodrop v0.1.14 |
1891 | 2023-10-31T03:26:37.174Z | Downloaded crc v3.0.1 |
1892 | 2023-10-31T03:26:37.177Z | Downloaded path-slash v0.1.5 |
1893 | 2023-10-31T03:26:37.182Z | Downloaded crc-catalog v2.2.0 |
1894 | 2023-10-31T03:26:37.185Z | Downloaded array-init v0.0.4 |
1895 | 2023-10-31T03:26:37.188Z | Downloaded packed_struct v0.10.1 |
1896 | 2023-10-31T03:26:37.191Z | Downloaded bitfield v0.14.0 |
1897 | 2023-10-31T03:26:37.194Z | Downloaded pem-rfc7468 v0.7.0 |
1898 | 2023-10-31T03:26:37.197Z | Downloaded der_derive v0.7.2 |
1899 | 2023-10-31T03:26:37.200Z | Downloaded smallvec v0.6.14 |
1900 | 2023-10-31T03:26:37.203Z | Downloaded ron v0.8.1 |
1901 | 2023-10-31T03:26:37.211Z | Downloaded crc-any v2.4.3 |
1902 | 2023-10-31T03:26:37.215Z | Downloaded x509-cert v0.2.4 |
1903 | 2023-10-31T03:26:37.226Z | Downloaded num-bigint-dig v0.8.4 |
1904 | 2023-10-31T03:26:37.234Z | Downloaded object v0.30.4 |
1905 | 2023-10-31T03:26:37.251Z | Downloaded rsa v0.9.2 |
1906 | 2023-10-31T03:26:37.259Z | Downloaded pkcs1 v0.7.5 |
1907 | 2023-10-31T03:26:37.263Z | Downloaded serde-hex v0.1.0 |
1908 | 2023-10-31T03:26:37.266Z | Downloaded flagset v0.4.3 |
1909 | 2023-10-31T03:26:37.432Z | Compiling proc-macro2 v1.0.67 |
1910 | 2023-10-31T03:26:37.435Z | Compiling unicode-ident v1.0.12 |
1911 | 2023-10-31T03:26:37.437Z | Compiling libc v0.2.149 |
1912 | 2023-10-31T03:26:37.440Z | Compiling autocfg v1.1.0 |
1913 | 2023-10-31T03:26:37.443Z | Compiling serde v1.0.188 |
1914 | 2023-10-31T03:26:37.453Z | Compiling cfg-if v1.0.0 |
1915 | 2023-10-31T03:26:37.461Z | Compiling version_check v0.9.4 |
1916 | 2023-10-31T03:26:37.564Z | Compiling syn v1.0.109 |
1917 | 2023-10-31T03:26:37.604Z | Compiling parking_lot_core v0.9.8 |
1918 | 2023-10-31T03:26:37.716Z | Compiling once_cell v1.18.0 |
1919 | 2023-10-31T03:26:38.203Z | Compiling typenum v1.16.0 |
1920 | 2023-10-31T03:26:38.220Z | Compiling libm v0.2.7 |
1921 | 2023-10-31T03:26:38.357Z | Compiling futures-core v0.3.29 |
1922 | 2023-10-31T03:26:38.495Z | Compiling generic-array v0.14.7 |
1923 | 2023-10-31T03:26:38.567Z | Compiling lock_api v0.4.10 |
1924 | 2023-10-31T03:26:38.644Z | Compiling num-traits v0.2.16 |
1925 | 2023-10-31T03:26:38.789Z | Compiling pkg-config v0.3.27 |
1926 | 2023-10-31T03:26:38.872Z | Compiling scopeguard v1.2.0 |
1927 | 2023-10-31T03:26:39.058Z | Compiling slab v0.4.9 |
1928 | 2023-10-31T03:26:39.451Z | Compiling serde_json v1.0.108 |
1929 | 2023-10-31T03:26:39.699Z | Compiling quote v1.0.33 |
1930 | 2023-10-31T03:26:39.973Z | Compiling futures-task v0.3.29 |
1931 | 2023-10-31T03:26:39.986Z | Compiling futures-channel v0.3.29 |
1932 | 2023-10-31T03:26:40.216Z | Compiling thiserror v1.0.49 |
1933 | 2023-10-31T03:26:40.415Z | Compiling syn v2.0.32 |
1934 | 2023-10-31T03:26:40.651Z | Compiling jobserver v0.1.26 |
1935 | 2023-10-31T03:26:40.727Z | Compiling getrandom v0.2.10 |
1936 | 2023-10-31T03:26:41.016Z | Compiling memchr v2.6.3 |
1937 | 2023-10-31T03:26:41.265Z | Compiling cc v1.0.83 |
1938 | 2023-10-31T03:26:41.368Z | Compiling itoa v1.0.9 |
1939 | 2023-10-31T03:26:41.706Z | Compiling futures-util v0.3.29 |
1940 | 2023-10-31T03:26:41.750Z | Compiling ahash v0.8.3 |
1941 | 2023-10-31T03:26:42.159Z | Compiling smallvec v1.11.0 |
1942 | 2023-10-31T03:26:42.162Z | Compiling log v0.4.20 |
1943 | 2023-10-31T03:26:42.486Z | Compiling vcpkg v0.2.15 |
1944 | 2023-10-31T03:26:42.933Z | Compiling byteorder v1.5.0 |
1945 | 2023-10-31T03:26:43.805Z | Compiling rand_core v0.6.4 |
1946 | 2023-10-31T03:26:44.379Z | Compiling pin-project-lite v0.2.13 |
1947 | 2023-10-31T03:26:44.793Z | Compiling parking_lot v0.12.1 |
1948 | 2023-10-31T03:26:45.288Z | Compiling indexmap v1.9.3 |
1949 | 2023-10-31T03:26:46.019Z | Compiling openssl-sys v0.9.93 |
1950 | 2023-10-31T03:26:46.211Z | Compiling ring v0.17.5 |
1951 | 2023-10-31T03:26:47.785Z | Compiling io-lifetimes v1.0.11 |
1952 | 2023-10-31T03:26:47.967Z | Compiling ring v0.16.20 |
1953 | 2023-10-31T03:26:48.647Z | Compiling num-integer v0.1.45 |
1954 | 2023-10-31T03:26:49.035Z | Compiling ryu v1.0.15 |
1955 | 2023-10-31T03:26:49.511Z | Compiling semver v1.0.20 |
1956 | 2023-10-31T03:26:49.515Z | Compiling const-oid v0.9.5 |
1957 | 2023-10-31T03:26:50.560Z | Compiling spin v0.5.2 |
1958 | 2023-10-31T03:26:50.926Z | Compiling rustix v0.37.23 |
1959 | 2023-10-31T03:26:51.459Z | Compiling mio v0.8.8 |
1960 | 2023-10-31T03:26:52.103Z | Compiling signal-hook-registry v1.4.1 |
1961 | 2023-10-31T03:26:52.142Z | Compiling socket2 v0.5.4 |
1962 | 2023-10-31T03:26:53.046Z | Compiling num_cpus v1.16.0 |
1963 | 2023-10-31T03:26:53.152Z | Compiling openssl v0.10.57 |
1964 | 2023-10-31T03:26:53.192Z | Compiling ucd-trie v0.1.6 |
1965 | 2023-10-31T03:26:53.195Z | Compiling httparse v1.8.0 |
1966 | 2023-10-31T03:26:53.235Z | Compiling heck v0.4.1 |
1967 | 2023-10-31T03:26:53.564Z | Compiling futures-sink v0.3.29 |
1968 | 2023-10-31T03:26:53.686Z | Compiling unicode-xid v0.2.4 |
1969 | 2023-10-31T03:26:53.864Z | Compiling synstructure v0.12.6 |
1970 | 2023-10-31T03:26:53.924Z | Compiling tinyvec_macros v0.1.1 |
1971 | 2023-10-31T03:26:54.043Z | Compiling tinyvec v1.6.0 |
1972 | 2023-10-31T03:26:55.270Z | Compiling radium v0.7.0 |
1973 | 2023-10-31T03:26:55.851Z | Compiling pin-utils v0.1.0 |
1974 | 2023-10-31T03:26:55.975Z | Compiling native-tls v0.2.11 |
1975 | 2023-10-31T03:26:56.389Z | Compiling futures-io v0.3.29 |
1976 | 2023-10-31T03:26:56.415Z | Compiling ppv-lite86 v0.2.17 |
1977 | 2023-10-31T03:26:56.772Z | Compiling rustls v0.21.8 |
1978 | 2023-10-31T03:26:57.041Z | Compiling crc32fast v1.3.2 |
1979 | 2023-10-31T03:26:57.163Z | Compiling unicode-normalization v0.1.22 |
1980 | 2023-10-31T03:26:57.469Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1981 | 2023-10-31T03:26:57.692Z | Compiling rand_chacha v0.3.1 |
1982 | 2023-10-31T03:26:57.785Z | Compiling spin v0.9.8 |
1983 | 2023-10-31T03:26:58.059Z | Compiling tracing-core v0.1.31 |
1984 | 2023-10-31T03:26:58.117Z | Compiling unicode-bidi v0.3.13 |
1985 | 2023-10-31T03:26:58.191Z | Compiling subtle v2.5.0 |
1986 | 2023-10-31T03:26:58.979Z | Compiling rand v0.8.5 |
1987 | 2023-10-31T03:27:00.537Z | Compiling errno v0.3.2 |
1988 | 2023-10-31T03:27:00.573Z | Compiling num-iter v0.1.43 |
1989 | 2023-10-31T03:27:00.735Z | Compiling usdt-impl v0.3.5 |
1990 | 2023-10-31T03:27:00.863Z | Compiling base64 v0.21.5 |
1991 | 2023-10-31T03:27:01.190Z | Compiling rustix v0.38.9 |
1992 | 2023-10-31T03:27:01.265Z | Compiling schemars v0.8.13 |
1993 | 2023-10-31T03:27:02.877Z | Compiling serde_derive_internals v0.26.0 |
1994 | 2023-10-31T03:27:03.167Z | Compiling serde_derive v1.0.188 |
1995 | 2023-10-31T03:27:03.230Z | Compiling zeroize_derive v1.4.2 |
1996 | 2023-10-31T03:27:03.538Z | Compiling tokio-macros v2.1.0 |
1997 | 2023-10-31T03:27:03.635Z | Compiling thiserror-impl v1.0.49 |
1998 | 2023-10-31T03:27:03.927Z | Compiling futures-macro v0.3.29 |
1999 | 2023-10-31T03:27:04.402Z | Compiling tracing-attributes v0.1.26 |
2000 | 2023-10-31T03:27:04.455Z | Compiling zerocopy-derive v0.2.0 |
2001 | 2023-10-31T03:27:05.565Z | Compiling zeroize v1.6.0 |
2002 | 2023-10-31T03:27:06.896Z | Compiling openssl-macros v0.1.1 |
2003 | 2023-10-31T03:27:07.284Z | Compiling zerocopy-derive v0.6.4 |
2004 | 2023-10-31T03:27:08.385Z | Compiling pest v2.7.2 |
2005 | 2023-10-31T03:27:08.497Z | Compiling crypto-common v0.1.6 |
2006 | 2023-10-31T03:27:08.814Z | Compiling block-buffer v0.10.4 |
2007 | 2023-10-31T03:27:09.216Z | Compiling digest v0.10.7 |
2008 | 2023-10-31T03:27:09.997Z | Compiling tracing v0.1.37 |
2009 | 2023-10-31T03:27:10.787Z | Compiling bitflags v1.3.2 |
2010 | 2023-10-31T03:27:10.935Z | Compiling fnv v1.0.7 |
2011 | 2023-10-31T03:27:11.540Z | Compiling zerocopy v0.3.0 |
2012 | 2023-10-31T03:27:12.699Z | Compiling pest_meta v2.7.2 |
2013 | 2023-10-31T03:27:12.824Z | Compiling schemars_derive v0.8.13 |
2014 | 2023-10-31T03:27:14.542Z | Compiling lazy_static v1.4.0 |
2015 | 2023-10-31T03:27:15.472Z | Compiling pest_generator v2.7.2 |
2016 | 2023-10-31T03:27:17.803Z | Compiling backtrace v0.3.69 |
2017 | 2023-10-31T03:27:17.900Z | Compiling memoffset v0.9.0 |
2018 | 2023-10-31T03:27:17.911Z | Compiling num-bigint v0.4.4 |
2019 | 2023-10-31T03:27:18.298Z | Compiling iana-time-zone v0.1.57 |
2020 | 2023-10-31T03:27:18.359Z | Compiling async-trait v0.1.74 |
2021 | 2023-10-31T03:27:18.432Z | Compiling crossbeam-utils v0.8.16 |
2022 | 2023-10-31T03:27:18.541Z | Compiling base64ct v1.6.0 |
2023 | 2023-10-31T03:27:18.844Z | Compiling smoltcp v0.9.1 |
2024 | 2023-10-31T03:27:18.989Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2025 | 2023-10-31T03:27:19.142Z | Compiling openssl-probe v0.1.5 |
2026 | 2023-10-31T03:27:19.583Z | Compiling untrusted v0.9.0 |
2027 | 2023-10-31T03:27:19.743Z | Compiling pest_derive v2.7.2 |
2028 | 2023-10-31T03:27:19.757Z | Compiling foreign-types-shared v0.1.1 |
2029 | 2023-10-31T03:27:19.816Z | Compiling hashbrown v0.12.3 |
2030 | 2023-10-31T03:27:19.861Z | Compiling allocator-api2 v0.2.16 |
2031 | 2023-10-31T03:27:19.876Z | Compiling untrusted v0.7.1 |
2032 | 2023-10-31T03:27:20.141Z | Compiling percent-encoding v2.3.0 |
2033 | 2023-10-31T03:27:20.645Z | Compiling foreign-types v0.3.2 |
2034 | 2023-10-31T03:27:20.776Z | Compiling pem-rfc7468 v0.7.0 |
2035 | 2023-10-31T03:27:20.789Z | Compiling dtrace-parser v0.1.14 |
2036 | 2023-10-31T03:27:21.119Z | Compiling hashbrown v0.14.0 |
2037 | 2023-10-31T03:27:23.460Z | Compiling dof v0.1.5 |
2038 | 2023-10-31T03:27:23.505Z | Compiling clap_derive v4.4.2 |
2039 | 2023-10-31T03:27:23.564Z | Compiling der_derive v0.7.2 |
2040 | 2023-10-31T03:27:26.100Z | Compiling thread-id v4.2.0 |
2041 | 2023-10-31T03:27:26.249Z | Compiling time-core v0.1.1 |
2042 | 2023-10-31T03:27:26.440Z | Compiling bytes v1.5.0 |
2043 | 2023-10-31T03:27:26.863Z | Compiling bitflags v2.4.0 |
2044 | 2023-10-31T03:27:27.667Z | Compiling rustc_version v0.4.0 |
2045 | 2023-10-31T03:27:27.889Z | Compiling tokio v1.33.0 |
2046 | 2023-10-31T03:27:28.478Z | Compiling http v0.2.9 |
2047 | 2023-10-31T03:27:28.663Z | Compiling heapless v0.7.16 |
2048 | 2023-10-31T03:27:30.410Z | Compiling uuid v1.4.1 |
2049 | 2023-10-31T03:27:31.131Z | Compiling chrono v0.4.31 |
2050 | 2023-10-31T03:27:31.279Z | Compiling siphasher v0.3.11 |
2051 | 2023-10-31T03:27:31.458Z | Compiling cpufeatures v0.2.9 |
2052 | 2023-10-31T03:27:31.604Z | Compiling rustversion v1.0.14 |
2053 | 2023-10-31T03:27:31.909Z | Compiling utf8parse v0.2.1 |
2054 | 2023-10-31T03:27:32.188Z | Compiling try-lock v0.2.4 |
2055 | 2023-10-31T03:27:32.371Z | Compiling equivalent v1.0.1 |
2056 | 2023-10-31T03:27:32.383Z | Compiling flagset v0.4.3 |
2057 | 2023-10-31T03:27:32.451Z | Compiling anstyle v1.0.2 |
2058 | 2023-10-31T03:27:32.518Z | Compiling adler v1.0.2 |
2059 | 2023-10-31T03:27:32.828Z | Compiling miniz_oxide v0.7.1 |
2060 | 2023-10-31T03:27:33.372Z | Compiling der v0.7.8 |
2061 | 2023-10-31T03:27:33.387Z | Compiling indexmap v2.0.0 |
2062 | 2023-10-31T03:27:35.161Z | Compiling want v0.3.1 |
2063 | 2023-10-31T03:27:35.418Z | Compiling anstyle-parse v0.2.1 |
2064 | 2023-10-31T03:27:35.550Z | Compiling sha2 v0.10.8 |
2065 | 2023-10-31T03:27:36.045Z | Compiling http-body v0.4.5 |
2066 | 2023-10-31T03:27:40.587Z | Compiling time-macros v0.2.13 |
2067 | 2023-10-31T03:27:40.915Z | Compiling serde_tokenstream v0.1.7 |
2068 | 2023-10-31T03:27:41.705Z | Compiling tokio-util v0.7.10 |
2069 | 2023-10-31T03:27:44.031Z | Compiling h2 v0.3.21 |
2070 | 2023-10-31T03:27:45.622Z | Compiling sct v0.7.0 |
2071 | 2023-10-31T03:27:46.275Z | Compiling form_urlencoded v1.2.0 |
2072 | 2023-10-31T03:27:46.724Z | Compiling hubpack_derive v0.1.1 |
2073 | 2023-10-31T03:27:47.636Z | Compiling socket2 v0.4.9 |
2074 | 2023-10-31T03:27:47.975Z | Compiling crossbeam-epoch v0.9.15 |
2075 | 2023-10-31T03:27:48.956Z | Compiling slog v2.7.0 |
2076 | 2023-10-31T03:27:49.801Z | Compiling tower-service v0.3.2 |
2077 | 2023-10-31T03:27:49.922Z | Compiling httpdate v1.0.3 |
2078 | 2023-10-31T03:27:50.004Z | Compiling tap v1.0.1 |
2079 | 2023-10-31T03:27:50.611Z | Compiling anyhow v1.0.75 |
2080 | 2023-10-31T03:27:50.624Z | Compiling colorchoice v1.0.0 |
2081 | 2023-10-31T03:27:50.851Z | Compiling anstyle-query v1.0.0 |
2082 | 2023-10-31T03:27:51.051Z | Compiling anstream v0.5.0 |
2083 | 2023-10-31T03:27:51.326Z | Compiling wyz v0.5.1 |
2084 | 2023-10-31T03:27:56.047Z | Compiling hyper v0.14.27 |
2085 | 2023-10-31T03:27:57.593Z | Compiling terminal_size v0.2.6 |
2086 | 2023-10-31T03:27:57.910Z | Compiling spki v0.7.2 |
2087 | 2023-10-31T03:27:59.676Z | Compiling rustls-pemfile v1.0.3 |
2088 | 2023-10-31T03:28:00.191Z | Compiling zerocopy v0.6.4 |
2089 | 2023-10-31T03:28:00.608Z | Compiling hmac v0.12.1 |
2090 | 2023-10-31T03:28:00.938Z | Compiling md-5 v0.10.5 |
2091 | 2023-10-31T03:28:01.319Z | Compiling idna v0.4.0 |
2092 | 2023-10-31T03:28:01.357Z | Compiling stringprep v0.1.3 |
2093 | 2023-10-31T03:28:01.949Z | Compiling diesel_table_macro_syntax v0.1.0 |
2094 | 2023-10-31T03:28:02.554Z | Compiling hash32 v0.2.1 |
2095 | 2023-10-31T03:28:02.818Z | Compiling aho-corasick v1.0.4 |
2096 | 2023-10-31T03:28:03.589Z | Compiling maybe-uninit v2.0.0 |
2097 | 2023-10-31T03:28:03.786Z | Compiling strsim v0.10.0 |
2098 | 2023-10-31T03:28:04.234Z | Compiling dyn-clone v1.0.13 |
2099 | 2023-10-31T03:28:04.366Z | Compiling regex-syntax v0.8.2 |
2100 | 2023-10-31T03:28:04.506Z | Compiling funty v2.0.0 |
2101 | 2023-10-31T03:28:06.988Z | Compiling either v1.9.0 |
2102 | 2023-10-31T03:28:07.228Z | Compiling fallible-iterator v0.2.0 |
2103 | 2023-10-31T03:28:07.750Z | Compiling clap_lex v0.5.1 |
2104 | 2023-10-31T03:28:08.415Z | Compiling gimli v0.28.0 |
2105 | 2023-10-31T03:28:08.919Z | Compiling stable_deref_trait v1.2.0 |
2106 | 2023-10-31T03:28:09.110Z | Compiling postgres-protocol v0.6.6 |
2107 | 2023-10-31T03:28:09.305Z | Compiling clap_builder v4.4.2 |
2108 | 2023-10-31T03:28:11.051Z | Compiling regex-automata v0.4.3 |
2109 | 2023-10-31T03:28:11.847Z | Compiling bitvec v1.0.1 |
2110 | 2023-10-31T03:28:12.715Z | Compiling url v2.4.1 |
2111 | 2023-10-31T03:28:13.416Z | Compiling diesel_derives v2.1.1 |
2112 | 2023-10-31T03:28:16.043Z | Compiling addr2line v0.21.0 |
2113 | 2023-10-31T03:28:17.504Z | Compiling strum_macros v0.25.2 |
2114 | 2023-10-31T03:28:17.519Z | Compiling rustls-native-certs v0.6.3 |
2115 | 2023-10-31T03:28:18.329Z | Compiling tokio-native-tls v0.3.1 |
2116 | 2023-10-31T03:28:22.709Z | Compiling usdt-attr-macro v0.3.5 |
2117 | 2023-10-31T03:28:23.761Z | Compiling usdt-macro v0.3.5 |
2118 | 2023-10-31T03:28:25.131Z | Compiling phf_shared v0.11.2 |
2119 | 2023-10-31T03:28:25.193Z | Compiling toml_datetime v0.6.3 |
2120 | 2023-10-31T03:28:25.574Z | Compiling serde_spanned v0.6.3 |
2121 | 2023-10-31T03:28:25.822Z | Compiling block-padding v0.3.3 |
2122 | 2023-10-31T03:28:25.908Z | Compiling enum-as-inner v0.5.1 |
2123 | 2023-10-31T03:28:25.949Z | Compiling serde_repr v0.1.16 |
2124 | 2023-10-31T03:28:26.319Z | Compiling scheduled-thread-pool v0.2.7 |
2125 | 2023-10-31T03:28:27.092Z | Compiling object v0.32.1 |
2126 | 2023-10-31T03:28:27.494Z | Compiling regex-automata v0.1.10 |
2127 | 2023-10-31T03:28:28.247Z | Compiling num_threads v0.1.6 |
2128 | 2023-10-31T03:28:29.666Z | Compiling bit-vec v0.6.3 |
2129 | 2023-10-31T03:28:30.093Z | Compiling ipnet v2.8.0 |
2130 | 2023-10-31T03:28:30.321Z | Compiling managed v0.8.0 |
2131 | 2023-10-31T03:28:31.035Z | Compiling matches v0.1.10 |
2132 | 2023-10-31T03:28:32.354Z | Compiling deranged v0.3.8 |
2133 | 2023-10-31T03:28:34.135Z | Compiling rustc-demangle v0.1.23 |
2134 | 2023-10-31T03:28:35.642Z | Compiling num-bigint-dig v0.8.4 |
2135 | 2023-10-31T03:28:35.876Z | Compiling packed_struct v0.10.1 |
2136 | 2023-10-31T03:28:36.027Z | Compiling winnow v0.5.15 |
2137 | 2023-10-31T03:28:39.101Z | Compiling time v0.3.27 |
2138 | 2023-10-31T03:28:42.269Z | Compiling toml_edit v0.19.15 |
2139 | 2023-10-31T03:28:47.651Z | Compiling idna v0.2.3 |
2140 | 2023-10-31T03:28:50.164Z | Compiling bstr v0.2.17 |
2141 | 2023-10-31T03:28:52.285Z | Compiling r2d2 v0.8.10 |
2142 | 2023-10-31T03:28:52.643Z | Compiling inout v0.1.3 |
2143 | 2023-10-31T03:28:53.265Z | Compiling phf v0.11.2 |
2144 | 2023-10-31T03:28:53.557Z | Compiling hyper-tls v0.5.0 |
2145 | 2023-10-31T03:28:53.741Z | Compiling regex v1.10.2 |
2146 | 2023-10-31T03:28:54.060Z | Compiling flate2 v1.0.28 |
2147 | 2023-10-31T03:28:54.093Z | Compiling clap v4.4.3 |
2148 | 2023-10-31T03:28:54.242Z | Compiling ipnetwork v0.20.0 |
2149 | 2023-10-31T03:28:54.504Z | Compiling postgres-types v0.2.6 |
2150 | 2023-10-31T03:28:54.602Z | Compiling itertools v0.11.0 |
2151 | 2023-10-31T03:28:55.343Z | Compiling pkcs8 v0.10.2 |
2152 | 2023-10-31T03:28:55.897Z | Compiling hubpack v0.1.2 |
2153 | 2023-10-31T03:28:55.914Z | Compiling serde_urlencoded v0.7.1 |
2154 | 2023-10-31T03:28:56.585Z | Compiling phf_shared v0.10.0 |
2155 | 2023-10-31T03:28:57.170Z | Compiling futures-executor v0.3.29 |
2156 | 2023-10-31T03:28:58.363Z | Compiling signature v2.1.0 |
2157 | 2023-10-31T03:28:58.726Z | Compiling packed_struct_codegen v0.10.1 |
2158 | 2023-10-31T03:28:59.647Z | Compiling float-cmp v0.9.0 |
2159 | 2023-10-31T03:29:00.568Z | Compiling encoding_rs v0.8.33 |
2160 | 2023-10-31T03:29:00.580Z | Compiling crc-catalog v2.2.0 |
2161 | 2023-10-31T03:29:02.510Z | Compiling nodrop v0.1.14 |
2162 | 2023-10-31T03:29:02.911Z | Compiling webpki-roots v0.25.2 |
2163 | 2023-10-31T03:29:02.992Z | Compiling whoami v1.4.1 |
2164 | 2023-10-31T03:29:03.015Z | Compiling data-encoding v2.4.0 |
2165 | 2023-10-31T03:29:03.161Z | Compiling difflib v0.4.0 |
2166 | 2023-10-31T03:29:03.912Z | Compiling new_debug_unreachable v1.0.4 |
2167 | 2023-10-31T03:29:03.953Z | Compiling static_assertions v1.1.0 |
2168 | 2023-10-31T03:29:05.538Z | Compiling normalize-line-endings v0.3.0 |
2169 | 2023-10-31T03:29:05.706Z | Compiling regex-automata v0.3.8 |
2170 | 2023-10-31T03:29:06.949Z | Compiling precomputed-hash v0.1.1 |
2171 | 2023-10-31T03:29:07.111Z | Compiling unicode-segmentation v1.10.1 |
2172 | 2023-10-31T03:29:07.218Z | Compiling mime v0.3.17 |
2173 | 2023-10-31T03:29:08.070Z | Compiling predicates-core v1.0.6 |
2174 | 2023-10-31T03:29:08.526Z | Compiling unicode-width v0.1.11 |
2175 | 2023-10-31T03:29:08.552Z | Compiling fixedbitset v0.4.2 |
2176 | 2023-10-31T03:29:09.218Z | Compiling petgraph v0.6.4 |
2177 | 2023-10-31T03:29:09.499Z | Compiling console v0.15.7 |
2178 | 2023-10-31T03:29:11.786Z | Compiling bstr v1.6.0 |
2179 | 2023-10-31T03:29:14.235Z | Compiling predicates v3.0.4 |
2180 | 2023-10-31T03:29:15.431Z | Compiling similar v2.2.1 |
2181 | 2023-10-31T03:29:16.139Z | Compiling string_cache v0.8.7 |
2182 | 2023-10-31T03:29:16.809Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2183 | 2023-10-31T03:29:18.905Z | Compiling trust-dns-proto v0.22.0 |
2184 | 2023-10-31T03:29:18.988Z | Compiling tokio-postgres v0.7.10 |
2185 | 2023-10-31T03:29:26.535Z | Compiling array-init v0.0.4 |
2186 | 2023-10-31T03:29:27.195Z | Compiling crc v3.0.1 |
2187 | 2023-10-31T03:29:31.992Z | Compiling futures v0.3.29 |
2188 | 2023-10-31T03:29:32.157Z | Compiling yasna v0.5.2 |
2189 | 2023-10-31T03:29:36.541Z | Compiling pkcs1 v0.7.5 |
2190 | 2023-10-31T03:29:37.218Z | Compiling diesel v2.1.3 |
2191 | 2023-10-31T03:29:37.765Z | Compiling smallvec v0.6.14 |
2192 | 2023-10-31T03:29:38.533Z | Compiling cipher v0.4.4 |
2193 | 2023-10-31T03:29:41.518Z | Compiling toml v0.7.8 |
2194 | 2023-10-31T03:29:43.023Z | Compiling bit-set v0.5.3 |
2195 | 2023-10-31T03:29:43.451Z | Compiling usdt v0.3.5 |
2196 | 2023-10-31T03:29:43.857Z | Compiling is-terminal v0.4.9 |
2197 | 2023-10-31T03:29:44.081Z | Compiling itertools v0.10.5 |
2198 | 2023-10-31T03:29:47.279Z | Compiling tokio-stream v0.1.14 |
2199 | 2023-10-31T03:29:48.443Z | Compiling openapiv3 v1.0.3 |
2200 | 2023-10-31T03:29:48.789Z | Compiling hex v0.4.3 |
2201 | 2023-10-31T03:29:50.623Z | Compiling hashbrown v0.13.2 |
2202 | 2023-10-31T03:29:54.940Z | Compiling termcolor v1.2.0 |
2203 | 2023-10-31T03:29:56.226Z | Compiling bitfield v0.14.0 |
2204 | 2023-10-31T03:29:56.725Z | Compiling lalrpop-util v0.19.12 |
2205 | 2023-10-31T03:30:03.366Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2206 | 2023-10-31T03:30:08.034Z | Compiling env_logger v0.10.0 |
2207 | 2023-10-31T03:30:26.843Z | Compiling rsa v0.9.2 |
2208 | 2023-10-31T03:30:27.515Z | Compiling serde-hex v0.1.0 |
2209 | 2023-10-31T03:30:28.691Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2210 | 2023-10-31T03:30:36.659Z | Compiling x509-cert v0.2.4 |
2211 | 2023-10-31T03:30:39.154Z | Compiling ron v0.8.1 |
2212 | 2023-10-31T03:30:47.656Z | Compiling crc-any v2.4.3 |
2213 | 2023-10-31T03:30:58.346Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2214 | 2023-10-31T03:31:11.285Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2215 | 2023-10-31T03:31:18.964Z | Compiling object v0.30.4 |
2216 | 2023-10-31T03:31:26.503Z | Compiling path-slash v0.1.5 |
2217 | 2023-10-31T03:31:32.079Z | Compiling bzip2 v0.4.4 |
2218 | 2023-10-31T03:31:32.739Z | Compiling zip v0.6.6 |
2219 | 2023-10-31T03:31:34.842Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2220 | 2023-10-31T03:31:50.697Z | Compiling rustls-webpki v0.101.7 |
2221 | 2023-10-31T03:31:59.650Z | Compiling tokio-rustls v0.24.1 |
2222 | 2023-10-31T03:32:00.044Z | Compiling hyper-rustls v0.24.2 |
2223 | 2023-10-31T03:32:00.588Z | Compiling reqwest v0.11.20 |
2224 | 2023-10-31T03:32:14.493Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2225 | 2023-10-31T03:32:29.123Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2226 | 2023-10-31T03:32:30.216Z | Finished release [optimized] target(s) in 5m 54s |
2227 | 2023-10-31T03:32:30.301Z | |
2228 | 2023-10-31T03:32:30.304Z | real 5:54.186136305 |
2229 | 2023-10-31T03:32:30.307Z | user 41:34.039746137 |
2230 | 2023-10-31T03:32:30.310Z | sys 3:47.849464141 |
2231 | 2023-10-31T03:32:30.313Z | trap 1.626514762 |
2232 | 2023-10-31T03:32:30.315Z | tflt 1.093723850 |
2233 | 2023-10-31T03:32:30.318Z | dflt 1.224913575 |
2234 | 2023-10-31T03:32:30.321Z | kflt 0.007815718 |
2235 | 2023-10-31T03:32:30.324Z | lock 1:33:32.030290727 |
2236 | 2023-10-31T03:32:30.327Z | slp 2:51:27.867131597 |
2237 | 2023-10-31T03:32:30.331Z | lat 1:39.296711836 |
2238 | 2023-10-31T03:32:30.334Z | stop 1:27.405302471 |
2239 | 2023-10-31T03:32:30.336Z | + ptime -m gzip |
2240 | 2023-10-31T03:32:30.973Z | |
2241 | 2023-10-31T03:32:30.976Z | real 0.665932105 |
2242 | 2023-10-31T03:32:30.979Z | user 0.658622937 |
2243 | 2023-10-31T03:32:30.982Z | sys 0.006732311 |
2244 | 2023-10-31T03:32:30.985Z | trap 0.000064922 |
2245 | 2023-10-31T03:32:30.988Z | tflt 0.000000000 |
2246 | 2023-10-31T03:32:30.991Z | dflt 0.000000000 |
2247 | 2023-10-31T03:32:30.994Z | kflt 0.000000000 |
2248 | 2023-10-31T03:32:30.998Z | lock 0.000000000 |
2249 | 2023-10-31T03:32:31.002Z | slp 0.000000000 |
2250 | 2023-10-31T03:32:31.005Z | lat 0.000167351 |
2251 | 2023-10-31T03:32:31.008Z | stop 0.000243444 |
2252 | 2023-10-31T03:32:31.011Z | + banner tufaceous |
2253 | 2023-10-31T03:32:31.014Z | |
2254 | 2023-10-31T03:32:31.017Z | ##### # # ###### ## #### ###### #### # # #### |
2255 | 2023-10-31T03:32:31.020Z | # # # # # # # # # # # # # # |
2256 | 2023-10-31T03:32:31.023Z | # # # ##### # # # ##### # # # # #### |
2257 | 2023-10-31T03:32:31.026Z | # # # # ###### # # # # # # # |
2258 | 2023-10-31T03:32:31.029Z | # # # # # # # # # # # # # # # |
2259 | 2023-10-31T03:32:31.032Z | # #### # # # #### ###### #### #### #### |
2260 | 2023-10-31T03:32:31.035Z | |
2261 | 2023-10-31T03:32:31.038Z | + ptime -m cargo build --locked -p tufaceous --release |
2262 | 2023-10-31T03:32:31.706Z | Downloading crates ... |
2263 | 2023-10-31T03:32:32.048Z | Downloaded bytesize v1.3.0 |
2264 | 2023-10-31T03:32:32.052Z | Downloaded globset v0.4.13 |
2265 | 2023-10-31T03:32:32.057Z | Downloaded snafu-derive v0.7.5 |
2266 | 2023-10-31T03:32:32.066Z | Downloaded olpc-cjson v0.1.3 |
2267 | 2023-10-31T03:32:32.070Z | Downloaded buf-list v1.0.3 |
2268 | 2023-10-31T03:32:32.073Z | Downloaded fs-err v2.9.0 |
2269 | 2023-10-31T03:32:32.076Z | Downloaded tough v0.12.5 |
2270 | 2023-10-31T03:32:32.088Z | Downloaded snafu v0.7.5 |
2271 | 2023-10-31T03:32:32.097Z | Downloaded serde_plain v1.0.2 |
2272 | 2023-10-31T03:32:32.100Z | Downloaded path-dedot v3.1.0 |
2273 | 2023-10-31T03:32:32.104Z | Downloaded path-absolutize v3.1.0 |
2274 | 2023-10-31T03:32:32.107Z | Downloaded doc-comment v0.3.3 |
2275 | 2023-10-31T03:32:32.256Z | Compiling serde_tokenstream v0.2.0 |
2276 | 2023-10-31T03:32:32.276Z | Compiling regress v0.7.1 |
2277 | 2023-10-31T03:32:32.288Z | Compiling dirs-sys-next v0.1.2 |
2278 | 2023-10-31T03:32:32.291Z | Compiling ident_case v1.0.1 |
2279 | 2023-10-31T03:32:32.306Z | Compiling thread_local v1.1.7 |
2280 | 2023-10-31T03:32:32.323Z | Compiling camino v1.1.6 |
2281 | 2023-10-31T03:32:32.326Z | Compiling heck v0.4.1 |
2282 | 2023-10-31T03:32:32.543Z | Compiling dirs-next v2.0.0 |
2283 | 2023-10-31T03:32:32.933Z | Compiling darling_core v0.20.3 |
2284 | 2023-10-31T03:32:33.059Z | Compiling slog-async v2.8.0 |
2285 | 2023-10-31T03:32:33.167Z | Compiling term v0.7.0 |
2286 | 2023-10-31T03:32:33.963Z | Compiling crossbeam-channel v0.5.8 |
2287 | 2023-10-31T03:32:33.973Z | Compiling getopts v0.2.21 |
2288 | 2023-10-31T03:32:34.087Z | Compiling structmeta-derive v0.1.6 |
2289 | 2023-10-31T03:32:34.331Z | Compiling atty v0.2.14 |
2290 | 2023-10-31T03:32:34.544Z | Compiling multer v2.1.0 |
2291 | 2023-10-31T03:32:34.984Z | Compiling unsafe-libyaml v0.2.9 |
2292 | 2023-10-31T03:32:35.259Z | Compiling doc-comment v0.3.3 |
2293 | 2023-10-31T03:32:35.963Z | Compiling match_cfg v0.1.0 |
2294 | 2023-10-31T03:32:36.108Z | Compiling take_mut v0.2.2 |
2295 | 2023-10-31T03:32:36.356Z | Compiling paste v1.0.14 |
2296 | 2023-10-31T03:32:37.105Z | Compiling hostname v0.3.1 |
2297 | 2023-10-31T03:32:37.483Z | Compiling serde_yaml v0.9.25 |
2298 | 2023-10-31T03:32:37.950Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2299 | 2023-10-31T03:32:40.484Z | Compiling structmeta v0.1.6 |
2300 | 2023-10-31T03:32:41.426Z | Compiling slog-term v2.9.0 |
2301 | 2023-10-31T03:32:42.333Z | Compiling darling_macro v0.20.3 |
2302 | 2023-10-31T03:32:43.726Z | Compiling darling v0.20.3 |
2303 | 2023-10-31T03:32:43.866Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2304 | 2023-10-31T03:32:43.880Z | Compiling slog-json v2.6.1 |
2305 | 2023-10-31T03:32:43.893Z | Compiling async-stream-impl v0.3.5 |
2306 | 2023-10-31T03:32:44.459Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2307 | 2023-10-31T03:32:44.744Z | Compiling regex-syntax v0.6.29 |
2308 | 2023-10-31T03:32:44.893Z | Compiling atomic-waker v1.1.1 |
2309 | 2023-10-31T03:32:45.173Z | Compiling fastrand v2.0.0 |
2310 | 2023-10-31T03:32:45.839Z | Compiling async-stream v0.3.5 |
2311 | 2023-10-31T03:32:46.095Z | Compiling tempfile v3.8.0 |
2312 | 2023-10-31T03:32:46.349Z | Compiling waitgroup v0.1.2 |
2313 | 2023-10-31T03:32:46.430Z | Compiling slog-bunyan v2.4.0 |
2314 | 2023-10-31T03:32:46.609Z | Compiling serde_with_macros v2.3.3 |
2315 | 2023-10-31T03:32:48.616Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2316 | 2023-10-31T03:32:49.453Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2317 | 2023-10-31T03:32:50.501Z | Compiling sha1 v0.10.5 |
2318 | 2023-10-31T03:32:50.795Z | Compiling snafu-derive v0.7.5 |
2319 | 2023-10-31T03:32:51.644Z | Compiling serde_path_to_error v0.1.14 |
2320 | 2023-10-31T03:32:52.542Z | Compiling path-dedot v3.1.0 |
2321 | 2023-10-31T03:32:52.551Z | Compiling instant v0.1.12 |
2322 | 2023-10-31T03:32:52.558Z | Compiling debug-ignore v1.0.5 |
2323 | 2023-10-31T03:32:52.561Z | Compiling buf-list v1.0.3 |
2324 | 2023-10-31T03:32:52.565Z | Compiling same-file v1.0.6 |
2325 | 2023-10-31T03:32:52.569Z | Compiling arc-swap v1.6.0 |
2326 | 2023-10-31T03:32:52.662Z | Compiling base64 v0.13.1 |
2327 | 2023-10-31T03:32:52.979Z | Compiling slog-scope v4.4.0 |
2328 | 2023-10-31T03:32:53.335Z | Compiling pem v1.1.1 |
2329 | 2023-10-31T03:32:54.098Z | Compiling walkdir v2.4.0 |
2330 | 2023-10-31T03:32:54.311Z | Compiling parse-display-derive v0.7.0 |
2331 | 2023-10-31T03:32:54.556Z | Compiling path-absolutize v3.1.0 |
2332 | 2023-10-31T03:32:54.894Z | Compiling backoff v0.4.0 |
2333 | 2023-10-31T03:32:55.479Z | Compiling serde_with v2.3.3 |
2334 | 2023-10-31T03:32:55.813Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2335 | 2023-10-31T03:32:56.548Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2336 | 2023-10-31T03:32:56.832Z | Compiling globset v0.4.13 |
2337 | 2023-10-31T03:32:57.471Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2338 | 2023-10-31T03:32:57.475Z | Compiling strum v0.25.0 |
2339 | 2023-10-31T03:32:57.584Z | Compiling olpc-cjson v0.1.3 |
2340 | 2023-10-31T03:32:58.488Z | Compiling macaddr v1.0.1 |
2341 | 2023-10-31T03:32:59.102Z | Compiling snafu v0.7.5 |
2342 | 2023-10-31T03:32:59.693Z | Compiling serde_plain v1.0.2 |
2343 | 2023-10-31T03:33:00.551Z | Compiling xattr v1.0.1 |
2344 | 2023-10-31T03:33:00.604Z | Compiling parse-display v0.7.0 |
2345 | 2023-10-31T03:33:00.920Z | Compiling filetime v0.2.22 |
2346 | 2023-10-31T03:33:00.998Z | Compiling tough v0.12.5 |
2347 | 2023-10-31T03:33:01.177Z | Compiling slog-stdlog v4.1.1 |
2348 | 2023-10-31T03:33:01.426Z | Compiling tar v0.4.40 |
2349 | 2023-10-31T03:33:03.210Z | Compiling camino-tempfile v1.0.2 |
2350 | 2023-10-31T03:33:03.855Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2351 | 2023-10-31T03:33:04.051Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2352 | 2023-10-31T03:33:04.519Z | Compiling bytesize v1.3.0 |
2353 | 2023-10-31T03:33:05.474Z | Compiling fs-err v2.9.0 |
2354 | 2023-10-31T03:33:07.023Z | Compiling slog-envlogger v2.2.0 |
2355 | 2023-10-31T03:33:11.372Z | Compiling humantime v2.1.0 |
2356 | 2023-10-31T03:33:15.131Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2357 | 2023-10-31T03:33:43.743Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2358 | 2023-10-31T03:33:44.050Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2359 | 2023-10-31T03:33:53.635Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2360 | 2023-10-31T03:33:56.082Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2361 | 2023-10-31T03:34:18.918Z | Finished release [optimized] target(s) in 1m 47s |
2362 | 2023-10-31T03:34:19.008Z | |
2363 | 2023-10-31T03:34:19.011Z | real 1:48.003253253 |
2364 | 2023-10-31T03:34:19.014Z | user 11:38.561710470 |
2365 | 2023-10-31T03:34:19.018Z | sys 43.514106525 |
2366 | 2023-10-31T03:34:19.021Z | trap 0.416485833 |
2367 | 2023-10-31T03:34:19.024Z | tflt 0.338688694 |
2368 | 2023-10-31T03:34:19.027Z | dflt 0.455492635 |
2369 | 2023-10-31T03:34:19.030Z | kflt 0.004177920 |
2370 | 2023-10-31T03:34:19.034Z | lock 23:03.895776127 |
2371 | 2023-10-31T03:34:19.037Z | slp 24:45.519449189 |
2372 | 2023-10-31T03:34:19.042Z | lat 21.139492756 |
2373 | 2023-10-31T03:34:19.046Z | stop 11.553025051 |
2374 | 2023-10-31T03:34:19.049Z | + ptime -m gzip |
2375 | 2023-10-31T03:34:21.286Z | |
2376 | 2023-10-31T03:34:21.289Z | real 2.272262824 |
2377 | 2023-10-31T03:34:21.292Z | user 2.249911763 |
2378 | 2023-10-31T03:34:21.295Z | sys 0.020163646 |
2379 | 2023-10-31T03:34:21.298Z | trap 0.000544512 |
2380 | 2023-10-31T03:34:21.301Z | tflt 0.000000000 |
2381 | 2023-10-31T03:34:21.305Z | dflt 0.000000000 |
2382 | 2023-10-31T03:34:21.307Z | kflt 0.000000000 |
2383 | 2023-10-31T03:34:21.310Z | lock 0.000000000 |
2384 | 2023-10-31T03:34:21.313Z | slp 0.000000000 |
2385 | 2023-10-31T03:34:21.316Z | lat 0.001323008 |
2386 | 2023-10-31T03:34:21.324Z | stop 0.000217628 |
2387 | 2023-10-31T03:34:21.327Z | process exited: duration 1337736 ms, exit code 0 |
|
2388 | 2023-10-31T03:34:21.334Z | found 5 output files |
2389 | 2023-10-31T03:34:21.350Z | uploading: /work/end-to-end-tests/bootstrap-13d7796e9c457a2a.gz (6514690 bytes) |
2390 | 2023-10-31T03:34:24.284Z | uploaded: /work/end-to-end-tests/bootstrap-13d7796e9c457a2a.gz |
2391 | 2023-10-31T03:34:24.296Z | uploading: /work/end-to-end-tests/bootstrap.gz (98634230 bytes) |
2392 | 2023-10-31T03:34:57.183Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2393 | 2023-10-31T03:34:57.198Z | uploading: /work/end-to-end-tests/end_to_end_tests-cc8f9cfe063d8adb.gz (112968060 bytes) |
2394 | 2023-10-31T03:35:41.623Z | uploaded: /work/end-to-end-tests/end_to_end_tests-cc8f9cfe063d8adb.gz |
2395 | 2023-10-31T03:35:41.627Z | uploading: /work/caboose-util.gz (4111056 bytes) |
2396 | 2023-10-31T03:35:42.880Z | uploaded: /work/caboose-util.gz |
2397 | 2023-10-31T03:35:42.885Z | uploading: /work/tufaceous.gz (14486972 bytes) |
2398 | 2023-10-31T03:35:50.589Z | uploaded: /work/tufaceous.gz |