|
|
|
1 | 2023-11-02T18:46:26.494Z | job assigned to worker 01HE8NKXR9TXWVYCKMK9HEE8PZ (queued for 2 m 0 s) |
|
2 | 2023-11-02T18:46:27.032Z | starting task 0: "setup" |
3 | 2023-11-02T18:46:27.404Z | ++ uname -s |
4 | 2023-11-02T18:46:27.846Z | + kern=SunOS |
5 | 2023-11-02T18:46:27.849Z | + case "$kern" in |
6 | 2023-11-02T18:46:27.852Z | + groupadd -g 12345 build |
7 | 2023-11-02T18:46:27.855Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-02T18:46:29.408Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-02T18:46:29.535Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-02T18:46:29.538Z | + home_fs=zfs |
11 | 2023-11-02T18:46:29.541Z | + [[ zfs == autofs ]] |
12 | 2023-11-02T18:46:29.569Z | + mkdir -p /home/build |
13 | 2023-11-02T18:46:29.572Z | + chown build:build /home/build /work |
14 | 2023-11-02T18:46:31.545Z | + chmod 0700 /home/build /work |
15 | 2023-11-02T18:46:31.553Z | process exited: duration 4512 ms, exit code 0 |
|
16 | 2023-11-02T18:46:31.571Z | starting task 1: "rust-toolchain" |
17 | 2023-11-02T18:46:31.590Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-02T18:46:31.595Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-02T18:46:31.758Z | info: downloading installer |
20 | 2023-11-02T18:46:34.288Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-02T18:46:34.294Z | warning: /opt/ooce/bin |
22 | 2023-11-02T18:46:34.301Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-02T18:46:34.306Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-02T18:46:34.310Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-02T18:46:34.737Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-02T18:46:35.154Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-02T18:46:35.158Z | error: cannot install while Rust is installed |
28 | 2023-11-02T18:46:35.163Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-02T18:46:35.171Z | info: profile set to 'default' |
30 | 2023-11-02T18:46:35.178Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-02T18:46:35.189Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-02T18:46:35.195Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-02T18:46:35.199Z | info: downloading component 'cargo' |
34 | 2023-11-02T18:46:35.394Z | info: downloading component 'clippy' |
35 | 2023-11-02T18:46:35.629Z | info: downloading component 'rust-docs' |
36 | 2023-11-02T18:46:36.484Z | info: downloading component 'rust-std' |
37 | 2023-11-02T18:46:38.018Z | info: downloading component 'rustc' |
38 | 2023-11-02T18:46:41.774Z | info: downloading component 'rustfmt' |
39 | 2023-11-02T18:46:42.623Z | info: installing component 'cargo' |
40 | 2023-11-02T18:46:43.775Z | info: installing component 'clippy' |
41 | 2023-11-02T18:46:45.016Z | info: installing component 'rust-docs' |
42 | 2023-11-02T18:46:47.394Z | info: installing component 'rust-std' |
43 | 2023-11-02T18:46:51.068Z | info: installing component 'rustc' |
44 | 2023-11-02T18:46:59.300Z | info: installing component 'rustfmt' |
45 | 2023-11-02T18:46:59.753Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-02T18:46:59.756Z | |
47 | 2023-11-02T18:46:59.916Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-02T18:46:59.920Z | |
49 | 2023-11-02T18:46:59.923Z | |
50 | 2023-11-02T18:46:59.926Z | Rust is installed now. Great! |
51 | 2023-11-02T18:46:59.929Z | |
52 | 2023-11-02T18:46:59.932Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-02T18:46:59.935Z | environment variable. This has not been done automatically. |
54 | 2023-11-02T18:46:59.938Z | |
55 | 2023-11-02T18:46:59.942Z | To configure your current shell, run: |
56 | 2023-11-02T18:46:59.947Z | source "$HOME/.cargo/env" |
57 | 2023-11-02T18:47:00.008Z | + rustc --version |
58 | 2023-11-02T18:47:00.121Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-02T18:47:00.128Z | process exited: duration 28549 ms, exit code 0 |
|
60 | 2023-11-02T18:47:00.134Z | starting task 2: "authentication" |
61 | 2023-11-02T18:47:00.171Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-11-02T18:47:00.177Z | starting task 3: "clone repository" |
63 | 2023-11-02T18:47:00.187Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-02T18:47:00.190Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-02T18:47:00.240Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-02T18:47:07.246Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-02T18:47:07.250Z | + [[ -n sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state ]] |
68 | 2023-11-02T18:47:07.253Z | + git fetch origin sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
69 | 2023-11-02T18:47:07.617Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-02T18:47:07.627Z | * branch sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> FETCH_HEAD |
71 | 2023-11-02T18:47:08.051Z | + git checkout -B sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state remotes/origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
72 | 2023-11-02T18:47:08.105Z | Switched to a new branch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state' |
73 | 2023-11-02T18:47:08.110Z | branch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state' set up to track 'origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state'. |
74 | 2023-11-02T18:47:08.116Z | + git reset --hard f985e59cfb0cd50b25718277d6478f5e74ef1d03 |
75 | 2023-11-02T18:47:08.122Z | HEAD is now at f985e59c Fix docs |
76 | 2023-11-02T18:47:08.128Z | process exited: duration 7683 ms, exit code 0 |
|
77 | 2023-11-02T18:47:08.579Z | starting task 4: "build" |
78 | 2023-11-02T18:47:09.012Z | + cargo --version |
79 | 2023-11-02T18:47:09.103Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-02T18:47:09.170Z | + rustc --version |
81 | 2023-11-02T18:47:09.205Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-02T18:47:09.214Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-11-02T18:47:22.755Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-11-02T18:47:23.542Z | Startup: Caching catalogs ... Done |
85 | 2023-11-02T18:47:25.165Z | Planning: Solver setup ... Done (4.301s) |
86 | 2023-11-02T18:47:25.183Z | Planning: Running solver ... Done (0.114s) |
87 | 2023-11-02T18:47:25.196Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-11-02T18:47:25.218Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-11-02T18:47:25.239Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-11-02T18:47:25.318Z | Planning: Package planning ... Done (0.080s) |
91 | 2023-11-02T18:47:25.408Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-11-02T18:47:26.349Z | Planning: Checking for conflicting actions ... Done (0.949s) |
93 | 2023-11-02T18:47:26.369Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-11-02T18:47:31.309Z | Planning: Evaluating mediators ... Done (4.943s) |
95 | 2023-11-02T18:47:31.343Z | Planning: Planning completed in 11.11 seconds |
96 | 2023-11-02T18:47:31.375Z | Packages to install: 4 |
97 | 2023-11-02T18:47:31.385Z | Mediators to change: 2 |
98 | 2023-11-02T18:47:31.393Z | Services to change: 1 |
99 | 2023-11-02T18:47:31.399Z | Estimated space available: 149.39 GB |
100 | 2023-11-02T18:47:31.405Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-11-02T18:47:31.411Z | Create boot environment: No |
102 | 2023-11-02T18:47:31.427Z | Create backup boot environment: No |
103 | 2023-11-02T18:47:31.435Z | Rebuild boot archive: No |
104 | 2023-11-02T18:47:31.439Z | |
105 | 2023-11-02T18:47:31.442Z | Changed mediators: |
106 | 2023-11-02T18:47:31.447Z | mediator clang: |
107 | 2023-11-02T18:47:31.464Z | version: None -> 15 (system default) |
108 | 2023-11-02T18:47:31.474Z | |
109 | 2023-11-02T18:47:31.487Z | mediator llvm: |
110 | 2023-11-02T18:47:31.503Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-11-02T18:47:31.507Z | |
112 | 2023-11-02T18:47:31.512Z | Changed packages: |
113 | 2023-11-02T18:47:31.518Z | helios-dev |
114 | 2023-11-02T18:47:31.523Z | developer/build-essential |
115 | 2023-11-02T18:47:31.528Z | None -> 11-2.0 |
116 | 2023-11-02T18:47:31.539Z | library/libxmlsec1 |
117 | 2023-11-02T18:47:31.542Z | None -> 1.2.35-2.0 |
118 | 2023-11-02T18:47:31.545Z | ooce/developer/clang-15 |
119 | 2023-11-02T18:47:31.547Z | None -> 15.0.7-2.0 |
120 | 2023-11-02T18:47:31.550Z | ooce/developer/llvm-15 |
121 | 2023-11-02T18:47:31.554Z | None -> 15.0.7-2.0 |
122 | 2023-11-02T18:47:31.561Z | |
123 | 2023-11-02T18:47:31.564Z | Services: |
124 | 2023-11-02T18:47:31.570Z | restart_fmri: |
125 | 2023-11-02T18:47:31.573Z | svc:/system/update-man-index:default |
126 | 2023-11-02T18:47:31.576Z | |
127 | 2023-11-02T18:47:31.586Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-11-02T18:47:37.698Z | Download: 208/3290 items 1.3/212.6MB 0% complete (443k/s) |
129 | 2023-11-02T18:47:42.706Z | Download: 1120/3290 items 38.4/212.6MB 18% complete (3.7M/s) |
130 | 2023-11-02T18:47:47.707Z | Download: 1781/3290 items 115.4/212.6MB 54% complete (11.6M/s) |
131 | 2023-11-02T18:47:53.116Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (8.2M/s) |
132 | 2023-11-02T18:47:57.850Z | Download: 3244/3290 items 177.8/212.6MB 83% complete (6.2M/s) |
133 | 2023-11-02T18:48:02.545Z | Download: Completed 212.60 MB in 31.00 seconds (6.9M/s) |
134 | 2023-11-02T18:48:02.762Z | Actions: 1/3687 actions (Installing new actions) |
135 | 2023-11-02T18:48:07.766Z | Actions: 3080/3687 actions (Installing new actions) |
136 | 2023-11-02T18:48:11.017Z | Actions: Completed 3687 actions in 8.25 seconds. |
137 | 2023-11-02T18:48:11.594Z | Done (0.165s) |
138 | 2023-11-02T18:48:11.597Z | Done (0.000s) |
139 | 2023-11-02T18:48:11.601Z | Done (0.204s) |
140 | 2023-11-02T18:48:21.292Z | Done (7.889s) |
141 | 2023-11-02T18:48:21.518Z | Done (0.273s) |
142 | 2023-11-02T18:48:21.627Z | Done (0.000s) |
143 | 2023-11-02T18:48:21.655Z | Done (0.000s) |
144 | 2023-11-02T18:48:21.721Z | Planning: Evaluating mediator changes ... Done |
145 | 2023-11-02T18:48:21.836Z | Planning: Checking for conflicting actions ... Done |
146 | 2023-11-02T18:48:21.964Z | Planning: Consolidating action changes ... Done |
147 | 2023-11-02T18:48:22.059Z | Planning: Evaluating mediators ... Done |
148 | 2023-11-02T18:48:22.181Z | Planning: Planning completed in 0.72 seconds |
149 | 2023-11-02T18:48:22.202Z | Mediators to change: 2 |
150 | 2023-11-02T18:48:22.252Z | Create boot environment: No |
151 | 2023-11-02T18:48:22.280Z | Create backup boot environment: No |
152 | 2023-11-02T18:48:22.317Z | Done |
153 | 2023-11-02T18:48:22.346Z | Done |
154 | 2023-11-02T18:48:22.371Z | Done |
155 | 2023-11-02T18:48:27.554Z | Done |
156 | 2023-11-02T18:48:27.675Z | Done |
157 | 2023-11-02T18:48:27.678Z | Done |
158 | 2023-11-02T18:48:27.847Z | Done |
159 | 2023-11-02T18:48:28.850Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-11-02T18:48:28.856Z | Planning: Merging actions ... Done |
161 | 2023-11-02T18:48:29.177Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-02T18:48:29.182Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-02T18:48:29.600Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-02T18:48:29.688Z | Planning: Planning completed in 1.28 seconds |
165 | 2023-11-02T18:48:29.746Z | Packages to change: 1 |
166 | 2023-11-02T18:48:29.750Z | Mediators to change: 1 |
167 | 2023-11-02T18:48:29.752Z | Services to change: 1 |
168 | 2023-11-02T18:48:29.755Z | Create boot environment: No |
169 | 2023-11-02T18:48:29.758Z | Create backup boot environment: Yes |
170 | 2023-11-02T18:48:32.144Z | Actions: 1/6 actions (Updating modified actions) |
171 | 2023-11-02T18:48:32.162Z | Actions: Completed 6 actions in 0.00 seconds. |
172 | 2023-11-02T18:48:32.170Z | Done |
173 | 2023-11-02T18:48:32.179Z | Done |
174 | 2023-11-02T18:48:32.193Z | Done |
175 | 2023-11-02T18:48:37.995Z | Done |
176 | 2023-11-02T18:48:38.109Z | Done |
177 | 2023-11-02T18:48:38.126Z | Done |
178 | 2023-11-02T18:48:38.227Z | Done |
179 | 2023-11-02T18:48:38.901Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
180 | 2023-11-02T18:48:39.320Z | clang system 15 system |
181 | 2023-11-02T18:48:39.337Z | csh system system illumos |
182 | 2023-11-02T18:48:39.354Z | ctags system system illumos |
183 | 2023-11-02T18:48:39.369Z | gcc vendor 12 vendor |
184 | 2023-11-02T18:48:39.384Z | gcc system 10 system |
185 | 2023-11-02T18:48:39.396Z | gcc system 7 system |
186 | 2023-11-02T18:48:39.407Z | go system 1.20 system |
187 | 2023-11-02T18:48:39.426Z | go system 1.19 system |
188 | 2023-11-02T18:48:39.438Z | llvm system 15 system |
189 | 2023-11-02T18:48:39.450Z | llvm system 14 system |
190 | 2023-11-02T18:48:39.551Z | mariadb system 10.6 system |
191 | 2023-11-02T18:48:40.793Z | mta vendor vendor dma |
192 | 2023-11-02T18:48:40.810Z | openjdk system 17 system |
193 | 2023-11-02T18:48:41.651Z | openjdk system 11 system |
194 | 2023-11-02T18:48:41.658Z | openjdk system 1.8 system |
195 | 2023-11-02T18:48:41.662Z | openssl vendor 3 vendor |
196 | 2023-11-02T18:48:41.681Z | perl system 5.36 system |
197 | 2023-11-02T18:48:41.692Z | postgresql system 15 system |
198 | 2023-11-02T18:48:41.696Z | postgresql system 13 system |
199 | 2023-11-02T18:48:41.702Z | python vendor 3 vendor |
200 | 2023-11-02T18:48:41.708Z | python system 2 system |
201 | 2023-11-02T18:48:41.716Z | python3 system 3.11 system |
202 | 2023-11-02T18:48:41.725Z | ruby system 3.0 system |
203 | 2023-11-02T18:48:41.733Z | words vendor vendor american-english |
204 | 2023-11-02T18:48:41.737Z | words system system australian-english |
205 | 2023-11-02T18:48:41.740Z | words system system british-english |
206 | 2023-11-02T18:48:41.744Z | words system system canadian-english |
207 | 2023-11-02T18:48:41.747Z | words system system french |
208 | 2023-11-02T18:48:41.753Z | words system system italian |
209 | 2023-11-02T18:48:41.756Z | words system system ngerman |
210 | 2023-11-02T18:48:41.760Z | words system system ogerman |
211 | 2023-11-02T18:48:41.764Z | words system system spanish |
212 | 2023-11-02T18:48:41.769Z | FMRI IFO |
213 | 2023-11-02T18:48:41.779Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
214 | 2023-11-02T18:48:41.782Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
215 | 2023-11-02T18:48:41.785Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
216 | 2023-11-02T18:48:41.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
217 | 2023-11-02T18:48:41.793Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
218 | 2023-11-02T18:48:41.796Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
219 | 2023-11-02T18:48:41.799Z | + set -o errexit |
220 | 2023-11-02T18:48:41.804Z | +++ dirname ./tools/ci_download_cockroachdb |
221 | 2023-11-02T18:48:41.808Z | ++ cd ./tools |
222 | 2023-11-02T18:48:41.811Z | ++ pwd |
223 | 2023-11-02T18:48:41.814Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
224 | 2023-11-02T18:48:41.818Z | ++ basename ./tools/ci_download_cockroachdb |
225 | 2023-11-02T18:48:41.823Z | + ARG0=ci_download_cockroachdb |
226 | 2023-11-02T18:48:41.827Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
227 | 2023-11-02T18:48:41.830Z | + CIDL_VERSION=v22.1.9 |
228 | 2023-11-02T18:48:41.835Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
229 | 2023-11-02T18:48:41.838Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
230 | 2023-11-02T18:48:41.841Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
231 | 2023-11-02T18:48:41.845Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
232 | 2023-11-02T18:48:41.848Z | + TARGET_DIR=out |
233 | 2023-11-02T18:48:41.852Z | + DOWNLOAD_DIR=out/downloads |
234 | 2023-11-02T18:48:41.855Z | + DEST_DIR=./out/cockroachdb |
235 | 2023-11-02T18:48:41.859Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
236 | 2023-11-02T18:48:41.863Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
237 | 2023-11-02T18:48:41.867Z | + main |
238 | 2023-11-02T18:48:41.870Z | + [[ 0 != 0 ]] |
239 | 2023-11-02T18:48:41.873Z | + CIDL_OS=solaris2.11 |
240 | 2023-11-02T18:48:41.877Z | + [[ 0 != 0 ]] |
241 | 2023-11-02T18:48:41.915Z | + configure_os solaris2.11 |
242 | 2023-11-02T18:48:41.919Z | + echo 'current directory: /work/oxidecomputer/omicron' |
243 | 2023-11-02T18:48:41.924Z | current directory: /work/oxidecomputer/omicron |
244 | 2023-11-02T18:48:41.927Z | + echo 'configuring based on OS: "solaris2.11"' |
245 | 2023-11-02T18:48:41.930Z | + case "$1" in |
246 | 2023-11-02T18:48:41.934Z | configuring based on OS: "solaris2.11" |
247 | 2023-11-02T18:48:41.938Z | + CIDL_BUILD=illumos |
248 | 2023-11-02T18:48:41.941Z | + CIDL_SUFFIX=tar.gz |
249 | 2023-11-02T18:48:41.945Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-11-02T18:48:41.948Z | + CIDL_MD5FUNC=do_md5sum |
251 | 2023-11-02T18:48:41.951Z | + CIDL_URL_BASE=https://illumos.org/downloads |
252 | 2023-11-02T18:48:41.954Z | + CIDL_ASSEMBLE=do_assemble_illumos |
253 | 2023-11-02T18:48:41.958Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
254 | 2023-11-02T18:48:41.961Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-11-02T18:48:41.964Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-11-02T18:48:41.968Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-11-02T18:48:41.970Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
258 | 2023-11-02T18:48:41.976Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-11-02T18:48:41.987Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-11-02T18:48:41.993Z | Downloading... |
261 | 2023-11-02T18:48:41.999Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-11-02T18:48:42.003Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-11-02T18:48:42.010Z | + mkdir -p out/downloads |
264 | 2023-11-02T18:48:42.014Z | + mkdir -p ./out/cockroachdb |
265 | 2023-11-02T18:48:42.019Z | + local DO_DOWNLOAD=true |
266 | 2023-11-02T18:48:42.024Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
267 | 2023-11-02T18:48:42.028Z | + '[' true == true ']' |
268 | 2023-11-02T18:48:42.044Z | + echo Downloading... |
269 | 2023-11-02T18:48:42.472Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-02T18:48:42.488Z | + 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 |
271 | 2023-11-02T18:48:44.038Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-02T18:48:44.048Z | ++ md5sum |
273 | 2023-11-02T18:48:44.066Z | ++ awk '{print $1}' |
274 | 2023-11-02T18:48:44.220Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-11-02T18:48:44.259Z | + [[ 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 ]] |
276 | 2023-11-02T18:48:44.676Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-02T18:48:44.684Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
278 | 2023-11-02T18:48:47.527Z | + do_assemble_illumos |
279 | 2023-11-02T18:48:47.535Z | + rm -r ./out/cockroachdb |
280 | 2023-11-02T18:48:47.560Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
281 | 2023-11-02T18:48:48.216Z | + ./out/cockroachdb/bin/cockroach version |
282 | 2023-11-02T18:48:48.910Z | Build Tag: v22.1.9-dirty |
283 | 2023-11-02T18:48:48.918Z | Build Time: 2022/10/26 21:17:46 |
284 | 2023-11-02T18:48:48.930Z | Distribution: OSS |
285 | 2023-11-02T18:48:48.944Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
286 | 2023-11-02T18:48:48.959Z | Go Version: go1.17.13 |
287 | 2023-11-02T18:48:48.970Z | C Compiler: gcc 10.3.0 |
288 | 2023-11-02T18:48:48.980Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
289 | 2023-11-02T18:48:48.986Z | Build Type: release |
290 | 2023-11-02T18:48:48.997Z | + set -o errexit |
291 | 2023-11-02T18:48:49.005Z | +++ dirname ./tools/ci_download_clickhouse |
292 | 2023-11-02T18:48:49.027Z | ++ cd ./tools |
293 | 2023-11-02T18:48:49.046Z | ++ pwd |
294 | 2023-11-02T18:48:49.073Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
295 | 2023-11-02T18:48:49.089Z | ++ basename ./tools/ci_download_clickhouse |
296 | 2023-11-02T18:48:49.102Z | + ARG0=ci_download_clickhouse |
297 | 2023-11-02T18:48:49.120Z | + TARGET_DIR=out |
298 | 2023-11-02T18:48:49.138Z | + DOWNLOAD_DIR=out/downloads |
299 | 2023-11-02T18:48:49.563Z | + DEST_DIR=./out/clickhouse |
300 | 2023-11-02T18:48:49.981Z | + CIDL_VERSION=v22.8.9.24 |
301 | 2023-11-02T18:48:49.986Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
302 | 2023-11-02T18:48:49.991Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
303 | 2023-11-02T18:48:49.995Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
304 | 2023-11-02T18:48:50.020Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
305 | 2023-11-02T18:48:50.026Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
306 | 2023-11-02T18:48:50.042Z | + main |
307 | 2023-11-02T18:48:50.057Z | + [[ 0 != 0 ]] |
308 | 2023-11-02T18:48:50.073Z | + CIDL_OS=solaris2.11 |
309 | 2023-11-02T18:48:50.100Z | + [[ 0 != 0 ]] |
310 | 2023-11-02T18:48:50.118Z | + configure_os solaris2.11 |
311 | 2023-11-02T18:48:50.138Z | + echo 'current directory: /work/oxidecomputer/omicron' |
312 | 2023-11-02T18:48:50.145Z | current directory: /work/oxidecomputer/omicron |
313 | 2023-11-02T18:48:50.151Z | + echo 'configuring based on OS: "solaris2.11"' |
314 | 2023-11-02T18:48:50.157Z | configuring based on OS: "solaris2.11" |
315 | 2023-11-02T18:48:50.163Z | + CIDL_DASHREV= |
316 | 2023-11-02T18:48:50.174Z | + case "$1" in |
317 | 2023-11-02T18:48:50.181Z | + CIDL_PLATFORM=illumos |
318 | 2023-11-02T18:48:50.186Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-11-02T18:48:50.193Z | + CIDL_MD5FUNC=do_md5sum |
320 | 2023-11-02T18:48:50.272Z | + CIDL_DASHREV=-1 |
321 | 2023-11-02T18:48:50.307Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
322 | 2023-11-02T18:48:50.341Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-11-02T18:48:50.369Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-11-02T18:48:50.785Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-11-02T18:48:50.790Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-11-02T18:48:50.795Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-02T18:48:50.799Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-11-02T18:48:50.811Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-11-02T18:48:50.817Z | + mkdir -p out/downloads |
330 | 2023-11-02T18:48:50.821Z | + mkdir -p ./out/clickhouse |
331 | 2023-11-02T18:48:50.827Z | + local DO_DOWNLOAD=true |
332 | 2023-11-02T18:48:50.834Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
333 | 2023-11-02T18:48:50.842Z | + '[' true == true ']' |
334 | 2023-11-02T18:48:50.858Z | + echo Downloading... |
335 | 2023-11-02T18:48:50.868Z | Downloading... |
336 | 2023-11-02T18:48:50.888Z | + 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 |
337 | 2023-11-02T18:48:51.323Z | + 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 |
338 | 2023-11-02T18:48:51.757Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-02T18:48:51.777Z | ++ md5sum |
340 | 2023-11-02T18:48:52.212Z | ++ awk '{print $1}' |
341 | 2023-11-02T18:48:52.233Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-11-02T18:48:52.241Z | + [[ 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 ]] |
343 | 2023-11-02T18:48:52.252Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
344 | 2023-11-02T18:48:52.282Z | + mkdir -p ./out/clickhouse |
345 | 2023-11-02T18:48:52.356Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
346 | 2023-11-02T18:48:55.222Z | + ./out/clickhouse/clickhouse server --version |
347 | 2023-11-02T18:48:55.294Z | ClickHouse server version 22.8.9.1. |
348 | 2023-11-02T18:48:55.311Z | + set -o errexit |
349 | 2023-11-02T18:48:55.331Z | +++ dirname ./tools/ci_download_console |
350 | 2023-11-02T18:48:55.779Z | ++ cd ./tools |
351 | 2023-11-02T18:48:55.798Z | ++ pwd |
352 | 2023-11-02T18:48:55.824Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
353 | 2023-11-02T18:48:55.850Z | ++ basename ./tools/ci_download_console |
354 | 2023-11-02T18:48:55.870Z | + ARG0=ci_download_console |
355 | 2023-11-02T18:48:55.893Z | + TARGET_DIR=out |
356 | 2023-11-02T18:48:56.317Z | + DOWNLOAD_DIR=out/downloads |
357 | 2023-11-02T18:48:56.344Z | + DEST_DIR=./out/console-assets |
358 | 2023-11-02T18:48:56.772Z | + source /work/oxidecomputer/omicron/tools/console_version |
359 | 2023-11-02T18:48:56.791Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
360 | 2023-11-02T18:48:56.811Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
361 | 2023-11-02T18:48:57.280Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
362 | 2023-11-02T18:48:57.705Z | + TARBALL_FILE=out/downloads/console.tar.gz |
363 | 2023-11-02T18:48:57.755Z | + main |
364 | 2023-11-02T18:48:57.767Z | + [[ 0 != 0 ]] |
365 | 2023-11-02T18:48:57.775Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
366 | 2023-11-02T18:48:57.791Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
367 | 2023-11-02T18:48:57.804Z | + echo 'Local file: out/downloads/console.tar.gz' |
368 | 2023-11-02T18:48:57.814Z | Local file: out/downloads/console.tar.gz |
369 | 2023-11-02T18:48:57.828Z | + local DO_DOWNLOAD=true |
370 | 2023-11-02T18:48:57.844Z | + [[ -f out/downloads/console.tar.gz ]] |
371 | 2023-11-02T18:48:58.270Z | + mkdir -p out/downloads |
372 | 2023-11-02T18:48:58.288Z | + '[' true == true ']' |
373 | 2023-11-02T18:48:58.304Z | + echo Downloading... |
374 | 2023-11-02T18:48:58.318Z | Downloading... |
375 | 2023-11-02T18:48:58.329Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
376 | 2023-11-02T18:48:58.346Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
377 | 2023-11-02T18:48:58.373Z | ++ do_sha256sum out/downloads/console.tar.gz |
378 | 2023-11-02T18:48:58.401Z | ++ case "$OSTYPE" in |
379 | 2023-11-02T18:48:58.424Z | ++ SHA=sha256sum |
380 | 2023-11-02T18:48:58.856Z | ++ sha256sum |
381 | 2023-11-02T18:48:58.879Z | ++ awk '{print $1}' |
382 | 2023-11-02T18:48:59.311Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
383 | 2023-11-02T18:48:59.327Z | + [[ 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 ]] |
384 | 2023-11-02T18:48:59.347Z | + rm -rf ./out/console-assets |
385 | 2023-11-02T18:48:59.376Z | + mkdir -p ./out/console-assets |
386 | 2023-11-02T18:48:59.403Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
387 | 2023-11-02T18:48:59.838Z | + mkdir -p ./out/console-assets |
388 | 2023-11-02T18:48:59.856Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
389 | 2023-11-02T18:48:59.875Z | + set -o errexit |
390 | 2023-11-02T18:48:59.891Z | +++ dirname ./tools/ci_download_maghemite_openapi |
391 | 2023-11-02T18:48:59.906Z | ++ cd ./tools |
392 | 2023-11-02T18:48:59.923Z | ++ pwd |
393 | 2023-11-02T18:48:59.946Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-11-02T18:48:59.972Z | ++ basename ./tools/ci_download_maghemite_openapi |
395 | 2023-11-02T18:49:00.407Z | + ARG0=ci_download_maghemite_openapi |
396 | 2023-11-02T18:49:00.420Z | + TARGET_DIR=out |
397 | 2023-11-02T18:49:00.431Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-11-02T18:49:00.448Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
399 | 2023-11-02T18:49:00.459Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
400 | 2023-11-02T18:49:00.474Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
401 | 2023-11-02T18:49:00.488Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
402 | 2023-11-02T18:49:00.506Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
403 | 2023-11-02T18:49:00.928Z | + main |
404 | 2023-11-02T18:49:00.936Z | + [[ 0 != 0 ]] |
405 | 2023-11-02T18:49:00.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
406 | 2023-11-02T18:49:00.955Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
407 | 2023-11-02T18:49:00.961Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
408 | 2023-11-02T18:49:00.969Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
409 | 2023-11-02T18:49:00.977Z | + local DO_DOWNLOAD=true |
410 | 2023-11-02T18:49:00.983Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
411 | 2023-11-02T18:49:00.989Z | + mkdir -p out/downloads |
412 | 2023-11-02T18:49:00.994Z | + '[' true == true ']' |
413 | 2023-11-02T18:49:01.003Z | + echo Downloading... |
414 | 2023-11-02T18:49:01.009Z | Downloading... |
415 | 2023-11-02T18:49:01.017Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
416 | 2023-11-02T18:49:01.025Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
417 | 2023-11-02T18:49:01.035Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
418 | 2023-11-02T18:49:01.042Z | ++ case "$OSTYPE" in |
419 | 2023-11-02T18:49:01.056Z | ++ SHA=sha256sum |
420 | 2023-11-02T18:49:01.068Z | ++ sha256sum |
421 | 2023-11-02T18:49:01.078Z | ++ awk '{print $1}' |
422 | 2023-11-02T18:49:01.093Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2023-11-02T18:49:01.114Z | + [[ 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 ]] |
424 | 2023-11-02T18:49:01.129Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
425 | 2023-11-02T18:49:01.146Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
426 | 2023-11-02T18:49:01.174Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
427 | 2023-11-02T18:49:01.188Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
428 | 2023-11-02T18:49:01.209Z | Downloading... |
429 | 2023-11-02T18:49:01.230Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
430 | 2023-11-02T18:49:01.249Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
431 | 2023-11-02T18:49:01.267Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
432 | 2023-11-02T18:49:01.283Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
433 | 2023-11-02T18:49:01.301Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
434 | 2023-11-02T18:49:01.729Z | Downloading... |
435 | 2023-11-02T18:49:01.737Z | + main |
436 | 2023-11-02T18:49:01.747Z | + [[ 0 != 0 ]] |
437 | 2023-11-02T18:49:01.755Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
438 | 2023-11-02T18:49:01.766Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
439 | 2023-11-02T18:49:01.776Z | + local DO_DOWNLOAD=true |
440 | 2023-11-02T18:49:01.785Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
441 | 2023-11-02T18:49:01.796Z | + mkdir -p out/downloads |
442 | 2023-11-02T18:49:01.805Z | + '[' true == true ']' |
443 | 2023-11-02T18:49:01.925Z | + echo Downloading... |
444 | 2023-11-02T18:49:01.944Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
445 | 2023-11-02T18:49:01.979Z | current directory: /work/oxidecomputer/omicron |
446 | 2023-11-02T18:49:02.002Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
447 | 2023-11-02T18:49:02.018Z | configuring based on OS: "solaris2.11" |
448 | 2023-11-02T18:49:02.028Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
449 | 2023-11-02T18:49:02.049Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
450 | 2023-11-02T18:49:02.056Z | ++ case "$OSTYPE" in |
451 | 2023-11-02T18:49:02.061Z | Local file: out/downloads/dendrite-stub.tar.gz |
452 | 2023-11-02T18:49:02.073Z | ++ SHA=sha256sum |
453 | 2023-11-02T18:49:02.079Z | Downloading... |
454 | 2023-11-02T18:49:02.089Z | ++ sha256sum |
455 | 2023-11-02T18:49:02.098Z | ++ awk '{print $1}' |
456 | 2023-11-02T18:49:02.122Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
457 | 2023-11-02T18:49:02.140Z | + [[ 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 ]] |
458 | 2023-11-02T18:49:02.164Z | + set -o errexit |
459 | 2023-11-02T18:49:02.590Z | +++ dirname ./tools/ci_download_dendrite_openapi |
460 | 2023-11-02T18:49:02.609Z | ++ cd ./tools |
461 | 2023-11-02T18:49:02.632Z | ++ pwd |
462 | 2023-11-02T18:49:02.654Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
463 | 2023-11-02T18:49:03.091Z | ++ basename ./tools/ci_download_dendrite_openapi |
464 | 2023-11-02T18:49:03.120Z | + ARG0=ci_download_dendrite_openapi |
465 | 2023-11-02T18:49:03.141Z | + TARGET_DIR=out |
466 | 2023-11-02T18:49:03.157Z | + DOWNLOAD_DIR=out/downloads |
467 | 2023-11-02T18:49:03.171Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
468 | 2023-11-02T18:49:03.185Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
469 | 2023-11-02T18:49:03.222Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
470 | 2023-11-02T18:49:03.243Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
471 | 2023-11-02T18:49:03.261Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
472 | 2023-11-02T18:49:03.289Z | + main |
473 | 2023-11-02T18:49:03.314Z | + [[ 0 != 0 ]] |
474 | 2023-11-02T18:49:03.327Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
475 | 2023-11-02T18:49:03.338Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
476 | 2023-11-02T18:49:03.344Z | + local DO_DOWNLOAD=true |
477 | 2023-11-02T18:49:03.358Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
478 | 2023-11-02T18:49:03.367Z | + mkdir -p out/downloads |
479 | 2023-11-02T18:49:03.374Z | + '[' true == true ']' |
480 | 2023-11-02T18:49:03.379Z | + echo Downloading... |
481 | 2023-11-02T18:49:03.383Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
482 | 2023-11-02T18:49:03.389Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
483 | 2023-11-02T18:49:03.400Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
484 | 2023-11-02T18:49:03.408Z | ++ case "$OSTYPE" in |
485 | 2023-11-02T18:49:03.423Z | ++ SHA=sha256sum |
486 | 2023-11-02T18:49:03.433Z | ++ sha256sum |
487 | 2023-11-02T18:49:03.441Z | ++ awk '{print $1}' |
488 | 2023-11-02T18:49:03.455Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
489 | 2023-11-02T18:49:03.473Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
490 | 2023-11-02T18:49:03.488Z | + set -o errexit |
491 | 2023-11-02T18:49:03.501Z | +++ dirname ./tools/ci_download_dendrite_stub |
492 | 2023-11-02T18:49:03.515Z | ++ cd ./tools |
493 | 2023-11-02T18:49:03.543Z | ++ pwd |
494 | 2023-11-02T18:49:03.548Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2023-11-02T18:49:04.385Z | ++ basename ./tools/ci_download_dendrite_stub |
496 | 2023-11-02T18:49:04.400Z | + ARG0=ci_download_dendrite_stub |
497 | 2023-11-02T18:49:04.414Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
498 | 2023-11-02T18:49:04.429Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
499 | 2023-11-02T18:49:04.849Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
500 | 2023-11-02T18:49:04.855Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
501 | 2023-11-02T18:49:04.861Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2023-11-02T18:49:04.869Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
503 | 2023-11-02T18:49:04.875Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
504 | 2023-11-02T18:49:04.880Z | + TARGET_DIR=out |
505 | 2023-11-02T18:49:04.885Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-11-02T18:49:04.892Z | + DEST_DIR=./out/dendrite-stub |
507 | 2023-11-02T18:49:04.897Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
508 | 2023-11-02T18:49:04.904Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
509 | 2023-11-02T18:49:04.914Z | + REPO=oxidecomputer/dendrite |
510 | 2023-11-02T18:49:04.923Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
511 | 2023-11-02T18:49:04.936Z | + main |
512 | 2023-11-02T18:49:04.959Z | + [[ 0 != 0 ]] |
513 | 2023-11-02T18:49:04.974Z | + CIDL_OS=solaris2.11 |
514 | 2023-11-02T18:49:05.015Z | + [[ 0 != 0 ]] |
515 | 2023-11-02T18:49:05.036Z | + configure_os solaris2.11 |
516 | 2023-11-02T18:49:05.052Z | + echo 'current directory: /work/oxidecomputer/omicron' |
517 | 2023-11-02T18:49:05.075Z | + echo 'configuring based on OS: "solaris2.11"' |
518 | 2023-11-02T18:49:05.497Z | + case "$1" in |
519 | 2023-11-02T18:49:05.504Z | + SET_BINARIES= |
520 | 2023-11-02T18:49:05.510Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
521 | 2023-11-02T18:49:05.931Z | + CIDL_SHA256FUNC=do_sha256sum |
522 | 2023-11-02T18:49:05.937Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
523 | 2023-11-02T18:49:05.950Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
524 | 2023-11-02T18:49:05.958Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
525 | 2023-11-02T18:49:05.967Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
526 | 2023-11-02T18:49:05.977Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
527 | 2023-11-02T18:49:05.986Z | + mkdir -p out/downloads |
528 | 2023-11-02T18:49:05.997Z | + mkdir -p ./out/dendrite-stub |
529 | 2023-11-02T18:49:06.060Z | + fetch_and_verify |
530 | 2023-11-02T18:49:06.071Z | + local DO_DOWNLOAD=true |
531 | 2023-11-02T18:49:06.076Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
532 | 2023-11-02T18:49:06.081Z | + '[' true == true ']' |
533 | 2023-11-02T18:49:06.088Z | + echo Downloading... |
534 | 2023-11-02T18:49:06.100Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
535 | 2023-11-02T18:49:06.129Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
536 | 2023-11-02T18:49:18.913Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-02T18:49:19.077Z | ++ sha256sum |
538 | 2023-11-02T18:49:19.354Z | ++ awk '{print $1}' |
539 | 2023-11-02T18:49:19.393Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
540 | 2023-11-02T18:49:19.553Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
541 | 2023-11-02T18:49:19.585Z | + do_untar out/downloads/dendrite-stub.tar.gz |
542 | 2023-11-02T18:49:19.660Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
543 | 2023-11-02T18:49:19.735Z | + do_assemble |
544 | 2023-11-02T18:49:19.890Z | + rm -r ./out/dendrite-stub |
545 | 2023-11-02T18:49:20.159Z | + mkdir ./out/dendrite-stub |
546 | 2023-11-02T18:49:20.620Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
547 | 2023-11-02T18:49:20.688Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
548 | 2023-11-02T18:49:20.723Z | + set -o errexit |
549 | 2023-11-02T18:49:20.823Z | +++ dirname ./tools/ci_download_maghemite_mgd |
550 | 2023-11-02T18:49:20.893Z | ++ cd ./tools |
551 | 2023-11-02T18:49:20.946Z | ++ pwd |
552 | 2023-11-02T18:49:21.451Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
553 | 2023-11-02T18:49:21.552Z | ++ basename ./tools/ci_download_maghemite_mgd |
554 | 2023-11-02T18:49:21.575Z | + ARG0=ci_download_maghemite_mgd |
555 | 2023-11-02T18:49:21.592Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
556 | 2023-11-02T18:49:21.615Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
557 | 2023-11-02T18:49:21.639Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
558 | 2023-11-02T18:49:22.064Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
559 | 2023-11-02T18:49:22.075Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
560 | 2023-11-02T18:49:22.260Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
561 | 2023-11-02T18:49:22.290Z | + TARGET_DIR=out |
562 | 2023-11-02T18:49:22.299Z | + DOWNLOAD_DIR=out/downloads |
563 | 2023-11-02T18:49:22.311Z | + DEST_DIR=./out/mgd |
564 | 2023-11-02T18:49:22.327Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
565 | 2023-11-02T18:49:22.339Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
566 | 2023-11-02T18:49:22.347Z | + REPO=oxidecomputer/maghemite |
567 | 2023-11-02T18:49:22.359Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
568 | 2023-11-02T18:49:22.367Z | + main |
569 | 2023-11-02T18:49:22.373Z | + [[ 0 != 0 ]] |
570 | 2023-11-02T18:49:22.380Z | + CIDL_OS=solaris2.11 |
571 | 2023-11-02T18:49:22.396Z | + [[ 0 != 0 ]] |
572 | 2023-11-02T18:49:22.407Z | + configure_os solaris2.11 |
573 | 2023-11-02T18:49:22.414Z | + echo 'current directory: /work/oxidecomputer/omicron' |
574 | 2023-11-02T18:49:22.419Z | current directory: /work/oxidecomputer/omicron |
575 | 2023-11-02T18:49:22.424Z | + echo 'configuring based on OS: "solaris2.11"' |
576 | 2023-11-02T18:49:22.428Z | configuring based on OS: "solaris2.11" |
577 | 2023-11-02T18:49:22.431Z | + case "$1" in |
578 | 2023-11-02T18:49:22.434Z | + SET_BINARIES= |
579 | 2023-11-02T18:49:22.437Z | + CIDL_SHA256FUNC=do_sha256sum |
580 | 2023-11-02T18:49:22.441Z | + TARBALL_FILENAME=mgd.tar.gz |
581 | 2023-11-02T18:49:22.445Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
582 | 2023-11-02T18:49:22.448Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
583 | 2023-11-02T18:49:22.451Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
584 | 2023-11-02T18:49:22.454Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
585 | 2023-11-02T18:49:22.457Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
586 | 2023-11-02T18:49:22.460Z | Local file: out/downloads/mgd.tar.gz |
587 | 2023-11-02T18:49:22.463Z | + mkdir -p out/downloads |
588 | 2023-11-02T18:49:22.466Z | + mkdir -p ./out/mgd |
589 | 2023-11-02T18:49:22.481Z | + fetch_and_verify |
590 | 2023-11-02T18:49:22.503Z | + local DO_DOWNLOAD=true |
591 | 2023-11-02T18:49:22.523Z | + [[ -f out/downloads/mgd.tar.gz ]] |
592 | 2023-11-02T18:49:22.538Z | + '[' true == true ']' |
593 | 2023-11-02T18:49:22.554Z | + echo Downloading... |
594 | 2023-11-02T18:49:22.969Z | Downloading... |
595 | 2023-11-02T18:49:22.978Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
596 | 2023-11-02T18:49:22.986Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
597 | 2023-11-02T18:49:41.339Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
598 | 2023-11-02T18:49:41.427Z | ++ sha256sum |
599 | 2023-11-02T18:49:41.454Z | ++ awk '{print $1}' |
600 | 2023-11-02T18:49:41.468Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
601 | 2023-11-02T18:49:41.895Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
602 | 2023-11-02T18:49:41.899Z | + do_untar out/downloads/mgd.tar.gz |
603 | 2023-11-02T18:49:41.901Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
604 | 2023-11-02T18:49:42.037Z | + do_assemble |
605 | 2023-11-02T18:49:42.042Z | + rm -r ./out/mgd |
606 | 2023-11-02T18:49:42.054Z | + mkdir ./out/mgd |
607 | 2023-11-02T18:49:42.065Z | + cp -r out/downloads/root ./out/mgd/root |
608 | 2023-11-02T18:49:42.243Z | + set -o errexit |
609 | 2023-11-02T18:49:42.265Z | +++ dirname ./tools/ci_download_transceiver_control |
610 | 2023-11-02T18:49:42.282Z | ++ cd ./tools |
611 | 2023-11-02T18:49:42.293Z | ++ pwd |
612 | 2023-11-02T18:49:42.303Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
613 | 2023-11-02T18:49:42.316Z | ++ basename ./tools/ci_download_transceiver_control |
614 | 2023-11-02T18:49:42.329Z | + ARG0=ci_download_transceiver_control |
615 | 2023-11-02T18:49:42.405Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
616 | 2023-11-02T18:49:42.411Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
617 | 2023-11-02T18:49:42.416Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
618 | 2023-11-02T18:49:42.422Z | + TARGET_DIR=out |
619 | 2023-11-02T18:49:42.429Z | + DOWNLOAD_DIR=out/downloads |
620 | 2023-11-02T18:49:42.442Z | + DEST_DIR=./out/transceiver-control |
621 | 2023-11-02T18:49:42.448Z | + BIN_DIR=/opt/oxide/bin |
622 | 2023-11-02T18:49:42.453Z | + BINARY=xcvradm |
623 | 2023-11-02T18:49:42.458Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
624 | 2023-11-02T18:49:42.466Z | + REPO=oxidecomputer/transceiver-control |
625 | 2023-11-02T18:49:42.473Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
626 | 2023-11-02T18:49:42.481Z | + main |
627 | 2023-11-02T18:49:42.486Z | + [[ 0 != 0 ]] |
628 | 2023-11-02T18:49:42.491Z | + CIDL_OS=solaris2.11 |
629 | 2023-11-02T18:49:42.495Z | + [[ 0 != 0 ]] |
630 | 2023-11-02T18:49:42.501Z | + configure_os solaris2.11 |
631 | 2023-11-02T18:49:42.506Z | + echo 'current directory: /work/oxidecomputer/omicron' |
632 | 2023-11-02T18:49:42.510Z | current directory: /work/oxidecomputer/omicron |
633 | 2023-11-02T18:49:42.515Z | + echo 'configuring based on OS: "solaris2.11"' |
634 | 2023-11-02T18:49:42.519Z | configuring based on OS: "solaris2.11" |
635 | 2023-11-02T18:49:42.524Z | + case "$1" in |
636 | 2023-11-02T18:49:42.529Z | + SET_BINARIES= |
637 | 2023-11-02T18:49:42.534Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2023-11-02T18:49:42.542Z | + CIDL_SHA256FUNC=do_sha256sum |
639 | 2023-11-02T18:49:42.546Z | + ARCHIVE_FILENAME=xcvradm.gz |
640 | 2023-11-02T18:49:42.556Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
641 | 2023-11-02T18:49:42.561Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
642 | 2023-11-02T18:49:42.572Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
643 | 2023-11-02T18:49:42.584Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2023-11-02T18:49:42.594Z | + echo 'Local file: out/downloads/xcvradm.gz' |
645 | 2023-11-02T18:49:42.606Z | Local file: out/downloads/xcvradm.gz |
646 | 2023-11-02T18:49:42.626Z | + mkdir -p out/downloads |
647 | 2023-11-02T18:49:42.656Z | + mkdir -p ./out/transceiver-control |
648 | 2023-11-02T18:49:42.681Z | + fetch_and_verify |
649 | 2023-11-02T18:49:42.697Z | + local DO_DOWNLOAD=true |
650 | 2023-11-02T18:49:42.706Z | + [[ -f out/downloads/xcvradm.gz ]] |
651 | 2023-11-02T18:49:42.719Z | + '[' true == true ']' |
652 | 2023-11-02T18:49:42.731Z | + echo Downloading... |
653 | 2023-11-02T18:49:42.740Z | Downloading... |
654 | 2023-11-02T18:49:42.746Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
655 | 2023-11-02T18:49:42.755Z | + 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 |
656 | 2023-11-02T18:49:44.545Z | ++ do_sha256sum out/downloads/xcvradm.gz |
657 | 2023-11-02T18:49:44.561Z | ++ sha256sum |
658 | 2023-11-02T18:49:44.569Z | ++ awk '{print $1}' |
659 | 2023-11-02T18:49:44.577Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2023-11-02T18:49:44.582Z | + [[ 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 ]] |
661 | 2023-11-02T18:49:44.587Z | + do_unpack out/downloads/xcvradm.gz |
662 | 2023-11-02T18:49:44.591Z | + mkdir -p out/downloads/root//opt/oxide/bin |
663 | 2023-11-02T18:49:44.598Z | + gzip -dc out/downloads/xcvradm.gz |
664 | 2023-11-02T18:49:44.751Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
665 | 2023-11-02T18:49:44.760Z | + do_assemble |
666 | 2023-11-02T18:49:44.768Z | + rm -r ./out/transceiver-control |
667 | 2023-11-02T18:49:44.791Z | + mkdir ./out/transceiver-control |
668 | 2023-11-02T18:49:44.805Z | + cp -r out/downloads/root ./out/transceiver-control/root |
669 | 2023-11-02T18:49:44.932Z | All prerequisites installed successfully |
670 | 2023-11-02T18:49:44.936Z | |
671 | 2023-11-02T18:49:44.941Z | real 2:35.688783139 |
672 | 2023-11-02T18:49:44.949Z | user 52.045194491 |
673 | 2023-11-02T18:49:44.961Z | sys 9.763617295 |
674 | 2023-11-02T18:49:44.972Z | trap 0.020875485 |
675 | 2023-11-02T18:49:44.995Z | tflt 0.202996494 |
676 | 2023-11-02T18:49:45.011Z | dflt 0.529337274 |
677 | 2023-11-02T18:49:45.027Z | kflt 0.175748456 |
678 | 2023-11-02T18:49:45.452Z | lock 1.857097450 |
679 | 2023-11-02T18:49:45.476Z | slp 5:22.546046567 |
680 | 2023-11-02T18:49:45.900Z | lat 3.380147306 |
681 | 2023-11-02T18:49:46.316Z | stop 0.065018884 |
682 | 2023-11-02T18:49:46.320Z | + banner end-to-end-tests |
683 | 2023-11-02T18:49:46.328Z | |
684 | 2023-11-02T18:49:46.746Z | ###### # # ##### ##### #### ###### # # ##### |
685 | 2023-11-02T18:49:46.753Z | # ## # # # # # # # ## # # # |
686 | 2023-11-02T18:49:46.760Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
687 | 2023-11-02T18:49:46.767Z | # # # # # # # # # # # # # # # |
688 | 2023-11-02T18:49:46.775Z | # # ## # # # # # # # ## # # |
689 | 2023-11-02T18:49:46.784Z | ###### # # ##### # #### ###### # # ##### |
690 | 2023-11-02T18:49:46.792Z | |
691 | 2023-11-02T18:49:46.802Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
692 | 2023-11-02T18:49:46.811Z | + CARGO_PROFILE_DEV_DEBUG=1 |
693 | 2023-11-02T18:49:46.819Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
694 | 2023-11-02T18:49:46.839Z | + CARGO_PROFILE_TEST_DEBUG=1 |
695 | 2023-11-02T18:49:46.891Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
696 | 2023-11-02T18:49:46.905Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
697 | 2023-11-02T18:49:47.323Z | Updating crates.io index |
698 | 2023-11-02T18:49:47.327Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
699 | 2023-11-02T18:49:47.330Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
700 | 2023-11-02T18:49:48.744Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
701 | 2023-11-02T18:49:49.550Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
702 | 2023-11-02T18:49:49.868Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
703 | 2023-11-02T18:49:50.177Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
704 | 2023-11-02T18:49:50.666Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
705 | 2023-11-02T18:49:51.511Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
706 | 2023-11-02T18:49:53.301Z | Updating git repository `https://github.com/oxidecomputer/opte` |
707 | 2023-11-02T18:49:54.243Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
708 | 2023-11-02T18:49:54.619Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
709 | 2023-11-02T18:49:54.983Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
710 | 2023-11-02T18:49:56.638Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
711 | 2023-11-02T18:49:56.981Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
712 | 2023-11-02T18:49:57.437Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
713 | 2023-11-02T18:49:57.746Z | Updating git repository `https://github.com/njaremko/samael` |
714 | 2023-11-02T18:49:58.258Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
715 | 2023-11-02T18:49:58.850Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
716 | 2023-11-02T18:49:59.341Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
717 | 2023-11-02T18:49:59.643Z | Updating git repository `https://github.com/jgallagher/nix` |
718 | 2023-11-02T18:50:00.982Z | Updating git repository `https://github.com/cbiffle/hubpack` |
719 | 2023-11-02T18:50:01.437Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
720 | 2023-11-02T18:50:10.911Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
721 | 2023-11-02T18:50:12.615Z | Updating git repository `https://github.com/oxidecomputer/typify` |
722 | 2023-11-02T18:50:13.671Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
723 | 2023-11-02T18:50:14.232Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
724 | 2023-11-02T18:50:14.571Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
725 | 2023-11-02T18:50:16.082Z | Downloading crates ... |
726 | 2023-11-02T18:50:16.341Z | Downloaded ciborium-io v0.2.1 |
727 | 2023-11-02T18:50:16.366Z | Downloaded ctr v0.9.2 |
728 | 2023-11-02T18:50:16.379Z | Downloaded paste v1.0.14 |
729 | 2023-11-02T18:50:16.395Z | Downloaded parse-display-derive v0.7.0 |
730 | 2023-11-02T18:50:16.826Z | Downloaded parking_lot v0.12.1 |
731 | 2023-11-02T18:50:16.845Z | Downloaded num_enum v0.5.11 |
732 | 2023-11-02T18:50:16.861Z | Downloaded opaque-debug v0.3.0 |
733 | 2023-11-02T18:50:16.868Z | Downloaded aead v0.5.2 |
734 | 2023-11-02T18:50:16.879Z | Downloaded num_threads v0.1.6 |
735 | 2023-11-02T18:50:16.888Z | Downloaded atty v0.2.14 |
736 | 2023-11-02T18:50:16.897Z | Downloaded convert_case v0.4.0 |
737 | 2023-11-02T18:50:16.902Z | Downloaded managed v0.8.0 |
738 | 2023-11-02T18:50:16.914Z | Downloaded num-rational v0.4.1 |
739 | 2023-11-02T18:50:16.922Z | Downloaded new_debug_unreachable v1.0.4 |
740 | 2023-11-02T18:50:16.935Z | Downloaded pin-utils v0.1.0 |
741 | 2023-11-02T18:50:16.943Z | Downloaded phf_shared v0.11.2 |
742 | 2023-11-02T18:50:16.957Z | Downloaded darling_macro v0.20.3 |
743 | 2023-11-02T18:50:17.373Z | Downloaded block-buffer v0.10.4 |
744 | 2023-11-02T18:50:17.379Z | Downloaded async-recursion v1.0.5 |
745 | 2023-11-02T18:50:17.395Z | Downloaded percent-encoding v2.3.0 |
746 | 2023-11-02T18:50:17.405Z | Downloaded async-stream v0.3.5 |
747 | 2023-11-02T18:50:17.414Z | Downloaded match_cfg v0.1.0 |
748 | 2023-11-02T18:50:17.422Z | Downloaded cfg-if v1.0.0 |
749 | 2023-11-02T18:50:17.431Z | Downloaded lru-cache v0.1.2 |
750 | 2023-11-02T18:50:17.439Z | Downloaded crossbeam-utils v0.8.16 |
751 | 2023-11-02T18:50:17.968Z | Downloaded want v0.3.1 |
752 | 2023-11-02T18:50:18.008Z | Downloaded native-tls v0.2.11 |
753 | 2023-11-02T18:50:18.109Z | Downloaded block-padding v0.3.3 |
754 | 2023-11-02T18:50:18.210Z | Downloaded byteorder v1.5.0 |
755 | 2023-11-02T18:50:18.318Z | Downloaded aes-gcm-siv v0.11.1 |
756 | 2023-11-02T18:50:18.403Z | Downloaded pin-project-lite v0.2.13 |
757 | 2023-11-02T18:50:18.454Z | Downloaded futures-task v0.3.29 |
758 | 2023-11-02T18:50:18.504Z | Downloaded rustfmt-wrapper v0.2.0 |
759 | 2023-11-02T18:50:18.591Z | Downloaded keccak v0.1.4 |
760 | 2023-11-02T18:50:18.715Z | Downloaded http-body v0.4.5 |
761 | 2023-11-02T18:50:18.826Z | Downloaded dtrace-parser v0.1.14 |
762 | 2023-11-02T18:50:18.939Z | Downloaded russh-cryptovec v0.7.0 |
763 | 2023-11-02T18:50:19.102Z | Downloaded anyhow v1.0.75 |
764 | 2023-11-02T18:50:19.206Z | Downloaded walkdir v2.4.0 |
765 | 2023-11-02T18:50:19.277Z | Downloaded ascii v1.1.0 |
766 | 2023-11-02T18:50:19.620Z | Downloaded hubpack_derive v0.1.1 |
767 | 2023-11-02T18:50:34.600Z | Downloaded parking_lot_core v0.9.8 |
768 | 2023-11-02T18:50:35.187Z | Downloaded take_mut v0.2.2 |
769 | 2023-11-02T18:50:35.878Z | Downloaded zeroize_derive v1.4.2 |
770 | 2023-11-02T18:50:35.991Z | Downloaded num-traits v0.2.16 |
771 | 2023-11-02T18:50:36.228Z | Downloaded fastrand v2.0.0 |
772 | 2023-11-02T18:50:36.420Z | Downloaded ed25519 v2.2.2 |
773 | 2023-11-02T18:50:36.586Z | Downloaded serde_spanned v0.6.3 |
774 | 2023-11-02T18:50:36.768Z | Downloaded equivalent v1.0.1 |
775 | 2023-11-02T18:50:37.034Z | Downloaded base64 v0.13.1 |
776 | 2023-11-02T18:50:37.354Z | Downloaded jobserver v0.1.26 |
777 | 2023-11-02T18:50:37.446Z | Downloaded is-terminal v0.4.9 |
778 | 2023-11-02T18:50:38.200Z | Downloaded utf8parse v0.2.1 |
779 | 2023-11-02T18:50:38.356Z | Downloaded resolv-conf v0.7.0 |
780 | 2023-11-02T18:50:38.424Z | Downloaded rand_core v0.5.1 |
781 | 2023-11-02T18:50:38.491Z | Downloaded slog-scope v4.4.0 |
782 | 2023-11-02T18:50:38.603Z | Downloaded slog-stdlog v4.1.1 |
783 | 2023-11-02T18:50:38.710Z | Downloaded dirs-sys v0.4.1 |
784 | 2023-11-02T18:50:38.830Z | Downloaded synstructure v0.12.6 |
785 | 2023-11-02T18:50:38.887Z | Downloaded fxhash v0.2.1 |
786 | 2023-11-02T18:50:38.909Z | Downloaded toolchain_find v0.2.0 |
787 | 2023-11-02T18:50:38.996Z | Downloaded ff v0.13.0 |
788 | 2023-11-02T18:50:39.041Z | Downloaded strum v0.25.0 |
789 | 2023-11-02T18:50:39.081Z | Downloaded futures v0.3.29 |
790 | 2023-11-02T18:50:39.108Z | Downloaded zeroize v1.6.0 |
791 | 2023-11-02T18:50:39.148Z | Downloaded tower-service v0.3.2 |
792 | 2023-11-02T18:50:39.179Z | Downloaded futures-executor v0.3.29 |
793 | 2023-11-02T18:50:39.220Z | Downloaded vsss-rs v3.3.1 |
794 | 2023-11-02T18:50:39.267Z | Downloaded scheduled-thread-pool v0.2.7 |
795 | 2023-11-02T18:50:39.297Z | Downloaded unicode-width v0.1.11 |
796 | 2023-11-02T18:50:39.312Z | Downloaded rustls-native-certs v0.6.3 |
797 | 2023-11-02T18:50:39.384Z | Downloaded russh-keys v0.38.0 |
798 | 2023-11-02T18:50:39.417Z | Downloaded rustc_version v0.4.0 |
799 | 2023-11-02T18:50:39.446Z | Downloaded tinyvec_macros v0.1.1 |
800 | 2023-11-02T18:50:39.468Z | Downloaded structmeta-derive v0.1.6 |
801 | 2023-11-02T18:50:39.497Z | Downloaded hash32 v0.2.1 |
802 | 2023-11-02T18:50:39.514Z | Downloaded version_check v0.9.4 |
803 | 2023-11-02T18:50:39.548Z | Downloaded postgres-types v0.2.6 |
804 | 2023-11-02T18:50:39.560Z | Downloaded ident_case v1.0.1 |
805 | 2023-11-02T18:50:39.580Z | Downloaded zerocopy v0.6.4 |
806 | 2023-11-02T18:50:39.599Z | Downloaded form_urlencoded v1.2.0 |
807 | 2023-11-02T18:50:39.610Z | Downloaded signal-hook-registry v1.4.1 |
808 | 2023-11-02T18:50:39.620Z | Downloaded group v0.13.0 |
809 | 2023-11-02T18:50:39.630Z | Downloaded foreign-types-shared v0.1.1 |
810 | 2023-11-02T18:50:39.640Z | Downloaded const_format v0.2.31 |
811 | 2023-11-02T18:50:39.659Z | Downloaded zone_cfg_derive v0.2.0 |
812 | 2023-11-02T18:50:39.695Z | Downloaded time-core v0.1.1 |
813 | 2023-11-02T18:50:39.707Z | Downloaded twox-hash v1.6.3 |
814 | 2023-11-02T18:50:39.718Z | Downloaded tracing-core v0.1.31 |
815 | 2023-11-02T18:50:39.749Z | Downloaded scopeguard v1.2.0 |
816 | 2023-11-02T18:50:39.768Z | Downloaded strsim v0.8.0 |
817 | 2023-11-02T18:50:39.790Z | Downloaded ppv-lite86 v0.2.17 |
818 | 2023-11-02T18:50:39.813Z | Downloaded tokio-tungstenite v0.18.0 |
819 | 2023-11-02T18:50:39.827Z | Downloaded unsafe-libyaml v0.2.9 |
820 | 2023-11-02T18:50:41.057Z | Downloaded pem v3.0.2 |
821 | 2023-11-02T18:50:41.061Z | Downloaded iana-time-zone v0.1.57 |
822 | 2023-11-02T18:50:41.066Z | Downloaded rustversion v1.0.14 |
823 | 2023-11-02T18:50:41.069Z | Downloaded hex-literal v0.4.1 |
824 | 2023-11-02T18:50:41.072Z | Downloaded zip v0.6.6 |
825 | 2023-11-02T18:50:41.076Z | Downloaded subtle v2.5.0 |
826 | 2023-11-02T18:50:41.079Z | Downloaded r2d2 v0.8.10 |
827 | 2023-11-02T18:50:41.083Z | Downloaded foreign-types-shared v0.3.1 |
828 | 2023-11-02T18:50:41.086Z | Downloaded usdt-attr-macro v0.3.5 |
829 | 2023-11-02T18:50:41.090Z | Downloaded lalrpop-util v0.19.12 |
830 | 2023-11-02T18:50:41.094Z | Downloaded rustls-pemfile v1.0.3 |
831 | 2023-11-02T18:50:41.098Z | Downloaded radium v0.7.0 |
832 | 2023-11-02T18:50:41.101Z | Downloaded digest v0.10.7 |
833 | 2023-11-02T18:50:41.104Z | Downloaded schemars_derive v0.8.13 |
834 | 2023-11-02T18:50:41.108Z | Downloaded similar v2.2.1 |
835 | 2023-11-02T18:50:41.112Z | Downloaded terminal_size v0.2.6 |
836 | 2023-11-02T18:50:41.133Z | Downloaded proc-macro-error-attr v1.0.4 |
837 | 2023-11-02T18:50:41.137Z | Downloaded slog-async v2.8.0 |
838 | 2023-11-02T18:50:41.140Z | Downloaded tar v0.4.40 |
839 | 2023-11-02T18:50:41.143Z | Downloaded xattr v1.0.1 |
840 | 2023-11-02T18:50:41.146Z | Downloaded libm v0.2.7 |
841 | 2023-11-02T18:50:41.150Z | Downloaded untrusted v0.7.1 |
842 | 2023-11-02T18:50:41.154Z | Downloaded rand_chacha v0.2.2 |
843 | 2023-11-02T18:50:41.158Z | Downloaded rand_chacha v0.3.1 |
844 | 2023-11-02T18:50:41.164Z | Downloaded slog-json v2.6.1 |
845 | 2023-11-02T18:50:41.169Z | Downloaded fnv v1.0.7 |
846 | 2023-11-02T18:50:41.182Z | Downloaded dirs-sys-next v0.1.2 |
847 | 2023-11-02T18:50:41.195Z | Downloaded inout v0.1.3 |
848 | 2023-11-02T18:50:41.606Z | Downloaded vergen v8.2.4 |
849 | 2023-11-02T18:50:41.609Z | Downloaded postcard v0.7.3 |
850 | 2023-11-02T18:50:41.612Z | Downloaded toml_edit v0.19.15 |
851 | 2023-11-02T18:50:41.619Z | Downloaded secrecy v0.8.0 |
852 | 2023-11-02T18:50:41.626Z | Downloaded siphasher v0.3.11 |
853 | 2023-11-02T18:50:41.637Z | Downloaded strum_macros v0.25.2 |
854 | 2023-11-02T18:50:42.057Z | Downloaded ucd-trie v0.1.6 |
855 | 2023-11-02T18:50:42.064Z | Downloaded elliptic-curve v0.13.5 |
856 | 2023-11-02T18:50:42.074Z | Downloaded getrandom v0.1.16 |
857 | 2023-11-02T18:50:42.083Z | Downloaded usdt-impl v0.3.5 |
858 | 2023-11-02T18:50:42.094Z | Downloaded unicode-ident v1.0.12 |
859 | 2023-11-02T18:50:42.103Z | Downloaded toml_edit v0.20.0 |
860 | 2023-11-02T18:50:42.111Z | Downloaded same-file v1.0.6 |
861 | 2023-11-02T18:50:42.135Z | Downloaded getrandom v0.2.10 |
862 | 2023-11-02T18:50:42.145Z | Downloaded tinyvec v1.6.0 |
863 | 2023-11-02T18:50:42.156Z | Downloaded uuid v1.4.1 |
864 | 2023-11-02T18:50:42.165Z | Downloaded socket2 v0.5.4 |
865 | 2023-11-02T18:50:42.172Z | Downloaded socket2 v0.4.9 |
866 | 2023-11-02T18:50:42.182Z | Downloaded toml v0.7.8 |
867 | 2023-11-02T18:50:42.198Z | Downloaded typenum v1.16.0 |
868 | 2023-11-02T18:50:42.204Z | Downloaded trust-dns-resolver v0.22.0 |
869 | 2023-11-02T18:50:42.208Z | Downloaded indexmap v2.0.0 |
870 | 2023-11-02T18:50:42.214Z | Downloaded regex-automata v0.1.10 |
871 | 2023-11-02T18:50:42.221Z | Downloaded rand v0.8.5 |
872 | 2023-11-02T18:50:42.227Z | Downloaded winnow v0.5.15 |
873 | 2023-11-02T18:50:42.230Z | Downloaded num-bigint v0.4.4 |
874 | 2023-11-02T18:50:42.233Z | Downloaded ed25519-dalek v2.0.0 |
875 | 2023-11-02T18:50:42.241Z | Downloaded rusqlite v0.29.0 |
876 | 2023-11-02T18:50:42.244Z | Downloaded rand v0.7.3 |
877 | 2023-11-02T18:50:42.249Z | Downloaded petgraph v0.6.4 |
878 | 2023-11-02T18:50:42.252Z | Downloaded chrono v0.4.31 |
879 | 2023-11-02T18:50:42.255Z | Downloaded hkdf v0.12.3 |
880 | 2023-11-02T18:50:42.259Z | Downloaded h2 v0.3.21 |
881 | 2023-11-02T18:50:42.692Z | Downloaded rustls-webpki v0.101.7 |
882 | 2023-11-02T18:50:42.705Z | Downloaded vcpkg v0.2.15 |
883 | 2023-11-02T18:50:42.721Z | Downloaded futures-util v0.3.29 |
884 | 2023-11-02T18:50:42.729Z | Downloaded hyper v0.14.27 |
885 | 2023-11-02T18:50:42.734Z | Downloaded webpki-roots v0.25.2 |
886 | 2023-11-02T18:50:42.745Z | Downloaded clap v2.34.0 |
887 | 2023-11-02T18:50:42.980Z | Downloaded radix_trie v0.2.1 |
888 | 2023-11-02T18:50:43.258Z | Downloaded object v0.32.1 |
889 | 2023-11-02T18:50:43.431Z | Downloaded diesel v2.1.3 |
890 | 2023-11-02T18:50:43.465Z | Downloaded regex-syntax v0.6.29 |
891 | 2023-11-02T18:50:43.479Z | Downloaded smoltcp v0.9.1 |
892 | 2023-11-02T18:50:43.493Z | Downloaded regex v1.10.2 |
893 | 2023-11-02T18:50:43.498Z | Downloaded trust-dns-proto v0.22.0 |
894 | 2023-11-02T18:50:43.519Z | Downloaded rustix v0.37.23 |
895 | 2023-11-02T18:50:43.545Z | Downloaded zerocopy-derive v0.2.0 |
896 | 2023-11-02T18:50:43.565Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
897 | 2023-11-02T18:50:43.598Z | Downloaded regex-syntax v0.8.2 |
898 | 2023-11-02T18:50:43.607Z | Downloaded rustix v0.38.9 |
899 | 2023-11-02T18:50:43.658Z | Downloaded sled v0.34.7 |
900 | 2023-11-02T18:50:43.672Z | Downloaded regex-automata v0.3.8 |
901 | 2023-11-02T18:50:43.684Z | Downloaded libc v0.2.149 |
902 | 2023-11-02T18:50:43.700Z | Downloaded tokio v1.33.0 |
903 | 2023-11-02T18:50:43.714Z | Downloaded regex-automata v0.4.3 |
904 | 2023-11-02T18:50:43.734Z | Downloaded zerocopy-derive v0.6.4 |
905 | 2023-11-02T18:50:43.759Z | Downloaded sha3 v0.10.8 |
906 | 2023-11-02T18:50:43.768Z | Downloaded openapiv3 v1.0.3 |
907 | 2023-11-02T18:50:43.785Z | Downloaded gimli v0.28.0 |
908 | 2023-11-02T18:50:43.804Z | Downloaded bstr v1.6.0 |
909 | 2023-11-02T18:50:43.836Z | Downloaded winapi v0.3.9 |
910 | 2023-11-02T18:50:44.278Z | Downloaded encoding_rs v0.8.33 |
911 | 2023-11-02T18:50:44.285Z | Downloaded regress v0.7.1 |
912 | 2023-11-02T18:50:44.295Z | Downloaded curve25519-dalek v4.1.0 |
913 | 2023-11-02T18:50:44.303Z | Downloaded nix v0.26.2 |
914 | 2023-11-02T18:50:44.312Z | Downloaded openssl v0.10.57 |
915 | 2023-11-02T18:50:44.321Z | Downloaded smoltcp v0.8.2 |
916 | 2023-11-02T18:50:44.329Z | Downloaded rustls v0.21.8 |
917 | 2023-11-02T18:50:44.347Z | Downloaded idna v0.4.0 |
918 | 2023-11-02T18:50:44.359Z | Downloaded syn v2.0.32 |
919 | 2023-11-02T18:50:44.381Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
920 | 2023-11-02T18:50:44.394Z | Downloaded git2 v0.17.2 |
921 | 2023-11-02T18:50:44.435Z | Downloaded idna v0.2.3 |
922 | 2023-11-02T18:50:44.465Z | Downloaded syn v1.0.109 |
923 | 2023-11-02T18:50:44.482Z | Downloaded ring v0.17.5 |
924 | 2023-11-02T18:50:44.498Z | Downloaded serde_json v1.0.108 |
925 | 2023-11-02T18:50:44.506Z | Downloaded bitvec v1.0.1 |
926 | 2023-11-02T18:50:44.514Z | Downloaded itertools v0.11.0 |
927 | 2023-11-02T18:50:44.523Z | Downloaded reqwest v0.11.20 |
928 | 2023-11-02T18:50:44.538Z | Downloaded trust-dns-server v0.22.1 |
929 | 2023-11-02T18:50:44.548Z | Downloaded serde_with v2.3.3 |
930 | 2023-11-02T18:50:44.554Z | Downloaded aho-corasick v1.0.4 |
931 | 2023-11-02T18:50:44.559Z | Downloaded aes-gcm v0.10.3 |
932 | 2023-11-02T18:50:44.567Z | Downloaded tokio-util v0.7.10 |
933 | 2023-11-02T18:50:44.572Z | Downloaded hashbrown v0.12.3 |
934 | 2023-11-02T18:50:44.578Z | Downloaded der v0.7.8 |
935 | 2023-11-02T18:50:44.583Z | Downloaded unicode-normalization v0.1.22 |
936 | 2023-11-02T18:50:44.590Z | Downloaded itertools v0.10.5 |
937 | 2023-11-02T18:50:44.598Z | Downloaded headers v0.3.9 |
938 | 2023-11-02T18:50:44.603Z | Downloaded bit-vec v0.6.3 |
939 | 2023-11-02T18:50:44.611Z | Downloaded clap_builder v4.4.2 |
940 | 2023-11-02T18:50:44.616Z | Downloaded libz-sys v1.1.12 |
941 | 2023-11-02T18:50:44.623Z | Downloaded ron v0.7.1 |
942 | 2023-11-02T18:50:44.628Z | Downloaded pest v2.7.2 |
943 | 2023-11-02T18:50:44.632Z | Downloaded time v0.3.27 |
944 | 2023-11-02T18:50:44.637Z | Downloaded subprocess v0.2.9 |
945 | 2023-11-02T18:50:44.641Z | Downloaded toml v0.8.0 |
946 | 2023-11-02T18:50:44.646Z | Downloaded tracing v0.1.37 |
947 | 2023-11-02T18:50:44.649Z | Downloaded trust-dns-client v0.22.0 |
948 | 2023-11-02T18:50:44.653Z | Downloaded url v2.4.1 |
949 | 2023-11-02T18:50:44.657Z | Downloaded hashbrown v0.14.0 |
950 | 2023-11-02T18:50:44.697Z | Downloaded time-macros v0.2.13 |
951 | 2023-11-02T18:50:44.703Z | Downloaded difflib v0.4.0 |
952 | 2023-11-02T18:50:44.708Z | Downloaded tokio-tungstenite v0.20.1 |
953 | 2023-11-02T18:50:44.712Z | Downloaded semver v0.11.0 |
954 | 2023-11-02T18:50:44.716Z | Downloaded anstyle-parse v0.2.1 |
955 | 2023-11-02T18:50:44.721Z | Downloaded russh v0.38.0 |
956 | 2023-11-02T18:50:44.725Z | Downloaded unicode-segmentation v1.10.1 |
957 | 2023-11-02T18:50:44.740Z | Downloaded hmac v0.12.1 |
958 | 2023-11-02T18:50:44.746Z | Downloaded fixedbitset v0.4.2 |
959 | 2023-11-02T18:50:44.759Z | Downloaded foreign-types-macros v0.2.3 |
960 | 2023-11-02T18:50:44.768Z | Downloaded hashlink v0.8.3 |
961 | 2023-11-02T18:50:44.773Z | Downloaded futures-channel v0.3.29 |
962 | 2023-11-02T18:50:44.782Z | Downloaded serde v1.0.188 |
963 | 2023-11-02T18:50:44.791Z | Downloaded crossbeam-channel v0.5.8 |
964 | 2023-11-02T18:50:44.800Z | Downloaded hashbrown v0.13.2 |
965 | 2023-11-02T18:50:44.804Z | Downloaded sct v0.7.0 |
966 | 2023-11-02T18:50:44.808Z | Downloaded tungstenite v0.20.1 |
967 | 2023-11-02T18:50:44.811Z | Downloaded pest_derive v2.7.2 |
968 | 2023-11-02T18:50:44.814Z | Downloaded serde_derive v1.0.188 |
969 | 2023-11-02T18:50:44.818Z | Downloaded schemars v0.8.13 |
970 | 2023-11-02T18:50:44.821Z | Downloaded structopt v0.3.26 |
971 | 2023-11-02T18:50:44.824Z | Downloaded mio v0.8.8 |
972 | 2023-11-02T18:50:44.828Z | Downloaded libsqlite3-sys v0.26.0 |
973 | 2023-11-02T18:50:44.831Z | Downloaded filetime v0.2.22 |
974 | 2023-11-02T18:50:44.834Z | Downloaded dof v0.1.5 |
975 | 2023-11-02T18:50:44.837Z | Downloaded smallvec v1.11.0 |
976 | 2023-11-02T18:50:44.840Z | Downloaded ring v0.16.20 |
977 | 2023-11-02T18:50:44.843Z | Downloaded heapless v0.7.16 |
978 | 2023-11-02T18:50:44.847Z | Downloaded serde_yaml v0.9.25 |
979 | 2023-11-02T18:50:44.850Z | Downloaded pkg-config v0.3.27 |
980 | 2023-11-02T18:50:44.853Z | Downloaded data-encoding v2.4.0 |
981 | 2023-11-02T18:50:44.856Z | Downloaded errno v0.3.2 |
982 | 2023-11-02T18:50:44.859Z | Downloaded slog v2.7.0 |
983 | 2023-11-02T18:50:44.862Z | Downloaded rustc-demangle v0.1.23 |
984 | 2023-11-02T18:50:44.866Z | Downloaded string_cache v0.8.7 |
985 | 2023-11-02T18:50:44.870Z | Downloaded stable_deref_trait v1.2.0 |
986 | 2023-11-02T18:50:44.873Z | Downloaded http v0.2.9 |
987 | 2023-11-02T18:50:44.877Z | Downloaded semver-parser v0.10.2 |
988 | 2023-11-02T18:50:44.883Z | Downloaded flate2 v1.0.28 |
989 | 2023-11-02T18:50:44.887Z | Downloaded vec_map v0.8.2 |
990 | 2023-11-02T18:50:44.892Z | Downloaded textwrap v0.11.0 |
991 | 2023-11-02T18:50:44.907Z | Downloaded tokio-stream v0.1.14 |
992 | 2023-11-02T18:50:44.920Z | Downloaded hyper-rustls v0.24.2 |
993 | 2023-11-02T18:50:44.930Z | Downloaded glob v0.3.1 |
994 | 2023-11-02T18:50:45.358Z | Downloaded ringbuffer v0.15.0 |
995 | 2023-11-02T18:50:45.382Z | Downloaded ryu v1.0.15 |
996 | 2023-11-02T18:50:45.398Z | Downloaded half v1.8.2 |
997 | 2023-11-02T18:50:45.411Z | Downloaded memchr v2.6.3 |
998 | 2023-11-02T18:50:45.425Z | Downloaded humantime v2.1.0 |
999 | 2023-11-02T18:50:45.445Z | Downloaded semver v1.0.20 |
1000 | 2023-11-02T18:50:45.451Z | Downloaded sha2 v0.10.8 |
1001 | 2023-11-02T18:50:45.460Z | Downloaded serde_derive_internals v0.26.0 |
1002 | 2023-11-02T18:50:45.468Z | Downloaded const_format_proc_macros v0.2.31 |
1003 | 2023-11-02T18:50:45.475Z | Downloaded bitflags v1.3.2 |
1004 | 2023-11-02T18:50:45.483Z | Downloaded hyper-staticfile v0.9.5 |
1005 | 2023-11-02T18:50:45.493Z | Downloaded tokio-macros v2.1.0 |
1006 | 2023-11-02T18:50:45.505Z | Downloaded thread-id v4.2.0 |
1007 | 2023-11-02T18:50:45.510Z | Downloaded smf v0.2.2 |
1008 | 2023-11-02T18:50:45.521Z | Downloaded signature v2.1.0 |
1009 | 2023-11-02T18:50:45.529Z | Downloaded erased-serde v0.3.30 |
1010 | 2023-11-02T18:50:45.940Z | Downloaded indexmap v1.9.3 |
1011 | 2023-11-02T18:50:45.948Z | Downloaded rcgen v0.11.3 |
1012 | 2023-11-02T18:50:45.957Z | Downloaded structopt-derive v0.4.18 |
1013 | 2023-11-02T18:50:45.963Z | Downloaded thiserror-no-std v2.0.2 |
1014 | 2023-11-02T18:50:45.969Z | Downloaded thiserror-impl v1.0.49 |
1015 | 2023-11-02T18:50:45.976Z | Downloaded thiserror v1.0.49 |
1016 | 2023-11-02T18:50:46.394Z | Downloaded either v1.9.0 |
1017 | 2023-11-02T18:50:46.489Z | Downloaded usdt v0.3.5 |
1018 | 2023-11-02T18:50:46.501Z | Downloaded sha1 v0.10.5 |
1019 | 2023-11-02T18:50:46.510Z | Downloaded base64 v0.21.5 |
1020 | 2023-11-02T18:50:46.527Z | Downloaded tungstenite v0.18.0 |
1021 | 2023-11-02T18:50:46.543Z | Downloaded tokio-postgres v0.7.10 |
1022 | 2023-11-02T18:50:46.560Z | Downloaded env_logger v0.9.3 |
1023 | 2023-11-02T18:50:46.577Z | Downloaded serde_with_macros v2.3.3 |
1024 | 2023-11-02T18:50:47.030Z | Downloaded zone v0.2.0 |
1025 | 2023-11-02T18:50:47.455Z | Downloaded slab v0.4.9 |
1026 | 2023-11-02T18:50:47.480Z | Downloaded hyper-tls v0.5.0 |
1027 | 2023-11-02T18:50:47.497Z | Downloaded crypto-bigint v0.5.2 |
1028 | 2023-11-02T18:50:47.507Z | Downloaded serde_path_to_error v0.1.14 |
1029 | 2023-11-02T18:50:47.523Z | Downloaded ghash v0.5.0 |
1030 | 2023-11-02T18:50:47.530Z | Downloaded rand_core v0.6.4 |
1031 | 2023-11-02T18:50:47.538Z | Downloaded itoa v1.0.9 |
1032 | 2023-11-02T18:50:47.547Z | Downloaded tokio-native-tls v0.3.1 |
1033 | 2023-11-02T18:50:47.556Z | Downloaded serde_arrays v0.1.0 |
1034 | 2023-11-02T18:50:47.563Z | Downloaded futures-io v0.3.29 |
1035 | 2023-11-02T18:50:47.568Z | Downloaded futures-core v0.3.29 |
1036 | 2023-11-02T18:50:47.574Z | Downloaded tempfile v3.8.0 |
1037 | 2023-11-02T18:50:47.582Z | Downloaded generic-array v0.14.7 |
1038 | 2023-11-02T18:50:48.005Z | Downloaded wyz v0.5.1 |
1039 | 2023-11-02T18:50:48.011Z | Downloaded serde_tokenstream v0.1.7 |
1040 | 2023-11-02T18:50:48.017Z | Downloaded backtrace v0.3.69 |
1041 | 2023-11-02T18:50:48.030Z | Downloaded openssl-sys v0.9.93 |
1042 | 2023-11-02T18:50:48.050Z | Downloaded arc-swap v1.6.0 |
1043 | 2023-11-02T18:50:48.075Z | Downloaded untrusted v0.9.0 |
1044 | 2023-11-02T18:50:48.084Z | Downloaded spin v0.9.8 |
1045 | 2023-11-02T18:50:48.092Z | Downloaded allocator-api2 v0.2.16 |
1046 | 2023-11-02T18:50:48.101Z | Downloaded toml v0.5.11 |
1047 | 2023-11-02T18:50:48.104Z | Downloaded stringprep v0.1.3 |
1048 | 2023-11-02T18:50:48.108Z | Downloaded io-lifetimes v1.0.11 |
1049 | 2023-11-02T18:50:48.112Z | Downloaded httparse v1.8.0 |
1050 | 2023-11-02T18:50:48.115Z | Downloaded unicode-bidi v0.3.13 |
1051 | 2023-11-02T18:50:48.119Z | Downloaded serde_urlencoded v0.7.1 |
1052 | 2023-11-02T18:50:48.122Z | Downloaded getopts v0.2.21 |
1053 | 2023-11-02T18:50:48.125Z | Downloaded whoami v1.4.1 |
1054 | 2023-11-02T18:50:48.129Z | Downloaded slog-term v2.9.0 |
1055 | 2023-11-02T18:50:48.132Z | Downloaded slog-dtrace v0.2.3 |
1056 | 2023-11-02T18:50:48.135Z | Downloaded slog-bunyan v2.4.0 |
1057 | 2023-11-02T18:50:48.139Z | Downloaded serde_tokenstream v0.2.0 |
1058 | 2023-11-02T18:50:48.142Z | Downloaded float-cmp v0.9.0 |
1059 | 2023-11-02T18:50:48.146Z | Downloaded tokio-rustls v0.24.1 |
1060 | 2023-11-02T18:50:48.149Z | Downloaded slog-envlogger v2.2.0 |
1061 | 2023-11-02T18:50:48.152Z | Downloaded hubpack v0.1.2 |
1062 | 2023-11-02T18:50:48.156Z | Downloaded hex v0.4.3 |
1063 | 2023-11-02T18:50:48.159Z | Downloaded fallible-iterator v0.2.0 |
1064 | 2023-11-02T18:50:48.162Z | Downloaded yasna v0.5.2 |
1065 | 2023-11-02T18:50:48.165Z | Downloaded predicates v3.0.4 |
1066 | 2023-11-02T18:50:48.168Z | Downloaded ipnetwork v0.20.0 |
1067 | 2023-11-02T18:50:48.172Z | Downloaded crossbeam-epoch v0.9.15 |
1068 | 2023-11-02T18:50:48.176Z | Downloaded darling_core v0.20.3 |
1069 | 2023-11-02T18:50:48.181Z | Downloaded strsim v0.10.0 |
1070 | 2023-11-02T18:50:48.184Z | Downloaded static_assertions v1.1.0 |
1071 | 2023-11-02T18:50:48.189Z | Downloaded spin v0.5.2 |
1072 | 2023-11-02T18:50:48.193Z | Downloaded miniz_oxide v0.7.1 |
1073 | 2023-11-02T18:50:48.196Z | Downloaded backoff v0.4.0 |
1074 | 2023-11-02T18:50:48.199Z | Downloaded serde_repr v0.1.16 |
1075 | 2023-11-02T18:50:48.202Z | Downloaded diesel_derives v2.1.1 |
1076 | 2023-11-02T18:50:48.205Z | Downloaded ipnet v2.8.0 |
1077 | 2023-11-02T18:50:48.208Z | Downloaded term v0.7.0 |
1078 | 2023-11-02T18:50:48.210Z | Downloaded dirs-next v2.0.0 |
1079 | 2023-11-02T18:50:48.213Z | Downloaded dirs v5.0.1 |
1080 | 2023-11-02T18:50:48.217Z | Downloaded num-integer v0.1.45 |
1081 | 2023-11-02T18:50:48.221Z | Downloaded structmeta v0.1.6 |
1082 | 2023-11-02T18:50:48.224Z | Downloaded spki v0.7.2 |
1083 | 2023-11-02T18:50:48.227Z | Downloaded blake2 v0.10.6 |
1084 | 2023-11-02T18:50:48.231Z | Downloaded httpdate v1.0.3 |
1085 | 2023-11-02T18:50:48.234Z | Downloaded pest_meta v2.7.2 |
1086 | 2023-11-02T18:50:48.238Z | Downloaded poly1305 v0.8.0 |
1087 | 2023-11-02T18:50:48.242Z | Downloaded hostname v0.3.1 |
1088 | 2023-11-02T18:50:48.246Z | Downloaded home v0.5.5 |
1089 | 2023-11-02T18:50:48.250Z | Downloaded termcolor v1.2.0 |
1090 | 2023-11-02T18:50:48.253Z | Downloaded headers-core v0.2.0 |
1091 | 2023-11-02T18:50:48.256Z | Downloaded instant v0.1.12 |
1092 | 2023-11-02T18:50:48.260Z | Downloaded heck v0.4.1 |
1093 | 2023-11-02T18:50:48.263Z | Downloaded futures-sink v0.3.29 |
1094 | 2023-11-02T18:50:48.266Z | Downloaded fallible-streaming-iterator v0.1.9 |
1095 | 2023-11-02T18:50:48.269Z | Downloaded addr2line v0.21.0 |
1096 | 2023-11-02T18:50:48.272Z | Downloaded async-trait v0.1.74 |
1097 | 2023-11-02T18:50:48.275Z | Downloaded ahash v0.8.3 |
1098 | 2023-11-02T18:50:48.278Z | Downloaded universal-hash v0.5.1 |
1099 | 2023-11-02T18:50:48.283Z | Downloaded const-oid v0.9.5 |
1100 | 2023-11-02T18:50:48.286Z | Downloaded tracing-attributes v0.1.26 |
1101 | 2023-11-02T18:50:48.290Z | Downloaded aes v0.8.3 |
1102 | 2023-11-02T18:50:48.294Z | Downloaded unicase v2.7.0 |
1103 | 2023-11-02T18:50:48.300Z | Downloaded toml_datetime v0.6.3 |
1104 | 2023-11-02T18:50:48.304Z | Downloaded thiserror-impl-no-std v2.0.2 |
1105 | 2023-11-02T18:50:48.313Z | Downloaded futures-macro v0.3.29 |
1106 | 2023-11-02T18:50:48.319Z | Downloaded funty v2.0.0 |
1107 | 2023-11-02T18:50:48.322Z | Downloaded dyn-clone v1.0.13 |
1108 | 2023-11-02T18:50:48.326Z | Downloaded zerocopy v0.3.0 |
1109 | 2023-11-02T18:50:48.332Z | Downloaded utf-8 v0.7.6 |
1110 | 2023-11-02T18:50:48.335Z | Downloaded unicode-xid v0.2.4 |
1111 | 2023-11-02T18:50:48.339Z | Downloaded pkcs8 v0.10.2 |
1112 | 2023-11-02T18:50:48.344Z | Downloaded num_enum_derive v0.7.0 |
1113 | 2023-11-02T18:50:48.348Z | Downloaded password-hash v0.5.0 |
1114 | 2023-11-02T18:50:48.352Z | Downloaded clap_derive v4.4.2 |
1115 | 2023-11-02T18:50:48.357Z | Downloaded tap v1.0.1 |
1116 | 2023-11-02T18:50:48.362Z | Downloaded colored v2.0.4 |
1117 | 2023-11-02T18:50:48.387Z | Downloaded omicron-zone-package v0.8.3 |
1118 | 2023-11-02T18:50:48.392Z | Downloaded blowfish v0.9.1 |
1119 | 2023-11-02T18:50:48.400Z | Downloaded bitflags v2.4.0 |
1120 | 2023-11-02T18:50:48.403Z | Downloaded bit-set v0.5.3 |
1121 | 2023-11-02T18:50:48.406Z | Downloaded argon2 v0.5.2 |
1122 | 2023-11-02T18:50:48.409Z | Downloaded bincode v1.3.3 |
1123 | 2023-11-02T18:50:48.414Z | Downloaded heck v0.3.3 |
1124 | 2023-11-02T18:50:48.418Z | Downloaded log v0.4.20 |
1125 | 2023-11-02T18:50:48.423Z | Downloaded curve25519-dalek-derive v0.1.0 |
1126 | 2023-11-02T18:50:48.433Z | Downloaded phf v0.11.2 |
1127 | 2023-11-02T18:50:48.441Z | Downloaded multer v2.1.0 |
1128 | 2023-11-02T18:50:48.448Z | Downloaded libefi-sys v0.1.0 |
1129 | 2023-11-02T18:50:48.459Z | Downloaded camino-tempfile v1.0.2 |
1130 | 2023-11-02T18:50:48.478Z | Downloaded base64ct v1.6.0 |
1131 | 2023-11-02T18:50:48.490Z | Downloaded num-complex v0.4.4 |
1132 | 2023-11-02T18:50:48.499Z | Downloaded anstyle-query v1.0.0 |
1133 | 2023-11-02T18:50:48.507Z | Downloaded anstyle v1.0.2 |
1134 | 2023-11-02T18:50:48.515Z | Downloaded ansi_term v0.12.1 |
1135 | 2023-11-02T18:50:48.931Z | Downloaded endian-type v0.1.2 |
1136 | 2023-11-02T18:50:48.947Z | Downloaded num_enum_derive v0.5.11 |
1137 | 2023-11-02T18:50:48.957Z | Downloaded mime_guess v2.0.4 |
1138 | 2023-11-02T18:50:48.972Z | Downloaded autocfg v1.1.0 |
1139 | 2023-11-02T18:50:48.981Z | Downloaded http-range v0.1.5 |
1140 | 2023-11-02T18:50:48.991Z | Downloaded foreign-types v0.5.0 |
1141 | 2023-11-02T18:50:48.999Z | Downloaded waitgroup v0.1.2 |
1142 | 2023-11-02T18:50:49.005Z | Downloaded darling v0.20.3 |
1143 | 2023-11-02T18:50:49.425Z | Downloaded foreign-types v0.3.2 |
1144 | 2023-11-02T18:50:49.439Z | Downloaded enum-as-inner v0.5.1 |
1145 | 2023-11-02T18:50:49.448Z | Downloaded try-lock v0.2.4 |
1146 | 2023-11-02T18:50:49.453Z | Downloaded proc-macro2 v1.0.67 |
1147 | 2023-11-02T18:50:49.457Z | Downloaded polyval v0.6.1 |
1148 | 2023-11-02T18:50:49.460Z | Downloaded atomic-waker v1.1.1 |
1149 | 2023-11-02T18:50:49.463Z | Downloaded usdt-macro v0.3.5 |
1150 | 2023-11-02T18:50:49.467Z | Downloaded cfg-if v0.1.10 |
1151 | 2023-11-02T18:50:49.471Z | Downloaded adler v1.0.2 |
1152 | 2023-11-02T18:50:49.474Z | Downloaded thread_local v1.1.7 |
1153 | 2023-11-02T18:50:49.478Z | Downloaded postgres-protocol v0.6.6 |
1154 | 2023-11-02T18:50:49.482Z | Downloaded mime v0.3.17 |
1155 | 2023-11-02T18:50:49.485Z | Downloaded macaddr v1.0.1 |
1156 | 2023-11-02T18:50:49.489Z | Downloaded linked-hash-map v0.5.6 |
1157 | 2023-11-02T18:50:49.493Z | Downloaded clap_lex v0.5.1 |
1158 | 2023-11-02T18:50:49.496Z | Downloaded num-iter v0.1.43 |
1159 | 2023-11-02T18:50:49.503Z | Downloaded openssl-probe v0.1.5 |
1160 | 2023-11-02T18:50:49.507Z | Downloaded cpufeatures v0.2.9 |
1161 | 2023-11-02T18:50:49.510Z | Downloaded anstream v0.5.0 |
1162 | 2023-11-02T18:50:49.513Z | Downloaded bit_field v0.10.2 |
1163 | 2023-11-02T18:50:49.523Z | Downloaded pbkdf2 v0.11.0 |
1164 | 2023-11-02T18:50:49.541Z | Downloaded memoffset v0.7.1 |
1165 | 2023-11-02T18:50:49.547Z | Downloaded bitstruct_derive v0.1.0 |
1166 | 2023-11-02T18:50:49.552Z | Downloaded md-5 v0.10.5 |
1167 | 2023-11-02T18:50:49.556Z | Downloaded phf_shared v0.10.0 |
1168 | 2023-11-02T18:50:49.564Z | Downloaded debug-ignore v1.0.5 |
1169 | 2023-11-02T18:50:49.978Z | Downloaded crucible-workspace-hack v0.1.0 |
1170 | 2023-11-02T18:50:49.982Z | Downloaded memoffset v0.9.0 |
1171 | 2023-11-02T18:50:49.985Z | Downloaded colorchoice v1.0.0 |
1172 | 2023-11-02T18:50:49.988Z | Downloaded bitstruct v0.1.1 |
1173 | 2023-11-02T18:50:49.991Z | Downloaded atomicwrites v0.4.2 |
1174 | 2023-11-02T18:50:49.994Z | Downloaded deranged v0.3.8 |
1175 | 2023-11-02T18:50:50.000Z | Downloaded crypto-common v0.1.6 |
1176 | 2023-11-02T18:50:50.037Z | Downloaded parking_lot v0.11.2 |
1177 | 2023-11-02T18:50:50.042Z | Downloaded bcrypt-pbkdf v0.10.0 |
1178 | 2023-11-02T18:50:50.046Z | Downloaded quote v1.0.33 |
1179 | 2023-11-02T18:50:50.049Z | Downloaded proc-macro-error v1.0.4 |
1180 | 2023-11-02T18:50:50.053Z | Downloaded platforms v3.0.2 |
1181 | 2023-11-02T18:50:50.057Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1182 | 2023-11-02T18:50:50.060Z | Downloaded num-derive v0.4.0 |
1183 | 2023-11-02T18:50:50.064Z | Downloaded async-stream-impl v0.3.5 |
1184 | 2023-11-02T18:50:50.068Z | Downloaded lock_api v0.4.10 |
1185 | 2023-11-02T18:50:50.072Z | Downloaded parse-display v0.7.0 |
1186 | 2023-11-02T18:50:50.077Z | Downloaded cipher v0.4.4 |
1187 | 2023-11-02T18:50:50.080Z | Downloaded proc-macro-crate v1.3.1 |
1188 | 2023-11-02T18:50:50.086Z | Downloaded chacha20poly1305 v0.10.1 |
1189 | 2023-11-02T18:50:50.090Z | Downloaded openssl-macros v0.1.1 |
1190 | 2023-11-02T18:50:50.093Z | Downloaded once_cell v1.18.0 |
1191 | 2023-11-02T18:50:50.096Z | Downloaded num v0.4.1 |
1192 | 2023-11-02T18:50:50.100Z | Downloaded cc v1.0.83 |
1193 | 2023-11-02T18:50:50.104Z | Downloaded base16ct v0.2.0 |
1194 | 2023-11-02T18:50:50.108Z | Downloaded option-ext v0.2.0 |
1195 | 2023-11-02T18:50:50.112Z | Downloaded num_enum v0.7.0 |
1196 | 2023-11-02T18:50:50.116Z | Downloaded num_cpus v1.16.0 |
1197 | 2023-11-02T18:50:50.120Z | Downloaded matches v0.1.10 |
1198 | 2023-11-02T18:50:50.124Z | Downloaded lazy_static v1.4.0 |
1199 | 2023-11-02T18:50:50.128Z | Downloaded quick-error v1.2.3 |
1200 | 2023-11-02T18:50:50.133Z | Downloaded pretty-hex v0.3.0 |
1201 | 2023-11-02T18:50:50.136Z | Downloaded pretty-hex v0.2.1 |
1202 | 2023-11-02T18:50:50.140Z | Downloaded predicates-core v1.0.6 |
1203 | 2023-11-02T18:50:50.144Z | Downloaded postcard-cobs v0.1.5-pre |
1204 | 2023-11-02T18:50:50.148Z | Downloaded pest_generator v2.7.2 |
1205 | 2023-11-02T18:50:50.152Z | Downloaded pem v1.1.1 |
1206 | 2023-11-02T18:50:50.156Z | Downloaded password-hash v0.4.2 |
1207 | 2023-11-02T18:50:50.160Z | Downloaded parking_lot_core v0.8.6 |
1208 | 2023-11-02T18:50:50.163Z | Downloaded normalize-line-endings v0.3.0 |
1209 | 2023-11-02T18:50:50.167Z | Downloaded md5 v0.7.0 |
1210 | 2023-11-02T18:50:50.172Z | Downloaded console v0.15.7 |
1211 | 2023-11-02T18:50:50.176Z | Downloaded clap v4.4.3 |
1212 | 2023-11-02T18:50:50.180Z | Downloaded chacha20 v0.9.1 |
1213 | 2023-11-02T18:50:50.184Z | Downloaded camino v1.1.6 |
1214 | 2023-11-02T18:50:50.188Z | Downloaded bytes v1.5.0 |
1215 | 2023-11-02T18:50:50.194Z | Downloaded cstr-argument v0.1.2 |
1216 | 2023-11-02T18:50:50.199Z | Downloaded precomputed-hash v0.1.1 |
1217 | 2023-11-02T18:50:50.203Z | Downloaded pbkdf2 v0.12.2 |
1218 | 2023-11-02T18:50:50.206Z | Downloaded ciborium-ll v0.2.1 |
1219 | 2023-11-02T18:50:50.210Z | Downloaded cancel-safe-futures v0.1.5 |
1220 | 2023-11-02T18:50:50.214Z | Downloaded bstr v0.2.17 |
1221 | 2023-11-02T18:50:50.217Z | Downloaded ciborium v0.2.1 |
1222 | 2023-11-02T18:50:50.221Z | Downloaded derive_more v0.99.17 |
1223 | 2023-11-02T18:50:50.225Z | Downloaded cbc v0.1.2 |
1224 | 2023-11-02T18:50:50.231Z | Downloaded bzip2 v0.4.4 |
1225 | 2023-11-02T18:50:50.245Z | Downloaded nibble_vec v0.1.0 |
1226 | 2023-11-02T18:50:50.250Z | Downloaded crc32fast v1.3.2 |
1227 | 2023-11-02T18:50:50.254Z | Compiling proc-macro2 v1.0.67 |
1228 | 2023-11-02T18:50:50.258Z | Compiling unicode-ident v1.0.12 |
1229 | 2023-11-02T18:50:50.264Z | Compiling libc v0.2.149 |
1230 | 2023-11-02T18:50:50.271Z | Compiling serde v1.0.188 |
1231 | 2023-11-02T18:50:50.276Z | Compiling version_check v0.9.4 |
1232 | 2023-11-02T18:50:50.281Z | Compiling autocfg v1.1.0 |
1233 | 2023-11-02T18:50:50.287Z | Compiling cfg-if v1.0.0 |
1234 | 2023-11-02T18:50:50.300Z | Compiling syn v1.0.109 |
1235 | 2023-11-02T18:50:50.306Z | Compiling typenum v1.16.0 |
1236 | 2023-11-02T18:50:50.313Z | Compiling once_cell v1.18.0 |
1237 | 2023-11-02T18:50:50.319Z | Compiling thiserror v1.0.49 |
1238 | 2023-11-02T18:50:50.325Z | Compiling generic-array v0.14.7 |
1239 | 2023-11-02T18:50:50.342Z | Compiling lock_api v0.4.10 |
1240 | 2023-11-02T18:50:50.350Z | Compiling libm v0.2.7 |
1241 | 2023-11-02T18:50:50.763Z | Compiling parking_lot_core v0.9.8 |
1242 | 2023-11-02T18:50:50.772Z | Compiling num-traits v0.2.16 |
1243 | 2023-11-02T18:50:50.790Z | Compiling itoa v1.0.9 |
1244 | 2023-11-02T18:50:50.804Z | Compiling memchr v2.6.3 |
1245 | 2023-11-02T18:50:50.813Z | Compiling futures-core v0.3.29 |
1246 | 2023-11-02T18:50:50.817Z | Compiling ahash v0.8.3 |
1247 | 2023-11-02T18:50:50.821Z | Compiling serde_json v1.0.108 |
1248 | 2023-11-02T18:50:50.825Z | Compiling log v0.4.20 |
1249 | 2023-11-02T18:50:50.828Z | Compiling slab v0.4.9 |
1250 | 2023-11-02T18:50:50.831Z | Compiling futures-channel v0.3.29 |
1251 | 2023-11-02T18:50:50.835Z | Compiling quote v1.0.33 |
1252 | 2023-11-02T18:50:50.839Z | Compiling futures-task v0.3.29 |
1253 | 2023-11-02T18:50:50.846Z | Compiling futures-util v0.3.29 |
1254 | 2023-11-02T18:50:50.858Z | Compiling pkg-config v0.3.27 |
1255 | 2023-11-02T18:50:50.874Z | Compiling getrandom v0.2.10 |
1256 | 2023-11-02T18:50:50.885Z | Compiling syn v2.0.32 |
1257 | 2023-11-02T18:50:50.897Z | Compiling jobserver v0.1.26 |
1258 | 2023-11-02T18:50:50.903Z | Compiling rand_core v0.6.4 |
1259 | 2023-11-02T18:50:50.941Z | Compiling ryu v1.0.15 |
1260 | 2023-11-02T18:50:50.977Z | Compiling cc v1.0.83 |
1261 | 2023-11-02T18:50:50.991Z | Compiling vcpkg v0.2.15 |
1262 | 2023-11-02T18:50:51.012Z | Compiling allocator-api2 v0.2.16 |
1263 | 2023-11-02T18:50:51.026Z | Compiling scopeguard v1.2.0 |
1264 | 2023-11-02T18:50:51.040Z | Compiling schemars v0.8.13 |
1265 | 2023-11-02T18:50:51.062Z | Compiling heck v0.4.1 |
1266 | 2023-11-02T18:50:51.072Z | Compiling hashbrown v0.14.0 |
1267 | 2023-11-02T18:50:51.080Z | Compiling equivalent v1.0.1 |
1268 | 2023-11-02T18:50:51.087Z | Compiling smallvec v1.11.0 |
1269 | 2023-11-02T18:50:51.095Z | Compiling byteorder v1.5.0 |
1270 | 2023-11-02T18:50:51.102Z | Compiling fnv v1.0.7 |
1271 | 2023-11-02T18:50:51.106Z | Compiling httparse v1.8.0 |
1272 | 2023-11-02T18:50:51.110Z | Compiling iana-time-zone v0.1.57 |
1273 | 2023-11-02T18:50:51.114Z | Compiling pin-project-lite v0.2.13 |
1274 | 2023-11-02T18:50:51.119Z | Compiling semver v1.0.20 |
1275 | 2023-11-02T18:50:51.121Z | Compiling subtle v2.5.0 |
1276 | 2023-11-02T18:50:51.124Z | Compiling indexmap v1.9.3 |
1277 | 2023-11-02T18:50:51.128Z | Compiling parking_lot v0.12.1 |
1278 | 2023-11-02T18:50:51.131Z | Compiling dyn-clone v1.0.13 |
1279 | 2023-11-02T18:50:51.135Z | Compiling time-core v0.1.1 |
1280 | 2023-11-02T18:50:51.138Z | Compiling ring v0.16.20 |
1281 | 2023-11-02T18:50:51.141Z | Compiling ring v0.17.5 |
1282 | 2023-11-02T18:50:51.145Z | Compiling tinyvec_macros v0.1.1 |
1283 | 2023-11-02T18:50:51.149Z | Compiling time-macros v0.2.13 |
1284 | 2023-11-02T18:50:51.152Z | Compiling tinyvec v1.6.0 |
1285 | 2023-11-02T18:50:51.155Z | Compiling openssl-sys v0.9.93 |
1286 | 2023-11-02T18:50:51.158Z | Compiling mio v0.8.8 |
1287 | 2023-11-02T18:50:51.161Z | Compiling signal-hook-registry v1.4.1 |
1288 | 2023-11-02T18:50:51.164Z | Compiling num_cpus v1.16.0 |
1289 | 2023-11-02T18:50:51.167Z | Compiling socket2 v0.5.4 |
1290 | 2023-11-02T18:50:51.171Z | Compiling unicode-normalization v0.1.22 |
1291 | 2023-11-02T18:50:51.174Z | Compiling rustls v0.21.8 |
1292 | 2023-11-02T18:50:51.178Z | Compiling unicode-bidi v0.3.13 |
1293 | 2023-11-02T18:50:51.181Z | Compiling slog v2.7.0 |
1294 | 2023-11-02T18:50:51.184Z | Compiling spin v0.5.2 |
1295 | 2023-11-02T18:50:51.188Z | Compiling percent-encoding v2.3.0 |
1296 | 2023-11-02T18:50:51.192Z | Compiling ucd-trie v0.1.6 |
1297 | 2023-11-02T18:50:51.196Z | Compiling backtrace v0.3.69 |
1298 | 2023-11-02T18:50:51.199Z | Compiling async-trait v0.1.74 |
1299 | 2023-11-02T18:50:51.204Z | Compiling form_urlencoded v1.2.0 |
1300 | 2023-11-02T18:50:51.208Z | Compiling openssl v0.10.57 |
1301 | 2023-11-02T18:50:51.214Z | Compiling aho-corasick v1.0.4 |
1302 | 2023-11-02T18:50:51.220Z | Compiling pin-utils v0.1.0 |
1303 | 2023-11-02T18:50:51.224Z | Compiling winnow v0.5.15 |
1304 | 2023-11-02T18:50:51.228Z | Compiling anyhow v1.0.75 |
1305 | 2023-11-02T18:50:51.233Z | Compiling futures-sink v0.3.29 |
1306 | 2023-11-02T18:50:51.238Z | Compiling regex-syntax v0.8.2 |
1307 | 2023-11-02T18:50:51.241Z | Compiling serde_derive_internals v0.26.0 |
1308 | 2023-11-02T18:50:51.244Z | Compiling idna v0.4.0 |
1309 | 2023-11-02T18:50:51.248Z | Compiling native-tls v0.2.11 |
1310 | 2023-11-02T18:50:51.251Z | Compiling url v2.4.1 |
1311 | 2023-11-02T18:50:51.254Z | Compiling unicode-xid v0.2.4 |
1312 | 2023-11-02T18:50:51.257Z | Compiling rustversion v1.0.14 |
1313 | 2023-11-02T18:50:51.261Z | Compiling futures-io v0.3.29 |
1314 | 2023-11-02T18:50:51.264Z | Compiling const-oid v0.9.5 |
1315 | 2023-11-02T18:50:51.268Z | Compiling hashbrown v0.13.2 |
1316 | 2023-11-02T18:50:51.271Z | Compiling regex-automata v0.4.3 |
1317 | 2023-11-02T18:50:51.274Z | Compiling unicode-width v0.1.11 |
1318 | 2023-11-02T18:50:51.279Z | Compiling synstructure v0.12.6 |
1319 | 2023-11-02T18:50:51.283Z | Compiling cpufeatures v0.2.9 |
1320 | 2023-11-02T18:50:51.294Z | Compiling crossbeam-utils v0.8.16 |
1321 | 2023-11-02T18:50:51.306Z | Compiling tracing-core v0.1.31 |
1322 | 2023-11-02T18:50:51.327Z | Compiling ppv-lite86 v0.2.17 |
1323 | 2023-11-02T18:50:51.341Z | Compiling adler v1.0.2 |
1324 | 2023-11-02T18:50:51.353Z | Compiling miniz_oxide v0.7.1 |
1325 | 2023-11-02T18:50:51.363Z | Compiling rustix v0.38.9 |
1326 | 2023-11-02T18:50:51.375Z | Compiling rand_chacha v0.3.1 |
1327 | 2023-11-02T18:50:51.387Z | Compiling usdt-impl v0.3.5 |
1328 | 2023-11-02T18:50:51.397Z | Compiling bitflags v1.3.2 |
1329 | 2023-11-02T18:50:51.401Z | Compiling gimli v0.28.0 |
1330 | 2023-11-02T18:50:51.412Z | Compiling rand v0.8.5 |
1331 | 2023-11-02T18:50:51.834Z | Compiling object v0.32.1 |
1332 | 2023-11-02T18:50:52.259Z | Compiling deranged v0.3.8 |
1333 | 2023-11-02T18:50:52.280Z | Compiling rustc-demangle v0.1.23 |
1334 | 2023-11-02T18:50:52.316Z | Compiling serde_derive v1.0.188 |
1335 | 2023-11-02T18:50:52.334Z | Compiling zeroize_derive v1.4.2 |
1336 | 2023-11-02T18:50:52.351Z | Compiling thiserror-impl v1.0.49 |
1337 | 2023-11-02T18:50:52.363Z | Compiling tokio-macros v2.1.0 |
1338 | 2023-11-02T18:50:52.869Z | Compiling futures-macro v0.3.29 |
1339 | 2023-11-02T18:50:53.291Z | Compiling tracing-attributes v0.1.26 |
1340 | 2023-11-02T18:50:53.697Z | Compiling schemars_derive v0.8.13 |
1341 | 2023-11-02T18:50:55.328Z | Compiling zeroize v1.6.0 |
1342 | 2023-11-02T18:50:55.840Z | Compiling pest v2.7.2 |
1343 | 2023-11-02T18:50:58.484Z | Compiling crypto-common v0.1.6 |
1344 | 2023-11-02T18:50:58.493Z | Compiling openssl-macros v0.1.1 |
1345 | 2023-11-02T18:50:58.679Z | Compiling regex v1.10.2 |
1346 | 2023-11-02T18:50:58.841Z | Compiling block-buffer v0.10.4 |
1347 | 2023-11-02T18:50:59.448Z | Compiling digest v0.10.7 |
1348 | 2023-11-02T18:51:00.115Z | Compiling zerocopy-derive v0.2.0 |
1349 | 2023-11-02T18:51:00.538Z | Compiling pest_meta v2.7.2 |
1350 | 2023-11-02T18:51:00.549Z | Compiling tracing v0.1.37 |
1351 | 2023-11-02T18:51:00.560Z | Compiling addr2line v0.21.0 |
1352 | 2023-11-02T18:51:00.979Z | Compiling base64 v0.21.5 |
1353 | 2023-11-02T18:51:00.996Z | Compiling num_threads v0.1.6 |
1354 | 2023-11-02T18:51:01.282Z | Compiling time v0.3.27 |
1355 | 2023-11-02T18:51:01.703Z | Compiling spin v0.9.8 |
1356 | 2023-11-02T18:51:01.821Z | Compiling thread-id v4.2.0 |
1357 | 2023-11-02T18:51:02.301Z | Compiling pest_generator v2.7.2 |
1358 | 2023-11-02T18:51:02.799Z | Compiling zerocopy v0.3.0 |
1359 | 2023-11-02T18:51:04.989Z | Compiling dof v0.1.5 |
1360 | 2023-11-02T18:51:07.450Z | Compiling lazy_static v1.4.0 |
1361 | 2023-11-02T18:51:07.868Z | Compiling pest_derive v2.7.2 |
1362 | 2023-11-02T18:51:07.878Z | Compiling strum_macros v0.25.2 |
1363 | 2023-11-02T18:51:08.497Z | Compiling strsim v0.10.0 |
1364 | 2023-11-02T18:51:08.613Z | Compiling dtrace-parser v0.1.14 |
1365 | 2023-11-02T18:51:09.698Z | Compiling untrusted v0.7.1 |
1366 | 2023-11-02T18:51:10.831Z | Compiling untrusted v0.9.0 |
1367 | 2023-11-02T18:51:11.088Z | Compiling regress v0.7.1 |
1368 | 2023-11-02T18:51:11.293Z | Compiling socket2 v0.4.9 |
1369 | 2023-11-02T18:51:12.122Z | Compiling hashbrown v0.12.3 |
1370 | 2023-11-02T18:51:12.678Z | Compiling try-lock v0.2.4 |
1371 | 2023-11-02T18:51:12.738Z | Compiling httpdate v1.0.3 |
1372 | 2023-11-02T18:51:12.886Z | Compiling want v0.3.1 |
1373 | 2023-11-02T18:51:13.692Z | Compiling bytes v1.5.0 |
1374 | 2023-11-02T18:51:13.747Z | Compiling indexmap v2.0.0 |
1375 | 2023-11-02T18:51:13.773Z | Compiling chrono v0.4.31 |
1376 | 2023-11-02T18:51:13.922Z | Compiling uuid v1.4.1 |
1377 | 2023-11-02T18:51:15.025Z | Compiling http v0.2.9 |
1378 | 2023-11-02T18:51:15.482Z | Compiling tokio v1.33.0 |
1379 | 2023-11-02T18:51:16.064Z | Compiling serde_spanned v0.6.3 |
1380 | 2023-11-02T18:51:16.071Z | Compiling toml_datetime v0.6.3 |
1381 | 2023-11-02T18:51:16.078Z | Compiling bitflags v2.4.0 |
1382 | 2023-11-02T18:51:16.510Z | Compiling toml_edit v0.19.15 |
1383 | 2023-11-02T18:51:16.560Z | Compiling rustc_version v0.4.0 |
1384 | 2023-11-02T18:51:16.709Z | Compiling openapiv3 v1.0.3 |
1385 | 2023-11-02T18:51:20.514Z | Compiling serde_tokenstream v0.1.7 |
1386 | 2023-11-02T18:51:20.543Z | Compiling serde_tokenstream v0.2.0 |
1387 | 2023-11-02T18:51:20.944Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1388 | 2023-11-02T18:51:21.745Z | Compiling sct v0.7.0 |
1389 | 2023-11-02T18:51:21.810Z | Compiling http-body v0.4.5 |
1390 | 2023-11-02T18:51:22.325Z | Compiling usdt-attr-macro v0.3.5 |
1391 | 2023-11-02T18:51:22.455Z | Compiling usdt-macro v0.3.5 |
1392 | 2023-11-02T18:51:22.724Z | Compiling rustls-pemfile v1.0.3 |
1393 | 2023-11-02T18:51:23.357Z | Compiling mime v0.3.17 |
1394 | 2023-11-02T18:51:23.784Z | Compiling openssl-probe v0.1.5 |
1395 | 2023-11-02T18:51:24.317Z | Compiling tower-service v0.3.2 |
1396 | 2023-11-02T18:51:24.444Z | Compiling foreign-types-shared v0.1.1 |
1397 | 2023-11-02T18:51:24.546Z | Compiling errno v0.3.2 |
1398 | 2023-11-02T18:51:24.601Z | Compiling foreign-types v0.3.2 |
1399 | 2023-11-02T18:51:24.725Z | Compiling ipnet v2.8.0 |
1400 | 2023-11-02T18:51:24.910Z | Compiling getopts v0.2.21 |
1401 | 2023-11-02T18:51:25.124Z | Compiling encoding_rs v0.8.33 |
1402 | 2023-11-02T18:51:26.388Z | Compiling unsafe-libyaml v0.2.9 |
1403 | 2023-11-02T18:51:26.785Z | Compiling rustls-native-certs v0.6.3 |
1404 | 2023-11-02T18:51:26.813Z | Compiling serde_urlencoded v0.7.1 |
1405 | 2023-11-02T18:51:27.829Z | Compiling webpki-roots v0.25.2 |
1406 | 2023-11-02T18:51:29.195Z | Compiling tokio-util v0.7.10 |
1407 | 2023-11-02T18:51:29.655Z | Compiling serde_yaml v0.9.25 |
1408 | 2023-11-02T18:51:30.233Z | Compiling hmac v0.12.1 |
1409 | 2023-11-02T18:51:30.731Z | Compiling num-integer v0.1.45 |
1410 | 2023-11-02T18:51:31.004Z | Compiling h2 v0.3.21 |
1411 | 2023-11-02T18:51:33.102Z | Compiling sha2 v0.10.8 |
1412 | 2023-11-02T18:51:33.253Z | Compiling block-padding v0.3.3 |
1413 | 2023-11-02T18:51:34.502Z | Compiling inout v0.1.3 |
1414 | 2023-11-02T18:51:34.885Z | Compiling futures-executor v0.3.29 |
1415 | 2023-11-02T18:51:35.835Z | Compiling cipher v0.4.4 |
1416 | 2023-11-02T18:51:35.991Z | Compiling toml v0.7.8 |
1417 | 2023-11-02T18:51:36.027Z | Compiling crc32fast v1.3.2 |
1418 | 2023-11-02T18:51:36.574Z | Compiling fallible-iterator v0.2.0 |
1419 | 2023-11-02T18:51:37.689Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2023-11-02T18:51:37.793Z | Compiling futures v0.3.29 |
1421 | 2023-11-02T18:51:37.954Z | Compiling ipnetwork v0.20.0 |
1422 | 2023-11-02T18:51:38.149Z | Compiling siphasher v0.3.11 |
1423 | 2023-11-02T18:51:38.786Z | Compiling usdt v0.3.5 |
1424 | 2023-11-02T18:51:39.636Z | Compiling md-5 v0.10.5 |
1425 | 2023-11-02T18:51:40.530Z | Compiling stringprep v0.1.3 |
1426 | 2023-11-02T18:51:40.885Z | Compiling io-lifetimes v1.0.11 |
1427 | 2023-11-02T18:51:43.287Z | Compiling postgres-protocol v0.6.6 |
1428 | 2023-11-02T18:51:43.493Z | Compiling phf_shared v0.11.2 |
1429 | 2023-11-02T18:51:43.629Z | Compiling hex v0.4.3 |
1430 | 2023-11-02T18:51:43.836Z | Compiling enum-as-inner v0.5.1 |
1431 | 2023-11-02T18:51:43.874Z | Compiling slog-async v2.8.0 |
1432 | 2023-11-02T18:51:43.976Z | Compiling hyper v0.14.27 |
1433 | 2023-11-02T18:51:44.069Z | Compiling postgres-types v0.2.6 |
1434 | 2023-11-02T18:51:44.118Z | Compiling phf v0.11.2 |
1435 | 2023-11-02T18:51:44.143Z | Compiling num-bigint v0.4.4 |
1436 | 2023-11-02T18:51:44.157Z | Compiling rustix v0.37.23 |
1437 | 2023-11-02T18:51:44.205Z | Compiling whoami v1.4.1 |
1438 | 2023-11-02T18:51:44.390Z | Compiling data-encoding v2.4.0 |
1439 | 2023-11-02T18:51:44.560Z | Compiling tokio-postgres v0.7.10 |
1440 | 2023-11-02T18:51:45.602Z | Compiling zerocopy-derive v0.6.4 |
1441 | 2023-11-02T18:51:45.631Z | Compiling static_assertions v1.1.0 |
1442 | 2023-11-02T18:51:49.491Z | Compiling ident_case v1.0.1 |
1443 | 2023-11-02T18:51:49.582Z | Compiling either v1.9.0 |
1444 | 2023-11-02T18:51:49.988Z | Compiling darling_core v0.20.3 |
1445 | 2023-11-02T18:51:50.089Z | Compiling camino v1.1.6 |
1446 | 2023-11-02T18:51:51.203Z | Compiling flate2 v1.0.28 |
1447 | 2023-11-02T18:51:51.381Z | Compiling heapless v0.7.16 |
1448 | 2023-11-02T18:51:52.362Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1449 | 2023-11-02T18:51:52.369Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1450 | 2023-11-02T18:51:52.586Z | Compiling memoffset v0.9.0 |
1451 | 2023-11-02T18:51:52.718Z | Compiling matches v0.1.10 |
1452 | 2023-11-02T18:51:53.013Z | Compiling unicode-segmentation v1.10.1 |
1453 | 2023-11-02T18:51:53.347Z | Compiling radium v0.7.0 |
1454 | 2023-11-02T18:51:53.509Z | Compiling managed v0.8.0 |
1455 | 2023-11-02T18:51:54.187Z | Compiling hyper-tls v0.5.0 |
1456 | 2023-11-02T18:51:54.605Z | Compiling idna v0.2.3 |
1457 | 2023-11-02T18:51:54.642Z | Compiling itertools v0.11.0 |
1458 | 2023-11-02T18:51:55.831Z | Compiling multer v2.1.0 |
1459 | 2023-11-02T18:51:56.361Z | Compiling trust-dns-proto v0.22.0 |
1460 | 2023-11-02T18:51:57.288Z | Compiling async-stream-impl v0.3.5 |
1461 | 2023-11-02T18:51:59.128Z | Compiling darling_macro v0.20.3 |
1462 | 2023-11-02T18:51:59.370Z | Compiling num-iter v0.1.43 |
1463 | 2023-11-02T18:51:59.550Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1464 | 2023-11-02T18:51:59.648Z | Compiling crossbeam-epoch v0.9.15 |
1465 | 2023-11-02T18:51:59.743Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1466 | 2023-11-02T18:51:59.783Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1467 | 2023-11-02T18:51:59.821Z | Compiling utf8parse v0.2.1 |
1468 | 2023-11-02T18:52:00.067Z | Compiling bit-vec v0.6.3 |
1469 | 2023-11-02T18:52:00.234Z | Compiling anstyle v1.0.2 |
1470 | 2023-11-02T18:52:00.602Z | Compiling darling v0.20.3 |
1471 | 2023-11-02T18:52:00.741Z | Compiling smoltcp v0.9.1 |
1472 | 2023-11-02T18:52:00.766Z | Compiling serde_with_macros v2.3.3 |
1473 | 2023-11-02T18:52:00.802Z | Compiling paste v1.0.14 |
1474 | 2023-11-02T18:52:01.356Z | Compiling anstyle-parse v0.2.1 |
1475 | 2023-11-02T18:52:02.410Z | Compiling zerocopy v0.6.4 |
1476 | 2023-11-02T18:52:03.478Z | Compiling signature v2.1.0 |
1477 | 2023-11-02T18:52:03.785Z | Compiling hubpack_derive v0.1.1 |
1478 | 2023-11-02T18:52:03.843Z | Compiling clap_derive v4.4.2 |
1479 | 2023-11-02T18:52:04.224Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1480 | 2023-11-02T18:52:04.634Z | Compiling anstyle-query v1.0.0 |
1481 | 2023-11-02T18:52:04.870Z | Compiling colorchoice v1.0.0 |
1482 | 2023-11-02T18:52:05.028Z | Compiling anstream v0.5.0 |
1483 | 2023-11-02T18:52:05.415Z | Compiling terminal_size v0.2.6 |
1484 | 2023-11-02T18:52:06.179Z | Compiling yasna v0.5.2 |
1485 | 2023-11-02T18:52:08.348Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1486 | 2023-11-02T18:52:08.811Z | Compiling structmeta-derive v0.1.6 |
1487 | 2023-11-02T18:52:09.337Z | Compiling diesel_table_macro_syntax v0.1.0 |
1488 | 2023-11-02T18:52:09.388Z | Compiling hash32 v0.2.1 |
1489 | 2023-11-02T18:52:09.917Z | Compiling stable_deref_trait v1.2.0 |
1490 | 2023-11-02T18:52:10.064Z | Compiling clap_lex v0.5.1 |
1491 | 2023-11-02T18:52:10.127Z | Compiling tap v1.0.1 |
1492 | 2023-11-02T18:52:10.404Z | Compiling wyz v0.5.1 |
1493 | 2023-11-02T18:52:10.894Z | Compiling clap_builder v4.4.2 |
1494 | 2023-11-02T18:52:11.249Z | Compiling diesel_derives v2.1.1 |
1495 | 2023-11-02T18:52:11.733Z | Compiling tokio-stream v0.1.14 |
1496 | 2023-11-02T18:52:13.194Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1497 | 2023-11-02T18:52:13.197Z | Compiling serde_repr v0.1.16 |
1498 | 2023-11-02T18:52:13.254Z | Compiling structmeta v0.1.6 |
1499 | 2023-11-02T18:52:13.407Z | Compiling scheduled-thread-pool v0.2.7 |
1500 | 2023-11-02T18:52:13.628Z | Compiling funty v2.0.0 |
1501 | 2023-11-02T18:52:13.855Z | Compiling regex-syntax v0.6.29 |
1502 | 2023-11-02T18:52:14.368Z | Compiling regex-automata v0.1.10 |
1503 | 2023-11-02T18:52:15.163Z | Compiling bstr v0.2.17 |
1504 | 2023-11-02T18:52:15.535Z | Compiling bitvec v1.0.1 |
1505 | 2023-11-02T18:52:15.681Z | Compiling r2d2 v0.8.10 |
1506 | 2023-11-02T18:52:17.000Z | Compiling clap v4.4.3 |
1507 | 2023-11-02T18:52:18.339Z | Compiling hubpack v0.1.2 |
1508 | 2023-11-02T18:52:19.155Z | Compiling itertools v0.10.5 |
1509 | 2023-11-02T18:52:19.476Z | Compiling phf_shared v0.10.0 |
1510 | 2023-11-02T18:52:20.796Z | Compiling float-cmp v0.9.0 |
1511 | 2023-11-02T18:52:21.039Z | Compiling fixedbitset v0.4.2 |
1512 | 2023-11-02T18:52:21.142Z | Compiling normalize-line-endings v0.3.0 |
1513 | 2023-11-02T18:52:21.510Z | Compiling predicates-core v1.0.6 |
1514 | 2023-11-02T18:52:21.766Z | Compiling regex-automata v0.3.8 |
1515 | 2023-11-02T18:52:22.911Z | Compiling precomputed-hash v0.1.1 |
1516 | 2023-11-02T18:52:23.123Z | Compiling new_debug_unreachable v1.0.4 |
1517 | 2023-11-02T18:52:23.259Z | Compiling difflib v0.4.0 |
1518 | 2023-11-02T18:52:23.549Z | Compiling parse-display-derive v0.7.0 |
1519 | 2023-11-02T18:52:23.968Z | Compiling predicates v3.0.4 |
1520 | 2023-11-02T18:52:24.511Z | Compiling string_cache v0.8.7 |
1521 | 2023-11-02T18:52:25.272Z | Compiling bstr v1.6.0 |
1522 | 2023-11-02T18:52:26.086Z | Compiling petgraph v0.6.4 |
1523 | 2023-11-02T18:52:26.804Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1524 | 2023-11-02T18:52:27.777Z | Compiling similar v2.2.1 |
1525 | 2023-11-02T18:52:27.979Z | Compiling bit-set v0.5.3 |
1526 | 2023-11-02T18:52:28.434Z | Compiling console v0.15.7 |
1527 | 2023-11-02T18:52:29.850Z | Compiling lalrpop-util v0.19.12 |
1528 | 2023-11-02T18:52:35.162Z | Compiling diesel v2.1.3 |
1529 | 2023-11-02T18:52:38.439Z | Compiling proc-macro-crate v1.3.1 |
1530 | 2023-11-02T18:52:49.123Z | Compiling crucible-workspace-hack v0.1.0 |
1531 | 2023-11-02T18:53:07.517Z | Compiling atty v0.2.14 |
1532 | 2023-11-02T18:53:09.601Z | Compiling sha1 v0.10.5 |
1533 | 2023-11-02T18:53:10.294Z | Compiling match_cfg v0.1.0 |
1534 | 2023-11-02T18:53:10.438Z | Compiling hostname v0.3.1 |
1535 | 2023-11-02T18:53:13.470Z | Compiling dirs-sys-next v0.1.2 |
1536 | 2023-11-02T18:53:14.491Z | Compiling dirs-next v2.0.0 |
1537 | 2023-11-02T18:53:15.214Z | Compiling thread_local v1.1.7 |
1538 | 2023-11-02T18:53:20.883Z | Compiling term v0.7.0 |
1539 | 2023-11-02T18:53:22.493Z | Compiling crossbeam-channel v0.5.8 |
1540 | 2023-11-02T18:53:24.004Z | Compiling take_mut v0.2.2 |
1541 | 2023-11-02T18:53:24.391Z | Compiling slog-term v2.9.0 |
1542 | 2023-11-02T18:53:26.508Z | Compiling slog-json v2.6.1 |
1543 | 2023-11-02T18:53:26.870Z | Compiling instant v0.1.12 |
1544 | 2023-11-02T18:53:27.112Z | Compiling slog-bunyan v2.4.0 |
1545 | 2023-11-02T18:53:29.109Z | Compiling strum v0.25.0 |
1546 | 2023-11-02T18:53:29.122Z | Compiling atomic-waker v1.1.1 |
1547 | 2023-11-02T18:53:29.290Z | Compiling waitgroup v0.1.2 |
1548 | 2023-11-02T18:53:29.695Z | Compiling num_enum_derive v0.5.11 |
1549 | 2023-11-02T18:53:29.752Z | Compiling serde_with v2.3.3 |
1550 | 2023-11-02T18:53:29.777Z | Compiling async-stream v0.3.5 |
1551 | 2023-11-02T18:53:31.972Z | Compiling serde_path_to_error v0.1.14 |
1552 | 2023-11-02T18:53:32.003Z | Compiling libz-sys v1.1.12 |
1553 | 2023-11-02T18:53:32.040Z | Compiling fastrand v2.0.0 |
1554 | 2023-11-02T18:53:32.934Z | Compiling debug-ignore v1.0.5 |
1555 | 2023-11-02T18:53:33.248Z | Compiling tempfile v3.8.0 |
1556 | 2023-11-02T18:53:34.994Z | Compiling slog-dtrace v0.2.3 |
1557 | 2023-11-02T18:53:35.088Z | Compiling proc-macro-error-attr v1.0.4 |
1558 | 2023-11-02T18:53:36.612Z | Compiling backoff v0.4.0 |
1559 | 2023-11-02T18:53:36.721Z | Compiling parse-display v0.7.0 |
1560 | 2023-11-02T18:53:37.336Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1561 | 2023-11-02T18:53:38.240Z | Compiling macaddr v1.0.1 |
1562 | 2023-11-02T18:53:38.253Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1563 | 2023-11-02T18:53:38.479Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1564 | 2023-11-02T18:53:38.905Z | Compiling proc-macro-error v1.0.4 |
1565 | 2023-11-02T18:53:39.356Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1566 | 2023-11-02T18:53:40.919Z | Compiling libsqlite3-sys v0.26.0 |
1567 | 2023-11-02T18:53:41.188Z | Compiling memoffset v0.7.1 |
1568 | 2023-11-02T18:53:41.606Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1569 | 2023-11-02T18:53:43.777Z | Compiling foreign-types-macros v0.2.3 |
1570 | 2023-11-02T18:53:44.396Z | Compiling vergen v8.2.4 |
1571 | 2023-11-02T18:53:44.400Z | Compiling base64ct v1.6.0 |
1572 | 2023-11-02T18:53:47.346Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1573 | 2023-11-02T18:53:48.923Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1574 | 2023-11-02T18:53:53.684Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-11-02T18:53:54.309Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1576 | 2023-11-02T18:53:54.532Z | Compiling platforms v3.0.2 |
1577 | 2023-11-02T18:53:55.020Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1578 | 2023-11-02T18:53:55.596Z | Compiling num_enum_derive v0.7.0 |
1579 | 2023-11-02T18:53:55.603Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1580 | 2023-11-02T18:53:55.616Z | Compiling password-hash v0.5.0 |
1581 | 2023-11-02T18:53:56.027Z | Compiling curve25519-dalek v4.1.0 |
1582 | 2023-11-02T18:53:56.734Z | Compiling heck v0.3.3 |
1583 | 2023-11-02T18:53:56.743Z | Compiling blake2 v0.10.6 |
1584 | 2023-11-02T18:53:57.105Z | Compiling libefi-sys v0.1.0 |
1585 | 2023-11-02T18:53:57.307Z | Compiling structopt-derive v0.4.18 |
1586 | 2023-11-02T18:53:57.353Z | Compiling zone_cfg_derive v0.2.0 |
1587 | 2023-11-02T18:53:57.540Z | Compiling argon2 v0.5.2 |
1588 | 2023-11-02T18:53:59.025Z | Compiling curve25519-dalek-derive v0.1.0 |
1589 | 2023-11-02T18:53:59.318Z | Compiling num-derive v0.4.0 |
1590 | 2023-11-02T18:54:00.012Z | Compiling same-file v1.0.6 |
1591 | 2023-11-02T18:54:00.021Z | Compiling walkdir v2.4.0 |
1592 | 2023-11-02T18:54:00.067Z | Compiling toml v0.5.11 |
1593 | 2023-11-02T18:54:01.021Z | Compiling semver-parser v0.10.2 |
1594 | 2023-11-02T18:54:01.251Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1595 | 2023-11-02T18:54:01.784Z | Compiling xattr v1.0.1 |
1596 | 2023-11-02T18:54:01.916Z | Compiling filetime v0.2.22 |
1597 | 2023-11-02T18:54:02.205Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1598 | 2023-11-02T18:54:02.413Z | Compiling getrandom v0.1.16 |
1599 | 2023-11-02T18:54:02.624Z | Compiling erased-serde v0.3.30 |
1600 | 2023-11-02T18:54:03.109Z | Compiling tar v0.4.40 |
1601 | 2023-11-02T18:54:03.138Z | Compiling semver v0.11.0 |
1602 | 2023-11-02T18:54:03.303Z | Compiling universal-hash v0.5.1 |
1603 | 2023-11-02T18:54:03.444Z | Compiling bitstruct_derive v0.1.0 |
1604 | 2023-11-02T18:54:03.615Z | Compiling async-recursion v1.0.5 |
1605 | 2023-11-02T18:54:04.268Z | Compiling opaque-debug v0.3.0 |
1606 | 2023-11-02T18:54:04.349Z | Compiling home v0.5.5 |
1607 | 2023-11-02T18:54:04.705Z | Compiling toolchain_find v0.2.0 |
1608 | 2023-11-02T18:54:04.729Z | Compiling num-rational v0.4.1 |
1609 | 2023-11-02T18:54:05.153Z | Compiling unicase v2.7.0 |
1610 | 2023-11-02T18:54:05.319Z | Compiling parking_lot_core v0.8.6 |
1611 | 2023-11-02T18:54:05.847Z | Compiling rustfmt-wrapper v0.2.0 |
1612 | 2023-11-02T18:54:05.861Z | Compiling num_enum v0.5.11 |
1613 | 2023-11-02T18:54:05.868Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1614 | 2023-11-02T18:54:05.914Z | Compiling aead v0.5.2 |
1615 | 2023-11-02T18:54:06.003Z | Compiling winapi v0.3.9 |
1616 | 2023-11-02T18:54:06.374Z | Compiling postcard-cobs v0.1.5-pre |
1617 | 2023-11-02T18:54:06.431Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1618 | 2023-11-02T18:54:06.598Z | Compiling polyval v0.6.1 |
1619 | 2023-11-02T18:54:06.708Z | Compiling postcard v0.7.3 |
1620 | 2023-11-02T18:54:07.254Z | Compiling smoltcp v0.8.2 |
1621 | 2023-11-02T18:54:07.295Z | Compiling ctr v0.9.2 |
1622 | 2023-11-02T18:54:07.403Z | Compiling aes v0.8.3 |
1623 | 2023-11-02T18:54:08.045Z | Compiling thiserror-impl-no-std v2.0.2 |
1624 | 2023-11-02T18:54:08.049Z | Compiling cfg-if v0.1.10 |
1625 | 2023-11-02T18:54:08.052Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1626 | 2023-11-02T18:54:08.055Z | Compiling foreign-types-shared v0.3.1 |
1627 | 2023-11-02T18:54:08.195Z | Compiling foreign-types v0.5.0 |
1628 | 2023-11-02T18:54:08.297Z | Compiling mime_guess v2.0.4 |
1629 | 2023-11-02T18:54:10.166Z | Compiling is-terminal v0.4.9 |
1630 | 2023-11-02T18:54:10.202Z | Compiling toml_edit v0.20.0 |
1631 | 2023-11-02T18:54:10.235Z | Compiling hashlink v0.8.3 |
1632 | 2023-11-02T18:54:10.284Z | Compiling cstr-argument v0.1.2 |
1633 | 2023-11-02T18:54:10.811Z | Compiling pretty-hex v0.2.1 |
1634 | 2023-11-02T18:54:11.080Z | Compiling fallible-streaming-iterator v0.1.9 |
1635 | 2023-11-02T18:54:11.655Z | Compiling rusqlite v0.29.0 |
1636 | 2023-11-02T18:54:11.747Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1637 | 2023-11-02T18:54:12.176Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1638 | 2023-11-02T18:54:12.314Z | Compiling colored v2.0.4 |
1639 | 2023-11-02T18:54:12.362Z | Compiling nix v0.26.2 |
1640 | 2023-11-02T18:54:13.139Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1641 | 2023-11-02T18:54:13.470Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1642 | 2023-11-02T18:54:15.966Z | Compiling toml v0.8.0 |
1643 | 2023-11-02T18:54:18.365Z | Compiling twox-hash v1.6.3 |
1644 | 2023-11-02T18:54:18.628Z | Compiling hkdf v0.12.3 |
1645 | 2023-11-02T18:54:18.971Z | Compiling textwrap v0.11.0 |
1646 | 2023-11-02T18:54:19.272Z | Compiling const_format_proc_macros v0.2.31 |
1647 | 2023-11-02T18:54:19.842Z | Compiling vec_map v0.8.2 |
1648 | 2023-11-02T18:54:19.878Z | Compiling quick-error v1.2.3 |
1649 | 2023-11-02T18:54:20.003Z | Compiling strsim v0.8.0 |
1650 | 2023-11-02T18:54:20.091Z | Compiling ansi_term v0.12.1 |
1651 | 2023-11-02T18:54:20.321Z | Compiling linked-hash-map v0.5.6 |
1652 | 2023-11-02T18:54:20.891Z | Compiling lru-cache v0.1.2 |
1653 | 2023-11-02T18:54:20.959Z | Compiling clap v2.34.0 |
1654 | 2023-11-02T18:54:21.101Z | Compiling resolv-conf v0.7.0 |
1655 | 2023-11-02T18:54:23.924Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1656 | 2023-11-02T18:54:25.686Z | Compiling num_enum v0.7.0 |
1657 | 2023-11-02T18:54:26.287Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1658 | 2023-11-02T18:54:30.312Z | Compiling bincode v1.3.3 |
1659 | 2023-11-02T18:54:33.174Z | Compiling convert_case v0.4.0 |
1660 | 2023-11-02T18:54:55.777Z | Compiling utf-8 v0.7.6 |
1661 | 2023-11-02T18:54:56.221Z | Compiling termcolor v1.2.0 |
1662 | 2023-11-02T18:54:56.821Z | Compiling keccak v0.1.4 |
1663 | 2023-11-02T18:54:56.976Z | Compiling base64 v0.13.1 |
1664 | 2023-11-02T18:54:57.229Z | Compiling humantime v2.1.0 |
1665 | 2023-11-02T18:54:57.432Z | Compiling cancel-safe-futures v0.1.5 |
1666 | 2023-11-02T18:54:57.865Z | Compiling env_logger v0.9.3 |
1667 | 2023-11-02T18:54:58.160Z | Compiling sha3 v0.10.8 |
1668 | 2023-11-02T18:54:58.401Z | Compiling derive_more v0.99.17 |
1669 | 2023-11-02T18:54:58.601Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1670 | 2023-11-02T18:54:58.863Z | Compiling structopt v0.3.26 |
1671 | 2023-11-02T18:54:59.051Z | Compiling trust-dns-resolver v0.22.0 |
1672 | 2023-11-02T18:54:59.093Z | Compiling aes-gcm-siv v0.11.1 |
1673 | 2023-11-02T18:54:59.674Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1674 | 2023-11-02T18:54:59.779Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1675 | 2023-11-02T18:54:59.863Z | Compiling zone v0.2.0 |
1676 | 2023-11-02T18:55:00.098Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1677 | 2023-11-02T18:55:00.152Z | Compiling smf v0.2.2 |
1678 | 2023-11-02T18:55:00.672Z | Compiling secrecy v0.8.0 |
1679 | 2023-11-02T18:55:00.683Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1680 | 2023-11-02T18:55:00.695Z | Compiling ringbuffer v0.15.0 |
1681 | 2023-11-02T18:55:00.707Z | Compiling ascii v1.1.0 |
1682 | 2023-11-02T18:55:00.720Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1683 | 2023-11-02T18:55:00.732Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1684 | 2023-11-02T18:55:01.175Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1685 | 2023-11-02T18:55:01.222Z | Compiling bitstruct v0.1.1 |
1686 | 2023-11-02T18:55:01.256Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1687 | 2023-11-02T18:55:01.262Z | Compiling serde_arrays v0.1.0 |
1688 | 2023-11-02T18:55:01.301Z | Compiling ff v0.13.0 |
1689 | 2023-11-02T18:55:01.306Z | Compiling nibble_vec v0.1.0 |
1690 | 2023-11-02T18:55:01.332Z | Compiling endian-type v0.1.2 |
1691 | 2023-11-02T18:55:01.361Z | Compiling arc-swap v1.6.0 |
1692 | 2023-11-02T18:55:01.381Z | Compiling radix_trie v0.2.1 |
1693 | 2023-11-02T18:55:01.407Z | Compiling slog-scope v4.4.0 |
1694 | 2023-11-02T18:55:01.425Z | Compiling group v0.13.0 |
1695 | 2023-11-02T18:55:01.446Z | Compiling rand_core v0.5.1 |
1696 | 2023-11-02T18:55:01.475Z | Compiling tungstenite v0.20.1 |
1697 | 2023-11-02T18:55:01.491Z | Compiling poly1305 v0.8.0 |
1698 | 2023-11-02T18:55:01.514Z | Compiling chacha20 v0.9.1 |
1699 | 2023-11-02T18:55:01.524Z | Compiling crypto-bigint v0.5.2 |
1700 | 2023-11-02T18:55:01.543Z | Compiling num-complex v0.4.4 |
1701 | 2023-11-02T18:55:01.967Z | Compiling option-ext v0.2.0 |
1702 | 2023-11-02T18:55:01.984Z | Compiling base16ct v0.2.0 |
1703 | 2023-11-02T18:55:02.003Z | Compiling ciborium-io v0.2.1 |
1704 | 2023-11-02T18:55:02.028Z | Compiling half v1.8.2 |
1705 | 2023-11-02T18:55:02.044Z | Compiling dirs-sys v0.4.1 |
1706 | 2023-11-02T18:55:02.496Z | Compiling tokio-tungstenite v0.20.1 |
1707 | 2023-11-02T18:55:02.511Z | Compiling num v0.4.1 |
1708 | 2023-11-02T18:55:02.525Z | Compiling ciborium-ll v0.2.1 |
1709 | 2023-11-02T18:55:02.545Z | Compiling parking_lot v0.11.2 |
1710 | 2023-11-02T18:55:02.557Z | Compiling rand_chacha v0.2.2 |
1711 | 2023-11-02T18:55:02.573Z | Compiling slog-stdlog v4.1.1 |
1712 | 2023-11-02T18:55:02.580Z | Compiling trust-dns-client v0.22.0 |
1713 | 2023-11-02T18:55:02.587Z | Compiling thiserror-no-std v2.0.2 |
1714 | 2023-11-02T18:55:02.593Z | Compiling elliptic-curve v0.13.5 |
1715 | 2023-11-02T18:55:02.599Z | Compiling password-hash v0.4.2 |
1716 | 2023-11-02T18:55:02.613Z | Compiling ed25519 v2.2.2 |
1717 | 2023-11-02T18:55:02.627Z | Compiling blowfish v0.9.1 |
1718 | 2023-11-02T18:55:02.641Z | Compiling pbkdf2 v0.12.2 |
1719 | 2023-11-02T18:55:02.660Z | Compiling fxhash v0.2.1 |
1720 | 2023-11-02T18:55:03.086Z | Compiling sled v0.34.7 |
1721 | 2023-11-02T18:55:03.099Z | Compiling bcrypt-pbkdf v0.10.0 |
1722 | 2023-11-02T18:55:03.120Z | Compiling trust-dns-server v0.22.1 |
1723 | 2023-11-02T18:55:03.136Z | Compiling pbkdf2 v0.11.0 |
1724 | 2023-11-02T18:55:03.155Z | Compiling ed25519-dalek v2.0.0 |
1725 | 2023-11-02T18:55:03.175Z | Compiling vsss-rs v3.3.1 |
1726 | 2023-11-02T18:55:03.191Z | Compiling russh-cryptovec v0.7.0 |
1727 | 2023-11-02T18:55:03.612Z | Compiling rand v0.7.3 |
1728 | 2023-11-02T18:55:03.627Z | Compiling slog-envlogger v2.2.0 |
1729 | 2023-11-02T18:55:03.640Z | Compiling ciborium v0.2.1 |
1730 | 2023-11-02T18:55:03.657Z | Compiling dirs v5.0.1 |
1731 | 2023-11-02T18:55:04.076Z | Compiling chacha20poly1305 v0.10.1 |
1732 | 2023-11-02T18:55:04.093Z | Compiling ron v0.7.1 |
1733 | 2023-11-02T18:55:04.108Z | Compiling tungstenite v0.18.0 |
1734 | 2023-11-02T18:55:04.117Z | Compiling const_format v0.2.31 |
1735 | 2023-11-02T18:55:04.284Z | Compiling ghash v0.5.0 |
1736 | 2023-11-02T18:55:05.989Z | Compiling camino-tempfile v1.0.2 |
1737 | 2023-11-02T18:55:06.024Z | Compiling cbc v0.1.2 |
1738 | 2023-11-02T18:55:06.069Z | Compiling headers-core v0.2.0 |
1739 | 2023-11-02T18:55:06.727Z | Compiling pem v3.0.2 |
1740 | 2023-11-02T18:55:06.749Z | Compiling md5 v0.7.0 |
1741 | 2023-11-02T18:55:06.767Z | Compiling pretty-hex v0.3.0 |
1742 | 2023-11-02T18:55:06.783Z | Compiling bit_field v0.10.2 |
1743 | 2023-11-02T18:55:06.807Z | Compiling http-range v0.1.5 |
1744 | 2023-11-02T18:55:07.229Z | Compiling russh-keys v0.38.0 |
1745 | 2023-11-02T18:55:07.285Z | Compiling rcgen v0.11.3 |
1746 | 2023-11-02T18:55:07.302Z | Compiling hyper-staticfile v0.9.5 |
1747 | 2023-11-02T18:55:07.591Z | Compiling headers v0.3.9 |
1748 | 2023-11-02T18:55:11.697Z | Compiling aes-gcm v0.10.3 |
1749 | 2023-11-02T18:55:12.195Z | Compiling tokio-tungstenite v0.18.0 |
1750 | 2023-11-02T18:55:15.554Z | Compiling pem v1.1.1 |
1751 | 2023-11-02T18:55:16.930Z | Compiling atomicwrites v0.4.2 |
1752 | 2023-11-02T18:55:17.568Z | Compiling subprocess v0.2.9 |
1753 | 2023-11-02T18:55:18.487Z | Compiling glob v0.3.1 |
1754 | 2023-11-02T18:55:18.508Z | Compiling hex-literal v0.4.1 |
1755 | 2023-11-02T18:55:18.721Z | Compiling russh v0.38.0 |
1756 | 2023-11-02T18:55:25.181Z | Compiling bzip2 v0.4.4 |
1757 | 2023-11-02T18:55:25.734Z | Compiling zip v0.6.6 |
1758 | 2023-11-02T18:55:31.563Z | Compiling rustls-webpki v0.101.7 |
1759 | 2023-11-02T18:55:38.205Z | Compiling tokio-rustls v0.24.1 |
1760 | 2023-11-02T18:55:38.243Z | Compiling git2 v0.17.2 |
1761 | 2023-11-02T18:55:38.619Z | Compiling hyper-rustls v0.24.2 |
1762 | 2023-11-02T18:55:39.436Z | Compiling reqwest v0.11.20 |
1763 | 2023-11-02T18:55:43.731Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1764 | 2023-11-02T18:55:44.400Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1765 | 2023-11-02T18:55:44.544Z | Compiling omicron-zone-package v0.8.3 |
1766 | 2023-11-02T18:55:44.743Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1767 | 2023-11-02T18:55:47.145Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1768 | 2023-11-02T18:55:50.604Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1769 | 2023-11-02T18:55:50.684Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1770 | 2023-11-02T18:55:57.136Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1771 | 2023-11-02T18:55:59.465Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1772 | 2023-11-02T18:56:02.012Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1773 | 2023-11-02T18:56:04.806Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1774 | 2023-11-02T18:56:05.300Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1775 | 2023-11-02T18:56:05.605Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1776 | 2023-11-02T18:56:05.922Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1777 | 2023-11-02T18:56:07.201Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1778 | 2023-11-02T18:56:08.832Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1779 | 2023-11-02T18:56:10.358Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1780 | 2023-11-02T18:56:10.408Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1781 | 2023-11-02T18:56:10.750Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1782 | 2023-11-02T18:56:10.920Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1783 | 2023-11-02T18:56:12.675Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1784 | 2023-11-02T18:56:15.639Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1785 | 2023-11-02T18:56:23.023Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1786 | 2023-11-02T18:56:23.229Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1787 | 2023-11-02T18:56:28.478Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1788 | 2023-11-02T18:56:29.228Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1789 | 2023-11-02T18:56:31.336Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1790 | 2023-11-02T18:56:33.764Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1791 | 2023-11-02T18:56:38.673Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1792 | 2023-11-02T18:56:49.789Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1793 | 2023-11-02T18:56:55.230Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1794 | 2023-11-02T18:56:57.360Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1795 | 2023-11-02T18:56:58.729Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1796 | 2023-11-02T18:57:02.804Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1797 | 2023-11-02T18:57:12.837Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1798 | 2023-11-02T18:57:16.052Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1799 | 2023-11-02T18:57:17.504Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1800 | 2023-11-02T18:57:22.706Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1801 | 2023-11-02T18:57:32.777Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1802 | 2023-11-02T18:57:44.639Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1803 | 2023-11-02T18:57:49.198Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1804 | 2023-11-02T18:58:31.854Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1805 | 2023-11-02T18:59:58.861Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 13s |
1806 | 2023-11-02T18:59:59.232Z | |
1807 | 2023-11-02T18:59:59.246Z | real 10:14.131297722 |
1808 | 2023-11-02T18:59:59.264Z | user 59:39.247275084 |
1809 | 2023-11-02T18:59:59.278Z | sys 9:07.667015234 |
1810 | 2023-11-02T18:59:59.293Z | trap 2.412423266 |
1811 | 2023-11-02T18:59:59.307Z | tflt 2.401492532 |
1812 | 2023-11-02T18:59:59.317Z | dflt 5.904898034 |
1813 | 2023-11-02T18:59:59.323Z | kflt 0.028415214 |
1814 | 2023-11-02T18:59:59.335Z | lock 1:53:12.665766452 |
1815 | 2023-11-02T18:59:59.368Z | slp 3:23:04.047292544 |
1816 | 2023-11-02T18:59:59.375Z | lat 2:29.903235720 |
1817 | 2023-11-02T18:59:59.388Z | stop 6:20.164196382 |
1818 | 2023-11-02T18:59:59.411Z | + mkdir -p /work/end-to-end-tests |
1819 | 2023-11-02T18:59:59.445Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1820 | 2023-11-02T18:59:59.794Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1821 | 2023-11-02T18:59:59.799Z | + ptime -m gzip |
1822 | 2023-11-02T18:59:59.805Z | ++ basename target/debug/bootstrap |
1823 | 2023-11-02T19:00:16.862Z | |
1824 | 2023-11-02T19:00:16.867Z | real 17.059755192 |
1825 | 2023-11-02T19:00:16.878Z | user 16.887560475 |
1826 | 2023-11-02T19:00:16.889Z | sys 0.166449240 |
1827 | 2023-11-02T19:00:16.899Z | trap 0.003276328 |
1828 | 2023-11-02T19:00:16.909Z | tflt 0.000000000 |
1829 | 2023-11-02T19:00:16.914Z | dflt 0.000000000 |
1830 | 2023-11-02T19:00:16.919Z | kflt 0.000000000 |
1831 | 2023-11-02T19:00:16.923Z | lock 0.000000000 |
1832 | 2023-11-02T19:00:16.928Z | slp 0.000000000 |
1833 | 2023-11-02T19:00:16.931Z | lat 0.002090285 |
1834 | 2023-11-02T19:00:16.937Z | stop 0.000265833 |
1835 | 2023-11-02T19:00:16.953Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1836 | 2023-11-02T19:00:16.956Z | + ptime -m gzip |
1837 | 2023-11-02T19:00:16.960Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-13d7796e9c457a2a |
1838 | 2023-11-02T19:00:17.973Z | |
1839 | 2023-11-02T19:00:17.977Z | real 1.102212212 |
1840 | 2023-11-02T19:00:17.988Z | user 1.090113282 |
1841 | 2023-11-02T19:00:17.998Z | sys 0.011406673 |
1842 | 2023-11-02T19:00:18.007Z | trap 0.000110322 |
1843 | 2023-11-02T19:00:18.014Z | tflt 0.000000000 |
1844 | 2023-11-02T19:00:18.019Z | dflt 0.000000000 |
1845 | 2023-11-02T19:00:18.025Z | kflt 0.000000000 |
1846 | 2023-11-02T19:00:18.031Z | lock 0.000000000 |
1847 | 2023-11-02T19:00:18.035Z | slp 0.000000000 |
1848 | 2023-11-02T19:00:18.038Z | lat 0.000188774 |
1849 | 2023-11-02T19:00:18.040Z | stop 0.000271004 |
1850 | 2023-11-02T19:00:18.044Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1851 | 2023-11-02T19:00:18.046Z | + ptime -m gzip |
1852 | 2023-11-02T19:00:18.050Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cc8f9cfe063d8adb |
1853 | 2023-11-02T19:00:37.453Z | |
1854 | 2023-11-02T19:00:37.482Z | real 19.453647509 |
1855 | 2023-11-02T19:00:37.507Z | user 19.254123110 |
1856 | 2023-11-02T19:00:37.535Z | sys 0.192565622 |
1857 | 2023-11-02T19:00:37.563Z | trap 0.004184113 |
1858 | 2023-11-02T19:00:37.578Z | tflt 0.000000000 |
1859 | 2023-11-02T19:00:37.996Z | dflt 0.000000000 |
1860 | 2023-11-02T19:00:38.005Z | kflt 0.000000000 |
1861 | 2023-11-02T19:00:38.011Z | lock 0.000000000 |
1862 | 2023-11-02T19:00:38.023Z | slp 0.000000000 |
1863 | 2023-11-02T19:00:38.034Z | lat 0.002411810 |
1864 | 2023-11-02T19:00:38.063Z | stop 0.000247648 |
1865 | 2023-11-02T19:00:38.099Z | + banner caboose-util |
1866 | 2023-11-02T19:00:38.107Z | |
1867 | 2023-11-02T19:00:38.111Z | #### ## ##### #### #### #### ###### # # ##### |
1868 | 2023-11-02T19:00:38.114Z | # # # # # # # # # # # # # # # |
1869 | 2023-11-02T19:00:38.119Z | # # # ##### # # # # #### ##### ##### # # # |
1870 | 2023-11-02T19:00:38.135Z | # ###### # # # # # # # # # # # |
1871 | 2023-11-02T19:00:38.143Z | # # # # # # # # # # # # # # # # |
1872 | 2023-11-02T19:00:38.148Z | #### # # ##### #### #### #### ###### #### # |
1873 | 2023-11-02T19:00:38.152Z | |
1874 | 2023-11-02T19:00:38.156Z | + ptime -m cargo build --locked -p caboose-util --release |
1875 | 2023-11-02T19:00:38.161Z | Downloading crates ... |
1876 | 2023-11-02T19:00:38.537Z | Downloaded packed_struct_codegen v0.10.1 |
1877 | 2023-11-02T19:00:38.553Z | Downloaded array-init v0.0.4 |
1878 | 2023-11-02T19:00:38.563Z | Downloaded maybe-uninit v2.0.0 |
1879 | 2023-11-02T19:00:38.572Z | Downloaded path-slash v0.1.5 |
1880 | 2023-11-02T19:00:38.577Z | Downloaded nodrop v0.1.14 |
1881 | 2023-11-02T19:00:38.583Z | Downloaded env_logger v0.10.0 |
1882 | 2023-11-02T19:00:38.595Z | Downloaded ron v0.8.1 |
1883 | 2023-11-02T19:00:38.603Z | Downloaded pem-rfc7468 v0.7.0 |
1884 | 2023-11-02T19:00:38.611Z | Downloaded num-bigint-dig v0.8.4 |
1885 | 2023-11-02T19:00:38.675Z | Downloaded rsa v0.9.2 |
1886 | 2023-11-02T19:00:38.697Z | Downloaded x509-cert v0.2.4 |
1887 | 2023-11-02T19:00:38.706Z | Downloaded flagset v0.4.3 |
1888 | 2023-11-02T19:00:38.713Z | Downloaded crc v3.0.1 |
1889 | 2023-11-02T19:00:38.770Z | Downloaded smallvec v0.6.14 |
1890 | 2023-11-02T19:00:38.782Z | Downloaded serde-hex v0.1.0 |
1891 | 2023-11-02T19:00:38.799Z | Downloaded der_derive v0.7.2 |
1892 | 2023-11-02T19:00:38.816Z | Downloaded crc-catalog v2.2.0 |
1893 | 2023-11-02T19:00:38.822Z | Downloaded pkcs1 v0.7.5 |
1894 | 2023-11-02T19:00:38.830Z | Downloaded object v0.30.4 |
1895 | 2023-11-02T19:00:38.852Z | Downloaded packed_struct v0.10.1 |
1896 | 2023-11-02T19:00:38.867Z | Downloaded bitfield v0.14.0 |
1897 | 2023-11-02T19:00:38.874Z | Downloaded crc-any v2.4.3 |
1898 | 2023-11-02T19:00:38.921Z | Compiling proc-macro2 v1.0.67 |
1899 | 2023-11-02T19:00:38.931Z | Compiling unicode-ident v1.0.12 |
1900 | 2023-11-02T19:00:38.942Z | Compiling libc v0.2.149 |
1901 | 2023-11-02T19:00:38.953Z | Compiling autocfg v1.1.0 |
1902 | 2023-11-02T19:00:39.372Z | Compiling serde v1.0.188 |
1903 | 2023-11-02T19:00:39.379Z | Compiling version_check v0.9.4 |
1904 | 2023-11-02T19:00:39.388Z | Compiling cfg-if v1.0.0 |
1905 | 2023-11-02T19:00:39.394Z | Compiling parking_lot_core v0.9.8 |
1906 | 2023-11-02T19:00:39.401Z | Compiling syn v1.0.109 |
1907 | 2023-11-02T19:00:39.409Z | Compiling once_cell v1.18.0 |
1908 | 2023-11-02T19:00:39.417Z | Compiling typenum v1.16.0 |
1909 | 2023-11-02T19:00:39.613Z | Compiling libm v0.2.7 |
1910 | 2023-11-02T19:00:39.621Z | Compiling futures-core v0.3.29 |
1911 | 2023-11-02T19:00:39.851Z | Compiling generic-array v0.14.7 |
1912 | 2023-11-02T19:00:39.905Z | Compiling lock_api v0.4.10 |
1913 | 2023-11-02T19:00:40.037Z | Compiling num-traits v0.2.16 |
1914 | 2023-11-02T19:00:40.041Z | Compiling pkg-config v0.3.27 |
1915 | 2023-11-02T19:00:40.330Z | Compiling scopeguard v1.2.0 |
1916 | 2023-11-02T19:00:40.480Z | Compiling slab v0.4.9 |
1917 | 2023-11-02T19:00:40.915Z | Compiling quote v1.0.33 |
1918 | 2023-11-02T19:00:40.950Z | Compiling serde_json v1.0.108 |
1919 | 2023-11-02T19:00:41.099Z | Compiling futures-channel v0.3.29 |
1920 | 2023-11-02T19:00:41.327Z | Compiling futures-task v0.3.29 |
1921 | 2023-11-02T19:00:41.508Z | Compiling syn v2.0.32 |
1922 | 2023-11-02T19:00:43.056Z | Compiling jobserver v0.1.26 |
1923 | 2023-11-02T19:00:43.128Z | Compiling getrandom v0.2.10 |
1924 | 2023-11-02T19:00:43.147Z | Compiling thiserror v1.0.49 |
1925 | 2023-11-02T19:00:43.166Z | Compiling cc v1.0.83 |
1926 | 2023-11-02T19:00:43.181Z | Compiling itoa v1.0.9 |
1927 | 2023-11-02T19:00:43.192Z | Compiling memchr v2.6.3 |
1928 | 2023-11-02T19:00:43.206Z | Compiling futures-util v0.3.29 |
1929 | 2023-11-02T19:00:43.275Z | Compiling ahash v0.8.3 |
1930 | 2023-11-02T19:00:43.368Z | Compiling smallvec v1.11.0 |
1931 | 2023-11-02T19:00:43.734Z | Compiling log v0.4.20 |
1932 | 2023-11-02T19:00:43.763Z | Compiling vcpkg v0.2.15 |
1933 | 2023-11-02T19:00:44.210Z | Compiling byteorder v1.5.0 |
1934 | 2023-11-02T19:00:45.393Z | Compiling rand_core v0.6.4 |
1935 | 2023-11-02T19:00:46.114Z | Compiling pin-project-lite v0.2.13 |
1936 | 2023-11-02T19:00:46.330Z | Compiling parking_lot v0.12.1 |
1937 | 2023-11-02T19:00:46.570Z | Compiling indexmap v1.9.3 |
1938 | 2023-11-02T19:00:47.028Z | Compiling openssl-sys v0.9.93 |
1939 | 2023-11-02T19:00:47.712Z | Compiling ring v0.17.5 |
1940 | 2023-11-02T19:00:49.023Z | Compiling io-lifetimes v1.0.11 |
1941 | 2023-11-02T19:00:49.307Z | Compiling ring v0.16.20 |
1942 | 2023-11-02T19:00:49.881Z | Compiling num-integer v0.1.45 |
1943 | 2023-11-02T19:00:50.273Z | Compiling semver v1.0.20 |
1944 | 2023-11-02T19:00:50.860Z | Compiling const-oid v0.9.5 |
1945 | 2023-11-02T19:00:50.925Z | Compiling ryu v1.0.15 |
1946 | 2023-11-02T19:00:51.794Z | Compiling spin v0.5.2 |
1947 | 2023-11-02T19:00:52.162Z | Compiling rustix v0.37.23 |
1948 | 2023-11-02T19:00:52.778Z | Compiling mio v0.8.8 |
1949 | 2023-11-02T19:00:53.309Z | Compiling signal-hook-registry v1.4.1 |
1950 | 2023-11-02T19:00:53.889Z | Compiling socket2 v0.5.4 |
1951 | 2023-11-02T19:00:54.042Z | Compiling num_cpus v1.16.0 |
1952 | 2023-11-02T19:00:54.232Z | Compiling openssl v0.10.57 |
1953 | 2023-11-02T19:00:54.350Z | Compiling unicode-xid v0.2.4 |
1954 | 2023-11-02T19:00:54.452Z | Compiling ucd-trie v0.1.6 |
1955 | 2023-11-02T19:00:54.587Z | Compiling heck v0.4.1 |
1956 | 2023-11-02T19:00:54.613Z | Compiling futures-sink v0.3.29 |
1957 | 2023-11-02T19:00:54.760Z | Compiling httparse v1.8.0 |
1958 | 2023-11-02T19:00:54.832Z | Compiling synstructure v0.12.6 |
1959 | 2023-11-02T19:00:55.299Z | Compiling tinyvec_macros v0.1.1 |
1960 | 2023-11-02T19:00:55.417Z | Compiling tinyvec v1.6.0 |
1961 | 2023-11-02T19:00:56.503Z | Compiling radium v0.7.0 |
1962 | 2023-11-02T19:00:57.114Z | Compiling pin-utils v0.1.0 |
1963 | 2023-11-02T19:00:57.241Z | Compiling native-tls v0.2.11 |
1964 | 2023-11-02T19:00:57.302Z | Compiling crc32fast v1.3.2 |
1965 | 2023-11-02T19:00:57.686Z | Compiling ppv-lite86 v0.2.17 |
1966 | 2023-11-02T19:00:58.149Z | Compiling rustls v0.21.8 |
1967 | 2023-11-02T19:00:58.200Z | Compiling futures-io v0.3.29 |
1968 | 2023-11-02T19:00:58.512Z | Compiling unicode-normalization v0.1.22 |
1969 | 2023-11-02T19:00:58.602Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1970 | 2023-11-02T19:00:58.732Z | Compiling spin v0.9.8 |
1971 | 2023-11-02T19:00:59.075Z | Compiling rand_chacha v0.3.1 |
1972 | 2023-11-02T19:00:59.242Z | Compiling tracing-core v0.1.31 |
1973 | 2023-11-02T19:00:59.324Z | Compiling subtle v2.5.0 |
1974 | 2023-11-02T19:00:59.422Z | Compiling unicode-bidi v0.3.13 |
1975 | 2023-11-02T19:01:00.292Z | Compiling rand v0.8.5 |
1976 | 2023-11-02T19:01:01.742Z | Compiling errno v0.3.2 |
1977 | 2023-11-02T19:01:01.756Z | Compiling num-iter v0.1.43 |
1978 | 2023-11-02T19:01:01.775Z | Compiling usdt-impl v0.3.5 |
1979 | 2023-11-02T19:01:02.053Z | Compiling base64 v0.21.5 |
1980 | 2023-11-02T19:01:02.331Z | Compiling schemars v0.8.13 |
1981 | 2023-11-02T19:01:04.135Z | Compiling rustix v0.38.9 |
1982 | 2023-11-02T19:01:04.285Z | Compiling serde_derive v1.0.188 |
1983 | 2023-11-02T19:01:04.344Z | Compiling zeroize_derive v1.4.2 |
1984 | 2023-11-02T19:01:04.370Z | Compiling tokio-macros v2.1.0 |
1985 | 2023-11-02T19:01:04.415Z | Compiling thiserror-impl v1.0.49 |
1986 | 2023-11-02T19:01:04.920Z | Compiling futures-macro v0.3.29 |
1987 | 2023-11-02T19:01:04.952Z | Compiling tracing-attributes v0.1.26 |
1988 | 2023-11-02T19:01:04.970Z | Compiling zerocopy-derive v0.2.0 |
1989 | 2023-11-02T19:01:05.429Z | Compiling openssl-macros v0.1.1 |
1990 | 2023-11-02T19:01:06.344Z | Compiling zeroize v1.6.0 |
1991 | 2023-11-02T19:01:06.512Z | Compiling zerocopy-derive v0.6.4 |
1992 | 2023-11-02T19:01:08.914Z | Compiling pest v2.7.2 |
1993 | 2023-11-02T19:01:09.278Z | Compiling crypto-common v0.1.6 |
1994 | 2023-11-02T19:01:09.569Z | Compiling block-buffer v0.10.4 |
1995 | 2023-11-02T19:01:09.901Z | Compiling tracing v0.1.37 |
1996 | 2023-11-02T19:01:09.953Z | Compiling digest v0.10.7 |
1997 | 2023-11-02T19:01:10.632Z | Compiling serde_derive_internals v0.26.0 |
1998 | 2023-11-02T19:01:11.725Z | Compiling fnv v1.0.7 |
1999 | 2023-11-02T19:01:11.947Z | Compiling bitflags v1.3.2 |
2000 | 2023-11-02T19:01:13.089Z | Compiling pest_meta v2.7.2 |
2001 | 2023-11-02T19:01:18.416Z | Compiling schemars_derive v0.8.13 |
2002 | 2023-11-02T19:01:18.524Z | Compiling pest_generator v2.7.2 |
2003 | 2023-11-02T19:01:19.390Z | Compiling zerocopy v0.3.0 |
2004 | 2023-11-02T19:01:19.457Z | Compiling lazy_static v1.4.0 |
2005 | 2023-11-02T19:01:19.528Z | Compiling backtrace v0.3.69 |
2006 | 2023-11-02T19:01:19.733Z | Compiling num-bigint v0.4.4 |
2007 | 2023-11-02T19:01:19.915Z | Compiling memoffset v0.9.0 |
2008 | 2023-11-02T19:01:19.937Z | Compiling crossbeam-utils v0.8.16 |
2009 | 2023-11-02T19:01:20.032Z | Compiling untrusted v0.9.0 |
2010 | 2023-11-02T19:01:20.078Z | Compiling async-trait v0.1.74 |
2011 | 2023-11-02T19:01:20.157Z | Compiling allocator-api2 v0.2.16 |
2012 | 2023-11-02T19:01:20.625Z | Compiling base64ct v1.6.0 |
2013 | 2023-11-02T19:01:20.636Z | Compiling pest_derive v2.7.2 |
2014 | 2023-11-02T19:01:20.650Z | Compiling iana-time-zone v0.1.57 |
2015 | 2023-11-02T19:01:21.075Z | Compiling hashbrown v0.12.3 |
2016 | 2023-11-02T19:01:21.088Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2017 | 2023-11-02T19:01:21.140Z | Compiling untrusted v0.7.1 |
2018 | 2023-11-02T19:01:21.204Z | Compiling foreign-types-shared v0.1.1 |
2019 | 2023-11-02T19:01:21.358Z | Compiling smoltcp v0.9.1 |
2020 | 2023-11-02T19:01:21.828Z | Compiling percent-encoding v2.3.0 |
2021 | 2023-11-02T19:01:21.856Z | Compiling openssl-probe v0.1.5 |
2022 | 2023-11-02T19:01:21.922Z | Compiling foreign-types v0.3.2 |
2023 | 2023-11-02T19:01:22.051Z | Compiling dtrace-parser v0.1.14 |
2024 | 2023-11-02T19:01:22.466Z | Compiling hashbrown v0.14.0 |
2025 | 2023-11-02T19:01:22.471Z | Compiling pem-rfc7468 v0.7.0 |
2026 | 2023-11-02T19:01:23.971Z | Compiling dof v0.1.5 |
2027 | 2023-11-02T19:01:24.389Z | Compiling der_derive v0.7.2 |
2028 | 2023-11-02T19:01:24.850Z | Compiling clap_derive v4.4.2 |
2029 | 2023-11-02T19:01:27.227Z | Compiling bytes v1.5.0 |
2030 | 2023-11-02T19:01:28.706Z | Compiling tokio v1.33.0 |
2031 | 2023-11-02T19:01:28.936Z | Compiling bitflags v2.4.0 |
2032 | 2023-11-02T19:01:29.157Z | Compiling rustc_version v0.4.0 |
2033 | 2023-11-02T19:01:30.168Z | Compiling heapless v0.7.16 |
2034 | 2023-11-02T19:01:31.930Z | Compiling http v0.2.9 |
2035 | 2023-11-02T19:01:35.856Z | Compiling uuid v1.4.1 |
2036 | 2023-11-02T19:01:36.724Z | Compiling chrono v0.4.31 |
2037 | 2023-11-02T19:01:36.804Z | Compiling thread-id v4.2.0 |
2038 | 2023-11-02T19:01:36.963Z | Compiling equivalent v1.0.1 |
2039 | 2023-11-02T19:01:36.990Z | Compiling utf8parse v0.2.1 |
2040 | 2023-11-02T19:01:37.024Z | Compiling flagset v0.4.3 |
2041 | 2023-11-02T19:01:37.160Z | Compiling adler v1.0.2 |
2042 | 2023-11-02T19:01:37.188Z | Compiling siphasher v0.3.11 |
2043 | 2023-11-02T19:01:37.221Z | Compiling cpufeatures v0.2.9 |
2044 | 2023-11-02T19:01:37.242Z | Compiling time-core v0.1.1 |
2045 | 2023-11-02T19:01:37.251Z | Compiling try-lock v0.2.4 |
2046 | 2023-11-02T19:01:37.315Z | Compiling rustversion v1.0.14 |
2047 | 2023-11-02T19:01:37.352Z | Compiling anstyle v1.0.2 |
2048 | 2023-11-02T19:01:37.412Z | Compiling want v0.3.1 |
2049 | 2023-11-02T19:01:37.546Z | Compiling time-macros v0.2.13 |
2050 | 2023-11-02T19:01:37.683Z | Compiling sha2 v0.10.8 |
2051 | 2023-11-02T19:01:38.481Z | Compiling miniz_oxide v0.7.1 |
2052 | 2023-11-02T19:01:40.527Z | Compiling der v0.7.8 |
2053 | 2023-11-02T19:01:40.671Z | Compiling http-body v0.4.5 |
2054 | 2023-11-02T19:01:41.119Z | Compiling anstyle-parse v0.2.1 |
2055 | 2023-11-02T19:01:41.305Z | Compiling indexmap v2.0.0 |
2056 | 2023-11-02T19:01:41.730Z | Compiling tokio-util v0.7.10 |
2057 | 2023-11-02T19:01:43.457Z | Compiling h2 v0.3.21 |
2058 | 2023-11-02T19:01:46.790Z | Compiling serde_tokenstream v0.1.7 |
2059 | 2023-11-02T19:01:47.625Z | Compiling sct v0.7.0 |
2060 | 2023-11-02T19:01:48.301Z | Compiling form_urlencoded v1.2.0 |
2061 | 2023-11-02T19:01:48.763Z | Compiling hubpack_derive v0.1.1 |
2062 | 2023-11-02T19:01:50.221Z | Compiling socket2 v0.4.9 |
2063 | 2023-11-02T19:01:50.325Z | Compiling crossbeam-epoch v0.9.15 |
2064 | 2023-11-02T19:01:50.605Z | Compiling colorchoice v1.0.0 |
2065 | 2023-11-02T19:01:50.910Z | Compiling anyhow v1.0.75 |
2066 | 2023-11-02T19:01:52.001Z | Compiling tap v1.0.1 |
2067 | 2023-11-02T19:01:52.351Z | Compiling anstyle-query v1.0.0 |
2068 | 2023-11-02T19:01:52.357Z | Compiling httpdate v1.0.3 |
2069 | 2023-11-02T19:01:52.545Z | Compiling slog v2.7.0 |
2070 | 2023-11-02T19:01:53.020Z | Compiling tower-service v0.3.2 |
2071 | 2023-11-02T19:01:53.195Z | Compiling anstream v0.5.0 |
2072 | 2023-11-02T19:01:54.191Z | Compiling wyz v0.5.1 |
2073 | 2023-11-02T19:01:56.161Z | Compiling hyper v0.14.27 |
2074 | 2023-11-02T19:02:01.500Z | Compiling terminal_size v0.2.6 |
2075 | 2023-11-02T19:02:01.618Z | Compiling spki v0.7.2 |
2076 | 2023-11-02T19:02:02.526Z | Compiling rustls-pemfile v1.0.3 |
2077 | 2023-11-02T19:02:03.068Z | Compiling md-5 v0.10.5 |
2078 | 2023-11-02T19:02:03.367Z | Compiling hmac v0.12.1 |
2079 | 2023-11-02T19:02:03.436Z | Compiling zerocopy v0.6.4 |
2080 | 2023-11-02T19:02:04.822Z | Compiling stringprep v0.1.3 |
2081 | 2023-11-02T19:02:04.854Z | Compiling idna v0.4.0 |
2082 | 2023-11-02T19:02:05.091Z | Compiling diesel_table_macro_syntax v0.1.0 |
2083 | 2023-11-02T19:02:05.403Z | Compiling hash32 v0.2.1 |
2084 | 2023-11-02T19:02:05.673Z | Compiling aho-corasick v1.0.4 |
2085 | 2023-11-02T19:02:05.990Z | Compiling stable_deref_trait v1.2.0 |
2086 | 2023-11-02T19:02:06.323Z | Compiling funty v2.0.0 |
2087 | 2023-11-02T19:02:06.512Z | Compiling clap_lex v0.5.1 |
2088 | 2023-11-02T19:02:06.898Z | Compiling either v1.9.0 |
2089 | 2023-11-02T19:02:07.353Z | Compiling strsim v0.10.0 |
2090 | 2023-11-02T19:02:07.674Z | Compiling dyn-clone v1.0.13 |
2091 | 2023-11-02T19:02:07.762Z | Compiling gimli v0.28.0 |
2092 | 2023-11-02T19:02:07.954Z | Compiling fallible-iterator v0.2.0 |
2093 | 2023-11-02T19:02:10.260Z | Compiling regex-syntax v0.8.2 |
2094 | 2023-11-02T19:02:10.727Z | Compiling maybe-uninit v2.0.0 |
2095 | 2023-11-02T19:02:11.445Z | Compiling postgres-protocol v0.6.6 |
2096 | 2023-11-02T19:02:11.569Z | Compiling bitvec v1.0.1 |
2097 | 2023-11-02T19:02:14.301Z | Compiling clap_builder v4.4.2 |
2098 | 2023-11-02T19:02:15.281Z | Compiling addr2line v0.21.0 |
2099 | 2023-11-02T19:02:15.390Z | Compiling diesel_derives v2.1.1 |
2100 | 2023-11-02T19:02:15.485Z | Compiling url v2.4.1 |
2101 | 2023-11-02T19:02:16.248Z | Compiling regex-automata v0.4.3 |
2102 | 2023-11-02T19:02:19.697Z | Compiling strum_macros v0.25.2 |
2103 | 2023-11-02T19:02:20.259Z | Compiling rustls-native-certs v0.6.3 |
2104 | 2023-11-02T19:02:21.660Z | Compiling tokio-native-tls v0.3.1 |
2105 | 2023-11-02T19:02:22.965Z | Compiling usdt-macro v0.3.5 |
2106 | 2023-11-02T19:02:24.081Z | Compiling usdt-attr-macro v0.3.5 |
2107 | 2023-11-02T19:02:25.546Z | Compiling phf_shared v0.11.2 |
2108 | 2023-11-02T19:02:26.098Z | Compiling serde_spanned v0.6.3 |
2109 | 2023-11-02T19:02:26.102Z | Compiling toml_datetime v0.6.3 |
2110 | 2023-11-02T19:02:26.772Z | Compiling block-padding v0.3.3 |
2111 | 2023-11-02T19:02:26.780Z | Compiling enum-as-inner v0.5.1 |
2112 | 2023-11-02T19:02:27.186Z | Compiling serde_repr v0.1.16 |
2113 | 2023-11-02T19:02:28.291Z | Compiling scheduled-thread-pool v0.2.7 |
2114 | 2023-11-02T19:02:28.641Z | Compiling object v0.32.1 |
2115 | 2023-11-02T19:02:30.494Z | Compiling ipnet v2.8.0 |
2116 | 2023-11-02T19:02:31.887Z | Compiling bit-vec v0.6.3 |
2117 | 2023-11-02T19:02:32.590Z | Compiling rustc-demangle v0.1.23 |
2118 | 2023-11-02T19:02:33.331Z | Compiling packed_struct v0.10.1 |
2119 | 2023-11-02T19:02:33.522Z | Compiling managed v0.8.0 |
2120 | 2023-11-02T19:02:34.109Z | Compiling matches v0.1.10 |
2121 | 2023-11-02T19:02:34.157Z | Compiling num-bigint-dig v0.8.4 |
2122 | 2023-11-02T19:02:34.243Z | Compiling num_threads v0.1.6 |
2123 | 2023-11-02T19:02:34.426Z | Compiling regex-automata v0.1.10 |
2124 | 2023-11-02T19:02:35.249Z | Compiling winnow v0.5.15 |
2125 | 2023-11-02T19:02:35.469Z | Compiling deranged v0.3.8 |
2126 | 2023-11-02T19:02:35.563Z | Compiling bstr v0.2.17 |
2127 | 2023-11-02T19:02:38.683Z | Compiling time v0.3.27 |
2128 | 2023-11-02T19:02:41.563Z | Compiling toml_edit v0.19.15 |
2129 | 2023-11-02T19:02:45.109Z | Compiling idna v0.2.3 |
2130 | 2023-11-02T19:02:47.630Z | Compiling r2d2 v0.8.10 |
2131 | 2023-11-02T19:02:50.625Z | Compiling inout v0.1.3 |
2132 | 2023-11-02T19:02:55.345Z | Compiling phf v0.11.2 |
2133 | 2023-11-02T19:02:59.612Z | Compiling regex v1.10.2 |
2134 | 2023-11-02T19:03:00.097Z | Compiling hyper-tls v0.5.0 |
2135 | 2023-11-02T19:03:00.290Z | Compiling clap v4.4.3 |
2136 | 2023-11-02T19:03:00.456Z | Compiling flate2 v1.0.28 |
2137 | 2023-11-02T19:03:00.662Z | Compiling ipnetwork v0.20.0 |
2138 | 2023-11-02T19:03:00.908Z | Compiling postgres-types v0.2.6 |
2139 | 2023-11-02T19:03:01.001Z | Compiling itertools v0.11.0 |
2140 | 2023-11-02T19:03:01.102Z | Compiling pkcs8 v0.10.2 |
2141 | 2023-11-02T19:03:01.156Z | Compiling hubpack v0.1.2 |
2142 | 2023-11-02T19:03:01.171Z | Compiling serde_urlencoded v0.7.1 |
2143 | 2023-11-02T19:03:01.298Z | Compiling phf_shared v0.10.0 |
2144 | 2023-11-02T19:03:01.341Z | Compiling futures-executor v0.3.29 |
2145 | 2023-11-02T19:03:01.423Z | Compiling signature v2.1.0 |
2146 | 2023-11-02T19:03:01.521Z | Compiling packed_struct_codegen v0.10.1 |
2147 | 2023-11-02T19:03:01.649Z | Compiling float-cmp v0.9.0 |
2148 | 2023-11-02T19:03:01.690Z | Compiling encoding_rs v0.8.33 |
2149 | 2023-11-02T19:03:01.715Z | Compiling nodrop v0.1.14 |
2150 | 2023-11-02T19:03:01.779Z | Compiling static_assertions v1.1.0 |
2151 | 2023-11-02T19:03:01.864Z | Compiling unicode-segmentation v1.10.1 |
2152 | 2023-11-02T19:03:02.272Z | Compiling mime v0.3.17 |
2153 | 2023-11-02T19:03:02.889Z | Compiling fixedbitset v0.4.2 |
2154 | 2023-11-02T19:03:03.214Z | Compiling webpki-roots v0.25.2 |
2155 | 2023-11-02T19:03:03.600Z | Compiling whoami v1.4.1 |
2156 | 2023-11-02T19:03:03.648Z | Compiling new_debug_unreachable v1.0.4 |
2157 | 2023-11-02T19:03:05.021Z | Compiling normalize-line-endings v0.3.0 |
2158 | 2023-11-02T19:03:05.117Z | Compiling difflib v0.4.0 |
2159 | 2023-11-02T19:03:05.945Z | Compiling regex-automata v0.3.8 |
2160 | 2023-11-02T19:03:06.664Z | Compiling crc-catalog v2.2.0 |
2161 | 2023-11-02T19:03:06.703Z | Compiling unicode-width v0.1.11 |
2162 | 2023-11-02T19:03:06.871Z | Compiling predicates-core v1.0.6 |
2163 | 2023-11-02T19:03:07.358Z | Compiling data-encoding v2.4.0 |
2164 | 2023-11-02T19:03:10.454Z | Compiling precomputed-hash v0.1.1 |
2165 | 2023-11-02T19:03:10.770Z | Compiling bstr v1.6.0 |
2166 | 2023-11-02T19:03:11.232Z | Compiling string_cache v0.8.7 |
2167 | 2023-11-02T19:03:12.697Z | Compiling trust-dns-proto v0.22.0 |
2168 | 2023-11-02T19:03:15.817Z | Compiling predicates v3.0.4 |
2169 | 2023-11-02T19:03:18.288Z | Compiling console v0.15.7 |
2170 | 2023-11-02T19:03:18.323Z | Compiling crc v3.0.1 |
2171 | 2023-11-02T19:03:20.378Z | Compiling tokio-postgres v0.7.10 |
2172 | 2023-11-02T19:03:21.770Z | Compiling petgraph v0.6.4 |
2173 | 2023-11-02T19:03:27.544Z | Compiling similar v2.2.1 |
2174 | 2023-11-02T19:03:28.491Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2175 | 2023-11-02T19:03:28.574Z | Compiling array-init v0.0.4 |
2176 | 2023-11-02T19:03:33.622Z | Compiling futures v0.3.29 |
2177 | 2023-11-02T19:03:35.011Z | Compiling pkcs1 v0.7.5 |
2178 | 2023-11-02T19:03:37.518Z | Compiling yasna v0.5.2 |
2179 | 2023-11-02T19:03:38.234Z | Compiling diesel v2.1.3 |
2180 | 2023-11-02T19:03:38.378Z | Compiling smallvec v0.6.14 |
2181 | 2023-11-02T19:03:40.361Z | Compiling cipher v0.4.4 |
2182 | 2023-11-02T19:03:41.406Z | Compiling toml v0.7.8 |
2183 | 2023-11-02T19:03:42.328Z | Compiling bit-set v0.5.3 |
2184 | 2023-11-02T19:03:42.755Z | Compiling usdt v0.3.5 |
2185 | 2023-11-02T19:03:43.172Z | Compiling is-terminal v0.4.9 |
2186 | 2023-11-02T19:03:44.778Z | Compiling itertools v0.10.5 |
2187 | 2023-11-02T19:03:45.661Z | Compiling openapiv3 v1.0.3 |
2188 | 2023-11-02T19:03:47.895Z | Compiling tokio-stream v0.1.14 |
2189 | 2023-11-02T19:03:49.423Z | Compiling hex v0.4.3 |
2190 | 2023-11-02T19:03:51.173Z | Compiling hashbrown v0.13.2 |
2191 | 2023-11-02T19:03:53.809Z | Compiling lalrpop-util v0.19.12 |
2192 | 2023-11-02T19:03:54.347Z | Compiling termcolor v1.2.0 |
2193 | 2023-11-02T19:03:57.556Z | Compiling bitfield v0.14.0 |
2194 | 2023-11-02T19:04:05.982Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2195 | 2023-11-02T19:04:07.986Z | Compiling env_logger v0.10.0 |
2196 | 2023-11-02T19:04:23.855Z | Compiling rsa v0.9.2 |
2197 | 2023-11-02T19:04:25.250Z | Compiling serde-hex v0.1.0 |
2198 | 2023-11-02T19:04:29.401Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2199 | 2023-11-02T19:04:35.639Z | Compiling x509-cert v0.2.4 |
2200 | 2023-11-02T19:04:37.575Z | Compiling ron v0.8.1 |
2201 | 2023-11-02T19:04:50.141Z | Compiling crc-any v2.4.3 |
2202 | 2023-11-02T19:04:51.733Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2203 | 2023-11-02T19:05:08.924Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2204 | 2023-11-02T19:05:18.052Z | Compiling object v0.30.4 |
2205 | 2023-11-02T19:05:24.734Z | Compiling path-slash v0.1.5 |
2206 | 2023-11-02T19:05:30.940Z | Compiling bzip2 v0.4.4 |
2207 | 2023-11-02T19:05:31.052Z | Compiling zip v0.6.6 |
2208 | 2023-11-02T19:05:38.999Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2209 | 2023-11-02T19:05:48.521Z | Compiling rustls-webpki v0.101.7 |
2210 | 2023-11-02T19:05:57.594Z | Compiling tokio-rustls v0.24.1 |
2211 | 2023-11-02T19:05:58.263Z | Compiling hyper-rustls v0.24.2 |
2212 | 2023-11-02T19:05:58.837Z | Compiling reqwest v0.11.20 |
2213 | 2023-11-02T19:06:10.881Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2214 | 2023-11-02T19:06:27.980Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2215 | 2023-11-02T19:06:29.031Z | Finished release [optimized] target(s) in 5m 51s |
2216 | 2023-11-02T19:06:29.118Z | |
2217 | 2023-11-02T19:06:29.121Z | real 5:51.657772382 |
2218 | 2023-11-02T19:06:29.124Z | user 41:17.937984664 |
2219 | 2023-11-02T19:06:29.127Z | sys 3:46.160507065 |
2220 | 2023-11-02T19:06:29.129Z | trap 1.652732294 |
2221 | 2023-11-02T19:06:29.132Z | tflt 1.188188339 |
2222 | 2023-11-02T19:06:29.135Z | dflt 1.101405271 |
2223 | 2023-11-02T19:06:29.139Z | kflt 0.000901982 |
2224 | 2023-11-02T19:06:29.142Z | lock 1:37:47.864362164 |
2225 | 2023-11-02T19:06:29.145Z | slp 2:50:30.227707545 |
2226 | 2023-11-02T19:06:29.148Z | lat 1:38.764819973 |
2227 | 2023-11-02T19:06:29.151Z | stop 1:32.182374923 |
2228 | 2023-11-02T19:06:29.154Z | + ptime -m gzip |
2229 | 2023-11-02T19:06:29.780Z | |
2230 | 2023-11-02T19:06:29.783Z | real 0.655608878 |
2231 | 2023-11-02T19:06:29.786Z | user 0.648434802 |
2232 | 2023-11-02T19:06:29.789Z | sys 0.006541278 |
2233 | 2023-11-02T19:06:29.792Z | trap 0.000069441 |
2234 | 2023-11-02T19:06:29.795Z | tflt 0.000000000 |
2235 | 2023-11-02T19:06:29.798Z | dflt 0.000000000 |
2236 | 2023-11-02T19:06:29.801Z | kflt 0.000000000 |
2237 | 2023-11-02T19:06:29.804Z | lock 0.000000000 |
2238 | 2023-11-02T19:06:29.807Z | slp 0.000000000 |
2239 | 2023-11-02T19:06:29.810Z | lat 0.000173585 |
2240 | 2023-11-02T19:06:29.814Z | stop 0.000288225 |
2241 | 2023-11-02T19:06:29.817Z | + banner tufaceous |
2242 | 2023-11-02T19:06:29.820Z | |
2243 | 2023-11-02T19:06:29.822Z | ##### # # ###### ## #### ###### #### # # #### |
2244 | 2023-11-02T19:06:29.825Z | # # # # # # # # # # # # # # |
2245 | 2023-11-02T19:06:29.851Z | # # # ##### # # # ##### # # # # #### |
2246 | 2023-11-02T19:06:29.855Z | # # # # ###### # # # # # # # |
2247 | 2023-11-02T19:06:29.858Z | # # # # # # # # # # # # # # # |
2248 | 2023-11-02T19:06:29.861Z | # #### # # # #### ###### #### #### #### |
2249 | 2023-11-02T19:06:29.864Z | |
2250 | 2023-11-02T19:06:29.867Z | + ptime -m cargo build --locked -p tufaceous --release |
2251 | 2023-11-02T19:06:30.511Z | Downloading crates ... |
2252 | 2023-11-02T19:06:30.810Z | Downloaded path-dedot v3.1.0 |
2253 | 2023-11-02T19:06:30.814Z | Downloaded bytesize v1.3.0 |
2254 | 2023-11-02T19:06:30.816Z | Downloaded serde_plain v1.0.2 |
2255 | 2023-11-02T19:06:30.819Z | Downloaded doc-comment v0.3.3 |
2256 | 2023-11-02T19:06:30.822Z | Downloaded snafu v0.7.5 |
2257 | 2023-11-02T19:06:30.832Z | Downloaded globset v0.4.13 |
2258 | 2023-11-02T19:06:30.835Z | Downloaded path-absolutize v3.1.0 |
2259 | 2023-11-02T19:06:30.839Z | Downloaded olpc-cjson v0.1.3 |
2260 | 2023-11-02T19:06:30.842Z | Downloaded snafu-derive v0.7.5 |
2261 | 2023-11-02T19:06:30.844Z | Downloaded buf-list v1.0.3 |
2262 | 2023-11-02T19:06:30.847Z | Downloaded tough v0.12.5 |
2263 | 2023-11-02T19:06:30.877Z | Downloaded fs-err v2.9.0 |
2264 | 2023-11-02T19:06:31.013Z | Compiling serde_tokenstream v0.2.0 |
2265 | 2023-11-02T19:06:31.035Z | Compiling regress v0.7.1 |
2266 | 2023-11-02T19:06:31.046Z | Compiling dirs-sys-next v0.1.2 |
2267 | 2023-11-02T19:06:31.049Z | Compiling ident_case v1.0.1 |
2268 | 2023-11-02T19:06:31.069Z | Compiling thread_local v1.1.7 |
2269 | 2023-11-02T19:06:31.072Z | Compiling heck v0.4.1 |
2270 | 2023-11-02T19:06:31.082Z | Compiling slog-async v2.8.0 |
2271 | 2023-11-02T19:06:31.288Z | Compiling dirs-next v2.0.0 |
2272 | 2023-11-02T19:06:31.666Z | Compiling darling_core v0.20.3 |
2273 | 2023-11-02T19:06:31.729Z | Compiling camino v1.1.6 |
2274 | 2023-11-02T19:06:31.876Z | Compiling term v0.7.0 |
2275 | 2023-11-02T19:06:32.287Z | Compiling crossbeam-channel v0.5.8 |
2276 | 2023-11-02T19:06:32.597Z | Compiling getopts v0.2.21 |
2277 | 2023-11-02T19:06:32.820Z | Compiling structmeta-derive v0.1.6 |
2278 | 2023-11-02T19:06:33.076Z | Compiling atty v0.2.14 |
2279 | 2023-11-02T19:06:33.292Z | Compiling multer v2.1.0 |
2280 | 2023-11-02T19:06:33.695Z | Compiling doc-comment v0.3.3 |
2281 | 2023-11-02T19:06:34.075Z | Compiling match_cfg v0.1.0 |
2282 | 2023-11-02T19:06:34.209Z | Compiling take_mut v0.2.2 |
2283 | 2023-11-02T19:06:34.387Z | Compiling unsafe-libyaml v0.2.9 |
2284 | 2023-11-02T19:06:34.443Z | Compiling paste v1.0.14 |
2285 | 2023-11-02T19:06:35.352Z | Compiling hostname v0.3.1 |
2286 | 2023-11-02T19:06:35.806Z | Compiling slog-term v2.9.0 |
2287 | 2023-11-02T19:06:37.156Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2288 | 2023-11-02T19:06:39.241Z | Compiling structmeta v0.1.6 |
2289 | 2023-11-02T19:06:39.861Z | Compiling serde_yaml v0.9.25 |
2290 | 2023-11-02T19:06:40.884Z | Compiling darling_macro v0.20.3 |
2291 | 2023-11-02T19:06:41.039Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2292 | 2023-11-02T19:06:41.053Z | Compiling slog-json v2.6.1 |
2293 | 2023-11-02T19:06:41.901Z | Compiling async-stream-impl v0.3.5 |
2294 | 2023-11-02T19:06:42.245Z | Compiling darling v0.20.3 |
2295 | 2023-11-02T19:06:42.402Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2296 | 2023-11-02T19:06:42.861Z | Compiling atomic-waker v1.1.1 |
2297 | 2023-11-02T19:06:43.178Z | Compiling fastrand v2.0.0 |
2298 | 2023-11-02T19:06:43.197Z | Compiling regex-syntax v0.6.29 |
2299 | 2023-11-02T19:06:44.256Z | Compiling async-stream v0.3.5 |
2300 | 2023-11-02T19:06:44.354Z | Compiling tempfile v3.8.0 |
2301 | 2023-11-02T19:06:44.487Z | Compiling waitgroup v0.1.2 |
2302 | 2023-11-02T19:06:44.558Z | Compiling serde_with_macros v2.3.3 |
2303 | 2023-11-02T19:06:44.687Z | Compiling slog-bunyan v2.4.0 |
2304 | 2023-11-02T19:07:05.547Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2305 | 2023-11-02T19:07:06.234Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2306 | 2023-11-02T19:07:10.457Z | Compiling sha1 v0.10.5 |
2307 | 2023-11-02T19:07:10.527Z | Compiling snafu-derive v0.7.5 |
2308 | 2023-11-02T19:07:10.566Z | Compiling serde_path_to_error v0.1.14 |
2309 | 2023-11-02T19:07:10.603Z | Compiling path-dedot v3.1.0 |
2310 | 2023-11-02T19:07:10.639Z | Compiling instant v0.1.12 |
2311 | 2023-11-02T19:07:10.685Z | Compiling arc-swap v1.6.0 |
2312 | 2023-11-02T19:07:10.804Z | Compiling base64 v0.13.1 |
2313 | 2023-11-02T19:07:10.918Z | Compiling buf-list v1.0.3 |
2314 | 2023-11-02T19:07:10.952Z | Compiling same-file v1.0.6 |
2315 | 2023-11-02T19:07:10.980Z | Compiling debug-ignore v1.0.5 |
2316 | 2023-11-02T19:07:11.109Z | Compiling walkdir v2.4.0 |
2317 | 2023-11-02T19:07:11.299Z | Compiling pem v1.1.1 |
2318 | 2023-11-02T19:07:11.379Z | Compiling slog-scope v4.4.0 |
2319 | 2023-11-02T19:07:11.488Z | Compiling parse-display-derive v0.7.0 |
2320 | 2023-11-02T19:07:11.633Z | Compiling backoff v0.4.0 |
2321 | 2023-11-02T19:07:11.773Z | Compiling path-absolutize v3.1.0 |
2322 | 2023-11-02T19:07:11.962Z | Compiling serde_with v2.3.3 |
2323 | 2023-11-02T19:07:12.174Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2324 | 2023-11-02T19:07:12.424Z | Compiling globset v0.4.13 |
2325 | 2023-11-02T19:07:12.752Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2326 | 2023-11-02T19:07:12.762Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2327 | 2023-11-02T19:07:12.988Z | Compiling strum v0.25.0 |
2328 | 2023-11-02T19:07:13.153Z | Compiling olpc-cjson v0.1.3 |
2329 | 2023-11-02T19:07:13.350Z | Compiling serde_plain v1.0.2 |
2330 | 2023-11-02T19:07:13.609Z | Compiling macaddr v1.0.1 |
2331 | 2023-11-02T19:07:13.843Z | Compiling snafu v0.7.5 |
2332 | 2023-11-02T19:07:14.030Z | Compiling filetime v0.2.22 |
2333 | 2023-11-02T19:07:15.047Z | Compiling parse-display v0.7.0 |
2334 | 2023-11-02T19:07:30.571Z | Compiling xattr v1.0.1 |
2335 | 2023-11-02T19:07:42.322Z | Compiling tough v0.12.5 |
2336 | 2023-11-02T19:07:42.689Z | Compiling tar v0.4.40 |
2337 | 2023-11-02T19:07:43.288Z | Compiling slog-stdlog v4.1.1 |
2338 | 2023-11-02T19:07:45.545Z | Compiling camino-tempfile v1.0.2 |
2339 | 2023-11-02T19:07:45.631Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2340 | 2023-11-02T19:07:46.029Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2341 | 2023-11-02T19:07:46.168Z | Compiling bytesize v1.3.0 |
2342 | 2023-11-02T19:07:46.377Z | Compiling fs-err v2.9.0 |
2343 | 2023-11-02T19:07:46.554Z | Compiling slog-envlogger v2.2.0 |
2344 | 2023-11-02T19:07:46.695Z | Compiling humantime v2.1.0 |
2345 | 2023-11-02T19:07:46.868Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2346 | 2023-11-02T19:07:46.947Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2347 | 2023-11-02T19:07:47.219Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2348 | 2023-11-02T19:07:52.374Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2349 | 2023-11-02T19:07:54.372Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2350 | 2023-11-02T19:08:19.604Z | Finished release [optimized] target(s) in 1m 49s |
2351 | 2023-11-02T19:08:19.611Z | |
2352 | 2023-11-02T19:08:19.625Z | real 1:49.473157848 |
2353 | 2023-11-02T19:08:19.628Z | user 11:32.942729094 |
2354 | 2023-11-02T19:08:19.633Z | sys 44.361142841 |
2355 | 2023-11-02T19:08:19.635Z | trap 0.418131719 |
2356 | 2023-11-02T19:08:19.638Z | tflt 0.404521806 |
2357 | 2023-11-02T19:08:19.642Z | dflt 0.584642006 |
2358 | 2023-11-02T19:08:19.647Z | kflt 0.000000000 |
2359 | 2023-11-02T19:08:19.651Z | lock 22:13.001492541 |
2360 | 2023-11-02T19:08:19.655Z | slp 24:25.346031216 |
2361 | 2023-11-02T19:08:19.658Z | lat 21.059383644 |
2362 | 2023-11-02T19:08:19.663Z | stop 11.674800462 |
2363 | 2023-11-02T19:08:19.667Z | + ptime -m gzip |
2364 | 2023-11-02T19:08:21.548Z | |
2365 | 2023-11-02T19:08:21.551Z | real 2.259730333 |
2366 | 2023-11-02T19:08:21.553Z | user 2.232970174 |
2367 | 2023-11-02T19:08:21.556Z | sys 0.026014352 |
2368 | 2023-11-02T19:08:21.559Z | trap 0.000223396 |
2369 | 2023-11-02T19:08:21.561Z | tflt 0.000000000 |
2370 | 2023-11-02T19:08:21.564Z | dflt 0.000000000 |
2371 | 2023-11-02T19:08:21.570Z | kflt 0.000000000 |
2372 | 2023-11-02T19:08:21.579Z | lock 0.000000000 |
2373 | 2023-11-02T19:08:21.589Z | slp 0.000000000 |
2374 | 2023-11-02T19:08:22.013Z | lat 0.000173412 |
2375 | 2023-11-02T19:08:22.018Z | stop 0.000230577 |
2376 | 2023-11-02T19:08:22.021Z | process exited: duration 1272578 ms, exit code 0 |
|
2377 | 2023-11-02T19:08:22.041Z | found 5 output files |
2378 | 2023-11-02T19:08:22.131Z | uploading: /work/end-to-end-tests/bootstrap-13d7796e9c457a2a.gz (6514690 bytes) |
2379 | 2023-11-02T19:08:24.140Z | uploaded: /work/end-to-end-tests/bootstrap-13d7796e9c457a2a.gz |
2380 | 2023-11-02T19:08:24.148Z | uploading: /work/end-to-end-tests/bootstrap.gz (98630331 bytes) |
2381 | 2023-11-02T19:09:06.918Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2382 | 2023-11-02T19:09:06.942Z | uploading: /work/end-to-end-tests/end_to_end_tests-cc8f9cfe063d8adb.gz (112966337 bytes) |
2383 | 2023-11-02T19:10:04.589Z | uploaded: /work/end-to-end-tests/end_to_end_tests-cc8f9cfe063d8adb.gz |
2384 | 2023-11-02T19:10:04.652Z | uploading: /work/caboose-util.gz (4111056 bytes) |
2385 | 2023-11-02T19:10:09.160Z | uploaded: /work/caboose-util.gz |
2386 | 2023-11-02T19:10:09.171Z | uploading: /work/tufaceous.gz (14486991 bytes) |
2387 | 2023-11-02T19:10:15.907Z | uploaded: /work/tufaceous.gz |