|
|
|
1 | 2023-11-08T23:09:38.340Z | job assigned to worker 01HERK29ND9X2GCDT984BP4962 (queued for 1 m 56 s) |
|
2 | 2023-11-08T23:09:38.946Z | starting task 0: "setup" |
3 | 2023-11-08T23:09:39.173Z | ++ uname -s |
4 | 2023-11-08T23:09:39.177Z | + kern=SunOS |
5 | 2023-11-08T23:09:39.183Z | + case "$kern" in |
6 | 2023-11-08T23:09:39.191Z | + groupadd -g 12345 build |
7 | 2023-11-08T23:09:39.195Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-08T23:09:41.202Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-08T23:09:41.395Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-08T23:09:41.404Z | + home_fs=zfs |
11 | 2023-11-08T23:09:41.417Z | + [[ zfs == autofs ]] |
12 | 2023-11-08T23:09:41.434Z | + mkdir -p /home/build |
13 | 2023-11-08T23:09:41.449Z | + chown build:build /home/build /work |
14 | 2023-11-08T23:09:43.401Z | + chmod 0700 /home/build /work |
15 | 2023-11-08T23:09:43.406Z | process exited: duration 4453 ms, exit code 0 |
|
16 | 2023-11-08T23:09:43.414Z | starting task 1: "rust-toolchain" |
17 | 2023-11-08T23:09:43.447Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-08T23:09:43.451Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-08T23:09:43.614Z | info: downloading installer |
20 | 2023-11-08T23:09:45.851Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-08T23:09:45.859Z | warning: /opt/ooce/bin |
22 | 2023-11-08T23:09:45.869Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-08T23:09:45.880Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-08T23:09:45.894Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-08T23:09:45.906Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-08T23:09:45.923Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-08T23:09:45.933Z | error: cannot install while Rust is installed |
28 | 2023-11-08T23:09:45.945Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-08T23:09:45.970Z | info: profile set to 'default' |
30 | 2023-11-08T23:09:45.986Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-08T23:09:45.996Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-08T23:09:46.144Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-08T23:09:46.148Z | info: downloading component 'cargo' |
34 | 2023-11-08T23:09:46.823Z | info: downloading component 'clippy' |
35 | 2023-11-08T23:09:47.065Z | info: downloading component 'rust-docs' |
36 | 2023-11-08T23:09:47.888Z | info: downloading component 'rust-std' |
37 | 2023-11-08T23:09:49.389Z | info: downloading component 'rustc' |
38 | 2023-11-08T23:09:53.031Z | info: downloading component 'rustfmt' |
39 | 2023-11-08T23:09:53.250Z | info: installing component 'cargo' |
40 | 2023-11-08T23:09:55.026Z | info: installing component 'clippy' |
41 | 2023-11-08T23:09:55.805Z | info: installing component 'rust-docs' |
42 | 2023-11-08T23:09:58.668Z | info: installing component 'rust-std' |
43 | 2023-11-08T23:10:02.497Z | info: installing component 'rustc' |
44 | 2023-11-08T23:10:10.729Z | info: installing component 'rustfmt' |
45 | 2023-11-08T23:10:11.179Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-08T23:10:11.183Z | |
47 | 2023-11-08T23:10:11.326Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-08T23:10:11.329Z | |
49 | 2023-11-08T23:10:11.332Z | |
50 | 2023-11-08T23:10:11.391Z | Rust is installed now. Great! |
51 | 2023-11-08T23:10:11.396Z | |
52 | 2023-11-08T23:10:11.402Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-08T23:10:11.407Z | environment variable. This has not been done automatically. |
54 | 2023-11-08T23:10:11.412Z | |
55 | 2023-11-08T23:10:11.416Z | To configure your current shell, run: |
56 | 2023-11-08T23:10:11.421Z | source "$HOME/.cargo/env" |
57 | 2023-11-08T23:10:11.426Z | + rustc --version |
58 | 2023-11-08T23:10:11.940Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-08T23:10:11.943Z | process exited: duration 28122 ms, exit code 0 |
|
60 | 2023-11-08T23:10:11.955Z | starting task 2: "authentication" |
61 | 2023-11-08T23:10:12.014Z | process exited: duration 43 ms, exit code 0 |
|
62 | 2023-11-08T23:10:12.441Z | starting task 3: "clone repository" |
63 | 2023-11-08T23:10:12.459Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-08T23:10:12.467Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-08T23:10:12.492Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-08T23:10:20.179Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-08T23:10:20.185Z | + [[ -n sunshowers/spr/wicket-require-that-update-state-be-cleared ]] |
68 | 2023-11-08T23:10:20.194Z | + git fetch origin sunshowers/spr/wicket-require-that-update-state-be-cleared |
69 | 2023-11-08T23:10:20.210Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-08T23:10:20.217Z | * branch sunshowers/spr/wicket-require-that-update-state-be-cleared -> FETCH_HEAD |
71 | 2023-11-08T23:10:20.228Z | + git checkout -B sunshowers/spr/wicket-require-that-update-state-be-cleared remotes/origin/sunshowers/spr/wicket-require-that-update-state-be-cleared |
72 | 2023-11-08T23:10:20.240Z | Switched to a new branch 'sunshowers/spr/wicket-require-that-update-state-be-cleared' |
73 | 2023-11-08T23:10:20.243Z | branch 'sunshowers/spr/wicket-require-that-update-state-be-cleared' set up to track 'origin/sunshowers/spr/wicket-require-that-update-state-be-cleared'. |
74 | 2023-11-08T23:10:20.246Z | + git reset --hard 1ce5f1285ba0a4333946481ebdd8b34710bae1de |
75 | 2023-11-08T23:10:20.257Z | HEAD is now at 1ce5f128 Rebase |
76 | 2023-11-08T23:10:20.260Z | process exited: duration 7813 ms, exit code 0 |
|
77 | 2023-11-08T23:10:20.266Z | starting task 4: "build" |
78 | 2023-11-08T23:10:20.278Z | + cargo --version |
79 | 2023-11-08T23:10:20.285Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-08T23:10:20.474Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-08T23:10:20.482Z | info: downloading component 'cargo' |
82 | 2023-11-08T23:10:21.127Z | info: downloading component 'clippy' |
83 | 2023-11-08T23:10:21.376Z | info: downloading component 'rust-docs' |
84 | 2023-11-08T23:10:22.196Z | info: downloading component 'rust-std' |
85 | 2023-11-08T23:10:23.498Z | info: downloading component 'rustc' |
86 | 2023-11-08T23:10:27.167Z | info: downloading component 'rustfmt' |
87 | 2023-11-08T23:10:27.363Z | info: installing component 'cargo' |
88 | 2023-11-08T23:10:28.572Z | info: installing component 'clippy' |
89 | 2023-11-08T23:10:29.080Z | info: installing component 'rust-docs' |
90 | 2023-11-08T23:10:31.913Z | info: installing component 'rust-std' |
91 | 2023-11-08T23:10:34.499Z | info: installing component 'rustc' |
92 | 2023-11-08T23:10:40.677Z | info: installing component 'rustfmt' |
93 | 2023-11-08T23:10:41.222Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-08T23:10:41.228Z | + rustc --version |
95 | 2023-11-08T23:10:41.354Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-08T23:10:41.362Z | ++ git rev-parse HEAD |
97 | 2023-11-08T23:10:41.367Z | + COMMIT=1ce5f1285ba0a4333946481ebdd8b34710bae1de |
98 | 2023-11-08T23:10:41.369Z | + VERSION=1.0.4-0.ci+git1ce5f1285ba |
99 | 2023-11-08T23:10:41.375Z | + echo 1.0.4-0.ci+git1ce5f1285ba |
100 | 2023-11-08T23:10:41.378Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-08T23:10:50.613Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-08T23:10:51.561Z | Startup: Caching catalogs ... Done |
103 | 2023-11-08T23:10:56.440Z | Planning: Solver setup ... Done (4.582s) |
104 | 2023-11-08T23:10:56.559Z | Planning: Running solver ... Done (0.116s) |
105 | 2023-11-08T23:10:56.613Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-08T23:10:57.098Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-08T23:10:58.554Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-08T23:10:58.705Z | Planning: Package planning ... Done (0.150s) |
109 | 2023-11-08T23:10:58.791Z | Planning: Merging actions ... Done (0.087s) |
110 | 2023-11-08T23:10:59.389Z | Planning: Checking for conflicting actions ... Done (0.598s) |
111 | 2023-11-08T23:10:59.407Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-08T23:11:11.902Z | Planning: Evaluating mediators ... Done (4.032s) |
113 | 2023-11-08T23:11:12.206Z | Planning: Planning completed in 11.84 seconds |
114 | 2023-11-08T23:11:12.710Z | Packages to install: 4 |
115 | 2023-11-08T23:11:12.836Z | Mediators to change: 2 |
116 | 2023-11-08T23:11:12.978Z | Services to change: 1 |
117 | 2023-11-08T23:11:13.130Z | Estimated space available: 148.90 GB |
118 | 2023-11-08T23:11:13.272Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-08T23:11:13.697Z | Create boot environment: No |
120 | 2023-11-08T23:11:15.079Z | Create backup boot environment: No |
121 | 2023-11-08T23:11:15.146Z | Rebuild boot archive: No |
122 | 2023-11-08T23:11:15.211Z | |
123 | 2023-11-08T23:11:15.222Z | Changed mediators: |
124 | 2023-11-08T23:11:15.232Z | mediator clang: |
125 | 2023-11-08T23:11:15.253Z | version: None -> 15 (system default) |
126 | 2023-11-08T23:11:15.352Z | |
127 | 2023-11-08T23:11:15.386Z | mediator llvm: |
128 | 2023-11-08T23:11:15.411Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-08T23:11:15.434Z | |
130 | 2023-11-08T23:11:15.443Z | Changed packages: |
131 | 2023-11-08T23:11:15.480Z | helios-dev |
132 | 2023-11-08T23:11:15.494Z | developer/build-essential |
133 | 2023-11-08T23:11:15.525Z | None -> 11-2.0 |
134 | 2023-11-08T23:11:15.543Z | library/libxmlsec1 |
135 | 2023-11-08T23:11:15.565Z | None -> 1.2.35-2.0 |
136 | 2023-11-08T23:11:15.587Z | ooce/developer/clang-15 |
137 | 2023-11-08T23:11:15.631Z | None -> 15.0.7-2.0 |
138 | 2023-11-08T23:11:15.678Z | ooce/developer/llvm-15 |
139 | 2023-11-08T23:11:16.126Z | None -> 15.0.7-2.0 |
140 | 2023-11-08T23:11:16.148Z | |
141 | 2023-11-08T23:11:16.573Z | Services: |
142 | 2023-11-08T23:11:16.579Z | restart_fmri: |
143 | 2023-11-08T23:11:16.588Z | svc:/system/update-man-index:default |
144 | 2023-11-08T23:11:16.594Z | |
145 | 2023-11-08T23:11:16.603Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-08T23:11:16.662Z | Download: 213/3290 items 1.3/212.6MB 0% complete (541k/s) |
147 | 2023-11-08T23:11:16.666Z | Download: 626/3290 items 17.8/212.6MB 8% complete (1.7M/s) |
148 | 2023-11-08T23:11:20.165Z | Download: 1108/3290 items 26.0/212.6MB 12% complete (2.4M/s) |
149 | 2023-11-08T23:11:28.342Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
150 | 2023-11-08T23:11:42.621Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
151 | 2023-11-08T23:11:47.735Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (9.8M/s) |
152 | 2023-11-08T23:11:52.733Z | Download: 2421/3290 items 119.8/212.6MB 56% complete (3.6M/s) |
153 | 2023-11-08T23:11:57.733Z | Download: 3245/3290 items 201.1/212.6MB 94% complete (8.3M/s) |
154 | 2023-11-08T23:11:59.257Z | Download: Completed 212.60 MB in 55.62 seconds (3.8M/s) |
155 | 2023-11-08T23:11:59.606Z | Actions: 1/3687 actions (Installing new actions) |
156 | 2023-11-08T23:12:05.491Z | Actions: 3260/3687 actions (Installing new actions) |
157 | 2023-11-08T23:12:08.092Z | Actions: Completed 3687 actions in 8.48 seconds. |
158 | 2023-11-08T23:12:08.569Z | Done (0.169s) |
159 | 2023-11-08T23:12:08.573Z | Done (0.000s) |
160 | 2023-11-08T23:12:08.579Z | Done (0.208s) |
161 | 2023-11-08T23:12:16.672Z | Done (8.076s) |
162 | 2023-11-08T23:12:16.953Z | Done (0.169s) |
163 | 2023-11-08T23:12:16.967Z | Done (0.000s) |
164 | 2023-11-08T23:12:17.188Z | Done (0.000s) |
165 | 2023-11-08T23:12:17.950Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-11-08T23:12:18.253Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-11-08T23:12:18.257Z | Planning: Consolidating action changes ... Done |
168 | 2023-11-08T23:12:18.702Z | Planning: Evaluating mediators ... Done |
169 | 2023-11-08T23:12:18.706Z | Planning: Planning completed in 0.75 seconds |
170 | 2023-11-08T23:12:18.761Z | Mediators to change: 2 |
171 | 2023-11-08T23:12:18.768Z | Create boot environment: No |
172 | 2023-11-08T23:12:18.772Z | Create backup boot environment: No |
173 | 2023-11-08T23:12:18.854Z | Done |
174 | 2023-11-08T23:12:18.857Z | Done |
175 | 2023-11-08T23:12:19.398Z | Done |
176 | 2023-11-08T23:12:25.427Z | Done |
177 | 2023-11-08T23:12:25.576Z | Done |
178 | 2023-11-08T23:12:25.585Z | Done |
179 | 2023-11-08T23:12:25.677Z | Done |
180 | 2023-11-08T23:12:26.749Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-11-08T23:12:26.759Z | Planning: Merging actions ... Done |
182 | 2023-11-08T23:12:27.101Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-11-08T23:12:27.105Z | Planning: Consolidating action changes ... Done |
184 | 2023-11-08T23:12:27.543Z | Planning: Evaluating mediators ... Done |
185 | 2023-11-08T23:12:27.643Z | Planning: Planning completed in 1.34 seconds |
186 | 2023-11-08T23:12:27.699Z | Packages to change: 1 |
187 | 2023-11-08T23:12:27.710Z | Mediators to change: 1 |
188 | 2023-11-08T23:12:27.713Z | Services to change: 1 |
189 | 2023-11-08T23:12:27.717Z | Create boot environment: No |
190 | 2023-11-08T23:12:27.720Z | Create backup boot environment: Yes |
191 | 2023-11-08T23:12:29.725Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2023-11-08T23:12:29.736Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2023-11-08T23:12:29.760Z | Done |
194 | 2023-11-08T23:12:29.786Z | Done |
195 | 2023-11-08T23:12:29.800Z | Done |
196 | 2023-11-08T23:12:36.141Z | Done |
197 | 2023-11-08T23:12:36.272Z | Done |
198 | 2023-11-08T23:12:36.276Z | Done |
199 | 2023-11-08T23:12:36.418Z | Done |
200 | 2023-11-08T23:12:37.149Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2023-11-08T23:12:37.153Z | clang system 15 system |
202 | 2023-11-08T23:12:37.157Z | csh system system illumos |
203 | 2023-11-08T23:12:37.162Z | ctags system system illumos |
204 | 2023-11-08T23:12:37.182Z | gcc vendor 12 vendor |
205 | 2023-11-08T23:12:37.193Z | gcc system 10 system |
206 | 2023-11-08T23:12:37.199Z | gcc system 7 system |
207 | 2023-11-08T23:12:37.203Z | go system 1.20 system |
208 | 2023-11-08T23:12:37.209Z | go system 1.19 system |
209 | 2023-11-08T23:12:37.214Z | llvm system 15 system |
210 | 2023-11-08T23:12:37.238Z | llvm system 14 system |
211 | 2023-11-08T23:12:37.248Z | mariadb system 10.6 system |
212 | 2023-11-08T23:12:37.255Z | mta vendor vendor dma |
213 | 2023-11-08T23:12:37.265Z | openjdk system 17 system |
214 | 2023-11-08T23:12:37.269Z | openjdk system 11 system |
215 | 2023-11-08T23:12:37.277Z | openjdk system 1.8 system |
216 | 2023-11-08T23:12:37.282Z | openssl vendor 3 vendor |
217 | 2023-11-08T23:12:37.289Z | perl system 5.36 system |
218 | 2023-11-08T23:12:37.294Z | postgresql system 15 system |
219 | 2023-11-08T23:12:37.302Z | postgresql system 13 system |
220 | 2023-11-08T23:12:37.306Z | python vendor 3 vendor |
221 | 2023-11-08T23:12:37.310Z | python system 2 system |
222 | 2023-11-08T23:12:37.314Z | python3 system 3.11 system |
223 | 2023-11-08T23:12:37.320Z | ruby system 3.0 system |
224 | 2023-11-08T23:12:37.334Z | words vendor vendor american-english |
225 | 2023-11-08T23:12:37.341Z | words system system australian-english |
226 | 2023-11-08T23:12:37.347Z | words system system british-english |
227 | 2023-11-08T23:12:37.391Z | words system system canadian-english |
228 | 2023-11-08T23:12:37.401Z | words system system french |
229 | 2023-11-08T23:12:37.423Z | words system system italian |
230 | 2023-11-08T23:12:37.443Z | words system system ngerman |
231 | 2023-11-08T23:12:37.450Z | words system system ogerman |
232 | 2023-11-08T23:12:37.455Z | words system system spanish |
233 | 2023-11-08T23:12:38.139Z | FMRI IFO |
234 | 2023-11-08T23:12:38.150Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2023-11-08T23:12:38.163Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2023-11-08T23:12:38.199Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2023-11-08T23:12:38.206Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
238 | 2023-11-08T23:12:38.213Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2023-11-08T23:12:38.217Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
240 | 2023-11-08T23:12:38.222Z | + set -o errexit |
241 | 2023-11-08T23:12:38.227Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2023-11-08T23:12:38.231Z | ++ cd ./tools |
243 | 2023-11-08T23:12:38.238Z | ++ pwd |
244 | 2023-11-08T23:12:38.243Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2023-11-08T23:12:38.248Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2023-11-08T23:12:38.253Z | + ARG0=ci_download_cockroachdb |
247 | 2023-11-08T23:12:38.257Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2023-11-08T23:12:38.260Z | + CIDL_VERSION=v22.1.9 |
249 | 2023-11-08T23:12:38.264Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2023-11-08T23:12:38.269Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
251 | 2023-11-08T23:12:38.277Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
252 | 2023-11-08T23:12:38.281Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-11-08T23:12:38.287Z | + TARGET_DIR=out |
254 | 2023-11-08T23:12:38.293Z | + DOWNLOAD_DIR=out/downloads |
255 | 2023-11-08T23:12:38.301Z | + DEST_DIR=./out/cockroachdb |
256 | 2023-11-08T23:12:38.313Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2023-11-08T23:12:38.326Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2023-11-08T23:12:38.336Z | + main |
259 | 2023-11-08T23:12:38.354Z | + [[ 0 != 0 ]] |
260 | 2023-11-08T23:12:38.374Z | + CIDL_OS=solaris2.11 |
261 | 2023-11-08T23:12:38.437Z | + [[ 0 != 0 ]] |
262 | 2023-11-08T23:12:38.448Z | + configure_os solaris2.11 |
263 | 2023-11-08T23:12:38.866Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2023-11-08T23:12:38.876Z | current directory: /work/oxidecomputer/omicron |
265 | 2023-11-08T23:12:38.884Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2023-11-08T23:12:38.893Z | + case "$1" in |
267 | 2023-11-08T23:12:38.899Z | configuring based on OS: "solaris2.11" |
268 | 2023-11-08T23:12:38.904Z | + CIDL_BUILD=illumos |
269 | 2023-11-08T23:12:38.908Z | + CIDL_SUFFIX=tar.gz |
270 | 2023-11-08T23:12:38.912Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-11-08T23:12:38.916Z | + CIDL_MD5FUNC=do_md5sum |
272 | 2023-11-08T23:12:38.919Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2023-11-08T23:12:38.924Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2023-11-08T23:12:38.933Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2023-11-08T23:12:38.937Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-08T23:12:38.940Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-08T23:12:38.943Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2023-11-08T23:12:38.946Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-11-08T23:12:38.949Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2023-11-08T23:12:38.953Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-11-08T23:12:38.956Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-11-08T23:12:38.959Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-11-08T23:12:38.962Z | + mkdir -p out/downloads |
284 | 2023-11-08T23:12:38.967Z | + mkdir -p ./out/cockroachdb |
285 | 2023-11-08T23:12:38.974Z | + local DO_DOWNLOAD=true |
286 | 2023-11-08T23:12:38.998Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2023-11-08T23:12:39.016Z | + '[' true == true ']' |
288 | 2023-11-08T23:12:39.034Z | + echo Downloading... |
289 | 2023-11-08T23:12:39.050Z | Downloading... |
290 | 2023-11-08T23:12:39.068Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-08T23:12:39.080Z | + 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 |
292 | 2023-11-08T23:12:42.693Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-08T23:12:42.709Z | ++ md5sum |
294 | 2023-11-08T23:12:42.722Z | ++ awk '{print $1}' |
295 | 2023-11-08T23:12:42.882Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
296 | 2023-11-08T23:12:42.900Z | + [[ 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 ]] |
297 | 2023-11-08T23:12:42.921Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-11-08T23:12:42.929Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2023-11-08T23:12:46.478Z | + do_assemble_illumos |
300 | 2023-11-08T23:12:46.896Z | + rm -r ./out/cockroachdb |
301 | 2023-11-08T23:12:47.313Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2023-11-08T23:12:47.318Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2023-11-08T23:12:47.322Z | Build Tag: v22.1.9-dirty |
304 | 2023-11-08T23:12:47.326Z | Build Time: 2022/10/26 21:17:46 |
305 | 2023-11-08T23:12:47.330Z | Distribution: OSS |
306 | 2023-11-08T23:12:47.334Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2023-11-08T23:12:47.339Z | Go Version: go1.17.13 |
308 | 2023-11-08T23:12:47.348Z | C Compiler: gcc 10.3.0 |
309 | 2023-11-08T23:12:47.361Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2023-11-08T23:12:47.369Z | Build Type: release |
311 | 2023-11-08T23:12:47.380Z | + set -o errexit |
312 | 2023-11-08T23:12:47.406Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2023-11-08T23:12:47.414Z | ++ cd ./tools |
314 | 2023-11-08T23:12:47.422Z | ++ pwd |
315 | 2023-11-08T23:12:47.427Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2023-11-08T23:12:47.431Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2023-11-08T23:12:47.435Z | + ARG0=ci_download_clickhouse |
318 | 2023-11-08T23:12:47.438Z | + TARGET_DIR=out |
319 | 2023-11-08T23:12:47.442Z | + DOWNLOAD_DIR=out/downloads |
320 | 2023-11-08T23:12:47.446Z | + DEST_DIR=./out/clickhouse |
321 | 2023-11-08T23:12:47.450Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2023-11-08T23:12:47.453Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2023-11-08T23:12:47.456Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2023-11-08T23:12:47.459Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2023-11-08T23:12:47.461Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-11-08T23:12:47.464Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2023-11-08T23:12:47.467Z | + main |
328 | 2023-11-08T23:12:47.470Z | + [[ 0 != 0 ]] |
329 | 2023-11-08T23:12:47.473Z | + CIDL_OS=solaris2.11 |
330 | 2023-11-08T23:12:47.478Z | + [[ 0 != 0 ]] |
331 | 2023-11-08T23:12:47.489Z | + configure_os solaris2.11 |
332 | 2023-11-08T23:12:47.504Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2023-11-08T23:12:47.517Z | current directory: /work/oxidecomputer/omicron |
334 | 2023-11-08T23:12:47.536Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2023-11-08T23:12:47.549Z | configuring based on OS: "solaris2.11" |
336 | 2023-11-08T23:12:47.581Z | + CIDL_DASHREV= |
337 | 2023-11-08T23:12:47.594Z | + case "$1" in |
338 | 2023-11-08T23:12:47.607Z | + CIDL_PLATFORM=illumos |
339 | 2023-11-08T23:12:47.617Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-11-08T23:12:47.628Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2023-11-08T23:12:47.644Z | + CIDL_DASHREV=-1 |
342 | 2023-11-08T23:12:47.660Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2023-11-08T23:12:47.684Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-08T23:12:47.695Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-08T23:12:47.710Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-08T23:12:48.137Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-11-08T23:12:48.565Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-11-08T23:12:48.980Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-11-08T23:12:48.985Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-11-08T23:12:49.039Z | + mkdir -p out/downloads |
351 | 2023-11-08T23:12:49.059Z | + mkdir -p ./out/clickhouse |
352 | 2023-11-08T23:12:49.076Z | + local DO_DOWNLOAD=true |
353 | 2023-11-08T23:12:49.094Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2023-11-08T23:12:49.100Z | + '[' true == true ']' |
355 | 2023-11-08T23:12:49.110Z | + echo Downloading... |
356 | 2023-11-08T23:12:49.121Z | Downloading... |
357 | 2023-11-08T23:12:49.132Z | + 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 |
358 | 2023-11-08T23:12:49.144Z | + 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 |
359 | 2023-11-08T23:12:49.153Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-08T23:12:49.163Z | ++ md5sum |
361 | 2023-11-08T23:12:49.171Z | ++ awk '{print $1}' |
362 | 2023-11-08T23:12:49.185Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2023-11-08T23:12:49.192Z | + [[ 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 ]] |
364 | 2023-11-08T23:12:49.195Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2023-11-08T23:12:49.198Z | + mkdir -p ./out/clickhouse |
366 | 2023-11-08T23:12:49.201Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2023-11-08T23:12:54.316Z | + ./out/clickhouse/clickhouse server --version |
368 | 2023-11-08T23:12:54.331Z | ClickHouse server version 22.8.9.1. |
369 | 2023-11-08T23:12:54.360Z | + set -o errexit |
370 | 2023-11-08T23:12:54.376Z | +++ dirname ./tools/ci_download_console |
371 | 2023-11-08T23:12:54.394Z | ++ cd ./tools |
372 | 2023-11-08T23:12:54.432Z | ++ pwd |
373 | 2023-11-08T23:12:54.462Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2023-11-08T23:12:54.471Z | ++ basename ./tools/ci_download_console |
375 | 2023-11-08T23:12:54.480Z | + ARG0=ci_download_console |
376 | 2023-11-08T23:12:54.491Z | + TARGET_DIR=out |
377 | 2023-11-08T23:12:54.502Z | + DOWNLOAD_DIR=out/downloads |
378 | 2023-11-08T23:12:54.510Z | + DEST_DIR=./out/console-assets |
379 | 2023-11-08T23:12:54.519Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2023-11-08T23:12:54.530Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
381 | 2023-11-08T23:12:54.541Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
382 | 2023-11-08T23:12:54.550Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-08T23:12:54.559Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2023-11-08T23:12:54.569Z | + main |
385 | 2023-11-08T23:12:54.583Z | + [[ 0 != 0 ]] |
386 | 2023-11-08T23:12:54.595Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
387 | 2023-11-08T23:12:54.609Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
388 | 2023-11-08T23:12:54.631Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2023-11-08T23:12:54.637Z | Local file: out/downloads/console.tar.gz |
390 | 2023-11-08T23:12:54.643Z | + local DO_DOWNLOAD=true |
391 | 2023-11-08T23:12:54.650Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2023-11-08T23:12:54.660Z | + mkdir -p out/downloads |
393 | 2023-11-08T23:12:54.665Z | + '[' true == true ']' |
394 | 2023-11-08T23:12:54.669Z | + echo Downloading... |
395 | 2023-11-08T23:12:54.677Z | Downloading... |
396 | 2023-11-08T23:12:54.680Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
397 | 2023-11-08T23:12:54.684Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
398 | 2023-11-08T23:12:54.999Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2023-11-08T23:12:55.020Z | ++ case "$OSTYPE" in |
400 | 2023-11-08T23:12:55.041Z | ++ SHA=sha256sum |
401 | 2023-11-08T23:12:55.056Z | ++ sha256sum |
402 | 2023-11-08T23:12:55.096Z | ++ awk '{print $1}' |
403 | 2023-11-08T23:12:55.115Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
404 | 2023-11-08T23:12:55.137Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
405 | 2023-11-08T23:12:55.157Z | + rm -rf ./out/console-assets |
406 | 2023-11-08T23:12:55.181Z | + mkdir -p ./out/console-assets |
407 | 2023-11-08T23:12:55.215Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2023-11-08T23:12:55.229Z | + mkdir -p ./out/console-assets |
409 | 2023-11-08T23:12:55.253Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2023-11-08T23:12:55.403Z | + set -o errexit |
411 | 2023-11-08T23:12:55.833Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2023-11-08T23:12:55.851Z | ++ cd ./tools |
413 | 2023-11-08T23:12:55.865Z | ++ pwd |
414 | 2023-11-08T23:12:55.891Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2023-11-08T23:12:55.912Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2023-11-08T23:12:55.926Z | + ARG0=ci_download_maghemite_openapi |
417 | 2023-11-08T23:12:55.941Z | + TARGET_DIR=out |
418 | 2023-11-08T23:12:55.954Z | + DOWNLOAD_DIR=out/downloads |
419 | 2023-11-08T23:12:55.965Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2023-11-08T23:12:55.973Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
421 | 2023-11-08T23:12:55.986Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-11-08T23:12:55.992Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
423 | 2023-11-08T23:12:56.011Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
424 | 2023-11-08T23:12:56.020Z | + main |
425 | 2023-11-08T23:12:56.031Z | + [[ 0 != 0 ]] |
426 | 2023-11-08T23:12:56.042Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
427 | 2023-11-08T23:12:56.079Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
428 | 2023-11-08T23:12:56.089Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
429 | 2023-11-08T23:12:56.102Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
430 | 2023-11-08T23:12:56.106Z | + local DO_DOWNLOAD=true |
431 | 2023-11-08T23:12:56.119Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
432 | 2023-11-08T23:12:56.131Z | + mkdir -p out/downloads |
433 | 2023-11-08T23:12:56.150Z | + '[' true == true ']' |
434 | 2023-11-08T23:12:56.165Z | + echo Downloading... |
435 | 2023-11-08T23:12:56.180Z | Downloading... |
436 | 2023-11-08T23:12:56.193Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
437 | 2023-11-08T23:12:56.203Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
438 | 2023-11-08T23:12:56.621Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
439 | 2023-11-08T23:12:56.674Z | ++ case "$OSTYPE" in |
440 | 2023-11-08T23:12:56.688Z | ++ SHA=sha256sum |
441 | 2023-11-08T23:12:56.719Z | ++ sha256sum |
442 | 2023-11-08T23:12:56.739Z | ++ awk '{print $1}' |
443 | 2023-11-08T23:12:56.745Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-11-08T23:12:56.764Z | + [[ 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 ]] |
445 | 2023-11-08T23:12:56.777Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2023-11-08T23:12:56.790Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
447 | 2023-11-08T23:12:56.804Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
448 | 2023-11-08T23:12:56.826Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
449 | 2023-11-08T23:12:56.838Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
450 | 2023-11-08T23:12:56.850Z | + main |
451 | 2023-11-08T23:12:56.861Z | + [[ 0 != 0 ]] |
452 | 2023-11-08T23:12:58.092Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
453 | 2023-11-08T23:12:58.107Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
454 | 2023-11-08T23:12:58.129Z | + local DO_DOWNLOAD=true |
455 | 2023-11-08T23:12:58.141Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
456 | 2023-11-08T23:12:58.154Z | + mkdir -p out/downloads |
457 | 2023-11-08T23:12:58.172Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
458 | 2023-11-08T23:12:58.201Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
459 | 2023-11-08T23:12:58.224Z | + '[' true == true ']' |
460 | 2023-11-08T23:12:58.251Z | + echo Downloading... |
461 | 2023-11-08T23:12:58.277Z | Downloading... |
462 | 2023-11-08T23:12:58.291Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
463 | 2023-11-08T23:12:58.304Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
464 | 2023-11-08T23:12:58.320Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
465 | 2023-11-08T23:12:58.335Z | ++ case "$OSTYPE" in |
466 | 2023-11-08T23:12:58.355Z | ++ SHA=sha256sum |
467 | 2023-11-08T23:12:58.372Z | ++ sha256sum |
468 | 2023-11-08T23:12:58.394Z | ++ awk '{print $1}' |
469 | 2023-11-08T23:12:58.815Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
470 | 2023-11-08T23:12:58.831Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
471 | 2023-11-08T23:12:58.845Z | + set -o errexit |
472 | 2023-11-08T23:12:59.267Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2023-11-08T23:12:59.279Z | ++ cd ./tools |
474 | 2023-11-08T23:12:59.320Z | ++ pwd |
475 | 2023-11-08T23:12:59.331Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2023-11-08T23:12:59.349Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2023-11-08T23:12:59.368Z | + ARG0=ci_download_dendrite_openapi |
478 | 2023-11-08T23:12:59.383Z | + TARGET_DIR=out |
479 | 2023-11-08T23:12:59.795Z | + DOWNLOAD_DIR=out/downloads |
480 | 2023-11-08T23:12:59.802Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-11-08T23:12:59.806Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
482 | 2023-11-08T23:12:59.813Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
483 | 2023-11-08T23:12:59.819Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
484 | 2023-11-08T23:12:59.830Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
485 | 2023-11-08T23:12:59.837Z | + main |
486 | 2023-11-08T23:12:59.853Z | + [[ 0 != 0 ]] |
487 | 2023-11-08T23:12:59.860Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
488 | 2023-11-08T23:12:59.866Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
489 | 2023-11-08T23:12:59.872Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
490 | 2023-11-08T23:12:59.876Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
491 | 2023-11-08T23:12:59.882Z | + local DO_DOWNLOAD=true |
492 | 2023-11-08T23:12:59.896Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
493 | 2023-11-08T23:12:59.904Z | + mkdir -p out/downloads |
494 | 2023-11-08T23:12:59.920Z | + '[' true == true ']' |
495 | 2023-11-08T23:12:59.927Z | + echo Downloading... |
496 | 2023-11-08T23:12:59.944Z | Downloading... |
497 | 2023-11-08T23:13:00.362Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
498 | 2023-11-08T23:13:00.367Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
499 | 2023-11-08T23:13:00.372Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
500 | 2023-11-08T23:13:00.377Z | ++ case "$OSTYPE" in |
501 | 2023-11-08T23:13:00.381Z | ++ SHA=sha256sum |
502 | 2023-11-08T23:13:00.387Z | ++ sha256sum |
503 | 2023-11-08T23:13:00.403Z | ++ awk '{print $1}' |
504 | 2023-11-08T23:13:00.826Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
505 | 2023-11-08T23:13:00.860Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
506 | 2023-11-08T23:13:00.868Z | + set -o errexit |
507 | 2023-11-08T23:13:00.872Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2023-11-08T23:13:00.878Z | ++ cd ./tools |
509 | 2023-11-08T23:13:00.883Z | ++ pwd |
510 | 2023-11-08T23:13:00.887Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2023-11-08T23:13:00.893Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2023-11-08T23:13:00.901Z | + ARG0=ci_download_dendrite_stub |
513 | 2023-11-08T23:13:00.913Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2023-11-08T23:13:00.922Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
515 | 2023-11-08T23:13:00.933Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
516 | 2023-11-08T23:13:00.949Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
517 | 2023-11-08T23:13:00.960Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2023-11-08T23:13:00.972Z | current directory: /work/oxidecomputer/omicron |
519 | 2023-11-08T23:13:00.985Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
520 | 2023-11-08T23:13:00.992Z | configuring based on OS: "solaris2.11" |
521 | 2023-11-08T23:13:01.008Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
522 | 2023-11-08T23:13:01.021Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
523 | 2023-11-08T23:13:01.027Z | + TARGET_DIR=out |
524 | 2023-11-08T23:13:01.032Z | Local file: out/downloads/dendrite-stub.tar.gz |
525 | 2023-11-08T23:13:01.038Z | + DOWNLOAD_DIR=out/downloads |
526 | 2023-11-08T23:13:01.043Z | Downloading... |
527 | 2023-11-08T23:13:01.048Z | + DEST_DIR=./out/dendrite-stub |
528 | 2023-11-08T23:13:01.053Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
529 | 2023-11-08T23:13:01.057Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
530 | 2023-11-08T23:13:01.062Z | + REPO=oxidecomputer/dendrite |
531 | 2023-11-08T23:13:01.068Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
532 | 2023-11-08T23:13:01.078Z | + main |
533 | 2023-11-08T23:13:01.083Z | + [[ 0 != 0 ]] |
534 | 2023-11-08T23:13:01.093Z | + CIDL_OS=solaris2.11 |
535 | 2023-11-08T23:13:01.107Z | + [[ 0 != 0 ]] |
536 | 2023-11-08T23:13:01.117Z | + configure_os solaris2.11 |
537 | 2023-11-08T23:13:01.130Z | + echo 'current directory: /work/oxidecomputer/omicron' |
538 | 2023-11-08T23:13:01.144Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2023-11-08T23:13:01.162Z | + case "$1" in |
540 | 2023-11-08T23:13:01.171Z | + SET_BINARIES= |
541 | 2023-11-08T23:13:01.178Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
542 | 2023-11-08T23:13:01.186Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2023-11-08T23:13:01.193Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
544 | 2023-11-08T23:13:01.200Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
545 | 2023-11-08T23:13:01.205Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
546 | 2023-11-08T23:13:01.212Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
547 | 2023-11-08T23:13:01.217Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2023-11-08T23:13:01.222Z | + mkdir -p out/downloads |
549 | 2023-11-08T23:13:01.229Z | + mkdir -p ./out/dendrite-stub |
550 | 2023-11-08T23:13:01.236Z | + fetch_and_verify |
551 | 2023-11-08T23:13:01.242Z | + local DO_DOWNLOAD=true |
552 | 2023-11-08T23:13:01.256Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2023-11-08T23:13:04.140Z | + '[' true == true ']' |
554 | 2023-11-08T23:13:04.149Z | + echo Downloading... |
555 | 2023-11-08T23:13:04.161Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-08T23:13:04.164Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
557 | 2023-11-08T23:13:14.376Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-08T23:13:14.388Z | ++ sha256sum |
559 | 2023-11-08T23:13:14.398Z | ++ awk '{print $1}' |
560 | 2023-11-08T23:13:14.477Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
561 | 2023-11-08T23:13:14.484Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
562 | 2023-11-08T23:13:14.495Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2023-11-08T23:13:14.500Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2023-11-08T23:13:15.418Z | + do_assemble |
565 | 2023-11-08T23:13:15.423Z | + rm -r ./out/dendrite-stub |
566 | 2023-11-08T23:13:15.428Z | + mkdir ./out/dendrite-stub |
567 | 2023-11-08T23:13:15.433Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2023-11-08T23:13:15.545Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2023-11-08T23:13:15.553Z | + set -o errexit |
570 | 2023-11-08T23:13:15.556Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2023-11-08T23:13:15.559Z | ++ cd ./tools |
572 | 2023-11-08T23:13:15.562Z | ++ pwd |
573 | 2023-11-08T23:13:15.566Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2023-11-08T23:13:15.569Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2023-11-08T23:13:15.572Z | + ARG0=ci_download_maghemite_mgd |
576 | 2023-11-08T23:13:15.577Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2023-11-08T23:13:15.585Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
578 | 2023-11-08T23:13:15.604Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
579 | 2023-11-08T23:13:15.610Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2023-11-08T23:13:15.616Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
581 | 2023-11-08T23:13:15.621Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
582 | 2023-11-08T23:13:15.626Z | + TARGET_DIR=out |
583 | 2023-11-08T23:13:15.632Z | + DOWNLOAD_DIR=out/downloads |
584 | 2023-11-08T23:13:15.640Z | + DEST_DIR=./out/mgd |
585 | 2023-11-08T23:13:15.645Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2023-11-08T23:13:15.650Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2023-11-08T23:13:15.657Z | + REPO=oxidecomputer/maghemite |
588 | 2023-11-08T23:13:15.661Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
589 | 2023-11-08T23:13:15.669Z | + main |
590 | 2023-11-08T23:13:15.680Z | + [[ 0 != 0 ]] |
591 | 2023-11-08T23:13:15.693Z | + CIDL_OS=solaris2.11 |
592 | 2023-11-08T23:13:15.702Z | + [[ 0 != 0 ]] |
593 | 2023-11-08T23:13:15.714Z | + configure_os solaris2.11 |
594 | 2023-11-08T23:13:15.725Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2023-11-08T23:13:16.137Z | current directory: /work/oxidecomputer/omicron |
596 | 2023-11-08T23:13:16.143Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2023-11-08T23:13:16.149Z | configuring based on OS: "solaris2.11" |
598 | 2023-11-08T23:13:16.159Z | + case "$1" in |
599 | 2023-11-08T23:13:16.169Z | + SET_BINARIES= |
600 | 2023-11-08T23:13:16.588Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2023-11-08T23:13:16.602Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2023-11-08T23:13:16.615Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
603 | 2023-11-08T23:13:16.639Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2023-11-08T23:13:16.650Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
605 | 2023-11-08T23:13:16.665Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
606 | 2023-11-08T23:13:16.689Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2023-11-08T23:13:16.703Z | Local file: out/downloads/mgd.tar.gz |
608 | 2023-11-08T23:13:16.716Z | + mkdir -p out/downloads |
609 | 2023-11-08T23:13:16.734Z | + mkdir -p ./out/mgd |
610 | 2023-11-08T23:13:17.164Z | + fetch_and_verify |
611 | 2023-11-08T23:13:17.171Z | + local DO_DOWNLOAD=true |
612 | 2023-11-08T23:13:17.182Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2023-11-08T23:13:17.187Z | + '[' true == true ']' |
614 | 2023-11-08T23:13:17.624Z | + echo Downloading... |
615 | 2023-11-08T23:13:17.637Z | Downloading... |
616 | 2023-11-08T23:13:17.650Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2023-11-08T23:13:17.653Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
618 | 2023-11-08T23:13:23.344Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2023-11-08T23:13:23.347Z | ++ sha256sum |
620 | 2023-11-08T23:13:23.351Z | ++ awk '{print $1}' |
621 | 2023-11-08T23:13:23.421Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
622 | 2023-11-08T23:13:23.426Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
623 | 2023-11-08T23:13:23.430Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2023-11-08T23:13:23.434Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2023-11-08T23:13:24.112Z | + do_assemble |
626 | 2023-11-08T23:13:24.115Z | + rm -r ./out/mgd |
627 | 2023-11-08T23:13:24.118Z | + mkdir ./out/mgd |
628 | 2023-11-08T23:13:24.122Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2023-11-08T23:13:24.329Z | + set -o errexit |
630 | 2023-11-08T23:13:24.335Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2023-11-08T23:13:24.341Z | ++ cd ./tools |
632 | 2023-11-08T23:13:24.350Z | ++ pwd |
633 | 2023-11-08T23:13:24.358Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2023-11-08T23:13:24.364Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2023-11-08T23:13:24.368Z | + ARG0=ci_download_transceiver_control |
636 | 2023-11-08T23:13:24.384Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2023-11-08T23:13:24.395Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2023-11-08T23:13:24.412Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2023-11-08T23:13:24.830Z | + TARGET_DIR=out |
640 | 2023-11-08T23:13:24.842Z | + DOWNLOAD_DIR=out/downloads |
641 | 2023-11-08T23:13:24.845Z | + DEST_DIR=./out/transceiver-control |
642 | 2023-11-08T23:13:24.848Z | + BIN_DIR=/opt/oxide/bin |
643 | 2023-11-08T23:13:24.851Z | + BINARY=xcvradm |
644 | 2023-11-08T23:13:24.853Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2023-11-08T23:13:24.856Z | + REPO=oxidecomputer/transceiver-control |
646 | 2023-11-08T23:13:24.859Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2023-11-08T23:13:24.863Z | + main |
648 | 2023-11-08T23:13:24.869Z | + [[ 0 != 0 ]] |
649 | 2023-11-08T23:13:24.890Z | + CIDL_OS=solaris2.11 |
650 | 2023-11-08T23:13:24.899Z | + [[ 0 != 0 ]] |
651 | 2023-11-08T23:13:24.905Z | + configure_os solaris2.11 |
652 | 2023-11-08T23:13:24.909Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2023-11-08T23:13:24.913Z | current directory: /work/oxidecomputer/omicron |
654 | 2023-11-08T23:13:24.916Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2023-11-08T23:13:24.920Z | configuring based on OS: "solaris2.11" |
656 | 2023-11-08T23:13:24.925Z | + case "$1" in |
657 | 2023-11-08T23:13:24.928Z | + SET_BINARIES= |
658 | 2023-11-08T23:13:24.933Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-11-08T23:13:24.936Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2023-11-08T23:13:24.940Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2023-11-08T23:13:24.945Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-11-08T23:13:24.949Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2023-11-08T23:13:24.953Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2023-11-08T23:13:24.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-11-08T23:13:24.960Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2023-11-08T23:13:24.964Z | Local file: out/downloads/xcvradm.gz |
667 | 2023-11-08T23:13:24.968Z | + mkdir -p out/downloads |
668 | 2023-11-08T23:13:24.972Z | + mkdir -p ./out/transceiver-control |
669 | 2023-11-08T23:13:25.021Z | + fetch_and_verify |
670 | 2023-11-08T23:13:25.038Z | + local DO_DOWNLOAD=true |
671 | 2023-11-08T23:13:25.056Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2023-11-08T23:13:25.073Z | + '[' true == true ']' |
673 | 2023-11-08T23:13:25.083Z | + echo Downloading... |
674 | 2023-11-08T23:13:25.101Z | Downloading... |
675 | 2023-11-08T23:13:25.123Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2023-11-08T23:13:25.531Z | + 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 |
677 | 2023-11-08T23:13:26.381Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2023-11-08T23:13:26.393Z | ++ sha256sum |
679 | 2023-11-08T23:13:26.402Z | ++ awk '{print $1}' |
680 | 2023-11-08T23:13:26.816Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2023-11-08T23:13:26.820Z | + [[ 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 ]] |
682 | 2023-11-08T23:13:26.826Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2023-11-08T23:13:26.831Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2023-11-08T23:13:26.835Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2023-11-08T23:13:26.838Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2023-11-08T23:13:26.841Z | + do_assemble |
687 | 2023-11-08T23:13:26.845Z | + rm -r ./out/transceiver-control |
688 | 2023-11-08T23:13:26.848Z | + mkdir ./out/transceiver-control |
689 | 2023-11-08T23:13:26.851Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2023-11-08T23:13:26.854Z | All prerequisites installed successfully |
691 | 2023-11-08T23:13:26.860Z | |
692 | 2023-11-08T23:13:26.864Z | real 2:45.414401182 |
693 | 2023-11-08T23:13:26.868Z | user 54.708655237 |
694 | 2023-11-08T23:13:26.872Z | sys 10.968581862 |
695 | 2023-11-08T23:13:26.876Z | trap 0.027249501 |
696 | 2023-11-08T23:13:26.880Z | tflt 0.204573026 |
697 | 2023-11-08T23:13:26.887Z | dflt 0.457234310 |
698 | 2023-11-08T23:13:26.892Z | kflt 0.191590004 |
699 | 2023-11-08T23:13:26.897Z | lock 1.882306028 |
700 | 2023-11-08T23:13:26.903Z | slp 5:22.503962743 |
701 | 2023-11-08T23:13:26.917Z | lat 4.032594803 |
702 | 2023-11-08T23:13:26.930Z | stop 0.083456767 |
703 | 2023-11-08T23:13:26.935Z | + ptime -m ./tools/ci_download_softnpu_machinery |
704 | 2023-11-08T23:13:26.941Z | fetching npuzone |
705 | 2023-11-08T23:13:26.946Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
706 | 2023-11-08T23:13:26.951Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
707 | 2023-11-08T23:13:26.958Z | Getting hash for npuzone |
708 | 2023-11-08T23:13:26.981Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
709 | 2023-11-08T23:13:44.339Z | npuzone downloaded successfully |
710 | 2023-11-08T23:13:44.347Z | |
711 | 2023-11-08T23:13:44.360Z | real 17.516834535 |
712 | 2023-11-08T23:13:44.376Z | user 0.568220027 |
713 | 2023-11-08T23:13:44.387Z | sys 0.157952881 |
714 | 2023-11-08T23:13:44.396Z | trap 0.000073010 |
715 | 2023-11-08T23:13:44.404Z | tflt 0.000000000 |
716 | 2023-11-08T23:13:44.420Z | dflt 0.000000000 |
717 | 2023-11-08T23:13:44.439Z | kflt 0.000000000 |
718 | 2023-11-08T23:13:44.454Z | lock 0.000000000 |
719 | 2023-11-08T23:13:44.871Z | slp 51.639881760 |
720 | 2023-11-08T23:13:45.294Z | lat 0.144602448 |
721 | 2023-11-08T23:13:45.297Z | stop 0.000306404 |
722 | 2023-11-08T23:13:45.301Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
723 | 2023-11-08T23:13:45.304Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
724 | 2023-11-08T23:13:45.310Z | Updating crates.io index |
725 | 2023-11-08T23:13:45.313Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
726 | 2023-11-08T23:13:45.949Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2023-11-08T23:13:47.664Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
728 | 2023-11-08T23:13:48.279Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
729 | 2023-11-08T23:13:48.625Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
730 | 2023-11-08T23:13:49.368Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
731 | 2023-11-08T23:13:49.380Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
732 | 2023-11-08T23:13:50.284Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
733 | 2023-11-08T23:13:52.056Z | Updating git repository `https://github.com/oxidecomputer/opte` |
734 | 2023-11-08T23:13:53.037Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
735 | 2023-11-08T23:13:53.390Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2023-11-08T23:13:53.743Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2023-11-08T23:13:54.348Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
738 | 2023-11-08T23:13:54.720Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
739 | 2023-11-08T23:13:55.133Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
740 | 2023-11-08T23:13:55.548Z | Updating git repository `https://github.com/njaremko/samael` |
741 | 2023-11-08T23:13:56.055Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
742 | 2023-11-08T23:13:56.680Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
743 | 2023-11-08T23:13:57.015Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
744 | 2023-11-08T23:13:57.373Z | Updating git repository `https://github.com/jgallagher/nix` |
745 | 2023-11-08T23:13:58.715Z | Updating git repository `https://github.com/cbiffle/hubpack` |
746 | 2023-11-08T23:13:59.064Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
747 | 2023-11-08T23:14:09.121Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
748 | 2023-11-08T23:14:09.599Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2023-11-08T23:14:10.717Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2023-11-08T23:14:11.161Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2023-11-08T23:14:11.472Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2023-11-08T23:14:13.073Z | Downloading crates ... |
753 | 2023-11-08T23:14:13.305Z | Downloaded byteorder v1.5.0 |
754 | 2023-11-08T23:14:13.351Z | Downloaded bzip2 v0.4.4 |
755 | 2023-11-08T23:14:13.364Z | Downloaded ident_case v1.0.1 |
756 | 2023-11-08T23:14:13.372Z | Downloaded cipher v0.4.4 |
757 | 2023-11-08T23:14:14.436Z | Downloaded itoa v1.0.9 |
758 | 2023-11-08T23:14:14.450Z | Downloaded base64 v0.21.5 |
759 | 2023-11-08T23:14:14.477Z | Downloaded rusty-fork v0.3.0 |
760 | 2023-11-08T23:14:14.494Z | Downloaded ron v0.7.1 |
761 | 2023-11-08T23:14:14.921Z | Downloaded bitstruct_derive v0.1.0 |
762 | 2023-11-08T23:14:14.931Z | Downloaded semver v0.1.20 |
763 | 2023-11-08T23:14:14.936Z | Downloaded block-buffer v0.10.4 |
764 | 2023-11-08T23:14:14.941Z | Downloaded cpufeatures v0.2.9 |
765 | 2023-11-08T23:14:14.944Z | Downloaded tabled_derive v0.6.0 |
766 | 2023-11-08T23:14:14.948Z | Downloaded hmac v0.12.1 |
767 | 2023-11-08T23:14:14.958Z | Downloaded matches v0.1.10 |
768 | 2023-11-08T23:14:14.962Z | Downloaded lazycell v1.3.0 |
769 | 2023-11-08T23:14:14.966Z | Downloaded maybe-uninit v2.0.0 |
770 | 2023-11-08T23:14:14.969Z | Downloaded md-5 v0.10.5 |
771 | 2023-11-08T23:14:14.972Z | Downloaded clap_lex v0.5.1 |
772 | 2023-11-08T23:14:14.976Z | Downloaded bytesize v1.3.0 |
773 | 2023-11-08T23:14:14.979Z | Downloaded crc v3.0.1 |
774 | 2023-11-08T23:14:14.983Z | Downloaded maplit v1.0.2 |
775 | 2023-11-08T23:14:14.986Z | Downloaded anstyle-parse v0.2.1 |
776 | 2023-11-08T23:14:14.989Z | Downloaded bit-vec v0.6.3 |
777 | 2023-11-08T23:14:14.995Z | Downloaded usdt v0.3.5 |
778 | 2023-11-08T23:14:15.014Z | Downloaded usdt-attr-macro v0.3.5 |
779 | 2023-11-08T23:14:15.019Z | Downloaded bitflags v2.4.0 |
780 | 2023-11-08T23:14:15.023Z | Downloaded nu-ansi-term v0.49.0 |
781 | 2023-11-08T23:14:15.027Z | Downloaded lock_api v0.4.10 |
782 | 2023-11-08T23:14:15.030Z | Downloaded libsw v3.3.0 |
783 | 2023-11-08T23:14:15.034Z | Downloaded native-tls v0.2.11 |
784 | 2023-11-08T23:14:15.037Z | Downloaded tinyvec_macros v0.1.1 |
785 | 2023-11-08T23:14:15.041Z | Downloaded phf_shared v0.10.0 |
786 | 2023-11-08T23:14:15.045Z | Downloaded path-slash v0.1.5 |
787 | 2023-11-08T23:14:15.048Z | Downloaded thread-id v4.2.0 |
788 | 2023-11-08T23:14:15.053Z | Downloaded openssl-macros v0.1.1 |
789 | 2023-11-08T23:14:15.059Z | Downloaded derive_builder_macro v0.12.0 |
790 | 2023-11-08T23:14:15.063Z | Downloaded anyhow v1.0.75 |
791 | 2023-11-08T23:14:15.067Z | Downloaded pkg-config v0.3.27 |
792 | 2023-11-08T23:14:15.071Z | Downloaded bitflags v1.3.2 |
793 | 2023-11-08T23:14:15.075Z | Downloaded blake2 v0.10.6 |
794 | 2023-11-08T23:14:15.078Z | Downloaded crc32fast v1.3.2 |
795 | 2023-11-08T23:14:15.082Z | Downloaded foreign-types-shared v0.1.1 |
796 | 2023-11-08T23:14:15.085Z | Downloaded ryu v1.0.15 |
797 | 2023-11-08T23:14:15.089Z | Downloaded foreign-types-shared v0.3.1 |
798 | 2023-11-08T23:14:15.092Z | Downloaded debug-ignore v1.0.5 |
799 | 2023-11-08T23:14:15.097Z | Downloaded tokio-stream v0.1.14 |
800 | 2023-11-08T23:14:15.113Z | Downloaded allocator-api2 v0.2.16 |
801 | 2023-11-08T23:14:15.127Z | Downloaded foreign-types v0.3.2 |
802 | 2023-11-08T23:14:15.140Z | Downloaded crunchy v0.2.2 |
803 | 2023-11-08T23:14:15.144Z | Downloaded zone_cfg_derive v0.3.0 |
804 | 2023-11-08T23:14:15.149Z | Downloaded log v0.4.20 |
805 | 2023-11-08T23:14:15.155Z | Downloaded endian-type v0.1.2 |
806 | 2023-11-08T23:14:15.161Z | Downloaded darling_macro v0.20.3 |
807 | 2023-11-08T23:14:15.165Z | Downloaded arc-swap v1.6.0 |
808 | 2023-11-08T23:14:15.169Z | Downloaded cstr-argument v0.1.2 |
809 | 2023-11-08T23:14:15.178Z | Downloaded crucible-workspace-hack v0.1.0 |
810 | 2023-11-08T23:14:15.184Z | Downloaded form_urlencoded v1.2.0 |
811 | 2023-11-08T23:14:15.187Z | Downloaded signal-hook-mio v0.2.3 |
812 | 2023-11-08T23:14:15.191Z | Downloaded strum_macros v0.24.3 |
813 | 2023-11-08T23:14:15.196Z | Downloaded shlex v1.1.0 |
814 | 2023-11-08T23:14:15.200Z | Downloaded stringprep v0.1.3 |
815 | 2023-11-08T23:14:15.206Z | Downloaded derive_builder_core v0.12.0 |
816 | 2023-11-08T23:14:15.217Z | Downloaded foreign-types v0.5.0 |
817 | 2023-11-08T23:14:15.234Z | Downloaded parse-display v0.8.2 |
818 | 2023-11-08T23:14:15.245Z | Downloaded ctr v0.9.2 |
819 | 2023-11-08T23:14:15.251Z | Downloaded ref-cast v1.0.20 |
820 | 2023-11-08T23:14:15.255Z | Downloaded either v1.9.0 |
821 | 2023-11-08T23:14:15.281Z | Downloaded futures-channel v0.3.29 |
822 | 2023-11-08T23:14:15.289Z | Downloaded display-error-chain v0.2.0 |
823 | 2023-11-08T23:14:15.293Z | Downloaded pretty-hex v0.3.0 |
824 | 2023-11-08T23:14:15.297Z | Downloaded pretty-hex v0.2.1 |
825 | 2023-11-08T23:14:15.301Z | Downloaded spin v0.9.8 |
826 | 2023-11-08T23:14:15.305Z | Downloaded generic-array v0.14.7 |
827 | 2023-11-08T23:14:15.313Z | Downloaded headers-core v0.2.0 |
828 | 2023-11-08T23:14:15.345Z | Downloaded parking_lot v0.12.1 |
829 | 2023-11-08T23:14:15.755Z | Downloaded slab v0.4.9 |
830 | 2023-11-08T23:14:15.759Z | Downloaded serde-hex v0.1.0 |
831 | 2023-11-08T23:14:15.766Z | Downloaded r2d2 v0.8.10 |
832 | 2023-11-08T23:14:15.781Z | Downloaded semver-parser v0.10.2 |
833 | 2023-11-08T23:14:15.796Z | Downloaded derive_more v0.99.17 |
834 | 2023-11-08T23:14:15.806Z | Downloaded serde-big-array v0.4.1 |
835 | 2023-11-08T23:14:15.815Z | Downloaded socket2 v0.5.4 |
836 | 2023-11-08T23:14:15.821Z | Downloaded equivalent v1.0.1 |
837 | 2023-11-08T23:14:15.826Z | Downloaded predicates-tree v1.0.9 |
838 | 2023-11-08T23:14:15.831Z | Downloaded precomputed-hash v0.1.1 |
839 | 2023-11-08T23:14:15.837Z | Downloaded darling v0.14.4 |
840 | 2023-11-08T23:14:15.840Z | Downloaded swrite v0.1.0 |
841 | 2023-11-08T23:14:15.844Z | Downloaded version_check v0.9.4 |
842 | 2023-11-08T23:14:15.847Z | Downloaded tower-service v0.3.2 |
843 | 2023-11-08T23:14:15.850Z | Downloaded futures-macro v0.3.29 |
844 | 2023-11-08T23:14:15.854Z | Downloaded whoami v1.4.1 |
845 | 2023-11-08T23:14:15.864Z | Downloaded num_enum v0.7.0 |
846 | 2023-11-08T23:14:15.868Z | Downloaded fxhash v0.2.1 |
847 | 2023-11-08T23:14:15.871Z | Downloaded dirs-sys-next v0.1.2 |
848 | 2023-11-08T23:14:15.875Z | Downloaded difflib v0.4.0 |
849 | 2023-11-08T23:14:15.879Z | Downloaded diesel_table_macro_syntax v0.1.0 |
850 | 2023-11-08T23:14:15.883Z | Downloaded waitgroup v0.1.2 |
851 | 2023-11-08T23:14:15.889Z | Downloaded tui-tree-widget v0.13.0 |
852 | 2023-11-08T23:14:15.893Z | Downloaded serde v1.0.188 |
853 | 2023-11-08T23:14:15.898Z | Downloaded utf8parse v0.2.1 |
854 | 2023-11-08T23:14:15.903Z | Downloaded fallible-iterator v0.2.0 |
855 | 2023-11-08T23:14:15.910Z | Downloaded pem-rfc7468 v0.7.0 |
856 | 2023-11-08T23:14:15.913Z | Downloaded diesel_derives v2.1.1 |
857 | 2023-11-08T23:14:15.916Z | Downloaded scopeguard v1.2.0 |
858 | 2023-11-08T23:14:15.920Z | Downloaded predicates-core v1.0.6 |
859 | 2023-11-08T23:14:15.924Z | Downloaded futures-sink v0.3.29 |
860 | 2023-11-08T23:14:15.928Z | Downloaded synstructure v0.12.6 |
861 | 2023-11-08T23:14:15.935Z | Downloaded toolchain_find v0.2.0 |
862 | 2023-11-08T23:14:15.938Z | Downloaded want v0.3.1 |
863 | 2023-11-08T23:14:15.943Z | Downloaded fallible-streaming-iterator v0.1.9 |
864 | 2023-11-08T23:14:15.948Z | Downloaded postcard-cobs v0.1.5-pre |
865 | 2023-11-08T23:14:16.366Z | Downloaded wait-timeout v0.2.0 |
866 | 2023-11-08T23:14:16.386Z | Downloaded vec_map v0.8.2 |
867 | 2023-11-08T23:14:16.393Z | Downloaded rcgen v0.11.3 |
868 | 2023-11-08T23:14:16.401Z | Downloaded parse-display v0.7.0 |
869 | 2023-11-08T23:14:16.406Z | Downloaded serde-big-array v0.5.1 |
870 | 2023-11-08T23:14:16.410Z | Downloaded data-encoding v2.4.0 |
871 | 2023-11-08T23:14:16.420Z | Downloaded getrandom v0.2.10 |
872 | 2023-11-08T23:14:16.443Z | Downloaded xattr v1.0.1 |
873 | 2023-11-08T23:14:16.455Z | Downloaded unsafe-libyaml v0.2.9 |
874 | 2023-11-08T23:14:16.494Z | Downloaded same-file v1.0.6 |
875 | 2023-11-08T23:14:16.499Z | Downloaded slog v2.7.0 |
876 | 2023-11-08T23:14:16.503Z | Downloaded rpassword v7.2.0 |
877 | 2023-11-08T23:14:16.506Z | Downloaded funty v2.0.0 |
878 | 2023-11-08T23:14:16.510Z | Downloaded smf v0.2.2 |
879 | 2023-11-08T23:14:16.514Z | Downloaded opaque-debug v0.3.0 |
880 | 2023-11-08T23:14:16.517Z | Downloaded vte v0.11.1 |
881 | 2023-11-08T23:14:16.523Z | Downloaded oso-derive v0.27.0 |
882 | 2023-11-08T23:14:16.527Z | Downloaded errno v0.3.2 |
883 | 2023-11-08T23:14:16.531Z | Downloaded slog-async v2.8.0 |
884 | 2023-11-08T23:14:16.536Z | Downloaded rayon-core v1.12.0 |
885 | 2023-11-08T23:14:16.540Z | Downloaded dtrace-parser v0.1.14 |
886 | 2023-11-08T23:14:16.545Z | Downloaded ena v0.14.2 |
887 | 2023-11-08T23:14:16.550Z | Downloaded mime v0.3.17 |
888 | 2023-11-08T23:14:16.554Z | Downloaded proc-macro-error-attr v1.0.4 |
889 | 2023-11-08T23:14:16.558Z | Downloaded static_assertions v1.1.0 |
890 | 2023-11-08T23:14:16.562Z | Downloaded vte_generate_state_changes v0.1.1 |
891 | 2023-11-08T23:14:16.566Z | Downloaded steno v0.4.0 |
892 | 2023-11-08T23:14:16.571Z | Downloaded num_enum v0.5.11 |
893 | 2023-11-08T23:14:16.576Z | Downloaded enum-as-inner v0.5.1 |
894 | 2023-11-08T23:14:16.986Z | Downloaded postgres-protocol v0.6.6 |
895 | 2023-11-08T23:14:16.997Z | Downloaded tracing-core v0.1.31 |
896 | 2023-11-08T23:14:17.007Z | Downloaded futures-core v0.3.29 |
897 | 2023-11-08T23:14:17.012Z | Downloaded fragile v2.0.0 |
898 | 2023-11-08T23:14:17.015Z | Downloaded termcolor v1.2.0 |
899 | 2023-11-08T23:14:17.021Z | Downloaded tokio-macros v2.1.0 |
900 | 2023-11-08T23:14:17.032Z | Downloaded untrusted v0.7.1 |
901 | 2023-11-08T23:14:17.042Z | Downloaded toml_datetime v0.6.5 |
902 | 2023-11-08T23:14:17.045Z | Downloaded pest_meta v2.7.2 |
903 | 2023-11-08T23:14:17.048Z | Downloaded hkdf v0.12.3 |
904 | 2023-11-08T23:14:17.051Z | Downloaded similar v2.2.1 |
905 | 2023-11-08T23:14:17.054Z | Downloaded pin-utils v0.1.0 |
906 | 2023-11-08T23:14:17.057Z | Downloaded ucd-trie v0.1.6 |
907 | 2023-11-08T23:14:17.061Z | Downloaded uuid v1.5.0 |
908 | 2023-11-08T23:14:17.064Z | Downloaded futures-executor v0.3.29 |
909 | 2023-11-08T23:14:17.068Z | Downloaded proc-macro2 v1.0.67 |
910 | 2023-11-08T23:14:17.071Z | Downloaded smallvec v1.11.0 |
911 | 2023-11-08T23:14:17.074Z | Downloaded owo-colors v3.5.0 |
912 | 2023-11-08T23:14:17.078Z | Downloaded tokio-tungstenite v0.18.0 |
913 | 2023-11-08T23:14:17.082Z | Downloaded tungstenite v0.20.1 |
914 | 2023-11-08T23:14:17.086Z | Downloaded env_logger v0.10.0 |
915 | 2023-11-08T23:14:17.090Z | Downloaded toml v0.7.8 |
916 | 2023-11-08T23:14:17.096Z | Downloaded crossterm v0.27.0 |
917 | 2023-11-08T23:14:17.102Z | Downloaded trust-dns-client v0.22.0 |
918 | 2023-11-08T23:14:17.106Z | Downloaded tokio-postgres v0.7.10 |
919 | 2023-11-08T23:14:17.110Z | Downloaded toml v0.5.11 |
920 | 2023-11-08T23:14:17.115Z | Downloaded zerocopy v0.6.4 |
921 | 2023-11-08T23:14:17.118Z | Downloaded tracing v0.1.37 |
922 | 2023-11-08T23:14:17.124Z | Downloaded headers v0.3.9 |
923 | 2023-11-08T23:14:17.136Z | Downloaded bitvec v1.0.1 |
924 | 2023-11-08T23:14:17.150Z | Downloaded heapless v0.7.16 |
925 | 2023-11-08T23:14:17.154Z | Downloaded memchr v2.6.3 |
926 | 2023-11-08T23:14:17.158Z | Downloaded lalrpop v0.19.12 |
927 | 2023-11-08T23:14:17.165Z | Downloaded regex-automata v0.1.10 |
928 | 2023-11-08T23:14:17.170Z | Downloaded pest v2.7.2 |
929 | 2023-11-08T23:14:17.175Z | Downloaded serde_with v2.3.3 |
930 | 2023-11-08T23:14:17.178Z | Downloaded x509-cert v0.2.4 |
931 | 2023-11-08T23:14:17.182Z | Downloaded rusqlite v0.29.0 |
932 | 2023-11-08T23:14:17.194Z | Downloaded tokio-util v0.7.10 |
933 | 2023-11-08T23:14:17.202Z | Downloaded idna v0.2.3 |
934 | 2023-11-08T23:14:17.219Z | Downloaded rustls-webpki v0.101.7 |
935 | 2023-11-08T23:14:17.625Z | Downloaded petgraph v0.6.4 |
936 | 2023-11-08T23:14:17.630Z | Downloaded futures-util v0.3.29 |
937 | 2023-11-08T23:14:17.633Z | Downloaded serde_json v1.0.108 |
938 | 2023-11-08T23:14:17.637Z | Downloaded proptest v1.3.1 |
939 | 2023-11-08T23:14:17.709Z | Downloaded hashbrown v0.14.2 |
940 | 2023-11-08T23:14:17.712Z | Downloaded syn v2.0.32 |
941 | 2023-11-08T23:14:17.716Z | Downloaded radix_trie v0.2.1 |
942 | 2023-11-08T23:14:17.720Z | Downloaded git2 v0.17.2 |
943 | 2023-11-08T23:14:17.738Z | Downloaded vcpkg v0.2.15 |
944 | 2023-11-08T23:14:17.742Z | Downloaded gimli v0.28.0 |
945 | 2023-11-08T23:14:17.746Z | Downloaded regex-syntax v0.6.29 |
946 | 2023-11-08T23:14:17.749Z | Downloaded trust-dns-proto v0.22.0 |
947 | 2023-11-08T23:14:17.753Z | Downloaded diesel v2.1.3 |
948 | 2023-11-08T23:14:17.757Z | Downloaded regex-syntax v0.7.5 |
949 | 2023-11-08T23:14:17.760Z | Downloaded regex-syntax v0.8.2 |
950 | 2023-11-08T23:14:17.764Z | Downloaded rustix v0.38.9 |
951 | 2023-11-08T23:14:17.767Z | Downloaded zerocopy-derive v0.6.4 |
952 | 2023-11-08T23:14:17.771Z | Downloaded regex-automata v0.3.8 |
953 | 2023-11-08T23:14:17.775Z | Downloaded zerocopy-derive v0.2.0 |
954 | 2023-11-08T23:14:17.778Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
955 | 2023-11-08T23:14:17.782Z | Downloaded sled v0.34.7 |
956 | 2023-11-08T23:14:17.786Z | Downloaded regex-automata v0.4.3 |
957 | 2023-11-08T23:14:17.790Z | Downloaded libc v0.2.150 |
958 | 2023-11-08T23:14:17.793Z | Downloaded tokio v1.33.0 |
959 | 2023-11-08T23:14:17.797Z | Downloaded bstr v1.6.0 |
960 | 2023-11-08T23:14:17.800Z | Downloaded smoltcp v0.9.1 |
961 | 2023-11-08T23:14:17.807Z | Downloaded sha3 v0.10.8 |
962 | 2023-11-08T23:14:17.810Z | Downloaded curve25519-dalek v4.1.0 |
963 | 2023-11-08T23:14:17.814Z | Downloaded openapiv3 v1.0.3 |
964 | 2023-11-08T23:14:17.828Z | Downloaded webpki-roots v0.25.2 |
965 | 2023-11-08T23:14:17.832Z | Downloaded rustls v0.21.8 |
966 | 2023-11-08T23:14:17.836Z | Downloaded encoding_rs v0.8.33 |
967 | 2023-11-08T23:14:17.839Z | Downloaded syn v1.0.109 |
968 | 2023-11-08T23:14:17.844Z | Downloaded smoltcp v0.8.2 |
969 | 2023-11-08T23:14:17.849Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
970 | 2023-11-08T23:14:17.852Z | Downloaded regress v0.7.1 |
971 | 2023-11-08T23:14:17.856Z | Downloaded polar-core v0.27.0 |
972 | 2023-11-08T23:14:17.859Z | Downloaded openssl v0.10.57 |
973 | 2023-11-08T23:14:17.862Z | Downloaded object v0.32.1 |
974 | 2023-11-08T23:14:17.866Z | Downloaded object v0.30.4 |
975 | 2023-11-08T23:14:17.885Z | Downloaded libz-sys v1.1.12 |
976 | 2023-11-08T23:14:17.890Z | Downloaded regex v1.10.2 |
977 | 2023-11-08T23:14:17.894Z | Downloaded ratatui v0.23.0 |
978 | 2023-11-08T23:14:17.898Z | Downloaded nix v0.26.2 |
979 | 2023-11-08T23:14:17.901Z | Downloaded h2 v0.3.21 |
980 | 2023-11-08T23:14:17.905Z | Downloaded bstr v0.2.17 |
981 | 2023-11-08T23:14:17.908Z | Downloaded idna v0.4.0 |
982 | 2023-11-08T23:14:17.911Z | Downloaded winnow v0.5.15 |
983 | 2023-11-08T23:14:17.914Z | Downloaded tough v0.14.0 |
984 | 2023-11-08T23:14:17.918Z | Downloaded reqwest v0.11.20 |
985 | 2023-11-08T23:14:17.921Z | Downloaded rustix v0.37.23 |
986 | 2023-11-08T23:14:17.925Z | Downloaded portable-atomic v1.4.3 |
987 | 2023-11-08T23:14:17.928Z | Downloaded bindgen v0.65.1 |
988 | 2023-11-08T23:14:17.933Z | Downloaded toml_edit v0.19.15 |
989 | 2023-11-08T23:14:17.937Z | Downloaded hashbrown v0.13.2 |
990 | 2023-11-08T23:14:17.945Z | Downloaded rayon v1.8.0 |
991 | 2023-11-08T23:14:17.948Z | Downloaded toml_edit v0.21.0 |
992 | 2023-11-08T23:14:17.953Z | Downloaded quick-xml v0.23.1 |
993 | 2023-11-08T23:14:17.957Z | Downloaded darling_core v0.14.4 |
994 | 2023-11-08T23:14:17.961Z | Downloaded unicode-segmentation v1.10.1 |
995 | 2023-11-08T23:14:17.967Z | Downloaded reedline v0.25.0 |
996 | 2023-11-08T23:14:17.974Z | Downloaded chrono v0.4.31 |
997 | 2023-11-08T23:14:18.392Z | Downloaded minimal-lexical v0.2.1 |
998 | 2023-11-08T23:14:18.403Z | Downloaded tabled v0.14.0 |
999 | 2023-11-08T23:14:18.813Z | Downloaded clap v2.34.0 |
1000 | 2023-11-08T23:14:18.832Z | Downloaded mockall_derive v0.11.4 |
1001 | 2023-11-08T23:14:18.860Z | Downloaded diff v0.1.13 |
1002 | 2023-11-08T23:14:18.871Z | Downloaded omicron-zone-package v0.8.3 |
1003 | 2023-11-08T23:14:18.883Z | Downloaded aho-corasick v1.0.4 |
1004 | 2023-11-08T23:14:18.898Z | Downloaded hyper v0.14.27 |
1005 | 2023-11-08T23:14:18.910Z | Downloaded tokio-tungstenite v0.20.1 |
1006 | 2023-11-08T23:14:18.930Z | Downloaded hashbrown v0.12.3 |
1007 | 2023-11-08T23:14:18.962Z | Downloaded zerocopy v0.3.0 |
1008 | 2023-11-08T23:14:18.968Z | Downloaded fd-lock v3.0.13 |
1009 | 2023-11-08T23:14:18.974Z | Downloaded flate2 v1.0.28 |
1010 | 2023-11-08T23:14:18.980Z | Downloaded globset v0.4.13 |
1011 | 2023-11-08T23:14:18.985Z | Downloaded once_cell v1.18.0 |
1012 | 2023-11-08T23:14:18.990Z | Downloaded ring v0.17.5 |
1013 | 2023-11-08T23:14:18.996Z | Downloaded zip v0.6.6 |
1014 | 2023-11-08T23:14:19.002Z | Downloaded toml v0.8.8 |
1015 | 2023-11-08T23:14:19.007Z | Downloaded dyn-clone v1.0.13 |
1016 | 2023-11-08T23:14:19.011Z | Downloaded parse-display-derive v0.7.0 |
1017 | 2023-11-08T23:14:19.016Z | Downloaded proc-macro-error v1.0.4 |
1018 | 2023-11-08T23:14:19.026Z | Downloaded poly1305 v0.8.0 |
1019 | 2023-11-08T23:14:19.030Z | Downloaded unicode-normalization v0.1.22 |
1020 | 2023-11-08T23:14:19.034Z | Downloaded topological-sort v0.2.2 |
1021 | 2023-11-08T23:14:19.037Z | Downloaded fs-err v2.9.0 |
1022 | 2023-11-08T23:14:19.041Z | Downloaded terminal_size v0.2.6 |
1023 | 2023-11-08T23:14:19.044Z | Downloaded smawk v0.3.1 |
1024 | 2023-11-08T23:14:19.048Z | Downloaded rustls-native-certs v0.6.3 |
1025 | 2023-11-08T23:14:19.051Z | Downloaded slog-term v2.9.0 |
1026 | 2023-11-08T23:14:19.056Z | Downloaded futures v0.3.29 |
1027 | 2023-11-08T23:14:19.059Z | Downloaded itertools v0.11.0 |
1028 | 2023-11-08T23:14:19.063Z | Downloaded hash32 v0.2.1 |
1029 | 2023-11-08T23:14:19.066Z | Downloaded fixedbitset v0.4.2 |
1030 | 2023-11-08T23:14:19.070Z | Downloaded tokio-native-tls v0.3.1 |
1031 | 2023-11-08T23:14:19.073Z | Downloaded prettyplease v0.2.12 |
1032 | 2023-11-08T23:14:19.076Z | Downloaded libxml v0.3.3 |
1033 | 2023-11-08T23:14:19.080Z | Downloaded libsqlite3-sys v0.26.0 |
1034 | 2023-11-08T23:14:19.084Z | Downloaded ring v0.16.20 |
1035 | 2023-11-08T23:14:19.087Z | Downloaded clap_builder v4.4.2 |
1036 | 2023-11-08T23:14:19.091Z | Downloaded yasna v0.5.2 |
1037 | 2023-11-08T23:14:19.094Z | Downloaded num-bigint-dig v0.8.4 |
1038 | 2023-11-08T23:14:19.098Z | Downloaded quick-error v1.2.3 |
1039 | 2023-11-08T23:14:19.101Z | Downloaded thiserror-no-std v2.0.2 |
1040 | 2023-11-08T23:14:19.106Z | Downloaded walkdir v2.4.0 |
1041 | 2023-11-08T23:14:19.110Z | Downloaded der v0.7.8 |
1042 | 2023-11-08T23:14:19.113Z | Downloaded time v0.3.27 |
1043 | 2023-11-08T23:14:19.117Z | Downloaded half v1.8.2 |
1044 | 2023-11-08T23:14:19.121Z | Downloaded vsss-rs v3.3.1 |
1045 | 2023-11-08T23:14:19.124Z | Downloaded vergen v8.2.4 |
1046 | 2023-11-08T23:14:19.128Z | Downloaded subprocess v0.2.9 |
1047 | 2023-11-08T23:14:19.132Z | Downloaded percent-encoding v2.3.0 |
1048 | 2023-11-08T23:14:19.136Z | Downloaded twox-hash v1.6.3 |
1049 | 2023-11-08T23:14:19.140Z | Downloaded spki v0.7.2 |
1050 | 2023-11-08T23:14:19.144Z | Downloaded polyval v0.6.1 |
1051 | 2023-11-08T23:14:19.148Z | Downloaded rustls-pemfile v1.0.3 |
1052 | 2023-11-08T23:14:19.153Z | Downloaded siphasher v0.3.11 |
1053 | 2023-11-08T23:14:19.158Z | Downloaded sha2 v0.10.8 |
1054 | 2023-11-08T23:14:19.162Z | Downloaded unicode-bidi v0.3.13 |
1055 | 2023-11-08T23:14:19.165Z | Downloaded papergrid v0.10.0 |
1056 | 2023-11-08T23:14:19.170Z | Downloaded oso v0.27.0 |
1057 | 2023-11-08T23:14:19.174Z | Downloaded itertools v0.10.5 |
1058 | 2023-11-08T23:14:19.179Z | Downloaded serde_path_to_error v0.1.14 |
1059 | 2023-11-08T23:14:19.182Z | Downloaded fastrand v2.0.0 |
1060 | 2023-11-08T23:14:19.186Z | Downloaded term v0.7.0 |
1061 | 2023-11-08T23:14:19.191Z | Downloaded scheduled-thread-pool v0.2.7 |
1062 | 2023-11-08T23:14:19.195Z | Downloaded flume v0.11.0 |
1063 | 2023-11-08T23:14:19.199Z | Downloaded new_debug_unreachable v1.0.4 |
1064 | 2023-11-08T23:14:19.204Z | Downloaded pest_generator v2.7.2 |
1065 | 2023-11-08T23:14:19.208Z | Downloaded parking_lot_core v0.9.8 |
1066 | 2023-11-08T23:14:19.212Z | Downloaded mime_guess v2.0.4 |
1067 | 2023-11-08T23:14:19.216Z | Downloaded elliptic-curve v0.13.5 |
1068 | 2023-11-08T23:14:19.222Z | Downloaded darling_core v0.20.3 |
1069 | 2023-11-08T23:14:19.238Z | Downloaded crypto-bigint v0.5.2 |
1070 | 2023-11-08T23:14:19.248Z | Downloaded rand v0.8.5 |
1071 | 2023-11-08T23:14:19.252Z | Downloaded openssl-sys v0.9.93 |
1072 | 2023-11-08T23:14:19.259Z | Downloaded digest v0.10.7 |
1073 | 2023-11-08T23:14:19.276Z | Downloaded tungstenite v0.18.0 |
1074 | 2023-11-08T23:14:19.282Z | Downloaded signal-hook v0.3.17 |
1075 | 2023-11-08T23:14:19.287Z | Downloaded tempfile v3.8.0 |
1076 | 2023-11-08T23:14:19.291Z | Downloaded tracing-attributes v0.1.26 |
1077 | 2023-11-08T23:14:19.298Z | Downloaded schemars_derive v0.8.13 |
1078 | 2023-11-08T23:14:19.313Z | Downloaded proc-macro-crate v1.3.1 |
1079 | 2023-11-08T23:14:19.335Z | Downloaded which v4.4.0 |
1080 | 2023-11-08T23:14:19.346Z | Downloaded universal-hash v0.5.1 |
1081 | 2023-11-08T23:14:19.777Z | Downloaded snafu v0.7.5 |
1082 | 2023-11-08T23:14:19.788Z | Downloaded crossbeam-channel v0.5.8 |
1083 | 2023-11-08T23:14:19.793Z | Downloaded utf-8 v0.7.6 |
1084 | 2023-11-08T23:14:19.799Z | Downloaded usdt-macro v0.3.5 |
1085 | 2023-11-08T23:14:19.811Z | Downloaded glob v0.3.1 |
1086 | 2023-11-08T23:14:19.816Z | Downloaded aes v0.8.3 |
1087 | 2023-11-08T23:14:19.823Z | Downloaded libm v0.2.7 |
1088 | 2023-11-08T23:14:19.832Z | Downloaded slog-dtrace v0.2.3 |
1089 | 2023-11-08T23:14:19.845Z | Downloaded pkcs1 v0.7.5 |
1090 | 2023-11-08T23:14:19.851Z | Downloaded float-cmp v0.9.0 |
1091 | 2023-11-08T23:14:19.856Z | Downloaded flagset v0.4.3 |
1092 | 2023-11-08T23:14:19.865Z | Downloaded wyz v0.5.1 |
1093 | 2023-11-08T23:14:19.869Z | Downloaded textwrap v0.16.0 |
1094 | 2023-11-08T23:14:19.873Z | Downloaded rsa v0.9.2 |
1095 | 2023-11-08T23:14:19.876Z | Downloaded serde_tokenstream v0.2.0 |
1096 | 2023-11-08T23:14:19.880Z | Downloaded parking_lot_core v0.8.6 |
1097 | 2023-11-08T23:14:19.884Z | Downloaded serde_derive_internals v0.26.0 |
1098 | 2023-11-08T23:14:19.887Z | Downloaded sct v0.7.0 |
1099 | 2023-11-08T23:14:19.891Z | Downloaded darling v0.20.3 |
1100 | 2023-11-08T23:14:19.894Z | Downloaded crossbeam-utils v0.8.16 |
1101 | 2023-11-08T23:14:19.897Z | Downloaded tap v1.0.1 |
1102 | 2023-11-08T23:14:19.900Z | Downloaded strum_macros v0.25.2 |
1103 | 2023-11-08T23:14:19.903Z | Downloaded pem v3.0.2 |
1104 | 2023-11-08T23:14:19.906Z | Downloaded tiny-keccak v2.0.2 |
1105 | 2023-11-08T23:14:19.909Z | Downloaded time-macros v0.2.13 |
1106 | 2023-11-08T23:14:19.912Z | Downloaded dirs-next v2.0.0 |
1107 | 2023-11-08T23:14:19.915Z | Downloaded serde_tokenstream v0.1.7 |
1108 | 2023-11-08T23:14:19.919Z | Downloaded env_logger v0.9.3 |
1109 | 2023-11-08T23:14:19.923Z | Downloaded fatfs v0.3.6 |
1110 | 2023-11-08T23:14:19.930Z | Downloaded tar v0.4.40 |
1111 | 2023-11-08T23:14:19.933Z | Downloaded trust-dns-resolver v0.22.0 |
1112 | 2023-11-08T23:14:19.936Z | Downloaded schemars v0.8.13 |
1113 | 2023-11-08T23:14:19.940Z | Downloaded trust-dns-server v0.22.1 |
1114 | 2023-11-08T23:14:19.944Z | Downloaded downcast v0.11.0 |
1115 | 2023-11-08T23:14:19.948Z | Downloaded dof v0.1.5 |
1116 | 2023-11-08T23:14:19.951Z | Downloaded doc-comment v0.3.3 |
1117 | 2023-11-08T23:14:19.957Z | Downloaded unicase v2.7.0 |
1118 | 2023-11-08T23:14:19.960Z | Downloaded unarray v0.1.4 |
1119 | 2023-11-08T23:14:19.965Z | Downloaded rand_core v0.6.4 |
1120 | 2023-11-08T23:14:19.968Z | Downloaded group v0.13.0 |
1121 | 2023-11-08T23:14:19.971Z | Downloaded rustc_version v0.1.7 |
1122 | 2023-11-08T23:14:19.976Z | Downloaded erased-serde v0.3.30 |
1123 | 2023-11-08T23:14:19.980Z | Downloaded mio v0.8.8 |
1124 | 2023-11-08T23:14:19.985Z | Downloaded derive-where v1.2.5 |
1125 | 2023-11-08T23:14:19.990Z | Downloaded url v2.4.1 |
1126 | 2023-11-08T23:14:19.997Z | Downloaded salty v0.2.0 |
1127 | 2023-11-08T23:14:20.002Z | Downloaded shell-words v1.1.0 |
1128 | 2023-11-08T23:14:20.035Z | Downloaded getopts v0.2.21 |
1129 | 2023-11-08T23:14:20.040Z | Downloaded serde_urlencoded v0.7.1 |
1130 | 2023-11-08T23:14:20.046Z | Downloaded serde_plain v1.0.2 |
1131 | 2023-11-08T23:14:20.051Z | Downloaded zeroize v1.6.0 |
1132 | 2023-11-08T23:14:20.465Z | Downloaded ed25519 v1.5.3 |
1133 | 2023-11-08T23:14:20.481Z | Downloaded spin v0.5.2 |
1134 | 2023-11-08T23:14:20.486Z | Downloaded filetime v0.2.22 |
1135 | 2023-11-08T23:14:20.490Z | Downloaded backtrace v0.3.69 |
1136 | 2023-11-08T23:14:20.493Z | Downloaded crc-any v2.4.3 |
1137 | 2023-11-08T23:14:20.498Z | Downloaded test-strategy v0.3.1 |
1138 | 2023-11-08T23:14:20.503Z | Downloaded http v0.2.9 |
1139 | 2023-11-08T23:14:20.506Z | Downloaded const_format v0.2.31 |
1140 | 2023-11-08T23:14:20.510Z | Downloaded parking_lot v0.11.2 |
1141 | 2023-11-08T23:14:20.514Z | Downloaded chacha20poly1305 v0.10.1 |
1142 | 2023-11-08T23:14:20.518Z | Downloaded base64 v0.13.1 |
1143 | 2023-11-08T23:14:20.522Z | Downloaded crypto-common v0.1.6 |
1144 | 2023-11-08T23:14:20.525Z | Downloaded crossbeam-queue v0.3.8 |
1145 | 2023-11-08T23:14:20.529Z | Downloaded zone v0.3.0 |
1146 | 2023-11-08T23:14:20.538Z | Downloaded zeroize_derive v1.4.2 |
1147 | 2023-11-08T23:14:20.546Z | Downloaded thiserror-impl-no-std v2.0.2 |
1148 | 2023-11-08T23:14:20.555Z | Downloaded structmeta v0.2.0 |
1149 | 2023-11-08T23:14:20.565Z | Downloaded string_cache v0.8.7 |
1150 | 2023-11-08T23:14:20.984Z | Downloaded packed_struct_codegen v0.10.1 |
1151 | 2023-11-08T23:14:20.997Z | Downloaded fnv v1.0.7 |
1152 | 2023-11-08T23:14:21.001Z | Downloaded pest_derive v2.7.2 |
1153 | 2023-11-08T23:14:21.004Z | Downloaded thiserror-impl v1.0.49 |
1154 | 2023-11-08T23:14:21.008Z | Downloaded structmeta-derive v0.2.0 |
1155 | 2023-11-08T23:14:21.015Z | Downloaded structmeta-derive v0.1.6 |
1156 | 2023-11-08T23:14:21.018Z | Downloaded thiserror v1.0.49 |
1157 | 2023-11-08T23:14:21.022Z | Downloaded strip-ansi-escapes v0.2.0 |
1158 | 2023-11-08T23:14:21.026Z | Downloaded quote v1.0.33 |
1159 | 2023-11-08T23:14:21.030Z | Downloaded derive_builder v0.12.0 |
1160 | 2023-11-08T23:14:21.033Z | Downloaded der_derive v0.7.2 |
1161 | 2023-11-08T23:14:21.036Z | Downloaded postgres-types v0.2.6 |
1162 | 2023-11-08T23:14:21.039Z | Downloaded serde_yaml v0.9.25 |
1163 | 2023-11-08T23:14:21.043Z | Downloaded ref-cast-impl v1.0.20 |
1164 | 2023-11-08T23:14:21.045Z | Downloaded textwrap v0.11.0 |
1165 | 2023-11-08T23:14:21.048Z | Downloaded unicode-ident v1.0.12 |
1166 | 2023-11-08T23:14:21.052Z | Downloaded structmeta v0.1.6 |
1167 | 2023-11-08T23:14:21.055Z | Downloaded num_enum_derive v0.5.11 |
1168 | 2023-11-08T23:14:21.058Z | Downloaded semver v1.0.20 |
1169 | 2023-11-08T23:14:21.063Z | Downloaded ff v0.13.0 |
1170 | 2023-11-08T23:14:21.066Z | Downloaded pin-project-lite v0.2.13 |
1171 | 2023-11-08T23:14:21.072Z | Downloaded smallvec v0.6.14 |
1172 | 2023-11-08T23:14:21.075Z | Downloaded slog-bunyan v2.4.0 |
1173 | 2023-11-08T23:14:21.082Z | Downloaded hashlink v0.8.3 |
1174 | 2023-11-08T23:14:21.085Z | Downloaded futures-task v0.3.29 |
1175 | 2023-11-08T23:14:21.088Z | Downloaded futures-io v0.3.29 |
1176 | 2023-11-08T23:14:21.093Z | Downloaded rustc-hash v1.1.0 |
1177 | 2023-11-08T23:14:21.099Z | Downloaded structopt v0.3.26 |
1178 | 2023-11-08T23:14:21.104Z | Downloaded darling_macro v0.14.4 |
1179 | 2023-11-08T23:14:21.114Z | Downloaded tinyvec v1.6.0 |
1180 | 2023-11-08T23:14:21.118Z | Downloaded rand_xorshift v0.3.0 |
1181 | 2023-11-08T23:14:21.130Z | Downloaded rand_chacha v0.3.1 |
1182 | 2023-11-08T23:14:21.145Z | Downloaded radium v0.7.0 |
1183 | 2023-11-08T23:14:21.173Z | Downloaded curve25519-dalek-derive v0.1.0 |
1184 | 2023-11-08T23:14:21.192Z | Downloaded packed_struct v0.10.1 |
1185 | 2023-11-08T23:14:21.200Z | Downloaded password-hash v0.5.0 |
1186 | 2023-11-08T23:14:21.209Z | Downloaded miniz_oxide v0.7.1 |
1187 | 2023-11-08T23:14:21.214Z | Downloaded colored v2.0.4 |
1188 | 2023-11-08T23:14:21.220Z | Downloaded platforms v3.0.2 |
1189 | 2023-11-08T23:14:21.634Z | Downloaded pkcs8 v0.10.2 |
1190 | 2023-11-08T23:14:21.661Z | Downloaded usdt-impl v0.3.5 |
1191 | 2023-11-08T23:14:21.673Z | Downloaded strum v0.25.0 |
1192 | 2023-11-08T23:14:21.679Z | Downloaded olpc-cjson v0.1.3 |
1193 | 2023-11-08T23:14:21.686Z | Downloaded num_enum_derive v0.7.0 |
1194 | 2023-11-08T23:14:21.732Z | Downloaded deranged v0.3.8 |
1195 | 2023-11-08T23:14:21.736Z | Downloaded bytes v1.5.0 |
1196 | 2023-11-08T23:14:21.742Z | Downloaded postcard v0.7.3 |
1197 | 2023-11-08T23:14:21.748Z | Downloaded serde_derive v1.0.188 |
1198 | 2023-11-08T23:14:21.752Z | Downloaded indexmap v2.1.0 |
1199 | 2023-11-08T23:14:21.757Z | Downloaded ppv-lite86 v0.2.17 |
1200 | 2023-11-08T23:14:21.760Z | Downloaded typenum v1.16.0 |
1201 | 2023-11-08T23:14:21.764Z | Downloaded phf_shared v0.11.2 |
1202 | 2023-11-08T23:14:21.768Z | Downloaded phf v0.11.2 |
1203 | 2023-11-08T23:14:21.772Z | Downloaded rustversion v1.0.14 |
1204 | 2023-11-08T23:14:21.775Z | Downloaded tokio-rustls v0.24.1 |
1205 | 2023-11-08T23:14:21.778Z | Downloaded foreign-types-macros v0.2.3 |
1206 | 2023-11-08T23:14:21.782Z | Downloaded const-oid v0.9.5 |
1207 | 2023-11-08T23:14:21.785Z | Downloaded console v0.15.7 |
1208 | 2023-11-08T23:14:21.789Z | Downloaded ascii v1.1.0 |
1209 | 2023-11-08T23:14:21.793Z | Downloaded const_format_proc_macros v0.2.31 |
1210 | 2023-11-08T23:14:21.797Z | Downloaded rtoolbox v0.0.1 |
1211 | 2023-11-08T23:14:21.804Z | Downloaded ringbuffer v0.15.0 |
1212 | 2023-11-08T23:14:21.808Z | Downloaded parse-display-derive v0.8.2 |
1213 | 2023-11-08T23:14:21.812Z | Downloaded snafu-derive v0.7.5 |
1214 | 2023-11-08T23:14:21.816Z | Downloaded indicatif v0.17.7 |
1215 | 2023-11-08T23:14:21.820Z | Downloaded pem v1.1.1 |
1216 | 2023-11-08T23:14:21.824Z | Downloaded paste v1.0.14 |
1217 | 2023-11-08T23:14:21.830Z | Downloaded bcs v0.1.6 |
1218 | 2023-11-08T23:14:21.835Z | Downloaded base64ct v1.6.0 |
1219 | 2023-11-08T23:14:21.842Z | Downloaded bincode v1.3.3 |
1220 | 2023-11-08T23:14:21.847Z | Downloaded socket2 v0.4.9 |
1221 | 2023-11-08T23:14:21.854Z | Downloaded serde_with_macros v2.3.3 |
1222 | 2023-11-08T23:14:21.862Z | Downloaded openssl-probe v0.1.5 |
1223 | 2023-11-08T23:14:21.867Z | Downloaded number_prefix v0.4.0 |
1224 | 2023-11-08T23:14:21.875Z | Downloaded num_threads v0.1.6 |
1225 | 2023-11-08T23:14:21.880Z | Downloaded crossbeam v0.8.2 |
1226 | 2023-11-08T23:14:21.884Z | Downloaded predicates v3.0.4 |
1227 | 2023-11-08T23:14:21.895Z | Downloaded predicates v2.1.5 |
1228 | 2023-11-08T23:14:21.903Z | Downloaded signal-hook-registry v1.4.1 |
1229 | 2023-11-08T23:14:21.908Z | Downloaded ahash v0.8.3 |
1230 | 2023-11-08T23:14:21.913Z | Downloaded addr2line v0.21.0 |
1231 | 2023-11-08T23:14:21.924Z | Downloaded termios v0.3.3 |
1232 | 2023-11-08T23:14:21.930Z | Downloaded ipnet v2.8.0 |
1233 | 2023-11-08T23:14:21.940Z | Downloaded cookie v0.16.2 |
1234 | 2023-11-08T23:14:21.948Z | Downloaded unicode-xid v0.2.4 |
1235 | 2023-11-08T23:14:22.364Z | Downloaded unicode-width v0.1.11 |
1236 | 2023-11-08T23:14:22.368Z | Downloaded linear-map v1.2.0 |
1237 | 2023-11-08T23:14:22.372Z | Downloaded backoff v0.4.0 |
1238 | 2023-11-08T23:14:22.389Z | Downloaded argon2 v0.5.2 |
1239 | 2023-11-08T23:14:22.398Z | Downloaded async-trait v0.1.74 |
1240 | 2023-11-08T23:14:22.407Z | Downloaded async-recursion v1.0.5 |
1241 | 2023-11-08T23:14:22.413Z | Downloaded structopt-derive v0.4.18 |
1242 | 2023-11-08T23:14:22.438Z | Downloaded strsim v0.10.0 |
1243 | 2023-11-08T23:14:22.445Z | Downloaded strsim v0.8.0 |
1244 | 2023-11-08T23:14:22.453Z | Downloaded stable_deref_trait v1.2.0 |
1245 | 2023-11-08T23:14:22.461Z | Downloaded crossbeam-deque v0.8.3 |
1246 | 2023-11-08T23:14:22.470Z | Downloaded buf-list v1.0.3 |
1247 | 2023-11-08T23:14:22.895Z | Downloaded mockall v0.11.4 |
1248 | 2023-11-08T23:14:22.904Z | Downloaded jobserver v0.1.26 |
1249 | 2023-11-08T23:14:22.913Z | Downloaded corncobs v0.1.3 |
1250 | 2023-11-08T23:14:22.922Z | Downloaded bitfield v0.14.0 |
1251 | 2023-11-08T23:14:22.930Z | Downloaded peeking_take_while v0.1.2 |
1252 | 2023-11-08T23:14:22.952Z | Downloaded path-dedot v3.1.0 |
1253 | 2023-11-08T23:14:22.971Z | Downloaded path-absolutize v3.1.0 |
1254 | 2023-11-08T23:14:22.984Z | Downloaded slog-stdlog v4.1.1 |
1255 | 2023-11-08T23:14:23.000Z | Downloaded slog-json v2.6.1 |
1256 | 2023-11-08T23:14:23.013Z | Downloaded slog-envlogger v2.2.0 |
1257 | 2023-11-08T23:14:23.029Z | Downloaded serde_arrays v0.1.0 |
1258 | 2023-11-08T23:14:23.039Z | Downloaded clap v4.4.3 |
1259 | 2023-11-08T23:14:23.052Z | Downloaded num-integer v0.1.45 |
1260 | 2023-11-08T23:14:23.064Z | Downloaded slog-scope v4.4.0 |
1261 | 2023-11-08T23:14:23.074Z | Downloaded signature v2.1.0 |
1262 | 2023-11-08T23:14:23.081Z | Downloaded signature v1.6.4 |
1263 | 2023-11-08T23:14:23.089Z | Downloaded sha1 v0.10.5 |
1264 | 2023-11-08T23:14:23.099Z | Downloaded serde_repr v0.1.16 |
1265 | 2023-11-08T23:14:23.110Z | Downloaded block-padding v0.3.3 |
1266 | 2023-11-08T23:14:23.124Z | Downloaded anstyle v1.0.2 |
1267 | 2023-11-08T23:14:23.134Z | Downloaded ansi_term v0.12.1 |
1268 | 2023-11-08T23:14:23.148Z | Downloaded aes-gcm-siv v0.11.1 |
1269 | 2023-11-08T23:14:23.161Z | Downloaded subtle v2.5.0 |
1270 | 2023-11-08T23:14:23.168Z | Downloaded anstream v0.5.0 |
1271 | 2023-11-08T23:14:23.173Z | Downloaded libloading v0.7.4 |
1272 | 2023-11-08T23:14:23.178Z | Downloaded humantime v2.1.0 |
1273 | 2023-11-08T23:14:23.181Z | Downloaded io-lifetimes v1.0.11 |
1274 | 2023-11-08T23:14:23.185Z | Downloaded hyper-rustls v0.24.2 |
1275 | 2023-11-08T23:14:23.188Z | Downloaded clang-sys v1.6.1 |
1276 | 2023-11-08T23:14:23.191Z | Downloaded cc v1.0.83 |
1277 | 2023-11-08T23:14:23.196Z | Downloaded untrusted v0.9.0 |
1278 | 2023-11-08T23:14:23.200Z | Downloaded unicode-linebreak v0.1.5 |
1279 | 2023-11-08T23:14:23.203Z | Downloaded try-lock v0.2.4 |
1280 | 2023-11-08T23:14:23.207Z | Downloaded time-core v0.1.1 |
1281 | 2023-11-08T23:14:23.210Z | Downloaded thread_local v1.1.7 |
1282 | 2023-11-08T23:14:23.213Z | Downloaded termtree v0.4.1 |
1283 | 2023-11-08T23:14:23.217Z | Downloaded take_mut v0.2.2 |
1284 | 2023-11-08T23:14:23.222Z | Downloaded num-rational v0.4.1 |
1285 | 2023-11-08T23:14:23.226Z | Downloaded lru-cache v0.1.2 |
1286 | 2023-11-08T23:14:23.229Z | Downloaded linked-hash-map v0.5.6 |
1287 | 2023-11-08T23:14:23.233Z | Downloaded iana-time-zone v0.1.57 |
1288 | 2023-11-08T23:14:23.235Z | Downloaded anstyle-query v1.0.0 |
1289 | 2023-11-08T23:14:23.239Z | Downloaded libefi-sys v0.1.0 |
1290 | 2023-11-08T23:14:23.242Z | Downloaded macaddr v1.0.1 |
1291 | 2023-11-08T23:14:23.245Z | Downloaded crc-catalog v2.2.0 |
1292 | 2023-11-08T23:14:23.249Z | Downloaded atomic-waker v1.1.1 |
1293 | 2023-11-08T23:14:23.255Z | Downloaded semver v0.11.0 |
1294 | 2023-11-08T23:14:23.260Z | Downloaded num-traits v0.2.16 |
1295 | 2023-11-08T23:14:23.266Z | Downloaded async-stream v0.3.5 |
1296 | 2023-11-08T23:14:23.281Z | Downloaded memoffset v0.9.0 |
1297 | 2023-11-08T23:14:23.289Z | Downloaded memoffset v0.7.1 |
1298 | 2023-11-08T23:14:23.294Z | Downloaded match_cfg v0.1.0 |
1299 | 2023-11-08T23:14:23.304Z | Downloaded array-init v0.0.4 |
1300 | 2023-11-08T23:14:23.318Z | Downloaded ascii-canvas v3.0.0 |
1301 | 2023-11-08T23:14:23.342Z | Downloaded signal-hook-tokio v0.3.1 |
1302 | 2023-11-08T23:14:23.359Z | Downloaded httparse v1.8.0 |
1303 | 2023-11-08T23:14:23.379Z | Downloaded clap_derive v4.4.2 |
1304 | 2023-11-08T23:14:23.388Z | Downloaded lazy_static v1.4.0 |
1305 | 2023-11-08T23:14:23.395Z | Downloaded convert_case v0.4.0 |
1306 | 2023-11-08T23:14:23.402Z | Downloaded colorchoice v1.0.0 |
1307 | 2023-11-08T23:14:23.410Z | Downloaded serde_spanned v0.6.4 |
1308 | 2023-11-08T23:14:23.420Z | Downloaded managed v0.8.0 |
1309 | 2023-11-08T23:14:23.429Z | Downloaded kstat-rs v0.2.3 |
1310 | 2023-11-08T23:14:23.436Z | Downloaded aead v0.5.2 |
1311 | 2023-11-08T23:14:23.445Z | Downloaded lalrpop-util v0.19.12 |
1312 | 2023-11-08T23:14:23.453Z | Downloaded keccak v0.1.4 |
1313 | 2023-11-08T23:14:23.461Z | Downloaded httpdate v1.0.3 |
1314 | 2023-11-08T23:14:23.469Z | Downloaded supports-color v2.1.0 |
1315 | 2023-11-08T23:14:23.478Z | Downloaded indoc v1.0.9 |
1316 | 2023-11-08T23:14:23.488Z | Downloaded indexmap v1.9.3 |
1317 | 2023-11-08T23:14:23.501Z | Downloaded hyper-staticfile v0.9.5 |
1318 | 2023-11-08T23:14:23.509Z | Downloaded bit-set v0.5.3 |
1319 | 2023-11-08T23:14:23.517Z | Downloaded async-stream-impl v0.3.5 |
1320 | 2023-11-08T23:14:23.528Z | Downloaded autocfg v1.1.0 |
1321 | 2023-11-08T23:14:23.537Z | Downloaded atty v0.2.14 |
1322 | 2023-11-08T23:14:23.554Z | Downloaded impl-trait-for-tuples v0.2.2 |
1323 | 2023-11-08T23:14:23.574Z | Downloaded hyper-tls v0.5.0 |
1324 | 2023-11-08T23:14:23.983Z | Downloaded ciborium v0.2.1 |
1325 | 2023-11-08T23:14:23.986Z | Downloaded bitstruct v0.1.1 |
1326 | 2023-11-08T23:14:23.992Z | Downloaded bb8 v0.8.1 |
1327 | 2023-11-08T23:14:24.009Z | Downloaded base16ct v0.2.0 |
1328 | 2023-11-08T23:14:24.013Z | Downloaded atomicwrites v0.4.2 |
1329 | 2023-11-08T23:14:24.017Z | Downloaded assert_matches v1.5.0 |
1330 | 2023-11-08T23:14:24.020Z | Downloaded resolv-conf v0.7.0 |
1331 | 2023-11-08T23:14:24.023Z | Downloaded secrecy v0.8.0 |
1332 | 2023-11-08T23:14:24.026Z | Downloaded nom v7.1.3 |
1333 | 2023-11-08T23:14:24.029Z | Downloaded crossbeam-epoch v0.9.15 |
1334 | 2023-11-08T23:14:24.032Z | Downloaded chacha20 v0.9.1 |
1335 | 2023-11-08T23:14:24.035Z | Downloaded rustfmt-wrapper v0.2.0 |
1336 | 2023-11-08T23:14:24.039Z | Downloaded rustc_version v0.4.0 |
1337 | 2023-11-08T23:14:24.042Z | Downloaded rustc-demangle v0.1.23 |
1338 | 2023-11-08T23:14:24.046Z | Downloaded ron v0.8.1 |
1339 | 2023-11-08T23:14:24.049Z | Downloaded num-derive v0.4.0 |
1340 | 2023-11-08T23:14:24.052Z | Downloaded num-complex v0.4.4 |
1341 | 2023-11-08T23:14:24.055Z | Downloaded num-bigint v0.4.4 |
1342 | 2023-11-08T23:14:24.058Z | Downloaded normalize-line-endings v0.3.0 |
1343 | 2023-11-08T23:14:24.061Z | Downloaded nodrop v0.1.14 |
1344 | 2023-11-08T23:14:24.064Z | Downloaded newtype_derive v0.1.6 |
1345 | 2023-11-08T23:14:24.067Z | Downloaded nanorand v0.7.0 |
1346 | 2023-11-08T23:14:24.069Z | Downloaded ciborium-ll v0.2.1 |
1347 | 2023-11-08T23:14:24.072Z | Downloaded camino v1.1.6 |
1348 | 2023-11-08T23:14:24.076Z | Downloaded num-iter v0.1.43 |
1349 | 2023-11-08T23:14:24.079Z | Downloaded hostname v0.3.1 |
1350 | 2023-11-08T23:14:24.083Z | Downloaded hex v0.4.3 |
1351 | 2023-11-08T23:14:24.085Z | Downloaded heck v0.3.3 |
1352 | 2023-11-08T23:14:24.090Z | Downloaded cargo_metadata v0.18.0 |
1353 | 2023-11-08T23:14:24.094Z | Downloaded cancel-safe-futures v0.1.5 |
1354 | 2023-11-08T23:14:24.099Z | Downloaded num_cpus v1.16.0 |
1355 | 2023-11-08T23:14:24.107Z | Downloaded num v0.4.1 |
1356 | 2023-11-08T23:14:24.116Z | Downloaded nibble_vec v0.1.0 |
1357 | 2023-11-08T23:14:24.130Z | Downloaded multer v2.1.0 |
1358 | 2023-11-08T23:14:24.144Z | Downloaded instant v0.1.12 |
1359 | 2023-11-08T23:14:24.158Z | Downloaded home v0.5.5 |
1360 | 2023-11-08T23:14:24.165Z | Downloaded highway v1.1.0 |
1361 | 2023-11-08T23:14:24.178Z | Downloaded heck v0.4.1 |
1362 | 2023-11-08T23:14:24.193Z | Downloaded cargo_toml v0.17.0 |
1363 | 2023-11-08T23:14:24.220Z | Downloaded camino-tempfile v1.0.2 |
1364 | 2023-11-08T23:14:24.241Z | Downloaded ipnetwork v0.20.0 |
1365 | 2023-11-08T23:14:24.663Z | Downloaded inout v0.1.3 |
1366 | 2023-11-08T23:14:24.682Z | Downloaded indoc v2.0.3 |
1367 | 2023-11-08T23:14:25.094Z | Downloaded cexpr v0.6.0 |
1368 | 2023-11-08T23:14:25.100Z | Downloaded is_ci v1.1.1 |
1369 | 2023-11-08T23:14:25.109Z | Downloaded is-terminal v0.4.9 |
1370 | 2023-11-08T23:14:25.524Z | Downloaded hubpack_derive v0.1.1 |
1371 | 2023-11-08T23:14:25.527Z | Downloaded hubpack v0.1.2 |
1372 | 2023-11-08T23:14:25.532Z | Downloaded http-range v0.1.5 |
1373 | 2023-11-08T23:14:25.536Z | Downloaded http-body v0.4.5 |
1374 | 2023-11-08T23:14:25.539Z | Downloaded cfg-if v1.0.0 |
1375 | 2023-11-08T23:14:25.545Z | Downloaded cfg-if v0.1.10 |
1376 | 2023-11-08T23:14:25.564Z | Downloaded cassowary v0.3.0 |
1377 | 2023-11-08T23:14:25.574Z | Downloaded cargo-platform v0.1.3 |
1378 | 2023-11-08T23:14:25.582Z | Downloaded bytecount v0.6.3 |
1379 | 2023-11-08T23:14:25.588Z | Downloaded bit_field v0.10.2 |
1380 | 2023-11-08T23:14:25.596Z | Downloaded ciborium-io v0.2.1 |
1381 | 2023-11-08T23:14:25.609Z | Downloaded adler v1.0.2 |
1382 | 2023-11-08T23:14:25.624Z | Compiling proc-macro2 v1.0.67 |
1383 | 2023-11-08T23:14:25.666Z | Compiling unicode-ident v1.0.12 |
1384 | 2023-11-08T23:14:25.676Z | Compiling libc v0.2.150 |
1385 | 2023-11-08T23:14:25.689Z | Compiling serde v1.0.188 |
1386 | 2023-11-08T23:14:25.696Z | Compiling autocfg v1.1.0 |
1387 | 2023-11-08T23:14:25.702Z | Compiling version_check v0.9.4 |
1388 | 2023-11-08T23:14:25.712Z | Compiling cfg-if v1.0.0 |
1389 | 2023-11-08T23:14:25.728Z | Compiling syn v1.0.109 |
1390 | 2023-11-08T23:14:25.751Z | Compiling once_cell v1.18.0 |
1391 | 2023-11-08T23:14:25.759Z | Compiling parking_lot_core v0.9.8 |
1392 | 2023-11-08T23:14:25.768Z | Compiling libm v0.2.7 |
1393 | 2023-11-08T23:14:25.789Z | Compiling ahash v0.8.3 |
1394 | 2023-11-08T23:14:25.811Z | Compiling lock_api v0.4.10 |
1395 | 2023-11-08T23:14:25.819Z | Compiling num-traits v0.2.16 |
1396 | 2023-11-08T23:14:25.829Z | Compiling futures-core v0.3.29 |
1397 | 2023-11-08T23:14:25.842Z | Compiling thiserror v1.0.49 |
1398 | 2023-11-08T23:14:25.853Z | Compiling typenum v1.16.0 |
1399 | 2023-11-08T23:14:25.867Z | Compiling generic-array v0.14.7 |
1400 | 2023-11-08T23:14:25.877Z | Compiling scopeguard v1.2.0 |
1401 | 2023-11-08T23:14:25.886Z | Compiling memchr v2.6.3 |
1402 | 2023-11-08T23:14:25.932Z | Compiling itoa v1.0.9 |
1403 | 2023-11-08T23:14:25.940Z | Compiling pkg-config v0.3.27 |
1404 | 2023-11-08T23:14:25.951Z | Compiling quote v1.0.33 |
1405 | 2023-11-08T23:14:25.958Z | Compiling jobserver v0.1.26 |
1406 | 2023-11-08T23:14:25.970Z | Compiling syn v2.0.32 |
1407 | 2023-11-08T23:14:25.989Z | Compiling getrandom v0.2.10 |
1408 | 2023-11-08T23:14:25.995Z | Compiling cc v1.0.83 |
1409 | 2023-11-08T23:14:26.003Z | Compiling slab v0.4.9 |
1410 | 2023-11-08T23:14:26.010Z | Compiling futures-channel v0.3.29 |
1411 | 2023-11-08T23:14:26.021Z | Compiling futures-task v0.3.29 |
1412 | 2023-11-08T23:14:26.030Z | Compiling log v0.4.20 |
1413 | 2023-11-08T23:14:26.037Z | Compiling futures-util v0.3.29 |
1414 | 2023-11-08T23:14:26.051Z | Compiling ryu v1.0.15 |
1415 | 2023-11-08T23:14:26.062Z | Compiling smallvec v1.11.0 |
1416 | 2023-11-08T23:14:26.083Z | Compiling pin-project-lite v0.2.13 |
1417 | 2023-11-08T23:14:26.169Z | Compiling serde_json v1.0.108 |
1418 | 2023-11-08T23:14:26.310Z | Compiling heck v0.4.1 |
1419 | 2023-11-08T23:14:26.833Z | Compiling schemars v0.8.13 |
1420 | 2023-11-08T23:14:26.848Z | Compiling vcpkg v0.2.15 |
1421 | 2023-11-08T23:14:28.148Z | Compiling parking_lot v0.12.1 |
1422 | 2023-11-08T23:14:28.450Z | Compiling ring v0.17.5 |
1423 | 2023-11-08T23:14:29.656Z | Compiling openssl-sys v0.9.93 |
1424 | 2023-11-08T23:14:30.188Z | Compiling signal-hook-registry v1.4.1 |
1425 | 2023-11-08T23:14:32.374Z | Compiling allocator-api2 v0.2.16 |
1426 | 2023-11-08T23:14:32.498Z | Compiling ring v0.16.20 |
1427 | 2023-11-08T23:14:32.861Z | Compiling mio v0.8.8 |
1428 | 2023-11-08T23:14:33.306Z | Compiling hashbrown v0.14.2 |
1429 | 2023-11-08T23:14:33.312Z | Compiling rand_core v0.6.4 |
1430 | 2023-11-08T23:14:33.326Z | Compiling indexmap v1.9.3 |
1431 | 2023-11-08T23:14:33.511Z | Compiling equivalent v1.0.1 |
1432 | 2023-11-08T23:14:33.680Z | Compiling byteorder v1.5.0 |
1433 | 2023-11-08T23:14:34.143Z | Compiling httparse v1.8.0 |
1434 | 2023-11-08T23:14:34.387Z | Compiling num_cpus v1.16.0 |
1435 | 2023-11-08T23:14:34.597Z | Compiling socket2 v0.5.4 |
1436 | 2023-11-08T23:14:34.733Z | Compiling spin v0.5.2 |
1437 | 2023-11-08T23:14:35.738Z | Compiling serde_derive_internals v0.26.0 |
1438 | 2023-11-08T23:14:36.195Z | Compiling semver v1.0.20 |
1439 | 2023-11-08T23:14:36.217Z | Compiling fnv v1.0.7 |
1440 | 2023-11-08T23:14:36.307Z | Compiling openssl v0.10.57 |
1441 | 2023-11-08T23:14:37.370Z | Compiling iana-time-zone v0.1.57 |
1442 | 2023-11-08T23:14:37.618Z | Compiling rustls v0.21.8 |
1443 | 2023-11-08T23:14:37.754Z | Compiling unicode-xid v0.2.4 |
1444 | 2023-11-08T23:14:37.917Z | Compiling native-tls v0.2.11 |
1445 | 2023-11-08T23:14:38.011Z | Compiling crossbeam-utils v0.8.16 |
1446 | 2023-11-08T23:14:38.040Z | Compiling ucd-trie v0.1.6 |
1447 | 2023-11-08T23:14:38.409Z | Compiling synstructure v0.12.6 |
1448 | 2023-11-08T23:14:39.604Z | Compiling futures-sink v0.3.29 |
1449 | 2023-11-08T23:14:39.615Z | Compiling io-lifetimes v1.0.11 |
1450 | 2023-11-08T23:14:39.858Z | Compiling backtrace v0.3.69 |
1451 | 2023-11-08T23:14:40.398Z | Compiling winnow v0.5.15 |
1452 | 2023-11-08T23:14:40.475Z | Compiling tinyvec_macros v0.1.1 |
1453 | 2023-11-08T23:14:40.507Z | Compiling dyn-clone v1.0.13 |
1454 | 2023-11-08T23:14:40.609Z | Compiling tinyvec v1.6.0 |
1455 | 2023-11-08T23:14:41.579Z | Compiling tracing-core v0.1.31 |
1456 | 2023-11-08T23:14:41.597Z | Compiling memoffset v0.9.0 |
1457 | 2023-11-08T23:14:41.664Z | Compiling num-integer v0.1.45 |
1458 | 2023-11-08T23:14:41.708Z | Compiling futures-io v0.3.29 |
1459 | 2023-11-08T23:14:42.064Z | Compiling pin-utils v0.1.0 |
1460 | 2023-11-08T23:14:42.133Z | Compiling rustix v0.38.9 |
1461 | 2023-11-08T23:14:42.264Z | Compiling rustix v0.37.23 |
1462 | 2023-11-08T23:14:42.353Z | Compiling subtle v2.5.0 |
1463 | 2023-11-08T23:14:43.106Z | Compiling spin v0.9.8 |
1464 | 2023-11-08T23:14:43.162Z | Compiling hashbrown v0.13.2 |
1465 | 2023-11-08T23:14:43.471Z | Compiling unicode-normalization v0.1.22 |
1466 | 2023-11-08T23:14:43.737Z | Compiling usdt-impl v0.3.5 |
1467 | 2023-11-08T23:14:44.243Z | Compiling const-oid v0.9.5 |
1468 | 2023-11-08T23:14:45.550Z | Compiling unicode-bidi v0.3.13 |
1469 | 2023-11-08T23:14:45.559Z | Compiling slog v2.7.0 |
1470 | 2023-11-08T23:14:45.572Z | Compiling serde_derive v1.0.188 |
1471 | 2023-11-08T23:14:46.119Z | Compiling thiserror-impl v1.0.49 |
1472 | 2023-11-08T23:14:46.150Z | Compiling zeroize_derive v1.4.2 |
1473 | 2023-11-08T23:14:46.192Z | Compiling tokio-macros v2.1.0 |
1474 | 2023-11-08T23:14:46.259Z | Compiling futures-macro v0.3.29 |
1475 | 2023-11-08T23:14:46.692Z | Compiling tracing-attributes v0.1.26 |
1476 | 2023-11-08T23:14:47.358Z | Compiling schemars_derive v0.8.13 |
1477 | 2023-11-08T23:14:48.543Z | Compiling openssl-macros v0.1.1 |
1478 | 2023-11-08T23:14:48.766Z | Compiling zeroize v1.6.0 |
1479 | 2023-11-08T23:14:49.398Z | Compiling zerocopy-derive v0.2.0 |
1480 | 2023-11-08T23:14:51.096Z | Compiling pest v2.7.2 |
1481 | 2023-11-08T23:14:51.628Z | Compiling crypto-common v0.1.6 |
1482 | 2023-11-08T23:14:51.689Z | Compiling block-buffer v0.10.4 |
1483 | 2023-11-08T23:14:52.119Z | Compiling tracing v0.1.37 |
1484 | 2023-11-08T23:14:52.251Z | Compiling crc32fast v1.3.2 |
1485 | 2023-11-08T23:14:52.261Z | Compiling bitflags v1.3.2 |
1486 | 2023-11-08T23:14:52.837Z | Compiling time-core v0.1.1 |
1487 | 2023-11-08T23:14:54.070Z | Compiling anyhow v1.0.75 |
1488 | 2023-11-08T23:14:54.080Z | Compiling time-macros v0.2.13 |
1489 | 2023-11-08T23:14:54.083Z | Compiling digest v0.10.7 |
1490 | 2023-11-08T23:14:54.350Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1491 | 2023-11-08T23:14:55.021Z | Compiling aho-corasick v1.0.4 |
1492 | 2023-11-08T23:14:55.688Z | Compiling pest_meta v2.7.2 |
1493 | 2023-11-08T23:14:55.771Z | Compiling crossbeam-epoch v0.9.15 |
1494 | 2023-11-08T23:14:56.439Z | Compiling ppv-lite86 v0.2.17 |
1495 | 2023-11-08T23:14:57.499Z | Compiling regex-syntax v0.8.2 |
1496 | 2023-11-08T23:14:58.165Z | Compiling pest_generator v2.7.2 |
1497 | 2023-11-08T23:14:59.750Z | Compiling async-trait v0.1.74 |
1498 | 2023-11-08T23:15:00.455Z | Compiling signal-hook v0.3.17 |
1499 | 2023-11-08T23:15:00.943Z | Compiling rustversion v1.0.14 |
1500 | 2023-11-08T23:15:01.548Z | Compiling rand_chacha v0.3.1 |
1501 | 2023-11-08T23:15:02.210Z | Compiling zerocopy v0.3.0 |
1502 | 2023-11-08T23:15:02.645Z | Compiling pest_derive v2.7.2 |
1503 | 2023-11-08T23:15:03.155Z | Compiling zerocopy-derive v0.6.4 |
1504 | 2023-11-08T23:15:03.626Z | Compiling regex-automata v0.4.3 |
1505 | 2023-11-08T23:15:04.149Z | Compiling strsim v0.10.0 |
1506 | 2023-11-08T23:15:05.644Z | Compiling base64 v0.21.5 |
1507 | 2023-11-08T23:15:06.199Z | Compiling dtrace-parser v0.1.14 |
1508 | 2023-11-08T23:15:06.850Z | Compiling dof v0.1.5 |
1509 | 2023-11-08T23:15:07.778Z | Compiling rand v0.8.5 |
1510 | 2023-11-08T23:15:08.783Z | Compiling bytes v1.5.0 |
1511 | 2023-11-08T23:15:09.035Z | Compiling indexmap v2.1.0 |
1512 | 2023-11-08T23:15:10.651Z | Compiling uuid v1.5.0 |
1513 | 2023-11-08T23:15:10.715Z | Compiling chrono v0.4.31 |
1514 | 2023-11-08T23:15:11.008Z | Compiling tokio v1.33.0 |
1515 | 2023-11-08T23:15:13.667Z | Compiling bitflags v2.4.0 |
1516 | 2023-11-08T23:15:14.656Z | Compiling serde_spanned v0.6.4 |
1517 | 2023-11-08T23:15:15.029Z | Compiling toml_datetime v0.6.5 |
1518 | 2023-11-08T23:15:16.830Z | Compiling rustc_version v0.4.0 |
1519 | 2023-11-08T23:15:16.860Z | Compiling toml_edit v0.19.15 |
1520 | 2023-11-08T23:15:17.567Z | Compiling http v0.2.9 |
1521 | 2023-11-08T23:15:17.987Z | Compiling heapless v0.7.16 |
1522 | 2023-11-08T23:15:21.412Z | Compiling regex v1.10.2 |
1523 | 2023-11-08T23:15:26.665Z | Compiling tokio-util v0.7.10 |
1524 | 2023-11-08T23:15:27.097Z | Compiling errno v0.3.2 |
1525 | 2023-11-08T23:15:27.464Z | Compiling thread-id v4.2.0 |
1526 | 2023-11-08T23:15:27.742Z | Compiling num-bigint v0.4.4 |
1527 | 2023-11-08T23:15:27.815Z | Compiling percent-encoding v2.3.0 |
1528 | 2023-11-08T23:15:28.351Z | Compiling untrusted v0.9.0 |
1529 | 2023-11-08T23:15:28.645Z | Compiling openssl-probe v0.1.5 |
1530 | 2023-11-08T23:15:28.745Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1531 | 2023-11-08T23:15:28.967Z | Compiling hashbrown v0.12.3 |
1532 | 2023-11-08T23:15:29.010Z | Compiling untrusted v0.7.1 |
1533 | 2023-11-08T23:15:29.042Z | Compiling foreign-types-shared v0.1.1 |
1534 | 2023-11-08T23:15:29.738Z | Compiling smoltcp v0.9.1 |
1535 | 2023-11-08T23:15:29.810Z | Compiling radium v0.7.0 |
1536 | 2023-11-08T23:15:30.471Z | Compiling foreign-types v0.3.2 |
1537 | 2023-11-08T23:15:33.937Z | Compiling strum_macros v0.25.2 |
1538 | 2023-11-08T23:15:35.101Z | Compiling serde_tokenstream v0.1.7 |
1539 | 2023-11-08T23:15:36.185Z | Compiling lazy_static v1.4.0 |
1540 | 2023-11-08T23:15:36.455Z | Compiling socket2 v0.4.9 |
1541 | 2023-11-08T23:15:37.183Z | Compiling try-lock v0.2.4 |
1542 | 2023-11-08T23:15:37.397Z | Compiling adler v1.0.2 |
1543 | 2023-11-08T23:15:38.467Z | Compiling unicode-segmentation v1.10.1 |
1544 | 2023-11-08T23:15:38.618Z | Compiling siphasher v0.3.11 |
1545 | 2023-11-08T23:15:39.255Z | Compiling unicode-width v0.1.11 |
1546 | 2023-11-08T23:15:39.282Z | Compiling miniz_oxide v0.7.1 |
1547 | 2023-11-08T23:15:39.787Z | Compiling want v0.3.1 |
1548 | 2023-11-08T23:15:41.414Z | Compiling sct v0.7.0 |
1549 | 2023-11-08T23:15:41.822Z | Compiling h2 v0.3.21 |
1550 | 2023-11-08T23:15:42.120Z | Compiling form_urlencoded v1.2.0 |
1551 | 2023-11-08T23:15:42.556Z | Compiling http-body v0.4.5 |
1552 | 2023-11-08T23:15:42.631Z | Compiling hubpack_derive v0.1.1 |
1553 | 2023-11-08T23:15:43.911Z | Compiling num-iter v0.1.43 |
1554 | 2023-11-08T23:15:44.949Z | Compiling httpdate v1.0.3 |
1555 | 2023-11-08T23:15:45.607Z | Compiling cpufeatures v0.2.9 |
1556 | 2023-11-08T23:15:45.771Z | Compiling utf8parse v0.2.1 |
1557 | 2023-11-08T23:15:45.858Z | Compiling anstyle v1.0.2 |
1558 | 2023-11-08T23:15:45.900Z | Compiling tower-service v0.3.2 |
1559 | 2023-11-08T23:15:46.232Z | Compiling anstyle-parse v0.2.1 |
1560 | 2023-11-08T23:15:46.771Z | Compiling sha2 v0.10.8 |
1561 | 2023-11-08T23:15:50.164Z | Compiling usdt-macro v0.3.5 |
1562 | 2023-11-08T23:15:50.584Z | Compiling usdt-attr-macro v0.3.5 |
1563 | 2023-11-08T23:15:52.792Z | Compiling openapiv3 v1.0.3 |
1564 | 2023-11-08T23:15:52.837Z | Compiling rustls-pemfile v1.0.3 |
1565 | 2023-11-08T23:15:53.251Z | Compiling md-5 v0.10.5 |
1566 | 2023-11-08T23:15:53.291Z | Compiling hmac v0.12.1 |
1567 | 2023-11-08T23:15:53.641Z | Compiling stringprep v0.1.3 |
1568 | 2023-11-08T23:15:53.714Z | Compiling idna v0.4.0 |
1569 | 2023-11-08T23:15:53.788Z | Compiling diesel_table_macro_syntax v0.1.0 |
1570 | 2023-11-08T23:15:54.362Z | Compiling hyper v0.14.27 |
1571 | 2023-11-08T23:15:55.005Z | Compiling hash32 v0.2.1 |
1572 | 2023-11-08T23:15:56.194Z | Compiling colorchoice v1.0.0 |
1573 | 2023-11-08T23:15:56.413Z | Compiling stable_deref_trait v1.2.0 |
1574 | 2023-11-08T23:15:56.570Z | Compiling fallible-iterator v0.2.0 |
1575 | 2023-11-08T23:15:56.907Z | Compiling gimli v0.28.0 |
1576 | 2023-11-08T23:15:57.774Z | Compiling either v1.9.0 |
1577 | 2023-11-08T23:15:58.300Z | Compiling anstyle-query v1.0.0 |
1578 | 2023-11-08T23:15:58.778Z | Compiling anstream v0.5.0 |
1579 | 2023-11-08T23:15:59.003Z | Compiling postgres-protocol v0.6.6 |
1580 | 2023-11-08T23:16:00.750Z | Compiling url v2.4.1 |
1581 | 2023-11-08T23:16:01.001Z | Compiling diesel_derives v2.1.1 |
1582 | 2023-11-08T23:16:04.194Z | Compiling addr2line v0.21.0 |
1583 | 2023-11-08T23:16:05.187Z | Compiling rustls-native-certs v0.6.3 |
1584 | 2023-11-08T23:16:21.630Z | Compiling tokio-native-tls v0.3.1 |
1585 | 2023-11-08T23:16:23.323Z | Compiling terminal_size v0.2.6 |
1586 | 2023-11-08T23:16:24.098Z | Compiling phf_shared v0.11.2 |
1587 | 2023-11-08T23:16:24.271Z | Compiling serde_tokenstream v0.2.0 |
1588 | 2023-11-08T23:16:24.597Z | Compiling block-padding v0.3.3 |
1589 | 2023-11-08T23:16:24.768Z | Compiling enum-as-inner v0.5.1 |
1590 | 2023-11-08T23:16:25.064Z | Compiling serde_repr v0.1.16 |
1591 | 2023-11-08T23:16:25.286Z | Compiling clap_derive v4.4.2 |
1592 | 2023-11-08T23:16:25.475Z | Compiling scheduled-thread-pool v0.2.7 |
1593 | 2023-11-08T23:16:25.748Z | Compiling object v0.32.1 |
1594 | 2023-11-08T23:16:25.887Z | Compiling rustc-demangle v0.1.23 |
1595 | 2023-11-08T23:16:25.992Z | Compiling tap v1.0.1 |
1596 | 2023-11-08T23:16:26.065Z | Compiling num_threads v0.1.6 |
1597 | 2023-11-08T23:16:26.098Z | Compiling managed v0.8.0 |
1598 | 2023-11-08T23:16:26.237Z | Compiling clap_lex v0.5.1 |
1599 | 2023-11-08T23:16:26.452Z | Compiling bit-vec v0.6.3 |
1600 | 2023-11-08T23:16:26.723Z | Compiling matches v0.1.10 |
1601 | 2023-11-08T23:16:26.919Z | Compiling regex-automata v0.1.10 |
1602 | 2023-11-08T23:16:27.020Z | Compiling ipnet v2.8.0 |
1603 | 2023-11-08T23:16:27.128Z | Compiling deranged v0.3.8 |
1604 | 2023-11-08T23:16:27.228Z | Compiling bstr v0.2.17 |
1605 | 2023-11-08T23:16:27.400Z | Compiling time v0.3.27 |
1606 | 2023-11-08T23:16:27.671Z | Compiling idna v0.2.3 |
1607 | 2023-11-08T23:16:28.801Z | Compiling clap_builder v4.4.2 |
1608 | 2023-11-08T23:16:28.889Z | Compiling wyz v0.5.1 |
1609 | 2023-11-08T23:16:30.160Z | Compiling r2d2 v0.8.10 |
1610 | 2023-11-08T23:16:32.091Z | Compiling inout v0.1.3 |
1611 | 2023-11-08T23:16:33.874Z | Compiling phf v0.11.2 |
1612 | 2023-11-08T23:16:34.176Z | Compiling hyper-tls v0.5.0 |
1613 | 2023-11-08T23:16:34.318Z | Compiling signal-hook-mio v0.2.3 |
1614 | 2023-11-08T23:16:34.959Z | Compiling flate2 v1.0.28 |
1615 | 2023-11-08T23:16:34.970Z | Compiling postgres-types v0.2.6 |
1616 | 2023-11-08T23:16:35.274Z | Compiling itertools v0.11.0 |
1617 | 2023-11-08T23:16:36.264Z | Compiling hubpack v0.1.2 |
1618 | 2023-11-08T23:16:36.354Z | Compiling serde_urlencoded v0.7.1 |
1619 | 2023-11-08T23:16:36.944Z | Compiling phf_shared v0.10.0 |
1620 | 2023-11-08T23:16:37.067Z | Compiling ipnetwork v0.20.0 |
1621 | 2023-11-08T23:16:37.613Z | Compiling zerocopy v0.6.4 |
1622 | 2023-11-08T23:16:38.496Z | Compiling futures-executor v0.3.29 |
1623 | 2023-11-08T23:16:39.374Z | Compiling regress v0.7.1 |
1624 | 2023-11-08T23:16:39.572Z | Compiling float-cmp v0.9.0 |
1625 | 2023-11-08T23:16:39.675Z | Compiling encoding_rs v0.8.33 |
1626 | 2023-11-08T23:16:40.268Z | Compiling data-encoding v2.4.0 |
1627 | 2023-11-08T23:16:41.773Z | Compiling static_assertions v1.1.0 |
1628 | 2023-11-08T23:16:41.917Z | Compiling normalize-line-endings v0.3.0 |
1629 | 2023-11-08T23:16:42.859Z | Compiling new_debug_unreachable v1.0.4 |
1630 | 2023-11-08T23:16:43.001Z | Compiling regex-automata v0.3.8 |
1631 | 2023-11-08T23:16:43.249Z | Compiling funty v2.0.0 |
1632 | 2023-11-08T23:16:44.318Z | Compiling mime v0.3.17 |
1633 | 2023-11-08T23:16:44.404Z | Compiling webpki-roots v0.25.2 |
1634 | 2023-11-08T23:16:44.645Z | Compiling precomputed-hash v0.1.1 |
1635 | 2023-11-08T23:16:44.821Z | Compiling fixedbitset v0.4.2 |
1636 | 2023-11-08T23:16:47.242Z | Compiling whoami v1.4.1 |
1637 | 2023-11-08T23:16:47.599Z | Compiling difflib v0.4.0 |
1638 | 2023-11-08T23:16:48.092Z | Compiling predicates-core v1.0.6 |
1639 | 2023-11-08T23:16:48.274Z | Compiling tokio-postgres v0.7.10 |
1640 | 2023-11-08T23:16:48.689Z | Compiling predicates v3.0.4 |
1641 | 2023-11-08T23:16:49.782Z | Compiling bstr v1.6.0 |
1642 | 2023-11-08T23:16:51.159Z | Compiling petgraph v0.6.4 |
1643 | 2023-11-08T23:16:52.168Z | Compiling bitvec v1.0.1 |
1644 | 2023-11-08T23:16:56.499Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1645 | 2023-11-08T23:16:58.007Z | Compiling string_cache v0.8.7 |
1646 | 2023-11-08T23:16:58.666Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1647 | 2023-11-08T23:16:59.683Z | Compiling trust-dns-proto v0.22.0 |
1648 | 2023-11-08T23:17:11.344Z | Compiling futures v0.3.29 |
1649 | 2023-11-08T23:17:11.399Z | Compiling diesel v2.1.3 |
1650 | 2023-11-08T23:17:11.517Z | Compiling yasna v0.5.2 |
1651 | 2023-11-08T23:17:13.138Z | Compiling clap v4.4.3 |
1652 | 2023-11-08T23:17:13.218Z | Compiling crossterm v0.27.0 |
1653 | 2023-11-08T23:17:13.306Z | Compiling cipher v0.4.4 |
1654 | 2023-11-08T23:17:13.855Z | Compiling similar v2.2.1 |
1655 | 2023-11-08T23:17:14.052Z | Compiling bit-set v0.5.3 |
1656 | 2023-11-08T23:17:14.484Z | Compiling itertools v0.10.5 |
1657 | 2023-11-08T23:17:14.559Z | Compiling usdt v0.3.5 |
1658 | 2023-11-08T23:17:17.357Z | Compiling console v0.15.7 |
1659 | 2023-11-08T23:17:17.437Z | Compiling tokio-stream v0.1.14 |
1660 | 2023-11-08T23:17:17.825Z | Compiling toml v0.7.8 |
1661 | 2023-11-08T23:17:17.851Z | Compiling toml_edit v0.21.0 |
1662 | 2023-11-08T23:17:18.844Z | Compiling hex v0.4.3 |
1663 | 2023-11-08T23:17:18.957Z | Compiling signature v2.1.0 |
1664 | 2023-11-08T23:17:20.374Z | Compiling regex-syntax v0.6.29 |
1665 | 2023-11-08T23:17:21.516Z | Compiling lalrpop-util v0.19.12 |
1666 | 2023-11-08T23:17:22.347Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1667 | 2023-11-08T23:17:30.191Z | Compiling ident_case v1.0.1 |
1668 | 2023-11-08T23:17:30.452Z | Compiling darling_core v0.20.3 |
1669 | 2023-11-08T23:17:47.302Z | Compiling atty v0.2.14 |
1670 | 2023-11-08T23:17:47.676Z | Compiling proc-macro-error-attr v1.0.4 |
1671 | 2023-11-08T23:18:03.371Z | Compiling darling_macro v0.20.3 |
1672 | 2023-11-08T23:18:12.529Z | Compiling proc-macro-crate v1.3.1 |
1673 | 2023-11-08T23:18:14.860Z | Compiling dirs-sys-next v0.1.2 |
1674 | 2023-11-08T23:18:16.044Z | Compiling proc-macro-error v1.0.4 |
1675 | 2023-11-08T23:18:25.274Z | Compiling dirs-next v2.0.0 |
1676 | 2023-11-08T23:18:26.148Z | Compiling num_enum_derive v0.5.11 |
1677 | 2023-11-08T23:18:29.531Z | Compiling darling v0.20.3 |
1678 | 2023-11-08T23:18:32.617Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1679 | 2023-11-08T23:19:03.479Z | Compiling getopts v0.2.21 |
1680 | 2023-11-08T23:19:03.680Z | Compiling structmeta-derive v0.2.0 |
1681 | 2023-11-08T23:19:04.087Z | Compiling thread_local v1.1.7 |
1682 | 2023-11-08T23:19:04.381Z | Compiling multer v2.1.0 |
1683 | 2023-11-08T23:19:04.756Z | Compiling camino v1.1.6 |
1684 | 2023-11-08T23:19:05.056Z | Compiling match_cfg v0.1.0 |
1685 | 2023-11-08T23:19:05.737Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1686 | 2023-11-08T23:19:05.783Z | Compiling slog-async v2.8.0 |
1687 | 2023-11-08T23:19:05.955Z | Compiling unsafe-libyaml v0.2.9 |
1688 | 2023-11-08T23:19:06.109Z | Compiling paste v1.0.14 |
1689 | 2023-11-08T23:19:06.199Z | Compiling serde_yaml v0.9.25 |
1690 | 2023-11-08T23:19:07.188Z | Compiling structmeta v0.2.0 |
1691 | 2023-11-08T23:19:07.670Z | Compiling hostname v0.3.1 |
1692 | 2023-11-08T23:19:13.453Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1693 | 2023-11-08T23:19:19.985Z | Compiling num_enum v0.5.11 |
1694 | 2023-11-08T23:19:20.704Z | Compiling serde_with_macros v2.3.3 |
1695 | 2023-11-08T23:19:24.834Z | Compiling term v0.7.0 |
1696 | 2023-11-08T23:19:25.932Z | Compiling slog-json v2.6.1 |
1697 | 2023-11-08T23:19:26.533Z | Compiling crossbeam-channel v0.5.8 |
1698 | 2023-11-08T23:19:29.490Z | Compiling strum v0.25.0 |
1699 | 2023-11-08T23:19:30.126Z | Compiling async-stream-impl v0.3.5 |
1700 | 2023-11-08T23:19:30.351Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1701 | 2023-11-08T23:19:30.789Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1702 | 2023-11-08T23:19:31.133Z | Compiling postcard-cobs v0.1.5-pre |
1703 | 2023-11-08T23:19:31.211Z | Compiling regex-syntax v0.7.5 |
1704 | 2023-11-08T23:19:31.784Z | Compiling atomic-waker v1.1.1 |
1705 | 2023-11-08T23:19:31.979Z | Compiling take_mut v0.2.2 |
1706 | 2023-11-08T23:19:32.047Z | Compiling async-stream v0.3.5 |
1707 | 2023-11-08T23:19:32.083Z | Compiling waitgroup v0.1.2 |
1708 | 2023-11-08T23:19:32.431Z | Compiling postcard v0.7.3 |
1709 | 2023-11-08T23:19:32.602Z | Compiling slog-bunyan v2.4.0 |
1710 | 2023-11-08T23:19:33.012Z | Compiling slog-term v2.9.0 |
1711 | 2023-11-08T23:19:33.387Z | Compiling serde_with v2.3.3 |
1712 | 2023-11-08T23:19:34.525Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1713 | 2023-11-08T23:19:41.207Z | Compiling sha1 v0.10.5 |
1714 | 2023-11-08T23:19:41.494Z | Compiling parse-display-derive v0.8.2 |
1715 | 2023-11-08T23:19:42.443Z | Compiling smoltcp v0.8.2 |
1716 | 2023-11-08T23:19:42.682Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1717 | 2023-11-08T23:19:42.807Z | Compiling serde_path_to_error v0.1.14 |
1718 | 2023-11-08T23:19:44.508Z | Compiling foreign-types-macros v0.2.3 |
1719 | 2023-11-08T23:19:46.041Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1720 | 2023-11-08T23:19:46.486Z | Compiling instant v0.1.12 |
1721 | 2023-11-08T23:19:46.494Z | Compiling cfg-if v0.1.10 |
1722 | 2023-11-08T23:19:46.631Z | Compiling debug-ignore v1.0.5 |
1723 | 2023-11-08T23:19:46.743Z | Compiling foreign-types-shared v0.3.1 |
1724 | 2023-11-08T23:19:46.876Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1725 | 2023-11-08T23:19:46.932Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1726 | 2023-11-08T23:19:47.219Z | Compiling foreign-types v0.5.0 |
1727 | 2023-11-08T23:19:47.388Z | Compiling backoff v0.4.0 |
1728 | 2023-11-08T23:19:47.558Z | Compiling bzip2 v0.4.4 |
1729 | 2023-11-08T23:19:47.685Z | Compiling parse-display v0.8.2 |
1730 | 2023-11-08T23:19:47.981Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1731 | 2023-11-08T23:19:48.014Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1732 | 2023-11-08T23:19:48.232Z | Compiling zip v0.6.6 |
1733 | 2023-11-08T23:19:48.261Z | Compiling toml v0.8.8 |
1734 | 2023-11-08T23:19:48.286Z | Compiling is-terminal v0.4.9 |
1735 | 2023-11-08T23:19:48.478Z | Compiling macaddr v1.0.1 |
1736 | 2023-11-08T23:19:49.653Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1737 | 2023-11-08T23:19:50.965Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1738 | 2023-11-08T23:19:52.266Z | Compiling cstr-argument v0.1.2 |
1739 | 2023-11-08T23:19:52.677Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1740 | 2023-11-08T23:19:53.148Z | Compiling pretty-hex v0.2.1 |
1741 | 2023-11-08T23:19:53.513Z | Compiling crucible-workspace-hack v0.1.0 |
1742 | 2023-11-08T23:19:53.546Z | Compiling base64ct v1.6.0 |
1743 | 2023-11-08T23:19:53.992Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1744 | 2023-11-08T23:19:54.646Z | Compiling password-hash v0.5.0 |
1745 | 2023-11-08T23:19:54.689Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1746 | 2023-11-08T23:19:55.472Z | Compiling colored v2.0.4 |
1747 | 2023-11-08T23:19:56.110Z | Compiling textwrap v0.11.0 |
1748 | 2023-11-08T23:19:57.421Z | Compiling heck v0.3.3 |
1749 | 2023-11-08T23:19:57.766Z | Compiling blake2 v0.10.6 |
1750 | 2023-11-08T23:19:57.882Z | Compiling strsim v0.8.0 |
1751 | 2023-11-08T23:19:57.993Z | Compiling ansi_term v0.12.1 |
1752 | 2023-11-08T23:19:58.875Z | Compiling libefi-sys v0.1.0 |
1753 | 2023-11-08T23:19:59.338Z | Compiling rayon-core v1.12.0 |
1754 | 2023-11-08T23:19:59.422Z | Compiling vec_map v0.8.2 |
1755 | 2023-11-08T23:19:59.860Z | Compiling argon2 v0.5.2 |
1756 | 2023-11-08T23:19:59.926Z | Compiling clap v2.34.0 |
1757 | 2023-11-08T23:20:00.101Z | Compiling structopt-derive v0.4.18 |
1758 | 2023-11-08T23:20:00.797Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1759 | 2023-11-08T23:20:02.977Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1760 | 2023-11-08T23:20:03.764Z | Compiling zone_cfg_derive v0.3.0 |
1761 | 2023-11-08T23:20:04.573Z | Compiling crossbeam-deque v0.8.3 |
1762 | 2023-11-08T23:20:04.707Z | Compiling num-derive v0.4.0 |
1763 | 2023-11-08T23:20:05.202Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1764 | 2023-11-08T23:20:05.324Z | Compiling keccak v0.1.4 |
1765 | 2023-11-08T23:20:05.821Z | Compiling portable-atomic v1.4.3 |
1766 | 2023-11-08T23:20:05.951Z | Compiling zone v0.3.0 |
1767 | 2023-11-08T23:20:06.949Z | Compiling structopt v0.3.26 |
1768 | 2023-11-08T23:20:07.237Z | Compiling sha3 v0.10.8 |
1769 | 2023-11-08T23:20:08.554Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1770 | 2023-11-08T23:20:08.657Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1771 | 2023-11-08T23:20:11.531Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1772 | 2023-11-08T23:20:12.402Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1773 | 2023-11-08T23:20:13.370Z | Compiling hkdf v0.12.3 |
1774 | 2023-11-08T23:20:13.458Z | Compiling smf v0.2.2 |
1775 | 2023-11-08T23:20:13.966Z | Compiling secrecy v0.8.0 |
1776 | 2023-11-08T23:20:13.976Z | Compiling xattr v1.0.1 |
1777 | 2023-11-08T23:20:13.997Z | Compiling filetime v0.2.22 |
1778 | 2023-11-08T23:20:14.242Z | Compiling fastrand v2.0.0 |
1779 | 2023-11-08T23:20:14.358Z | Compiling same-file v1.0.6 |
1780 | 2023-11-08T23:20:14.479Z | Compiling tar v0.4.40 |
1781 | 2023-11-08T23:20:14.832Z | Compiling walkdir v2.4.0 |
1782 | 2023-11-08T23:20:15.381Z | Compiling tempfile v3.8.0 |
1783 | 2023-11-08T23:20:17.777Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1784 | 2023-11-08T23:20:18.203Z | Compiling rayon v1.8.0 |
1785 | 2023-11-08T23:20:18.707Z | Compiling number_prefix v0.4.0 |
1786 | 2023-11-08T23:20:18.845Z | Compiling topological-sort v0.2.2 |
1787 | 2023-11-08T23:20:19.093Z | Compiling swrite v0.1.0 |
1788 | 2023-11-08T23:20:26.293Z | Compiling indicatif v0.17.7 |
1789 | 2023-11-08T23:20:32.954Z | Compiling rustls-webpki v0.101.7 |
1790 | 2023-11-08T23:20:40.186Z | Compiling tokio-rustls v0.24.1 |
1791 | 2023-11-08T23:20:40.632Z | Compiling hyper-rustls v0.24.2 |
1792 | 2023-11-08T23:20:41.196Z | Compiling reqwest v0.11.20 |
1793 | 2023-11-08T23:20:45.115Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1794 | 2023-11-08T23:20:45.413Z | Compiling omicron-zone-package v0.8.3 |
1795 | 2023-11-08T23:20:45.531Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1796 | 2023-11-08T23:20:58.541Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1797 | 2023-11-08T23:20:59.236Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1798 | 2023-11-08T23:20:59.352Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1799 | 2023-11-08T23:21:00.324Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1800 | 2023-11-08T23:21:30.797Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1801 | 2023-11-08T23:21:32.093Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1802 | 2023-11-08T23:21:32.233Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1803 | 2023-11-08T23:21:32.305Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1804 | 2023-11-08T23:21:32.472Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1805 | 2023-11-08T23:22:07.540Z | Finished release [optimized] target(s) in 8m 23s |
1806 | 2023-11-08T23:22:07.812Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1807 | 2023-11-08T23:22:07.911Z | Created new build target 'test' and set it as active |
1808 | 2023-11-08T23:22:07.914Z | |
1809 | 2023-11-08T23:22:07.917Z | real 8:23.638630624 |
1810 | 2023-11-08T23:22:07.920Z | user 53:07.766161433 |
1811 | 2023-11-08T23:22:07.923Z | sys 5:01.186377470 |
1812 | 2023-11-08T23:22:07.926Z | trap 2.299644745 |
1813 | 2023-11-08T23:22:07.929Z | tflt 3.553467089 |
1814 | 2023-11-08T23:22:07.932Z | dflt 5.772522418 |
1815 | 2023-11-08T23:22:07.934Z | kflt 0.051430152 |
1816 | 2023-11-08T23:22:07.937Z | lock 1:52:09.883360634 |
1817 | 2023-11-08T23:22:07.940Z | slp 3:19:14.814089927 |
1818 | 2023-11-08T23:22:07.943Z | lat 2:22.216353911 |
1819 | 2023-11-08T23:22:07.946Z | stop 5:06.663632242 |
1820 | 2023-11-08T23:22:07.949Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1821 | 2023-11-08T23:22:09.161Z | Finished release [optimized] target(s) in 1.15s |
1822 | 2023-11-08T23:22:09.193Z | Running `target/release/omicron-package -t test package` |
1823 | 2023-11-08T23:22:09.236Z | Nov 08 23:22:09.237 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1824 | 2023-11-08T23:22:10.489Z | Compiling serde_json v1.0.108 |
1825 | 2023-11-08T23:22:10.544Z | Compiling linked-hash-map v0.5.6 |
1826 | 2023-11-08T23:22:10.547Z | Compiling slog-dtrace v0.2.3 |
1827 | 2023-11-08T23:22:10.561Z | Compiling quick-error v1.2.3 |
1828 | 2023-11-08T23:22:10.569Z | Compiling same-file v1.0.6 |
1829 | 2023-11-08T23:22:10.572Z | Compiling semver-parser v0.10.2 |
1830 | 2023-11-08T23:22:10.575Z | Compiling fastrand v2.0.0 |
1831 | 2023-11-08T23:22:10.579Z | Compiling termcolor v1.2.0 |
1832 | 2023-11-08T23:22:10.782Z | Compiling resolv-conf v0.7.0 |
1833 | 2023-11-08T23:22:10.972Z | Compiling walkdir v2.4.0 |
1834 | 2023-11-08T23:22:11.088Z | Compiling tempfile v3.8.0 |
1835 | 2023-11-08T23:22:11.188Z | Compiling lru-cache v0.1.2 |
1836 | 2023-11-08T23:22:11.338Z | Compiling xattr v1.0.1 |
1837 | 2023-11-08T23:22:11.485Z | Compiling trust-dns-resolver v0.22.0 |
1838 | 2023-11-08T23:22:11.688Z | Compiling filetime v0.2.22 |
1839 | 2023-11-08T23:22:12.022Z | Compiling semver v0.11.0 |
1840 | 2023-11-08T23:22:12.095Z | Compiling memoffset v0.7.1 |
1841 | 2023-11-08T23:22:12.278Z | Compiling base64 v0.13.1 |
1842 | 2023-11-08T23:22:12.556Z | Compiling home v0.5.5 |
1843 | 2023-11-08T23:22:12.812Z | Compiling toolchain_find v0.2.0 |
1844 | 2023-11-08T23:22:13.083Z | Compiling tar v0.4.40 |
1845 | 2023-11-08T23:22:13.144Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1846 | 2023-11-08T23:22:13.582Z | Compiling libz-sys v1.1.12 |
1847 | 2023-11-08T23:22:13.710Z | Compiling toml v0.5.11 |
1848 | 2023-11-08T23:22:13.803Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1849 | 2023-11-08T23:22:13.924Z | Compiling schemars v0.8.13 |
1850 | 2023-11-08T23:22:13.964Z | Compiling reqwest v0.11.20 |
1851 | 2023-11-08T23:22:14.035Z | Compiling openapiv3 v1.0.3 |
1852 | 2023-11-08T23:22:14.385Z | Compiling usdt-impl v0.3.5 |
1853 | 2023-11-08T23:22:16.175Z | Compiling usdt v0.3.5 |
1854 | 2023-11-08T23:22:16.924Z | Compiling postgres-types v0.2.6 |
1855 | 2023-11-08T23:22:19.291Z | Compiling ipnetwork v0.20.0 |
1856 | 2023-11-08T23:22:22.722Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1857 | 2023-11-08T23:22:25.652Z | Compiling tokio-postgres v0.7.10 |
1858 | 2023-11-08T23:22:27.875Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1859 | 2023-11-08T23:22:28.088Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1860 | 2023-11-08T23:22:28.859Z | Compiling slog-json v2.6.1 |
1861 | 2023-11-08T23:22:29.685Z | Compiling slog-bunyan v2.4.0 |
1862 | 2023-11-08T23:22:30.089Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1863 | 2023-11-08T23:22:30.458Z | Compiling diesel v2.1.3 |
1864 | 2023-11-08T23:22:32.347Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1865 | 2023-11-08T23:22:38.653Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1866 | 2023-11-08T23:22:38.992Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1867 | 2023-11-08T23:22:43.588Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1868 | 2023-11-08T23:22:49.249Z | Compiling rustfmt-wrapper v0.2.0 |
1869 | 2023-11-08T23:22:50.278Z | Compiling omicron-zone-package v0.8.3 |
1870 | 2023-11-08T23:22:50.332Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1871 | 2023-11-08T23:22:50.670Z | Compiling toml v0.8.8 |
1872 | 2023-11-08T23:22:50.745Z | Compiling cancel-safe-futures v0.1.5 |
1873 | 2023-11-08T23:22:51.279Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1874 | 2023-11-08T23:22:52.394Z | Compiling structmeta-derive v0.1.6 |
1875 | 2023-11-08T23:22:53.264Z | Compiling num-rational v0.4.1 |
1876 | 2023-11-08T23:22:53.710Z | Compiling utf-8 v0.7.6 |
1877 | 2023-11-08T23:22:56.902Z | Compiling structmeta v0.1.6 |
1878 | 2023-11-08T23:22:57.392Z | Compiling pem-rfc7468 v0.7.0 |
1879 | 2023-11-08T23:22:57.530Z | Compiling der_derive v0.7.2 |
1880 | 2023-11-08T23:23:00.325Z | Compiling flagset v0.4.3 |
1881 | 2023-11-08T23:23:00.652Z | Compiling parse-display-derive v0.7.0 |
1882 | 2023-11-08T23:23:01.576Z | Compiling der v0.7.8 |
1883 | 2023-11-08T23:23:11.273Z | Compiling vergen v8.2.4 |
1884 | 2023-11-08T23:23:11.633Z | Compiling fxhash v0.2.1 |
1885 | 2023-11-08T23:23:11.730Z | Compiling num-complex v0.4.4 |
1886 | 2023-11-08T23:23:11.951Z | Compiling unicase v2.7.0 |
1887 | 2023-11-08T23:23:12.422Z | Compiling semver v0.1.20 |
1888 | 2023-11-08T23:23:13.357Z | Compiling rustc_version v0.1.7 |
1889 | 2023-11-08T23:23:13.890Z | Compiling num v0.4.1 |
1890 | 2023-11-08T23:23:14.012Z | Compiling parse-display v0.7.0 |
1891 | 2023-11-08T23:23:14.046Z | Compiling spki v0.7.2 |
1892 | 2023-11-08T23:23:14.313Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1893 | 2023-11-08T23:23:14.873Z | Compiling universal-hash v0.5.1 |
1894 | 2023-11-08T23:23:15.188Z | Compiling libsqlite3-sys v0.26.0 |
1895 | 2023-11-08T23:23:15.330Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1896 | 2023-11-08T23:23:15.572Z | Compiling half v1.8.2 |
1897 | 2023-11-08T23:23:15.887Z | Compiling opaque-debug v0.3.0 |
1898 | 2023-11-08T23:23:16.024Z | Compiling arc-swap v1.6.0 |
1899 | 2023-11-08T23:23:16.036Z | Compiling ciborium-io v0.2.1 |
1900 | 2023-11-08T23:23:16.210Z | Compiling maybe-uninit v2.0.0 |
1901 | 2023-11-08T23:23:16.448Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1902 | 2023-11-08T23:23:16.966Z | Compiling slog-scope v4.4.0 |
1903 | 2023-11-08T23:23:17.287Z | Compiling ciborium-ll v0.2.1 |
1904 | 2023-11-08T23:23:17.564Z | Compiling newtype_derive v0.1.6 |
1905 | 2023-11-08T23:23:18.030Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1906 | 2023-11-08T23:23:18.128Z | Compiling parking_lot_core v0.8.6 |
1907 | 2023-11-08T23:23:18.451Z | Compiling crc-catalog v2.2.0 |
1908 | 2023-11-08T23:23:18.654Z | Compiling packed_struct v0.10.1 |
1909 | 2023-11-08T23:23:18.733Z | Compiling num-bigint-dig v0.8.4 |
1910 | 2023-11-08T23:23:19.211Z | Compiling crc v3.0.1 |
1911 | 2023-11-08T23:23:19.377Z | Compiling ciborium v0.2.1 |
1912 | 2023-11-08T23:23:22.448Z | Compiling slog-stdlog v4.1.1 |
1913 | 2023-11-08T23:23:23.311Z | Compiling pkcs8 v0.10.2 |
1914 | 2023-11-08T23:23:24.228Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1915 | 2023-11-08T23:23:24.287Z | Compiling hashlink v0.8.3 |
1916 | 2023-11-08T23:23:25.520Z | Compiling aead v0.5.2 |
1917 | 2023-11-08T23:23:26.045Z | Compiling nibble_vec v0.1.0 |
1918 | 2023-11-08T23:23:26.327Z | Compiling packed_struct_codegen v0.10.1 |
1919 | 2023-11-08T23:23:26.348Z | Compiling dirs-sys-next v0.1.2 |
1920 | 2023-11-08T23:23:27.166Z | Compiling humantime v2.1.0 |
1921 | 2023-11-08T23:23:27.559Z | Compiling doc-comment v0.3.3 |
1922 | 2023-11-08T23:23:28.308Z | Compiling glob v0.3.1 |
1923 | 2023-11-08T23:23:28.565Z | Compiling fallible-streaming-iterator v0.1.9 |
1924 | 2023-11-08T23:23:28.973Z | Compiling crunchy v0.2.2 |
1925 | 2023-11-08T23:23:29.646Z | Compiling nodrop v0.1.14 |
1926 | 2023-11-08T23:23:29.699Z | Compiling endian-type v0.1.2 |
1927 | 2023-11-08T23:23:29.823Z | Compiling array-init v0.0.4 |
1928 | 2023-11-08T23:23:30.048Z | Compiling radix_trie v0.2.1 |
1929 | 2023-11-08T23:23:31.571Z | Compiling clang-sys v1.6.1 |
1930 | 2023-11-08T23:23:31.949Z | Compiling rusqlite v0.29.0 |
1931 | 2023-11-08T23:23:32.814Z | Compiling dirs-next v2.0.0 |
1932 | 2023-11-08T23:23:34.035Z | Compiling pkcs1 v0.7.5 |
1933 | 2023-11-08T23:23:35.070Z | Compiling smallvec v0.6.14 |
1934 | 2023-11-08T23:23:35.834Z | Compiling slog-envlogger v2.2.0 |
1935 | 2023-11-08T23:23:38.574Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1936 | 2023-11-08T23:23:39.146Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1937 | 2023-11-08T23:23:39.716Z | Compiling nix v0.26.2 |
1938 | 2023-11-08T23:23:39.963Z | Compiling num_enum_derive v0.7.0 |
1939 | 2023-11-08T23:23:40.272Z | Compiling twox-hash v1.6.3 |
1940 | 2023-11-08T23:23:40.434Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1941 | 2023-11-08T23:23:42.060Z | Compiling bitfield v0.14.0 |
1942 | 2023-11-08T23:23:42.075Z | Compiling tiny-keccak v2.0.2 |
1943 | 2023-11-08T23:23:42.496Z | Compiling platforms v3.0.2 |
1944 | 2023-11-08T23:23:42.508Z | Compiling prettyplease v0.2.12 |
1945 | 2023-11-08T23:23:42.944Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1946 | 2023-11-08T23:23:43.023Z | Compiling rsa v0.9.2 |
1947 | 2023-11-08T23:23:43.094Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1948 | 2023-11-08T23:23:44.046Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1949 | 2023-11-08T23:23:45.100Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1950 | 2023-11-08T23:23:53.144Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1951 | 2023-11-08T23:24:02.024Z | Compiling num_enum v0.7.0 |
1952 | 2023-11-08T23:24:02.667Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1953 | 2023-11-08T23:24:02.789Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1954 | 2023-11-08T23:24:02.869Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1955 | 2023-11-08T23:24:02.971Z | Compiling parking_lot v0.11.2 |
1956 | 2023-11-08T23:24:03.014Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1957 | 2023-11-08T23:24:03.533Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1958 | 2023-11-08T23:24:03.634Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1959 | 2023-11-08T23:24:04.645Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1960 | 2023-11-08T23:24:16.991Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1961 | 2023-11-08T23:24:21.383Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1962 | 2023-11-08T23:24:36.135Z | Compiling steno v0.4.0 |
1963 | 2023-11-08T23:24:39.006Z | Compiling serde-hex v0.1.0 |
1964 | 2023-11-08T23:24:41.453Z | Compiling mime_guess v2.0.4 |
1965 | 2023-11-08T23:24:41.995Z | Compiling term v0.7.0 |
1966 | 2023-11-08T23:24:43.616Z | Compiling trust-dns-client v0.22.0 |
1967 | 2023-11-08T23:24:44.139Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1968 | 2023-11-08T23:24:44.675Z | Compiling polyval v0.6.1 |
1969 | 2023-11-08T23:24:45.497Z | Compiling x509-cert v0.2.4 |
1970 | 2023-11-08T23:24:48.656Z | Compiling tungstenite v0.20.1 |
1971 | 2023-11-08T23:24:50.515Z | Compiling env_logger v0.10.0 |
1972 | 2023-11-08T23:24:56.995Z | Compiling aes v0.8.3 |
1973 | 2023-11-08T23:24:58.246Z | Compiling ctr v0.9.2 |
1974 | 2023-11-08T23:24:58.801Z | Compiling darling_core v0.14.4 |
1975 | 2023-11-08T23:25:01.475Z | Compiling ron v0.8.1 |
1976 | 2023-11-08T23:25:02.207Z | Compiling snafu-derive v0.7.5 |
1977 | 2023-11-08T23:25:05.000Z | Compiling bincode v1.3.3 |
1978 | 2023-11-08T23:25:07.758Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1979 | 2023-11-08T23:25:08.125Z | Compiling erased-serde v0.3.30 |
1980 | 2023-11-08T23:25:08.139Z | Compiling minimal-lexical v0.2.1 |
1981 | 2023-11-08T23:25:08.233Z | Compiling crc-any v2.4.3 |
1982 | 2023-11-08T23:25:08.818Z | Compiling convert_case v0.4.0 |
1983 | 2023-11-08T23:25:08.927Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1984 | 2023-11-08T23:25:09.912Z | Compiling nom v7.1.3 |
1985 | 2023-11-08T23:25:10.118Z | Compiling derive_more v0.99.17 |
1986 | 2023-11-08T23:25:10.529Z | Compiling snafu v0.7.5 |
1987 | 2023-11-08T23:25:12.551Z | Compiling trust-dns-server v0.22.1 |
1988 | 2023-11-08T23:25:12.674Z | Compiling darling_macro v0.14.4 |
1989 | 2023-11-08T23:25:14.117Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1990 | 2023-11-08T23:25:16.477Z | Compiling aes-gcm-siv v0.11.1 |
1991 | 2023-11-08T23:25:16.945Z | Compiling tokio-tungstenite v0.20.1 |
1992 | 2023-11-08T23:25:18.085Z | Compiling ascii-canvas v3.0.0 |
1993 | 2023-11-08T23:25:18.547Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1994 | 2023-11-08T23:25:19.131Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1995 | 2023-11-08T23:25:22.595Z | Compiling sled v0.34.7 |
1996 | 2023-11-08T23:25:24.267Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1997 | 2023-11-08T23:25:32.864Z | Compiling env_logger v0.9.3 |
1998 | 2023-11-08T23:25:40.280Z | Compiling tungstenite v0.18.0 |
1999 | 2023-11-08T23:25:40.523Z | Compiling object v0.30.4 |
2000 | 2023-11-08T23:25:40.640Z | Compiling is-terminal v0.4.9 |
2001 | 2023-11-08T23:25:40.785Z | Compiling libsw v3.3.0 |
2002 | 2023-11-08T23:25:41.297Z | Compiling ena v0.14.2 |
2003 | 2023-11-08T23:25:41.946Z | Compiling async-recursion v1.0.5 |
2004 | 2023-11-08T23:25:43.521Z | Compiling bitstruct_derive v0.1.0 |
2005 | 2023-11-08T23:25:45.555Z | Compiling derive-where v1.2.5 |
2006 | 2023-11-08T23:25:50.016Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2007 | 2023-11-08T23:25:50.221Z | Compiling libloading v0.7.4 |
2008 | 2023-11-08T23:25:50.288Z | Compiling diff v0.1.13 |
2009 | 2023-11-08T23:25:50.780Z | Compiling ringbuffer v0.15.0 |
2010 | 2023-11-08T23:25:51.049Z | Compiling ascii v1.1.0 |
2011 | 2023-11-08T23:25:51.226Z | Compiling linear-map v1.2.0 |
2012 | 2023-11-08T23:25:51.857Z | Compiling owo-colors v3.5.0 |
2013 | 2023-11-08T23:25:51.889Z | Compiling bindgen v0.65.1 |
2014 | 2023-11-08T23:25:52.415Z | Compiling path-slash v0.1.5 |
2015 | 2023-11-08T23:25:52.582Z | Compiling pretty-hex v0.3.0 |
2016 | 2023-11-08T23:25:52.756Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2017 | 2023-11-08T23:25:52.932Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2018 | 2023-11-08T23:25:57.283Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2019 | 2023-11-08T23:25:57.571Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2020 | 2023-11-08T23:26:07.155Z | Compiling lalrpop v0.19.12 |
2021 | 2023-11-08T23:26:13.076Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2022 | 2023-11-08T23:26:13.212Z | Compiling bitstruct v0.1.1 |
2023 | 2023-11-08T23:26:13.376Z | Compiling tokio-tungstenite v0.18.0 |
2024 | 2023-11-08T23:26:14.088Z | Compiling curve25519-dalek v4.1.0 |
2025 | 2023-11-08T23:26:14.689Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2026 | 2023-11-08T23:26:17.336Z | Compiling cexpr v0.6.0 |
2027 | 2023-11-08T23:26:19.852Z | Compiling darling v0.14.4 |
2028 | 2023-11-08T23:26:23.064Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2029 | 2023-11-08T23:26:24.298Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2030 | 2023-11-08T23:26:25.295Z | Compiling which v4.4.0 |
2031 | 2023-11-08T23:26:25.805Z | Compiling ff v0.13.0 |
2032 | 2023-11-08T23:26:26.171Z | Compiling kstat-rs v0.2.3 |
2033 | 2023-11-08T23:26:26.186Z | Compiling path-dedot v3.1.0 |
2034 | 2023-11-08T23:26:26.562Z | Compiling serde_arrays v0.1.0 |
2035 | 2023-11-08T23:26:26.808Z | Compiling shlex v1.1.0 |
2036 | 2023-11-08T23:26:27.183Z | Compiling lazycell v1.3.0 |
2037 | 2023-11-08T23:26:27.423Z | Compiling display-error-chain v0.2.0 |
2038 | 2023-11-08T23:26:27.690Z | Compiling rustc-hash v1.1.0 |
2039 | 2023-11-08T23:26:27.912Z | Compiling peeking_take_while v0.1.2 |
2040 | 2023-11-08T23:26:27.962Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2041 | 2023-11-08T23:26:28.305Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2042 | 2023-11-08T23:26:29.566Z | Compiling path-absolutize v3.1.0 |
2043 | 2023-11-08T23:26:29.867Z | Compiling group v0.13.0 |
2044 | 2023-11-08T23:26:30.129Z | Compiling derive_builder_core v0.12.0 |
2045 | 2023-11-08T23:26:31.959Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2046 | 2023-11-08T23:26:33.946Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2047 | 2023-11-08T23:26:41.515Z | Compiling olpc-cjson v0.1.3 |
2048 | 2023-11-08T23:26:42.407Z | Compiling pem v1.1.1 |
2049 | 2023-11-08T23:26:42.911Z | Compiling camino-tempfile v1.0.2 |
2050 | 2023-11-08T23:26:44.197Z | Compiling globset v0.4.13 |
2051 | 2023-11-08T23:26:44.950Z | Compiling crypto-bigint v0.5.2 |
2052 | 2023-11-08T23:26:46.254Z | Compiling serde_plain v1.0.2 |
2053 | 2023-11-08T23:26:46.739Z | Compiling thiserror-impl-no-std v2.0.2 |
2054 | 2023-11-08T23:26:50.552Z | Compiling curve25519-dalek-derive v0.1.0 |
2055 | 2023-11-08T23:26:51.283Z | Compiling libxml v0.3.3 |
2056 | 2023-11-08T23:26:51.470Z | Compiling ref-cast v1.0.20 |
2057 | 2023-11-08T23:26:51.820Z | Compiling base16ct v0.2.0 |
2058 | 2023-11-08T23:26:52.149Z | Compiling buf-list v1.0.3 |
2059 | 2023-11-08T23:26:52.479Z | Compiling elliptic-curve v0.13.5 |
2060 | 2023-11-08T23:26:53.112Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2061 | 2023-11-08T23:26:53.393Z | Compiling thiserror-no-std v2.0.2 |
2062 | 2023-11-08T23:26:53.558Z | Compiling tough v0.14.0 |
2063 | 2023-11-08T23:26:55.654Z | Compiling polar-core v0.27.0 |
2064 | 2023-11-08T23:26:56.980Z | Compiling derive_builder_macro v0.12.0 |
2065 | 2023-11-08T23:26:58.214Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2066 | 2023-11-08T23:26:59.404Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2067 | 2023-11-08T23:27:06.114Z | Compiling poly1305 v0.8.0 |
2068 | 2023-11-08T23:27:08.027Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2069 | 2023-11-08T23:27:08.457Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2070 | 2023-11-08T23:27:08.749Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2071 | 2023-11-08T23:27:08.903Z | Compiling chacha20 v0.9.1 |
2072 | 2023-11-08T23:27:09.102Z | Compiling strum_macros v0.24.3 |
2073 | 2023-11-08T23:27:09.640Z | Compiling const_format_proc_macros v0.2.31 |
2074 | 2023-11-08T23:27:11.115Z | Compiling bcs v0.1.6 |
2075 | 2023-11-08T23:27:12.541Z | Compiling ref-cast-impl v1.0.20 |
2076 | 2023-11-08T23:27:12.952Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2077 | 2023-11-08T23:27:13.424Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2078 | 2023-11-08T23:27:13.890Z | Compiling cookie v0.16.2 |
2079 | 2023-11-08T23:27:14.329Z | Compiling indoc v1.0.9 |
2080 | 2023-11-08T23:27:14.381Z | Compiling highway v1.1.0 |
2081 | 2023-11-08T23:27:14.860Z | Compiling signature v1.6.4 |
2082 | 2023-11-08T23:27:15.091Z | Compiling salty v0.2.0 |
2083 | 2023-11-08T23:27:15.715Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2084 | 2023-11-08T23:27:16.211Z | Compiling ed25519 v1.5.3 |
2085 | 2023-11-08T23:27:16.744Z | Compiling const_format v0.2.31 |
2086 | 2023-11-08T23:27:16.846Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2087 | 2023-11-08T23:27:18.641Z | Compiling chacha20poly1305 v0.10.1 |
2088 | 2023-11-08T23:27:19.012Z | Compiling derive_builder v0.12.0 |
2089 | 2023-11-08T23:27:19.299Z | Compiling vsss-rs v3.3.1 |
2090 | 2023-11-08T23:27:28.888Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2091 | 2023-11-08T23:27:29.146Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2092 | 2023-11-08T23:27:38.085Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2093 | 2023-11-08T23:27:40.687Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2094 | 2023-11-08T23:27:41.237Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2095 | 2023-11-08T23:27:44.195Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2096 | 2023-11-08T23:27:44.629Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2097 | 2023-11-08T23:27:47.134Z | Compiling ron v0.7.1 |
2098 | 2023-11-08T23:27:53.593Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2099 | 2023-11-08T23:27:56.857Z | Compiling headers-core v0.2.0 |
2100 | 2023-11-08T23:27:57.031Z | Compiling bb8 v0.8.1 |
2101 | 2023-11-08T23:27:57.108Z | Compiling quick-xml v0.23.1 |
2102 | 2023-11-08T23:27:57.965Z | Compiling serde-big-array v0.5.1 |
2103 | 2023-11-08T23:27:57.979Z | Compiling oso-derive v0.27.0 |
2104 | 2023-11-08T23:27:58.355Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2105 | 2023-11-08T23:27:58.786Z | Compiling impl-trait-for-tuples v0.2.2 |
2106 | 2023-11-08T23:27:59.537Z | Compiling http-range v0.1.5 |
2107 | 2023-11-08T23:27:59.654Z | Compiling bit_field v0.10.2 |
2108 | 2023-11-08T23:28:00.071Z | Compiling maplit v1.0.2 |
2109 | 2023-11-08T23:28:00.242Z | Compiling hyper-staticfile v0.9.5 |
2110 | 2023-11-08T23:28:00.596Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2111 | 2023-11-08T23:28:05.944Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2112 | 2023-11-08T23:28:07.039Z | Compiling headers v0.3.9 |
2113 | 2023-11-08T23:28:15.140Z | Compiling oso v0.27.0 |
2114 | 2023-11-08T23:28:33.116Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2115 | 2023-11-08T23:28:33.309Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2116 | 2023-11-08T23:28:33.746Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2117 | 2023-11-08T23:28:34.778Z | Compiling signal-hook-tokio v0.3.1 |
2118 | 2023-11-08T23:28:35.080Z | Compiling serde-big-array v0.4.1 |
2119 | 2023-11-08T23:28:35.978Z | Compiling indoc v2.0.3 |
2120 | 2023-11-08T23:28:37.521Z | Compiling cassowary v0.3.0 |
2121 | 2023-11-08T23:28:37.602Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2122 | 2023-11-08T23:28:42.069Z | Compiling ratatui v0.23.0 |
2123 | 2023-11-08T23:28:42.131Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2124 | 2023-11-08T23:28:45.338Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2125 | 2023-11-08T23:28:47.598Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2126 | 2023-11-08T23:28:48.172Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2127 | 2023-11-08T23:28:53.053Z | Compiling fatfs v0.3.6 |
2128 | 2023-11-08T23:28:56.323Z | Compiling bytesize v1.3.0 |
2129 | 2023-11-08T23:28:57.311Z | Compiling nanorand v0.7.0 |
2130 | 2023-11-08T23:28:58.384Z | Compiling rtoolbox v0.0.1 |
2131 | 2023-11-08T23:28:58.524Z | Compiling assert_matches v1.5.0 |
2132 | 2023-11-08T23:28:58.668Z | Compiling unicode-linebreak v0.1.5 |
2133 | 2023-11-08T23:28:58.881Z | Compiling corncobs v0.1.3 |
2134 | 2023-11-08T23:28:59.075Z | Compiling is_ci v1.1.1 |
2135 | 2023-11-08T23:28:59.510Z | Compiling fs-err v2.9.0 |
2136 | 2023-11-08T23:28:59.580Z | Compiling smawk v0.3.1 |
2137 | 2023-11-08T23:28:59.630Z | Compiling supports-color v2.1.0 |
2138 | 2023-11-08T23:28:59.926Z | Compiling textwrap v0.16.0 |
2139 | 2023-11-08T23:29:00.754Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2140 | 2023-11-08T23:29:00.896Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2141 | 2023-11-08T23:29:02.239Z | Compiling rpassword v7.2.0 |
2142 | 2023-11-08T23:29:02.948Z | Compiling flume v0.11.0 |
2143 | 2023-11-08T23:29:04.248Z | Compiling tui-tree-widget v0.13.0 |
2144 | 2023-11-08T23:29:05.150Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2145 | 2023-11-08T23:29:06.527Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2146 | 2023-11-08T23:29:07.896Z | Compiling shell-words v1.1.0 |
2147 | 2023-11-08T23:29:08.623Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2148 | 2023-11-08T23:29:25.699Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2149 | 2023-11-08T23:30:27.977Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2150 | 2023-11-08T23:30:31.245Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2151 | 2023-11-08T23:33:09.992Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2152 | 2023-11-08T23:34:21.566Z | Compiling git2 v0.17.2 |
2153 | 2023-11-08T23:34:27.453Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2154 | 2023-11-08T23:34:33.964Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2155 | 2023-11-08T23:34:41.338Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2156 | 2023-11-08T23:34:56.925Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2157 | 2023-11-08T23:34:58.811Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2158 | 2023-11-08T23:35:01.959Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2159 | 2023-11-08T23:35:03.543Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2160 | 2023-11-08T23:44:04.207Z | Finished release [optimized] target(s) in 21m 54s |
2161 | 2023-11-08T23:45:17.650Z | |
2162 | 2023-11-08T23:45:17.653Z | real 23:09.808171723 |
2163 | 2023-11-08T23:45:17.656Z | user 2:40:46.469356722 |
2164 | 2023-11-08T23:45:17.659Z | sys 7:19.093604209 |
2165 | 2023-11-08T23:45:17.662Z | trap 5.556142278 |
2166 | 2023-11-08T23:45:17.666Z | tflt 1.587690884 |
2167 | 2023-11-08T23:45:17.669Z | dflt 3.930178290 |
2168 | 2023-11-08T23:45:17.672Z | kflt 0.018369769 |
2169 | 2023-11-08T23:45:17.675Z | lock 9:08:43.330348692 |
2170 | 2023-11-08T23:45:17.678Z | slp 6:37:37.744462917 |
2171 | 2023-11-08T23:45:17.682Z | lat 2:59.817584566 |
2172 | 2023-11-08T23:45:17.684Z | stop 52.898674605 |
2173 | 2023-11-08T23:45:17.687Z | + 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/*) |
2174 | 2023-11-08T23:45:17.690Z | + pfexec mkdir -p /work |
2175 | 2023-11-08T23:45:17.695Z | + pfexec chown build /work |
2176 | 2023-11-08T23:45:17.702Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2177 | 2023-11-08T23:45:31.563Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2178 | 2023-11-08T23:45:31.566Z | a out/mg-ddm-gz.tar 61499K |
2179 | 2023-11-08T23:45:31.569Z | a out/omicron-sled-agent.tar 120754K |
2180 | 2023-11-08T23:45:31.572Z | a out/target/test 1K |
2181 | 2023-11-08T23:45:31.575Z | a out/npuzone/npuzone 36506K |
2182 | 2023-11-08T23:45:31.578Z | a package-manifest.toml 22K |
2183 | 2023-11-08T23:45:31.593Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2184 | 2023-11-08T23:45:31.595Z | a target/release/omicron-package 41426K |
2185 | 2023-11-08T23:45:31.598Z | a tools/create_virtual_hardware.sh 3K |
2186 | 2023-11-08T23:45:31.601Z | a tools/virtual_hardware.sh 4K |
2187 | 2023-11-08T23:45:31.604Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2188 | 2023-11-08T23:45:31.607Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2189 | 2023-11-08T23:45:31.610Z | a tools/scrimlet/softnpu-init.sh 3K |
2190 | 2023-11-08T23:45:31.612Z | a tools/scrimlet/softnpu-zone.txt 1K |
2191 | 2023-11-08T23:45:31.615Z | a tools/scrimlet/softnpu.toml 1K |
2192 | 2023-11-08T23:45:31.618Z | |
2193 | 2023-11-08T23:45:31.620Z | real 13.902168987 |
2194 | 2023-11-08T23:45:31.623Z | user 13.192425880 |
2195 | 2023-11-08T23:45:31.626Z | sys 1.181251567 |
2196 | 2023-11-08T23:45:31.629Z | trap 0.003913916 |
2197 | 2023-11-08T23:45:31.632Z | tflt 0.000000000 |
2198 | 2023-11-08T23:45:31.634Z | dflt 0.000000000 |
2199 | 2023-11-08T23:45:31.638Z | kflt 0.000000000 |
2200 | 2023-11-08T23:45:31.641Z | lock 0.000000000 |
2201 | 2023-11-08T23:45:31.644Z | slp 12.901465329 |
2202 | 2023-11-08T23:45:31.647Z | lat 0.521643583 |
2203 | 2023-11-08T23:45:31.650Z | stop 0.000230765 |
2204 | 2023-11-08T23:45:31.653Z | ++ pwd |
2205 | 2023-11-08T23:45:31.657Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2206 | 2023-11-08T23:45:31.660Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2207 | 2023-11-08T23:45:31.664Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2208 | 2023-11-08T23:45:32.761Z | Finished release [optimized] target(s) in 1.10s |
2209 | 2023-11-08T23:45:32.790Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2210 | 2023-11-08T23:45:32.832Z | Created new build target 'host' and set it as active |
2211 | 2023-11-08T23:45:32.836Z | |
2212 | 2023-11-08T23:45:32.839Z | real 1.257689150 |
2213 | 2023-11-08T23:45:32.842Z | user 0.881402434 |
2214 | 2023-11-08T23:45:32.846Z | sys 0.377618603 |
2215 | 2023-11-08T23:45:32.848Z | trap 0.000063673 |
2216 | 2023-11-08T23:45:32.854Z | tflt 0.000002113 |
2217 | 2023-11-08T23:45:32.857Z | dflt 0.000009451 |
2218 | 2023-11-08T23:45:32.861Z | kflt 0.000000000 |
2219 | 2023-11-08T23:45:32.865Z | lock 0.033270700 |
2220 | 2023-11-08T23:45:32.868Z | slp 0.021222361 |
2221 | 2023-11-08T23:45:32.871Z | lat 0.002002513 |
2222 | 2023-11-08T23:45:32.876Z | stop 0.000224598 |
2223 | 2023-11-08T23:45:32.879Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2224 | 2023-11-08T23:45:33.982Z | Finished release [optimized] target(s) in 1.06s |
2225 | 2023-11-08T23:45:34.013Z | Running `target/release/omicron-package -t host package` |
2226 | 2023-11-08T23:45:34.056Z | Nov 08 23:45:34.057 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2227 | 2023-11-08T23:45:35.219Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2228 | 2023-11-08T23:49:16.249Z | Finished release [optimized] target(s) in 3m 42s |
2229 | 2023-11-08T23:50:40.615Z | |
2230 | 2023-11-08T23:50:40.618Z | real 5:07.789108555 |
2231 | 2023-11-08T23:50:40.634Z | user 20:59.209009772 |
2232 | 2023-11-08T23:50:40.640Z | sys 1:11.748432195 |
2233 | 2023-11-08T23:50:40.644Z | trap 0.592779516 |
2234 | 2023-11-08T23:50:40.649Z | tflt 0.043739182 |
2235 | 2023-11-08T23:50:40.653Z | dflt 2.263655489 |
2236 | 2023-11-08T23:50:40.657Z | kflt 0.084135904 |
2237 | 2023-11-08T23:50:40.660Z | lock 1:15:01.985579011 |
2238 | 2023-11-08T23:50:40.678Z | slp 17:56.440329955 |
2239 | 2023-11-08T23:50:40.685Z | lat 8.599909833 |
2240 | 2023-11-08T23:50:40.695Z | stop 0.639218294 |
2241 | 2023-11-08T23:50:40.703Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2242 | 2023-11-08T23:50:40.706Z | + for package in "$@" |
2243 | 2023-11-08T23:50:40.710Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2244 | 2023-11-08T23:50:40.713Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git1ce5f1285ba |
2245 | 2023-11-08T23:50:41.804Z | Finished release [optimized] target(s) in 1.09s |
2246 | 2023-11-08T23:50:41.833Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git1ce5f1285ba` |
2247 | 2023-11-08T23:50:41.875Z | Nov 08 23:50:41.877 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2248 | 2023-11-08T23:50:42.443Z | Created: out/versioned/omicron-sled-agent.tar |
2249 | 2023-11-08T23:50:42.447Z | + for package in "$@" |
2250 | 2023-11-08T23:50:42.450Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2251 | 2023-11-08T23:50:42.452Z | + echo 0.0.0 |
2252 | 2023-11-08T23:50:42.455Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2253 | 2023-11-08T23:50:42.458Z | a VERSION 1K |
2254 | 2023-11-08T23:50:42.461Z | + rm VERSION |
2255 | 2023-11-08T23:50:42.467Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git1ce5f1285ba |
2256 | 2023-11-08T23:50:43.596Z | Finished release [optimized] target(s) in 1.05s |
2257 | 2023-11-08T23:50:43.619Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git1ce5f1285ba` |
2258 | 2023-11-08T23:50:43.662Z | Nov 08 23:50:43.664 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2259 | 2023-11-08T23:50:43.961Z | Created: out/versioned/mg-ddm-gz.tar |
2260 | 2023-11-08T23:50:43.964Z | + for package in "$@" |
2261 | 2023-11-08T23:50:43.967Z | + [[ propolis-server == mg-ddm-gz ]] |
2262 | 2023-11-08T23:50:43.970Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git1ce5f1285ba |
2263 | 2023-11-08T23:50:45.117Z | Finished release [optimized] target(s) in 1.07s |
2264 | 2023-11-08T23:50:45.147Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git1ce5f1285ba` |
2265 | 2023-11-08T23:50:45.190Z | Nov 08 23:50:45.193 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2266 | 2023-11-08T23:50:46.988Z | Created: out/versioned/propolis-server.tar.gz |
2267 | 2023-11-08T23:50:46.993Z | + for package in "$@" |
2268 | 2023-11-08T23:50:46.996Z | + [[ overlay == mg-ddm-gz ]] |
2269 | 2023-11-08T23:50:46.999Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git1ce5f1285ba |
2270 | 2023-11-08T23:50:48.144Z | Finished release [optimized] target(s) in 1.07s |
2271 | 2023-11-08T23:50:48.174Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git1ce5f1285ba` |
2272 | 2023-11-08T23:50:48.218Z | Nov 08 23:50:48.219 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2273 | 2023-11-08T23:50:48.227Z | Created: out/versioned/overlay.tar.gz |
2274 | 2023-11-08T23:50:48.235Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2275 | 2023-11-08T23:50:48.252Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2276 | 2023-11-08T23:50:48.263Z | ++ cd -- ./tools |
2277 | 2023-11-08T23:50:48.270Z | ++ pwd |
2278 | 2023-11-08T23:50:48.275Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2279 | 2023-11-08T23:50:48.278Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2280 | 2023-11-08T23:50:48.281Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2281 | 2023-11-08T23:50:48.284Z | ++ readlink -f /work |
2282 | 2023-11-08T23:50:48.290Z | + out_dir=/work |
2283 | 2023-11-08T23:50:48.297Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2284 | 2023-11-08T23:50:48.300Z | + for dep in "${deps[@]}" |
2285 | 2023-11-08T23:50:48.304Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2286 | 2023-11-08T23:50:48.310Z | + for dep in "${deps[@]}" |
2287 | 2023-11-08T23:50:48.313Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2288 | 2023-11-08T23:50:48.316Z | + for dep in "${deps[@]}" |
2289 | 2023-11-08T23:50:48.323Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2290 | 2023-11-08T23:50:48.388Z | + for dep in "${deps[@]}" |
2291 | 2023-11-08T23:50:48.404Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2292 | 2023-11-08T23:50:48.416Z | ++ mktemp -d |
2293 | 2023-11-08T23:50:48.421Z | + tmp_gz=/tmp/tmp.7YayUi |
2294 | 2023-11-08T23:50:48.424Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2295 | 2023-11-08T23:50:48.427Z | + echo '{"v":"1","t":"layer"}' |
2296 | 2023-11-08T23:50:48.430Z | + pkg_dir=/tmp/tmp.7YayUi/root/opt/oxide/sled-agent |
2297 | 2023-11-08T23:50:48.433Z | + mkdir -p /tmp/tmp.7YayUi/root/opt/oxide/sled-agent |
2298 | 2023-11-08T23:50:48.440Z | + cd /tmp/tmp.7YayUi/root/opt/oxide/sled-agent |
2299 | 2023-11-08T23:50:48.443Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2300 | 2023-11-08T23:50:48.447Z | x ., 0 bytes, 0 tape blocks |
2301 | 2023-11-08T23:50:48.459Z | x zone-bundle, 38250272 bytes, 74708 tape blocks |
2302 | 2023-11-08T23:50:48.462Z | x sled-agent, 85380120 bytes, 166759 tape blocks |
2303 | 2023-11-08T23:50:48.470Z | x pkg, 0 bytes, 0 tape blocks |
2304 | 2023-11-08T23:50:48.474Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2305 | 2023-11-08T23:50:48.477Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2306 | 2023-11-08T23:50:48.483Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2307 | 2023-11-08T23:50:48.486Z | x VERSION, 25 bytes, 1 tape blocks |
2308 | 2023-11-08T23:50:48.490Z | + mkdir -p /tmp/tmp.7YayUi/root/lib/svc/manifest/site/ |
2309 | 2023-11-08T23:50:48.494Z | + mv pkg/manifest.xml /tmp/tmp.7YayUi/root/lib/svc/manifest/site/sled-agent.xml |
2310 | 2023-11-08T23:50:48.498Z | + cd - |
2311 | 2023-11-08T23:50:48.501Z | /work/oxidecomputer/omicron |
2312 | 2023-11-08T23:50:48.505Z | + pkg_dir=/tmp/tmp.7YayUi/root/opt/oxide/mg-ddm |
2313 | 2023-11-08T23:50:48.508Z | + mkdir -p /tmp/tmp.7YayUi/root/opt/oxide/mg-ddm |
2314 | 2023-11-08T23:50:48.511Z | + cd /tmp/tmp.7YayUi/root/opt/oxide/mg-ddm |
2315 | 2023-11-08T23:50:48.524Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2316 | 2023-11-08T23:50:48.527Z | x ., 0 bytes, 0 tape blocks |
2317 | 2023-11-08T23:50:48.531Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2318 | 2023-11-08T23:50:48.538Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2319 | 2023-11-08T23:50:48.541Z | x pkg, 0 bytes, 0 tape blocks |
2320 | 2023-11-08T23:50:48.547Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2321 | 2023-11-08T23:50:48.564Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2322 | 2023-11-08T23:50:48.567Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2323 | 2023-11-08T23:50:48.570Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2324 | 2023-11-08T23:50:48.574Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2325 | 2023-11-08T23:50:48.577Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2326 | 2023-11-08T23:50:48.584Z | x VERSION, 25 bytes, 1 tape blocks |
2327 | 2023-11-08T23:50:48.587Z | + cd - |
2328 | 2023-11-08T23:50:48.590Z | /work/oxidecomputer/omicron |
2329 | 2023-11-08T23:50:48.593Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.7YayUi/root/opt/oxide |
2330 | 2023-11-08T23:50:48.596Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.7YayUi/root/opt/oxide |
2331 | 2023-11-08T23:50:48.600Z | + cd /tmp/tmp.7YayUi |
2332 | 2023-11-08T23:50:48.604Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2333 | 2023-11-08T23:51:00.840Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2334 | 2023-11-08T23:51:00.844Z | a oxide.json 1K |
2335 | 2023-11-08T23:51:00.849Z | a root/ 0K |
2336 | 2023-11-08T23:51:00.859Z | a root/opt/ 0K |
2337 | 2023-11-08T23:51:00.865Z | a root/opt/oxide/ 0K |
2338 | 2023-11-08T23:51:00.869Z | a root/opt/oxide/sled-agent/ 0K |
2339 | 2023-11-08T23:51:00.872Z | a root/opt/oxide/sled-agent/zone-bundle 37354K |
2340 | 2023-11-08T23:51:00.885Z | a root/opt/oxide/sled-agent/sled-agent 83380K |
2341 | 2023-11-08T23:51:00.897Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2342 | 2023-11-08T23:51:00.902Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2343 | 2023-11-08T23:51:00.906Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2344 | 2023-11-08T23:51:00.912Z | a root/opt/oxide/sled-agent/VERSION 1K |
2345 | 2023-11-08T23:51:00.919Z | a root/opt/oxide/mg-ddm/ 0K |
2346 | 2023-11-08T23:51:00.925Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2347 | 2023-11-08T23:51:00.930Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2348 | 2023-11-08T23:51:00.936Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2349 | 2023-11-08T23:51:00.940Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2350 | 2023-11-08T23:51:00.946Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2351 | 2023-11-08T23:51:00.951Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2352 | 2023-11-08T23:51:00.955Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2353 | 2023-11-08T23:51:00.960Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2354 | 2023-11-08T23:51:00.966Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2355 | 2023-11-08T23:51:00.973Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2356 | 2023-11-08T23:51:01.381Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2357 | 2023-11-08T23:51:01.384Z | a root/opt/oxide/overlay.tar.gz 2K |
2358 | 2023-11-08T23:51:01.387Z | a root/lib/ 0K |
2359 | 2023-11-08T23:51:01.394Z | a root/lib/svc/ 0K |
2360 | 2023-11-08T23:51:01.404Z | a root/lib/svc/manifest/ 0K |
2361 | 2023-11-08T23:51:01.410Z | a root/lib/svc/manifest/site/ 0K |
2362 | 2023-11-08T23:51:01.416Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2363 | 2023-11-08T23:51:01.421Z | + cd / |
2364 | 2023-11-08T23:51:01.424Z | + rm -rf /tmp/tmp.7YayUi |
2365 | 2023-11-08T23:51:01.428Z | |
2366 | 2023-11-08T23:51:01.431Z | real 12.664687064 |
2367 | 2023-11-08T23:51:01.434Z | user 11.656507534 |
2368 | 2023-11-08T23:51:01.437Z | sys 1.065263497 |
2369 | 2023-11-08T23:51:01.440Z | trap 0.005037426 |
2370 | 2023-11-08T23:51:01.443Z | tflt 0.000000000 |
2371 | 2023-11-08T23:51:01.446Z | dflt 0.000000000 |
2372 | 2023-11-08T23:51:01.449Z | kflt 0.000000000 |
2373 | 2023-11-08T23:51:01.453Z | lock 0.000000000 |
2374 | 2023-11-08T23:51:01.455Z | slp 24.384105608 |
2375 | 2023-11-08T23:51:01.458Z | lat 0.467281473 |
2376 | 2023-11-08T23:51:01.461Z | stop 0.000311270 |
2377 | 2023-11-08T23:51:01.465Z | + mkdir -p /work/zones |
2378 | 2023-11-08T23:51:01.468Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2379 | 2023-11-08T23:51:01.475Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2380 | 2023-11-08T23:51:04.556Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2381 | 2023-11-08T23:51:05.768Z | Finished release [optimized] target(s) in 1.13s |
2382 | 2023-11-08T23:51:05.800Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2383 | 2023-11-08T23:51:05.842Z | Created new build target 'recovery' and set it as active |
2384 | 2023-11-08T23:51:05.852Z | |
2385 | 2023-11-08T23:51:05.856Z | real 1.290085371 |
2386 | 2023-11-08T23:51:05.862Z | user 0.910819163 |
2387 | 2023-11-08T23:51:05.866Z | sys 0.377746795 |
2388 | 2023-11-08T23:51:05.871Z | trap 0.000688190 |
2389 | 2023-11-08T23:51:05.874Z | tflt 0.000008860 |
2390 | 2023-11-08T23:51:05.885Z | dflt 0.000031296 |
2391 | 2023-11-08T23:51:05.897Z | kflt 0.000000000 |
2392 | 2023-11-08T23:51:05.921Z | lock 0.039192470 |
2393 | 2023-11-08T23:51:05.926Z | slp 0.023841733 |
2394 | 2023-11-08T23:51:05.930Z | lat 0.003933792 |
2395 | 2023-11-08T23:51:05.937Z | stop 0.000237772 |
2396 | 2023-11-08T23:51:05.944Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2397 | 2023-11-08T23:51:07.046Z | Finished release [optimized] target(s) in 1.11s |
2398 | 2023-11-08T23:51:07.083Z | Running `target/release/omicron-package -t recovery package` |
2399 | 2023-11-08T23:51:07.119Z | Nov 08 23:51:07.121 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2400 | 2023-11-08T23:51:08.163Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2401 | 2023-11-08T23:51:12.015Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2402 | 2023-11-08T23:51:43.780Z | Finished release [optimized] target(s) in 36.57s |
2403 | 2023-11-08T23:52:01.391Z | |
2404 | 2023-11-08T23:52:01.393Z | real 55.538100535 |
2405 | 2023-11-08T23:52:01.396Z | user 2:29.927962440 |
2406 | 2023-11-08T23:52:01.399Z | sys 12.809092433 |
2407 | 2023-11-08T23:52:01.403Z | trap 0.074936846 |
2408 | 2023-11-08T23:52:01.407Z | tflt 0.180591732 |
2409 | 2023-11-08T23:52:01.824Z | dflt 0.911603279 |
2410 | 2023-11-08T23:52:01.831Z | kflt 0.000145746 |
2411 | 2023-11-08T23:52:01.835Z | lock 12:21.715071584 |
2412 | 2023-11-08T23:52:01.840Z | slp 2:37.195285454 |
2413 | 2023-11-08T23:52:01.844Z | lat 2.148262870 |
2414 | 2023-11-08T23:52:01.848Z | stop 0.184815305 |
2415 | 2023-11-08T23:52:01.853Z | + stamp_packages installinator mg-ddm-gz |
2416 | 2023-11-08T23:52:01.856Z | + for package in "$@" |
2417 | 2023-11-08T23:52:01.860Z | + [[ installinator == mg-ddm-gz ]] |
2418 | 2023-11-08T23:52:01.864Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git1ce5f1285ba |
2419 | 2023-11-08T23:52:02.554Z | Finished release [optimized] target(s) in 1.07s |
2420 | 2023-11-08T23:52:02.585Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git1ce5f1285ba` |
2421 | 2023-11-08T23:52:02.627Z | Nov 08 23:52:02.629 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2422 | 2023-11-08T23:52:02.761Z | Created: out/versioned/installinator.tar |
2423 | 2023-11-08T23:52:02.766Z | + for package in "$@" |
2424 | 2023-11-08T23:52:02.771Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2425 | 2023-11-08T23:52:02.776Z | + echo 0.0.0 |
2426 | 2023-11-08T23:52:02.781Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2427 | 2023-11-08T23:52:02.786Z | a VERSION 1K |
2428 | 2023-11-08T23:52:02.794Z | + rm VERSION |
2429 | 2023-11-08T23:52:02.800Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git1ce5f1285ba |
2430 | 2023-11-08T23:52:03.909Z | Finished release [optimized] target(s) in 1.05s |
2431 | 2023-11-08T23:52:03.939Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git1ce5f1285ba` |
2432 | 2023-11-08T23:52:03.980Z | Nov 08 23:52:03.982 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2433 | 2023-11-08T23:52:04.149Z | Created: out/versioned/mg-ddm-gz.tar |
2434 | 2023-11-08T23:52:04.153Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2435 | 2023-11-08T23:52:04.166Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2436 | 2023-11-08T23:52:04.170Z | ++ cd -- ./tools |
2437 | 2023-11-08T23:52:04.173Z | ++ pwd |
2438 | 2023-11-08T23:52:04.176Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2439 | 2023-11-08T23:52:04.179Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2440 | 2023-11-08T23:52:04.182Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2441 | 2023-11-08T23:52:04.185Z | ++ readlink -f /work |
2442 | 2023-11-08T23:52:04.189Z | + out_dir=/work |
2443 | 2023-11-08T23:52:04.192Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2444 | 2023-11-08T23:52:04.195Z | + for dep in "${deps[@]}" |
2445 | 2023-11-08T23:52:04.198Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2446 | 2023-11-08T23:52:04.201Z | + for dep in "${deps[@]}" |
2447 | 2023-11-08T23:52:04.204Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2448 | 2023-11-08T23:52:04.208Z | ++ mktemp -d |
2449 | 2023-11-08T23:52:04.237Z | + tmp_trampoline=/tmp/tmp.vvaWYi |
2450 | 2023-11-08T23:52:04.241Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2451 | 2023-11-08T23:52:04.244Z | + echo '{"v":"1","t":"layer"}' |
2452 | 2023-11-08T23:52:04.246Z | + pkg_dir=/tmp/tmp.vvaWYi/root/opt/oxide/installinator |
2453 | 2023-11-08T23:52:04.249Z | + mkdir -p /tmp/tmp.vvaWYi/root/opt/oxide/installinator |
2454 | 2023-11-08T23:52:04.253Z | + cd /tmp/tmp.vvaWYi/root/opt/oxide/installinator |
2455 | 2023-11-08T23:52:04.256Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2456 | 2023-11-08T23:52:04.260Z | x ., 0 bytes, 0 tape blocks |
2457 | 2023-11-08T23:52:04.265Z | x installinator, 52972960 bytes, 103463 tape blocks |
2458 | 2023-11-08T23:52:04.271Z | x pkg, 0 bytes, 0 tape blocks |
2459 | 2023-11-08T23:52:04.274Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2460 | 2023-11-08T23:52:04.279Z | x VERSION, 25 bytes, 1 tape blocks |
2461 | 2023-11-08T23:52:04.284Z | + mkdir -p /tmp/tmp.vvaWYi/root/lib/svc/manifest/site/ |
2462 | 2023-11-08T23:52:04.289Z | + mv pkg/manifest.xml /tmp/tmp.vvaWYi/root/lib/svc/manifest/site/installinator.xml |
2463 | 2023-11-08T23:52:04.292Z | + cd - |
2464 | 2023-11-08T23:52:04.295Z | /work/oxidecomputer/omicron |
2465 | 2023-11-08T23:52:04.299Z | + pkg_dir=/tmp/tmp.vvaWYi/root/opt/oxide/mg-ddm |
2466 | 2023-11-08T23:52:04.303Z | + mkdir -p /tmp/tmp.vvaWYi/root/opt/oxide/mg-ddm |
2467 | 2023-11-08T23:52:04.306Z | + cd /tmp/tmp.vvaWYi/root/opt/oxide/mg-ddm |
2468 | 2023-11-08T23:52:04.313Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2469 | 2023-11-08T23:52:04.318Z | x ., 0 bytes, 0 tape blocks |
2470 | 2023-11-08T23:52:04.321Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2471 | 2023-11-08T23:52:04.326Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2472 | 2023-11-08T23:52:04.330Z | x pkg, 0 bytes, 0 tape blocks |
2473 | 2023-11-08T23:52:04.334Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2474 | 2023-11-08T23:52:04.338Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2475 | 2023-11-08T23:52:04.341Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2476 | 2023-11-08T23:52:04.344Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2477 | 2023-11-08T23:52:04.347Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2478 | 2023-11-08T23:52:04.352Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2479 | 2023-11-08T23:52:04.355Z | x VERSION, 25 bytes, 1 tape blocks |
2480 | 2023-11-08T23:52:04.360Z | + cd - |
2481 | 2023-11-08T23:52:04.363Z | /work/oxidecomputer/omicron |
2482 | 2023-11-08T23:52:04.367Z | + cd /tmp/tmp.vvaWYi |
2483 | 2023-11-08T23:52:04.371Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2484 | 2023-11-08T23:52:12.468Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2485 | 2023-11-08T23:52:12.526Z | a oxide.json 1K |
2486 | 2023-11-08T23:52:12.572Z | a root/ 0K |
2487 | 2023-11-08T23:52:12.583Z | a root/opt/ 0K |
2488 | 2023-11-08T23:52:12.612Z | a root/opt/oxide/ 0K |
2489 | 2023-11-08T23:52:12.643Z | a root/opt/oxide/installinator/ 0K |
2490 | 2023-11-08T23:52:12.674Z | a root/opt/oxide/installinator/installinator 51732K |
2491 | 2023-11-08T23:52:13.112Z | a root/opt/oxide/installinator/pkg/ 0K |
2492 | 2023-11-08T23:52:13.120Z | a root/opt/oxide/installinator/VERSION 1K |
2493 | 2023-11-08T23:52:13.130Z | a root/opt/oxide/mg-ddm/ 0K |
2494 | 2023-11-08T23:52:13.137Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2495 | 2023-11-08T23:52:13.143Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2496 | 2023-11-08T23:52:13.148Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2497 | 2023-11-08T23:52:13.153Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2498 | 2023-11-08T23:52:13.158Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2499 | 2023-11-08T23:52:13.163Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2500 | 2023-11-08T23:52:13.166Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2501 | 2023-11-08T23:52:13.169Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2502 | 2023-11-08T23:52:13.173Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2503 | 2023-11-08T23:52:13.178Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2504 | 2023-11-08T23:52:13.181Z | a root/lib/ 0K |
2505 | 2023-11-08T23:52:13.186Z | a root/lib/svc/ 0K |
2506 | 2023-11-08T23:52:13.189Z | a root/lib/svc/manifest/ 0K |
2507 | 2023-11-08T23:52:13.195Z | a root/lib/svc/manifest/site/ 0K |
2508 | 2023-11-08T23:52:13.662Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2509 | 2023-11-08T23:52:13.696Z | + cd / |
2510 | 2023-11-08T23:52:13.723Z | + rm -rf /tmp/tmp.vvaWYi |
2511 | 2023-11-08T23:52:13.739Z | |
2512 | 2023-11-08T23:52:13.806Z | real 6.274842580 |
2513 | 2023-11-08T23:52:13.821Z | user 5.834717912 |
2514 | 2023-11-08T23:52:13.909Z | sys 0.467977477 |
2515 | 2023-11-08T23:52:14.030Z | trap 0.001543003 |
2516 | 2023-11-08T23:52:14.046Z | tflt 0.000000000 |
2517 | 2023-11-08T23:52:14.085Z | dflt 0.000000000 |
2518 | 2023-11-08T23:52:14.091Z | kflt 0.000000000 |
2519 | 2023-11-08T23:52:14.158Z | lock 0.000000000 |
2520 | 2023-11-08T23:52:14.165Z | slp 12.102891203 |
2521 | 2023-11-08T23:52:14.181Z | lat 0.217182647 |
2522 | 2023-11-08T23:52:14.186Z | stop 0.000297859 |
2523 | 2023-11-08T23:52:14.192Z | process exited: duration 2510317 ms, exit code 0 |
|
2524 | 2023-11-08T23:52:14.217Z | found 21 output files |
2525 | 2023-11-08T23:52:14.224Z | uploading: /work/version.txt (26 bytes) |
2526 | 2023-11-08T23:52:15.316Z | uploaded: /work/version.txt |
2527 | 2023-11-08T23:52:15.396Z | uploading: /work/package.tar.gz (83652399 bytes) |
2528 | 2023-11-08T23:52:44.001Z | uploaded: /work/package.tar.gz |
2529 | 2023-11-08T23:52:44.011Z | uploading: /work/global-zone-packages.tar.gz (124935858 bytes) |
2530 | 2023-11-08T23:53:49.728Z | uploaded: /work/global-zone-packages.tar.gz |
2531 | 2023-11-08T23:53:49.784Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36803073 bytes) |
2532 | 2023-11-08T23:54:02.256Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2533 | 2023-11-08T23:54:02.269Z | uploading: /work/zones/clickhouse.tar.gz (181754811 bytes) |
2534 | 2023-11-08T23:55:43.866Z | uploaded: /work/zones/clickhouse.tar.gz |
2535 | 2023-11-08T23:55:44.792Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181755585 bytes) |
2536 | 2023-11-08T23:57:00.803Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2537 | 2023-11-08T23:57:00.878Z | uploading: /work/zones/cockroachdb.tar.gz (118824938 bytes) |
2538 | 2023-11-08T23:57:53.344Z | uploaded: /work/zones/cockroachdb.tar.gz |
2539 | 2023-11-08T23:57:53.757Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2540 | 2023-11-08T23:58:01.705Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2541 | 2023-11-08T23:58:01.722Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2542 | 2023-11-08T23:58:20.631Z | uploaded: /work/zones/crucible.tar.gz |
2543 | 2023-11-08T23:58:20.646Z | uploading: /work/zones/external-dns.tar.gz (24178817 bytes) |
2544 | 2023-11-08T23:58:30.410Z | uploaded: /work/zones/external-dns.tar.gz |
2545 | 2023-11-08T23:58:30.421Z | uploading: /work/zones/internal-dns.tar.gz (24178816 bytes) |
2546 | 2023-11-08T23:58:40.504Z | uploaded: /work/zones/internal-dns.tar.gz |
2547 | 2023-11-08T23:58:40.509Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2548 | 2023-11-08T23:58:41.520Z | uploaded: /work/zones/ntp.tar.gz |
2549 | 2023-11-08T23:58:41.527Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18150747 bytes) |
2550 | 2023-11-08T23:59:01.592Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2551 | 2023-11-08T23:59:01.604Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18149914 bytes) |
2552 | 2023-11-08T23:59:08.634Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2553 | 2023-11-08T23:59:08.645Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72377472 bytes) |
2554 | 2023-11-08T23:59:43.993Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2555 | 2023-11-08T23:59:44.018Z | uploading: /work/zones/omicron-nexus.tar.gz (72381594 bytes) |
2556 | 2023-11-09T00:00:14.585Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2557 | 2023-11-09T00:00:14.615Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2558 | 2023-11-09T00:00:15.686Z | uploaded: /work/zones/overlay.tar.gz |
2559 | 2023-11-09T00:00:15.755Z | uploading: /work/zones/oximeter-collector.tar.gz (19203499 bytes) |
2560 | 2023-11-09T00:00:26.392Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2561 | 2023-11-09T00:00:26.403Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2562 | 2023-11-09T00:00:50.362Z | uploaded: /work/zones/propolis-server.tar.gz |
2563 | 2023-11-09T00:00:50.374Z | uploading: /work/zones/switch-asic.tar.gz (242462808 bytes) |
2564 | 2023-11-09T00:02:29.165Z | uploaded: /work/zones/switch-asic.tar.gz |
2565 | 2023-11-09T00:02:29.267Z | uploading: /work/zones/switch-softnpu.tar.gz (166286937 bytes) |
2566 | 2023-11-09T00:03:54.003Z | uploaded: /work/zones/switch-softnpu.tar.gz |