|
|
|
1 | 2024-05-30T03:11:20.870Z | job assigned to worker 01HZ3QM5P0EWHPF4E2PVWRNZ3G (queued for 1 m 10 s) |
|
2 | 2024-05-30T03:11:29.233Z | starting task 0: "setup" |
3 | 2024-05-30T03:11:29.284Z | ++ uname -s |
4 | 2024-05-30T03:11:29.298Z | + kern=SunOS |
5 | 2024-05-30T03:11:29.298Z | + case "$kern" in |
6 | 2024-05-30T03:11:29.298Z | + groupadd -g 12345 build |
7 | 2024-05-30T03:11:29.299Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-30T03:11:31.317Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-30T03:11:31.396Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-30T03:11:31.418Z | + home_fs=zfs |
11 | 2024-05-30T03:11:31.418Z | + [[ zfs == autofs ]] |
12 | 2024-05-30T03:11:31.418Z | + mkdir -p /home/build |
13 | 2024-05-30T03:11:31.418Z | + chown build:build /home/build /work |
14 | 2024-05-30T03:11:33.398Z | + chmod 0700 /home/build /work |
15 | 2024-05-30T03:11:33.418Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-05-30T03:11:33.439Z | starting task 1: "rust-toolchain" |
17 | 2024-05-30T03:11:33.452Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-30T03:11:33.454Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-30T03:11:33.578Z | info: downloading installer |
20 | 2024-05-30T03:11:35.649Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-30T03:11:35.650Z | warning: /opt/ooce/bin |
22 | 2024-05-30T03:11:35.650Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-30T03:11:35.650Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-30T03:11:35.651Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-30T03:11:35.652Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-30T03:11:35.652Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-30T03:11:35.652Z | error: cannot install while Rust is installed |
28 | 2024-05-30T03:11:35.653Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-30T03:11:35.677Z | info: profile set to 'default' |
30 | 2024-05-30T03:11:35.677Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-30T03:11:35.678Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-30T03:11:35.678Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-30T03:11:35.678Z | info: downloading component 'cargo' |
34 | 2024-05-30T03:11:36.298Z | info: downloading component 'clippy' |
35 | 2024-05-30T03:11:36.577Z | info: downloading component 'rust-docs' |
36 | 2024-05-30T03:11:37.662Z | info: downloading component 'rust-std' |
37 | 2024-05-30T03:11:39.484Z | info: downloading component 'rustc' |
38 | 2024-05-30T03:11:43.930Z | info: downloading component 'rustfmt' |
39 | 2024-05-30T03:11:44.559Z | info: installing component 'cargo' |
40 | 2024-05-30T03:11:45.465Z | info: installing component 'clippy' |
41 | 2024-05-30T03:11:45.484Z | info: installing component 'rust-docs' |
42 | 2024-05-30T03:11:46.973Z | info: installing component 'rust-std' |
43 | 2024-05-30T03:11:48.741Z | info: installing component 'rustc' |
44 | 2024-05-30T03:11:53.101Z | info: installing component 'rustfmt' |
45 | 2024-05-30T03:11:53.556Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-30T03:11:53.556Z | |
47 | 2024-05-30T03:11:53.753Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-30T03:11:53.754Z | |
49 | 2024-05-30T03:11:54.998Z | |
50 | 2024-05-30T03:11:54.998Z | Rust is installed now. Great! |
51 | 2024-05-30T03:11:54.998Z | |
52 | 2024-05-30T03:11:54.999Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-30T03:11:54.999Z | environment variable. This has not been done automatically. |
54 | 2024-05-30T03:11:54.999Z | |
55 | 2024-05-30T03:11:54.999Z | To configure your current shell, you need to source |
56 | 2024-05-30T03:11:55.000Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-30T03:11:55.000Z | |
58 | 2024-05-30T03:11:55.000Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-30T03:11:55.000Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-30T03:11:55.000Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-30T03:11:55.019Z | + rustc --version |
62 | 2024-05-30T03:11:55.020Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-30T03:11:55.020Z | process exited: duration 20552 ms, exit code 0 |
|
64 | 2024-05-30T03:11:55.051Z | starting task 2: "authentication" |
65 | 2024-05-30T03:11:55.500Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-30T03:12:10.036Z | process exited: duration 14986 ms, exit code 0 |
|
67 | 2024-05-30T03:12:10.082Z | starting task 3: "clone repository" |
68 | 2024-05-30T03:12:10.108Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-30T03:12:10.108Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-30T03:12:10.868Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-30T03:12:18.162Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-30T03:12:18.163Z | + git fetch origin 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
73 | 2024-05-30T03:12:18.523Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-30T03:12:18.524Z | * branch 456520b82107f9d050f4ddbc7b80468a4184d3d4 -> FETCH_HEAD |
75 | 2024-05-30T03:12:18.541Z | + [[ -n renovate/either-1.x ]] |
76 | 2024-05-30T03:12:18.541Z | ++ git branch --show-current |
77 | 2024-05-30T03:12:18.541Z | + current=main |
78 | 2024-05-30T03:12:18.541Z | + [[ main != renovate/either-1.x ]] |
79 | 2024-05-30T03:12:18.542Z | + git branch -f renovate/either-1.x 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
80 | 2024-05-30T03:12:18.542Z | + git checkout -f renovate/either-1.x |
81 | 2024-05-30T03:12:18.676Z | Switched to branch 'renovate/either-1.x' |
82 | 2024-05-30T03:12:18.706Z | + git reset --hard 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
83 | 2024-05-30T03:12:18.801Z | HEAD is now at 456520b82 Update Rust crate either to 1.12.0 |
84 | 2024-05-30T03:12:18.820Z | process exited: duration 8724 ms, exit code 0 |
|
85 | 2024-05-30T03:12:18.871Z | starting task 4: "build" |
86 | 2024-05-30T03:12:18.894Z | + cargo --version |
87 | 2024-05-30T03:12:18.928Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
88 | 2024-05-30T03:12:18.943Z | + rustc --version |
89 | 2024-05-30T03:12:18.995Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
90 | 2024-05-30T03:12:19.024Z | + WORK=/work |
91 | 2024-05-30T03:12:19.024Z | + pfexec mkdir -p /work |
92 | 2024-05-30T03:12:19.024Z | + pfexec chown build /work |
93 | 2024-05-30T03:12:19.024Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-05-30T03:12:35.764Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-05-30T03:12:37.784Z | Startup: Caching catalogs ... Done |
96 | 2024-05-30T03:12:39.864Z | Planning: Solver setup ... Done (1.535s) |
97 | 2024-05-30T03:12:39.896Z | Planning: Running solver ... Done (0.030s) |
98 | 2024-05-30T03:12:40.329Z | Planning: Finding local manifests ... Done (0.004s) |
99 | 2024-05-30T03:12:40.329Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-05-30T03:12:40.329Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-05-30T03:12:40.330Z | Planning: Package planning ... Done (0.053s) |
102 | 2024-05-30T03:12:40.330Z | Planning: Merging actions ... Done (0.052s) |
103 | 2024-05-30T03:12:41.618Z | Planning: Checking for conflicting actions ... Done (1.327s) |
104 | 2024-05-30T03:12:41.641Z | Planning: Consolidating action changes ... Done (0.011s) |
105 | 2024-05-30T03:12:47.675Z | Planning: Evaluating mediators ... Done (6.045s) |
106 | 2024-05-30T03:12:47.689Z | Planning: Planning completed in 9.84 seconds |
107 | 2024-05-30T03:12:48.094Z | Packages to install: 4 |
108 | 2024-05-30T03:12:48.095Z | Mediators to change: 2 |
109 | 2024-05-30T03:12:48.095Z | Services to change: 1 |
110 | 2024-05-30T03:12:48.516Z | Estimated space available: 155.78 GB |
111 | 2024-05-30T03:12:48.516Z | Estimated space to be consumed: 1.45 GB |
112 | 2024-05-30T03:12:48.516Z | Create boot environment: No |
113 | 2024-05-30T03:12:48.516Z | Create backup boot environment: No |
114 | 2024-05-30T03:12:48.516Z | Rebuild boot archive: No |
115 | 2024-05-30T03:12:48.516Z | |
116 | 2024-05-30T03:12:48.516Z | Changed mediators: |
117 | 2024-05-30T03:12:48.516Z | mediator clang: |
118 | 2024-05-30T03:12:48.516Z | version: None -> 15 (system default) |
119 | 2024-05-30T03:12:48.516Z | |
120 | 2024-05-30T03:12:48.517Z | mediator llvm: |
121 | 2024-05-30T03:12:48.517Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-05-30T03:12:48.517Z | |
123 | 2024-05-30T03:12:48.517Z | Changed packages: |
124 | 2024-05-30T03:12:48.517Z | helios-dev |
125 | 2024-05-30T03:12:48.517Z | developer/build-essential |
126 | 2024-05-30T03:12:48.517Z | None -> 11-2.0 |
127 | 2024-05-30T03:12:48.517Z | library/libxmlsec1 |
128 | 2024-05-30T03:12:48.517Z | None -> 1.2.35-2.0 |
129 | 2024-05-30T03:12:48.517Z | ooce/developer/clang-15 |
130 | 2024-05-30T03:12:48.517Z | None -> 15.0.7-2.0 |
131 | 2024-05-30T03:12:48.517Z | ooce/developer/llvm-15 |
132 | 2024-05-30T03:12:48.517Z | None -> 15.0.7-2.0 |
133 | 2024-05-30T03:12:48.517Z | |
134 | 2024-05-30T03:12:48.517Z | Services: |
135 | 2024-05-30T03:12:48.518Z | restart_fmri: |
136 | 2024-05-30T03:12:48.518Z | svc:/system/update-man-index:default |
137 | 2024-05-30T03:12:48.988Z | |
138 | 2024-05-30T03:12:48.988Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-05-30T03:12:53.306Z | Download: 1193/3290 items 79.0/212.6MB 37% complete (16.0M/s) |
140 | 2024-05-30T03:12:58.315Z | Download: 1507/3290 items 117.4/212.6MB 55% complete (12.1M/s) |
141 | 2024-05-30T03:13:03.367Z | Download: 2155/3290 items 119.0/212.6MB 55% complete (5.2M/s) |
142 | 2024-05-30T03:13:08.377Z | Download: 2283/3290 items 119.5/212.6MB 56% complete (212k/s) |
143 | 2024-05-30T03:13:13.412Z | Download: 2730/3290 items 120.8/212.6MB 56% complete (184k/s) |
144 | 2024-05-30T03:13:18.426Z | Download: 3240/3290 items 202.6/212.6MB 95% complete (8.2M/s) |
145 | 2024-05-30T03:13:24.407Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.3M/s) |
146 | 2024-05-30T03:13:27.571Z | Download: Completed 212.60 MB in 39.33 seconds (5.4M/s) |
147 | 2024-05-30T03:13:27.803Z | Actions: 1/3689 actions (Installing new actions) |
148 | 2024-05-30T03:13:33.020Z | Actions: 3687/3689 actions (Installing new actions) |
149 | 2024-05-30T03:13:33.475Z | Actions: Completed 3689 actions in 5.25 seconds. |
150 | 2024-05-30T03:13:33.488Z | Done (0.230s) |
151 | 2024-05-30T03:13:33.488Z | Done (0.000s) |
152 | 2024-05-30T03:13:33.599Z | Done (0.303s) |
153 | 2024-05-30T03:13:39.513Z | Done (5.346s) |
154 | 2024-05-30T03:13:39.830Z | Done (0.146s) |
155 | 2024-05-30T03:13:39.830Z | Done (0.000s) |
156 | 2024-05-30T03:13:39.830Z | Done (0.000s) |
157 | 2024-05-30T03:13:40.162Z | Planning: Evaluating mediator changes ... Done |
158 | 2024-05-30T03:13:40.346Z | Planning: Checking for conflicting actions ... Done |
159 | 2024-05-30T03:13:40.363Z | Planning: Consolidating action changes ... Done |
160 | 2024-05-30T03:13:41.019Z | Planning: Evaluating mediators ... Done |
161 | 2024-05-30T03:13:41.036Z | Planning: Planning completed in 0.46 seconds |
162 | 2024-05-30T03:13:41.036Z | Mediators to change: 2 |
163 | 2024-05-30T03:13:41.036Z | Create boot environment: No |
164 | 2024-05-30T03:13:41.037Z | Create backup boot environment: No |
165 | 2024-05-30T03:13:41.037Z | Done |
166 | 2024-05-30T03:13:41.037Z | Done |
167 | 2024-05-30T03:13:41.037Z | Done |
168 | 2024-05-30T03:13:44.649Z | Done |
169 | 2024-05-30T03:13:44.739Z | Done |
170 | 2024-05-30T03:13:44.775Z | Done |
171 | 2024-05-30T03:13:45.373Z | Done |
172 | 2024-05-30T03:13:45.999Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-05-30T03:13:46.027Z | Planning: Merging actions ... Done |
174 | 2024-05-30T03:13:46.188Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-05-30T03:13:46.206Z | Planning: Consolidating action changes ... Done |
176 | 2024-05-30T03:13:46.454Z | Planning: Evaluating mediators ... Done |
177 | 2024-05-30T03:13:46.515Z | Planning: Planning completed in 0.76 seconds |
178 | 2024-05-30T03:13:46.542Z | Packages to change: 1 |
179 | 2024-05-30T03:13:46.542Z | Mediators to change: 1 |
180 | 2024-05-30T03:13:46.542Z | Services to change: 1 |
181 | 2024-05-30T03:13:46.546Z | Create boot environment: No |
182 | 2024-05-30T03:13:46.547Z | Create backup boot environment: Yes |
183 | 2024-05-30T03:13:48.415Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2024-05-30T03:13:48.484Z | Actions: Completed 6 actions in 0.07 seconds. |
185 | 2024-05-30T03:13:48.491Z | Done |
186 | 2024-05-30T03:13:48.491Z | Done |
187 | 2024-05-30T03:13:48.560Z | Done |
188 | 2024-05-30T03:13:52.225Z | Done |
189 | 2024-05-30T03:13:52.311Z | Done |
190 | 2024-05-30T03:13:52.327Z | Done |
191 | 2024-05-30T03:13:52.502Z | Done |
192 | 2024-05-30T03:13:52.962Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2024-05-30T03:13:52.962Z | clang system 15 system |
194 | 2024-05-30T03:13:52.962Z | csh system system illumos |
195 | 2024-05-30T03:13:52.962Z | ctags system system illumos |
196 | 2024-05-30T03:13:52.962Z | gcc vendor 12 vendor |
197 | 2024-05-30T03:13:52.963Z | gcc system 10 system |
198 | 2024-05-30T03:13:52.963Z | gcc system 7 system |
199 | 2024-05-30T03:13:52.963Z | go system 1.20 system |
200 | 2024-05-30T03:13:52.963Z | go system 1.19 system |
201 | 2024-05-30T03:13:52.963Z | llvm system 15 system |
202 | 2024-05-30T03:13:52.963Z | llvm system 14 system |
203 | 2024-05-30T03:13:52.963Z | mariadb system 10.6 system |
204 | 2024-05-30T03:13:52.964Z | mta vendor vendor dma |
205 | 2024-05-30T03:13:52.964Z | openjdk system 17 system |
206 | 2024-05-30T03:13:52.964Z | openjdk system 11 system |
207 | 2024-05-30T03:13:52.964Z | openjdk system 1.8 system |
208 | 2024-05-30T03:13:52.964Z | openssl vendor 3 vendor |
209 | 2024-05-30T03:13:52.964Z | perl system 5.36 system |
210 | 2024-05-30T03:13:52.964Z | postgresql system 15 system |
211 | 2024-05-30T03:13:52.964Z | postgresql system 13 system |
212 | 2024-05-30T03:13:52.964Z | python vendor 3 vendor |
213 | 2024-05-30T03:13:52.964Z | python system 2 system |
214 | 2024-05-30T03:13:52.964Z | python3 system 3.11 system |
215 | 2024-05-30T03:13:52.964Z | ruby system 3.0 system |
216 | 2024-05-30T03:13:52.964Z | words vendor vendor american-english |
217 | 2024-05-30T03:13:52.965Z | words system system australian-english |
218 | 2024-05-30T03:13:52.965Z | words system system british-english |
219 | 2024-05-30T03:13:52.965Z | words system system canadian-english |
220 | 2024-05-30T03:13:52.965Z | words system system french |
221 | 2024-05-30T03:13:52.965Z | words system system italian |
222 | 2024-05-30T03:13:52.965Z | words system system ngerman |
223 | 2024-05-30T03:13:52.965Z | words system system ogerman |
224 | 2024-05-30T03:13:52.966Z | words system system spanish |
225 | 2024-05-30T03:13:53.286Z | PUBLISHER TYPE STATUS P LOCATION |
226 | 2024-05-30T03:13:53.286Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
227 | 2024-05-30T03:13:54.744Z | FMRI IFO |
228 | 2024-05-30T03:13:54.744Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-05-30T03:13:54.744Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-05-30T03:13:54.745Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-05-30T03:13:54.745Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-05-30T03:13:54.745Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
233 | 2024-05-30T03:13:54.745Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-05-30T03:13:54.746Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
235 | 2024-05-30T03:13:54.746Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
236 | 2024-05-30T03:13:54.746Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
237 | 2024-05-30T03:13:54.746Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
238 | 2024-05-30T03:13:54.747Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-05-30T03:13:54.747Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
240 | 2024-05-30T03:13:55.034Z | + set -o errexit |
241 | 2024-05-30T03:13:55.040Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2024-05-30T03:13:55.041Z | ++ cd ./tools |
243 | 2024-05-30T03:13:55.041Z | ++ pwd |
244 | 2024-05-30T03:13:55.041Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2024-05-30T03:13:55.041Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2024-05-30T03:13:55.042Z | + ARG0=ci_download_cockroachdb |
247 | 2024-05-30T03:13:55.042Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2024-05-30T03:13:55.042Z | + CIDL_VERSION=v22.1.9 |
249 | 2024-05-30T03:13:55.042Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2024-05-30T03:13:55.042Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
251 | 2024-05-30T03:13:55.042Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
252 | 2024-05-30T03:13:55.043Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
253 | 2024-05-30T03:13:55.043Z | + TARGET_DIR=out |
254 | 2024-05-30T03:13:55.043Z | + DOWNLOAD_DIR=out/downloads |
255 | 2024-05-30T03:13:55.043Z | + DEST_DIR=./out/cockroachdb |
256 | 2024-05-30T03:13:55.043Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2024-05-30T03:13:55.043Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2024-05-30T03:13:55.043Z | + main |
259 | 2024-05-30T03:13:55.043Z | + [[ 0 != 0 ]] |
260 | 2024-05-30T03:13:55.043Z | + CIDL_OS=solaris2.11 |
261 | 2024-05-30T03:13:55.043Z | + [[ 0 != 0 ]] |
262 | 2024-05-30T03:13:55.044Z | + configure_os solaris2.11 |
263 | 2024-05-30T03:13:55.044Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2024-05-30T03:13:55.044Z | current directory: /work/oxidecomputer/omicron |
265 | 2024-05-30T03:13:55.044Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-05-30T03:13:55.044Z | + case "$1" in |
267 | 2024-05-30T03:13:55.044Z | configuring based on OS: "solaris2.11" |
268 | 2024-05-30T03:13:55.044Z | + CIDL_BUILD=illumos |
269 | 2024-05-30T03:13:55.044Z | + CIDL_SUFFIX=tar.gz |
270 | 2024-05-30T03:13:55.044Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
271 | 2024-05-30T03:13:55.044Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-05-30T03:13:55.044Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-05-30T03:13:55.044Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-05-30T03:13:55.047Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-05-30T03:13:55.047Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-05-30T03:13:55.047Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-05-30T03:13:55.047Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-05-30T03:13:55.047Z | + CIDL_SHA256FUNC=do_sha256sum |
279 | 2024-05-30T03:13:55.048Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-05-30T03:13:55.048Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-05-30T03:13:55.048Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-05-30T03:13:55.048Z | + mkdir -p out/downloads |
283 | 2024-05-30T03:13:55.048Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-05-30T03:13:55.048Z | + mkdir -p ./out/cockroachdb |
285 | 2024-05-30T03:13:55.048Z | + local DO_DOWNLOAD=true |
286 | 2024-05-30T03:13:55.048Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2024-05-30T03:13:55.048Z | + '[' true == true ']' |
288 | 2024-05-30T03:13:55.048Z | + echo Downloading... |
289 | 2024-05-30T03:13:55.048Z | Downloading... |
290 | 2024-05-30T03:13:55.048Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-30T03:13:55.048Z | + 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 | 2024-05-30T03:14:00.565Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-05-30T03:14:00.595Z | ++ sha256sum |
294 | 2024-05-30T03:14:00.595Z | ++ awk '{print $1}' |
295 | 2024-05-30T03:14:00.632Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
296 | 2024-05-30T03:14:00.632Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
297 | 2024-05-30T03:14:00.647Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-05-30T03:14:00.647Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2024-05-30T03:14:02.825Z | + do_assemble_illumos |
300 | 2024-05-30T03:14:02.825Z | + rm -r ./out/cockroachdb |
301 | 2024-05-30T03:14:02.835Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2024-05-30T03:14:03.204Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2024-05-30T03:14:03.398Z | Build Tag: v22.1.9-dirty |
304 | 2024-05-30T03:14:03.399Z | Build Time: 2022/10/26 21:17:46 |
305 | 2024-05-30T03:14:03.399Z | Distribution: OSS |
306 | 2024-05-30T03:14:03.399Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2024-05-30T03:14:03.400Z | Go Version: go1.17.13 |
308 | 2024-05-30T03:14:03.400Z | C Compiler: gcc 10.3.0 |
309 | 2024-05-30T03:14:03.400Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2024-05-30T03:14:03.401Z | Build Type: release |
311 | 2024-05-30T03:14:03.422Z | + set -o errexit |
312 | 2024-05-30T03:14:03.423Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2024-05-30T03:14:03.423Z | ++ cd ./tools |
314 | 2024-05-30T03:14:03.424Z | ++ pwd |
315 | 2024-05-30T03:14:03.425Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2024-05-30T03:14:03.425Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2024-05-30T03:14:03.425Z | + ARG0=ci_download_clickhouse |
318 | 2024-05-30T03:14:03.425Z | + TARGET_DIR=out |
319 | 2024-05-30T03:14:03.426Z | + DOWNLOAD_DIR=out/downloads |
320 | 2024-05-30T03:14:03.426Z | + DEST_DIR=./out/clickhouse |
321 | 2024-05-30T03:14:03.426Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
322 | 2024-05-30T03:14:03.426Z | + CIDL_VERSION=v23.8.7.24 |
323 | 2024-05-30T03:14:03.426Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2024-05-30T03:14:03.426Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
325 | 2024-05-30T03:14:03.427Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
326 | 2024-05-30T03:14:03.427Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
327 | 2024-05-30T03:14:03.427Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2024-05-30T03:14:03.427Z | + main |
329 | 2024-05-30T03:14:03.427Z | + [[ 0 != 0 ]] |
330 | 2024-05-30T03:14:03.427Z | + CIDL_OS=solaris2.11 |
331 | 2024-05-30T03:14:03.428Z | + [[ 0 != 0 ]] |
332 | 2024-05-30T03:14:03.428Z | + configure_os solaris2.11 |
333 | 2024-05-30T03:14:03.428Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2024-05-30T03:14:03.428Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-05-30T03:14:03.428Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-05-30T03:14:03.428Z | + CIDL_DASHREV= |
337 | 2024-05-30T03:14:03.429Z | + case "$1" in |
338 | 2024-05-30T03:14:03.429Z | configuring based on OS: "solaris2.11" |
339 | 2024-05-30T03:14:03.429Z | + CIDL_PLATFORM=illumos |
340 | 2024-05-30T03:14:03.429Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
341 | 2024-05-30T03:14:03.429Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2024-05-30T03:14:03.429Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
343 | 2024-05-30T03:14:03.430Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
344 | 2024-05-30T03:14:03.430Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
345 | 2024-05-30T03:14:03.430Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
346 | 2024-05-30T03:14:03.431Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
347 | 2024-05-30T03:14:03.431Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
348 | 2024-05-30T03:14:03.431Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
349 | 2024-05-30T03:14:03.432Z | + mkdir -p out/downloads |
350 | 2024-05-30T03:14:03.432Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-05-30T03:14:03.432Z | + mkdir -p ./out/clickhouse |
352 | 2024-05-30T03:14:03.432Z | + local DO_DOWNLOAD=true |
353 | 2024-05-30T03:14:03.432Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
354 | 2024-05-30T03:14:03.432Z | + '[' true == true ']' |
355 | 2024-05-30T03:14:03.432Z | + echo Downloading... |
356 | 2024-05-30T03:14:03.433Z | Downloading... |
357 | 2024-05-30T03:14:03.433Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-30T03:14:03.433Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-30T03:14:05.272Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-30T03:14:05.729Z | ++ md5sum |
361 | 2024-05-30T03:14:05.729Z | ++ awk '{print $1}' |
362 | 2024-05-30T03:14:05.729Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
363 | 2024-05-30T03:14:05.730Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
364 | 2024-05-30T03:14:05.730Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
365 | 2024-05-30T03:14:05.730Z | + mkdir -p ./out/clickhouse |
366 | 2024-05-30T03:14:05.730Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-05-30T03:14:09.409Z | + [[ solaris2.11 == darwin* ]] |
368 | 2024-05-30T03:14:09.409Z | + ./out/clickhouse/clickhouse server --version |
369 | 2024-05-30T03:14:09.652Z | ClickHouse server version 23.8.7.1. |
370 | 2024-05-30T03:14:09.669Z | + set -o errexit |
371 | 2024-05-30T03:14:09.685Z | +++ dirname ./tools/ci_download_console |
372 | 2024-05-30T03:14:09.685Z | ++ cd ./tools |
373 | 2024-05-30T03:14:09.685Z | ++ pwd |
374 | 2024-05-30T03:14:09.685Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2024-05-30T03:14:09.685Z | ++ basename ./tools/ci_download_console |
376 | 2024-05-30T03:14:09.685Z | + ARG0=ci_download_console |
377 | 2024-05-30T03:14:09.685Z | + TARGET_DIR=out |
378 | 2024-05-30T03:14:09.685Z | + DOWNLOAD_DIR=out/downloads |
379 | 2024-05-30T03:14:09.685Z | + DEST_DIR=./out/console-assets |
380 | 2024-05-30T03:14:09.685Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2024-05-30T03:14:09.685Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
382 | 2024-05-30T03:14:09.685Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
383 | 2024-05-30T03:14:09.685Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
384 | 2024-05-30T03:14:09.685Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2024-05-30T03:14:09.685Z | + main |
386 | 2024-05-30T03:14:09.685Z | + [[ 0 != 0 ]] |
387 | 2024-05-30T03:14:09.685Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
388 | 2024-05-30T03:14:09.685Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-05-30T03:14:09.685Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
390 | 2024-05-30T03:14:09.685Z | Local file: out/downloads/console.tar.gz |
391 | 2024-05-30T03:14:09.686Z | + local DO_DOWNLOAD=true |
392 | 2024-05-30T03:14:09.686Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-05-30T03:14:09.686Z | + mkdir -p out/downloads |
394 | 2024-05-30T03:14:09.686Z | + '[' true == true ']' |
395 | 2024-05-30T03:14:09.686Z | + echo Downloading... |
396 | 2024-05-30T03:14:09.686Z | Downloading... |
397 | 2024-05-30T03:14:09.686Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
398 | 2024-05-30T03:14:09.686Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
399 | 2024-05-30T03:14:10.316Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2024-05-30T03:14:10.316Z | ++ case "$OSTYPE" in |
401 | 2024-05-30T03:14:10.316Z | ++ SHA=sha256sum |
402 | 2024-05-30T03:14:10.337Z | ++ sha256sum |
403 | 2024-05-30T03:14:10.338Z | ++ awk '{print $1}' |
404 | 2024-05-30T03:14:10.338Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
405 | 2024-05-30T03:14:10.338Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
406 | 2024-05-30T03:14:10.338Z | + rm -rf ./out/console-assets |
407 | 2024-05-30T03:14:10.339Z | + mkdir -p ./out/console-assets |
408 | 2024-05-30T03:14:10.339Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2024-05-30T03:14:10.339Z | + mkdir -p ./out/console-assets |
410 | 2024-05-30T03:14:10.339Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2024-05-30T03:14:10.429Z | + set -o errexit |
412 | 2024-05-30T03:14:10.450Z | +++ dirname ./tools/ci_download_dendrite_openapi |
413 | 2024-05-30T03:14:10.451Z | ++ cd ./tools |
414 | 2024-05-30T03:14:10.451Z | ++ pwd |
415 | 2024-05-30T03:14:10.451Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2024-05-30T03:14:10.451Z | ++ basename ./tools/ci_download_dendrite_openapi |
417 | 2024-05-30T03:14:10.451Z | + ARG0=ci_download_dendrite_openapi |
418 | 2024-05-30T03:14:10.451Z | + TARGET_DIR=out |
419 | 2024-05-30T03:14:10.451Z | + DOWNLOAD_DIR=out/downloads |
420 | 2024-05-30T03:14:10.451Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
421 | 2024-05-30T03:14:10.451Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
422 | 2024-05-30T03:14:10.452Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
423 | 2024-05-30T03:14:10.452Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
424 | 2024-05-30T03:14:10.452Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
425 | 2024-05-30T03:14:10.452Z | + main |
426 | 2024-05-30T03:14:10.452Z | + [[ 0 != 0 ]] |
427 | 2024-05-30T03:14:10.452Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
428 | 2024-05-30T03:14:10.452Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
429 | 2024-05-30T03:14:10.453Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
430 | 2024-05-30T03:14:10.453Z | + local DO_DOWNLOAD=true |
431 | 2024-05-30T03:14:10.453Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
432 | 2024-05-30T03:14:10.453Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
433 | 2024-05-30T03:14:10.453Z | + mkdir -p out/downloads |
434 | 2024-05-30T03:14:10.453Z | + '[' true == true ']' |
435 | 2024-05-30T03:14:10.453Z | + echo Downloading... |
436 | 2024-05-30T03:14:10.453Z | Downloading... |
437 | 2024-05-30T03:14:10.454Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
438 | 2024-05-30T03:14:10.454Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
439 | 2024-05-30T03:14:13.495Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
440 | 2024-05-30T03:14:13.495Z | ++ case "$OSTYPE" in |
441 | 2024-05-30T03:14:13.495Z | ++ SHA=sha256sum |
442 | 2024-05-30T03:14:13.559Z | ++ sha256sum |
443 | 2024-05-30T03:14:13.559Z | ++ awk '{print $1}' |
444 | 2024-05-30T03:14:13.560Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
445 | 2024-05-30T03:14:13.560Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
446 | 2024-05-30T03:14:13.560Z | + set -o errexit |
447 | 2024-05-30T03:14:13.560Z | +++ dirname ./tools/ci_download_dendrite_stub |
448 | 2024-05-30T03:14:13.560Z | ++ cd ./tools |
449 | 2024-05-30T03:14:13.560Z | ++ pwd |
450 | 2024-05-30T03:14:13.560Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
451 | 2024-05-30T03:14:13.560Z | ++ basename ./tools/ci_download_dendrite_stub |
452 | 2024-05-30T03:14:13.561Z | + ARG0=ci_download_dendrite_stub |
453 | 2024-05-30T03:14:13.561Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
454 | 2024-05-30T03:14:13.561Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
455 | 2024-05-30T03:14:13.561Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
456 | 2024-05-30T03:14:13.561Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
457 | 2024-05-30T03:14:13.561Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
458 | 2024-05-30T03:14:13.561Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
459 | 2024-05-30T03:14:13.561Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
460 | 2024-05-30T03:14:13.561Z | + TARGET_DIR=out |
461 | 2024-05-30T03:14:13.562Z | + DOWNLOAD_DIR=out/downloads |
462 | 2024-05-30T03:14:13.562Z | + DEST_DIR=./out/dendrite-stub |
463 | 2024-05-30T03:14:13.562Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
464 | 2024-05-30T03:14:13.562Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
465 | 2024-05-30T03:14:13.562Z | + REPO=oxidecomputer/dendrite |
466 | 2024-05-30T03:14:13.562Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
467 | 2024-05-30T03:14:13.562Z | + main |
468 | 2024-05-30T03:14:13.562Z | + [[ 0 != 0 ]] |
469 | 2024-05-30T03:14:13.562Z | + CIDL_OS=solaris2.11 |
470 | 2024-05-30T03:14:13.562Z | + [[ 0 != 0 ]] |
471 | 2024-05-30T03:14:13.562Z | + configure_os solaris2.11 |
472 | 2024-05-30T03:14:13.562Z | + echo 'current directory: /work/oxidecomputer/omicron' |
473 | 2024-05-30T03:14:13.563Z | + echo 'configuring based on OS: "solaris2.11"' |
474 | 2024-05-30T03:14:13.563Z | current directory: /work/oxidecomputer/omicron |
475 | 2024-05-30T03:14:13.563Z | configuring based on OS: "solaris2.11" |
476 | 2024-05-30T03:14:13.563Z | + case "$1" in |
477 | 2024-05-30T03:14:13.563Z | + SET_BINARIES= |
478 | 2024-05-30T03:14:13.563Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
479 | 2024-05-30T03:14:13.563Z | + CIDL_SHA256FUNC=do_sha256sum |
480 | 2024-05-30T03:14:13.563Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
481 | 2024-05-30T03:14:13.564Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
482 | 2024-05-30T03:14:13.564Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
483 | 2024-05-30T03:14:13.564Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
484 | 2024-05-30T03:14:13.564Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
485 | 2024-05-30T03:14:13.564Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
486 | 2024-05-30T03:14:13.564Z | + mkdir -p out/downloads |
487 | 2024-05-30T03:14:13.564Z | Local file: out/downloads/dendrite-stub.tar.gz |
488 | 2024-05-30T03:14:13.564Z | + mkdir -p ./out/dendrite-stub |
489 | 2024-05-30T03:14:13.564Z | + fetch_and_verify |
490 | 2024-05-30T03:14:13.564Z | + local DO_DOWNLOAD=true |
491 | 2024-05-30T03:14:13.565Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
492 | 2024-05-30T03:14:13.565Z | + '[' true == true ']' |
493 | 2024-05-30T03:14:13.565Z | + echo Downloading... |
494 | 2024-05-30T03:14:13.565Z | Downloading... |
495 | 2024-05-30T03:14:13.565Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
496 | 2024-05-30T03:14:13.565Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
497 | 2024-05-30T03:14:32.175Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
498 | 2024-05-30T03:14:32.211Z | ++ sha256sum |
499 | 2024-05-30T03:14:32.211Z | ++ awk '{print $1}' |
500 | 2024-05-30T03:14:32.238Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
501 | 2024-05-30T03:14:32.238Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
502 | 2024-05-30T03:14:32.238Z | + do_untar out/downloads/dendrite-stub.tar.gz |
503 | 2024-05-30T03:14:32.238Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
504 | 2024-05-30T03:14:32.842Z | + do_assemble |
505 | 2024-05-30T03:14:32.842Z | + rm -r ./out/dendrite-stub |
506 | 2024-05-30T03:14:32.858Z | + mkdir ./out/dendrite-stub |
507 | 2024-05-30T03:14:32.858Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
508 | 2024-05-30T03:14:32.924Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
509 | 2024-05-30T03:14:32.937Z | + set -o errexit |
510 | 2024-05-30T03:14:32.952Z | +++ dirname ./tools/ci_download_maghemite_mgd |
511 | 2024-05-30T03:14:32.952Z | ++ cd ./tools |
512 | 2024-05-30T03:14:32.952Z | ++ pwd |
513 | 2024-05-30T03:14:32.953Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2024-05-30T03:14:32.953Z | ++ basename ./tools/ci_download_maghemite_mgd |
515 | 2024-05-30T03:14:32.953Z | + ARG0=ci_download_maghemite_mgd |
516 | 2024-05-30T03:14:32.953Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
517 | 2024-05-30T03:14:32.953Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
518 | 2024-05-30T03:14:32.953Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
519 | 2024-05-30T03:14:32.954Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
520 | 2024-05-30T03:14:32.954Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
521 | 2024-05-30T03:14:32.954Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
522 | 2024-05-30T03:14:32.954Z | + TARGET_DIR=out |
523 | 2024-05-30T03:14:32.954Z | + DOWNLOAD_DIR=out/downloads |
524 | 2024-05-30T03:14:32.955Z | + DEST_DIR=./out/mgd |
525 | 2024-05-30T03:14:32.955Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
526 | 2024-05-30T03:14:32.955Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2024-05-30T03:14:32.956Z | + REPO=oxidecomputer/maghemite |
528 | 2024-05-30T03:14:32.956Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
529 | 2024-05-30T03:14:32.956Z | + main |
530 | 2024-05-30T03:14:32.956Z | + rm -rf out/downloads/root |
531 | 2024-05-30T03:14:32.977Z | + [[ 0 != 0 ]] |
532 | 2024-05-30T03:14:32.977Z | + CIDL_OS=solaris2.11 |
533 | 2024-05-30T03:14:32.978Z | + [[ 0 != 0 ]] |
534 | 2024-05-30T03:14:32.978Z | + configure_os solaris2.11 |
535 | 2024-05-30T03:14:32.978Z | + echo 'current directory: /work/oxidecomputer/omicron' |
536 | 2024-05-30T03:14:32.978Z | current directory: /work/oxidecomputer/omicron |
537 | 2024-05-30T03:14:32.978Z | + echo 'configuring based on OS: "solaris2.11"' |
538 | 2024-05-30T03:14:32.979Z | configuring based on OS: "solaris2.11" |
539 | 2024-05-30T03:14:32.979Z | + case "$1" in |
540 | 2024-05-30T03:14:32.979Z | + SET_BINARIES= |
541 | 2024-05-30T03:14:32.980Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2024-05-30T03:14:32.980Z | + TARBALL_FILENAME=mgd.tar.gz |
543 | 2024-05-30T03:14:32.980Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
544 | 2024-05-30T03:14:32.980Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
545 | 2024-05-30T03:14:32.981Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
546 | 2024-05-30T03:14:32.981Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
547 | 2024-05-30T03:14:32.981Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
548 | 2024-05-30T03:14:32.982Z | Local file: out/downloads/mgd.tar.gz |
549 | 2024-05-30T03:14:32.982Z | + mkdir -p out/downloads |
550 | 2024-05-30T03:14:32.982Z | + mkdir -p ./out/mgd |
551 | 2024-05-30T03:14:32.982Z | + fetch_and_verify |
552 | 2024-05-30T03:14:32.983Z | + local DO_DOWNLOAD=true |
553 | 2024-05-30T03:14:32.983Z | + [[ -f out/downloads/mgd.tar.gz ]] |
554 | 2024-05-30T03:14:32.983Z | + '[' true == true ']' |
555 | 2024-05-30T03:14:32.984Z | + echo Downloading... |
556 | 2024-05-30T03:14:32.984Z | Downloading... |
557 | 2024-05-30T03:14:32.984Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
558 | 2024-05-30T03:14:32.984Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
559 | 2024-05-30T03:15:16.158Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
560 | 2024-05-30T03:15:16.188Z | ++ sha256sum |
561 | 2024-05-30T03:15:16.188Z | ++ awk '{print $1}' |
562 | 2024-05-30T03:15:16.613Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
563 | 2024-05-30T03:15:16.613Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
564 | 2024-05-30T03:15:16.614Z | + do_untar out/downloads/mgd.tar.gz |
565 | 2024-05-30T03:15:16.614Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
566 | 2024-05-30T03:15:16.770Z | + do_assemble |
567 | 2024-05-30T03:15:16.771Z | + rm -r ./out/mgd |
568 | 2024-05-30T03:15:16.788Z | + mkdir ./out/mgd |
569 | 2024-05-30T03:15:16.788Z | + cp -r out/downloads/root ./out/mgd/root |
570 | 2024-05-30T03:15:16.851Z | + set -o errexit |
571 | 2024-05-30T03:15:17.270Z | +++ dirname ./tools/ci_download_transceiver_control |
572 | 2024-05-30T03:15:17.270Z | ++ cd ./tools |
573 | 2024-05-30T03:15:17.270Z | ++ pwd |
574 | 2024-05-30T03:15:17.270Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2024-05-30T03:15:17.270Z | ++ basename ./tools/ci_download_transceiver_control |
576 | 2024-05-30T03:15:17.270Z | + ARG0=ci_download_transceiver_control |
577 | 2024-05-30T03:15:17.270Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
578 | 2024-05-30T03:15:17.270Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
579 | 2024-05-30T03:15:17.271Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
580 | 2024-05-30T03:15:17.271Z | + TARGET_DIR=out |
581 | 2024-05-30T03:15:17.271Z | + DOWNLOAD_DIR=out/downloads |
582 | 2024-05-30T03:15:17.271Z | + DEST_DIR=./out/transceiver-control |
583 | 2024-05-30T03:15:17.271Z | + BIN_DIR=/opt/oxide/bin |
584 | 2024-05-30T03:15:17.271Z | + BINARY=xcvradm |
585 | 2024-05-30T03:15:17.272Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-05-30T03:15:17.272Z | + REPO=oxidecomputer/transceiver-control |
587 | 2024-05-30T03:15:17.272Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
588 | 2024-05-30T03:15:17.272Z | + main |
589 | 2024-05-30T03:15:17.272Z | + [[ 0 != 0 ]] |
590 | 2024-05-30T03:15:17.272Z | + CIDL_OS=solaris2.11 |
591 | 2024-05-30T03:15:17.272Z | + [[ 0 != 0 ]] |
592 | 2024-05-30T03:15:17.273Z | + configure_os solaris2.11 |
593 | 2024-05-30T03:15:17.273Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-05-30T03:15:17.273Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-05-30T03:15:17.273Z | configuring based on OS: "solaris2.11" |
596 | 2024-05-30T03:15:17.273Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-05-30T03:15:17.273Z | + case "$1" in |
598 | 2024-05-30T03:15:17.274Z | + SET_BINARIES= |
599 | 2024-05-30T03:15:17.274Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
600 | 2024-05-30T03:15:17.274Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-05-30T03:15:17.274Z | + ARCHIVE_FILENAME=xcvradm.gz |
602 | 2024-05-30T03:15:17.274Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
603 | 2024-05-30T03:15:17.274Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
604 | 2024-05-30T03:15:17.275Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
605 | 2024-05-30T03:15:17.275Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
606 | 2024-05-30T03:15:17.275Z | Local file: out/downloads/xcvradm.gz |
607 | 2024-05-30T03:15:17.275Z | + echo 'Local file: out/downloads/xcvradm.gz' |
608 | 2024-05-30T03:15:17.275Z | + mkdir -p out/downloads |
609 | 2024-05-30T03:15:17.275Z | + mkdir -p ./out/transceiver-control |
610 | 2024-05-30T03:15:17.276Z | + fetch_and_verify |
611 | 2024-05-30T03:15:17.276Z | + local DO_DOWNLOAD=true |
612 | 2024-05-30T03:15:17.276Z | + [[ -f out/downloads/xcvradm.gz ]] |
613 | 2024-05-30T03:15:17.276Z | + '[' true == true ']' |
614 | 2024-05-30T03:15:17.276Z | + echo Downloading... |
615 | 2024-05-30T03:15:17.277Z | Downloading... |
616 | 2024-05-30T03:15:17.277Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
617 | 2024-05-30T03:15:17.277Z | + 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 |
618 | 2024-05-30T03:15:23.917Z | ++ do_sha256sum out/downloads/xcvradm.gz |
619 | 2024-05-30T03:15:23.935Z | ++ sha256sum |
620 | 2024-05-30T03:15:23.935Z | ++ awk '{print $1}' |
621 | 2024-05-30T03:15:23.935Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
622 | 2024-05-30T03:15:23.935Z | + [[ 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 ]] |
623 | 2024-05-30T03:15:23.935Z | + do_unpack out/downloads/xcvradm.gz |
624 | 2024-05-30T03:15:23.935Z | + mkdir -p out/downloads/root//opt/oxide/bin |
625 | 2024-05-30T03:15:23.936Z | + gzip -dc out/downloads/xcvradm.gz |
626 | 2024-05-30T03:15:24.051Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
627 | 2024-05-30T03:15:24.059Z | + do_assemble |
628 | 2024-05-30T03:15:24.059Z | + rm -r ./out/transceiver-control |
629 | 2024-05-30T03:15:24.059Z | + mkdir ./out/transceiver-control |
630 | 2024-05-30T03:15:24.059Z | + cp -r out/downloads/root ./out/transceiver-control/root |
631 | 2024-05-30T03:15:24.128Z | + set -o errexit |
632 | 2024-05-30T03:15:24.132Z | +++ dirname ./tools/ci_download_thundermuffin |
633 | 2024-05-30T03:15:24.132Z | ++ cd ./tools |
634 | 2024-05-30T03:15:24.136Z | ++ pwd |
635 | 2024-05-30T03:15:24.136Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2024-05-30T03:15:24.136Z | ++ basename ./tools/ci_download_thundermuffin |
637 | 2024-05-30T03:15:24.136Z | + ARG0=ci_download_thundermuffin |
638 | 2024-05-30T03:15:24.136Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
639 | 2024-05-30T03:15:24.136Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
640 | 2024-05-30T03:15:24.136Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
641 | 2024-05-30T03:15:24.137Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
642 | 2024-05-30T03:15:24.137Z | + TARGET_DIR=out |
643 | 2024-05-30T03:15:24.137Z | + DOWNLOAD_DIR=out/downloads |
644 | 2024-05-30T03:15:24.137Z | + DEST_DIR=./out/thundermuffin |
645 | 2024-05-30T03:15:24.137Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
646 | 2024-05-30T03:15:24.137Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2024-05-30T03:15:24.137Z | + REPO=oxidecomputer/thundermuffin |
648 | 2024-05-30T03:15:24.137Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
649 | 2024-05-30T03:15:24.137Z | + main |
650 | 2024-05-30T03:15:24.137Z | + rm -rf out/downloads/root |
651 | 2024-05-30T03:15:24.143Z | + [[ 0 != 0 ]] |
652 | 2024-05-30T03:15:24.143Z | + CIDL_OS=solaris2.11 |
653 | 2024-05-30T03:15:24.147Z | + [[ 0 != 0 ]] |
654 | 2024-05-30T03:15:24.147Z | + configure_os solaris2.11 |
655 | 2024-05-30T03:15:24.147Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2024-05-30T03:15:24.147Z | current directory: /work/oxidecomputer/omicron |
657 | 2024-05-30T03:15:24.147Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2024-05-30T03:15:24.148Z | configuring based on OS: "solaris2.11" |
659 | 2024-05-30T03:15:24.148Z | + case "$1" in |
660 | 2024-05-30T03:15:24.148Z | + SET_BINARIES= |
661 | 2024-05-30T03:15:24.148Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2024-05-30T03:15:24.148Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
663 | 2024-05-30T03:15:24.148Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
664 | 2024-05-30T03:15:24.148Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
665 | 2024-05-30T03:15:24.148Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
666 | 2024-05-30T03:15:24.148Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
667 | 2024-05-30T03:15:24.148Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
668 | 2024-05-30T03:15:24.148Z | + mkdir -p out/downloads |
669 | 2024-05-30T03:15:24.148Z | Local file: out/downloads/thundermuffin.tar.gz |
670 | 2024-05-30T03:15:24.148Z | + mkdir -p ./out/thundermuffin |
671 | 2024-05-30T03:15:24.153Z | + fetch_and_verify |
672 | 2024-05-30T03:15:24.153Z | + local DO_DOWNLOAD=true |
673 | 2024-05-30T03:15:24.154Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
674 | 2024-05-30T03:15:24.154Z | + '[' true == true ']' |
675 | 2024-05-30T03:15:24.154Z | + echo Downloading... |
676 | 2024-05-30T03:15:24.154Z | Downloading... |
677 | 2024-05-30T03:15:24.154Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
678 | 2024-05-30T03:15:24.154Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
679 | 2024-05-30T03:15:26.662Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
680 | 2024-05-30T03:15:27.098Z | ++ sha256sum |
681 | 2024-05-30T03:15:27.099Z | ++ awk '{print $1}' |
682 | 2024-05-30T03:15:27.099Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
683 | 2024-05-30T03:15:27.099Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
684 | 2024-05-30T03:15:27.099Z | + do_untar out/downloads/thundermuffin.tar.gz |
685 | 2024-05-30T03:15:27.099Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
686 | 2024-05-30T03:15:27.099Z | + do_assemble |
687 | 2024-05-30T03:15:27.099Z | + rm -r ./out/thundermuffin |
688 | 2024-05-30T03:15:27.100Z | + mkdir ./out/thundermuffin |
689 | 2024-05-30T03:15:27.100Z | + cp -r out/downloads/root ./out/thundermuffin/root |
690 | 2024-05-30T03:15:27.100Z | All prerequisites installed successfully |
691 | 2024-05-30T03:15:27.100Z | |
692 | 2024-05-30T03:15:27.100Z | real 3:07.641849993 |
693 | 2024-05-30T03:15:27.100Z | user 38.547020046 |
694 | 2024-05-30T03:15:27.100Z | sys 6.984787709 |
695 | 2024-05-30T03:15:27.100Z | trap 0.009652811 |
696 | 2024-05-30T03:15:27.100Z | tflt 0.322658251 |
697 | 2024-05-30T03:15:27.100Z | dflt 0.418491536 |
698 | 2024-05-30T03:15:27.100Z | kflt 0.319960034 |
699 | 2024-05-30T03:15:27.101Z | lock 1.362668158 |
700 | 2024-05-30T03:15:27.101Z | slp 7:07.406649760 |
701 | 2024-05-30T03:15:27.101Z | lat 2.021578408 |
702 | 2024-05-30T03:15:27.101Z | stop 0.160662210 |
703 | 2024-05-30T03:15:27.101Z | + ptime -m ./tools/ci_download_softnpu_machinery |
704 | 2024-05-30T03:15:27.101Z | fetching npuzone |
705 | 2024-05-30T03:15:27.101Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
706 | 2024-05-30T03:15:27.101Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
707 | 2024-05-30T03:15:27.102Z | Getting hash for npuzone |
708 | 2024-05-30T03:15:27.102Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
709 | 2024-05-30T03:15:40.034Z | npuzone downloaded successfully |
710 | 2024-05-30T03:15:40.052Z | |
711 | 2024-05-30T03:15:40.053Z | real 13.289086899 |
712 | 2024-05-30T03:15:40.053Z | user 0.282076447 |
713 | 2024-05-30T03:15:40.053Z | sys 0.106716296 |
714 | 2024-05-30T03:15:40.053Z | trap 0.000042456 |
715 | 2024-05-30T03:15:40.053Z | tflt 0.000000000 |
716 | 2024-05-30T03:15:40.053Z | dflt 0.000002489 |
717 | 2024-05-30T03:15:40.053Z | kflt 0.000000000 |
718 | 2024-05-30T03:15:40.054Z | lock 0.000000000 |
719 | 2024-05-30T03:15:40.054Z | slp 39.373897593 |
720 | 2024-05-30T03:15:40.054Z | lat 0.074320138 |
721 | 2024-05-30T03:15:40.054Z | stop 0.000174659 |
722 | 2024-05-30T03:15:40.054Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-05-30T03:15:40.054Z | + CARGO_INCREMENTAL=0 |
724 | 2024-05-30T03:15:40.054Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
725 | 2024-05-30T03:15:40.280Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-05-30T03:15:41.008Z | Updating git repository `https://github.com/oxidecomputer/zone` |
727 | 2024-05-30T03:15:41.045Z | Updating crates.io index |
728 | 2024-05-30T03:15:41.046Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-05-30T03:15:41.580Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
730 | 2024-05-30T03:15:42.266Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
731 | 2024-05-30T03:15:42.572Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-05-30T03:15:44.673Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-05-30T03:15:45.130Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
734 | 2024-05-30T03:15:45.396Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-05-30T03:15:46.420Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-05-30T03:15:48.323Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-05-30T03:15:49.192Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
738 | 2024-05-30T03:15:49.919Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-05-30T03:15:50.462Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-05-30T03:15:50.778Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-05-30T03:15:51.139Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2024-05-30T03:15:51.445Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2024-05-30T03:15:51.722Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
744 | 2024-05-30T03:15:52.059Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
745 | 2024-05-30T03:15:52.364Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
746 | 2024-05-30T03:15:52.602Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
747 | 2024-05-30T03:15:52.903Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
748 | 2024-05-30T03:15:53.202Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
749 | 2024-05-30T03:15:53.518Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
750 | 2024-05-30T03:15:53.860Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2024-05-30T03:15:54.481Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-05-30T03:15:55.469Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2024-05-30T03:15:55.785Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
754 | 2024-05-30T03:15:56.060Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2024-05-30T03:15:56.468Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2024-05-30T03:15:58.458Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2024-05-30T03:15:58.777Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2024-05-30T03:15:59.038Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2024-05-30T03:15:59.533Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
760 | 2024-05-30T03:16:00.584Z | Downloading crates ... |
761 | 2024-05-30T03:16:00.682Z | Downloaded allocator-api2 v0.2.18 |
762 | 2024-05-30T03:16:00.695Z | Downloaded aead v0.5.2 |
763 | 2024-05-30T03:16:00.696Z | Downloaded anstream v0.6.14 |
764 | 2024-05-30T03:16:00.696Z | Downloaded anstyle-parse v0.2.4 |
765 | 2024-05-30T03:16:00.708Z | Downloaded crossbeam-deque v0.8.5 |
766 | 2024-05-30T03:16:00.709Z | Downloaded anstyle v1.0.7 |
767 | 2024-05-30T03:16:00.709Z | Downloaded adler v1.0.2 |
768 | 2024-05-30T03:16:00.709Z | Downloaded aho-corasick v1.1.3 |
769 | 2024-05-30T03:16:00.724Z | Downloaded ahash v0.8.11 |
770 | 2024-05-30T03:16:00.724Z | Downloaded addr2line v0.21.0 |
771 | 2024-05-30T03:16:00.725Z | Downloaded anyhow v1.0.83 |
772 | 2024-05-30T03:16:01.153Z | Downloaded async-trait v0.1.80 |
773 | 2024-05-30T03:16:01.153Z | Downloaded autocfg v1.3.0 |
774 | 2024-05-30T03:16:01.153Z | Downloaded argon2 v0.5.3 |
775 | 2024-05-30T03:16:01.153Z | Downloaded hubpack_derive v0.1.1 |
776 | 2024-05-30T03:16:01.153Z | Downloaded hashbrown v0.13.2 |
777 | 2024-05-30T03:16:01.153Z | Downloaded ascii-canvas v3.0.0 |
778 | 2024-05-30T03:16:01.153Z | Downloaded hostname v0.4.0 |
779 | 2024-05-30T03:16:01.153Z | Downloaded bitflags v1.3.2 |
780 | 2024-05-30T03:16:01.167Z | Downloaded bitfield v0.14.0 |
781 | 2024-05-30T03:16:01.167Z | Downloaded hashbrown v0.12.3 |
782 | 2024-05-30T03:16:01.168Z | Downloaded bitflags v2.5.0 |
783 | 2024-05-30T03:16:01.168Z | Downloaded httpdate v1.0.3 |
784 | 2024-05-30T03:16:01.168Z | Downloaded httparse v1.8.0 |
785 | 2024-05-30T03:16:01.168Z | Downloaded http-body v0.4.6 |
786 | 2024-05-30T03:16:01.168Z | Downloaded heck v0.4.1 |
787 | 2024-05-30T03:16:01.168Z | Downloaded hex v0.4.3 |
788 | 2024-05-30T03:16:01.168Z | Downloaded heck v0.3.3 |
789 | 2024-05-30T03:16:01.168Z | Downloaded hostname v0.3.1 |
790 | 2024-05-30T03:16:01.168Z | Downloaded bindgen v0.69.4 |
791 | 2024-05-30T03:16:01.168Z | Downloaded bcs v0.1.6 |
792 | 2024-05-30T03:16:01.168Z | Downloaded atomic-waker v1.1.2 |
793 | 2024-05-30T03:16:01.168Z | Downloaded http v1.1.0 |
794 | 2024-05-30T03:16:01.169Z | Downloaded hubpack v0.1.2 |
795 | 2024-05-30T03:16:01.169Z | Downloaded http v0.2.12 |
796 | 2024-05-30T03:16:01.169Z | Downloaded home v0.5.9 |
797 | 2024-05-30T03:16:01.169Z | Downloaded bitvec v1.0.1 |
798 | 2024-05-30T03:16:01.169Z | Downloaded http-range v0.1.5 |
799 | 2024-05-30T03:16:01.169Z | Downloaded ident_case v1.0.1 |
800 | 2024-05-30T03:16:01.169Z | Downloaded bitstruct v0.1.1 |
801 | 2024-05-30T03:16:01.169Z | Downloaded atomicwrites v0.4.3 |
802 | 2024-05-30T03:16:01.169Z | Downloaded highway v1.1.0 |
803 | 2024-05-30T03:16:01.169Z | Downloaded hashbrown v0.14.5 |
804 | 2024-05-30T03:16:01.169Z | Downloaded match_cfg v0.1.0 |
805 | 2024-05-30T03:16:01.169Z | Downloaded backtrace v0.3.71 |
806 | 2024-05-30T03:16:01.170Z | Downloaded async-stream v0.3.5 |
807 | 2024-05-30T03:16:01.170Z | Downloaded newline-converter v0.3.0 |
808 | 2024-05-30T03:16:01.170Z | Downloaded is-terminal v0.4.12 |
809 | 2024-05-30T03:16:01.170Z | Downloaded camino-tempfile v1.1.1 |
810 | 2024-05-30T03:16:01.170Z | Downloaded newtype_derive v0.1.6 |
811 | 2024-05-30T03:16:01.170Z | Downloaded mockall v0.12.1 |
812 | 2024-05-30T03:16:01.170Z | Downloaded matches v0.1.10 |
813 | 2024-05-30T03:16:01.170Z | Downloaded keccak v0.1.5 |
814 | 2024-05-30T03:16:01.170Z | Downloaded cargo_metadata v0.18.1 |
815 | 2024-05-30T03:16:01.170Z | Downloaded impl-trait-for-tuples v0.2.2 |
816 | 2024-05-30T03:16:01.170Z | Downloaded new_debug_unreachable v1.0.6 |
817 | 2024-05-30T03:16:01.170Z | Downloaded lazycell v1.3.0 |
818 | 2024-05-30T03:16:01.170Z | Downloaded lazy_static v1.4.0 |
819 | 2024-05-30T03:16:01.171Z | Downloaded ipnetwork v0.20.0 |
820 | 2024-05-30T03:16:01.171Z | Downloaded itoa v1.0.11 |
821 | 2024-05-30T03:16:01.171Z | Downloaded inout v0.1.3 |
822 | 2024-05-30T03:16:01.171Z | Downloaded hyper-tls v0.5.0 |
823 | 2024-05-30T03:16:01.171Z | Downloaded bzip2 v0.4.4 |
824 | 2024-05-30T03:16:01.171Z | Downloaded cfg_aliases v0.1.1 |
825 | 2024-05-30T03:16:01.171Z | Downloaded newtype-uuid v1.1.0 |
826 | 2024-05-30T03:16:01.171Z | Downloaded macaddr v1.0.1 |
827 | 2024-05-30T03:16:01.171Z | Downloaded lru v0.12.3 |
828 | 2024-05-30T03:16:01.171Z | Downloaded libefi-sys v0.1.0 |
829 | 2024-05-30T03:16:01.171Z | Downloaded lalrpop-util v0.19.12 |
830 | 2024-05-30T03:16:01.171Z | Downloaded ciborium-ll v0.2.2 |
831 | 2024-05-30T03:16:01.171Z | Downloaded md-5 v0.10.6 |
832 | 2024-05-30T03:16:01.171Z | Downloaded nanorand v0.7.0 |
833 | 2024-05-30T03:16:01.171Z | Downloaded maplit v1.0.2 |
834 | 2024-05-30T03:16:01.172Z | Downloaded blake3 v1.5.1 |
835 | 2024-05-30T03:16:01.172Z | Downloaded lru-cache v0.1.2 |
836 | 2024-05-30T03:16:01.172Z | Downloaded usdt-attr-macro v0.5.0 |
837 | 2024-05-30T03:16:01.172Z | Downloaded waitgroup v0.1.2 |
838 | 2024-05-30T03:16:01.172Z | Downloaded camino v1.1.7 |
839 | 2024-05-30T03:16:01.172Z | Downloaded convert_case v0.4.0 |
840 | 2024-05-30T03:16:01.172Z | Downloaded bytecount v0.6.8 |
841 | 2024-05-30T03:16:01.172Z | Downloaded time-core v0.1.2 |
842 | 2024-05-30T03:16:01.172Z | Downloaded mime v0.3.17 |
843 | 2024-05-30T03:16:01.172Z | Downloaded memmap v0.7.0 |
844 | 2024-05-30T03:16:01.172Z | Downloaded cookie_store v0.20.0 |
845 | 2024-05-30T03:16:01.172Z | Downloaded cobs v0.2.3 |
846 | 2024-05-30T03:16:01.172Z | Downloaded linear-map v1.2.0 |
847 | 2024-05-30T03:16:01.172Z | Downloaded rtoolbox v0.0.2 |
848 | 2024-05-30T03:16:01.172Z | Downloaded slab v0.4.9 |
849 | 2024-05-30T03:16:01.172Z | Downloaded siphasher v0.3.11 |
850 | 2024-05-30T03:16:01.173Z | Downloaded serde-big-array v0.5.1 |
851 | 2024-05-30T03:16:01.173Z | Downloaded lock_api v0.4.12 |
852 | 2024-05-30T03:16:01.173Z | Downloaded hyper-staticfile v0.9.5 |
853 | 2024-05-30T03:16:01.173Z | Downloaded crc v3.2.1 |
854 | 2024-05-30T03:16:01.173Z | Downloaded multer v3.1.0 |
855 | 2024-05-30T03:16:01.173Z | Downloaded clap_derive v4.5.4 |
856 | 2024-05-30T03:16:01.173Z | Downloaded nodrop v0.1.14 |
857 | 2024-05-30T03:16:01.173Z | Downloaded native-tls v0.2.11 |
858 | 2024-05-30T03:16:01.174Z | Downloaded libloading v0.8.3 |
859 | 2024-05-30T03:16:01.174Z | Downloaded ipnet v2.9.0 |
860 | 2024-05-30T03:16:01.174Z | Downloaded tiny-keccak v2.0.2 |
861 | 2024-05-30T03:16:01.174Z | Downloaded synstructure v0.12.6 |
862 | 2024-05-30T03:16:01.174Z | Downloaded strip-ansi-escapes v0.2.0 |
863 | 2024-05-30T03:16:01.174Z | Downloaded sigpipe v0.1.3 |
864 | 2024-05-30T03:16:01.175Z | Downloaded ref-cast-impl v1.0.23 |
865 | 2024-05-30T03:16:01.175Z | Downloaded indoc v2.0.5 |
866 | 2024-05-30T03:16:01.175Z | Downloaded iana-time-zone v0.1.60 |
867 | 2024-05-30T03:16:01.175Z | Downloaded opaque-debug v0.3.1 |
868 | 2024-05-30T03:16:01.175Z | Downloaded peg-runtime v0.8.3 |
869 | 2024-05-30T03:16:01.175Z | Downloaded fxhash v0.2.1 |
870 | 2024-05-30T03:16:01.176Z | Downloaded foreign-types-shared v0.3.1 |
871 | 2024-05-30T03:16:01.176Z | Downloaded serde_plain v1.0.2 |
872 | 2024-05-30T03:16:01.176Z | Downloaded scheduled-thread-pool v0.2.7 |
873 | 2024-05-30T03:16:01.176Z | Downloaded zone_cfg_derive v0.1.2 |
874 | 2024-05-30T03:16:01.176Z | Downloaded zone v0.1.8 |
875 | 2024-05-30T03:16:01.176Z | Downloaded vte_generate_state_changes v0.1.1 |
876 | 2024-05-30T03:16:01.176Z | Downloaded wait-timeout v0.2.0 |
877 | 2024-05-30T03:16:01.177Z | Downloaded number_prefix v0.4.0 |
878 | 2024-05-30T03:16:01.177Z | Downloaded utf-8 v0.7.6 |
879 | 2024-05-30T03:16:01.177Z | Downloaded crc32fast v1.4.0 |
880 | 2024-05-30T03:16:01.213Z | Downloaded cookie v0.17.0 |
881 | 2024-05-30T03:16:01.213Z | Downloaded phf_shared v0.10.0 |
882 | 2024-05-30T03:16:01.213Z | Downloaded shell-words v1.1.0 |
883 | 2024-05-30T03:16:01.214Z | Downloaded log v0.4.21 |
884 | 2024-05-30T03:16:01.214Z | Downloaded serde_path_to_error v0.1.16 |
885 | 2024-05-30T03:16:01.214Z | Downloaded secrecy v0.8.0 |
886 | 2024-05-30T03:16:01.214Z | Downloaded mime_guess v2.0.4 |
887 | 2024-05-30T03:16:01.214Z | Downloaded swrite v0.1.0 |
888 | 2024-05-30T03:16:01.214Z | Downloaded supports-color v3.0.0 |
889 | 2024-05-30T03:16:01.214Z | Downloaded clap v4.5.4 |
890 | 2024-05-30T03:16:01.214Z | Downloaded const-oid v0.9.6 |
891 | 2024-05-30T03:16:01.214Z | Downloaded fd-lock v4.0.2 |
892 | 2024-05-30T03:16:01.215Z | Downloaded version_check v0.9.4 |
893 | 2024-05-30T03:16:01.215Z | Downloaded embedded-io v0.4.0 |
894 | 2024-05-30T03:16:01.215Z | Downloaded deranged v0.3.11 |
895 | 2024-05-30T03:16:01.215Z | Downloaded curve25519-dalek-derive v0.1.1 |
896 | 2024-05-30T03:16:01.215Z | Downloaded futures-task v0.3.30 |
897 | 2024-05-30T03:16:01.215Z | Downloaded try-lock v0.2.5 |
898 | 2024-05-30T03:16:01.215Z | Downloaded getopts v0.2.21 |
899 | 2024-05-30T03:16:01.216Z | Downloaded strum v0.26.2 |
900 | 2024-05-30T03:16:01.216Z | Downloaded parse-display v0.9.0 |
901 | 2024-05-30T03:16:01.216Z | Downloaded gethostname v0.4.3 |
902 | 2024-05-30T03:16:01.216Z | Downloaded generic-array v0.14.7 |
903 | 2024-05-30T03:16:01.216Z | Downloaded darling_macro v0.20.9 |
904 | 2024-05-30T03:16:01.216Z | Downloaded stability v0.2.0 |
905 | 2024-05-30T03:16:01.217Z | Downloaded phf_shared v0.11.2 |
906 | 2024-05-30T03:16:01.217Z | Downloaded usdt-attr-macro v0.3.5 |
907 | 2024-05-30T03:16:01.217Z | Downloaded pem v3.0.4 |
908 | 2024-05-30T03:16:01.217Z | Downloaded sqlparser_derive v0.2.2 |
909 | 2024-05-30T03:16:01.217Z | Downloaded console v0.15.8 |
910 | 2024-05-30T03:16:01.218Z | Downloaded proc-macro-crate v1.3.1 |
911 | 2024-05-30T03:16:01.218Z | Downloaded derive_builder v0.20.0 |
912 | 2024-05-30T03:16:01.218Z | Downloaded rpassword v7.3.1 |
913 | 2024-05-30T03:16:01.218Z | Downloaded chacha20poly1305 v0.10.1 |
914 | 2024-05-30T03:16:01.218Z | Downloaded derive_builder_core v0.20.0 |
915 | 2024-05-30T03:16:01.218Z | Downloaded socket2 v0.4.10 |
916 | 2024-05-30T03:16:01.219Z | Downloaded darling v0.20.9 |
917 | 2024-05-30T03:16:01.219Z | Downloaded resolv-conf v0.7.0 |
918 | 2024-05-30T03:16:01.219Z | Downloaded mockall_derive v0.12.1 |
919 | 2024-05-30T03:16:01.219Z | Downloaded futures-macro v0.3.30 |
920 | 2024-05-30T03:16:01.219Z | Downloaded der_derive v0.7.2 |
921 | 2024-05-30T03:16:01.219Z | Downloaded vte v0.11.1 |
922 | 2024-05-30T03:16:01.220Z | Downloaded vsss-rs v3.3.4 |
923 | 2024-05-30T03:16:01.220Z | Downloaded static_assertions v1.1.0 |
924 | 2024-05-30T03:16:01.220Z | Downloaded usdt v0.5.0 |
925 | 2024-05-30T03:16:01.220Z | Downloaded whoami v1.5.1 |
926 | 2024-05-30T03:16:01.220Z | Downloaded fixedbitset v0.4.2 |
927 | 2024-05-30T03:16:01.220Z | Downloaded toml v0.7.8 |
928 | 2024-05-30T03:16:01.221Z | Downloaded once_cell v1.19.0 |
929 | 2024-05-30T03:16:01.221Z | Downloaded normalize-line-endings v0.3.0 |
930 | 2024-05-30T03:16:01.221Z | Downloaded funty v2.0.0 |
931 | 2024-05-30T03:16:01.221Z | Downloaded similar v2.5.0 |
932 | 2024-05-30T03:16:01.221Z | Downloaded miniz_oxide v0.7.2 |
933 | 2024-05-30T03:16:01.221Z | Downloaded psl-types v2.0.11 |
934 | 2024-05-30T03:16:01.222Z | Downloaded proc-macro-error v1.0.4 |
935 | 2024-05-30T03:16:01.222Z | Downloaded unicode-linebreak v0.1.5 |
936 | 2024-05-30T03:16:01.222Z | Downloaded tinyvec_macros v0.1.1 |
937 | 2024-05-30T03:16:01.222Z | Downloaded take_mut v0.2.2 |
938 | 2024-05-30T03:16:01.222Z | Downloaded packed_struct_codegen v0.10.1 |
939 | 2024-05-30T03:16:01.222Z | Downloaded group v0.13.0 |
940 | 2024-05-30T03:16:01.223Z | Downloaded flagset v0.4.5 |
941 | 2024-05-30T03:16:01.223Z | Downloaded slog-term v2.9.1 |
942 | 2024-05-30T03:16:01.223Z | Downloaded unicode-ident v1.0.12 |
943 | 2024-05-30T03:16:01.223Z | Downloaded futures v0.3.30 |
944 | 2024-05-30T03:16:01.223Z | Downloaded indicatif v0.17.8 |
945 | 2024-05-30T03:16:01.223Z | Downloaded sha2 v0.10.8 |
946 | 2024-05-30T03:16:01.224Z | Downloaded errno v0.3.9 |
947 | 2024-05-30T03:16:01.224Z | Downloaded toolchain_find v0.4.0 |
948 | 2024-05-30T03:16:01.224Z | Downloaded defmt-macros v0.3.9 |
949 | 2024-05-30T03:16:01.224Z | Downloaded hash32 v0.3.1 |
950 | 2024-05-30T03:16:01.224Z | Downloaded fatfs v0.3.6 |
951 | 2024-05-30T03:16:01.224Z | Downloaded data-encoding v2.6.0 |
952 | 2024-05-30T03:16:01.225Z | Downloaded csv-core v0.1.11 |
953 | 2024-05-30T03:16:01.225Z | Downloaded tracing-core v0.1.32 |
954 | 2024-05-30T03:16:01.225Z | Downloaded serde_with_macros v3.8.1 |
955 | 2024-05-30T03:16:01.225Z | Downloaded quick-error v1.2.3 |
956 | 2024-05-30T03:16:01.225Z | Downloaded predicates-core v1.0.6 |
957 | 2024-05-30T03:16:01.225Z | Downloaded openssl-macros v0.1.1 |
958 | 2024-05-30T03:16:01.226Z | Downloaded dtrace-parser v0.2.0 |
959 | 2024-05-30T03:16:01.226Z | Downloaded diesel_table_macro_syntax v0.1.0 |
960 | 2024-05-30T03:16:01.226Z | Downloaded pretty-hex v0.4.1 |
961 | 2024-05-30T03:16:01.226Z | Downloaded pretty-hex v0.2.1 |
962 | 2024-05-30T03:16:01.226Z | Downloaded tui-tree-widget v0.19.0 |
963 | 2024-05-30T03:16:01.226Z | Downloaded precomputed-hash v0.1.1 |
964 | 2024-05-30T03:16:01.226Z | Downloaded serde_tokenstream v0.2.0 |
965 | 2024-05-30T03:16:01.227Z | Downloaded serde_tokenstream v0.1.7 |
966 | 2024-05-30T03:16:01.227Z | Downloaded schemars_derive v0.8.20 |
967 | 2024-05-30T03:16:01.227Z | Downloaded tower-service v0.3.2 |
968 | 2024-05-30T03:16:01.227Z | Downloaded tabwriter v1.4.0 |
969 | 2024-05-30T03:16:01.227Z | Downloaded crossbeam-channel v0.5.12 |
970 | 2024-05-30T03:16:01.227Z | Downloaded serde_derive_internals v0.29.1 |
971 | 2024-05-30T03:16:01.227Z | Downloaded mio v0.8.11 |
972 | 2024-05-30T03:16:01.227Z | Downloaded snafu v0.8.2 |
973 | 2024-05-30T03:16:01.227Z | Downloaded tabled_derive v0.7.0 |
974 | 2024-05-30T03:16:01.227Z | Downloaded unicase v2.7.0 |
975 | 2024-05-30T03:16:01.227Z | Downloaded signal-hook-tokio v0.3.1 |
976 | 2024-05-30T03:16:01.228Z | Downloaded topological-sort v0.2.2 |
977 | 2024-05-30T03:16:01.228Z | Downloaded nu-ansi-term v0.50.0 |
978 | 2024-05-30T03:16:01.228Z | Downloaded hash32 v0.2.1 |
979 | 2024-05-30T03:16:01.228Z | Downloaded packed_struct v0.10.1 |
980 | 2024-05-30T03:16:01.250Z | Downloaded scopeguard v1.2.0 |
981 | 2024-05-30T03:16:01.250Z | Downloaded glob v0.3.1 |
982 | 2024-05-30T03:16:01.251Z | Downloaded fs-err v2.11.0 |
983 | 2024-05-30T03:16:01.251Z | Downloaded display-error-chain v0.2.0 |
984 | 2024-05-30T03:16:01.251Z | Downloaded either v1.12.0 |
985 | 2024-05-30T03:16:01.251Z | Downloaded socket2 v0.5.7 |
986 | 2024-05-30T03:16:01.251Z | Downloaded derive_builder_macro v0.20.0 |
987 | 2024-05-30T03:16:01.251Z | Downloaded ena v0.14.3 |
988 | 2024-05-30T03:16:01.251Z | Downloaded num_enum_derive v0.5.11 |
989 | 2024-05-30T03:16:01.251Z | Downloaded serde-big-array v0.4.1 |
990 | 2024-05-30T03:16:01.251Z | Downloaded der v0.7.9 |
991 | 2024-05-30T03:16:01.251Z | Downloaded tracing v0.1.40 |
992 | 2024-05-30T03:16:01.251Z | Downloaded semver v0.1.20 |
993 | 2024-05-30T03:16:01.251Z | Downloaded rand_xorshift v0.3.0 |
994 | 2024-05-30T03:16:01.251Z | Downloaded cstr-argument v0.1.2 |
995 | 2024-05-30T03:16:01.251Z | Downloaded portpicker v0.1.1 |
996 | 2024-05-30T03:16:01.251Z | Downloaded serde_yaml v0.9.34+deprecated |
997 | 2024-05-30T03:16:01.251Z | Downloaded tap v1.0.1 |
998 | 2024-05-30T03:16:01.252Z | Downloaded ron v0.8.1 |
999 | 2024-05-30T03:16:01.252Z | Downloaded rustls-pemfile v1.0.4 |
1000 | 2024-05-30T03:16:01.252Z | Downloaded hkdf v0.12.4 |
1001 | 2024-05-30T03:16:01.252Z | Downloaded untrusted v0.7.1 |
1002 | 2024-05-30T03:16:01.252Z | Downloaded endian-type v0.1.2 |
1003 | 2024-05-30T03:16:01.252Z | Downloaded crunchy v0.2.2 |
1004 | 2024-05-30T03:16:01.252Z | Downloaded crucible-workspace-hack v0.1.0 |
1005 | 2024-05-30T03:16:01.252Z | Downloaded globset v0.4.14 |
1006 | 2024-05-30T03:16:01.252Z | Downloaded dtrace-parser v0.1.14 |
1007 | 2024-05-30T03:16:01.252Z | Downloaded downcast v0.11.0 |
1008 | 2024-05-30T03:16:01.252Z | Downloaded dirs-next v2.0.0 |
1009 | 2024-05-30T03:16:01.252Z | Downloaded digest v0.10.7 |
1010 | 2024-05-30T03:16:01.252Z | Downloaded dirs-sys-next v0.1.2 |
1011 | 2024-05-30T03:16:01.252Z | Downloaded difflib v0.4.0 |
1012 | 2024-05-30T03:16:01.253Z | Downloaded path-slash v0.1.5 |
1013 | 2024-05-30T03:16:01.253Z | Downloaded usdt-macro v0.5.0 |
1014 | 2024-05-30T03:16:01.253Z | Downloaded dof v0.1.5 |
1015 | 2024-05-30T03:16:01.253Z | Downloaded zeroize_derive v1.4.2 |
1016 | 2024-05-30T03:16:01.253Z | Downloaded xattr v1.3.1 |
1017 | 2024-05-30T03:16:01.253Z | Downloaded prettyplease v0.2.20 |
1018 | 2024-05-30T03:16:01.283Z | Downloaded termtree v0.4.1 |
1019 | 2024-05-30T03:16:01.283Z | Downloaded num-conv v0.1.0 |
1020 | 2024-05-30T03:16:01.283Z | Downloaded pem-rfc7468 v0.7.0 |
1021 | 2024-05-30T03:16:01.283Z | Downloaded peg-macros v0.8.3 |
1022 | 2024-05-30T03:16:01.283Z | Downloaded scroll_derive v0.12.0 |
1023 | 2024-05-30T03:16:01.283Z | Downloaded parse-size v1.0.0 |
1024 | 2024-05-30T03:16:01.298Z | Downloaded rsa v0.9.6 |
1025 | 2024-05-30T03:16:01.298Z | Downloaded oso-derive v0.27.3 |
1026 | 2024-05-30T03:16:01.298Z | Downloaded defmt-parser v0.3.4 |
1027 | 2024-05-30T03:16:01.298Z | Downloaded darling_core v0.20.9 |
1028 | 2024-05-30T03:16:01.299Z | Downloaded zip v0.6.6 |
1029 | 2024-05-30T03:16:01.299Z | Downloaded equivalent v1.0.1 |
1030 | 2024-05-30T03:16:01.299Z | Downloaded signature v1.6.4 |
1031 | 2024-05-30T03:16:01.299Z | Downloaded thread-id v4.2.1 |
1032 | 2024-05-30T03:16:01.299Z | Downloaded crypto-common v0.1.6 |
1033 | 2024-05-30T03:16:01.299Z | Downloaded tokio-native-tls v0.3.1 |
1034 | 2024-05-30T03:16:01.299Z | Downloaded libm v0.2.8 |
1035 | 2024-05-30T03:16:02.279Z | Downloaded signature v2.2.0 |
1036 | 2024-05-30T03:16:02.280Z | Downloaded paste v1.0.15 |
1037 | 2024-05-30T03:16:02.280Z | Downloaded tokio-rustls v0.24.1 |
1038 | 2024-05-30T03:16:02.280Z | Downloaded shlex v1.3.0 |
1039 | 2024-05-30T03:16:02.280Z | Downloaded thiserror-impl-no-std v2.0.2 |
1040 | 2024-05-30T03:16:02.280Z | Downloaded terminal_size v0.3.0 |
1041 | 2024-05-30T03:16:02.281Z | Downloaded utf8parse v0.2.1 |
1042 | 2024-05-30T03:16:02.281Z | Downloaded usdt v0.3.5 |
1043 | 2024-05-30T03:16:02.281Z | Downloaded serde_urlencoded v0.7.1 |
1044 | 2024-05-30T03:16:02.281Z | Downloaded steno v0.4.0 |
1045 | 2024-05-30T03:16:02.281Z | Downloaded unicode-bidi v0.3.15 |
1046 | 2024-05-30T03:16:02.282Z | Downloaded rustc-hash v1.1.0 |
1047 | 2024-05-30T03:16:02.282Z | Downloaded parse-display-derive v0.9.0 |
1048 | 2024-05-30T03:16:02.282Z | Downloaded uuid v1.8.0 |
1049 | 2024-05-30T03:16:02.282Z | Downloaded time v0.3.36 |
1050 | 2024-05-30T03:16:02.282Z | Downloaded scroll v0.12.0 |
1051 | 2024-05-30T03:16:02.282Z | Downloaded termcolor v1.4.1 |
1052 | 2024-05-30T03:16:02.283Z | Downloaded spin v0.5.2 |
1053 | 2024-05-30T03:16:02.283Z | Downloaded num-iter v0.1.45 |
1054 | 2024-05-30T03:16:02.283Z | Downloaded num-integer v0.1.46 |
1055 | 2024-05-30T03:16:02.283Z | Downloaded password-hash v0.5.0 |
1056 | 2024-05-30T03:16:02.284Z | Downloaded r2d2 v0.8.10 |
1057 | 2024-05-30T03:16:02.284Z | Downloaded serde_arrays v0.1.0 |
1058 | 2024-05-30T03:16:02.284Z | Downloaded textwrap v0.16.1 |
1059 | 2024-05-30T03:16:02.284Z | Downloaded publicsuffix v2.2.3 |
1060 | 2024-05-30T03:16:02.284Z | Downloaded futures-core v0.3.30 |
1061 | 2024-05-30T03:16:02.285Z | Downloaded openssl-probe v0.1.5 |
1062 | 2024-05-30T03:16:02.285Z | Downloaded unicode-normalization v0.1.23 |
1063 | 2024-05-30T03:16:02.285Z | Downloaded want v0.3.1 |
1064 | 2024-05-30T03:16:02.285Z | Downloaded pest_generator v2.7.10 |
1065 | 2024-05-30T03:16:02.285Z | Downloaded zerocopy v0.3.2 |
1066 | 2024-05-30T03:16:02.286Z | Downloaded slog v2.7.0 |
1067 | 2024-05-30T03:16:02.286Z | Downloaded toml_datetime v0.6.6 |
1068 | 2024-05-30T03:16:02.286Z | Downloaded diesel_derives v2.1.4 |
1069 | 2024-05-30T03:16:02.286Z | Downloaded sqlformat v0.2.3 |
1070 | 2024-05-30T03:16:02.287Z | Downloaded num_threads v0.1.7 |
1071 | 2024-05-30T03:16:02.287Z | Downloaded rustc-demangle v0.1.24 |
1072 | 2024-05-30T03:16:02.287Z | Downloaded num-complex v0.4.6 |
1073 | 2024-05-30T03:16:02.287Z | Downloaded test-strategy v0.3.1 |
1074 | 2024-05-30T03:16:02.288Z | Downloaded float-cmp v0.9.0 |
1075 | 2024-05-30T03:16:02.288Z | Downloaded slog-bunyan v2.5.0 |
1076 | 2024-05-30T03:16:02.288Z | Downloaded ppv-lite86 v0.2.17 |
1077 | 2024-05-30T03:16:02.288Z | Downloaded futures-io v0.3.30 |
1078 | 2024-05-30T03:16:02.288Z | Downloaded erased-serde v0.3.31 |
1079 | 2024-05-30T03:16:02.289Z | Downloaded itertools v0.12.1 |
1080 | 2024-05-30T03:16:02.289Z | Downloaded itertools v0.10.5 |
1081 | 2024-05-30T03:16:02.289Z | Downloaded pkg-config v0.3.30 |
1082 | 2024-05-30T03:16:02.289Z | Downloaded tls_codec_derive v0.4.1 |
1083 | 2024-05-30T03:16:02.290Z | Downloaded slog-dtrace v0.3.0 |
1084 | 2024-05-30T03:16:02.290Z | Downloaded wyz v0.5.1 |
1085 | 2024-05-30T03:16:02.290Z | Downloaded tar v0.4.40 |
1086 | 2024-05-30T03:16:02.290Z | Downloaded enum-as-inner v0.5.1 |
1087 | 2024-05-30T03:16:02.290Z | Downloaded zeroize v1.7.0 |
1088 | 2024-05-30T03:16:02.290Z | Downloaded which v4.4.2 |
1089 | 2024-05-30T03:16:02.291Z | Downloaded serde_derive v1.0.202 |
1090 | 2024-05-30T03:16:02.291Z | Downloaded signal-hook v0.3.17 |
1091 | 2024-05-30T03:16:02.291Z | Downloaded slog-envlogger v2.2.0 |
1092 | 2024-05-30T03:16:02.291Z | Downloaded sec1 v0.7.3 |
1093 | 2024-05-30T03:16:02.291Z | Downloaded ref-cast v1.0.23 |
1094 | 2024-05-30T03:16:02.291Z | Downloaded serde_json v1.0.117 |
1095 | 2024-05-30T03:16:02.292Z | Downloaded serde-hex v0.1.0 |
1096 | 2024-05-30T03:16:02.292Z | Downloaded num_cpus v1.16.0 |
1097 | 2024-05-30T03:16:02.292Z | Downloaded form_urlencoded v1.2.1 |
1098 | 2024-05-30T03:16:02.292Z | Downloaded untrusted v0.9.0 |
1099 | 2024-05-30T03:16:02.293Z | Downloaded env_logger v0.9.3 |
1100 | 2024-05-30T03:16:02.293Z | Downloaded num_enum v0.5.11 |
1101 | 2024-05-30T03:16:02.293Z | Downloaded parking_lot_core v0.9.10 |
1102 | 2024-05-30T03:16:02.293Z | Downloaded tokio-macros v2.2.0 |
1103 | 2024-05-30T03:16:02.294Z | Downloaded openssl-sys v0.9.102 |
1104 | 2024-05-30T03:16:02.294Z | Downloaded rustc_version v0.4.0 |
1105 | 2024-05-30T03:16:02.294Z | Downloaded foreign-types v0.3.2 |
1106 | 2024-05-30T03:16:02.294Z | Downloaded peg v0.8.3 |
1107 | 2024-05-30T03:16:02.295Z | Downloaded radium v0.7.0 |
1108 | 2024-05-30T03:16:02.295Z | Downloaded pkcs8 v0.10.2 |
1109 | 2024-05-30T03:16:02.295Z | Downloaded foreign-types v0.5.0 |
1110 | 2024-05-30T03:16:02.295Z | Downloaded pkcs1 v0.7.5 |
1111 | 2024-05-30T03:16:02.296Z | Downloaded yasna v0.5.2 |
1112 | 2024-05-30T03:16:02.296Z | Downloaded env_logger v0.10.2 |
1113 | 2024-05-30T03:16:02.312Z | Downloaded smallvec v0.6.14 |
1114 | 2024-05-30T03:16:02.313Z | Downloaded powerfmt v0.2.0 |
1115 | 2024-05-30T03:16:02.313Z | Downloaded x509-cert v0.2.5 |
1116 | 2024-05-30T03:16:02.313Z | Downloaded slog-scope v4.4.0 |
1117 | 2024-05-30T03:16:02.313Z | Downloaded foreign-types-shared v0.1.1 |
1118 | 2024-05-30T03:16:02.313Z | Downloaded walkdir v2.5.0 |
1119 | 2024-05-30T03:16:02.314Z | Downloaded unicode-segmentation v1.11.0 |
1120 | 2024-05-30T03:16:02.314Z | Downloaded rand_chacha v0.3.1 |
1121 | 2024-05-30T03:16:02.314Z | Downloaded fnv v1.0.7 |
1122 | 2024-05-30T03:16:02.314Z | Downloaded sct v0.7.1 |
1123 | 2024-05-30T03:16:02.315Z | Downloaded unsafe-libyaml v0.2.11 |
1124 | 2024-05-30T03:16:02.315Z | Downloaded postgres-protocol v0.6.6 |
1125 | 2024-05-30T03:16:02.315Z | Downloaded slog-json v2.6.1 |
1126 | 2024-05-30T03:16:02.315Z | Downloaded universal-hash v0.5.1 |
1127 | 2024-05-30T03:16:02.315Z | Downloaded filetime v0.2.23 |
1128 | 2024-05-30T03:16:02.315Z | Downloaded postcard v1.0.8 |
1129 | 2024-05-30T03:16:02.316Z | Downloaded num-derive v0.4.2 |
1130 | 2024-05-30T03:16:02.316Z | Downloaded ff v0.13.0 |
1131 | 2024-05-30T03:16:02.316Z | Downloaded thiserror-no-std v2.0.2 |
1132 | 2024-05-30T03:16:02.316Z | Downloaded rustc_version v0.1.7 |
1133 | 2024-05-30T03:16:02.316Z | Downloaded foreign-types-macros v0.2.3 |
1134 | 2024-05-30T03:16:02.317Z | Downloaded tls_codec v0.4.1 |
1135 | 2024-05-30T03:16:02.343Z | Downloaded smawk v0.3.2 |
1136 | 2024-05-30T03:16:02.344Z | Downloaded rustls-pki-types v1.7.0 |
1137 | 2024-05-30T03:16:02.344Z | Downloaded smallvec v1.13.2 |
1138 | 2024-05-30T03:16:02.344Z | Downloaded toml v0.8.13 |
1139 | 2024-05-30T03:16:02.344Z | Downloaded rand_core v0.6.4 |
1140 | 2024-05-30T03:16:02.344Z | Downloaded rand_seeder v0.2.3 |
1141 | 2024-05-30T03:16:02.345Z | Downloaded tungstenite v0.20.1 |
1142 | 2024-05-30T03:16:02.345Z | Downloaded rayon v1.10.0 |
1143 | 2024-05-30T03:16:02.345Z | Downloaded tokio-postgres v0.7.10 |
1144 | 2024-05-30T03:16:02.345Z | Downloaded usdt-impl v0.5.0 |
1145 | 2024-05-30T03:16:02.345Z | Downloaded tempfile v3.10.1 |
1146 | 2024-05-30T03:16:02.346Z | Downloaded ucd-trie v0.1.6 |
1147 | 2024-05-30T03:16:02.346Z | Downloaded crypto-bigint v0.5.5 |
1148 | 2024-05-30T03:16:02.346Z | Downloaded winnow v0.5.40 |
1149 | 2024-05-30T03:16:02.346Z | Downloaded getrandom v0.2.14 |
1150 | 2024-05-30T03:16:02.346Z | Downloaded pest_meta v2.7.10 |
1151 | 2024-05-30T03:16:02.347Z | Downloaded num v0.4.3 |
1152 | 2024-05-30T03:16:02.347Z | Downloaded schemars v0.8.20 |
1153 | 2024-05-30T03:16:02.347Z | Downloaded samael v0.0.15 |
1154 | 2024-05-30T03:16:02.347Z | Downloaded subprocess v0.2.9 |
1155 | 2024-05-30T03:16:02.347Z | Downloaded serde v1.0.202 |
1156 | 2024-05-30T03:16:02.348Z | Downloaded chrono v0.4.38 |
1157 | 2024-05-30T03:16:02.348Z | Downloaded h2 v0.3.26 |
1158 | 2024-05-30T03:16:02.348Z | Downloaded tinyvec v1.6.0 |
1159 | 2024-05-30T03:16:02.348Z | Downloaded crossterm v0.27.0 |
1160 | 2024-05-30T03:16:02.348Z | Downloaded pest v2.7.10 |
1161 | 2024-05-30T03:16:02.349Z | Downloaded url v2.5.0 |
1162 | 2024-05-30T03:16:02.349Z | Downloaded toml_edit v0.22.13 |
1163 | 2024-05-30T03:16:02.349Z | Downloaded tough v0.17.1 |
1164 | 2024-05-30T03:16:02.349Z | Downloaded expectorate v1.1.0 |
1165 | 2024-05-30T03:16:02.349Z | Downloaded rustyline v14.0.0 |
1166 | 2024-05-30T03:16:02.350Z | Downloaded syn v1.0.109 |
1167 | 2024-05-30T03:16:02.350Z | Downloaded typed-path v0.7.1 |
1168 | 2024-05-30T03:16:02.350Z | Downloaded salty v0.2.0 |
1169 | 2024-05-30T03:16:02.350Z | Downloaded tokio-util v0.7.11 |
1170 | 2024-05-30T03:16:02.350Z | Downloaded goblin v0.8.2 |
1171 | 2024-05-30T03:16:02.350Z | Downloaded num-bigint-dig v0.8.4 |
1172 | 2024-05-30T03:16:02.351Z | Downloaded idna v0.5.0 |
1173 | 2024-05-30T03:16:02.351Z | Downloaded quick-xml v0.31.0 |
1174 | 2024-05-30T03:16:02.351Z | Downloaded winnow v0.6.8 |
1175 | 2024-05-30T03:16:02.351Z | Downloaded tabled v0.15.0 |
1176 | 2024-05-30T03:16:02.351Z | Downloaded nix v0.28.0 |
1177 | 2024-05-30T03:16:02.351Z | Downloaded sqlparser v0.45.0 |
1178 | 2024-05-30T03:16:02.352Z | Downloaded regex v1.10.4 |
1179 | 2024-05-30T03:16:02.352Z | Downloaded openssl v0.10.64 |
1180 | 2024-05-30T03:16:02.352Z | Downloaded rustls-webpki v0.101.7 |
1181 | 2024-05-30T03:16:02.352Z | Downloaded proptest v1.4.0 |
1182 | 2024-05-30T03:16:02.352Z | Downloaded trust-dns-proto v0.22.0 |
1183 | 2024-05-30T03:16:02.352Z | Downloaded syn v2.0.64 |
1184 | 2024-05-30T03:16:02.352Z | Downloaded radix_trie v0.2.1 |
1185 | 2024-05-30T03:16:02.353Z | Downloaded object v0.30.4 |
1186 | 2024-05-30T03:16:02.353Z | Downloaded webpki-roots v0.25.4 |
1187 | 2024-05-30T03:16:02.353Z | Downloaded rustls-webpki v0.102.4 |
1188 | 2024-05-30T03:16:02.353Z | Downloaded gimli v0.28.1 |
1189 | 2024-05-30T03:16:02.354Z | Downloaded vcpkg v0.2.15 |
1190 | 2024-05-30T03:16:02.354Z | Downloaded polar-core v0.27.3 |
1191 | 2024-05-30T03:16:02.354Z | Downloaded smoltcp v0.9.1 |
1192 | 2024-05-30T03:16:02.354Z | Downloaded diesel v2.1.6 |
1193 | 2024-05-30T03:16:02.354Z | Downloaded rustls v0.22.4 |
1194 | 2024-05-30T03:16:02.354Z | Downloaded ratatui v0.26.2 |
1195 | 2024-05-30T03:16:02.355Z | Downloaded zerocopy-derive v0.2.0 |
1196 | 2024-05-30T03:16:02.355Z | Downloaded sled v0.34.7 |
1197 | 2024-05-30T03:16:02.355Z | Downloaded rustix v0.38.34 |
1198 | 2024-05-30T03:16:02.355Z | Downloaded rustls v0.21.12 |
1199 | 2024-05-30T03:16:02.355Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1200 | 2024-05-30T03:16:02.355Z | Downloaded zerocopy-derive v0.6.6 |
1201 | 2024-05-30T03:16:02.356Z | Downloaded regex-automata v0.4.6 |
1202 | 2024-05-30T03:16:02.356Z | Downloaded finl_unicode v1.2.0 |
1203 | 2024-05-30T03:16:02.356Z | Downloaded tokio v1.37.0 |
1204 | 2024-05-30T03:16:02.356Z | Downloaded libc v0.2.153 |
1205 | 2024-05-30T03:16:02.356Z | Downloaded petgraph v0.6.5 |
1206 | 2024-05-30T03:16:02.356Z | Downloaded csv v1.3.0 |
1207 | 2024-05-30T03:16:02.357Z | Downloaded sha3 v0.10.8 |
1208 | 2024-05-30T03:16:02.357Z | Downloaded encoding_rs v0.8.34 |
1209 | 2024-05-30T03:16:02.357Z | Downloaded regress v0.9.1 |
1210 | 2024-05-30T03:16:02.357Z | Downloaded smoltcp v0.11.0 |
1211 | 2024-05-30T03:16:02.357Z | Downloaded regex-syntax v0.8.3 |
1212 | 2024-05-30T03:16:02.357Z | Downloaded bstr v1.9.1 |
1213 | 2024-05-30T03:16:02.357Z | Downloaded object v0.32.2 |
1214 | 2024-05-30T03:16:02.357Z | Downloaded openapiv3 v2.0.0 |
1215 | 2024-05-30T03:16:02.392Z | Downloaded curve25519-dalek v4.1.2 |
1216 | 2024-05-30T03:16:02.392Z | Downloaded regex-syntax v0.6.29 |
1217 | 2024-05-30T03:16:02.392Z | Downloaded bstr v0.2.17 |
1218 | 2024-05-30T03:16:02.393Z | Downloaded idna v0.3.0 |
1219 | 2024-05-30T03:16:02.405Z | Downloaded idna v0.2.3 |
1220 | 2024-05-30T03:16:02.406Z | Downloaded regex-automata v0.1.10 |
1221 | 2024-05-30T03:16:02.406Z | Downloaded num-bigint v0.4.5 |
1222 | 2024-05-30T03:16:02.406Z | Downloaded reedline v0.31.0 |
1223 | 2024-05-30T03:16:02.406Z | Downloaded portable-atomic v1.6.0 |
1224 | 2024-05-30T03:16:02.417Z | Downloaded zerocopy v0.7.34 |
1225 | 2024-05-30T03:16:02.433Z | Downloaded lalrpop v0.19.12 |
1226 | 2024-05-30T03:16:02.444Z | Downloaded flume v0.11.0 |
1227 | 2024-05-30T03:16:02.444Z | Downloaded rand v0.8.5 |
1228 | 2024-05-30T03:16:02.444Z | Downloaded zerocopy v0.6.6 |
1229 | 2024-05-30T03:16:02.444Z | Downloaded trust-dns-resolver v0.22.0 |
1230 | 2024-05-30T03:16:02.453Z | Downloaded toml_edit v0.19.15 |
1231 | 2024-05-30T03:16:02.462Z | Downloaded tungstenite v0.21.0 |
1232 | 2024-05-30T03:16:02.483Z | Downloaded ring v0.17.8 |
1233 | 2024-05-30T03:16:02.543Z | Downloaded reqwest v0.11.27 |
1234 | 2024-05-30T03:16:02.964Z | Downloaded futures-util v0.3.30 |
1235 | 2024-05-30T03:16:02.964Z | Downloaded tokio-tungstenite v0.21.0 |
1236 | 2024-05-30T03:16:02.965Z | Downloaded omicron-zone-package v0.11.0 |
1237 | 2024-05-30T03:16:02.965Z | Downloaded num-traits v0.2.19 |
1238 | 2024-05-30T03:16:02.965Z | Downloaded ryu v1.0.18 |
1239 | 2024-05-30T03:16:02.965Z | Downloaded serde_with v3.8.1 |
1240 | 2024-05-30T03:16:02.965Z | Downloaded clap_builder v4.5.2 |
1241 | 2024-05-30T03:16:02.965Z | Downloaded ring v0.16.20 |
1242 | 2024-05-30T03:16:02.965Z | Downloaded hyper v0.14.28 |
1243 | 2024-05-30T03:16:02.965Z | Downloaded typenum v1.17.0 |
1244 | 2024-05-30T03:16:02.965Z | Downloaded thread_local v1.1.8 |
1245 | 2024-05-30T03:16:02.965Z | Downloaded tokio-tungstenite v0.20.1 |
1246 | 2024-05-30T03:16:02.965Z | Downloaded spin v0.9.8 |
1247 | 2024-05-30T03:16:02.965Z | Downloaded rustversion v1.0.17 |
1248 | 2024-05-30T03:16:02.965Z | Downloaded pin-utils v0.1.0 |
1249 | 2024-05-30T03:16:02.966Z | Downloaded olpc-cjson v0.1.3 |
1250 | 2024-05-30T03:16:02.966Z | Downloaded futures-executor v0.3.30 |
1251 | 2024-05-30T03:16:02.966Z | Downloaded fragile v2.0.0 |
1252 | 2024-05-30T03:16:02.966Z | Downloaded quote v1.0.36 |
1253 | 2024-05-30T03:16:02.966Z | Downloaded num-rational v0.4.2 |
1254 | 2024-05-30T03:16:02.966Z | Downloaded term v0.7.0 |
1255 | 2024-05-30T03:16:02.966Z | Downloaded rcgen v0.12.1 |
1256 | 2024-05-30T03:16:02.966Z | Downloaded oso v0.27.3 |
1257 | 2024-05-30T03:16:02.966Z | Downloaded slog-async v2.8.0 |
1258 | 2024-05-30T03:16:02.966Z | Downloaded predicates v3.1.0 |
1259 | 2024-05-30T03:16:02.966Z | Downloaded unicode_categories v0.1.1 |
1260 | 2024-05-30T03:16:02.966Z | Downloaded percent-encoding v2.3.1 |
1261 | 2024-05-30T03:16:02.966Z | Downloaded usdt-macro v0.3.5 |
1262 | 2024-05-30T03:16:02.966Z | Downloaded derive_more v0.99.17 |
1263 | 2024-05-30T03:16:02.966Z | Downloaded diff v0.1.13 |
1264 | 2024-05-30T03:16:02.966Z | Downloaded nom v7.1.3 |
1265 | 2024-05-30T03:16:02.967Z | Downloaded termios v0.3.3 |
1266 | 2024-05-30T03:16:02.967Z | Downloaded flate2 v1.0.30 |
1267 | 2024-05-30T03:16:02.967Z | Downloaded libxml v0.3.3 |
1268 | 2024-05-30T03:16:02.967Z | Downloaded dof v0.3.0 |
1269 | 2024-05-30T03:16:02.967Z | Downloaded trust-dns-server v0.22.1 |
1270 | 2024-05-30T03:16:02.967Z | Downloaded semver v1.0.23 |
1271 | 2024-05-30T03:16:02.967Z | Downloaded pest_derive v2.7.10 |
1272 | 2024-05-30T03:16:02.967Z | Downloaded zerocopy-derive v0.7.34 |
1273 | 2024-05-30T03:16:02.967Z | Downloaded tokio-rustls v0.25.0 |
1274 | 2024-05-30T03:16:02.967Z | Downloaded subtle v2.5.0 |
1275 | 2024-05-30T03:16:02.968Z | Downloaded ed25519 v1.5.3 |
1276 | 2024-05-30T03:16:02.968Z | Downloaded parking_lot v0.12.2 |
1277 | 2024-05-30T03:16:02.968Z | Downloaded papergrid v0.11.0 |
1278 | 2024-05-30T03:16:02.968Z | Downloaded thiserror-impl v1.0.60 |
1279 | 2024-05-30T03:16:02.968Z | Downloaded smf v0.2.3 |
1280 | 2024-05-30T03:16:02.968Z | Downloaded signal-hook-mio v0.2.3 |
1281 | 2024-05-30T03:16:02.968Z | Downloaded platforms v3.4.0 |
1282 | 2024-05-30T03:16:02.968Z | Downloaded owo-colors v4.0.0 |
1283 | 2024-05-30T03:16:02.968Z | Downloaded plain v0.2.3 |
1284 | 2024-05-30T03:16:02.968Z | Downloaded uzers v0.11.3 |
1285 | 2024-05-30T03:16:02.968Z | Downloaded thiserror v1.0.60 |
1286 | 2024-05-30T03:16:02.968Z | Downloaded signal-hook-registry v1.4.2 |
1287 | 2024-05-30T03:16:02.968Z | Downloaded unicode-width v0.1.12 |
1288 | 2024-05-30T03:16:02.968Z | Downloaded trust-dns-client v0.22.0 |
1289 | 2024-05-30T03:16:02.968Z | Downloaded tokio-stream v0.1.15 |
1290 | 2024-05-30T03:16:02.968Z | Downloaded half v2.4.1 |
1291 | 2024-05-30T03:16:02.968Z | Downloaded dyn-clone v1.0.17 |
1292 | 2024-05-30T03:16:02.969Z | Downloaded unarray v0.1.4 |
1293 | 2024-05-30T03:16:02.969Z | Downloaded postgres-types v0.2.6 |
1294 | 2024-05-30T03:16:02.969Z | Downloaded poly1305 v0.8.0 |
1295 | 2024-05-30T03:16:02.969Z | Downloaded crossbeam-utils v0.8.19 |
1296 | 2024-05-30T03:16:02.969Z | Downloaded pin-project v1.1.5 |
1297 | 2024-05-30T03:16:02.969Z | Downloaded parking_lot_core v0.8.6 |
1298 | 2024-05-30T03:16:02.969Z | Downloaded memchr v2.7.2 |
1299 | 2024-05-30T03:16:02.969Z | Downloaded futures-channel v0.3.30 |
1300 | 2024-05-30T03:16:02.969Z | Downloaded ron v0.7.1 |
1301 | 2024-05-30T03:16:02.969Z | Downloaded rayon-core v1.12.1 |
1302 | 2024-05-30T03:16:02.969Z | Downloaded minimal-lexical v0.2.1 |
1303 | 2024-05-30T03:16:02.969Z | Downloaded indexmap v2.2.6 |
1304 | 2024-05-30T03:16:02.969Z | Downloaded elliptic-curve v0.13.8 |
1305 | 2024-05-30T03:16:02.969Z | Downloaded spki v0.7.3 |
1306 | 2024-05-30T03:16:02.969Z | Downloaded slog-stdlog v4.1.1 |
1307 | 2024-05-30T03:16:02.969Z | Downloaded serde_spanned v0.6.6 |
1308 | 2024-05-30T03:16:02.969Z | Downloaded serde_repr v0.1.19 |
1309 | 2024-05-30T03:16:02.969Z | Downloaded proc-macro2 v1.0.82 |
1310 | 2024-05-30T03:16:02.970Z | Downloaded derive-where v1.2.7 |
1311 | 2024-05-30T03:16:02.970Z | Downloaded predicates-tree v1.0.9 |
1312 | 2024-05-30T03:16:02.970Z | Downloaded parking_lot v0.11.2 |
1313 | 2024-05-30T03:16:02.970Z | Downloaded crossbeam-epoch v0.9.18 |
1314 | 2024-05-30T03:16:02.970Z | Downloaded defmt v0.3.8 |
1315 | 2024-05-30T03:16:02.970Z | Downloaded debug-ignore v1.0.5 |
1316 | 2024-05-30T03:16:02.970Z | Downloaded usdt-impl v0.3.5 |
1317 | 2024-05-30T03:16:02.970Z | Downloaded strum_macros v0.26.2 |
1318 | 2024-05-30T03:16:02.970Z | Downloaded strum_macros v0.25.3 |
1319 | 2024-05-30T03:16:02.970Z | Downloaded strum_macros v0.24.3 |
1320 | 2024-05-30T03:16:02.970Z | Downloaded structmeta-derive v0.2.0 |
1321 | 2024-05-30T03:16:02.970Z | Downloaded structmeta v0.3.0 |
1322 | 2024-05-30T03:16:02.970Z | Downloaded structmeta v0.2.0 |
1323 | 2024-05-30T03:16:02.970Z | Downloaded strsim v0.11.1 |
1324 | 2024-05-30T03:16:02.970Z | Downloaded stringprep v0.1.4 |
1325 | 2024-05-30T03:16:02.971Z | Downloaded proc-macro-error-attr v1.0.4 |
1326 | 2024-05-30T03:16:02.971Z | Downloaded pin-project-lite v0.2.14 |
1327 | 2024-05-30T03:16:02.971Z | Downloaded pin-project-internal v1.1.5 |
1328 | 2024-05-30T03:16:02.971Z | Downloaded toml v0.5.11 |
1329 | 2024-05-30T03:16:02.971Z | Downloaded sha1 v0.10.6 |
1330 | 2024-05-30T03:16:02.971Z | Downloaded unicode-xid v0.2.4 |
1331 | 2024-05-30T03:16:02.971Z | Downloaded string_cache v0.8.7 |
1332 | 2024-05-30T03:16:02.971Z | Downloaded stable_deref_trait v1.2.0 |
1333 | 2024-05-30T03:16:02.971Z | Downloaded rustls-pemfile v2.1.2 |
1334 | 2024-05-30T03:16:02.987Z | Downloaded indexmap v1.9.3 |
1335 | 2024-05-30T03:16:02.987Z | Downloaded structmeta-derive v0.3.0 |
1336 | 2024-05-30T03:16:02.987Z | Downloaded const_format v0.2.32 |
1337 | 2024-05-30T03:16:02.987Z | Downloaded compact_str v0.7.1 |
1338 | 2024-05-30T03:16:02.987Z | Downloaded phf v0.11.2 |
1339 | 2024-05-30T03:16:02.988Z | Downloaded bytes v1.6.0 |
1340 | 2024-05-30T03:16:02.988Z | Downloaded futures-sink v0.3.30 |
1341 | 2024-05-30T03:16:02.988Z | Downloaded fallible-iterator v0.2.0 |
1342 | 2024-05-30T03:16:02.988Z | Downloaded fastrand v2.1.0 |
1343 | 2024-05-30T03:16:02.988Z | Downloaded tracing-attributes v0.1.27 |
1344 | 2024-05-30T03:16:02.988Z | Downloaded time-macros v0.2.18 |
1345 | 2024-05-30T03:16:02.988Z | Downloaded snafu-derive v0.8.2 |
1346 | 2024-05-30T03:16:02.988Z | Downloaded crc-any v2.5.0 |
1347 | 2024-05-30T03:16:02.988Z | Downloaded memmap2 v0.9.4 |
1348 | 2024-05-30T03:16:02.988Z | Downloaded clang-sys v1.7.0 |
1349 | 2024-05-30T03:16:02.988Z | Downloaded same-file v1.0.6 |
1350 | 2024-05-30T03:16:02.988Z | Downloaded rusty-fork v0.3.0 |
1351 | 2024-05-30T03:16:02.988Z | Downloaded rustfmt-wrapper v0.2.1 |
1352 | 2024-05-30T03:16:02.988Z | Downloaded cookie v0.18.1 |
1353 | 2024-05-30T03:16:02.988Z | Downloaded clap_lex v0.7.0 |
1354 | 2024-05-30T03:16:02.988Z | Downloaded const_format_proc_macros v0.2.32 |
1355 | 2024-05-30T03:16:02.989Z | Downloaded corncobs v0.1.3 |
1356 | 2024-05-30T03:16:02.989Z | Downloaded buf-list v1.0.3 |
1357 | 2024-05-30T03:16:02.989Z | Downloaded libsw v3.3.1 |
1358 | 2024-05-30T03:16:02.989Z | Downloaded colored v2.1.0 |
1359 | 2024-05-30T03:16:02.989Z | Downloaded colorchoice v1.0.1 |
1360 | 2024-05-30T03:16:02.989Z | Downloaded byteorder v1.5.0 |
1361 | 2024-05-30T03:16:02.989Z | Downloaded nibble_vec v0.1.0 |
1362 | 2024-05-30T03:16:02.989Z | Downloaded base64 v0.22.1 |
1363 | 2024-05-30T03:16:02.989Z | Downloaded sync_wrapper v0.1.2 |
1364 | 2024-05-30T03:16:02.989Z | Downloaded multimap v0.10.0 |
1365 | 2024-05-30T03:16:02.989Z | Downloaded memoffset v0.7.1 |
1366 | 2024-05-30T03:16:02.989Z | Downloaded maybe-uninit v2.0.0 |
1367 | 2024-05-30T03:16:02.989Z | Downloaded managed v0.8.0 |
1368 | 2024-05-30T03:16:02.989Z | Downloaded indoc v1.0.9 |
1369 | 2024-05-30T03:16:02.989Z | Downloaded hyper-rustls v0.24.2 |
1370 | 2024-05-30T03:16:02.990Z | Downloaded crc-catalog v2.4.0 |
1371 | 2024-05-30T03:16:02.990Z | Downloaded cpufeatures v0.2.12 |
1372 | 2024-05-30T03:16:02.990Z | Downloaded constant_time_eq v0.3.0 |
1373 | 2024-05-30T03:16:02.990Z | Downloaded cipher v0.4.4 |
1374 | 2024-05-30T03:16:02.990Z | Downloaded chacha20 v0.9.1 |
1375 | 2024-05-30T03:16:02.990Z | Downloaded cc v1.0.97 |
1376 | 2024-05-30T03:16:02.990Z | Downloaded linked-hash-map v0.5.6 |
1377 | 2024-05-30T03:16:02.990Z | Downloaded kstat-rs v0.2.3 |
1378 | 2024-05-30T03:16:02.990Z | Downloaded cfg-if v1.0.0 |
1379 | 2024-05-30T03:16:02.990Z | Downloaded cexpr v0.6.0 |
1380 | 2024-05-30T03:16:02.990Z | Downloaded cassowary v0.3.0 |
1381 | 2024-05-30T03:16:02.990Z | Downloaded cancel-safe-futures v0.1.5 |
1382 | 2024-05-30T03:16:02.990Z | Downloaded cargo-platform v0.1.8 |
1383 | 2024-05-30T03:16:02.990Z | Downloaded block-padding v0.3.3 |
1384 | 2024-05-30T03:16:02.990Z | Downloaded humantime v2.1.0 |
1385 | 2024-05-30T03:16:02.990Z | Downloaded instant v0.1.12 |
1386 | 2024-05-30T03:16:02.990Z | Downloaded ciborium v0.2.2 |
1387 | 2024-05-30T03:16:02.990Z | Downloaded castaway v0.2.2 |
1388 | 2024-05-30T03:16:02.991Z | Downloaded block-buffer v0.10.4 |
1389 | 2024-05-30T03:16:02.991Z | Downloaded blake2 v0.10.6 |
1390 | 2024-05-30T03:16:02.991Z | Downloaded bit-set v0.5.3 |
1391 | 2024-05-30T03:16:02.991Z | Downloaded is_terminal_polyfill v1.70.0 |
1392 | 2024-05-30T03:16:02.991Z | Downloaded is_ci v1.2.0 |
1393 | 2024-05-30T03:16:02.991Z | Downloaded ciborium-io v0.2.2 |
1394 | 2024-05-30T03:16:02.991Z | Downloaded bit-vec v0.6.3 |
1395 | 2024-05-30T03:16:02.991Z | Downloaded bb8 v0.8.3 |
1396 | 2024-05-30T03:16:02.991Z | Downloaded arrayvec v0.7.4 |
1397 | 2024-05-30T03:16:02.991Z | Downloaded base64 v0.13.1 |
1398 | 2024-05-30T03:16:02.991Z | Downloaded bitstruct_derive v0.1.0 |
1399 | 2024-05-30T03:16:02.991Z | Downloaded backoff v0.4.0 |
1400 | 2024-05-30T03:16:02.991Z | Downloaded base16ct v0.2.0 |
1401 | 2024-05-30T03:16:02.991Z | Downloaded atty v0.2.14 |
1402 | 2024-05-30T03:16:02.991Z | Downloaded async-recursion v1.1.1 |
1403 | 2024-05-30T03:16:02.991Z | Downloaded assert_matches v1.5.0 |
1404 | 2024-05-30T03:16:02.991Z | Downloaded heck v0.5.0 |
1405 | 2024-05-30T03:16:02.991Z | Downloaded heapless v0.7.17 |
1406 | 2024-05-30T03:16:02.991Z | Downloaded arrayref v0.3.7 |
1407 | 2024-05-30T03:16:02.992Z | Downloaded heapless v0.8.0 |
1408 | 2024-05-30T03:16:02.992Z | Downloaded headers-core v0.2.0 |
1409 | 2024-05-30T03:16:02.992Z | Downloaded hmac v0.12.1 |
1410 | 2024-05-30T03:16:02.992Z | Downloaded headers v0.3.9 |
1411 | 2024-05-30T03:16:02.992Z | Downloaded base64 v0.21.7 |
1412 | 2024-05-30T03:16:02.992Z | Downloaded ascii v1.1.0 |
1413 | 2024-05-30T03:16:02.992Z | Downloaded base64ct v1.6.0 |
1414 | 2024-05-30T03:16:02.992Z | Downloaded arc-swap v1.7.1 |
1415 | 2024-05-30T03:16:03.045Z | Downloaded anstyle-query v1.0.3 |
1416 | 2024-05-30T03:16:03.045Z | Downloaded async-stream-impl v0.3.5 |
1417 | 2024-05-30T03:16:03.045Z | Downloaded array-init v0.0.4 |
1418 | 2024-05-30T03:16:03.424Z | Compiling proc-macro2 v1.0.82 |
1419 | 2024-05-30T03:16:03.425Z | Compiling unicode-ident v1.0.12 |
1420 | 2024-05-30T03:16:03.425Z | Compiling libc v0.2.153 |
1421 | 2024-05-30T03:16:03.434Z | Compiling serde v1.0.202 |
1422 | 2024-05-30T03:16:03.434Z | Compiling autocfg v1.3.0 |
1423 | 2024-05-30T03:16:03.467Z | Compiling version_check v0.9.4 |
1424 | 2024-05-30T03:16:03.477Z | Compiling cfg-if v1.0.0 |
1425 | 2024-05-30T03:16:03.610Z | Compiling cc v1.0.97 |
1426 | 2024-05-30T03:16:03.653Z | Compiling parking_lot_core v0.9.10 |
1427 | 2024-05-30T03:16:03.683Z | Compiling once_cell v1.19.0 |
1428 | 2024-05-30T03:16:04.065Z | Compiling serde_json v1.0.117 |
1429 | 2024-05-30T03:16:04.141Z | Compiling ahash v0.8.11 |
1430 | 2024-05-30T03:16:04.181Z | Compiling lock_api v0.4.12 |
1431 | 2024-05-30T03:16:05.422Z | Compiling libm v0.2.8 |
1432 | 2024-05-30T03:16:05.436Z | Compiling byteorder v1.5.0 |
1433 | 2024-05-30T03:16:05.436Z | Compiling num-traits v0.2.19 |
1434 | 2024-05-30T03:16:05.436Z | Compiling memchr v2.7.2 |
1435 | 2024-05-30T03:16:05.806Z | Compiling thiserror v1.0.60 |
1436 | 2024-05-30T03:16:05.827Z | Compiling typenum v1.17.0 |
1437 | 2024-05-30T03:16:05.827Z | Compiling log v0.4.21 |
1438 | 2024-05-30T03:16:06.052Z | Compiling generic-array v0.14.7 |
1439 | 2024-05-30T03:16:06.309Z | Compiling itoa v1.0.11 |
1440 | 2024-05-30T03:16:06.589Z | Compiling scopeguard v1.2.0 |
1441 | 2024-05-30T03:16:06.744Z | Compiling quote v1.0.36 |
1442 | 2024-05-30T03:16:06.950Z | Compiling getrandom v0.2.14 |
1443 | 2024-05-30T03:16:07.211Z | Compiling syn v2.0.64 |
1444 | 2024-05-30T03:16:07.656Z | Compiling allocator-api2 v0.2.18 |
1445 | 2024-05-30T03:16:07.656Z | Compiling slab v0.4.9 |
1446 | 2024-05-30T03:16:07.823Z | Compiling ring v0.17.8 |
1447 | 2024-05-30T03:16:07.882Z | Compiling ryu v1.0.18 |
1448 | 2024-05-30T03:16:07.939Z | Compiling pin-project-lite v0.2.14 |
1449 | 2024-05-30T03:16:07.977Z | Compiling smallvec v1.13.2 |
1450 | 2024-05-30T03:16:08.081Z | Compiling schemars v0.8.20 |
1451 | 2024-05-30T03:16:08.330Z | Compiling semver v1.0.23 |
1452 | 2024-05-30T03:16:08.462Z | Compiling equivalent v1.0.1 |
1453 | 2024-05-30T03:16:08.492Z | Compiling syn v1.0.109 |
1454 | 2024-05-30T03:16:08.774Z | Compiling parking_lot v0.12.2 |
1455 | 2024-05-30T03:16:08.912Z | Compiling pkg-config v0.3.30 |
1456 | 2024-05-30T03:16:09.045Z | Compiling vcpkg v0.2.15 |
1457 | 2024-05-30T03:16:09.301Z | Compiling signal-hook-registry v1.4.2 |
1458 | 2024-05-30T03:16:10.363Z | Compiling mio v0.8.11 |
1459 | 2024-05-30T03:16:10.799Z | Compiling openssl-sys v0.9.102 |
1460 | 2024-05-30T03:16:11.430Z | Compiling fnv v1.0.7 |
1461 | 2024-05-30T03:16:11.562Z | Compiling rand_core v0.6.4 |
1462 | 2024-05-30T03:16:11.744Z | Compiling num_cpus v1.16.0 |
1463 | 2024-05-30T03:16:11.891Z | Compiling socket2 v0.5.7 |
1464 | 2024-05-30T03:16:12.389Z | Compiling num-conv v0.1.0 |
1465 | 2024-05-30T03:16:12.910Z | Compiling time-core v0.1.2 |
1466 | 2024-05-30T03:16:12.910Z | Compiling time-macros v0.2.18 |
1467 | 2024-05-30T03:16:12.910Z | Compiling httparse v1.8.0 |
1468 | 2024-05-30T03:16:13.010Z | Compiling futures-core v0.3.30 |
1469 | 2024-05-30T03:16:13.294Z | Compiling openssl v0.10.64 |
1470 | 2024-05-30T03:16:13.688Z | Compiling crossbeam-utils v0.8.19 |
1471 | 2024-05-30T03:16:13.878Z | Compiling rustix v0.38.34 |
1472 | 2024-05-30T03:16:13.906Z | Compiling iana-time-zone v0.1.60 |
1473 | 2024-05-30T03:16:14.299Z | Compiling spin v0.9.8 |
1474 | 2024-05-30T03:16:14.596Z | Compiling tinyvec_macros v0.1.1 |
1475 | 2024-05-30T03:16:14.660Z | Compiling rustls v0.21.12 |
1476 | 2024-05-30T03:16:15.080Z | Compiling native-tls v0.2.11 |
1477 | 2024-05-30T03:16:15.080Z | Compiling serde_derive_internals v0.29.1 |
1478 | 2024-05-30T03:16:15.081Z | Compiling tinyvec v1.6.0 |
1479 | 2024-05-30T03:16:15.310Z | Compiling subtle v2.5.0 |
1480 | 2024-05-30T03:16:15.725Z | Compiling ucd-trie v0.1.6 |
1481 | 2024-05-30T03:16:15.787Z | Compiling const-oid v0.9.6 |
1482 | 2024-05-30T03:16:16.013Z | Compiling futures-sink v0.3.30 |
1483 | 2024-05-30T03:16:16.225Z | Compiling unicode-normalization v0.1.23 |
1484 | 2024-05-30T03:16:16.472Z | Compiling backtrace v0.3.71 |
1485 | 2024-05-30T03:16:16.824Z | Compiling cookie v0.17.0 |
1486 | 2024-05-30T03:16:16.915Z | Compiling heck v0.4.1 |
1487 | 2024-05-30T03:16:17.153Z | Compiling slog v2.7.0 |
1488 | 2024-05-30T03:16:17.248Z | Compiling heck v0.5.0 |
1489 | 2024-05-30T03:16:17.314Z | Compiling unicode-bidi v0.3.15 |
1490 | 2024-05-30T03:16:17.365Z | Compiling dyn-clone v1.0.17 |
1491 | 2024-05-30T03:16:17.649Z | Compiling futures-channel v0.3.30 |
1492 | 2024-05-30T03:16:18.033Z | Compiling futures-task v0.3.30 |
1493 | 2024-05-30T03:16:18.087Z | Compiling strsim v0.11.1 |
1494 | 2024-05-30T03:16:18.553Z | Compiling pin-utils v0.1.0 |
1495 | 2024-05-30T03:16:18.592Z | Compiling futures-io v0.3.30 |
1496 | 2024-05-30T03:16:18.900Z | Compiling aho-corasick v1.1.3 |
1497 | 2024-05-30T03:16:20.277Z | Compiling untrusted v0.9.0 |
1498 | 2024-05-30T03:16:20.278Z | Compiling regex-syntax v0.8.3 |
1499 | 2024-05-30T03:16:20.278Z | Compiling anyhow v1.0.83 |
1500 | 2024-05-30T03:16:20.453Z | Compiling winnow v0.5.40 |
1501 | 2024-05-30T03:16:20.479Z | Compiling serde_derive v1.0.202 |
1502 | 2024-05-30T03:16:20.932Z | Compiling zerocopy-derive v0.7.34 |
1503 | 2024-05-30T03:16:20.987Z | Compiling zeroize_derive v1.4.2 |
1504 | 2024-05-30T03:16:22.426Z | Compiling thiserror-impl v1.0.60 |
1505 | 2024-05-30T03:16:23.039Z | Compiling zerocopy v0.7.34 |
1506 | 2024-05-30T03:16:23.391Z | Compiling tokio-macros v2.2.0 |
1507 | 2024-05-30T03:16:23.460Z | Compiling futures-macro v0.3.30 |
1508 | 2024-05-30T03:16:24.312Z | Compiling schemars_derive v0.8.20 |
1509 | 2024-05-30T03:16:25.320Z | Compiling hashbrown v0.14.5 |
1510 | 2024-05-30T03:16:25.347Z | Compiling tracing-attributes v0.1.27 |
1511 | 2024-05-30T03:16:25.385Z | Compiling zeroize v1.7.0 |
1512 | 2024-05-30T03:16:27.326Z | Compiling openssl-macros v0.1.1 |
1513 | 2024-05-30T03:16:27.337Z | Compiling scroll_derive v0.12.0 |
1514 | 2024-05-30T03:16:27.338Z | Compiling pest v2.7.10 |
1515 | 2024-05-30T03:16:27.338Z | Compiling crypto-common v0.1.6 |
1516 | 2024-05-30T03:16:27.506Z | Compiling futures-util v0.3.30 |
1517 | 2024-05-30T03:16:28.206Z | Compiling der_derive v0.7.2 |
1518 | 2024-05-30T03:16:28.606Z | Compiling block-buffer v0.10.4 |
1519 | 2024-05-30T03:16:28.864Z | Compiling regex-automata v0.4.6 |
1520 | 2024-05-30T03:16:29.657Z | Compiling pest_meta v2.7.10 |
1521 | 2024-05-30T03:16:30.551Z | Compiling tracing-core v0.1.32 |
1522 | 2024-05-30T03:16:33.045Z | Compiling pest_generator v2.7.10 |
1523 | 2024-05-30T03:16:33.861Z | Compiling bytes v1.6.0 |
1524 | 2024-05-30T03:16:34.767Z | Compiling indexmap v2.2.6 |
1525 | 2024-05-30T03:16:35.025Z | Compiling uuid v1.8.0 |
1526 | 2024-05-30T03:16:35.790Z | Compiling chrono v0.4.38 |
1527 | 2024-05-30T03:16:36.343Z | Compiling tokio v1.37.0 |
1528 | 2024-05-30T03:16:36.411Z | Compiling bitflags v2.5.0 |
1529 | 2024-05-30T03:16:37.001Z | Compiling serde_tokenstream v0.2.0 |
1530 | 2024-05-30T03:16:37.639Z | Compiling serde_spanned v0.6.6 |
1531 | 2024-05-30T03:16:37.856Z | Compiling toml_datetime v0.6.6 |
1532 | 2024-05-30T03:16:40.327Z | Compiling http v0.2.12 |
1533 | 2024-05-30T03:16:40.404Z | Compiling toml_edit v0.19.15 |
1534 | 2024-05-30T03:16:42.177Z | Compiling rustc_version v0.4.0 |
1535 | 2024-05-30T03:16:42.687Z | Compiling pest_derive v2.7.10 |
1536 | 2024-05-30T03:16:42.782Z | Compiling usdt-impl v0.5.0 |
1537 | 2024-05-30T03:16:42.805Z | Compiling rustversion v1.0.17 |
1538 | 2024-05-30T03:16:43.104Z | Compiling powerfmt v0.2.0 |
1539 | 2024-05-30T03:16:43.448Z | Compiling deranged v0.3.11 |
1540 | 2024-05-30T03:16:43.500Z | Compiling heapless v0.7.17 |
1541 | 2024-05-30T03:16:43.598Z | Compiling tracing v0.1.40 |
1542 | 2024-05-30T03:16:43.949Z | Compiling digest v0.10.7 |
1543 | 2024-05-30T03:16:44.314Z | Compiling scroll v0.12.0 |
1544 | 2024-05-30T03:16:45.066Z | Compiling signal-hook v0.3.17 |
1545 | 2024-05-30T03:16:45.077Z | Compiling percent-encoding v2.3.1 |
1546 | 2024-05-30T03:16:45.778Z | Compiling ppv-lite86 v0.2.17 |
1547 | 2024-05-30T03:16:45.792Z | Compiling plain v0.2.3 |
1548 | 2024-05-30T03:16:45.792Z | Compiling num_threads v0.1.7 |
1549 | 2024-05-30T03:16:45.807Z | Compiling goblin v0.8.2 |
1550 | 2024-05-30T03:16:45.882Z | Compiling time v0.3.36 |
1551 | 2024-05-30T03:16:46.189Z | Compiling rand_chacha v0.3.1 |
1552 | 2024-05-30T03:16:47.562Z | Compiling regex v1.10.4 |
1553 | 2024-05-30T03:16:48.875Z | Compiling pretty-hex v0.4.1 |
1554 | 2024-05-30T03:16:49.768Z | Compiling crc32fast v1.4.0 |
1555 | 2024-05-30T03:16:50.642Z | Compiling rand v0.8.5 |
1556 | 2024-05-30T03:16:50.744Z | Compiling tokio-util v0.7.11 |
1557 | 2024-05-30T03:16:52.110Z | Compiling dof v0.3.0 |
1558 | 2024-05-30T03:16:52.294Z | Compiling dtrace-parser v0.2.0 |
1559 | 2024-05-30T03:16:53.995Z | Compiling async-trait v0.1.80 |
1560 | 2024-05-30T03:16:54.095Z | Compiling thread-id v4.2.1 |
1561 | 2024-05-30T03:16:54.139Z | Compiling unicode-width v0.1.12 |
1562 | 2024-05-30T03:16:54.230Z | Compiling smoltcp v0.9.1 |
1563 | 2024-05-30T03:16:54.358Z | Compiling foreign-types-shared v0.1.1 |
1564 | 2024-05-30T03:16:54.468Z | Compiling base64ct v1.6.0 |
1565 | 2024-05-30T03:16:54.491Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1566 | 2024-05-30T03:16:55.081Z | Compiling pem-rfc7468 v0.7.0 |
1567 | 2024-05-30T03:16:55.119Z | Compiling foreign-types v0.3.2 |
1568 | 2024-05-30T03:16:56.331Z | Compiling form_urlencoded v1.2.1 |
1569 | 2024-05-30T03:16:56.844Z | Compiling hmac v0.12.1 |
1570 | 2024-05-30T03:16:56.921Z | Compiling adler v1.0.2 |
1571 | 2024-05-30T03:16:57.195Z | Compiling base64 v0.21.7 |
1572 | 2024-05-30T03:16:57.236Z | Compiling try-lock v0.2.5 |
1573 | 2024-05-30T03:16:57.666Z | Compiling siphasher v0.3.11 |
1574 | 2024-05-30T03:16:57.666Z | Compiling flagset v0.4.5 |
1575 | 2024-05-30T03:16:57.666Z | Compiling der v0.7.9 |
1576 | 2024-05-30T03:16:57.666Z | Compiling want v0.3.1 |
1577 | 2024-05-30T03:16:57.936Z | Compiling miniz_oxide v0.7.2 |
1578 | 2024-05-30T03:16:58.626Z | Compiling h2 v0.3.26 |
1579 | 2024-05-30T03:16:58.814Z | Compiling sct v0.7.1 |
1580 | 2024-05-30T03:16:59.124Z | Compiling rustls-webpki v0.101.7 |
1581 | 2024-05-30T03:17:00.728Z | Compiling http-body v0.4.6 |
1582 | 2024-05-30T03:17:01.318Z | Compiling openapiv3 v2.0.0 |
1583 | 2024-05-30T03:17:01.807Z | Compiling hubpack_derive v0.1.1 |
1584 | 2024-05-30T03:17:02.813Z | Compiling zerocopy-derive v0.6.6 |
1585 | 2024-05-30T03:17:02.824Z | Compiling idna v0.5.0 |
1586 | 2024-05-30T03:17:03.024Z | Compiling errno v0.3.9 |
1587 | 2024-05-30T03:17:03.292Z | Compiling fs-err v2.11.0 |
1588 | 2024-05-30T03:17:03.441Z | Compiling gimli v0.28.1 |
1589 | 2024-05-30T03:17:03.577Z | Compiling cpufeatures v0.2.12 |
1590 | 2024-05-30T03:17:03.998Z | Compiling httpdate v1.0.3 |
1591 | 2024-05-30T03:17:04.623Z | Compiling anstyle v1.0.7 |
1592 | 2024-05-30T03:17:04.766Z | Compiling spin v0.5.2 |
1593 | 2024-05-30T03:17:05.109Z | Compiling tower-service v0.3.2 |
1594 | 2024-05-30T03:17:05.250Z | Compiling stable_deref_trait v1.2.0 |
1595 | 2024-05-30T03:17:05.374Z | Compiling finl_unicode v1.2.0 |
1596 | 2024-05-30T03:17:05.440Z | Compiling openssl-probe v0.1.5 |
1597 | 2024-05-30T03:17:05.610Z | Compiling utf8parse v0.2.1 |
1598 | 2024-05-30T03:17:05.798Z | Compiling hyper v0.14.28 |
1599 | 2024-05-30T03:17:06.281Z | Compiling stringprep v0.1.4 |
1600 | 2024-05-30T03:17:06.360Z | Compiling anstyle-parse v0.2.4 |
1601 | 2024-05-30T03:17:07.285Z | Compiling sha2 v0.10.8 |
1602 | 2024-05-30T03:17:07.514Z | Compiling url v2.5.0 |
1603 | 2024-05-30T03:17:08.110Z | Compiling addr2line v0.21.0 |
1604 | 2024-05-30T03:17:10.164Z | Compiling spki v0.7.3 |
1605 | 2024-05-30T03:17:10.548Z | Compiling usdt-macro v0.5.0 |
1606 | 2024-05-30T03:17:10.880Z | Compiling usdt-attr-macro v0.5.0 |
1607 | 2024-05-30T03:17:12.499Z | Compiling md-5 v0.10.6 |
1608 | 2024-05-30T03:17:15.242Z | Compiling idna v0.3.0 |
1609 | 2024-05-30T03:17:16.845Z | Compiling diesel_table_macro_syntax v0.1.0 |
1610 | 2024-05-30T03:17:17.105Z | Compiling num-integer v0.1.46 |
1611 | 2024-05-30T03:17:17.233Z | Compiling object v0.32.2 |
1612 | 2024-05-30T03:17:17.808Z | Compiling hash32 v0.2.1 |
1613 | 2024-05-30T03:17:18.136Z | Compiling colorchoice v1.0.1 |
1614 | 2024-05-30T03:17:18.303Z | Compiling is_terminal_polyfill v1.70.0 |
1615 | 2024-05-30T03:17:18.445Z | Compiling psl-types v2.0.11 |
1616 | 2024-05-30T03:17:19.321Z | Compiling fallible-iterator v0.2.0 |
1617 | 2024-05-30T03:17:20.054Z | Compiling anstyle-query v1.0.3 |
1618 | 2024-05-30T03:17:20.206Z | Compiling rustc-demangle v0.1.24 |
1619 | 2024-05-30T03:17:23.160Z | Compiling anstream v0.6.14 |
1620 | 2024-05-30T03:17:23.836Z | Compiling postgres-protocol v0.6.6 |
1621 | 2024-05-30T03:17:25.611Z | Compiling lazy_static v1.4.0 |
1622 | 2024-05-30T03:17:25.738Z | Compiling publicsuffix v2.2.3 |
1623 | 2024-05-30T03:17:26.038Z | Compiling diesel_derives v2.1.4 |
1624 | 2024-05-30T03:17:31.637Z | Compiling tokio-rustls v0.24.1 |
1625 | 2024-05-30T03:17:32.425Z | Compiling pkcs8 v0.10.2 |
1626 | 2024-05-30T03:17:32.915Z | Compiling terminal_size v0.3.0 |
1627 | 2024-05-30T03:17:33.136Z | Compiling tokio-native-tls v0.3.1 |
1628 | 2024-05-30T03:17:33.431Z | Compiling phf_shared v0.11.2 |
1629 | 2024-05-30T03:17:34.500Z | Compiling strum_macros v0.25.3 |
1630 | 2024-05-30T03:17:34.839Z | Compiling block-padding v0.3.3 |
1631 | 2024-05-30T03:17:35.096Z | Compiling regress v0.9.1 |
1632 | 2024-05-30T03:17:35.390Z | Compiling enum-as-inner v0.5.1 |
1633 | 2024-05-30T03:17:35.662Z | Compiling serde_repr v0.1.19 |
1634 | 2024-05-30T03:17:36.375Z | Compiling clap_derive v4.5.4 |
1635 | 2024-05-30T03:17:38.890Z | Compiling ff v0.13.0 |
1636 | 2024-05-30T03:17:38.896Z | Compiling scheduled-thread-pool v0.2.7 |
1637 | 2024-05-30T03:17:39.754Z | Compiling encoding_rs v0.8.34 |
1638 | 2024-05-30T03:17:39.909Z | Compiling ipnet v2.9.0 |
1639 | 2024-05-30T03:17:40.338Z | Compiling base16ct v0.2.0 |
1640 | 2024-05-30T03:17:40.629Z | Compiling ident_case v1.0.1 |
1641 | 2024-05-30T03:17:40.808Z | Compiling mime v0.3.17 |
1642 | 2024-05-30T03:17:41.022Z | Compiling clap_lex v0.7.0 |
1643 | 2024-05-30T03:17:41.064Z | Compiling bitflags v1.3.2 |
1644 | 2024-05-30T03:17:41.185Z | Compiling managed v0.8.0 |
1645 | 2024-05-30T03:17:41.498Z | Compiling bit-vec v0.6.3 |
1646 | 2024-05-30T03:17:41.691Z | Compiling either v1.12.0 |
1647 | 2024-05-30T03:17:41.938Z | Compiling matches v0.1.10 |
1648 | 2024-05-30T03:17:42.809Z | Compiling idna v0.2.3 |
1649 | 2024-05-30T03:17:43.168Z | Compiling clap_builder v4.5.2 |
1650 | 2024-05-30T03:17:44.878Z | Compiling darling_core v0.20.9 |
1651 | 2024-05-30T03:17:44.879Z | Compiling sec1 v0.7.3 |
1652 | 2024-05-30T03:17:46.872Z | Compiling r2d2 v0.8.10 |
1653 | 2024-05-30T03:17:48.486Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1654 | 2024-05-30T03:17:49.670Z | Compiling group v0.13.0 |
1655 | 2024-05-30T03:17:50.708Z | Compiling inout v0.1.3 |
1656 | 2024-05-30T03:17:51.082Z | Compiling phf v0.11.2 |
1657 | 2024-05-30T03:17:51.305Z | Compiling hyper-tls v0.5.0 |
1658 | 2024-05-30T03:17:51.387Z | Compiling signal-hook-mio v0.2.3 |
1659 | 2024-05-30T03:17:51.566Z | Compiling hyper-rustls v0.24.2 |
1660 | 2024-05-30T03:17:51.928Z | Compiling cookie_store v0.20.0 |
1661 | 2024-05-30T03:17:52.106Z | Compiling postgres-types v0.2.6 |
1662 | 2024-05-30T03:17:52.398Z | Compiling num-bigint v0.4.5 |
1663 | 2024-05-30T03:17:53.124Z | Compiling zerocopy v0.6.6 |
1664 | 2024-05-30T03:17:53.510Z | Compiling hubpack v0.1.2 |
1665 | 2024-05-30T03:17:53.584Z | Compiling rustls-pemfile v1.0.4 |
1666 | 2024-05-30T03:17:53.975Z | Compiling phf_shared v0.10.0 |
1667 | 2024-05-30T03:17:53.975Z | Compiling hkdf v0.12.4 |
1668 | 2024-05-30T03:17:54.427Z | Compiling serde_urlencoded v0.7.1 |
1669 | 2024-05-30T03:17:54.430Z | Compiling crossbeam-epoch v0.9.18 |
1670 | 2024-05-30T03:17:54.430Z | Compiling ipnetwork v0.20.0 |
1671 | 2024-05-30T03:17:55.190Z | Compiling futures-executor v0.3.30 |
1672 | 2024-05-30T03:17:55.570Z | Compiling crypto-bigint v0.5.5 |
1673 | 2024-05-30T03:17:56.297Z | Compiling float-cmp v0.9.0 |
1674 | 2024-05-30T03:17:56.311Z | Compiling memmap v0.7.0 |
1675 | 2024-05-30T03:17:56.311Z | Compiling data-encoding v2.6.0 |
1676 | 2024-05-30T03:17:56.312Z | Compiling webpki-roots v0.25.4 |
1677 | 2024-05-30T03:17:56.947Z | Compiling static_assertions v1.1.0 |
1678 | 2024-05-30T03:17:57.797Z | Compiling precomputed-hash v0.1.1 |
1679 | 2024-05-30T03:17:57.835Z | Compiling whoami v1.5.1 |
1680 | 2024-05-30T03:17:57.931Z | Compiling normalize-line-endings v0.3.0 |
1681 | 2024-05-30T03:17:58.064Z | Compiling fixedbitset v0.4.2 |
1682 | 2024-05-30T03:17:58.436Z | Compiling difflib v0.4.0 |
1683 | 2024-05-30T03:17:58.502Z | Compiling new_debug_unreachable v1.0.6 |
1684 | 2024-05-30T03:17:58.615Z | Compiling sync_wrapper v0.1.2 |
1685 | 2024-05-30T03:17:58.648Z | Compiling minimal-lexical v0.2.1 |
1686 | 2024-05-30T03:17:58.765Z | Compiling predicates-core v1.0.6 |
1687 | 2024-05-30T03:17:59.100Z | Compiling winnow v0.6.8 |
1688 | 2024-05-30T03:17:59.165Z | Compiling unicode-segmentation v1.11.0 |
1689 | 2024-05-30T03:17:59.565Z | Compiling nom v7.1.3 |
1690 | 2024-05-30T03:17:59.716Z | Compiling predicates v3.1.0 |
1691 | 2024-05-30T03:17:59.975Z | Compiling similar v2.5.0 |
1692 | 2024-05-30T03:18:01.343Z | Compiling reqwest v0.11.27 |
1693 | 2024-05-30T03:18:01.517Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1694 | 2024-05-30T03:18:02.005Z | Compiling string_cache v0.8.7 |
1695 | 2024-05-30T03:18:02.072Z | Compiling elliptic-curve v0.13.8 |
1696 | 2024-05-30T03:18:02.431Z | Compiling petgraph v0.6.5 |
1697 | 2024-05-30T03:18:02.867Z | Compiling toml_edit v0.22.13 |
1698 | 2024-05-30T03:18:02.896Z | Compiling tokio-postgres v0.7.10 |
1699 | 2024-05-30T03:18:04.845Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1700 | 2024-05-30T03:18:05.487Z | Compiling trust-dns-proto v0.22.0 |
1701 | 2024-05-30T03:18:05.937Z | Compiling usdt v0.5.0 |
1702 | 2024-05-30T03:18:07.140Z | Compiling futures v0.3.30 |
1703 | 2024-05-30T03:18:07.197Z | Compiling yasna v0.5.2 |
1704 | 2024-05-30T03:18:07.275Z | Compiling diesel v2.1.6 |
1705 | 2024-05-30T03:18:08.786Z | Compiling crossterm v0.27.0 |
1706 | 2024-05-30T03:18:09.073Z | Compiling flate2 v1.0.30 |
1707 | 2024-05-30T03:18:10.213Z | Compiling cipher v0.4.4 |
1708 | 2024-05-30T03:18:10.477Z | Compiling darling_macro v0.20.9 |
1709 | 2024-05-30T03:18:11.275Z | Compiling clap v4.5.4 |
1710 | 2024-05-30T03:18:11.293Z | Compiling itertools v0.10.5 |
1711 | 2024-05-30T03:18:11.396Z | Compiling itertools v0.12.1 |
1712 | 2024-05-30T03:18:11.882Z | Compiling bit-set v0.5.3 |
1713 | 2024-05-30T03:18:12.175Z | Compiling console v0.15.8 |
1714 | 2024-05-30T03:18:12.904Z | Compiling num-iter v0.1.45 |
1715 | 2024-05-30T03:18:14.226Z | Compiling tokio-stream v0.1.15 |
1716 | 2024-05-30T03:18:14.239Z | Compiling toml v0.7.8 |
1717 | 2024-05-30T03:18:14.239Z | Compiling bstr v1.9.1 |
1718 | 2024-05-30T03:18:14.810Z | Compiling hex v0.4.3 |
1719 | 2024-05-30T03:18:14.810Z | Compiling peg-runtime v0.8.3 |
1720 | 2024-05-30T03:18:15.201Z | Compiling lalrpop-util v0.19.12 |
1721 | 2024-05-30T03:18:15.657Z | Compiling darling v0.20.9 |
1722 | 2024-05-30T03:18:15.701Z | Compiling proc-macro-crate v1.3.1 |
1723 | 2024-05-30T03:18:16.739Z | Compiling camino v1.1.7 |
1724 | 2024-05-30T03:18:17.438Z | Compiling heapless v0.8.0 |
1725 | 2024-05-30T03:18:19.097Z | Compiling num_enum_derive v0.5.11 |
1726 | 2024-05-30T03:18:24.877Z | Compiling hash32 v0.3.1 |
1727 | 2024-05-30T03:18:25.335Z | Compiling rustls-pki-types v1.7.0 |
1728 | 2024-05-30T03:18:27.594Z | Compiling smoltcp v0.11.0 |
1729 | 2024-05-30T03:18:27.703Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1730 | 2024-05-30T03:18:37.092Z | Compiling num_enum v0.5.11 |
1731 | 2024-05-30T03:18:39.904Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1732 | 2024-05-30T03:18:40.421Z | Compiling getopts v0.2.21 |
1733 | 2024-05-30T03:18:41.625Z | Compiling dirs-sys-next v0.1.2 |
1734 | 2024-05-30T03:18:42.916Z | Compiling proc-macro-error-attr v1.0.4 |
1735 | 2024-05-30T03:18:43.016Z | Compiling embedded-io v0.4.0 |
1736 | 2024-05-30T03:18:43.170Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1737 | 2024-05-30T03:18:43.276Z | Compiling rustls v0.22.4 |
1738 | 2024-05-30T03:18:43.489Z | Compiling unsafe-libyaml v0.2.11 |
1739 | 2024-05-30T03:18:43.509Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1740 | 2024-05-30T03:18:44.298Z | Compiling paste v1.0.15 |
1741 | 2024-05-30T03:18:44.811Z | Compiling cobs v0.2.3 |
1742 | 2024-05-30T03:18:44.910Z | Compiling serde_yaml v0.9.34+deprecated |
1743 | 2024-05-30T03:18:45.200Z | Compiling postcard v1.0.8 |
1744 | 2024-05-30T03:18:48.773Z | Compiling dirs-next v2.0.0 |
1745 | 2024-05-30T03:18:50.287Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1746 | 2024-05-30T03:18:53.730Z | Compiling rustls-webpki v0.102.4 |
1747 | 2024-05-30T03:19:00.584Z | Compiling strum_macros v0.26.2 |
1748 | 2024-05-30T03:19:01.506Z | Compiling structmeta-derive v0.3.0 |
1749 | 2024-05-30T03:19:02.175Z | Compiling foreign-types-macros v0.2.3 |
1750 | 2024-05-30T03:19:04.147Z | Compiling thread_local v1.1.8 |
1751 | 2024-05-30T03:19:04.226Z | Compiling multer v3.1.0 |
1752 | 2024-05-30T03:19:04.674Z | Compiling proc-macro-error v1.0.4 |
1753 | 2024-05-30T03:19:04.674Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1754 | 2024-05-30T03:19:04.703Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1755 | 2024-05-30T03:19:04.860Z | Compiling foreign-types-shared v0.3.1 |
1756 | 2024-05-30T03:19:05.690Z | Compiling match_cfg v0.1.0 |
1757 | 2024-05-30T03:19:05.925Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1758 | 2024-05-30T03:19:06.340Z | Compiling slog-async v2.8.0 |
1759 | 2024-05-30T03:19:07.008Z | Compiling hostname v0.3.1 |
1760 | 2024-05-30T03:19:11.811Z | Compiling strum v0.26.2 |
1761 | 2024-05-30T03:19:12.016Z | Compiling foreign-types v0.5.0 |
1762 | 2024-05-30T03:19:12.345Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1763 | 2024-05-30T03:19:13.455Z | Compiling structmeta v0.3.0 |
1764 | 2024-05-30T03:19:16.848Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1765 | 2024-05-30T03:19:29.180Z | Compiling term v0.7.0 |
1766 | 2024-05-30T03:19:33.765Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1767 | 2024-05-30T03:19:33.877Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1768 | 2024-05-30T03:19:35.212Z | Compiling slog-json v2.6.1 |
1769 | 2024-05-30T03:19:35.330Z | Compiling tabwriter v1.4.0 |
1770 | 2024-05-30T03:19:35.766Z | Compiling crossbeam-channel v0.5.12 |
1771 | 2024-05-30T03:19:37.426Z | Compiling http v1.1.0 |
1772 | 2024-05-30T03:19:37.474Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1773 | 2024-05-30T03:19:37.622Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1774 | 2024-05-30T03:19:38.298Z | Compiling async-stream-impl v0.3.5 |
1775 | 2024-05-30T03:19:38.472Z | Compiling cstr-argument v0.1.2 |
1776 | 2024-05-30T03:19:38.675Z | Compiling is-terminal v0.4.12 |
1777 | 2024-05-30T03:19:38.747Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1778 | 2024-05-30T03:19:38.821Z | Compiling rayon-core v1.12.1 |
1779 | 2024-05-30T03:19:39.053Z | Compiling take_mut v0.2.2 |
1780 | 2024-05-30T03:19:39.121Z | Compiling pretty-hex v0.2.1 |
1781 | 2024-05-30T03:19:39.344Z | Compiling base64 v0.22.1 |
1782 | 2024-05-30T03:19:39.539Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1783 | 2024-05-30T03:19:40.281Z | Compiling crucible-workspace-hack v0.1.0 |
1784 | 2024-05-30T03:19:40.355Z | Compiling atomic-waker v1.1.2 |
1785 | 2024-05-30T03:19:40.465Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1786 | 2024-05-30T03:19:40.562Z | Compiling fastrand v2.1.0 |
1787 | 2024-05-30T03:19:40.637Z | Compiling waitgroup v0.1.2 |
1788 | 2024-05-30T03:19:40.788Z | Compiling rustls-pemfile v2.1.2 |
1789 | 2024-05-30T03:19:40.947Z | Compiling async-stream v0.3.5 |
1790 | 2024-05-30T03:19:41.288Z | Compiling tempfile v3.10.1 |
1791 | 2024-05-30T03:19:41.312Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1792 | 2024-05-30T03:19:42.179Z | Compiling slog-term v2.9.1 |
1793 | 2024-05-30T03:19:43.083Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1794 | 2024-05-30T03:19:44.473Z | Compiling slog-bunyan v2.5.0 |
1795 | 2024-05-30T03:19:44.559Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1796 | 2024-05-30T03:19:44.784Z | Compiling tokio-rustls v0.25.0 |
1797 | 2024-05-30T03:19:44.802Z | Compiling parse-display-derive v0.9.0 |
1798 | 2024-05-30T03:19:44.974Z | Compiling toml v0.8.13 |
1799 | 2024-05-30T03:19:45.293Z | Compiling serde_with_macros v3.8.1 |
1800 | 2024-05-30T03:19:45.517Z | Compiling sha1 v0.10.6 |
1801 | 2024-05-30T03:19:46.185Z | Compiling crossbeam-deque v0.8.5 |
1802 | 2024-05-30T03:19:46.600Z | Compiling colored v2.1.0 |
1803 | 2024-05-30T03:19:47.966Z | Compiling newtype-uuid v1.1.0 |
1804 | 2024-05-30T03:19:48.022Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1805 | 2024-05-30T03:19:48.325Z | Compiling serde_path_to_error v0.1.16 |
1806 | 2024-05-30T03:19:48.959Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1807 | 2024-05-30T03:19:49.377Z | Compiling socket2 v0.4.10 |
1808 | 2024-05-30T03:19:49.690Z | Compiling hostname v0.4.0 |
1809 | 2024-05-30T03:19:49.973Z | Compiling instant v0.1.12 |
1810 | 2024-05-30T03:19:50.078Z | Compiling debug-ignore v1.0.5 |
1811 | 2024-05-30T03:19:50.105Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1812 | 2024-05-30T03:19:50.158Z | Compiling backoff v0.4.0 |
1813 | 2024-05-30T03:19:50.513Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1814 | 2024-05-30T03:19:50.945Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1815 | 2024-05-30T03:19:51.175Z | Compiling parse-display v0.9.0 |
1816 | 2024-05-30T03:19:51.947Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1817 | 2024-05-30T03:19:52.449Z | Compiling serde_with v3.8.1 |
1818 | 2024-05-30T03:19:53.354Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1819 | 2024-05-30T03:19:54.705Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1820 | 2024-05-30T03:19:55.427Z | Compiling camino-tempfile v1.1.1 |
1821 | 2024-05-30T03:19:56.355Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1822 | 2024-05-30T03:19:56.814Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1823 | 2024-05-30T03:19:56.844Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1824 | 2024-05-30T03:19:57.013Z | Compiling macaddr v1.0.1 |
1825 | 2024-05-30T03:19:57.065Z | Compiling num-derive v0.4.2 |
1826 | 2024-05-30T03:19:57.787Z | Compiling sigpipe v0.1.3 |
1827 | 2024-05-30T03:19:57.933Z | Compiling libefi-sys v0.1.0 |
1828 | 2024-05-30T03:19:58.250Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1829 | 2024-05-30T03:19:59.352Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1830 | 2024-05-30T03:19:59.388Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1831 | 2024-05-30T03:20:00.589Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1832 | 2024-05-30T03:20:01.062Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1833 | 2024-05-30T03:20:01.194Z | Compiling rayon v1.10.0 |
1834 | 2024-05-30T03:20:01.723Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1835 | 2024-05-30T03:20:04.548Z | Compiling smf v0.2.3 |
1836 | 2024-05-30T03:20:05.292Z | Compiling blake3 v1.5.1 |
1837 | 2024-05-30T03:20:05.318Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1838 | 2024-05-30T03:20:05.682Z | Compiling ring v0.16.20 |
1839 | 2024-05-30T03:20:05.853Z | Compiling portable-atomic v1.6.0 |
1840 | 2024-05-30T03:20:07.301Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1841 | 2024-05-30T03:20:07.354Z | Compiling xattr v1.3.1 |
1842 | 2024-05-30T03:20:07.664Z | Compiling filetime v0.2.23 |
1843 | 2024-05-30T03:20:07.688Z | Compiling memmap2 v0.9.4 |
1844 | 2024-05-30T03:20:08.023Z | Compiling same-file v1.0.6 |
1845 | 2024-05-30T03:20:08.258Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1846 | 2024-05-30T03:20:08.310Z | Compiling constant_time_eq v0.3.0 |
1847 | 2024-05-30T03:20:08.430Z | Compiling arrayvec v0.7.4 |
1848 | 2024-05-30T03:20:08.456Z | Compiling arrayref v0.3.7 |
1849 | 2024-05-30T03:20:08.494Z | Compiling untrusted v0.7.1 |
1850 | 2024-05-30T03:20:08.572Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1851 | 2024-05-30T03:20:08.698Z | Compiling walkdir v2.5.0 |
1852 | 2024-05-30T03:20:09.558Z | Compiling tar v0.4.40 |
1853 | 2024-05-30T03:20:10.229Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1854 | 2024-05-30T03:20:10.613Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1855 | 2024-05-30T03:20:12.295Z | Compiling gethostname v0.4.3 |
1856 | 2024-05-30T03:20:12.529Z | Compiling number_prefix v0.4.0 |
1857 | 2024-05-30T03:20:12.599Z | Compiling topological-sort v0.2.2 |
1858 | 2024-05-30T03:20:12.789Z | Compiling swrite v0.1.0 |
1859 | 2024-05-30T03:20:12.932Z | Compiling indicatif v0.17.8 |
1860 | 2024-05-30T03:20:13.510Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1861 | 2024-05-30T03:20:14.944Z | Compiling omicron-zone-package v0.11.0 |
1862 | 2024-05-30T03:20:16.129Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1863 | 2024-05-30T03:20:18.085Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1864 | 2024-05-30T03:20:40.296Z | Finished `release` profile [optimized] target(s) in 4m 59s |
1865 | 2024-05-30T03:20:40.300Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1866 | 2024-05-30T03:20:40.300Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1867 | 2024-05-30T03:20:40.300Z | Created new build target 'test' and set it as active |
1868 | 2024-05-30T03:20:40.300Z | |
1869 | 2024-05-30T03:20:40.300Z | real 5:00.236749254 |
1870 | 2024-05-30T03:20:40.300Z | user 31:11.619619265 |
1871 | 2024-05-30T03:20:40.300Z | sys 4:09.575934438 |
1872 | 2024-05-30T03:20:40.300Z | trap 0.933279132 |
1873 | 2024-05-30T03:20:40.300Z | tflt 5.439554170 |
1874 | 2024-05-30T03:20:40.300Z | dflt 5.210382838 |
1875 | 2024-05-30T03:20:40.300Z | kflt 0.018770542 |
1876 | 2024-05-30T03:20:40.300Z | lock 1:07:08.580755340 |
1877 | 2024-05-30T03:20:40.300Z | slp 1:29:47.387602963 |
1878 | 2024-05-30T03:20:40.300Z | lat 2:04.648412573 |
1879 | 2024-05-30T03:20:40.300Z | stop 4:03.543669960 |
1880 | 2024-05-30T03:20:40.300Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1881 | 2024-05-30T03:20:41.160Z | Finished `release` profile [optimized] target(s) in 0.83s |
1882 | 2024-05-30T03:20:41.213Z | Running `target/release/omicron-package -t test package` |
1883 | 2024-05-30T03:20:41.235Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1884 | 2024-05-30T03:20:42.157Z | Compiling newline-converter v0.3.0 |
1885 | 2024-05-30T03:20:42.157Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1886 | 2024-05-30T03:20:42.160Z | Compiling humantime v2.1.0 |
1887 | 2024-05-30T03:20:42.268Z | Compiling derive-where v1.2.7 |
1888 | 2024-05-30T03:20:42.271Z | Compiling unicode-xid v0.2.4 |
1889 | 2024-05-30T03:20:42.271Z | Compiling convert_case v0.4.0 |
1890 | 2024-05-30T03:20:42.271Z | Compiling linked-hash-map v0.5.6 |
1891 | 2024-05-30T03:20:42.286Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1892 | 2024-05-30T03:20:42.394Z | Compiling expectorate v1.1.0 |
1893 | 2024-05-30T03:20:42.408Z | Compiling password-hash v0.5.0 |
1894 | 2024-05-30T03:20:42.476Z | Compiling blake2 v0.10.6 |
1895 | 2024-05-30T03:20:42.561Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1896 | 2024-05-30T03:20:42.691Z | Compiling lru-cache v0.1.2 |
1897 | 2024-05-30T03:20:42.894Z | Compiling semver v0.1.20 |
1898 | 2024-05-30T03:20:43.037Z | Compiling derive_more v0.99.17 |
1899 | 2024-05-30T03:20:43.070Z | Compiling argon2 v0.5.3 |
1900 | 2024-05-30T03:20:43.461Z | Compiling rustc_version v0.1.7 |
1901 | 2024-05-30T03:20:43.677Z | Compiling slog-dtrace v0.3.0 |
1902 | 2024-05-30T03:20:43.870Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1903 | 2024-05-30T03:20:43.958Z | Compiling newtype_derive v0.1.6 |
1904 | 2024-05-30T03:20:44.298Z | Compiling home v0.5.9 |
1905 | 2024-05-30T03:20:44.442Z | Compiling quick-error v1.2.3 |
1906 | 2024-05-30T03:20:44.579Z | Compiling resolv-conf v0.7.0 |
1907 | 2024-05-30T03:20:44.658Z | Compiling steno v0.4.0 |
1908 | 2024-05-30T03:20:45.526Z | Compiling trust-dns-resolver v0.22.0 |
1909 | 2024-05-30T03:20:45.532Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1910 | 2024-05-30T03:20:46.155Z | Compiling termcolor v1.4.1 |
1911 | 2024-05-30T03:20:46.287Z | Compiling utf-8 v0.7.6 |
1912 | 2024-05-30T03:20:46.626Z | Compiling num-rational v0.4.2 |
1913 | 2024-05-30T03:20:47.232Z | Compiling num-complex v0.4.6 |
1914 | 2024-05-30T03:20:48.520Z | Compiling num v0.4.3 |
1915 | 2024-05-30T03:20:48.629Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1916 | 2024-05-30T03:20:49.091Z | Compiling nibble_vec v0.1.0 |
1917 | 2024-05-30T03:20:49.160Z | Compiling endian-type v0.1.2 |
1918 | 2024-05-30T03:20:49.303Z | Compiling radium v0.7.0 |
1919 | 2024-05-30T03:20:49.392Z | Compiling radix_trie v0.2.1 |
1920 | 2024-05-30T03:20:49.690Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1921 | 2024-05-30T03:20:49.751Z | Compiling tungstenite v0.20.1 |
1922 | 2024-05-30T03:20:50.333Z | Compiling tap v1.0.1 |
1923 | 2024-05-30T03:20:50.352Z | Compiling maybe-uninit v2.0.0 |
1924 | 2024-05-30T03:20:50.512Z | Compiling wyz v0.5.1 |
1925 | 2024-05-30T03:20:50.857Z | Compiling tokio-tungstenite v0.20.1 |
1926 | 2024-05-30T03:20:51.479Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1927 | 2024-05-30T03:20:51.547Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1928 | 2024-05-30T03:20:51.977Z | Compiling arc-swap v1.7.1 |
1929 | 2024-05-30T03:20:52.653Z | Compiling crc-catalog v2.4.0 |
1930 | 2024-05-30T03:20:52.807Z | Compiling display-error-chain v0.2.0 |
1931 | 2024-05-30T03:20:52.988Z | Compiling cancel-safe-futures v0.1.5 |
1932 | 2024-05-30T03:20:53.313Z | Compiling packed_struct v0.10.1 |
1933 | 2024-05-30T03:20:54.124Z | Compiling num-bigint-dig v0.8.4 |
1934 | 2024-05-30T03:20:54.135Z | Compiling funty v2.0.0 |
1935 | 2024-05-30T03:20:55.052Z | Compiling crc v3.2.1 |
1936 | 2024-05-30T03:20:55.940Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1937 | 2024-05-30T03:20:56.580Z | Compiling bitvec v1.0.1 |
1938 | 2024-05-30T03:20:57.014Z | Compiling slog-scope v4.4.0 |
1939 | 2024-05-30T03:20:58.028Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1940 | 2024-05-30T03:21:01.103Z | Compiling fxhash v0.2.1 |
1941 | 2024-05-30T03:21:01.319Z | Compiling packed_struct_codegen v0.10.1 |
1942 | 2024-05-30T03:21:02.660Z | Compiling indexmap v1.9.3 |
1943 | 2024-05-30T03:21:02.952Z | Compiling nodrop v0.1.14 |
1944 | 2024-05-30T03:21:03.077Z | Compiling array-init v0.0.4 |
1945 | 2024-05-30T03:21:04.548Z | Compiling smallvec v0.6.14 |
1946 | 2024-05-30T03:21:05.039Z | Compiling slog-stdlog v4.1.1 |
1947 | 2024-05-30T03:21:06.996Z | Compiling rayon-core v1.12.1 |
1948 | 2024-05-30T03:21:07.021Z | Compiling synstructure v0.12.6 |
1949 | 2024-05-30T03:21:07.063Z | Compiling pkcs1 v0.7.5 |
1950 | 2024-05-30T03:21:08.197Z | Compiling signature v2.2.0 |
1951 | 2024-05-30T03:21:08.484Z | Compiling crossbeam-deque v0.8.5 |
1952 | 2024-05-30T03:21:08.589Z | Compiling dirs-sys-next v0.1.2 |
1953 | 2024-05-30T03:21:08.815Z | Compiling half v2.4.1 |
1954 | 2024-05-30T03:21:09.120Z | Compiling glob v0.3.1 |
1955 | 2024-05-30T03:21:09.519Z | Compiling bitfield v0.14.0 |
1956 | 2024-05-30T03:21:09.817Z | Compiling crunchy v0.2.2 |
1957 | 2024-05-30T03:21:09.954Z | Compiling hashbrown v0.12.3 |
1958 | 2024-05-30T03:21:10.262Z | Compiling same-file v1.0.6 |
1959 | 2024-05-30T03:21:10.497Z | Compiling fastrand v2.1.0 |
1960 | 2024-05-30T03:21:11.020Z | Compiling ciborium-io v0.2.2 |
1961 | 2024-05-30T03:21:11.120Z | Compiling ciborium-ll v0.2.2 |
1962 | 2024-05-30T03:21:11.151Z | Compiling tempfile v3.10.1 |
1963 | 2024-05-30T03:21:11.588Z | Compiling walkdir v2.5.0 |
1964 | 2024-05-30T03:21:11.943Z | Compiling clang-sys v1.7.0 |
1965 | 2024-05-30T03:21:12.215Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1966 | 2024-05-30T03:21:12.343Z | Compiling rsa v0.9.6 |
1967 | 2024-05-30T03:21:12.631Z | Compiling dirs-next v2.0.0 |
1968 | 2024-05-30T03:21:13.752Z | Compiling zerocopy-derive v0.2.0 |
1969 | 2024-05-30T03:21:14.464Z | Compiling slog-envlogger v2.2.0 |
1970 | 2024-05-30T03:21:15.554Z | Compiling serde-hex v0.1.0 |
1971 | 2024-05-30T03:21:16.701Z | Compiling bzip2 v0.4.4 |
1972 | 2024-05-30T03:21:16.982Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1973 | 2024-05-30T03:21:17.159Z | Compiling env_logger v0.10.2 |
1974 | 2024-05-30T03:21:17.312Z | Compiling camino v1.1.7 |
1975 | 2024-05-30T03:21:17.369Z | Compiling x509-cert v0.2.5 |
1976 | 2024-05-30T03:21:17.780Z | Compiling ron v0.8.1 |
1977 | 2024-05-30T03:21:19.255Z | Compiling hashbrown v0.13.2 |
1978 | 2024-05-30T03:21:20.384Z | Compiling crc-any v2.5.0 |
1979 | 2024-05-30T03:21:20.567Z | Compiling tiny-keccak v2.0.2 |
1980 | 2024-05-30T03:21:20.607Z | Compiling maplit v1.0.2 |
1981 | 2024-05-30T03:21:20.726Z | Compiling prettyplease v0.2.20 |
1982 | 2024-05-30T03:21:20.851Z | Compiling object v0.30.4 |
1983 | 2024-05-30T03:21:21.029Z | Compiling blake3 v1.5.1 |
1984 | 2024-05-30T03:21:21.271Z | Compiling ring v0.16.20 |
1985 | 2024-05-30T03:21:21.423Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1986 | 2024-05-30T03:21:23.922Z | Compiling zip v0.6.6 |
1987 | 2024-05-30T03:21:23.957Z | Compiling rayon v1.10.0 |
1988 | 2024-05-30T03:21:24.085Z | Compiling term v0.7.0 |
1989 | 2024-05-30T03:21:25.415Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1990 | 2024-05-30T03:21:26.648Z | Compiling ciborium v0.2.2 |
1991 | 2024-05-30T03:21:26.819Z | Compiling xattr v1.3.1 |
1992 | 2024-05-30T03:21:27.072Z | Compiling memmap2 v0.9.4 |
1993 | 2024-05-30T03:21:27.479Z | Compiling filetime v0.2.23 |
1994 | 2024-05-30T03:21:27.801Z | Compiling atty v0.2.14 |
1995 | 2024-05-30T03:21:27.936Z | Compiling path-slash v0.1.5 |
1996 | 2024-05-30T03:21:28.155Z | Compiling untrusted v0.7.1 |
1997 | 2024-05-30T03:21:28.330Z | Compiling arrayvec v0.7.4 |
1998 | 2024-05-30T03:21:28.703Z | Compiling arrayref v0.3.7 |
1999 | 2024-05-30T03:21:28.717Z | Compiling constant_time_eq v0.3.0 |
2000 | 2024-05-30T03:21:28.802Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2001 | 2024-05-30T03:21:29.507Z | Compiling tar v0.4.40 |
2002 | 2024-05-30T03:21:30.735Z | Compiling ascii-canvas v3.0.0 |
2003 | 2024-05-30T03:21:31.248Z | Compiling camino-tempfile v1.1.1 |
2004 | 2024-05-30T03:21:31.374Z | Compiling toolchain_find v0.4.0 |
2005 | 2024-05-30T03:21:31.658Z | Compiling toml v0.8.13 |
2006 | 2024-05-30T03:21:31.935Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2007 | 2024-05-30T03:21:32.150Z | Compiling libsw v3.3.1 |
2008 | 2024-05-30T03:21:32.354Z | Compiling ena v0.14.3 |
2009 | 2024-05-30T03:21:32.460Z | Compiling is-terminal v0.4.12 |
2010 | 2024-05-30T03:21:32.593Z | Compiling usdt-impl v0.3.5 |
2011 | 2024-05-30T03:21:32.767Z | Compiling libloading v0.8.3 |
2012 | 2024-05-30T03:21:32.926Z | Compiling owo-colors v4.0.0 |
2013 | 2024-05-30T03:21:33.164Z | Compiling topological-sort v0.2.2 |
2014 | 2024-05-30T03:21:33.248Z | Compiling bindgen v0.69.4 |
2015 | 2024-05-30T03:21:33.378Z | Compiling regex-syntax v0.6.29 |
2016 | 2024-05-30T03:21:33.688Z | Compiling diff v0.1.13 |
2017 | 2024-05-30T03:21:33.931Z | Compiling linear-map v1.2.0 |
2018 | 2024-05-30T03:21:34.245Z | Compiling parking_lot_core v0.8.6 |
2019 | 2024-05-30T03:21:34.343Z | Compiling omicron-zone-package v0.11.0 |
2020 | 2024-05-30T03:21:35.749Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2021 | 2024-05-30T03:21:38.664Z | Compiling lalrpop v0.19.12 |
2022 | 2024-05-30T03:21:40.080Z | Compiling rustfmt-wrapper v0.2.1 |
2023 | 2024-05-30T03:21:40.685Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2024 | 2024-05-30T03:21:43.215Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2025 | 2024-05-30T03:21:43.234Z | Compiling which v4.4.2 |
2026 | 2024-05-30T03:21:43.637Z | Compiling cexpr v0.6.0 |
2027 | 2024-05-30T03:21:43.757Z | Compiling unicase v2.7.0 |
2028 | 2024-05-30T03:21:44.043Z | Compiling shlex v1.3.0 |
2029 | 2024-05-30T03:21:44.416Z | Compiling rustc-hash v1.1.0 |
2030 | 2024-05-30T03:21:44.563Z | Compiling lazycell v1.3.0 |
2031 | 2024-05-30T03:21:44.870Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2032 | 2024-05-30T03:21:45.849Z | Compiling zerocopy v0.3.2 |
2033 | 2024-05-30T03:21:46.182Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2034 | 2024-05-30T03:21:46.436Z | Compiling derive_builder_core v0.20.0 |
2035 | 2024-05-30T03:21:47.289Z | Compiling pem v3.0.4 |
2036 | 2024-05-30T03:21:48.674Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2037 | 2024-05-30T03:21:48.861Z | Compiling headers-core v0.2.0 |
2038 | 2024-05-30T03:21:48.902Z | Compiling libxml v0.3.3 |
2039 | 2024-05-30T03:21:49.022Z | Compiling async-recursion v1.1.1 |
2040 | 2024-05-30T03:21:49.253Z | Compiling ref-cast v1.0.23 |
2041 | 2024-05-30T03:21:49.788Z | Compiling headers v0.3.9 |
2042 | 2024-05-30T03:21:50.501Z | Compiling derive_builder_macro v0.20.0 |
2043 | 2024-05-30T03:21:51.312Z | Compiling dof v0.1.5 |
2044 | 2024-05-30T03:21:52.118Z | Compiling parking_lot v0.11.2 |
2045 | 2024-05-30T03:21:53.634Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2046 | 2024-05-30T03:21:54.410Z | Compiling trust-dns-client v0.22.0 |
2047 | 2024-05-30T03:21:55.293Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2048 | 2024-05-30T03:21:55.578Z | Compiling dtrace-parser v0.1.14 |
2049 | 2024-05-30T03:21:57.408Z | Compiling strum_macros v0.24.3 |
2050 | 2024-05-30T03:21:57.703Z | Compiling toml v0.5.11 |
2051 | 2024-05-30T03:21:58.647Z | Compiling samael v0.0.15 |
2052 | 2024-05-30T03:21:59.320Z | Compiling ref-cast-impl v1.0.23 |
2053 | 2024-05-30T03:22:00.243Z | Compiling vte_generate_state_changes v0.1.1 |
2054 | 2024-05-30T03:22:00.469Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2055 | 2024-05-30T03:22:00.753Z | Compiling cookie v0.18.1 |
2056 | 2024-05-30T03:22:00.820Z | Compiling buf-list v1.0.3 |
2057 | 2024-05-30T03:22:00.853Z | Compiling cfg_aliases v0.1.1 |
2058 | 2024-05-30T03:22:00.979Z | Compiling indoc v1.0.9 |
2059 | 2024-05-30T03:22:01.117Z | Compiling nix v0.28.0 |
2060 | 2024-05-30T03:22:01.502Z | Compiling vte v0.11.1 |
2061 | 2024-05-30T03:22:02.018Z | Compiling trust-dns-server v0.22.1 |
2062 | 2024-05-30T03:22:05.441Z | Compiling sled v0.34.7 |
2063 | 2024-05-30T03:22:05.992Z | Compiling derive_builder v0.20.0 |
2064 | 2024-05-30T03:22:06.189Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2065 | 2024-05-30T03:22:06.868Z | Compiling polar-core v0.27.3 |
2066 | 2024-05-30T03:22:07.982Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2067 | 2024-05-30T03:22:08.256Z | Compiling const_format_proc_macros v0.2.32 |
2068 | 2024-05-30T03:22:09.609Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2069 | 2024-05-30T03:22:10.303Z | Compiling fd-lock v4.0.2 |
2070 | 2024-05-30T03:22:10.533Z | Compiling bb8 v0.8.3 |
2071 | 2024-05-30T03:22:11.071Z | Compiling quick-xml v0.31.0 |
2072 | 2024-05-30T03:22:11.546Z | Compiling serde_tokenstream v0.1.7 |
2073 | 2024-05-30T03:22:12.035Z | Compiling impl-trait-for-tuples v0.2.2 |
2074 | 2024-05-30T03:22:14.835Z | Compiling oso-derive v0.27.3 |
2075 | 2024-05-30T03:22:15.807Z | Compiling pin-project-internal v1.1.5 |
2076 | 2024-05-30T03:22:17.345Z | Compiling memoffset v0.7.1 |
2077 | 2024-05-30T03:22:17.626Z | Compiling bytecount v0.6.8 |
2078 | 2024-05-30T03:22:17.916Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2079 | 2024-05-30T03:22:18.189Z | Compiling platforms v3.4.0 |
2080 | 2024-05-30T03:22:18.624Z | Compiling pin-project v1.1.5 |
2081 | 2024-05-30T03:22:18.774Z | Compiling curve25519-dalek v4.1.2 |
2082 | 2024-05-30T03:22:18.789Z | Compiling papergrid v0.11.0 |
2083 | 2024-05-30T03:22:21.263Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2084 | 2024-05-30T03:22:21.914Z | Compiling const_format v0.2.32 |
2085 | 2024-05-30T03:22:23.189Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2086 | 2024-05-30T03:22:32.293Z | Compiling oso v0.27.3 |
2087 | 2024-05-30T03:22:37.135Z | Compiling strip-ansi-escapes v0.2.0 |
2088 | 2024-05-30T03:22:39.911Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2089 | 2024-05-30T03:22:41.706Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2090 | 2024-05-30T03:22:41.902Z | Compiling tabled_derive v0.7.0 |
2091 | 2024-05-30T03:22:44.257Z | Compiling kstat-rs v0.2.3 |
2092 | 2024-05-30T03:22:45.277Z | Compiling snafu-derive v0.8.2 |
2093 | 2024-05-30T03:22:47.011Z | Compiling nu-ansi-term v0.50.0 |
2094 | 2024-05-30T03:22:47.878Z | Compiling keccak v0.1.5 |
2095 | 2024-05-30T03:22:48.386Z | Compiling sha3 v0.10.8 |
2096 | 2024-05-30T03:22:48.911Z | Compiling reedline v0.31.0 |
2097 | 2024-05-30T03:22:49.157Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2098 | 2024-05-30T03:22:49.397Z | Compiling tabled v0.15.0 |
2099 | 2024-05-30T03:22:50.378Z | Compiling snafu v0.8.2 |
2100 | 2024-05-30T03:22:58.099Z | Compiling mime_guess v2.0.4 |
2101 | 2024-05-30T03:22:59.843Z | Compiling usdt-attr-macro v0.3.5 |
2102 | 2024-05-30T03:23:01.147Z | Compiling usdt-macro v0.3.5 |
2103 | 2024-05-30T03:23:01.284Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2104 | 2024-05-30T03:23:02.578Z | Compiling env_logger v0.9.3 |
2105 | 2024-05-30T03:23:04.412Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2106 | 2024-05-30T03:23:04.528Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2107 | 2024-05-30T03:23:07.107Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2108 | 2024-05-30T03:23:07.576Z | Compiling globset v0.4.14 |
2109 | 2024-05-30T03:23:11.120Z | Compiling peg-macros v0.8.3 |
2110 | 2024-05-30T03:23:12.412Z | Compiling olpc-cjson v0.1.3 |
2111 | 2024-05-30T03:23:12.755Z | Compiling universal-hash v0.5.1 |
2112 | 2024-05-30T03:23:12.992Z | Compiling secrecy v0.8.0 |
2113 | 2024-05-30T03:23:13.231Z | Compiling thiserror-impl-no-std v2.0.2 |
2114 | 2024-05-30T03:23:13.266Z | Compiling bitstruct_derive v0.1.0 |
2115 | 2024-05-30T03:23:14.542Z | Compiling serde_plain v1.0.2 |
2116 | 2024-05-30T03:23:14.593Z | Compiling nanorand v0.7.0 |
2117 | 2024-05-30T03:23:15.076Z | Compiling curve25519-dalek-derive v0.1.1 |
2118 | 2024-05-30T03:23:15.389Z | Compiling sqlparser_derive v0.2.2 |
2119 | 2024-05-30T03:23:15.461Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2120 | 2024-05-30T03:23:15.593Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2121 | 2024-05-30T03:23:15.894Z | Compiling salty v0.2.0 |
2122 | 2024-05-30T03:23:16.021Z | Compiling opaque-debug v0.3.1 |
2123 | 2024-05-30T03:23:16.131Z | Compiling ascii v1.1.0 |
2124 | 2024-05-30T03:23:16.418Z | Compiling typed-path v0.7.1 |
2125 | 2024-05-30T03:23:16.540Z | Compiling unicode_categories v0.1.1 |
2126 | 2024-05-30T03:23:16.684Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2127 | 2024-05-30T03:23:16.842Z | Compiling signature v1.6.4 |
2128 | 2024-05-30T03:23:16.885Z | Compiling sqlformat v0.2.3 |
2129 | 2024-05-30T03:23:16.994Z | Compiling ed25519 v1.5.3 |
2130 | 2024-05-30T03:23:17.296Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2131 | 2024-05-30T03:23:19.677Z | Compiling tough v0.17.1 |
2132 | 2024-05-30T03:23:23.201Z | Compiling rustyline v14.0.0 |
2133 | 2024-05-30T03:23:23.216Z | Compiling sqlparser v0.45.0 |
2134 | 2024-05-30T03:23:25.317Z | Compiling poly1305 v0.8.0 |
2135 | 2024-05-30T03:23:26.845Z | Compiling thiserror-no-std v2.0.2 |
2136 | 2024-05-30T03:23:27.029Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2137 | 2024-05-30T03:23:27.306Z | Compiling flume v0.11.0 |
2138 | 2024-05-30T03:23:27.969Z | Compiling peg v0.8.3 |
2139 | 2024-05-30T03:23:28.038Z | Compiling bitstruct v0.1.1 |
2140 | 2024-05-30T03:23:28.082Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2141 | 2024-05-30T03:23:28.629Z | Compiling usdt v0.3.5 |
2142 | 2024-05-30T03:23:28.693Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2143 | 2024-05-30T03:23:29.120Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2144 | 2024-05-30T03:23:35.570Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2145 | 2024-05-30T03:23:38.374Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2146 | 2024-05-30T03:23:38.732Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2147 | 2024-05-30T03:23:39.005Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2148 | 2024-05-30T03:23:40.215Z | Compiling chacha20 v0.9.1 |
2149 | 2024-05-30T03:23:40.696Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2150 | 2024-05-30T03:23:41.240Z | Compiling aead v0.5.2 |
2151 | 2024-05-30T03:23:41.568Z | Compiling bcs v0.1.6 |
2152 | 2024-05-30T03:23:42.526Z | Compiling erased-serde v0.3.31 |
2153 | 2024-05-30T03:23:42.836Z | Compiling serde_arrays v0.1.0 |
2154 | 2024-05-30T03:23:43.030Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2155 | 2024-05-30T03:23:43.860Z | Compiling serde-big-array v0.5.1 |
2156 | 2024-05-30T03:23:44.131Z | Compiling parse-size v1.0.0 |
2157 | 2024-05-30T03:23:44.207Z | Compiling highway v1.1.0 |
2158 | 2024-05-30T03:23:44.413Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2159 | 2024-05-30T03:23:45.583Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2160 | 2024-05-30T03:23:56.144Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2161 | 2024-05-30T03:23:56.623Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2162 | 2024-05-30T03:24:08.531Z | Compiling chacha20poly1305 v0.10.1 |
2163 | 2024-05-30T03:24:10.407Z | Compiling vsss-rs v3.3.4 |
2164 | 2024-05-30T03:24:15.113Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2165 | 2024-05-30T03:24:15.543Z | Compiling signal-hook-tokio v0.3.1 |
2166 | 2024-05-30T03:24:15.694Z | Compiling heck v0.3.3 |
2167 | 2024-05-30T03:24:15.744Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2168 | 2024-05-30T03:24:15.857Z | Compiling castaway v0.2.2 |
2169 | 2024-05-30T03:24:16.046Z | Compiling rand_seeder v0.2.3 |
2170 | 2024-05-30T03:24:16.074Z | Compiling serde-big-array v0.4.1 |
2171 | 2024-05-30T03:24:16.417Z | Compiling http-range v0.1.5 |
2172 | 2024-05-30T03:24:16.982Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2173 | 2024-05-30T03:24:17.290Z | Compiling hyper-staticfile v0.9.5 |
2174 | 2024-05-30T03:24:17.944Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2175 | 2024-05-30T03:24:18.138Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2176 | 2024-05-30T03:24:18.355Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2177 | 2024-05-30T03:24:19.573Z | Compiling zone_cfg_derive v0.1.2 |
2178 | 2024-05-30T03:24:19.776Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2179 | 2024-05-30T03:24:20.430Z | Compiling compact_str v0.7.1 |
2180 | 2024-05-30T03:24:20.998Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2181 | 2024-05-30T03:24:28.817Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2182 | 2024-05-30T03:24:29.459Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2183 | 2024-05-30T03:24:36.056Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2184 | 2024-05-30T03:24:37.477Z | Compiling tungstenite v0.21.0 |
2185 | 2024-05-30T03:24:42.836Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2186 | 2024-05-30T03:24:43.055Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2187 | 2024-05-30T03:24:43.107Z | Compiling lru v0.12.3 |
2188 | 2024-05-30T03:24:43.334Z | Compiling stability v0.2.0 |
2189 | 2024-05-30T03:24:43.450Z | Compiling corncobs v0.1.3 |
2190 | 2024-05-30T03:24:43.820Z | Compiling base64 v0.13.1 |
2191 | 2024-05-30T03:24:44.302Z | Compiling cassowary v0.3.0 |
2192 | 2024-05-30T03:24:44.584Z | Compiling indoc v2.0.5 |
2193 | 2024-05-30T03:24:45.603Z | Compiling ratatui v0.26.2 |
2194 | 2024-05-30T03:24:48.110Z | Compiling ron v0.7.1 |
2195 | 2024-05-30T03:24:50.753Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2196 | 2024-05-30T03:24:51.519Z | Compiling tokio-tungstenite v0.21.0 |
2197 | 2024-05-30T03:24:52.125Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2198 | 2024-05-30T03:24:53.586Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2199 | 2024-05-30T03:24:54.263Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2200 | 2024-05-30T03:25:02.134Z | Compiling zone v0.1.8 |
2201 | 2024-05-30T03:25:03.523Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2202 | 2024-05-30T03:25:11.082Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2203 | 2024-05-30T03:25:13.996Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2204 | 2024-05-30T03:25:14.271Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2205 | 2024-05-30T03:25:15.376Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2206 | 2024-05-30T03:25:15.663Z | Compiling portpicker v0.1.1 |
2207 | 2024-05-30T03:25:16.169Z | Compiling csv-core v0.1.11 |
2208 | 2024-05-30T03:25:17.306Z | Compiling smawk v0.3.2 |
2209 | 2024-05-30T03:25:17.323Z | Compiling unicode-linebreak v0.1.5 |
2210 | 2024-05-30T03:25:17.797Z | Compiling textwrap v0.16.1 |
2211 | 2024-05-30T03:25:20.122Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2212 | 2024-05-30T03:25:21.626Z | Compiling csv v1.3.0 |
2213 | 2024-05-30T03:25:23.840Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2214 | 2024-05-30T03:25:27.080Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2215 | 2024-05-30T03:25:27.876Z | Compiling rcgen v0.12.1 |
2216 | 2024-05-30T03:25:33.156Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2217 | 2024-05-30T03:25:33.639Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2218 | 2024-05-30T03:25:33.923Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2219 | 2024-05-30T03:25:38.173Z | Compiling atomicwrites v0.4.3 |
2220 | 2024-05-30T03:25:38.706Z | Compiling fatfs v0.3.6 |
2221 | 2024-05-30T03:25:40.651Z | Compiling rtoolbox v0.0.2 |
2222 | 2024-05-30T03:25:41.112Z | Compiling subprocess v0.2.9 |
2223 | 2024-05-30T03:25:41.127Z | Compiling assert_matches v1.5.0 |
2224 | 2024-05-30T03:25:41.231Z | Compiling is_ci v1.2.0 |
2225 | 2024-05-30T03:25:41.517Z | Compiling supports-color v3.0.0 |
2226 | 2024-05-30T03:25:42.174Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-05-30T03:25:45.838Z | Compiling rpassword v7.3.1 |
2228 | 2024-05-30T03:25:46.215Z | Compiling tui-tree-widget v0.19.0 |
2229 | 2024-05-30T03:25:46.298Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2230 | 2024-05-30T03:25:46.301Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2231 | 2024-05-30T03:25:46.643Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2232 | 2024-05-30T03:25:46.927Z | Compiling shell-words v1.1.0 |
2233 | 2024-05-30T03:25:47.366Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2234 | 2024-05-30T03:25:47.504Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2235 | 2024-05-30T03:26:11.315Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2236 | 2024-05-30T03:26:21.402Z | Compiling uzers v0.11.3 |
2237 | 2024-05-30T03:26:22.636Z | Compiling multimap v0.10.0 |
2238 | 2024-05-30T03:26:24.327Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2239 | 2024-05-30T03:28:47.942Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2240 | 2024-05-30T03:28:48.375Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2241 | 2024-05-30T03:34:53.183Z | Finished `release` profile [optimized] target(s) in 14m 11s |
2242 | 2024-05-30T03:38:51.662Z | |
2243 | 2024-05-30T03:38:51.681Z | real 18:11.327612634 |
2244 | 2024-05-30T03:38:51.681Z | user 1:44:31.579886471 |
2245 | 2024-05-30T03:38:51.682Z | sys 5:37.904289561 |
2246 | 2024-05-30T03:38:51.682Z | trap 2.506110570 |
2247 | 2024-05-30T03:38:51.682Z | tflt 2.158362668 |
2248 | 2024-05-30T03:38:51.682Z | dflt 2.884158159 |
2249 | 2024-05-30T03:38:51.682Z | kflt 0.001023264 |
2250 | 2024-05-30T03:38:51.682Z | lock 7:48:05.759767043 |
2251 | 2024-05-30T03:38:51.682Z | slp 4:14:30.117557713 |
2252 | 2024-05-30T03:38:51.683Z | lat 2:29.891921447 |
2253 | 2024-05-30T03:38:51.683Z | stop 1:38.217620971 |
2254 | 2024-05-30T03:38:51.683Z | + mapfile -t packages |
2255 | 2024-05-30T03:38:51.683Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2256 | 2024-05-30T03:38:52.579Z | Finished `release` profile [optimized] target(s) in 0.87s |
2257 | 2024-05-30T03:38:52.618Z | Running `target/release/omicron-package -t test list-outputs` |
2258 | 2024-05-30T03:38:52.653Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2259 | 2024-05-30T03:38:52.658Z | + ptime -m cargo build --locked --release -p xtask |
2260 | 2024-05-30T03:38:53.146Z | Downloading crates ... |
2261 | 2024-05-30T03:38:53.268Z | Downloaded cargo_toml v0.20.2 |
2262 | 2024-05-30T03:38:53.285Z | Compiling serde v1.0.202 |
2263 | 2024-05-30T03:38:53.285Z | Compiling libc v0.2.153 |
2264 | 2024-05-30T03:38:53.285Z | Compiling rustix v0.38.34 |
2265 | 2024-05-30T03:38:53.300Z | Compiling bitflags v2.5.0 |
2266 | 2024-05-30T03:38:53.300Z | Compiling hashbrown v0.14.5 |
2267 | 2024-05-30T03:38:53.300Z | Compiling syn v2.0.64 |
2268 | 2024-05-30T03:38:53.356Z | Compiling serde_json v1.0.117 |
2269 | 2024-05-30T03:38:53.410Z | Compiling fs-err v2.11.0 |
2270 | 2024-05-30T03:38:53.696Z | Compiling anyhow v1.0.83 |
2271 | 2024-05-30T03:38:54.622Z | Compiling indexmap v2.2.6 |
2272 | 2024-05-30T03:38:54.995Z | Compiling errno v0.3.9 |
2273 | 2024-05-30T03:38:55.831Z | Compiling terminal_size v0.3.0 |
2274 | 2024-05-30T03:38:55.922Z | Compiling clap_builder v4.5.2 |
2275 | 2024-05-30T03:38:58.254Z | Compiling serde_derive v1.0.202 |
2276 | 2024-05-30T03:38:58.254Z | Compiling thiserror-impl v1.0.60 |
2277 | 2024-05-30T03:38:58.257Z | Compiling clap_derive v4.5.4 |
2278 | 2024-05-30T03:38:59.973Z | Compiling thiserror v1.0.60 |
2279 | 2024-05-30T03:39:01.929Z | Compiling clap v4.5.4 |
2280 | 2024-05-30T03:39:07.632Z | Compiling toml_datetime v0.6.6 |
2281 | 2024-05-30T03:39:07.632Z | Compiling serde_spanned v0.6.6 |
2282 | 2024-05-30T03:39:07.635Z | Compiling semver v1.0.23 |
2283 | 2024-05-30T03:39:07.635Z | Compiling cargo-platform v0.1.8 |
2284 | 2024-05-30T03:39:07.635Z | Compiling camino v1.1.7 |
2285 | 2024-05-30T03:39:07.635Z | Compiling macaddr v1.0.1 |
2286 | 2024-05-30T03:39:07.944Z | Compiling toml_edit v0.22.13 |
2287 | 2024-05-30T03:39:09.216Z | Compiling cargo_metadata v0.18.1 |
2288 | 2024-05-30T03:39:10.607Z | Compiling toml v0.8.13 |
2289 | 2024-05-30T03:39:11.537Z | Compiling cargo_toml v0.20.2 |
2290 | 2024-05-30T03:39:22.864Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2291 | 2024-05-30T03:39:33.276Z | Finished `release` profile [optimized] target(s) in 40.56s |
2292 | 2024-05-30T03:39:33.369Z | |
2293 | 2024-05-30T03:39:33.370Z | real 40.691754061 |
2294 | 2024-05-30T03:39:33.370Z | user 2:58.994732395 |
2295 | 2024-05-30T03:39:33.370Z | sys 17.686259832 |
2296 | 2024-05-30T03:39:33.370Z | trap 0.060620437 |
2297 | 2024-05-30T03:39:33.370Z | tflt 0.207021867 |
2298 | 2024-05-30T03:39:33.370Z | dflt 0.768190709 |
2299 | 2024-05-30T03:39:33.370Z | kflt 0.000021639 |
2300 | 2024-05-30T03:39:33.370Z | lock 4:17.136895476 |
2301 | 2024-05-30T03:39:33.374Z | slp 3:25.567570973 |
2302 | 2024-05-30T03:39:33.374Z | lat 2.650480504 |
2303 | 2024-05-30T03:39:33.374Z | stop 4.407069937 |
2304 | 2024-05-30T03:39:33.374Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2305 | 2024-05-30T03:39:33.374Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2306 | 2024-05-30T03:39:33.374Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2307 | 2024-05-30T03:39:33.374Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2308 | 2024-05-30T03:39:33.374Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2309 | 2024-05-30T03:39:33.900Z | Downloading crates ... |
2310 | 2024-05-30T03:39:34.130Z | Downloaded dhcproto-macros v0.1.0 |
2311 | 2024-05-30T03:39:34.134Z | Downloaded md5 v0.7.0 |
2312 | 2024-05-30T03:39:34.134Z | Downloaded option-ext v0.2.0 |
2313 | 2024-05-30T03:39:34.137Z | Downloaded russh-cryptovec v0.7.2 |
2314 | 2024-05-30T03:39:34.146Z | Downloaded rand_core v0.5.1 |
2315 | 2024-05-30T03:39:34.150Z | Downloaded ghash v0.5.1 |
2316 | 2024-05-30T03:39:34.154Z | Downloaded dirs v5.0.1 |
2317 | 2024-05-30T03:39:34.154Z | Downloaded bcrypt-pbkdf v0.10.0 |
2318 | 2024-05-30T03:39:34.154Z | Downloaded primeorder v0.13.6 |
2319 | 2024-05-30T03:39:34.155Z | Downloaded polyval v0.6.2 |
2320 | 2024-05-30T03:39:34.158Z | Downloaded pbkdf2 v0.11.0 |
2321 | 2024-05-30T03:39:34.159Z | Downloaded hex-literal v0.4.1 |
2322 | 2024-05-30T03:39:34.159Z | Downloaded ed25519 v2.2.3 |
2323 | 2024-05-30T03:39:34.162Z | Downloaded cbc v0.1.2 |
2324 | 2024-05-30T03:39:34.163Z | Downloaded rfc6979 v0.4.0 |
2325 | 2024-05-30T03:39:34.166Z | Downloaded rand_chacha v0.2.2 |
2326 | 2024-05-30T03:39:34.166Z | Downloaded internet-checksum v0.2.1 |
2327 | 2024-05-30T03:39:34.166Z | Downloaded ctr v0.9.2 |
2328 | 2024-05-30T03:39:34.166Z | Downloaded aes v0.8.4 |
2329 | 2024-05-30T03:39:34.175Z | Downloaded dirs-sys v0.4.1 |
2330 | 2024-05-30T03:39:34.178Z | Downloaded blowfish v0.9.1 |
2331 | 2024-05-30T03:39:34.179Z | Downloaded pbkdf2 v0.12.2 |
2332 | 2024-05-30T03:39:34.179Z | Downloaded russh-keys v0.43.0 |
2333 | 2024-05-30T03:39:34.179Z | Downloaded password-hash v0.4.2 |
2334 | 2024-05-30T03:39:34.183Z | Downloaded getrandom v0.1.16 |
2335 | 2024-05-30T03:39:34.183Z | Downloaded ecdsa v0.16.9 |
2336 | 2024-05-30T03:39:34.193Z | Downloaded p256 v0.13.2 |
2337 | 2024-05-30T03:39:34.204Z | Downloaded dhcproto v0.11.0 |
2338 | 2024-05-30T03:39:34.211Z | Downloaded ed25519-dalek v2.1.1 |
2339 | 2024-05-30T03:39:34.215Z | Downloaded russh v0.43.0 |
2340 | 2024-05-30T03:39:34.219Z | Downloaded rand v0.7.3 |
2341 | 2024-05-30T03:39:34.224Z | Downloaded aes-gcm v0.10.3 |
2342 | 2024-05-30T03:39:34.228Z | Downloaded p521 v0.13.3 |
2343 | 2024-05-30T03:39:34.364Z | Compiling proc-macro2 v1.0.82 |
2344 | 2024-05-30T03:39:34.364Z | Compiling unicode-ident v1.0.12 |
2345 | 2024-05-30T03:39:34.364Z | Compiling libc v0.2.153 |
2346 | 2024-05-30T03:39:34.369Z | Compiling cfg-if v1.0.0 |
2347 | 2024-05-30T03:39:34.369Z | Compiling serde v1.0.202 |
2348 | 2024-05-30T03:39:34.370Z | Compiling version_check v0.9.4 |
2349 | 2024-05-30T03:39:34.370Z | Compiling autocfg v1.3.0 |
2350 | 2024-05-30T03:39:34.370Z | Compiling byteorder v1.5.0 |
2351 | 2024-05-30T03:39:34.550Z | Compiling memchr v2.7.2 |
2352 | 2024-05-30T03:39:34.637Z | Compiling log v0.4.21 |
2353 | 2024-05-30T03:39:34.915Z | Compiling itoa v1.0.11 |
2354 | 2024-05-30T03:39:35.093Z | Compiling once_cell v1.19.0 |
2355 | 2024-05-30T03:39:35.111Z | Compiling scopeguard v1.2.0 |
2356 | 2024-05-30T03:39:35.128Z | Compiling smallvec v1.13.2 |
2357 | 2024-05-30T03:39:35.278Z | Compiling typenum v1.17.0 |
2358 | 2024-05-30T03:39:35.693Z | Compiling generic-array v0.14.7 |
2359 | 2024-05-30T03:39:35.693Z | Compiling lock_api v0.4.12 |
2360 | 2024-05-30T03:39:35.693Z | Compiling thiserror v1.0.60 |
2361 | 2024-05-30T03:39:35.693Z | Compiling cc v1.0.97 |
2362 | 2024-05-30T03:39:35.709Z | Compiling parking_lot_core v0.9.10 |
2363 | 2024-05-30T03:39:36.091Z | Compiling quote v1.0.36 |
2364 | 2024-05-30T03:39:36.348Z | Compiling pin-project-lite v0.2.14 |
2365 | 2024-05-30T03:39:36.353Z | Compiling libm v0.2.8 |
2366 | 2024-05-30T03:39:36.378Z | Compiling num-traits v0.2.19 |
2367 | 2024-05-30T03:39:36.484Z | Compiling syn v2.0.64 |
2368 | 2024-05-30T03:39:36.572Z | Compiling getrandom v0.2.14 |
2369 | 2024-05-30T03:39:36.841Z | Compiling rand_core v0.6.4 |
2370 | 2024-05-30T03:39:36.903Z | Compiling signal-hook-registry v1.4.2 |
2371 | 2024-05-30T03:39:36.981Z | Compiling subtle v2.5.0 |
2372 | 2024-05-30T03:39:37.073Z | Compiling parking_lot v0.12.2 |
2373 | 2024-05-30T03:39:37.384Z | Compiling mio v0.8.11 |
2374 | 2024-05-30T03:39:37.591Z | Compiling ryu v1.0.18 |
2375 | 2024-05-30T03:39:37.720Z | Compiling socket2 v0.5.7 |
2376 | 2024-05-30T03:39:37.948Z | Compiling num_cpus v1.16.0 |
2377 | 2024-05-30T03:39:38.052Z | Compiling ahash v0.8.11 |
2378 | 2024-05-30T03:39:38.483Z | Compiling serde_json v1.0.117 |
2379 | 2024-05-30T03:39:38.495Z | Compiling allocator-api2 v0.2.18 |
2380 | 2024-05-30T03:39:38.508Z | Compiling futures-core v0.3.30 |
2381 | 2024-05-30T03:39:38.721Z | Compiling const-oid v0.9.6 |
2382 | 2024-05-30T03:39:38.728Z | Compiling futures-sink v0.3.30 |
2383 | 2024-05-30T03:39:38.770Z | Compiling equivalent v1.0.1 |
2384 | 2024-05-30T03:39:38.793Z | Compiling slab v0.4.9 |
2385 | 2024-05-30T03:39:38.880Z | Compiling fnv v1.0.7 |
2386 | 2024-05-30T03:39:38.898Z | Compiling futures-channel v0.3.30 |
2387 | 2024-05-30T03:39:38.901Z | Compiling futures-task v0.3.30 |
2388 | 2024-05-30T03:39:39.018Z | Compiling futures-io v0.3.30 |
2389 | 2024-05-30T03:39:39.023Z | Compiling pin-utils v0.1.0 |
2390 | 2024-05-30T03:39:39.115Z | Compiling iana-time-zone v0.1.60 |
2391 | 2024-05-30T03:39:39.243Z | Compiling syn v1.0.109 |
2392 | 2024-05-30T03:39:39.329Z | Compiling tinyvec_macros v0.1.1 |
2393 | 2024-05-30T03:39:39.347Z | Compiling unicode-bidi v0.3.15 |
2394 | 2024-05-30T03:39:39.420Z | Compiling tinyvec v1.6.0 |
2395 | 2024-05-30T03:39:39.509Z | Compiling semver v1.0.23 |
2396 | 2024-05-30T03:39:39.598Z | Compiling schemars v0.8.20 |
2397 | 2024-05-30T03:39:39.975Z | Compiling cpufeatures v0.2.12 |
2398 | 2024-05-30T03:39:40.088Z | Compiling dyn-clone v1.0.17 |
2399 | 2024-05-30T03:39:40.117Z | Compiling percent-encoding v2.3.1 |
2400 | 2024-05-30T03:39:40.313Z | Compiling spin v0.9.8 |
2401 | 2024-05-30T03:39:40.456Z | Compiling ppv-lite86 v0.2.17 |
2402 | 2024-05-30T03:39:40.505Z | Compiling tracing-core v0.1.32 |
2403 | 2024-05-30T03:39:40.686Z | Compiling num-conv v0.1.0 |
2404 | 2024-05-30T03:39:40.733Z | Compiling time-core v0.1.2 |
2405 | 2024-05-30T03:39:40.864Z | Compiling unicode-normalization v0.1.23 |
2406 | 2024-05-30T03:39:40.889Z | Compiling powerfmt v0.2.0 |
2407 | 2024-05-30T03:39:40.932Z | Compiling form_urlencoded v1.2.1 |
2408 | 2024-05-30T03:39:41.008Z | Compiling time-macros v0.2.18 |
2409 | 2024-05-30T03:39:41.257Z | Compiling deranged v0.3.11 |
2410 | 2024-05-30T03:39:41.273Z | Compiling ring v0.17.8 |
2411 | 2024-05-30T03:39:41.310Z | Compiling num_threads v0.1.7 |
2412 | 2024-05-30T03:39:41.446Z | Compiling rand_chacha v0.3.1 |
2413 | 2024-05-30T03:39:41.981Z | Compiling aho-corasick v1.1.3 |
2414 | 2024-05-30T03:39:42.006Z | Compiling regex-syntax v0.8.3 |
2415 | 2024-05-30T03:39:43.231Z | Compiling rand v0.8.5 |
2416 | 2024-05-30T03:39:43.809Z | Compiling idna v0.5.0 |
2417 | 2024-05-30T03:39:44.468Z | Compiling serde_derive_internals v0.29.1 |
2418 | 2024-05-30T03:39:45.290Z | Compiling time v0.3.36 |
2419 | 2024-05-30T03:39:45.411Z | Compiling regex-automata v0.4.6 |
2420 | 2024-05-30T03:39:45.429Z | Compiling slog v2.7.0 |
2421 | 2024-05-30T03:39:45.919Z | Compiling httparse v1.8.0 |
2422 | 2024-05-30T03:39:46.480Z | Compiling url v2.5.0 |
2423 | 2024-05-30T03:39:47.354Z | Compiling untrusted v0.9.0 |
2424 | 2024-05-30T03:39:47.544Z | Compiling spin v0.5.2 |
2425 | 2024-05-30T03:39:48.689Z | Compiling pkg-config v0.3.30 |
2426 | 2024-05-30T03:39:48.791Z | Compiling vcpkg v0.2.15 |
2427 | 2024-05-30T03:39:49.115Z | Compiling adler v1.0.2 |
2428 | 2024-05-30T03:39:49.365Z | Compiling heck v0.4.1 |
2429 | 2024-05-30T03:39:49.878Z | Compiling miniz_oxide v0.7.2 |
2430 | 2024-05-30T03:39:50.335Z | Compiling lazy_static v1.4.0 |
2431 | 2024-05-30T03:39:50.462Z | Compiling backtrace v0.3.71 |
2432 | 2024-05-30T03:39:50.851Z | Compiling unicode-width v0.1.12 |
2433 | 2024-05-30T03:39:50.902Z | Compiling regex v1.10.4 |
2434 | 2024-05-30T03:39:51.070Z | Compiling openssl-sys v0.9.102 |
2435 | 2024-05-30T03:39:51.091Z | Compiling gimli v0.28.1 |
2436 | 2024-05-30T03:39:51.524Z | Compiling httpdate v1.0.3 |
2437 | 2024-05-30T03:39:51.750Z | Compiling try-lock v0.2.5 |
2438 | 2024-05-30T03:39:51.907Z | Compiling want v0.3.1 |
2439 | 2024-05-30T03:39:51.963Z | Compiling serde_derive v1.0.202 |
2440 | 2024-05-30T03:39:52.009Z | Compiling zeroize_derive v1.4.2 |
2441 | 2024-05-30T03:39:52.025Z | Compiling thiserror-impl v1.0.60 |
2442 | 2024-05-30T03:39:52.074Z | Compiling zerocopy-derive v0.7.34 |
2443 | 2024-05-30T03:39:52.204Z | Compiling tokio-macros v2.2.0 |
2444 | 2024-05-30T03:39:53.715Z | Compiling zeroize v1.7.0 |
2445 | 2024-05-30T03:39:53.975Z | Compiling futures-macro v0.3.30 |
2446 | 2024-05-30T03:39:54.523Z | Compiling zerocopy v0.7.34 |
2447 | 2024-05-30T03:39:55.007Z | Compiling schemars_derive v0.8.20 |
2448 | 2024-05-30T03:39:55.552Z | Compiling crypto-common v0.1.6 |
2449 | 2024-05-30T03:39:55.676Z | Compiling block-buffer v0.10.4 |
2450 | 2024-05-30T03:39:55.792Z | Compiling tracing-attributes v0.1.27 |
2451 | 2024-05-30T03:39:55.992Z | Compiling digest v0.10.7 |
2452 | 2024-05-30T03:39:56.199Z | Compiling futures-util v0.3.30 |
2453 | 2024-05-30T03:39:56.217Z | Compiling async-trait v0.1.80 |
2454 | 2024-05-30T03:39:56.593Z | Compiling addr2line v0.21.0 |
2455 | 2024-05-30T03:39:56.772Z | Compiling hashbrown v0.14.5 |
2456 | 2024-05-30T03:39:57.292Z | Compiling object v0.32.2 |
2457 | 2024-05-30T03:39:58.213Z | Compiling base64 v0.21.7 |
2458 | 2024-05-30T03:39:58.505Z | Compiling openssl v0.10.64 |
2459 | 2024-05-30T03:39:58.921Z | Compiling anyhow v1.0.83 |
2460 | 2024-05-30T03:39:58.975Z | Compiling mime v0.3.17 |
2461 | 2024-05-30T03:39:59.185Z | Compiling foreign-types-shared v0.1.1 |
2462 | 2024-05-30T03:39:59.203Z | Compiling rustc-demangle v0.1.24 |
2463 | 2024-05-30T03:39:59.301Z | Compiling tower-service v0.3.2 |
2464 | 2024-05-30T03:39:59.433Z | Compiling ipnet v2.9.0 |
2465 | 2024-05-30T03:39:59.592Z | Compiling foreign-types v0.3.2 |
2466 | 2024-05-30T03:39:59.754Z | Compiling openssl-macros v0.1.1 |
2467 | 2024-05-30T03:39:59.957Z | Compiling tracing v0.1.40 |
2468 | 2024-05-30T03:40:00.165Z | Compiling native-tls v0.2.11 |
2469 | 2024-05-30T03:40:00.460Z | Compiling winnow v0.5.40 |
2470 | 2024-05-30T03:40:00.536Z | Compiling crossbeam-utils v0.8.19 |
2471 | 2024-05-30T03:40:00.547Z | Compiling rustls v0.21.12 |
2472 | 2024-05-30T03:40:00.738Z | Compiling base64ct v1.6.0 |
2473 | 2024-05-30T03:40:00.773Z | Compiling heck v0.5.0 |
2474 | 2024-05-30T03:40:01.207Z | Compiling rustls-webpki v0.101.7 |
2475 | 2024-05-30T03:40:01.223Z | Compiling sct v0.7.1 |
2476 | 2024-05-30T03:40:01.338Z | Compiling cookie v0.17.0 |
2477 | 2024-05-30T03:40:01.394Z | Compiling rustix v0.38.34 |
2478 | 2024-05-30T03:40:01.540Z | Compiling openssl-probe v0.1.5 |
2479 | 2024-05-30T03:40:01.620Z | Compiling ucd-trie v0.1.6 |
2480 | 2024-05-30T03:40:01.915Z | Compiling futures-executor v0.3.30 |
2481 | 2024-05-30T03:40:02.282Z | Compiling futures v0.3.30 |
2482 | 2024-05-30T03:40:02.404Z | Compiling pest v2.7.10 |
2483 | 2024-05-30T03:40:02.553Z | Compiling idna v0.3.0 |
2484 | 2024-05-30T03:40:03.159Z | Compiling errno v0.3.9 |
2485 | 2024-05-30T03:40:03.414Z | Compiling encoding_rs v0.8.34 |
2486 | 2024-05-30T03:40:03.799Z | Compiling rustversion v1.0.17 |
2487 | 2024-05-30T03:40:04.399Z | Compiling data-encoding v2.6.0 |
2488 | 2024-05-30T03:40:04.525Z | Compiling psl-types v2.0.11 |
2489 | 2024-05-30T03:40:04.715Z | Compiling publicsuffix v2.2.3 |
2490 | 2024-05-30T03:40:05.315Z | Compiling pest_meta v2.7.10 |
2491 | 2024-05-30T03:40:05.800Z | Compiling hmac v0.12.1 |
2492 | 2024-05-30T03:40:05.884Z | Compiling scroll_derive v0.12.0 |
2493 | 2024-05-30T03:40:06.937Z | Compiling bytes v1.6.0 |
2494 | 2024-05-30T03:40:07.522Z | Compiling indexmap v2.2.6 |
2495 | 2024-05-30T03:40:07.664Z | Compiling uuid v1.8.0 |
2496 | 2024-05-30T03:40:07.901Z | Compiling tokio v1.37.0 |
2497 | 2024-05-30T03:40:08.041Z | Compiling chrono v0.4.38 |
2498 | 2024-05-30T03:40:08.281Z | Compiling bitflags v2.5.0 |
2499 | 2024-05-30T03:40:08.922Z | Compiling http v0.2.12 |
2500 | 2024-05-30T03:40:09.140Z | Compiling serde_tokenstream v0.2.0 |
2501 | 2024-05-30T03:40:09.534Z | Compiling toml_datetime v0.6.6 |
2502 | 2024-05-30T03:40:09.716Z | Compiling serde_spanned v0.6.6 |
2503 | 2024-05-30T03:40:09.965Z | Compiling toml_edit v0.19.15 |
2504 | 2024-05-30T03:40:10.799Z | Compiling http-body v0.4.6 |
2505 | 2024-05-30T03:40:11.571Z | Compiling serde_urlencoded v0.7.1 |
2506 | 2024-05-30T03:40:11.715Z | Compiling openapiv3 v2.0.0 |
2507 | 2024-05-30T03:40:12.061Z | Compiling cookie_store v0.20.0 |
2508 | 2024-05-30T03:40:12.075Z | Compiling scroll v0.12.0 |
2509 | 2024-05-30T03:40:12.652Z | Compiling pest_generator v2.7.10 |
2510 | 2024-05-30T03:40:13.653Z | Compiling rustls-pemfile v1.0.4 |
2511 | 2024-05-30T03:40:14.129Z | Compiling bitflags v1.3.2 |
2512 | 2024-05-30T03:40:14.233Z | Compiling strsim v0.11.1 |
2513 | 2024-05-30T03:40:14.421Z | Compiling sync_wrapper v0.1.2 |
2514 | 2024-05-30T03:40:14.560Z | Compiling webpki-roots v0.25.4 |
2515 | 2024-05-30T03:40:14.677Z | Compiling plain v0.2.3 |
2516 | 2024-05-30T03:40:14.719Z | Compiling rustc_version v0.4.0 |
2517 | 2024-05-30T03:40:14.799Z | Compiling pest_derive v2.7.10 |
2518 | 2024-05-30T03:40:14.833Z | Compiling goblin v0.8.2 |
2519 | 2024-05-30T03:40:15.192Z | Compiling pem-rfc7468 v0.7.0 |
2520 | 2024-05-30T03:40:15.509Z | Compiling block-padding v0.3.3 |
2521 | 2024-05-30T03:40:15.614Z | Compiling der_derive v0.7.2 |
2522 | 2024-05-30T03:40:16.560Z | Compiling usdt-impl v0.5.0 |
2523 | 2024-05-30T03:40:16.576Z | Compiling tokio-util v0.7.11 |
2524 | 2024-05-30T03:40:16.576Z | Compiling tokio-rustls v0.24.1 |
2525 | 2024-05-30T03:40:16.576Z | Compiling pretty-hex v0.4.1 |
2526 | 2024-05-30T03:40:16.577Z | Compiling flagset v0.4.5 |
2527 | 2024-05-30T03:40:16.730Z | Compiling tokio-native-tls v0.3.1 |
2528 | 2024-05-30T03:40:16.997Z | Compiling h2 v0.3.26 |
2529 | 2024-05-30T03:40:17.223Z | Compiling inout v0.1.3 |
2530 | 2024-05-30T03:40:17.439Z | Compiling dtrace-parser v0.2.0 |
2531 | 2024-05-30T03:40:17.485Z | Compiling thread-id v4.2.1 |
2532 | 2024-05-30T03:40:17.582Z | Compiling cipher v0.4.4 |
2533 | 2024-05-30T03:40:18.139Z | Compiling sha2 v0.10.8 |
2534 | 2024-05-30T03:40:18.283Z | Compiling der v0.7.9 |
2535 | 2024-05-30T03:40:18.522Z | Compiling either v1.12.0 |
2536 | 2024-05-30T03:40:18.959Z | Compiling ff v0.13.0 |
2537 | 2024-05-30T03:40:19.092Z | Compiling stable_deref_trait v1.2.0 |
2538 | 2024-05-30T03:40:19.196Z | Compiling base16ct v0.2.0 |
2539 | 2024-05-30T03:40:19.213Z | Compiling group v0.13.0 |
2540 | 2024-05-30T03:40:19.548Z | Compiling hkdf v0.12.4 |
2541 | 2024-05-30T03:40:19.569Z | Compiling crossbeam-epoch v0.9.18 |
2542 | 2024-05-30T03:40:19.630Z | Compiling crypto-bigint v0.5.5 |
2543 | 2024-05-30T03:40:19.831Z | Compiling num-integer v0.1.46 |
2544 | 2024-05-30T03:40:20.383Z | Compiling dof v0.3.0 |
2545 | 2024-05-30T03:40:20.651Z | Compiling spki v0.7.3 |
2546 | 2024-05-30T03:40:21.054Z | Compiling pkcs8 v0.10.2 |
2547 | 2024-05-30T03:40:21.654Z | Compiling sec1 v0.7.3 |
2548 | 2024-05-30T03:40:21.762Z | Compiling memmap v0.7.0 |
2549 | 2024-05-30T03:40:22.147Z | Compiling crc32fast v1.4.0 |
2550 | 2024-05-30T03:40:22.232Z | Compiling unicode-segmentation v1.11.0 |
2551 | 2024-05-30T03:40:22.714Z | Compiling elliptic-curve v0.13.8 |
2552 | 2024-05-30T03:40:22.757Z | Compiling winnow v0.6.8 |
2553 | 2024-05-30T03:40:23.087Z | Compiling managed v0.8.0 |
2554 | 2024-05-30T03:40:23.539Z | Compiling toml v0.7.8 |
2555 | 2024-05-30T03:40:23.605Z | Compiling ipnetwork v0.20.0 |
2556 | 2024-05-30T03:40:23.623Z | Compiling hex v0.4.3 |
2557 | 2024-05-30T03:40:23.641Z | Compiling hyper v0.14.28 |
2558 | 2024-05-30T03:40:24.259Z | Compiling utf8parse v0.2.1 |
2559 | 2024-05-30T03:40:24.432Z | Compiling matches v0.1.10 |
2560 | 2024-05-30T03:40:24.534Z | Compiling anstyle v1.0.7 |
2561 | 2024-05-30T03:40:24.552Z | Compiling idna v0.2.3 |
2562 | 2024-05-30T03:40:25.001Z | Compiling anstyle-parse v0.2.4 |
2563 | 2024-05-30T03:40:25.303Z | Compiling enum-as-inner v0.5.1 |
2564 | 2024-05-30T03:40:25.356Z | Compiling is_terminal_polyfill v1.70.0 |
2565 | 2024-05-30T03:40:25.489Z | Compiling colorchoice v1.0.1 |
2566 | 2024-05-30T03:40:25.587Z | Compiling usdt-macro v0.5.0 |
2567 | 2024-05-30T03:40:25.660Z | Compiling usdt-attr-macro v0.5.0 |
2568 | 2024-05-30T03:40:25.798Z | Compiling anstyle-query v1.0.3 |
2569 | 2024-05-30T03:40:25.959Z | Compiling bit-vec v0.6.3 |
2570 | 2024-05-30T03:40:26.248Z | Compiling toml_edit v0.22.13 |
2571 | 2024-05-30T03:40:26.388Z | Compiling siphasher v0.3.11 |
2572 | 2024-05-30T03:40:26.458Z | Compiling trust-dns-proto v0.22.0 |
2573 | 2024-05-30T03:40:26.589Z | Compiling anstream v0.6.14 |
2574 | 2024-05-30T03:40:26.793Z | Compiling flate2 v1.0.30 |
2575 | 2024-05-30T03:40:27.130Z | Compiling num-bigint v0.4.5 |
2576 | 2024-05-30T03:40:27.377Z | Compiling usdt v0.5.0 |
2577 | 2024-05-30T03:40:27.380Z | Compiling heapless v0.7.17 |
2578 | 2024-05-30T03:40:27.597Z | Compiling terminal_size v0.3.0 |
2579 | 2024-05-30T03:40:27.764Z | Compiling regress v0.9.1 |
2580 | 2024-05-30T03:40:27.814Z | Compiling signal-hook v0.3.17 |
2581 | 2024-05-30T03:40:27.834Z | Compiling finl_unicode v1.2.0 |
2582 | 2024-05-30T03:40:27.887Z | Compiling clap_lex v0.7.0 |
2583 | 2024-05-30T03:40:28.168Z | Compiling clap_builder v4.5.2 |
2584 | 2024-05-30T03:40:28.413Z | Compiling stringprep v0.1.4 |
2585 | 2024-05-30T03:40:28.431Z | Compiling itertools v0.10.5 |
2586 | 2024-05-30T03:40:29.660Z | Compiling clap_derive v4.5.4 |
2587 | 2024-05-30T03:40:31.424Z | Compiling hyper-rustls v0.24.2 |
2588 | 2024-05-30T03:40:31.797Z | Compiling hyper-tls v0.5.0 |
2589 | 2024-05-30T03:40:32.156Z | Compiling reqwest v0.11.27 |
2590 | 2024-05-30T03:40:32.976Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2591 | 2024-05-30T03:40:33.727Z | Compiling yasna v0.5.2 |
2592 | 2024-05-30T03:40:34.889Z | Compiling md-5 v0.10.6 |
2593 | 2024-05-30T03:40:35.009Z | Compiling hash32 v0.2.1 |
2594 | 2024-05-30T03:40:35.075Z | Compiling smoltcp v0.9.1 |
2595 | 2024-05-30T03:40:35.165Z | Compiling fallible-iterator v0.2.0 |
2596 | 2024-05-30T03:40:35.430Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2597 | 2024-05-30T03:40:35.876Z | Compiling postgres-protocol v0.6.6 |
2598 | 2024-05-30T03:40:35.892Z | Compiling clap v4.5.4 |
2599 | 2024-05-30T03:40:36.706Z | Compiling phf_shared v0.11.2 |
2600 | 2024-05-30T03:40:36.715Z | Compiling tokio-stream v0.1.15 |
2601 | 2024-05-30T03:40:37.392Z | Compiling hubpack_derive v0.1.1 |
2602 | 2024-05-30T03:40:37.811Z | Compiling zerocopy-derive v0.6.6 |
2603 | 2024-05-30T03:40:37.811Z | Compiling diesel_table_macro_syntax v0.1.0 |
2604 | 2024-05-30T03:40:37.821Z | Compiling scheduled-thread-pool v0.2.7 |
2605 | 2024-05-30T03:40:37.821Z | Compiling fs-err v2.11.0 |
2606 | 2024-05-30T03:40:37.881Z | Compiling fixedbitset v0.4.2 |
2607 | 2024-05-30T03:40:37.926Z | Compiling r2d2 v0.8.10 |
2608 | 2024-05-30T03:40:38.109Z | Compiling hubpack v0.1.2 |
2609 | 2024-05-30T03:40:38.129Z | Compiling petgraph v0.6.5 |
2610 | 2024-05-30T03:40:38.287Z | Compiling diesel_derives v2.1.4 |
2611 | 2024-05-30T03:40:38.326Z | Compiling postgres-types v0.2.6 |
2612 | 2024-05-30T03:40:38.556Z | Compiling phf v0.11.2 |
2613 | 2024-05-30T03:40:38.894Z | Compiling signal-hook-mio v0.2.3 |
2614 | 2024-05-30T03:40:39.343Z | Compiling phf_shared v0.10.0 |
2615 | 2024-05-30T03:40:39.444Z | Compiling zerocopy v0.6.6 |
2616 | 2024-05-30T03:40:39.762Z | Compiling similar v2.5.0 |
2617 | 2024-05-30T03:40:39.917Z | Compiling num-iter v0.1.45 |
2618 | 2024-05-30T03:40:40.126Z | Compiling strum_macros v0.25.3 |
2619 | 2024-05-30T03:40:40.313Z | Compiling serde_repr v0.1.19 |
2620 | 2024-05-30T03:40:40.520Z | Compiling console v0.15.8 |
2621 | 2024-05-30T03:40:41.607Z | Compiling getopts v0.2.21 |
2622 | 2024-05-30T03:40:42.198Z | Compiling float-cmp v0.9.0 |
2623 | 2024-05-30T03:40:42.251Z | Compiling predicates-core v1.0.6 |
2624 | 2024-05-30T03:40:42.420Z | Compiling static_assertions v1.1.0 |
2625 | 2024-05-30T03:40:42.426Z | Compiling normalize-line-endings v0.3.0 |
2626 | 2024-05-30T03:40:42.547Z | Compiling minimal-lexical v0.2.1 |
2627 | 2024-05-30T03:40:42.562Z | Compiling difflib v0.4.0 |
2628 | 2024-05-30T03:40:42.625Z | Compiling whoami v1.5.1 |
2629 | 2024-05-30T03:40:42.633Z | Compiling new_debug_unreachable v1.0.6 |
2630 | 2024-05-30T03:40:42.751Z | Compiling precomputed-hash v0.1.1 |
2631 | 2024-05-30T03:40:42.869Z | Compiling unsafe-libyaml v0.2.11 |
2632 | 2024-05-30T03:40:43.069Z | Compiling tokio-postgres v0.7.10 |
2633 | 2024-05-30T03:40:43.282Z | Compiling nom v7.1.3 |
2634 | 2024-05-30T03:40:44.259Z | Compiling serde_yaml v0.9.34+deprecated |
2635 | 2024-05-30T03:40:44.458Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2636 | 2024-05-30T03:40:44.858Z | Compiling predicates v3.1.0 |
2637 | 2024-05-30T03:40:46.634Z | Compiling string_cache v0.8.7 |
2638 | 2024-05-30T03:40:47.076Z | Compiling crossterm v0.27.0 |
2639 | 2024-05-30T03:40:47.985Z | Compiling bit-set v0.5.3 |
2640 | 2024-05-30T03:40:48.159Z | Compiling itertools v0.12.1 |
2641 | 2024-05-30T03:40:48.295Z | Compiling bstr v1.9.1 |
2642 | 2024-05-30T03:40:48.330Z | Compiling peg-runtime v0.8.3 |
2643 | 2024-05-30T03:40:48.729Z | Compiling lalrpop-util v0.19.12 |
2644 | 2024-05-30T03:40:49.033Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2645 | 2024-05-30T03:40:49.079Z | Compiling sha1 v0.10.6 |
2646 | 2024-05-30T03:40:49.485Z | Compiling camino v1.1.7 |
2647 | 2024-05-30T03:40:49.514Z | Compiling ident_case v1.0.1 |
2648 | 2024-05-30T03:40:50.140Z | Compiling darling_core v0.20.9 |
2649 | 2024-05-30T03:40:50.153Z | Compiling strum_macros v0.26.2 |
2650 | 2024-05-30T03:40:50.188Z | Compiling dirs-sys-next v0.1.2 |
2651 | 2024-05-30T03:40:50.884Z | Compiling base64 v0.22.1 |
2652 | 2024-05-30T03:40:50.931Z | Compiling match_cfg v0.1.0 |
2653 | 2024-05-30T03:40:51.066Z | Compiling hostname v0.3.1 |
2654 | 2024-05-30T03:40:51.243Z | Compiling dirs-next v2.0.0 |
2655 | 2024-05-30T03:40:51.733Z | Compiling toml v0.8.13 |
2656 | 2024-05-30T03:40:51.748Z | Compiling http v1.1.0 |
2657 | 2024-05-30T03:40:51.748Z | Compiling thread_local v1.1.8 |
2658 | 2024-05-30T03:40:51.748Z | Compiling rustls-pki-types v1.7.0 |
2659 | 2024-05-30T03:40:52.037Z | Compiling slog-async v2.8.0 |
2660 | 2024-05-30T03:40:52.645Z | Compiling term v0.7.0 |
2661 | 2024-05-30T03:40:52.660Z | Compiling crossbeam-channel v0.5.12 |
2662 | 2024-05-30T03:40:53.177Z | Compiling is-terminal v0.4.12 |
2663 | 2024-05-30T03:40:53.316Z | Compiling take_mut v0.2.2 |
2664 | 2024-05-30T03:40:53.460Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2665 | 2024-05-30T03:40:53.482Z | Compiling rustls v0.22.4 |
2666 | 2024-05-30T03:40:53.750Z | Compiling paste v1.0.15 |
2667 | 2024-05-30T03:40:53.976Z | Compiling slog-term v2.9.1 |
2668 | 2024-05-30T03:40:54.202Z | Compiling rustls-webpki v0.102.4 |
2669 | 2024-05-30T03:40:55.315Z | Compiling multer v3.1.0 |
2670 | 2024-05-30T03:40:55.315Z | Compiling diesel v2.1.6 |
2671 | 2024-05-30T03:40:55.315Z | Compiling instant v0.1.12 |
2672 | 2024-05-30T03:40:55.315Z | Compiling slog-json v2.6.1 |
2673 | 2024-05-30T03:40:55.563Z | Compiling strum v0.26.2 |
2674 | 2024-05-30T03:40:55.692Z | Compiling async-stream-impl v0.3.5 |
2675 | 2024-05-30T03:40:55.762Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2676 | 2024-05-30T03:40:56.074Z | Compiling debug-ignore v1.0.5 |
2677 | 2024-05-30T03:40:56.136Z | Compiling atomic-waker v1.1.2 |
2678 | 2024-05-30T03:40:56.311Z | Compiling waitgroup v0.1.2 |
2679 | 2024-05-30T03:40:56.349Z | Compiling slog-bunyan v2.5.0 |
2680 | 2024-05-30T03:40:56.532Z | Compiling rustls-pemfile v2.1.2 |
2681 | 2024-05-30T03:40:56.562Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2682 | 2024-05-30T03:40:57.043Z | Compiling serde_path_to_error v0.1.16 |
2683 | 2024-05-30T03:40:57.185Z | Compiling async-stream v0.3.5 |
2684 | 2024-05-30T03:40:57.378Z | Compiling darling_macro v0.20.9 |
2685 | 2024-05-30T03:40:57.522Z | Compiling structmeta-derive v0.3.0 |
2686 | 2024-05-30T03:40:57.544Z | Compiling hostname v0.4.0 |
2687 | 2024-05-30T03:40:57.816Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2688 | 2024-05-30T03:40:57.893Z | Compiling newtype-uuid v1.1.0 |
2689 | 2024-05-30T03:40:58.086Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2690 | 2024-05-30T03:40:58.109Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2691 | 2024-05-30T03:40:58.178Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2692 | 2024-05-30T03:40:58.217Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2693 | 2024-05-30T03:40:58.404Z | Compiling darling v0.20.9 |
2694 | 2024-05-30T03:40:58.469Z | Compiling backoff v0.4.0 |
2695 | 2024-05-30T03:40:58.512Z | Compiling serde_with_macros v3.8.1 |
2696 | 2024-05-30T03:40:58.799Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2697 | 2024-05-30T03:40:58.857Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2698 | 2024-05-30T03:40:58.870Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2699 | 2024-05-30T03:40:58.962Z | Compiling macaddr v1.0.1 |
2700 | 2024-05-30T03:40:59.031Z | Compiling proc-macro-crate v1.3.1 |
2701 | 2024-05-30T03:40:59.420Z | Compiling tokio-rustls v0.25.0 |
2702 | 2024-05-30T03:40:59.599Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2703 | 2024-05-30T03:40:59.931Z | Compiling fastrand v2.1.0 |
2704 | 2024-05-30T03:41:00.178Z | Compiling num_enum_derive v0.5.11 |
2705 | 2024-05-30T03:41:00.907Z | Compiling tempfile v3.10.1 |
2706 | 2024-05-30T03:41:00.920Z | Compiling structmeta v0.3.0 |
2707 | 2024-05-30T03:41:01.129Z | Compiling parse-display-derive v0.9.0 |
2708 | 2024-05-30T03:41:01.466Z | Compiling proc-macro-error-attr v1.0.4 |
2709 | 2024-05-30T03:41:01.746Z | Compiling serde_with v3.8.1 |
2710 | 2024-05-30T03:41:01.836Z | Compiling proc-macro-error v1.0.4 |
2711 | 2024-05-30T03:41:02.139Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2712 | 2024-05-30T03:41:03.135Z | Compiling num_enum v0.5.11 |
2713 | 2024-05-30T03:41:03.301Z | Compiling foreign-types-macros v0.2.3 |
2714 | 2024-05-30T03:41:03.408Z | Compiling heapless v0.8.0 |
2715 | 2024-05-30T03:41:03.972Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2716 | 2024-05-30T03:41:04.237Z | Compiling foreign-types-shared v0.3.1 |
2717 | 2024-05-30T03:41:04.808Z | Compiling foreign-types v0.5.0 |
2718 | 2024-05-30T03:41:05.106Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2719 | 2024-05-30T03:41:05.424Z | Compiling cstr-argument v0.1.2 |
2720 | 2024-05-30T03:41:05.638Z | Compiling hash32 v0.3.1 |
2721 | 2024-05-30T03:41:05.702Z | Compiling pretty-hex v0.2.1 |
2722 | 2024-05-30T03:41:05.842Z | Compiling smoltcp v0.11.0 |
2723 | 2024-05-30T03:41:05.910Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2724 | 2024-05-30T03:41:06.083Z | Compiling parse-display v0.9.0 |
2725 | 2024-05-30T03:41:06.184Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2726 | 2024-05-30T03:41:06.295Z | Compiling camino-tempfile v1.1.1 |
2727 | 2024-05-30T03:41:06.652Z | Compiling tabwriter v1.4.0 |
2728 | 2024-05-30T03:41:06.782Z | Compiling colored v2.1.0 |
2729 | 2024-05-30T03:41:06.799Z | Compiling socket2 v0.4.10 |
2730 | 2024-05-30T03:41:06.815Z | Compiling cobs v0.2.3 |
2731 | 2024-05-30T03:41:06.850Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2732 | 2024-05-30T03:41:07.046Z | Compiling embedded-io v0.4.0 |
2733 | 2024-05-30T03:41:07.169Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2734 | 2024-05-30T03:41:07.269Z | Compiling postcard v1.0.8 |
2735 | 2024-05-30T03:41:07.456Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2736 | 2024-05-30T03:41:07.584Z | Compiling crucible-workspace-hack v0.1.0 |
2737 | 2024-05-30T03:41:07.677Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2738 | 2024-05-30T03:41:07.714Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2739 | 2024-05-30T03:41:07.860Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2740 | 2024-05-30T03:41:08.160Z | Compiling smf v0.2.3 |
2741 | 2024-05-30T03:41:08.209Z | Compiling humantime v2.1.0 |
2742 | 2024-05-30T03:41:08.631Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2743 | 2024-05-30T03:41:08.697Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2744 | 2024-05-30T03:41:08.760Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2745 | 2024-05-30T03:41:08.970Z | Compiling num-derive v0.4.2 |
2746 | 2024-05-30T03:41:09.255Z | Compiling sigpipe v0.1.3 |
2747 | 2024-05-30T03:41:09.386Z | Compiling utf-8 v0.7.6 |
2748 | 2024-05-30T03:41:09.624Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2749 | 2024-05-30T03:41:09.746Z | Compiling atty v0.2.14 |
2750 | 2024-05-30T03:41:09.887Z | Compiling same-file v1.0.6 |
2751 | 2024-05-30T03:41:10.078Z | Compiling platforms v3.4.0 |
2752 | 2024-05-30T03:41:10.131Z | Compiling semver v0.1.20 |
2753 | 2024-05-30T03:41:10.220Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2754 | 2024-05-30T03:41:10.813Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2755 | 2024-05-30T03:41:10.839Z | Compiling rayon-core v1.12.1 |
2756 | 2024-05-30T03:41:11.194Z | Compiling curve25519-dalek v4.1.2 |
2757 | 2024-05-30T03:41:11.603Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2758 | 2024-05-30T03:41:11.845Z | Compiling rustc_version v0.1.7 |
2759 | 2024-05-30T03:41:11.969Z | Compiling walkdir v2.5.0 |
2760 | 2024-05-30T03:41:12.154Z | Compiling newline-converter v0.3.0 |
2761 | 2024-05-30T03:41:12.375Z | Compiling crossbeam-deque v0.8.5 |
2762 | 2024-05-30T03:41:12.533Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2763 | 2024-05-30T03:41:12.557Z | Compiling universal-hash v0.5.1 |
2764 | 2024-05-30T03:41:12.654Z | Compiling opaque-debug v0.3.1 |
2765 | 2024-05-30T03:41:12.759Z | Compiling newtype_derive v0.1.6 |
2766 | 2024-05-30T03:41:12.780Z | Compiling expectorate v1.1.0 |
2767 | 2024-05-30T03:41:12.900Z | Compiling tungstenite v0.20.1 |
2768 | 2024-05-30T03:41:12.940Z | Compiling xattr v1.3.1 |
2769 | 2024-05-30T03:41:12.943Z | Compiling signature v2.2.0 |
2770 | 2024-05-30T03:41:13.019Z | Compiling curve25519-dalek-derive v0.1.1 |
2771 | 2024-05-30T03:41:13.227Z | Compiling blake3 v1.5.1 |
2772 | 2024-05-30T03:41:13.246Z | Compiling ring v0.16.20 |
2773 | 2024-05-30T03:41:13.834Z | Compiling filetime v0.2.23 |
2774 | 2024-05-30T03:41:14.205Z | Compiling unicase v2.7.0 |
2775 | 2024-05-30T03:41:14.362Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2776 | 2024-05-30T03:41:14.502Z | Compiling linked-hash-map v0.5.6 |
2777 | 2024-05-30T03:41:14.571Z | Compiling termcolor v1.4.1 |
2778 | 2024-05-30T03:41:14.616Z | Compiling arc-swap v1.7.1 |
2779 | 2024-05-30T03:41:14.632Z | Compiling quick-error v1.2.3 |
2780 | 2024-05-30T03:41:14.785Z | Compiling convert_case v0.4.0 |
2781 | 2024-05-30T03:41:14.861Z | Compiling getrandom v0.1.16 |
2782 | 2024-05-30T03:41:15.000Z | Compiling lru-cache v0.1.2 |
2783 | 2024-05-30T03:41:15.215Z | Compiling slog-scope v4.4.0 |
2784 | 2024-05-30T03:41:15.297Z | Compiling env_logger v0.9.3 |
2785 | 2024-05-30T03:41:15.484Z | Compiling resolv-conf v0.7.0 |
2786 | 2024-05-30T03:41:15.794Z | Compiling derive_more v0.99.17 |
2787 | 2024-05-30T03:41:15.864Z | Compiling tar v0.4.40 |
2788 | 2024-05-30T03:41:16.342Z | Compiling tokio-tungstenite v0.20.1 |
2789 | 2024-05-30T03:41:16.901Z | Compiling rayon v1.10.0 |
2790 | 2024-05-30T03:41:17.730Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2791 | 2024-05-30T03:41:17.807Z | Compiling password-hash v0.5.0 |
2792 | 2024-05-30T03:41:18.136Z | Compiling blake2 v0.10.6 |
2793 | 2024-05-30T03:41:18.493Z | Compiling bitstruct_derive v0.1.0 |
2794 | 2024-05-30T03:41:18.890Z | Compiling derive-where v1.2.7 |
2795 | 2024-05-30T03:41:19.528Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2796 | 2024-05-30T03:41:19.683Z | Compiling memmap2 v0.9.4 |
2797 | 2024-05-30T03:41:19.860Z | Compiling ascii v1.1.0 |
2798 | 2024-05-30T03:41:20.180Z | Compiling libefi-sys v0.1.0 |
2799 | 2024-05-30T03:41:20.459Z | Compiling arrayvec v0.7.4 |
2800 | 2024-05-30T03:41:20.512Z | Compiling parking_lot_core v0.8.6 |
2801 | 2024-05-30T03:41:20.874Z | Compiling untrusted v0.7.1 |
2802 | 2024-05-30T03:41:21.015Z | Compiling arrayref v0.3.7 |
2803 | 2024-05-30T03:41:21.090Z | Compiling constant_time_eq v0.3.0 |
2804 | 2024-05-30T03:41:21.113Z | Compiling home v0.5.9 |
2805 | 2024-05-30T03:41:21.290Z | Compiling toolchain_find v0.4.0 |
2806 | 2024-05-30T03:41:22.055Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2807 | 2024-05-30T03:41:22.573Z | Compiling bitstruct v0.1.1 |
2808 | 2024-05-30T03:41:22.706Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2809 | 2024-05-30T03:41:22.985Z | Compiling argon2 v0.5.3 |
2810 | 2024-05-30T03:41:23.573Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2811 | 2024-05-30T03:41:24.021Z | Compiling trust-dns-resolver v0.22.0 |
2812 | 2024-05-30T03:41:24.377Z | Compiling slog-stdlog v4.1.1 |
2813 | 2024-05-30T03:41:24.513Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2814 | 2024-05-30T03:41:24.720Z | Compiling num-rational v0.4.2 |
2815 | 2024-05-30T03:41:24.770Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2816 | 2024-05-30T03:41:25.109Z | Compiling serde_arrays v0.1.0 |
2817 | 2024-05-30T03:41:25.132Z | Compiling erased-serde v0.3.31 |
2818 | 2024-05-30T03:41:25.271Z | Compiling rfc6979 v0.4.0 |
2819 | 2024-05-30T03:41:25.302Z | Compiling aead v0.5.2 |
2820 | 2024-05-30T03:41:25.881Z | Compiling num-complex v0.4.6 |
2821 | 2024-05-30T03:41:25.900Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2822 | 2024-05-30T03:41:25.900Z | Compiling nibble_vec v0.1.0 |
2823 | 2024-05-30T03:41:25.936Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2824 | 2024-05-30T03:41:26.060Z | Compiling slog-dtrace v0.3.0 |
2825 | 2024-05-30T03:41:26.142Z | Compiling cancel-safe-futures v0.1.5 |
2826 | 2024-05-30T03:41:26.334Z | Compiling topological-sort v0.2.2 |
2827 | 2024-05-30T03:41:26.490Z | Compiling keccak v0.1.5 |
2828 | 2024-05-30T03:41:26.561Z | Compiling endian-type v0.1.2 |
2829 | 2024-05-30T03:41:26.567Z | Compiling omicron-zone-package v0.11.0 |
2830 | 2024-05-30T03:41:26.578Z | Compiling num v0.4.3 |
2831 | 2024-05-30T03:41:27.048Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2832 | 2024-05-30T03:41:27.059Z | Compiling sha3 v0.10.8 |
2833 | 2024-05-30T03:41:27.059Z | Compiling radix_trie v0.2.1 |
2834 | 2024-05-30T03:41:27.521Z | Compiling ecdsa v0.16.9 |
2835 | 2024-05-30T03:41:27.592Z | Compiling slog-envlogger v2.2.0 |
2836 | 2024-05-30T03:41:28.263Z | Compiling rand_core v0.5.1 |
2837 | 2024-05-30T03:41:28.353Z | Compiling mime_guess v2.0.4 |
2838 | 2024-05-30T03:41:28.372Z | Compiling steno v0.4.0 |
2839 | 2024-05-30T03:41:29.621Z | Compiling rustfmt-wrapper v0.2.1 |
2840 | 2024-05-30T03:41:29.709Z | Compiling poly1305 v0.8.0 |
2841 | 2024-05-30T03:41:30.211Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2842 | 2024-05-30T03:41:30.555Z | Compiling primeorder v0.13.6 |
2843 | 2024-05-30T03:41:31.038Z | Compiling heck v0.3.3 |
2844 | 2024-05-30T03:41:31.090Z | Compiling chacha20 v0.9.1 |
2845 | 2024-05-30T03:41:31.352Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2846 | 2024-05-30T03:41:31.487Z | Compiling thiserror-impl-no-std v2.0.2 |
2847 | 2024-05-30T03:41:31.510Z | Compiling secrecy v0.8.0 |
2848 | 2024-05-30T03:41:31.544Z | Compiling half v2.4.1 |
2849 | 2024-05-30T03:41:31.751Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2850 | 2024-05-30T03:41:31.782Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2851 | 2024-05-30T03:41:32.151Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2852 | 2024-05-30T03:41:32.506Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2853 | 2024-05-30T03:41:33.006Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2854 | 2024-05-30T03:41:33.121Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2855 | 2024-05-30T03:41:34.015Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2856 | 2024-05-30T03:41:34.184Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2857 | 2024-05-30T03:41:34.217Z | Compiling ciborium-io v0.2.2 |
2858 | 2024-05-30T03:41:34.358Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2859 | 2024-05-30T03:41:34.383Z | Compiling option-ext v0.2.0 |
2860 | 2024-05-30T03:41:34.517Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2861 | 2024-05-30T03:41:34.532Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2862 | 2024-05-30T03:41:34.669Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2863 | 2024-05-30T03:41:34.692Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2864 | 2024-05-30T03:41:34.811Z | Compiling dirs-sys v0.4.1 |
2865 | 2024-05-30T03:41:34.825Z | Compiling thiserror-no-std v2.0.2 |
2866 | 2024-05-30T03:41:34.943Z | Compiling ciborium-ll v0.2.2 |
2867 | 2024-05-30T03:41:35.427Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2868 | 2024-05-30T03:41:35.428Z | Compiling zone_cfg_derive v0.1.2 |
2869 | 2024-05-30T03:41:35.530Z | Compiling parking_lot v0.11.2 |
2870 | 2024-05-30T03:41:35.913Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2871 | 2024-05-30T03:41:36.326Z | Compiling rand_chacha v0.2.2 |
2872 | 2024-05-30T03:41:36.389Z | Compiling trust-dns-client v0.22.0 |
2873 | 2024-05-30T03:41:37.243Z | Compiling ed25519 v2.2.3 |
2874 | 2024-05-30T03:41:37.567Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2875 | 2024-05-30T03:41:37.748Z | Compiling polyval v0.6.2 |
2876 | 2024-05-30T03:41:38.027Z | Compiling tungstenite v0.21.0 |
2877 | 2024-05-30T03:41:38.214Z | Compiling ctr v0.9.2 |
2878 | 2024-05-30T03:41:38.369Z | Compiling blowfish v0.9.1 |
2879 | 2024-05-30T03:41:38.576Z | Compiling aes v0.8.4 |
2880 | 2024-05-30T03:41:38.826Z | Compiling libsw v3.3.1 |
2881 | 2024-05-30T03:41:39.163Z | Compiling toml v0.5.11 |
2882 | 2024-05-30T03:41:39.505Z | Compiling password-hash v0.4.2 |
2883 | 2024-05-30T03:41:39.602Z | Compiling pbkdf2 v0.12.2 |
2884 | 2024-05-30T03:41:39.804Z | Compiling gethostname v0.4.3 |
2885 | 2024-05-30T03:41:40.129Z | Compiling fxhash v0.2.1 |
2886 | 2024-05-30T03:41:40.275Z | Compiling swrite v0.1.0 |
2887 | 2024-05-30T03:41:40.358Z | Compiling base64 v0.13.1 |
2888 | 2024-05-30T03:41:40.410Z | Compiling owo-colors v4.0.0 |
2889 | 2024-05-30T03:41:40.490Z | Compiling linear-map v1.2.0 |
2890 | 2024-05-30T03:41:40.875Z | Compiling ron v0.7.1 |
2891 | 2024-05-30T03:41:41.020Z | Compiling trust-dns-server v0.22.1 |
2892 | 2024-05-30T03:41:41.599Z | Compiling sled v0.34.7 |
2893 | 2024-05-30T03:41:42.821Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2894 | 2024-05-30T03:41:43.115Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2895 | 2024-05-30T03:41:43.348Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2896 | 2024-05-30T03:41:47.344Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2897 | 2024-05-30T03:41:48.195Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2898 | 2024-05-30T03:41:48.333Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2899 | 2024-05-30T03:41:50.258Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2900 | 2024-05-30T03:41:50.664Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2901 | 2024-05-30T03:41:50.948Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2902 | 2024-05-30T03:41:52.079Z | Compiling pbkdf2 v0.11.0 |
2903 | 2024-05-30T03:41:52.162Z | Compiling bcrypt-pbkdf v0.10.0 |
2904 | 2024-05-30T03:41:52.200Z | Compiling tokio-tungstenite v0.21.0 |
2905 | 2024-05-30T03:41:52.283Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2906 | 2024-05-30T03:41:52.753Z | Compiling ghash v0.5.1 |
2907 | 2024-05-30T03:41:52.781Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2908 | 2024-05-30T03:41:52.960Z | Compiling ed25519-dalek v2.1.1 |
2909 | 2024-05-30T03:41:53.070Z | Compiling zone v0.1.8 |
2910 | 2024-05-30T03:41:53.514Z | Compiling rand v0.7.3 |
2911 | 2024-05-30T03:41:53.826Z | Compiling ciborium v0.2.2 |
2912 | 2024-05-30T03:41:54.163Z | Compiling dirs v5.0.1 |
2913 | 2024-05-30T03:41:54.409Z | Compiling vsss-rs v3.3.4 |
2914 | 2024-05-30T03:41:55.332Z | Compiling chacha20poly1305 v0.10.1 |
2915 | 2024-05-30T03:41:55.572Z | Compiling p256 v0.13.2 |
2916 | 2024-05-30T03:41:56.002Z | Compiling p521 v0.13.3 |
2917 | 2024-05-30T03:41:56.156Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2918 | 2024-05-30T03:41:56.517Z | Compiling pem v3.0.4 |
2919 | 2024-05-30T03:41:57.361Z | Compiling cbc v0.1.2 |
2920 | 2024-05-30T03:41:57.498Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2921 | 2024-05-30T03:41:57.610Z | Compiling headers-core v0.2.0 |
2922 | 2024-05-30T03:41:57.782Z | Compiling kstat-rs v0.2.3 |
2923 | 2024-05-30T03:41:57.872Z | Compiling portpicker v0.1.1 |
2924 | 2024-05-30T03:41:58.205Z | Compiling nanorand v0.7.0 |
2925 | 2024-05-30T03:41:58.439Z | Compiling russh-cryptovec v0.7.2 |
2926 | 2024-05-30T03:41:58.564Z | Compiling http-range v0.1.5 |
2927 | 2024-05-30T03:41:58.687Z | Compiling md5 v0.7.0 |
2928 | 2024-05-30T03:41:58.767Z | Compiling glob v0.3.1 |
2929 | 2024-05-30T03:41:58.826Z | Compiling hyper-staticfile v0.9.5 |
2930 | 2024-05-30T03:41:58.941Z | Compiling flume v0.11.0 |
2931 | 2024-05-30T03:41:59.154Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2932 | 2024-05-30T03:41:59.233Z | Compiling russh-keys v0.43.0 |
2933 | 2024-05-30T03:41:59.805Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2934 | 2024-05-30T03:41:59.855Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2935 | 2024-05-30T03:42:02.856Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2936 | 2024-05-30T03:42:03.837Z | Compiling headers v0.3.9 |
2937 | 2024-05-30T03:42:03.842Z | Compiling rcgen v0.12.1 |
2938 | 2024-05-30T03:42:05.430Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2939 | 2024-05-30T03:42:05.453Z | Compiling aes-gcm v0.10.3 |
2940 | 2024-05-30T03:42:05.764Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2941 | 2024-05-30T03:42:06.115Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2942 | 2024-05-30T03:42:07.730Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2943 | 2024-05-30T03:42:08.171Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2944 | 2024-05-30T03:42:09.866Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2945 | 2024-05-30T03:42:10.959Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2946 | 2024-05-30T03:42:12.752Z | Compiling atomicwrites v0.4.3 |
2947 | 2024-05-30T03:42:13.112Z | Compiling subprocess v0.2.9 |
2948 | 2024-05-30T03:42:14.598Z | Compiling display-error-chain v0.2.0 |
2949 | 2024-05-30T03:42:14.782Z | Compiling dhcproto-macros v0.1.0 |
2950 | 2024-05-30T03:42:15.120Z | Compiling hex-literal v0.4.1 |
2951 | 2024-05-30T03:42:15.249Z | Compiling russh v0.43.0 |
2952 | 2024-05-30T03:42:15.291Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2953 | 2024-05-30T03:42:15.765Z | Compiling dhcproto v0.11.0 |
2954 | 2024-05-30T03:42:17.204Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2955 | 2024-05-30T03:42:18.153Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2956 | 2024-05-30T03:42:19.313Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2957 | 2024-05-30T03:42:19.406Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2958 | 2024-05-30T03:42:19.876Z | Compiling internet-checksum v0.2.1 |
2959 | 2024-05-30T03:42:40.363Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2960 | 2024-05-30T03:43:24.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s |
2961 | 2024-05-30T03:43:25.281Z | |
2962 | 2024-05-30T03:43:25.284Z | real 3:51.463696424 |
2963 | 2024-05-30T03:43:25.284Z | user 20:39.570081244 |
2964 | 2024-05-30T03:43:25.284Z | sys 4:32.448521407 |
2965 | 2024-05-30T03:43:25.284Z | trap 0.614998868 |
2966 | 2024-05-30T03:43:25.284Z | tflt 0.545895412 |
2967 | 2024-05-30T03:43:25.284Z | dflt 2.043193224 |
2968 | 2024-05-30T03:43:25.285Z | kflt 0.000046178 |
2969 | 2024-05-30T03:43:25.285Z | lock 43:50.498388508 |
2970 | 2024-05-30T03:43:25.285Z | slp 59:10.786476675 |
2971 | 2024-05-30T03:43:25.285Z | lat 1:13.148119518 |
2972 | 2024-05-30T03:43:25.285Z | stop 2:56.118705492 |
2973 | 2024-05-30T03:43:25.285Z | + mkdir tests |
2974 | 2024-05-30T03:43:25.285Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2975 | 2024-05-30T03:43:25.285Z | + xargs -I '{}' -t cp '{}' tests/ |
2976 | 2024-05-30T03:43:25.403Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9c10d1ae51891722 tests/ |
2977 | 2024-05-30T03:43:25.429Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-cbda8dbe393d41c0 tests/ |
2978 | 2024-05-30T03:43:25.454Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4d583b94d201053b tests/ |
2979 | 2024-05-30T03:43:25.479Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b02f3c95adfad367 tests/ |
2980 | 2024-05-30T03:43:25.801Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2981 | 2024-05-30T03:43:25.804Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-4d583b94d201053b tests/commtest-cbda8dbe393d41c0 tests/dhcp_server-9c10d1ae51891722 tests/end_to_end_tests-b02f3c95adfad367 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2982 | 2024-05-30T03:44:29.288Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2983 | 2024-05-30T03:44:29.288Z | a out/target/test 1K |
2984 | 2024-05-30T03:44:29.288Z | a out/npuzone/npuzone 23144K |
2985 | 2024-05-30T03:44:29.288Z | a package-manifest.toml 28K |
2986 | 2024-05-30T03:44:29.288Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2987 | 2024-05-30T03:44:29.288Z | a target/release/omicron-package 31819K |
2988 | 2024-05-30T03:44:29.288Z | a target/release/xtask 6795K |
2989 | 2024-05-30T03:44:29.288Z | a target/debug/bootstrap 350484K |
2990 | 2024-05-30T03:44:29.288Z | a tests/bootstrap-4d583b94d201053b 23990K |
2991 | 2024-05-30T03:44:29.288Z | a tests/commtest-cbda8dbe393d41c0 23990K |
2992 | 2024-05-30T03:44:29.288Z | a tests/dhcp_server-9c10d1ae51891722 23990K |
2993 | 2024-05-30T03:44:29.288Z | a tests/end_to_end_tests-b02f3c95adfad367 360630K |
2994 | 2024-05-30T03:44:29.289Z | a out/clickhouse.tar.gz 222999K |
2995 | 2024-05-30T03:44:29.289Z | a out/clickhouse_keeper.tar.gz 222992K |
2996 | 2024-05-30T03:44:29.289Z | a out/cockroachdb.tar.gz 131115K |
2997 | 2024-05-30T03:44:29.289Z | a out/crucible-pantry-zone.tar.gz 27301K |
2998 | 2024-05-30T03:44:29.289Z | a out/crucible-zone.tar.gz 38057K |
2999 | 2024-05-30T03:44:29.289Z | a out/external-dns.tar.gz 25090K |
3000 | 2024-05-30T03:44:29.289Z | a out/internal-dns.tar.gz 25088K |
3001 | 2024-05-30T03:44:29.289Z | a out/mg-ddm-gz.tar 60408K |
3002 | 2024-05-30T03:44:29.289Z | a out/nexus.tar.gz 82334K |
3003 | 2024-05-30T03:44:29.289Z | a out/ntp.tar.gz 8851K |
3004 | 2024-05-30T03:44:29.289Z | a out/omicron-gateway-softnpu.tar.gz 14639K |
3005 | 2024-05-30T03:44:29.289Z | a out/omicron-sled-agent.tar 92775K |
3006 | 2024-05-30T03:44:29.289Z | a out/overlay.tar.gz 3K |
3007 | 2024-05-30T03:44:29.289Z | a out/oximeter.tar.gz 40333K |
3008 | 2024-05-30T03:44:29.289Z | a out/oxlog.tar 2934K |
3009 | 2024-05-30T03:44:29.289Z | a out/probe.tar.gz 2764K |
3010 | 2024-05-30T03:44:29.289Z | a out/propolis-server.tar.gz 65435K |
3011 | 2024-05-30T03:44:29.289Z | a out/pumpkind-gz.tar 26665K |
3012 | 2024-05-30T03:44:29.289Z | a out/switch-softnpu.tar.gz 196589K |
3013 | 2024-05-30T03:44:29.293Z | |
3014 | 2024-05-30T03:44:29.293Z | real 1:03.482916787 |
3015 | 2024-05-30T03:44:29.293Z | user 1:00.880566899 |
3016 | 2024-05-30T03:44:29.293Z | sys 3.565436603 |
3017 | 2024-05-30T03:44:29.293Z | trap 0.013823255 |
3018 | 2024-05-30T03:44:29.293Z | tflt 0.000000000 |
3019 | 2024-05-30T03:44:29.293Z | dflt 0.000000000 |
3020 | 2024-05-30T03:44:29.293Z | kflt 0.000000000 |
3021 | 2024-05-30T03:44:29.293Z | lock 0.000000000 |
3022 | 2024-05-30T03:44:29.293Z | slp 1:00.825392977 |
3023 | 2024-05-30T03:44:29.293Z | lat 1.676206687 |
3024 | 2024-05-30T03:44:29.293Z | stop 0.000523604 |
3025 | 2024-05-30T03:44:29.293Z | process exited: duration 1930375 ms, exit code 0 |
|
3026 | 2024-05-30T03:44:29.309Z | found 1 output files |
3027 | 2024-05-30T03:44:29.309Z | uploading: /work/package.tar.gz (1393952151 bytes) |
3028 | 2024-05-30T03:54:28.407Z | uploaded: /work/package.tar.gz |