|
|
|
1 | 2023-09-25T22:30:20.983Z | job assigned to worker 01HB77BCQMM2ZWE27Q6C7YM1SF (queued for 1 m 32 s) |
|
2 | 2023-09-25T22:30:21.369Z | starting task 0: "setup" |
3 | 2023-09-25T22:30:21.480Z | ++ uname -s |
4 | 2023-09-25T22:30:21.927Z | + kern=SunOS |
5 | 2023-09-25T22:30:21.968Z | + case "$kern" in |
6 | 2023-09-25T22:30:22.005Z | + groupadd -g 12345 build |
7 | 2023-09-25T22:30:22.019Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-09-25T22:30:23.495Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-09-25T22:30:23.572Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-09-25T22:30:23.993Z | + home_fs=zfs |
11 | 2023-09-25T22:30:24.004Z | + [[ zfs == autofs ]] |
12 | 2023-09-25T22:30:24.018Z | + mkdir -p /home/build |
13 | 2023-09-25T22:30:24.033Z | + chown build:build /home/build /work |
14 | 2023-09-25T22:30:25.577Z | + chmod 0700 /home/build /work |
15 | 2023-09-25T22:30:25.596Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2023-09-25T22:30:25.658Z | starting task 1: "rust-toolchain" |
17 | 2023-09-25T22:30:25.687Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-09-25T22:30:25.708Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.0 --profile default |
19 | 2023-09-25T22:30:25.863Z | info: downloading installer |
20 | 2023-09-25T22:30:28.219Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-09-25T22:30:28.261Z | warning: /opt/ooce/bin |
22 | 2023-09-25T22:30:28.672Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-09-25T22:30:28.684Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-09-25T22:30:28.697Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-09-25T22:30:28.714Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-09-25T22:30:28.743Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-09-25T22:30:28.769Z | error: cannot install while Rust is installed |
28 | 2023-09-25T22:30:28.789Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-09-25T22:30:28.806Z | info: profile set to 'default' |
30 | 2023-09-25T22:30:28.815Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-09-25T22:30:28.825Z | info: syncing channel updates for '1.72.0-x86_64-unknown-illumos' |
32 | 2023-09-25T22:30:28.835Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
33 | 2023-09-25T22:30:28.842Z | info: downloading component 'cargo' |
34 | 2023-09-25T22:30:29.189Z | info: downloading component 'clippy' |
35 | 2023-09-25T22:30:29.415Z | info: downloading component 'rust-docs' |
36 | 2023-09-25T22:30:30.232Z | info: downloading component 'rust-std' |
37 | 2023-09-25T22:30:31.661Z | info: downloading component 'rustc' |
38 | 2023-09-25T22:30:35.221Z | info: downloading component 'rustfmt' |
39 | 2023-09-25T22:30:35.462Z | info: installing component 'cargo' |
40 | 2023-09-25T22:30:37.226Z | info: installing component 'clippy' |
41 | 2023-09-25T22:30:38.016Z | info: installing component 'rust-docs' |
42 | 2023-09-25T22:30:41.202Z | info: installing component 'rust-std' |
43 | 2023-09-25T22:30:44.318Z | info: installing component 'rustc' |
44 | 2023-09-25T22:30:52.134Z | info: installing component 'rustfmt' |
45 | 2023-09-25T22:30:52.583Z | info: default toolchain set to '1.72.0-x86_64-unknown-illumos' |
46 | 2023-09-25T22:30:52.603Z | |
47 | 2023-09-25T22:30:52.713Z | 1.72.0-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23) |
48 | 2023-09-25T22:30:52.731Z | |
49 | 2023-09-25T22:30:52.743Z | |
50 | 2023-09-25T22:30:52.750Z | Rust is installed now. Great! |
51 | 2023-09-25T22:30:52.756Z | |
52 | 2023-09-25T22:30:52.765Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-09-25T22:30:52.775Z | environment variable. This has not been done automatically. |
54 | 2023-09-25T22:30:52.788Z | |
55 | 2023-09-25T22:30:52.795Z | To configure your current shell, run: |
56 | 2023-09-25T22:30:52.800Z | source "$HOME/.cargo/env" |
57 | 2023-09-25T22:30:52.805Z | + rustc --version |
58 | 2023-09-25T22:30:52.910Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
59 | 2023-09-25T22:30:52.957Z | process exited: duration 27248 ms, exit code 0 |
|
60 | 2023-09-25T22:30:52.970Z | starting task 2: "authentication" |
61 | 2023-09-25T22:30:53.030Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-09-25T22:31:22.584Z | process exited: duration 29601 ms, exit code 0 |
|
63 | 2023-09-25T22:31:22.605Z | starting task 3: "clone repository" |
64 | 2023-09-25T22:31:22.620Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-09-25T22:31:22.627Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-09-25T22:31:22.703Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-09-25T22:31:28.669Z | + cd /work/oxidecomputer/omicron |
68 | 2023-09-25T22:31:28.673Z | + [[ -n dependabot/cargo/libc-0.2.148 ]] |
69 | 2023-09-25T22:31:28.676Z | + git fetch origin dependabot/cargo/libc-0.2.148 |
70 | 2023-09-25T22:31:29.025Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-09-25T22:31:29.028Z | * branch dependabot/cargo/libc-0.2.148 -> FETCH_HEAD |
72 | 2023-09-25T22:31:29.037Z | + git checkout -B dependabot/cargo/libc-0.2.148 remotes/origin/dependabot/cargo/libc-0.2.148 |
73 | 2023-09-25T22:31:29.121Z | Switched to a new branch 'dependabot/cargo/libc-0.2.148' |
74 | 2023-09-25T22:31:29.124Z | branch 'dependabot/cargo/libc-0.2.148' set up to track 'origin/dependabot/cargo/libc-0.2.148'. |
75 | 2023-09-25T22:31:29.130Z | + git reset --hard 92f5d3c69fa87a863f588d269d668a61d1e157c0 |
76 | 2023-09-25T22:31:29.138Z | HEAD is now at 92f5d3c6 update Cargo.lock |
77 | 2023-09-25T22:31:29.141Z | process exited: duration 6530 ms, exit code 0 |
|
78 | 2023-09-25T22:31:29.148Z | starting task 4: "build" |
79 | 2023-09-25T22:31:29.158Z | + cargo --version |
80 | 2023-09-25T22:31:29.276Z | cargo 1.72.0 (103a7ff2e 2023-08-15) |
81 | 2023-09-25T22:31:29.289Z | + rustc --version |
82 | 2023-09-25T22:31:29.366Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
83 | 2023-09-25T22:31:29.380Z | ++ git rev-parse HEAD |
84 | 2023-09-25T22:31:29.391Z | + COMMIT=92f5d3c69fa87a863f588d269d668a61d1e157c0 |
85 | 2023-09-25T22:31:29.416Z | + VERSION=1.0.2-0.ci+git92f5d3c69fa |
86 | 2023-09-25T22:31:29.427Z | + echo 1.0.2-0.ci+git92f5d3c69fa |
87 | 2023-09-25T22:31:29.437Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
88 | 2023-09-25T22:31:37.103Z | Startup: Refreshing catalog 'helios-dev' ... Done |
89 | 2023-09-25T22:31:37.701Z | Startup: Caching catalogs ... Done |
90 | 2023-09-25T22:31:40.287Z | Planning: Solver setup ... Done (2.417s) |
91 | 2023-09-25T22:31:40.380Z | Planning: Running solver ... Done (0.076s) |
92 | 2023-09-25T22:31:40.387Z | Planning: Finding local manifests ... Done (0.003s) |
93 | 2023-09-25T22:31:40.403Z | Planning: Fetching manifests: 0/4 0% complete |
94 | 2023-09-25T22:31:40.666Z | Planning: Fetching manifests: 4/4 100% complete |
95 | 2023-09-25T22:31:40.763Z | Planning: Package planning ... Done (0.085s) |
96 | 2023-09-25T22:31:40.849Z | Planning: Merging actions ... Done (0.085s) |
97 | 2023-09-25T22:31:41.792Z | Planning: Checking for conflicting actions ... Done (0.808s) |
98 | 2023-09-25T22:31:41.799Z | Planning: Consolidating action changes ... Done (0.017s) |
99 | 2023-09-25T22:31:46.194Z | Planning: Evaluating mediators ... Done (4.122s) |
100 | 2023-09-25T22:31:46.200Z | Planning: Planning completed in 8.05 seconds |
101 | 2023-09-25T22:31:47.597Z | Packages to install: 4 |
102 | 2023-09-25T22:31:47.621Z | Mediators to change: 2 |
103 | 2023-09-25T22:31:47.628Z | Services to change: 1 |
104 | 2023-09-25T22:31:47.636Z | Estimated space available: 149.40 GB |
105 | 2023-09-25T22:31:47.643Z | Estimated space to be consumed: 1.35 GB |
106 | 2023-09-25T22:31:47.648Z | Create boot environment: No |
107 | 2023-09-25T22:31:47.654Z | Create backup boot environment: No |
108 | 2023-09-25T22:31:47.660Z | Rebuild boot archive: No |
109 | 2023-09-25T22:31:47.666Z | |
110 | 2023-09-25T22:31:47.675Z | Changed mediators: |
111 | 2023-09-25T22:31:47.681Z | mediator clang: |
112 | 2023-09-25T22:31:47.685Z | version: None -> 15 (system default) |
113 | 2023-09-25T22:31:47.691Z | |
114 | 2023-09-25T22:31:47.701Z | mediator llvm: |
115 | 2023-09-25T22:31:47.710Z | version: 14 (system default) -> 15 (system default) |
116 | 2023-09-25T22:31:47.715Z | |
117 | 2023-09-25T22:31:47.720Z | Changed packages: |
118 | 2023-09-25T22:31:47.726Z | helios-dev |
119 | 2023-09-25T22:31:47.736Z | developer/build-essential |
120 | 2023-09-25T22:31:47.740Z | None -> 11-2.0 |
121 | 2023-09-25T22:31:47.746Z | library/libxmlsec1 |
122 | 2023-09-25T22:31:47.752Z | None -> 1.2.35-2.0 |
123 | 2023-09-25T22:31:47.756Z | ooce/developer/clang-15 |
124 | 2023-09-25T22:31:47.761Z | None -> 15.0.7-2.0 |
125 | 2023-09-25T22:31:47.766Z | ooce/developer/llvm-15 |
126 | 2023-09-25T22:31:47.774Z | None -> 15.0.7-2.0 |
127 | 2023-09-25T22:31:47.781Z | |
128 | 2023-09-25T22:31:47.786Z | Services: |
129 | 2023-09-25T22:31:47.792Z | restart_fmri: |
130 | 2023-09-25T22:31:47.798Z | svc:/system/update-man-index:default |
131 | 2023-09-25T22:31:47.812Z | |
132 | 2023-09-25T22:31:47.818Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
133 | 2023-09-25T22:32:13.208Z | Download: 209/3290 items 1.3/212.6MB 0% complete |
134 | 2023-09-25T22:32:18.417Z | Download: 213/3290 items 1.3/212.6MB 0% complete (16.1k/s) |
135 | 2023-09-25T22:32:23.416Z | Download: 1125/3290 items 47.3/212.6MB 22% complete (8.3M/s) |
136 | 2023-09-25T22:32:29.555Z | Download: 1198/3290 items 83.3/212.6MB 39% complete (11.9M/s) |
137 | 2023-09-25T22:32:34.576Z | Download: 1496/3290 items 117.2/212.6MB 55% complete (4.7M/s) |
138 | 2023-09-25T22:32:39.565Z | Download: 1769/3290 items 118.1/212.6MB 55% complete (3.6M/s) |
139 | 2023-09-25T22:32:45.385Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (218k/s) |
140 | 2023-09-25T22:32:50.788Z | Download: 2573/3290 items 120.4/212.6MB 56% complete (221k/s) |
141 | 2023-09-25T22:32:55.421Z | Download: 3048/3290 items 121.4/212.6MB 57% complete (227k/s) |
142 | 2023-09-25T22:33:00.471Z | Download: 3241/3290 items 202.6/212.6MB 95% complete (8.1M/s) |
143 | 2023-09-25T22:33:06.876Z | Download: 3244/3290 items 203.1/212.6MB 95% complete (8.1M/s) |
144 | 2023-09-25T22:33:19.069Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
145 | 2023-09-25T22:33:26.267Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
146 | 2023-09-25T22:33:28.092Z | Download: Completed 212.60 MB in 100.28 seconds (2.1M/s) |
147 | 2023-09-25T22:33:28.460Z | Actions: 1/3687 actions (Installing new actions) |
148 | 2023-09-25T22:33:32.608Z | Actions: 2441/3687 actions (Installing new actions) |
149 | 2023-09-25T22:33:36.665Z | Actions: Completed 3687 actions in 9.07 seconds. |
150 | 2023-09-25T22:33:36.728Z | Done (0.046s) |
151 | 2023-09-25T22:33:36.733Z | Done (0.000s) |
152 | 2023-09-25T22:33:36.836Z | Done (0.123s) |
153 | 2023-09-25T22:33:44.621Z | Done (7.680s) |
154 | 2023-09-25T22:33:44.857Z | Done (0.137s) |
155 | 2023-09-25T22:33:44.861Z | Done (0.000s) |
156 | 2023-09-25T22:33:45.119Z | Done (0.000s) |
157 | 2023-09-25T22:33:45.778Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-09-25T22:33:46.061Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-09-25T22:33:46.070Z | Planning: Consolidating action changes ... Done |
160 | 2023-09-25T22:33:46.492Z | Planning: Evaluating mediators ... Done |
161 | 2023-09-25T22:33:46.496Z | Planning: Planning completed in 0.72 seconds |
162 | 2023-09-25T22:33:46.546Z | Mediators to change: 2 |
163 | 2023-09-25T22:33:46.551Z | Create boot environment: No |
164 | 2023-09-25T22:33:46.554Z | Create backup boot environment: No |
165 | 2023-09-25T22:33:46.642Z | Done |
166 | 2023-09-25T22:33:46.646Z | Done |
167 | 2023-09-25T22:33:46.711Z | Done |
168 | 2023-09-25T22:33:52.683Z | Done |
169 | 2023-09-25T22:33:52.812Z | Done |
170 | 2023-09-25T22:33:52.818Z | Done |
171 | 2023-09-25T22:33:52.916Z | Done |
172 | 2023-09-25T22:33:53.918Z | Planning: Evaluating mediator changes ... Done |
173 | 2023-09-25T22:33:53.921Z | Planning: Merging actions ... Done |
174 | 2023-09-25T22:33:54.249Z | Planning: Checking for conflicting actions ... Done |
175 | 2023-09-25T22:33:54.255Z | Planning: Consolidating action changes ... Done |
176 | 2023-09-25T22:33:54.684Z | Planning: Evaluating mediators ... Done |
177 | 2023-09-25T22:33:54.783Z | Planning: Planning completed in 1.30 seconds |
178 | 2023-09-25T22:33:54.835Z | Packages to change: 1 |
179 | 2023-09-25T22:33:54.844Z | Mediators to change: 1 |
180 | 2023-09-25T22:33:54.847Z | Services to change: 1 |
181 | 2023-09-25T22:33:54.850Z | Create boot environment: No |
182 | 2023-09-25T22:33:54.854Z | Create backup boot environment: Yes |
183 | 2023-09-25T22:33:57.195Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2023-09-25T22:33:57.199Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2023-09-25T22:33:57.203Z | Done |
186 | 2023-09-25T22:33:57.207Z | Done |
187 | 2023-09-25T22:33:57.230Z | Done |
188 | 2023-09-25T22:34:03.260Z | Done |
189 | 2023-09-25T22:34:03.386Z | Done |
190 | 2023-09-25T22:34:03.394Z | Done |
191 | 2023-09-25T22:34:03.499Z | Done |
192 | 2023-09-25T22:34:04.160Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2023-09-25T22:34:04.164Z | clang system 15 system |
194 | 2023-09-25T22:34:04.167Z | csh system system illumos |
195 | 2023-09-25T22:34:04.170Z | ctags system system illumos |
196 | 2023-09-25T22:34:04.173Z | gcc vendor 12 vendor |
197 | 2023-09-25T22:34:04.178Z | gcc system 10 system |
198 | 2023-09-25T22:34:04.181Z | gcc system 7 system |
199 | 2023-09-25T22:34:04.185Z | go system 1.20 system |
200 | 2023-09-25T22:34:04.187Z | go system 1.19 system |
201 | 2023-09-25T22:34:04.191Z | llvm system 15 system |
202 | 2023-09-25T22:34:04.194Z | llvm system 14 system |
203 | 2023-09-25T22:34:04.197Z | mariadb system 10.6 system |
204 | 2023-09-25T22:34:04.200Z | mta vendor vendor dma |
205 | 2023-09-25T22:34:04.203Z | openjdk system 17 system |
206 | 2023-09-25T22:34:04.206Z | openjdk system 11 system |
207 | 2023-09-25T22:34:04.210Z | openjdk system 1.8 system |
208 | 2023-09-25T22:34:04.213Z | openssl vendor 3 vendor |
209 | 2023-09-25T22:34:04.218Z | perl system 5.36 system |
210 | 2023-09-25T22:34:04.221Z | postgresql system 15 system |
211 | 2023-09-25T22:34:04.224Z | postgresql system 13 system |
212 | 2023-09-25T22:34:04.228Z | python vendor 3 vendor |
213 | 2023-09-25T22:34:04.233Z | python system 2 system |
214 | 2023-09-25T22:34:04.236Z | python3 system 3.11 system |
215 | 2023-09-25T22:34:04.240Z | ruby system 3.0 system |
216 | 2023-09-25T22:34:04.244Z | words vendor vendor american-english |
217 | 2023-09-25T22:34:04.247Z | words system system australian-english |
218 | 2023-09-25T22:34:04.251Z | words system system british-english |
219 | 2023-09-25T22:34:04.254Z | words system system canadian-english |
220 | 2023-09-25T22:34:04.258Z | words system system french |
221 | 2023-09-25T22:34:04.260Z | words system system italian |
222 | 2023-09-25T22:34:04.264Z | words system system ngerman |
223 | 2023-09-25T22:34:04.267Z | words system system ogerman |
224 | 2023-09-25T22:34:04.271Z | words system system spanish |
225 | 2023-09-25T22:34:04.709Z | FMRI IFO |
226 | 2023-09-25T22:34:04.713Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2023-09-25T22:34:04.716Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2023-09-25T22:34:04.719Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2023-09-25T22:34:04.722Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
230 | 2023-09-25T22:34:04.725Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
231 | 2023-09-25T22:34:04.729Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
232 | 2023-09-25T22:34:04.792Z | + set -o errexit |
233 | 2023-09-25T22:34:04.797Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2023-09-25T22:34:04.803Z | ++ cd ./tools |
235 | 2023-09-25T22:34:04.810Z | ++ pwd |
236 | 2023-09-25T22:34:04.818Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2023-09-25T22:34:04.824Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2023-09-25T22:34:04.831Z | + ARG0=ci_download_cockroachdb |
239 | 2023-09-25T22:34:04.851Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2023-09-25T22:34:04.857Z | + CIDL_VERSION=v22.1.9 |
241 | 2023-09-25T22:34:04.865Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2023-09-25T22:34:04.875Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
243 | 2023-09-25T22:34:04.886Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
244 | 2023-09-25T22:34:04.892Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
245 | 2023-09-25T22:34:04.899Z | + TARGET_DIR=out |
246 | 2023-09-25T22:34:04.905Z | + DOWNLOAD_DIR=out/downloads |
247 | 2023-09-25T22:34:04.911Z | + DEST_DIR=./out/cockroachdb |
248 | 2023-09-25T22:34:04.917Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2023-09-25T22:34:04.934Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2023-09-25T22:34:04.944Z | + main |
251 | 2023-09-25T22:34:04.956Z | + [[ 0 != 0 ]] |
252 | 2023-09-25T22:34:04.971Z | + CIDL_OS=solaris2.11 |
253 | 2023-09-25T22:34:05.398Z | + [[ 0 != 0 ]] |
254 | 2023-09-25T22:34:05.406Z | + configure_os solaris2.11 |
255 | 2023-09-25T22:34:05.412Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2023-09-25T22:34:05.419Z | current directory: /work/oxidecomputer/omicron |
257 | 2023-09-25T22:34:05.423Z | configuring based on OS: "solaris2.11" |
258 | 2023-09-25T22:34:05.430Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2023-09-25T22:34:05.439Z | + case "$1" in |
260 | 2023-09-25T22:34:05.444Z | + CIDL_BUILD=illumos |
261 | 2023-09-25T22:34:05.448Z | + CIDL_SUFFIX=tar.gz |
262 | 2023-09-25T22:34:05.454Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
263 | 2023-09-25T22:34:05.458Z | + CIDL_MD5FUNC=do_md5sum |
264 | 2023-09-25T22:34:05.462Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2023-09-25T22:34:05.466Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2023-09-25T22:34:05.476Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2023-09-25T22:34:05.889Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-09-25T22:34:05.899Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-09-25T22:34:05.912Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2023-09-25T22:34:06.337Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-09-25T22:34:06.346Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2023-09-25T22:34:06.363Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-09-25T22:34:06.407Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-09-25T22:34:06.425Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-09-25T22:34:06.435Z | + mkdir -p out/downloads |
276 | 2023-09-25T22:34:06.441Z | + mkdir -p ./out/cockroachdb |
277 | 2023-09-25T22:34:06.860Z | + local DO_DOWNLOAD=true |
278 | 2023-09-25T22:34:06.866Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2023-09-25T22:34:06.874Z | + '[' true == true ']' |
280 | 2023-09-25T22:34:06.878Z | + echo Downloading... |
281 | 2023-09-25T22:34:06.887Z | Downloading... |
282 | 2023-09-25T22:34:06.895Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-09-25T22:34:06.904Z | + 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 |
284 | 2023-09-25T22:34:07.640Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-09-25T22:34:07.650Z | ++ md5sum |
286 | 2023-09-25T22:34:07.657Z | ++ awk '{print $1}' |
287 | 2023-09-25T22:34:07.822Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
288 | 2023-09-25T22:34:07.845Z | + [[ 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 ]] |
289 | 2023-09-25T22:34:07.855Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-09-25T22:34:07.861Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2023-09-25T22:34:11.220Z | + do_assemble_illumos |
292 | 2023-09-25T22:34:11.227Z | + rm -r ./out/cockroachdb |
293 | 2023-09-25T22:34:11.257Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2023-09-25T22:34:11.875Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2023-09-25T22:34:12.241Z | Build Tag: v22.1.9-dirty |
296 | 2023-09-25T22:34:12.247Z | Build Time: 2022/10/26 21:17:46 |
297 | 2023-09-25T22:34:12.252Z | Distribution: OSS |
298 | 2023-09-25T22:34:12.257Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2023-09-25T22:34:12.263Z | Go Version: go1.17.13 |
300 | 2023-09-25T22:34:12.268Z | C Compiler: gcc 10.3.0 |
301 | 2023-09-25T22:34:12.274Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2023-09-25T22:34:12.303Z | Build Type: release |
303 | 2023-09-25T22:34:12.741Z | + set -o errexit |
304 | 2023-09-25T22:34:12.754Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2023-09-25T22:34:12.758Z | ++ cd ./tools |
306 | 2023-09-25T22:34:12.761Z | ++ pwd |
307 | 2023-09-25T22:34:12.764Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2023-09-25T22:34:12.768Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2023-09-25T22:34:12.773Z | + ARG0=ci_download_clickhouse |
310 | 2023-09-25T22:34:12.776Z | + TARGET_DIR=out |
311 | 2023-09-25T22:34:12.780Z | + DOWNLOAD_DIR=out/downloads |
312 | 2023-09-25T22:34:12.794Z | + DEST_DIR=./out/clickhouse |
313 | 2023-09-25T22:34:12.803Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2023-09-25T22:34:12.808Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2023-09-25T22:34:12.817Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2023-09-25T22:34:12.824Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2023-09-25T22:34:12.829Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2023-09-25T22:34:12.834Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2023-09-25T22:34:12.838Z | + main |
320 | 2023-09-25T22:34:12.841Z | + [[ 0 != 0 ]] |
321 | 2023-09-25T22:34:12.846Z | + CIDL_OS=solaris2.11 |
322 | 2023-09-25T22:34:12.851Z | + [[ 0 != 0 ]] |
323 | 2023-09-25T22:34:12.855Z | + configure_os solaris2.11 |
324 | 2023-09-25T22:34:12.859Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2023-09-25T22:34:12.862Z | current directory: /work/oxidecomputer/omicron |
326 | 2023-09-25T22:34:12.867Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2023-09-25T22:34:12.874Z | configuring based on OS: "solaris2.11" |
328 | 2023-09-25T22:34:12.882Z | + CIDL_DASHREV= |
329 | 2023-09-25T22:34:12.886Z | + case "$1" in |
330 | 2023-09-25T22:34:12.892Z | + CIDL_PLATFORM=illumos |
331 | 2023-09-25T22:34:12.898Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2023-09-25T22:34:12.902Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2023-09-25T22:34:12.905Z | + CIDL_DASHREV=-1 |
334 | 2023-09-25T22:34:12.908Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2023-09-25T22:34:12.911Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-09-25T22:34:12.914Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-09-25T22:34:12.919Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-09-25T22:34:12.927Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-09-25T22:34:12.932Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-09-25T22:34:12.935Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-09-25T22:34:12.939Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-09-25T22:34:12.943Z | + mkdir -p out/downloads |
343 | 2023-09-25T22:34:12.947Z | + mkdir -p ./out/clickhouse |
344 | 2023-09-25T22:34:12.950Z | + local DO_DOWNLOAD=true |
345 | 2023-09-25T22:34:12.953Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2023-09-25T22:34:12.956Z | + '[' true == true ']' |
347 | 2023-09-25T22:34:12.959Z | + echo Downloading... |
348 | 2023-09-25T22:34:12.963Z | Downloading... |
349 | 2023-09-25T22:34:12.966Z | + 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 |
350 | 2023-09-25T22:34:12.969Z | + 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 |
351 | 2023-09-25T22:34:13.626Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-09-25T22:34:13.630Z | ++ md5sum |
353 | 2023-09-25T22:34:13.635Z | ++ awk '{print $1}' |
354 | 2023-09-25T22:34:13.882Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-09-25T22:34:13.885Z | + [[ 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 ]] |
356 | 2023-09-25T22:34:13.889Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2023-09-25T22:34:13.893Z | + mkdir -p ./out/clickhouse |
358 | 2023-09-25T22:34:13.899Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2023-09-25T22:34:18.699Z | + ./out/clickhouse/clickhouse server --version |
360 | 2023-09-25T22:34:18.754Z | ClickHouse server version 22.8.9.1. |
361 | 2023-09-25T22:34:18.778Z | + set -o errexit |
362 | 2023-09-25T22:34:18.782Z | +++ dirname ./tools/ci_download_console |
363 | 2023-09-25T22:34:18.784Z | ++ cd ./tools |
364 | 2023-09-25T22:34:18.788Z | ++ pwd |
365 | 2023-09-25T22:34:18.791Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2023-09-25T22:34:18.794Z | ++ basename ./tools/ci_download_console |
367 | 2023-09-25T22:34:18.797Z | + ARG0=ci_download_console |
368 | 2023-09-25T22:34:18.800Z | + TARGET_DIR=out |
369 | 2023-09-25T22:34:18.803Z | + DOWNLOAD_DIR=out/downloads |
370 | 2023-09-25T22:34:18.806Z | + DEST_DIR=./out/console-assets |
371 | 2023-09-25T22:34:18.809Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2023-09-25T22:34:18.813Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
373 | 2023-09-25T22:34:18.817Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
374 | 2023-09-25T22:34:18.819Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
375 | 2023-09-25T22:34:18.822Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2023-09-25T22:34:18.825Z | + main |
377 | 2023-09-25T22:34:18.828Z | + [[ 0 != 0 ]] |
378 | 2023-09-25T22:34:18.831Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
379 | 2023-09-25T22:34:18.834Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
380 | 2023-09-25T22:34:18.837Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2023-09-25T22:34:18.840Z | Local file: out/downloads/console.tar.gz |
382 | 2023-09-25T22:34:18.843Z | + local DO_DOWNLOAD=true |
383 | 2023-09-25T22:34:18.847Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2023-09-25T22:34:18.850Z | + mkdir -p out/downloads |
385 | 2023-09-25T22:34:18.853Z | + '[' true == true ']' |
386 | 2023-09-25T22:34:18.856Z | + echo Downloading... |
387 | 2023-09-25T22:34:18.860Z | Downloading... |
388 | 2023-09-25T22:34:18.863Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
389 | 2023-09-25T22:34:18.866Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
390 | 2023-09-25T22:34:19.321Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2023-09-25T22:34:19.330Z | ++ case "$OSTYPE" in |
392 | 2023-09-25T22:34:19.342Z | ++ SHA=sha256sum |
393 | 2023-09-25T22:34:19.356Z | ++ sha256sum |
394 | 2023-09-25T22:34:19.362Z | ++ awk '{print $1}' |
395 | 2023-09-25T22:34:19.366Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
396 | 2023-09-25T22:34:19.377Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
397 | 2023-09-25T22:34:19.382Z | + rm -rf ./out/console-assets |
398 | 2023-09-25T22:34:19.388Z | + mkdir -p ./out/console-assets |
399 | 2023-09-25T22:34:19.394Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2023-09-25T22:34:19.408Z | + mkdir -p ./out/console-assets |
401 | 2023-09-25T22:34:19.418Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2023-09-25T22:34:19.481Z | + set -o errexit |
403 | 2023-09-25T22:34:19.486Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2023-09-25T22:34:19.493Z | ++ cd ./tools |
405 | 2023-09-25T22:34:19.500Z | ++ pwd |
406 | 2023-09-25T22:34:19.508Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2023-09-25T22:34:19.533Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2023-09-25T22:34:19.550Z | + ARG0=ci_download_maghemite_openapi |
409 | 2023-09-25T22:34:19.557Z | + TARGET_DIR=out |
410 | 2023-09-25T22:34:19.564Z | + DOWNLOAD_DIR=out/downloads |
411 | 2023-09-25T22:34:19.568Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
412 | 2023-09-25T22:34:19.572Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
413 | 2023-09-25T22:34:19.576Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
414 | 2023-09-25T22:34:19.582Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
415 | 2023-09-25T22:34:19.586Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
416 | 2023-09-25T22:34:19.590Z | + main |
417 | 2023-09-25T22:34:19.597Z | + [[ 0 != 0 ]] |
418 | 2023-09-25T22:34:19.603Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
419 | 2023-09-25T22:34:19.608Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
420 | 2023-09-25T22:34:19.613Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
421 | 2023-09-25T22:34:19.620Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
422 | 2023-09-25T22:34:19.628Z | + local DO_DOWNLOAD=true |
423 | 2023-09-25T22:34:19.633Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
424 | 2023-09-25T22:34:19.638Z | + mkdir -p out/downloads |
425 | 2023-09-25T22:34:19.645Z | + '[' true == true ']' |
426 | 2023-09-25T22:34:19.650Z | + echo Downloading... |
427 | 2023-09-25T22:34:19.654Z | Downloading... |
428 | 2023-09-25T22:34:19.662Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
429 | 2023-09-25T22:34:19.668Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
430 | 2023-09-25T22:34:19.699Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
431 | 2023-09-25T22:34:19.708Z | ++ case "$OSTYPE" in |
432 | 2023-09-25T22:34:19.726Z | ++ SHA=sha256sum |
433 | 2023-09-25T22:34:19.746Z | ++ sha256sum |
434 | 2023-09-25T22:34:19.759Z | ++ awk '{print $1}' |
435 | 2023-09-25T22:34:19.769Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-09-25T22:34:19.782Z | + [[ 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 ]] |
437 | 2023-09-25T22:34:19.785Z | + set -o errexit |
438 | 2023-09-25T22:34:19.790Z | +++ dirname ./tools/ci_download_dendrite_openapi |
439 | 2023-09-25T22:34:19.795Z | ++ cd ./tools |
440 | 2023-09-25T22:34:19.798Z | ++ pwd |
441 | 2023-09-25T22:34:19.802Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
442 | 2023-09-25T22:34:19.805Z | ++ basename ./tools/ci_download_dendrite_openapi |
443 | 2023-09-25T22:34:19.808Z | + ARG0=ci_download_dendrite_openapi |
444 | 2023-09-25T22:34:19.812Z | + TARGET_DIR=out |
445 | 2023-09-25T22:34:19.816Z | + DOWNLOAD_DIR=out/downloads |
446 | 2023-09-25T22:34:19.820Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
447 | 2023-09-25T22:34:19.827Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
448 | 2023-09-25T22:34:19.834Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
449 | 2023-09-25T22:34:19.850Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
450 | 2023-09-25T22:34:19.859Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
451 | 2023-09-25T22:34:19.864Z | + main |
452 | 2023-09-25T22:34:19.873Z | + [[ 0 != 0 ]] |
453 | 2023-09-25T22:34:19.880Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
454 | 2023-09-25T22:34:19.891Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
455 | 2023-09-25T22:34:19.937Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
456 | 2023-09-25T22:34:19.950Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
457 | 2023-09-25T22:34:19.968Z | + local DO_DOWNLOAD=true |
458 | 2023-09-25T22:34:19.985Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
459 | 2023-09-25T22:34:20.007Z | + mkdir -p out/downloads |
460 | 2023-09-25T22:34:20.013Z | + '[' true == true ']' |
461 | 2023-09-25T22:34:20.029Z | + echo Downloading... |
462 | 2023-09-25T22:34:20.063Z | Downloading... |
463 | 2023-09-25T22:34:20.072Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
464 | 2023-09-25T22:34:20.081Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
465 | 2023-09-25T22:34:20.089Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
466 | 2023-09-25T22:34:20.093Z | ++ case "$OSTYPE" in |
467 | 2023-09-25T22:34:20.099Z | ++ SHA=sha256sum |
468 | 2023-09-25T22:34:20.109Z | ++ sha256sum |
469 | 2023-09-25T22:34:20.118Z | ++ awk '{print $1}' |
470 | 2023-09-25T22:34:20.125Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
471 | 2023-09-25T22:34:20.133Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
472 | 2023-09-25T22:34:20.147Z | + set -o errexit |
473 | 2023-09-25T22:34:20.159Z | +++ dirname ./tools/ci_download_dendrite_stub |
474 | 2023-09-25T22:34:20.171Z | ++ cd ./tools |
475 | 2023-09-25T22:34:20.200Z | ++ pwd |
476 | 2023-09-25T22:34:20.230Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2023-09-25T22:34:20.249Z | ++ basename ./tools/ci_download_dendrite_stub |
478 | 2023-09-25T22:34:20.265Z | + ARG0=ci_download_dendrite_stub |
479 | 2023-09-25T22:34:20.290Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
480 | 2023-09-25T22:34:20.302Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
481 | 2023-09-25T22:34:20.312Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
482 | 2023-09-25T22:34:20.320Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
483 | 2023-09-25T22:34:20.342Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2023-09-25T22:34:20.348Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
485 | 2023-09-25T22:34:20.356Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
486 | 2023-09-25T22:34:20.364Z | + TARGET_DIR=out |
487 | 2023-09-25T22:34:20.370Z | + DOWNLOAD_DIR=out/downloads |
488 | 2023-09-25T22:34:20.374Z | + DEST_DIR=./out/dendrite-stub |
489 | 2023-09-25T22:34:20.379Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
490 | 2023-09-25T22:34:20.387Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
491 | 2023-09-25T22:34:20.394Z | + REPO=oxidecomputer/dendrite |
492 | 2023-09-25T22:34:20.399Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
493 | 2023-09-25T22:34:20.403Z | + main |
494 | 2023-09-25T22:34:20.406Z | + [[ 0 != 0 ]] |
495 | 2023-09-25T22:34:20.409Z | + CIDL_OS=solaris2.11 |
496 | 2023-09-25T22:34:20.413Z | + [[ 0 != 0 ]] |
497 | 2023-09-25T22:34:20.420Z | + configure_os solaris2.11 |
498 | 2023-09-25T22:34:20.428Z | + echo 'current directory: /work/oxidecomputer/omicron' |
499 | 2023-09-25T22:34:20.433Z | current directory: /work/oxidecomputer/omicron |
500 | 2023-09-25T22:34:20.437Z | configuring based on OS: "solaris2.11" |
501 | 2023-09-25T22:34:20.441Z | + echo 'configuring based on OS: "solaris2.11"' |
502 | 2023-09-25T22:34:20.446Z | + case "$1" in |
503 | 2023-09-25T22:34:20.452Z | + SET_BINARIES= |
504 | 2023-09-25T22:34:20.458Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
505 | 2023-09-25T22:34:20.463Z | + CIDL_SHA256FUNC=do_sha256sum |
506 | 2023-09-25T22:34:20.469Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
507 | 2023-09-25T22:34:20.477Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
508 | 2023-09-25T22:34:20.486Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
509 | 2023-09-25T22:34:20.495Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
510 | 2023-09-25T22:34:20.501Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
511 | 2023-09-25T22:34:20.515Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
512 | 2023-09-25T22:34:20.524Z | Local file: out/downloads/dendrite-stub.tar.gz |
513 | 2023-09-25T22:34:20.536Z | + mkdir -p out/downloads |
514 | 2023-09-25T22:34:20.540Z | + mkdir -p ./out/dendrite-stub |
515 | 2023-09-25T22:34:20.544Z | + fetch_and_verify |
516 | 2023-09-25T22:34:20.552Z | + local DO_DOWNLOAD=true |
517 | 2023-09-25T22:34:20.558Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
518 | 2023-09-25T22:34:20.567Z | + '[' true == true ']' |
519 | 2023-09-25T22:34:20.570Z | + echo Downloading... |
520 | 2023-09-25T22:34:20.573Z | Downloading... |
521 | 2023-09-25T22:34:20.576Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
522 | 2023-09-25T22:34:20.580Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
523 | 2023-09-25T22:34:30.073Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
524 | 2023-09-25T22:34:30.076Z | ++ sha256sum |
525 | 2023-09-25T22:34:30.079Z | ++ awk '{print $1}' |
526 | 2023-09-25T22:34:30.173Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
527 | 2023-09-25T22:34:30.179Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
528 | 2023-09-25T22:34:30.182Z | + do_untar out/downloads/dendrite-stub.tar.gz |
529 | 2023-09-25T22:34:30.187Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
530 | 2023-09-25T22:34:31.133Z | + do_assemble |
531 | 2023-09-25T22:34:31.144Z | + rm -r ./out/dendrite-stub |
532 | 2023-09-25T22:34:31.155Z | + mkdir ./out/dendrite-stub |
533 | 2023-09-25T22:34:31.165Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
534 | 2023-09-25T22:34:31.293Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
535 | 2023-09-25T22:34:31.297Z | + set -o errexit |
536 | 2023-09-25T22:34:31.300Z | +++ dirname ./tools/ci_download_transceiver_control |
537 | 2023-09-25T22:34:31.303Z | ++ cd ./tools |
538 | 2023-09-25T22:34:31.306Z | ++ pwd |
539 | 2023-09-25T22:34:31.308Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
540 | 2023-09-25T22:34:31.312Z | ++ basename ./tools/ci_download_transceiver_control |
541 | 2023-09-25T22:34:31.317Z | + ARG0=ci_download_transceiver_control |
542 | 2023-09-25T22:34:31.322Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
543 | 2023-09-25T22:34:31.325Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
544 | 2023-09-25T22:34:31.329Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
545 | 2023-09-25T22:34:31.331Z | + TARGET_DIR=out |
546 | 2023-09-25T22:34:31.336Z | + DOWNLOAD_DIR=out/downloads |
547 | 2023-09-25T22:34:31.339Z | + DEST_DIR=./out/transceiver-control |
548 | 2023-09-25T22:34:31.343Z | + BIN_DIR=/opt/oxide/bin |
549 | 2023-09-25T22:34:31.346Z | + BINARY=xcvradm |
550 | 2023-09-25T22:34:31.349Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
551 | 2023-09-25T22:34:31.356Z | + REPO=oxidecomputer/transceiver-control |
552 | 2023-09-25T22:34:31.358Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
553 | 2023-09-25T22:34:31.361Z | + main |
554 | 2023-09-25T22:34:31.370Z | + [[ 0 != 0 ]] |
555 | 2023-09-25T22:34:31.373Z | + CIDL_OS=solaris2.11 |
556 | 2023-09-25T22:34:31.375Z | + [[ 0 != 0 ]] |
557 | 2023-09-25T22:34:31.380Z | + configure_os solaris2.11 |
558 | 2023-09-25T22:34:31.393Z | + echo 'current directory: /work/oxidecomputer/omicron' |
559 | 2023-09-25T22:34:31.406Z | current directory: /work/oxidecomputer/omicron |
560 | 2023-09-25T22:34:31.415Z | + echo 'configuring based on OS: "solaris2.11"' |
561 | 2023-09-25T22:34:31.424Z | configuring based on OS: "solaris2.11" |
562 | 2023-09-25T22:34:31.427Z | + case "$1" in |
563 | 2023-09-25T22:34:31.430Z | + SET_BINARIES= |
564 | 2023-09-25T22:34:31.433Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
565 | 2023-09-25T22:34:31.436Z | + CIDL_SHA256FUNC=do_sha256sum |
566 | 2023-09-25T22:34:31.439Z | + ARCHIVE_FILENAME=xcvradm.gz |
567 | 2023-09-25T22:34:31.443Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
568 | 2023-09-25T22:34:31.446Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
569 | 2023-09-25T22:34:31.449Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
570 | 2023-09-25T22:34:31.452Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
571 | 2023-09-25T22:34:31.454Z | + echo 'Local file: out/downloads/xcvradm.gz' |
572 | 2023-09-25T22:34:31.458Z | Local file: out/downloads/xcvradm.gz |
573 | 2023-09-25T22:34:31.461Z | + mkdir -p out/downloads |
574 | 2023-09-25T22:34:31.464Z | + mkdir -p ./out/transceiver-control |
575 | 2023-09-25T22:34:31.467Z | + fetch_and_verify |
576 | 2023-09-25T22:34:31.470Z | + local DO_DOWNLOAD=true |
577 | 2023-09-25T22:34:31.476Z | + [[ -f out/downloads/xcvradm.gz ]] |
578 | 2023-09-25T22:34:31.480Z | + '[' true == true ']' |
579 | 2023-09-25T22:34:31.489Z | + echo Downloading... |
580 | 2023-09-25T22:34:31.494Z | Downloading... |
581 | 2023-09-25T22:34:31.498Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
582 | 2023-09-25T22:34:31.502Z | + 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 |
583 | 2023-09-25T22:34:37.936Z | ++ do_sha256sum out/downloads/xcvradm.gz |
584 | 2023-09-25T22:34:37.947Z | ++ sha256sum |
585 | 2023-09-25T22:34:37.951Z | ++ awk '{print $1}' |
586 | 2023-09-25T22:34:37.956Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
587 | 2023-09-25T22:34:37.963Z | + [[ 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 ]] |
588 | 2023-09-25T22:34:37.967Z | + do_unpack out/downloads/xcvradm.gz |
589 | 2023-09-25T22:34:37.971Z | + mkdir -p out/downloads/root//opt/oxide/bin |
590 | 2023-09-25T22:34:37.975Z | + gzip -dc out/downloads/xcvradm.gz |
591 | 2023-09-25T22:34:38.109Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
592 | 2023-09-25T22:34:38.114Z | + do_assemble |
593 | 2023-09-25T22:34:38.118Z | + rm -r ./out/transceiver-control |
594 | 2023-09-25T22:34:38.123Z | + mkdir ./out/transceiver-control |
595 | 2023-09-25T22:34:38.127Z | + cp -r out/downloads/root ./out/transceiver-control/root |
596 | 2023-09-25T22:34:38.236Z | All prerequisites installed successfully |
597 | 2023-09-25T22:34:38.239Z | |
598 | 2023-09-25T22:34:38.242Z | real 3:08.867271980 |
599 | 2023-09-25T22:34:38.247Z | user 48.822678084 |
600 | 2023-09-25T22:34:38.251Z | sys 9.214755818 |
601 | 2023-09-25T22:34:38.254Z | trap 0.023531850 |
602 | 2023-09-25T22:34:38.257Z | tflt 0.208996700 |
603 | 2023-09-25T22:34:38.260Z | dflt 0.524757847 |
604 | 2023-09-25T22:34:38.265Z | kflt 0.176140274 |
605 | 2023-09-25T22:34:38.268Z | lock 2.171571407 |
606 | 2023-09-25T22:34:38.270Z | slp 6:00.466802767 |
607 | 2023-09-25T22:34:38.273Z | lat 3.200058182 |
608 | 2023-09-25T22:34:38.276Z | stop 0.086043295 |
609 | 2023-09-25T22:34:38.279Z | + ptime -m ./tools/ci_download_softnpu_machinery |
610 | 2023-09-25T22:34:38.282Z | fetching npuzone |
611 | 2023-09-25T22:34:38.286Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
612 | 2023-09-25T22:34:38.289Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
613 | 2023-09-25T22:34:38.291Z | Getting hash for npuzone |
614 | 2023-09-25T22:34:38.425Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
615 | 2023-09-25T22:35:01.237Z | npuzone downloaded successfully |
616 | 2023-09-25T22:35:01.247Z | |
617 | 2023-09-25T22:35:01.259Z | real 22.997004165 |
618 | 2023-09-25T22:35:01.272Z | user 0.559903485 |
619 | 2023-09-25T22:35:01.279Z | sys 0.152864365 |
620 | 2023-09-25T22:35:01.288Z | trap 0.000055227 |
621 | 2023-09-25T22:35:01.295Z | tflt 0.000000000 |
622 | 2023-09-25T22:35:01.301Z | dflt 0.000000000 |
623 | 2023-09-25T22:35:01.308Z | kflt 0.000000000 |
624 | 2023-09-25T22:35:01.311Z | lock 0.000000000 |
625 | 2023-09-25T22:35:01.320Z | slp 1:08.091493879 |
626 | 2023-09-25T22:35:01.326Z | lat 0.149395951 |
627 | 2023-09-25T22:35:01.332Z | stop 0.000269369 |
628 | 2023-09-25T22:35:01.343Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu |
629 | 2023-09-25T22:35:01.608Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
630 | 2023-09-25T22:35:01.987Z | Updating crates.io index |
631 | 2023-09-25T22:35:01.996Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
632 | 2023-09-25T22:35:04.827Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
633 | 2023-09-25T22:35:06.809Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
634 | 2023-09-25T22:35:07.339Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
635 | 2023-09-25T22:35:07.668Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
636 | 2023-09-25T22:35:07.986Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
637 | 2023-09-25T22:35:08.277Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
638 | 2023-09-25T22:35:09.158Z | Updating git repository `https://github.com/oxidecomputer/opte` |
639 | 2023-09-25T22:35:10.099Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
640 | 2023-09-25T22:35:10.853Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
641 | 2023-09-25T22:35:11.927Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
642 | 2023-09-25T22:35:12.318Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
643 | 2023-09-25T22:35:12.613Z | Updating git repository `https://github.com/njaremko/samael` |
644 | 2023-09-25T22:35:13.042Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
645 | 2023-09-25T22:35:15.320Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
646 | 2023-09-25T22:35:15.865Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
647 | 2023-09-25T22:35:16.388Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
648 | 2023-09-25T22:35:16.905Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
649 | 2023-09-25T22:35:17.438Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
650 | 2023-09-25T22:35:17.822Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
651 | 2023-09-25T22:35:26.511Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
652 | 2023-09-25T22:35:26.927Z | Updating git repository `https://github.com/jgallagher/nix` |
653 | 2023-09-25T22:35:28.179Z | Updating git repository `https://github.com/cbiffle/hubpack` |
654 | 2023-09-25T22:35:28.588Z | Updating git repository `https://github.com/oxidecomputer/typify` |
655 | 2023-09-25T22:35:29.618Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
656 | 2023-09-25T22:35:30.014Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
657 | 2023-09-25T22:35:30.370Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
658 | 2023-09-25T22:35:31.983Z | Downloading crates ... |
659 | 2023-09-25T22:35:32.193Z | Downloaded bitfield v0.14.0 |
660 | 2023-09-25T22:35:32.219Z | Downloaded httpdate v1.0.3 |
661 | 2023-09-25T22:35:32.225Z | Downloaded cfg-if v0.1.10 |
662 | 2023-09-25T22:35:32.229Z | Downloaded ident_case v1.0.1 |
663 | 2023-09-25T22:35:32.233Z | Downloaded cargo-platform v0.1.3 |
664 | 2023-09-25T22:35:32.236Z | Downloaded hubpack_derive v0.1.1 |
665 | 2023-09-25T22:35:32.240Z | Downloaded base64 v0.21.4 |
666 | 2023-09-25T22:35:32.248Z | Downloaded num-iter v0.1.43 |
667 | 2023-09-25T22:35:32.251Z | Downloaded crossbeam v0.8.2 |
668 | 2023-09-25T22:35:32.255Z | Downloaded number_prefix v0.4.0 |
669 | 2023-09-25T22:35:32.258Z | Downloaded num_threads v0.1.6 |
670 | 2023-09-25T22:35:32.263Z | Downloaded impl-trait-for-tuples v0.2.2 |
671 | 2023-09-25T22:35:32.275Z | Downloaded num-integer v0.1.45 |
672 | 2023-09-25T22:35:32.282Z | Downloaded num_enum_derive v0.7.0 |
673 | 2023-09-25T22:35:32.288Z | Downloaded bitstruct_derive v0.1.0 |
674 | 2023-09-25T22:35:32.299Z | Downloaded addr2line v0.21.0 |
675 | 2023-09-25T22:35:32.309Z | Downloaded hex v0.4.3 |
676 | 2023-09-25T22:35:32.313Z | Downloaded hyper-staticfile v0.9.5 |
677 | 2023-09-25T22:35:32.322Z | Downloaded bit-vec v0.6.3 |
678 | 2023-09-25T22:35:32.334Z | Downloaded ciborium-io v0.2.1 |
679 | 2023-09-25T22:35:32.339Z | Downloaded match_cfg v0.1.0 |
680 | 2023-09-25T22:35:32.343Z | Downloaded clap_derive v4.4.2 |
681 | 2023-09-25T22:35:32.350Z | Downloaded crossbeam-queue v0.3.8 |
682 | 2023-09-25T22:35:32.353Z | Downloaded managed v0.8.0 |
683 | 2023-09-25T22:35:32.357Z | Downloaded io-lifetimes v1.0.11 |
684 | 2023-09-25T22:35:32.360Z | Downloaded nibble_vec v0.1.0 |
685 | 2023-09-25T22:35:32.364Z | Downloaded memoffset v0.7.1 |
686 | 2023-09-25T22:35:32.368Z | Downloaded matches v0.1.10 |
687 | 2023-09-25T22:35:32.372Z | Downloaded num-derive v0.4.0 |
688 | 2023-09-25T22:35:32.375Z | Downloaded async-recursion v1.0.5 |
689 | 2023-09-25T22:35:32.379Z | Downloaded newtype_derive v0.1.6 |
690 | 2023-09-25T22:35:32.382Z | Downloaded adler v1.0.2 |
691 | 2023-09-25T22:35:32.385Z | Downloaded aead v0.5.2 |
692 | 2023-09-25T22:35:32.388Z | Downloaded convert_case v0.4.0 |
693 | 2023-09-25T22:35:32.392Z | Downloaded num_enum_derive v0.5.11 |
694 | 2023-09-25T22:35:32.396Z | Downloaded try-lock v0.2.4 |
695 | 2023-09-25T22:35:32.401Z | Downloaded hyper-rustls v0.24.1 |
696 | 2023-09-25T22:35:32.404Z | Downloaded mockall v0.11.4 |
697 | 2023-09-25T22:35:32.406Z | Downloaded signal-hook-mio v0.2.3 |
698 | 2023-09-25T22:35:32.409Z | Downloaded tower-service v0.3.2 |
699 | 2023-09-25T22:35:32.414Z | Downloaded toml_datetime v0.6.3 |
700 | 2023-09-25T22:35:32.420Z | Downloaded anstyle-parse v0.2.1 |
701 | 2023-09-25T22:35:32.423Z | Downloaded macaddr v1.0.1 |
702 | 2023-09-25T22:35:32.427Z | Downloaded multer v2.1.0 |
703 | 2023-09-25T22:35:32.431Z | Downloaded num_cpus v1.16.0 |
704 | 2023-09-25T22:35:32.434Z | Downloaded darling_macro v0.14.4 |
705 | 2023-09-25T22:35:32.440Z | Downloaded num_enum v0.5.11 |
706 | 2023-09-25T22:35:32.443Z | Downloaded num v0.4.1 |
707 | 2023-09-25T22:35:32.450Z | Downloaded path-dedot v3.1.0 |
708 | 2023-09-25T22:35:32.475Z | Downloaded keccak v0.1.4 |
709 | 2023-09-25T22:35:32.890Z | Downloaded predicates-tree v1.0.9 |
710 | 2023-09-25T22:35:32.892Z | Downloaded darling_macro v0.20.3 |
711 | 2023-09-25T22:35:32.896Z | Downloaded crc32fast v1.3.2 |
712 | 2023-09-25T22:35:32.900Z | Downloaded twox-hash v1.6.3 |
713 | 2023-09-25T22:35:32.905Z | Downloaded thread-id v4.2.0 |
714 | 2023-09-25T22:35:33.332Z | Downloaded waitgroup v0.1.2 |
715 | 2023-09-25T22:35:33.340Z | Downloaded rtoolbox v0.0.1 |
716 | 2023-09-25T22:35:33.347Z | Downloaded sha-1 v0.10.1 |
717 | 2023-09-25T22:35:33.354Z | Downloaded tui-tree-widget v0.13.0 |
718 | 2023-09-25T22:35:33.362Z | Downloaded tiny-keccak v2.0.2 |
719 | 2023-09-25T22:35:33.369Z | Downloaded slog-bunyan v2.4.0 |
720 | 2023-09-25T22:35:33.376Z | Downloaded termtree v0.4.1 |
721 | 2023-09-25T22:35:33.383Z | Downloaded num_enum v0.7.0 |
722 | 2023-09-25T22:35:33.387Z | Downloaded usdt-impl v0.3.5 |
723 | 2023-09-25T22:35:33.390Z | Downloaded foreign-types-shared v0.1.1 |
724 | 2023-09-25T22:35:33.394Z | Downloaded serde_derive_internals v0.26.0 |
725 | 2023-09-25T22:35:33.398Z | Downloaded ff v0.13.0 |
726 | 2023-09-25T22:35:33.400Z | Downloaded time-macros v0.2.13 |
727 | 2023-09-25T22:35:33.403Z | Downloaded predicates-core v1.0.6 |
728 | 2023-09-25T22:35:33.406Z | Downloaded version_check v0.9.4 |
729 | 2023-09-25T22:35:33.409Z | Downloaded pkg-config v0.3.27 |
730 | 2023-09-25T22:35:33.413Z | Downloaded ed25519 v1.5.3 |
731 | 2023-09-25T22:35:33.415Z | Downloaded pkcs8 v0.10.2 |
732 | 2023-09-25T22:35:33.419Z | Downloaded derive_builder_macro v0.12.0 |
733 | 2023-09-25T22:35:33.422Z | Downloaded proc-macro-error-attr v1.0.4 |
734 | 2023-09-25T22:35:33.425Z | Downloaded precomputed-hash v0.1.1 |
735 | 2023-09-25T22:35:33.433Z | Downloaded either v1.9.0 |
736 | 2023-09-25T22:35:33.443Z | Downloaded slog-async v2.8.0 |
737 | 2023-09-25T22:35:33.452Z | Downloaded static_assertions v1.1.0 |
738 | 2023-09-25T22:35:33.457Z | Downloaded smawk v0.3.1 |
739 | 2023-09-25T22:35:33.463Z | Downloaded oso-derive v0.26.4 |
740 | 2023-09-25T22:35:33.466Z | Downloaded darling v0.20.3 |
741 | 2023-09-25T22:35:33.470Z | Downloaded miniz_oxide v0.7.1 |
742 | 2023-09-25T22:35:33.473Z | Downloaded diesel_table_macro_syntax v0.1.0 |
743 | 2023-09-25T22:35:33.498Z | Downloaded terminal_size v0.2.6 |
744 | 2023-09-25T22:35:33.516Z | Downloaded toml v0.7.8 |
745 | 2023-09-25T22:35:33.523Z | Downloaded fragile v2.0.0 |
746 | 2023-09-25T22:35:33.531Z | Downloaded cstr-argument v0.1.2 |
747 | 2023-09-25T22:35:33.552Z | Downloaded whoami v1.4.1 |
748 | 2023-09-25T22:35:33.562Z | Downloaded rustc_version v0.1.7 |
749 | 2023-09-25T22:35:33.568Z | Downloaded parse-display-derive v0.7.0 |
750 | 2023-09-25T22:35:33.577Z | Downloaded textwrap v0.11.0 |
751 | 2023-09-25T22:35:33.582Z | Downloaded serde_spanned v0.6.3 |
752 | 2023-09-25T22:35:33.593Z | Downloaded indexmap v2.0.0 |
753 | 2023-09-25T22:35:33.612Z | Downloaded structmeta v0.1.6 |
754 | 2023-09-25T22:35:33.618Z | Downloaded serde_urlencoded v0.7.1 |
755 | 2023-09-25T22:35:33.635Z | Downloaded group v0.13.0 |
756 | 2023-09-25T22:35:33.641Z | Downloaded r2d2 v0.8.10 |
757 | 2023-09-25T22:35:33.648Z | Downloaded quick-error v1.2.3 |
758 | 2023-09-25T22:35:33.656Z | Downloaded usdt-attr-macro v0.3.5 |
759 | 2023-09-25T22:35:33.670Z | Downloaded serde-big-array v0.5.1 |
760 | 2023-09-25T22:35:33.674Z | Downloaded getrandom v0.2.10 |
761 | 2023-09-25T22:35:33.682Z | Downloaded strsim v0.10.0 |
762 | 2023-09-25T22:35:33.685Z | Downloaded strsim v0.8.0 |
763 | 2023-09-25T22:35:33.688Z | Downloaded difflib v0.4.0 |
764 | 2023-09-25T22:35:33.693Z | Downloaded test-strategy v0.2.1 |
765 | 2023-09-25T22:35:33.699Z | Downloaded tempfile v3.8.0 |
766 | 2023-09-25T22:35:33.701Z | Downloaded futures-task v0.3.28 |
767 | 2023-09-25T22:35:33.704Z | Downloaded opaque-debug v0.3.0 |
768 | 2023-09-25T22:35:33.707Z | Downloaded ctr v0.9.2 |
769 | 2023-09-25T22:35:33.710Z | Downloaded thiserror-no-std v2.0.2 |
770 | 2023-09-25T22:35:33.714Z | Downloaded shlex v1.1.0 |
771 | 2023-09-25T22:35:33.717Z | Downloaded hashlink v0.8.3 |
772 | 2023-09-25T22:35:33.720Z | Downloaded fnv v1.0.7 |
773 | 2023-09-25T22:35:33.725Z | Downloaded foreign-types v0.5.0 |
774 | 2023-09-25T22:35:33.736Z | Downloaded strum_macros v0.25.2 |
775 | 2023-09-25T22:35:33.746Z | Downloaded nom v7.1.3 |
776 | 2023-09-25T22:35:33.753Z | Downloaded foreign-types-shared v0.3.1 |
777 | 2023-09-25T22:35:33.756Z | Downloaded enum-iterator v1.4.1 |
778 | 2023-09-25T22:35:33.759Z | Downloaded display-error-chain v0.1.1 |
779 | 2023-09-25T22:35:33.763Z | Downloaded pretty-hex v0.2.1 |
780 | 2023-09-25T22:35:33.767Z | Downloaded rustls-native-certs v0.6.3 |
781 | 2023-09-25T22:35:33.773Z | Downloaded serde-hex v0.1.0 |
782 | 2023-09-25T22:35:33.776Z | Downloaded scheduled-thread-pool v0.2.7 |
783 | 2023-09-25T22:35:33.779Z | Downloaded packed_struct_codegen v0.10.1 |
784 | 2023-09-25T22:35:33.783Z | Downloaded semver-parser v0.10.2 |
785 | 2023-09-25T22:35:33.787Z | Downloaded trust-dns-client v0.22.0 |
786 | 2023-09-25T22:35:33.790Z | Downloaded futures-sink v0.3.28 |
787 | 2023-09-25T22:35:33.793Z | Downloaded owo-colors v3.5.0 |
788 | 2023-09-25T22:35:33.795Z | Downloaded textwrap v0.16.0 |
789 | 2023-09-25T22:35:33.799Z | Downloaded semver v0.11.0 |
790 | 2023-09-25T22:35:33.802Z | Downloaded unicode-linebreak v0.1.5 |
791 | 2023-09-25T22:35:33.807Z | Downloaded semver v0.1.20 |
792 | 2023-09-25T22:35:33.811Z | Downloaded pem-rfc7468 v0.7.0 |
793 | 2023-09-25T22:35:33.815Z | Downloaded subtle v2.5.0 |
794 | 2023-09-25T22:35:33.818Z | Downloaded pest_derive v2.7.2 |
795 | 2023-09-25T22:35:33.823Z | Downloaded platforms v3.0.2 |
796 | 2023-09-25T22:35:33.827Z | Downloaded serde_plain v1.0.2 |
797 | 2023-09-25T22:35:33.831Z | Downloaded tinyvec_macros v0.1.1 |
798 | 2023-09-25T22:35:33.834Z | Downloaded vergen v8.2.4 |
799 | 2023-09-25T22:35:33.837Z | Downloaded vec_map v0.8.2 |
800 | 2023-09-25T22:35:33.840Z | Downloaded serde_repr v0.1.16 |
801 | 2023-09-25T22:35:33.844Z | Downloaded diff v0.1.13 |
802 | 2023-09-25T22:35:33.847Z | Downloaded futures-core v0.3.28 |
803 | 2023-09-25T22:35:33.855Z | Downloaded trust-dns-server v0.22.1 |
804 | 2023-09-25T22:35:33.865Z | Downloaded structmeta-derive v0.1.6 |
805 | 2023-09-25T22:35:33.874Z | Downloaded polyval v0.6.1 |
806 | 2023-09-25T22:35:33.878Z | Downloaded usdt-macro v0.3.5 |
807 | 2023-09-25T22:35:33.883Z | Downloaded parking_lot_core v0.9.8 |
808 | 2023-09-25T22:35:33.891Z | Downloaded futures-channel v0.3.28 |
809 | 2023-09-25T22:35:33.900Z | Downloaded sha2 v0.10.7 |
810 | 2023-09-25T22:35:33.905Z | Downloaded pretty-hex v0.3.0 |
811 | 2023-09-25T22:35:33.912Z | Downloaded aes v0.8.3 |
812 | 2023-09-25T22:35:33.920Z | Downloaded universal-hash v0.5.1 |
813 | 2023-09-25T22:35:33.927Z | Downloaded dyn-clone v1.0.13 |
814 | 2023-09-25T22:35:33.931Z | Downloaded rustls-pemfile v1.0.3 |
815 | 2023-09-25T22:35:33.934Z | Downloaded siphasher v0.3.11 |
816 | 2023-09-25T22:35:33.937Z | Downloaded postgres-types v0.2.6 |
817 | 2023-09-25T22:35:33.941Z | Downloaded postgres-protocol v0.6.6 |
818 | 2023-09-25T22:35:33.945Z | Downloaded zone_cfg_derive v0.2.0 |
819 | 2023-09-25T22:35:33.949Z | Downloaded serde_yaml v0.9.25 |
820 | 2023-09-25T22:35:33.954Z | Downloaded zerocopy v0.6.3 |
821 | 2023-09-25T22:35:33.959Z | Downloaded foreign-types v0.3.2 |
822 | 2023-09-25T22:35:33.965Z | Downloaded pem v1.1.1 |
823 | 2023-09-25T22:35:33.969Z | Downloaded curve25519-dalek-derive v0.1.0 |
824 | 2023-09-25T22:35:33.973Z | Downloaded predicates v2.1.5 |
825 | 2023-09-25T22:35:33.976Z | Downloaded strip-ansi-escapes v0.2.0 |
826 | 2023-09-25T22:35:33.981Z | Downloaded futures-io v0.3.28 |
827 | 2023-09-25T22:35:33.986Z | Downloaded signature v2.1.0 |
828 | 2023-09-25T22:35:33.990Z | Downloaded derive-where v1.2.5 |
829 | 2023-09-25T22:35:33.995Z | Downloaded usdt v0.3.5 |
830 | 2023-09-25T22:35:33.998Z | Downloaded unicode-ident v1.0.12 |
831 | 2023-09-25T22:35:34.003Z | Downloaded enum-iterator-derive v1.2.1 |
832 | 2023-09-25T22:35:34.006Z | Downloaded toml_edit v0.19.15 |
833 | 2023-09-25T22:35:34.010Z | Downloaded parse-display v0.7.0 |
834 | 2023-09-25T22:35:34.014Z | Downloaded path-slash v0.1.5 |
835 | 2023-09-25T22:35:34.018Z | Downloaded want v0.3.1 |
836 | 2023-09-25T22:35:34.022Z | Downloaded paste v1.0.14 |
837 | 2023-09-25T22:35:34.027Z | Downloaded funty v2.0.0 |
838 | 2023-09-25T22:35:34.030Z | Downloaded slog-stdlog v4.1.1 |
839 | 2023-09-25T22:35:34.034Z | Downloaded fixedbitset v0.4.2 |
840 | 2023-09-25T22:35:34.037Z | Downloaded serde_with_macros v2.3.3 |
841 | 2023-09-25T22:35:34.042Z | Downloaded fatfs v0.3.6 |
842 | 2023-09-25T22:35:34.049Z | Downloaded tokio-native-tls v0.3.1 |
843 | 2023-09-25T22:35:34.056Z | Downloaded doc-comment v0.3.3 |
844 | 2023-09-25T22:35:34.480Z | Downloaded path-absolutize v3.1.0 |
845 | 2023-09-25T22:35:34.493Z | Downloaded futures v0.3.28 |
846 | 2023-09-25T22:35:34.590Z | Downloaded ena v0.14.2 |
847 | 2023-09-25T22:35:34.603Z | Downloaded signal-hook-tokio v0.3.1 |
848 | 2023-09-25T22:35:34.631Z | Downloaded ppv-lite86 v0.2.17 |
849 | 2023-09-25T22:35:34.645Z | Downloaded heapless v0.7.16 |
850 | 2023-09-25T22:35:34.652Z | Downloaded dtrace-parser v0.1.14 |
851 | 2023-09-25T22:35:34.657Z | Downloaded minimal-lexical v0.2.1 |
852 | 2023-09-25T22:35:34.661Z | Downloaded openssl-probe v0.1.5 |
853 | 2023-09-25T22:35:34.666Z | Downloaded strum v0.25.0 |
854 | 2023-09-25T22:35:34.671Z | Downloaded slog-dtrace v0.2.3 |
855 | 2023-09-25T22:35:34.676Z | Downloaded tokio-macros v2.1.0 |
856 | 2023-09-25T22:35:34.686Z | Downloaded tap v1.0.1 |
857 | 2023-09-25T22:35:34.693Z | Downloaded phf v0.11.2 |
858 | 2023-09-25T22:35:34.698Z | Downloaded ron v0.7.1 |
859 | 2023-09-25T22:35:34.704Z | Downloaded rustc_version v0.4.0 |
860 | 2023-09-25T22:35:34.709Z | Downloaded same-file v1.0.6 |
861 | 2023-09-25T22:35:34.719Z | Downloaded rustfmt-wrapper v0.2.0 |
862 | 2023-09-25T22:35:34.726Z | Downloaded utf8parse v0.2.1 |
863 | 2023-09-25T22:35:34.734Z | Downloaded termios v0.3.3 |
864 | 2023-09-25T22:35:34.740Z | Downloaded pin-utils v0.1.0 |
865 | 2023-09-25T22:35:34.747Z | Downloaded schemars_derive v0.8.13 |
866 | 2023-09-25T22:35:34.756Z | Downloaded pest_generator v2.7.2 |
867 | 2023-09-25T22:35:34.761Z | Downloaded darling v0.14.4 |
868 | 2023-09-25T22:35:34.766Z | Downloaded darling_core v0.20.3 |
869 | 2023-09-25T22:35:34.771Z | Downloaded slog-scope v4.4.0 |
870 | 2023-09-25T22:35:34.776Z | Downloaded dof v0.1.5 |
871 | 2023-09-25T22:35:34.782Z | Downloaded untrusted v0.7.1 |
872 | 2023-09-25T22:35:34.786Z | Downloaded strum_macros v0.24.3 |
873 | 2023-09-25T22:35:34.791Z | Downloaded synstructure v0.12.6 |
874 | 2023-09-25T22:35:34.814Z | Downloaded poly1305 v0.8.0 |
875 | 2023-09-25T22:35:34.822Z | Downloaded x509-cert v0.2.4 |
876 | 2023-09-25T22:35:34.826Z | Downloaded pin-project-lite v0.2.13 |
877 | 2023-09-25T22:35:34.832Z | Downloaded yasna v0.5.2 |
878 | 2023-09-25T22:35:34.839Z | Downloaded crypto-bigint v0.5.2 |
879 | 2023-09-25T22:35:34.846Z | Downloaded tinyvec v1.6.0 |
880 | 2023-09-25T22:35:34.852Z | Downloaded flate2 v1.0.27 |
881 | 2023-09-25T22:35:34.860Z | Downloaded serde_with v2.3.3 |
882 | 2023-09-25T22:35:35.289Z | Downloaded derive_more v0.99.17 |
883 | 2023-09-25T22:35:35.299Z | Downloaded uuid v1.4.1 |
884 | 2023-09-25T22:35:35.314Z | Downloaded tracing v0.1.37 |
885 | 2023-09-25T22:35:35.325Z | Downloaded clap v2.34.0 |
886 | 2023-09-25T22:35:35.335Z | Downloaded tokio-postgres v0.7.10 |
887 | 2023-09-25T22:35:35.348Z | Downloaded openssl-sys v0.9.93 |
888 | 2023-09-25T22:35:35.354Z | Downloaded portable-atomic v1.4.3 |
889 | 2023-09-25T22:35:35.365Z | Downloaded unicode-normalization v0.1.22 |
890 | 2023-09-25T22:35:35.374Z | Downloaded itertools v0.11.0 |
891 | 2023-09-25T22:35:35.387Z | Downloaded salty v0.2.0 |
892 | 2023-09-25T22:35:35.402Z | Downloaded quick-xml v0.23.1 |
893 | 2023-09-25T22:35:35.414Z | Downloaded rustls-webpki v0.101.4 |
894 | 2023-09-25T22:35:35.426Z | Downloaded hashbrown v0.14.0 |
895 | 2023-09-25T22:35:35.437Z | Downloaded pest v2.7.2 |
896 | 2023-09-25T22:35:35.452Z | Downloaded hashbrown v0.13.2 |
897 | 2023-09-25T22:35:35.461Z | Downloaded syn v2.0.32 |
898 | 2023-09-25T22:35:35.471Z | Downloaded petgraph v0.6.4 |
899 | 2023-09-25T22:35:35.485Z | Downloaded tabled v0.14.0 |
900 | 2023-09-25T22:35:35.498Z | Downloaded object v0.32.1 |
901 | 2023-09-25T22:35:35.507Z | Downloaded futures-util v0.3.28 |
902 | 2023-09-25T22:35:35.513Z | Downloaded radix_trie v0.2.1 |
903 | 2023-09-25T22:35:35.525Z | Downloaded webpki-roots v0.25.2 |
904 | 2023-09-25T22:35:35.531Z | Downloaded regress v0.7.1 |
905 | 2023-09-25T22:35:35.549Z | Downloaded rustls v0.21.7 |
906 | 2023-09-25T22:35:35.594Z | Downloaded regex-syntax v0.7.5 |
907 | 2023-09-25T22:35:35.612Z | Downloaded ratatui v0.23.0 |
908 | 2023-09-25T22:35:35.620Z | Downloaded diesel v2.1.1 |
909 | 2023-09-25T22:35:35.629Z | Downloaded gimli v0.28.0 |
910 | 2023-09-25T22:35:35.645Z | Downloaded polar-core v0.26.4 |
911 | 2023-09-25T22:35:35.652Z | Downloaded curve25519-dalek v4.1.0 |
912 | 2023-09-25T22:35:35.657Z | Downloaded sled v0.34.7 |
913 | 2023-09-25T22:35:35.663Z | Downloaded openapiv3 v1.0.3 |
914 | 2023-09-25T22:35:35.667Z | Downloaded zerocopy-derive v0.6.3 |
915 | 2023-09-25T22:35:35.677Z | Downloaded tokio v1.32.0 |
916 | 2023-09-25T22:35:35.690Z | Downloaded regex-automata v0.3.8 |
917 | 2023-09-25T22:35:36.101Z | Downloaded sha3 v0.10.8 |
918 | 2023-09-25T22:35:36.549Z | Downloaded libc v0.2.148 |
919 | 2023-09-25T22:35:36.557Z | Downloaded zerocopy-derive v0.2.0 |
920 | 2023-09-25T22:35:36.563Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
921 | 2023-09-25T22:35:36.573Z | Downloaded bstr v1.6.0 |
922 | 2023-09-25T22:35:36.587Z | Downloaded object v0.30.4 |
923 | 2023-09-25T22:35:36.637Z | Downloaded regex-syntax v0.6.29 |
924 | 2023-09-25T22:35:36.644Z | Downloaded regex v1.9.5 |
925 | 2023-09-25T22:35:36.649Z | Downloaded rustix v0.37.23 |
926 | 2023-09-25T22:35:36.654Z | Downloaded smoltcp v0.9.1 |
927 | 2023-09-25T22:35:36.659Z | Downloaded smoltcp v0.8.2 |
928 | 2023-09-25T22:35:36.662Z | Downloaded openssl v0.10.57 |
929 | 2023-09-25T22:35:36.671Z | Downloaded encoding_rs v0.8.33 |
930 | 2023-09-25T22:35:36.684Z | Downloaded rustix v0.38.9 |
931 | 2023-09-25T22:35:36.717Z | Downloaded vcpkg v0.2.15 |
932 | 2023-09-25T22:35:36.728Z | Downloaded trust-dns-proto v0.22.0 |
933 | 2023-09-25T22:35:36.754Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
934 | 2023-09-25T22:35:36.762Z | Downloaded git2 v0.17.2 |
935 | 2023-09-25T22:35:36.771Z | Downloaded nix v0.26.2 |
936 | 2023-09-25T22:35:36.786Z | Downloaded libz-sys v1.1.12 |
937 | 2023-09-25T22:35:36.795Z | Downloaded idna v0.4.0 |
938 | 2023-09-25T22:35:36.801Z | Downloaded syn v1.0.109 |
939 | 2023-09-25T22:35:36.809Z | Downloaded idna v0.2.3 |
940 | 2023-09-25T22:35:36.818Z | Downloaded reqwest v0.11.20 |
941 | 2023-09-25T22:35:36.824Z | Downloaded h2 v0.3.21 |
942 | 2023-09-25T22:35:36.828Z | Downloaded proptest v1.2.0 |
943 | 2023-09-25T22:35:36.832Z | Downloaded winnow v0.5.15 |
944 | 2023-09-25T22:35:36.837Z | Downloaded rayon v1.7.0 |
945 | 2023-09-25T22:35:36.844Z | Downloaded lalrpop v0.19.12 |
946 | 2023-09-25T22:35:36.853Z | Downloaded libsqlite3-sys v0.26.0 |
947 | 2023-09-25T22:35:36.858Z | Downloaded url v2.4.1 |
948 | 2023-09-25T22:35:36.865Z | Downloaded hyper v0.14.27 |
949 | 2023-09-25T22:35:36.872Z | Downloaded ring v0.16.20 |
950 | 2023-09-25T22:35:36.877Z | Downloaded tungstenite v0.18.0 |
951 | 2023-09-25T22:35:36.884Z | Downloaded rand v0.8.5 |
952 | 2023-09-25T22:35:36.889Z | Downloaded bindgen v0.65.1 |
953 | 2023-09-25T22:35:36.894Z | Downloaded prettyplease v0.2.12 |
954 | 2023-09-25T22:35:36.897Z | Downloaded unsafe-libyaml v0.2.9 |
955 | 2023-09-25T22:35:36.981Z | Downloaded elliptic-curve v0.13.5 |
956 | 2023-09-25T22:35:36.986Z | Downloaded hkdf v0.12.3 |
957 | 2023-09-25T22:35:36.998Z | Downloaded aho-corasick v1.0.4 |
958 | 2023-09-25T22:35:37.011Z | Downloaded rsa v0.9.2 |
959 | 2023-09-25T22:35:37.015Z | Downloaded parking_lot v0.12.1 |
960 | 2023-09-25T22:35:37.019Z | Downloaded flume v0.11.0 |
961 | 2023-09-25T22:35:37.030Z | Downloaded chrono v0.4.31 |
962 | 2023-09-25T22:35:37.050Z | Downloaded slog v2.7.0 |
963 | 2023-09-25T22:35:37.062Z | Downloaded serde_json v1.0.107 |
964 | 2023-09-25T22:35:37.073Z | Downloaded topological-sort v0.2.2 |
965 | 2023-09-25T22:35:37.084Z | Downloaded der_derive v0.7.2 |
966 | 2023-09-25T22:35:37.088Z | Downloaded unicode-segmentation v1.10.1 |
967 | 2023-09-25T22:35:37.092Z | Downloaded tough v0.12.5 |
968 | 2023-09-25T22:35:37.100Z | Downloaded steno v0.4.0 |
969 | 2023-09-25T22:35:37.125Z | Downloaded clap_builder v4.4.2 |
970 | 2023-09-25T22:35:37.138Z | Downloaded quote v1.0.33 |
971 | 2023-09-25T22:35:37.147Z | Downloaded unicode-bidi v0.3.13 |
972 | 2023-09-25T22:35:37.153Z | Downloaded percent-encoding v2.3.0 |
973 | 2023-09-25T22:35:37.158Z | Downloaded slog-envlogger v2.2.0 |
974 | 2023-09-25T22:35:37.163Z | Downloaded typenum v1.16.0 |
975 | 2023-09-25T22:35:37.171Z | Downloaded socket2 v0.4.9 |
976 | 2023-09-25T22:35:37.184Z | Downloaded spki v0.7.2 |
977 | 2023-09-25T22:35:37.604Z | Downloaded toml v0.5.11 |
978 | 2023-09-25T22:35:37.615Z | Downloaded rusqlite v0.29.0 |
979 | 2023-09-25T22:35:37.655Z | Downloaded time v0.3.27 |
980 | 2023-09-25T22:35:37.679Z | Downloaded slog-json v2.6.1 |
981 | 2023-09-25T22:35:37.694Z | Downloaded slog-term v2.9.0 |
982 | 2023-09-25T22:35:37.709Z | Downloaded darling_core v0.14.4 |
983 | 2023-09-25T22:35:37.720Z | Downloaded hashbrown v0.12.3 |
984 | 2023-09-25T22:35:37.724Z | Downloaded ryu v1.0.15 |
985 | 2023-09-25T22:35:37.739Z | Downloaded diesel_derives v2.1.1 |
986 | 2023-09-25T22:35:37.759Z | Downloaded thiserror-impl v1.0.48 |
987 | 2023-09-25T22:35:37.768Z | Downloaded password-hash v0.5.0 |
988 | 2023-09-25T22:35:37.780Z | Downloaded parking_lot v0.11.2 |
989 | 2023-09-25T22:35:37.792Z | Downloaded derive_builder v0.12.0 |
990 | 2023-09-25T22:35:37.805Z | Downloaded downcast v0.11.0 |
991 | 2023-09-25T22:35:38.230Z | Downloaded serde_derive v1.0.188 |
992 | 2023-09-25T22:35:38.238Z | Downloaded reedline v0.23.0 |
993 | 2023-09-25T22:35:38.258Z | Downloaded libxml v0.3.3 |
994 | 2023-09-25T22:35:38.281Z | Downloaded slab v0.4.9 |
995 | 2023-09-25T22:35:38.294Z | Downloaded tokio-stream v0.1.14 |
996 | 2023-09-25T22:35:38.306Z | Downloaded snafu-derive v0.7.5 |
997 | 2023-09-25T22:35:38.333Z | Downloaded ron v0.8.1 |
998 | 2023-09-25T22:35:38.345Z | Downloaded libm v0.2.7 |
999 | 2023-09-25T22:35:38.352Z | Downloaded env_logger v0.10.0 |
1000 | 2023-09-25T22:35:38.358Z | Downloaded env_logger v0.9.3 |
1001 | 2023-09-25T22:35:38.379Z | Downloaded papergrid v0.10.0 |
1002 | 2023-09-25T22:35:38.795Z | Downloaded subprocess v0.2.9 |
1003 | 2023-09-25T22:35:38.805Z | Downloaded headers v0.3.9 |
1004 | 2023-09-25T22:35:38.811Z | Downloaded utf-8 v0.7.6 |
1005 | 2023-09-25T22:35:38.817Z | Downloaded radium v0.7.0 |
1006 | 2023-09-25T22:35:38.827Z | Downloaded flagset v0.4.3 |
1007 | 2023-09-25T22:35:38.838Z | Downloaded string_cache v0.8.7 |
1008 | 2023-09-25T22:35:38.846Z | Downloaded xattr v1.0.1 |
1009 | 2023-09-25T22:35:38.853Z | Downloaded zeroize v1.6.0 |
1010 | 2023-09-25T22:35:38.861Z | Downloaded pest_meta v2.7.2 |
1011 | 2023-09-25T22:35:38.866Z | Downloaded snafu v0.7.5 |
1012 | 2023-09-25T22:35:38.874Z | Downloaded memchr v2.6.3 |
1013 | 2023-09-25T22:35:38.881Z | Downloaded endian-type v0.1.2 |
1014 | 2023-09-25T22:35:38.888Z | Downloaded tar v0.4.40 |
1015 | 2023-09-25T22:35:38.894Z | Downloaded unicode-width v0.1.10 |
1016 | 2023-09-25T22:35:38.900Z | Downloaded unicase v2.7.0 |
1017 | 2023-09-25T22:35:38.904Z | Downloaded proc-macro-error v1.0.4 |
1018 | 2023-09-25T22:35:38.919Z | Downloaded once_cell v1.18.0 |
1019 | 2023-09-25T22:35:38.925Z | Downloaded olpc-cjson v0.1.3 |
1020 | 2023-09-25T22:35:38.936Z | Downloaded signature v1.6.4 |
1021 | 2023-09-25T22:35:38.944Z | Downloaded getopts v0.2.21 |
1022 | 2023-09-25T22:35:38.952Z | Downloaded itertools v0.10.5 |
1023 | 2023-09-25T22:35:38.961Z | Downloaded ucd-trie v0.1.6 |
1024 | 2023-09-25T22:35:38.974Z | Downloaded der v0.7.8 |
1025 | 2023-09-25T22:35:38.981Z | Downloaded zone v0.2.0 |
1026 | 2023-09-25T22:35:38.991Z | Downloaded hash32 v0.2.1 |
1027 | 2023-09-25T22:35:39.014Z | Downloaded derive_builder_core v0.12.0 |
1028 | 2023-09-25T22:35:39.431Z | Downloaded proc-macro2 v1.0.67 |
1029 | 2023-09-25T22:35:39.438Z | Downloaded structopt v0.3.26 |
1030 | 2023-09-25T22:35:39.442Z | Downloaded rayon-core v1.11.0 |
1031 | 2023-09-25T22:35:39.448Z | Downloaded crossterm v0.26.1 |
1032 | 2023-09-25T22:35:39.455Z | Downloaded tabled_derive v0.6.0 |
1033 | 2023-09-25T22:35:39.460Z | Downloaded ringbuffer v0.14.2 |
1034 | 2023-09-25T22:35:39.465Z | Downloaded smf v0.2.2 |
1035 | 2023-09-25T22:35:39.471Z | Downloaded half v1.8.2 |
1036 | 2023-09-25T22:35:39.476Z | Downloaded futures-executor v0.3.28 |
1037 | 2023-09-25T22:35:39.483Z | Downloaded walkdir v2.4.0 |
1038 | 2023-09-25T22:35:39.490Z | Downloaded generic-array v0.14.7 |
1039 | 2023-09-25T22:35:39.498Z | Downloaded tokio-util v0.7.8 |
1040 | 2023-09-25T22:35:39.507Z | Downloaded num-bigint-dig v0.8.4 |
1041 | 2023-09-25T22:35:39.513Z | Downloaded crunchy v0.2.2 |
1042 | 2023-09-25T22:35:39.521Z | Downloaded unarray v0.1.4 |
1043 | 2023-09-25T22:35:39.528Z | Downloaded zerocopy v0.3.0 |
1044 | 2023-09-25T22:35:39.538Z | Downloaded oso v0.26.4 |
1045 | 2023-09-25T22:35:39.551Z | Downloaded zip v0.6.6 |
1046 | 2023-09-25T22:35:39.560Z | Downloaded postcard-cobs v0.1.5-pre |
1047 | 2023-09-25T22:35:39.980Z | Downloaded postcard v0.7.3 |
1048 | 2023-09-25T22:35:39.984Z | Downloaded rand_core v0.6.4 |
1049 | 2023-09-25T22:35:39.988Z | Downloaded rand_chacha v0.3.1 |
1050 | 2023-09-25T22:35:39.992Z | Downloaded scopeguard v1.2.0 |
1051 | 2023-09-25T22:35:39.997Z | Downloaded stable_deref_trait v1.2.0 |
1052 | 2023-09-25T22:35:40.003Z | Downloaded serde v1.0.188 |
1053 | 2023-09-25T22:35:40.024Z | Downloaded trust-dns-resolver v0.22.0 |
1054 | 2023-09-25T22:35:40.039Z | Downloaded mio v0.8.8 |
1055 | 2023-09-25T22:35:40.055Z | Downloaded globset v0.4.13 |
1056 | 2023-09-25T22:35:40.071Z | Downloaded serde_arrays v0.1.0 |
1057 | 2023-09-25T22:35:40.078Z | Downloaded zeroize_derive v1.4.2 |
1058 | 2023-09-25T22:35:40.095Z | Downloaded fastrand v2.0.0 |
1059 | 2023-09-25T22:35:40.112Z | Downloaded erased-serde v0.3.30 |
1060 | 2023-09-25T22:35:40.129Z | Downloaded ref-cast v1.0.20 |
1061 | 2023-09-25T22:35:40.144Z | Downloaded semver v1.0.18 |
1062 | 2023-09-25T22:35:40.159Z | Downloaded glob v0.3.1 |
1063 | 2023-09-25T22:35:40.172Z | Downloaded rcgen v0.10.0 |
1064 | 2023-09-25T22:35:40.181Z | Downloaded dirs-next v2.0.0 |
1065 | 2023-09-25T22:35:40.192Z | Downloaded futures-macro v0.3.28 |
1066 | 2023-09-25T22:35:40.205Z | Downloaded fallible-streaming-iterator v0.1.9 |
1067 | 2023-09-25T22:35:40.220Z | Downloaded which v4.4.0 |
1068 | 2023-09-25T22:35:40.231Z | Downloaded omicron-zone-package v0.8.3 |
1069 | 2023-09-25T22:35:40.241Z | Downloaded crossbeam-channel v0.5.8 |
1070 | 2023-09-25T22:35:40.249Z | Downloaded packed_struct v0.10.1 |
1071 | 2023-09-25T22:35:40.257Z | Downloaded pkcs1 v0.7.5 |
1072 | 2023-09-25T22:35:40.264Z | Downloaded crypto-common v0.1.6 |
1073 | 2023-09-25T22:35:40.269Z | Downloaded signal-hook v0.3.17 |
1074 | 2023-09-25T22:35:40.273Z | Downloaded peeking_take_while v0.1.2 |
1075 | 2023-09-25T22:35:40.277Z | Downloaded openssl-macros v0.1.1 |
1076 | 2023-09-25T22:35:40.284Z | Downloaded fallible-iterator v0.2.0 |
1077 | 2023-09-25T22:35:40.289Z | Downloaded errno v0.3.2 |
1078 | 2023-09-25T22:35:40.293Z | Downloaded dirs-sys-next v0.1.2 |
1079 | 2023-09-25T22:35:40.298Z | Downloaded tracing-core v0.1.31 |
1080 | 2023-09-25T22:35:40.304Z | Downloaded indicatif v0.17.6 |
1081 | 2023-09-25T22:35:40.323Z | Downloaded socket2 v0.5.3 |
1082 | 2023-09-25T22:35:40.343Z | Downloaded backtrace v0.3.69 |
1083 | 2023-09-25T22:35:40.351Z | Downloaded tokio-tungstenite v0.18.0 |
1084 | 2023-09-25T22:35:40.356Z | Downloaded ref-cast-impl v1.0.20 |
1085 | 2023-09-25T22:35:40.364Z | Downloaded tungstenite v0.17.3 |
1086 | 2023-09-25T22:35:40.371Z | Downloaded crossterm v0.27.0 |
1087 | 2023-09-25T22:35:40.388Z | Downloaded form_urlencoded v1.2.0 |
1088 | 2023-09-25T22:35:40.401Z | Downloaded foreign-types-macros v0.2.3 |
1089 | 2023-09-25T22:35:40.411Z | Downloaded equivalent v1.0.1 |
1090 | 2023-09-25T22:35:40.417Z | Downloaded proc-macro-crate v1.3.1 |
1091 | 2023-09-25T22:35:40.423Z | Downloaded digest v0.10.7 |
1092 | 2023-09-25T22:35:40.429Z | Downloaded wyz v0.5.1 |
1093 | 2023-09-25T22:35:40.434Z | Downloaded spin v0.9.8 |
1094 | 2023-09-25T22:35:40.441Z | Downloaded serde_path_to_error v0.1.14 |
1095 | 2023-09-25T22:35:40.448Z | Downloaded unicode-xid v0.2.4 |
1096 | 2023-09-25T22:35:40.453Z | Downloaded shell-words v1.1.0 |
1097 | 2023-09-25T22:35:40.458Z | Downloaded fs-err v2.9.0 |
1098 | 2023-09-25T22:35:40.468Z | Downloaded vte v0.11.1 |
1099 | 2023-09-25T22:35:40.478Z | Downloaded vsss-rs v3.3.1 |
1100 | 2023-09-25T22:35:40.486Z | Downloaded chacha20poly1305 v0.10.1 |
1101 | 2023-09-25T22:35:40.493Z | Downloaded thiserror-impl-no-std v2.0.2 |
1102 | 2023-09-25T22:35:40.497Z | Downloaded schemars v0.8.13 |
1103 | 2023-09-25T22:35:40.503Z | Downloaded thiserror v1.0.48 |
1104 | 2023-09-25T22:35:40.509Z | Downloaded http v0.2.9 |
1105 | 2023-09-25T22:35:40.513Z | Downloaded rand_xorshift v0.3.0 |
1106 | 2023-09-25T22:35:40.517Z | Downloaded mockall_derive v0.11.4 |
1107 | 2023-09-25T22:35:40.522Z | Downloaded parking_lot_core v0.8.6 |
1108 | 2023-09-25T22:35:40.526Z | Downloaded base64 v0.13.1 |
1109 | 2023-09-25T22:35:40.534Z | Downloaded clap v4.4.3 |
1110 | 2023-09-25T22:35:40.538Z | Downloaded tokio-rustls v0.24.1 |
1111 | 2023-09-25T22:35:40.541Z | Downloaded heck v0.3.3 |
1112 | 2023-09-25T22:35:40.544Z | Downloaded enum-as-inner v0.5.1 |
1113 | 2023-09-25T22:35:40.550Z | Downloaded wait-timeout v0.2.0 |
1114 | 2023-09-25T22:35:40.554Z | Downloaded phf_shared v0.11.2 |
1115 | 2023-09-25T22:35:40.557Z | Downloaded arc-swap v1.6.0 |
1116 | 2023-09-25T22:35:40.560Z | Downloaded resolv-conf v0.7.0 |
1117 | 2023-09-25T22:35:40.563Z | Downloaded vte_generate_state_changes v0.1.1 |
1118 | 2023-09-25T22:35:40.568Z | Downloaded rustc-demangle v0.1.23 |
1119 | 2023-09-25T22:35:40.573Z | Downloaded deranged v0.3.8 |
1120 | 2023-09-25T22:35:40.578Z | Downloaded debug-ignore v1.0.5 |
1121 | 2023-09-25T22:35:40.586Z | Downloaded term v0.7.0 |
1122 | 2023-09-25T22:35:40.597Z | Downloaded data-encoding v2.4.0 |
1123 | 2023-09-25T22:35:40.604Z | Downloaded tracing-attributes v0.1.26 |
1124 | 2023-09-25T22:35:40.610Z | Downloaded const_format v0.2.31 |
1125 | 2023-09-25T22:35:40.618Z | Downloaded headers-core v0.2.0 |
1126 | 2023-09-25T22:35:40.628Z | Downloaded phf_shared v0.10.0 |
1127 | 2023-09-25T22:35:40.635Z | Downloaded heck v0.4.1 |
1128 | 2023-09-25T22:35:41.055Z | Downloaded float-cmp v0.9.0 |
1129 | 2023-09-25T22:35:41.469Z | Downloaded fd-lock v3.0.13 |
1130 | 2023-09-25T22:35:41.475Z | Downloaded argon2 v0.5.2 |
1131 | 2023-09-25T22:35:41.488Z | Downloaded anyhow v1.0.75 |
1132 | 2023-09-25T22:35:41.502Z | Downloaded ahash v0.8.3 |
1133 | 2023-09-25T22:35:41.509Z | Downloaded smallvec v1.11.0 |
1134 | 2023-09-25T22:35:41.517Z | Downloaded log v0.4.20 |
1135 | 2023-09-25T22:35:41.526Z | Downloaded filetime v0.2.22 |
1136 | 2023-09-25T22:35:41.942Z | Downloaded serde_tokenstream v0.1.7 |
1137 | 2023-09-25T22:35:41.947Z | Downloaded allocator-api2 v0.2.16 |
1138 | 2023-09-25T22:35:41.952Z | Downloaded crc-any v2.4.3 |
1139 | 2023-09-25T22:35:41.955Z | Downloaded take_mut v0.2.2 |
1140 | 2023-09-25T22:35:41.958Z | Downloaded tokio-tungstenite v0.17.2 |
1141 | 2023-09-25T22:35:41.962Z | Downloaded rustc-hash v1.1.0 |
1142 | 2023-09-25T22:35:41.966Z | Downloaded rpassword v7.2.0 |
1143 | 2023-09-25T22:35:41.969Z | Downloaded indexmap v1.9.3 |
1144 | 2023-09-25T22:35:41.973Z | Downloaded nu-ansi-term v0.49.0 |
1145 | 2023-09-25T22:35:41.976Z | Downloaded hmac v0.12.1 |
1146 | 2023-09-25T22:35:41.980Z | Downloaded cookie v0.16.2 |
1147 | 2023-09-25T22:35:41.983Z | Downloaded structopt-derive v0.4.18 |
1148 | 2023-09-25T22:35:41.987Z | Downloaded sha1 v0.10.5 |
1149 | 2023-09-25T22:35:41.992Z | Downloaded num-complex v0.4.4 |
1150 | 2023-09-25T22:35:41.997Z | Downloaded console v0.15.7 |
1151 | 2023-09-25T22:35:42.002Z | Downloaded bzip2 v0.4.4 |
1152 | 2023-09-25T22:35:42.005Z | Downloaded thread_local v1.1.7 |
1153 | 2023-09-25T22:35:42.013Z | Downloaded termcolor v1.2.0 |
1154 | 2023-09-25T22:35:42.017Z | Downloaded signal-hook-registry v1.4.1 |
1155 | 2023-09-25T22:35:42.021Z | Downloaded secrecy v0.8.0 |
1156 | 2023-09-25T22:35:42.024Z | Downloaded sct v0.7.0 |
1157 | 2023-09-25T22:35:42.028Z | Downloaded indoc v2.0.3 |
1158 | 2023-09-25T22:35:42.037Z | Downloaded bitflags v2.4.0 |
1159 | 2023-09-25T22:35:42.458Z | Downloaded backoff v0.4.0 |
1160 | 2023-09-25T22:35:42.471Z | Downloaded bit_field v0.10.2 |
1161 | 2023-09-25T22:35:42.902Z | Downloaded assert_matches v1.5.0 |
1162 | 2023-09-25T22:35:42.922Z | Downloaded ascii v1.1.0 |
1163 | 2023-09-25T22:35:42.934Z | Downloaded smallvec v0.6.14 |
1164 | 2023-09-25T22:35:42.943Z | Downloaded rustversion v1.0.14 |
1165 | 2023-09-25T22:35:42.952Z | Downloaded fxhash v0.2.1 |
1166 | 2023-09-25T22:35:42.962Z | Downloaded stringprep v0.1.3 |
1167 | 2023-09-25T22:35:42.968Z | Downloaded spin v0.5.2 |
1168 | 2023-09-25T22:35:42.974Z | Downloaded serde_tokenstream v0.2.0 |
1169 | 2023-09-25T22:35:42.977Z | Downloaded crossbeam-epoch v0.9.15 |
1170 | 2023-09-25T22:35:42.983Z | Downloaded mime v0.3.17 |
1171 | 2023-09-25T22:35:42.988Z | Downloaded maybe-uninit v2.0.0 |
1172 | 2023-09-25T22:35:42.992Z | Downloaded libefi-sys v0.1.0 |
1173 | 2023-09-25T22:35:42.995Z | Downloaded native-tls v0.2.11 |
1174 | 2023-09-25T22:35:42.999Z | Downloaded lalrpop-util v0.19.12 |
1175 | 2023-09-25T22:35:43.002Z | Downloaded nanorand v0.7.0 |
1176 | 2023-09-25T22:35:43.005Z | Downloaded cc v1.0.83 |
1177 | 2023-09-25T22:35:43.009Z | Downloaded bytes v1.5.0 |
1178 | 2023-09-25T22:35:43.012Z | Downloaded linear-map v1.2.0 |
1179 | 2023-09-25T22:35:43.015Z | Downloaded bitflags v1.3.2 |
1180 | 2023-09-25T22:35:43.020Z | Downloaded ansi_term v0.12.1 |
1181 | 2023-09-25T22:35:43.025Z | Downloaded rusty-fork v0.3.0 |
1182 | 2023-09-25T22:35:43.029Z | Downloaded toolchain_find v0.2.0 |
1183 | 2023-09-25T22:35:43.032Z | Downloaded crossbeam-utils v0.8.16 |
1184 | 2023-09-25T22:35:43.035Z | Downloaded ascii-canvas v3.0.0 |
1185 | 2023-09-25T22:35:43.040Z | Downloaded is-terminal v0.4.9 |
1186 | 2023-09-25T22:35:43.053Z | Downloaded clap_lex v0.5.1 |
1187 | 2023-09-25T22:35:43.470Z | Downloaded aes-gcm-siv v0.11.1 |
1188 | 2023-09-25T22:35:44.009Z | Downloaded num-traits v0.2.16 |
1189 | 2023-09-25T22:35:44.103Z | Downloaded indoc v1.0.9 |
1190 | 2023-09-25T22:35:44.131Z | Downloaded const-oid v0.9.5 |
1191 | 2023-09-25T22:35:44.156Z | Downloaded colored v2.0.4 |
1192 | 2023-09-25T22:35:44.163Z | Downloaded bb8 v0.8.1 |
1193 | 2023-09-25T22:35:44.167Z | Downloaded atomic-waker v1.1.1 |
1194 | 2023-09-25T22:35:44.171Z | Downloaded anstream v0.5.0 |
1195 | 2023-09-25T22:35:44.174Z | Downloaded async-stream v0.3.5 |
1196 | 2023-09-25T22:35:44.178Z | Downloaded ciborium v0.2.1 |
1197 | 2023-09-25T22:35:44.181Z | Downloaded anstyle v1.0.2 |
1198 | 2023-09-25T22:35:44.184Z | Downloaded libloading v0.7.4 |
1199 | 2023-09-25T22:35:44.188Z | Downloaded lazy_static v1.4.0 |
1200 | 2023-09-25T22:35:44.191Z | Downloaded new_debug_unreachable v1.0.4 |
1201 | 2023-09-25T22:35:44.195Z | Downloaded time-core v0.1.1 |
1202 | 2023-09-25T22:35:44.200Z | Downloaded serde-big-array v0.4.1 |
1203 | 2023-09-25T22:35:44.204Z | Downloaded anstyle-query v1.0.0 |
1204 | 2023-09-25T22:35:44.207Z | Downloaded maplit v1.0.2 |
1205 | 2023-09-25T22:35:44.218Z | Downloaded const_format_proc_macros v0.2.31 |
1206 | 2023-09-25T22:35:44.227Z | Downloaded itoa v1.0.9 |
1207 | 2023-09-25T22:35:44.232Z | Downloaded ipnetwork v0.20.0 |
1208 | 2023-09-25T22:35:44.238Z | Downloaded blake2 v0.10.6 |
1209 | 2023-09-25T22:35:44.241Z | Downloaded linked-hash-map v0.5.6 |
1210 | 2023-09-25T22:35:44.245Z | Downloaded camino v1.1.6 |
1211 | 2023-09-25T22:35:44.249Z | Downloaded crc v3.0.1 |
1212 | 2023-09-25T22:35:44.252Z | Downloaded lock_api v0.4.10 |
1213 | 2023-09-25T22:35:44.255Z | Downloaded crossbeam-deque v0.8.3 |
1214 | 2023-09-25T22:35:44.259Z | Downloaded cassowary v0.3.0 |
1215 | 2023-09-25T22:35:44.262Z | Downloaded bincode v1.3.3 |
1216 | 2023-09-25T22:35:44.268Z | Downloaded http-range v0.1.5 |
1217 | 2023-09-25T22:35:44.271Z | Downloaded base16ct v0.2.0 |
1218 | 2023-09-25T22:35:44.274Z | Downloaded bitstruct v0.1.1 |
1219 | 2023-09-25T22:35:44.277Z | Downloaded async-stream-impl v0.3.5 |
1220 | 2023-09-25T22:35:44.292Z | Downloaded num-rational v0.4.1 |
1221 | 2023-09-25T22:35:44.299Z | Downloaded hubpack v0.1.2 |
1222 | 2023-09-25T22:35:44.304Z | Downloaded lazycell v1.3.0 |
1223 | 2023-09-25T22:35:44.309Z | Downloaded jobserver v0.1.26 |
1224 | 2023-09-25T22:35:44.317Z | Downloaded block-buffer v0.10.4 |
1225 | 2023-09-25T22:35:44.329Z | Downloaded array-init v0.0.4 |
1226 | 2023-09-25T22:35:44.335Z | Downloaded normalize-line-endings v0.3.0 |
1227 | 2023-09-25T22:35:44.341Z | Downloaded autocfg v1.1.0 |
1228 | 2023-09-25T22:35:44.349Z | Downloaded md-5 v0.10.5 |
1229 | 2023-09-25T22:35:44.362Z | Downloaded bitvec v1.0.1 |
1230 | 2023-09-25T22:35:44.369Z | Downloaded memoffset v0.9.0 |
1231 | 2023-09-25T22:35:44.375Z | Downloaded iana-time-zone v0.1.57 |
1232 | 2023-09-25T22:35:44.383Z | Downloaded clang-sys v1.6.1 |
1233 | 2023-09-25T22:35:44.800Z | Downloaded cargo_toml v0.15.3 |
1234 | 2023-09-25T22:35:44.807Z | Downloaded bytecount v0.6.3 |
1235 | 2023-09-25T22:35:44.810Z | Downloaded base64ct v1.6.0 |
1236 | 2023-09-25T22:35:44.813Z | Downloaded bit-set v0.5.3 |
1237 | 2023-09-25T22:35:44.817Z | Downloaded cfg-if v1.0.0 |
1238 | 2023-09-25T22:35:44.820Z | Downloaded mime_guess v2.0.4 |
1239 | 2023-09-25T22:35:44.827Z | Downloaded ipnet v2.8.0 |
1240 | 2023-09-25T22:35:44.831Z | Downloaded instant v0.1.12 |
1241 | 2023-09-25T22:35:44.834Z | Downloaded inout v0.1.3 |
1242 | 2023-09-25T22:35:44.837Z | Downloaded hyper-tls v0.5.0 |
1243 | 2023-09-25T22:35:44.840Z | Downloaded httparse v1.8.0 |
1244 | 2023-09-25T22:35:44.846Z | Downloaded hostname v0.3.1 |
1245 | 2023-09-25T22:35:44.849Z | Downloaded chacha20 v0.9.1 |
1246 | 2023-09-25T22:35:44.852Z | Downloaded cexpr v0.6.0 |
1247 | 2023-09-25T22:35:44.855Z | Downloaded lru-cache v0.1.2 |
1248 | 2023-09-25T22:35:44.858Z | Downloaded crc-catalog v2.2.0 |
1249 | 2023-09-25T22:35:44.861Z | Downloaded cpufeatures v0.2.9 |
1250 | 2023-09-25T22:35:44.864Z | Downloaded corncobs v0.1.3 |
1251 | 2023-09-25T22:35:44.867Z | Downloaded colorchoice v1.0.0 |
1252 | 2023-09-25T22:35:44.870Z | Downloaded cipher v0.4.4 |
1253 | 2023-09-25T22:35:44.876Z | Downloaded ciborium-ll v0.2.1 |
1254 | 2023-09-25T22:35:44.880Z | Downloaded atty v0.2.14 |
1255 | 2023-09-25T22:35:44.884Z | Downloaded nodrop v0.1.14 |
1256 | 2023-09-25T22:35:44.890Z | Downloaded humantime v2.1.0 |
1257 | 2023-09-25T22:35:44.898Z | Downloaded http-body v0.4.5 |
1258 | 2023-09-25T22:35:44.943Z | Downloaded home v0.5.5 |
1259 | 2023-09-25T22:35:44.957Z | Downloaded cargo_metadata v0.17.0 |
1260 | 2023-09-25T22:35:44.962Z | Downloaded camino-tempfile v1.0.2 |
1261 | 2023-09-25T22:35:44.966Z | Downloaded cancel-safe-futures v0.1.2 |
1262 | 2023-09-25T22:35:44.969Z | Downloaded byteorder v1.4.3 |
1263 | 2023-09-25T22:35:44.972Z | Downloaded buf-list v1.0.3 |
1264 | 2023-09-25T22:35:44.975Z | Downloaded async-trait v0.1.73 |
1265 | 2023-09-25T22:35:44.979Z | Downloaded bytesize v1.3.0 |
1266 | 2023-09-25T22:35:44.983Z | Compiling proc-macro2 v1.0.67 |
1267 | 2023-09-25T22:35:44.987Z | Compiling unicode-ident v1.0.12 |
1268 | 2023-09-25T22:35:44.995Z | Compiling libc v0.2.148 |
1269 | 2023-09-25T22:35:44.998Z | Compiling cfg-if v1.0.0 |
1270 | 2023-09-25T22:35:45.007Z | Compiling version_check v0.9.4 |
1271 | 2023-09-25T22:35:45.012Z | Compiling autocfg v1.1.0 |
1272 | 2023-09-25T22:35:45.419Z | Compiling serde v1.0.188 |
1273 | 2023-09-25T22:35:45.428Z | Compiling syn v1.0.109 |
1274 | 2023-09-25T22:35:45.435Z | Compiling once_cell v1.18.0 |
1275 | 2023-09-25T22:35:45.438Z | Compiling thiserror v1.0.48 |
1276 | 2023-09-25T22:35:45.441Z | Compiling itoa v1.0.9 |
1277 | 2023-09-25T22:35:45.444Z | Compiling memchr v2.6.3 |
1278 | 2023-09-25T22:35:45.447Z | Compiling scopeguard v1.2.0 |
1279 | 2023-09-25T22:35:45.451Z | Compiling log v0.4.20 |
1280 | 2023-09-25T22:35:45.454Z | Compiling pin-project-lite v0.2.13 |
1281 | 2023-09-25T22:35:45.457Z | Compiling ahash v0.8.3 |
1282 | 2023-09-25T22:35:45.460Z | Compiling lock_api v0.4.10 |
1283 | 2023-09-25T22:35:45.464Z | Compiling ryu v1.0.15 |
1284 | 2023-09-25T22:35:45.467Z | Compiling serde_json v1.0.107 |
1285 | 2023-09-25T22:35:45.470Z | Compiling parking_lot_core v0.9.8 |
1286 | 2023-09-25T22:35:45.475Z | Compiling smallvec v1.11.0 |
1287 | 2023-09-25T22:35:45.478Z | Compiling libm v0.2.7 |
1288 | 2023-09-25T22:35:45.481Z | Compiling quote v1.0.33 |
1289 | 2023-09-25T22:35:45.495Z | Compiling futures-core v0.3.28 |
1290 | 2023-09-25T22:35:45.498Z | Compiling num-traits v0.2.16 |
1291 | 2023-09-25T22:35:45.501Z | Compiling syn v2.0.32 |
1292 | 2023-09-25T22:35:45.504Z | Compiling jobserver v0.1.26 |
1293 | 2023-09-25T22:35:45.508Z | Compiling getrandom v0.2.10 |
1294 | 2023-09-25T22:35:45.518Z | Compiling num_cpus v1.16.0 |
1295 | 2023-09-25T22:35:45.525Z | Compiling cc v1.0.83 |
1296 | 2023-09-25T22:35:45.531Z | Compiling rand_core v0.6.4 |
1297 | 2023-09-25T22:35:45.536Z | Compiling parking_lot v0.12.1 |
1298 | 2023-09-25T22:35:45.541Z | Compiling mio v0.8.8 |
1299 | 2023-09-25T22:35:45.546Z | Compiling signal-hook-registry v1.4.1 |
1300 | 2023-09-25T22:35:45.552Z | Compiling socket2 v0.5.3 |
1301 | 2023-09-25T22:35:45.558Z | Compiling typenum v1.16.0 |
1302 | 2023-09-25T22:35:45.563Z | Compiling spin v0.5.2 |
1303 | 2023-09-25T22:35:46.223Z | Compiling generic-array v0.14.7 |
1304 | 2023-09-25T22:35:46.314Z | Compiling equivalent v1.0.1 |
1305 | 2023-09-25T22:35:46.471Z | Compiling iana-time-zone v0.1.57 |
1306 | 2023-09-25T22:35:46.582Z | Compiling hashbrown v0.14.0 |
1307 | 2023-09-25T22:35:47.181Z | Compiling slab v0.4.9 |
1308 | 2023-09-25T22:35:47.324Z | Compiling futures-task v0.3.28 |
1309 | 2023-09-25T22:35:47.642Z | Compiling futures-sink v0.3.28 |
1310 | 2023-09-25T22:35:47.786Z | Compiling futures-channel v0.3.28 |
1311 | 2023-09-25T22:35:48.258Z | Compiling futures-util v0.3.28 |
1312 | 2023-09-25T22:35:48.279Z | Compiling subtle v2.5.0 |
1313 | 2023-09-25T22:35:49.240Z | Compiling tracing-core v0.1.31 |
1314 | 2023-09-25T22:35:49.268Z | Compiling pin-utils v0.1.0 |
1315 | 2023-09-25T22:35:49.305Z | Compiling byteorder v1.4.3 |
1316 | 2023-09-25T22:35:49.400Z | Compiling const-oid v0.9.5 |
1317 | 2023-09-25T22:35:49.513Z | Compiling futures-io v0.3.28 |
1318 | 2023-09-25T22:35:50.157Z | Compiling heck v0.4.1 |
1319 | 2023-09-25T22:35:50.759Z | Compiling ring v0.16.20 |
1320 | 2023-09-25T22:35:50.788Z | Compiling pkg-config v0.3.27 |
1321 | 2023-09-25T22:35:51.828Z | Compiling fnv v1.0.7 |
1322 | 2023-09-25T22:35:52.086Z | Compiling schemars v0.8.13 |
1323 | 2023-09-25T22:35:52.336Z | Compiling vcpkg v0.2.15 |
1324 | 2023-09-25T22:35:52.744Z | Compiling unicode-xid v0.2.4 |
1325 | 2023-09-25T22:35:53.001Z | Compiling dyn-clone v1.0.13 |
1326 | 2023-09-25T22:35:53.040Z | Compiling ucd-trie v0.1.6 |
1327 | 2023-09-25T22:35:53.059Z | Compiling tinyvec_macros v0.1.1 |
1328 | 2023-09-25T22:35:53.169Z | Compiling serde_derive_internals v0.26.0 |
1329 | 2023-09-25T22:35:53.319Z | Compiling tinyvec v1.6.0 |
1330 | 2023-09-25T22:35:53.743Z | Compiling synstructure v0.12.6 |
1331 | 2023-09-25T22:35:55.010Z | Compiling openssl-sys v0.9.93 |
1332 | 2023-09-25T22:35:55.069Z | Compiling indexmap v1.9.3 |
1333 | 2023-09-25T22:35:55.478Z | Compiling untrusted v0.7.1 |
1334 | 2023-09-25T22:35:55.864Z | Compiling httparse v1.8.0 |
1335 | 2023-09-25T22:35:56.239Z | Compiling unicode-normalization v0.1.22 |
1336 | 2023-09-25T22:35:57.183Z | Compiling socket2 v0.4.9 |
1337 | 2023-09-25T22:35:57.508Z | Compiling unicode-bidi v0.3.13 |
1338 | 2023-09-25T22:35:59.478Z | Compiling hashbrown v0.12.3 |
1339 | 2023-09-25T22:35:59.717Z | Compiling allocator-api2 v0.2.16 |
1340 | 2023-09-25T22:35:59.991Z | Compiling crossbeam-utils v0.8.16 |
1341 | 2023-09-25T22:36:03.205Z | Compiling serde_derive v1.0.188 |
1342 | 2023-09-25T22:36:03.396Z | Compiling thiserror-impl v1.0.48 |
1343 | 2023-09-25T22:36:03.460Z | Compiling zeroize_derive v1.4.2 |
1344 | 2023-09-25T22:36:03.593Z | Compiling tokio-macros v2.1.0 |
1345 | 2023-09-25T22:36:03.839Z | Compiling schemars_derive v0.8.13 |
1346 | 2023-09-25T22:36:04.115Z | Compiling futures-macro v0.3.28 |
1347 | 2023-09-25T22:36:04.672Z | Compiling tracing-attributes v0.1.26 |
1348 | 2023-09-25T22:36:05.805Z | Compiling zeroize v1.6.0 |
1349 | 2023-09-25T22:36:05.994Z | Compiling zerocopy-derive v0.2.0 |
1350 | 2023-09-25T22:36:08.389Z | Compiling pest v2.7.2 |
1351 | 2023-09-25T22:36:08.806Z | Compiling hashbrown v0.13.2 |
1352 | 2023-09-25T22:36:08.979Z | Compiling block-buffer v0.10.4 |
1353 | 2023-09-25T22:36:09.387Z | Compiling crypto-common v0.1.6 |
1354 | 2023-09-25T22:36:09.707Z | Compiling digest v0.10.7 |
1355 | 2023-09-25T22:36:10.175Z | Compiling tracing v0.1.37 |
1356 | 2023-09-25T22:36:10.450Z | Compiling foreign-types-shared v0.1.1 |
1357 | 2023-09-25T22:36:10.654Z | Compiling unicode-width v0.1.10 |
1358 | 2023-09-25T22:36:10.691Z | Compiling try-lock v0.2.4 |
1359 | 2023-09-25T22:36:10.897Z | Compiling openssl v0.10.57 |
1360 | 2023-09-25T22:36:10.900Z | Compiling rustls v0.21.7 |
1361 | 2023-09-25T22:36:11.094Z | Compiling percent-encoding v2.3.0 |
1362 | 2023-09-25T22:36:11.298Z | Compiling adler v1.0.2 |
1363 | 2023-09-25T22:36:11.461Z | Compiling bitflags v1.3.2 |
1364 | 2023-09-25T22:36:11.543Z | Compiling base64 v0.21.4 |
1365 | 2023-09-25T22:36:11.614Z | Compiling miniz_oxide v0.7.1 |
1366 | 2023-09-25T22:36:11.836Z | Compiling want v0.3.1 |
1367 | 2023-09-25T22:36:12.019Z | Compiling regress v0.7.1 |
1368 | 2023-09-25T22:36:12.363Z | Compiling foreign-types v0.3.2 |
1369 | 2023-09-25T22:36:12.497Z | Compiling rustls-webpki v0.101.4 |
1370 | 2023-09-25T22:36:13.303Z | Compiling pest_meta v2.7.2 |
1371 | 2023-09-25T22:36:13.597Z | Compiling sct v0.7.0 |
1372 | 2023-09-25T22:36:14.463Z | Compiling openssl-macros v0.1.1 |
1373 | 2023-09-25T22:36:15.905Z | Compiling pest_generator v2.7.2 |
1374 | 2023-09-25T22:36:19.159Z | Compiling backtrace v0.3.69 |
1375 | 2023-09-25T22:36:19.749Z | Compiling errno v0.3.2 |
1376 | 2023-09-25T22:36:20.105Z | Compiling usdt-impl v0.3.5 |
1377 | 2023-09-25T22:36:20.297Z | Compiling pest_derive v2.7.2 |
1378 | 2023-09-25T22:36:20.447Z | Compiling httpdate v1.0.3 |
1379 | 2023-09-25T22:36:20.570Z | Compiling cpufeatures v0.2.9 |
1380 | 2023-09-25T22:36:20.603Z | Compiling gimli v0.28.0 |
1381 | 2023-09-25T22:36:20.726Z | Compiling native-tls v0.2.11 |
1382 | 2023-09-25T22:36:21.209Z | Compiling tower-service v0.3.2 |
1383 | 2023-09-25T22:36:21.370Z | Compiling winnow v0.5.15 |
1384 | 2023-09-25T22:36:21.620Z | Compiling form_urlencoded v1.2.0 |
1385 | 2023-09-25T22:36:21.672Z | Compiling aho-corasick v1.0.4 |
1386 | 2023-09-25T22:36:21.898Z | Compiling lazy_static v1.4.0 |
1387 | 2023-09-25T22:36:22.099Z | Compiling object v0.32.1 |
1388 | 2023-09-25T22:36:22.578Z | Compiling openssl-probe v0.1.5 |
1389 | 2023-09-25T22:36:23.328Z | Compiling anyhow v1.0.75 |
1390 | 2023-09-25T22:36:24.045Z | Compiling regex-syntax v0.7.5 |
1391 | 2023-09-25T22:36:27.651Z | Compiling bytes v1.5.0 |
1392 | 2023-09-25T22:36:28.135Z | Compiling chrono v0.4.31 |
1393 | 2023-09-25T22:36:28.728Z | Compiling indexmap v2.0.0 |
1394 | 2023-09-25T22:36:30.781Z | Compiling tokio v1.32.0 |
1395 | 2023-09-25T22:36:32.527Z | Compiling uuid v1.4.1 |
1396 | 2023-09-25T22:36:34.541Z | Compiling bitflags v2.4.0 |
1397 | 2023-09-25T22:36:34.792Z | Compiling http v0.2.9 |
1398 | 2023-09-25T22:36:35.480Z | Compiling serde_tokenstream v0.2.0 |
1399 | 2023-09-25T22:36:37.522Z | Compiling http-body v0.4.5 |
1400 | 2023-09-25T22:36:38.268Z | Compiling serde_spanned v0.6.3 |
1401 | 2023-09-25T22:36:38.616Z | Compiling toml_datetime v0.6.3 |
1402 | 2023-09-25T22:36:39.275Z | Compiling toml_edit v0.19.15 |
1403 | 2023-09-25T22:36:43.407Z | Compiling addr2line v0.21.0 |
1404 | 2023-09-25T22:36:43.515Z | Compiling rustc-demangle v0.1.23 |
1405 | 2023-09-25T22:36:44.747Z | Compiling tokio-util v0.7.8 |
1406 | 2023-09-25T22:36:46.730Z | Compiling h2 v0.3.21 |
1407 | 2023-09-25T22:36:47.925Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1408 | 2023-09-25T22:36:49.546Z | Compiling ppv-lite86 v0.2.17 |
1409 | 2023-09-25T22:36:50.908Z | Compiling slog v2.7.0 |
1410 | 2023-09-25T22:36:51.539Z | Compiling rand_chacha v0.3.1 |
1411 | 2023-09-25T22:36:52.089Z | Compiling zerocopy v0.3.0 |
1412 | 2023-09-25T22:36:54.250Z | Compiling proc-macro-crate v1.3.1 |
1413 | 2023-09-25T22:36:55.688Z | Compiling tokio-rustls v0.24.1 |
1414 | 2023-09-25T22:36:55.940Z | Compiling regex-automata v0.3.8 |
1415 | 2023-09-25T22:36:56.970Z | Compiling encoding_rs v0.8.33 |
1416 | 2023-09-25T22:37:33.329Z | Compiling hyper v0.14.27 |
1417 | 2023-09-25T22:37:34.434Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1418 | 2023-09-25T22:37:35.266Z | Compiling ident_case v1.0.1 |
1419 | 2023-09-25T22:37:35.354Z | Compiling mime v0.3.17 |
1420 | 2023-09-25T22:37:35.444Z | Compiling time-core v0.1.1 |
1421 | 2023-09-25T22:37:35.517Z | Compiling strsim v0.10.0 |
1422 | 2023-09-25T22:37:35.619Z | Compiling regex v1.9.5 |
1423 | 2023-09-25T22:37:35.670Z | Compiling time-macros v0.2.13 |
1424 | 2023-09-25T22:37:35.802Z | Compiling darling_core v0.20.3 |
1425 | 2023-09-25T22:37:35.885Z | Compiling num_enum_derive v0.5.11 |
1426 | 2023-09-25T22:37:35.930Z | Compiling tokio-native-tls v0.3.1 |
1427 | 2023-09-25T22:37:35.992Z | Compiling dof v0.1.5 |
1428 | 2023-09-25T22:37:36.071Z | Compiling rand v0.8.5 |
1429 | 2023-09-25T22:37:36.124Z | Compiling serde_urlencoded v0.7.1 |
1430 | 2023-09-25T22:37:36.167Z | Compiling dtrace-parser v0.1.14 |
1431 | 2023-09-25T22:37:36.228Z | Compiling crossbeam-channel v0.5.8 |
1432 | 2023-09-25T22:37:37.582Z | Compiling rustls-pemfile v1.0.3 |
1433 | 2023-09-25T22:37:37.757Z | Compiling idna v0.4.0 |
1434 | 2023-09-25T22:37:37.828Z | Compiling atty v0.2.14 |
1435 | 2023-09-25T22:37:37.881Z | Compiling thread-id v4.2.0 |
1436 | 2023-09-25T22:37:37.947Z | Compiling proc-macro-error-attr v1.0.4 |
1437 | 2023-09-25T22:37:37.983Z | Compiling rustix v0.38.9 |
1438 | 2023-09-25T22:37:38.028Z | Compiling num_threads v0.1.6 |
1439 | 2023-09-25T22:37:38.083Z | Compiling deranged v0.3.8 |
1440 | 2023-09-25T22:37:38.135Z | Compiling async-trait v0.1.73 |
1441 | 2023-09-25T22:37:38.180Z | Compiling darling_macro v0.20.3 |
1442 | 2023-09-25T22:37:38.230Z | Compiling time v0.3.27 |
1443 | 2023-09-25T22:37:38.235Z | Compiling url v2.4.1 |
1444 | 2023-09-25T22:37:38.278Z | Compiling num_enum v0.5.11 |
1445 | 2023-09-25T22:37:38.308Z | Compiling hyper-rustls v0.24.1 |
1446 | 2023-09-25T22:37:38.315Z | Compiling hyper-tls v0.5.0 |
1447 | 2023-09-25T22:37:38.386Z | Compiling ipnetwork v0.20.0 |
1448 | 2023-09-25T22:37:38.628Z | Compiling serde_tokenstream v0.1.7 |
1449 | 2023-09-25T22:37:39.801Z | Compiling hmac v0.12.1 |
1450 | 2023-09-25T22:37:41.260Z | Compiling dirs-sys-next v0.1.2 |
1451 | 2023-09-25T22:37:42.322Z | Compiling proc-macro-error v1.0.4 |
1452 | 2023-09-25T22:37:42.750Z | Compiling webpki-roots v0.25.2 |
1453 | 2023-09-25T22:37:44.708Z | Compiling rustversion v1.0.14 |
1454 | 2023-09-25T22:37:45.042Z | Compiling ipnet v2.8.0 |
1455 | 2023-09-25T22:37:45.337Z | Compiling getopts v0.2.21 |
1456 | 2023-09-25T22:37:46.816Z | Compiling reqwest v0.11.20 |
1457 | 2023-09-25T22:37:49.760Z | Compiling dirs-next v2.0.0 |
1458 | 2023-09-25T22:37:55.072Z | Compiling darling v0.20.3 |
1459 | 2023-09-25T22:38:04.829Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1460 | 2023-09-25T22:38:05.032Z | Compiling openapiv3 v1.0.3 |
1461 | 2023-09-25T22:38:13.754Z | Compiling sha2 v0.10.7 |
1462 | 2023-09-25T22:38:20.249Z | Compiling md-5 v0.10.5 |
1463 | 2023-09-25T22:38:20.677Z | Compiling structmeta-derive v0.1.6 |
1464 | 2023-09-25T22:38:20.900Z | Compiling stringprep v0.1.3 |
1465 | 2023-09-25T22:38:25.281Z | Compiling multer v2.1.0 |
1466 | 2023-09-25T22:38:25.704Z | Compiling thread_local v1.1.7 |
1467 | 2023-09-25T22:38:26.619Z | Compiling paste v1.0.14 |
1468 | 2023-09-25T22:38:26.997Z | Compiling semver v1.0.18 |
1469 | 2023-09-25T22:38:27.329Z | Compiling slog-async v2.8.0 |
1470 | 2023-09-25T22:38:27.630Z | Compiling unsafe-libyaml v0.2.9 |
1471 | 2023-09-25T22:38:27.968Z | Compiling match_cfg v0.1.0 |
1472 | 2023-09-25T22:38:28.103Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1473 | 2023-09-25T22:38:28.576Z | Compiling siphasher v0.3.11 |
1474 | 2023-09-25T22:38:29.403Z | Compiling camino v1.1.6 |
1475 | 2023-09-25T22:38:30.203Z | Compiling fallible-iterator v0.2.0 |
1476 | 2023-09-25T22:38:30.830Z | Compiling serde_yaml v0.9.25 |
1477 | 2023-09-25T22:38:31.576Z | Compiling postgres-protocol v0.6.6 |
1478 | 2023-09-25T22:38:35.149Z | Compiling phf_shared v0.11.2 |
1479 | 2023-09-25T22:38:35.976Z | Compiling hostname v0.3.1 |
1480 | 2023-09-25T22:38:37.221Z | Compiling structmeta v0.1.6 |
1481 | 2023-09-25T22:38:37.417Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1482 | 2023-09-25T22:38:37.556Z | Compiling toml v0.7.8 |
1483 | 2023-09-25T22:38:39.405Z | Compiling serde_with_macros v2.3.3 |
1484 | 2023-09-25T22:38:43.504Z | Compiling term v0.7.0 |
1485 | 2023-09-25T22:38:48.613Z | Compiling usdt-macro v0.3.5 |
1486 | 2023-09-25T22:38:49.326Z | Compiling usdt-attr-macro v0.3.5 |
1487 | 2023-09-25T22:38:50.507Z | Compiling slog-json v2.6.1 |
1488 | 2023-09-25T22:38:51.333Z | Compiling futures-executor v0.3.28 |
1489 | 2023-09-25T22:38:51.836Z | Compiling async-stream-impl v0.3.5 |
1490 | 2023-09-25T22:38:53.193Z | Compiling spin v0.9.8 |
1491 | 2023-09-25T22:38:53.414Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1492 | 2023-09-25T22:38:53.855Z | Compiling memoffset v0.9.0 |
1493 | 2023-09-25T22:38:53.894Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1494 | 2023-09-25T22:38:53.910Z | Compiling regex-syntax v0.6.29 |
1495 | 2023-09-25T22:38:54.368Z | Compiling managed v0.8.0 |
1496 | 2023-09-25T22:38:54.511Z | Compiling atomic-waker v1.1.1 |
1497 | 2023-09-25T22:38:54.749Z | Compiling take_mut v0.2.2 |
1498 | 2023-09-25T22:38:55.284Z | Compiling postcard-cobs v0.1.5-pre |
1499 | 2023-09-25T22:38:55.764Z | Compiling postcard v0.7.3 |
1500 | 2023-09-25T22:38:59.054Z | Compiling smoltcp v0.8.2 |
1501 | 2023-09-25T22:39:24.078Z | Compiling waitgroup v0.1.2 |
1502 | 2023-09-25T22:39:24.217Z | Compiling async-stream v0.3.5 |
1503 | 2023-09-25T22:39:24.305Z | Compiling futures v0.3.28 |
1504 | 2023-09-25T22:39:24.347Z | Compiling usdt v0.3.5 |
1505 | 2023-09-25T22:39:24.428Z | Compiling slog-bunyan v2.4.0 |
1506 | 2023-09-25T22:39:24.506Z | Compiling strum_macros v0.25.2 |
1507 | 2023-09-25T22:39:24.558Z | Compiling parse-display-derive v0.7.0 |
1508 | 2023-09-25T22:39:24.611Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1509 | 2023-09-25T22:39:24.687Z | Compiling slog-term v2.9.0 |
1510 | 2023-09-25T22:39:24.741Z | Compiling serde_with v2.3.3 |
1511 | 2023-09-25T22:39:24.797Z | Compiling phf v0.11.2 |
1512 | 2023-09-25T22:39:24.861Z | Compiling postgres-types v0.2.6 |
1513 | 2023-09-25T22:39:24.933Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1514 | 2023-09-25T22:39:25.402Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1515 | 2023-09-25T22:39:25.437Z | Compiling hex v0.4.3 |
1516 | 2023-09-25T22:39:25.474Z | Compiling serde_path_to_error v0.1.14 |
1517 | 2023-09-25T22:39:25.501Z | Compiling sha1 v0.10.5 |
1518 | 2023-09-25T22:39:25.568Z | Compiling zerocopy-derive v0.6.3 |
1519 | 2023-09-25T22:39:25.616Z | Compiling foreign-types-macros v0.2.3 |
1520 | 2023-09-25T22:39:25.671Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1521 | 2023-09-25T22:39:25.716Z | Compiling crossbeam-epoch v0.9.15 |
1522 | 2023-09-25T22:39:26.071Z | Compiling instant v0.1.12 |
1523 | 2023-09-25T22:39:26.241Z | Compiling io-lifetimes v1.0.11 |
1524 | 2023-09-25T22:39:26.826Z | Compiling foreign-types-shared v0.3.1 |
1525 | 2023-09-25T22:39:26.845Z | Compiling whoami v1.4.1 |
1526 | 2023-09-25T22:39:26.902Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1527 | 2023-09-25T22:39:26.936Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1528 | 2023-09-25T22:39:27.062Z | Compiling either v1.9.0 |
1529 | 2023-09-25T22:39:27.091Z | Compiling cfg-if v0.1.10 |
1530 | 2023-09-25T22:39:27.257Z | Compiling debug-ignore v1.0.5 |
1531 | 2023-09-25T22:39:27.377Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1532 | 2023-09-25T22:39:27.422Z | Compiling zerocopy v0.6.3 |
1533 | 2023-09-25T22:39:27.957Z | Compiling tokio-postgres v0.7.10 |
1534 | 2023-09-25T22:39:28.076Z | Compiling foreign-types v0.5.0 |
1535 | 2023-09-25T22:39:28.285Z | Compiling backoff v0.4.0 |
1536 | 2023-09-25T22:39:29.023Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1537 | 2023-09-25T22:39:29.048Z | Compiling parse-display v0.7.0 |
1538 | 2023-09-25T22:39:29.351Z | Compiling strum v0.25.0 |
1539 | 2023-09-25T22:39:29.745Z | Compiling is-terminal v0.4.9 |
1540 | 2023-09-25T22:39:29.933Z | Compiling macaddr v1.0.1 |
1541 | 2023-09-25T22:39:30.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1542 | 2023-09-25T22:39:31.090Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1543 | 2023-09-25T22:39:31.322Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1544 | 2023-09-25T22:39:32.325Z | Compiling cstr-argument v0.1.2 |
1545 | 2023-09-25T22:39:32.403Z | Compiling unicode-segmentation v1.10.1 |
1546 | 2023-09-25T22:39:32.710Z | Compiling rustix v0.37.23 |
1547 | 2023-09-25T22:39:33.560Z | Compiling pretty-hex v0.2.1 |
1548 | 2023-09-25T22:39:33.822Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1549 | 2023-09-25T22:39:33.843Z | Compiling base64ct v1.6.0 |
1550 | 2023-09-25T22:39:33.914Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1551 | 2023-09-25T22:39:34.423Z | Compiling heck v0.3.3 |
1552 | 2023-09-25T22:39:34.525Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1553 | 2023-09-25T22:39:35.001Z | Compiling password-hash v0.5.0 |
1554 | 2023-09-25T22:39:35.695Z | Compiling colored v2.0.4 |
1555 | 2023-09-25T22:39:38.122Z | Compiling textwrap v0.11.0 |
1556 | 2023-09-25T22:39:38.191Z | Compiling blake2 v0.10.6 |
1557 | 2023-09-25T22:39:38.320Z | Compiling vec_map v0.8.2 |
1558 | 2023-09-25T22:39:38.790Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1559 | 2023-09-25T22:39:38.808Z | Compiling utf8parse v0.2.1 |
1560 | 2023-09-25T22:39:39.096Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1561 | 2023-09-25T22:39:39.119Z | Compiling crc32fast v1.3.2 |
1562 | 2023-09-25T22:39:39.209Z | Compiling rayon-core v1.11.0 |
1563 | 2023-09-25T22:39:39.641Z | Compiling ansi_term v0.12.1 |
1564 | 2023-09-25T22:39:39.774Z | Compiling strsim v0.8.0 |
1565 | 2023-09-25T22:39:39.865Z | Compiling libefi-sys v0.1.0 |
1566 | 2023-09-25T22:39:40.305Z | Compiling clap v2.34.0 |
1567 | 2023-09-25T22:39:40.556Z | Compiling anstyle-parse v0.2.1 |
1568 | 2023-09-25T22:39:41.028Z | Compiling argon2 v0.5.2 |
1569 | 2023-09-25T22:39:42.535Z | Compiling crossbeam-deque v0.8.3 |
1570 | 2023-09-25T22:39:44.178Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1571 | 2023-09-25T22:39:46.376Z | Compiling structopt-derive v0.4.18 |
1572 | 2023-09-25T22:39:50.566Z | Compiling itertools v0.10.5 |
1573 | 2023-09-25T22:40:13.221Z | Compiling zone_cfg_derive v0.2.0 |
1574 | 2023-09-25T22:40:14.292Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1575 | 2023-09-25T22:40:15.647Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1576 | 2023-09-25T22:40:16.153Z | Compiling anstyle v1.0.2 |
1577 | 2023-09-25T22:40:16.329Z | Compiling colorchoice v1.0.0 |
1578 | 2023-09-25T22:40:17.002Z | Compiling anstyle-query v1.0.0 |
1579 | 2023-09-25T22:40:17.496Z | Compiling keccak v0.1.4 |
1580 | 2023-09-25T22:40:18.500Z | Compiling portable-atomic v1.4.3 |
1581 | 2023-09-25T22:40:18.668Z | Compiling sha3 v0.10.8 |
1582 | 2023-09-25T22:40:18.841Z | Compiling zone v0.2.0 |
1583 | 2023-09-25T22:40:19.127Z | Compiling anstream v0.5.0 |
1584 | 2023-09-25T22:40:19.325Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1585 | 2023-09-25T22:40:19.380Z | Compiling structopt v0.3.26 |
1586 | 2023-09-25T22:40:19.473Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1587 | 2023-09-25T22:40:19.532Z | Compiling terminal_size v0.2.6 |
1588 | 2023-09-25T22:40:19.617Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1589 | 2023-09-25T22:40:19.691Z | Compiling hkdf v0.12.3 |
1590 | 2023-09-25T22:40:19.738Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1591 | 2023-09-25T22:40:19.810Z | Compiling smf v0.2.2 |
1592 | 2023-09-25T22:40:19.847Z | Compiling secrecy v0.8.0 |
1593 | 2023-09-25T22:40:19.891Z | Compiling filetime v0.2.22 |
1594 | 2023-09-25T22:40:19.962Z | Compiling xattr v1.0.1 |
1595 | 2023-09-25T22:40:20.025Z | Compiling clap_lex v0.5.1 |
1596 | 2023-09-25T22:40:20.064Z | Compiling fastrand v2.0.0 |
1597 | 2023-09-25T22:40:20.095Z | Compiling same-file v1.0.6 |
1598 | 2023-09-25T22:40:20.129Z | Compiling walkdir v2.4.0 |
1599 | 2023-09-25T22:40:20.190Z | Compiling tempfile v3.8.0 |
1600 | 2023-09-25T22:40:20.222Z | Compiling clap_builder v4.4.2 |
1601 | 2023-09-25T22:40:20.252Z | Compiling tar v0.4.40 |
1602 | 2023-09-25T22:40:20.288Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1603 | 2023-09-25T22:40:20.335Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1604 | 2023-09-25T22:40:20.372Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1605 | 2023-09-25T22:40:20.420Z | Compiling flate2 v1.0.27 |
1606 | 2023-09-25T22:40:20.455Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1607 | 2023-09-25T22:40:20.484Z | Compiling rayon v1.7.0 |
1608 | 2023-09-25T22:40:20.517Z | Compiling console v0.15.7 |
1609 | 2023-09-25T22:40:20.558Z | Compiling clap_derive v4.4.2 |
1610 | 2023-09-25T22:40:20.874Z | Compiling number_prefix v0.4.0 |
1611 | 2023-09-25T22:40:21.329Z | Compiling fixedbitset v0.4.2 |
1612 | 2023-09-25T22:40:22.616Z | Compiling petgraph v0.6.4 |
1613 | 2023-09-25T22:40:23.982Z | Compiling indicatif v0.17.6 |
1614 | 2023-09-25T22:40:27.090Z | Compiling clap v4.4.3 |
1615 | 2023-09-25T22:40:27.271Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1616 | 2023-09-25T22:40:27.433Z | Compiling omicron-zone-package v0.8.3 |
1617 | 2023-09-25T22:40:29.770Z | Compiling topological-sort v0.2.2 |
1618 | 2023-09-25T22:40:30.162Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1619 | 2023-09-25T22:41:13.654Z | Finished release [optimized] target(s) in 6m 10s |
1620 | 2023-09-25T22:41:14.178Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu` |
1621 | 2023-09-25T22:41:14.524Z | Created new build target 'test' and set it as active |
1622 | 2023-09-25T22:41:14.805Z | |
1623 | 2023-09-25T22:41:15.064Z | real 6:11.309168113 |
1624 | 2023-09-25T22:41:15.333Z | user 39:27.391347973 |
1625 | 2023-09-25T22:41:15.428Z | sys 2:57.902370806 |
1626 | 2023-09-25T22:41:15.475Z | trap 1.540914078 |
1627 | 2023-09-25T22:41:15.485Z | tflt 3.636988427 |
1628 | 2023-09-25T22:41:15.517Z | dflt 3.244762723 |
1629 | 2023-09-25T22:41:15.564Z | kflt 0.024432035 |
1630 | 2023-09-25T22:41:15.992Z | lock 1:32:55.043699981 |
1631 | 2023-09-25T22:41:16.013Z | slp 1:52:59.309227645 |
1632 | 2023-09-25T22:41:16.031Z | lat 1:43.659462428 |
1633 | 2023-09-25T22:41:16.048Z | stop 2:15.805360158 |
1634 | 2023-09-25T22:41:16.068Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1635 | 2023-09-25T22:41:16.083Z | Finished release [optimized] target(s) in 0.98s |
1636 | 2023-09-25T22:41:16.100Z | Running `target/release/omicron-package -t test package` |
1637 | 2023-09-25T22:41:16.122Z | Sep 25 22:41:13.684 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "switch": "softnpu"}) |
1638 | 2023-09-25T22:41:16.133Z | Compiling serde v1.0.188 |
1639 | 2023-09-25T22:41:16.148Z | Compiling serde_json v1.0.107 |
1640 | 2023-09-25T22:41:16.170Z | Compiling chrono v0.4.31 |
1641 | 2023-09-25T22:41:16.199Z | Compiling uuid v1.4.1 |
1642 | 2023-09-25T22:41:16.219Z | Compiling syn v2.0.32 |
1643 | 2023-09-25T22:41:16.239Z | Compiling semver v1.0.18 |
1644 | 2023-09-25T22:41:16.253Z | Compiling lock_api v0.4.10 |
1645 | 2023-09-25T22:41:16.269Z | Compiling parking_lot_core v0.9.8 |
1646 | 2023-09-25T22:41:16.706Z | Compiling smallvec v1.11.0 |
1647 | 2023-09-25T22:41:16.712Z | Compiling scopeguard v1.2.0 |
1648 | 2023-09-25T22:41:16.717Z | Compiling tinyvec_macros v0.1.1 |
1649 | 2023-09-25T22:41:16.726Z | Compiling tinyvec v1.6.0 |
1650 | 2023-09-25T22:41:16.736Z | Compiling num-integer v0.1.45 |
1651 | 2023-09-25T22:41:16.745Z | Compiling percent-encoding v2.3.0 |
1652 | 2023-09-25T22:41:16.748Z | Compiling parking_lot v0.12.1 |
1653 | 2023-09-25T22:41:16.751Z | Compiling form_urlencoded v1.2.0 |
1654 | 2023-09-25T22:41:16.754Z | Compiling unicode-bidi v0.3.13 |
1655 | 2023-09-25T22:41:17.623Z | Compiling num-iter v0.1.43 |
1656 | 2023-09-25T22:41:17.904Z | Compiling schemars v0.8.13 |
1657 | 2023-09-25T22:41:17.996Z | Compiling reqwest v0.11.20 |
1658 | 2023-09-25T22:41:18.681Z | Compiling openapiv3 v1.0.3 |
1659 | 2023-09-25T22:41:18.757Z | Compiling usdt-impl v0.3.5 |
1660 | 2023-09-25T22:41:20.622Z | Compiling slog-json v2.6.1 |
1661 | 2023-09-25T22:41:21.480Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1662 | 2023-09-25T22:41:23.866Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1663 | 2023-09-25T22:41:25.531Z | Compiling slog-bunyan v2.4.0 |
1664 | 2023-09-25T22:41:25.915Z | Compiling ipnetwork v0.20.0 |
1665 | 2023-09-25T22:41:26.501Z | Compiling indexmap v2.0.0 |
1666 | 2023-09-25T22:41:31.779Z | Compiling serde_tokenstream v0.2.0 |
1667 | 2023-09-25T22:41:33.870Z | Compiling serde_yaml v0.9.25 |
1668 | 2023-09-25T22:41:37.405Z | Compiling serde_tokenstream v0.1.7 |
1669 | 2023-09-25T22:41:38.074Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1670 | 2023-09-25T22:41:38.191Z | Compiling usdt-macro v0.3.5 |
1671 | 2023-09-25T22:41:40.063Z | Compiling usdt-attr-macro v0.3.5 |
1672 | 2023-09-25T22:41:40.297Z | Compiling postgres-types v0.2.6 |
1673 | 2023-09-25T22:41:40.817Z | Compiling serde_spanned v0.6.3 |
1674 | 2023-09-25T22:41:41.135Z | Compiling toml_datetime v0.6.3 |
1675 | 2023-09-25T22:41:41.789Z | Compiling tokio-postgres v0.7.10 |
1676 | 2023-09-25T22:41:42.163Z | Compiling usdt v0.3.5 |
1677 | 2023-09-25T22:41:42.472Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1678 | 2023-09-25T22:41:42.898Z | Compiling toml_edit v0.19.15 |
1679 | 2023-09-25T22:41:47.879Z | Compiling proc-macro-crate v1.3.1 |
1680 | 2023-09-25T22:41:49.317Z | Compiling unicode-normalization v0.1.22 |
1681 | 2023-09-25T22:41:51.227Z | Compiling idna v0.4.0 |
1682 | 2023-09-25T22:41:53.720Z | Compiling rustc_version v0.4.0 |
1683 | 2023-09-25T22:41:54.770Z | Compiling num_enum_derive v0.5.11 |
1684 | 2023-09-25T22:41:54.773Z | Compiling url v2.4.1 |
1685 | 2023-09-25T22:41:55.569Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1686 | 2023-09-25T22:41:57.893Z | Compiling pin-project-lite v0.2.13 |
1687 | 2023-09-25T22:41:58.073Z | Compiling linked-hash-map v0.5.6 |
1688 | 2023-09-25T22:41:58.618Z | Compiling num_enum v0.5.11 |
1689 | 2023-09-25T22:41:58.687Z | Compiling lru-cache v0.1.2 |
1690 | 2023-09-25T22:41:59.009Z | Compiling ring v0.16.20 |
1691 | 2023-09-25T22:41:59.124Z | Compiling data-encoding v2.4.0 |
1692 | 2023-09-25T22:42:02.752Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1693 | 2023-09-25T22:42:02.936Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1694 | 2023-09-25T22:42:07.489Z | Compiling rustix v0.38.9 |
1695 | 2023-09-25T22:42:08.216Z | Compiling futures-core v0.3.28 |
1696 | 2023-09-25T22:42:08.229Z | Compiling errno v0.3.2 |
1697 | 2023-09-25T22:42:08.861Z | Compiling bitflags v2.4.0 |
1698 | 2023-09-25T22:42:09.095Z | Compiling anyhow v1.0.75 |
1699 | 2023-09-25T22:42:09.176Z | Compiling matches v0.1.10 |
1700 | 2023-09-25T22:42:09.215Z | Compiling idna v0.2.3 |
1701 | 2023-09-25T22:42:13.790Z | Compiling enum-as-inner v0.5.1 |
1702 | 2023-09-25T22:42:14.460Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1703 | 2023-09-25T22:42:15.307Z | Compiling num_cpus v1.16.0 |
1704 | 2023-09-25T22:42:15.476Z | Compiling signal-hook-registry v1.4.1 |
1705 | 2023-09-25T22:42:16.589Z | Compiling socket2 v0.5.3 |
1706 | 2023-09-25T22:42:17.861Z | Compiling mio v0.8.8 |
1707 | 2023-09-25T22:42:17.999Z | Compiling untrusted v0.7.1 |
1708 | 2023-09-25T22:42:18.301Z | Compiling spin v0.5.2 |
1709 | 2023-09-25T22:42:19.700Z | Compiling tokio v1.32.0 |
1710 | 2023-09-25T22:42:30.127Z | Compiling trust-dns-proto v0.22.0 |
1711 | 2023-09-25T22:42:34.600Z | Compiling futures-task v0.3.28 |
1712 | 2023-09-25T22:42:34.621Z | Compiling slab v0.4.9 |
1713 | 2023-09-25T22:42:34.830Z | Compiling tracing-core v0.1.31 |
1714 | 2023-09-25T22:42:34.918Z | Compiling slog-dtrace v0.2.3 |
1715 | 2023-09-25T22:42:35.331Z | Compiling futures-util v0.3.28 |
1716 | 2023-09-25T22:42:36.413Z | Compiling tracing v0.1.37 |
1717 | 2023-09-25T22:42:39.930Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1718 | 2023-09-25T22:42:40.016Z | Compiling indexmap v1.9.3 |
1719 | 2023-09-25T22:42:40.220Z | Compiling futures-channel v0.3.28 |
1720 | 2023-09-25T22:42:40.333Z | Compiling base64 v0.13.1 |
1721 | 2023-09-25T22:42:40.690Z | Compiling hashbrown v0.12.3 |
1722 | 2023-09-25T22:42:40.703Z | Compiling pin-utils v0.1.0 |
1723 | 2023-09-25T22:42:40.950Z | Compiling quick-error v1.2.3 |
1724 | 2023-09-25T22:42:41.082Z | Compiling futures-sink v0.3.28 |
1725 | 2023-09-25T22:42:41.118Z | Compiling tokio-util v0.7.8 |
1726 | 2023-09-25T22:42:41.465Z | Compiling resolv-conf v0.7.0 |
1727 | 2023-09-25T22:42:42.671Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1728 | 2023-09-25T22:42:51.316Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1729 | 2023-09-25T22:42:51.882Z | Compiling sct v0.7.0 |
1730 | 2023-09-25T22:42:52.171Z | Compiling rustls-webpki v0.101.4 |
1731 | 2023-09-25T22:42:52.332Z | Compiling rustls v0.21.7 |
1732 | 2023-09-25T22:42:52.634Z | Compiling httparse v1.8.0 |
1733 | 2023-09-25T22:42:53.053Z | Compiling try-lock v0.2.4 |
1734 | 2023-09-25T22:42:53.335Z | Compiling lazy_static v1.4.0 |
1735 | 2023-09-25T22:42:53.596Z | Compiling want v0.3.1 |
1736 | 2023-09-25T22:42:53.814Z | Compiling trust-dns-resolver v0.22.0 |
1737 | 2023-09-25T22:42:53.991Z | Compiling h2 v0.3.21 |
1738 | 2023-09-25T22:42:54.231Z | Compiling http-body v0.4.5 |
1739 | 2023-09-25T22:42:54.449Z | Compiling socket2 v0.4.9 |
1740 | 2023-09-25T22:42:54.685Z | Compiling httpdate v1.0.3 |
1741 | 2023-09-25T22:42:54.805Z | Compiling bitflags v1.3.2 |
1742 | 2023-09-25T22:42:54.836Z | Compiling tower-service v0.3.2 |
1743 | 2023-09-25T22:42:54.863Z | Compiling tokio-rustls v0.24.1 |
1744 | 2023-09-25T22:42:54.961Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1745 | 2023-09-25T22:42:55.394Z | Compiling base64 v0.21.4 |
1746 | 2023-09-25T22:42:56.485Z | Compiling static_assertions v1.1.0 |
1747 | 2023-09-25T22:42:56.625Z | Compiling radium v0.7.0 |
1748 | 2023-09-25T22:42:57.279Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1749 | 2023-09-25T22:43:00.790Z | Compiling hyper v0.14.27 |
1750 | 2023-09-25T22:43:01.551Z | Compiling rustls-pemfile v1.0.3 |
1751 | 2023-09-25T22:43:02.138Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1752 | 2023-09-25T22:43:02.920Z | Compiling serde_urlencoded v0.7.1 |
1753 | 2023-09-25T22:43:03.155Z | Compiling encoding_rs v0.8.33 |
1754 | 2023-09-25T22:43:03.760Z | Compiling ipnet v2.8.0 |
1755 | 2023-09-25T22:43:03.784Z | Compiling mime v0.3.17 |
1756 | 2023-09-25T22:43:04.650Z | Compiling same-file v1.0.6 |
1757 | 2023-09-25T22:43:04.985Z | Compiling webpki-roots v0.25.2 |
1758 | 2023-09-25T22:43:05.508Z | Compiling tap v1.0.1 |
1759 | 2023-09-25T22:43:05.527Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1760 | 2023-09-25T22:43:05.588Z | Compiling termcolor v1.2.0 |
1761 | 2023-09-25T22:43:06.673Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1762 | 2023-09-25T22:43:07.004Z | Compiling wyz v0.5.1 |
1763 | 2023-09-25T22:43:07.358Z | Compiling walkdir v2.4.0 |
1764 | 2023-09-25T22:43:07.765Z | Compiling hyper-rustls v0.24.1 |
1765 | 2023-09-25T22:43:07.777Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1766 | 2023-09-25T22:43:08.091Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1767 | 2023-09-25T22:43:08.521Z | Compiling crc32fast v1.3.2 |
1768 | 2023-09-25T22:43:08.621Z | Compiling semver-parser v0.10.2 |
1769 | 2023-09-25T22:43:08.937Z | Compiling memoffset v0.7.1 |
1770 | 2023-09-25T22:43:09.268Z | Compiling fastrand v2.0.0 |
1771 | 2023-09-25T22:43:09.356Z | Compiling funty v2.0.0 |
1772 | 2023-09-25T22:43:09.600Z | Compiling adler v1.0.2 |
1773 | 2023-09-25T22:43:09.908Z | Compiling cancel-safe-futures v0.1.2 |
1774 | 2023-09-25T22:43:10.079Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1775 | 2023-09-25T22:43:10.386Z | Compiling tempfile v3.8.0 |
1776 | 2023-09-25T22:43:10.485Z | Compiling miniz_oxide v0.7.1 |
1777 | 2023-09-25T22:43:10.720Z | Compiling semver v0.11.0 |
1778 | 2023-09-25T22:43:11.614Z | Compiling bitvec v1.0.1 |
1779 | 2023-09-25T22:43:12.029Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1780 | 2023-09-25T22:43:12.414Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1781 | 2023-09-25T22:43:12.825Z | Compiling libz-sys v1.1.12 |
1782 | 2023-09-25T22:43:13.603Z | Compiling filetime v0.2.22 |
1783 | 2023-09-25T22:43:14.028Z | Compiling xattr v1.0.1 |
1784 | 2023-09-25T22:43:14.247Z | Compiling num-rational v0.4.1 |
1785 | 2023-09-25T22:43:14.526Z | Compiling utf-8 v0.7.6 |
1786 | 2023-09-25T22:43:14.634Z | Compiling home v0.5.5 |
1787 | 2023-09-25T22:43:14.986Z | Compiling toolchain_find v0.2.0 |
1788 | 2023-09-25T22:43:15.385Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1789 | 2023-09-25T22:43:15.792Z | Compiling tar v0.4.40 |
1790 | 2023-09-25T22:43:16.914Z | Compiling flate2 v1.0.27 |
1791 | 2023-09-25T22:43:19.207Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1792 | 2023-09-25T22:43:19.630Z | Compiling toml v0.7.8 |
1793 | 2023-09-25T22:43:19.761Z | Compiling toml v0.5.11 |
1794 | 2023-09-25T22:43:20.451Z | Compiling pem-rfc7468 v0.7.0 |
1795 | 2023-09-25T22:43:22.272Z | Compiling der_derive v0.7.2 |
1796 | 2023-09-25T22:43:23.399Z | Compiling flagset v0.4.3 |
1797 | 2023-09-25T22:43:24.178Z | Compiling rustfmt-wrapper v0.2.0 |
1798 | 2023-09-25T22:43:24.215Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1799 | 2023-09-25T22:43:24.793Z | Compiling omicron-zone-package v0.8.3 |
1800 | 2023-09-25T22:43:26.123Z | Compiling der v0.7.8 |
1801 | 2023-09-25T22:43:28.764Z | Compiling fxhash v0.2.1 |
1802 | 2023-09-25T22:43:29.101Z | Compiling num-complex v0.4.4 |
1803 | 2023-09-25T22:43:30.081Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1804 | 2023-09-25T22:43:30.432Z | Compiling unicase v2.7.0 |
1805 | 2023-09-25T22:43:30.846Z | Compiling either v1.9.0 |
1806 | 2023-09-25T22:43:31.207Z | Compiling num v0.4.1 |
1807 | 2023-09-25T22:43:31.297Z | Compiling spki v0.7.2 |
1808 | 2023-09-25T22:43:31.390Z | Compiling itertools v0.11.0 |
1809 | 2023-09-25T22:43:31.578Z | Compiling inout v0.1.3 |
1810 | 2023-09-25T22:43:31.924Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1811 | 2023-09-25T22:43:32.008Z | Compiling maybe-uninit v2.0.0 |
1812 | 2023-09-25T22:43:32.013Z | Compiling half v1.8.2 |
1813 | 2023-09-25T22:43:32.186Z | Compiling ciborium-io v0.2.1 |
1814 | 2023-09-25T22:43:32.355Z | Compiling arc-swap v1.6.0 |
1815 | 2023-09-25T22:43:32.671Z | Compiling ciborium-ll v0.2.1 |
1816 | 2023-09-25T22:43:33.488Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1817 | 2023-09-25T22:43:33.575Z | Compiling slog-scope v4.4.0 |
1818 | 2023-09-25T22:43:33.678Z | Compiling cipher v0.4.4 |
1819 | 2023-09-25T22:43:34.378Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1820 | 2023-09-25T22:43:34.610Z | Compiling vergen v8.2.4 |
1821 | 2023-09-25T22:43:35.015Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1822 | 2023-09-25T22:43:35.048Z | Compiling num-bigint-dig v0.8.4 |
1823 | 2023-09-25T22:43:35.448Z | Compiling crc-catalog v2.2.0 |
1824 | 2023-09-25T22:43:35.654Z | Compiling deranged v0.3.8 |
1825 | 2023-09-25T22:43:35.664Z | Compiling parking_lot_core v0.8.6 |
1826 | 2023-09-25T22:43:36.231Z | Compiling packed_struct v0.10.1 |
1827 | 2023-09-25T22:43:36.811Z | Compiling num_threads v0.1.6 |
1828 | 2023-09-25T22:43:37.011Z | Compiling signal-hook v0.3.17 |
1829 | 2023-09-25T22:43:37.422Z | Compiling crc v3.0.1 |
1830 | 2023-09-25T22:43:38.600Z | Compiling slog-stdlog v4.1.1 |
1831 | 2023-09-25T22:43:39.096Z | Compiling time v0.3.27 |
1832 | 2023-09-25T22:43:40.106Z | Compiling ciborium v0.2.1 |
1833 | 2023-09-25T22:43:40.283Z | Compiling pkcs8 v0.10.2 |
1834 | 2023-09-25T22:43:41.758Z | Compiling libsqlite3-sys v0.26.0 |
1835 | 2023-09-25T22:43:42.444Z | Compiling universal-hash v0.5.1 |
1836 | 2023-09-25T22:43:42.775Z | Compiling nibble_vec v0.1.0 |
1837 | 2023-09-25T22:43:43.113Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1838 | 2023-09-25T22:43:43.127Z | Compiling packed_struct_codegen v0.10.1 |
1839 | 2023-09-25T22:43:43.863Z | Compiling dirs-sys-next v0.1.2 |
1840 | 2023-09-25T22:43:44.110Z | Compiling glob v0.3.1 |
1841 | 2023-09-25T22:43:44.664Z | Compiling nodrop v0.1.14 |
1842 | 2023-09-25T22:43:44.841Z | Compiling opaque-debug v0.3.0 |
1843 | 2023-09-25T22:43:44.974Z | Compiling doc-comment v0.3.3 |
1844 | 2023-09-25T22:43:45.471Z | Compiling endian-type v0.1.2 |
1845 | 2023-09-25T22:43:45.681Z | Compiling crunchy v0.2.2 |
1846 | 2023-09-25T22:43:45.819Z | Compiling semver v0.1.20 |
1847 | 2023-09-25T22:43:46.350Z | Compiling radix_trie v0.2.1 |
1848 | 2023-09-25T22:43:46.782Z | Compiling rustc_version v0.1.7 |
1849 | 2023-09-25T22:43:47.454Z | Compiling clang-sys v1.6.1 |
1850 | 2023-09-25T22:43:47.645Z | Compiling array-init v0.0.4 |
1851 | 2023-09-25T22:43:47.856Z | Compiling dirs-next v2.0.0 |
1852 | 2023-09-25T22:43:48.106Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1853 | 2023-09-25T22:43:49.051Z | Compiling pkcs1 v0.7.5 |
1854 | 2023-09-25T22:43:49.798Z | Compiling smallvec v0.6.14 |
1855 | 2023-09-25T22:43:50.547Z | Compiling slog-envlogger v2.2.0 |
1856 | 2023-09-25T22:43:57.095Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1857 | 2023-09-25T22:43:59.699Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1858 | 2023-09-25T22:44:00.791Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1859 | 2023-09-25T22:44:01.372Z | Compiling heapless v0.7.16 |
1860 | 2023-09-25T22:44:01.949Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1861 | 2023-09-25T22:44:02.714Z | Compiling sha-1 v0.10.1 |
1862 | 2023-09-25T22:44:04.181Z | Compiling signature v2.1.0 |
1863 | 2023-09-25T22:44:04.560Z | Compiling platforms v3.0.2 |
1864 | 2023-09-25T22:44:04.998Z | Compiling prettyplease v0.2.12 |
1865 | 2023-09-25T22:44:05.384Z | Compiling tiny-keccak v2.0.2 |
1866 | 2023-09-25T22:44:05.755Z | Compiling siphasher v0.3.11 |
1867 | 2023-09-25T22:44:06.404Z | Compiling bitfield v0.14.0 |
1868 | 2023-09-25T22:44:06.924Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1869 | 2023-09-25T22:44:07.512Z | Compiling phf_shared v0.10.0 |
1870 | 2023-09-25T22:44:08.196Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1871 | 2023-09-25T22:44:08.397Z | Compiling rsa v0.9.2 |
1872 | 2023-09-25T22:44:09.280Z | Compiling tungstenite v0.17.3 |
1873 | 2023-09-25T22:44:15.779Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1874 | 2023-09-25T22:44:16.927Z | Compiling parking_lot v0.11.2 |
1875 | 2023-09-25T22:44:17.317Z | Compiling serde-hex v0.1.0 |
1876 | 2023-09-25T22:44:17.855Z | Compiling mime_guess v2.0.4 |
1877 | 2023-09-25T22:44:19.818Z | Compiling term v0.7.0 |
1878 | 2023-09-25T22:44:21.065Z | Compiling newtype_derive v0.1.6 |
1879 | 2023-09-25T22:44:21.181Z | Compiling trust-dns-client v0.22.0 |
1880 | 2023-09-25T22:44:21.612Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1881 | 2023-09-25T22:44:22.041Z | Compiling x509-cert v0.2.4 |
1882 | 2023-09-25T22:44:22.439Z | Compiling env_logger v0.10.0 |
1883 | 2023-09-25T22:44:26.436Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1884 | 2023-09-25T22:44:28.825Z | Compiling darling_core v0.14.4 |
1885 | 2023-09-25T22:44:30.159Z | Compiling hashlink v0.8.3 |
1886 | 2023-09-25T22:44:31.405Z | Compiling ron v0.8.1 |
1887 | 2023-09-25T22:44:36.695Z | Compiling aead v0.5.2 |
1888 | 2023-09-25T22:44:37.192Z | Compiling hash32 v0.2.1 |
1889 | 2023-09-25T22:44:37.824Z | Compiling snafu-derive v0.7.5 |
1890 | 2023-09-25T22:44:38.844Z | Compiling precomputed-hash v0.1.1 |
1891 | 2023-09-25T22:44:38.997Z | Compiling fixedbitset v0.4.2 |
1892 | 2023-09-25T22:44:39.635Z | Compiling new_debug_unreachable v1.0.4 |
1893 | 2023-09-25T22:44:39.759Z | Compiling minimal-lexical v0.2.1 |
1894 | 2023-09-25T22:44:39.971Z | Compiling bit-vec v0.6.3 |
1895 | 2023-09-25T22:44:40.550Z | Compiling smoltcp v0.9.1 |
1896 | 2023-09-25T22:44:40.590Z | Compiling humantime v2.1.0 |
1897 | 2023-09-25T22:44:41.470Z | Compiling crc-any v2.4.3 |
1898 | 2023-09-25T22:44:42.063Z | Compiling stable_deref_trait v1.2.0 |
1899 | 2023-09-25T22:44:42.209Z | Compiling fallible-streaming-iterator v0.1.9 |
1900 | 2023-09-25T22:44:42.428Z | Compiling convert_case v0.4.0 |
1901 | 2023-09-25T22:44:42.606Z | Compiling rusqlite v0.29.0 |
1902 | 2023-09-25T22:44:43.711Z | Compiling derive_more v0.99.17 |
1903 | 2023-09-25T22:44:44.627Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1904 | 2023-09-25T22:44:45.274Z | Compiling trust-dns-server v0.22.1 |
1905 | 2023-09-25T22:44:46.565Z | Compiling snafu v0.7.5 |
1906 | 2023-09-25T22:44:46.588Z | Compiling bit-set v0.5.3 |
1907 | 2023-09-25T22:44:46.694Z | Compiling nom v7.1.3 |
1908 | 2023-09-25T22:44:48.129Z | Compiling string_cache v0.8.7 |
1909 | 2023-09-25T22:44:48.756Z | Compiling petgraph v0.6.4 |
1910 | 2023-09-25T22:44:50.829Z | Compiling darling_macro v0.14.4 |
1911 | 2023-09-25T22:44:52.271Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1912 | 2023-09-25T22:44:53.884Z | Compiling ascii-canvas v3.0.0 |
1913 | 2023-09-25T22:44:53.930Z | Compiling sled v0.34.7 |
1914 | 2023-09-25T22:44:54.638Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1915 | 2023-09-25T22:44:55.233Z | Compiling tokio-tungstenite v0.17.2 |
1916 | 2023-09-25T22:44:56.141Z | Compiling itertools v0.10.5 |
1917 | 2023-09-25T22:44:56.986Z | Compiling nix v0.26.2 |
1918 | 2023-09-25T22:45:01.014Z | Compiling tungstenite v0.18.0 |
1919 | 2023-09-25T22:45:10.344Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1920 | 2023-09-25T22:45:10.629Z | Compiling twox-hash v1.6.3 |
1921 | 2023-09-25T22:45:12.365Z | Compiling is-terminal v0.4.9 |
1922 | 2023-09-25T22:45:12.535Z | Compiling object v0.30.4 |
1923 | 2023-09-25T22:45:12.933Z | Compiling num_enum_derive v0.7.0 |
1924 | 2023-09-25T22:45:14.981Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1925 | 2023-09-25T22:45:15.986Z | Compiling ena v0.14.2 |
1926 | 2023-09-25T22:45:16.647Z | Compiling scheduled-thread-pool v0.2.7 |
1927 | 2023-09-25T22:45:17.027Z | Compiling libloading v0.7.4 |
1928 | 2023-09-25T22:45:17.570Z | Compiling diesel_table_macro_syntax v0.1.0 |
1929 | 2023-09-25T22:45:18.164Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1930 | 2023-09-25T22:45:18.907Z | Compiling derive-where v1.2.5 |
1931 | 2023-09-25T22:45:19.755Z | Compiling hubpack_derive v0.1.1 |
1932 | 2023-09-25T22:45:21.039Z | Compiling bindgen v0.65.1 |
1933 | 2023-09-25T22:45:21.644Z | Compiling diff v0.1.13 |
1934 | 2023-09-25T22:45:22.602Z | Compiling lalrpop-util v0.19.12 |
1935 | 2023-09-25T22:45:22.977Z | Compiling linear-map v1.2.0 |
1936 | 2023-09-25T22:45:23.154Z | Compiling path-slash v0.1.5 |
1937 | 2023-09-25T22:45:23.469Z | Compiling pretty-hex v0.3.0 |
1938 | 2023-09-25T22:45:23.601Z | Compiling lalrpop v0.19.12 |
1939 | 2023-09-25T22:45:23.824Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1940 | 2023-09-25T22:45:24.367Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1941 | 2023-09-25T22:45:25.168Z | Compiling hubpack v0.1.2 |
1942 | 2023-09-25T22:45:25.964Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1943 | 2023-09-25T22:45:38.858Z | Compiling diesel_derives v2.1.1 |
1944 | 2023-09-25T22:45:40.224Z | Compiling num_enum v0.7.0 |
1945 | 2023-09-25T22:45:40.466Z | Compiling r2d2 v0.8.10 |
1946 | 2023-09-25T22:45:41.161Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-09-25T22:45:46.207Z | Compiling tokio-tungstenite v0.18.0 |
1948 | 2023-09-25T22:45:47.056Z | Compiling curve25519-dalek v4.1.0 |
1949 | 2023-09-25T22:45:47.594Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1950 | 2023-09-25T22:46:11.026Z | Compiling cexpr v0.6.0 |
1951 | 2023-09-25T22:46:11.107Z | Compiling darling v0.14.4 |
1952 | 2023-09-25T22:46:11.180Z | Compiling polyval v0.6.1 |
1953 | 2023-09-25T22:46:11.261Z | Compiling ctr v0.9.2 |
1954 | 2023-09-25T22:46:11.302Z | Compiling aes v0.8.3 |
1955 | 2023-09-25T22:46:11.383Z | Compiling which v4.4.0 |
1956 | 2023-09-25T22:46:11.431Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1957 | 2023-09-25T22:46:11.454Z | Compiling ff v0.13.0 |
1958 | 2023-09-25T22:46:11.499Z | Compiling bincode v1.3.3 |
1959 | 2023-09-25T22:46:11.521Z | Compiling bstr v1.6.0 |
1960 | 2023-09-25T22:46:11.544Z | Compiling path-dedot v3.1.0 |
1961 | 2023-09-25T22:46:11.569Z | Compiling serde_repr v0.1.16 |
1962 | 2023-09-25T22:46:11.594Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1963 | 2023-09-25T22:46:11.603Z | Compiling lazycell v1.3.0 |
1964 | 2023-09-25T22:46:11.616Z | Compiling peeking_take_while v0.1.2 |
1965 | 2023-09-25T22:46:11.636Z | Compiling erased-serde v0.3.30 |
1966 | 2023-09-25T22:46:11.645Z | Compiling shlex v1.1.0 |
1967 | 2023-09-25T22:46:11.658Z | Compiling rustc-hash v1.1.0 |
1968 | 2023-09-25T22:46:11.666Z | Compiling display-error-chain v0.1.1 |
1969 | 2023-09-25T22:46:11.671Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1970 | 2023-09-25T22:46:11.679Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1971 | 2023-09-25T22:46:11.692Z | Compiling globset v0.4.13 |
1972 | 2023-09-25T22:46:12.649Z | Compiling path-absolutize v3.1.0 |
1973 | 2023-09-25T22:46:12.948Z | Compiling group v0.13.0 |
1974 | 2023-09-25T22:46:13.209Z | Compiling aes-gcm-siv v0.11.1 |
1975 | 2023-09-25T22:46:13.667Z | Compiling diesel v2.1.1 |
1976 | 2023-09-25T22:46:13.836Z | Compiling polar-core v0.26.4 |
1977 | 2023-09-25T22:46:15.928Z | Compiling derive_builder_core v0.12.0 |
1978 | 2023-09-25T22:46:19.732Z | Compiling steno v0.4.0 |
1979 | 2023-09-25T22:46:24.115Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1980 | 2023-09-25T22:46:24.980Z | Compiling env_logger v0.9.3 |
1981 | 2023-09-25T22:46:26.134Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1982 | 2023-09-25T22:46:32.692Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1983 | 2023-09-25T22:46:49.061Z | Compiling camino-tempfile v1.0.2 |
1984 | 2023-09-25T22:46:50.254Z | Compiling pem v1.1.1 |
1985 | 2023-09-25T22:46:50.486Z | Compiling olpc-cjson v0.1.3 |
1986 | 2023-09-25T22:46:50.696Z | Compiling crypto-bigint v0.5.2 |
1987 | 2023-09-25T22:46:50.809Z | Compiling libxml v0.3.3 |
1988 | 2023-09-25T22:46:50.862Z | Compiling serde_plain v1.0.2 |
1989 | 2023-09-25T22:46:50.904Z | Compiling curve25519-dalek-derive v0.1.0 |
1990 | 2023-09-25T22:46:50.937Z | Compiling bitstruct_derive v0.1.0 |
1991 | 2023-09-25T22:46:50.993Z | Compiling thiserror-impl-no-std v2.0.2 |
1992 | 2023-09-25T22:46:51.032Z | Compiling async-recursion v1.0.5 |
1993 | 2023-09-25T22:46:51.100Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1994 | 2023-09-25T22:46:51.143Z | Compiling ascii v1.1.0 |
1995 | 2023-09-25T22:46:51.200Z | Compiling ref-cast v1.0.20 |
1996 | 2023-09-25T22:46:51.215Z | Compiling base16ct v0.2.0 |
1997 | 2023-09-25T22:46:51.238Z | Compiling buf-list v1.0.3 |
1998 | 2023-09-25T22:46:51.260Z | Compiling ringbuffer v0.14.2 |
1999 | 2023-09-25T22:46:51.311Z | Compiling elliptic-curve v0.13.5 |
2000 | 2023-09-25T22:46:51.339Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2001 | 2023-09-25T22:46:51.362Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2002 | 2023-09-25T22:46:51.404Z | Compiling bitstruct v0.1.1 |
2003 | 2023-09-25T22:46:51.417Z | Compiling tough v0.12.5 |
2004 | 2023-09-25T22:46:51.428Z | Compiling thiserror-no-std v2.0.2 |
2005 | 2023-09-25T22:46:51.440Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2006 | 2023-09-25T22:46:51.445Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2007 | 2023-09-25T22:46:51.463Z | Compiling derive_builder_macro v0.12.0 |
2008 | 2023-09-25T22:46:54.955Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2009 | 2023-09-25T22:47:00.796Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2010 | 2023-09-25T22:47:03.492Z | Compiling poly1305 v0.8.0 |
2011 | 2023-09-25T22:47:04.007Z | Compiling chacha20 v0.9.1 |
2012 | 2023-09-25T22:47:04.741Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2013 | 2023-09-25T22:47:05.000Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2014 | 2023-09-25T22:47:05.114Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2015 | 2023-09-25T22:47:05.377Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2016 | 2023-09-25T22:47:07.047Z | Compiling strum_macros v0.24.3 |
2017 | 2023-09-25T22:47:07.280Z | Compiling const_format_proc_macros v0.2.31 |
2018 | 2023-09-25T22:47:10.526Z | Compiling tokio-stream v0.1.14 |
2019 | 2023-09-25T22:47:12.628Z | Compiling serde_arrays v0.1.0 |
2020 | 2023-09-25T22:47:12.794Z | Compiling enum-iterator-derive v1.2.1 |
2021 | 2023-09-25T22:47:12.868Z | Compiling ref-cast-impl v1.0.20 |
2022 | 2023-09-25T22:47:12.900Z | Compiling cookie v0.16.2 |
2023 | 2023-09-25T22:47:13.295Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2024 | 2023-09-25T22:47:13.708Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2025 | 2023-09-25T22:47:14.644Z | Compiling signature v1.6.4 |
2026 | 2023-09-25T22:47:14.824Z | Compiling indoc v1.0.9 |
2027 | 2023-09-25T22:47:15.014Z | Compiling salty v0.2.0 |
2028 | 2023-09-25T22:47:16.061Z | Compiling enum-iterator v1.4.1 |
2029 | 2023-09-25T22:47:16.511Z | Compiling ed25519 v1.5.3 |
2030 | 2023-09-25T22:47:17.150Z | Compiling const_format v0.2.31 |
2031 | 2023-09-25T22:47:17.194Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2032 | 2023-09-25T22:47:18.985Z | Compiling chacha20poly1305 v0.10.1 |
2033 | 2023-09-25T22:47:19.316Z | Compiling derive_builder v0.12.0 |
2034 | 2023-09-25T22:47:19.593Z | Compiling vsss-rs v3.3.1 |
2035 | 2023-09-25T22:47:28.724Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2036 | 2023-09-25T22:47:29.718Z | Compiling signal-hook-mio v0.2.3 |
2037 | 2023-09-25T22:47:30.386Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2038 | 2023-09-25T22:47:38.910Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2039 | 2023-09-25T22:47:39.026Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2040 | 2023-09-25T22:47:40.100Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2041 | 2023-09-25T22:47:40.155Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2042 | 2023-09-25T22:47:40.173Z | Compiling ron v0.7.1 |
2043 | 2023-09-25T22:47:48.572Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2044 | 2023-09-25T22:47:49.173Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2045 | 2023-09-25T22:47:49.348Z | Compiling bb8 v0.8.1 |
2046 | 2023-09-25T22:47:50.280Z | Compiling headers-core v0.2.0 |
2047 | 2023-09-25T22:47:50.517Z | Compiling quick-xml v0.23.1 |
2048 | 2023-09-25T22:47:51.559Z | Compiling serde-big-array v0.5.1 |
2049 | 2023-09-25T22:47:51.882Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2050 | 2023-09-25T22:47:52.598Z | Compiling num-derive v0.4.0 |
2051 | 2023-09-25T22:47:53.100Z | Compiling impl-trait-for-tuples v0.2.2 |
2052 | 2023-09-25T22:47:53.710Z | Compiling oso-derive v0.26.4 |
2053 | 2023-09-25T22:47:55.256Z | Compiling bit_field v0.10.2 |
2054 | 2023-09-25T22:47:55.650Z | Compiling http-range v0.1.5 |
2055 | 2023-09-25T22:47:56.272Z | Compiling maplit v1.0.2 |
2056 | 2023-09-25T22:47:57.631Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2057 | 2023-09-25T22:47:57.643Z | Compiling hyper-staticfile v0.9.5 |
2058 | 2023-09-25T22:47:59.481Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2059 | 2023-09-25T22:48:00.334Z | Compiling headers v0.3.9 |
2060 | 2023-09-25T22:48:02.473Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=be3d9bce50051d8c0e0c06078e8066cc27db3001#be3d9bce) |
2061 | 2023-09-25T22:48:03.647Z | Compiling crossterm v0.27.0 |
2062 | 2023-09-25T22:48:10.327Z | Compiling oso v0.26.4 |
2063 | 2023-09-25T22:48:25.049Z | Compiling signal-hook-tokio v0.3.1 |
2064 | 2023-09-25T22:48:25.342Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2065 | 2023-09-25T22:48:28.019Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2066 | 2023-09-25T22:48:28.023Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2067 | 2023-09-25T22:48:29.740Z | Compiling serde-big-array v0.4.1 |
2068 | 2023-09-25T22:48:30.000Z | Compiling indoc v2.0.3 |
2069 | 2023-09-25T22:48:30.144Z | Compiling cassowary v0.3.0 |
2070 | 2023-09-25T22:48:31.837Z | Compiling unicode-segmentation v1.10.1 |
2071 | 2023-09-25T22:48:33.813Z | Compiling ratatui v0.23.0 |
2072 | 2023-09-25T22:48:34.578Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2073 | 2023-09-25T22:48:37.054Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2074 | 2023-09-25T22:48:37.220Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2075 | 2023-09-25T22:48:37.335Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2076 | 2023-09-25T22:48:37.879Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2077 | 2023-09-25T22:48:41.950Z | Compiling fatfs v0.3.6 |
2078 | 2023-09-25T22:48:43.301Z | Compiling bytesize v1.3.0 |
2079 | 2023-09-25T22:48:43.705Z | Compiling nanorand v0.7.0 |
2080 | 2023-09-25T22:48:44.271Z | Compiling rtoolbox v0.0.1 |
2081 | 2023-09-25T22:48:44.958Z | Compiling unicode-linebreak v0.1.5 |
2082 | 2023-09-25T22:48:45.000Z | Compiling smawk v0.3.1 |
2083 | 2023-09-25T22:48:45.355Z | Compiling assert_matches v1.5.0 |
2084 | 2023-09-25T22:48:45.492Z | Compiling corncobs v0.1.3 |
2085 | 2023-09-25T22:48:45.902Z | Compiling fs-err v2.9.0 |
2086 | 2023-09-25T22:48:46.174Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2087 | 2023-09-25T22:48:47.246Z | Compiling textwrap v0.16.0 |
2088 | 2023-09-25T22:48:47.538Z | Compiling rpassword v7.2.0 |
2089 | 2023-09-25T22:48:47.617Z | Compiling flume v0.11.0 |
2090 | 2023-09-25T22:48:48.155Z | Compiling tui-tree-widget v0.13.0 |
2091 | 2023-09-25T22:48:48.205Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2092 | 2023-09-25T22:48:48.883Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2093 | 2023-09-25T22:48:51.621Z | Compiling shell-words v1.1.0 |
2094 | 2023-09-25T22:48:52.342Z | Compiling owo-colors v3.5.0 |
2095 | 2023-09-25T22:48:53.505Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2096 | 2023-09-25T22:49:17.933Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2097 | 2023-09-25T22:50:02.447Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2098 | 2023-09-25T22:51:52.470Z | Compiling bzip2 v0.4.4 |
2099 | 2023-09-25T22:51:52.709Z | Compiling zip v0.6.6 |
2100 | 2023-09-25T22:51:53.571Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2101 | 2023-09-25T22:51:53.799Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2102 | 2023-09-25T22:51:54.600Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2103 | 2023-09-25T22:51:54.899Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2104 | 2023-09-25T22:51:56.787Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2105 | 2023-09-25T22:53:54.476Z | Compiling git2 v0.17.2 |
2106 | 2023-09-25T22:54:06.780Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2107 | 2023-09-25T22:54:09.706Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2108 | 2023-09-25T22:54:40.570Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2109 | 2023-09-25T22:54:57.355Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2110 | 2023-09-25T22:55:10.447Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2111 | 2023-09-25T23:02:58.112Z | Finished release [optimized] target(s) in 21m 44s |
2112 | 2023-09-25T23:04:09.808Z | |
2113 | 2023-09-25T23:04:09.812Z | real 22:57.239667585 |
2114 | 2023-09-25T23:04:09.817Z | user 2:43:07.494588387 |
2115 | 2023-09-25T23:04:09.826Z | sys 7:42.761107851 |
2116 | 2023-09-25T23:04:09.834Z | trap 5.336913798 |
2117 | 2023-09-25T23:04:09.843Z | tflt 1.419565913 |
2118 | 2023-09-25T23:04:09.852Z | dflt 2.203934590 |
2119 | 2023-09-25T23:04:10.272Z | kflt 0.004785555 |
2120 | 2023-09-25T23:04:10.276Z | lock 9:03:00.105311961 |
2121 | 2023-09-25T23:04:10.279Z | slp 6:56:52.522740323 |
2122 | 2023-09-25T23:04:10.282Z | lat 3:06.566462624 |
2123 | 2023-09-25T23:04:10.285Z | stop 1:09.386426686 |
2124 | 2023-09-25T23:04:10.288Z | + 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/*) |
2125 | 2023-09-25T23:04:10.299Z | + pfexec mkdir -p /work |
2126 | 2023-09-25T23:04:10.303Z | + pfexec chown build /work |
2127 | 2023-09-25T23:04:10.312Z | + ptime -m tar cvzf /work/package.tar.gz out/maghemite.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 |
2128 | 2023-09-25T23:04:23.455Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2129 | 2023-09-25T23:04:23.884Z | a out/maghemite.tar 73201K |
2130 | 2023-09-25T23:04:23.902Z | a out/omicron-sled-agent.tar 109615K |
2131 | 2023-09-25T23:04:23.916Z | a out/target/test 1K |
2132 | 2023-09-25T23:04:23.925Z | a out/npuzone/npuzone 36077K |
2133 | 2023-09-25T23:04:23.945Z | a package-manifest.toml 21K |
2134 | 2023-09-25T23:04:23.957Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2135 | 2023-09-25T23:04:23.978Z | a target/release/omicron-package 36918K |
2136 | 2023-09-25T23:04:24.018Z | a tools/create_virtual_hardware.sh 3K |
2137 | 2023-09-25T23:04:24.041Z | a tools/virtual_hardware.sh 4K |
2138 | 2023-09-25T23:04:24.054Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2139 | 2023-09-25T23:04:24.066Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2140 | 2023-09-25T23:04:24.080Z | a tools/scrimlet/softnpu-init.sh 3K |
2141 | 2023-09-25T23:04:24.092Z | a tools/scrimlet/softnpu-zone.txt 1K |
2142 | 2023-09-25T23:04:24.102Z | a tools/scrimlet/softnpu.toml 1K |
2143 | 2023-09-25T23:04:24.111Z | |
2144 | 2023-09-25T23:04:24.119Z | real 13.625357714 |
2145 | 2023-09-25T23:04:24.128Z | user 13.022481341 |
2146 | 2023-09-25T23:04:24.140Z | sys 1.072799788 |
2147 | 2023-09-25T23:04:24.160Z | trap 0.003904291 |
2148 | 2023-09-25T23:04:24.175Z | tflt 0.000000000 |
2149 | 2023-09-25T23:04:24.186Z | dflt 0.000000000 |
2150 | 2023-09-25T23:04:24.194Z | kflt 0.000000000 |
2151 | 2023-09-25T23:04:24.253Z | lock 0.000000000 |
2152 | 2023-09-25T23:04:24.261Z | slp 12.723999902 |
2153 | 2023-09-25T23:04:24.270Z | lat 0.423870924 |
2154 | 2023-09-25T23:04:24.280Z | stop 0.000264945 |
2155 | 2023-09-25T23:04:24.290Z | ++ pwd |
2156 | 2023-09-25T23:04:24.300Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2157 | 2023-09-25T23:04:24.305Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic |
2158 | 2023-09-25T23:04:24.510Z | Finished release [optimized] target(s) in 0.97s |
2159 | 2023-09-25T23:04:24.539Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic` |
2160 | 2023-09-25T23:04:24.576Z | Created new build target 'host' and set it as active |
2161 | 2023-09-25T23:04:24.585Z | |
2162 | 2023-09-25T23:04:24.594Z | real 1.115200380 |
2163 | 2023-09-25T23:04:24.600Z | user 0.793057660 |
2164 | 2023-09-25T23:04:24.605Z | sys 0.322721032 |
2165 | 2023-09-25T23:04:24.609Z | trap 0.000106234 |
2166 | 2023-09-25T23:04:24.614Z | tflt 0.000001759 |
2167 | 2023-09-25T23:04:24.620Z | dflt 0.000000000 |
2168 | 2023-09-25T23:04:24.626Z | kflt 0.000000000 |
2169 | 2023-09-25T23:04:24.632Z | lock 0.032487361 |
2170 | 2023-09-25T23:04:24.639Z | slp 0.012887167 |
2171 | 2023-09-25T23:04:24.649Z | lat 0.001716082 |
2172 | 2023-09-25T23:04:24.656Z | stop 0.000221245 |
2173 | 2023-09-25T23:04:24.669Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2174 | 2023-09-25T23:04:25.602Z | Finished release [optimized] target(s) in 0.93s |
2175 | 2023-09-25T23:04:25.628Z | Running `target/release/omicron-package -t host package` |
2176 | 2023-09-25T23:04:26.065Z | Sep 25 23:04:25.654 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2177 | 2023-09-25T23:04:26.786Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2178 | 2023-09-25T23:08:14.405Z | Finished release [optimized] target(s) in 3m 42s |
2179 | 2023-09-25T23:09:33.690Z | |
2180 | 2023-09-25T23:09:33.696Z | real 5:09.108761753 |
2181 | 2023-09-25T23:09:33.701Z | user 20:59.082853550 |
2182 | 2023-09-25T23:09:33.708Z | sys 1:10.024319678 |
2183 | 2023-09-25T23:09:33.714Z | trap 0.545108092 |
2184 | 2023-09-25T23:09:33.720Z | tflt 0.021263473 |
2185 | 2023-09-25T23:09:33.730Z | dflt 1.704887410 |
2186 | 2023-09-25T23:09:33.734Z | kflt 0.000005009 |
2187 | 2023-09-25T23:09:33.740Z | lock 1:13:58.304016597 |
2188 | 2023-09-25T23:09:33.745Z | slp 17:54.694737791 |
2189 | 2023-09-25T23:09:33.751Z | lat 7.900498495 |
2190 | 2023-09-25T23:09:33.821Z | stop 0.614272233 |
2191 | 2023-09-25T23:09:33.832Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2192 | 2023-09-25T23:09:33.841Z | + for package in "$@" |
2193 | 2023-09-25T23:09:33.853Z | + [[ omicron-sled-agent == maghemite ]] |
2194 | 2023-09-25T23:09:33.866Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git92f5d3c69fa |
2195 | 2023-09-25T23:09:35.148Z | Finished release [optimized] target(s) in 0.96s |
2196 | 2023-09-25T23:09:35.151Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git92f5d3c69fa` |
2197 | 2023-09-25T23:09:35.154Z | Sep 25 23:09:34.800 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2198 | 2023-09-25T23:09:35.327Z | Created: out/versioned/omicron-sled-agent.tar |
2199 | 2023-09-25T23:09:35.338Z | + for package in "$@" |
2200 | 2023-09-25T23:09:35.348Z | + [[ maghemite == maghemite ]] |
2201 | 2023-09-25T23:09:35.357Z | + echo 0.0.0 |
2202 | 2023-09-25T23:09:35.369Z | + tar rvf out/maghemite.tar VERSION |
2203 | 2023-09-25T23:09:35.380Z | a VERSION 1K |
2204 | 2023-09-25T23:09:35.394Z | + rm VERSION |
2205 | 2023-09-25T23:09:35.406Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git92f5d3c69fa |
2206 | 2023-09-25T23:09:36.335Z | Finished release [optimized] target(s) in 0.92s |
2207 | 2023-09-25T23:09:36.361Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git92f5d3c69fa` |
2208 | 2023-09-25T23:09:36.399Z | Sep 25 23:09:36.397 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2209 | 2023-09-25T23:09:36.828Z | Created: out/versioned/maghemite.tar |
2210 | 2023-09-25T23:09:36.840Z | + for package in "$@" |
2211 | 2023-09-25T23:09:36.850Z | + [[ propolis-server == maghemite ]] |
2212 | 2023-09-25T23:09:36.907Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git92f5d3c69fa |
2213 | 2023-09-25T23:09:37.848Z | Finished release [optimized] target(s) in 1.02s |
2214 | 2023-09-25T23:09:37.874Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git92f5d3c69fa` |
2215 | 2023-09-25T23:09:37.928Z | Sep 25 23:09:37.911 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2216 | 2023-09-25T23:09:40.133Z | Created: out/versioned/propolis-server.tar.gz |
2217 | 2023-09-25T23:09:40.384Z | + for package in "$@" |
2218 | 2023-09-25T23:09:40.473Z | + [[ overlay == maghemite ]] |
2219 | 2023-09-25T23:09:40.525Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git92f5d3c69fa |
2220 | 2023-09-25T23:09:40.701Z | Finished release [optimized] target(s) in 0.94s |
2221 | 2023-09-25T23:09:40.728Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git92f5d3c69fa` |
2222 | 2023-09-25T23:09:40.752Z | Sep 25 23:09:40.737 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2223 | 2023-09-25T23:09:40.781Z | Created: out/versioned/overlay.tar.gz |
2224 | 2023-09-25T23:09:40.799Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2225 | 2023-09-25T23:09:40.860Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2226 | 2023-09-25T23:09:40.872Z | ++ cd -- ./tools |
2227 | 2023-09-25T23:09:41.352Z | ++ pwd |
2228 | 2023-09-25T23:09:41.472Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2229 | 2023-09-25T23:09:41.530Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2230 | 2023-09-25T23:09:41.555Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2231 | 2023-09-25T23:09:41.588Z | ++ readlink -f /work |
2232 | 2023-09-25T23:09:41.612Z | + out_dir=/work |
2233 | 2023-09-25T23:09:41.638Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2234 | 2023-09-25T23:09:42.072Z | + for dep in "${deps[@]}" |
2235 | 2023-09-25T23:09:42.091Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2236 | 2023-09-25T23:09:42.142Z | + for dep in "${deps[@]}" |
2237 | 2023-09-25T23:09:42.150Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2238 | 2023-09-25T23:09:42.155Z | + for dep in "${deps[@]}" |
2239 | 2023-09-25T23:09:42.158Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2240 | 2023-09-25T23:09:42.164Z | + for dep in "${deps[@]}" |
2241 | 2023-09-25T23:09:42.168Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2242 | 2023-09-25T23:09:42.172Z | ++ mktemp -d |
2243 | 2023-09-25T23:09:42.177Z | + tmp_gz=/tmp/tmp.Fyaa.h |
2244 | 2023-09-25T23:09:42.181Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2245 | 2023-09-25T23:09:42.184Z | + echo '{"v":"1","t":"layer"}' |
2246 | 2023-09-25T23:09:42.187Z | + pkg_dir=/tmp/tmp.Fyaa.h/root/opt/oxide/sled-agent |
2247 | 2023-09-25T23:09:42.190Z | + mkdir -p /tmp/tmp.Fyaa.h/root/opt/oxide/sled-agent |
2248 | 2023-09-25T23:09:42.193Z | + cd /tmp/tmp.Fyaa.h/root/opt/oxide/sled-agent |
2249 | 2023-09-25T23:09:42.196Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2250 | 2023-09-25T23:09:42.199Z | x ., 0 bytes, 0 tape blocks |
2251 | 2023-09-25T23:09:42.202Z | x zone-bundle, 34282872 bytes, 66959 tape blocks |
2252 | 2023-09-25T23:09:42.205Z | x sled-agent, 78104272 bytes, 152548 tape blocks |
2253 | 2023-09-25T23:09:42.208Z | x pkg, 0 bytes, 0 tape blocks |
2254 | 2023-09-25T23:09:42.211Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2255 | 2023-09-25T23:09:42.214Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2256 | 2023-09-25T23:09:42.217Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2257 | 2023-09-25T23:09:42.220Z | x VERSION, 25 bytes, 1 tape blocks |
2258 | 2023-09-25T23:09:42.223Z | + mkdir -p /tmp/tmp.Fyaa.h/root/lib/svc/manifest/site/ |
2259 | 2023-09-25T23:09:42.226Z | + mv pkg/manifest.xml /tmp/tmp.Fyaa.h/root/lib/svc/manifest/site/sled-agent.xml |
2260 | 2023-09-25T23:09:42.229Z | + cd - |
2261 | 2023-09-25T23:09:42.232Z | /work/oxidecomputer/omicron |
2262 | 2023-09-25T23:09:42.235Z | + pkg_dir=/tmp/tmp.Fyaa.h/root/opt/oxide/mg-ddm |
2263 | 2023-09-25T23:09:42.237Z | + mkdir -p /tmp/tmp.Fyaa.h/root/opt/oxide/mg-ddm |
2264 | 2023-09-25T23:09:42.240Z | + cd /tmp/tmp.Fyaa.h/root/opt/oxide/mg-ddm |
2265 | 2023-09-25T23:09:42.244Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2266 | 2023-09-25T23:09:42.246Z | x ., 0 bytes, 0 tape blocks |
2267 | 2023-09-25T23:09:42.249Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2268 | 2023-09-25T23:09:42.253Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2269 | 2023-09-25T23:09:42.256Z | x pkg, 0 bytes, 0 tape blocks |
2270 | 2023-09-25T23:09:42.259Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2271 | 2023-09-25T23:09:42.262Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2272 | 2023-09-25T23:09:42.265Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2273 | 2023-09-25T23:09:42.268Z | x VERSION, 25 bytes, 1 tape blocks |
2274 | 2023-09-25T23:09:42.271Z | + cd - |
2275 | 2023-09-25T23:09:42.274Z | /work/oxidecomputer/omicron |
2276 | 2023-09-25T23:09:42.277Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Fyaa.h/root/opt/oxide |
2277 | 2023-09-25T23:09:42.280Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Fyaa.h/root/opt/oxide |
2278 | 2023-09-25T23:09:42.283Z | + cd /tmp/tmp.Fyaa.h |
2279 | 2023-09-25T23:09:42.286Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2280 | 2023-09-25T23:09:53.383Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2281 | 2023-09-25T23:09:53.402Z | a oxide.json 1K |
2282 | 2023-09-25T23:09:53.415Z | a root/ 0K |
2283 | 2023-09-25T23:09:53.429Z | a root/opt/ 0K |
2284 | 2023-09-25T23:09:53.443Z | a root/opt/oxide/ 0K |
2285 | 2023-09-25T23:09:53.461Z | a root/opt/oxide/sled-agent/ 0K |
2286 | 2023-09-25T23:09:53.469Z | a root/opt/oxide/sled-agent/zone-bundle 33480K |
2287 | 2023-09-25T23:09:53.480Z | a root/opt/oxide/sled-agent/sled-agent 76274K |
2288 | 2023-09-25T23:09:53.496Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2289 | 2023-09-25T23:09:53.505Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2290 | 2023-09-25T23:09:53.512Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2291 | 2023-09-25T23:09:53.523Z | a root/opt/oxide/sled-agent/VERSION 1K |
2292 | 2023-09-25T23:09:53.534Z | a root/opt/oxide/mg-ddm/ 0K |
2293 | 2023-09-25T23:09:53.551Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2294 | 2023-09-25T23:09:53.566Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2295 | 2023-09-25T23:09:53.575Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2296 | 2023-09-25T23:09:53.587Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2297 | 2023-09-25T23:09:53.593Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2298 | 2023-09-25T23:09:53.600Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2299 | 2023-09-25T23:09:53.607Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2300 | 2023-09-25T23:09:53.617Z | a root/opt/oxide/propolis-server.tar.gz 64685K |
2301 | 2023-09-25T23:09:53.625Z | a root/opt/oxide/overlay.tar.gz 2K |
2302 | 2023-09-25T23:09:53.634Z | a root/lib/ 0K |
2303 | 2023-09-25T23:09:53.639Z | a root/lib/svc/ 0K |
2304 | 2023-09-25T23:09:53.646Z | a root/lib/svc/manifest/ 0K |
2305 | 2023-09-25T23:09:53.650Z | a root/lib/svc/manifest/site/ 0K |
2306 | 2023-09-25T23:09:53.663Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2307 | 2023-09-25T23:09:53.669Z | + cd / |
2308 | 2023-09-25T23:09:53.676Z | + rm -rf /tmp/tmp.Fyaa.h |
2309 | 2023-09-25T23:09:53.682Z | |
2310 | 2023-09-25T23:09:53.688Z | real 12.602918470 |
2311 | 2023-09-25T23:09:53.695Z | user 11.673403104 |
2312 | 2023-09-25T23:09:53.708Z | sys 0.990933692 |
2313 | 2023-09-25T23:09:53.720Z | trap 0.004444614 |
2314 | 2023-09-25T23:09:53.729Z | tflt 0.000000000 |
2315 | 2023-09-25T23:09:53.738Z | dflt 0.000000000 |
2316 | 2023-09-25T23:09:53.745Z | kflt 0.000000000 |
2317 | 2023-09-25T23:09:53.755Z | lock 0.000000000 |
2318 | 2023-09-25T23:09:53.773Z | slp 24.329214908 |
2319 | 2023-09-25T23:09:53.790Z | lat 0.399906187 |
2320 | 2023-09-25T23:09:53.805Z | stop 0.000300650 |
2321 | 2023-09-25T23:09:53.810Z | + mkdir -p /work/zones |
2322 | 2023-09-25T23:09:53.812Z | + 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/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) |
2323 | 2023-09-25T23:09:53.815Z | + 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/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/ |
2324 | 2023-09-25T23:09:56.505Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2325 | 2023-09-25T23:09:57.618Z | Finished release [optimized] target(s) in 1.01s |
2326 | 2023-09-25T23:09:58.067Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2327 | 2023-09-25T23:09:58.083Z | Created new build target 'recovery' and set it as active |
2328 | 2023-09-25T23:09:58.087Z | |
2329 | 2023-09-25T23:09:58.090Z | real 1.189407060 |
2330 | 2023-09-25T23:09:58.099Z | user 0.829484691 |
2331 | 2023-09-25T23:09:58.102Z | sys 0.358396655 |
2332 | 2023-09-25T23:09:58.105Z | trap 0.000767620 |
2333 | 2023-09-25T23:09:58.109Z | tflt 0.000000000 |
2334 | 2023-09-25T23:09:58.113Z | dflt 0.000073959 |
2335 | 2023-09-25T23:09:58.117Z | kflt 0.000000000 |
2336 | 2023-09-25T23:09:58.121Z | lock 0.032959491 |
2337 | 2023-09-25T23:09:58.127Z | slp 0.013802309 |
2338 | 2023-09-25T23:09:58.132Z | lat 0.003468810 |
2339 | 2023-09-25T23:09:58.137Z | stop 0.000233966 |
2340 | 2023-09-25T23:09:58.142Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2341 | 2023-09-25T23:09:58.736Z | Finished release [optimized] target(s) in 0.97s |
2342 | 2023-09-25T23:09:58.766Z | Running `target/release/omicron-package -t recovery package` |
2343 | 2023-09-25T23:09:58.809Z | Sep 25 23:09:58.804 DEBG target[recovery]: Target({"image": "trampoline"}) |
2344 | 2023-09-25T23:09:59.697Z | Compiling syn v1.0.109 |
2345 | 2023-09-25T23:09:59.703Z | Compiling serde v1.0.188 |
2346 | 2023-09-25T23:09:59.725Z | Compiling syn v2.0.32 |
2347 | 2023-09-25T23:09:59.743Z | Compiling cc v1.0.83 |
2348 | 2023-09-25T23:09:59.757Z | Compiling getrandom v0.2.10 |
2349 | 2023-09-25T23:09:59.770Z | Compiling num-traits v0.2.16 |
2350 | 2023-09-25T23:09:59.783Z | Compiling bytes v1.5.0 |
2351 | 2023-09-25T23:09:59.798Z | Compiling generic-array v0.14.7 |
2352 | 2023-09-25T23:09:59.825Z | Compiling mio v0.8.8 |
2353 | 2023-09-25T23:10:00.487Z | Compiling subtle v2.5.0 |
2354 | 2023-09-25T23:10:00.947Z | Compiling rand_core v0.6.4 |
2355 | 2023-09-25T23:10:01.802Z | Compiling schemars v0.8.13 |
2356 | 2023-09-25T23:10:01.810Z | Compiling http v0.2.9 |
2357 | 2023-09-25T23:10:02.908Z | Compiling crypto-common v0.1.6 |
2358 | 2023-09-25T23:10:02.937Z | Compiling block-buffer v0.10.4 |
2359 | 2023-09-25T23:10:03.211Z | Compiling slog v2.7.0 |
2360 | 2023-09-25T23:10:03.332Z | Compiling digest v0.10.7 |
2361 | 2023-09-25T23:10:03.460Z | Compiling rand_chacha v0.3.1 |
2362 | 2023-09-25T23:10:04.376Z | Compiling hashbrown v0.14.0 |
2363 | 2023-09-25T23:10:04.390Z | Compiling rand v0.8.5 |
2364 | 2023-09-25T23:10:04.461Z | Compiling ring v0.16.20 |
2365 | 2023-09-25T23:10:06.126Z | Compiling backtrace v0.3.69 |
2366 | 2023-09-25T23:10:06.249Z | Compiling http-body v0.4.5 |
2367 | 2023-09-25T23:10:06.931Z | Compiling time-macros v0.2.13 |
2368 | 2023-09-25T23:10:07.457Z | Compiling sha2 v0.10.7 |
2369 | 2023-09-25T23:10:07.524Z | Compiling crossbeam-utils v0.8.16 |
2370 | 2023-09-25T23:10:08.200Z | Compiling anyhow v1.0.75 |
2371 | 2023-09-25T23:10:11.967Z | Compiling serde_derive_internals v0.26.0 |
2372 | 2023-09-25T23:10:12.133Z | Compiling synstructure v0.12.6 |
2373 | 2023-09-25T23:10:13.656Z | Compiling darling_core v0.20.3 |
2374 | 2023-09-25T23:10:14.249Z | Compiling time v0.3.27 |
2375 | 2023-09-25T23:10:14.712Z | Compiling rustls v0.21.7 |
2376 | 2023-09-25T23:10:23.534Z | Compiling hmac v0.12.1 |
2377 | 2023-09-25T23:10:24.111Z | Compiling crossbeam-channel v0.5.8 |
2378 | 2023-09-25T23:10:24.524Z | Compiling rustls-webpki v0.101.4 |
2379 | 2023-09-25T23:10:25.010Z | Compiling sct v0.7.0 |
2380 | 2023-09-25T23:10:25.203Z | Compiling serde_derive v1.0.188 |
2381 | 2023-09-25T23:10:25.391Z | Compiling thiserror-impl v1.0.48 |
2382 | 2023-09-25T23:10:25.567Z | Compiling tokio-macros v2.1.0 |
2383 | 2023-09-25T23:10:25.664Z | Compiling futures-macro v0.3.28 |
2384 | 2023-09-25T23:10:26.133Z | Compiling schemars_derive v0.8.13 |
2385 | 2023-09-25T23:10:26.466Z | Compiling tokio v1.32.0 |
2386 | 2023-09-25T23:10:27.301Z | Compiling thiserror v1.0.48 |
2387 | 2023-09-25T23:10:27.648Z | Compiling pest v2.7.2 |
2388 | 2023-09-25T23:10:28.275Z | Compiling tracing-attributes v0.1.26 |
2389 | 2023-09-25T23:10:28.676Z | Compiling futures-util v0.3.28 |
2390 | 2023-09-25T23:10:30.951Z | Compiling zerocopy-derive v0.2.0 |
2391 | 2023-09-25T23:10:31.330Z | Compiling darling_macro v0.20.3 |
2392 | 2023-09-25T23:10:32.538Z | Compiling pest_meta v2.7.2 |
2393 | 2023-09-25T23:10:32.750Z | Compiling async-trait v0.1.73 |
2394 | 2023-09-25T23:10:33.757Z | Compiling zerocopy v0.3.0 |
2395 | 2023-09-25T23:10:33.769Z | Compiling tracing v0.1.37 |
2396 | 2023-09-25T23:10:35.094Z | Compiling pest_generator v2.7.2 |
2397 | 2023-09-25T23:10:43.388Z | Compiling dof v0.1.5 |
2398 | 2023-09-25T23:10:43.939Z | Compiling zeroize_derive v1.4.2 |
2399 | 2023-09-25T23:10:44.389Z | Compiling tokio-util v0.7.8 |
2400 | 2023-09-25T23:10:44.997Z | Compiling pest_derive v2.7.2 |
2401 | 2023-09-25T23:10:45.354Z | Compiling tokio-rustls v0.24.1 |
2402 | 2023-09-25T23:10:45.967Z | Compiling zeroize v1.6.0 |
2403 | 2023-09-25T23:10:46.182Z | Compiling dtrace-parser v0.1.14 |
2404 | 2023-09-25T23:10:46.243Z | Compiling darling v0.20.3 |
2405 | 2023-09-25T23:10:46.331Z | Compiling h2 v0.3.21 |
2406 | 2023-09-25T23:10:46.375Z | Compiling zerocopy-derive v0.6.3 |
2407 | 2023-09-25T23:10:46.517Z | Compiling serde_with_macros v2.3.3 |
2408 | 2023-09-25T23:10:46.562Z | Compiling serde_json v1.0.107 |
2409 | 2023-09-25T23:10:46.634Z | Compiling indexmap v2.0.0 |
2410 | 2023-09-25T23:10:47.466Z | Compiling chrono v0.4.31 |
2411 | 2023-09-25T23:10:47.515Z | Compiling uuid v1.4.1 |
2412 | 2023-09-25T23:10:48.657Z | Compiling serde_tokenstream v0.2.0 |
2413 | 2023-09-25T23:10:49.480Z | Compiling toml_datetime v0.6.3 |
2414 | 2023-09-25T23:10:49.504Z | Compiling serde_spanned v0.6.3 |
2415 | 2023-09-25T23:10:50.144Z | Compiling toml_edit v0.19.15 |
2416 | 2023-09-25T23:10:55.455Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2417 | 2023-09-25T23:10:56.577Z | Compiling bitflags v2.4.0 |
2418 | 2023-09-25T23:10:57.541Z | Compiling rustix v0.38.9 |
2419 | 2023-09-25T23:11:02.297Z | Compiling openapiv3 v1.0.3 |
2420 | 2023-09-25T23:11:02.698Z | Compiling hyper v0.14.27 |
2421 | 2023-09-25T23:11:05.864Z | Compiling serde_yaml v0.9.25 |
2422 | 2023-09-25T23:11:08.939Z | Compiling serde_urlencoded v0.7.1 |
2423 | 2023-09-25T23:11:09.949Z | Compiling ipnetwork v0.20.0 |
2424 | 2023-09-25T23:11:10.366Z | Compiling proc-macro-crate v1.3.1 |
2425 | 2023-09-25T23:11:10.632Z | Compiling usdt-impl v0.3.5 |
2426 | 2023-09-25T23:11:11.818Z | Compiling hyper-rustls v0.24.1 |
2427 | 2023-09-25T23:11:12.586Z | Compiling hex v0.4.3 |
2428 | 2023-09-25T23:11:12.811Z | Compiling serde_tokenstream v0.1.7 |
2429 | 2023-09-25T23:11:13.627Z | Compiling reqwest v0.11.20 |
2430 | 2023-09-25T23:11:13.741Z | Compiling num_enum_derive v0.5.11 |
2431 | 2023-09-25T23:11:14.190Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2432 | 2023-09-25T23:11:17.162Z | Compiling zerocopy v0.6.3 |
2433 | 2023-09-25T23:11:21.376Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2434 | 2023-09-25T23:11:21.411Z | Compiling futures-executor v0.3.28 |
2435 | 2023-09-25T23:11:21.568Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2436 | 2023-09-25T23:11:23.443Z | Compiling structmeta-derive v0.1.6 |
2437 | 2023-09-25T23:11:26.479Z | Compiling md-5 v0.10.5 |
2438 | 2023-09-25T23:11:26.873Z | Compiling slog-async v2.8.0 |
2439 | 2023-09-25T23:11:27.888Z | Compiling structmeta v0.1.6 |
2440 | 2023-09-25T23:11:31.220Z | Compiling postgres-protocol v0.6.6 |
2441 | 2023-09-25T23:11:32.808Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2442 | 2023-09-25T23:11:34.317Z | Compiling slog-term v2.9.0 |
2443 | 2023-09-25T23:11:36.286Z | Compiling futures v0.3.28 |
2444 | 2023-09-25T23:11:36.670Z | Compiling toml v0.7.8 |
2445 | 2023-09-25T23:11:39.303Z | Compiling num_enum v0.5.11 |
2446 | 2023-09-25T23:11:39.550Z | Compiling usdt-attr-macro v0.3.5 |
2447 | 2023-09-25T23:11:41.683Z | Compiling usdt-macro v0.3.5 |
2448 | 2023-09-25T23:11:43.493Z | Compiling is-terminal v0.4.9 |
2449 | 2023-09-25T23:11:43.681Z | Compiling slog-json v2.6.1 |
2450 | 2023-09-25T23:11:44.574Z | Compiling serde_with v2.3.3 |
2451 | 2023-09-25T23:11:45.901Z | Compiling camino v1.1.6 |
2452 | 2023-09-25T23:11:48.950Z | Compiling async-stream-impl v0.3.5 |
2453 | 2023-09-25T23:11:50.111Z | Compiling spin v0.9.8 |
2454 | 2023-09-25T23:11:50.412Z | Compiling parse-display-derive v0.7.0 |
2455 | 2023-09-25T23:11:50.922Z | Compiling async-stream v0.3.5 |
2456 | 2023-09-25T23:11:51.550Z | Compiling multer v2.1.0 |
2457 | 2023-09-25T23:11:54.315Z | Compiling strum_macros v0.25.2 |
2458 | 2023-09-25T23:11:55.633Z | Compiling slog-bunyan v2.4.0 |
2459 | 2023-09-25T23:11:56.054Z | Compiling usdt v0.3.5 |
2460 | 2023-09-25T23:11:56.630Z | Compiling postgres-types v0.2.6 |
2461 | 2023-09-25T23:11:56.652Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2462 | 2023-09-25T23:11:56.810Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2463 | 2023-09-25T23:11:58.963Z | Compiling serde_path_to_error v0.1.14 |
2464 | 2023-09-25T23:12:00.114Z | Compiling sha1 v0.10.5 |
2465 | 2023-09-25T23:12:00.757Z | Compiling tokio-postgres v0.7.10 |
2466 | 2023-09-25T23:12:01.552Z | Compiling backoff v0.4.0 |
2467 | 2023-09-25T23:12:01.682Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2468 | 2023-09-25T23:12:01.997Z | Compiling strum v0.25.0 |
2469 | 2023-09-25T23:12:02.131Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2470 | 2023-09-25T23:12:02.269Z | Compiling semver v1.0.18 |
2471 | 2023-09-25T23:12:03.097Z | Compiling proc-macro-error v1.0.4 |
2472 | 2023-09-25T23:12:04.153Z | Compiling parse-display v0.7.0 |
2473 | 2023-09-25T23:12:05.377Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2474 | 2023-09-25T23:12:05.622Z | Compiling macaddr v1.0.1 |
2475 | 2023-09-25T23:12:06.806Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2476 | 2023-09-25T23:12:07.608Z | Compiling postcard v0.7.3 |
2477 | 2023-09-25T23:12:08.568Z | Compiling der_derive v0.7.2 |
2478 | 2023-09-25T23:12:12.562Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2479 | 2023-09-25T23:12:20.208Z | Compiling foreign-types-macros v0.2.3 |
2480 | 2023-09-25T23:12:21.325Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2481 | 2023-09-25T23:12:22.155Z | Compiling foreign-types v0.5.0 |
2482 | 2023-09-25T23:12:22.313Z | Compiling der v0.7.8 |
2483 | 2023-09-25T23:12:28.312Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2484 | 2023-09-25T23:12:29.467Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2485 | 2023-09-25T23:12:30.775Z | Compiling num-integer v0.1.45 |
2486 | 2023-09-25T23:12:32.155Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2487 | 2023-09-25T23:12:33.519Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2488 | 2023-09-25T23:12:34.121Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2489 | 2023-09-25T23:12:34.467Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2490 | 2023-09-25T23:12:34.735Z | Compiling spki v0.7.2 |
2491 | 2023-09-25T23:12:35.679Z | Compiling colored v2.0.4 |
2492 | 2023-09-25T23:12:35.794Z | Compiling num-iter v0.1.43 |
2493 | 2023-09-25T23:12:36.294Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2494 | 2023-09-25T23:12:36.922Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2495 | 2023-09-25T23:12:37.968Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2496 | 2023-09-25T23:12:41.981Z | Compiling zone_cfg_derive v0.2.0 |
2497 | 2023-09-25T23:12:42.444Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2498 | 2023-09-25T23:12:43.242Z | Compiling semver-parser v0.10.2 |
2499 | 2023-09-25T23:12:43.788Z | Compiling tempfile v3.8.0 |
2500 | 2023-09-25T23:12:44.232Z | Compiling zone v0.2.0 |
2501 | 2023-09-25T23:12:45.025Z | Compiling semver v0.11.0 |
2502 | 2023-09-25T23:12:46.218Z | Compiling bitvec v1.0.1 |
2503 | 2023-09-25T23:12:46.549Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2504 | 2023-09-25T23:12:47.695Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
2505 | 2023-09-25T23:12:51.464Z | Compiling pkcs8 v0.10.2 |
2506 | 2023-09-25T23:12:52.039Z | Compiling smf v0.2.2 |
2507 | 2023-09-25T23:12:52.051Z | Compiling packed_struct_codegen v0.10.1 |
2508 | 2023-09-25T23:12:53.613Z | Compiling clap_derive v4.4.2 |
2509 | 2023-09-25T23:12:53.903Z | Compiling password-hash v0.5.0 |
2510 | 2023-09-25T23:12:54.907Z | Compiling blake2 v0.10.6 |
2511 | 2023-09-25T23:12:55.443Z | Compiling toolchain_find v0.2.0 |
2512 | 2023-09-25T23:12:56.255Z | Compiling argon2 v0.5.2 |
2513 | 2023-09-25T23:12:56.391Z | Compiling packed_struct v0.10.1 |
2514 | 2023-09-25T23:12:56.803Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2515 | 2023-09-25T23:12:57.921Z | Compiling pkcs1 v0.7.5 |
2516 | 2023-09-25T23:12:58.059Z | Compiling num-bigint-dig v0.8.4 |
2517 | 2023-09-25T23:12:58.071Z | Compiling structopt-derive v0.4.18 |
2518 | 2023-09-25T23:13:01.608Z | Compiling clap v4.4.3 |
2519 | 2023-09-25T23:13:01.732Z | Compiling toml v0.5.11 |
2520 | 2023-09-25T23:13:02.033Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2521 | 2023-09-25T23:13:02.555Z | Compiling signature v2.1.0 |
2522 | 2023-09-25T23:13:02.691Z | Compiling env_logger v0.10.0 |
2523 | 2023-09-25T23:13:02.943Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
2524 | 2023-09-25T23:13:04.257Z | Compiling omicron-zone-package v0.8.3 |
2525 | 2023-09-25T23:13:04.264Z | Compiling rsa v0.9.2 |
2526 | 2023-09-25T23:13:04.346Z | Compiling petgraph v0.6.4 |
2527 | 2023-09-25T23:13:07.473Z | Compiling rustfmt-wrapper v0.2.0 |
2528 | 2023-09-25T23:13:08.526Z | Compiling sha3 v0.10.8 |
2529 | 2023-09-25T23:13:09.975Z | Compiling structopt v0.3.26 |
2530 | 2023-09-25T23:13:10.211Z | Compiling serde-hex v0.1.0 |
2531 | 2023-09-25T23:13:10.392Z | Compiling bzip2 v0.4.4 |
2532 | 2023-09-25T23:13:11.134Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2533 | 2023-09-25T23:13:11.597Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2534 | 2023-09-25T23:13:12.161Z | Compiling cancel-safe-futures v0.1.2 |
2535 | 2023-09-25T23:13:12.167Z | Compiling x509-cert v0.2.4 |
2536 | 2023-09-25T23:13:12.542Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2537 | 2023-09-25T23:13:12.825Z | Compiling ron v0.8.1 |
2538 | 2023-09-25T23:13:13.162Z | Compiling secrecy v0.8.0 |
2539 | 2023-09-25T23:13:13.615Z | Compiling snafu-derive v0.7.5 |
2540 | 2023-09-25T23:13:14.513Z | Compiling derive-where v1.2.5 |
2541 | 2023-09-25T23:13:18.975Z | Compiling hkdf v0.12.3 |
2542 | 2023-09-25T23:13:19.368Z | Compiling slog-scope v4.4.0 |
2543 | 2023-09-25T23:13:19.454Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2544 | 2023-09-25T23:13:20.635Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2545 | 2023-09-25T23:13:20.647Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2546 | 2023-09-25T23:13:22.049Z | Compiling snafu v0.7.5 |
2547 | 2023-09-25T23:13:22.887Z | Compiling zip v0.6.6 |
2548 | 2023-09-25T23:13:23.616Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2549 | 2023-09-25T23:13:23.839Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2550 | 2023-09-25T23:13:24.051Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
2551 | 2023-09-25T23:13:24.275Z | Compiling olpc-cjson v0.1.3 |
2552 | 2023-09-25T23:13:25.195Z | Compiling serde_plain v1.0.2 |
2553 | 2023-09-25T23:13:26.124Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
2554 | 2023-09-25T23:13:28.146Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2555 | 2023-09-25T23:13:39.089Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2556 | 2023-09-25T23:13:39.158Z | Compiling tough v0.12.5 |
2557 | 2023-09-25T23:13:39.392Z | Compiling slog-stdlog v4.1.1 |
2558 | 2023-09-25T23:13:39.430Z | Compiling ciborium v0.2.1 |
2559 | 2023-09-25T23:13:39.461Z | Compiling buf-list v1.0.3 |
2560 | 2023-09-25T23:13:40.128Z | Compiling camino-tempfile v1.0.2 |
2561 | 2023-09-25T23:13:40.782Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2562 | 2023-09-25T23:13:41.447Z | Compiling bytesize v1.3.0 |
2563 | 2023-09-25T23:13:42.375Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2564 | 2023-09-25T23:13:42.826Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2565 | 2023-09-25T23:13:54.971Z | Compiling slog-envlogger v2.2.0 |
2566 | 2023-09-25T23:13:56.363Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2567 | 2023-09-25T23:14:05.517Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2568 | 2023-09-25T23:14:57.194Z | Finished release [optimized] target(s) in 4m 58s |
2569 | 2023-09-25T23:15:31.950Z | |
2570 | 2023-09-25T23:15:32.242Z | real 5:33.664714212 |
2571 | 2023-09-25T23:15:32.304Z | user 35:34.350016925 |
2572 | 2023-09-25T23:15:32.359Z | sys 2:22.509344273 |
2573 | 2023-09-25T23:15:32.419Z | trap 1.383984009 |
2574 | 2023-09-25T23:15:32.448Z | tflt 0.845601444 |
2575 | 2023-09-25T23:15:32.482Z | dflt 0.589610755 |
2576 | 2023-09-25T23:15:32.533Z | kflt 0.000226374 |
2577 | 2023-09-25T23:15:32.601Z | lock 2:18:44.992725326 |
2578 | 2023-09-25T23:15:32.611Z | slp 1:43:55.432055990 |
2579 | 2023-09-25T23:15:32.640Z | lat 1:15.072650586 |
2580 | 2023-09-25T23:15:33.056Z | stop 28.644088614 |
2581 | 2023-09-25T23:15:33.060Z | + stamp_packages installinator maghemite |
2582 | 2023-09-25T23:15:33.063Z | + for package in "$@" |
2583 | 2023-09-25T23:15:33.067Z | + [[ installinator == maghemite ]] |
2584 | 2023-09-25T23:15:33.070Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git92f5d3c69fa |
2585 | 2023-09-25T23:15:33.073Z | Finished release [optimized] target(s) in 0.99s |
2586 | 2023-09-25T23:15:33.076Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git92f5d3c69fa` |
2587 | 2023-09-25T23:15:33.081Z | Sep 25 23:15:32.492 DEBG target[active]: Target({"image": "trampoline"}) |
2588 | 2023-09-25T23:15:33.084Z | Created: out/versioned/installinator.tar |
2589 | 2023-09-25T23:15:33.091Z | + for package in "$@" |
2590 | 2023-09-25T23:15:33.095Z | + [[ maghemite == maghemite ]] |
2591 | 2023-09-25T23:15:33.121Z | + echo 0.0.0 |
2592 | 2023-09-25T23:15:33.126Z | + tar rvf out/maghemite.tar VERSION |
2593 | 2023-09-25T23:15:33.129Z | a VERSION 1K |
2594 | 2023-09-25T23:15:33.132Z | + rm VERSION |
2595 | 2023-09-25T23:15:33.135Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git92f5d3c69fa |
2596 | 2023-09-25T23:15:33.659Z | Finished release [optimized] target(s) in 0.95s |
2597 | 2023-09-25T23:15:33.688Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git92f5d3c69fa` |
2598 | 2023-09-25T23:15:33.724Z | Sep 25 23:15:33.721 DEBG target[active]: Target({"image": "trampoline"}) |
2599 | 2023-09-25T23:15:33.955Z | Created: out/versioned/maghemite.tar |
2600 | 2023-09-25T23:15:33.983Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2601 | 2023-09-25T23:15:33.995Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2602 | 2023-09-25T23:15:33.999Z | ++ cd -- ./tools |
2603 | 2023-09-25T23:15:34.002Z | ++ pwd |
2604 | 2023-09-25T23:15:34.005Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2605 | 2023-09-25T23:15:34.007Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2606 | 2023-09-25T23:15:34.021Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2607 | 2023-09-25T23:15:34.041Z | ++ readlink -f /work |
2608 | 2023-09-25T23:15:34.060Z | + out_dir=/work |
2609 | 2023-09-25T23:15:34.076Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2610 | 2023-09-25T23:15:34.111Z | + for dep in "${deps[@]}" |
2611 | 2023-09-25T23:15:34.117Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2612 | 2023-09-25T23:15:34.120Z | + for dep in "${deps[@]}" |
2613 | 2023-09-25T23:15:34.129Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2614 | 2023-09-25T23:15:34.141Z | ++ mktemp -d |
2615 | 2023-09-25T23:15:34.148Z | + tmp_trampoline=/tmp/tmp.rNaGtj |
2616 | 2023-09-25T23:15:34.151Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2617 | 2023-09-25T23:15:34.154Z | + echo '{"v":"1","t":"layer"}' |
2618 | 2023-09-25T23:15:34.161Z | + pkg_dir=/tmp/tmp.rNaGtj/root/opt/oxide/installinator |
2619 | 2023-09-25T23:15:34.166Z | + mkdir -p /tmp/tmp.rNaGtj/root/opt/oxide/installinator |
2620 | 2023-09-25T23:15:34.186Z | + cd /tmp/tmp.rNaGtj/root/opt/oxide/installinator |
2621 | 2023-09-25T23:15:34.190Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2622 | 2023-09-25T23:15:34.197Z | x ., 0 bytes, 0 tape blocks |
2623 | 2023-09-25T23:15:34.201Z | x installinator, 45588304 bytes, 89040 tape blocks |
2624 | 2023-09-25T23:15:34.207Z | x pkg, 0 bytes, 0 tape blocks |
2625 | 2023-09-25T23:15:34.229Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2626 | 2023-09-25T23:15:34.247Z | x VERSION, 25 bytes, 1 tape blocks |
2627 | 2023-09-25T23:15:34.278Z | + mkdir -p /tmp/tmp.rNaGtj/root/lib/svc/manifest/site/ |
2628 | 2023-09-25T23:15:34.302Z | + mv pkg/manifest.xml /tmp/tmp.rNaGtj/root/lib/svc/manifest/site/installinator.xml |
2629 | 2023-09-25T23:15:34.307Z | + cd - |
2630 | 2023-09-25T23:15:34.310Z | /work/oxidecomputer/omicron |
2631 | 2023-09-25T23:15:34.314Z | + pkg_dir=/tmp/tmp.rNaGtj/root/opt/oxide/mg-ddm |
2632 | 2023-09-25T23:15:34.322Z | + mkdir -p /tmp/tmp.rNaGtj/root/opt/oxide/mg-ddm |
2633 | 2023-09-25T23:15:34.330Z | + cd /tmp/tmp.rNaGtj/root/opt/oxide/mg-ddm |
2634 | 2023-09-25T23:15:34.337Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2635 | 2023-09-25T23:15:34.373Z | x ., 0 bytes, 0 tape blocks |
2636 | 2023-09-25T23:15:34.406Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2637 | 2023-09-25T23:15:34.411Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2638 | 2023-09-25T23:15:34.427Z | x pkg, 0 bytes, 0 tape blocks |
2639 | 2023-09-25T23:15:34.481Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2640 | 2023-09-25T23:15:34.504Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2641 | 2023-09-25T23:15:34.508Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2642 | 2023-09-25T23:15:34.511Z | x VERSION, 25 bytes, 1 tape blocks |
2643 | 2023-09-25T23:15:34.523Z | + cd - |
2644 | 2023-09-25T23:15:34.546Z | /work/oxidecomputer/omicron |
2645 | 2023-09-25T23:15:34.551Z | + cd /tmp/tmp.rNaGtj |
2646 | 2023-09-25T23:15:34.554Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2647 | 2023-09-25T23:15:40.375Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2648 | 2023-09-25T23:15:40.378Z | a oxide.json 1K |
2649 | 2023-09-25T23:15:40.382Z | a root/ 0K |
2650 | 2023-09-25T23:15:40.385Z | a root/opt/ 0K |
2651 | 2023-09-25T23:15:40.388Z | a root/opt/oxide/ 0K |
2652 | 2023-09-25T23:15:40.391Z | a root/opt/oxide/installinator/ 0K |
2653 | 2023-09-25T23:15:40.394Z | a root/opt/oxide/installinator/installinator 44520K |
2654 | 2023-09-25T23:15:40.397Z | a root/opt/oxide/installinator/pkg/ 0K |
2655 | 2023-09-25T23:15:40.402Z | a root/opt/oxide/installinator/VERSION 1K |
2656 | 2023-09-25T23:15:40.405Z | a root/opt/oxide/mg-ddm/ 0K |
2657 | 2023-09-25T23:15:40.408Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2658 | 2023-09-25T23:15:40.411Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2659 | 2023-09-25T23:15:40.414Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2660 | 2023-09-25T23:15:40.417Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2661 | 2023-09-25T23:15:40.420Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2662 | 2023-09-25T23:15:40.424Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2663 | 2023-09-25T23:15:40.427Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2664 | 2023-09-25T23:15:40.430Z | a root/lib/ 0K |
2665 | 2023-09-25T23:15:40.432Z | a root/lib/svc/ 0K |
2666 | 2023-09-25T23:15:40.435Z | a root/lib/svc/manifest/ 0K |
2667 | 2023-09-25T23:15:40.438Z | a root/lib/svc/manifest/site/ 0K |
2668 | 2023-09-25T23:15:40.441Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2669 | 2023-09-25T23:15:40.448Z | + cd / |
2670 | 2023-09-25T23:15:40.870Z | + rm -rf /tmp/tmp.rNaGtj |
2671 | 2023-09-25T23:15:40.875Z | |
2672 | 2023-09-25T23:15:40.878Z | real 6.451744733 |
2673 | 2023-09-25T23:15:40.882Z | user 6.036596944 |
2674 | 2023-09-25T23:15:40.888Z | sys 0.442525374 |
2675 | 2023-09-25T23:15:40.900Z | trap 0.002673083 |
2676 | 2023-09-25T23:15:40.906Z | tflt 0.000000000 |
2677 | 2023-09-25T23:15:40.909Z | dflt 0.000000000 |
2678 | 2023-09-25T23:15:40.913Z | kflt 0.000000000 |
2679 | 2023-09-25T23:15:40.915Z | lock 0.000000000 |
2680 | 2023-09-25T23:15:40.918Z | slp 12.475956768 |
2681 | 2023-09-25T23:15:40.921Z | lat 0.196066071 |
2682 | 2023-09-25T23:15:40.924Z | stop 0.000319378 |
2683 | 2023-09-25T23:15:40.927Z | process exited: duration 2651248 ms, exit code 0 |
|
2684 | 2023-09-25T23:15:40.947Z | found 20 output files |
2685 | 2023-09-25T23:15:40.950Z | uploading: /work/version.txt (26 bytes) |
2686 | 2023-09-25T23:15:41.959Z | uploaded: /work/version.txt |
2687 | 2023-09-25T23:15:41.980Z | uploading: /work/package.tar.gz (82501899 bytes) |
2688 | 2023-09-25T23:16:42.455Z | uploaded: /work/package.tar.gz |
2689 | 2023-09-25T23:16:42.490Z | uploading: /work/global-zone-packages.tar.gz (125036565 bytes) |
2690 | 2023-09-25T23:17:49.085Z | uploaded: /work/global-zone-packages.tar.gz |
2691 | 2023-09-25T23:17:49.257Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37869078 bytes) |
2692 | 2023-09-25T23:18:13.305Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2693 | 2023-09-25T23:18:13.322Z | uploading: /work/zones/clickhouse.tar.gz (180682258 bytes) |
2694 | 2023-09-25T23:20:44.211Z | uploaded: /work/zones/clickhouse.tar.gz |
2695 | 2023-09-25T23:20:44.385Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180683864 bytes) |
2696 | 2023-09-25T23:22:42.458Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2697 | 2023-09-25T23:22:42.569Z | uploading: /work/zones/cockroachdb.tar.gz (117747573 bytes) |
2698 | 2023-09-25T23:23:55.438Z | uploaded: /work/zones/cockroachdb.tar.gz |
2699 | 2023-09-25T23:23:55.483Z | uploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes) |
2700 | 2023-09-25T23:24:28.576Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2701 | 2023-09-25T23:24:28.591Z | uploading: /work/zones/crucible.tar.gz (42814079 bytes) |
2702 | 2023-09-25T23:25:02.264Z | uploaded: /work/zones/crucible.tar.gz |
2703 | 2023-09-25T23:25:02.281Z | uploading: /work/zones/external-dns.tar.gz (22085719 bytes) |
2704 | 2023-09-25T23:25:09.506Z | uploaded: /work/zones/external-dns.tar.gz |
2705 | 2023-09-25T23:25:09.530Z | uploading: /work/zones/internal-dns.tar.gz (22085718 bytes) |
2706 | 2023-09-25T23:25:20.643Z | uploaded: /work/zones/internal-dns.tar.gz |
2707 | 2023-09-25T23:25:20.649Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2708 | 2023-09-25T23:25:21.666Z | uploaded: /work/zones/ntp.tar.gz |
2709 | 2023-09-25T23:25:21.677Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15688354 bytes) |
2710 | 2023-09-25T23:25:32.088Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2711 | 2023-09-25T23:25:32.099Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15681852 bytes) |
2712 | 2023-09-25T23:25:41.076Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2713 | 2023-09-25T23:25:41.111Z | uploading: /work/zones/omicron-nexus.tar.gz (67140985 bytes) |
2714 | 2023-09-25T23:26:15.140Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2715 | 2023-09-25T23:26:15.144Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2716 | 2023-09-25T23:26:16.154Z | uploaded: /work/zones/overlay.tar.gz |
2717 | 2023-09-25T23:26:16.174Z | uploading: /work/zones/oximeter-collector.tar.gz (16216532 bytes) |
2718 | 2023-09-25T23:26:29.341Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2719 | 2023-09-25T23:26:29.356Z | uploading: /work/zones/propolis-server.tar.gz (66230926 bytes) |
2720 | 2023-09-25T23:27:19.389Z | uploaded: /work/zones/propolis-server.tar.gz |
2721 | 2023-09-25T23:27:19.525Z | uploading: /work/zones/switch-asic.tar.gz (219703663 bytes) |
2722 | 2023-09-25T23:29:42.115Z | uploaded: /work/zones/switch-asic.tar.gz |
2723 | 2023-09-25T23:29:42.151Z | uploading: /work/zones/switch-softnpu.tar.gz (141727288 bytes) |
2724 | 2023-09-25T23:31:54.991Z | uploaded: /work/zones/switch-softnpu.tar.gz |