|
|
|
1 | 2023-10-24T16:39:25.230Z | job assigned to worker 01HDH8TQ40TYXC3NBEM5BGBDNE (queued for 57 s) |
|
2 | 2023-10-24T16:39:25.294Z | starting task 0: "setup" |
3 | 2023-10-24T16:39:25.370Z | ++ uname -s |
4 | 2023-10-24T16:39:25.781Z | + kern=SunOS |
5 | 2023-10-24T16:39:25.787Z | + case "$kern" in |
6 | 2023-10-24T16:39:26.223Z | + groupadd -g 12345 build |
7 | 2023-10-24T16:39:26.227Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-24T16:39:27.394Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-24T16:39:27.479Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-24T16:39:27.482Z | + home_fs=zfs |
11 | 2023-10-24T16:39:27.485Z | + [[ zfs == autofs ]] |
12 | 2023-10-24T16:39:27.489Z | + mkdir -p /home/build |
13 | 2023-10-24T16:39:27.492Z | + chown build:build /home/build /work |
14 | 2023-10-24T16:39:28.487Z | + chmod 0700 /home/build /work |
15 | 2023-10-24T16:39:28.491Z | process exited: duration 3194 ms, exit code 0 |
|
16 | 2023-10-24T16:39:28.496Z | starting task 1: "rust-toolchain" |
17 | 2023-10-24T16:39:28.513Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-24T16:39:28.516Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-24T16:39:28.686Z | info: downloading installer |
20 | 2023-10-24T16:39:30.582Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-24T16:39:30.585Z | warning: /opt/ooce/bin |
22 | 2023-10-24T16:39:30.587Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-24T16:39:30.590Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-24T16:39:30.593Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-24T16:39:30.595Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-24T16:39:30.598Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-24T16:39:30.601Z | error: cannot install while Rust is installed |
28 | 2023-10-24T16:39:30.605Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-24T16:39:30.698Z | info: profile set to 'default' |
30 | 2023-10-24T16:39:30.701Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-24T16:39:30.704Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-24T16:39:30.888Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-24T16:39:31.306Z | info: downloading component 'cargo' |
34 | 2023-10-24T16:39:31.607Z | info: downloading component 'clippy' |
35 | 2023-10-24T16:39:31.871Z | info: downloading component 'rust-docs' |
36 | 2023-10-24T16:39:32.864Z | info: downloading component 'rust-std' |
37 | 2023-10-24T16:39:34.624Z | info: downloading component 'rustc' |
38 | 2023-10-24T16:39:38.692Z | info: downloading component 'rustfmt' |
39 | 2023-10-24T16:39:38.927Z | info: installing component 'cargo' |
40 | 2023-10-24T16:39:40.335Z | info: installing component 'clippy' |
41 | 2023-10-24T16:39:40.946Z | info: installing component 'rust-docs' |
42 | 2023-10-24T16:39:43.730Z | info: installing component 'rust-std' |
43 | 2023-10-24T16:39:46.783Z | info: installing component 'rustc' |
44 | 2023-10-24T16:39:53.707Z | info: installing component 'rustfmt' |
45 | 2023-10-24T16:39:54.225Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-24T16:39:54.230Z | |
47 | 2023-10-24T16:39:54.364Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-24T16:39:54.369Z | |
49 | 2023-10-24T16:39:54.372Z | |
50 | 2023-10-24T16:39:54.374Z | Rust is installed now. Great! |
51 | 2023-10-24T16:39:54.377Z | |
52 | 2023-10-24T16:39:54.380Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-24T16:39:54.382Z | environment variable. This has not been done automatically. |
54 | 2023-10-24T16:39:54.385Z | |
55 | 2023-10-24T16:39:54.388Z | To configure your current shell, run: |
56 | 2023-10-24T16:39:54.390Z | source "$HOME/.cargo/env" |
57 | 2023-10-24T16:39:54.459Z | + rustc --version |
58 | 2023-10-24T16:39:54.576Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-24T16:39:54.582Z | process exited: duration 26083 ms, exit code 0 |
|
60 | 2023-10-24T16:39:54.587Z | starting task 2: "authentication" |
61 | 2023-10-24T16:39:54.622Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-24T16:39:54.628Z | starting task 3: "clone repository" |
63 | 2023-10-24T16:39:54.638Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-24T16:39:54.642Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-24T16:39:54.688Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-24T16:40:01.116Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-24T16:40:01.120Z | + [[ -n wicket-rot-fix ]] |
68 | 2023-10-24T16:40:01.124Z | + git fetch origin wicket-rot-fix |
69 | 2023-10-24T16:40:01.518Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-24T16:40:01.547Z | * branch wicket-rot-fix -> FETCH_HEAD |
71 | 2023-10-24T16:40:01.563Z | + git checkout -B wicket-rot-fix remotes/origin/wicket-rot-fix |
72 | 2023-10-24T16:40:01.629Z | Switched to a new branch 'wicket-rot-fix' |
73 | 2023-10-24T16:40:02.054Z | branch 'wicket-rot-fix' set up to track 'origin/wicket-rot-fix'. |
74 | 2023-10-24T16:40:02.483Z | + git reset --hard dac9615f48d9e9e98f9790061f0587f58b5257b8 |
75 | 2023-10-24T16:40:02.501Z | HEAD is now at dac9615f fix failing test |
76 | 2023-10-24T16:40:02.518Z | process exited: duration 6992 ms, exit code 0 |
|
77 | 2023-10-24T16:40:02.950Z | starting task 4: "build" |
78 | 2023-10-24T16:40:02.973Z | + cargo --version |
79 | 2023-10-24T16:40:03.065Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-24T16:40:03.073Z | + rustc --version |
81 | 2023-10-24T16:40:03.180Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-24T16:40:03.186Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-24T16:40:11.892Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-24T16:40:12.795Z | Startup: Caching catalogs ... Done |
85 | 2023-10-24T16:40:17.351Z | Planning: Solver setup ... Done (4.263s) |
86 | 2023-10-24T16:40:17.459Z | Planning: Running solver ... Done (0.110s) |
87 | 2023-10-24T16:40:17.509Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-24T16:40:17.527Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-24T16:40:17.852Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-24T16:40:17.933Z | Planning: Package planning ... Done (0.081s) |
91 | 2023-10-24T16:40:18.014Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-10-24T16:40:18.922Z | Planning: Checking for conflicting actions ... Done (0.908s) |
93 | 2023-10-24T16:40:18.940Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-24T16:40:27.783Z | Planning: Evaluating mediators ... Done (8.844s) |
95 | 2023-10-24T16:40:27.799Z | Planning: Planning completed in 14.95 seconds |
96 | 2023-10-24T16:40:27.822Z | Packages to install: 4 |
97 | 2023-10-24T16:40:27.825Z | Mediators to change: 2 |
98 | 2023-10-24T16:40:27.830Z | Services to change: 1 |
99 | 2023-10-24T16:40:27.833Z | Estimated space available: 149.39 GB |
100 | 2023-10-24T16:40:27.836Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-24T16:40:27.840Z | Create boot environment: No |
102 | 2023-10-24T16:40:27.843Z | Create backup boot environment: No |
103 | 2023-10-24T16:40:27.846Z | Rebuild boot archive: No |
104 | 2023-10-24T16:40:27.849Z | |
105 | 2023-10-24T16:40:27.852Z | Changed mediators: |
106 | 2023-10-24T16:40:27.856Z | mediator clang: |
107 | 2023-10-24T16:40:27.859Z | version: None -> 15 (system default) |
108 | 2023-10-24T16:40:27.862Z | |
109 | 2023-10-24T16:40:27.864Z | mediator llvm: |
110 | 2023-10-24T16:40:27.868Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-24T16:40:27.871Z | |
112 | 2023-10-24T16:40:27.874Z | Changed packages: |
113 | 2023-10-24T16:40:27.878Z | helios-dev |
114 | 2023-10-24T16:40:27.885Z | developer/build-essential |
115 | 2023-10-24T16:40:27.892Z | None -> 11-2.0 |
116 | 2023-10-24T16:40:27.900Z | library/libxmlsec1 |
117 | 2023-10-24T16:40:27.906Z | None -> 1.2.35-2.0 |
118 | 2023-10-24T16:40:27.912Z | ooce/developer/clang-15 |
119 | 2023-10-24T16:40:27.916Z | None -> 15.0.7-2.0 |
120 | 2023-10-24T16:40:27.926Z | ooce/developer/llvm-15 |
121 | 2023-10-24T16:40:27.933Z | None -> 15.0.7-2.0 |
122 | 2023-10-24T16:40:27.952Z | |
123 | 2023-10-24T16:40:27.969Z | Services: |
124 | 2023-10-24T16:40:27.980Z | restart_fmri: |
125 | 2023-10-24T16:40:27.988Z | svc:/system/update-man-index:default |
126 | 2023-10-24T16:40:28.166Z | |
127 | 2023-10-24T16:40:28.171Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-24T16:40:33.165Z | Download: 979/3290 items 19.3/212.6MB 9% complete (3.9M/s) |
129 | 2023-10-24T16:40:38.164Z | Download: 1913/3290 items 118.6/212.6MB 55% complete (11.9M/s) |
130 | 2023-10-24T16:40:43.165Z | Download: 2884/3290 items 121.1/212.6MB 56% complete (10.2M/s) |
131 | 2023-10-24T16:40:47.434Z | Download: Completed 212.60 MB in 19.27 seconds (11.0M/s) |
132 | 2023-10-24T16:40:50.357Z | Actions: 1/3687 actions (Installing new actions) |
133 | 2023-10-24T16:40:55.754Z | Actions: 2681/3687 actions (Installing new actions) |
134 | 2023-10-24T16:40:59.029Z | Actions: Completed 3687 actions in 8.67 seconds. |
135 | 2023-10-24T16:40:59.114Z | Done (0.078s) |
136 | 2023-10-24T16:40:59.117Z | Done (0.000s) |
137 | 2023-10-24T16:40:59.313Z | Done (0.198s) |
138 | 2023-10-24T16:41:07.717Z | Done (8.277s) |
139 | 2023-10-24T16:41:07.973Z | Done (0.158s) |
140 | 2023-10-24T16:41:07.981Z | Done (0.000s) |
141 | 2023-10-24T16:41:08.202Z | Done (0.000s) |
142 | 2023-10-24T16:41:08.897Z | Planning: Evaluating mediator changes ... Done |
143 | 2023-10-24T16:41:09.182Z | Planning: Checking for conflicting actions ... Done |
144 | 2023-10-24T16:41:09.191Z | Planning: Consolidating action changes ... Done |
145 | 2023-10-24T16:41:09.625Z | Planning: Evaluating mediators ... Done |
146 | 2023-10-24T16:41:09.634Z | Planning: Planning completed in 0.73 seconds |
147 | 2023-10-24T16:41:09.682Z | Mediators to change: 2 |
148 | 2023-10-24T16:41:09.690Z | Create boot environment: No |
149 | 2023-10-24T16:41:09.698Z | Create backup boot environment: No |
150 | 2023-10-24T16:41:09.778Z | Done |
151 | 2023-10-24T16:41:09.789Z | Done |
152 | 2023-10-24T16:41:09.932Z | Done |
153 | 2023-10-24T16:41:15.864Z | Done |
154 | 2023-10-24T16:41:15.973Z | Done |
155 | 2023-10-24T16:41:15.980Z | Done |
156 | 2023-10-24T16:41:16.076Z | Done |
157 | 2023-10-24T16:41:17.077Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-10-24T16:41:17.080Z | Planning: Merging actions ... Done |
159 | 2023-10-24T16:41:17.415Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-10-24T16:41:17.423Z | Planning: Consolidating action changes ... Done |
161 | 2023-10-24T16:41:17.855Z | Planning: Evaluating mediators ... Done |
162 | 2023-10-24T16:41:17.956Z | Planning: Planning completed in 1.31 seconds |
163 | 2023-10-24T16:41:18.009Z | Packages to change: 1 |
164 | 2023-10-24T16:41:18.024Z | Mediators to change: 1 |
165 | 2023-10-24T16:41:18.041Z | Services to change: 1 |
166 | 2023-10-24T16:41:18.055Z | Create boot environment: No |
167 | 2023-10-24T16:41:18.065Z | Create backup boot environment: Yes |
168 | 2023-10-24T16:41:20.220Z | Actions: 1/6 actions (Updating modified actions) |
169 | 2023-10-24T16:41:20.225Z | Actions: Completed 6 actions in 0.00 seconds. |
170 | 2023-10-24T16:41:20.233Z | Done |
171 | 2023-10-24T16:41:20.237Z | Done |
172 | 2023-10-24T16:41:20.261Z | Done |
173 | 2023-10-24T16:41:26.167Z | Done |
174 | 2023-10-24T16:41:26.293Z | Done |
175 | 2023-10-24T16:41:26.296Z | Done |
176 | 2023-10-24T16:41:26.389Z | Done |
177 | 2023-10-24T16:41:27.067Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
178 | 2023-10-24T16:41:27.070Z | clang system 15 system |
179 | 2023-10-24T16:41:27.073Z | csh system system illumos |
180 | 2023-10-24T16:41:27.076Z | ctags system system illumos |
181 | 2023-10-24T16:41:27.079Z | gcc vendor 12 vendor |
182 | 2023-10-24T16:41:27.082Z | gcc system 10 system |
183 | 2023-10-24T16:41:27.085Z | gcc system 7 system |
184 | 2023-10-24T16:41:27.089Z | go system 1.20 system |
185 | 2023-10-24T16:41:27.091Z | go system 1.19 system |
186 | 2023-10-24T16:41:27.094Z | llvm system 15 system |
187 | 2023-10-24T16:41:27.097Z | llvm system 14 system |
188 | 2023-10-24T16:41:27.100Z | mariadb system 10.6 system |
189 | 2023-10-24T16:41:27.103Z | mta vendor vendor dma |
190 | 2023-10-24T16:41:27.106Z | openjdk system 17 system |
191 | 2023-10-24T16:41:27.111Z | openjdk system 11 system |
192 | 2023-10-24T16:41:27.117Z | openjdk system 1.8 system |
193 | 2023-10-24T16:41:27.126Z | openssl vendor 3 vendor |
194 | 2023-10-24T16:41:27.138Z | perl system 5.36 system |
195 | 2023-10-24T16:41:27.554Z | postgresql system 15 system |
196 | 2023-10-24T16:41:27.572Z | postgresql system 13 system |
197 | 2023-10-24T16:41:27.985Z | python vendor 3 vendor |
198 | 2023-10-24T16:41:27.989Z | python system 2 system |
199 | 2023-10-24T16:41:27.992Z | python3 system 3.11 system |
200 | 2023-10-24T16:41:27.995Z | ruby system 3.0 system |
201 | 2023-10-24T16:41:27.998Z | words vendor vendor american-english |
202 | 2023-10-24T16:41:28.003Z | words system system australian-english |
203 | 2023-10-24T16:41:28.016Z | words system system british-english |
204 | 2023-10-24T16:41:28.434Z | words system system canadian-english |
205 | 2023-10-24T16:41:28.445Z | words system system french |
206 | 2023-10-24T16:41:28.454Z | words system system italian |
207 | 2023-10-24T16:41:28.472Z | words system system ngerman |
208 | 2023-10-24T16:41:28.492Z | words system system ogerman |
209 | 2023-10-24T16:41:28.496Z | words system system spanish |
210 | 2023-10-24T16:41:28.499Z | FMRI IFO |
211 | 2023-10-24T16:41:28.501Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
212 | 2023-10-24T16:41:28.504Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
213 | 2023-10-24T16:41:28.507Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
214 | 2023-10-24T16:41:28.509Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
215 | 2023-10-24T16:41:28.513Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
216 | 2023-10-24T16:41:28.519Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
217 | 2023-10-24T16:41:28.525Z | + set -o errexit |
218 | 2023-10-24T16:41:28.531Z | +++ dirname ./tools/ci_download_cockroachdb |
219 | 2023-10-24T16:41:28.536Z | ++ cd ./tools |
220 | 2023-10-24T16:41:28.544Z | ++ pwd |
221 | 2023-10-24T16:41:28.552Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
222 | 2023-10-24T16:41:28.560Z | ++ basename ./tools/ci_download_cockroachdb |
223 | 2023-10-24T16:41:28.567Z | + ARG0=ci_download_cockroachdb |
224 | 2023-10-24T16:41:28.579Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
225 | 2023-10-24T16:41:28.591Z | + CIDL_VERSION=v22.1.9 |
226 | 2023-10-24T16:41:28.600Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
227 | 2023-10-24T16:41:28.607Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
228 | 2023-10-24T16:41:28.615Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
229 | 2023-10-24T16:41:28.624Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
230 | 2023-10-24T16:41:28.632Z | + TARGET_DIR=out |
231 | 2023-10-24T16:41:28.637Z | + DOWNLOAD_DIR=out/downloads |
232 | 2023-10-24T16:41:28.651Z | + DEST_DIR=./out/cockroachdb |
233 | 2023-10-24T16:41:28.655Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
234 | 2023-10-24T16:41:28.664Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
235 | 2023-10-24T16:41:28.676Z | + main |
236 | 2023-10-24T16:41:28.682Z | + [[ 0 != 0 ]] |
237 | 2023-10-24T16:41:28.689Z | + CIDL_OS=solaris2.11 |
238 | 2023-10-24T16:41:28.698Z | + [[ 0 != 0 ]] |
239 | 2023-10-24T16:41:28.705Z | + configure_os solaris2.11 |
240 | 2023-10-24T16:41:28.714Z | + echo 'current directory: /work/oxidecomputer/omicron' |
241 | 2023-10-24T16:41:28.723Z | current directory: /work/oxidecomputer/omicron |
242 | 2023-10-24T16:41:28.730Z | configuring based on OS: "solaris2.11" |
243 | 2023-10-24T16:41:28.739Z | + echo 'configuring based on OS: "solaris2.11"' |
244 | 2023-10-24T16:41:28.748Z | + case "$1" in |
245 | 2023-10-24T16:41:28.756Z | + CIDL_BUILD=illumos |
246 | 2023-10-24T16:41:28.765Z | + CIDL_SUFFIX=tar.gz |
247 | 2023-10-24T16:41:28.773Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-10-24T16:41:28.783Z | + CIDL_MD5FUNC=do_md5sum |
249 | 2023-10-24T16:41:28.795Z | + CIDL_URL_BASE=https://illumos.org/downloads |
250 | 2023-10-24T16:41:28.801Z | + CIDL_ASSEMBLE=do_assemble_illumos |
251 | 2023-10-24T16:41:28.808Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
252 | 2023-10-24T16:41:28.823Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-24T16:41:28.831Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-10-24T16:41:28.842Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
255 | 2023-10-24T16:41:28.850Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-24T16:41:28.860Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
257 | 2023-10-24T16:41:28.866Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-24T16:41:28.884Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-24T16:41:28.897Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-24T16:41:28.911Z | + mkdir -p out/downloads |
261 | 2023-10-24T16:41:28.923Z | + mkdir -p ./out/cockroachdb |
262 | 2023-10-24T16:41:28.943Z | + local DO_DOWNLOAD=true |
263 | 2023-10-24T16:41:28.960Z | Downloading... |
264 | 2023-10-24T16:41:28.972Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
265 | 2023-10-24T16:41:28.976Z | + '[' true == true ']' |
266 | 2023-10-24T16:41:28.983Z | + echo Downloading... |
267 | 2023-10-24T16:41:28.991Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-24T16:41:28.997Z | + 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 |
269 | 2023-10-24T16:41:31.318Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-24T16:41:31.324Z | ++ md5sum |
271 | 2023-10-24T16:41:31.329Z | ++ awk '{print $1}' |
272 | 2023-10-24T16:41:31.516Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-10-24T16:41:31.519Z | + [[ 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 ]] |
274 | 2023-10-24T16:41:31.522Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-24T16:41:31.525Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
276 | 2023-10-24T16:41:34.929Z | + do_assemble_illumos |
277 | 2023-10-24T16:41:34.931Z | + rm -r ./out/cockroachdb |
278 | 2023-10-24T16:41:34.934Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
279 | 2023-10-24T16:41:35.635Z | + ./out/cockroachdb/bin/cockroach version |
280 | 2023-10-24T16:41:35.922Z | Build Tag: v22.1.9-dirty |
281 | 2023-10-24T16:41:35.929Z | Build Time: 2022/10/26 21:17:46 |
282 | 2023-10-24T16:41:35.935Z | Distribution: OSS |
283 | 2023-10-24T16:41:35.943Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
284 | 2023-10-24T16:41:35.952Z | Go Version: go1.17.13 |
285 | 2023-10-24T16:41:35.957Z | C Compiler: gcc 10.3.0 |
286 | 2023-10-24T16:41:35.960Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
287 | 2023-10-24T16:41:35.962Z | Build Type: release |
288 | 2023-10-24T16:41:35.965Z | + set -o errexit |
289 | 2023-10-24T16:41:35.968Z | +++ dirname ./tools/ci_download_clickhouse |
290 | 2023-10-24T16:41:35.970Z | ++ cd ./tools |
291 | 2023-10-24T16:41:35.973Z | ++ pwd |
292 | 2023-10-24T16:41:35.976Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
293 | 2023-10-24T16:41:35.979Z | ++ basename ./tools/ci_download_clickhouse |
294 | 2023-10-24T16:41:35.982Z | + ARG0=ci_download_clickhouse |
295 | 2023-10-24T16:41:35.984Z | + TARGET_DIR=out |
296 | 2023-10-24T16:41:35.987Z | + DOWNLOAD_DIR=out/downloads |
297 | 2023-10-24T16:41:35.995Z | + DEST_DIR=./out/clickhouse |
298 | 2023-10-24T16:41:35.999Z | + CIDL_VERSION=v22.8.9.24 |
299 | 2023-10-24T16:41:36.004Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
300 | 2023-10-24T16:41:36.011Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
301 | 2023-10-24T16:41:36.023Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
302 | 2023-10-24T16:41:36.030Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
303 | 2023-10-24T16:41:36.040Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
304 | 2023-10-24T16:41:36.048Z | + main |
305 | 2023-10-24T16:41:36.056Z | + [[ 0 != 0 ]] |
306 | 2023-10-24T16:41:36.064Z | + CIDL_OS=solaris2.11 |
307 | 2023-10-24T16:41:36.072Z | + [[ 0 != 0 ]] |
308 | 2023-10-24T16:41:36.081Z | + configure_os solaris2.11 |
309 | 2023-10-24T16:41:36.089Z | + echo 'current directory: /work/oxidecomputer/omicron' |
310 | 2023-10-24T16:41:36.098Z | current directory: /work/oxidecomputer/omicron |
311 | 2023-10-24T16:41:36.107Z | + echo 'configuring based on OS: "solaris2.11"' |
312 | 2023-10-24T16:41:36.115Z | configuring based on OS: "solaris2.11" |
313 | 2023-10-24T16:41:36.122Z | + CIDL_DASHREV= |
314 | 2023-10-24T16:41:36.131Z | + case "$1" in |
315 | 2023-10-24T16:41:36.140Z | + CIDL_PLATFORM=illumos |
316 | 2023-10-24T16:41:36.149Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-10-24T16:41:36.157Z | + CIDL_MD5FUNC=do_md5sum |
318 | 2023-10-24T16:41:36.166Z | + CIDL_DASHREV=-1 |
319 | 2023-10-24T16:41:36.175Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
320 | 2023-10-24T16:41:36.183Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-10-24T16:41:36.193Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-24T16:41:36.202Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-10-24T16:41:36.213Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
324 | 2023-10-24T16:41:36.220Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
325 | 2023-10-24T16:41:36.230Z | + mkdir -p out/downloads |
326 | 2023-10-24T16:41:36.239Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-24T16:41:36.251Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-24T16:41:36.265Z | + mkdir -p ./out/clickhouse |
329 | 2023-10-24T16:41:36.281Z | + local DO_DOWNLOAD=true |
330 | 2023-10-24T16:41:36.288Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
331 | 2023-10-24T16:41:36.293Z | + '[' true == true ']' |
332 | 2023-10-24T16:41:36.298Z | + echo Downloading... |
333 | 2023-10-24T16:41:36.307Z | Downloading... |
334 | 2023-10-24T16:41:36.319Z | + 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 |
335 | 2023-10-24T16:41:36.332Z | + 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 |
336 | 2023-10-24T16:41:39.771Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-24T16:41:39.792Z | ++ md5sum |
338 | 2023-10-24T16:41:39.806Z | ++ awk '{print $1}' |
339 | 2023-10-24T16:41:40.024Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-10-24T16:41:40.028Z | + [[ 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 ]] |
341 | 2023-10-24T16:41:40.030Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
342 | 2023-10-24T16:41:40.033Z | + mkdir -p ./out/clickhouse |
343 | 2023-10-24T16:41:40.036Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
344 | 2023-10-24T16:41:44.892Z | + ./out/clickhouse/clickhouse server --version |
345 | 2023-10-24T16:41:44.944Z | ClickHouse server version 22.8.9.1. |
346 | 2023-10-24T16:41:44.967Z | + set -o errexit |
347 | 2023-10-24T16:41:44.969Z | +++ dirname ./tools/ci_download_console |
348 | 2023-10-24T16:41:44.973Z | ++ cd ./tools |
349 | 2023-10-24T16:41:44.976Z | ++ pwd |
350 | 2023-10-24T16:41:44.978Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2023-10-24T16:41:44.981Z | ++ basename ./tools/ci_download_console |
352 | 2023-10-24T16:41:44.984Z | + ARG0=ci_download_console |
353 | 2023-10-24T16:41:44.986Z | + TARGET_DIR=out |
354 | 2023-10-24T16:41:44.989Z | + DOWNLOAD_DIR=out/downloads |
355 | 2023-10-24T16:41:44.992Z | + DEST_DIR=./out/console-assets |
356 | 2023-10-24T16:41:44.996Z | + source /work/oxidecomputer/omicron/tools/console_version |
357 | 2023-10-24T16:41:45.003Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
358 | 2023-10-24T16:41:45.012Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
359 | 2023-10-24T16:41:45.027Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
360 | 2023-10-24T16:41:45.039Z | + TARBALL_FILE=out/downloads/console.tar.gz |
361 | 2023-10-24T16:41:45.057Z | + main |
362 | 2023-10-24T16:41:45.070Z | + [[ 0 != 0 ]] |
363 | 2023-10-24T16:41:45.080Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
364 | 2023-10-24T16:41:45.086Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
365 | 2023-10-24T16:41:45.092Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-10-24T16:41:45.111Z | Local file: out/downloads/console.tar.gz |
367 | 2023-10-24T16:41:45.125Z | + local DO_DOWNLOAD=true |
368 | 2023-10-24T16:41:45.135Z | + [[ -f out/downloads/console.tar.gz ]] |
369 | 2023-10-24T16:41:45.151Z | + mkdir -p out/downloads |
370 | 2023-10-24T16:41:45.162Z | + '[' true == true ']' |
371 | 2023-10-24T16:41:45.170Z | + echo Downloading... |
372 | 2023-10-24T16:41:45.175Z | Downloading... |
373 | 2023-10-24T16:41:45.180Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
374 | 2023-10-24T16:41:45.188Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
375 | 2023-10-24T16:41:45.633Z | ++ do_sha256sum out/downloads/console.tar.gz |
376 | 2023-10-24T16:41:45.638Z | ++ case "$OSTYPE" in |
377 | 2023-10-24T16:41:45.641Z | ++ SHA=sha256sum |
378 | 2023-10-24T16:41:45.644Z | ++ sha256sum |
379 | 2023-10-24T16:41:45.647Z | ++ awk '{print $1}' |
380 | 2023-10-24T16:41:45.673Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
381 | 2023-10-24T16:41:45.677Z | + [[ 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 ]] |
382 | 2023-10-24T16:41:45.680Z | + rm -rf ./out/console-assets |
383 | 2023-10-24T16:41:45.682Z | + mkdir -p ./out/console-assets |
384 | 2023-10-24T16:41:45.685Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
385 | 2023-10-24T16:41:45.688Z | + mkdir -p ./out/console-assets |
386 | 2023-10-24T16:41:45.691Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
387 | 2023-10-24T16:41:45.837Z | + set -o errexit |
388 | 2023-10-24T16:41:45.840Z | +++ dirname ./tools/ci_download_maghemite_openapi |
389 | 2023-10-24T16:41:45.843Z | ++ cd ./tools |
390 | 2023-10-24T16:41:45.846Z | ++ pwd |
391 | 2023-10-24T16:41:45.851Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-10-24T16:41:45.854Z | ++ basename ./tools/ci_download_maghemite_openapi |
393 | 2023-10-24T16:41:45.856Z | + ARG0=ci_download_maghemite_openapi |
394 | 2023-10-24T16:41:45.859Z | + TARGET_DIR=out |
395 | 2023-10-24T16:41:45.862Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-10-24T16:41:45.865Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
397 | 2023-10-24T16:41:45.867Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
398 | 2023-10-24T16:41:45.872Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
399 | 2023-10-24T16:41:45.899Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
400 | 2023-10-24T16:41:45.904Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
401 | 2023-10-24T16:41:45.907Z | + main |
402 | 2023-10-24T16:41:45.910Z | + [[ 0 != 0 ]] |
403 | 2023-10-24T16:41:45.916Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
404 | 2023-10-24T16:41:45.919Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
405 | 2023-10-24T16:41:45.922Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
406 | 2023-10-24T16:41:45.925Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
407 | 2023-10-24T16:41:45.930Z | + local DO_DOWNLOAD=true |
408 | 2023-10-24T16:41:45.933Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
409 | 2023-10-24T16:41:45.936Z | + mkdir -p out/downloads |
410 | 2023-10-24T16:41:45.939Z | + '[' true == true ']' |
411 | 2023-10-24T16:41:45.942Z | + echo Downloading... |
412 | 2023-10-24T16:41:45.946Z | Downloading... |
413 | 2023-10-24T16:41:45.948Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
414 | 2023-10-24T16:41:45.951Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
415 | 2023-10-24T16:41:46.551Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
416 | 2023-10-24T16:41:46.554Z | ++ case "$OSTYPE" in |
417 | 2023-10-24T16:41:46.557Z | ++ SHA=sha256sum |
418 | 2023-10-24T16:41:46.560Z | ++ sha256sum |
419 | 2023-10-24T16:41:46.563Z | ++ awk '{print $1}' |
420 | 2023-10-24T16:41:46.566Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-24T16:41:46.569Z | + [[ 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 ]] |
422 | 2023-10-24T16:41:46.573Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
423 | 2023-10-24T16:41:46.576Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
424 | 2023-10-24T16:41:46.580Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
425 | 2023-10-24T16:41:46.583Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
426 | 2023-10-24T16:41:46.586Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
427 | 2023-10-24T16:41:46.589Z | + main |
428 | 2023-10-24T16:41:46.593Z | + [[ 0 != 0 ]] |
429 | 2023-10-24T16:41:46.596Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
430 | 2023-10-24T16:41:46.599Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
431 | 2023-10-24T16:41:46.602Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
432 | 2023-10-24T16:41:46.606Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
433 | 2023-10-24T16:41:46.609Z | + local DO_DOWNLOAD=true |
434 | 2023-10-24T16:41:46.612Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
435 | 2023-10-24T16:41:46.616Z | + mkdir -p out/downloads |
436 | 2023-10-24T16:41:46.619Z | + '[' true == true ']' |
437 | 2023-10-24T16:41:46.622Z | + echo Downloading... |
438 | 2023-10-24T16:41:46.624Z | Downloading... |
439 | 2023-10-24T16:41:46.627Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
440 | 2023-10-24T16:41:46.630Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
441 | 2023-10-24T16:41:46.795Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
442 | 2023-10-24T16:41:46.805Z | ++ case "$OSTYPE" in |
443 | 2023-10-24T16:41:46.812Z | ++ SHA=sha256sum |
444 | 2023-10-24T16:41:46.819Z | ++ sha256sum |
445 | 2023-10-24T16:41:46.829Z | ++ awk '{print $1}' |
446 | 2023-10-24T16:41:46.838Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
447 | 2023-10-24T16:41:46.848Z | + [[ 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 ]] |
448 | 2023-10-24T16:41:46.860Z | + set -o errexit |
449 | 2023-10-24T16:41:46.870Z | +++ dirname ./tools/ci_download_dendrite_openapi |
450 | 2023-10-24T16:41:46.881Z | ++ cd ./tools |
451 | 2023-10-24T16:41:46.891Z | ++ pwd |
452 | 2023-10-24T16:41:46.957Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
453 | 2023-10-24T16:41:47.377Z | ++ basename ./tools/ci_download_dendrite_openapi |
454 | 2023-10-24T16:41:47.387Z | + ARG0=ci_download_dendrite_openapi |
455 | 2023-10-24T16:41:47.402Z | + TARGET_DIR=out |
456 | 2023-10-24T16:41:47.425Z | + DOWNLOAD_DIR=out/downloads |
457 | 2023-10-24T16:41:47.446Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
458 | 2023-10-24T16:41:47.454Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
459 | 2023-10-24T16:41:47.469Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
460 | 2023-10-24T16:41:47.479Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
461 | 2023-10-24T16:41:47.488Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
462 | 2023-10-24T16:41:47.501Z | + main |
463 | 2023-10-24T16:41:47.515Z | + [[ 0 != 0 ]] |
464 | 2023-10-24T16:41:47.529Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
465 | 2023-10-24T16:41:47.537Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
466 | 2023-10-24T16:41:47.547Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
467 | 2023-10-24T16:41:47.551Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
468 | 2023-10-24T16:41:47.555Z | + local DO_DOWNLOAD=true |
469 | 2023-10-24T16:41:47.559Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
470 | 2023-10-24T16:41:47.564Z | + mkdir -p out/downloads |
471 | 2023-10-24T16:41:47.568Z | + '[' true == true ']' |
472 | 2023-10-24T16:41:47.572Z | + echo Downloading... |
473 | 2023-10-24T16:41:47.576Z | Downloading... |
474 | 2023-10-24T16:41:47.580Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
475 | 2023-10-24T16:41:47.586Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
476 | 2023-10-24T16:41:47.589Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
477 | 2023-10-24T16:41:47.593Z | ++ case "$OSTYPE" in |
478 | 2023-10-24T16:41:47.599Z | ++ SHA=sha256sum |
479 | 2023-10-24T16:41:47.603Z | ++ sha256sum |
480 | 2023-10-24T16:41:47.611Z | ++ awk '{print $1}' |
481 | 2023-10-24T16:41:47.618Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
482 | 2023-10-24T16:41:47.622Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
483 | 2023-10-24T16:41:47.626Z | + set -o errexit |
484 | 2023-10-24T16:41:47.633Z | +++ dirname ./tools/ci_download_dendrite_stub |
485 | 2023-10-24T16:41:47.641Z | ++ cd ./tools |
486 | 2023-10-24T16:41:47.646Z | ++ pwd |
487 | 2023-10-24T16:41:47.650Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2023-10-24T16:41:47.656Z | ++ basename ./tools/ci_download_dendrite_stub |
489 | 2023-10-24T16:41:47.660Z | + ARG0=ci_download_dendrite_stub |
490 | 2023-10-24T16:41:47.663Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
491 | 2023-10-24T16:41:47.666Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
492 | 2023-10-24T16:41:47.670Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
493 | 2023-10-24T16:41:47.673Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
494 | 2023-10-24T16:41:47.677Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-10-24T16:41:47.681Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
496 | 2023-10-24T16:41:47.684Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
497 | 2023-10-24T16:41:47.689Z | + TARGET_DIR=out |
498 | 2023-10-24T16:41:47.694Z | + DOWNLOAD_DIR=out/downloads |
499 | 2023-10-24T16:41:47.699Z | + DEST_DIR=./out/dendrite-stub |
500 | 2023-10-24T16:41:47.806Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
501 | 2023-10-24T16:41:47.811Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
502 | 2023-10-24T16:41:47.815Z | + REPO=oxidecomputer/dendrite |
503 | 2023-10-24T16:41:47.821Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
504 | 2023-10-24T16:41:47.836Z | + main |
505 | 2023-10-24T16:41:47.844Z | + [[ 0 != 0 ]] |
506 | 2023-10-24T16:41:47.855Z | + CIDL_OS=solaris2.11 |
507 | 2023-10-24T16:41:47.868Z | + [[ 0 != 0 ]] |
508 | 2023-10-24T16:41:48.286Z | + configure_os solaris2.11 |
509 | 2023-10-24T16:41:48.290Z | + echo 'current directory: /work/oxidecomputer/omicron' |
510 | 2023-10-24T16:41:48.293Z | current directory: /work/oxidecomputer/omicron |
511 | 2023-10-24T16:41:48.297Z | + echo 'configuring based on OS: "solaris2.11"' |
512 | 2023-10-24T16:41:48.303Z | configuring based on OS: "solaris2.11" |
513 | 2023-10-24T16:41:48.323Z | + case "$1" in |
514 | 2023-10-24T16:41:48.338Z | + SET_BINARIES= |
515 | 2023-10-24T16:41:48.355Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
516 | 2023-10-24T16:41:48.771Z | + CIDL_SHA256FUNC=do_sha256sum |
517 | 2023-10-24T16:41:49.241Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
518 | 2023-10-24T16:41:49.252Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
519 | 2023-10-24T16:41:49.259Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
520 | 2023-10-24T16:41:49.267Z | Local file: out/downloads/dendrite-stub.tar.gz |
521 | 2023-10-24T16:41:49.270Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
522 | 2023-10-24T16:41:49.273Z | Downloading... |
523 | 2023-10-24T16:41:49.277Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
524 | 2023-10-24T16:41:49.286Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
525 | 2023-10-24T16:41:49.296Z | + mkdir -p out/downloads |
526 | 2023-10-24T16:41:49.299Z | + mkdir -p ./out/dendrite-stub |
527 | 2023-10-24T16:41:49.302Z | + fetch_and_verify |
528 | 2023-10-24T16:41:49.305Z | + local DO_DOWNLOAD=true |
529 | 2023-10-24T16:41:49.309Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
530 | 2023-10-24T16:41:49.312Z | + '[' true == true ']' |
531 | 2023-10-24T16:41:49.315Z | + echo Downloading... |
532 | 2023-10-24T16:41:49.318Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
533 | 2023-10-24T16:41:49.320Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
534 | 2023-10-24T16:41:54.582Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
535 | 2023-10-24T16:41:54.585Z | ++ sha256sum |
536 | 2023-10-24T16:41:54.588Z | ++ awk '{print $1}' |
537 | 2023-10-24T16:41:54.678Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
538 | 2023-10-24T16:41:54.685Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
539 | 2023-10-24T16:41:54.696Z | + do_untar out/downloads/dendrite-stub.tar.gz |
540 | 2023-10-24T16:41:55.112Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
541 | 2023-10-24T16:41:56.133Z | + do_assemble |
542 | 2023-10-24T16:41:56.138Z | + rm -r ./out/dendrite-stub |
543 | 2023-10-24T16:41:56.142Z | + mkdir ./out/dendrite-stub |
544 | 2023-10-24T16:41:56.147Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
545 | 2023-10-24T16:41:56.153Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
546 | 2023-10-24T16:41:56.161Z | + set -o errexit |
547 | 2023-10-24T16:41:56.174Z | +++ dirname ./tools/ci_download_maghemite_mgd |
548 | 2023-10-24T16:41:56.192Z | ++ cd ./tools |
549 | 2023-10-24T16:41:56.612Z | ++ pwd |
550 | 2023-10-24T16:41:56.620Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
551 | 2023-10-24T16:41:56.637Z | ++ basename ./tools/ci_download_maghemite_mgd |
552 | 2023-10-24T16:41:56.652Z | + ARG0=ci_download_maghemite_mgd |
553 | 2023-10-24T16:41:56.658Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
554 | 2023-10-24T16:41:56.666Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
555 | 2023-10-24T16:41:57.077Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
556 | 2023-10-24T16:41:57.081Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
557 | 2023-10-24T16:41:57.087Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
558 | 2023-10-24T16:41:57.091Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
559 | 2023-10-24T16:41:57.096Z | + TARGET_DIR=out |
560 | 2023-10-24T16:41:57.100Z | + DOWNLOAD_DIR=out/downloads |
561 | 2023-10-24T16:41:57.104Z | + DEST_DIR=./out/mgd |
562 | 2023-10-24T16:41:57.109Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
563 | 2023-10-24T16:41:57.113Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
564 | 2023-10-24T16:41:57.116Z | + REPO=oxidecomputer/maghemite |
565 | 2023-10-24T16:41:57.119Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
566 | 2023-10-24T16:41:57.122Z | + main |
567 | 2023-10-24T16:41:57.125Z | + [[ 0 != 0 ]] |
568 | 2023-10-24T16:41:57.128Z | + CIDL_OS=solaris2.11 |
569 | 2023-10-24T16:41:57.130Z | + [[ 0 != 0 ]] |
570 | 2023-10-24T16:41:57.133Z | + configure_os solaris2.11 |
571 | 2023-10-24T16:41:57.136Z | + echo 'current directory: /work/oxidecomputer/omicron' |
572 | 2023-10-24T16:41:57.139Z | current directory: /work/oxidecomputer/omicron |
573 | 2023-10-24T16:41:57.142Z | configuring based on OS: "solaris2.11" |
574 | 2023-10-24T16:41:57.144Z | + echo 'configuring based on OS: "solaris2.11"' |
575 | 2023-10-24T16:41:57.147Z | + case "$1" in |
576 | 2023-10-24T16:41:57.150Z | + SET_BINARIES= |
577 | 2023-10-24T16:41:57.152Z | + CIDL_SHA256FUNC=do_sha256sum |
578 | 2023-10-24T16:41:57.155Z | + TARBALL_FILENAME=mgd.tar.gz |
579 | 2023-10-24T16:41:57.157Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
580 | 2023-10-24T16:41:57.161Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
581 | 2023-10-24T16:41:57.164Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
582 | 2023-10-24T16:41:57.167Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
583 | 2023-10-24T16:41:57.169Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
584 | 2023-10-24T16:41:57.172Z | Local file: out/downloads/mgd.tar.gz |
585 | 2023-10-24T16:41:57.175Z | + mkdir -p out/downloads |
586 | 2023-10-24T16:41:57.177Z | + mkdir -p ./out/mgd |
587 | 2023-10-24T16:41:57.180Z | + fetch_and_verify |
588 | 2023-10-24T16:41:57.184Z | + local DO_DOWNLOAD=true |
589 | 2023-10-24T16:41:57.187Z | + [[ -f out/downloads/mgd.tar.gz ]] |
590 | 2023-10-24T16:41:57.189Z | + '[' true == true ']' |
591 | 2023-10-24T16:41:57.192Z | + echo Downloading... |
592 | 2023-10-24T16:41:57.195Z | Downloading... |
593 | 2023-10-24T16:41:57.198Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
594 | 2023-10-24T16:41:57.201Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
595 | 2023-10-24T16:42:04.176Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
596 | 2023-10-24T16:42:04.179Z | ++ sha256sum |
597 | 2023-10-24T16:42:04.183Z | ++ awk '{print $1}' |
598 | 2023-10-24T16:42:04.296Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
599 | 2023-10-24T16:42:04.300Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
600 | 2023-10-24T16:42:04.305Z | + do_untar out/downloads/mgd.tar.gz |
601 | 2023-10-24T16:42:04.310Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
602 | 2023-10-24T16:42:04.930Z | + do_assemble |
603 | 2023-10-24T16:42:04.933Z | + rm -r ./out/mgd |
604 | 2023-10-24T16:42:04.936Z | + mkdir ./out/mgd |
605 | 2023-10-24T16:42:04.939Z | + cp -r out/downloads/root ./out/mgd/root |
606 | 2023-10-24T16:42:05.124Z | + set -o errexit |
607 | 2023-10-24T16:42:05.134Z | +++ dirname ./tools/ci_download_transceiver_control |
608 | 2023-10-24T16:42:05.142Z | ++ cd ./tools |
609 | 2023-10-24T16:42:05.150Z | ++ pwd |
610 | 2023-10-24T16:42:05.162Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
611 | 2023-10-24T16:42:05.169Z | ++ basename ./tools/ci_download_transceiver_control |
612 | 2023-10-24T16:42:05.178Z | + ARG0=ci_download_transceiver_control |
613 | 2023-10-24T16:42:05.182Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
614 | 2023-10-24T16:42:05.196Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
615 | 2023-10-24T16:42:05.208Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
616 | 2023-10-24T16:42:05.213Z | + TARGET_DIR=out |
617 | 2023-10-24T16:42:05.224Z | + DOWNLOAD_DIR=out/downloads |
618 | 2023-10-24T16:42:05.231Z | + DEST_DIR=./out/transceiver-control |
619 | 2023-10-24T16:42:05.241Z | + BIN_DIR=/opt/oxide/bin |
620 | 2023-10-24T16:42:05.246Z | + BINARY=xcvradm |
621 | 2023-10-24T16:42:05.260Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
622 | 2023-10-24T16:42:05.268Z | + REPO=oxidecomputer/transceiver-control |
623 | 2023-10-24T16:42:05.272Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
624 | 2023-10-24T16:42:05.276Z | + main |
625 | 2023-10-24T16:42:05.280Z | + [[ 0 != 0 ]] |
626 | 2023-10-24T16:42:05.295Z | + CIDL_OS=solaris2.11 |
627 | 2023-10-24T16:42:05.342Z | + [[ 0 != 0 ]] |
628 | 2023-10-24T16:42:05.363Z | + configure_os solaris2.11 |
629 | 2023-10-24T16:42:06.775Z | + echo 'current directory: /work/oxidecomputer/omicron' |
630 | 2023-10-24T16:42:06.778Z | current directory: /work/oxidecomputer/omicron |
631 | 2023-10-24T16:42:06.781Z | + echo 'configuring based on OS: "solaris2.11"' |
632 | 2023-10-24T16:42:06.784Z | configuring based on OS: "solaris2.11" |
633 | 2023-10-24T16:42:06.786Z | + case "$1" in |
634 | 2023-10-24T16:42:06.790Z | + SET_BINARIES= |
635 | 2023-10-24T16:42:06.792Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-10-24T16:42:06.795Z | + CIDL_SHA256FUNC=do_sha256sum |
637 | 2023-10-24T16:42:06.798Z | + ARCHIVE_FILENAME=xcvradm.gz |
638 | 2023-10-24T16:42:06.801Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
639 | 2023-10-24T16:42:06.803Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
640 | 2023-10-24T16:42:06.806Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
641 | 2023-10-24T16:42:06.809Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
642 | 2023-10-24T16:42:06.812Z | + echo 'Local file: out/downloads/xcvradm.gz' |
643 | 2023-10-24T16:42:06.814Z | Local file: out/downloads/xcvradm.gz |
644 | 2023-10-24T16:42:06.817Z | + mkdir -p out/downloads |
645 | 2023-10-24T16:42:06.820Z | + mkdir -p ./out/transceiver-control |
646 | 2023-10-24T16:42:06.823Z | + fetch_and_verify |
647 | 2023-10-24T16:42:06.829Z | + local DO_DOWNLOAD=true |
648 | 2023-10-24T16:42:06.832Z | + [[ -f out/downloads/xcvradm.gz ]] |
649 | 2023-10-24T16:42:06.836Z | + '[' true == true ']' |
650 | 2023-10-24T16:42:06.839Z | + echo Downloading... |
651 | 2023-10-24T16:42:06.842Z | Downloading... |
652 | 2023-10-24T16:42:06.844Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
653 | 2023-10-24T16:42:06.847Z | + 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 |
654 | 2023-10-24T16:42:06.850Z | ++ do_sha256sum out/downloads/xcvradm.gz |
655 | 2023-10-24T16:42:06.852Z | ++ sha256sum |
656 | 2023-10-24T16:42:06.855Z | ++ awk '{print $1}' |
657 | 2023-10-24T16:42:06.858Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2023-10-24T16:42:06.860Z | + [[ 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 ]] |
659 | 2023-10-24T16:42:06.863Z | + do_unpack out/downloads/xcvradm.gz |
660 | 2023-10-24T16:42:06.866Z | + mkdir -p out/downloads/root//opt/oxide/bin |
661 | 2023-10-24T16:42:06.869Z | + gzip -dc out/downloads/xcvradm.gz |
662 | 2023-10-24T16:42:06.872Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
663 | 2023-10-24T16:42:06.874Z | + do_assemble |
664 | 2023-10-24T16:42:06.877Z | + rm -r ./out/transceiver-control |
665 | 2023-10-24T16:42:06.880Z | + mkdir ./out/transceiver-control |
666 | 2023-10-24T16:42:06.883Z | + cp -r out/downloads/root ./out/transceiver-control/root |
667 | 2023-10-24T16:42:06.960Z | All prerequisites installed successfully |
668 | 2023-10-24T16:42:06.964Z | |
669 | 2023-10-24T16:42:06.966Z | real 2:03.785181693 |
670 | 2023-10-24T16:42:06.969Z | user 52.001093240 |
671 | 2023-10-24T16:42:06.976Z | sys 10.017782137 |
672 | 2023-10-24T16:42:06.985Z | trap 0.019309909 |
673 | 2023-10-24T16:42:06.996Z | tflt 0.229979236 |
674 | 2023-10-24T16:42:07.018Z | dflt 0.561396657 |
675 | 2023-10-24T16:42:07.023Z | kflt 0.297350348 |
676 | 2023-10-24T16:42:07.026Z | lock 1.931995917 |
677 | 2023-10-24T16:42:07.030Z | slp 3:52.852946917 |
678 | 2023-10-24T16:42:07.033Z | lat 3.464902501 |
679 | 2023-10-24T16:42:07.037Z | stop 0.060312321 |
680 | 2023-10-24T16:42:07.041Z | + banner end-to-end-tests |
681 | 2023-10-24T16:42:07.087Z | |
682 | 2023-10-24T16:42:07.090Z | ###### # # ##### ##### #### ###### # # ##### |
683 | 2023-10-24T16:42:07.093Z | # ## # # # # # # # ## # # # |
684 | 2023-10-24T16:42:07.096Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
685 | 2023-10-24T16:42:07.099Z | # # # # # # # # # # # # # # # |
686 | 2023-10-24T16:42:07.102Z | # # ## # # # # # # # ## # # |
687 | 2023-10-24T16:42:07.104Z | ###### # # ##### # #### ###### # # ##### |
688 | 2023-10-24T16:42:07.107Z | |
689 | 2023-10-24T16:42:07.109Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
690 | 2023-10-24T16:42:07.112Z | + CARGO_PROFILE_DEV_DEBUG=1 |
691 | 2023-10-24T16:42:07.115Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
692 | 2023-10-24T16:42:07.117Z | + CARGO_PROFILE_TEST_DEBUG=1 |
693 | 2023-10-24T16:42:07.120Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
694 | 2023-10-24T16:42:07.466Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
695 | 2023-10-24T16:42:07.973Z | Updating crates.io index |
696 | 2023-10-24T16:42:08.033Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
697 | 2023-10-24T16:42:08.870Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
698 | 2023-10-24T16:42:10.725Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
699 | 2023-10-24T16:42:11.509Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
700 | 2023-10-24T16:42:11.862Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
701 | 2023-10-24T16:42:12.198Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
702 | 2023-10-24T16:42:12.523Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
703 | 2023-10-24T16:42:13.480Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
704 | 2023-10-24T16:42:15.276Z | Updating git repository `https://github.com/oxidecomputer/opte` |
705 | 2023-10-24T16:42:16.366Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
706 | 2023-10-24T16:42:16.810Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
707 | 2023-10-24T16:42:17.123Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
708 | 2023-10-24T16:42:17.746Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
709 | 2023-10-24T16:42:18.111Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
710 | 2023-10-24T16:42:18.650Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
711 | 2023-10-24T16:42:19.063Z | Updating git repository `https://github.com/njaremko/samael` |
712 | 2023-10-24T16:42:19.738Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
713 | 2023-10-24T16:42:20.383Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
714 | 2023-10-24T16:42:20.805Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
715 | 2023-10-24T16:42:21.193Z | Updating git repository `https://github.com/jgallagher/nix` |
716 | 2023-10-24T16:42:22.462Z | Updating git repository `https://github.com/cbiffle/hubpack` |
717 | 2023-10-24T16:42:22.815Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
718 | 2023-10-24T16:42:32.488Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
719 | 2023-10-24T16:42:33.002Z | Updating git repository `https://github.com/oxidecomputer/typify` |
720 | 2023-10-24T16:42:34.107Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
721 | 2023-10-24T16:42:34.520Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
722 | 2023-10-24T16:42:34.912Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
723 | 2023-10-24T16:42:36.697Z | Downloading crates ... |
724 | 2023-10-24T16:42:36.965Z | Downloaded cfg-if v0.1.10 |
725 | 2023-10-24T16:42:36.978Z | Downloaded num_enum_derive v0.7.0 |
726 | 2023-10-24T16:42:36.988Z | Downloaded arc-swap v1.6.0 |
727 | 2023-10-24T16:42:36.995Z | Downloaded bit_field v0.10.2 |
728 | 2023-10-24T16:42:37.002Z | Downloaded atomicwrites v0.4.2 |
729 | 2023-10-24T16:42:37.007Z | Downloaded async-recursion v1.0.5 |
730 | 2023-10-24T16:42:37.015Z | Downloaded num_enum v0.5.11 |
731 | 2023-10-24T16:42:37.027Z | Downloaded aes-gcm-siv v0.11.1 |
732 | 2023-10-24T16:42:37.033Z | Downloaded lazy_static v1.4.0 |
733 | 2023-10-24T16:42:37.039Z | Downloaded base64ct v1.6.0 |
734 | 2023-10-24T16:42:37.042Z | Downloaded bitstruct_derive v0.1.0 |
735 | 2023-10-24T16:42:37.045Z | Downloaded colorchoice v1.0.0 |
736 | 2023-10-24T16:42:37.049Z | Downloaded ascii v1.1.0 |
737 | 2023-10-24T16:42:37.055Z | Downloaded num_threads v0.1.6 |
738 | 2023-10-24T16:42:37.058Z | Downloaded matches v0.1.10 |
739 | 2023-10-24T16:42:37.062Z | Downloaded async-stream v0.3.5 |
740 | 2023-10-24T16:42:37.065Z | Downloaded bit-set v0.5.3 |
741 | 2023-10-24T16:42:37.068Z | Downloaded anyhow v1.0.75 |
742 | 2023-10-24T16:42:37.075Z | Downloaded match_cfg v0.1.0 |
743 | 2023-10-24T16:42:37.078Z | Downloaded colored v2.0.4 |
744 | 2023-10-24T16:42:37.082Z | Downloaded md5 v0.7.0 |
745 | 2023-10-24T16:42:37.085Z | Downloaded num v0.4.1 |
746 | 2023-10-24T16:42:37.088Z | Downloaded camino v1.1.6 |
747 | 2023-10-24T16:42:37.094Z | Downloaded block-padding v0.3.3 |
748 | 2023-10-24T16:42:37.100Z | Downloaded blowfish v0.9.1 |
749 | 2023-10-24T16:42:37.105Z | Downloaded paste v1.0.14 |
750 | 2023-10-24T16:42:37.112Z | Downloaded num-iter v0.1.43 |
751 | 2023-10-24T16:42:37.116Z | Downloaded aead v0.5.2 |
752 | 2023-10-24T16:42:37.122Z | Downloaded poly1305 v0.8.0 |
753 | 2023-10-24T16:42:37.127Z | Downloaded memoffset v0.9.0 |
754 | 2023-10-24T16:42:37.130Z | Downloaded float-cmp v0.9.0 |
755 | 2023-10-24T16:42:37.133Z | Downloaded managed v0.8.0 |
756 | 2023-10-24T16:42:37.136Z | Downloaded bitflags v2.4.0 |
757 | 2023-10-24T16:42:37.142Z | Downloaded camino-tempfile v1.0.2 |
758 | 2023-10-24T16:42:37.146Z | Downloaded parking_lot_core v0.9.8 |
759 | 2023-10-24T16:42:37.152Z | Downloaded toolchain_find v0.2.0 |
760 | 2023-10-24T16:42:37.154Z | Downloaded predicates-core v1.0.6 |
761 | 2023-10-24T16:42:37.157Z | Downloaded foreign-types-shared v0.3.1 |
762 | 2023-10-24T16:42:37.160Z | Downloaded const-oid v0.9.5 |
763 | 2023-10-24T16:42:37.163Z | Downloaded md-5 v0.10.5 |
764 | 2023-10-24T16:42:37.167Z | Downloaded cancel-safe-futures v0.1.2 |
765 | 2023-10-24T16:42:37.173Z | Downloaded lock_api v0.4.10 |
766 | 2023-10-24T16:42:37.178Z | Downloaded num-integer v0.1.45 |
767 | 2023-10-24T16:42:37.184Z | Downloaded bzip2 v0.4.4 |
768 | 2023-10-24T16:42:37.188Z | Downloaded num-traits v0.2.16 |
769 | 2023-10-24T16:42:37.194Z | Downloaded postgres-types v0.2.6 |
770 | 2023-10-24T16:42:37.200Z | Downloaded base64 v0.13.1 |
771 | 2023-10-24T16:42:37.207Z | Downloaded instant v0.1.12 |
772 | 2023-10-24T16:42:37.211Z | Downloaded hex-literal v0.4.1 |
773 | 2023-10-24T16:42:37.215Z | Downloaded futures-core v0.3.28 |
774 | 2023-10-24T16:42:37.218Z | Downloaded darling v0.20.3 |
775 | 2023-10-24T16:42:37.226Z | Downloaded mime v0.3.17 |
776 | 2023-10-24T16:42:37.229Z | Downloaded mime_guess v2.0.4 |
777 | 2023-10-24T16:42:37.233Z | Downloaded zone_cfg_derive v0.2.0 |
778 | 2023-10-24T16:42:37.236Z | Downloaded tower-service v0.3.2 |
779 | 2023-10-24T16:42:37.239Z | Downloaded r2d2 v0.8.10 |
780 | 2023-10-24T16:42:37.242Z | Downloaded foreign-types-shared v0.1.1 |
781 | 2023-10-24T16:42:37.249Z | Downloaded try-lock v0.2.4 |
782 | 2023-10-24T16:42:37.271Z | Downloaded deranged v0.3.8 |
783 | 2023-10-24T16:42:37.285Z | Downloaded blake2 v0.10.6 |
784 | 2023-10-24T16:42:37.303Z | Downloaded multer v2.1.0 |
785 | 2023-10-24T16:42:37.314Z | Downloaded subtle v2.5.0 |
786 | 2023-10-24T16:42:37.318Z | Downloaded ahash v0.8.3 |
787 | 2023-10-24T16:42:37.326Z | Downloaded bytes v1.5.0 |
788 | 2023-10-24T16:42:37.330Z | Downloaded log v0.4.20 |
789 | 2023-10-24T16:42:37.334Z | Downloaded rand_core v0.5.1 |
790 | 2023-10-24T16:42:37.337Z | Downloaded inout v0.1.3 |
791 | 2023-10-24T16:42:37.341Z | Downloaded http-body v0.4.5 |
792 | 2023-10-24T16:42:37.344Z | Downloaded getrandom v0.1.16 |
793 | 2023-10-24T16:42:37.347Z | Downloaded dirs-sys-next v0.1.2 |
794 | 2023-10-24T16:42:37.352Z | Downloaded whoami v1.4.1 |
795 | 2023-10-24T16:42:37.355Z | Downloaded zerocopy v0.3.0 |
796 | 2023-10-24T16:42:37.359Z | Downloaded fallible-streaming-iterator v0.1.9 |
797 | 2023-10-24T16:42:37.362Z | Downloaded fallible-iterator v0.2.0 |
798 | 2023-10-24T16:42:37.365Z | Downloaded unicase v2.7.0 |
799 | 2023-10-24T16:42:37.368Z | Downloaded getopts v0.2.21 |
800 | 2023-10-24T16:42:37.371Z | Downloaded thiserror-impl v1.0.49 |
801 | 2023-10-24T16:42:37.374Z | Downloaded tempfile v3.8.0 |
802 | 2023-10-24T16:42:37.377Z | Downloaded quote v1.0.33 |
803 | 2023-10-24T16:42:37.380Z | Downloaded static_assertions v1.1.0 |
804 | 2023-10-24T16:42:37.383Z | Downloaded heck v0.4.1 |
805 | 2023-10-24T16:42:37.385Z | Downloaded dirs v5.0.1 |
806 | 2023-10-24T16:42:37.388Z | Downloaded cc v1.0.83 |
807 | 2023-10-24T16:42:37.390Z | Downloaded either v1.9.0 |
808 | 2023-10-24T16:42:37.393Z | Downloaded signal-hook-registry v1.4.1 |
809 | 2023-10-24T16:42:37.395Z | Downloaded signature v2.1.0 |
810 | 2023-10-24T16:42:37.398Z | Downloaded rustls-pemfile v1.0.3 |
811 | 2023-10-24T16:42:37.401Z | Downloaded foreign-types-macros v0.2.3 |
812 | 2023-10-24T16:42:37.403Z | Downloaded foreign-types v0.3.2 |
813 | 2023-10-24T16:42:37.406Z | Downloaded rcgen v0.10.0 |
814 | 2023-10-24T16:42:37.408Z | Downloaded resolv-conf v0.7.0 |
815 | 2023-10-24T16:42:37.411Z | Downloaded thiserror-no-std v2.0.2 |
816 | 2023-10-24T16:42:37.413Z | Downloaded dtrace-parser v0.1.14 |
817 | 2023-10-24T16:42:37.416Z | Downloaded slog-bunyan v2.4.0 |
818 | 2023-10-24T16:42:37.419Z | Downloaded slab v0.4.9 |
819 | 2023-10-24T16:42:37.422Z | Downloaded semver v1.0.18 |
820 | 2023-10-24T16:42:37.424Z | Downloaded siphasher v0.3.11 |
821 | 2023-10-24T16:42:37.427Z | Downloaded rand_chacha v0.2.2 |
822 | 2023-10-24T16:42:37.430Z | Downloaded slog-dtrace v0.2.3 |
823 | 2023-10-24T16:42:37.433Z | Downloaded same-file v1.0.6 |
824 | 2023-10-24T16:42:37.436Z | Downloaded smallvec v1.11.0 |
825 | 2023-10-24T16:42:37.438Z | Downloaded dyn-clone v1.0.13 |
826 | 2023-10-24T16:42:37.441Z | Downloaded home v0.5.5 |
827 | 2023-10-24T16:42:37.445Z | Downloaded fastrand v2.0.0 |
828 | 2023-10-24T16:42:37.448Z | Downloaded slog-term v2.9.0 |
829 | 2023-10-24T16:42:37.451Z | Downloaded smawk v0.3.1 |
830 | 2023-10-24T16:42:37.453Z | Downloaded clap v4.4.3 |
831 | 2023-10-24T16:42:37.456Z | Downloaded group v0.13.0 |
832 | 2023-10-24T16:42:37.459Z | Downloaded vsss-rs v3.3.1 |
833 | 2023-10-24T16:42:37.462Z | Downloaded typenum v1.16.0 |
834 | 2023-10-24T16:42:37.465Z | Downloaded equivalent v1.0.1 |
835 | 2023-10-24T16:42:37.467Z | Downloaded serde_path_to_error v0.1.14 |
836 | 2023-10-24T16:42:37.470Z | Downloaded hyper-tls v0.5.0 |
837 | 2023-10-24T16:42:37.473Z | Downloaded take_mut v0.2.2 |
838 | 2023-10-24T16:42:37.476Z | Downloaded memchr v2.6.3 |
839 | 2023-10-24T16:42:37.478Z | Downloaded time-core v0.1.1 |
840 | 2023-10-24T16:42:37.481Z | Downloaded usdt-macro v0.3.5 |
841 | 2023-10-24T16:42:37.484Z | Downloaded ipnetwork v0.20.0 |
842 | 2023-10-24T16:42:37.486Z | Downloaded backtrace v0.3.69 |
843 | 2023-10-24T16:42:37.489Z | Downloaded usdt-attr-macro v0.3.5 |
844 | 2023-10-24T16:42:37.492Z | Downloaded ident_case v1.0.1 |
845 | 2023-10-24T16:42:37.494Z | Downloaded schemars_derive v0.8.13 |
846 | 2023-10-24T16:42:37.497Z | Downloaded rustc-demangle v0.1.23 |
847 | 2023-10-24T16:42:37.499Z | Downloaded tap v1.0.1 |
848 | 2023-10-24T16:42:37.502Z | Downloaded futures-sink v0.3.28 |
849 | 2023-10-24T16:42:37.504Z | Downloaded similar v2.2.1 |
850 | 2023-10-24T16:42:37.510Z | Downloaded tokio-macros v2.1.0 |
851 | 2023-10-24T16:42:37.513Z | Downloaded utf-8 v0.7.6 |
852 | 2023-10-24T16:42:37.515Z | Downloaded serde_tokenstream v0.1.7 |
853 | 2023-10-24T16:42:37.521Z | Downloaded strum v0.25.0 |
854 | 2023-10-24T16:42:37.524Z | Downloaded structmeta-derive v0.1.6 |
855 | 2023-10-24T16:42:37.527Z | Downloaded elliptic-curve v0.13.5 |
856 | 2023-10-24T16:42:37.532Z | Downloaded jobserver v0.1.26 |
857 | 2023-10-24T16:42:37.536Z | Downloaded itoa v1.0.9 |
858 | 2023-10-24T16:42:37.539Z | Downloaded fixedbitset v0.4.2 |
859 | 2023-10-24T16:42:37.542Z | Downloaded filetime v0.2.22 |
860 | 2023-10-24T16:42:37.546Z | Downloaded ff v0.13.0 |
861 | 2023-10-24T16:42:37.549Z | Downloaded structmeta v0.1.6 |
862 | 2023-10-24T16:42:37.552Z | Downloaded strsim v0.8.0 |
863 | 2023-10-24T16:42:37.555Z | Downloaded sct v0.7.0 |
864 | 2023-10-24T16:42:37.558Z | Downloaded digest v0.10.7 |
865 | 2023-10-24T16:42:37.561Z | Downloaded num-bigint v0.4.4 |
866 | 2023-10-24T16:42:37.595Z | Downloaded russh-cryptovec v0.7.0 |
867 | 2023-10-24T16:42:37.598Z | Downloaded foreign-types v0.5.0 |
868 | 2023-10-24T16:42:37.600Z | Downloaded utf8parse v0.2.1 |
869 | 2023-10-24T16:42:37.603Z | Downloaded spki v0.7.2 |
870 | 2023-10-24T16:42:37.606Z | Downloaded indexmap v2.0.0 |
871 | 2023-10-24T16:42:37.608Z | Downloaded zeroize_derive v1.4.2 |
872 | 2023-10-24T16:42:37.611Z | Downloaded sha1 v0.10.5 |
873 | 2023-10-24T16:42:37.614Z | Downloaded wyz v0.5.1 |
874 | 2023-10-24T16:42:37.617Z | Downloaded form_urlencoded v1.2.0 |
875 | 2023-10-24T16:42:37.619Z | Downloaded socket2 v0.5.4 |
876 | 2023-10-24T16:42:37.622Z | Downloaded serde_urlencoded v0.7.1 |
877 | 2023-10-24T16:42:37.626Z | Downloaded fnv v1.0.7 |
878 | 2023-10-24T16:42:37.628Z | Downloaded is-terminal v0.4.9 |
879 | 2023-10-24T16:42:37.631Z | Downloaded serde_with_macros v2.3.3 |
880 | 2023-10-24T16:42:37.634Z | Downloaded erased-serde v0.3.30 |
881 | 2023-10-24T16:42:37.637Z | Downloaded schemars v0.8.13 |
882 | 2023-10-24T16:42:37.640Z | Downloaded fxhash v0.2.1 |
883 | 2023-10-24T16:42:37.643Z | Downloaded futures-task v0.3.28 |
884 | 2023-10-24T16:42:37.646Z | Downloaded hyper-staticfile v0.9.5 |
885 | 2023-10-24T16:42:37.649Z | Downloaded ghash v0.5.0 |
886 | 2023-10-24T16:42:37.652Z | Downloaded unicode-linebreak v0.1.5 |
887 | 2023-10-24T16:42:37.655Z | Downloaded glob v0.3.1 |
888 | 2023-10-24T16:42:37.658Z | Downloaded tokio-stream v0.1.14 |
889 | 2023-10-24T16:42:37.661Z | Downloaded zeroize v1.6.0 |
890 | 2023-10-24T16:42:37.664Z | Downloaded strum_macros v0.25.2 |
891 | 2023-10-24T16:42:37.667Z | Downloaded strsim v0.10.0 |
892 | 2023-10-24T16:42:37.670Z | Downloaded generic-array v0.14.7 |
893 | 2023-10-24T16:42:37.674Z | Downloaded termcolor v1.2.0 |
894 | 2023-10-24T16:42:37.677Z | Downloaded funty v2.0.0 |
895 | 2023-10-24T16:42:37.680Z | Downloaded stringprep v0.1.3 |
896 | 2023-10-24T16:42:37.687Z | Downloaded tokio-util v0.7.8 |
897 | 2023-10-24T16:42:37.700Z | Downloaded hashlink v0.8.3 |
898 | 2023-10-24T16:42:37.713Z | Downloaded env_logger v0.9.3 |
899 | 2023-10-24T16:42:37.721Z | Downloaded trust-dns-resolver v0.22.0 |
900 | 2023-10-24T16:42:37.731Z | Downloaded toml v0.8.0 |
901 | 2023-10-24T16:42:37.750Z | Downloaded usdt-impl v0.3.5 |
902 | 2023-10-24T16:42:37.768Z | Downloaded russh-keys v0.38.0 |
903 | 2023-10-24T16:42:37.793Z | Downloaded term v0.7.0 |
904 | 2023-10-24T16:42:37.806Z | Downloaded ipnet v2.8.0 |
905 | 2023-10-24T16:42:37.828Z | Downloaded futures v0.3.28 |
906 | 2023-10-24T16:42:38.249Z | Downloaded io-lifetimes v1.0.11 |
907 | 2023-10-24T16:42:38.258Z | Downloaded tokio-rustls v0.24.1 |
908 | 2023-10-24T16:42:38.264Z | Downloaded toml v0.5.11 |
909 | 2023-10-24T16:42:38.269Z | Downloaded libm v0.2.7 |
910 | 2023-10-24T16:42:38.274Z | Downloaded subprocess v0.2.9 |
911 | 2023-10-24T16:42:38.278Z | Downloaded ucd-trie v0.1.6 |
912 | 2023-10-24T16:42:38.281Z | Downloaded aes-gcm v0.10.2 |
913 | 2023-10-24T16:42:38.283Z | Downloaded serde_yaml v0.9.25 |
914 | 2023-10-24T16:42:38.287Z | Downloaded tracing-core v0.1.31 |
915 | 2023-10-24T16:42:38.290Z | Downloaded ed25519-dalek v2.0.0 |
916 | 2023-10-24T16:42:38.293Z | Downloaded tokio-postgres v0.7.10 |
917 | 2023-10-24T16:42:38.296Z | Downloaded structopt v0.3.26 |
918 | 2023-10-24T16:42:38.299Z | Downloaded zip v0.6.6 |
919 | 2023-10-24T16:42:38.302Z | Downloaded tungstenite v0.20.1 |
920 | 2023-10-24T16:42:38.305Z | Downloaded rand v0.8.5 |
921 | 2023-10-24T16:42:38.308Z | Downloaded rand v0.7.3 |
922 | 2023-10-24T16:42:38.310Z | Downloaded time v0.3.27 |
923 | 2023-10-24T16:42:38.315Z | Downloaded toml_edit v0.20.0 |
924 | 2023-10-24T16:42:38.318Z | Downloaded toml_edit v0.19.15 |
925 | 2023-10-24T16:42:38.321Z | Downloaded regex-automata v0.1.10 |
926 | 2023-10-24T16:42:38.324Z | Downloaded itertools v0.10.5 |
927 | 2023-10-24T16:42:38.327Z | Downloaded rusqlite v0.29.0 |
928 | 2023-10-24T16:42:38.330Z | Downloaded winnow v0.5.15 |
929 | 2023-10-24T16:42:38.335Z | Downloaded object v0.32.1 |
930 | 2023-10-24T16:42:38.339Z | Downloaded bitvec v1.0.1 |
931 | 2023-10-24T16:42:38.342Z | Downloaded serde_json v1.0.107 |
932 | 2023-10-24T16:42:38.346Z | Downloaded h2 v0.3.21 |
933 | 2023-10-24T16:42:38.348Z | Downloaded futures-util v0.3.28 |
934 | 2023-10-24T16:42:38.351Z | Downloaded webpki-roots v0.25.2 |
935 | 2023-10-24T16:42:38.354Z | Downloaded syn v2.0.32 |
936 | 2023-10-24T16:42:38.357Z | Downloaded regress v0.7.1 |
937 | 2023-10-24T16:42:38.360Z | Downloaded nix v0.26.2 |
938 | 2023-10-24T16:42:38.363Z | Downloaded syn v1.0.109 |
939 | 2023-10-24T16:42:38.366Z | Downloaded diesel v2.1.1 |
940 | 2023-10-24T16:42:38.369Z | Downloaded smoltcp v0.8.2 |
941 | 2023-10-24T16:42:38.373Z | Downloaded git2 v0.17.2 |
942 | 2023-10-24T16:42:38.376Z | Downloaded bstr v1.6.0 |
943 | 2023-10-24T16:42:38.379Z | Downloaded idna v0.2.3 |
944 | 2023-10-24T16:42:38.381Z | Downloaded rustls v0.21.7 |
945 | 2023-10-24T16:42:38.384Z | Downloaded idna v0.4.0 |
946 | 2023-10-24T16:42:38.387Z | Downloaded regex-syntax v0.7.5 |
947 | 2023-10-24T16:42:38.390Z | Downloaded rustix v0.37.23 |
948 | 2023-10-24T16:42:38.393Z | Downloaded rustix v0.38.9 |
949 | 2023-10-24T16:42:38.396Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
950 | 2023-10-24T16:42:38.421Z | Downloaded zerocopy-derive v0.2.0 |
951 | 2023-10-24T16:42:38.440Z | Downloaded zerocopy-derive v0.6.4 |
952 | 2023-10-24T16:42:38.461Z | Downloaded regex-automata v0.3.8 |
953 | 2023-10-24T16:42:38.495Z | Downloaded sled v0.34.7 |
954 | 2023-10-24T16:42:38.514Z | Downloaded regex-syntax v0.6.29 |
955 | 2023-10-24T16:42:38.651Z | Downloaded libc v0.2.149 |
956 | 2023-10-24T16:42:38.657Z | Downloaded sha3 v0.10.8 |
957 | 2023-10-24T16:42:38.661Z | Downloaded openapiv3 v1.0.3 |
958 | 2023-10-24T16:42:38.665Z | Downloaded gimli v0.28.0 |
959 | 2023-10-24T16:42:38.669Z | Downloaded regex v1.9.5 |
960 | 2023-10-24T16:42:39.089Z | Downloaded tokio v1.33.0 |
961 | 2023-10-24T16:42:39.093Z | Downloaded encoding_rs v0.8.33 |
962 | 2023-10-24T16:42:39.098Z | Downloaded smoltcp v0.9.1 |
963 | 2023-10-24T16:42:39.104Z | Downloaded radix_trie v0.2.1 |
964 | 2023-10-24T16:42:39.111Z | Downloaded trust-dns-proto v0.22.0 |
965 | 2023-10-24T16:42:39.518Z | Downloaded curve25519-dalek v4.1.0 |
966 | 2023-10-24T16:42:39.522Z | Downloaded bstr v0.2.17 |
967 | 2023-10-24T16:42:39.525Z | Downloaded winapi v0.3.9 |
968 | 2023-10-24T16:42:39.530Z | Downloaded openssl v0.10.57 |
969 | 2023-10-24T16:42:39.540Z | Downloaded clap v2.34.0 |
970 | 2023-10-24T16:42:39.557Z | Downloaded vcpkg v0.2.15 |
971 | 2023-10-24T16:42:39.571Z | Downloaded hyper v0.14.27 |
972 | 2023-10-24T16:42:39.584Z | Downloaded hkdf v0.12.3 |
973 | 2023-10-24T16:42:39.595Z | Downloaded unicode-normalization v0.1.22 |
974 | 2023-10-24T16:42:40.048Z | Downloaded itertools v0.11.0 |
975 | 2023-10-24T16:42:40.061Z | Downloaded serde_with v2.3.3 |
976 | 2023-10-24T16:42:40.065Z | Downloaded rustls-webpki v0.101.4 |
977 | 2023-10-24T16:42:40.068Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
978 | 2023-10-24T16:42:40.071Z | Downloaded chrono v0.4.31 |
979 | 2023-10-24T16:42:40.074Z | Downloaded trust-dns-client v0.22.0 |
980 | 2023-10-24T16:42:40.077Z | Downloaded ring v0.16.20 |
981 | 2023-10-24T16:42:40.080Z | Downloaded hashbrown v0.14.0 |
982 | 2023-10-24T16:42:40.083Z | Downloaded hashbrown v0.13.2 |
983 | 2023-10-24T16:42:40.086Z | Downloaded hashbrown v0.12.3 |
984 | 2023-10-24T16:42:40.089Z | Downloaded aes v0.8.3 |
985 | 2023-10-24T16:42:40.091Z | Downloaded reqwest v0.11.20 |
986 | 2023-10-24T16:42:40.094Z | Downloaded russh v0.38.0 |
987 | 2023-10-24T16:42:40.097Z | Downloaded unicode-segmentation v1.10.1 |
988 | 2023-10-24T16:42:40.099Z | Downloaded mio v0.8.8 |
989 | 2023-10-24T16:42:40.102Z | Downloaded clap_builder v4.4.2 |
990 | 2023-10-24T16:42:40.105Z | Downloaded toml v0.7.8 |
991 | 2023-10-24T16:42:40.108Z | Downloaded rand v0.4.6 |
992 | 2023-10-24T16:42:40.111Z | Downloaded pest v2.7.2 |
993 | 2023-10-24T16:42:40.114Z | Downloaded http v0.2.9 |
994 | 2023-10-24T16:42:40.116Z | Downloaded aho-corasick v1.0.4 |
995 | 2023-10-24T16:42:40.119Z | Downloaded trust-dns-server v0.22.1 |
996 | 2023-10-24T16:42:40.122Z | Downloaded serde v1.0.188 |
997 | 2023-10-24T16:42:40.125Z | Downloaded petgraph v0.6.4 |
998 | 2023-10-24T16:42:40.128Z | Downloaded xattr v1.0.1 |
999 | 2023-10-24T16:42:40.131Z | Downloaded tracing-attributes v0.1.26 |
1000 | 2023-10-24T16:42:40.133Z | Downloaded structopt-derive v0.4.18 |
1001 | 2023-10-24T16:42:40.136Z | Downloaded futures-channel v0.3.28 |
1002 | 2023-10-24T16:42:40.139Z | Downloaded serde_derive_internals v0.26.0 |
1003 | 2023-10-24T16:42:40.142Z | Downloaded ryu v1.0.15 |
1004 | 2023-10-24T16:42:40.145Z | Downloaded libz-sys v1.1.12 |
1005 | 2023-10-24T16:42:40.148Z | Downloaded heapless v0.7.16 |
1006 | 2023-10-24T16:42:40.151Z | Downloaded tracing v0.1.37 |
1007 | 2023-10-24T16:42:40.153Z | Downloaded synstructure v0.12.6 |
1008 | 2023-10-24T16:42:40.156Z | Downloaded serde_spanned v0.6.3 |
1009 | 2023-10-24T16:42:40.159Z | Downloaded futures-macro v0.3.28 |
1010 | 2023-10-24T16:42:40.164Z | Downloaded terminal_size v0.2.6 |
1011 | 2023-10-24T16:42:40.168Z | Downloaded dirs-sys v0.4.1 |
1012 | 2023-10-24T16:42:40.172Z | Downloaded rustc_version v0.4.0 |
1013 | 2023-10-24T16:42:40.177Z | Downloaded ed25519 v2.2.2 |
1014 | 2023-10-24T16:42:40.182Z | Downloaded hubpack v0.1.2 |
1015 | 2023-10-24T16:42:40.191Z | Downloaded slog-envlogger v2.2.0 |
1016 | 2023-10-24T16:42:40.197Z | Downloaded zone v0.2.0 |
1017 | 2023-10-24T16:42:40.204Z | Downloaded string_cache v0.8.7 |
1018 | 2023-10-24T16:42:40.210Z | Downloaded serde_repr v0.1.16 |
1019 | 2023-10-24T16:42:40.215Z | Downloaded serde_tokenstream v0.2.0 |
1020 | 2023-10-24T16:42:40.221Z | Downloaded iana-time-zone v0.1.57 |
1021 | 2023-10-24T16:42:40.224Z | Downloaded headers v0.3.9 |
1022 | 2023-10-24T16:42:40.227Z | Downloaded url v2.4.1 |
1023 | 2023-10-24T16:42:40.231Z | Downloaded const_format v0.2.31 |
1024 | 2023-10-24T16:42:40.234Z | Downloaded secrecy v0.8.0 |
1025 | 2023-10-24T16:42:40.237Z | Downloaded tungstenite v0.18.0 |
1026 | 2023-10-24T16:42:40.240Z | Downloaded tokio-native-tls v0.3.1 |
1027 | 2023-10-24T16:42:40.245Z | Downloaded unsafe-libyaml v0.2.9 |
1028 | 2023-10-24T16:42:40.248Z | Downloaded rand_chacha v0.3.1 |
1029 | 2023-10-24T16:42:40.251Z | Downloaded version_check v0.9.4 |
1030 | 2023-10-24T16:42:40.254Z | Downloaded toml_datetime v0.6.3 |
1031 | 2023-10-24T16:42:40.256Z | Downloaded rustfmt-wrapper v0.2.0 |
1032 | 2023-10-24T16:42:40.259Z | Downloaded socket2 v0.4.9 |
1033 | 2023-10-24T16:42:40.262Z | Downloaded vergen v8.2.4 |
1034 | 2023-10-24T16:42:40.264Z | Downloaded endian-type v0.1.2 |
1035 | 2023-10-24T16:42:40.267Z | Downloaded thread-id v4.2.0 |
1036 | 2023-10-24T16:42:40.270Z | Downloaded want v0.3.1 |
1037 | 2023-10-24T16:42:40.273Z | Downloaded textwrap v0.11.0 |
1038 | 2023-10-24T16:42:40.276Z | Downloaded hmac v0.12.1 |
1039 | 2023-10-24T16:42:40.279Z | Downloaded slog v2.7.0 |
1040 | 2023-10-24T16:42:40.281Z | Downloaded serde_derive v1.0.188 |
1041 | 2023-10-24T16:42:40.285Z | Downloaded spin v0.9.8 |
1042 | 2023-10-24T16:42:40.288Z | Downloaded flate2 v1.0.27 |
1043 | 2023-10-24T16:42:40.290Z | Downloaded tar v0.4.40 |
1044 | 2023-10-24T16:42:40.293Z | Downloaded crossbeam-channel v0.5.8 |
1045 | 2023-10-24T16:42:40.295Z | Downloaded zerocopy v0.6.4 |
1046 | 2023-10-24T16:42:40.298Z | Downloaded unicode-bidi v0.3.13 |
1047 | 2023-10-24T16:42:40.304Z | Downloaded uuid v1.4.1 |
1048 | 2023-10-24T16:42:40.307Z | Downloaded libsqlite3-sys v0.26.0 |
1049 | 2023-10-24T16:42:40.309Z | Downloaded der v0.7.8 |
1050 | 2023-10-24T16:42:40.313Z | Downloaded httparse v1.8.0 |
1051 | 2023-10-24T16:42:40.317Z | Downloaded base64 v0.21.4 |
1052 | 2023-10-24T16:42:40.320Z | Downloaded half v1.8.2 |
1053 | 2023-10-24T16:42:40.323Z | Downloaded errno v0.3.2 |
1054 | 2023-10-24T16:42:40.326Z | Downloaded smf v0.2.2 |
1055 | 2023-10-24T16:42:40.329Z | Downloaded stable_deref_trait v1.2.0 |
1056 | 2023-10-24T16:42:40.332Z | Downloaded ron v0.7.1 |
1057 | 2023-10-24T16:42:40.334Z | Downloaded indexmap v1.9.3 |
1058 | 2023-10-24T16:42:40.337Z | Downloaded ciborium v0.2.1 |
1059 | 2023-10-24T16:42:40.340Z | Downloaded chacha20poly1305 v0.10.1 |
1060 | 2023-10-24T16:42:40.342Z | Downloaded twox-hash v1.6.3 |
1061 | 2023-10-24T16:42:40.345Z | Downloaded yasna v0.5.2 |
1062 | 2023-10-24T16:42:40.348Z | Downloaded usdt v0.3.5 |
1063 | 2023-10-24T16:42:40.351Z | Downloaded rustls-native-certs v0.6.3 |
1064 | 2023-10-24T16:42:40.354Z | Downloaded spin v0.5.2 |
1065 | 2023-10-24T16:42:40.356Z | Downloaded enum-as-inner v0.5.1 |
1066 | 2023-10-24T16:42:40.359Z | Downloaded dirs-next v2.0.0 |
1067 | 2023-10-24T16:42:40.362Z | Downloaded textwrap v0.16.0 |
1068 | 2023-10-24T16:42:40.365Z | Downloaded sha2 v0.10.7 |
1069 | 2023-10-24T16:42:40.368Z | Downloaded semver-parser v0.10.2 |
1070 | 2023-10-24T16:42:40.371Z | Downloaded semver v0.11.0 |
1071 | 2023-10-24T16:42:40.374Z | Downloaded tokio-tungstenite v0.20.1 |
1072 | 2023-10-24T16:42:40.376Z | Downloaded proc-macro2 v1.0.67 |
1073 | 2023-10-24T16:42:40.380Z | Downloaded parking_lot v0.12.1 |
1074 | 2023-10-24T16:42:40.383Z | Downloaded derive_more v0.99.17 |
1075 | 2023-10-24T16:42:40.385Z | Downloaded unicode-xid v0.2.4 |
1076 | 2023-10-24T16:42:40.388Z | Downloaded thiserror-impl-no-std v2.0.2 |
1077 | 2023-10-24T16:42:40.391Z | Downloaded scopeguard v1.2.0 |
1078 | 2023-10-24T16:42:40.394Z | Downloaded scheduled-thread-pool v0.2.7 |
1079 | 2023-10-24T16:42:40.398Z | Downloaded openssl-sys v0.9.93 |
1080 | 2023-10-24T16:42:40.401Z | Downloaded universal-hash v0.5.1 |
1081 | 2023-10-24T16:42:40.404Z | Downloaded humantime v2.1.0 |
1082 | 2023-10-24T16:42:40.407Z | Downloaded tinyvec v1.6.0 |
1083 | 2023-10-24T16:42:40.409Z | Downloaded slog-async v2.8.0 |
1084 | 2023-10-24T16:42:40.413Z | Downloaded unicode-width v0.1.10 |
1085 | 2023-10-24T16:42:40.415Z | Downloaded httpdate v1.0.3 |
1086 | 2023-10-24T16:42:40.418Z | Downloaded hyper-rustls v0.24.1 |
1087 | 2023-10-24T16:42:40.421Z | Downloaded darling_core v0.20.3 |
1088 | 2023-10-24T16:42:40.424Z | Downloaded rand_core v0.6.4 |
1089 | 2023-10-24T16:42:40.427Z | Downloaded unicode-ident v1.0.12 |
1090 | 2023-10-24T16:42:40.430Z | Downloaded crypto-bigint v0.5.2 |
1091 | 2023-10-24T16:42:40.433Z | Downloaded miniz_oxide v0.7.1 |
1092 | 2023-10-24T16:42:40.436Z | Downloaded heck v0.3.3 |
1093 | 2023-10-24T16:42:40.438Z | Downloaded walkdir v2.4.0 |
1094 | 2023-10-24T16:42:40.441Z | Downloaded slog-stdlog v4.1.1 |
1095 | 2023-10-24T16:42:40.444Z | Downloaded slog-scope v4.4.0 |
1096 | 2023-10-24T16:42:40.888Z | Downloaded slog-json v2.6.1 |
1097 | 2023-10-24T16:42:40.892Z | Downloaded serde_arrays v0.1.0 |
1098 | 2023-10-24T16:42:40.895Z | Downloaded ringbuffer v0.15.0 |
1099 | 2023-10-24T16:42:40.902Z | Downloaded getrandom v0.2.10 |
1100 | 2023-10-24T16:42:40.907Z | Downloaded tokio-tungstenite v0.18.0 |
1101 | 2023-10-24T16:42:40.910Z | Downloaded postcard v0.7.3 |
1102 | 2023-10-24T16:42:40.913Z | Downloaded diesel_derives v2.1.1 |
1103 | 2023-10-24T16:42:40.915Z | Downloaded dof v0.1.5 |
1104 | 2023-10-24T16:42:40.918Z | Downloaded vec_map v0.8.2 |
1105 | 2023-10-24T16:42:40.922Z | Downloaded untrusted v0.7.1 |
1106 | 2023-10-24T16:42:40.925Z | Downloaded const_format_proc_macros v0.2.31 |
1107 | 2023-10-24T16:42:40.927Z | Downloaded cipher v0.4.4 |
1108 | 2023-10-24T16:42:40.930Z | Downloaded rustversion v1.0.14 |
1109 | 2023-10-24T16:42:40.933Z | Downloaded crossbeam-epoch v0.9.15 |
1110 | 2023-10-24T16:42:40.936Z | Downloaded byteorder v1.4.3 |
1111 | 2023-10-24T16:42:40.939Z | Downloaded hubpack_derive v0.1.1 |
1112 | 2023-10-24T16:42:40.942Z | Downloaded password-hash v0.4.2 |
1113 | 2023-10-24T16:42:40.960Z | Downloaded hostname v0.3.1 |
1114 | 2023-10-24T16:42:40.963Z | Downloaded hex v0.4.3 |
1115 | 2023-10-24T16:42:40.966Z | Downloaded waitgroup v0.1.2 |
1116 | 2023-10-24T16:42:40.969Z | Downloaded thread_local v1.1.7 |
1117 | 2023-10-24T16:42:40.971Z | Downloaded ctr v0.9.2 |
1118 | 2023-10-24T16:42:40.974Z | Downloaded crypto-common v0.1.6 |
1119 | 2023-10-24T16:42:40.977Z | Downloaded crossbeam-utils v0.8.16 |
1120 | 2023-10-24T16:42:40.980Z | Downloaded crc32fast v1.3.2 |
1121 | 2023-10-24T16:42:40.983Z | Downloaded difflib v0.4.0 |
1122 | 2023-10-24T16:42:40.986Z | Downloaded headers-core v0.2.0 |
1123 | 2023-10-24T16:42:40.995Z | Downloaded radium v0.7.0 |
1124 | 2023-10-24T16:42:40.998Z | Downloaded keccak v0.1.4 |
1125 | 2023-10-24T16:42:41.001Z | Downloaded time-macros v0.2.13 |
1126 | 2023-10-24T16:42:41.004Z | Downloaded pest_derive v2.7.2 |
1127 | 2023-10-24T16:42:41.008Z | Downloaded percent-encoding v2.3.0 |
1128 | 2023-10-24T16:42:41.010Z | Downloaded num_cpus v1.16.0 |
1129 | 2023-10-24T16:42:41.013Z | Downloaded num-rational v0.4.1 |
1130 | 2023-10-24T16:42:41.016Z | Downloaded num-derive v0.4.0 |
1131 | 2023-10-24T16:42:41.019Z | Downloaded futures-io v0.3.28 |
1132 | 2023-10-24T16:42:41.022Z | Downloaded futures-executor v0.3.28 |
1133 | 2023-10-24T16:42:41.025Z | Downloaded proc-macro-error v1.0.4 |
1134 | 2023-10-24T16:42:41.028Z | Downloaded addr2line v0.21.0 |
1135 | 2023-10-24T16:42:41.031Z | Downloaded lalrpop-util v0.19.12 |
1136 | 2023-10-24T16:42:41.034Z | Downloaded http-range v0.1.5 |
1137 | 2023-10-24T16:42:41.039Z | Downloaded thiserror v1.0.49 |
1138 | 2023-10-24T16:42:41.044Z | Downloaded parking_lot v0.11.2 |
1139 | 2023-10-24T16:42:41.046Z | Downloaded once_cell v1.18.0 |
1140 | 2023-10-24T16:42:41.049Z | Downloaded bitflags v1.3.2 |
1141 | 2023-10-24T16:42:41.052Z | Downloaded native-tls v0.2.11 |
1142 | 2023-10-24T16:42:41.055Z | Downloaded num-complex v0.4.4 |
1143 | 2023-10-24T16:42:41.058Z | Downloaded debug-ignore v1.0.5 |
1144 | 2023-10-24T16:42:41.061Z | Downloaded console v0.15.7 |
1145 | 2023-10-24T16:42:41.064Z | Downloaded data-encoding v2.4.0 |
1146 | 2023-10-24T16:42:41.066Z | Downloaded openssl-macros v0.1.1 |
1147 | 2023-10-24T16:42:41.069Z | Downloaded cstr-argument v0.1.2 |
1148 | 2023-10-24T16:42:41.072Z | Downloaded parking_lot_core v0.8.6 |
1149 | 2023-10-24T16:42:41.075Z | Downloaded macaddr v1.0.1 |
1150 | 2023-10-24T16:42:41.078Z | Downloaded libefi-sys v0.1.0 |
1151 | 2023-10-24T16:42:41.081Z | Downloaded parse-display-derive v0.7.0 |
1152 | 2023-10-24T16:42:41.084Z | Downloaded bincode v1.3.3 |
1153 | 2023-10-24T16:42:41.086Z | Downloaded hash32 v0.2.1 |
1154 | 2023-10-24T16:42:41.089Z | Downloaded tinyvec_macros v0.1.1 |
1155 | 2023-10-24T16:42:41.092Z | Downloaded pretty-hex v0.2.1 |
1156 | 2023-10-24T16:42:41.094Z | Downloaded backoff v0.4.0 |
1157 | 2023-10-24T16:42:41.097Z | Downloaded quick-error v1.2.3 |
1158 | 2023-10-24T16:42:41.100Z | Downloaded password-hash v0.5.0 |
1159 | 2023-10-24T16:42:41.103Z | Downloaded clap_derive v4.4.2 |
1160 | 2023-10-24T16:42:41.105Z | Downloaded darling_macro v0.20.3 |
1161 | 2023-10-24T16:42:41.108Z | Downloaded curve25519-dalek-derive v0.1.0 |
1162 | 2023-10-24T16:42:41.111Z | Downloaded ciborium-ll v0.2.1 |
1163 | 2023-10-24T16:42:41.113Z | Downloaded normalize-line-endings v0.3.0 |
1164 | 2023-10-24T16:42:41.116Z | Downloaded nibble_vec v0.1.0 |
1165 | 2023-10-24T16:42:41.119Z | Downloaded memoffset v0.7.1 |
1166 | 2023-10-24T16:42:41.123Z | Downloaded cfg-if v1.0.0 |
1167 | 2023-10-24T16:42:41.125Z | Downloaded cbc v0.1.2 |
1168 | 2023-10-24T16:42:41.128Z | Downloaded option-ext v0.2.0 |
1169 | 2023-10-24T16:42:41.131Z | Downloaded num_enum_derive v0.5.11 |
1170 | 2023-10-24T16:42:41.134Z | Downloaded num_enum v0.7.0 |
1171 | 2023-10-24T16:42:41.137Z | Downloaded linked-hash-map v0.5.6 |
1172 | 2023-10-24T16:42:41.140Z | Downloaded async-trait v0.1.73 |
1173 | 2023-10-24T16:42:41.142Z | Downloaded pem v1.1.1 |
1174 | 2023-10-24T16:42:41.145Z | Downloaded new_debug_unreachable v1.0.4 |
1175 | 2023-10-24T16:42:41.148Z | Downloaded base16ct v0.2.0 |
1176 | 2023-10-24T16:42:41.151Z | Downloaded anstyle v1.0.2 |
1177 | 2023-10-24T16:42:41.153Z | Downloaded predicates v3.0.4 |
1178 | 2023-10-24T16:42:41.156Z | Downloaded postgres-protocol v0.6.6 |
1179 | 2023-10-24T16:42:41.159Z | Downloaded postcard-cobs v0.1.5-pre |
1180 | 2023-10-24T16:42:41.162Z | Downloaded proc-macro-error-attr v1.0.4 |
1181 | 2023-10-24T16:42:41.165Z | Downloaded pretty-hex v0.3.0 |
1182 | 2023-10-24T16:42:41.167Z | Downloaded ppv-lite86 v0.2.17 |
1183 | 2023-10-24T16:42:41.170Z | Downloaded proc-macro-crate v1.3.1 |
1184 | 2023-10-24T16:42:41.173Z | Downloaded openssl-probe v0.1.5 |
1185 | 2023-10-24T16:42:41.176Z | Downloaded crucible-workspace-hack v0.1.0 |
1186 | 2023-10-24T16:42:41.179Z | Downloaded cpufeatures v0.2.9 |
1187 | 2023-10-24T16:42:41.182Z | Downloaded bcrypt-pbkdf v0.10.0 |
1188 | 2023-10-24T16:42:41.185Z | Downloaded polyval v0.6.1 |
1189 | 2023-10-24T16:42:41.188Z | Downloaded platforms v3.0.2 |
1190 | 2023-10-24T16:42:41.191Z | Downloaded pkcs8 v0.10.2 |
1191 | 2023-10-24T16:42:41.193Z | Downloaded pest_generator v2.7.2 |
1192 | 2023-10-24T16:42:41.196Z | Downloaded pbkdf2 v0.12.2 |
1193 | 2023-10-24T16:42:41.199Z | Downloaded parse-display v0.7.0 |
1194 | 2023-10-24T16:42:41.202Z | Downloaded convert_case v0.4.0 |
1195 | 2023-10-24T16:42:41.205Z | Downloaded anstyle-query v1.0.0 |
1196 | 2023-10-24T16:42:41.207Z | Downloaded lru-cache v0.1.2 |
1197 | 2023-10-24T16:42:41.210Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1198 | 2023-10-24T16:42:41.213Z | Downloaded precomputed-hash v0.1.1 |
1199 | 2023-10-24T16:42:41.215Z | Downloaded argon2 v0.5.2 |
1200 | 2023-10-24T16:42:41.218Z | Downloaded pin-utils v0.1.0 |
1201 | 2023-10-24T16:42:41.220Z | Downloaded phf_shared v0.10.0 |
1202 | 2023-10-24T16:42:41.223Z | Downloaded omicron-zone-package v0.8.3 |
1203 | 2023-10-24T16:42:41.226Z | Downloaded chacha20 v0.9.1 |
1204 | 2023-10-24T16:42:41.230Z | Downloaded bitstruct v0.1.1 |
1205 | 2023-10-24T16:42:41.233Z | Downloaded atty v0.2.14 |
1206 | 2023-10-24T16:42:41.236Z | Downloaded async-stream-impl v0.3.5 |
1207 | 2023-10-24T16:42:41.239Z | Downloaded pkg-config v0.3.27 |
1208 | 2023-10-24T16:42:41.242Z | Downloaded pest_meta v2.7.2 |
1209 | 2023-10-24T16:42:41.246Z | Downloaded block-buffer v0.10.4 |
1210 | 2023-10-24T16:42:41.248Z | Downloaded bit-vec v0.6.3 |
1211 | 2023-10-24T16:42:41.251Z | Downloaded pin-project-lite v0.2.13 |
1212 | 2023-10-24T16:42:41.254Z | Downloaded phf_shared v0.11.2 |
1213 | 2023-10-24T16:42:41.257Z | Downloaded phf v0.11.2 |
1214 | 2023-10-24T16:42:41.260Z | Downloaded clap_lex v0.5.1 |
1215 | 2023-10-24T16:42:41.262Z | Downloaded autocfg v1.1.0 |
1216 | 2023-10-24T16:42:41.265Z | Downloaded ansi_term v0.12.1 |
1217 | 2023-10-24T16:42:41.268Z | Downloaded anstream v0.5.0 |
1218 | 2023-10-24T16:42:41.271Z | Downloaded pbkdf2 v0.11.0 |
1219 | 2023-10-24T16:42:41.274Z | Downloaded ciborium-io v0.2.1 |
1220 | 2023-10-24T16:42:41.277Z | Downloaded adler v1.0.2 |
1221 | 2023-10-24T16:42:41.279Z | Downloaded atomic-waker v1.1.1 |
1222 | 2023-10-24T16:42:41.286Z | Downloaded anstyle-parse v0.2.1 |
1223 | 2023-10-24T16:42:41.288Z | Downloaded allocator-api2 v0.2.16 |
1224 | 2023-10-24T16:42:41.297Z | Downloaded opaque-debug v0.3.0 |
1225 | 2023-10-24T16:42:41.310Z | Compiling proc-macro2 v1.0.67 |
1226 | 2023-10-24T16:42:41.313Z | Compiling unicode-ident v1.0.12 |
1227 | 2023-10-24T16:42:41.317Z | Compiling libc v0.2.149 |
1228 | 2023-10-24T16:42:41.320Z | Compiling serde v1.0.188 |
1229 | 2023-10-24T16:42:41.330Z | Compiling version_check v0.9.4 |
1230 | 2023-10-24T16:42:41.350Z | Compiling autocfg v1.1.0 |
1231 | 2023-10-24T16:42:41.353Z | Compiling cfg-if v1.0.0 |
1232 | 2023-10-24T16:42:41.356Z | Compiling syn v1.0.109 |
1233 | 2023-10-24T16:42:41.556Z | Compiling typenum v1.16.0 |
1234 | 2023-10-24T16:42:41.585Z | Compiling once_cell v1.18.0 |
1235 | 2023-10-24T16:42:42.319Z | Compiling thiserror v1.0.49 |
1236 | 2023-10-24T16:42:42.394Z | Compiling generic-array v0.14.7 |
1237 | 2023-10-24T16:42:42.449Z | Compiling lock_api v0.4.10 |
1238 | 2023-10-24T16:42:43.991Z | Compiling libm v0.2.7 |
1239 | 2023-10-24T16:42:43.994Z | Compiling parking_lot_core v0.9.8 |
1240 | 2023-10-24T16:42:44.093Z | Compiling num-traits v0.2.16 |
1241 | 2023-10-24T16:42:44.305Z | Compiling itoa v1.0.9 |
1242 | 2023-10-24T16:42:44.457Z | Compiling memchr v2.6.3 |
1243 | 2023-10-24T16:42:44.460Z | Compiling futures-core v0.3.28 |
1244 | 2023-10-24T16:42:44.580Z | Compiling ahash v0.8.3 |
1245 | 2023-10-24T16:42:44.644Z | Compiling serde_json v1.0.107 |
1246 | 2023-10-24T16:42:44.949Z | Compiling log v0.4.20 |
1247 | 2023-10-24T16:42:45.104Z | Compiling slab v0.4.9 |
1248 | 2023-10-24T16:42:45.179Z | Compiling futures-task v0.3.28 |
1249 | 2023-10-24T16:42:45.610Z | Compiling quote v1.0.33 |
1250 | 2023-10-24T16:42:45.698Z | Compiling futures-channel v0.3.28 |
1251 | 2023-10-24T16:42:45.824Z | Compiling futures-util v0.3.28 |
1252 | 2023-10-24T16:42:45.962Z | Compiling pkg-config v0.3.27 |
1253 | 2023-10-24T16:42:46.134Z | Compiling getrandom v0.2.10 |
1254 | 2023-10-24T16:42:46.242Z | Compiling syn v2.0.32 |
1255 | 2023-10-24T16:42:46.726Z | Compiling jobserver v0.1.26 |
1256 | 2023-10-24T16:42:46.874Z | Compiling ryu v1.0.15 |
1257 | 2023-10-24T16:42:47.062Z | Compiling rand_core v0.6.4 |
1258 | 2023-10-24T16:42:47.450Z | Compiling cc v1.0.83 |
1259 | 2023-10-24T16:42:47.754Z | Compiling vcpkg v0.2.15 |
1260 | 2023-10-24T16:42:47.776Z | Compiling schemars v0.8.13 |
1261 | 2023-10-24T16:42:47.805Z | Compiling allocator-api2 v0.2.16 |
1262 | 2023-10-24T16:42:47.829Z | Compiling heck v0.4.1 |
1263 | 2023-10-24T16:42:48.261Z | Compiling scopeguard v1.2.0 |
1264 | 2023-10-24T16:42:48.463Z | Compiling equivalent v1.0.1 |
1265 | 2023-10-24T16:42:49.097Z | Compiling hashbrown v0.14.0 |
1266 | 2023-10-24T16:42:49.324Z | Compiling smallvec v1.11.0 |
1267 | 2023-10-24T16:42:50.030Z | Compiling byteorder v1.4.3 |
1268 | 2023-10-24T16:42:50.766Z | Compiling fnv v1.0.7 |
1269 | 2023-10-24T16:42:50.886Z | Compiling httparse v1.8.0 |
1270 | 2023-10-24T16:42:50.955Z | Compiling iana-time-zone v0.1.57 |
1271 | 2023-10-24T16:42:51.082Z | Compiling pin-project-lite v0.2.13 |
1272 | 2023-10-24T16:42:51.264Z | Compiling semver v1.0.18 |
1273 | 2023-10-24T16:42:51.672Z | Compiling subtle v2.5.0 |
1274 | 2023-10-24T16:42:52.011Z | Compiling indexmap v1.9.3 |
1275 | 2023-10-24T16:42:52.139Z | Compiling parking_lot v0.12.1 |
1276 | 2023-10-24T16:42:52.202Z | Compiling ring v0.16.20 |
1277 | 2023-10-24T16:42:52.410Z | Compiling tinyvec_macros v0.1.1 |
1278 | 2023-10-24T16:42:52.528Z | Compiling dyn-clone v1.0.13 |
1279 | 2023-10-24T16:42:52.553Z | Compiling time-core v0.1.1 |
1280 | 2023-10-24T16:42:52.596Z | Compiling tinyvec v1.6.0 |
1281 | 2023-10-24T16:42:52.810Z | Compiling time-macros v0.2.13 |
1282 | 2023-10-24T16:42:52.865Z | Compiling openssl-sys v0.9.93 |
1283 | 2023-10-24T16:42:52.894Z | Compiling socket2 v0.5.4 |
1284 | 2023-10-24T16:42:53.868Z | Compiling num_cpus v1.16.0 |
1285 | 2023-10-24T16:42:54.042Z | Compiling signal-hook-registry v1.4.1 |
1286 | 2023-10-24T16:42:54.172Z | Compiling mio v0.8.8 |
1287 | 2023-10-24T16:42:54.486Z | Compiling unicode-bidi v0.3.13 |
1288 | 2023-10-24T16:42:55.143Z | Compiling unicode-normalization v0.1.22 |
1289 | 2023-10-24T16:42:55.408Z | Compiling rustls v0.21.7 |
1290 | 2023-10-24T16:42:56.044Z | Compiling slog v2.7.0 |
1291 | 2023-10-24T16:42:56.646Z | Compiling spin v0.5.2 |
1292 | 2023-10-24T16:42:56.979Z | Compiling ucd-trie v0.1.6 |
1293 | 2023-10-24T16:42:57.041Z | Compiling percent-encoding v2.3.0 |
1294 | 2023-10-24T16:42:57.355Z | Compiling backtrace v0.3.69 |
1295 | 2023-10-24T16:42:57.557Z | Compiling async-trait v0.1.73 |
1296 | 2023-10-24T16:42:57.857Z | Compiling form_urlencoded v1.2.0 |
1297 | 2023-10-24T16:42:57.881Z | Compiling aho-corasick v1.0.4 |
1298 | 2023-10-24T16:42:58.092Z | Compiling serde_derive_internals v0.26.0 |
1299 | 2023-10-24T16:42:58.279Z | Compiling regex-syntax v0.7.5 |
1300 | 2023-10-24T16:42:58.326Z | Compiling openssl v0.10.57 |
1301 | 2023-10-24T16:42:58.863Z | Compiling winnow v0.5.15 |
1302 | 2023-10-24T16:42:59.118Z | Compiling anyhow v1.0.75 |
1303 | 2023-10-24T16:42:59.808Z | Compiling pin-utils v0.1.0 |
1304 | 2023-10-24T16:42:59.944Z | Compiling futures-sink v0.3.28 |
1305 | 2023-10-24T16:43:00.744Z | Compiling idna v0.4.0 |
1306 | 2023-10-24T16:43:01.938Z | Compiling native-tls v0.2.11 |
1307 | 2023-10-24T16:43:02.427Z | Compiling url v2.4.1 |
1308 | 2023-10-24T16:43:03.562Z | Compiling unicode-xid v0.2.4 |
1309 | 2023-10-24T16:43:04.486Z | Compiling regex-automata v0.3.8 |
1310 | 2023-10-24T16:43:05.313Z | Compiling futures-io v0.3.28 |
1311 | 2023-10-24T16:43:05.401Z | Compiling rustversion v1.0.14 |
1312 | 2023-10-24T16:43:05.781Z | Compiling const-oid v0.9.5 |
1313 | 2023-10-24T16:43:05.842Z | Compiling unicode-width v0.1.10 |
1314 | 2023-10-24T16:43:06.079Z | Compiling hashbrown v0.13.2 |
1315 | 2023-10-24T16:43:06.380Z | Compiling synstructure v0.12.6 |
1316 | 2023-10-24T16:43:07.974Z | Compiling crossbeam-utils v0.8.16 |
1317 | 2023-10-24T16:43:08.588Z | Compiling cpufeatures v0.2.9 |
1318 | 2023-10-24T16:43:08.665Z | Compiling tracing-core v0.1.31 |
1319 | 2023-10-24T16:43:08.733Z | Compiling adler v1.0.2 |
1320 | 2023-10-24T16:43:08.986Z | Compiling miniz_oxide v0.7.1 |
1321 | 2023-10-24T16:43:09.019Z | Compiling rustix v0.38.9 |
1322 | 2023-10-24T16:43:09.073Z | Compiling usdt-impl v0.3.5 |
1323 | 2023-10-24T16:43:09.538Z | Compiling ppv-lite86 v0.2.17 |
1324 | 2023-10-24T16:43:10.771Z | Compiling bitflags v1.3.2 |
1325 | 2023-10-24T16:43:10.843Z | Compiling serde_derive v1.0.188 |
1326 | 2023-10-24T16:43:10.866Z | Compiling zeroize_derive v1.4.2 |
1327 | 2023-10-24T16:43:10.938Z | Compiling thiserror-impl v1.0.49 |
1328 | 2023-10-24T16:43:10.941Z | Compiling tokio-macros v2.1.0 |
1329 | 2023-10-24T16:43:11.233Z | Compiling futures-macro v0.3.28 |
1330 | 2023-10-24T16:43:11.759Z | Compiling tracing-attributes v0.1.26 |
1331 | 2023-10-24T16:43:11.863Z | Compiling schemars_derive v0.8.13 |
1332 | 2023-10-24T16:43:13.340Z | Compiling zeroize v1.6.0 |
1333 | 2023-10-24T16:43:13.445Z | Compiling openssl-macros v0.1.1 |
1334 | 2023-10-24T16:43:14.555Z | Compiling regex v1.9.5 |
1335 | 2023-10-24T16:43:15.981Z | Compiling pest v2.7.2 |
1336 | 2023-10-24T16:43:16.363Z | Compiling crypto-common v0.1.6 |
1337 | 2023-10-24T16:43:16.633Z | Compiling block-buffer v0.10.4 |
1338 | 2023-10-24T16:43:16.887Z | Compiling zerocopy-derive v0.2.0 |
1339 | 2023-10-24T16:43:16.965Z | Compiling digest v0.10.7 |
1340 | 2023-10-24T16:43:17.367Z | Compiling tracing v0.1.37 |
1341 | 2023-10-24T16:43:17.656Z | Compiling gimli v0.28.0 |
1342 | 2023-10-24T16:43:18.442Z | Compiling object v0.32.1 |
1343 | 2023-10-24T16:43:18.566Z | Compiling num_threads v0.1.6 |
1344 | 2023-10-24T16:43:18.740Z | Compiling deranged v0.3.8 |
1345 | 2023-10-24T16:43:19.846Z | Compiling zerocopy v0.3.0 |
1346 | 2023-10-24T16:43:21.053Z | Compiling pest_meta v2.7.2 |
1347 | 2023-10-24T16:43:21.258Z | Compiling rustc-demangle v0.1.23 |
1348 | 2023-10-24T16:43:22.167Z | Compiling time v0.3.27 |
1349 | 2023-10-24T16:43:22.995Z | Compiling dof v0.1.5 |
1350 | 2023-10-24T16:43:23.753Z | Compiling pest_generator v2.7.2 |
1351 | 2023-10-24T16:43:26.541Z | Compiling addr2line v0.21.0 |
1352 | 2023-10-24T16:43:26.834Z | Compiling thread-id v4.2.0 |
1353 | 2023-10-24T16:43:27.042Z | Compiling rand_chacha v0.3.1 |
1354 | 2023-10-24T16:43:27.565Z | Compiling base64 v0.21.4 |
1355 | 2023-10-24T16:43:28.504Z | Compiling pest_derive v2.7.2 |
1356 | 2023-10-24T16:43:28.865Z | Compiling rand v0.8.5 |
1357 | 2023-10-24T16:43:29.657Z | Compiling dtrace-parser v0.1.14 |
1358 | 2023-10-24T16:43:30.716Z | Compiling lazy_static v1.4.0 |
1359 | 2023-10-24T16:43:31.365Z | Compiling untrusted v0.7.1 |
1360 | 2023-10-24T16:43:31.809Z | Compiling strum_macros v0.25.2 |
1361 | 2023-10-24T16:43:33.020Z | Compiling strsim v0.10.0 |
1362 | 2023-10-24T16:43:33.346Z | Compiling regress v0.7.1 |
1363 | 2023-10-24T16:43:34.311Z | Compiling socket2 v0.4.9 |
1364 | 2023-10-24T16:43:35.215Z | Compiling bytes v1.5.0 |
1365 | 2023-10-24T16:43:35.494Z | Compiling indexmap v2.0.0 |
1366 | 2023-10-24T16:43:35.868Z | Compiling chrono v0.4.31 |
1367 | 2023-10-24T16:43:36.887Z | Compiling uuid v1.4.1 |
1368 | 2023-10-24T16:43:37.456Z | Compiling http v0.2.9 |
1369 | 2023-10-24T16:43:37.575Z | Compiling tokio v1.33.0 |
1370 | 2023-10-24T16:43:38.112Z | Compiling serde_spanned v0.6.3 |
1371 | 2023-10-24T16:43:38.289Z | Compiling toml_datetime v0.6.3 |
1372 | 2023-10-24T16:43:38.477Z | Compiling bitflags v2.4.0 |
1373 | 2023-10-24T16:43:39.050Z | Compiling toml_edit v0.19.15 |
1374 | 2023-10-24T16:43:39.176Z | Compiling rustc_version v0.4.0 |
1375 | 2023-10-24T16:43:39.343Z | Compiling openapiv3 v1.0.3 |
1376 | 2023-10-24T16:43:42.798Z | Compiling serde_tokenstream v0.1.7 |
1377 | 2023-10-24T16:43:43.074Z | Compiling serde_tokenstream v0.2.0 |
1378 | 2023-10-24T16:43:43.108Z | Compiling hashbrown v0.12.3 |
1379 | 2023-10-24T16:43:43.795Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1380 | 2023-10-24T16:43:43.903Z | Compiling rustls-webpki v0.101.4 |
1381 | 2023-10-24T16:43:45.009Z | Compiling usdt-attr-macro v0.3.5 |
1382 | 2023-10-24T16:43:46.501Z | Compiling usdt-macro v0.3.5 |
1383 | 2023-10-24T16:43:46.654Z | Compiling sct v0.7.0 |
1384 | 2023-10-24T16:43:47.131Z | Compiling try-lock v0.2.4 |
1385 | 2023-10-24T16:43:47.253Z | Compiling httpdate v1.0.3 |
1386 | 2023-10-24T16:43:47.342Z | Compiling want v0.3.1 |
1387 | 2023-10-24T16:43:47.786Z | Compiling http-body v0.4.5 |
1388 | 2023-10-24T16:43:48.009Z | Compiling rustls-pemfile v1.0.3 |
1389 | 2023-10-24T16:43:48.416Z | Compiling foreign-types-shared v0.1.1 |
1390 | 2023-10-24T16:43:48.453Z | Compiling tower-service v0.3.2 |
1391 | 2023-10-24T16:43:48.523Z | Compiling openssl-probe v0.1.5 |
1392 | 2023-10-24T16:43:48.574Z | Compiling mime v0.3.17 |
1393 | 2023-10-24T16:43:48.650Z | Compiling foreign-types v0.3.2 |
1394 | 2023-10-24T16:43:49.055Z | Compiling errno v0.3.2 |
1395 | 2023-10-24T16:43:49.291Z | Compiling ipnet v2.8.0 |
1396 | 2023-10-24T16:43:49.547Z | Compiling getopts v0.2.21 |
1397 | 2023-10-24T16:43:51.063Z | Compiling tokio-util v0.7.8 |
1398 | 2023-10-24T16:43:51.414Z | Compiling encoding_rs v0.8.33 |
1399 | 2023-10-24T16:43:51.557Z | Compiling unsafe-libyaml v0.2.9 |
1400 | 2023-10-24T16:43:53.325Z | Compiling h2 v0.3.21 |
1401 | 2023-10-24T16:43:53.504Z | Compiling rustls-native-certs v0.6.3 |
1402 | 2023-10-24T16:43:54.178Z | Compiling tokio-rustls v0.24.1 |
1403 | 2023-10-24T16:43:54.823Z | Compiling serde_yaml v0.9.25 |
1404 | 2023-10-24T16:43:54.847Z | Compiling serde_urlencoded v0.7.1 |
1405 | 2023-10-24T16:43:56.267Z | Compiling webpki-roots v0.25.2 |
1406 | 2023-10-24T16:44:01.115Z | Compiling hmac v0.12.1 |
1407 | 2023-10-24T16:44:01.297Z | Compiling num-integer v0.1.45 |
1408 | 2023-10-24T16:44:02.093Z | Compiling sha2 v0.10.7 |
1409 | 2023-10-24T16:44:02.715Z | Compiling tokio-native-tls v0.3.1 |
1410 | 2023-10-24T16:44:02.986Z | Compiling block-padding v0.3.3 |
1411 | 2023-10-24T16:44:03.474Z | Compiling inout v0.1.3 |
1412 | 2023-10-24T16:44:03.580Z | Compiling futures-executor v0.3.28 |
1413 | 2023-10-24T16:44:03.862Z | Compiling cipher v0.4.4 |
1414 | 2023-10-24T16:44:04.482Z | Compiling toml v0.7.8 |
1415 | 2023-10-24T16:44:04.584Z | Compiling fallible-iterator v0.2.0 |
1416 | 2023-10-24T16:44:04.615Z | Compiling crc32fast v1.3.2 |
1417 | 2023-10-24T16:44:05.248Z | Compiling hyper v0.14.27 |
1418 | 2023-10-24T16:44:05.836Z | Compiling futures v0.3.28 |
1419 | 2023-10-24T16:44:05.906Z | Compiling ipnetwork v0.20.0 |
1420 | 2023-10-24T16:44:05.996Z | Compiling spin v0.9.8 |
1421 | 2023-10-24T16:44:06.480Z | Compiling siphasher v0.3.11 |
1422 | 2023-10-24T16:44:06.595Z | Compiling usdt v0.3.5 |
1423 | 2023-10-24T16:44:07.670Z | Compiling md-5 v0.10.5 |
1424 | 2023-10-24T16:44:08.039Z | Compiling stringprep v0.1.3 |
1425 | 2023-10-24T16:44:08.769Z | Compiling io-lifetimes v1.0.11 |
1426 | 2023-10-24T16:44:09.108Z | Compiling postgres-protocol v0.6.6 |
1427 | 2023-10-24T16:44:09.779Z | Compiling phf_shared v0.11.2 |
1428 | 2023-10-24T16:44:09.804Z | Compiling hex v0.4.3 |
1429 | 2023-10-24T16:44:09.918Z | Compiling enum-as-inner v0.5.1 |
1430 | 2023-10-24T16:44:10.810Z | Compiling slog-async v2.8.0 |
1431 | 2023-10-24T16:44:10.845Z | Compiling postgres-types v0.2.6 |
1432 | 2023-10-24T16:44:11.435Z | Compiling phf v0.11.2 |
1433 | 2023-10-24T16:44:11.498Z | Compiling num-bigint v0.4.4 |
1434 | 2023-10-24T16:44:11.929Z | Compiling whoami v1.4.1 |
1435 | 2023-10-24T16:44:12.131Z | Compiling data-encoding v2.4.0 |
1436 | 2023-10-24T16:44:12.287Z | Compiling rustix v0.37.23 |
1437 | 2023-10-24T16:44:12.488Z | Compiling tokio-postgres v0.7.10 |
1438 | 2023-10-24T16:44:13.416Z | Compiling zerocopy-derive v0.6.4 |
1439 | 2023-10-24T16:44:13.562Z | Compiling static_assertions v1.1.0 |
1440 | 2023-10-24T16:44:15.853Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1441 | 2023-10-24T16:44:16.887Z | Compiling hyper-tls v0.5.0 |
1442 | 2023-10-24T16:44:16.931Z | Compiling hyper-rustls v0.24.1 |
1443 | 2023-10-24T16:44:17.430Z | Compiling ident_case v1.0.1 |
1444 | 2023-10-24T16:44:17.632Z | Compiling reqwest v0.11.20 |
1445 | 2023-10-24T16:44:17.703Z | Compiling either v1.9.0 |
1446 | 2023-10-24T16:44:18.255Z | Compiling darling_core v0.20.3 |
1447 | 2023-10-24T16:44:18.990Z | Compiling camino v1.1.6 |
1448 | 2023-10-24T16:44:19.728Z | Compiling flate2 v1.0.27 |
1449 | 2023-10-24T16:44:19.899Z | Compiling heapless v0.7.16 |
1450 | 2023-10-24T16:44:20.549Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1451 | 2023-10-24T16:44:21.180Z | Compiling memoffset v0.9.0 |
1452 | 2023-10-24T16:44:21.350Z | Compiling matches v0.1.10 |
1453 | 2023-10-24T16:44:21.486Z | Compiling managed v0.8.0 |
1454 | 2023-10-24T16:44:21.510Z | Compiling radium v0.7.0 |
1455 | 2023-10-24T16:44:21.595Z | Compiling unicode-segmentation v1.10.1 |
1456 | 2023-10-24T16:44:22.215Z | Compiling idna v0.2.3 |
1457 | 2023-10-24T16:44:22.527Z | Compiling itertools v0.11.0 |
1458 | 2023-10-24T16:44:23.503Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1459 | 2023-10-24T16:44:23.554Z | Compiling multer v2.1.0 |
1460 | 2023-10-24T16:44:23.699Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1461 | 2023-10-24T16:44:24.081Z | Compiling trust-dns-proto v0.22.0 |
1462 | 2023-10-24T16:44:25.332Z | Compiling async-stream-impl v0.3.5 |
1463 | 2023-10-24T16:44:27.450Z | Compiling num-iter v0.1.43 |
1464 | 2023-10-24T16:44:27.503Z | Compiling crossbeam-epoch v0.9.15 |
1465 | 2023-10-24T16:44:27.834Z | Compiling darling_macro v0.20.3 |
1466 | 2023-10-24T16:44:27.860Z | Compiling bit-vec v0.6.3 |
1467 | 2023-10-24T16:44:28.099Z | Compiling smoltcp v0.9.1 |
1468 | 2023-10-24T16:44:28.593Z | Compiling anstyle v1.0.2 |
1469 | 2023-10-24T16:44:29.030Z | Compiling utf8parse v0.2.1 |
1470 | 2023-10-24T16:44:29.288Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1471 | 2023-10-24T16:44:29.325Z | Compiling paste v1.0.14 |
1472 | 2023-10-24T16:44:29.365Z | Compiling darling v0.20.3 |
1473 | 2023-10-24T16:44:29.533Z | Compiling serde_with_macros v2.3.3 |
1474 | 2023-10-24T16:44:30.082Z | Compiling anstyle-parse v0.2.1 |
1475 | 2023-10-24T16:44:32.641Z | Compiling zerocopy v0.6.4 |
1476 | 2023-10-24T16:44:33.320Z | Compiling signature v2.1.0 |
1477 | 2023-10-24T16:44:33.490Z | Compiling hubpack_derive v0.1.1 |
1478 | 2023-10-24T16:44:33.663Z | Compiling clap_derive v4.4.2 |
1479 | 2023-10-24T16:44:34.075Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1480 | 2023-10-24T16:44:34.797Z | Compiling colorchoice v1.0.0 |
1481 | 2023-10-24T16:44:35.047Z | Compiling anstyle-query v1.0.0 |
1482 | 2023-10-24T16:44:35.245Z | Compiling anstream v0.5.0 |
1483 | 2023-10-24T16:44:36.279Z | Compiling yasna v0.5.2 |
1484 | 2023-10-24T16:44:36.585Z | Compiling terminal_size v0.2.6 |
1485 | 2023-10-24T16:44:37.339Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1486 | 2023-10-24T16:44:37.379Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1487 | 2023-10-24T16:44:39.121Z | Compiling structmeta-derive v0.1.6 |
1488 | 2023-10-24T16:44:39.603Z | Compiling diesel_table_macro_syntax v0.1.0 |
1489 | 2023-10-24T16:44:39.653Z | Compiling hash32 v0.2.1 |
1490 | 2023-10-24T16:44:40.187Z | Compiling tap v1.0.1 |
1491 | 2023-10-24T16:44:40.270Z | Compiling stable_deref_trait v1.2.0 |
1492 | 2023-10-24T16:44:40.424Z | Compiling clap_lex v0.5.1 |
1493 | 2023-10-24T16:44:40.690Z | Compiling wyz v0.5.1 |
1494 | 2023-10-24T16:44:41.272Z | Compiling clap_builder v4.4.2 |
1495 | 2023-10-24T16:44:41.649Z | Compiling diesel_derives v2.1.1 |
1496 | 2023-10-24T16:44:42.942Z | Compiling tokio-stream v0.1.14 |
1497 | 2023-10-24T16:44:43.427Z | Compiling serde_repr v0.1.16 |
1498 | 2023-10-24T16:44:43.697Z | Compiling structmeta v0.1.6 |
1499 | 2023-10-24T16:44:43.915Z | Compiling scheduled-thread-pool v0.2.7 |
1500 | 2023-10-24T16:44:44.346Z | Compiling funty v2.0.0 |
1501 | 2023-10-24T16:44:44.509Z | Compiling regex-automata v0.1.10 |
1502 | 2023-10-24T16:44:44.924Z | Compiling regex-syntax v0.6.29 |
1503 | 2023-10-24T16:44:45.193Z | Compiling bstr v0.2.17 |
1504 | 2023-10-24T16:44:46.170Z | Compiling r2d2 v0.8.10 |
1505 | 2023-10-24T16:44:46.771Z | Compiling bitvec v1.0.1 |
1506 | 2023-10-24T16:44:47.840Z | Compiling clap v4.4.3 |
1507 | 2023-10-24T16:44:49.881Z | Compiling hubpack v0.1.2 |
1508 | 2023-10-24T16:44:50.688Z | Compiling itertools v0.10.5 |
1509 | 2023-10-24T16:44:50.943Z | Compiling phf_shared v0.10.0 |
1510 | 2023-10-24T16:44:51.581Z | Compiling float-cmp v0.9.0 |
1511 | 2023-10-24T16:44:51.948Z | Compiling precomputed-hash v0.1.1 |
1512 | 2023-10-24T16:44:52.114Z | Compiling predicates-core v1.0.6 |
1513 | 2023-10-24T16:44:52.709Z | Compiling unicode-linebreak v0.1.5 |
1514 | 2023-10-24T16:44:53.590Z | Compiling smawk v0.3.1 |
1515 | 2023-10-24T16:44:53.901Z | Compiling normalize-line-endings v0.3.0 |
1516 | 2023-10-24T16:44:54.082Z | Compiling fixedbitset v0.4.2 |
1517 | 2023-10-24T16:44:54.157Z | Compiling new_debug_unreachable v1.0.4 |
1518 | 2023-10-24T16:44:54.287Z | Compiling difflib v0.4.0 |
1519 | 2023-10-24T16:44:54.646Z | Compiling parse-display-derive v0.7.0 |
1520 | 2023-10-24T16:44:54.812Z | Compiling petgraph v0.6.4 |
1521 | 2023-10-24T16:44:55.658Z | Compiling predicates v3.0.4 |
1522 | 2023-10-24T16:44:57.160Z | Compiling string_cache v0.8.7 |
1523 | 2023-10-24T16:44:57.946Z | Compiling textwrap v0.16.0 |
1524 | 2023-10-24T16:44:58.491Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1525 | 2023-10-24T16:44:58.833Z | Compiling similar v2.2.1 |
1526 | 2023-10-24T16:45:00.211Z | Compiling bit-set v0.5.3 |
1527 | 2023-10-24T16:45:00.681Z | Compiling console v0.15.7 |
1528 | 2023-10-24T16:45:00.873Z | Compiling bstr v1.6.0 |
1529 | 2023-10-24T16:45:01.145Z | Compiling lalrpop-util v0.19.12 |
1530 | 2023-10-24T16:45:06.341Z | Compiling diesel v2.1.1 |
1531 | 2023-10-24T16:45:12.954Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1532 | 2023-10-24T16:45:13.155Z | Compiling proc-macro-crate v1.3.1 |
1533 | 2023-10-24T16:45:14.102Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1534 | 2023-10-24T16:45:25.289Z | Compiling crucible-workspace-hack v0.1.0 |
1535 | 2023-10-24T16:45:43.608Z | Compiling atty v0.2.14 |
1536 | 2023-10-24T16:45:46.093Z | Compiling sha1 v0.10.5 |
1537 | 2023-10-24T16:45:46.789Z | Compiling match_cfg v0.1.0 |
1538 | 2023-10-24T16:45:46.926Z | Compiling hostname v0.3.1 |
1539 | 2023-10-24T16:45:53.245Z | Compiling dirs-sys-next v0.1.2 |
1540 | 2023-10-24T16:45:54.285Z | Compiling dirs-next v2.0.0 |
1541 | 2023-10-24T16:45:58.665Z | Compiling thread_local v1.1.7 |
1542 | 2023-10-24T16:46:01.381Z | Compiling term v0.7.0 |
1543 | 2023-10-24T16:46:01.710Z | Compiling crossbeam-channel v0.5.8 |
1544 | 2023-10-24T16:46:03.706Z | Compiling take_mut v0.2.2 |
1545 | 2023-10-24T16:46:03.881Z | Compiling slog-term v2.9.0 |
1546 | 2023-10-24T16:46:05.390Z | Compiling slog-json v2.6.1 |
1547 | 2023-10-24T16:46:06.048Z | Compiling instant v0.1.12 |
1548 | 2023-10-24T16:46:06.167Z | Compiling slog-bunyan v2.4.0 |
1549 | 2023-10-24T16:46:07.352Z | Compiling strum v0.25.0 |
1550 | 2023-10-24T16:46:07.763Z | Compiling atomic-waker v1.1.1 |
1551 | 2023-10-24T16:46:08.048Z | Compiling waitgroup v0.1.2 |
1552 | 2023-10-24T16:46:08.399Z | Compiling num_enum_derive v0.5.11 |
1553 | 2023-10-24T16:46:08.605Z | Compiling serde_with v2.3.3 |
1554 | 2023-10-24T16:46:08.665Z | Compiling async-stream v0.3.5 |
1555 | 2023-10-24T16:46:10.786Z | Compiling serde_path_to_error v0.1.14 |
1556 | 2023-10-24T16:46:10.931Z | Compiling libz-sys v1.1.12 |
1557 | 2023-10-24T16:46:11.004Z | Compiling fastrand v2.0.0 |
1558 | 2023-10-24T16:46:11.735Z | Compiling debug-ignore v1.0.5 |
1559 | 2023-10-24T16:46:12.260Z | Compiling tempfile v3.8.0 |
1560 | 2023-10-24T16:46:13.945Z | Compiling proc-macro-error-attr v1.0.4 |
1561 | 2023-10-24T16:46:14.232Z | Compiling slog-dtrace v0.2.3 |
1562 | 2023-10-24T16:46:15.959Z | Compiling backoff v0.4.0 |
1563 | 2023-10-24T16:46:16.080Z | Compiling parse-display v0.7.0 |
1564 | 2023-10-24T16:46:16.730Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1565 | 2023-10-24T16:46:17.522Z | Compiling macaddr v1.0.1 |
1566 | 2023-10-24T16:46:17.856Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1567 | 2023-10-24T16:46:18.139Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1568 | 2023-10-24T16:46:18.296Z | Compiling proc-macro-error v1.0.4 |
1569 | 2023-10-24T16:46:18.902Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1570 | 2023-10-24T16:46:21.090Z | Compiling libsqlite3-sys v0.26.0 |
1571 | 2023-10-24T16:46:21.389Z | Compiling memoffset v0.7.1 |
1572 | 2023-10-24T16:46:21.714Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1573 | 2023-10-24T16:46:24.183Z | Compiling foreign-types-macros v0.2.3 |
1574 | 2023-10-24T16:46:24.632Z | Compiling vergen v8.2.4 |
1575 | 2023-10-24T16:46:25.048Z | Compiling base64ct v1.6.0 |
1576 | 2023-10-24T16:46:28.289Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1577 | 2023-10-24T16:46:28.788Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1578 | 2023-10-24T16:46:34.677Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1579 | 2023-10-24T16:46:34.739Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1580 | 2023-10-24T16:46:35.996Z | Compiling platforms v3.0.2 |
1581 | 2023-10-24T16:46:36.148Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1582 | 2023-10-24T16:46:36.182Z | Compiling num_enum_derive v0.7.0 |
1583 | 2023-10-24T16:46:36.357Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1584 | 2023-10-24T16:46:36.589Z | Compiling cfg-if v0.1.10 |
1585 | 2023-10-24T16:46:36.736Z | Compiling password-hash v0.5.0 |
1586 | 2023-10-24T16:46:37.215Z | Compiling heck v0.3.3 |
1587 | 2023-10-24T16:46:37.447Z | Compiling curve25519-dalek v4.1.0 |
1588 | 2023-10-24T16:46:37.781Z | Compiling blake2 v0.10.6 |
1589 | 2023-10-24T16:46:37.814Z | Compiling libefi-sys v0.1.0 |
1590 | 2023-10-24T16:46:38.144Z | Compiling structopt-derive v0.4.18 |
1591 | 2023-10-24T16:46:38.272Z | Compiling zone_cfg_derive v0.2.0 |
1592 | 2023-10-24T16:46:38.557Z | Compiling argon2 v0.5.2 |
1593 | 2023-10-24T16:46:39.986Z | Compiling curve25519-dalek-derive v0.1.0 |
1594 | 2023-10-24T16:46:40.364Z | Compiling num-derive v0.4.0 |
1595 | 2023-10-24T16:46:40.635Z | Compiling same-file v1.0.6 |
1596 | 2023-10-24T16:46:40.993Z | Compiling walkdir v2.4.0 |
1597 | 2023-10-24T16:46:41.489Z | Compiling toml v0.5.11 |
1598 | 2023-10-24T16:46:42.104Z | Compiling semver-parser v0.10.2 |
1599 | 2023-10-24T16:46:42.433Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1600 | 2023-10-24T16:46:42.763Z | Compiling xattr v1.0.1 |
1601 | 2023-10-24T16:46:42.985Z | Compiling filetime v0.2.22 |
1602 | 2023-10-24T16:46:43.184Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1603 | 2023-10-24T16:46:43.512Z | Compiling erased-serde v0.3.30 |
1604 | 2023-10-24T16:46:43.608Z | Compiling getrandom v0.1.16 |
1605 | 2023-10-24T16:46:44.265Z | Compiling semver v0.11.0 |
1606 | 2023-10-24T16:46:44.293Z | Compiling tar v0.4.40 |
1607 | 2023-10-24T16:46:44.335Z | Compiling universal-hash v0.5.1 |
1608 | 2023-10-24T16:46:44.592Z | Compiling bitstruct_derive v0.1.0 |
1609 | 2023-10-24T16:46:44.645Z | Compiling async-recursion v1.0.5 |
1610 | 2023-10-24T16:46:45.386Z | Compiling home v0.5.5 |
1611 | 2023-10-24T16:46:45.480Z | Compiling opaque-debug v0.3.0 |
1612 | 2023-10-24T16:46:45.807Z | Compiling toolchain_find v0.2.0 |
1613 | 2023-10-24T16:46:45.956Z | Compiling num-rational v0.4.1 |
1614 | 2023-10-24T16:46:46.243Z | Compiling unicase v2.7.0 |
1615 | 2023-10-24T16:46:46.385Z | Compiling parking_lot_core v0.8.6 |
1616 | 2023-10-24T16:46:46.744Z | Compiling rustfmt-wrapper v0.2.0 |
1617 | 2023-10-24T16:46:46.769Z | Compiling omicron-zone-package v0.8.3 |
1618 | 2023-10-24T16:46:47.005Z | Compiling num_enum v0.5.11 |
1619 | 2023-10-24T16:46:47.031Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1620 | 2023-10-24T16:46:47.243Z | Compiling aead v0.5.2 |
1621 | 2023-10-24T16:46:47.767Z | Compiling postcard-cobs v0.1.5-pre |
1622 | 2023-10-24T16:46:47.792Z | Compiling winapi v0.3.9 |
1623 | 2023-10-24T16:46:47.858Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1624 | 2023-10-24T16:46:48.022Z | Compiling postcard v0.7.3 |
1625 | 2023-10-24T16:46:48.241Z | Compiling polyval v0.6.1 |
1626 | 2023-10-24T16:46:48.517Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1627 | 2023-10-24T16:46:49.032Z | Compiling smoltcp v0.8.2 |
1628 | 2023-10-24T16:46:49.083Z | Compiling ctr v0.9.2 |
1629 | 2023-10-24T16:46:49.203Z | Compiling aes v0.8.3 |
1630 | 2023-10-24T16:46:49.649Z | Compiling thiserror-impl-no-std v2.0.2 |
1631 | 2023-10-24T16:46:49.706Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1632 | 2023-10-24T16:46:49.986Z | Compiling foreign-types-shared v0.3.1 |
1633 | 2023-10-24T16:46:50.168Z | Compiling foreign-types v0.5.0 |
1634 | 2023-10-24T16:46:51.211Z | Compiling mime_guess v2.0.4 |
1635 | 2023-10-24T16:46:53.987Z | Compiling is-terminal v0.4.9 |
1636 | 2023-10-24T16:46:54.180Z | Compiling toml_edit v0.20.0 |
1637 | 2023-10-24T16:46:54.469Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1638 | 2023-10-24T16:46:56.069Z | Compiling hashlink v0.8.3 |
1639 | 2023-10-24T16:46:57.166Z | Compiling cstr-argument v0.1.2 |
1640 | 2023-10-24T16:46:57.568Z | Compiling rand v0.4.6 |
1641 | 2023-10-24T16:46:58.134Z | Compiling pretty-hex v0.2.1 |
1642 | 2023-10-24T16:46:58.730Z | Compiling fallible-streaming-iterator v0.1.9 |
1643 | 2023-10-24T16:46:59.100Z | Compiling rusqlite v0.29.0 |
1644 | 2023-10-24T16:46:59.301Z | Compiling toml v0.8.0 |
1645 | 2023-10-24T16:47:00.276Z | Compiling twox-hash v1.6.3 |
1646 | 2023-10-24T16:47:02.375Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1647 | 2023-10-24T16:47:02.637Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1648 | 2023-10-24T16:47:03.251Z | Compiling colored v2.0.4 |
1649 | 2023-10-24T16:47:03.685Z | Compiling nix v0.26.2 |
1650 | 2023-10-24T16:47:03.791Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1651 | 2023-10-24T16:47:06.006Z | Compiling hkdf v0.12.3 |
1652 | 2023-10-24T16:47:06.377Z | Compiling textwrap v0.11.0 |
1653 | 2023-10-24T16:47:06.679Z | Compiling const_format_proc_macros v0.2.31 |
1654 | 2023-10-24T16:47:08.501Z | Compiling quick-error v1.2.3 |
1655 | 2023-10-24T16:47:08.733Z | Compiling base64 v0.13.1 |
1656 | 2023-10-24T16:47:09.953Z | Compiling vec_map v0.8.2 |
1657 | 2023-10-24T16:47:10.033Z | Compiling ansi_term v0.12.1 |
1658 | 2023-10-24T16:47:10.156Z | Compiling linked-hash-map v0.5.6 |
1659 | 2023-10-24T16:47:10.238Z | Compiling strsim v0.8.0 |
1660 | 2023-10-24T16:47:10.800Z | Compiling lru-cache v0.1.2 |
1661 | 2023-10-24T16:47:10.962Z | Compiling clap v2.34.0 |
1662 | 2023-10-24T16:47:11.348Z | Compiling resolv-conf v0.7.0 |
1663 | 2023-10-24T16:47:13.695Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1664 | 2023-10-24T16:47:14.635Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1665 | 2023-10-24T16:47:14.916Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1666 | 2023-10-24T16:47:17.329Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1667 | 2023-10-24T16:47:17.462Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1668 | 2023-10-24T16:47:20.678Z | Compiling num_enum v0.7.0 |
1669 | 2023-10-24T16:47:20.934Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1670 | 2023-10-24T16:47:22.775Z | Compiling bincode v1.3.3 |
1671 | 2023-10-24T16:47:22.964Z | Compiling convert_case v0.4.0 |
1672 | 2023-10-24T16:47:24.133Z | Compiling humantime v2.1.0 |
1673 | 2023-10-24T16:47:25.008Z | Compiling utf-8 v0.7.6 |
1674 | 2023-10-24T16:47:25.365Z | Compiling cancel-safe-futures v0.1.2 |
1675 | 2023-10-24T16:47:25.877Z | Compiling termcolor v1.2.0 |
1676 | 2023-10-24T16:47:26.037Z | Compiling keccak v0.1.4 |
1677 | 2023-10-24T16:47:26.570Z | Compiling sha3 v0.10.8 |
1678 | 2023-10-24T16:47:27.104Z | Compiling env_logger v0.9.3 |
1679 | 2023-10-24T16:47:27.560Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1680 | 2023-10-24T16:47:29.083Z | Compiling derive_more v0.99.17 |
1681 | 2023-10-24T16:47:34.108Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1682 | 2023-10-24T16:47:35.715Z | Compiling structopt v0.3.26 |
1683 | 2023-10-24T16:47:35.970Z | Compiling trust-dns-resolver v0.22.0 |
1684 | 2023-10-24T16:47:40.363Z | Compiling aes-gcm-siv v0.11.1 |
1685 | 2023-10-24T16:47:41.086Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1686 | 2023-10-24T16:47:41.169Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1687 | 2023-10-24T16:47:41.576Z | Compiling zone v0.2.0 |
1688 | 2023-10-24T16:47:42.859Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1689 | 2023-10-24T16:47:43.444Z | Compiling smf v0.2.2 |
1690 | 2023-10-24T16:47:43.488Z | Compiling secrecy v0.8.0 |
1691 | 2023-10-24T16:47:43.879Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1692 | 2023-10-24T16:47:43.912Z | Compiling ascii v1.1.0 |
1693 | 2023-10-24T16:47:44.823Z | Compiling ringbuffer v0.15.0 |
1694 | 2023-10-24T16:47:45.878Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1695 | 2023-10-24T16:47:46.177Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1696 | 2023-10-24T16:47:46.593Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1697 | 2023-10-24T16:47:47.990Z | Compiling bitstruct v0.1.1 |
1698 | 2023-10-24T16:47:49.664Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1699 | 2023-10-24T16:47:50.232Z | Compiling serde_arrays v0.1.0 |
1700 | 2023-10-24T16:47:50.488Z | Compiling ff v0.13.0 |
1701 | 2023-10-24T16:47:50.701Z | Compiling nibble_vec v0.1.0 |
1702 | 2023-10-24T16:47:50.871Z | Compiling endian-type v0.1.2 |
1703 | 2023-10-24T16:47:50.895Z | Compiling arc-swap v1.6.0 |
1704 | 2023-10-24T16:47:51.233Z | Compiling radix_trie v0.2.1 |
1705 | 2023-10-24T16:47:51.492Z | Compiling group v0.13.0 |
1706 | 2023-10-24T16:47:51.939Z | Compiling slog-scope v4.4.0 |
1707 | 2023-10-24T16:47:52.035Z | Compiling rand_core v0.5.1 |
1708 | 2023-10-24T16:47:52.394Z | Compiling tungstenite v0.20.1 |
1709 | 2023-10-24T16:47:52.994Z | Compiling poly1305 v0.8.0 |
1710 | 2023-10-24T16:47:54.229Z | Compiling chacha20 v0.9.1 |
1711 | 2023-10-24T16:47:54.895Z | Compiling crypto-bigint v0.5.2 |
1712 | 2023-10-24T16:47:54.899Z | Compiling num-complex v0.4.4 |
1713 | 2023-10-24T16:47:55.049Z | Compiling ciborium-io v0.2.1 |
1714 | 2023-10-24T16:47:55.111Z | Compiling base16ct v0.2.0 |
1715 | 2023-10-24T16:47:55.226Z | Compiling option-ext v0.2.0 |
1716 | 2023-10-24T16:47:55.569Z | Compiling half v1.8.2 |
1717 | 2023-10-24T16:47:55.789Z | Compiling dirs-sys v0.4.1 |
1718 | 2023-10-24T16:47:56.371Z | Compiling ciborium-ll v0.2.1 |
1719 | 2023-10-24T16:47:56.747Z | Compiling num v0.4.1 |
1720 | 2023-10-24T16:47:56.840Z | Compiling tokio-tungstenite v0.20.1 |
1721 | 2023-10-24T16:47:56.844Z | Compiling parking_lot v0.11.2 |
1722 | 2023-10-24T16:47:56.913Z | Compiling rand_chacha v0.2.2 |
1723 | 2023-10-24T16:47:56.967Z | Compiling slog-stdlog v4.1.1 |
1724 | 2023-10-24T16:47:57.076Z | Compiling trust-dns-client v0.22.0 |
1725 | 2023-10-24T16:47:57.440Z | Compiling thiserror-no-std v2.0.2 |
1726 | 2023-10-24T16:47:58.624Z | Compiling elliptic-curve v0.13.5 |
1727 | 2023-10-24T16:47:58.665Z | Compiling password-hash v0.4.2 |
1728 | 2023-10-24T16:47:58.840Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1729 | 2023-10-24T16:47:59.231Z | Compiling ed25519 v2.2.2 |
1730 | 2023-10-24T16:47:59.449Z | Compiling blowfish v0.9.1 |
1731 | 2023-10-24T16:47:59.896Z | Compiling pbkdf2 v0.12.2 |
1732 | 2023-10-24T16:48:00.129Z | Compiling fxhash v0.2.1 |
1733 | 2023-10-24T16:48:00.896Z | Compiling sled v0.34.7 |
1734 | 2023-10-24T16:48:00.924Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1735 | 2023-10-24T16:48:01.372Z | Compiling bcrypt-pbkdf v0.10.0 |
1736 | 2023-10-24T16:48:01.398Z | Compiling ed25519-dalek v2.0.0 |
1737 | 2023-10-24T16:48:01.519Z | Compiling trust-dns-server v0.22.1 |
1738 | 2023-10-24T16:48:01.973Z | Compiling pbkdf2 v0.11.0 |
1739 | 2023-10-24T16:48:02.059Z | Compiling vsss-rs v3.3.1 |
1740 | 2023-10-24T16:48:02.580Z | Compiling russh-cryptovec v0.7.0 |
1741 | 2023-10-24T16:48:03.171Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1742 | 2023-10-24T16:48:03.641Z | Compiling rand v0.7.3 |
1743 | 2023-10-24T16:48:03.934Z | Compiling slog-envlogger v2.2.0 |
1744 | 2023-10-24T16:48:05.492Z | Compiling ciborium v0.2.1 |
1745 | 2023-10-24T16:48:06.290Z | Compiling dirs v5.0.1 |
1746 | 2023-10-24T16:48:06.608Z | Compiling chacha20poly1305 v0.10.1 |
1747 | 2023-10-24T16:48:06.921Z | Compiling tungstenite v0.18.0 |
1748 | 2023-10-24T16:48:07.009Z | Compiling const_format v0.2.31 |
1749 | 2023-10-24T16:48:08.053Z | Compiling pem v1.1.1 |
1750 | 2023-10-24T16:48:08.175Z | Compiling ron v0.7.1 |
1751 | 2023-10-24T16:48:09.873Z | Compiling ghash v0.5.0 |
1752 | 2023-10-24T16:48:10.842Z | Compiling camino-tempfile v1.0.2 |
1753 | 2023-10-24T16:48:11.800Z | Compiling cbc v0.1.2 |
1754 | 2023-10-24T16:48:12.042Z | Compiling headers-core v0.2.0 |
1755 | 2023-10-24T16:48:12.495Z | Compiling bit_field v0.10.2 |
1756 | 2023-10-24T16:48:12.584Z | Compiling pretty-hex v0.3.0 |
1757 | 2023-10-24T16:48:12.793Z | Compiling md5 v0.7.0 |
1758 | 2023-10-24T16:48:12.898Z | Compiling http-range v0.1.5 |
1759 | 2023-10-24T16:48:13.356Z | Compiling russh-keys v0.38.0 |
1760 | 2023-10-24T16:48:13.493Z | Compiling hyper-staticfile v0.9.5 |
1761 | 2023-10-24T16:48:13.970Z | Compiling headers v0.3.9 |
1762 | 2023-10-24T16:48:18.404Z | Compiling aes-gcm v0.10.2 |
1763 | 2023-10-24T16:48:18.940Z | Compiling tokio-tungstenite v0.18.0 |
1764 | 2023-10-24T16:48:19.046Z | Compiling rcgen v0.10.0 |
1765 | 2023-10-24T16:48:25.645Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1766 | 2023-10-24T16:48:25.742Z | Compiling atomicwrites v0.4.2 |
1767 | 2023-10-24T16:48:26.203Z | Compiling subprocess v0.2.9 |
1768 | 2023-10-24T16:48:26.838Z | Compiling glob v0.3.1 |
1769 | 2023-10-24T16:48:26.869Z | Compiling hex-literal v0.4.1 |
1770 | 2023-10-24T16:48:27.311Z | Compiling russh v0.38.0 |
1771 | 2023-10-24T16:48:34.635Z | Compiling bzip2 v0.4.4 |
1772 | 2023-10-24T16:48:35.159Z | Compiling zip v0.6.6 |
1773 | 2023-10-24T16:48:37.548Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1774 | 2023-10-24T16:48:38.107Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1775 | 2023-10-24T16:48:38.110Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1776 | 2023-10-24T16:48:38.167Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1777 | 2023-10-24T16:48:38.207Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1778 | 2023-10-24T16:48:38.308Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1779 | 2023-10-24T16:48:38.674Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1780 | 2023-10-24T16:48:38.897Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1781 | 2023-10-24T16:48:39.461Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1782 | 2023-10-24T16:48:41.096Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1783 | 2023-10-24T16:48:51.708Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1784 | 2023-10-24T16:48:57.835Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1785 | 2023-10-24T16:49:02.823Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1786 | 2023-10-24T16:49:07.172Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1787 | 2023-10-24T16:49:15.633Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1788 | 2023-10-24T16:49:17.702Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1789 | 2023-10-24T16:49:24.888Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1790 | 2023-10-24T16:49:25.412Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1791 | 2023-10-24T16:49:26.491Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1792 | 2023-10-24T16:49:29.573Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1793 | 2023-10-24T16:49:41.929Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1794 | 2023-10-24T16:50:24.009Z | Compiling git2 v0.17.2 |
1795 | 2023-10-24T16:50:24.185Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1796 | 2023-10-24T16:50:24.269Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1797 | 2023-10-24T16:50:34.045Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1798 | 2023-10-24T16:50:50.585Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1799 | 2023-10-24T16:50:50.877Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1800 | 2023-10-24T16:50:51.444Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1801 | 2023-10-24T16:50:54.380Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1802 | 2023-10-24T16:51:33.697Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1803 | 2023-10-24T16:53:09.446Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 57s |
1804 | 2023-10-24T16:53:09.794Z | |
1805 | 2023-10-24T16:53:10.041Z | real 10:58.208468082 |
1806 | 2023-10-24T16:53:10.222Z | user 1:00:23.590640689 |
1807 | 2023-10-24T16:53:10.325Z | sys 9:27.578947862 |
1808 | 2023-10-24T16:53:10.410Z | trap 2.410255186 |
1809 | 2023-10-24T16:53:10.451Z | tflt 7.752318939 |
1810 | 2023-10-24T16:53:10.551Z | dflt 10.569001093 |
1811 | 2023-10-24T16:53:10.630Z | kflt 0.020406366 |
1812 | 2023-10-24T16:53:10.654Z | lock 1:52:06.507210331 |
1813 | 2023-10-24T16:53:10.744Z | slp 3:10:15.866596016 |
1814 | 2023-10-24T16:53:10.768Z | lat 2:26.188211388 |
1815 | 2023-10-24T16:53:10.794Z | stop 6:01.493678360 |
1816 | 2023-10-24T16:53:10.823Z | + mkdir -p /work/end-to-end-tests |
1817 | 2023-10-24T16:53:10.868Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1818 | 2023-10-24T16:53:10.908Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1819 | 2023-10-24T16:53:10.946Z | + ptime -m gzip |
1820 | 2023-10-24T16:53:10.955Z | ++ basename target/debug/bootstrap |
1821 | 2023-10-24T16:53:23.497Z | |
1822 | 2023-10-24T16:53:23.502Z | real 16.974779091 |
1823 | 2023-10-24T16:53:23.505Z | user 16.802615765 |
1824 | 2023-10-24T16:53:23.508Z | sys 0.168184895 |
1825 | 2023-10-24T16:53:23.510Z | trap 0.002948413 |
1826 | 2023-10-24T16:53:23.513Z | tflt 0.000000000 |
1827 | 2023-10-24T16:53:23.516Z | dflt 0.000000000 |
1828 | 2023-10-24T16:53:23.519Z | kflt 0.000000000 |
1829 | 2023-10-24T16:53:23.522Z | lock 0.000000000 |
1830 | 2023-10-24T16:53:23.524Z | slp 0.000000000 |
1831 | 2023-10-24T16:53:23.527Z | lat 0.000689448 |
1832 | 2023-10-24T16:53:23.530Z | stop 0.000226585 |
1833 | 2023-10-24T16:53:23.533Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1834 | 2023-10-24T16:53:23.536Z | + ptime -m gzip |
1835 | 2023-10-24T16:53:23.539Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-49e31e75b930b622 |
1836 | 2023-10-24T16:53:24.630Z | |
1837 | 2023-10-24T16:53:24.634Z | real 1.103418423 |
1838 | 2023-10-24T16:53:24.637Z | user 1.090656211 |
1839 | 2023-10-24T16:53:24.640Z | sys 0.012125150 |
1840 | 2023-10-24T16:53:24.643Z | trap 0.000117634 |
1841 | 2023-10-24T16:53:24.646Z | tflt 0.000000000 |
1842 | 2023-10-24T16:53:24.649Z | dflt 0.000000000 |
1843 | 2023-10-24T16:53:24.652Z | kflt 0.000000000 |
1844 | 2023-10-24T16:53:24.656Z | lock 0.000000000 |
1845 | 2023-10-24T16:53:24.659Z | slp 0.000000000 |
1846 | 2023-10-24T16:53:24.664Z | lat 0.000176788 |
1847 | 2023-10-24T16:53:24.669Z | stop 0.000226922 |
1848 | 2023-10-24T16:53:25.080Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1849 | 2023-10-24T16:53:25.083Z | + ptime -m gzip |
1850 | 2023-10-24T16:53:25.086Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a91cf9af3457d280 |
1851 | 2023-10-24T16:53:44.364Z | |
1852 | 2023-10-24T16:53:44.370Z | real 19.342945564 |
1853 | 2023-10-24T16:53:44.379Z | user 19.153768442 |
1854 | 2023-10-24T16:53:44.385Z | sys 0.184177927 |
1855 | 2023-10-24T16:53:44.391Z | trap 0.003521489 |
1856 | 2023-10-24T16:53:44.396Z | tflt 0.000000000 |
1857 | 2023-10-24T16:53:44.407Z | dflt 0.000000000 |
1858 | 2023-10-24T16:53:44.413Z | kflt 0.000000000 |
1859 | 2023-10-24T16:53:44.418Z | lock 0.000000000 |
1860 | 2023-10-24T16:53:44.425Z | slp 0.000000000 |
1861 | 2023-10-24T16:53:44.438Z | lat 0.001141420 |
1862 | 2023-10-24T16:53:44.446Z | stop 0.000223156 |
1863 | 2023-10-24T16:53:44.455Z | + banner caboose-util |
1864 | 2023-10-24T16:53:44.876Z | |
1865 | 2023-10-24T16:53:44.882Z | #### ## ##### #### #### #### ###### # # ##### |
1866 | 2023-10-24T16:53:45.296Z | # # # # # # # # # # # # # # # |
1867 | 2023-10-24T16:53:45.300Z | # # # ##### # # # # #### ##### ##### # # # |
1868 | 2023-10-24T16:53:45.320Z | # ###### # # # # # # # # # # # |
1869 | 2023-10-24T16:53:45.324Z | # # # # # # # # # # # # # # # # |
1870 | 2023-10-24T16:53:45.342Z | #### # # ##### #### #### #### ###### #### # |
1871 | 2023-10-24T16:53:45.347Z | |
1872 | 2023-10-24T16:53:45.353Z | + ptime -m cargo build --locked -p caboose-util --release |
1873 | 2023-10-24T16:53:45.459Z | Downloading crates ... |
1874 | 2023-10-24T16:53:45.463Z | Downloaded crc v3.0.1 |
1875 | 2023-10-24T16:53:45.470Z | Downloaded der_derive v0.7.2 |
1876 | 2023-10-24T16:53:45.475Z | Downloaded packed_struct v0.10.1 |
1877 | 2023-10-24T16:53:45.478Z | Downloaded path-slash v0.1.5 |
1878 | 2023-10-24T16:53:45.482Z | Downloaded nodrop v0.1.14 |
1879 | 2023-10-24T16:53:45.485Z | Downloaded crc-catalog v2.2.0 |
1880 | 2023-10-24T16:53:45.490Z | Downloaded packed_struct_codegen v0.10.1 |
1881 | 2023-10-24T16:53:45.496Z | Downloaded bitfield v0.14.0 |
1882 | 2023-10-24T16:53:45.500Z | Downloaded smallvec v0.6.14 |
1883 | 2023-10-24T16:53:45.503Z | Downloaded maybe-uninit v2.0.0 |
1884 | 2023-10-24T16:53:45.506Z | Downloaded flagset v0.4.3 |
1885 | 2023-10-24T16:53:45.512Z | Downloaded env_logger v0.10.0 |
1886 | 2023-10-24T16:53:45.515Z | Downloaded pem-rfc7468 v0.7.0 |
1887 | 2023-10-24T16:53:45.519Z | Downloaded crc-any v2.4.3 |
1888 | 2023-10-24T16:53:45.540Z | Downloaded pkcs1 v0.7.5 |
1889 | 2023-10-24T16:53:45.547Z | Downloaded ron v0.8.1 |
1890 | 2023-10-24T16:53:45.550Z | Downloaded x509-cert v0.2.4 |
1891 | 2023-10-24T16:53:45.554Z | Downloaded object v0.30.4 |
1892 | 2023-10-24T16:53:45.557Z | Downloaded num-bigint-dig v0.8.4 |
1893 | 2023-10-24T16:53:45.561Z | Downloaded rsa v0.9.2 |
1894 | 2023-10-24T16:53:45.564Z | Downloaded serde-hex v0.1.0 |
1895 | 2023-10-24T16:53:45.569Z | Downloaded array-init v0.0.4 |
1896 | 2023-10-24T16:53:45.572Z | Compiling proc-macro2 v1.0.67 |
1897 | 2023-10-24T16:53:45.575Z | Compiling unicode-ident v1.0.12 |
1898 | 2023-10-24T16:53:45.579Z | Compiling libc v0.2.149 |
1899 | 2023-10-24T16:53:45.582Z | Compiling autocfg v1.1.0 |
1900 | 2023-10-24T16:53:45.589Z | Compiling serde v1.0.188 |
1901 | 2023-10-24T16:53:45.593Z | Compiling version_check v0.9.4 |
1902 | 2023-10-24T16:53:45.597Z | Compiling cfg-if v1.0.0 |
1903 | 2023-10-24T16:53:45.601Z | Compiling parking_lot_core v0.9.8 |
1904 | 2023-10-24T16:53:45.604Z | Compiling once_cell v1.18.0 |
1905 | 2023-10-24T16:53:45.633Z | Compiling syn v1.0.109 |
1906 | 2023-10-24T16:53:46.124Z | Compiling typenum v1.16.0 |
1907 | 2023-10-24T16:53:46.144Z | Compiling libm v0.2.7 |
1908 | 2023-10-24T16:53:46.167Z | Compiling futures-core v0.3.28 |
1909 | 2023-10-24T16:53:46.527Z | Compiling lock_api v0.4.10 |
1910 | 2023-10-24T16:53:46.545Z | Compiling generic-array v0.14.7 |
1911 | 2023-10-24T16:53:46.569Z | Compiling num-traits v0.2.16 |
1912 | 2023-10-24T16:53:46.591Z | Compiling pkg-config v0.3.27 |
1913 | 2023-10-24T16:53:46.928Z | Compiling slab v0.4.9 |
1914 | 2023-10-24T16:53:46.957Z | Compiling futures-task v0.3.28 |
1915 | 2023-10-24T16:53:47.335Z | Compiling serde_json v1.0.107 |
1916 | 2023-10-24T16:53:47.405Z | Compiling futures-channel v0.3.28 |
1917 | 2023-10-24T16:53:47.589Z | Compiling quote v1.0.33 |
1918 | 2023-10-24T16:53:47.610Z | Compiling scopeguard v1.2.0 |
1919 | 2023-10-24T16:53:47.763Z | Compiling thiserror v1.0.49 |
1920 | 2023-10-24T16:53:47.833Z | Compiling memchr v2.6.3 |
1921 | 2023-10-24T16:53:47.988Z | Compiling futures-util v0.3.28 |
1922 | 2023-10-24T16:53:48.371Z | Compiling syn v2.0.32 |
1923 | 2023-10-24T16:53:48.396Z | Compiling jobserver v0.1.26 |
1924 | 2023-10-24T16:53:48.587Z | Compiling getrandom v0.2.10 |
1925 | 2023-10-24T16:53:48.693Z | Compiling itoa v1.0.9 |
1926 | 2023-10-24T16:53:48.919Z | Compiling cc v1.0.83 |
1927 | 2023-10-24T16:53:50.175Z | Compiling ahash v0.8.3 |
1928 | 2023-10-24T16:53:50.222Z | Compiling smallvec v1.11.0 |
1929 | 2023-10-24T16:53:50.769Z | Compiling log v0.4.20 |
1930 | 2023-10-24T16:53:51.049Z | Compiling vcpkg v0.2.15 |
1931 | 2023-10-24T16:53:51.762Z | Compiling byteorder v1.4.3 |
1932 | 2023-10-24T16:53:51.978Z | Compiling rand_core v0.6.4 |
1933 | 2023-10-24T16:53:52.748Z | Compiling pin-project-lite v0.2.13 |
1934 | 2023-10-24T16:53:52.990Z | Compiling parking_lot v0.12.1 |
1935 | 2023-10-24T16:53:53.688Z | Compiling indexmap v1.9.3 |
1936 | 2023-10-24T16:53:53.779Z | Compiling ring v0.16.20 |
1937 | 2023-10-24T16:53:54.090Z | Compiling openssl-sys v0.9.93 |
1938 | 2023-10-24T16:53:55.470Z | Compiling io-lifetimes v1.0.11 |
1939 | 2023-10-24T16:53:56.431Z | Compiling num-integer v0.1.45 |
1940 | 2023-10-24T16:53:56.664Z | Compiling ryu v1.0.15 |
1941 | 2023-10-24T16:53:56.833Z | Compiling const-oid v0.9.5 |
1942 | 2023-10-24T16:53:57.138Z | Compiling semver v1.0.18 |
1943 | 2023-10-24T16:53:57.799Z | Compiling spin v0.5.2 |
1944 | 2023-10-24T16:53:58.543Z | Compiling rustix v0.37.23 |
1945 | 2023-10-24T16:53:59.360Z | Compiling mio v0.8.8 |
1946 | 2023-10-24T16:53:59.687Z | Compiling signal-hook-registry v1.4.1 |
1947 | 2023-10-24T16:54:00.152Z | Compiling num_cpus v1.16.0 |
1948 | 2023-10-24T16:54:00.318Z | Compiling socket2 v0.5.4 |
1949 | 2023-10-24T16:54:00.501Z | Compiling heck v0.4.1 |
1950 | 2023-10-24T16:54:00.777Z | Compiling ucd-trie v0.1.6 |
1951 | 2023-10-24T16:54:00.940Z | Compiling httparse v1.8.0 |
1952 | 2023-10-24T16:54:01.166Z | Compiling unicode-xid v0.2.4 |
1953 | 2023-10-24T16:54:01.214Z | Compiling futures-sink v0.3.28 |
1954 | 2023-10-24T16:54:01.402Z | Compiling openssl v0.10.57 |
1955 | 2023-10-24T16:54:01.486Z | Compiling synstructure v0.12.6 |
1956 | 2023-10-24T16:54:01.869Z | Compiling tinyvec_macros v0.1.1 |
1957 | 2023-10-24T16:54:01.960Z | Compiling tinyvec v1.6.0 |
1958 | 2023-10-24T16:54:03.531Z | Compiling radium v0.7.0 |
1959 | 2023-10-24T16:54:04.082Z | Compiling rustls v0.21.7 |
1960 | 2023-10-24T16:54:04.152Z | Compiling crc32fast v1.3.2 |
1961 | 2023-10-24T16:54:04.449Z | Compiling pin-utils v0.1.0 |
1962 | 2023-10-24T16:54:04.579Z | Compiling native-tls v0.2.11 |
1963 | 2023-10-24T16:54:04.711Z | Compiling ppv-lite86 v0.2.17 |
1964 | 2023-10-24T16:54:04.767Z | Compiling futures-io v0.3.28 |
1965 | 2023-10-24T16:54:05.180Z | Compiling unicode-normalization v0.1.22 |
1966 | 2023-10-24T16:54:05.193Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1967 | 2023-10-24T16:54:05.645Z | Compiling tracing-core v0.1.31 |
1968 | 2023-10-24T16:54:05.903Z | Compiling subtle v2.5.0 |
1969 | 2023-10-24T16:54:06.157Z | Compiling rand_chacha v0.3.1 |
1970 | 2023-10-24T16:54:06.162Z | Compiling unicode-bidi v0.3.13 |
1971 | 2023-10-24T16:54:06.915Z | Compiling rand v0.8.5 |
1972 | 2023-10-24T16:54:08.519Z | Compiling errno v0.3.2 |
1973 | 2023-10-24T16:54:08.609Z | Compiling num-iter v0.1.43 |
1974 | 2023-10-24T16:54:08.829Z | Compiling usdt-impl v0.3.5 |
1975 | 2023-10-24T16:54:09.136Z | Compiling schemars v0.8.13 |
1976 | 2023-10-24T16:54:09.610Z | Compiling base64 v0.21.4 |
1977 | 2023-10-24T16:54:10.100Z | Compiling rustix v0.38.9 |
1978 | 2023-10-24T16:54:11.289Z | Compiling serde_derive v1.0.188 |
1979 | 2023-10-24T16:54:11.400Z | Compiling zeroize_derive v1.4.2 |
1980 | 2023-10-24T16:54:11.678Z | Compiling tokio-macros v2.1.0 |
1981 | 2023-10-24T16:54:11.773Z | Compiling thiserror-impl v1.0.49 |
1982 | 2023-10-24T16:54:11.806Z | Compiling futures-macro v0.3.28 |
1983 | 2023-10-24T16:54:11.980Z | Compiling tracing-attributes v0.1.26 |
1984 | 2023-10-24T16:54:12.209Z | Compiling zerocopy-derive v0.2.0 |
1985 | 2023-10-24T16:54:12.661Z | Compiling openssl-macros v0.1.1 |
1986 | 2023-10-24T16:54:13.621Z | Compiling zerocopy-derive v0.6.4 |
1987 | 2023-10-24T16:54:13.719Z | Compiling zeroize v1.6.0 |
1988 | 2023-10-24T16:54:16.662Z | Compiling pest v2.7.2 |
1989 | 2023-10-24T16:54:16.694Z | Compiling crypto-common v0.1.6 |
1990 | 2023-10-24T16:54:16.772Z | Compiling block-buffer v0.10.4 |
1991 | 2023-10-24T16:54:17.457Z | Compiling digest v0.10.7 |
1992 | 2023-10-24T16:54:17.461Z | Compiling tracing v0.1.37 |
1993 | 2023-10-24T16:54:17.753Z | Compiling serde_derive_internals v0.26.0 |
1994 | 2023-10-24T16:54:19.838Z | Compiling fnv v1.0.7 |
1995 | 2023-10-24T16:54:21.527Z | Compiling pest_meta v2.7.2 |
1996 | 2023-10-24T16:54:21.931Z | Compiling untrusted v0.7.1 |
1997 | 2023-10-24T16:54:22.231Z | Compiling bitflags v1.3.2 |
1998 | 2023-10-24T16:54:22.925Z | Compiling schemars_derive v0.8.13 |
1999 | 2023-10-24T16:54:26.263Z | Compiling pest_generator v2.7.2 |
2000 | 2023-10-24T16:54:27.049Z | Compiling zerocopy v0.3.0 |
2001 | 2023-10-24T16:54:28.088Z | Compiling lazy_static v1.4.0 |
2002 | 2023-10-24T16:54:28.349Z | Compiling backtrace v0.3.69 |
2003 | 2023-10-24T16:54:28.363Z | Compiling num-bigint v0.4.4 |
2004 | 2023-10-24T16:54:28.640Z | Compiling memoffset v0.9.0 |
2005 | 2023-10-24T16:54:28.708Z | Compiling base64ct v1.6.0 |
2006 | 2023-10-24T16:54:28.917Z | Compiling foreign-types-shared v0.1.1 |
2007 | 2023-10-24T16:54:29.053Z | Compiling hashbrown v0.12.3 |
2008 | 2023-10-24T16:54:29.067Z | Compiling crossbeam-utils v0.8.16 |
2009 | 2023-10-24T16:54:29.137Z | Compiling openssl-probe v0.1.5 |
2010 | 2023-10-24T16:54:29.407Z | Compiling pest_derive v2.7.2 |
2011 | 2023-10-24T16:54:29.710Z | Compiling allocator-api2 v0.2.16 |
2012 | 2023-10-24T16:54:29.964Z | Compiling iana-time-zone v0.1.57 |
2013 | 2023-10-24T16:54:30.107Z | Compiling async-trait v0.1.73 |
2014 | 2023-10-24T16:54:30.519Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2015 | 2023-10-24T16:54:30.614Z | Compiling smoltcp v0.9.1 |
2016 | 2023-10-24T16:54:30.773Z | Compiling percent-encoding v2.3.0 |
2017 | 2023-10-24T16:54:30.921Z | Compiling hashbrown v0.14.0 |
2018 | 2023-10-24T16:54:31.377Z | Compiling dtrace-parser v0.1.14 |
2019 | 2023-10-24T16:54:31.518Z | Compiling pem-rfc7468 v0.7.0 |
2020 | 2023-10-24T16:54:31.523Z | Compiling foreign-types v0.3.2 |
2021 | 2023-10-24T16:54:32.438Z | Compiling dof v0.1.5 |
2022 | 2023-10-24T16:54:32.891Z | Compiling clap_derive v4.4.2 |
2023 | 2023-10-24T16:54:33.346Z | Compiling der_derive v0.7.2 |
2024 | 2023-10-24T16:54:34.504Z | Compiling thread-id v4.2.0 |
2025 | 2023-10-24T16:54:34.508Z | Compiling time-core v0.1.1 |
2026 | 2023-10-24T16:54:34.524Z | Compiling rustversion v1.0.14 |
2027 | 2023-10-24T16:54:34.669Z | Compiling equivalent v1.0.1 |
2028 | 2023-10-24T16:54:34.818Z | Compiling flagset v0.4.3 |
2029 | 2023-10-24T16:54:35.160Z | Compiling bytes v1.5.0 |
2030 | 2023-10-24T16:54:35.979Z | Compiling bitflags v2.4.0 |
2031 | 2023-10-24T16:54:36.611Z | Compiling tokio v1.33.0 |
2032 | 2023-10-24T16:54:37.103Z | Compiling rustc_version v0.4.0 |
2033 | 2023-10-24T16:54:37.200Z | Compiling http v0.2.9 |
2034 | 2023-10-24T16:54:37.449Z | Compiling uuid v1.4.1 |
2035 | 2023-10-24T16:54:38.516Z | Compiling heapless v0.7.16 |
2036 | 2023-10-24T16:54:39.091Z | Compiling chrono v0.4.31 |
2037 | 2023-10-24T16:54:40.101Z | Compiling siphasher v0.3.11 |
2038 | 2023-10-24T16:54:40.149Z | Compiling utf8parse v0.2.1 |
2039 | 2023-10-24T16:54:40.383Z | Compiling cpufeatures v0.2.9 |
2040 | 2023-10-24T16:54:40.577Z | Compiling try-lock v0.2.4 |
2041 | 2023-10-24T16:54:40.758Z | Compiling adler v1.0.2 |
2042 | 2023-10-24T16:54:40.777Z | Compiling anstyle v1.0.2 |
2043 | 2023-10-24T16:54:40.793Z | Compiling want v0.3.1 |
2044 | 2023-10-24T16:54:41.068Z | Compiling miniz_oxide v0.7.1 |
2045 | 2023-10-24T16:54:41.163Z | Compiling sha2 v0.10.7 |
2046 | 2023-10-24T16:54:41.181Z | Compiling anstyle-parse v0.2.1 |
2047 | 2023-10-24T16:54:43.305Z | Compiling http-body v0.4.5 |
2048 | 2023-10-24T16:54:45.315Z | Compiling der v0.7.8 |
2049 | 2023-10-24T16:54:49.650Z | Compiling indexmap v2.0.0 |
2050 | 2023-10-24T16:54:50.388Z | Compiling tokio-util v0.7.8 |
2051 | 2023-10-24T16:54:51.876Z | Compiling serde_tokenstream v0.1.7 |
2052 | 2023-10-24T16:54:52.618Z | Compiling h2 v0.3.21 |
2053 | 2023-10-24T16:54:53.081Z | Compiling time-macros v0.2.13 |
2054 | 2023-10-24T16:54:57.888Z | Compiling form_urlencoded v1.2.0 |
2055 | 2023-10-24T16:54:58.345Z | Compiling rustls-webpki v0.101.4 |
2056 | 2023-10-24T16:54:58.895Z | Compiling sct v0.7.0 |
2057 | 2023-10-24T16:54:59.353Z | Compiling hubpack_derive v0.1.1 |
2058 | 2023-10-24T16:54:59.903Z | Compiling aho-corasick v1.0.4 |
2059 | 2023-10-24T16:55:00.036Z | Compiling socket2 v0.4.9 |
2060 | 2023-10-24T16:55:00.647Z | Compiling crossbeam-epoch v0.9.15 |
2061 | 2023-10-24T16:55:01.245Z | Compiling regex-syntax v0.7.5 |
2062 | 2023-10-24T16:55:01.381Z | Compiling slog v2.7.0 |
2063 | 2023-10-24T16:55:02.471Z | Compiling tap v1.0.1 |
2064 | 2023-10-24T16:55:02.475Z | Compiling anyhow v1.0.75 |
2065 | 2023-10-24T16:55:02.479Z | Compiling anstyle-query v1.0.0 |
2066 | 2023-10-24T16:55:02.590Z | Compiling tower-service v0.3.2 |
2067 | 2023-10-24T16:55:02.733Z | Compiling httpdate v1.0.3 |
2068 | 2023-10-24T16:55:02.763Z | Compiling colorchoice v1.0.0 |
2069 | 2023-10-24T16:55:03.031Z | Compiling anstream v0.5.0 |
2070 | 2023-10-24T16:55:03.358Z | Compiling wyz v0.5.1 |
2071 | 2023-10-24T16:55:04.763Z | Compiling hyper v0.14.27 |
2072 | 2023-10-24T16:55:07.878Z | Compiling regex-automata v0.3.8 |
2073 | 2023-10-24T16:55:13.014Z | Compiling terminal_size v0.2.6 |
2074 | 2023-10-24T16:55:13.473Z | Compiling spki v0.7.2 |
2075 | 2023-10-24T16:55:15.249Z | Compiling rustls-pemfile v1.0.3 |
2076 | 2023-10-24T16:55:15.303Z | Compiling md-5 v0.10.5 |
2077 | 2023-10-24T16:55:15.660Z | Compiling hmac v0.12.1 |
2078 | 2023-10-24T16:55:15.809Z | Compiling zerocopy v0.6.4 |
2079 | 2023-10-24T16:55:16.381Z | Compiling stringprep v0.1.3 |
2080 | 2023-10-24T16:55:16.779Z | Compiling idna v0.4.0 |
2081 | 2023-10-24T16:55:17.539Z | Compiling diesel_table_macro_syntax v0.1.0 |
2082 | 2023-10-24T16:55:17.824Z | Compiling hash32 v0.2.1 |
2083 | 2023-10-24T16:55:18.113Z | Compiling spin v0.9.8 |
2084 | 2023-10-24T16:55:18.638Z | Compiling dyn-clone v1.0.13 |
2085 | 2023-10-24T16:55:18.918Z | Compiling fallible-iterator v0.2.0 |
2086 | 2023-10-24T16:55:19.242Z | Compiling stable_deref_trait v1.2.0 |
2087 | 2023-10-24T16:55:19.525Z | Compiling clap_lex v0.5.1 |
2088 | 2023-10-24T16:55:19.788Z | Compiling maybe-uninit v2.0.0 |
2089 | 2023-10-24T16:55:20.156Z | Compiling funty v2.0.0 |
2090 | 2023-10-24T16:55:20.271Z | Compiling strsim v0.10.0 |
2091 | 2023-10-24T16:55:20.479Z | Compiling gimli v0.28.0 |
2092 | 2023-10-24T16:55:20.726Z | Compiling either v1.9.0 |
2093 | 2023-10-24T16:55:21.052Z | Compiling clap_builder v4.4.2 |
2094 | 2023-10-24T16:55:21.360Z | Compiling postgres-protocol v0.6.6 |
2095 | 2023-10-24T16:55:23.352Z | Compiling bitvec v1.0.1 |
2096 | 2023-10-24T16:55:24.724Z | Compiling url v2.4.1 |
2097 | 2023-10-24T16:55:25.110Z | Compiling diesel_derives v2.1.1 |
2098 | 2023-10-24T16:55:28.041Z | Compiling addr2line v0.21.0 |
2099 | 2023-10-24T16:55:28.965Z | Compiling tokio-rustls v0.24.1 |
2100 | 2023-10-24T16:55:29.564Z | Compiling rustls-native-certs v0.6.3 |
2101 | 2023-10-24T16:55:29.588Z | Compiling strum_macros v0.25.2 |
2102 | 2023-10-24T16:55:30.129Z | Compiling tokio-native-tls v0.3.1 |
2103 | 2023-10-24T16:55:32.872Z | Compiling usdt-attr-macro v0.3.5 |
2104 | 2023-10-24T16:55:33.969Z | Compiling usdt-macro v0.3.5 |
2105 | 2023-10-24T16:55:37.085Z | Compiling phf_shared v0.11.2 |
2106 | 2023-10-24T16:55:37.089Z | Compiling serde_spanned v0.6.3 |
2107 | 2023-10-24T16:55:37.100Z | Compiling toml_datetime v0.6.3 |
2108 | 2023-10-24T16:55:37.595Z | Compiling block-padding v0.3.3 |
2109 | 2023-10-24T16:55:38.081Z | Compiling enum-as-inner v0.5.1 |
2110 | 2023-10-24T16:55:38.086Z | Compiling serde_repr v0.1.16 |
2111 | 2023-10-24T16:55:39.233Z | Compiling scheduled-thread-pool v0.2.7 |
2112 | 2023-10-24T16:55:39.597Z | Compiling object v0.32.1 |
2113 | 2023-10-24T16:55:46.833Z | Compiling winnow v0.5.15 |
2114 | 2023-10-24T16:55:49.714Z | Compiling deranged v0.3.8 |
2115 | 2023-10-24T16:55:51.467Z | Compiling num-bigint-dig v0.8.4 |
2116 | 2023-10-24T16:55:51.855Z | Compiling regex-automata v0.1.10 |
2117 | 2023-10-24T16:55:52.628Z | Compiling managed v0.8.0 |
2118 | 2023-10-24T16:55:53.998Z | Compiling matches v0.1.10 |
2119 | 2023-10-24T16:55:54.008Z | Compiling num_threads v0.1.6 |
2120 | 2023-10-24T16:55:54.411Z | Compiling bit-vec v0.6.3 |
2121 | 2023-10-24T16:55:54.789Z | Compiling rustc-demangle v0.1.23 |
2122 | 2023-10-24T16:55:55.427Z | Compiling packed_struct v0.10.1 |
2123 | 2023-10-24T16:55:55.656Z | Compiling unicode-width v0.1.10 |
2124 | 2023-10-24T16:55:55.891Z | Compiling ipnet v2.8.0 |
2125 | 2023-10-24T16:55:58.254Z | Compiling time v0.3.27 |
2126 | 2023-10-24T16:56:04.135Z | Compiling idna v0.2.3 |
2127 | 2023-10-24T16:56:05.679Z | Compiling toml_edit v0.19.15 |
2128 | 2023-10-24T16:56:06.651Z | Compiling bstr v0.2.17 |
2129 | 2023-10-24T16:56:08.404Z | Compiling r2d2 v0.8.10 |
2130 | 2023-10-24T16:56:09.665Z | Compiling inout v0.1.3 |
2131 | 2023-10-24T16:56:12.374Z | Compiling phf v0.11.2 |
2132 | 2023-10-24T16:56:12.471Z | Compiling hyper-tls v0.5.0 |
2133 | 2023-10-24T16:56:12.823Z | Compiling hyper-rustls v0.24.1 |
2134 | 2023-10-24T16:56:13.008Z | Compiling flate2 v1.0.27 |
2135 | 2023-10-24T16:56:13.930Z | Compiling clap v4.4.3 |
2136 | 2023-10-24T16:56:14.081Z | Compiling ipnetwork v0.20.0 |
2137 | 2023-10-24T16:56:14.553Z | Compiling postgres-types v0.2.6 |
2138 | 2023-10-24T16:56:15.013Z | Compiling itertools v0.11.0 |
2139 | 2023-10-24T16:56:15.341Z | Compiling regex v1.9.5 |
2140 | 2023-10-24T16:56:16.894Z | Compiling pkcs8 v0.10.2 |
2141 | 2023-10-24T16:56:17.718Z | Compiling hubpack v0.1.2 |
2142 | 2023-10-24T16:56:17.872Z | Compiling serde_urlencoded v0.7.1 |
2143 | 2023-10-24T16:56:18.449Z | Compiling phf_shared v0.10.0 |
2144 | 2023-10-24T16:56:19.202Z | Compiling futures-executor v0.3.28 |
2145 | 2023-10-24T16:56:20.477Z | Compiling signature v2.1.0 |
2146 | 2023-10-24T16:56:22.123Z | Compiling packed_struct_codegen v0.10.1 |
2147 | 2023-10-24T16:56:23.842Z | Compiling float-cmp v0.9.0 |
2148 | 2023-10-24T16:56:24.812Z | Compiling encoding_rs v0.8.33 |
2149 | 2023-10-24T16:56:24.846Z | Compiling smawk v0.3.1 |
2150 | 2023-10-24T16:56:25.144Z | Compiling difflib v0.4.0 |
2151 | 2023-10-24T16:56:25.603Z | Compiling predicates-core v1.0.6 |
2152 | 2023-10-24T16:56:26.105Z | Compiling crc-catalog v2.2.0 |
2153 | 2023-10-24T16:56:26.324Z | Compiling unicode-segmentation v1.10.1 |
2154 | 2023-10-24T16:56:26.497Z | Compiling nodrop v0.1.14 |
2155 | 2023-10-24T16:56:27.343Z | Compiling static_assertions v1.1.0 |
2156 | 2023-10-24T16:56:28.083Z | Compiling data-encoding v2.4.0 |
2157 | 2023-10-24T16:56:29.913Z | Compiling webpki-roots v0.25.2 |
2158 | 2023-10-24T16:56:30.154Z | Compiling fixedbitset v0.4.2 |
2159 | 2023-10-24T16:56:31.178Z | Compiling normalize-line-endings v0.3.0 |
2160 | 2023-10-24T16:56:31.191Z | Compiling whoami v1.4.1 |
2161 | 2023-10-24T16:56:31.309Z | Compiling precomputed-hash v0.1.1 |
2162 | 2023-10-24T16:56:31.358Z | Compiling unicode-linebreak v0.1.5 |
2163 | 2023-10-24T16:56:31.458Z | Compiling mime v0.3.17 |
2164 | 2023-10-24T16:56:32.050Z | Compiling new_debug_unreachable v1.0.4 |
2165 | 2023-10-24T16:56:32.201Z | Compiling string_cache v0.8.7 |
2166 | 2023-10-24T16:56:32.337Z | Compiling textwrap v0.16.0 |
2167 | 2023-10-24T16:56:32.345Z | Compiling reqwest v0.11.20 |
2168 | 2023-10-24T16:56:33.470Z | Compiling tokio-postgres v0.7.10 |
2169 | 2023-10-24T16:56:34.098Z | Compiling predicates v3.0.4 |
2170 | 2023-10-24T16:56:38.438Z | Compiling petgraph v0.6.4 |
2171 | 2023-10-24T16:56:41.774Z | Compiling trust-dns-proto v0.22.0 |
2172 | 2023-10-24T16:56:45.339Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2173 | 2023-10-24T16:56:50.043Z | Compiling similar v2.2.1 |
2174 | 2023-10-24T16:56:53.362Z | Compiling array-init v0.0.4 |
2175 | 2023-10-24T16:56:55.161Z | Compiling crc v3.0.1 |
2176 | 2023-10-24T16:56:58.713Z | Compiling futures v0.3.28 |
2177 | 2023-10-24T16:57:01.647Z | Compiling pkcs1 v0.7.5 |
2178 | 2023-10-24T16:57:01.873Z | Compiling smallvec v0.6.14 |
2179 | 2023-10-24T16:57:02.948Z | Compiling diesel v2.1.1 |
2180 | 2023-10-24T16:57:04.034Z | Compiling yasna v0.5.2 |
2181 | 2023-10-24T16:57:04.910Z | Compiling toml v0.7.8 |
2182 | 2023-10-24T16:57:05.471Z | Compiling cipher v0.4.4 |
2183 | 2023-10-24T16:57:26.568Z | Compiling console v0.15.7 |
2184 | 2023-10-24T16:57:27.072Z | Compiling bit-set v0.5.3 |
2185 | 2023-10-24T16:57:27.224Z | Compiling usdt v0.3.5 |
2186 | 2023-10-24T16:57:27.365Z | Compiling is-terminal v0.4.9 |
2187 | 2023-10-24T16:57:27.604Z | Compiling itertools v0.10.5 |
2188 | 2023-10-24T16:57:27.708Z | Compiling bstr v1.6.0 |
2189 | 2023-10-24T16:57:28.201Z | Compiling openapiv3 v1.0.3 |
2190 | 2023-10-24T16:57:28.242Z | Compiling tokio-stream v0.1.14 |
2191 | 2023-10-24T16:57:28.296Z | Compiling hex v0.4.3 |
2192 | 2023-10-24T16:57:28.329Z | Compiling hashbrown v0.13.2 |
2193 | 2023-10-24T16:57:28.369Z | Compiling lalrpop-util v0.19.12 |
2194 | 2023-10-24T16:57:28.542Z | Compiling bitfield v0.14.0 |
2195 | 2023-10-24T16:57:28.555Z | Compiling termcolor v1.2.0 |
2196 | 2023-10-24T16:57:28.567Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2197 | 2023-10-24T16:57:28.576Z | Compiling env_logger v0.10.0 |
2198 | 2023-10-24T16:57:40.435Z | Compiling rsa v0.9.2 |
2199 | 2023-10-24T16:57:48.571Z | Compiling serde-hex v0.1.0 |
2200 | 2023-10-24T16:57:49.883Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2201 | 2023-10-24T16:57:58.674Z | Compiling x509-cert v0.2.4 |
2202 | 2023-10-24T16:58:00.064Z | Compiling ron v0.8.1 |
2203 | 2023-10-24T16:58:07.789Z | Compiling crc-any v2.4.3 |
2204 | 2023-10-24T16:58:24.586Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2205 | 2023-10-24T16:58:35.813Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2206 | 2023-10-24T16:58:43.555Z | Compiling object v0.30.4 |
2207 | 2023-10-24T16:58:55.811Z | Compiling path-slash v0.1.5 |
2208 | 2023-10-24T16:59:02.587Z | Compiling bzip2 v0.4.4 |
2209 | 2023-10-24T16:59:03.175Z | Compiling zip v0.6.6 |
2210 | 2023-10-24T16:59:05.386Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2211 | 2023-10-24T16:59:11.729Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2212 | 2023-10-24T16:59:45.046Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2213 | 2023-10-24T16:59:46.152Z | Finished release [optimized] target(s) in 6m 02s |
2214 | 2023-10-24T16:59:46.232Z | |
2215 | 2023-10-24T16:59:46.237Z | real 6:02.271336019 |
2216 | 2023-10-24T16:59:46.244Z | user 41:43.199609584 |
2217 | 2023-10-24T16:59:46.249Z | sys 3:39.133669800 |
2218 | 2023-10-24T16:59:46.254Z | trap 1.673280036 |
2219 | 2023-10-24T16:59:46.257Z | tflt 1.107058323 |
2220 | 2023-10-24T16:59:46.260Z | dflt 0.611566934 |
2221 | 2023-10-24T16:59:46.264Z | kflt 0.007529311 |
2222 | 2023-10-24T16:59:46.267Z | lock 1:39:06.668246774 |
2223 | 2023-10-24T16:59:46.272Z | slp 2:23:48.293558007 |
2224 | 2023-10-24T16:59:46.276Z | lat 1:46.979109854 |
2225 | 2023-10-24T16:59:46.281Z | stop 1:26.391066283 |
2226 | 2023-10-24T16:59:46.286Z | + ptime -m gzip |
2227 | 2023-10-24T16:59:46.894Z | |
2228 | 2023-10-24T16:59:46.897Z | real 0.656452720 |
2229 | 2023-10-24T16:59:46.901Z | user 0.649082978 |
2230 | 2023-10-24T16:59:46.904Z | sys 0.006793901 |
2231 | 2023-10-24T16:59:46.907Z | trap 0.000068178 |
2232 | 2023-10-24T16:59:46.909Z | tflt 0.000000000 |
2233 | 2023-10-24T16:59:46.912Z | dflt 0.000000000 |
2234 | 2023-10-24T16:59:46.915Z | kflt 0.000000000 |
2235 | 2023-10-24T16:59:46.919Z | lock 0.000000000 |
2236 | 2023-10-24T16:59:46.922Z | slp 0.000000000 |
2237 | 2023-10-24T16:59:46.925Z | lat 0.000172590 |
2238 | 2023-10-24T16:59:46.928Z | stop 0.000228041 |
2239 | 2023-10-24T16:59:46.931Z | + banner tufaceous |
2240 | 2023-10-24T16:59:46.934Z | |
2241 | 2023-10-24T16:59:46.938Z | ##### # # ###### ## #### ###### #### # # #### |
2242 | 2023-10-24T16:59:46.941Z | # # # # # # # # # # # # # # |
2243 | 2023-10-24T16:59:46.944Z | # # # ##### # # # ##### # # # # #### |
2244 | 2023-10-24T16:59:46.947Z | # # # # ###### # # # # # # # |
2245 | 2023-10-24T16:59:46.950Z | # # # # # # # # # # # # # # # |
2246 | 2023-10-24T16:59:46.953Z | # #### # # # #### ###### #### #### #### |
2247 | 2023-10-24T16:59:46.956Z | |
2248 | 2023-10-24T16:59:46.959Z | + ptime -m cargo build --locked -p tufaceous --release |
2249 | 2023-10-24T16:59:47.647Z | Downloading crates ... |
2250 | 2023-10-24T16:59:47.988Z | Downloaded path-absolutize v3.1.0 |
2251 | 2023-10-24T16:59:47.994Z | Downloaded olpc-cjson v0.1.3 |
2252 | 2023-10-24T16:59:47.999Z | Downloaded path-dedot v3.1.0 |
2253 | 2023-10-24T16:59:48.005Z | Downloaded bytesize v1.3.0 |
2254 | 2023-10-24T16:59:48.009Z | Downloaded doc-comment v0.3.3 |
2255 | 2023-10-24T16:59:48.014Z | Downloaded serde_plain v1.0.2 |
2256 | 2023-10-24T16:59:48.020Z | Downloaded buf-list v1.0.3 |
2257 | 2023-10-24T16:59:48.025Z | Downloaded snafu v0.7.5 |
2258 | 2023-10-24T16:59:48.030Z | Downloaded tough v0.12.5 |
2259 | 2023-10-24T16:59:48.041Z | Downloaded fs-err v2.9.0 |
2260 | 2023-10-24T16:59:48.046Z | Downloaded snafu-derive v0.7.5 |
2261 | 2023-10-24T16:59:48.051Z | Downloaded globset v0.4.13 |
2262 | 2023-10-24T16:59:48.226Z | Compiling serde_tokenstream v0.2.0 |
2263 | 2023-10-24T16:59:48.230Z | Compiling regress v0.7.1 |
2264 | 2023-10-24T16:59:48.233Z | Compiling dirs-sys-next v0.1.2 |
2265 | 2023-10-24T16:59:48.239Z | Compiling ident_case v1.0.1 |
2266 | 2023-10-24T16:59:48.247Z | Compiling thread_local v1.1.7 |
2267 | 2023-10-24T16:59:48.255Z | Compiling camino v1.1.6 |
2268 | 2023-10-24T16:59:48.259Z | Compiling slog-async v2.8.0 |
2269 | 2023-10-24T16:59:48.460Z | Compiling dirs-next v2.0.0 |
2270 | 2023-10-24T16:59:48.824Z | Compiling darling_core v0.20.3 |
2271 | 2023-10-24T16:59:48.892Z | Compiling heck v0.4.1 |
2272 | 2023-10-24T16:59:49.086Z | Compiling term v0.7.0 |
2273 | 2023-10-24T16:59:49.099Z | Compiling crossbeam-channel v0.5.8 |
2274 | 2023-10-24T16:59:49.492Z | Compiling getopts v0.2.21 |
2275 | 2023-10-24T16:59:50.127Z | Compiling structmeta-derive v0.1.6 |
2276 | 2023-10-24T16:59:50.977Z | Compiling atty v0.2.14 |
2277 | 2023-10-24T16:59:50.989Z | Compiling multer v2.1.0 |
2278 | 2023-10-24T16:59:51.237Z | Compiling match_cfg v0.1.0 |
2279 | 2023-10-24T16:59:51.322Z | Compiling doc-comment v0.3.3 |
2280 | 2023-10-24T16:59:51.388Z | Compiling paste v1.0.14 |
2281 | 2023-10-24T16:59:52.026Z | Compiling take_mut v0.2.2 |
2282 | 2023-10-24T16:59:52.030Z | Compiling unsafe-libyaml v0.2.9 |
2283 | 2023-10-24T16:59:52.467Z | Compiling hostname v0.3.1 |
2284 | 2023-10-24T16:59:52.833Z | Compiling slog-term v2.9.0 |
2285 | 2023-10-24T16:59:54.569Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2286 | 2023-10-24T16:59:56.689Z | Compiling structmeta v0.1.6 |
2287 | 2023-10-24T16:59:57.330Z | Compiling serde_yaml v0.9.25 |
2288 | 2023-10-24T16:59:58.156Z | Compiling darling_macro v0.20.3 |
2289 | 2023-10-24T16:59:58.232Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2290 | 2023-10-24T16:59:58.257Z | Compiling slog-json v2.6.1 |
2291 | 2023-10-24T16:59:59.092Z | Compiling async-stream-impl v0.3.5 |
2292 | 2023-10-24T16:59:59.579Z | Compiling darling v0.20.3 |
2293 | 2023-10-24T16:59:59.741Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2294 | 2023-10-24T17:00:00.170Z | Compiling atomic-waker v1.1.1 |
2295 | 2023-10-24T17:00:00.469Z | Compiling regex-syntax v0.6.29 |
2296 | 2023-10-24T17:00:00.559Z | Compiling fastrand v2.0.0 |
2297 | 2023-10-24T17:00:01.120Z | Compiling async-stream v0.3.5 |
2298 | 2023-10-24T17:00:01.588Z | Compiling tempfile v3.8.0 |
2299 | 2023-10-24T17:00:01.704Z | Compiling waitgroup v0.1.2 |
2300 | 2023-10-24T17:00:01.827Z | Compiling serde_with_macros v2.3.3 |
2301 | 2023-10-24T17:00:02.066Z | Compiling slog-bunyan v2.4.0 |
2302 | 2023-10-24T17:00:05.152Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2303 | 2023-10-24T17:00:05.571Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2304 | 2023-10-24T17:00:05.870Z | Compiling sha1 v0.10.5 |
2305 | 2023-10-24T17:00:07.175Z | Compiling snafu-derive v0.7.5 |
2306 | 2023-10-24T17:00:07.777Z | Compiling serde_path_to_error v0.1.14 |
2307 | 2023-10-24T17:00:07.781Z | Compiling path-dedot v3.1.0 |
2308 | 2023-10-24T17:00:07.924Z | Compiling instant v0.1.12 |
2309 | 2023-10-24T17:00:07.972Z | Compiling buf-list v1.0.3 |
2310 | 2023-10-24T17:00:08.153Z | Compiling debug-ignore v1.0.5 |
2311 | 2023-10-24T17:00:08.373Z | Compiling arc-swap v1.6.0 |
2312 | 2023-10-24T17:00:08.511Z | Compiling same-file v1.0.6 |
2313 | 2023-10-24T17:00:08.773Z | Compiling base64 v0.13.1 |
2314 | 2023-10-24T17:00:09.079Z | Compiling walkdir v2.4.0 |
2315 | 2023-10-24T17:00:09.632Z | Compiling pem v1.1.1 |
2316 | 2023-10-24T17:00:10.222Z | Compiling slog-scope v4.4.0 |
2317 | 2023-10-24T17:00:10.258Z | Compiling parse-display-derive v0.7.0 |
2318 | 2023-10-24T17:00:11.808Z | Compiling backoff v0.4.0 |
2319 | 2023-10-24T17:00:12.086Z | Compiling path-absolutize v3.1.0 |
2320 | 2023-10-24T17:00:12.555Z | Compiling serde_with v2.3.3 |
2321 | 2023-10-24T17:00:12.559Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2322 | 2023-10-24T17:00:12.564Z | Compiling globset v0.4.13 |
2323 | 2023-10-24T17:00:13.444Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2324 | 2023-10-24T17:00:13.507Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2325 | 2023-10-24T17:00:13.696Z | Compiling strum v0.25.0 |
2326 | 2023-10-24T17:00:13.975Z | Compiling olpc-cjson v0.1.3 |
2327 | 2023-10-24T17:00:14.879Z | Compiling macaddr v1.0.1 |
2328 | 2023-10-24T17:00:15.674Z | Compiling snafu v0.7.5 |
2329 | 2023-10-24T17:00:18.829Z | Compiling serde_plain v1.0.2 |
2330 | 2023-10-24T17:00:18.861Z | Compiling parse-display v0.7.0 |
2331 | 2023-10-24T17:00:18.929Z | Compiling filetime v0.2.22 |
2332 | 2023-10-24T17:00:19.008Z | Compiling xattr v1.0.1 |
2333 | 2023-10-24T17:00:19.037Z | Compiling tar v0.4.40 |
2334 | 2023-10-24T17:00:19.067Z | Compiling tough v0.12.5 |
2335 | 2023-10-24T17:00:19.094Z | Compiling slog-stdlog v4.1.1 |
2336 | 2023-10-24T17:00:20.053Z | Compiling camino-tempfile v1.0.2 |
2337 | 2023-10-24T17:00:20.896Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2338 | 2023-10-24T17:00:21.076Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2339 | 2023-10-24T17:00:21.364Z | Compiling bytesize v1.3.0 |
2340 | 2023-10-24T17:00:22.318Z | Compiling fs-err v2.9.0 |
2341 | 2023-10-24T17:00:23.716Z | Compiling slog-envlogger v2.2.0 |
2342 | 2023-10-24T17:00:27.495Z | Compiling humantime v2.1.0 |
2343 | 2023-10-24T17:00:30.224Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2344 | 2023-10-24T17:00:59.980Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2345 | 2023-10-24T17:01:00.211Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2346 | 2023-10-24T17:01:10.031Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2347 | 2023-10-24T17:01:12.617Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2348 | 2023-10-24T17:01:37.552Z | Finished release [optimized] target(s) in 1m 50s |
2349 | 2023-10-24T17:01:37.647Z | |
2350 | 2023-10-24T17:01:37.659Z | real 1:50.725643048 |
2351 | 2023-10-24T17:01:37.671Z | user 11:38.506352337 |
2352 | 2023-10-24T17:01:37.675Z | sys 45.526930147 |
2353 | 2023-10-24T17:01:37.679Z | trap 0.426819426 |
2354 | 2023-10-24T17:01:37.682Z | tflt 0.342760593 |
2355 | 2023-10-24T17:01:37.685Z | dflt 0.709399881 |
2356 | 2023-10-24T17:01:37.688Z | kflt 0.006546040 |
2357 | 2023-10-24T17:01:37.691Z | lock 23:14.124589846 |
2358 | 2023-10-24T17:01:37.694Z | slp 24:32.702147853 |
2359 | 2023-10-24T17:01:37.697Z | lat 19.699926986 |
2360 | 2023-10-24T17:01:37.701Z | stop 11.074132355 |
2361 | 2023-10-24T17:01:37.703Z | + ptime -m gzip |
2362 | 2023-10-24T17:01:39.768Z | |
2363 | 2023-10-24T17:01:39.771Z | real 2.119043477 |
2364 | 2023-10-24T17:01:39.774Z | user 2.094032973 |
2365 | 2023-10-24T17:01:39.777Z | sys 0.024285391 |
2366 | 2023-10-24T17:01:39.781Z | trap 0.000222977 |
2367 | 2023-10-24T17:01:39.783Z | tflt 0.000000000 |
2368 | 2023-10-24T17:01:39.786Z | dflt 0.000000000 |
2369 | 2023-10-24T17:01:39.789Z | kflt 0.000000000 |
2370 | 2023-10-24T17:01:39.793Z | lock 0.000000000 |
2371 | 2023-10-24T17:01:39.796Z | slp 0.000000000 |
2372 | 2023-10-24T17:01:39.799Z | lat 0.000173905 |
2373 | 2023-10-24T17:01:39.801Z | stop 0.000223355 |
2374 | 2023-10-24T17:01:39.804Z | process exited: duration 1296935 ms, exit code 0 |
|
2375 | 2023-10-24T17:01:39.813Z | found 5 output files |
2376 | 2023-10-24T17:01:39.828Z | uploading: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz (6514873 bytes) |
2377 | 2023-10-24T17:01:42.229Z | uploaded: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz |
2378 | 2023-10-24T17:01:42.241Z | uploading: /work/end-to-end-tests/bootstrap.gz (97906215 bytes) |
2379 | 2023-10-24T17:02:01.407Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2380 | 2023-10-24T17:02:01.435Z | uploading: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz (111817595 bytes) |
2381 | 2023-10-24T17:02:34.682Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz |
2382 | 2023-10-24T17:02:34.695Z | uploading: /work/caboose-util.gz (4111313 bytes) |
2383 | 2023-10-24T17:02:37.506Z | uploaded: /work/caboose-util.gz |
2384 | 2023-10-24T17:02:37.534Z | uploading: /work/tufaceous.gz (13496231 bytes) |
2385 | 2023-10-24T17:02:42.387Z | uploaded: /work/tufaceous.gz |