|
|
|
1 | 2023-10-22T03:12:27.781Z | job assigned to worker 01HDANSWZAXX99KKR62B7V7W5M (queued for 1 m 47 s) |
|
2 | 2023-10-22T03:12:28.680Z | starting task 0: "setup" |
3 | 2023-10-22T03:12:28.807Z | ++ uname -s |
4 | 2023-10-22T03:12:28.816Z | + kern=SunOS |
5 | 2023-10-22T03:12:28.820Z | + case "$kern" in |
6 | 2023-10-22T03:12:28.831Z | + groupadd -g 12345 build |
7 | 2023-10-22T03:12:28.837Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-22T03:12:30.816Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-22T03:12:30.927Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-22T03:12:30.942Z | + home_fs=zfs |
11 | 2023-10-22T03:12:30.965Z | + [[ zfs == autofs ]] |
12 | 2023-10-22T03:12:30.978Z | + mkdir -p /home/build |
13 | 2023-10-22T03:12:30.988Z | + chown build:build /home/build /work |
14 | 2023-10-22T03:12:32.913Z | + chmod 0700 /home/build /work |
15 | 2023-10-22T03:12:32.933Z | process exited: duration 4232 ms, exit code 0 |
|
16 | 2023-10-22T03:12:32.949Z | starting task 1: "rust-toolchain" |
17 | 2023-10-22T03:12:32.970Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-22T03:12:33.014Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-22T03:12:33.126Z | info: downloading installer |
20 | 2023-10-22T03:12:34.629Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-22T03:12:34.647Z | warning: /opt/ooce/bin |
22 | 2023-10-22T03:12:34.666Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-22T03:12:34.686Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-22T03:12:34.703Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-22T03:12:34.716Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-22T03:12:34.734Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-22T03:12:35.162Z | error: cannot install while Rust is installed |
28 | 2023-10-22T03:12:35.577Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-22T03:12:35.588Z | info: profile set to 'default' |
30 | 2023-10-22T03:12:35.607Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-22T03:12:35.613Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-22T03:12:35.618Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-22T03:12:35.624Z | info: downloading component 'cargo' |
34 | 2023-10-22T03:12:35.629Z | info: downloading component 'clippy' |
35 | 2023-10-22T03:12:35.691Z | info: downloading component 'rust-docs' |
36 | 2023-10-22T03:12:36.454Z | info: downloading component 'rust-std' |
37 | 2023-10-22T03:12:37.818Z | info: downloading component 'rustc' |
38 | 2023-10-22T03:12:41.177Z | info: downloading component 'rustfmt' |
39 | 2023-10-22T03:12:41.424Z | info: installing component 'cargo' |
40 | 2023-10-22T03:12:43.105Z | info: installing component 'clippy' |
41 | 2023-10-22T03:12:43.888Z | info: installing component 'rust-docs' |
42 | 2023-10-22T03:12:46.945Z | info: installing component 'rust-std' |
43 | 2023-10-22T03:12:50.238Z | info: installing component 'rustc' |
44 | 2023-10-22T03:12:58.313Z | info: installing component 'rustfmt' |
45 | 2023-10-22T03:12:59.112Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-22T03:12:59.121Z | |
47 | 2023-10-22T03:12:59.133Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-22T03:12:59.141Z | |
49 | 2023-10-22T03:12:59.149Z | |
50 | 2023-10-22T03:12:59.172Z | Rust is installed now. Great! |
51 | 2023-10-22T03:12:59.190Z | |
52 | 2023-10-22T03:12:59.216Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-22T03:12:59.237Z | environment variable. This has not been done automatically. |
54 | 2023-10-22T03:12:59.256Z | |
55 | 2023-10-22T03:12:59.303Z | To configure your current shell, run: |
56 | 2023-10-22T03:12:59.311Z | source "$HOME/.cargo/env" |
57 | 2023-10-22T03:12:59.316Z | + rustc --version |
58 | 2023-10-22T03:12:59.319Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-22T03:12:59.323Z | process exited: duration 26149 ms, exit code 0 |
|
60 | 2023-10-22T03:12:59.333Z | starting task 2: "authentication" |
61 | 2023-10-22T03:12:59.382Z | process exited: duration 37 ms, exit code 0 |
|
62 | 2023-10-22T03:12:59.425Z | starting task 3: "clone repository" |
63 | 2023-10-22T03:12:59.448Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-22T03:12:59.462Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-22T03:12:59.490Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-22T03:13:05.921Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-22T03:13:05.925Z | + [[ -n renovate/sha2-0.x ]] |
68 | 2023-10-22T03:13:05.929Z | + git fetch origin renovate/sha2-0.x |
69 | 2023-10-22T03:13:06.276Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-22T03:13:06.322Z | * branch renovate/sha2-0.x -> FETCH_HEAD |
71 | 2023-10-22T03:13:06.348Z | + git checkout -B renovate/sha2-0.x remotes/origin/renovate/sha2-0.x |
72 | 2023-10-22T03:13:06.374Z | Switched to a new branch 'renovate/sha2-0.x' |
73 | 2023-10-22T03:13:06.397Z | branch 'renovate/sha2-0.x' set up to track 'origin/renovate/sha2-0.x'. |
74 | 2023-10-22T03:13:06.416Z | + git reset --hard 72f0ab16398be66d28f7da0e1cec4f0b1c8781bc |
75 | 2023-10-22T03:13:06.842Z | HEAD is now at 72f0ab16 chore(deps): update rust crate sha2 to 0.10.8 |
76 | 2023-10-22T03:13:06.861Z | process exited: duration 6940 ms, exit code 0 |
|
77 | 2023-10-22T03:13:06.895Z | starting task 4: "build" |
78 | 2023-10-22T03:13:06.918Z | + cargo --version |
79 | 2023-10-22T03:13:07.004Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-22T03:13:07.011Z | + rustc --version |
81 | 2023-10-22T03:13:07.107Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-22T03:13:07.128Z | ++ git rev-parse HEAD |
83 | 2023-10-22T03:13:07.149Z | + COMMIT=72f0ab16398be66d28f7da0e1cec4f0b1c8781bc |
84 | 2023-10-22T03:13:07.164Z | + VERSION=1.0.2-0.ci+git72f0ab16398 |
85 | 2023-10-22T03:13:07.174Z | + echo 1.0.2-0.ci+git72f0ab16398 |
86 | 2023-10-22T03:13:07.183Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-22T03:13:15.390Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-22T03:13:16.306Z | Startup: Caching catalogs ... Done |
89 | 2023-10-22T03:13:20.760Z | Planning: Solver setup ... Done (4.170s) |
90 | 2023-10-22T03:13:21.625Z | Planning: Running solver ... Done (0.112s) |
91 | 2023-10-22T03:13:21.644Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-22T03:13:21.656Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-22T03:13:21.677Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-22T03:13:21.703Z | Planning: Package planning ... Done (0.080s) |
95 | 2023-10-22T03:13:21.724Z | Planning: Merging actions ... Done (0.087s) |
96 | 2023-10-22T03:13:21.983Z | Planning: Checking for conflicting actions ... Done (0.594s) |
97 | 2023-10-22T03:13:22.000Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-22T03:13:25.312Z | Planning: Evaluating mediators ... Done (3.311s) |
99 | 2023-10-22T03:13:25.329Z | Planning: Planning completed in 8.97 seconds |
100 | 2023-10-22T03:13:25.350Z | Packages to install: 4 |
101 | 2023-10-22T03:13:25.355Z | Mediators to change: 2 |
102 | 2023-10-22T03:13:25.359Z | Services to change: 1 |
103 | 2023-10-22T03:13:25.363Z | Estimated space available: 149.39 GB |
104 | 2023-10-22T03:13:25.366Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-10-22T03:13:25.371Z | Create boot environment: No |
106 | 2023-10-22T03:13:25.374Z | Create backup boot environment: No |
107 | 2023-10-22T03:13:25.377Z | Rebuild boot archive: No |
108 | 2023-10-22T03:13:25.381Z | |
109 | 2023-10-22T03:13:25.384Z | Changed mediators: |
110 | 2023-10-22T03:13:25.387Z | mediator clang: |
111 | 2023-10-22T03:13:25.392Z | version: None -> 15 (system default) |
112 | 2023-10-22T03:13:25.813Z | |
113 | 2023-10-22T03:13:25.819Z | mediator llvm: |
114 | 2023-10-22T03:13:25.824Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-22T03:13:25.830Z | |
116 | 2023-10-22T03:13:25.838Z | Changed packages: |
117 | 2023-10-22T03:13:25.848Z | helios-dev |
118 | 2023-10-22T03:13:26.271Z | developer/build-essential |
119 | 2023-10-22T03:13:26.290Z | None -> 11-2.0 |
120 | 2023-10-22T03:13:26.720Z | library/libxmlsec1 |
121 | 2023-10-22T03:13:26.730Z | None -> 1.2.35-2.0 |
122 | 2023-10-22T03:13:26.742Z | ooce/developer/clang-15 |
123 | 2023-10-22T03:13:26.751Z | None -> 15.0.7-2.0 |
124 | 2023-10-22T03:13:26.767Z | ooce/developer/llvm-15 |
125 | 2023-10-22T03:13:26.786Z | None -> 15.0.7-2.0 |
126 | 2023-10-22T03:13:26.798Z | |
127 | 2023-10-22T03:13:26.814Z | Services: |
128 | 2023-10-22T03:13:26.833Z | restart_fmri: |
129 | 2023-10-22T03:13:26.846Z | svc:/system/update-man-index:default |
130 | 2023-10-22T03:13:26.858Z | |
131 | 2023-10-22T03:13:26.865Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-22T03:13:31.007Z | Download: 210/3290 items 1.3/212.6MB 0% complete (316k/s) |
133 | 2023-10-22T03:13:36.781Z | Download: 461/3290 items 16.6/212.6MB 7% complete (1.7M/s) |
134 | 2023-10-22T03:13:41.391Z | Download: 593/3290 items 17.4/212.6MB 8% complete (1.6M/s) |
135 | 2023-10-22T03:13:46.399Z | Download: 1108/3290 items 32.0/212.6MB 15% complete (1.5M/s) |
136 | 2023-10-22T03:14:01.902Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
137 | 2023-10-22T03:14:09.892Z | Download: 1200/3290 items 83.5/212.6MB 39% complete (422B/s) |
138 | 2023-10-22T03:14:15.306Z | Download: 1798/3290 items 118.4/212.6MB 55% complete (7.1M/s) |
139 | 2023-10-22T03:14:19.900Z | Download: 2261/3290 items 119.7/212.6MB 56% complete (3.6M/s) |
140 | 2023-10-22T03:14:24.962Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
141 | 2023-10-22T03:14:26.390Z | Download: Completed 212.60 MB in 60.78 seconds (3.5M/s) |
142 | 2023-10-22T03:14:27.033Z | Actions: 1/3687 actions (Installing new actions) |
143 | 2023-10-22T03:14:32.086Z | Actions: 2843/3687 actions (Installing new actions) |
144 | 2023-10-22T03:14:35.096Z | Actions: Completed 3687 actions in 8.07 seconds. |
145 | 2023-10-22T03:14:35.607Z | Done (0.078s) |
146 | 2023-10-22T03:14:35.613Z | Done (0.000s) |
147 | 2023-10-22T03:14:35.617Z | Done (0.197s) |
148 | 2023-10-22T03:14:42.834Z | Done (7.342s) |
149 | 2023-10-22T03:14:43.040Z | Done (0.107s) |
150 | 2023-10-22T03:14:43.454Z | Done (0.000s) |
151 | 2023-10-22T03:14:43.881Z | Done (0.000s) |
152 | 2023-10-22T03:14:44.353Z | Planning: Evaluating mediator changes ... Done |
153 | 2023-10-22T03:14:44.358Z | Planning: Checking for conflicting actions ... Done |
154 | 2023-10-22T03:14:44.361Z | Planning: Consolidating action changes ... Done |
155 | 2023-10-22T03:14:44.674Z | Planning: Evaluating mediators ... Done |
156 | 2023-10-22T03:14:44.677Z | Planning: Planning completed in 0.73 seconds |
157 | 2023-10-22T03:14:44.732Z | Mediators to change: 2 |
158 | 2023-10-22T03:14:44.740Z | Create boot environment: No |
159 | 2023-10-22T03:14:45.971Z | Create backup boot environment: No |
160 | 2023-10-22T03:14:45.975Z | Done |
161 | 2023-10-22T03:14:45.978Z | Done |
162 | 2023-10-22T03:14:45.980Z | Done |
163 | 2023-10-22T03:14:51.006Z | Done |
164 | 2023-10-22T03:14:51.126Z | Done |
165 | 2023-10-22T03:14:51.134Z | Done |
166 | 2023-10-22T03:14:51.645Z | Done |
167 | 2023-10-22T03:14:52.295Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-10-22T03:14:52.724Z | Planning: Merging actions ... Done |
169 | 2023-10-22T03:14:52.733Z | Planning: Checking for conflicting actions ... Done |
170 | 2023-10-22T03:14:52.749Z | Planning: Consolidating action changes ... Done |
171 | 2023-10-22T03:14:52.992Z | Planning: Evaluating mediators ... Done |
172 | 2023-10-22T03:14:53.086Z | Planning: Planning completed in 1.27 seconds |
173 | 2023-10-22T03:14:53.145Z | Packages to change: 1 |
174 | 2023-10-22T03:14:53.152Z | Mediators to change: 1 |
175 | 2023-10-22T03:14:53.158Z | Services to change: 1 |
176 | 2023-10-22T03:14:53.168Z | Create boot environment: No |
177 | 2023-10-22T03:14:53.179Z | Create backup boot environment: Yes |
178 | 2023-10-22T03:14:55.030Z | Actions: 1/6 actions (Updating modified actions) |
179 | 2023-10-22T03:14:55.042Z | Actions: Completed 6 actions in 0.00 seconds. |
180 | 2023-10-22T03:14:55.055Z | Done |
181 | 2023-10-22T03:14:55.475Z | Done |
182 | 2023-10-22T03:14:55.481Z | Done |
183 | 2023-10-22T03:15:00.825Z | Done |
184 | 2023-10-22T03:15:00.950Z | Done |
185 | 2023-10-22T03:15:01.364Z | Done |
186 | 2023-10-22T03:15:01.378Z | Done |
187 | 2023-10-22T03:15:01.726Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
188 | 2023-10-22T03:15:01.741Z | clang system 15 system |
189 | 2023-10-22T03:15:01.766Z | csh system system illumos |
190 | 2023-10-22T03:15:01.779Z | ctags system system illumos |
191 | 2023-10-22T03:15:01.793Z | gcc vendor 12 vendor |
192 | 2023-10-22T03:15:02.621Z | gcc system 10 system |
193 | 2023-10-22T03:15:02.632Z | gcc system 7 system |
194 | 2023-10-22T03:15:02.646Z | go system 1.20 system |
195 | 2023-10-22T03:15:02.668Z | go system 1.19 system |
196 | 2023-10-22T03:15:02.741Z | llvm system 15 system |
197 | 2023-10-22T03:15:02.762Z | llvm system 14 system |
198 | 2023-10-22T03:15:02.776Z | mariadb system 10.6 system |
199 | 2023-10-22T03:15:02.792Z | mta vendor vendor dma |
200 | 2023-10-22T03:15:02.806Z | openjdk system 17 system |
201 | 2023-10-22T03:15:02.831Z | openjdk system 11 system |
202 | 2023-10-22T03:15:02.841Z | openjdk system 1.8 system |
203 | 2023-10-22T03:15:02.855Z | openssl vendor 3 vendor |
204 | 2023-10-22T03:15:02.868Z | perl system 5.36 system |
205 | 2023-10-22T03:15:02.889Z | postgresql system 15 system |
206 | 2023-10-22T03:15:02.915Z | postgresql system 13 system |
207 | 2023-10-22T03:15:02.947Z | python vendor 3 vendor |
208 | 2023-10-22T03:15:03.366Z | python system 2 system |
209 | 2023-10-22T03:15:03.792Z | python3 system 3.11 system |
210 | 2023-10-22T03:15:03.813Z | ruby system 3.0 system |
211 | 2023-10-22T03:15:03.832Z | words vendor vendor american-english |
212 | 2023-10-22T03:15:03.873Z | words system system australian-english |
213 | 2023-10-22T03:15:03.896Z | words system system british-english |
214 | 2023-10-22T03:15:03.914Z | words system system canadian-english |
215 | 2023-10-22T03:15:03.943Z | words system system french |
216 | 2023-10-22T03:15:04.033Z | words system system italian |
217 | 2023-10-22T03:15:04.051Z | words system system ngerman |
218 | 2023-10-22T03:15:04.073Z | words system system ogerman |
219 | 2023-10-22T03:15:04.092Z | words system system spanish |
220 | 2023-10-22T03:15:04.110Z | FMRI IFO |
221 | 2023-10-22T03:15:04.143Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2023-10-22T03:15:04.167Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2023-10-22T03:15:04.183Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2023-10-22T03:15:04.601Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
225 | 2023-10-22T03:15:04.610Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2023-10-22T03:15:04.618Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
227 | 2023-10-22T03:15:04.628Z | + set -o errexit |
228 | 2023-10-22T03:15:04.644Z | +++ dirname ./tools/ci_download_cockroachdb |
229 | 2023-10-22T03:15:04.665Z | ++ cd ./tools |
230 | 2023-10-22T03:15:04.681Z | ++ pwd |
231 | 2023-10-22T03:15:04.694Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
232 | 2023-10-22T03:15:04.709Z | ++ basename ./tools/ci_download_cockroachdb |
233 | 2023-10-22T03:15:04.722Z | + ARG0=ci_download_cockroachdb |
234 | 2023-10-22T03:15:04.770Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
235 | 2023-10-22T03:15:04.855Z | + CIDL_VERSION=v22.1.9 |
236 | 2023-10-22T03:15:04.870Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
237 | 2023-10-22T03:15:05.299Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
238 | 2023-10-22T03:15:05.317Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
239 | 2023-10-22T03:15:05.334Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
240 | 2023-10-22T03:15:05.348Z | + TARGET_DIR=out |
241 | 2023-10-22T03:15:05.770Z | + DOWNLOAD_DIR=out/downloads |
242 | 2023-10-22T03:15:05.787Z | + DEST_DIR=./out/cockroachdb |
243 | 2023-10-22T03:15:05.808Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
244 | 2023-10-22T03:15:05.824Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
245 | 2023-10-22T03:15:05.874Z | + main |
246 | 2023-10-22T03:15:05.904Z | + [[ 0 != 0 ]] |
247 | 2023-10-22T03:15:05.916Z | + CIDL_OS=solaris2.11 |
248 | 2023-10-22T03:15:05.936Z | + [[ 0 != 0 ]] |
249 | 2023-10-22T03:15:05.955Z | + configure_os solaris2.11 |
250 | 2023-10-22T03:15:05.974Z | + echo 'current directory: /work/oxidecomputer/omicron' |
251 | 2023-10-22T03:15:05.992Z | current directory: /work/oxidecomputer/omicron |
252 | 2023-10-22T03:15:06.029Z | + echo 'configuring based on OS: "solaris2.11"' |
253 | 2023-10-22T03:15:06.045Z | configuring based on OS: "solaris2.11" |
254 | 2023-10-22T03:15:06.061Z | + case "$1" in |
255 | 2023-10-22T03:15:06.066Z | + CIDL_BUILD=illumos |
256 | 2023-10-22T03:15:06.072Z | + CIDL_SUFFIX=tar.gz |
257 | 2023-10-22T03:15:06.082Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
258 | 2023-10-22T03:15:06.093Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-22T03:15:06.111Z | + CIDL_MD5FUNC=do_md5sum |
260 | 2023-10-22T03:15:06.124Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-22T03:15:06.145Z | + CIDL_URL_BASE=https://illumos.org/downloads |
262 | 2023-10-22T03:15:06.168Z | Downloading... |
263 | 2023-10-22T03:15:06.175Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2023-10-22T03:15:06.206Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2023-10-22T03:15:06.226Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-22T03:15:06.252Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-22T03:15:06.276Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2023-10-22T03:15:06.290Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-22T03:15:06.303Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
270 | 2023-10-22T03:15:06.335Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2023-10-22T03:15:06.347Z | + mkdir -p out/downloads |
272 | 2023-10-22T03:15:06.358Z | + mkdir -p ./out/cockroachdb |
273 | 2023-10-22T03:15:06.779Z | + local DO_DOWNLOAD=true |
274 | 2023-10-22T03:15:07.200Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
275 | 2023-10-22T03:15:07.222Z | + '[' true == true ']' |
276 | 2023-10-22T03:15:07.238Z | + echo Downloading... |
277 | 2023-10-22T03:15:07.249Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-22T03:15:08.468Z | + 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 |
279 | 2023-10-22T03:15:08.483Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-22T03:15:08.496Z | ++ md5sum |
281 | 2023-10-22T03:15:08.514Z | ++ awk '{print $1}' |
282 | 2023-10-22T03:15:08.524Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
283 | 2023-10-22T03:15:08.532Z | + [[ 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 ]] |
284 | 2023-10-22T03:15:08.545Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-10-22T03:15:08.558Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
286 | 2023-10-22T03:15:11.132Z | + do_assemble_illumos |
287 | 2023-10-22T03:15:11.149Z | + rm -r ./out/cockroachdb |
288 | 2023-10-22T03:15:11.168Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
289 | 2023-10-22T03:15:11.723Z | + ./out/cockroachdb/bin/cockroach version |
290 | 2023-10-22T03:15:11.932Z | Build Tag: v22.1.9-dirty |
291 | 2023-10-22T03:15:11.951Z | Build Time: 2022/10/26 21:17:46 |
292 | 2023-10-22T03:15:12.376Z | Distribution: OSS |
293 | 2023-10-22T03:15:12.409Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
294 | 2023-10-22T03:15:12.443Z | Go Version: go1.17.13 |
295 | 2023-10-22T03:15:12.466Z | C Compiler: gcc 10.3.0 |
296 | 2023-10-22T03:15:12.486Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
297 | 2023-10-22T03:15:12.503Z | Build Type: release |
298 | 2023-10-22T03:15:12.522Z | + set -o errexit |
299 | 2023-10-22T03:15:12.532Z | +++ dirname ./tools/ci_download_clickhouse |
300 | 2023-10-22T03:15:12.547Z | ++ cd ./tools |
301 | 2023-10-22T03:15:12.563Z | ++ pwd |
302 | 2023-10-22T03:15:12.588Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
303 | 2023-10-22T03:15:12.607Z | ++ basename ./tools/ci_download_clickhouse |
304 | 2023-10-22T03:15:13.041Z | + ARG0=ci_download_clickhouse |
305 | 2023-10-22T03:15:13.459Z | + TARGET_DIR=out |
306 | 2023-10-22T03:15:13.467Z | + DOWNLOAD_DIR=out/downloads |
307 | 2023-10-22T03:15:13.473Z | + DEST_DIR=./out/clickhouse |
308 | 2023-10-22T03:15:13.480Z | + CIDL_VERSION=v22.8.9.24 |
309 | 2023-10-22T03:15:13.492Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
310 | 2023-10-22T03:15:13.497Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
311 | 2023-10-22T03:15:13.505Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
312 | 2023-10-22T03:15:13.516Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
313 | 2023-10-22T03:15:13.527Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
314 | 2023-10-22T03:15:13.537Z | + main |
315 | 2023-10-22T03:15:13.559Z | + [[ 0 != 0 ]] |
316 | 2023-10-22T03:15:13.572Z | + CIDL_OS=solaris2.11 |
317 | 2023-10-22T03:15:13.580Z | + [[ 0 != 0 ]] |
318 | 2023-10-22T03:15:13.589Z | + configure_os solaris2.11 |
319 | 2023-10-22T03:15:13.594Z | + echo 'current directory: /work/oxidecomputer/omicron' |
320 | 2023-10-22T03:15:13.602Z | current directory: /work/oxidecomputer/omicron |
321 | 2023-10-22T03:15:13.613Z | + echo 'configuring based on OS: "solaris2.11"' |
322 | 2023-10-22T03:15:13.618Z | configuring based on OS: "solaris2.11" |
323 | 2023-10-22T03:15:13.626Z | + CIDL_DASHREV= |
324 | 2023-10-22T03:15:13.640Z | + case "$1" in |
325 | 2023-10-22T03:15:13.668Z | + CIDL_PLATFORM=illumos |
326 | 2023-10-22T03:15:13.685Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
327 | 2023-10-22T03:15:13.693Z | + CIDL_MD5FUNC=do_md5sum |
328 | 2023-10-22T03:15:13.703Z | + CIDL_DASHREV=-1 |
329 | 2023-10-22T03:15:13.708Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
330 | 2023-10-22T03:15:13.841Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-22T03:15:13.849Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-22T03:15:13.855Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-22T03:15:13.861Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
334 | 2023-10-22T03:15:13.867Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-22T03:15:13.874Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
336 | 2023-10-22T03:15:13.883Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-22T03:15:13.893Z | + mkdir -p out/downloads |
338 | 2023-10-22T03:15:13.904Z | + mkdir -p ./out/clickhouse |
339 | 2023-10-22T03:15:13.917Z | + local DO_DOWNLOAD=true |
340 | 2023-10-22T03:15:14.327Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
341 | 2023-10-22T03:15:14.333Z | + '[' true == true ']' |
342 | 2023-10-22T03:15:14.344Z | + echo Downloading... |
343 | 2023-10-22T03:15:14.359Z | Downloading... |
344 | 2023-10-22T03:15:14.368Z | + 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 |
345 | 2023-10-22T03:15:14.384Z | + 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 |
346 | 2023-10-22T03:15:14.390Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-22T03:15:14.394Z | ++ md5sum |
348 | 2023-10-22T03:15:14.401Z | ++ awk '{print $1}' |
349 | 2023-10-22T03:15:14.405Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
350 | 2023-10-22T03:15:14.408Z | + [[ 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 ]] |
351 | 2023-10-22T03:15:14.411Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
352 | 2023-10-22T03:15:14.415Z | + mkdir -p ./out/clickhouse |
353 | 2023-10-22T03:15:14.613Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
354 | 2023-10-22T03:15:18.717Z | + ./out/clickhouse/clickhouse server --version |
355 | 2023-10-22T03:15:18.761Z | ClickHouse server version 22.8.9.1. |
356 | 2023-10-22T03:15:18.785Z | + set -o errexit |
357 | 2023-10-22T03:15:18.800Z | +++ dirname ./tools/ci_download_console |
358 | 2023-10-22T03:15:18.817Z | ++ cd ./tools |
359 | 2023-10-22T03:15:18.828Z | ++ pwd |
360 | 2023-10-22T03:15:18.836Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
361 | 2023-10-22T03:15:18.844Z | ++ basename ./tools/ci_download_console |
362 | 2023-10-22T03:15:18.856Z | + ARG0=ci_download_console |
363 | 2023-10-22T03:15:18.870Z | + TARGET_DIR=out |
364 | 2023-10-22T03:15:18.888Z | + DOWNLOAD_DIR=out/downloads |
365 | 2023-10-22T03:15:18.903Z | + DEST_DIR=./out/console-assets |
366 | 2023-10-22T03:15:18.925Z | + source /work/oxidecomputer/omicron/tools/console_version |
367 | 2023-10-22T03:15:18.936Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
368 | 2023-10-22T03:15:18.953Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
369 | 2023-10-22T03:15:18.968Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
370 | 2023-10-22T03:15:18.980Z | + TARBALL_FILE=out/downloads/console.tar.gz |
371 | 2023-10-22T03:15:19.004Z | + main |
372 | 2023-10-22T03:15:19.014Z | + [[ 0 != 0 ]] |
373 | 2023-10-22T03:15:19.023Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
374 | 2023-10-22T03:15:19.032Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
375 | 2023-10-22T03:15:19.041Z | Local file: out/downloads/console.tar.gz |
376 | 2023-10-22T03:15:19.048Z | + echo 'Local file: out/downloads/console.tar.gz' |
377 | 2023-10-22T03:15:19.060Z | + local DO_DOWNLOAD=true |
378 | 2023-10-22T03:15:19.078Z | + [[ -f out/downloads/console.tar.gz ]] |
379 | 2023-10-22T03:15:19.089Z | + mkdir -p out/downloads |
380 | 2023-10-22T03:15:19.097Z | + '[' true == true ']' |
381 | 2023-10-22T03:15:19.103Z | + echo Downloading... |
382 | 2023-10-22T03:15:19.114Z | Downloading... |
383 | 2023-10-22T03:15:19.153Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
384 | 2023-10-22T03:15:19.168Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
385 | 2023-10-22T03:15:19.418Z | ++ do_sha256sum out/downloads/console.tar.gz |
386 | 2023-10-22T03:15:19.422Z | ++ case "$OSTYPE" in |
387 | 2023-10-22T03:15:19.427Z | ++ SHA=sha256sum |
388 | 2023-10-22T03:15:19.432Z | ++ sha256sum |
389 | 2023-10-22T03:15:19.438Z | ++ awk '{print $1}' |
390 | 2023-10-22T03:15:19.443Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
391 | 2023-10-22T03:15:19.448Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
392 | 2023-10-22T03:15:19.455Z | + rm -rf ./out/console-assets |
393 | 2023-10-22T03:15:19.459Z | + mkdir -p ./out/console-assets |
394 | 2023-10-22T03:15:19.464Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
395 | 2023-10-22T03:15:19.468Z | + mkdir -p ./out/console-assets |
396 | 2023-10-22T03:15:19.476Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
397 | 2023-10-22T03:15:19.575Z | + set -o errexit |
398 | 2023-10-22T03:15:19.583Z | +++ dirname ./tools/ci_download_maghemite_openapi |
399 | 2023-10-22T03:15:19.593Z | ++ cd ./tools |
400 | 2023-10-22T03:15:19.603Z | ++ pwd |
401 | 2023-10-22T03:15:19.612Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2023-10-22T03:15:19.617Z | ++ basename ./tools/ci_download_maghemite_openapi |
403 | 2023-10-22T03:15:19.627Z | + ARG0=ci_download_maghemite_openapi |
404 | 2023-10-22T03:15:19.633Z | + TARGET_DIR=out |
405 | 2023-10-22T03:15:19.661Z | + DOWNLOAD_DIR=out/downloads |
406 | 2023-10-22T03:15:19.672Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
407 | 2023-10-22T03:15:20.096Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
408 | 2023-10-22T03:15:20.101Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
409 | 2023-10-22T03:15:20.104Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
410 | 2023-10-22T03:15:20.112Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
411 | 2023-10-22T03:15:20.115Z | + main |
412 | 2023-10-22T03:15:20.124Z | + [[ 0 != 0 ]] |
413 | 2023-10-22T03:15:20.142Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
414 | 2023-10-22T03:15:20.576Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
415 | 2023-10-22T03:15:20.603Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
416 | 2023-10-22T03:15:20.613Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
417 | 2023-10-22T03:15:20.631Z | + local DO_DOWNLOAD=true |
418 | 2023-10-22T03:15:20.645Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
419 | 2023-10-22T03:15:20.660Z | + mkdir -p out/downloads |
420 | 2023-10-22T03:15:20.669Z | + '[' true == true ']' |
421 | 2023-10-22T03:15:20.676Z | + echo Downloading... |
422 | 2023-10-22T03:15:20.685Z | Downloading... |
423 | 2023-10-22T03:15:20.694Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
424 | 2023-10-22T03:15:20.711Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
425 | 2023-10-22T03:15:21.014Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
426 | 2023-10-22T03:15:21.033Z | ++ case "$OSTYPE" in |
427 | 2023-10-22T03:15:21.043Z | ++ SHA=sha256sum |
428 | 2023-10-22T03:15:21.060Z | ++ sha256sum |
429 | 2023-10-22T03:15:21.069Z | ++ awk '{print $1}' |
430 | 2023-10-22T03:15:21.102Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
431 | 2023-10-22T03:15:21.521Z | + [[ 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 ]] |
432 | 2023-10-22T03:15:21.534Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
433 | 2023-10-22T03:15:21.543Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
434 | 2023-10-22T03:15:21.558Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
435 | 2023-10-22T03:15:21.572Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
436 | 2023-10-22T03:15:21.583Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
437 | 2023-10-22T03:15:21.593Z | + main |
438 | 2023-10-22T03:15:21.603Z | + [[ 0 != 0 ]] |
439 | 2023-10-22T03:15:21.613Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
440 | 2023-10-22T03:15:21.622Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
441 | 2023-10-22T03:15:21.629Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
442 | 2023-10-22T03:15:21.636Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
443 | 2023-10-22T03:15:21.645Z | + local DO_DOWNLOAD=true |
444 | 2023-10-22T03:15:22.087Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
445 | 2023-10-22T03:15:22.111Z | + mkdir -p out/downloads |
446 | 2023-10-22T03:15:22.546Z | + '[' true == true ']' |
447 | 2023-10-22T03:15:22.568Z | + echo Downloading... |
448 | 2023-10-22T03:15:22.576Z | Downloading... |
449 | 2023-10-22T03:15:22.586Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
450 | 2023-10-22T03:15:22.595Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
451 | 2023-10-22T03:15:22.600Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
452 | 2023-10-22T03:15:22.609Z | ++ case "$OSTYPE" in |
453 | 2023-10-22T03:15:22.614Z | ++ SHA=sha256sum |
454 | 2023-10-22T03:15:22.620Z | ++ sha256sum |
455 | 2023-10-22T03:15:22.629Z | ++ awk '{print $1}' |
456 | 2023-10-22T03:15:22.635Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
457 | 2023-10-22T03:15:22.640Z | + [[ 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-10-22T03:15:22.644Z | + set -o errexit |
459 | 2023-10-22T03:15:22.651Z | +++ dirname ./tools/ci_download_dendrite_openapi |
460 | 2023-10-22T03:15:22.655Z | ++ cd ./tools |
461 | 2023-10-22T03:15:22.660Z | ++ pwd |
462 | 2023-10-22T03:15:22.666Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
463 | 2023-10-22T03:15:22.671Z | ++ basename ./tools/ci_download_dendrite_openapi |
464 | 2023-10-22T03:15:22.675Z | + ARG0=ci_download_dendrite_openapi |
465 | 2023-10-22T03:15:22.694Z | + TARGET_DIR=out |
466 | 2023-10-22T03:15:22.700Z | + DOWNLOAD_DIR=out/downloads |
467 | 2023-10-22T03:15:22.705Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
468 | 2023-10-22T03:15:22.708Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
469 | 2023-10-22T03:15:22.712Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
470 | 2023-10-22T03:15:22.715Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
471 | 2023-10-22T03:15:22.719Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
472 | 2023-10-22T03:15:22.724Z | + main |
473 | 2023-10-22T03:15:22.728Z | + [[ 0 != 0 ]] |
474 | 2023-10-22T03:15:22.733Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
475 | 2023-10-22T03:15:22.737Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
476 | 2023-10-22T03:15:22.740Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
477 | 2023-10-22T03:15:22.744Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
478 | 2023-10-22T03:15:22.748Z | + local DO_DOWNLOAD=true |
479 | 2023-10-22T03:15:22.752Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
480 | 2023-10-22T03:15:22.755Z | + mkdir -p out/downloads |
481 | 2023-10-22T03:15:22.760Z | + '[' true == true ']' |
482 | 2023-10-22T03:15:22.764Z | + echo Downloading... |
483 | 2023-10-22T03:15:22.768Z | Downloading... |
484 | 2023-10-22T03:15:22.773Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
485 | 2023-10-22T03:15:22.782Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
486 | 2023-10-22T03:15:22.787Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
487 | 2023-10-22T03:15:22.792Z | ++ case "$OSTYPE" in |
488 | 2023-10-22T03:15:22.795Z | ++ SHA=sha256sum |
489 | 2023-10-22T03:15:22.798Z | ++ sha256sum |
490 | 2023-10-22T03:15:22.802Z | ++ awk '{print $1}' |
491 | 2023-10-22T03:15:22.806Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
492 | 2023-10-22T03:15:22.811Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
493 | 2023-10-22T03:15:22.815Z | + set -o errexit |
494 | 2023-10-22T03:15:22.820Z | +++ dirname ./tools/ci_download_dendrite_stub |
495 | 2023-10-22T03:15:22.823Z | ++ cd ./tools |
496 | 2023-10-22T03:15:22.827Z | ++ pwd |
497 | 2023-10-22T03:15:22.830Z | current directory: /work/oxidecomputer/omicron |
498 | 2023-10-22T03:15:22.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2023-10-22T03:15:22.839Z | configuring based on OS: "solaris2.11" |
500 | 2023-10-22T03:15:22.847Z | ++ basename ./tools/ci_download_dendrite_stub |
501 | 2023-10-22T03:15:22.851Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
502 | 2023-10-22T03:15:22.868Z | + ARG0=ci_download_dendrite_stub |
503 | 2023-10-22T03:15:22.879Z | Local file: out/downloads/dendrite-stub.tar.gz |
504 | 2023-10-22T03:15:22.895Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
505 | 2023-10-22T03:15:22.910Z | Downloading... |
506 | 2023-10-22T03:15:22.924Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
507 | 2023-10-22T03:15:22.934Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
508 | 2023-10-22T03:15:22.946Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
509 | 2023-10-22T03:15:22.959Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2023-10-22T03:15:22.976Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
511 | 2023-10-22T03:15:23.396Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
512 | 2023-10-22T03:15:23.401Z | + TARGET_DIR=out |
513 | 2023-10-22T03:15:23.409Z | + DOWNLOAD_DIR=out/downloads |
514 | 2023-10-22T03:15:23.421Z | + DEST_DIR=./out/dendrite-stub |
515 | 2023-10-22T03:15:23.442Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2023-10-22T03:15:23.453Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2023-10-22T03:15:23.459Z | + REPO=oxidecomputer/dendrite |
518 | 2023-10-22T03:15:23.463Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
519 | 2023-10-22T03:15:23.466Z | + main |
520 | 2023-10-22T03:15:23.470Z | + [[ 0 != 0 ]] |
521 | 2023-10-22T03:15:23.474Z | + CIDL_OS=solaris2.11 |
522 | 2023-10-22T03:15:23.480Z | + [[ 0 != 0 ]] |
523 | 2023-10-22T03:15:23.484Z | + configure_os solaris2.11 |
524 | 2023-10-22T03:15:23.489Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2023-10-22T03:15:23.494Z | + echo 'configuring based on OS: "solaris2.11"' |
526 | 2023-10-22T03:15:23.501Z | + case "$1" in |
527 | 2023-10-22T03:15:23.505Z | + SET_BINARIES= |
528 | 2023-10-22T03:15:23.508Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
529 | 2023-10-22T03:15:23.575Z | + CIDL_SHA256FUNC=do_sha256sum |
530 | 2023-10-22T03:15:23.579Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
531 | 2023-10-22T03:15:23.582Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
532 | 2023-10-22T03:15:23.585Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
533 | 2023-10-22T03:15:23.589Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
534 | 2023-10-22T03:15:23.593Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
535 | 2023-10-22T03:15:23.596Z | + mkdir -p out/downloads |
536 | 2023-10-22T03:15:23.598Z | + mkdir -p ./out/dendrite-stub |
537 | 2023-10-22T03:15:23.603Z | + fetch_and_verify |
538 | 2023-10-22T03:15:23.606Z | + local DO_DOWNLOAD=true |
539 | 2023-10-22T03:15:23.610Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
540 | 2023-10-22T03:15:23.614Z | + '[' true == true ']' |
541 | 2023-10-22T03:15:23.618Z | + echo Downloading... |
542 | 2023-10-22T03:15:23.624Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
543 | 2023-10-22T03:15:23.628Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
544 | 2023-10-22T03:15:38.455Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
545 | 2023-10-22T03:15:38.464Z | ++ sha256sum |
546 | 2023-10-22T03:15:38.472Z | ++ awk '{print $1}' |
547 | 2023-10-22T03:15:38.550Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
548 | 2023-10-22T03:15:38.557Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
549 | 2023-10-22T03:15:38.564Z | + do_untar out/downloads/dendrite-stub.tar.gz |
550 | 2023-10-22T03:15:38.586Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
551 | 2023-10-22T03:15:39.452Z | + do_assemble |
552 | 2023-10-22T03:15:39.456Z | + rm -r ./out/dendrite-stub |
553 | 2023-10-22T03:15:39.459Z | + mkdir ./out/dendrite-stub |
554 | 2023-10-22T03:15:39.461Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
555 | 2023-10-22T03:15:39.566Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
556 | 2023-10-22T03:15:39.577Z | + set -o errexit |
557 | 2023-10-22T03:15:39.582Z | +++ dirname ./tools/ci_download_maghemite_mgd |
558 | 2023-10-22T03:15:39.588Z | ++ cd ./tools |
559 | 2023-10-22T03:15:39.592Z | ++ pwd |
560 | 2023-10-22T03:15:39.597Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
561 | 2023-10-22T03:15:39.603Z | ++ basename ./tools/ci_download_maghemite_mgd |
562 | 2023-10-22T03:15:39.607Z | + ARG0=ci_download_maghemite_mgd |
563 | 2023-10-22T03:15:39.617Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
564 | 2023-10-22T03:15:39.624Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
565 | 2023-10-22T03:15:39.632Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
566 | 2023-10-22T03:15:39.647Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
567 | 2023-10-22T03:15:39.669Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
568 | 2023-10-22T03:15:39.682Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
569 | 2023-10-22T03:15:40.113Z | + TARGET_DIR=out |
570 | 2023-10-22T03:15:40.534Z | + DOWNLOAD_DIR=out/downloads |
571 | 2023-10-22T03:15:40.547Z | + DEST_DIR=./out/mgd |
572 | 2023-10-22T03:15:40.565Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
573 | 2023-10-22T03:15:40.579Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
574 | 2023-10-22T03:15:40.595Z | + REPO=oxidecomputer/maghemite |
575 | 2023-10-22T03:15:40.609Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
576 | 2023-10-22T03:15:41.038Z | + main |
577 | 2023-10-22T03:15:41.051Z | + [[ 0 != 0 ]] |
578 | 2023-10-22T03:15:41.079Z | + CIDL_OS=solaris2.11 |
579 | 2023-10-22T03:15:41.095Z | + [[ 0 != 0 ]] |
580 | 2023-10-22T03:15:41.153Z | + configure_os solaris2.11 |
581 | 2023-10-22T03:15:41.165Z | + echo 'current directory: /work/oxidecomputer/omicron' |
582 | 2023-10-22T03:15:41.174Z | current directory: /work/oxidecomputer/omicron |
583 | 2023-10-22T03:15:41.183Z | + echo 'configuring based on OS: "solaris2.11"' |
584 | 2023-10-22T03:15:41.193Z | configuring based on OS: "solaris2.11" |
585 | 2023-10-22T03:15:41.202Z | + case "$1" in |
586 | 2023-10-22T03:15:41.211Z | + SET_BINARIES= |
587 | 2023-10-22T03:15:41.222Z | + CIDL_SHA256FUNC=do_sha256sum |
588 | 2023-10-22T03:15:41.228Z | + TARBALL_FILENAME=mgd.tar.gz |
589 | 2023-10-22T03:15:41.238Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
590 | 2023-10-22T03:15:41.246Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
591 | 2023-10-22T03:15:41.255Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
592 | 2023-10-22T03:15:41.272Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
593 | 2023-10-22T03:15:41.283Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
594 | 2023-10-22T03:15:41.298Z | + mkdir -p out/downloads |
595 | 2023-10-22T03:15:41.306Z | Local file: out/downloads/mgd.tar.gz |
596 | 2023-10-22T03:15:41.310Z | + mkdir -p ./out/mgd |
597 | 2023-10-22T03:15:41.323Z | + fetch_and_verify |
598 | 2023-10-22T03:15:41.339Z | + local DO_DOWNLOAD=true |
599 | 2023-10-22T03:15:41.357Z | + [[ -f out/downloads/mgd.tar.gz ]] |
600 | 2023-10-22T03:15:41.788Z | + '[' true == true ']' |
601 | 2023-10-22T03:15:41.810Z | + echo Downloading... |
602 | 2023-10-22T03:15:42.237Z | Downloading... |
603 | 2023-10-22T03:15:42.658Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
604 | 2023-10-22T03:15:42.669Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
605 | 2023-10-22T03:15:54.841Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
606 | 2023-10-22T03:15:54.845Z | ++ sha256sum |
607 | 2023-10-22T03:15:54.848Z | ++ awk '{print $1}' |
608 | 2023-10-22T03:15:54.935Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
609 | 2023-10-22T03:15:54.955Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
610 | 2023-10-22T03:15:54.963Z | + do_untar out/downloads/mgd.tar.gz |
611 | 2023-10-22T03:15:54.970Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
612 | 2023-10-22T03:15:55.632Z | + do_assemble |
613 | 2023-10-22T03:15:55.637Z | + rm -r ./out/mgd |
614 | 2023-10-22T03:15:55.641Z | + mkdir ./out/mgd |
615 | 2023-10-22T03:15:55.645Z | + cp -r out/downloads/root ./out/mgd/root |
616 | 2023-10-22T03:15:55.822Z | + set -o errexit |
617 | 2023-10-22T03:15:55.838Z | +++ dirname ./tools/ci_download_transceiver_control |
618 | 2023-10-22T03:15:55.850Z | ++ cd ./tools |
619 | 2023-10-22T03:15:55.857Z | ++ pwd |
620 | 2023-10-22T03:15:55.882Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
621 | 2023-10-22T03:15:55.889Z | ++ basename ./tools/ci_download_transceiver_control |
622 | 2023-10-22T03:15:55.894Z | + ARG0=ci_download_transceiver_control |
623 | 2023-10-22T03:15:55.909Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
624 | 2023-10-22T03:15:55.918Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
625 | 2023-10-22T03:15:55.957Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
626 | 2023-10-22T03:15:55.969Z | + TARGET_DIR=out |
627 | 2023-10-22T03:15:55.978Z | + DOWNLOAD_DIR=out/downloads |
628 | 2023-10-22T03:15:55.983Z | + DEST_DIR=./out/transceiver-control |
629 | 2023-10-22T03:15:55.988Z | + BIN_DIR=/opt/oxide/bin |
630 | 2023-10-22T03:15:55.993Z | + BINARY=xcvradm |
631 | 2023-10-22T03:15:56.003Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
632 | 2023-10-22T03:15:56.023Z | + REPO=oxidecomputer/transceiver-control |
633 | 2023-10-22T03:15:56.446Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2023-10-22T03:15:56.456Z | + main |
635 | 2023-10-22T03:15:56.463Z | + [[ 0 != 0 ]] |
636 | 2023-10-22T03:15:56.468Z | + CIDL_OS=solaris2.11 |
637 | 2023-10-22T03:15:56.887Z | + [[ 0 != 0 ]] |
638 | 2023-10-22T03:15:56.897Z | + configure_os solaris2.11 |
639 | 2023-10-22T03:15:56.904Z | + echo 'current directory: /work/oxidecomputer/omicron' |
640 | 2023-10-22T03:15:56.921Z | current directory: /work/oxidecomputer/omicron |
641 | 2023-10-22T03:15:57.342Z | + echo 'configuring based on OS: "solaris2.11"' |
642 | 2023-10-22T03:15:57.347Z | configuring based on OS: "solaris2.11" |
643 | 2023-10-22T03:15:57.352Z | + case "$1" in |
644 | 2023-10-22T03:15:57.358Z | + SET_BINARIES= |
645 | 2023-10-22T03:15:57.364Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
646 | 2023-10-22T03:15:57.367Z | + CIDL_SHA256FUNC=do_sha256sum |
647 | 2023-10-22T03:15:57.372Z | + ARCHIVE_FILENAME=xcvradm.gz |
648 | 2023-10-22T03:15:57.375Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
649 | 2023-10-22T03:15:57.384Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
650 | 2023-10-22T03:15:57.390Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
651 | 2023-10-22T03:15:57.395Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
652 | 2023-10-22T03:15:57.400Z | + echo 'Local file: out/downloads/xcvradm.gz' |
653 | 2023-10-22T03:15:57.405Z | Local file: out/downloads/xcvradm.gz |
654 | 2023-10-22T03:15:57.409Z | + mkdir -p out/downloads |
655 | 2023-10-22T03:15:57.419Z | + mkdir -p ./out/transceiver-control |
656 | 2023-10-22T03:15:57.426Z | + fetch_and_verify |
657 | 2023-10-22T03:15:57.431Z | + local DO_DOWNLOAD=true |
658 | 2023-10-22T03:15:57.439Z | + [[ -f out/downloads/xcvradm.gz ]] |
659 | 2023-10-22T03:15:57.447Z | + '[' true == true ']' |
660 | 2023-10-22T03:15:57.451Z | + echo Downloading... |
661 | 2023-10-22T03:15:57.456Z | Downloading... |
662 | 2023-10-22T03:15:57.477Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
663 | 2023-10-22T03:15:57.484Z | + 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 |
664 | 2023-10-22T03:15:59.272Z | ++ do_sha256sum out/downloads/xcvradm.gz |
665 | 2023-10-22T03:15:59.278Z | ++ sha256sum |
666 | 2023-10-22T03:15:59.287Z | ++ awk '{print $1}' |
667 | 2023-10-22T03:15:59.292Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
668 | 2023-10-22T03:15:59.300Z | + [[ 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 ]] |
669 | 2023-10-22T03:15:59.305Z | + do_unpack out/downloads/xcvradm.gz |
670 | 2023-10-22T03:15:59.313Z | + mkdir -p out/downloads/root//opt/oxide/bin |
671 | 2023-10-22T03:15:59.320Z | + gzip -dc out/downloads/xcvradm.gz |
672 | 2023-10-22T03:15:59.479Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
673 | 2023-10-22T03:15:59.490Z | + do_assemble |
674 | 2023-10-22T03:15:59.506Z | + rm -r ./out/transceiver-control |
675 | 2023-10-22T03:15:59.514Z | + mkdir ./out/transceiver-control |
676 | 2023-10-22T03:15:59.533Z | + cp -r out/downloads/root ./out/transceiver-control/root |
677 | 2023-10-22T03:15:59.715Z | All prerequisites installed successfully |
678 | 2023-10-22T03:15:59.801Z | |
679 | 2023-10-22T03:15:59.808Z | real 2:52.607420121 |
680 | 2023-10-22T03:15:59.812Z | user 51.994591323 |
681 | 2023-10-22T03:15:59.816Z | sys 9.878829196 |
682 | 2023-10-22T03:15:59.821Z | trap 0.022387648 |
683 | 2023-10-22T03:15:59.824Z | tflt 0.240645206 |
684 | 2023-10-22T03:15:59.827Z | dflt 0.456245186 |
685 | 2023-10-22T03:15:59.831Z | kflt 0.130614350 |
686 | 2023-10-22T03:15:59.834Z | lock 1.717531230 |
687 | 2023-10-22T03:15:59.837Z | slp 5:48.633754644 |
688 | 2023-10-22T03:15:59.841Z | lat 3.353415807 |
689 | 2023-10-22T03:15:59.857Z | stop 0.075162940 |
690 | 2023-10-22T03:15:59.863Z | + ptime -m ./tools/ci_download_softnpu_machinery |
691 | 2023-10-22T03:15:59.866Z | fetching npuzone |
692 | 2023-10-22T03:15:59.868Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
693 | 2023-10-22T03:15:59.872Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
694 | 2023-10-22T03:15:59.875Z | Getting hash for npuzone |
695 | 2023-10-22T03:15:59.879Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
696 | 2023-10-22T03:16:12.605Z | npuzone downloaded successfully |
697 | 2023-10-22T03:16:13.021Z | |
698 | 2023-10-22T03:16:13.024Z | real 12.890541020 |
699 | 2023-10-22T03:16:13.431Z | user 0.575134787 |
700 | 2023-10-22T03:16:13.434Z | sys 0.150980763 |
701 | 2023-10-22T03:16:13.437Z | trap 0.000104778 |
702 | 2023-10-22T03:16:13.439Z | tflt 0.000000000 |
703 | 2023-10-22T03:16:13.442Z | dflt 0.000000000 |
704 | 2023-10-22T03:16:13.445Z | kflt 0.000000000 |
705 | 2023-10-22T03:16:13.448Z | lock 0.000000000 |
706 | 2023-10-22T03:16:13.450Z | slp 37.765630428 |
707 | 2023-10-22T03:16:13.862Z | lat 0.143463977 |
708 | 2023-10-22T03:16:13.875Z | stop 0.000261220 |
709 | 2023-10-22T03:16:13.885Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2023-10-22T03:16:13.894Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
711 | 2023-10-22T03:16:13.904Z | Updating crates.io index |
712 | 2023-10-22T03:16:14.325Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
713 | 2023-10-22T03:16:14.328Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
714 | 2023-10-22T03:16:15.903Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
715 | 2023-10-22T03:16:16.571Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
716 | 2023-10-22T03:16:16.891Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
717 | 2023-10-22T03:16:17.580Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
718 | 2023-10-22T03:16:17.583Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
719 | 2023-10-22T03:16:18.366Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
720 | 2023-10-22T03:16:20.030Z | Updating git repository `https://github.com/oxidecomputer/opte` |
721 | 2023-10-22T03:16:20.945Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
722 | 2023-10-22T03:16:21.331Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
723 | 2023-10-22T03:16:21.671Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
724 | 2023-10-22T03:16:22.258Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
725 | 2023-10-22T03:16:22.569Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
726 | 2023-10-22T03:16:23.478Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
727 | 2023-10-22T03:16:23.481Z | Updating git repository `https://github.com/njaremko/samael` |
728 | 2023-10-22T03:16:24.011Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
729 | 2023-10-22T03:16:24.575Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
730 | 2023-10-22T03:16:24.969Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
731 | 2023-10-22T03:16:25.312Z | Updating git repository `https://github.com/jgallagher/nix` |
732 | 2023-10-22T03:16:26.649Z | Updating git repository `https://github.com/cbiffle/hubpack` |
733 | 2023-10-22T03:16:27.100Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
734 | 2023-10-22T03:16:36.349Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
735 | 2023-10-22T03:16:36.842Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2023-10-22T03:16:37.754Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2023-10-22T03:16:38.169Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2023-10-22T03:16:38.465Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2023-10-22T03:16:40.288Z | Downloading crates ... |
740 | 2023-10-22T03:16:40.566Z | Downloaded backtrace v0.3.69 |
741 | 2023-10-22T03:16:40.582Z | Downloaded bitflags v1.3.2 |
742 | 2023-10-22T03:16:40.586Z | Downloaded block-buffer v0.10.4 |
743 | 2023-10-22T03:16:40.590Z | Downloaded bitstruct_derive v0.1.0 |
744 | 2023-10-22T03:16:40.593Z | Downloaded atty v0.2.14 |
745 | 2023-10-22T03:16:40.596Z | Downloaded cfg-if v0.1.10 |
746 | 2023-10-22T03:16:40.599Z | Downloaded bit_field v0.10.2 |
747 | 2023-10-22T03:16:40.606Z | Downloaded cfg-if v1.0.0 |
748 | 2023-10-22T03:16:40.610Z | Downloaded bitfield v0.14.0 |
749 | 2023-10-22T03:16:40.619Z | Downloaded cargo-platform v0.1.3 |
750 | 2023-10-22T03:16:40.624Z | Downloaded chacha20 v0.9.1 |
751 | 2023-10-22T03:16:40.640Z | Downloaded cexpr v0.6.0 |
752 | 2023-10-22T03:16:40.646Z | Downloaded hex v0.4.3 |
753 | 2023-10-22T03:16:40.653Z | Downloaded hostname v0.3.1 |
754 | 2023-10-22T03:16:40.656Z | Downloaded cc v1.0.83 |
755 | 2023-10-22T03:16:40.662Z | Downloaded memoffset v0.7.1 |
756 | 2023-10-22T03:16:40.666Z | Downloaded match_cfg v0.1.0 |
757 | 2023-10-22T03:16:41.078Z | Downloaded mime v0.3.17 |
758 | 2023-10-22T03:16:41.081Z | Downloaded managed v0.8.0 |
759 | 2023-10-22T03:16:41.488Z | Downloaded nodrop v0.1.14 |
760 | 2023-10-22T03:16:41.495Z | Downloaded highway v1.1.0 |
761 | 2023-10-22T03:16:41.500Z | Downloaded heck v0.3.3 |
762 | 2023-10-22T03:16:41.503Z | Downloaded hyper-staticfile v0.9.5 |
763 | 2023-10-22T03:16:41.506Z | Downloaded normalize-line-endings v0.3.0 |
764 | 2023-10-22T03:16:41.510Z | Downloaded new_debug_unreachable v1.0.4 |
765 | 2023-10-22T03:16:41.512Z | Downloaded macaddr v1.0.1 |
766 | 2023-10-22T03:16:41.515Z | Downloaded hubpack_derive v0.1.1 |
767 | 2023-10-22T03:16:41.522Z | Downloaded lazycell v1.3.0 |
768 | 2023-10-22T03:16:41.525Z | Downloaded secrecy v0.8.0 |
769 | 2023-10-22T03:16:41.976Z | Downloaded hmac v0.12.1 |
770 | 2023-10-22T03:16:42.388Z | Downloaded libloading v0.7.4 |
771 | 2023-10-22T03:16:42.391Z | Downloaded linear-map v1.2.0 |
772 | 2023-10-22T03:16:42.394Z | Downloaded nu-ansi-term v0.49.0 |
773 | 2023-10-22T03:16:42.809Z | Downloaded atomicwrites v0.4.2 |
774 | 2023-10-22T03:16:42.814Z | Downloaded bitstruct v0.1.1 |
775 | 2023-10-22T03:16:43.230Z | Downloaded bit-set v0.5.3 |
776 | 2023-10-22T03:16:43.246Z | Downloaded base16ct v0.2.0 |
777 | 2023-10-22T03:16:43.257Z | Downloaded bb8 v0.8.1 |
778 | 2023-10-22T03:16:43.276Z | Downloaded serde_repr v0.1.16 |
779 | 2023-10-22T03:16:43.283Z | Downloaded atomic-waker v1.1.1 |
780 | 2023-10-22T03:16:43.289Z | Downloaded adler v1.0.2 |
781 | 2023-10-22T03:16:43.303Z | Downloaded linked-hash-map v0.5.6 |
782 | 2023-10-22T03:16:43.719Z | Downloaded clap_lex v0.5.1 |
783 | 2023-10-22T03:16:43.723Z | Downloaded ciborium-io v0.2.1 |
784 | 2023-10-22T03:16:43.727Z | Downloaded cancel-safe-futures v0.1.2 |
785 | 2023-10-22T03:16:43.738Z | Downloaded colorchoice v1.0.0 |
786 | 2023-10-22T03:16:43.743Z | Downloaded log v0.4.20 |
787 | 2023-10-22T03:16:43.746Z | Downloaded lock_api v0.4.10 |
788 | 2023-10-22T03:16:43.749Z | Downloaded convert_case v0.4.0 |
789 | 2023-10-22T03:16:43.753Z | Downloaded corncobs v0.1.3 |
790 | 2023-10-22T03:16:43.756Z | Downloaded ascii-canvas v3.0.0 |
791 | 2023-10-22T03:16:43.759Z | Downloaded anstyle-query v1.0.0 |
792 | 2023-10-22T03:16:43.762Z | Downloaded crc-any v2.4.3 |
793 | 2023-10-22T03:16:43.766Z | Downloaded take_mut v0.2.2 |
794 | 2023-10-22T03:16:43.769Z | Downloaded sha1 v0.10.5 |
795 | 2023-10-22T03:16:43.777Z | Downloaded strum v0.25.0 |
796 | 2023-10-22T03:16:43.786Z | Downloaded strsim v0.8.0 |
797 | 2023-10-22T03:16:43.794Z | Downloaded subtle v2.5.0 |
798 | 2023-10-22T03:16:43.797Z | Downloaded libxml v0.3.3 |
799 | 2023-10-22T03:16:43.801Z | Downloaded libm v0.2.7 |
800 | 2023-10-22T03:16:43.803Z | Downloaded autocfg v1.1.0 |
801 | 2023-10-22T03:16:43.807Z | Downloaded rusty-fork v0.3.0 |
802 | 2023-10-22T03:16:43.811Z | Downloaded num_threads v0.1.6 |
803 | 2023-10-22T03:16:43.814Z | Downloaded crossbeam-queue v0.3.8 |
804 | 2023-10-22T03:16:43.818Z | Downloaded base64ct v1.6.0 |
805 | 2023-10-22T03:16:43.821Z | Downloaded try-lock v0.2.4 |
806 | 2023-10-22T03:16:43.824Z | Downloaded predicates-core v1.0.6 |
807 | 2023-10-22T03:16:43.827Z | Downloaded headers-core v0.2.0 |
808 | 2023-10-22T03:16:43.831Z | Downloaded fxhash v0.2.1 |
809 | 2023-10-22T03:16:43.834Z | Downloaded argon2 v0.5.2 |
810 | 2023-10-22T03:16:43.837Z | Downloaded num_enum_derive v0.7.0 |
811 | 2023-10-22T03:16:43.840Z | Downloaded crossbeam-channel v0.5.8 |
812 | 2023-10-22T03:16:43.843Z | Downloaded endian-type v0.1.2 |
813 | 2023-10-22T03:16:43.846Z | Downloaded num-derive v0.4.0 |
814 | 2023-10-22T03:16:43.848Z | Downloaded heapless v0.7.16 |
815 | 2023-10-22T03:16:43.851Z | Downloaded usdt-macro v0.3.5 |
816 | 2023-10-22T03:16:43.854Z | Downloaded usdt-attr-macro v0.3.5 |
817 | 2023-10-22T03:16:43.857Z | Downloaded number_prefix v0.4.0 |
818 | 2023-10-22T03:16:44.268Z | Downloaded futures-task v0.3.28 |
819 | 2023-10-22T03:16:44.272Z | Downloaded zeroize v1.6.0 |
820 | 2023-10-22T03:16:44.275Z | Downloaded polyval v0.6.1 |
821 | 2023-10-22T03:16:44.278Z | Downloaded clap v4.4.3 |
822 | 2023-10-22T03:16:44.281Z | Downloaded path-absolutize v3.1.0 |
823 | 2023-10-22T03:16:44.284Z | Downloaded predicates v3.0.4 |
824 | 2023-10-22T03:16:44.287Z | Downloaded futures-sink v0.3.28 |
825 | 2023-10-22T03:16:44.290Z | Downloaded unicode-width v0.1.10 |
826 | 2023-10-22T03:16:44.293Z | Downloaded doc-comment v0.3.3 |
827 | 2023-10-22T03:16:44.295Z | Downloaded dof v0.1.5 |
828 | 2023-10-22T03:16:44.298Z | Downloaded fastrand v2.0.0 |
829 | 2023-10-22T03:16:44.301Z | Downloaded predicates v2.1.5 |
830 | 2023-10-22T03:16:44.304Z | Downloaded unicode-linebreak v0.1.5 |
831 | 2023-10-22T03:16:44.306Z | Downloaded equivalent v1.0.1 |
832 | 2023-10-22T03:16:44.309Z | Downloaded derive_builder_core v0.12.0 |
833 | 2023-10-22T03:16:44.312Z | Downloaded generic-array v0.14.7 |
834 | 2023-10-22T03:16:44.315Z | Downloaded slog-envlogger v2.2.0 |
835 | 2023-10-22T03:16:44.318Z | Downloaded getrandom v0.2.10 |
836 | 2023-10-22T03:16:44.321Z | Downloaded signal-hook-tokio v0.3.1 |
837 | 2023-10-22T03:16:44.324Z | Downloaded usdt v0.3.5 |
838 | 2023-10-22T03:16:44.327Z | Downloaded group v0.13.0 |
839 | 2023-10-22T03:16:44.330Z | Downloaded parse-display v0.7.0 |
840 | 2023-10-22T03:16:44.333Z | Downloaded rustc-hash v1.1.0 |
841 | 2023-10-22T03:16:44.336Z | Downloaded serde_urlencoded v0.7.1 |
842 | 2023-10-22T03:16:44.340Z | Downloaded rustc-demangle v0.1.23 |
843 | 2023-10-22T03:16:44.343Z | Downloaded postgres-types v0.2.6 |
844 | 2023-10-22T03:16:44.346Z | Downloaded glob v0.3.1 |
845 | 2023-10-22T03:16:44.760Z | Downloaded terminal_size v0.2.6 |
846 | 2023-10-22T03:16:44.764Z | Downloaded foreign-types-macros v0.2.3 |
847 | 2023-10-22T03:16:44.767Z | Downloaded difflib v0.4.0 |
848 | 2023-10-22T03:16:44.770Z | Downloaded siphasher v0.3.11 |
849 | 2023-10-22T03:16:44.773Z | Downloaded parse-display-derive v0.7.0 |
850 | 2023-10-22T03:16:44.776Z | Downloaded errno v0.3.2 |
851 | 2023-10-22T03:16:44.779Z | Downloaded shlex v1.1.0 |
852 | 2023-10-22T03:16:44.782Z | Downloaded der v0.7.8 |
853 | 2023-10-22T03:16:44.784Z | Downloaded schemars_derive v0.8.13 |
854 | 2023-10-22T03:16:44.788Z | Downloaded const_format v0.2.31 |
855 | 2023-10-22T03:16:44.790Z | Downloaded slog-scope v4.4.0 |
856 | 2023-10-22T03:16:44.794Z | Downloaded proc-macro-error v1.0.4 |
857 | 2023-10-22T03:16:44.797Z | Downloaded slog-dtrace v0.2.3 |
858 | 2023-10-22T03:16:44.800Z | Downloaded proc-macro-error-attr v1.0.4 |
859 | 2023-10-22T03:16:44.804Z | Downloaded stable_deref_trait v1.2.0 |
860 | 2023-10-22T03:16:44.809Z | Downloaded prettyplease v0.2.12 |
861 | 2023-10-22T03:16:44.812Z | Downloaded fallible-iterator v0.2.0 |
862 | 2023-10-22T03:16:44.815Z | Downloaded password-hash v0.5.0 |
863 | 2023-10-22T03:16:44.818Z | Downloaded darling_macro v0.20.3 |
864 | 2023-10-22T03:16:44.821Z | Downloaded tungstenite v0.18.0 |
865 | 2023-10-22T03:16:45.228Z | Downloaded tungstenite v0.20.1 |
866 | 2023-10-22T03:16:45.233Z | Downloaded enum-as-inner v0.5.1 |
867 | 2023-10-22T03:16:45.236Z | Downloaded openssl-probe v0.1.5 |
868 | 2023-10-22T03:16:45.242Z | Downloaded ref-cast-impl v1.0.20 |
869 | 2023-10-22T03:16:45.658Z | Downloaded walkdir v2.4.0 |
870 | 2023-10-22T03:16:45.662Z | Downloaded futures-io v0.3.28 |
871 | 2023-10-22T03:16:45.668Z | Downloaded resolv-conf v0.7.0 |
872 | 2023-10-22T03:16:45.677Z | Downloaded oso-derive v0.26.4 |
873 | 2023-10-22T03:16:45.682Z | Downloaded ff v0.13.0 |
874 | 2023-10-22T03:16:45.685Z | Downloaded tracing-attributes v0.1.26 |
875 | 2023-10-22T03:16:45.688Z | Downloaded olpc-cjson v0.1.3 |
876 | 2023-10-22T03:16:45.691Z | Downloaded zeroize_derive v1.4.2 |
877 | 2023-10-22T03:16:45.694Z | Downloaded trust-dns-resolver v0.22.0 |
878 | 2023-10-22T03:16:46.523Z | Downloaded darling_macro v0.14.4 |
879 | 2023-10-22T03:16:46.539Z | Downloaded toml_datetime v0.6.3 |
880 | 2023-10-22T03:16:46.555Z | Downloaded parking_lot_core v0.9.8 |
881 | 2023-10-22T03:16:46.585Z | Downloaded static_assertions v1.1.0 |
882 | 2023-10-22T03:16:47.002Z | Downloaded wait-timeout v0.2.0 |
883 | 2023-10-22T03:16:47.007Z | Downloaded quote v1.0.33 |
884 | 2023-10-22T03:16:47.018Z | Downloaded darling v0.20.3 |
885 | 2023-10-22T03:16:47.023Z | Downloaded crypto-common v0.1.6 |
886 | 2023-10-22T03:16:47.027Z | Downloaded vec_map v0.8.2 |
887 | 2023-10-22T03:16:47.032Z | Downloaded ed25519 v1.5.3 |
888 | 2023-10-22T03:16:47.038Z | Downloaded snafu-derive v0.7.5 |
889 | 2023-10-22T03:16:47.041Z | Downloaded toml v0.8.0 |
890 | 2023-10-22T03:16:47.044Z | Downloaded curve25519-dalek-derive v0.1.0 |
891 | 2023-10-22T03:16:47.047Z | Downloaded serde_derive v1.0.188 |
892 | 2023-10-22T03:16:47.052Z | Downloaded pin-utils v0.1.0 |
893 | 2023-10-22T03:16:47.055Z | Downloaded vergen v8.2.4 |
894 | 2023-10-22T03:16:47.059Z | Downloaded time-core v0.1.1 |
895 | 2023-10-22T03:16:47.076Z | Downloaded fnv v1.0.7 |
896 | 2023-10-22T03:16:47.491Z | Downloaded erased-serde v0.3.30 |
897 | 2023-10-22T03:16:47.507Z | Downloaded foreign-types-shared v0.1.1 |
898 | 2023-10-22T03:16:47.511Z | Downloaded tempfile v3.8.0 |
899 | 2023-10-22T03:16:47.515Z | Downloaded rand_xorshift v0.3.0 |
900 | 2023-10-22T03:16:47.520Z | Downloaded hashlink v0.8.3 |
901 | 2023-10-22T03:16:47.523Z | Downloaded proc-macro2 v1.0.67 |
902 | 2023-10-22T03:16:47.533Z | Downloaded similar v2.2.1 |
903 | 2023-10-22T03:16:47.549Z | Downloaded phf_shared v0.10.0 |
904 | 2023-10-22T03:16:47.557Z | Downloaded quick-error v1.2.3 |
905 | 2023-10-22T03:16:47.560Z | Downloaded shell-words v1.1.0 |
906 | 2023-10-22T03:16:47.564Z | Downloaded ron v0.7.1 |
907 | 2023-10-22T03:16:47.567Z | Downloaded termtree v0.4.1 |
908 | 2023-10-22T03:16:47.570Z | Downloaded signal-hook-registry v1.4.1 |
909 | 2023-10-22T03:16:47.575Z | Downloaded float-cmp v0.9.0 |
910 | 2023-10-22T03:16:47.578Z | Downloaded zerocopy v0.3.0 |
911 | 2023-10-22T03:16:47.581Z | Downloaded zerocopy v0.6.4 |
912 | 2023-10-22T03:16:47.584Z | Downloaded thiserror-impl v1.0.49 |
913 | 2023-10-22T03:16:47.588Z | Downloaded signal-hook-mio v0.2.3 |
914 | 2023-10-22T03:16:47.997Z | Downloaded signal-hook v0.3.17 |
915 | 2023-10-22T03:16:48.407Z | Downloaded opaque-debug v0.3.0 |
916 | 2023-10-22T03:16:48.410Z | Downloaded diesel_table_macro_syntax v0.1.0 |
917 | 2023-10-22T03:16:48.423Z | Downloaded rcgen v0.10.0 |
918 | 2023-10-22T03:16:48.444Z | Downloaded utf8parse v0.2.1 |
919 | 2023-10-22T03:16:48.447Z | Downloaded fd-lock v3.0.13 |
920 | 2023-10-22T03:16:48.450Z | Downloaded owo-colors v3.5.0 |
921 | 2023-10-22T03:16:48.453Z | Downloaded want v0.3.1 |
922 | 2023-10-22T03:16:48.458Z | Downloaded aes v0.8.3 |
923 | 2023-10-22T03:16:48.462Z | Downloaded itertools v0.11.0 |
924 | 2023-10-22T03:16:48.465Z | Downloaded downcast v0.11.0 |
925 | 2023-10-22T03:16:48.468Z | Downloaded tiny-keccak v2.0.2 |
926 | 2023-10-22T03:16:48.471Z | Downloaded time-macros v0.2.13 |
927 | 2023-10-22T03:16:48.475Z | Downloaded thiserror-impl-no-std v2.0.2 |
928 | 2023-10-22T03:16:48.481Z | Downloaded bindgen v0.65.1 |
929 | 2023-10-22T03:16:48.484Z | Downloaded futures-core v0.3.28 |
930 | 2023-10-22T03:16:48.488Z | Downloaded serde_with_macros v2.3.3 |
931 | 2023-10-22T03:16:48.498Z | Downloaded debug-ignore v1.0.5 |
932 | 2023-10-22T03:16:48.503Z | Downloaded thiserror v1.0.49 |
933 | 2023-10-22T03:16:48.509Z | Downloaded regex-automata v0.1.10 |
934 | 2023-10-22T03:16:48.513Z | Downloaded dyn-clone v1.0.13 |
935 | 2023-10-22T03:16:48.517Z | Downloaded rand_chacha v0.3.1 |
936 | 2023-10-22T03:16:48.524Z | Downloaded structmeta-derive v0.1.6 |
937 | 2023-10-22T03:16:48.528Z | Downloaded pest v2.7.2 |
938 | 2023-10-22T03:16:48.532Z | Downloaded unicode-segmentation v1.10.1 |
939 | 2023-10-22T03:16:48.536Z | Downloaded pkcs1 v0.7.5 |
940 | 2023-10-22T03:16:48.544Z | Downloaded ron v0.8.1 |
941 | 2023-10-22T03:16:48.548Z | Downloaded env_logger v0.10.0 |
942 | 2023-10-22T03:16:48.553Z | Downloaded toml_edit v0.19.15 |
943 | 2023-10-22T03:16:48.557Z | Downloaded smf v0.2.2 |
944 | 2023-10-22T03:16:48.561Z | Downloaded platforms v3.0.2 |
945 | 2023-10-22T03:16:48.564Z | Downloaded schemars v0.8.13 |
946 | 2023-10-22T03:16:48.567Z | Downloaded toml v0.5.11 |
947 | 2023-10-22T03:16:48.570Z | Downloaded derive-where v1.2.5 |
948 | 2023-10-22T03:16:48.573Z | Downloaded serde_yaml v0.9.25 |
949 | 2023-10-22T03:16:48.577Z | Downloaded socket2 v0.4.9 |
950 | 2023-10-22T03:16:48.580Z | Downloaded elliptic-curve v0.13.5 |
951 | 2023-10-22T03:16:48.583Z | Downloaded tinyvec v1.6.0 |
952 | 2023-10-22T03:16:48.586Z | Downloaded toml_edit v0.20.0 |
953 | 2023-10-22T03:16:48.589Z | Downloaded tokio-postgres v0.7.10 |
954 | 2023-10-22T03:16:48.592Z | Downloaded rand v0.8.5 |
955 | 2023-10-22T03:16:48.595Z | Downloaded serde_json v1.0.107 |
956 | 2023-10-22T03:16:48.598Z | Downloaded flate2 v1.0.27 |
957 | 2023-10-22T03:16:48.602Z | Downloaded steno v0.4.0 |
958 | 2023-10-22T03:16:48.605Z | Downloaded hashbrown v0.12.3 |
959 | 2023-10-22T03:16:48.608Z | Downloaded reedline v0.23.0 |
960 | 2023-10-22T03:16:48.612Z | Downloaded git2 v0.17.2 |
961 | 2023-10-22T03:16:48.615Z | Downloaded x509-cert v0.2.4 |
962 | 2023-10-22T03:16:48.630Z | Downloaded syn v2.0.32 |
963 | 2023-10-22T03:16:48.638Z | Downloaded time v0.3.27 |
964 | 2023-10-22T03:16:48.642Z | Downloaded crossterm v0.26.1 |
965 | 2023-10-22T03:16:48.646Z | Downloaded winnow v0.5.15 |
966 | 2023-10-22T03:16:48.650Z | Downloaded idna v0.2.3 |
967 | 2023-10-22T03:16:49.058Z | Downloaded bstr v1.6.0 |
968 | 2023-10-22T03:16:49.069Z | Downloaded rayon v1.7.0 |
969 | 2023-10-22T03:16:49.073Z | Downloaded smoltcp v0.8.2 |
970 | 2023-10-22T03:16:49.077Z | Downloaded polar-core v0.26.4 |
971 | 2023-10-22T03:16:49.081Z | Downloaded smoltcp v0.9.1 |
972 | 2023-10-22T03:16:49.086Z | Downloaded ratatui v0.23.0 |
973 | 2023-10-22T03:16:49.089Z | Downloaded regex v1.9.5 |
974 | 2023-10-22T03:16:49.092Z | Downloaded webpki-roots v0.25.2 |
975 | 2023-10-22T03:16:49.096Z | Downloaded radix_trie v0.2.1 |
976 | 2023-10-22T03:16:49.102Z | Downloaded openapiv3 v1.0.3 |
977 | 2023-10-22T03:16:49.105Z | Downloaded regex-syntax v0.7.5 |
978 | 2023-10-22T03:16:49.108Z | Downloaded object v0.30.4 |
979 | 2023-10-22T03:16:49.112Z | Downloaded openssl v0.10.57 |
980 | 2023-10-22T03:16:49.115Z | Downloaded sled v0.34.7 |
981 | 2023-10-22T03:16:49.118Z | Downloaded zerocopy-derive v0.6.4 |
982 | 2023-10-22T03:16:49.122Z | Downloaded zerocopy-derive v0.2.0 |
983 | 2023-10-22T03:16:49.129Z | Downloaded regex-automata v0.3.8 |
984 | 2023-10-22T03:16:49.133Z | Downloaded tokio v1.33.0 |
985 | 2023-10-22T03:16:49.137Z | Downloaded sha3 v0.10.8 |
986 | 2023-10-22T03:16:49.140Z | Downloaded libc v0.2.149 |
987 | 2023-10-22T03:16:49.143Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
988 | 2023-10-22T03:16:49.146Z | Downloaded diesel v2.1.1 |
989 | 2023-10-22T03:16:49.149Z | Downloaded rustix v0.37.23 |
990 | 2023-10-22T03:16:49.152Z | Downloaded object v0.32.1 |
991 | 2023-10-22T03:16:49.155Z | Downloaded regress v0.7.1 |
992 | 2023-10-22T03:16:49.163Z | Downloaded rustix v0.38.9 |
993 | 2023-10-22T03:16:49.166Z | Downloaded regex-syntax v0.6.29 |
994 | 2023-10-22T03:16:49.191Z | Downloaded encoding_rs v0.8.33 |
995 | 2023-10-22T03:16:49.196Z | Downloaded curve25519-dalek v4.1.0 |
996 | 2023-10-22T03:16:49.199Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
997 | 2023-10-22T03:16:49.202Z | Downloaded gimli v0.28.0 |
998 | 2023-10-22T03:16:49.205Z | Downloaded trust-dns-proto v0.22.0 |
999 | 2023-10-22T03:16:49.209Z | Downloaded rustls v0.21.7 |
1000 | 2023-10-22T03:16:49.213Z | Downloaded proptest v1.3.1 |
1001 | 2023-10-22T03:16:49.215Z | Downloaded petgraph v0.6.4 |
1002 | 2023-10-22T03:16:49.218Z | Downloaded vcpkg v0.2.15 |
1003 | 2023-10-22T03:16:49.221Z | Downloaded libz-sys v1.1.12 |
1004 | 2023-10-22T03:16:49.224Z | Downloaded h2 v0.3.21 |
1005 | 2023-10-22T03:16:49.227Z | Downloaded lalrpop v0.19.12 |
1006 | 2023-10-22T03:16:49.230Z | Downloaded crossterm v0.27.0 |
1007 | 2023-10-22T03:16:49.233Z | Downloaded reqwest v0.11.20 |
1008 | 2023-10-22T03:16:49.236Z | Downloaded idna v0.4.0 |
1009 | 2023-10-22T03:16:49.239Z | Downloaded clap v2.34.0 |
1010 | 2023-10-22T03:16:49.242Z | Downloaded chrono v0.4.31 |
1011 | 2023-10-22T03:16:49.247Z | Downloaded libsqlite3-sys v0.26.0 |
1012 | 2023-10-22T03:16:49.250Z | Downloaded bstr v0.2.17 |
1013 | 2023-10-22T03:16:49.253Z | Downloaded rustls-webpki v0.101.4 |
1014 | 2023-10-22T03:16:49.256Z | Downloaded rusqlite v0.29.0 |
1015 | 2023-10-22T03:16:49.259Z | Downloaded quick-xml v0.23.1 |
1016 | 2023-10-22T03:16:49.667Z | Downloaded serde_with v2.3.3 |
1017 | 2023-10-22T03:16:49.670Z | Downloaded ring v0.16.20 |
1018 | 2023-10-22T03:16:49.673Z | Downloaded futures-util v0.3.28 |
1019 | 2023-10-22T03:16:49.676Z | Downloaded hashbrown v0.14.0 |
1020 | 2023-10-22T03:16:49.679Z | Downloaded hashbrown v0.13.2 |
1021 | 2023-10-22T03:16:49.682Z | Downloaded tokio-util v0.7.8 |
1022 | 2023-10-22T03:16:49.686Z | Downloaded syn v1.0.109 |
1023 | 2023-10-22T03:16:49.688Z | Downloaded uuid v1.4.1 |
1024 | 2023-10-22T03:16:50.097Z | Downloaded unicode-normalization v0.1.22 |
1025 | 2023-10-22T03:16:50.101Z | Downloaded aho-corasick v1.0.4 |
1026 | 2023-10-22T03:16:50.104Z | Downloaded tabled v0.14.0 |
1027 | 2023-10-22T03:16:50.107Z | Downloaded futures-channel v0.3.28 |
1028 | 2023-10-22T03:16:50.110Z | Downloaded rayon-core v1.11.0 |
1029 | 2023-10-22T03:16:50.114Z | Downloaded tough v0.12.5 |
1030 | 2023-10-22T03:16:50.117Z | Downloaded hyper v0.14.27 |
1031 | 2023-10-22T03:16:50.120Z | Downloaded clap_builder v4.4.2 |
1032 | 2023-10-22T03:16:50.531Z | Downloaded slog-term v2.9.0 |
1033 | 2023-10-22T03:16:50.540Z | Downloaded test-strategy v0.2.1 |
1034 | 2023-10-22T03:16:50.549Z | Downloaded futures v0.3.28 |
1035 | 2023-10-22T03:16:50.559Z | Downloaded env_logger v0.9.3 |
1036 | 2023-10-22T03:16:50.568Z | Downloaded oso v0.26.4 |
1037 | 2023-10-22T03:16:50.578Z | Downloaded flume v0.11.0 |
1038 | 2023-10-22T03:16:50.588Z | Downloaded openssl-sys v0.9.93 |
1039 | 2023-10-22T03:16:51.017Z | Downloaded zip v0.6.6 |
1040 | 2023-10-22T03:16:51.020Z | Downloaded num-bigint-dig v0.8.4 |
1041 | 2023-10-22T03:16:51.023Z | Downloaded nix v0.26.2 |
1042 | 2023-10-22T03:16:51.027Z | Downloaded r2d2 v0.8.10 |
1043 | 2023-10-22T03:16:51.032Z | Downloaded tokio-stream v0.1.14 |
1044 | 2023-10-22T03:16:51.048Z | Downloaded portable-atomic v1.4.3 |
1045 | 2023-10-22T03:16:51.460Z | Downloaded data-encoding v2.4.0 |
1046 | 2023-10-22T03:16:51.881Z | Downloaded ctr v0.9.2 |
1047 | 2023-10-22T03:16:51.888Z | Downloaded string_cache v0.8.7 |
1048 | 2023-10-22T03:16:51.897Z | Downloaded pkg-config v0.3.27 |
1049 | 2023-10-22T03:16:51.901Z | Downloaded wyz v0.5.1 |
1050 | 2023-10-22T03:16:51.908Z | Downloaded once_cell v1.18.0 |
1051 | 2023-10-22T03:16:51.912Z | Downloaded tokio-tungstenite v0.20.1 |
1052 | 2023-10-22T03:16:51.917Z | Downloaded tokio-rustls v0.24.1 |
1053 | 2023-10-22T03:16:51.925Z | Downloaded pin-project-lite v0.2.13 |
1054 | 2023-10-22T03:16:51.928Z | Downloaded tracing-core v0.1.31 |
1055 | 2023-10-22T03:16:51.931Z | Downloaded textwrap v0.11.0 |
1056 | 2023-10-22T03:16:51.938Z | Downloaded parking_lot v0.11.2 |
1057 | 2023-10-22T03:16:51.941Z | Downloaded url v2.4.1 |
1058 | 2023-10-22T03:16:51.945Z | Downloaded spki v0.7.2 |
1059 | 2023-10-22T03:16:51.949Z | Downloaded hash32 v0.2.1 |
1060 | 2023-10-22T03:16:51.954Z | Downloaded fixedbitset v0.4.2 |
1061 | 2023-10-22T03:16:51.959Z | Downloaded textwrap v0.16.0 |
1062 | 2023-10-22T03:16:51.964Z | Downloaded snafu v0.7.5 |
1063 | 2023-10-22T03:16:51.971Z | Downloaded crypto-bigint v0.5.2 |
1064 | 2023-10-22T03:16:51.974Z | Downloaded hkdf v0.12.3 |
1065 | 2023-10-22T03:16:51.977Z | Downloaded bitvec v1.0.1 |
1066 | 2023-10-22T03:16:51.981Z | Downloaded itertools v0.10.5 |
1067 | 2023-10-22T03:16:51.985Z | Downloaded which v4.4.0 |
1068 | 2023-10-22T03:16:51.989Z | Downloaded tokio-tungstenite v0.18.0 |
1069 | 2023-10-22T03:16:51.992Z | Downloaded darling_core v0.14.4 |
1070 | 2023-10-22T03:16:51.998Z | Downloaded packed_struct v0.10.1 |
1071 | 2023-10-22T03:16:52.002Z | Downloaded papergrid v0.10.0 |
1072 | 2023-10-22T03:16:52.005Z | Downloaded headers v0.3.9 |
1073 | 2023-10-22T03:16:52.008Z | Downloaded diesel_derives v2.1.1 |
1074 | 2023-10-22T03:16:52.016Z | Downloaded half v1.8.2 |
1075 | 2023-10-22T03:16:52.021Z | Downloaded der_derive v0.7.2 |
1076 | 2023-10-22T03:16:52.026Z | Downloaded darling v0.14.4 |
1077 | 2023-10-22T03:16:52.029Z | Downloaded tracing v0.1.37 |
1078 | 2023-10-22T03:16:52.437Z | Downloaded trust-dns-client v0.22.0 |
1079 | 2023-10-22T03:16:52.440Z | Downloaded salty v0.2.0 |
1080 | 2023-10-22T03:16:52.443Z | Downloaded rand_core v0.6.4 |
1081 | 2023-10-22T03:16:52.449Z | Downloaded pkcs8 v0.10.2 |
1082 | 2023-10-22T03:16:52.458Z | Downloaded vte v0.11.1 |
1083 | 2023-10-22T03:16:52.461Z | Downloaded rsa v0.9.2 |
1084 | 2023-10-22T03:16:52.466Z | Downloaded mio v0.8.8 |
1085 | 2023-10-22T03:16:52.469Z | Downloaded term v0.7.0 |
1086 | 2023-10-22T03:16:52.473Z | Downloaded minimal-lexical v0.2.1 |
1087 | 2023-10-22T03:16:52.887Z | Downloaded xattr v1.0.1 |
1088 | 2023-10-22T03:16:52.890Z | Downloaded derive_builder v0.12.0 |
1089 | 2023-10-22T03:16:52.893Z | Downloaded termcolor v1.2.0 |
1090 | 2023-10-22T03:16:52.897Z | Downloaded parking_lot v0.12.1 |
1091 | 2023-10-22T03:16:52.901Z | Downloaded deranged v0.3.8 |
1092 | 2023-10-22T03:16:52.904Z | Downloaded stringprep v0.1.3 |
1093 | 2023-10-22T03:16:52.907Z | Downloaded flagset v0.4.3 |
1094 | 2023-10-22T03:16:52.910Z | Downloaded thread-id v4.2.0 |
1095 | 2023-10-22T03:16:52.913Z | Downloaded thiserror-no-std v2.0.2 |
1096 | 2023-10-22T03:16:52.917Z | Downloaded ref-cast v1.0.20 |
1097 | 2023-10-22T03:16:52.920Z | Downloaded structopt v0.3.26 |
1098 | 2023-10-22T03:16:52.923Z | Downloaded phf_shared v0.11.2 |
1099 | 2023-10-22T03:16:52.927Z | Downloaded toml v0.7.8 |
1100 | 2023-10-22T03:16:52.931Z | Downloaded omicron-zone-package v0.8.3 |
1101 | 2023-10-22T03:16:52.936Z | Downloaded phf v0.11.2 |
1102 | 2023-10-22T03:16:52.942Z | Downloaded futures-executor v0.3.28 |
1103 | 2023-10-22T03:16:52.945Z | Downloaded filetime v0.2.22 |
1104 | 2023-10-22T03:16:52.948Z | Downloaded serde_tokenstream v0.2.0 |
1105 | 2023-10-22T03:16:52.951Z | Downloaded pest_meta v2.7.2 |
1106 | 2023-10-22T03:16:52.954Z | Downloaded radium v0.7.0 |
1107 | 2023-10-22T03:16:52.958Z | Downloaded fatfs v0.3.6 |
1108 | 2023-10-22T03:16:52.961Z | Downloaded diff v0.1.13 |
1109 | 2023-10-22T03:16:52.964Z | Downloaded thread_local v1.1.7 |
1110 | 2023-10-22T03:16:52.967Z | Downloaded cstr-argument v0.1.2 |
1111 | 2023-10-22T03:16:52.970Z | Downloaded parking_lot_core v0.8.6 |
1112 | 2023-10-22T03:16:52.973Z | Downloaded trust-dns-server v0.22.1 |
1113 | 2023-10-22T03:16:52.976Z | Downloaded ringbuffer v0.15.0 |
1114 | 2023-10-22T03:16:52.979Z | Downloaded foreign-types v0.5.0 |
1115 | 2023-10-22T03:16:52.983Z | Downloaded either v1.9.0 |
1116 | 2023-10-22T03:16:52.986Z | Downloaded slog-stdlog v4.1.1 |
1117 | 2023-10-22T03:16:52.989Z | Downloaded openssl-macros v0.1.1 |
1118 | 2023-10-22T03:16:52.992Z | Downloaded termios v0.3.3 |
1119 | 2023-10-22T03:16:52.995Z | Downloaded semver v1.0.18 |
1120 | 2023-10-22T03:16:53.000Z | Downloaded tinyvec_macros v0.1.1 |
1121 | 2023-10-22T03:16:53.005Z | Downloaded zone v0.2.0 |
1122 | 2023-10-22T03:16:53.010Z | Downloaded waitgroup v0.1.2 |
1123 | 2023-10-22T03:16:53.016Z | Downloaded fallible-streaming-iterator v0.1.9 |
1124 | 2023-10-22T03:16:53.019Z | Downloaded slab v0.4.9 |
1125 | 2023-10-22T03:16:53.023Z | Downloaded zone_cfg_derive v0.2.0 |
1126 | 2023-10-22T03:16:53.032Z | Downloaded paste v1.0.14 |
1127 | 2023-10-22T03:16:53.035Z | Downloaded chacha20poly1305 v0.10.1 |
1128 | 2023-10-22T03:16:53.038Z | Downloaded slog-json v2.6.1 |
1129 | 2023-10-22T03:16:53.041Z | Downloaded packed_struct_codegen v0.10.1 |
1130 | 2023-10-22T03:16:53.045Z | Downloaded dirs-next v2.0.0 |
1131 | 2023-10-22T03:16:53.048Z | Downloaded serde_derive_internals v0.26.0 |
1132 | 2023-10-22T03:16:53.051Z | Downloaded typenum v1.16.0 |
1133 | 2023-10-22T03:16:53.054Z | Downloaded rpassword v7.2.0 |
1134 | 2023-10-22T03:16:53.088Z | Downloaded vte_generate_state_changes v0.1.1 |
1135 | 2023-10-22T03:16:53.092Z | Downloaded pest_generator v2.7.2 |
1136 | 2023-10-22T03:16:53.095Z | Downloaded futures-macro v0.3.28 |
1137 | 2023-10-22T03:16:53.100Z | Downloaded unicode-ident v1.0.12 |
1138 | 2023-10-22T03:16:53.104Z | Downloaded crunchy v0.2.2 |
1139 | 2023-10-22T03:16:53.107Z | Downloaded utf-8 v0.7.6 |
1140 | 2023-10-22T03:16:53.110Z | Downloaded foreign-types v0.3.2 |
1141 | 2023-10-22T03:16:53.113Z | Downloaded rustls-native-certs v0.6.3 |
1142 | 2023-10-22T03:16:53.116Z | Downloaded derive_more v0.99.17 |
1143 | 2023-10-22T03:16:53.120Z | Downloaded pest_derive v2.7.2 |
1144 | 2023-10-22T03:16:53.123Z | Downloaded digest v0.10.7 |
1145 | 2023-10-22T03:16:53.536Z | Downloaded scopeguard v1.2.0 |
1146 | 2023-10-22T03:16:53.540Z | Downloaded serde_tokenstream v0.1.7 |
1147 | 2023-10-22T03:16:53.543Z | Downloaded semver v0.11.0 |
1148 | 2023-10-22T03:16:53.546Z | Downloaded semver v0.1.20 |
1149 | 2023-10-22T03:16:53.549Z | Downloaded postcard-cobs v0.1.5-pre |
1150 | 2023-10-22T03:16:53.552Z | Downloaded unicode-bidi v0.3.13 |
1151 | 2023-10-22T03:16:53.574Z | Downloaded unicase v2.7.0 |
1152 | 2023-10-22T03:16:53.577Z | Downloaded ucd-trie v0.1.6 |
1153 | 2023-10-22T03:16:53.596Z | Downloaded serde_path_to_error v0.1.14 |
1154 | 2023-10-22T03:16:53.601Z | Downloaded semver-parser v0.10.2 |
1155 | 2023-10-22T03:16:53.606Z | Downloaded postgres-protocol v0.6.6 |
1156 | 2023-10-22T03:16:53.610Z | Downloaded postcard v0.7.3 |
1157 | 2023-10-22T03:16:53.613Z | Downloaded strsim v0.10.0 |
1158 | 2023-10-22T03:16:53.617Z | Downloaded darling_core v0.20.3 |
1159 | 2023-10-22T03:16:53.622Z | Downloaded vsss-rs v3.3.1 |
1160 | 2023-10-22T03:16:53.626Z | Downloaded sha2 v0.10.8 |
1161 | 2023-10-22T03:16:53.629Z | Downloaded base64 v0.21.4 |
1162 | 2023-10-22T03:16:53.632Z | Downloaded unsafe-libyaml v0.2.9 |
1163 | 2023-10-22T03:16:53.635Z | Downloaded crossbeam-utils v0.8.16 |
1164 | 2023-10-22T03:16:53.638Z | Downloaded crucible-workspace-hack v0.1.0 |
1165 | 2023-10-22T03:16:53.641Z | Downloaded structmeta v0.1.6 |
1166 | 2023-10-22T03:16:53.644Z | Downloaded path-dedot v3.1.0 |
1167 | 2023-10-22T03:16:53.648Z | Downloaded num-traits v0.2.16 |
1168 | 2023-10-22T03:16:53.651Z | Downloaded proc-macro-crate v1.3.1 |
1169 | 2023-10-22T03:16:53.654Z | Downloaded globset v0.4.13 |
1170 | 2023-10-22T03:16:53.657Z | Downloaded usdt-impl v0.3.5 |
1171 | 2023-10-22T03:16:53.661Z | Downloaded tokio-macros v2.1.0 |
1172 | 2023-10-22T03:16:53.664Z | Downloaded arc-swap v1.6.0 |
1173 | 2023-10-22T03:16:53.667Z | Downloaded spin v0.9.8 |
1174 | 2023-10-22T03:16:53.675Z | Downloaded twox-hash v1.6.3 |
1175 | 2023-10-22T03:16:53.678Z | Downloaded pem-rfc7468 v0.7.0 |
1176 | 2023-10-22T03:16:53.681Z | Downloaded dirs-sys-next v0.1.2 |
1177 | 2023-10-22T03:16:53.684Z | Downloaded display-error-chain v0.1.1 |
1178 | 2023-10-22T03:16:53.687Z | Downloaded tui-tree-widget v0.13.0 |
1179 | 2023-10-22T03:16:53.690Z | Downloaded rustls-pemfile v1.0.3 |
1180 | 2023-10-22T03:16:53.694Z | Downloaded http v0.2.9 |
1181 | 2023-10-22T03:16:53.697Z | Downloaded tower-service v0.3.2 |
1182 | 2023-10-22T03:16:53.703Z | Downloaded topological-sort v0.2.2 |
1183 | 2023-10-22T03:16:53.706Z | Downloaded toolchain_find v0.2.0 |
1184 | 2023-10-22T03:16:53.709Z | Downloaded serde-big-array v0.4.1 |
1185 | 2023-10-22T03:16:53.712Z | Downloaded unarray v0.1.4 |
1186 | 2023-10-22T03:16:53.715Z | Downloaded tokio-native-tls v0.3.1 |
1187 | 2023-10-22T03:16:53.719Z | Downloaded ppv-lite86 v0.2.17 |
1188 | 2023-10-22T03:16:53.722Z | Downloaded serde-big-array v0.5.1 |
1189 | 2023-10-22T03:16:53.725Z | Downloaded precomputed-hash v0.1.1 |
1190 | 2023-10-22T03:16:53.729Z | Downloaded poly1305 v0.8.0 |
1191 | 2023-10-22T03:16:53.732Z | Downloaded allocator-api2 v0.2.16 |
1192 | 2023-10-22T03:16:53.735Z | Downloaded funty v2.0.0 |
1193 | 2023-10-22T03:16:53.739Z | Downloaded universal-hash v0.5.1 |
1194 | 2023-10-22T03:16:53.742Z | Downloaded miniz_oxide v0.7.1 |
1195 | 2023-10-22T03:16:53.745Z | Downloaded indicatif v0.17.7 |
1196 | 2023-10-22T03:16:53.749Z | Downloaded getopts v0.2.21 |
1197 | 2023-10-22T03:16:53.752Z | Downloaded same-file v1.0.6 |
1198 | 2023-10-22T03:16:53.757Z | Downloaded fs-err v2.9.0 |
1199 | 2023-10-22T03:16:53.762Z | Downloaded form_urlencoded v1.2.0 |
1200 | 2023-10-22T03:16:53.766Z | Downloaded yasna v0.5.2 |
1201 | 2023-10-22T03:16:53.770Z | Downloaded socket2 v0.5.4 |
1202 | 2023-10-22T03:16:53.774Z | Downloaded smallvec v1.11.0 |
1203 | 2023-10-22T03:16:53.777Z | Downloaded smallvec v0.6.14 |
1204 | 2023-10-22T03:16:53.781Z | Downloaded slog v2.7.0 |
1205 | 2023-10-22T03:16:53.788Z | Downloaded clang-sys v1.6.1 |
1206 | 2023-10-22T03:16:53.793Z | Downloaded signature v1.6.4 |
1207 | 2023-10-22T03:16:53.797Z | Downloaded untrusted v0.7.1 |
1208 | 2023-10-22T03:16:53.802Z | Downloaded ahash v0.8.3 |
1209 | 2023-10-22T03:16:53.806Z | Downloaded addr2line v0.21.0 |
1210 | 2023-10-22T03:16:53.811Z | Downloaded scheduled-thread-pool v0.2.7 |
1211 | 2023-10-22T03:16:53.816Z | Downloaded ena v0.14.2 |
1212 | 2023-10-22T03:16:53.821Z | Downloaded tar v0.4.40 |
1213 | 2023-10-22T03:16:53.825Z | Downloaded num_enum v0.5.11 |
1214 | 2023-10-22T03:16:53.828Z | Downloaded const-oid v0.9.5 |
1215 | 2023-10-22T03:16:53.831Z | Downloaded num_enum_derive v0.5.11 |
1216 | 2023-10-22T03:16:53.835Z | Downloaded num-bigint v0.4.4 |
1217 | 2023-10-22T03:16:53.843Z | Downloaded indexmap v1.9.3 |
1218 | 2023-10-22T03:16:53.847Z | Downloaded console v0.15.7 |
1219 | 2023-10-22T03:16:53.851Z | Downloaded ciborium v0.2.1 |
1220 | 2023-10-22T03:16:53.857Z | Downloaded pretty-hex v0.3.0 |
1221 | 2023-10-22T03:16:53.860Z | Downloaded structopt-derive v0.4.18 |
1222 | 2023-10-22T03:16:53.863Z | Downloaded spin v0.5.2 |
1223 | 2023-10-22T03:16:53.866Z | Downloaded cassowary v0.3.0 |
1224 | 2023-10-22T03:16:53.870Z | Downloaded foreign-types-shared v0.3.1 |
1225 | 2023-10-22T03:16:53.873Z | Downloaded strip-ansi-escapes v0.2.0 |
1226 | 2023-10-22T03:16:53.876Z | Downloaded smawk v0.3.1 |
1227 | 2023-10-22T03:16:53.880Z | Downloaded signature v2.1.0 |
1228 | 2023-10-22T03:16:53.885Z | Downloaded serde v1.0.188 |
1229 | 2023-10-22T03:16:53.888Z | Downloaded num-rational v0.4.1 |
1230 | 2023-10-22T03:16:53.892Z | Downloaded num-complex v0.4.4 |
1231 | 2023-10-22T03:16:53.895Z | Downloaded fragile v2.0.0 |
1232 | 2023-10-22T03:16:53.899Z | Downloaded anyhow v1.0.75 |
1233 | 2023-10-22T03:16:53.906Z | Downloaded pretty-hex v0.2.1 |
1234 | 2023-10-22T03:16:53.914Z | Downloaded predicates-tree v1.0.9 |
1235 | 2023-10-22T03:16:53.920Z | Downloaded pem v1.1.1 |
1236 | 2023-10-22T03:16:53.925Z | Downloaded peeking_take_while v0.1.2 |
1237 | 2023-10-22T03:16:53.943Z | Downloaded path-slash v0.1.5 |
1238 | 2023-10-22T03:16:53.946Z | Downloaded slog-async v2.8.0 |
1239 | 2023-10-22T03:16:53.950Z | Downloaded sct v0.7.0 |
1240 | 2023-10-22T03:16:53.953Z | Downloaded dtrace-parser v0.1.14 |
1241 | 2023-10-22T03:16:53.958Z | Downloaded indexmap v2.0.0 |
1242 | 2023-10-22T03:16:53.962Z | Downloaded rustfmt-wrapper v0.2.0 |
1243 | 2023-10-22T03:16:53.965Z | Downloaded rustc_version v0.1.7 |
1244 | 2023-10-22T03:16:53.968Z | Downloaded async-trait v0.1.73 |
1245 | 2023-10-22T03:16:53.971Z | Downloaded async-recursion v1.0.5 |
1246 | 2023-10-22T03:16:53.975Z | Downloaded ansi_term v0.12.1 |
1247 | 2023-10-22T03:16:53.978Z | Downloaded ascii v1.1.0 |
1248 | 2023-10-22T03:16:53.981Z | Downloaded percent-encoding v2.3.0 |
1249 | 2023-10-22T03:16:53.984Z | Downloaded whoami v1.4.1 |
1250 | 2023-10-22T03:16:53.988Z | Downloaded unicode-xid v0.2.4 |
1251 | 2023-10-22T03:16:53.991Z | Downloaded tap v1.0.1 |
1252 | 2023-10-22T03:16:53.994Z | Downloaded tabled_derive v0.6.0 |
1253 | 2023-10-22T03:16:53.997Z | Downloaded subprocess v0.2.9 |
1254 | 2023-10-22T03:16:54.000Z | Downloaded rustversion v1.0.14 |
1255 | 2023-10-22T03:16:54.003Z | Downloaded num_enum v0.7.0 |
1256 | 2023-10-22T03:16:54.006Z | Downloaded num_cpus v1.16.0 |
1257 | 2023-10-22T03:16:54.009Z | Downloaded num-iter v0.1.43 |
1258 | 2023-10-22T03:16:54.012Z | Downloaded num-integer v0.1.45 |
1259 | 2023-10-22T03:16:54.015Z | Downloaded newtype_derive v0.1.6 |
1260 | 2023-10-22T03:16:54.018Z | Downloaded nanorand v0.7.0 |
1261 | 2023-10-22T03:16:54.021Z | Downloaded mockall v0.11.4 |
1262 | 2023-10-22T03:16:54.426Z | Downloaded mime_guess v2.0.4 |
1263 | 2023-10-22T03:16:54.430Z | Downloaded anstyle-parse v0.2.1 |
1264 | 2023-10-22T03:16:54.433Z | Downloaded derive_builder_macro v0.12.0 |
1265 | 2023-10-22T03:16:54.436Z | Downloaded synstructure v0.12.6 |
1266 | 2023-10-22T03:16:54.439Z | Downloaded slog-bunyan v2.4.0 |
1267 | 2023-10-22T03:16:54.442Z | Downloaded ipnet v2.8.0 |
1268 | 2023-10-22T03:16:54.445Z | Downloaded io-lifetimes v1.0.11 |
1269 | 2023-10-22T03:16:54.448Z | Downloaded const_format_proc_macros v0.2.31 |
1270 | 2023-10-22T03:16:54.452Z | Downloaded ciborium-ll v0.2.1 |
1271 | 2023-10-22T03:16:54.455Z | Downloaded version_check v0.9.4 |
1272 | 2023-10-22T03:16:54.459Z | Downloaded strum_macros v0.25.2 |
1273 | 2023-10-22T03:16:54.463Z | Downloaded strum_macros v0.24.3 |
1274 | 2023-10-22T03:16:54.465Z | Downloaded lalrpop-util v0.19.12 |
1275 | 2023-10-22T03:16:54.468Z | Downloaded keccak v0.1.4 |
1276 | 2023-10-22T03:16:54.876Z | Downloaded indoc v2.0.3 |
1277 | 2023-10-22T03:16:54.880Z | Downloaded colored v2.0.4 |
1278 | 2023-10-22T03:16:55.286Z | Downloaded clap_derive v4.4.2 |
1279 | 2023-10-22T03:16:55.290Z | Downloaded cipher v0.4.4 |
1280 | 2023-10-22T03:16:55.293Z | Downloaded md-5 v0.10.5 |
1281 | 2023-10-22T03:16:55.296Z | Downloaded jobserver v0.1.26 |
1282 | 2023-10-22T03:16:55.708Z | Downloaded itoa v1.0.9 |
1283 | 2023-10-22T03:16:55.712Z | Downloaded backoff v0.4.0 |
1284 | 2023-10-22T03:16:55.717Z | Downloaded ryu v1.0.15 |
1285 | 2023-10-22T03:16:55.722Z | Downloaded nom v7.1.3 |
1286 | 2023-10-22T03:16:55.725Z | Downloaded ipnetwork v0.20.0 |
1287 | 2023-10-22T03:16:55.728Z | Downloaded iana-time-zone v0.1.57 |
1288 | 2023-10-22T03:16:55.732Z | Downloaded array-init v0.0.4 |
1289 | 2023-10-22T03:16:55.735Z | Downloaded async-stream v0.3.5 |
1290 | 2023-10-22T03:16:56.147Z | Downloaded anstream v0.5.0 |
1291 | 2023-10-22T03:16:56.152Z | Downloaded crc32fast v1.3.2 |
1292 | 2023-10-22T03:16:56.566Z | Downloaded cookie v0.16.2 |
1293 | 2023-10-22T03:16:56.569Z | Downloaded rustc_version v0.4.0 |
1294 | 2023-10-22T03:16:56.573Z | Downloaded crossbeam v0.8.2 |
1295 | 2023-10-22T03:16:56.576Z | Downloaded crc-catalog v2.2.0 |
1296 | 2023-10-22T03:16:56.581Z | Downloaded crc v3.0.1 |
1297 | 2023-10-22T03:16:56.585Z | Downloaded cpufeatures v0.2.9 |
1298 | 2023-10-22T03:16:56.588Z | Downloaded block-padding v0.3.3 |
1299 | 2023-10-22T03:16:56.591Z | Downloaded anstyle v1.0.2 |
1300 | 2023-10-22T03:16:56.594Z | Downloaded inout v0.1.3 |
1301 | 2023-10-22T03:16:56.597Z | Downloaded indoc v1.0.9 |
1302 | 2023-10-22T03:16:56.600Z | Downloaded crossbeam-epoch v0.9.15 |
1303 | 2023-10-22T03:16:56.603Z | Downloaded is-terminal v0.4.9 |
1304 | 2023-10-22T03:16:56.608Z | Downloaded aead v0.5.2 |
1305 | 2023-10-22T03:16:56.611Z | Downloaded async-stream-impl v0.3.5 |
1306 | 2023-10-22T03:16:56.613Z | Downloaded serde_spanned v0.6.3 |
1307 | 2023-10-22T03:16:56.617Z | Downloaded serde_arrays v0.1.0 |
1308 | 2023-10-22T03:16:57.026Z | Downloaded serde-hex v0.1.0 |
1309 | 2023-10-22T03:16:57.031Z | Downloaded rtoolbox v0.0.1 |
1310 | 2023-10-22T03:16:57.036Z | Downloaded native-tls v0.2.11 |
1311 | 2023-10-22T03:16:57.040Z | Downloaded mockall_derive v0.11.4 |
1312 | 2023-10-22T03:16:57.042Z | Downloaded crossbeam-deque v0.8.3 |
1313 | 2023-10-22T03:16:57.049Z | Downloaded libefi-sys v0.1.0 |
1314 | 2023-10-22T03:16:57.056Z | Downloaded assert_matches v1.5.0 |
1315 | 2023-10-22T03:16:57.062Z | Downloaded impl-trait-for-tuples v0.2.2 |
1316 | 2023-10-22T03:16:57.066Z | Downloaded serde_plain v1.0.2 |
1317 | 2023-10-22T03:16:57.069Z | Downloaded num v0.4.1 |
1318 | 2023-10-22T03:16:57.072Z | Downloaded multer v2.1.0 |
1319 | 2023-10-22T03:16:57.075Z | Downloaded nibble_vec v0.1.0 |
1320 | 2023-10-22T03:16:57.078Z | Downloaded memchr v2.6.3 |
1321 | 2023-10-22T03:16:57.082Z | Downloaded instant v0.1.12 |
1322 | 2023-10-22T03:16:57.087Z | Downloaded httparse v1.8.0 |
1323 | 2023-10-22T03:16:57.090Z | Downloaded hyper-rustls v0.24.1 |
1324 | 2023-10-22T03:16:57.093Z | Downloaded home v0.5.5 |
1325 | 2023-10-22T03:16:57.098Z | Downloaded humantime v2.1.0 |
1326 | 2023-10-22T03:16:57.102Z | Downloaded heck v0.4.1 |
1327 | 2023-10-22T03:16:57.105Z | Downloaded lru-cache v0.1.2 |
1328 | 2023-10-22T03:16:57.109Z | Downloaded memoffset v0.9.0 |
1329 | 2023-10-22T03:16:57.115Z | Downloaded maybe-uninit v2.0.0 |
1330 | 2023-10-22T03:16:57.119Z | Downloaded matches v0.1.10 |
1331 | 2023-10-22T03:16:57.122Z | Downloaded maplit v1.0.2 |
1332 | 2023-10-22T03:16:57.126Z | Downloaded ident_case v1.0.1 |
1333 | 2023-10-22T03:16:57.134Z | Downloaded hyper-tls v0.5.0 |
1334 | 2023-10-22T03:16:57.141Z | Downloaded lazy_static v1.4.0 |
1335 | 2023-10-22T03:16:57.158Z | Downloaded hubpack v0.1.2 |
1336 | 2023-10-22T03:16:57.172Z | Downloaded httpdate v1.0.3 |
1337 | 2023-10-22T03:16:57.181Z | Downloaded http-range v0.1.5 |
1338 | 2023-10-22T03:16:57.186Z | Downloaded http-body v0.4.5 |
1339 | 2023-10-22T03:16:57.193Z | Downloaded bytes v1.5.0 |
1340 | 2023-10-22T03:16:57.196Z | Downloaded blake2 v0.10.6 |
1341 | 2023-10-22T03:16:57.199Z | Downloaded camino v1.1.6 |
1342 | 2023-10-22T03:16:57.202Z | Downloaded bzip2 v0.4.4 |
1343 | 2023-10-22T03:16:57.206Z | Downloaded cargo_toml v0.16.3 |
1344 | 2023-10-22T03:16:57.209Z | Downloaded cargo_metadata v0.18.0 |
1345 | 2023-10-22T03:16:57.212Z | Downloaded camino-tempfile v1.0.2 |
1346 | 2023-10-22T03:16:57.215Z | Downloaded bitflags v2.4.0 |
1347 | 2023-10-22T03:16:57.218Z | Downloaded bytesize v1.3.0 |
1348 | 2023-10-22T03:16:57.221Z | Downloaded byteorder v1.4.3 |
1349 | 2023-10-22T03:16:57.224Z | Downloaded bytecount v0.6.3 |
1350 | 2023-10-22T03:16:57.227Z | Downloaded buf-list v1.0.3 |
1351 | 2023-10-22T03:16:57.230Z | Downloaded bit-vec v0.6.3 |
1352 | 2023-10-22T03:16:57.234Z | Downloaded aes-gcm-siv v0.11.1 |
1353 | 2023-10-22T03:16:57.238Z | Downloaded bcs v0.1.5 |
1354 | 2023-10-22T03:16:57.243Z | Downloaded bincode v1.3.3 |
1355 | 2023-10-22T03:16:57.247Z | Downloaded base64 v0.13.1 |
1356 | 2023-10-22T03:16:57.250Z | Compiling proc-macro2 v1.0.67 |
1357 | 2023-10-22T03:16:57.253Z | Compiling unicode-ident v1.0.12 |
1358 | 2023-10-22T03:16:57.256Z | Compiling libc v0.2.149 |
1359 | 2023-10-22T03:16:57.258Z | Compiling serde v1.0.188 |
1360 | 2023-10-22T03:16:57.261Z | Compiling autocfg v1.1.0 |
1361 | 2023-10-22T03:16:57.264Z | Compiling version_check v0.9.4 |
1362 | 2023-10-22T03:16:57.267Z | Compiling cfg-if v1.0.0 |
1363 | 2023-10-22T03:16:57.273Z | Compiling syn v1.0.109 |
1364 | 2023-10-22T03:16:57.275Z | Compiling once_cell v1.18.0 |
1365 | 2023-10-22T03:16:57.282Z | Compiling parking_lot_core v0.9.8 |
1366 | 2023-10-22T03:16:57.287Z | Compiling libm v0.2.7 |
1367 | 2023-10-22T03:16:57.291Z | Compiling ahash v0.8.3 |
1368 | 2023-10-22T03:16:57.294Z | Compiling lock_api v0.4.10 |
1369 | 2023-10-22T03:16:57.297Z | Compiling num-traits v0.2.16 |
1370 | 2023-10-22T03:16:57.301Z | Compiling thiserror v1.0.49 |
1371 | 2023-10-22T03:16:57.303Z | Compiling typenum v1.16.0 |
1372 | 2023-10-22T03:16:57.307Z | Compiling futures-core v0.3.28 |
1373 | 2023-10-22T03:16:57.309Z | Compiling generic-array v0.14.7 |
1374 | 2023-10-22T03:16:57.313Z | Compiling memchr v2.6.3 |
1375 | 2023-10-22T03:16:57.316Z | Compiling itoa v1.0.9 |
1376 | 2023-10-22T03:16:57.319Z | Compiling scopeguard v1.2.0 |
1377 | 2023-10-22T03:16:57.322Z | Compiling pkg-config v0.3.27 |
1378 | 2023-10-22T03:16:57.328Z | Compiling quote v1.0.33 |
1379 | 2023-10-22T03:16:57.332Z | Compiling slab v0.4.9 |
1380 | 2023-10-22T03:16:57.335Z | Compiling futures-task v0.3.28 |
1381 | 2023-10-22T03:16:57.338Z | Compiling syn v2.0.32 |
1382 | 2023-10-22T03:16:57.341Z | Compiling jobserver v0.1.26 |
1383 | 2023-10-22T03:16:57.344Z | Compiling getrandom v0.2.10 |
1384 | 2023-10-22T03:16:57.347Z | Compiling cc v1.0.83 |
1385 | 2023-10-22T03:16:57.350Z | Compiling futures-channel v0.3.28 |
1386 | 2023-10-22T03:16:57.354Z | Compiling futures-util v0.3.28 |
1387 | 2023-10-22T03:16:57.357Z | Compiling log v0.4.20 |
1388 | 2023-10-22T03:16:57.360Z | Compiling ryu v1.0.15 |
1389 | 2023-10-22T03:16:57.363Z | Compiling serde_json v1.0.107 |
1390 | 2023-10-22T03:16:57.390Z | Compiling pin-project-lite v0.2.13 |
1391 | 2023-10-22T03:16:57.394Z | Compiling schemars v0.8.13 |
1392 | 2023-10-22T03:16:57.397Z | Compiling vcpkg v0.2.15 |
1393 | 2023-10-22T03:16:57.401Z | Compiling smallvec v1.11.0 |
1394 | 2023-10-22T03:16:57.404Z | Compiling heck v0.4.1 |
1395 | 2023-10-22T03:16:57.408Z | Compiling parking_lot v0.12.1 |
1396 | 2023-10-22T03:16:57.411Z | Compiling ring v0.16.20 |
1397 | 2023-10-22T03:16:57.415Z | Compiling openssl-sys v0.9.93 |
1398 | 2023-10-22T03:16:57.418Z | Compiling num_cpus v1.16.0 |
1399 | 2023-10-22T03:16:57.422Z | Compiling rand_core v0.6.4 |
1400 | 2023-10-22T03:16:57.537Z | Compiling indexmap v1.9.3 |
1401 | 2023-10-22T03:16:57.629Z | Compiling allocator-api2 v0.2.16 |
1402 | 2023-10-22T03:16:57.956Z | Compiling byteorder v1.4.3 |
1403 | 2023-10-22T03:16:58.464Z | Compiling spin v0.5.2 |
1404 | 2023-10-22T03:16:58.699Z | Compiling hashbrown v0.14.0 |
1405 | 2023-10-22T03:16:58.828Z | Compiling equivalent v1.0.1 |
1406 | 2023-10-22T03:16:58.856Z | Compiling httparse v1.8.0 |
1407 | 2023-10-22T03:16:58.911Z | Compiling mio v0.8.8 |
1408 | 2023-10-22T03:16:59.396Z | Compiling signal-hook-registry v1.4.1 |
1409 | 2023-10-22T03:16:59.515Z | Compiling socket2 v0.5.4 |
1410 | 2023-10-22T03:17:01.441Z | Compiling serde_derive_internals v0.26.0 |
1411 | 2023-10-22T03:17:01.659Z | Compiling semver v1.0.18 |
1412 | 2023-10-22T03:17:01.738Z | Compiling fnv v1.0.7 |
1413 | 2023-10-22T03:17:02.305Z | Compiling openssl v0.10.57 |
1414 | 2023-10-22T03:17:02.788Z | Compiling iana-time-zone v0.1.57 |
1415 | 2023-10-22T03:17:02.812Z | Compiling rustls v0.21.7 |
1416 | 2023-10-22T03:17:03.205Z | Compiling ucd-trie v0.1.6 |
1417 | 2023-10-22T03:17:03.225Z | Compiling crossbeam-utils v0.8.16 |
1418 | 2023-10-22T03:17:03.250Z | Compiling unicode-xid v0.2.4 |
1419 | 2023-10-22T03:17:03.342Z | Compiling native-tls v0.2.11 |
1420 | 2023-10-22T03:17:03.492Z | Compiling synstructure v0.12.6 |
1421 | 2023-10-22T03:17:04.946Z | Compiling futures-sink v0.3.28 |
1422 | 2023-10-22T03:17:05.173Z | Compiling io-lifetimes v1.0.11 |
1423 | 2023-10-22T03:17:05.567Z | Compiling backtrace v0.3.69 |
1424 | 2023-10-22T03:17:05.949Z | Compiling tinyvec_macros v0.1.1 |
1425 | 2023-10-22T03:17:05.989Z | Compiling dyn-clone v1.0.13 |
1426 | 2023-10-22T03:17:06.053Z | Compiling tinyvec v1.6.0 |
1427 | 2023-10-22T03:17:06.631Z | Compiling tracing-core v0.1.31 |
1428 | 2023-10-22T03:17:06.752Z | Compiling num-integer v0.1.45 |
1429 | 2023-10-22T03:17:06.798Z | Compiling memoffset v0.9.0 |
1430 | 2023-10-22T03:17:07.026Z | Compiling futures-io v0.3.28 |
1431 | 2023-10-22T03:17:07.152Z | Compiling subtle v2.5.0 |
1432 | 2023-10-22T03:17:07.183Z | Compiling winnow v0.5.15 |
1433 | 2023-10-22T03:17:07.209Z | Compiling rustix v0.37.23 |
1434 | 2023-10-22T03:17:07.657Z | Compiling pin-utils v0.1.0 |
1435 | 2023-10-22T03:17:07.925Z | Compiling rustix v0.38.9 |
1436 | 2023-10-22T03:17:08.018Z | Compiling hashbrown v0.13.2 |
1437 | 2023-10-22T03:17:08.710Z | Compiling unicode-normalization v0.1.22 |
1438 | 2023-10-22T03:17:08.746Z | Compiling aho-corasick v1.0.4 |
1439 | 2023-10-22T03:17:08.834Z | Compiling usdt-impl v0.3.5 |
1440 | 2023-10-22T03:17:10.020Z | Compiling slog v2.7.0 |
1441 | 2023-10-22T03:17:11.619Z | Compiling bitflags v1.3.2 |
1442 | 2023-10-22T03:17:11.622Z | Compiling unicode-bidi v0.3.13 |
1443 | 2023-10-22T03:17:11.625Z | Compiling const-oid v0.9.5 |
1444 | 2023-10-22T03:17:11.628Z | Compiling time-core v0.1.1 |
1445 | 2023-10-22T03:17:11.631Z | Compiling crc32fast v1.3.2 |
1446 | 2023-10-22T03:17:11.634Z | Compiling anyhow v1.0.75 |
1447 | 2023-10-22T03:17:11.787Z | Compiling serde_derive v1.0.188 |
1448 | 2023-10-22T03:17:11.996Z | Compiling zeroize_derive v1.4.2 |
1449 | 2023-10-22T03:17:12.134Z | Compiling thiserror-impl v1.0.49 |
1450 | 2023-10-22T03:17:12.196Z | Compiling tokio-macros v2.1.0 |
1451 | 2023-10-22T03:17:12.869Z | Compiling futures-macro v0.3.28 |
1452 | 2023-10-22T03:17:13.410Z | Compiling tracing-attributes v0.1.26 |
1453 | 2023-10-22T03:17:14.369Z | Compiling schemars_derive v0.8.13 |
1454 | 2023-10-22T03:17:14.401Z | Compiling zeroize v1.6.0 |
1455 | 2023-10-22T03:17:15.097Z | Compiling openssl-macros v0.1.1 |
1456 | 2023-10-22T03:17:16.062Z | Compiling zerocopy-derive v0.2.0 |
1457 | 2023-10-22T03:17:16.999Z | Compiling pest v2.7.2 |
1458 | 2023-10-22T03:17:17.341Z | Compiling crypto-common v0.1.6 |
1459 | 2023-10-22T03:17:17.642Z | Compiling block-buffer v0.10.4 |
1460 | 2023-10-22T03:17:18.028Z | Compiling regex-syntax v0.7.5 |
1461 | 2023-10-22T03:17:18.853Z | Compiling digest v0.10.7 |
1462 | 2023-10-22T03:17:18.888Z | Compiling tracing v0.1.37 |
1463 | 2023-10-22T03:17:19.991Z | Compiling time-macros v0.2.13 |
1464 | 2023-10-22T03:17:21.678Z | Compiling pest_meta v2.7.2 |
1465 | 2023-10-22T03:17:25.997Z | Compiling pest_generator v2.7.2 |
1466 | 2023-10-22T03:17:26.128Z | Compiling regex-automata v0.3.8 |
1467 | 2023-10-22T03:17:28.245Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1468 | 2023-10-22T03:17:28.491Z | Compiling crossbeam-epoch v0.9.15 |
1469 | 2023-10-22T03:17:28.904Z | Compiling async-trait v0.1.73 |
1470 | 2023-10-22T03:17:29.047Z | Compiling pest_derive v2.7.2 |
1471 | 2023-10-22T03:17:29.102Z | Compiling ppv-lite86 v0.2.17 |
1472 | 2023-10-22T03:17:29.751Z | Compiling rustversion v1.0.14 |
1473 | 2023-10-22T03:17:30.446Z | Compiling rand_chacha v0.3.1 |
1474 | 2023-10-22T03:17:30.774Z | Compiling zerocopy v0.3.0 |
1475 | 2023-10-22T03:17:31.096Z | Compiling zerocopy-derive v0.6.4 |
1476 | 2023-10-22T03:17:32.094Z | Compiling untrusted v0.7.1 |
1477 | 2023-10-22T03:17:32.521Z | Compiling base64 v0.21.4 |
1478 | 2023-10-22T03:17:32.692Z | Compiling strsim v0.10.0 |
1479 | 2023-10-22T03:17:33.683Z | Compiling dof v0.1.5 |
1480 | 2023-10-22T03:17:33.706Z | Compiling rand v0.8.5 |
1481 | 2023-10-22T03:17:34.196Z | Compiling regex v1.9.5 |
1482 | 2023-10-22T03:17:34.978Z | Compiling bytes v1.5.0 |
1483 | 2023-10-22T03:17:36.468Z | Compiling indexmap v2.0.0 |
1484 | 2023-10-22T03:17:36.970Z | Compiling uuid v1.4.1 |
1485 | 2023-10-22T03:17:38.049Z | Compiling tokio v1.33.0 |
1486 | 2023-10-22T03:17:38.198Z | Compiling chrono v0.4.31 |
1487 | 2023-10-22T03:17:39.998Z | Compiling bitflags v2.4.0 |
1488 | 2023-10-22T03:17:41.363Z | Compiling serde_spanned v0.6.3 |
1489 | 2023-10-22T03:17:41.699Z | Compiling toml_datetime v0.6.3 |
1490 | 2023-10-22T03:17:41.799Z | Compiling rustc_version v0.4.0 |
1491 | 2023-10-22T03:17:42.354Z | Compiling toml_edit v0.19.15 |
1492 | 2023-10-22T03:17:42.809Z | Compiling http v0.2.9 |
1493 | 2023-10-22T03:17:44.258Z | Compiling heapless v0.7.16 |
1494 | 2023-10-22T03:17:49.724Z | Compiling dtrace-parser v0.1.14 |
1495 | 2023-10-22T03:17:52.172Z | Compiling tokio-util v0.7.8 |
1496 | 2023-10-22T03:17:52.904Z | Compiling thread-id v4.2.0 |
1497 | 2023-10-22T03:17:53.042Z | Compiling errno v0.3.2 |
1498 | 2023-10-22T03:17:53.482Z | Compiling num-bigint v0.4.4 |
1499 | 2023-10-22T03:17:54.174Z | Compiling smoltcp v0.9.1 |
1500 | 2023-10-22T03:17:54.214Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1501 | 2023-10-22T03:17:54.238Z | Compiling hashbrown v0.12.3 |
1502 | 2023-10-22T03:17:54.262Z | Compiling unicode-width v0.1.10 |
1503 | 2023-10-22T03:17:54.495Z | Compiling percent-encoding v2.3.0 |
1504 | 2023-10-22T03:17:55.013Z | Compiling foreign-types-shared v0.1.1 |
1505 | 2023-10-22T03:17:55.061Z | Compiling radium v0.7.0 |
1506 | 2023-10-22T03:17:55.168Z | Compiling openssl-probe v0.1.5 |
1507 | 2023-10-22T03:17:55.267Z | Compiling foreign-types v0.3.2 |
1508 | 2023-10-22T03:17:57.560Z | Compiling strum_macros v0.25.2 |
1509 | 2023-10-22T03:17:58.234Z | Compiling serde_tokenstream v0.1.7 |
1510 | 2023-10-22T03:18:00.918Z | Compiling lazy_static v1.4.0 |
1511 | 2023-10-22T03:18:01.410Z | Compiling socket2 v0.4.9 |
1512 | 2023-10-22T03:18:01.434Z | Compiling siphasher v0.3.11 |
1513 | 2023-10-22T03:18:02.072Z | Compiling adler v1.0.2 |
1514 | 2023-10-22T03:18:02.391Z | Compiling unicode-segmentation v1.10.1 |
1515 | 2023-10-22T03:18:02.415Z | Compiling try-lock v0.2.4 |
1516 | 2023-10-22T03:18:03.807Z | Compiling miniz_oxide v0.7.1 |
1517 | 2023-10-22T03:18:04.034Z | Compiling want v0.3.1 |
1518 | 2023-10-22T03:18:07.335Z | Compiling h2 v0.3.21 |
1519 | 2023-10-22T03:18:07.593Z | Compiling form_urlencoded v1.2.0 |
1520 | 2023-10-22T03:18:08.033Z | Compiling http-body v0.4.5 |
1521 | 2023-10-22T03:18:08.059Z | Compiling rustls-webpki v0.101.4 |
1522 | 2023-10-22T03:18:08.679Z | Compiling sct v0.7.0 |
1523 | 2023-10-22T03:18:09.203Z | Compiling hubpack_derive v0.1.1 |
1524 | 2023-10-22T03:18:10.063Z | Compiling num-iter v0.1.43 |
1525 | 2023-10-22T03:18:10.431Z | Compiling tower-service v0.3.2 |
1526 | 2023-10-22T03:18:10.477Z | Compiling cpufeatures v0.2.9 |
1527 | 2023-10-22T03:18:10.743Z | Compiling httpdate v1.0.3 |
1528 | 2023-10-22T03:18:10.801Z | Compiling utf8parse v0.2.1 |
1529 | 2023-10-22T03:18:11.122Z | Compiling anstyle v1.0.2 |
1530 | 2023-10-22T03:18:11.368Z | Compiling anstyle-parse v0.2.1 |
1531 | 2023-10-22T03:18:11.814Z | Compiling sha2 v0.10.8 |
1532 | 2023-10-22T03:18:15.470Z | Compiling usdt-attr-macro v0.3.5 |
1533 | 2023-10-22T03:18:15.580Z | Compiling usdt-macro v0.3.5 |
1534 | 2023-10-22T03:18:18.338Z | Compiling openapiv3 v1.0.3 |
1535 | 2023-10-22T03:18:18.400Z | Compiling hmac v0.12.1 |
1536 | 2023-10-22T03:18:18.718Z | Compiling md-5 v0.10.5 |
1537 | 2023-10-22T03:18:19.075Z | Compiling hyper v0.14.27 |
1538 | 2023-10-22T03:18:19.990Z | Compiling rustls-pemfile v1.0.3 |
1539 | 2023-10-22T03:18:20.975Z | Compiling idna v0.4.0 |
1540 | 2023-10-22T03:18:23.461Z | Compiling stringprep v0.1.3 |
1541 | 2023-10-22T03:18:24.239Z | Compiling diesel_table_macro_syntax v0.1.0 |
1542 | 2023-10-22T03:18:24.704Z | Compiling hash32 v0.2.1 |
1543 | 2023-10-22T03:18:24.833Z | Compiling spin v0.9.8 |
1544 | 2023-10-22T03:18:24.881Z | Compiling either v1.9.0 |
1545 | 2023-10-22T03:18:25.279Z | Compiling anstyle-query v1.0.0 |
1546 | 2023-10-22T03:18:25.486Z | Compiling fallible-iterator v0.2.0 |
1547 | 2023-10-22T03:18:25.624Z | Compiling stable_deref_trait v1.2.0 |
1548 | 2023-10-22T03:18:25.779Z | Compiling gimli v0.28.0 |
1549 | 2023-10-22T03:18:26.654Z | Compiling colorchoice v1.0.0 |
1550 | 2023-10-22T03:18:26.679Z | Compiling postgres-protocol v0.6.6 |
1551 | 2023-10-22T03:18:26.883Z | Compiling anstream v0.5.0 |
1552 | 2023-10-22T03:18:28.635Z | Compiling diesel_derives v2.1.1 |
1553 | 2023-10-22T03:18:29.800Z | Compiling url v2.4.1 |
1554 | 2023-10-22T03:18:32.617Z | Compiling rustls-native-certs v0.6.3 |
1555 | 2023-10-22T03:18:34.549Z | Compiling addr2line v0.21.0 |
1556 | 2023-10-22T03:18:35.605Z | Compiling tokio-rustls v0.24.1 |
1557 | 2023-10-22T03:18:36.231Z | Compiling tokio-native-tls v0.3.1 |
1558 | 2023-10-22T03:18:36.281Z | Compiling terminal_size v0.2.6 |
1559 | 2023-10-22T03:18:36.637Z | Compiling phf_shared v0.11.2 |
1560 | 2023-10-22T03:18:38.399Z | Compiling serde_tokenstream v0.2.0 |
1561 | 2023-10-22T03:18:38.623Z | Compiling block-padding v0.3.3 |
1562 | 2023-10-22T03:18:38.975Z | Compiling enum-as-inner v0.5.1 |
1563 | 2023-10-22T03:18:39.202Z | Compiling serde_repr v0.1.16 |
1564 | 2023-10-22T03:18:39.692Z | Compiling clap_derive v4.4.2 |
1565 | 2023-10-22T03:18:40.942Z | Compiling scheduled-thread-pool v0.2.7 |
1566 | 2023-10-22T03:18:40.973Z | Compiling object v0.32.1 |
1567 | 2023-10-22T03:18:52.897Z | Compiling rustc-demangle v0.1.23 |
1568 | 2023-10-22T03:18:53.162Z | Compiling regex-automata v0.1.10 |
1569 | 2023-10-22T03:18:53.961Z | Compiling ipnet v2.8.0 |
1570 | 2023-10-22T03:18:56.261Z | Compiling managed v0.8.0 |
1571 | 2023-10-22T03:18:57.121Z | Compiling bit-vec v0.6.3 |
1572 | 2023-10-22T03:18:57.319Z | Compiling num_threads v0.1.6 |
1573 | 2023-10-22T03:18:57.654Z | Compiling matches v0.1.10 |
1574 | 2023-10-22T03:18:57.774Z | Compiling clap_lex v0.5.1 |
1575 | 2023-10-22T03:18:57.800Z | Compiling tap v1.0.1 |
1576 | 2023-10-22T03:18:58.086Z | Compiling deranged v0.3.8 |
1577 | 2023-10-22T03:19:01.229Z | Compiling time v0.3.27 |
1578 | 2023-10-22T03:19:01.274Z | Compiling clap_builder v4.4.2 |
1579 | 2023-10-22T03:19:03.308Z | Compiling wyz v0.5.1 |
1580 | 2023-10-22T03:19:03.911Z | Compiling idna v0.2.3 |
1581 | 2023-10-22T03:19:04.015Z | Compiling bstr v0.2.17 |
1582 | 2023-10-22T03:19:06.383Z | Compiling r2d2 v0.8.10 |
1583 | 2023-10-22T03:19:08.692Z | Compiling inout v0.1.3 |
1584 | 2023-10-22T03:19:11.672Z | Compiling phf v0.11.2 |
1585 | 2023-10-22T03:19:12.150Z | Compiling hyper-tls v0.5.0 |
1586 | 2023-10-22T03:19:12.670Z | Compiling hyper-rustls v0.24.1 |
1587 | 2023-10-22T03:19:13.830Z | Compiling flate2 v1.0.27 |
1588 | 2023-10-22T03:19:14.492Z | Compiling postgres-types v0.2.6 |
1589 | 2023-10-22T03:19:14.842Z | Compiling itertools v0.11.0 |
1590 | 2023-10-22T03:19:15.570Z | Compiling hubpack v0.1.2 |
1591 | 2023-10-22T03:19:16.280Z | Compiling serde_urlencoded v0.7.1 |
1592 | 2023-10-22T03:19:16.323Z | Compiling phf_shared v0.10.0 |
1593 | 2023-10-22T03:19:16.834Z | Compiling ipnetwork v0.20.0 |
1594 | 2023-10-22T03:19:16.921Z | Compiling zerocopy v0.6.4 |
1595 | 2023-10-22T03:19:18.284Z | Compiling futures-executor v0.3.28 |
1596 | 2023-10-22T03:19:19.110Z | Compiling regress v0.7.1 |
1597 | 2023-10-22T03:19:19.464Z | Compiling float-cmp v0.9.0 |
1598 | 2023-10-22T03:19:19.548Z | Compiling encoding_rs v0.8.33 |
1599 | 2023-10-22T03:19:19.824Z | Compiling precomputed-hash v0.1.1 |
1600 | 2023-10-22T03:19:23.073Z | Compiling whoami v1.4.1 |
1601 | 2023-10-22T03:19:23.509Z | Compiling static_assertions v1.1.0 |
1602 | 2023-10-22T03:19:23.661Z | Compiling mime v0.3.17 |
1603 | 2023-10-22T03:19:23.936Z | Compiling funty v2.0.0 |
1604 | 2023-10-22T03:19:24.648Z | Compiling new_debug_unreachable v1.0.4 |
1605 | 2023-10-22T03:19:24.790Z | Compiling fixedbitset v0.4.2 |
1606 | 2023-10-22T03:19:25.654Z | Compiling difflib v0.4.0 |
1607 | 2023-10-22T03:19:25.876Z | Compiling normalize-line-endings v0.3.0 |
1608 | 2023-10-22T03:19:26.057Z | Compiling data-encoding v2.4.0 |
1609 | 2023-10-22T03:19:26.061Z | Compiling predicates-core v1.0.6 |
1610 | 2023-10-22T03:19:26.585Z | Compiling smawk v0.3.1 |
1611 | 2023-10-22T03:19:26.682Z | Compiling webpki-roots v0.25.2 |
1612 | 2023-10-22T03:19:26.939Z | Compiling unicode-linebreak v0.1.5 |
1613 | 2023-10-22T03:19:27.060Z | Compiling trust-dns-proto v0.22.0 |
1614 | 2023-10-22T03:19:27.197Z | Compiling reqwest v0.11.20 |
1615 | 2023-10-22T03:19:27.436Z | Compiling predicates v3.0.4 |
1616 | 2023-10-22T03:19:27.788Z | Compiling textwrap v0.16.0 |
1617 | 2023-10-22T03:19:27.824Z | Compiling bitvec v1.0.1 |
1618 | 2023-10-22T03:19:29.545Z | Compiling petgraph v0.6.4 |
1619 | 2023-10-22T03:19:29.893Z | Compiling string_cache v0.8.7 |
1620 | 2023-10-22T03:19:30.569Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1621 | 2023-10-22T03:19:35.337Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1622 | 2023-10-22T03:19:36.344Z | Compiling tokio-postgres v0.7.10 |
1623 | 2023-10-22T03:19:44.819Z | Compiling futures v0.3.28 |
1624 | 2023-10-22T03:19:46.381Z | Compiling diesel v2.1.1 |
1625 | 2023-10-22T03:19:46.716Z | Compiling yasna v0.5.2 |
1626 | 2023-10-22T03:19:47.623Z | Compiling cipher v0.4.4 |
1627 | 2023-10-22T03:19:47.872Z | Compiling clap v4.4.3 |
1628 | 2023-10-22T03:19:48.351Z | Compiling similar v2.2.1 |
1629 | 2023-10-22T03:19:48.528Z | Compiling bit-set v0.5.3 |
1630 | 2023-10-22T03:19:49.186Z | Compiling itertools v0.10.5 |
1631 | 2023-10-22T03:19:49.541Z | Compiling usdt v0.3.5 |
1632 | 2023-10-22T03:19:50.215Z | Compiling console v0.15.7 |
1633 | 2023-10-22T03:19:50.990Z | Compiling tokio-stream v0.1.14 |
1634 | 2023-10-22T03:19:52.482Z | Compiling toml v0.7.8 |
1635 | 2023-10-22T03:19:52.528Z | Compiling hex v0.4.3 |
1636 | 2023-10-22T03:19:52.847Z | Compiling bstr v1.6.0 |
1637 | 2023-10-22T03:19:53.505Z | Compiling signature v2.1.0 |
1638 | 2023-10-22T03:19:55.571Z | Compiling lalrpop-util v0.19.12 |
1639 | 2023-10-22T03:19:56.405Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1640 | 2023-10-22T03:20:03.700Z | Compiling ident_case v1.0.1 |
1641 | 2023-10-22T03:20:03.967Z | Compiling darling_core v0.20.3 |
1642 | 2023-10-22T03:20:19.480Z | Compiling crossbeam-channel v0.5.8 |
1643 | 2023-10-22T03:20:28.447Z | Compiling atty v0.2.14 |
1644 | 2023-10-22T03:20:28.846Z | Compiling proc-macro-error-attr v1.0.4 |
1645 | 2023-10-22T03:20:42.214Z | Compiling darling_macro v0.20.3 |
1646 | 2023-10-22T03:20:47.541Z | Compiling proc-macro-crate v1.3.1 |
1647 | 2023-10-22T03:20:51.254Z | Compiling dirs-sys-next v0.1.2 |
1648 | 2023-10-22T03:20:53.141Z | Compiling proc-macro-error v1.0.4 |
1649 | 2023-10-22T03:21:05.090Z | Compiling dirs-next v2.0.0 |
1650 | 2023-10-22T03:21:08.814Z | Compiling num_enum_derive v0.5.11 |
1651 | 2023-10-22T03:21:17.611Z | Compiling darling v0.20.3 |
1652 | 2023-10-22T03:21:19.708Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1653 | 2023-10-22T03:21:26.313Z | Compiling getopts v0.2.21 |
1654 | 2023-10-22T03:21:27.784Z | Compiling structmeta-derive v0.1.6 |
1655 | 2023-10-22T03:21:28.863Z | Compiling thread_local v1.1.7 |
1656 | 2023-10-22T03:21:30.153Z | Compiling multer v2.1.0 |
1657 | 2023-10-22T03:21:30.474Z | Compiling camino v1.1.6 |
1658 | 2023-10-22T03:21:31.291Z | Compiling match_cfg v0.1.0 |
1659 | 2023-10-22T03:21:31.439Z | Compiling unsafe-libyaml v0.2.9 |
1660 | 2023-10-22T03:21:31.539Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1661 | 2023-10-22T03:21:32.204Z | Compiling slog-async v2.8.0 |
1662 | 2023-10-22T03:21:33.430Z | Compiling paste v1.0.14 |
1663 | 2023-10-22T03:21:36.941Z | Compiling serde_yaml v0.9.25 |
1664 | 2023-10-22T03:21:52.588Z | Compiling structmeta v0.1.6 |
1665 | 2023-10-22T03:21:52.776Z | Compiling hostname v0.3.1 |
1666 | 2023-10-22T03:21:53.360Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1667 | 2023-10-22T03:21:54.733Z | Compiling serde_with_macros v2.3.3 |
1668 | 2023-10-22T03:21:59.990Z | Compiling num_enum v0.5.11 |
1669 | 2023-10-22T03:22:00.907Z | Compiling term v0.7.0 |
1670 | 2023-10-22T03:22:01.991Z | Compiling slog-json v2.6.1 |
1671 | 2023-10-22T03:22:04.424Z | Compiling strum v0.25.0 |
1672 | 2023-10-22T03:22:07.331Z | Compiling async-stream-impl v0.3.5 |
1673 | 2023-10-22T03:22:07.601Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1674 | 2023-10-22T03:22:07.954Z | Compiling postcard-cobs v0.1.5-pre |
1675 | 2023-10-22T03:22:08.003Z | Compiling regex-syntax v0.6.29 |
1676 | 2023-10-22T03:22:08.338Z | Compiling take_mut v0.2.2 |
1677 | 2023-10-22T03:22:08.672Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1678 | 2023-10-22T03:22:09.075Z | Compiling atomic-waker v1.1.1 |
1679 | 2023-10-22T03:22:09.267Z | Compiling postcard v0.7.3 |
1680 | 2023-10-22T03:22:09.324Z | Compiling async-stream v0.3.5 |
1681 | 2023-10-22T03:22:09.373Z | Compiling waitgroup v0.1.2 |
1682 | 2023-10-22T03:22:09.935Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1683 | 2023-10-22T03:22:10.165Z | Compiling slog-bunyan v2.4.0 |
1684 | 2023-10-22T03:22:10.190Z | Compiling slog-term v2.9.0 |
1685 | 2023-10-22T03:22:10.586Z | Compiling serde_with v2.3.3 |
1686 | 2023-10-22T03:22:16.861Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1687 | 2023-10-22T03:22:17.426Z | Compiling sha1 v0.10.5 |
1688 | 2023-10-22T03:22:17.754Z | Compiling parse-display-derive v0.7.0 |
1689 | 2023-10-22T03:22:18.064Z | Compiling smoltcp v0.8.2 |
1690 | 2023-10-22T03:22:18.120Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1691 | 2023-10-22T03:22:18.934Z | Compiling serde_path_to_error v0.1.14 |
1692 | 2023-10-22T03:22:19.328Z | Compiling foreign-types-macros v0.2.3 |
1693 | 2023-10-22T03:22:20.687Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1694 | 2023-10-22T03:22:21.106Z | Compiling instant v0.1.12 |
1695 | 2023-10-22T03:22:21.130Z | Compiling debug-ignore v1.0.5 |
1696 | 2023-10-22T03:22:21.350Z | Compiling foreign-types-shared v0.3.1 |
1697 | 2023-10-22T03:22:21.353Z | Compiling cfg-if v0.1.10 |
1698 | 2023-10-22T03:22:21.356Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1699 | 2023-10-22T03:22:21.492Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1700 | 2023-10-22T03:22:21.583Z | Compiling foreign-types v0.5.0 |
1701 | 2023-10-22T03:22:21.820Z | Compiling backoff v0.4.0 |
1702 | 2023-10-22T03:22:22.399Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1703 | 2023-10-22T03:22:22.595Z | Compiling is-terminal v0.4.9 |
1704 | 2023-10-22T03:22:22.647Z | Compiling macaddr v1.0.1 |
1705 | 2023-10-22T03:22:22.789Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1706 | 2023-10-22T03:22:23.825Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1707 | 2023-10-22T03:22:23.925Z | Compiling parse-display v0.7.0 |
1708 | 2023-10-22T03:22:24.001Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1709 | 2023-10-22T03:22:24.251Z | Compiling cstr-argument v0.1.2 |
1710 | 2023-10-22T03:22:24.633Z | Compiling crucible-workspace-hack v0.1.0 |
1711 | 2023-10-22T03:22:25.022Z | Compiling base64ct v1.6.0 |
1712 | 2023-10-22T03:22:25.282Z | Compiling pretty-hex v0.2.1 |
1713 | 2023-10-22T03:22:25.682Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1714 | 2023-10-22T03:22:26.158Z | Compiling password-hash v0.5.0 |
1715 | 2023-10-22T03:22:26.790Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1716 | 2023-10-22T03:22:27.453Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1717 | 2023-10-22T03:22:29.117Z | Compiling colored v2.0.4 |
1718 | 2023-10-22T03:22:30.272Z | Compiling heck v0.3.3 |
1719 | 2023-10-22T03:22:30.358Z | Compiling textwrap v0.11.0 |
1720 | 2023-10-22T03:22:30.873Z | Compiling blake2 v0.10.6 |
1721 | 2023-10-22T03:22:31.417Z | Compiling vec_map v0.8.2 |
1722 | 2023-10-22T03:22:31.958Z | Compiling ansi_term v0.12.1 |
1723 | 2023-10-22T03:22:32.174Z | Compiling libefi-sys v0.1.0 |
1724 | 2023-10-22T03:22:32.592Z | Compiling strsim v0.8.0 |
1725 | 2023-10-22T03:22:33.124Z | Compiling rayon-core v1.11.0 |
1726 | 2023-10-22T03:22:33.354Z | Compiling clap v2.34.0 |
1727 | 2023-10-22T03:22:33.612Z | Compiling argon2 v0.5.2 |
1728 | 2023-10-22T03:22:34.959Z | Compiling structopt-derive v0.4.18 |
1729 | 2023-10-22T03:22:38.694Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1730 | 2023-10-22T03:22:38.972Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1731 | 2023-10-22T03:22:39.292Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1732 | 2023-10-22T03:22:39.595Z | Compiling zone_cfg_derive v0.2.0 |
1733 | 2023-10-22T03:22:40.109Z | Compiling crossbeam-deque v0.8.3 |
1734 | 2023-10-22T03:22:40.779Z | Compiling num-derive v0.4.0 |
1735 | 2023-10-22T03:22:41.819Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1736 | 2023-10-22T03:22:42.356Z | Compiling keccak v0.1.4 |
1737 | 2023-10-22T03:22:43.148Z | Compiling portable-atomic v1.4.3 |
1738 | 2023-10-22T03:22:43.935Z | Compiling sha3 v0.10.8 |
1739 | 2023-10-22T03:22:44.415Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1740 | 2023-10-22T03:22:44.796Z | Compiling zone v0.2.0 |
1741 | 2023-10-22T03:22:45.347Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1742 | 2023-10-22T03:22:49.749Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1743 | 2023-10-22T03:22:50.015Z | Compiling structopt v0.3.26 |
1744 | 2023-10-22T03:22:50.659Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1745 | 2023-10-22T03:22:51.731Z | Compiling hkdf v0.12.3 |
1746 | 2023-10-22T03:22:52.134Z | Compiling smf v0.2.2 |
1747 | 2023-10-22T03:22:52.548Z | Compiling secrecy v0.8.0 |
1748 | 2023-10-22T03:22:52.967Z | Compiling xattr v1.0.1 |
1749 | 2023-10-22T03:22:53.435Z | Compiling filetime v0.2.22 |
1750 | 2023-10-22T03:22:53.953Z | Compiling same-file v1.0.6 |
1751 | 2023-10-22T03:22:54.433Z | Compiling fastrand v2.0.0 |
1752 | 2023-10-22T03:22:54.783Z | Compiling walkdir v2.4.0 |
1753 | 2023-10-22T03:22:54.953Z | Compiling tar v0.4.40 |
1754 | 2023-10-22T03:22:55.648Z | Compiling tempfile v3.8.0 |
1755 | 2023-10-22T03:22:57.696Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1756 | 2023-10-22T03:22:58.366Z | Compiling rayon v1.7.0 |
1757 | 2023-10-22T03:22:58.991Z | Compiling number_prefix v0.4.0 |
1758 | 2023-10-22T03:22:59.386Z | Compiling omicron-zone-package v0.8.3 |
1759 | 2023-10-22T03:23:02.123Z | Compiling topological-sort v0.2.2 |
1760 | 2023-10-22T03:23:07.366Z | Compiling indicatif v0.17.7 |
1761 | 2023-10-22T03:23:13.445Z | Compiling bzip2 v0.4.4 |
1762 | 2023-10-22T03:23:14.207Z | Compiling zip v0.6.6 |
1763 | 2023-10-22T03:23:16.626Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1764 | 2023-10-22T03:23:16.979Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1765 | 2023-10-22T03:23:17.011Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1766 | 2023-10-22T03:23:17.657Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1767 | 2023-10-22T03:23:27.122Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1768 | 2023-10-22T03:23:27.125Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1769 | 2023-10-22T03:23:27.128Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1770 | 2023-10-22T03:23:40.816Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1771 | 2023-10-22T03:23:42.228Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1772 | 2023-10-22T03:24:17.609Z | Finished release [optimized] target(s) in 8m 04s |
1773 | 2023-10-22T03:24:17.866Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1774 | 2023-10-22T03:24:17.952Z | Created new build target 'test' and set it as active |
1775 | 2023-10-22T03:24:17.955Z | |
1776 | 2023-10-22T03:24:17.957Z | real 8:05.358909510 |
1777 | 2023-10-22T03:24:17.962Z | user 51:13.566446334 |
1778 | 2023-10-22T03:24:17.965Z | sys 4:34.809082622 |
1779 | 2023-10-22T03:24:17.968Z | trap 1.959323123 |
1780 | 2023-10-22T03:24:17.971Z | tflt 3.058163738 |
1781 | 2023-10-22T03:24:17.974Z | dflt 3.791427441 |
1782 | 2023-10-22T03:24:17.977Z | kflt 0.026243280 |
1783 | 2023-10-22T03:24:17.980Z | lock 1:50:40.137360729 |
1784 | 2023-10-22T03:24:17.983Z | slp 2:45:21.589361240 |
1785 | 2023-10-22T03:24:17.986Z | lat 2:18.472655011 |
1786 | 2023-10-22T03:24:17.988Z | stop 3:59.697661552 |
1787 | 2023-10-22T03:24:17.991Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1788 | 2023-10-22T03:24:19.113Z | Finished release [optimized] target(s) in 1.07s |
1789 | 2023-10-22T03:24:19.142Z | Running `target/release/omicron-package -t test package` |
1790 | 2023-10-22T03:24:19.180Z | Oct 22 03:24:19.182 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1791 | 2023-10-22T03:24:20.383Z | Compiling serde_json v1.0.107 |
1792 | 2023-10-22T03:24:20.432Z | Compiling linked-hash-map v0.5.6 |
1793 | 2023-10-22T03:24:20.438Z | Compiling slog-dtrace v0.2.3 |
1794 | 2023-10-22T03:24:20.456Z | Compiling quick-error v1.2.3 |
1795 | 2023-10-22T03:24:20.459Z | Compiling same-file v1.0.6 |
1796 | 2023-10-22T03:24:20.462Z | Compiling semver-parser v0.10.2 |
1797 | 2023-10-22T03:24:20.468Z | Compiling fastrand v2.0.0 |
1798 | 2023-10-22T03:24:20.472Z | Compiling termcolor v1.2.0 |
1799 | 2023-10-22T03:24:20.695Z | Compiling resolv-conf v0.7.0 |
1800 | 2023-10-22T03:24:20.826Z | Compiling walkdir v2.4.0 |
1801 | 2023-10-22T03:24:20.929Z | Compiling filetime v0.2.22 |
1802 | 2023-10-22T03:24:21.032Z | Compiling lru-cache v0.1.2 |
1803 | 2023-10-22T03:24:21.307Z | Compiling trust-dns-resolver v0.22.0 |
1804 | 2023-10-22T03:24:21.341Z | Compiling tempfile v3.8.0 |
1805 | 2023-10-22T03:24:21.345Z | Compiling xattr v1.0.1 |
1806 | 2023-10-22T03:24:21.707Z | Compiling semver v0.11.0 |
1807 | 2023-10-22T03:24:21.912Z | Compiling memoffset v0.7.1 |
1808 | 2023-10-22T03:24:22.327Z | Compiling base64 v0.13.1 |
1809 | 2023-10-22T03:24:22.552Z | Compiling home v0.5.5 |
1810 | 2023-10-22T03:24:22.830Z | Compiling toolchain_find v0.2.0 |
1811 | 2023-10-22T03:24:22.862Z | Compiling tar v0.4.40 |
1812 | 2023-10-22T03:24:22.891Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1813 | 2023-10-22T03:24:23.485Z | Compiling libz-sys v1.1.12 |
1814 | 2023-10-22T03:24:23.636Z | Compiling toml v0.5.11 |
1815 | 2023-10-22T03:24:23.655Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1816 | 2023-10-22T03:24:23.799Z | Compiling schemars v0.8.13 |
1817 | 2023-10-22T03:24:23.887Z | Compiling reqwest v0.11.20 |
1818 | 2023-10-22T03:24:23.976Z | Compiling usdt-impl v0.3.5 |
1819 | 2023-10-22T03:24:24.263Z | Compiling openapiv3 v1.0.3 |
1820 | 2023-10-22T03:24:26.040Z | Compiling usdt v0.3.5 |
1821 | 2023-10-22T03:24:29.137Z | Compiling ipnetwork v0.20.0 |
1822 | 2023-10-22T03:24:29.338Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1823 | 2023-10-22T03:24:32.529Z | Compiling postgres-types v0.2.6 |
1824 | 2023-10-22T03:24:34.921Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1825 | 2023-10-22T03:24:35.115Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1826 | 2023-10-22T03:24:39.804Z | Compiling tokio-postgres v0.7.10 |
1827 | 2023-10-22T03:24:39.874Z | Compiling slog-json v2.6.1 |
1828 | 2023-10-22T03:24:40.703Z | Compiling slog-bunyan v2.4.0 |
1829 | 2023-10-22T03:24:41.090Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1830 | 2023-10-22T03:24:41.093Z | Compiling diesel v2.1.1 |
1831 | 2023-10-22T03:24:42.252Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1832 | 2023-10-22T03:24:48.633Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1833 | 2023-10-22T03:24:48.952Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1834 | 2023-10-22T03:24:53.504Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1835 | 2023-10-22T03:25:00.745Z | Compiling rustfmt-wrapper v0.2.0 |
1836 | 2023-10-22T03:25:01.791Z | Compiling omicron-zone-package v0.8.3 |
1837 | 2023-10-22T03:25:02.995Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1838 | 2023-10-22T03:25:03.403Z | Compiling cancel-safe-futures v0.1.2 |
1839 | 2023-10-22T03:25:03.906Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1840 | 2023-10-22T03:25:04.647Z | Compiling num-rational v0.4.1 |
1841 | 2023-10-22T03:25:04.974Z | Compiling utf-8 v0.7.6 |
1842 | 2023-10-22T03:25:06.235Z | Compiling pem-rfc7468 v0.7.0 |
1843 | 2023-10-22T03:25:06.239Z | Compiling der_derive v0.7.2 |
1844 | 2023-10-22T03:25:07.571Z | Compiling flagset v0.4.3 |
1845 | 2023-10-22T03:25:08.839Z | Compiling vergen v8.2.4 |
1846 | 2023-10-22T03:25:09.281Z | Compiling fxhash v0.2.1 |
1847 | 2023-10-22T03:25:09.635Z | Compiling num-complex v0.4.4 |
1848 | 2023-10-22T03:25:10.126Z | Compiling der v0.7.8 |
1849 | 2023-10-22T03:25:11.859Z | Compiling unicase v2.7.0 |
1850 | 2023-10-22T03:25:12.304Z | Compiling num v0.4.1 |
1851 | 2023-10-22T03:25:12.428Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1852 | 2023-10-22T03:25:12.457Z | Compiling universal-hash v0.5.1 |
1853 | 2023-10-22T03:25:12.799Z | Compiling libsqlite3-sys v0.26.0 |
1854 | 2023-10-22T03:25:13.464Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1855 | 2023-10-22T03:25:14.042Z | Compiling spki v0.7.2 |
1856 | 2023-10-22T03:25:14.522Z | Compiling semver v0.1.20 |
1857 | 2023-10-22T03:25:14.925Z | Compiling opaque-debug v0.3.0 |
1858 | 2023-10-22T03:25:15.112Z | Compiling half v1.8.2 |
1859 | 2023-10-22T03:25:15.539Z | Compiling ciborium-io v0.2.1 |
1860 | 2023-10-22T03:25:15.725Z | Compiling maybe-uninit v2.0.0 |
1861 | 2023-10-22T03:25:16.376Z | Compiling arc-swap v1.6.0 |
1862 | 2023-10-22T03:25:17.176Z | Compiling slog-scope v4.4.0 |
1863 | 2023-10-22T03:25:17.673Z | Compiling ciborium-ll v0.2.1 |
1864 | 2023-10-22T03:25:18.536Z | Compiling rustc_version v0.1.7 |
1865 | 2023-10-22T03:25:18.773Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1866 | 2023-10-22T03:25:19.210Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1867 | 2023-10-22T03:25:23.958Z | Compiling num-bigint-dig v0.8.4 |
1868 | 2023-10-22T03:25:24.350Z | Compiling crc-catalog v2.2.0 |
1869 | 2023-10-22T03:25:24.571Z | Compiling signal-hook v0.3.17 |
1870 | 2023-10-22T03:25:24.950Z | Compiling packed_struct v0.10.1 |
1871 | 2023-10-22T03:25:25.543Z | Compiling parking_lot_core v0.8.6 |
1872 | 2023-10-22T03:25:25.808Z | Compiling crc v3.0.1 |
1873 | 2023-10-22T03:25:26.970Z | Compiling newtype_derive v0.1.6 |
1874 | 2023-10-22T03:25:27.376Z | Compiling ciborium v0.2.1 |
1875 | 2023-10-22T03:25:28.194Z | Compiling slog-stdlog v4.1.1 |
1876 | 2023-10-22T03:25:29.773Z | Compiling pkcs8 v0.10.2 |
1877 | 2023-10-22T03:25:31.436Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1878 | 2023-10-22T03:25:32.135Z | Compiling toml_edit v0.20.0 |
1879 | 2023-10-22T03:25:32.803Z | Compiling hashlink v0.8.3 |
1880 | 2023-10-22T03:25:33.987Z | Compiling aead v0.5.2 |
1881 | 2023-10-22T03:25:34.464Z | Compiling nibble_vec v0.1.0 |
1882 | 2023-10-22T03:25:34.800Z | Compiling packed_struct_codegen v0.10.1 |
1883 | 2023-10-22T03:25:35.080Z | Compiling dirs-sys-next v0.1.2 |
1884 | 2023-10-22T03:25:35.892Z | Compiling fallible-streaming-iterator v0.1.9 |
1885 | 2023-10-22T03:25:36.306Z | Compiling endian-type v0.1.2 |
1886 | 2023-10-22T03:25:36.660Z | Compiling glob v0.3.1 |
1887 | 2023-10-22T03:25:37.045Z | Compiling nodrop v0.1.14 |
1888 | 2023-10-22T03:25:37.227Z | Compiling humantime v2.1.0 |
1889 | 2023-10-22T03:25:38.043Z | Compiling doc-comment v0.3.3 |
1890 | 2023-10-22T03:25:38.686Z | Compiling crunchy v0.2.2 |
1891 | 2023-10-22T03:25:38.986Z | Compiling clang-sys v1.6.1 |
1892 | 2023-10-22T03:25:39.343Z | Compiling array-init v0.0.4 |
1893 | 2023-10-22T03:25:39.987Z | Compiling toml v0.8.0 |
1894 | 2023-10-22T03:25:41.521Z | Compiling radix_trie v0.2.1 |
1895 | 2023-10-22T03:25:42.987Z | Compiling rusqlite v0.29.0 |
1896 | 2023-10-22T03:25:46.944Z | Compiling dirs-next v2.0.0 |
1897 | 2023-10-22T03:25:47.793Z | Compiling pkcs1 v0.7.5 |
1898 | 2023-10-22T03:25:49.646Z | Compiling smallvec v0.6.14 |
1899 | 2023-10-22T03:25:50.412Z | Compiling slog-envlogger v2.2.0 |
1900 | 2023-10-22T03:25:54.187Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1901 | 2023-10-22T03:25:54.335Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1902 | 2023-10-22T03:25:55.046Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1903 | 2023-10-22T03:25:55.956Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1904 | 2023-10-22T03:25:58.488Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1905 | 2023-10-22T03:26:04.821Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1906 | 2023-10-22T03:26:07.390Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1907 | 2023-10-22T03:26:07.918Z | Compiling nix v0.26.2 |
1908 | 2023-10-22T03:26:08.029Z | Compiling num_enum_derive v0.7.0 |
1909 | 2023-10-22T03:26:08.324Z | Compiling twox-hash v1.6.3 |
1910 | 2023-10-22T03:26:10.136Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1911 | 2023-10-22T03:26:11.777Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1912 | 2023-10-22T03:26:12.212Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1913 | 2023-10-22T03:26:12.225Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1914 | 2023-10-22T03:26:13.349Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1915 | 2023-10-22T03:26:14.131Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1916 | 2023-10-22T03:26:21.315Z | Compiling tiny-keccak v2.0.2 |
1917 | 2023-10-22T03:26:21.707Z | Compiling platforms v3.0.2 |
1918 | 2023-10-22T03:26:22.173Z | Compiling bitfield v0.14.0 |
1919 | 2023-10-22T03:26:22.662Z | Compiling prettyplease v0.2.12 |
1920 | 2023-10-22T03:26:23.110Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1921 | 2023-10-22T03:26:26.114Z | Compiling num_enum v0.7.0 |
1922 | 2023-10-22T03:26:26.401Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1923 | 2023-10-22T03:26:27.009Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1924 | 2023-10-22T03:26:46.605Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1925 | 2023-10-22T03:26:47.225Z | Compiling parking_lot v0.11.2 |
1926 | 2023-10-22T03:26:47.688Z | Compiling rsa v0.9.2 |
1927 | 2023-10-22T03:26:51.270Z | Compiling serde-hex v0.1.0 |
1928 | 2023-10-22T03:26:51.291Z | Compiling mime_guess v2.0.4 |
1929 | 2023-10-22T03:26:53.130Z | Compiling term v0.7.0 |
1930 | 2023-10-22T03:26:55.193Z | Compiling trust-dns-client v0.22.0 |
1931 | 2023-10-22T03:26:55.628Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1932 | 2023-10-22T03:26:56.161Z | Compiling polyval v0.6.1 |
1933 | 2023-10-22T03:26:56.588Z | Compiling x509-cert v0.2.4 |
1934 | 2023-10-22T03:26:57.257Z | Compiling tungstenite v0.20.1 |
1935 | 2023-10-22T03:27:00.143Z | Compiling env_logger v0.10.0 |
1936 | 2023-10-22T03:27:04.713Z | Compiling ctr v0.9.2 |
1937 | 2023-10-22T03:27:05.248Z | Compiling aes v0.8.3 |
1938 | 2023-10-22T03:27:06.546Z | Compiling darling_core v0.14.4 |
1939 | 2023-10-22T03:27:06.940Z | Compiling ron v0.8.1 |
1940 | 2023-10-22T03:27:09.695Z | Compiling snafu-derive v0.7.5 |
1941 | 2023-10-22T03:27:13.779Z | Compiling bincode v1.3.3 |
1942 | 2023-10-22T03:27:15.686Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1943 | 2023-10-22T03:27:16.099Z | Compiling crc-any v2.4.3 |
1944 | 2023-10-22T03:27:17.710Z | Compiling erased-serde v0.3.30 |
1945 | 2023-10-22T03:27:17.732Z | Compiling convert_case v0.4.0 |
1946 | 2023-10-22T03:27:18.096Z | Compiling minimal-lexical v0.2.1 |
1947 | 2023-10-22T03:27:18.436Z | Compiling trust-dns-server v0.22.1 |
1948 | 2023-10-22T03:27:18.882Z | Compiling nom v7.1.3 |
1949 | 2023-10-22T03:27:18.998Z | Compiling derive_more v0.99.17 |
1950 | 2023-10-22T03:27:19.257Z | Compiling snafu v0.7.5 |
1951 | 2023-10-22T03:27:21.274Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1952 | 2023-10-22T03:27:25.426Z | Compiling darling_macro v0.14.4 |
1953 | 2023-10-22T03:27:26.847Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1954 | 2023-10-22T03:27:29.819Z | Compiling aes-gcm-siv v0.11.1 |
1955 | 2023-10-22T03:27:30.301Z | Compiling tokio-tungstenite v0.20.1 |
1956 | 2023-10-22T03:27:32.030Z | Compiling ascii-canvas v3.0.0 |
1957 | 2023-10-22T03:27:32.327Z | Compiling steno v0.4.0 |
1958 | 2023-10-22T03:27:32.659Z | Compiling sled v0.34.7 |
1959 | 2023-10-22T03:27:32.806Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1960 | 2023-10-22T03:27:40.301Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1961 | 2023-10-22T03:27:46.637Z | Compiling env_logger v0.9.3 |
1962 | 2023-10-22T03:27:52.274Z | Compiling tungstenite v0.18.0 |
1963 | 2023-10-22T03:27:54.410Z | Compiling object v0.30.4 |
1964 | 2023-10-22T03:27:54.423Z | Compiling is-terminal v0.4.9 |
1965 | 2023-10-22T03:27:54.634Z | Compiling ena v0.14.2 |
1966 | 2023-10-22T03:27:55.248Z | Compiling derive-where v1.2.5 |
1967 | 2023-10-22T03:27:56.728Z | Compiling async-recursion v1.0.5 |
1968 | 2023-10-22T03:27:58.231Z | Compiling bitstruct_derive v0.1.0 |
1969 | 2023-10-22T03:28:00.257Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1970 | 2023-10-22T03:28:00.463Z | Compiling libloading v0.7.4 |
1971 | 2023-10-22T03:28:00.708Z | Compiling diff v0.1.13 |
1972 | 2023-10-22T03:28:01.049Z | Compiling ascii v1.1.0 |
1973 | 2023-10-22T03:28:01.673Z | Compiling linear-map v1.2.0 |
1974 | 2023-10-22T03:28:01.987Z | Compiling path-slash v0.1.5 |
1975 | 2023-10-22T03:28:02.313Z | Compiling ringbuffer v0.15.0 |
1976 | 2023-10-22T03:28:02.325Z | Compiling bindgen v0.65.1 |
1977 | 2023-10-22T03:28:02.455Z | Compiling pretty-hex v0.3.0 |
1978 | 2023-10-22T03:28:02.808Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1979 | 2023-10-22T03:28:02.952Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1980 | 2023-10-22T03:28:03.415Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1981 | 2023-10-22T03:28:07.761Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1982 | 2023-10-22T03:28:13.246Z | Compiling lalrpop v0.19.12 |
1983 | 2023-10-22T03:28:17.374Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1984 | 2023-10-22T03:28:17.748Z | Compiling bitstruct v0.1.1 |
1985 | 2023-10-22T03:28:17.928Z | Compiling tokio-tungstenite v0.18.0 |
1986 | 2023-10-22T03:28:18.807Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1987 | 2023-10-22T03:28:20.643Z | Compiling curve25519-dalek v4.1.0 |
1988 | 2023-10-22T03:28:24.185Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1989 | 2023-10-22T03:28:28.261Z | Compiling darling v0.14.4 |
1990 | 2023-10-22T03:28:28.435Z | Compiling cexpr v0.6.0 |
1991 | 2023-10-22T03:28:35.680Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1992 | 2023-10-22T03:28:36.354Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1993 | 2023-10-22T03:28:36.752Z | Compiling which v4.4.0 |
1994 | 2023-10-22T03:28:37.562Z | Compiling ff v0.13.0 |
1995 | 2023-10-22T03:28:37.924Z | Compiling path-dedot v3.1.0 |
1996 | 2023-10-22T03:28:38.175Z | Compiling serde_arrays v0.1.0 |
1997 | 2023-10-22T03:28:38.269Z | Compiling display-error-chain v0.1.1 |
1998 | 2023-10-22T03:28:38.418Z | Compiling peeking_take_while v0.1.2 |
1999 | 2023-10-22T03:28:38.480Z | Compiling lazycell v1.3.0 |
2000 | 2023-10-22T03:28:38.616Z | Compiling shlex v1.1.0 |
2001 | 2023-10-22T03:28:38.725Z | Compiling rustc-hash v1.1.0 |
2002 | 2023-10-22T03:28:39.011Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2003 | 2023-10-22T03:28:40.612Z | Compiling path-absolutize v3.1.0 |
2004 | 2023-10-22T03:28:40.904Z | Compiling group v0.13.0 |
2005 | 2023-10-22T03:28:41.169Z | Compiling derive_builder_core v0.12.0 |
2006 | 2023-10-22T03:28:45.054Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2007 | 2023-10-22T03:28:46.283Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2008 | 2023-10-22T03:28:50.925Z | Compiling olpc-cjson v0.1.3 |
2009 | 2023-10-22T03:28:51.855Z | Compiling pem v1.1.1 |
2010 | 2023-10-22T03:28:53.885Z | Compiling camino-tempfile v1.0.2 |
2011 | 2023-10-22T03:28:54.295Z | Compiling globset v0.4.13 |
2012 | 2023-10-22T03:28:55.223Z | Compiling crypto-bigint v0.5.2 |
2013 | 2023-10-22T03:28:55.731Z | Compiling serde_plain v1.0.2 |
2014 | 2023-10-22T03:28:56.723Z | Compiling thiserror-impl-no-std v2.0.2 |
2015 | 2023-10-22T03:29:01.279Z | Compiling curve25519-dalek-derive v0.1.0 |
2016 | 2023-10-22T03:29:01.897Z | Compiling libxml v0.3.3 |
2017 | 2023-10-22T03:29:02.017Z | Compiling buf-list v1.0.3 |
2018 | 2023-10-22T03:29:02.389Z | Compiling ref-cast v1.0.20 |
2019 | 2023-10-22T03:29:02.805Z | Compiling base16ct v0.2.0 |
2020 | 2023-10-22T03:29:03.005Z | Compiling polar-core v0.26.4 |
2021 | 2023-10-22T03:29:03.126Z | Compiling elliptic-curve v0.13.5 |
2022 | 2023-10-22T03:29:03.499Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2023 | 2023-10-22T03:29:04.018Z | Compiling thiserror-no-std v2.0.2 |
2024 | 2023-10-22T03:29:04.189Z | Compiling tough v0.12.5 |
2025 | 2023-10-22T03:29:09.308Z | Compiling derive_builder_macro v0.12.0 |
2026 | 2023-10-22T03:29:10.521Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2027 | 2023-10-22T03:29:16.631Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2028 | 2023-10-22T03:29:19.182Z | Compiling poly1305 v0.8.0 |
2029 | 2023-10-22T03:29:19.950Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2030 | 2023-10-22T03:29:20.347Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2031 | 2023-10-22T03:29:20.693Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2032 | 2023-10-22T03:29:20.752Z | Compiling chacha20 v0.9.1 |
2033 | 2023-10-22T03:29:21.221Z | Compiling strum_macros v0.24.3 |
2034 | 2023-10-22T03:29:21.456Z | Compiling const_format_proc_macros v0.2.31 |
2035 | 2023-10-22T03:29:21.847Z | Compiling bcs v0.1.5 |
2036 | 2023-10-22T03:29:23.240Z | Compiling ref-cast-impl v1.0.20 |
2037 | 2023-10-22T03:29:24.690Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2038 | 2023-10-22T03:29:25.032Z | Compiling cookie v0.16.2 |
2039 | 2023-10-22T03:29:25.103Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2040 | 2023-10-22T03:29:25.464Z | Compiling indoc v1.0.9 |
2041 | 2023-10-22T03:29:25.549Z | Compiling salty v0.2.0 |
2042 | 2023-10-22T03:29:26.095Z | Compiling highway v1.1.0 |
2043 | 2023-10-22T03:29:26.661Z | Compiling signature v1.6.4 |
2044 | 2023-10-22T03:29:26.893Z | Compiling ed25519 v1.5.3 |
2045 | 2023-10-22T03:29:26.933Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2046 | 2023-10-22T03:29:27.892Z | Compiling const_format v0.2.31 |
2047 | 2023-10-22T03:29:28.537Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2048 | 2023-10-22T03:29:29.752Z | Compiling chacha20poly1305 v0.10.1 |
2049 | 2023-10-22T03:29:30.133Z | Compiling derive_builder v0.12.0 |
2050 | 2023-10-22T03:29:30.420Z | Compiling vsss-rs v3.3.1 |
2051 | 2023-10-22T03:29:40.477Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2052 | 2023-10-22T03:29:46.863Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2053 | 2023-10-22T03:29:49.487Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2054 | 2023-10-22T03:29:50.874Z | Compiling signal-hook-mio v0.2.3 |
2055 | 2023-10-22T03:29:51.151Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2056 | 2023-10-22T03:29:51.682Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2057 | 2023-10-22T03:29:55.908Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2058 | 2023-10-22T03:29:56.300Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2059 | 2023-10-22T03:30:04.249Z | Compiling ron v0.7.1 |
2060 | 2023-10-22T03:30:08.401Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2061 | 2023-10-22T03:30:10.093Z | Compiling headers-core v0.2.0 |
2062 | 2023-10-22T03:30:10.356Z | Compiling bb8 v0.8.1 |
2063 | 2023-10-22T03:30:11.296Z | Compiling quick-xml v0.23.1 |
2064 | 2023-10-22T03:30:11.576Z | Compiling serde-big-array v0.5.1 |
2065 | 2023-10-22T03:30:11.904Z | Compiling impl-trait-for-tuples v0.2.2 |
2066 | 2023-10-22T03:30:12.596Z | Compiling oso-derive v0.26.4 |
2067 | 2023-10-22T03:30:13.522Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2068 | 2023-10-22T03:30:14.037Z | Compiling maplit v1.0.2 |
2069 | 2023-10-22T03:30:14.126Z | Compiling http-range v0.1.5 |
2070 | 2023-10-22T03:30:14.203Z | Compiling bit_field v0.10.2 |
2071 | 2023-10-22T03:30:14.649Z | Compiling hyper-staticfile v0.9.5 |
2072 | 2023-10-22T03:30:14.789Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2073 | 2023-10-22T03:30:20.795Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2074 | 2023-10-22T03:30:21.869Z | Compiling headers v0.3.9 |
2075 | 2023-10-22T03:30:28.356Z | Compiling oso v0.26.4 |
2076 | 2023-10-22T03:30:28.875Z | Compiling crossterm v0.27.0 |
2077 | 2023-10-22T03:30:45.010Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2078 | 2023-10-22T03:30:47.914Z | Compiling signal-hook-tokio v0.3.1 |
2079 | 2023-10-22T03:30:48.212Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2080 | 2023-10-22T03:30:48.600Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2081 | 2023-10-22T03:30:48.764Z | Compiling serde-big-array v0.4.1 |
2082 | 2023-10-22T03:30:49.039Z | Compiling cassowary v0.3.0 |
2083 | 2023-10-22T03:30:50.755Z | Compiling indoc v2.0.3 |
2084 | 2023-10-22T03:30:52.253Z | Compiling ratatui v0.23.0 |
2085 | 2023-10-22T03:30:53.034Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2086 | 2023-10-22T03:30:55.856Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2087 | 2023-10-22T03:30:58.417Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2088 | 2023-10-22T03:30:58.983Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2089 | 2023-10-22T03:31:00.431Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2090 | 2023-10-22T03:31:05.016Z | Compiling fatfs v0.3.6 |
2091 | 2023-10-22T03:31:05.969Z | Compiling bytesize v1.3.0 |
2092 | 2023-10-22T03:31:06.894Z | Compiling nanorand v0.7.0 |
2093 | 2023-10-22T03:31:08.171Z | Compiling rtoolbox v0.0.1 |
2094 | 2023-10-22T03:31:08.911Z | Compiling fs-err v2.9.0 |
2095 | 2023-10-22T03:31:10.256Z | Compiling assert_matches v1.5.0 |
2096 | 2023-10-22T03:31:10.403Z | Compiling corncobs v0.1.3 |
2097 | 2023-10-22T03:31:10.602Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2098 | 2023-10-22T03:31:10.644Z | Compiling rpassword v7.2.0 |
2099 | 2023-10-22T03:31:11.080Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2100 | 2023-10-22T03:31:11.284Z | Compiling flume v0.11.0 |
2101 | 2023-10-22T03:31:12.389Z | Compiling tui-tree-widget v0.13.0 |
2102 | 2023-10-22T03:31:12.560Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2103 | 2023-10-22T03:31:15.883Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2104 | 2023-10-22T03:31:17.760Z | Compiling shell-words v1.1.0 |
2105 | 2023-10-22T03:31:18.441Z | Compiling owo-colors v3.5.0 |
2106 | 2023-10-22T03:31:23.958Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2107 | 2023-10-22T03:31:38.662Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2108 | 2023-10-22T03:32:27.787Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2109 | 2023-10-22T03:32:45.800Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2110 | 2023-10-22T03:34:47.004Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2111 | 2023-10-22T03:36:36.035Z | Compiling git2 v0.17.2 |
2112 | 2023-10-22T03:36:42.553Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2113 | 2023-10-22T03:36:44.294Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2114 | 2023-10-22T03:36:56.162Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2115 | 2023-10-22T03:37:15.249Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2116 | 2023-10-22T03:37:16.313Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2117 | 2023-10-22T03:37:18.223Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2118 | 2023-10-22T03:37:41.123Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2119 | 2023-10-22T03:46:14.583Z | Finished release [optimized] target(s) in 21m 55s |
2120 | 2023-10-22T03:47:23.609Z | |
2121 | 2023-10-22T03:47:23.612Z | real 23:05.704546135 |
2122 | 2023-10-22T03:47:23.616Z | user 2:44:18.369771466 |
2123 | 2023-10-22T03:47:23.618Z | sys 6:57.208500590 |
2124 | 2023-10-22T03:47:23.621Z | trap 5.362522953 |
2125 | 2023-10-22T03:47:23.623Z | tflt 1.456353935 |
2126 | 2023-10-22T03:47:23.626Z | dflt 2.903681833 |
2127 | 2023-10-22T03:47:23.629Z | kflt 0.001086327 |
2128 | 2023-10-22T03:47:23.635Z | lock 9:09:31.487741015 |
2129 | 2023-10-22T03:47:23.638Z | slp 6:47:51.887087765 |
2130 | 2023-10-22T03:47:23.641Z | lat 2:54.081078967 |
2131 | 2023-10-22T03:47:23.643Z | stop 50.549216327 |
2132 | 2023-10-22T03:47:23.646Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2133 | 2023-10-22T03:47:23.650Z | + pfexec mkdir -p /work |
2134 | 2023-10-22T03:47:23.653Z | + pfexec chown build /work |
2135 | 2023-10-22T03:47:23.656Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2136 | 2023-10-22T03:47:36.948Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2137 | 2023-10-22T03:47:36.951Z | a out/mg-ddm-gz.tar 62147K |
2138 | 2023-10-22T03:47:36.953Z | a out/omicron-sled-agent.tar 112260K |
2139 | 2023-10-22T03:47:36.956Z | a out/target/test 1K |
2140 | 2023-10-22T03:47:36.962Z | a out/npuzone/npuzone 36506K |
2141 | 2023-10-22T03:47:36.964Z | a package-manifest.toml 22K |
2142 | 2023-10-22T03:47:36.967Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2143 | 2023-10-22T03:47:36.970Z | a target/release/omicron-package 37301K |
2144 | 2023-10-22T03:47:36.972Z | a tools/create_virtual_hardware.sh 3K |
2145 | 2023-10-22T03:47:36.975Z | a tools/virtual_hardware.sh 4K |
2146 | 2023-10-22T03:47:36.978Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2147 | 2023-10-22T03:47:36.980Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2148 | 2023-10-22T03:47:36.983Z | a tools/scrimlet/softnpu-init.sh 3K |
2149 | 2023-10-22T03:47:36.986Z | a tools/scrimlet/softnpu-zone.txt 1K |
2150 | 2023-10-22T03:47:36.988Z | a tools/scrimlet/softnpu.toml 1K |
2151 | 2023-10-22T03:47:36.991Z | |
2152 | 2023-10-22T03:47:36.994Z | real 13.327430862 |
2153 | 2023-10-22T03:47:36.996Z | user 12.745763003 |
2154 | 2023-10-22T03:47:37.000Z | sys 1.033281476 |
2155 | 2023-10-22T03:47:37.002Z | trap 0.004174767 |
2156 | 2023-10-22T03:47:37.005Z | tflt 0.000000000 |
2157 | 2023-10-22T03:47:37.008Z | dflt 0.000000000 |
2158 | 2023-10-22T03:47:37.011Z | kflt 0.000000000 |
2159 | 2023-10-22T03:47:37.013Z | lock 0.000000000 |
2160 | 2023-10-22T03:47:37.016Z | slp 12.463476553 |
2161 | 2023-10-22T03:47:37.020Z | lat 0.404603077 |
2162 | 2023-10-22T03:47:37.022Z | stop 0.000277163 |
2163 | 2023-10-22T03:47:37.025Z | ++ pwd |
2164 | 2023-10-22T03:47:37.028Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2165 | 2023-10-22T03:47:37.030Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2166 | 2023-10-22T03:47:37.033Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2167 | 2023-10-22T03:47:38.107Z | Finished release [optimized] target(s) in 1.06s |
2168 | 2023-10-22T03:47:38.135Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2169 | 2023-10-22T03:47:38.174Z | Created new build target 'host' and set it as active |
2170 | 2023-10-22T03:47:38.177Z | |
2171 | 2023-10-22T03:47:38.180Z | real 1.215549730 |
2172 | 2023-10-22T03:47:38.182Z | user 0.869814540 |
2173 | 2023-10-22T03:47:38.185Z | sys 0.346426162 |
2174 | 2023-10-22T03:47:38.188Z | trap 0.000115844 |
2175 | 2023-10-22T03:47:38.190Z | tflt 0.000021122 |
2176 | 2023-10-22T03:47:38.193Z | dflt 0.000000000 |
2177 | 2023-10-22T03:47:38.196Z | kflt 0.000000000 |
2178 | 2023-10-22T03:47:38.198Z | lock 0.034047009 |
2179 | 2023-10-22T03:47:38.201Z | slp 0.019927838 |
2180 | 2023-10-22T03:47:38.204Z | lat 0.001576499 |
2181 | 2023-10-22T03:47:38.206Z | stop 0.000221426 |
2182 | 2023-10-22T03:47:38.209Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2183 | 2023-10-22T03:47:39.296Z | Finished release [optimized] target(s) in 1.03s |
2184 | 2023-10-22T03:47:39.325Z | Running `target/release/omicron-package -t host package` |
2185 | 2023-10-22T03:47:39.364Z | Oct 22 03:47:39.369 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2186 | 2023-10-22T03:47:40.571Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2187 | 2023-10-22T03:51:27.785Z | Finished release [optimized] target(s) in 3m 48s |
2188 | 2023-10-22T03:52:38.580Z | |
2189 | 2023-10-22T03:52:38.583Z | real 5:00.405653979 |
2190 | 2023-10-22T03:52:38.585Z | user 21:25.813912344 |
2191 | 2023-10-22T03:52:38.588Z | sys 1:19.898387367 |
2192 | 2023-10-22T03:52:38.591Z | trap 0.539615090 |
2193 | 2023-10-22T03:52:38.594Z | tflt 0.038002326 |
2194 | 2023-10-22T03:52:38.597Z | dflt 1.530585425 |
2195 | 2023-10-22T03:52:38.600Z | kflt 0.000207406 |
2196 | 2023-10-22T03:52:38.602Z | lock 1:12:04.234385177 |
2197 | 2023-10-22T03:52:38.605Z | slp 18:01.356008665 |
2198 | 2023-10-22T03:52:38.608Z | lat 6.557878793 |
2199 | 2023-10-22T03:52:38.611Z | stop 0.627192166 |
2200 | 2023-10-22T03:52:38.613Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2201 | 2023-10-22T03:52:38.616Z | + for package in "$@" |
2202 | 2023-10-22T03:52:38.619Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2203 | 2023-10-22T03:52:38.622Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git72f0ab16398 |
2204 | 2023-10-22T03:52:39.719Z | Finished release [optimized] target(s) in 1.06s |
2205 | 2023-10-22T03:52:39.749Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git72f0ab16398` |
2206 | 2023-10-22T03:52:40.173Z | Oct 22 03:52:39.792 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2207 | 2023-10-22T03:52:40.321Z | Created: out/versioned/omicron-sled-agent.tar |
2208 | 2023-10-22T03:52:40.324Z | + for package in "$@" |
2209 | 2023-10-22T03:52:40.327Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2210 | 2023-10-22T03:52:40.330Z | + echo 0.0.0 |
2211 | 2023-10-22T03:52:40.333Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2212 | 2023-10-22T03:52:40.335Z | a VERSION 1K |
2213 | 2023-10-22T03:52:40.338Z | + rm VERSION |
2214 | 2023-10-22T03:52:40.341Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.2-0.ci+git72f0ab16398 |
2215 | 2023-10-22T03:52:41.540Z | Finished release [optimized] target(s) in 1.11s |
2216 | 2023-10-22T03:52:41.574Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.2-0.ci+git72f0ab16398` |
2217 | 2023-10-22T03:52:41.608Z | Oct 22 03:52:41.614 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2218 | 2023-10-22T03:52:41.879Z | Created: out/versioned/mg-ddm-gz.tar |
2219 | 2023-10-22T03:52:41.882Z | + for package in "$@" |
2220 | 2023-10-22T03:52:41.885Z | + [[ propolis-server == mg-ddm-gz ]] |
2221 | 2023-10-22T03:52:41.888Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git72f0ab16398 |
2222 | 2023-10-22T03:52:43.001Z | Finished release [optimized] target(s) in 1.04s |
2223 | 2023-10-22T03:52:43.031Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git72f0ab16398` |
2224 | 2023-10-22T03:52:43.074Z | Oct 22 03:52:43.080 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2225 | 2023-10-22T03:52:44.866Z | Created: out/versioned/propolis-server.tar.gz |
2226 | 2023-10-22T03:52:44.870Z | + for package in "$@" |
2227 | 2023-10-22T03:52:44.873Z | + [[ overlay == mg-ddm-gz ]] |
2228 | 2023-10-22T03:52:44.875Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git72f0ab16398 |
2229 | 2023-10-22T03:52:46.063Z | Finished release [optimized] target(s) in 1.11s |
2230 | 2023-10-22T03:52:46.092Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git72f0ab16398` |
2231 | 2023-10-22T03:52:46.133Z | Oct 22 03:52:46.140 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2232 | 2023-10-22T03:52:46.137Z | Created: out/versioned/overlay.tar.gz |
2233 | 2023-10-22T03:52:46.140Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2234 | 2023-10-22T03:52:46.151Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2235 | 2023-10-22T03:52:46.154Z | ++ cd -- ./tools |
2236 | 2023-10-22T03:52:46.157Z | ++ pwd |
2237 | 2023-10-22T03:52:46.161Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2238 | 2023-10-22T03:52:46.166Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2239 | 2023-10-22T03:52:46.178Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2240 | 2023-10-22T03:52:46.188Z | ++ readlink -f /work |
2241 | 2023-10-22T03:52:46.195Z | + out_dir=/work |
2242 | 2023-10-22T03:52:46.200Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2243 | 2023-10-22T03:52:46.204Z | + for dep in "${deps[@]}" |
2244 | 2023-10-22T03:52:46.211Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2245 | 2023-10-22T03:52:46.216Z | + for dep in "${deps[@]}" |
2246 | 2023-10-22T03:52:46.232Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2247 | 2023-10-22T03:52:46.242Z | + for dep in "${deps[@]}" |
2248 | 2023-10-22T03:52:46.253Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2249 | 2023-10-22T03:52:46.260Z | + for dep in "${deps[@]}" |
2250 | 2023-10-22T03:52:46.263Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2251 | 2023-10-22T03:52:46.273Z | ++ mktemp -d |
2252 | 2023-10-22T03:52:46.284Z | + tmp_gz=/tmp/tmp.ATaiti |
2253 | 2023-10-22T03:52:46.291Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2254 | 2023-10-22T03:52:46.296Z | + echo '{"v":"1","t":"layer"}' |
2255 | 2023-10-22T03:52:46.301Z | + pkg_dir=/tmp/tmp.ATaiti/root/opt/oxide/sled-agent |
2256 | 2023-10-22T03:52:46.307Z | + mkdir -p /tmp/tmp.ATaiti/root/opt/oxide/sled-agent |
2257 | 2023-10-22T03:52:46.311Z | + cd /tmp/tmp.ATaiti/root/opt/oxide/sled-agent |
2258 | 2023-10-22T03:52:46.317Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2259 | 2023-10-22T03:52:46.325Z | x ., 0 bytes, 0 tape blocks |
2260 | 2023-10-22T03:52:46.330Z | x zone-bundle, 34603216 bytes, 67585 tape blocks |
2261 | 2023-10-22T03:52:46.334Z | x sled-agent, 80735536 bytes, 157687 tape blocks |
2262 | 2023-10-22T03:52:46.338Z | x pkg, 0 bytes, 0 tape blocks |
2263 | 2023-10-22T03:52:46.342Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2264 | 2023-10-22T03:52:46.348Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2265 | 2023-10-22T03:52:46.352Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2266 | 2023-10-22T03:52:46.357Z | x VERSION, 25 bytes, 1 tape blocks |
2267 | 2023-10-22T03:52:46.361Z | + mkdir -p /tmp/tmp.ATaiti/root/lib/svc/manifest/site/ |
2268 | 2023-10-22T03:52:46.377Z | + mv pkg/manifest.xml /tmp/tmp.ATaiti/root/lib/svc/manifest/site/sled-agent.xml |
2269 | 2023-10-22T03:52:46.382Z | + cd - |
2270 | 2023-10-22T03:52:46.386Z | /work/oxidecomputer/omicron |
2271 | 2023-10-22T03:52:46.394Z | + pkg_dir=/tmp/tmp.ATaiti/root/opt/oxide/mg-ddm |
2272 | 2023-10-22T03:52:46.400Z | + mkdir -p /tmp/tmp.ATaiti/root/opt/oxide/mg-ddm |
2273 | 2023-10-22T03:52:46.406Z | + cd /tmp/tmp.ATaiti/root/opt/oxide/mg-ddm |
2274 | 2023-10-22T03:52:46.409Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2275 | 2023-10-22T03:52:46.413Z | x ., 0 bytes, 0 tape blocks |
2276 | 2023-10-22T03:52:46.417Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
2277 | 2023-10-22T03:52:46.423Z | x ddmd, 30110968 bytes, 58811 tape blocks |
2278 | 2023-10-22T03:52:46.430Z | x pkg, 0 bytes, 0 tape blocks |
2279 | 2023-10-22T03:52:46.440Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2280 | 2023-10-22T03:52:46.444Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2281 | 2023-10-22T03:52:46.447Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2282 | 2023-10-22T03:52:46.450Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2283 | 2023-10-22T03:52:46.456Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2284 | 2023-10-22T03:52:46.459Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2285 | 2023-10-22T03:52:46.462Z | x VERSION, 25 bytes, 1 tape blocks |
2286 | 2023-10-22T03:52:46.466Z | + cd - |
2287 | 2023-10-22T03:52:46.472Z | /work/oxidecomputer/omicron |
2288 | 2023-10-22T03:52:46.484Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.ATaiti/root/opt/oxide |
2289 | 2023-10-22T03:52:46.488Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.ATaiti/root/opt/oxide |
2290 | 2023-10-22T03:52:46.491Z | + cd /tmp/tmp.ATaiti |
2291 | 2023-10-22T03:52:46.495Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2292 | 2023-10-22T03:52:58.301Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2293 | 2023-10-22T03:52:58.304Z | a oxide.json 1K |
2294 | 2023-10-22T03:52:58.307Z | a root/ 0K |
2295 | 2023-10-22T03:52:58.310Z | a root/opt/ 0K |
2296 | 2023-10-22T03:52:58.313Z | a root/opt/oxide/ 0K |
2297 | 2023-10-22T03:52:58.315Z | a root/opt/oxide/sled-agent/ 0K |
2298 | 2023-10-22T03:52:58.318Z | a root/opt/oxide/sled-agent/zone-bundle 33793K |
2299 | 2023-10-22T03:52:58.322Z | a root/opt/oxide/sled-agent/sled-agent 78844K |
2300 | 2023-10-22T03:52:58.327Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2301 | 2023-10-22T03:52:58.338Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2302 | 2023-10-22T03:52:58.349Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2303 | 2023-10-22T03:52:58.774Z | a root/opt/oxide/sled-agent/VERSION 1K |
2304 | 2023-10-22T03:52:58.777Z | a root/opt/oxide/mg-ddm/ 0K |
2305 | 2023-10-22T03:52:58.792Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
2306 | 2023-10-22T03:52:58.795Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
2307 | 2023-10-22T03:52:58.799Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2308 | 2023-10-22T03:52:58.802Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2309 | 2023-10-22T03:52:58.805Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2310 | 2023-10-22T03:52:58.808Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2311 | 2023-10-22T03:52:58.810Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2312 | 2023-10-22T03:52:58.813Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2313 | 2023-10-22T03:52:58.816Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2314 | 2023-10-22T03:52:58.819Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2315 | 2023-10-22T03:52:58.822Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2316 | 2023-10-22T03:52:58.825Z | a root/opt/oxide/overlay.tar.gz 2K |
2317 | 2023-10-22T03:52:58.829Z | a root/lib/ 0K |
2318 | 2023-10-22T03:52:58.831Z | a root/lib/svc/ 0K |
2319 | 2023-10-22T03:52:58.835Z | a root/lib/svc/manifest/ 0K |
2320 | 2023-10-22T03:52:58.839Z | a root/lib/svc/manifest/site/ 0K |
2321 | 2023-10-22T03:52:58.842Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2322 | 2023-10-22T03:52:58.846Z | + cd / |
2323 | 2023-10-22T03:52:58.850Z | + rm -rf /tmp/tmp.ATaiti |
2324 | 2023-10-22T03:52:58.854Z | |
2325 | 2023-10-22T03:52:58.858Z | real 12.205185165 |
2326 | 2023-10-22T03:52:58.862Z | user 11.318338699 |
2327 | 2023-10-22T03:52:58.866Z | sys 0.947658689 |
2328 | 2023-10-22T03:52:58.871Z | trap 0.002433840 |
2329 | 2023-10-22T03:52:58.882Z | tflt 0.000000000 |
2330 | 2023-10-22T03:52:58.890Z | dflt 0.000000000 |
2331 | 2023-10-22T03:52:58.895Z | kflt 0.000000000 |
2332 | 2023-10-22T03:52:58.898Z | lock 0.000000000 |
2333 | 2023-10-22T03:52:58.900Z | slp 23.573573485 |
2334 | 2023-10-22T03:52:58.903Z | lat 0.372109155 |
2335 | 2023-10-22T03:52:58.906Z | stop 0.000302007 |
2336 | 2023-10-22T03:52:58.909Z | + mkdir -p /work/zones |
2337 | 2023-10-22T03:52:58.911Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2338 | 2023-10-22T03:52:58.915Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2339 | 2023-10-22T03:53:01.927Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2340 | 2023-10-22T03:53:03.158Z | Finished release [optimized] target(s) in 1.14s |
2341 | 2023-10-22T03:53:03.189Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2342 | 2023-10-22T03:53:03.231Z | Created new build target 'recovery' and set it as active |
2343 | 2023-10-22T03:53:03.234Z | |
2344 | 2023-10-22T03:53:03.238Z | real 1.300201319 |
2345 | 2023-10-22T03:53:03.241Z | user 0.933796973 |
2346 | 2023-10-22T03:53:03.244Z | sys 0.364864455 |
2347 | 2023-10-22T03:53:03.249Z | trap 0.000683696 |
2348 | 2023-10-22T03:53:03.252Z | tflt 0.000006731 |
2349 | 2023-10-22T03:53:03.255Z | dflt 0.000003857 |
2350 | 2023-10-22T03:53:03.258Z | kflt 0.000000000 |
2351 | 2023-10-22T03:53:03.262Z | lock 0.037078975 |
2352 | 2023-10-22T03:53:03.266Z | slp 0.020742278 |
2353 | 2023-10-22T03:53:03.270Z | lat 0.002985319 |
2354 | 2023-10-22T03:53:03.273Z | stop 0.000425890 |
2355 | 2023-10-22T03:53:03.276Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2356 | 2023-10-22T03:53:04.421Z | Finished release [optimized] target(s) in 1.10s |
2357 | 2023-10-22T03:53:04.452Z | Running `target/release/omicron-package -t recovery package` |
2358 | 2023-10-22T03:53:04.494Z | Oct 22 03:53:04.499 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2359 | 2023-10-22T03:53:05.515Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2360 | 2023-10-22T03:53:09.341Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2361 | 2023-10-22T03:53:41.400Z | Finished release [optimized] target(s) in 36.81s |
2362 | 2023-10-22T03:54:05.124Z | |
2363 | 2023-10-22T03:54:05.281Z | real 59.906332129 |
2364 | 2023-10-22T03:54:05.348Z | user 2:41.631886460 |
2365 | 2023-10-22T03:54:05.783Z | sys 11.753611680 |
2366 | 2023-10-22T03:54:05.804Z | trap 0.075150365 |
2367 | 2023-10-22T03:54:05.855Z | tflt 0.069920603 |
2368 | 2023-10-22T03:54:05.860Z | dflt 0.544182707 |
2369 | 2023-10-22T03:54:05.911Z | kflt 0.000000000 |
2370 | 2023-10-22T03:54:05.917Z | lock 13:29.060034897 |
2371 | 2023-10-22T03:54:05.933Z | slp 2:41.288231806 |
2372 | 2023-10-22T03:54:05.943Z | lat 1.793800020 |
2373 | 2023-10-22T03:54:05.958Z | stop 0.199220464 |
2374 | 2023-10-22T03:54:05.964Z | + stamp_packages installinator mg-ddm-gz |
2375 | 2023-10-22T03:54:05.967Z | + for package in "$@" |
2376 | 2023-10-22T03:54:05.973Z | + [[ installinator == mg-ddm-gz ]] |
2377 | 2023-10-22T03:54:05.979Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git72f0ab16398 |
2378 | 2023-10-22T03:54:05.983Z | Finished release [optimized] target(s) in 1.06s |
2379 | 2023-10-22T03:54:05.986Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git72f0ab16398` |
2380 | 2023-10-22T03:54:05.990Z | Oct 22 03:54:04.365 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2381 | 2023-10-22T03:54:05.999Z | Created: out/versioned/installinator.tar |
2382 | 2023-10-22T03:54:06.006Z | + for package in "$@" |
2383 | 2023-10-22T03:54:06.011Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2384 | 2023-10-22T03:54:06.021Z | + echo 0.0.0 |
2385 | 2023-10-22T03:54:06.025Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2386 | 2023-10-22T03:54:06.089Z | a VERSION 1K |
2387 | 2023-10-22T03:54:06.093Z | + rm VERSION |
2388 | 2023-10-22T03:54:06.098Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.2-0.ci+git72f0ab16398 |
2389 | 2023-10-22T03:54:06.135Z | Finished release [optimized] target(s) in 1.07s |
2390 | 2023-10-22T03:54:06.176Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.2-0.ci+git72f0ab16398` |
2391 | 2023-10-22T03:54:06.212Z | Oct 22 03:54:05.709 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2392 | 2023-10-22T03:54:06.259Z | Created: out/versioned/mg-ddm-gz.tar |
2393 | 2023-10-22T03:54:06.315Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2394 | 2023-10-22T03:54:06.330Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2395 | 2023-10-22T03:54:06.353Z | ++ cd -- ./tools |
2396 | 2023-10-22T03:54:06.394Z | ++ pwd |
2397 | 2023-10-22T03:54:06.397Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2398 | 2023-10-22T03:54:06.401Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2399 | 2023-10-22T03:54:06.428Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2400 | 2023-10-22T03:54:06.439Z | ++ readlink -f /work |
2401 | 2023-10-22T03:54:06.444Z | + out_dir=/work |
2402 | 2023-10-22T03:54:06.449Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2403 | 2023-10-22T03:54:06.452Z | + for dep in "${deps[@]}" |
2404 | 2023-10-22T03:54:06.456Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2405 | 2023-10-22T03:54:06.459Z | + for dep in "${deps[@]}" |
2406 | 2023-10-22T03:54:06.471Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2407 | 2023-10-22T03:54:06.477Z | ++ mktemp -d |
2408 | 2023-10-22T03:54:06.480Z | + tmp_trampoline=/tmp/tmp.vlaGxi |
2409 | 2023-10-22T03:54:06.483Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2410 | 2023-10-22T03:54:06.498Z | + echo '{"v":"1","t":"layer"}' |
2411 | 2023-10-22T03:54:06.502Z | + pkg_dir=/tmp/tmp.vlaGxi/root/opt/oxide/installinator |
2412 | 2023-10-22T03:54:06.505Z | + mkdir -p /tmp/tmp.vlaGxi/root/opt/oxide/installinator |
2413 | 2023-10-22T03:54:06.507Z | + cd /tmp/tmp.vlaGxi/root/opt/oxide/installinator |
2414 | 2023-10-22T03:54:06.525Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2415 | 2023-10-22T03:54:06.530Z | x ., 0 bytes, 0 tape blocks |
2416 | 2023-10-22T03:54:06.569Z | x installinator, 48272816 bytes, 94283 tape blocks |
2417 | 2023-10-22T03:54:06.595Z | x pkg, 0 bytes, 0 tape blocks |
2418 | 2023-10-22T03:54:06.600Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2419 | 2023-10-22T03:54:06.602Z | x VERSION, 25 bytes, 1 tape blocks |
2420 | 2023-10-22T03:54:06.605Z | + mkdir -p /tmp/tmp.vlaGxi/root/lib/svc/manifest/site/ |
2421 | 2023-10-22T03:54:06.608Z | + mv pkg/manifest.xml /tmp/tmp.vlaGxi/root/lib/svc/manifest/site/installinator.xml |
2422 | 2023-10-22T03:54:06.615Z | + cd - |
2423 | 2023-10-22T03:54:06.626Z | /work/oxidecomputer/omicron |
2424 | 2023-10-22T03:54:06.638Z | + pkg_dir=/tmp/tmp.vlaGxi/root/opt/oxide/mg-ddm |
2425 | 2023-10-22T03:54:06.648Z | + mkdir -p /tmp/tmp.vlaGxi/root/opt/oxide/mg-ddm |
2426 | 2023-10-22T03:54:06.655Z | + cd /tmp/tmp.vlaGxi/root/opt/oxide/mg-ddm |
2427 | 2023-10-22T03:54:06.658Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2428 | 2023-10-22T03:54:06.666Z | x ., 0 bytes, 0 tape blocks |
2429 | 2023-10-22T03:54:06.685Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
2430 | 2023-10-22T03:54:06.707Z | x ddmd, 30110968 bytes, 58811 tape blocks |
2431 | 2023-10-22T03:54:06.730Z | x pkg, 0 bytes, 0 tape blocks |
2432 | 2023-10-22T03:54:06.738Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2433 | 2023-10-22T03:54:06.748Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2434 | 2023-10-22T03:54:07.162Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2435 | 2023-10-22T03:54:07.181Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2436 | 2023-10-22T03:54:07.196Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2437 | 2023-10-22T03:54:07.203Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2438 | 2023-10-22T03:54:07.209Z | x VERSION, 25 bytes, 1 tape blocks |
2439 | 2023-10-22T03:54:07.228Z | + cd - |
2440 | 2023-10-22T03:54:07.251Z | /work/oxidecomputer/omicron |
2441 | 2023-10-22T03:54:07.255Z | + cd /tmp/tmp.vlaGxi |
2442 | 2023-10-22T03:54:07.258Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2443 | 2023-10-22T03:54:11.891Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2444 | 2023-10-22T03:54:11.896Z | a oxide.json 1K |
2445 | 2023-10-22T03:54:12.312Z | a root/ 0K |
2446 | 2023-10-22T03:54:12.315Z | a root/opt/ 0K |
2447 | 2023-10-22T03:54:12.318Z | a root/opt/oxide/ 0K |
2448 | 2023-10-22T03:54:12.320Z | a root/opt/oxide/installinator/ 0K |
2449 | 2023-10-22T03:54:12.323Z | a root/opt/oxide/installinator/installinator 47142K |
2450 | 2023-10-22T03:54:12.326Z | a root/opt/oxide/installinator/pkg/ 0K |
2451 | 2023-10-22T03:54:12.329Z | a root/opt/oxide/installinator/VERSION 1K |
2452 | 2023-10-22T03:54:12.331Z | a root/opt/oxide/mg-ddm/ 0K |
2453 | 2023-10-22T03:54:12.334Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
2454 | 2023-10-22T03:54:12.337Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
2455 | 2023-10-22T03:54:12.339Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2456 | 2023-10-22T03:54:12.342Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2457 | 2023-10-22T03:54:12.345Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2458 | 2023-10-22T03:54:12.348Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2459 | 2023-10-22T03:54:12.351Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2460 | 2023-10-22T03:54:12.353Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2461 | 2023-10-22T03:54:12.356Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2462 | 2023-10-22T03:54:12.359Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2463 | 2023-10-22T03:54:12.362Z | a root/lib/ 0K |
2464 | 2023-10-22T03:54:12.365Z | a root/lib/svc/ 0K |
2465 | 2023-10-22T03:54:12.367Z | a root/lib/svc/manifest/ 0K |
2466 | 2023-10-22T03:54:12.370Z | a root/lib/svc/manifest/site/ 0K |
2467 | 2023-10-22T03:54:12.373Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2468 | 2023-10-22T03:54:12.376Z | + cd / |
2469 | 2023-10-22T03:54:12.379Z | + rm -rf /tmp/tmp.vlaGxi |
2470 | 2023-10-22T03:54:12.382Z | |
2471 | 2023-10-22T03:54:12.385Z | real 6.033564483 |
2472 | 2023-10-22T03:54:12.390Z | user 5.648093296 |
2473 | 2023-10-22T03:54:12.393Z | sys 0.412815830 |
2474 | 2023-10-22T03:54:12.395Z | trap 0.001412598 |
2475 | 2023-10-22T03:54:12.398Z | tflt 0.000000000 |
2476 | 2023-10-22T03:54:12.401Z | dflt 0.000000000 |
2477 | 2023-10-22T03:54:12.403Z | kflt 0.000000000 |
2478 | 2023-10-22T03:54:12.406Z | lock 0.000000000 |
2479 | 2023-10-22T03:54:12.409Z | slp 11.673958281 |
2480 | 2023-10-22T03:54:12.412Z | lat 0.173963823 |
2481 | 2023-10-22T03:54:12.414Z | stop 0.000289018 |
2482 | 2023-10-22T03:54:12.417Z | process exited: duration 2465123 ms, exit code 0 |
|
2483 | 2023-10-22T03:54:12.431Z | found 21 output files |
2484 | 2023-10-22T03:54:12.434Z | uploading: /work/version.txt (26 bytes) |
2485 | 2023-10-22T03:54:13.440Z | uploaded: /work/version.txt |
2486 | 2023-10-22T03:54:13.446Z | uploading: /work/package.tar.gz (80661483 bytes) |
2487 | 2023-10-22T03:54:47.391Z | uploaded: /work/package.tar.gz |
2488 | 2023-10-22T03:54:47.402Z | uploading: /work/global-zone-packages.tar.gz (123142162 bytes) |
2489 | 2023-10-22T03:55:37.106Z | uploaded: /work/global-zone-packages.tar.gz |
2490 | 2023-10-22T03:55:37.118Z | uploading: /work/trampoline-global-zone-packages.tar.gz (35823608 bytes) |
2491 | 2023-10-22T03:55:51.753Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2492 | 2023-10-22T03:55:51.771Z | uploading: /work/zones/clickhouse.tar.gz (180760896 bytes) |
2493 | 2023-10-22T03:57:07.598Z | uploaded: /work/zones/clickhouse.tar.gz |
2494 | 2023-10-22T03:57:07.628Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180761720 bytes) |
2495 | 2023-10-22T03:58:16.001Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2496 | 2023-10-22T03:58:16.064Z | uploading: /work/zones/cockroachdb.tar.gz (117831824 bytes) |
2497 | 2023-10-22T03:58:58.255Z | uploaded: /work/zones/cockroachdb.tar.gz |
2498 | 2023-10-22T03:58:58.270Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2499 | 2023-10-22T03:59:09.556Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2500 | 2023-10-22T03:59:09.567Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2501 | 2023-10-22T03:59:22.843Z | uploaded: /work/zones/crucible.tar.gz |
2502 | 2023-10-22T03:59:22.855Z | uploading: /work/zones/external-dns.tar.gz (22067388 bytes) |
2503 | 2023-10-22T03:59:32.933Z | uploaded: /work/zones/external-dns.tar.gz |
2504 | 2023-10-22T03:59:32.944Z | uploading: /work/zones/internal-dns.tar.gz (22067388 bytes) |
2505 | 2023-10-22T03:59:38.438Z | uploaded: /work/zones/internal-dns.tar.gz |
2506 | 2023-10-22T03:59:38.451Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2507 | 2023-10-22T03:59:39.469Z | uploaded: /work/zones/ntp.tar.gz |
2508 | 2023-10-22T03:59:39.481Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16782440 bytes) |
2509 | 2023-10-22T03:59:46.765Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2510 | 2023-10-22T03:59:46.781Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16783984 bytes) |
2511 | 2023-10-22T03:59:53.599Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2512 | 2023-10-22T03:59:53.613Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (69425132 bytes) |
2513 | 2023-10-22T04:00:28.325Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2514 | 2023-10-22T04:00:28.341Z | uploading: /work/zones/omicron-nexus.tar.gz (69425244 bytes) |
2515 | 2023-10-22T04:01:00.657Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2516 | 2023-10-22T04:01:00.661Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2517 | 2023-10-22T04:01:01.693Z | uploaded: /work/zones/overlay.tar.gz |
2518 | 2023-10-22T04:01:02.109Z | uploading: /work/zones/oximeter-collector.tar.gz (18198294 bytes) |
2519 | 2023-10-22T04:01:09.857Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2520 | 2023-10-22T04:01:09.872Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2521 | 2023-10-22T04:01:32.678Z | uploaded: /work/zones/propolis-server.tar.gz |
2522 | 2023-10-22T04:01:32.691Z | uploading: /work/zones/switch-asic.tar.gz (239215342 bytes) |
2523 | 2023-10-22T04:03:12.473Z | uploaded: /work/zones/switch-asic.tar.gz |
2524 | 2023-10-22T04:03:12.530Z | uploading: /work/zones/switch-softnpu.tar.gz (161619395 bytes) |
2525 | 2023-10-22T04:04:24.474Z | uploaded: /work/zones/switch-softnpu.tar.gz |