|
|
|
1 | 2024-04-25T09:18:15.938Z | job assigned to worker 01HWA8MZ8DA9D2R0NECX095E6A (queued for 6 m 33 s) |
|
2 | 2024-04-25T09:18:23.050Z | starting task 0: "setup" |
3 | 2024-04-25T09:18:23.116Z | ++ uname -s |
4 | 2024-04-25T09:18:23.121Z | + kern=SunOS |
5 | 2024-04-25T09:18:23.121Z | + case "$kern" in |
6 | 2024-04-25T09:18:23.121Z | + groupadd -g 12345 build |
7 | 2024-04-25T09:18:23.197Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-25T09:18:26.786Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-25T09:18:27.175Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-25T09:18:27.200Z | + home_fs=zfs |
11 | 2024-04-25T09:18:27.200Z | + [[ zfs == autofs ]] |
12 | 2024-04-25T09:18:27.200Z | + mkdir -p /home/build |
13 | 2024-04-25T09:18:27.200Z | + chown build:build /home/build /work |
14 | 2024-04-25T09:18:27.200Z | + chmod 0700 /home/build /work |
15 | 2024-04-25T09:18:27.201Z | process exited: duration 4098 ms, exit code 0 |
|
16 | 2024-04-25T09:18:27.670Z | starting task 1: "rust-toolchain" |
17 | 2024-04-25T09:18:27.683Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-25T09:18:27.683Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-25T09:18:27.801Z | info: downloading installer |
20 | 2024-04-25T09:18:28.995Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-25T09:18:28.995Z | warning: /opt/ooce/bin |
22 | 2024-04-25T09:18:28.995Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-25T09:18:28.995Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-25T09:18:28.995Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-25T09:18:28.995Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-25T09:18:28.995Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-25T09:18:28.995Z | error: cannot install while Rust is installed |
28 | 2024-04-25T09:18:28.995Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-25T09:18:29.397Z | info: profile set to 'default' |
30 | 2024-04-25T09:18:29.397Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-25T09:18:29.397Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-25T09:18:29.506Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-25T09:18:29.507Z | info: downloading component 'cargo' |
34 | 2024-04-25T09:18:30.089Z | info: downloading component 'clippy' |
35 | 2024-04-25T09:18:30.297Z | info: downloading component 'rust-docs' |
36 | 2024-04-25T09:18:31.035Z | info: downloading component 'rust-std' |
37 | 2024-04-25T09:18:32.344Z | info: downloading component 'rustc' |
38 | 2024-04-25T09:18:35.567Z | info: downloading component 'rustfmt' |
39 | 2024-04-25T09:18:35.749Z | info: installing component 'cargo' |
40 | 2024-04-25T09:18:36.552Z | info: installing component 'clippy' |
41 | 2024-04-25T09:18:36.910Z | info: installing component 'rust-docs' |
42 | 2024-04-25T09:18:38.332Z | info: installing component 'rust-std' |
43 | 2024-04-25T09:18:46.233Z | info: installing component 'rustc' |
44 | 2024-04-25T09:18:46.680Z | info: installing component 'rustfmt' |
45 | 2024-04-25T09:18:46.680Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-25T09:18:46.680Z | |
47 | 2024-04-25T09:18:46.681Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-25T09:18:46.681Z | |
49 | 2024-04-25T09:18:46.681Z | |
50 | 2024-04-25T09:18:46.681Z | Rust is installed now. Great! |
51 | 2024-04-25T09:18:46.681Z | |
52 | 2024-04-25T09:18:46.681Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-25T09:18:46.682Z | environment variable. This has not been done automatically. |
54 | 2024-04-25T09:18:46.682Z | |
55 | 2024-04-25T09:18:46.682Z | To configure your current shell, you need to source |
56 | 2024-04-25T09:18:46.682Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-25T09:18:46.682Z | |
58 | 2024-04-25T09:18:46.682Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-25T09:18:46.682Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-25T09:18:46.683Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-25T09:18:46.683Z | + rustc --version |
62 | 2024-04-25T09:18:46.683Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-25T09:18:46.684Z | process exited: duration 17233 ms, exit code 0 |
|
64 | 2024-04-25T09:18:46.840Z | starting task 2: "authentication" |
65 | 2024-04-25T09:18:46.913Z | process exited: duration 85 ms, exit code 0 |
|
66 | 2024-04-25T09:18:47.368Z | starting task 3: "clone repository" |
67 | 2024-04-25T09:18:47.391Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-25T09:18:47.391Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-25T09:18:47.699Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-25T09:18:52.805Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-25T09:18:52.805Z | + git fetch origin 6a37eb046614fb621d125b735bcc786400b96418 |
72 | 2024-04-25T09:18:53.126Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-25T09:18:53.126Z | * branch 6a37eb046614fb621d125b735bcc786400b96418 -> FETCH_HEAD |
74 | 2024-04-25T09:18:53.156Z | + [[ -n renovate/cargo_toml-0.x-lockfile ]] |
75 | 2024-04-25T09:18:53.156Z | ++ git branch --show-current |
76 | 2024-04-25T09:18:53.156Z | + current=main |
77 | 2024-04-25T09:18:53.156Z | + [[ main != renovate/cargo_toml-0.x-lockfile ]] |
78 | 2024-04-25T09:18:53.156Z | + git branch -f renovate/cargo_toml-0.x-lockfile 6a37eb046614fb621d125b735bcc786400b96418 |
79 | 2024-04-25T09:18:53.157Z | + git checkout -f renovate/cargo_toml-0.x-lockfile |
80 | 2024-04-25T09:18:53.256Z | Switched to branch 'renovate/cargo_toml-0.x-lockfile' |
81 | 2024-04-25T09:18:53.261Z | + git reset --hard 6a37eb046614fb621d125b735bcc786400b96418 |
82 | 2024-04-25T09:18:53.387Z | HEAD is now at 6a37eb046 Update Rust crate cargo_toml to v0.20.1 |
83 | 2024-04-25T09:18:53.397Z | process exited: duration 6030 ms, exit code 0 |
|
84 | 2024-04-25T09:18:53.417Z | starting task 4: "build" |
85 | 2024-04-25T09:18:53.425Z | + cargo --version |
86 | 2024-04-25T09:18:53.432Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-25T09:18:53.556Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-25T09:18:53.556Z | info: downloading component 'cargo' |
89 | 2024-04-25T09:18:54.623Z | info: downloading component 'clippy' |
90 | 2024-04-25T09:18:54.631Z | info: downloading component 'rust-docs' |
91 | 2024-04-25T09:18:55.208Z | info: downloading component 'rust-std' |
92 | 2024-04-25T09:18:56.436Z | info: downloading component 'rustc' |
93 | 2024-04-25T09:18:59.671Z | info: downloading component 'rustfmt' |
94 | 2024-04-25T09:18:59.850Z | info: installing component 'cargo' |
95 | 2024-04-25T09:19:01.085Z | info: installing component 'clippy' |
96 | 2024-04-25T09:19:01.099Z | info: installing component 'rust-docs' |
97 | 2024-04-25T09:19:02.785Z | info: installing component 'rust-std' |
98 | 2024-04-25T09:19:04.000Z | info: installing component 'rustc' |
99 | 2024-04-25T09:19:08.148Z | info: installing component 'rustfmt' |
100 | 2024-04-25T09:19:08.544Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-25T09:19:08.563Z | + rustc --version |
102 | 2024-04-25T09:19:08.614Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-25T09:19:09.035Z | + WORK=/work |
104 | 2024-04-25T09:19:09.036Z | + pfexec mkdir -p /work |
105 | 2024-04-25T09:19:09.036Z | + pfexec chown build /work |
106 | 2024-04-25T09:19:09.036Z | ++ git rev-parse HEAD |
107 | 2024-04-25T09:19:09.036Z | + COMMIT=6a37eb046614fb621d125b735bcc786400b96418 |
108 | 2024-04-25T09:19:09.037Z | + VERSION=8.0.0-0.ci+git6a37eb04661 |
109 | 2024-04-25T09:19:09.037Z | + echo 8.0.0-0.ci+git6a37eb04661 |
110 | 2024-04-25T09:19:09.037Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
111 | 2024-04-25T09:19:17.823Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-04-25T09:19:18.771Z | Startup: Caching catalogs ... Done |
113 | 2024-04-25T09:19:21.203Z | Planning: Solver setup ... Done (1.981s) |
114 | 2024-04-25T09:19:21.244Z | Planning: Running solver ... Done (0.042s) |
115 | 2024-04-25T09:19:21.601Z | Planning: Finding local manifests ... Done (0.141s) |
116 | 2024-04-25T09:19:21.634Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-04-25T09:19:22.127Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-04-25T09:19:22.196Z | Planning: Package planning ... Done (0.047s) |
119 | 2024-04-25T09:19:22.196Z | Planning: Merging actions ... Done (0.052s) |
120 | 2024-04-25T09:19:22.411Z | Planning: Checking for conflicting actions ... Done (0.401s) |
121 | 2024-04-25T09:19:22.889Z | Planning: Consolidating action changes ... Done (0.011s) |
122 | 2024-04-25T09:19:28.116Z | Planning: Evaluating mediators ... Done (5.655s) |
123 | 2024-04-25T09:19:28.116Z | Planning: Planning completed in 9.26 seconds |
124 | 2024-04-25T09:19:28.116Z | Packages to install: 4 |
125 | 2024-04-25T09:19:28.116Z | Mediators to change: 2 |
126 | 2024-04-25T09:19:28.116Z | Services to change: 1 |
127 | 2024-04-25T09:19:28.116Z | Estimated space available: 155.32 GB |
128 | 2024-04-25T09:19:28.116Z | Estimated space to be consumed: 1.44 GB |
129 | 2024-04-25T09:19:28.117Z | Create boot environment: No |
130 | 2024-04-25T09:19:28.117Z | Create backup boot environment: No |
131 | 2024-04-25T09:19:28.117Z | Rebuild boot archive: No |
132 | 2024-04-25T09:19:28.117Z | |
133 | 2024-04-25T09:19:28.117Z | Changed mediators: |
134 | 2024-04-25T09:19:28.118Z | mediator clang: |
135 | 2024-04-25T09:19:28.118Z | version: None -> 15 (system default) |
136 | 2024-04-25T09:19:28.118Z | |
137 | 2024-04-25T09:19:28.118Z | mediator llvm: |
138 | 2024-04-25T09:19:28.118Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-04-25T09:19:28.118Z | |
140 | 2024-04-25T09:19:28.118Z | Changed packages: |
141 | 2024-04-25T09:19:28.119Z | helios-dev |
142 | 2024-04-25T09:19:28.119Z | developer/build-essential |
143 | 2024-04-25T09:19:28.119Z | None -> 11-2.0 |
144 | 2024-04-25T09:19:28.119Z | library/libxmlsec1 |
145 | 2024-04-25T09:19:28.120Z | None -> 1.2.35-2.0 |
146 | 2024-04-25T09:19:28.120Z | ooce/developer/clang-15 |
147 | 2024-04-25T09:19:28.120Z | None -> 15.0.7-2.0 |
148 | 2024-04-25T09:19:28.120Z | ooce/developer/llvm-15 |
149 | 2024-04-25T09:19:28.120Z | None -> 15.0.7-2.0 |
150 | 2024-04-25T09:19:28.121Z | |
151 | 2024-04-25T09:19:28.121Z | Services: |
152 | 2024-04-25T09:19:28.121Z | restart_fmri: |
153 | 2024-04-25T09:19:28.121Z | svc:/system/update-man-index:default |
154 | 2024-04-25T09:19:28.188Z | |
155 | 2024-04-25T09:19:28.188Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-04-25T09:19:33.486Z | Download: 978/3290 items 19.4/212.6MB 9% complete (4.0M/s) |
157 | 2024-04-25T09:19:38.488Z | Download: 2317/3290 items 119.6/212.6MB 56% complete (12.1M/s) |
158 | 2024-04-25T09:19:43.129Z | Download: Completed 212.60 MB in 14.95 seconds (14.2M/s) |
159 | 2024-04-25T09:19:43.342Z | Actions: 1/3689 actions (Installing new actions) |
160 | 2024-04-25T09:19:48.398Z | Actions: 3588/3689 actions (Installing new actions) |
161 | 2024-04-25T09:19:48.430Z | Actions: Completed 3689 actions in 5.05 seconds. |
162 | 2024-04-25T09:19:48.604Z | Done (0.204s) |
163 | 2024-04-25T09:19:48.604Z | Done (0.000s) |
164 | 2024-04-25T09:19:48.880Z | Done (0.276s) |
165 | 2024-04-25T09:19:54.119Z | Done (5.099s) |
166 | 2024-04-25T09:19:54.293Z | Done (0.099s) |
167 | 2024-04-25T09:19:54.297Z | Done (0.000s) |
168 | 2024-04-25T09:19:54.441Z | Done (0.000s) |
169 | 2024-04-25T09:19:54.969Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-04-25T09:19:55.150Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-04-25T09:19:55.214Z | Planning: Consolidating action changes ... Done |
172 | 2024-04-25T09:19:55.386Z | Planning: Evaluating mediators ... Done |
173 | 2024-04-25T09:19:55.396Z | Planning: Planning completed in 0.42 seconds |
174 | 2024-04-25T09:19:55.436Z | Mediators to change: 2 |
175 | 2024-04-25T09:19:55.436Z | Create boot environment: No |
176 | 2024-04-25T09:19:55.437Z | Create backup boot environment: No |
177 | 2024-04-25T09:19:55.529Z | Done |
178 | 2024-04-25T09:19:55.529Z | Done |
179 | 2024-04-25T09:19:55.658Z | Done |
180 | 2024-04-25T09:19:59.214Z | Done |
181 | 2024-04-25T09:19:59.296Z | Done |
182 | 2024-04-25T09:19:59.296Z | Done |
183 | 2024-04-25T09:19:59.398Z | Done |
184 | 2024-04-25T09:20:00.068Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-04-25T09:20:00.087Z | Planning: Merging actions ... Done |
186 | 2024-04-25T09:20:00.218Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-04-25T09:20:00.222Z | Planning: Consolidating action changes ... Done |
188 | 2024-04-25T09:20:00.491Z | Planning: Evaluating mediators ... Done |
189 | 2024-04-25T09:20:00.542Z | Planning: Planning completed in 0.78 seconds |
190 | 2024-04-25T09:20:00.576Z | Packages to change: 1 |
191 | 2024-04-25T09:20:00.576Z | Mediators to change: 1 |
192 | 2024-04-25T09:20:00.576Z | Services to change: 1 |
193 | 2024-04-25T09:20:00.576Z | Create boot environment: No |
194 | 2024-04-25T09:20:00.576Z | Create backup boot environment: Yes |
195 | 2024-04-25T09:20:03.939Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-04-25T09:20:04.116Z | Actions: Completed 6 actions in 0.00 seconds. |
197 | 2024-04-25T09:20:04.116Z | Done |
198 | 2024-04-25T09:20:04.116Z | Done |
199 | 2024-04-25T09:20:04.116Z | Done |
200 | 2024-04-25T09:20:14.874Z | Done |
201 | 2024-04-25T09:20:15.247Z | Done |
202 | 2024-04-25T09:20:15.247Z | Done |
203 | 2024-04-25T09:20:15.247Z | Done |
204 | 2024-04-25T09:20:15.247Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-04-25T09:20:15.247Z | clang system 15 system |
206 | 2024-04-25T09:20:15.247Z | csh system system illumos |
207 | 2024-04-25T09:20:15.247Z | ctags system system illumos |
208 | 2024-04-25T09:20:15.247Z | gcc vendor 12 vendor |
209 | 2024-04-25T09:20:15.247Z | gcc system 10 system |
210 | 2024-04-25T09:20:15.247Z | gcc system 7 system |
211 | 2024-04-25T09:20:15.247Z | go system 1.20 system |
212 | 2024-04-25T09:20:15.247Z | go system 1.19 system |
213 | 2024-04-25T09:20:15.247Z | llvm system 15 system |
214 | 2024-04-25T09:20:15.247Z | llvm system 14 system |
215 | 2024-04-25T09:20:15.248Z | mariadb system 10.6 system |
216 | 2024-04-25T09:20:15.248Z | mta vendor vendor dma |
217 | 2024-04-25T09:20:15.248Z | openjdk system 17 system |
218 | 2024-04-25T09:20:15.248Z | openjdk system 11 system |
219 | 2024-04-25T09:20:15.248Z | openjdk system 1.8 system |
220 | 2024-04-25T09:20:15.248Z | openssl vendor 3 vendor |
221 | 2024-04-25T09:20:15.248Z | perl system 5.36 system |
222 | 2024-04-25T09:20:15.248Z | postgresql system 15 system |
223 | 2024-04-25T09:20:15.248Z | postgresql system 13 system |
224 | 2024-04-25T09:20:15.248Z | python vendor 3 vendor |
225 | 2024-04-25T09:20:15.248Z | python system 2 system |
226 | 2024-04-25T09:20:15.248Z | python3 system 3.11 system |
227 | 2024-04-25T09:20:15.248Z | ruby system 3.0 system |
228 | 2024-04-25T09:20:15.248Z | words vendor vendor american-english |
229 | 2024-04-25T09:20:15.248Z | words system system australian-english |
230 | 2024-04-25T09:20:15.248Z | words system system british-english |
231 | 2024-04-25T09:20:15.248Z | words system system canadian-english |
232 | 2024-04-25T09:20:15.249Z | words system system french |
233 | 2024-04-25T09:20:15.249Z | words system system italian |
234 | 2024-04-25T09:20:15.249Z | words system system ngerman |
235 | 2024-04-25T09:20:15.249Z | words system system ogerman |
236 | 2024-04-25T09:20:15.249Z | words system system spanish |
237 | 2024-04-25T09:20:15.249Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2024-04-25T09:20:15.249Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2024-04-25T09:20:15.249Z | FMRI IFO |
240 | 2024-04-25T09:20:15.558Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2024-04-25T09:20:15.558Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2024-04-25T09:20:15.558Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2024-04-25T09:20:15.558Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2024-04-25T09:20:15.558Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2024-04-25T09:20:15.558Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2024-04-25T09:20:15.559Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
247 | 2024-04-25T09:20:15.559Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
248 | 2024-04-25T09:20:15.559Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
249 | 2024-04-25T09:20:15.559Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
250 | 2024-04-25T09:20:15.559Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
251 | 2024-04-25T09:20:15.559Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
252 | 2024-04-25T09:20:15.559Z | + set -o errexit |
253 | 2024-04-25T09:20:15.559Z | +++ dirname ./tools/ci_download_cockroachdb |
254 | 2024-04-25T09:20:15.559Z | ++ cd ./tools |
255 | 2024-04-25T09:20:15.560Z | ++ pwd |
256 | 2024-04-25T09:20:15.560Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
257 | 2024-04-25T09:20:15.560Z | ++ basename ./tools/ci_download_cockroachdb |
258 | 2024-04-25T09:20:15.560Z | + ARG0=ci_download_cockroachdb |
259 | 2024-04-25T09:20:15.560Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
260 | 2024-04-25T09:20:15.561Z | + CIDL_VERSION=v22.1.9 |
261 | 2024-04-25T09:20:15.561Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
262 | 2024-04-25T09:20:15.561Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
263 | 2024-04-25T09:20:15.561Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
264 | 2024-04-25T09:20:15.561Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
265 | 2024-04-25T09:20:15.561Z | + TARGET_DIR=out |
266 | 2024-04-25T09:20:15.562Z | + DOWNLOAD_DIR=out/downloads |
267 | 2024-04-25T09:20:15.562Z | + DEST_DIR=./out/cockroachdb |
268 | 2024-04-25T09:20:15.562Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
269 | 2024-04-25T09:20:15.562Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
270 | 2024-04-25T09:20:15.562Z | + main |
271 | 2024-04-25T09:20:15.563Z | + [[ 0 != 0 ]] |
272 | 2024-04-25T09:20:15.563Z | + CIDL_OS=solaris2.11 |
273 | 2024-04-25T09:20:15.563Z | + [[ 0 != 0 ]] |
274 | 2024-04-25T09:20:15.563Z | + configure_os solaris2.11 |
275 | 2024-04-25T09:20:15.564Z | + echo 'current directory: /work/oxidecomputer/omicron' |
276 | 2024-04-25T09:20:15.564Z | + echo 'configuring based on OS: "solaris2.11"' |
277 | 2024-04-25T09:20:15.564Z | + case "$1" in |
278 | 2024-04-25T09:20:15.564Z | + CIDL_BUILD=illumos |
279 | 2024-04-25T09:20:15.565Z | + CIDL_SUFFIX=tar.gz |
280 | 2024-04-25T09:20:15.565Z | current directory: /work/oxidecomputer/omicron |
281 | 2024-04-25T09:20:15.565Z | configuring based on OS: "solaris2.11" |
282 | 2024-04-25T09:20:15.566Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
283 | 2024-04-25T09:20:15.566Z | + CIDL_URL_BASE=https://illumos.org/downloads |
284 | 2024-04-25T09:20:15.566Z | + CIDL_ASSEMBLE=do_assemble_illumos |
285 | 2024-04-25T09:20:15.566Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
286 | 2024-04-25T09:20:15.566Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-04-25T09:20:15.566Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-04-25T09:20:15.566Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
289 | 2024-04-25T09:20:15.567Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-04-25T09:20:15.567Z | + CIDL_SHA256FUNC=do_sha256sum |
291 | 2024-04-25T09:20:15.567Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-04-25T09:20:15.567Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-04-25T09:20:15.568Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-04-25T09:20:15.568Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-04-25T09:20:15.568Z | + mkdir -p out/downloads |
296 | 2024-04-25T09:20:15.568Z | + mkdir -p ./out/cockroachdb |
297 | 2024-04-25T09:20:15.568Z | + local DO_DOWNLOAD=true |
298 | 2024-04-25T09:20:15.568Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
299 | 2024-04-25T09:20:15.568Z | + '[' true == true ']' |
300 | 2024-04-25T09:20:15.569Z | + echo Downloading... |
301 | 2024-04-25T09:20:15.569Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-04-25T09:20:15.569Z | Downloading... |
303 | 2024-04-25T09:20:15.569Z | + 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 |
304 | 2024-04-25T09:20:15.570Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-04-25T09:20:15.570Z | ++ sha256sum |
306 | 2024-04-25T09:20:15.570Z | ++ awk '{print $1}' |
307 | 2024-04-25T09:20:15.570Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
308 | 2024-04-25T09:20:15.570Z | + [[ 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 ]] |
309 | 2024-04-25T09:20:15.571Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-04-25T09:20:15.571Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
311 | 2024-04-25T09:20:15.571Z | + do_assemble_illumos |
312 | 2024-04-25T09:20:15.571Z | + rm -r ./out/cockroachdb |
313 | 2024-04-25T09:20:15.571Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
314 | 2024-04-25T09:20:15.571Z | + ./out/cockroachdb/bin/cockroach version |
315 | 2024-04-25T09:20:15.571Z | Build Tag: v22.1.9-dirty |
316 | 2024-04-25T09:20:15.572Z | Build Time: 2022/10/26 21:17:46 |
317 | 2024-04-25T09:20:15.572Z | Distribution: OSS |
318 | 2024-04-25T09:20:15.572Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
319 | 2024-04-25T09:20:15.572Z | Go Version: go1.17.13 |
320 | 2024-04-25T09:20:15.572Z | C Compiler: gcc 10.3.0 |
321 | 2024-04-25T09:20:15.573Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
322 | 2024-04-25T09:20:15.573Z | Build Type: release |
323 | 2024-04-25T09:20:15.573Z | + set -o errexit |
324 | 2024-04-25T09:20:15.573Z | +++ dirname ./tools/ci_download_clickhouse |
325 | 2024-04-25T09:20:15.573Z | ++ cd ./tools |
326 | 2024-04-25T09:20:15.573Z | ++ pwd |
327 | 2024-04-25T09:20:15.573Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
328 | 2024-04-25T09:20:15.574Z | ++ basename ./tools/ci_download_clickhouse |
329 | 2024-04-25T09:20:15.574Z | + ARG0=ci_download_clickhouse |
330 | 2024-04-25T09:20:15.574Z | + TARGET_DIR=out |
331 | 2024-04-25T09:20:15.574Z | + DOWNLOAD_DIR=out/downloads |
332 | 2024-04-25T09:20:15.574Z | + DEST_DIR=./out/clickhouse |
333 | 2024-04-25T09:20:15.574Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
334 | 2024-04-25T09:20:15.574Z | + CIDL_VERSION=v23.8.7.24 |
335 | 2024-04-25T09:20:15.574Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
336 | 2024-04-25T09:20:15.574Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
337 | 2024-04-25T09:20:15.574Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
338 | 2024-04-25T09:20:15.575Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
339 | 2024-04-25T09:20:15.575Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
340 | 2024-04-25T09:20:15.741Z | + main |
341 | 2024-04-25T09:20:15.741Z | + [[ 0 != 0 ]] |
342 | 2024-04-25T09:20:15.742Z | + CIDL_OS=solaris2.11 |
343 | 2024-04-25T09:20:15.742Z | + [[ 0 != 0 ]] |
344 | 2024-04-25T09:20:15.742Z | + configure_os solaris2.11 |
345 | 2024-04-25T09:20:15.742Z | + echo 'current directory: /work/oxidecomputer/omicron' |
346 | 2024-04-25T09:20:15.742Z | current directory: /work/oxidecomputer/omicron |
347 | 2024-04-25T09:20:15.742Z | configuring based on OS: "solaris2.11" |
348 | 2024-04-25T09:20:15.742Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2024-04-25T09:20:15.742Z | + CIDL_DASHREV= |
350 | 2024-04-25T09:20:15.742Z | + case "$1" in |
351 | 2024-04-25T09:20:15.743Z | + CIDL_PLATFORM=illumos |
352 | 2024-04-25T09:20:15.743Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
353 | 2024-04-25T09:20:15.743Z | + CIDL_MD5FUNC=do_md5sum |
354 | 2024-04-25T09:20:15.743Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
355 | 2024-04-25T09:20:15.743Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-04-25T09:20:15.743Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-04-25T09:20:15.743Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-04-25T09:20:15.743Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-04-25T09:20:15.743Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
360 | 2024-04-25T09:20:15.744Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-04-25T09:20:15.744Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-04-25T09:20:15.744Z | + mkdir -p out/downloads |
363 | 2024-04-25T09:20:15.744Z | + mkdir -p ./out/clickhouse |
364 | 2024-04-25T09:20:15.744Z | + local DO_DOWNLOAD=true |
365 | 2024-04-25T09:20:15.744Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
366 | 2024-04-25T09:20:15.744Z | + '[' true == true ']' |
367 | 2024-04-25T09:20:15.744Z | + echo Downloading... |
368 | 2024-04-25T09:20:15.744Z | Downloading... |
369 | 2024-04-25T09:20:15.744Z | + 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 |
370 | 2024-04-25T09:20:15.744Z | + 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 |
371 | 2024-04-25T09:20:16.848Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-04-25T09:20:16.860Z | ++ md5sum |
373 | 2024-04-25T09:20:16.861Z | ++ awk '{print $1}' |
374 | 2024-04-25T09:20:17.089Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
375 | 2024-04-25T09:20:17.090Z | + [[ 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 ]] |
376 | 2024-04-25T09:20:17.118Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
377 | 2024-04-25T09:20:17.118Z | + mkdir -p ./out/clickhouse |
378 | 2024-04-25T09:20:17.118Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
379 | 2024-04-25T09:20:20.938Z | + [[ solaris2.11 == darwin* ]] |
380 | 2024-04-25T09:20:20.939Z | + ./out/clickhouse/clickhouse server --version |
381 | 2024-04-25T09:20:21.235Z | ClickHouse server version 23.8.7.1. |
382 | 2024-04-25T09:20:21.314Z | + set -o errexit |
383 | 2024-04-25T09:20:21.314Z | +++ dirname ./tools/ci_download_console |
384 | 2024-04-25T09:20:21.314Z | ++ cd ./tools |
385 | 2024-04-25T09:20:21.315Z | ++ pwd |
386 | 2024-04-25T09:20:21.315Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
387 | 2024-04-25T09:20:21.315Z | ++ basename ./tools/ci_download_console |
388 | 2024-04-25T09:20:21.315Z | + ARG0=ci_download_console |
389 | 2024-04-25T09:20:21.316Z | + TARGET_DIR=out |
390 | 2024-04-25T09:20:21.316Z | + DOWNLOAD_DIR=out/downloads |
391 | 2024-04-25T09:20:21.316Z | + DEST_DIR=./out/console-assets |
392 | 2024-04-25T09:20:21.316Z | + source /work/oxidecomputer/omicron/tools/console_version |
393 | 2024-04-25T09:20:21.316Z | ++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3 |
394 | 2024-04-25T09:20:21.316Z | ++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
395 | 2024-04-25T09:20:21.317Z | + URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
396 | 2024-04-25T09:20:21.317Z | + TARBALL_FILE=out/downloads/console.tar.gz |
397 | 2024-04-25T09:20:21.317Z | + main |
398 | 2024-04-25T09:20:21.317Z | + [[ 0 != 0 ]] |
399 | 2024-04-25T09:20:21.317Z | + echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz' |
400 | 2024-04-25T09:20:21.317Z | + echo 'Local file: out/downloads/console.tar.gz' |
401 | 2024-04-25T09:20:21.318Z | + local DO_DOWNLOAD=true |
402 | 2024-04-25T09:20:21.318Z | URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
403 | 2024-04-25T09:20:21.318Z | + [[ -f out/downloads/console.tar.gz ]] |
404 | 2024-04-25T09:20:21.318Z | Local file: out/downloads/console.tar.gz |
405 | 2024-04-25T09:20:21.319Z | + mkdir -p out/downloads |
406 | 2024-04-25T09:20:21.319Z | + '[' true == true ']' |
407 | 2024-04-25T09:20:21.319Z | + echo Downloading... |
408 | 2024-04-25T09:20:21.319Z | Downloading... |
409 | 2024-04-25T09:20:21.319Z | + do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz |
410 | 2024-04-25T09:20:21.319Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
411 | 2024-04-25T09:20:22.260Z | ++ do_sha256sum out/downloads/console.tar.gz |
412 | 2024-04-25T09:20:22.260Z | ++ case "$OSTYPE" in |
413 | 2024-04-25T09:20:22.260Z | ++ SHA=sha256sum |
414 | 2024-04-25T09:20:27.289Z | ++ sha256sum |
415 | 2024-04-25T09:20:27.289Z | ++ awk '{print $1}' |
416 | 2024-04-25T09:20:27.289Z | + calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
417 | 2024-04-25T09:20:27.289Z | + [[ 152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 != \1\5\2\b\f\e\0\5\a\8\8\7\a\b\8\8\4\e\a\c\4\b\f\7\7\7\2\2\b\c\3\a\e\f\c\8\0\b\e\7\3\6\2\5\5\3\2\b\3\2\4\1\4\8\c\d\6\4\7\6\c\7\a\9 ]] |
418 | 2024-04-25T09:20:27.289Z | + rm -rf ./out/console-assets |
419 | 2024-04-25T09:20:27.289Z | + mkdir -p ./out/console-assets |
420 | 2024-04-25T09:20:27.289Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
421 | 2024-04-25T09:20:27.290Z | + mkdir -p ./out/console-assets |
422 | 2024-04-25T09:20:27.290Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
423 | 2024-04-25T09:20:27.290Z | + set -o errexit |
424 | 2024-04-25T09:20:27.290Z | +++ dirname ./tools/ci_download_maghemite_openapi |
425 | 2024-04-25T09:20:27.290Z | ++ cd ./tools |
426 | 2024-04-25T09:20:27.290Z | ++ pwd |
427 | 2024-04-25T09:20:27.290Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
428 | 2024-04-25T09:20:27.290Z | ++ basename ./tools/ci_download_maghemite_openapi |
429 | 2024-04-25T09:20:27.290Z | + ARG0=ci_download_maghemite_openapi |
430 | 2024-04-25T09:20:27.290Z | + TARGET_DIR=out |
431 | 2024-04-25T09:20:27.290Z | + DOWNLOAD_DIR=out/downloads |
432 | 2024-04-25T09:20:27.290Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
433 | 2024-04-25T09:20:27.290Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
434 | 2024-04-25T09:20:27.290Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
435 | 2024-04-25T09:20:27.290Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
436 | 2024-04-25T09:20:27.290Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
437 | 2024-04-25T09:20:27.290Z | + main |
438 | 2024-04-25T09:20:27.290Z | + rm -rf out/downloads/root |
439 | 2024-04-25T09:20:27.290Z | + [[ 0 != 0 ]] |
440 | 2024-04-25T09:20:27.290Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
441 | 2024-04-25T09:20:27.291Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
442 | 2024-04-25T09:20:27.291Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
443 | 2024-04-25T09:20:27.291Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
444 | 2024-04-25T09:20:27.291Z | + local DO_DOWNLOAD=true |
445 | 2024-04-25T09:20:27.291Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
446 | 2024-04-25T09:20:27.291Z | + mkdir -p out/downloads |
447 | 2024-04-25T09:20:27.291Z | + '[' true == true ']' |
448 | 2024-04-25T09:20:27.291Z | + echo Downloading... |
449 | 2024-04-25T09:20:27.291Z | Downloading... |
450 | 2024-04-25T09:20:27.291Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
451 | 2024-04-25T09:20:27.291Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
452 | 2024-04-25T09:20:27.891Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
453 | 2024-04-25T09:20:27.891Z | ++ case "$OSTYPE" in |
454 | 2024-04-25T09:20:27.891Z | ++ SHA=sha256sum |
455 | 2024-04-25T09:20:27.892Z | ++ sha256sum |
456 | 2024-04-25T09:20:27.892Z | ++ awk '{print $1}' |
457 | 2024-04-25T09:20:27.892Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
458 | 2024-04-25T09:20:27.892Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
459 | 2024-04-25T09:20:27.892Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
460 | 2024-04-25T09:20:27.892Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
461 | 2024-04-25T09:20:27.892Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
462 | 2024-04-25T09:20:27.893Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
463 | 2024-04-25T09:20:27.893Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
464 | 2024-04-25T09:20:27.893Z | + main |
465 | 2024-04-25T09:20:27.893Z | + rm -rf out/downloads/root |
466 | 2024-04-25T09:20:27.893Z | + [[ 0 != 0 ]] |
467 | 2024-04-25T09:20:27.893Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
468 | 2024-04-25T09:20:27.893Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
469 | 2024-04-25T09:20:27.893Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
470 | 2024-04-25T09:20:27.894Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
471 | 2024-04-25T09:20:27.894Z | + local DO_DOWNLOAD=true |
472 | 2024-04-25T09:20:27.894Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
473 | 2024-04-25T09:20:27.894Z | + mkdir -p out/downloads |
474 | 2024-04-25T09:20:27.894Z | + '[' true == true ']' |
475 | 2024-04-25T09:20:27.894Z | + echo Downloading... |
476 | 2024-04-25T09:20:27.894Z | Downloading... |
477 | 2024-04-25T09:20:27.894Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
478 | 2024-04-25T09:20:27.894Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
479 | 2024-04-25T09:20:29.549Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
480 | 2024-04-25T09:20:29.549Z | ++ case "$OSTYPE" in |
481 | 2024-04-25T09:20:29.985Z | ++ SHA=sha256sum |
482 | 2024-04-25T09:20:29.985Z | ++ sha256sum |
483 | 2024-04-25T09:20:29.986Z | ++ awk '{print $1}' |
484 | 2024-04-25T09:20:29.986Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
485 | 2024-04-25T09:20:29.986Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
486 | 2024-04-25T09:20:29.986Z | + set -o errexit |
487 | 2024-04-25T09:20:29.987Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2024-04-25T09:20:29.987Z | ++ cd ./tools |
489 | 2024-04-25T09:20:29.987Z | ++ pwd |
490 | 2024-04-25T09:20:29.987Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2024-04-25T09:20:29.987Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2024-04-25T09:20:29.988Z | + ARG0=ci_download_dendrite_openapi |
493 | 2024-04-25T09:20:29.988Z | + TARGET_DIR=out |
494 | 2024-04-25T09:20:29.988Z | + DOWNLOAD_DIR=out/downloads |
495 | 2024-04-25T09:20:29.988Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2024-04-25T09:20:29.988Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
497 | 2024-04-25T09:20:29.989Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
498 | 2024-04-25T09:20:29.989Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
499 | 2024-04-25T09:20:29.989Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
500 | 2024-04-25T09:20:29.989Z | + main |
501 | 2024-04-25T09:20:29.990Z | + [[ 0 != 0 ]] |
502 | 2024-04-25T09:20:29.990Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
503 | 2024-04-25T09:20:29.990Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
504 | 2024-04-25T09:20:29.990Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
505 | 2024-04-25T09:20:29.990Z | + local DO_DOWNLOAD=true |
506 | 2024-04-25T09:20:29.991Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
507 | 2024-04-25T09:20:29.991Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
508 | 2024-04-25T09:20:29.991Z | + mkdir -p out/downloads |
509 | 2024-04-25T09:20:29.992Z | + '[' true == true ']' |
510 | 2024-04-25T09:20:29.992Z | + echo Downloading... |
511 | 2024-04-25T09:20:29.992Z | Downloading... |
512 | 2024-04-25T09:20:29.992Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
513 | 2024-04-25T09:20:29.993Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
514 | 2024-04-25T09:20:30.519Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
515 | 2024-04-25T09:20:30.519Z | ++ case "$OSTYPE" in |
516 | 2024-04-25T09:20:30.520Z | ++ SHA=sha256sum |
517 | 2024-04-25T09:20:30.603Z | ++ sha256sum |
518 | 2024-04-25T09:20:30.603Z | ++ awk '{print $1}' |
519 | 2024-04-25T09:20:30.604Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
520 | 2024-04-25T09:20:30.604Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
521 | 2024-04-25T09:20:30.604Z | + set -o errexit |
522 | 2024-04-25T09:20:30.604Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2024-04-25T09:20:30.604Z | ++ cd ./tools |
524 | 2024-04-25T09:20:30.605Z | ++ pwd |
525 | 2024-04-25T09:20:30.605Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-04-25T09:20:30.605Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2024-04-25T09:20:30.606Z | + ARG0=ci_download_dendrite_stub |
528 | 2024-04-25T09:20:30.606Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2024-04-25T09:20:30.606Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
530 | 2024-04-25T09:20:30.606Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
531 | 2024-04-25T09:20:30.606Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
532 | 2024-04-25T09:20:30.607Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2024-04-25T09:20:30.607Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
534 | 2024-04-25T09:20:30.607Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
535 | 2024-04-25T09:20:30.607Z | + TARGET_DIR=out |
536 | 2024-04-25T09:20:30.608Z | + DOWNLOAD_DIR=out/downloads |
537 | 2024-04-25T09:20:30.608Z | + DEST_DIR=./out/dendrite-stub |
538 | 2024-04-25T09:20:30.608Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2024-04-25T09:20:30.608Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2024-04-25T09:20:30.609Z | + REPO=oxidecomputer/dendrite |
541 | 2024-04-25T09:20:30.609Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
542 | 2024-04-25T09:20:30.609Z | + main |
543 | 2024-04-25T09:20:30.610Z | + [[ 0 != 0 ]] |
544 | 2024-04-25T09:20:30.610Z | + CIDL_OS=solaris2.11 |
545 | 2024-04-25T09:20:30.610Z | + [[ 0 != 0 ]] |
546 | 2024-04-25T09:20:30.611Z | + configure_os solaris2.11 |
547 | 2024-04-25T09:20:30.611Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-04-25T09:20:30.611Z | current directory: /work/oxidecomputer/omicron |
549 | 2024-04-25T09:20:30.611Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-04-25T09:20:30.612Z | + case "$1" in |
551 | 2024-04-25T09:20:30.612Z | + SET_BINARIES= |
552 | 2024-04-25T09:20:30.612Z | configuring based on OS: "solaris2.11" |
553 | 2024-04-25T09:20:30.612Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
554 | 2024-04-25T09:20:30.613Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2024-04-25T09:20:30.613Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2024-04-25T09:20:30.613Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
557 | 2024-04-25T09:20:30.614Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2024-04-25T09:20:30.614Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
559 | 2024-04-25T09:20:30.615Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2024-04-25T09:20:30.615Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
561 | 2024-04-25T09:20:30.615Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2024-04-25T09:20:30.615Z | + mkdir -p out/downloads |
563 | 2024-04-25T09:20:30.616Z | + mkdir -p ./out/dendrite-stub |
564 | 2024-04-25T09:20:30.616Z | + fetch_and_verify |
565 | 2024-04-25T09:20:30.618Z | + local DO_DOWNLOAD=true |
566 | 2024-04-25T09:20:30.618Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2024-04-25T09:20:30.618Z | + '[' true == true ']' |
568 | 2024-04-25T09:20:30.618Z | + echo Downloading... |
569 | 2024-04-25T09:20:30.618Z | Downloading... |
570 | 2024-04-25T09:20:30.618Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2024-04-25T09:20:30.618Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
572 | 2024-04-25T09:21:03.875Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2024-04-25T09:21:03.904Z | ++ sha256sum |
574 | 2024-04-25T09:21:03.904Z | ++ awk '{print $1}' |
575 | 2024-04-25T09:21:03.904Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
576 | 2024-04-25T09:21:03.905Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
577 | 2024-04-25T09:21:03.905Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2024-04-25T09:21:03.905Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2024-04-25T09:21:04.501Z | + do_assemble |
580 | 2024-04-25T09:21:04.501Z | + rm -r ./out/dendrite-stub |
581 | 2024-04-25T09:21:04.931Z | + mkdir ./out/dendrite-stub |
582 | 2024-04-25T09:21:04.931Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2024-04-25T09:21:05.584Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2024-04-25T09:21:05.584Z | + set -o errexit |
585 | 2024-04-25T09:21:05.585Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2024-04-25T09:21:05.585Z | ++ cd ./tools |
587 | 2024-04-25T09:21:05.585Z | ++ pwd |
588 | 2024-04-25T09:21:05.585Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-04-25T09:21:05.585Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2024-04-25T09:21:05.585Z | + ARG0=ci_download_maghemite_mgd |
591 | 2024-04-25T09:21:05.585Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2024-04-25T09:21:05.586Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
593 | 2024-04-25T09:21:05.586Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
594 | 2024-04-25T09:21:05.586Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2024-04-25T09:21:05.586Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
596 | 2024-04-25T09:21:05.586Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
597 | 2024-04-25T09:21:05.586Z | + TARGET_DIR=out |
598 | 2024-04-25T09:21:05.586Z | + DOWNLOAD_DIR=out/downloads |
599 | 2024-04-25T09:21:05.586Z | + DEST_DIR=./out/mgd |
600 | 2024-04-25T09:21:05.587Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2024-04-25T09:21:05.587Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-04-25T09:21:05.587Z | + REPO=oxidecomputer/maghemite |
603 | 2024-04-25T09:21:05.587Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
604 | 2024-04-25T09:21:05.587Z | + main |
605 | 2024-04-25T09:21:05.587Z | + rm -rf out/downloads/root |
606 | 2024-04-25T09:21:05.587Z | + [[ 0 != 0 ]] |
607 | 2024-04-25T09:21:05.588Z | + CIDL_OS=solaris2.11 |
608 | 2024-04-25T09:21:05.588Z | + [[ 0 != 0 ]] |
609 | 2024-04-25T09:21:05.588Z | + configure_os solaris2.11 |
610 | 2024-04-25T09:21:05.588Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2024-04-25T09:21:05.588Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2024-04-25T09:21:05.588Z | current directory: /work/oxidecomputer/omicron |
613 | 2024-04-25T09:21:05.588Z | configuring based on OS: "solaris2.11" |
614 | 2024-04-25T09:21:05.589Z | + case "$1" in |
615 | 2024-04-25T09:21:05.589Z | + SET_BINARIES= |
616 | 2024-04-25T09:21:05.589Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2024-04-25T09:21:05.589Z | + TARBALL_FILENAME=mgd.tar.gz |
618 | 2024-04-25T09:21:05.589Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
619 | 2024-04-25T09:21:05.589Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2024-04-25T09:21:05.590Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
621 | 2024-04-25T09:21:05.590Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2024-04-25T09:21:05.590Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
623 | 2024-04-25T09:21:05.590Z | Local file: out/downloads/mgd.tar.gz |
624 | 2024-04-25T09:21:05.590Z | + mkdir -p out/downloads |
625 | 2024-04-25T09:21:05.590Z | + mkdir -p ./out/mgd |
626 | 2024-04-25T09:21:05.591Z | + fetch_and_verify |
627 | 2024-04-25T09:21:05.591Z | + local DO_DOWNLOAD=true |
628 | 2024-04-25T09:21:05.591Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2024-04-25T09:21:05.591Z | + '[' true == true ']' |
630 | 2024-04-25T09:21:05.591Z | + echo Downloading... |
631 | 2024-04-25T09:21:05.591Z | Downloading... |
632 | 2024-04-25T09:21:05.591Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2024-04-25T09:21:05.592Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
634 | 2024-04-25T09:21:16.257Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2024-04-25T09:21:16.267Z | ++ sha256sum |
636 | 2024-04-25T09:21:16.267Z | ++ awk '{print $1}' |
637 | 2024-04-25T09:21:16.267Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
638 | 2024-04-25T09:21:16.267Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
639 | 2024-04-25T09:21:16.268Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2024-04-25T09:21:16.268Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2024-04-25T09:21:16.857Z | + do_assemble |
642 | 2024-04-25T09:21:16.858Z | + rm -r ./out/mgd |
643 | 2024-04-25T09:21:16.867Z | + mkdir ./out/mgd |
644 | 2024-04-25T09:21:16.867Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2024-04-25T09:21:16.941Z | + set -o errexit |
646 | 2024-04-25T09:21:16.946Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2024-04-25T09:21:16.946Z | ++ cd ./tools |
648 | 2024-04-25T09:21:16.946Z | ++ pwd |
649 | 2024-04-25T09:21:16.950Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2024-04-25T09:21:16.950Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2024-04-25T09:21:16.950Z | + ARG0=ci_download_transceiver_control |
652 | 2024-04-25T09:21:16.951Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2024-04-25T09:21:16.951Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2024-04-25T09:21:16.951Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-04-25T09:21:16.951Z | + TARGET_DIR=out |
656 | 2024-04-25T09:21:16.951Z | + DOWNLOAD_DIR=out/downloads |
657 | 2024-04-25T09:21:16.951Z | + DEST_DIR=./out/transceiver-control |
658 | 2024-04-25T09:21:16.951Z | + BIN_DIR=/opt/oxide/bin |
659 | 2024-04-25T09:21:16.951Z | + BINARY=xcvradm |
660 | 2024-04-25T09:21:16.951Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2024-04-25T09:21:16.951Z | + REPO=oxidecomputer/transceiver-control |
662 | 2024-04-25T09:21:16.952Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2024-04-25T09:21:16.952Z | + main |
664 | 2024-04-25T09:21:16.952Z | + [[ 0 != 0 ]] |
665 | 2024-04-25T09:21:16.952Z | + CIDL_OS=solaris2.11 |
666 | 2024-04-25T09:21:16.952Z | + [[ 0 != 0 ]] |
667 | 2024-04-25T09:21:16.952Z | + configure_os solaris2.11 |
668 | 2024-04-25T09:21:16.952Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2024-04-25T09:21:16.952Z | current directory: /work/oxidecomputer/omicron |
670 | 2024-04-25T09:21:16.952Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2024-04-25T09:21:16.953Z | + case "$1" in |
672 | 2024-04-25T09:21:16.953Z | + SET_BINARIES= |
673 | 2024-04-25T09:21:16.953Z | configuring based on OS: "solaris2.11" |
674 | 2024-04-25T09:21:16.953Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2024-04-25T09:21:16.953Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2024-04-25T09:21:16.953Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2024-04-25T09:21:16.953Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2024-04-25T09:21:16.953Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2024-04-25T09:21:16.953Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2024-04-25T09:21:16.953Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-04-25T09:21:16.953Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2024-04-25T09:21:16.954Z | + mkdir -p out/downloads |
683 | 2024-04-25T09:21:16.954Z | Local file: out/downloads/xcvradm.gz |
684 | 2024-04-25T09:21:16.958Z | + mkdir -p ./out/transceiver-control |
685 | 2024-04-25T09:21:16.958Z | + fetch_and_verify |
686 | 2024-04-25T09:21:16.958Z | + local DO_DOWNLOAD=true |
687 | 2024-04-25T09:21:16.959Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2024-04-25T09:21:16.959Z | + '[' true == true ']' |
689 | 2024-04-25T09:21:16.959Z | + echo Downloading... |
690 | 2024-04-25T09:21:16.959Z | Downloading... |
691 | 2024-04-25T09:21:16.959Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2024-04-25T09:21:16.960Z | + 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 |
693 | 2024-04-25T09:21:18.762Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2024-04-25T09:21:19.199Z | ++ sha256sum |
695 | 2024-04-25T09:21:19.200Z | ++ awk '{print $1}' |
696 | 2024-04-25T09:21:19.200Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2024-04-25T09:21:19.200Z | + [[ 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 ]] |
698 | 2024-04-25T09:21:19.200Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2024-04-25T09:21:19.200Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2024-04-25T09:21:19.201Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2024-04-25T09:21:19.201Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2024-04-25T09:21:19.201Z | + do_assemble |
703 | 2024-04-25T09:21:19.201Z | + rm -r ./out/transceiver-control |
704 | 2024-04-25T09:21:19.201Z | + mkdir ./out/transceiver-control |
705 | 2024-04-25T09:21:19.201Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2024-04-25T09:21:19.201Z | + set -o errexit |
707 | 2024-04-25T09:21:19.202Z | +++ dirname ./tools/ci_download_thundermuffin |
708 | 2024-04-25T09:21:19.202Z | ++ cd ./tools |
709 | 2024-04-25T09:21:19.202Z | ++ pwd |
710 | 2024-04-25T09:21:19.202Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
711 | 2024-04-25T09:21:19.202Z | ++ basename ./tools/ci_download_thundermuffin |
712 | 2024-04-25T09:21:19.202Z | + ARG0=ci_download_thundermuffin |
713 | 2024-04-25T09:21:19.203Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
714 | 2024-04-25T09:21:19.203Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
715 | 2024-04-25T09:21:19.203Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
716 | 2024-04-25T09:21:19.203Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
717 | 2024-04-25T09:21:19.203Z | + TARGET_DIR=out |
718 | 2024-04-25T09:21:19.203Z | + DOWNLOAD_DIR=out/downloads |
719 | 2024-04-25T09:21:19.203Z | + DEST_DIR=./out/thundermuffin |
720 | 2024-04-25T09:21:19.204Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
721 | 2024-04-25T09:21:19.204Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
722 | 2024-04-25T09:21:19.204Z | + REPO=oxidecomputer/thundermuffin |
723 | 2024-04-25T09:21:19.204Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
724 | 2024-04-25T09:21:19.204Z | + main |
725 | 2024-04-25T09:21:19.204Z | + rm -rf out/downloads/root |
726 | 2024-04-25T09:21:19.204Z | + [[ 0 != 0 ]] |
727 | 2024-04-25T09:21:19.204Z | + CIDL_OS=solaris2.11 |
728 | 2024-04-25T09:21:19.205Z | + [[ 0 != 0 ]] |
729 | 2024-04-25T09:21:19.205Z | + configure_os solaris2.11 |
730 | 2024-04-25T09:21:19.205Z | + echo 'current directory: /work/oxidecomputer/omicron' |
731 | 2024-04-25T09:21:19.205Z | + echo 'configuring based on OS: "solaris2.11"' |
732 | 2024-04-25T09:21:19.205Z | + case "$1" in |
733 | 2024-04-25T09:21:19.205Z | + SET_BINARIES= |
734 | 2024-04-25T09:21:19.205Z | current directory: /work/oxidecomputer/omicron |
735 | 2024-04-25T09:21:19.205Z | configuring based on OS: "solaris2.11" |
736 | 2024-04-25T09:21:19.205Z | + CIDL_SHA256FUNC=do_sha256sum |
737 | 2024-04-25T09:21:19.205Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
738 | 2024-04-25T09:21:19.205Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
739 | 2024-04-25T09:21:19.205Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
740 | 2024-04-25T09:21:19.205Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
741 | 2024-04-25T09:21:19.205Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
742 | 2024-04-25T09:21:19.205Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
743 | 2024-04-25T09:21:19.205Z | Local file: out/downloads/thundermuffin.tar.gz |
744 | 2024-04-25T09:21:19.206Z | + mkdir -p out/downloads |
745 | 2024-04-25T09:21:19.206Z | + mkdir -p ./out/thundermuffin |
746 | 2024-04-25T09:21:19.206Z | + fetch_and_verify |
747 | 2024-04-25T09:21:19.206Z | + local DO_DOWNLOAD=true |
748 | 2024-04-25T09:21:19.206Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
749 | 2024-04-25T09:21:19.206Z | + '[' true == true ']' |
750 | 2024-04-25T09:21:19.206Z | + echo Downloading... |
751 | 2024-04-25T09:21:19.206Z | Downloading... |
752 | 2024-04-25T09:21:19.206Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
753 | 2024-04-25T09:21:19.206Z | + 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 |
754 | 2024-04-25T09:21:20.033Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
755 | 2024-04-25T09:21:20.036Z | ++ sha256sum |
756 | 2024-04-25T09:21:20.036Z | ++ awk '{print $1}' |
757 | 2024-04-25T09:21:20.040Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
758 | 2024-04-25T09:21:20.040Z | + [[ 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 ]] |
759 | 2024-04-25T09:21:20.041Z | + do_untar out/downloads/thundermuffin.tar.gz |
760 | 2024-04-25T09:21:20.041Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
761 | 2024-04-25T09:21:20.110Z | + do_assemble |
762 | 2024-04-25T09:21:20.111Z | + rm -r ./out/thundermuffin |
763 | 2024-04-25T09:21:20.125Z | + mkdir ./out/thundermuffin |
764 | 2024-04-25T09:21:20.125Z | + cp -r out/downloads/root ./out/thundermuffin/root |
765 | 2024-04-25T09:21:20.172Z | All prerequisites installed successfully |
766 | 2024-04-25T09:21:20.172Z | |
767 | 2024-04-25T09:21:20.173Z | real 2:11.448573973 |
768 | 2024-04-25T09:21:20.173Z | user 36.963610636 |
769 | 2024-04-25T09:21:20.173Z | sys 7.003456046 |
770 | 2024-04-25T09:21:20.173Z | trap 0.008923375 |
771 | 2024-04-25T09:21:20.173Z | tflt 0.091423949 |
772 | 2024-04-25T09:21:20.173Z | dflt 0.355737899 |
773 | 2024-04-25T09:21:20.173Z | kflt 0.101197789 |
774 | 2024-04-25T09:21:20.173Z | lock 1.038453512 |
775 | 2024-04-25T09:21:20.173Z | slp 4:56.373807594 |
776 | 2024-04-25T09:21:20.174Z | lat 2.264333141 |
777 | 2024-04-25T09:21:20.174Z | stop 0.141983690 |
778 | 2024-04-25T09:21:20.174Z | + ptime -m ./tools/ci_download_softnpu_machinery |
779 | 2024-04-25T09:21:20.174Z | fetching npuzone |
780 | 2024-04-25T09:21:20.174Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
781 | 2024-04-25T09:21:20.174Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
782 | 2024-04-25T09:21:20.174Z | Getting hash for npuzone |
783 | 2024-04-25T09:21:21.089Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
784 | 2024-04-25T09:21:37.979Z | npuzone downloaded successfully |
785 | 2024-04-25T09:21:37.998Z | |
786 | 2024-04-25T09:21:37.998Z | real 17.853171498 |
787 | 2024-04-25T09:21:37.999Z | user 0.349332746 |
788 | 2024-04-25T09:21:37.999Z | sys 0.131152352 |
789 | 2024-04-25T09:21:37.999Z | trap 0.000051803 |
790 | 2024-04-25T09:21:37.999Z | tflt 0.000000000 |
791 | 2024-04-25T09:21:38.000Z | dflt 0.000000000 |
792 | 2024-04-25T09:21:38.003Z | kflt 0.000000000 |
793 | 2024-04-25T09:21:38.004Z | lock 0.000000000 |
794 | 2024-04-25T09:21:38.004Z | slp 52.929933658 |
795 | 2024-04-25T09:21:38.004Z | lat 0.119313088 |
796 | 2024-04-25T09:21:38.004Z | stop 0.000174195 |
797 | 2024-04-25T09:21:38.005Z | + export CARGO_INCREMENTAL=0 |
798 | 2024-04-25T09:21:38.005Z | + CARGO_INCREMENTAL=0 |
799 | 2024-04-25T09:21:38.005Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
800 | 2024-04-25T09:21:38.207Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
801 | 2024-04-25T09:21:38.657Z | Updating git repository `https://github.com/oxidecomputer/zone` |
802 | 2024-04-25T09:21:38.893Z | Updating crates.io index |
803 | 2024-04-25T09:21:38.928Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
804 | 2024-04-25T09:21:41.607Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
805 | 2024-04-25T09:21:41.710Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
806 | 2024-04-25T09:21:42.218Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
807 | 2024-04-25T09:21:42.715Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
808 | 2024-04-25T09:21:42.995Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
809 | 2024-04-25T09:21:43.889Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
810 | 2024-04-25T09:21:45.560Z | Updating git repository `https://github.com/oxidecomputer/opte` |
811 | 2024-04-25T09:21:46.616Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
812 | 2024-04-25T09:21:47.302Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
813 | 2024-04-25T09:21:47.690Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
814 | 2024-04-25T09:21:48.231Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
815 | 2024-04-25T09:21:48.560Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
816 | 2024-04-25T09:21:48.858Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
817 | 2024-04-25T09:21:49.217Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
818 | 2024-04-25T09:21:49.537Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
819 | 2024-04-25T09:21:49.862Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
820 | 2024-04-25T09:21:50.140Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
821 | 2024-04-25T09:21:50.405Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
822 | 2024-04-25T09:21:50.721Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
823 | 2024-04-25T09:21:52.074Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
824 | 2024-04-25T09:21:52.442Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
825 | 2024-04-25T09:21:53.081Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
826 | 2024-04-25T09:21:53.513Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
827 | 2024-04-25T09:21:53.802Z | Updating git repository `https://github.com/jgallagher/nix` |
828 | 2024-04-25T09:21:54.795Z | Updating git repository `https://github.com/cbiffle/hubpack` |
829 | 2024-04-25T09:21:55.152Z | Updating git repository `https://github.com/oxidecomputer/typify` |
830 | 2024-04-25T09:21:56.986Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
831 | 2024-04-25T09:21:57.741Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
832 | 2024-04-25T09:21:57.752Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
833 | 2024-04-25T09:21:58.055Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
834 | 2024-04-25T09:21:59.207Z | Downloading crates ... |
835 | 2024-04-25T09:21:59.320Z | Downloaded addr2line v0.21.0 |
836 | 2024-04-25T09:21:59.338Z | Downloaded adler v1.0.2 |
837 | 2024-04-25T09:21:59.338Z | Downloaded anstyle-query v1.0.0 |
838 | 2024-04-25T09:21:59.339Z | Downloaded aead v0.5.2 |
839 | 2024-04-25T09:21:59.339Z | Downloaded anstream v0.6.11 |
840 | 2024-04-25T09:21:59.339Z | Downloaded ahash v0.8.8 |
841 | 2024-04-25T09:21:59.754Z | Downloaded anstyle-parse v0.2.1 |
842 | 2024-04-25T09:21:59.754Z | Downloaded array-init v0.0.4 |
843 | 2024-04-25T09:21:59.754Z | Downloaded anstyle v1.0.6 |
844 | 2024-04-25T09:21:59.754Z | Downloaded allocator-api2 v0.2.16 |
845 | 2024-04-25T09:21:59.754Z | Downloaded crossbeam-utils v0.8.19 |
846 | 2024-04-25T09:21:59.754Z | Downloaded ciborium v0.2.2 |
847 | 2024-04-25T09:21:59.754Z | Downloaded impl-trait-for-tuples v0.2.2 |
848 | 2024-04-25T09:21:59.754Z | Downloaded heck v0.4.1 |
849 | 2024-04-25T09:21:59.754Z | Downloaded is-terminal v0.4.9 |
850 | 2024-04-25T09:21:59.754Z | Downloaded ascii v1.1.0 |
851 | 2024-04-25T09:21:59.754Z | Downloaded hyper-tls v0.5.0 |
852 | 2024-04-25T09:21:59.754Z | Downloaded humantime v2.1.0 |
853 | 2024-04-25T09:21:59.754Z | Downloaded async-stream v0.3.5 |
854 | 2024-04-25T09:21:59.754Z | Downloaded ciborium-ll v0.2.2 |
855 | 2024-04-25T09:21:59.754Z | Downloaded base64 v0.21.7 |
856 | 2024-04-25T09:21:59.754Z | Downloaded indexmap v2.2.6 |
857 | 2024-04-25T09:21:59.754Z | Downloaded macaddr v1.0.1 |
858 | 2024-04-25T09:21:59.754Z | Downloaded indoc v2.0.3 |
859 | 2024-04-25T09:21:59.755Z | Downloaded mime v0.3.17 |
860 | 2024-04-25T09:21:59.755Z | Downloaded atty v0.2.14 |
861 | 2024-04-25T09:21:59.755Z | Downloaded indicatif v0.17.8 |
862 | 2024-04-25T09:21:59.755Z | Downloaded hyper-staticfile v0.9.5 |
863 | 2024-04-25T09:21:59.755Z | Downloaded chacha20 v0.9.1 |
864 | 2024-04-25T09:21:59.755Z | Downloaded hmac v0.12.1 |
865 | 2024-04-25T09:21:59.755Z | Downloaded async-trait v0.1.80 |
866 | 2024-04-25T09:21:59.755Z | Downloaded miniz_oxide v0.7.1 |
867 | 2024-04-25T09:21:59.755Z | Downloaded hkdf v0.12.4 |
868 | 2024-04-25T09:21:59.755Z | Downloaded heck v0.5.0 |
869 | 2024-04-25T09:21:59.755Z | Downloaded bitstruct_derive v0.1.0 |
870 | 2024-04-25T09:21:59.755Z | Downloaded match_cfg v0.1.0 |
871 | 2024-04-25T09:21:59.755Z | Downloaded http v1.0.0 |
872 | 2024-04-25T09:21:59.755Z | Downloaded ciborium-io v0.2.2 |
873 | 2024-04-25T09:21:59.755Z | Downloaded colorchoice v1.0.0 |
874 | 2024-04-25T09:21:59.755Z | Downloaded instant v0.1.12 |
875 | 2024-04-25T09:21:59.755Z | Downloaded http-body v0.4.5 |
876 | 2024-04-25T09:21:59.755Z | Downloaded chacha20poly1305 v0.10.1 |
877 | 2024-04-25T09:21:59.755Z | Downloaded ascii-canvas v3.0.0 |
878 | 2024-04-25T09:21:59.756Z | Downloaded hyper-rustls v0.24.2 |
879 | 2024-04-25T09:21:59.756Z | Downloaded clang-sys v1.6.1 |
880 | 2024-04-25T09:21:59.756Z | Downloaded hubpack v0.1.2 |
881 | 2024-04-25T09:21:59.756Z | Downloaded block-buffer v0.10.4 |
882 | 2024-04-25T09:21:59.756Z | Downloaded ident_case v1.0.1 |
883 | 2024-04-25T09:21:59.756Z | Downloaded normalize-line-endings v0.3.0 |
884 | 2024-04-25T09:21:59.756Z | Downloaded newline-converter v0.3.0 |
885 | 2024-04-25T09:21:59.756Z | Downloaded camino-tempfile v1.1.1 |
886 | 2024-04-25T09:21:59.756Z | Downloaded inout v0.1.3 |
887 | 2024-04-25T09:21:59.756Z | Downloaded crc-catalog v2.2.0 |
888 | 2024-04-25T09:21:59.756Z | Downloaded linear-map v1.2.0 |
889 | 2024-04-25T09:21:59.756Z | Downloaded keccak v0.1.4 |
890 | 2024-04-25T09:21:59.756Z | Downloaded lazycell v1.3.0 |
891 | 2024-04-25T09:21:59.756Z | Downloaded iana-time-zone v0.1.57 |
892 | 2024-04-25T09:21:59.756Z | Downloaded bitflags v1.3.2 |
893 | 2024-04-25T09:21:59.756Z | Downloaded newtype_derive v0.1.6 |
894 | 2024-04-25T09:21:59.756Z | Downloaded nodrop v0.1.14 |
895 | 2024-04-25T09:21:59.756Z | Downloaded bitfield v0.14.0 |
896 | 2024-04-25T09:21:59.756Z | Downloaded new_debug_unreachable v1.0.4 |
897 | 2024-04-25T09:21:59.756Z | Downloaded is_ci v1.2.0 |
898 | 2024-04-25T09:21:59.756Z | Downloaded bytecount v0.6.3 |
899 | 2024-04-25T09:21:59.757Z | Downloaded num-conv v0.1.0 |
900 | 2024-04-25T09:21:59.757Z | Downloaded block-padding v0.3.3 |
901 | 2024-04-25T09:21:59.757Z | Downloaded cipher v0.4.4 |
902 | 2024-04-25T09:21:59.757Z | Downloaded matches v0.1.10 |
903 | 2024-04-25T09:21:59.757Z | Downloaded constant_time_eq v0.3.0 |
904 | 2024-04-25T09:21:59.757Z | Downloaded colored v2.1.0 |
905 | 2024-04-25T09:21:59.757Z | Downloaded cobs v0.2.3 |
906 | 2024-04-25T09:21:59.757Z | Downloaded clap_lex v0.7.0 |
907 | 2024-04-25T09:21:59.757Z | Downloaded tower-service v0.3.2 |
908 | 2024-04-25T09:21:59.757Z | Downloaded maybe-uninit v2.0.0 |
909 | 2024-04-25T09:21:59.757Z | Downloaded lru-cache v0.1.2 |
910 | 2024-04-25T09:21:59.757Z | Downloaded mime_guess v2.0.4 |
911 | 2024-04-25T09:21:59.757Z | Downloaded cpufeatures v0.2.12 |
912 | 2024-04-25T09:21:59.757Z | Downloaded httparse v1.8.0 |
913 | 2024-04-25T09:21:59.757Z | Downloaded crc v3.0.1 |
914 | 2024-04-25T09:21:59.757Z | Downloaded corncobs v0.1.3 |
915 | 2024-04-25T09:21:59.757Z | Downloaded cexpr v0.6.0 |
916 | 2024-04-25T09:21:59.757Z | Downloaded zone_cfg_derive v0.1.2 |
917 | 2024-04-25T09:21:59.757Z | Downloaded buf-list v1.0.3 |
918 | 2024-04-25T09:21:59.757Z | Downloaded multimap v0.10.0 |
919 | 2024-04-25T09:21:59.757Z | Downloaded maplit v1.0.2 |
920 | 2024-04-25T09:21:59.757Z | Downloaded lazy_static v1.4.0 |
921 | 2024-04-25T09:21:59.758Z | Downloaded camino v1.1.6 |
922 | 2024-04-25T09:21:59.758Z | Downloaded num-derive v0.4.0 |
923 | 2024-04-25T09:21:59.758Z | Downloaded nanorand v0.7.0 |
924 | 2024-04-25T09:21:59.758Z | Downloaded mockall v0.12.1 |
925 | 2024-04-25T09:21:59.758Z | Downloaded darling_macro v0.20.8 |
926 | 2024-04-25T09:21:59.758Z | Downloaded scheduled-thread-pool v0.2.7 |
927 | 2024-04-25T09:21:59.758Z | Downloaded downcast v0.11.0 |
928 | 2024-04-25T09:21:59.758Z | Downloaded same-file v1.0.6 |
929 | 2024-04-25T09:21:59.758Z | Downloaded rustversion v1.0.14 |
930 | 2024-04-25T09:21:59.758Z | Downloaded signal-hook-mio v0.2.3 |
931 | 2024-04-25T09:21:59.758Z | Downloaded shlex v1.3.0 |
932 | 2024-04-25T09:21:59.758Z | Downloaded libsw v3.3.1 |
933 | 2024-04-25T09:21:59.758Z | Downloaded lalrpop-util v0.19.12 |
934 | 2024-04-25T09:21:59.758Z | Downloaded nibble_vec v0.1.0 |
935 | 2024-04-25T09:21:59.758Z | Downloaded num v0.4.2 |
936 | 2024-04-25T09:21:59.758Z | Downloaded convert_case v0.4.0 |
937 | 2024-04-25T09:21:59.758Z | Downloaded indexmap v1.9.3 |
938 | 2024-04-25T09:21:59.758Z | Downloaded base64ct v1.6.0 |
939 | 2024-04-25T09:21:59.758Z | Downloaded foreign-types-shared v0.3.1 |
940 | 2024-04-25T09:21:59.758Z | Downloaded wait-timeout v0.2.0 |
941 | 2024-04-25T09:21:59.765Z | Downloaded slog-bunyan v2.5.0 |
942 | 2024-04-25T09:21:59.765Z | Downloaded foreign-types-shared v0.1.1 |
943 | 2024-04-25T09:21:59.765Z | Downloaded endian-type v0.1.2 |
944 | 2024-04-25T09:21:59.765Z | Downloaded terminal_size v0.3.0 |
945 | 2024-04-25T09:21:59.765Z | Downloaded unicode-xid v0.2.4 |
946 | 2024-04-25T09:21:59.765Z | Downloaded utf8parse v0.2.1 |
947 | 2024-04-25T09:21:59.765Z | Downloaded const_format_proc_macros v0.2.32 |
948 | 2024-04-25T09:21:59.765Z | Downloaded console v0.15.8 |
949 | 2024-04-25T09:21:59.765Z | Downloaded ipnet v2.9.0 |
950 | 2024-04-25T09:21:59.765Z | Downloaded which v4.4.0 |
951 | 2024-04-25T09:21:59.765Z | Downloaded zone v0.1.8 |
952 | 2024-04-25T09:21:59.765Z | Downloaded tokio-native-tls v0.3.1 |
953 | 2024-04-25T09:21:59.765Z | Downloaded peg-runtime v0.8.2 |
954 | 2024-04-25T09:21:59.766Z | Downloaded serde-big-array v0.4.1 |
955 | 2024-04-25T09:21:59.766Z | Downloaded defmt-parser v0.3.3 |
956 | 2024-04-25T09:21:59.766Z | Downloaded num-complex v0.4.5 |
957 | 2024-04-25T09:21:59.766Z | Downloaded nu-ansi-term v0.50.0 |
958 | 2024-04-25T09:21:59.766Z | Downloaded futures-task v0.3.30 |
959 | 2024-04-25T09:21:59.766Z | Downloaded ff v0.13.0 |
960 | 2024-04-25T09:21:59.766Z | Downloaded dirs-next v2.0.0 |
961 | 2024-04-25T09:21:59.766Z | Downloaded whoami v1.5.1 |
962 | 2024-04-25T09:21:59.766Z | Downloaded tracing-attributes v0.1.27 |
963 | 2024-04-25T09:21:59.766Z | Downloaded heck v0.3.3 |
964 | 2024-04-25T09:21:59.766Z | Downloaded const-oid v0.9.6 |
965 | 2024-04-25T09:21:59.766Z | Downloaded clap_derive v4.5.4 |
966 | 2024-04-25T09:21:59.766Z | Downloaded plain v0.2.3 |
967 | 2024-04-25T09:21:59.766Z | Downloaded percent-encoding v2.3.1 |
968 | 2024-04-25T09:21:59.766Z | Downloaded term v0.7.0 |
969 | 2024-04-25T09:21:59.766Z | Downloaded hash32 v0.3.1 |
970 | 2024-04-25T09:21:59.766Z | Downloaded try-lock v0.2.4 |
971 | 2024-04-25T09:21:59.766Z | Downloaded uuid v0.8.2 |
972 | 2024-04-25T09:21:59.767Z | Downloaded crc32fast v1.3.2 |
973 | 2024-04-25T09:21:59.767Z | Downloaded rusty-fork v0.3.0 |
974 | 2024-04-25T09:21:59.767Z | Downloaded termtree v0.4.1 |
975 | 2024-04-25T09:21:59.767Z | Downloaded r2d2 v0.8.10 |
976 | 2024-04-25T09:21:59.767Z | Downloaded usdt-macro v0.5.0 |
977 | 2024-04-25T09:21:59.767Z | Downloaded usdt-macro v0.3.5 |
978 | 2024-04-25T09:21:59.767Z | Downloaded paste v1.0.14 |
979 | 2024-04-25T09:21:59.767Z | Downloaded predicates v3.1.0 |
980 | 2024-04-25T09:21:59.767Z | Downloaded crc-any v2.4.3 |
981 | 2024-04-25T09:21:59.767Z | Downloaded fastrand v2.0.1 |
982 | 2024-04-25T09:21:59.767Z | Downloaded parse-size v1.0.0 |
983 | 2024-04-25T09:21:59.767Z | Downloaded headers-core v0.2.0 |
984 | 2024-04-25T09:21:59.767Z | Downloaded pkg-config v0.3.27 |
985 | 2024-04-25T09:21:59.767Z | Downloaded crossbeam-epoch v0.9.18 |
986 | 2024-04-25T09:21:59.767Z | Downloaded strsim v0.11.0 |
987 | 2024-04-25T09:21:59.767Z | Downloaded strsim v0.10.0 |
988 | 2024-04-25T09:21:59.767Z | Downloaded strip-ansi-escapes v0.2.0 |
989 | 2024-04-25T09:21:59.767Z | Downloaded quick-error v1.2.3 |
990 | 2024-04-25T09:21:59.767Z | Downloaded psl-types v2.0.11 |
991 | 2024-04-25T09:21:59.767Z | Downloaded proc-macro-error-attr v1.0.4 |
992 | 2024-04-25T09:21:59.767Z | Downloaded packed_struct_codegen v0.10.1 |
993 | 2024-04-25T09:21:59.768Z | Downloaded once_cell v1.19.0 |
994 | 2024-04-25T09:21:59.768Z | Downloaded serde_tokenstream v0.2.0 |
995 | 2024-04-25T09:21:59.768Z | Downloaded thiserror-no-std v2.0.2 |
996 | 2024-04-25T09:21:59.768Z | Downloaded fd-lock v4.0.2 |
997 | 2024-04-25T09:21:59.768Z | Downloaded version_check v0.9.4 |
998 | 2024-04-25T09:21:59.768Z | Downloaded compact_str v0.7.1 |
999 | 2024-04-25T09:21:59.768Z | Downloaded smawk v0.3.1 |
1000 | 2024-04-25T09:21:59.768Z | Downloaded stringprep v0.1.3 |
1001 | 2024-04-25T09:21:59.768Z | Downloaded string_cache v0.8.7 |
1002 | 2024-04-25T09:21:59.768Z | Downloaded scroll_derive v0.12.0 |
1003 | 2024-04-25T09:21:59.768Z | Downloaded either v1.11.0 |
1004 | 2024-04-25T09:21:59.768Z | Downloaded debug-ignore v1.0.5 |
1005 | 2024-04-25T09:21:59.768Z | Downloaded sync_wrapper v0.1.2 |
1006 | 2024-04-25T09:21:59.768Z | Downloaded swrite v0.1.0 |
1007 | 2024-04-25T09:21:59.768Z | Downloaded crunchy v0.2.2 |
1008 | 2024-04-25T09:21:59.768Z | Downloaded pkcs8 v0.10.2 |
1009 | 2024-04-25T09:21:59.768Z | Downloaded filetime v0.2.23 |
1010 | 2024-04-25T09:21:59.768Z | Downloaded fallible-iterator v0.2.0 |
1011 | 2024-04-25T09:21:59.768Z | Downloaded samael v0.0.15 |
1012 | 2024-04-25T09:21:59.768Z | Downloaded phf_shared v0.11.2 |
1013 | 2024-04-25T09:21:59.769Z | Downloaded powerfmt v0.2.0 |
1014 | 2024-04-25T09:21:59.769Z | Downloaded diesel_derives v2.1.2 |
1015 | 2024-04-25T09:21:59.769Z | Downloaded serde_derive v1.0.198 |
1016 | 2024-04-25T09:21:59.769Z | Downloaded resolv-conf v0.7.0 |
1017 | 2024-04-25T09:21:59.769Z | Downloaded sha2 v0.10.8 |
1018 | 2024-04-25T09:21:59.769Z | Downloaded zip v0.6.6 |
1019 | 2024-04-25T09:21:59.769Z | Downloaded rand_xorshift v0.3.0 |
1020 | 2024-04-25T09:21:59.769Z | Downloaded rand_seeder v0.2.3 |
1021 | 2024-04-25T09:21:59.769Z | Downloaded const_format v0.2.32 |
1022 | 2024-04-25T09:21:59.769Z | Downloaded precomputed-hash v0.1.1 |
1023 | 2024-04-25T09:21:59.769Z | Downloaded strum_macros v0.25.2 |
1024 | 2024-04-25T09:21:59.769Z | Downloaded signal-hook-tokio v0.3.1 |
1025 | 2024-04-25T09:21:59.769Z | Downloaded signal-hook-registry v1.4.1 |
1026 | 2024-04-25T09:21:59.769Z | Downloaded serde_urlencoded v0.7.1 |
1027 | 2024-04-25T09:21:59.769Z | Downloaded sec1 v0.7.3 |
1028 | 2024-04-25T09:21:59.769Z | Downloaded crypto-common v0.1.6 |
1029 | 2024-04-25T09:21:59.769Z | Downloaded usdt v0.5.0 |
1030 | 2024-04-25T09:21:59.770Z | Downloaded usdt v0.3.5 |
1031 | 2024-04-25T09:21:59.770Z | Downloaded http v0.2.12 |
1032 | 2024-04-25T09:21:59.770Z | Downloaded fnv v1.0.7 |
1033 | 2024-04-25T09:21:59.770Z | Downloaded embedded-io v0.4.0 |
1034 | 2024-04-25T09:21:59.770Z | Downloaded derive_builder_macro v0.20.0 |
1035 | 2024-04-25T09:21:59.770Z | Downloaded pin-project-internal v1.1.3 |
1036 | 2024-04-25T09:21:59.770Z | Downloaded slog v2.7.0 |
1037 | 2024-04-25T09:21:59.770Z | Downloaded unicode_categories v0.1.1 |
1038 | 2024-04-25T09:21:59.770Z | Downloaded vte_generate_state_changes v0.1.1 |
1039 | 2024-04-25T09:21:59.770Z | Downloaded trust-dns-client v0.22.0 |
1040 | 2024-04-25T09:21:59.770Z | Downloaded cstr-argument v0.1.2 |
1041 | 2024-04-25T09:21:59.786Z | Downloaded olpc-cjson v0.1.3 |
1042 | 2024-04-25T09:21:59.786Z | Downloaded der v0.7.8 |
1043 | 2024-04-25T09:21:59.786Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1044 | 2024-04-25T09:21:59.786Z | Downloaded foreign-types-macros v0.2.3 |
1045 | 2024-04-25T09:21:59.787Z | Downloaded uuid v1.8.0 |
1046 | 2024-04-25T09:21:59.787Z | Downloaded pest_generator v2.7.6 |
1047 | 2024-04-25T09:21:59.787Z | Downloaded num_threads v0.1.6 |
1048 | 2024-04-25T09:21:59.787Z | Downloaded ref-cast v1.0.22 |
1049 | 2024-04-25T09:21:59.787Z | Downloaded serde_with_macros v3.7.0 |
1050 | 2024-04-25T09:21:59.787Z | Downloaded rustc_version v0.1.7 |
1051 | 2024-04-25T09:21:59.787Z | Downloaded pretty-hex v0.4.1 |
1052 | 2024-04-25T09:21:59.787Z | Downloaded secrecy v0.8.0 |
1053 | 2024-04-25T09:21:59.787Z | Downloaded scroll v0.12.0 |
1054 | 2024-04-25T09:21:59.787Z | Downloaded semver v0.1.20 |
1055 | 2024-04-25T09:21:59.787Z | Downloaded static_assertions v1.1.0 |
1056 | 2024-04-25T09:21:59.787Z | Downloaded stable_deref_trait v1.2.0 |
1057 | 2024-04-25T09:21:59.788Z | Downloaded stability v0.2.0 |
1058 | 2024-04-25T09:21:59.788Z | Downloaded rustfmt-wrapper v0.2.1 |
1059 | 2024-04-25T09:21:59.788Z | Downloaded termios v0.3.3 |
1060 | 2024-04-25T09:21:59.788Z | Downloaded ena v0.14.2 |
1061 | 2024-04-25T09:21:59.788Z | Downloaded half v2.3.1 |
1062 | 2024-04-25T09:21:59.788Z | Downloaded heapless v0.7.16 |
1063 | 2024-04-25T09:21:59.788Z | Downloaded toml_datetime v0.6.5 |
1064 | 2024-04-25T09:21:59.788Z | Downloaded slog-json v2.6.1 |
1065 | 2024-04-25T09:21:59.788Z | Downloaded thread-id v4.2.0 |
1066 | 2024-04-25T09:21:59.788Z | Downloaded postgres-types v0.2.6 |
1067 | 2024-04-25T09:21:59.789Z | Downloaded usdt-impl v0.3.5 |
1068 | 2024-04-25T09:21:59.789Z | Downloaded fatfs v0.3.6 |
1069 | 2024-04-25T09:21:59.789Z | Downloaded foreign-types v0.5.0 |
1070 | 2024-04-25T09:21:59.789Z | Downloaded curve25519-dalek-derive v0.1.0 |
1071 | 2024-04-25T09:21:59.789Z | Downloaded fragile v2.0.0 |
1072 | 2024-04-25T09:21:59.789Z | Downloaded fxhash v0.2.1 |
1073 | 2024-04-25T09:21:59.789Z | Downloaded form_urlencoded v1.2.1 |
1074 | 2024-04-25T09:21:59.789Z | Downloaded difflib v0.4.0 |
1075 | 2024-04-25T09:21:59.790Z | Downloaded oso-derive v0.27.3 |
1076 | 2024-04-25T09:21:59.790Z | Downloaded subprocess v0.2.9 |
1077 | 2024-04-25T09:21:59.790Z | Downloaded num_enum_derive v0.5.11 |
1078 | 2024-04-25T09:21:59.790Z | Downloaded num-bigint v0.4.4 |
1079 | 2024-04-25T09:21:59.815Z | Downloaded foreign-types v0.3.2 |
1080 | 2024-04-25T09:21:59.816Z | Downloaded want v0.3.1 |
1081 | 2024-04-25T09:21:59.816Z | Downloaded slog-stdlog v4.1.1 |
1082 | 2024-04-25T09:21:59.816Z | Downloaded tokio-tungstenite v0.21.0 |
1083 | 2024-04-25T09:21:59.816Z | Downloaded rustls-pemfile v1.0.3 |
1084 | 2024-04-25T09:21:59.816Z | Downloaded derive_more v0.99.17 |
1085 | 2024-04-25T09:21:59.816Z | Downloaded waitgroup v0.1.2 |
1086 | 2024-04-25T09:21:59.816Z | Downloaded usdt-attr-macro v0.5.0 |
1087 | 2024-04-25T09:21:59.816Z | Downloaded signature v2.1.0 |
1088 | 2024-04-25T09:21:59.816Z | Downloaded pin-project v1.1.3 |
1089 | 2024-04-25T09:21:59.830Z | Downloaded portpicker v0.1.1 |
1090 | 2024-04-25T09:21:59.831Z | Downloaded unicode-linebreak v0.1.5 |
1091 | 2024-04-25T09:21:59.831Z | Downloaded unarray v0.1.4 |
1092 | 2024-04-25T09:21:59.831Z | Downloaded smallvec v0.6.14 |
1093 | 2024-04-25T09:21:59.831Z | Downloaded vsss-rs v3.3.4 |
1094 | 2024-04-25T09:21:59.831Z | Downloaded funty v2.0.0 |
1095 | 2024-04-25T09:21:59.831Z | Downloaded futures v0.3.30 |
1096 | 2024-04-25T09:21:59.836Z | Downloaded packed_struct v0.10.1 |
1097 | 2024-04-25T09:21:59.837Z | Downloaded serde-big-array v0.5.1 |
1098 | 2024-04-25T09:21:59.837Z | Downloaded data-encoding v2.4.0 |
1099 | 2024-04-25T09:21:59.837Z | Downloaded pest_derive v2.7.6 |
1100 | 2024-04-25T09:21:59.837Z | Downloaded number_prefix v0.4.0 |
1101 | 2024-04-25T09:21:59.843Z | Downloaded untrusted v0.9.0 |
1102 | 2024-04-25T09:21:59.843Z | Downloaded rustls-pki-types v1.3.0 |
1103 | 2024-04-25T09:21:59.843Z | Downloaded peg-macros v0.8.2 |
1104 | 2024-04-25T09:21:59.850Z | Downloaded thread_local v1.1.7 |
1105 | 2024-04-25T09:21:59.850Z | Downloaded flume v0.11.0 |
1106 | 2024-04-25T09:21:59.857Z | Downloaded tar v0.4.40 |
1107 | 2024-04-25T09:21:59.858Z | Downloaded typenum v1.16.0 |
1108 | 2024-04-25T09:21:59.858Z | Downloaded unicode-bidi v0.3.15 |
1109 | 2024-04-25T09:21:59.865Z | Downloaded pretty-hex v0.2.1 |
1110 | 2024-04-25T09:21:59.865Z | Downloaded toolchain_find v0.4.0 |
1111 | 2024-04-25T09:21:59.865Z | Downloaded getopts v0.2.21 |
1112 | 2024-04-25T09:21:59.865Z | Downloaded generic-array v0.14.7 |
1113 | 2024-04-25T09:21:59.865Z | Downloaded rtoolbox v0.0.1 |
1114 | 2024-04-25T09:21:59.872Z | Downloaded pin-utils v0.1.0 |
1115 | 2024-04-25T09:21:59.872Z | Downloaded phf_shared v0.10.0 |
1116 | 2024-04-25T09:21:59.872Z | Downloaded tokio-stream v0.1.15 |
1117 | 2024-04-25T09:21:59.880Z | Downloaded structmeta v0.3.0 |
1118 | 2024-04-25T09:21:59.880Z | Downloaded structmeta v0.2.0 |
1119 | 2024-04-25T09:21:59.880Z | Downloaded diff v0.1.13 |
1120 | 2024-04-25T09:21:59.913Z | Downloaded structmeta-derive v0.3.0 |
1121 | 2024-04-25T09:21:59.913Z | Downloaded time-core v0.1.2 |
1122 | 2024-04-25T09:21:59.913Z | Downloaded num-traits v0.2.18 |
1123 | 2024-04-25T09:21:59.914Z | Downloaded sigpipe v0.1.3 |
1124 | 2024-04-25T09:21:59.914Z | Downloaded dtrace-parser v0.2.0 |
1125 | 2024-04-25T09:21:59.914Z | Downloaded rpassword v7.3.1 |
1126 | 2024-04-25T09:21:59.914Z | Downloaded strum_macros v0.24.3 |
1127 | 2024-04-25T09:21:59.922Z | Downloaded serde_tokenstream v0.1.7 |
1128 | 2024-04-25T09:21:59.923Z | Downloaded group v0.13.0 |
1129 | 2024-04-25T09:21:59.923Z | Downloaded signature v1.6.4 |
1130 | 2024-04-25T09:21:59.923Z | Downloaded walkdir v2.5.0 |
1131 | 2024-04-25T09:21:59.923Z | Downloaded crypto-bigint v0.5.2 |
1132 | 2024-04-25T09:21:59.923Z | Downloaded url v2.5.0 |
1133 | 2024-04-25T09:21:59.923Z | Downloaded strum v0.26.2 |
1134 | 2024-04-25T09:21:59.923Z | Downloaded topological-sort v0.2.2 |
1135 | 2024-04-25T09:21:59.923Z | Downloaded untrusted v0.7.1 |
1136 | 2024-04-25T09:21:59.924Z | Downloaded unicode-ident v1.0.12 |
1137 | 2024-04-25T09:21:59.924Z | Downloaded tokio-rustls v0.25.0 |
1138 | 2024-04-25T09:21:59.924Z | Downloaded rustls-pemfile v2.1.2 |
1139 | 2024-04-25T09:21:59.924Z | Downloaded sqlparser_derive v0.2.2 |
1140 | 2024-04-25T09:21:59.951Z | Downloaded proc-macro-crate v1.3.1 |
1141 | 2024-04-25T09:21:59.951Z | Downloaded tap v1.0.1 |
1142 | 2024-04-25T09:21:59.951Z | Downloaded peg v0.8.2 |
1143 | 2024-04-25T09:21:59.951Z | Downloaded derive-where v1.2.7 |
1144 | 2024-04-25T09:21:59.951Z | Downloaded blake3 v1.5.0 |
1145 | 2024-04-25T09:21:59.961Z | Downloaded openssl-macros v0.1.1 |
1146 | 2024-04-25T09:21:59.962Z | Downloaded opaque-debug v0.3.0 |
1147 | 2024-04-25T09:21:59.962Z | Downloaded openssl-probe v0.1.5 |
1148 | 2024-04-25T09:21:59.962Z | Downloaded slab v0.4.9 |
1149 | 2024-04-25T09:21:59.962Z | Downloaded scopeguard v1.2.0 |
1150 | 2024-04-25T09:21:59.962Z | Downloaded toml v0.5.11 |
1151 | 2024-04-25T09:21:59.962Z | Downloaded schemars v0.8.16 |
1152 | 2024-04-25T09:21:59.976Z | Downloaded enum-as-inner v0.5.1 |
1153 | 2024-04-25T09:21:59.977Z | Downloaded xattr v1.0.1 |
1154 | 2024-04-25T09:21:59.977Z | Downloaded pin-project-lite v0.2.13 |
1155 | 2024-04-25T09:21:59.977Z | Downloaded tabled_derive v0.7.0 |
1156 | 2024-04-25T09:21:59.977Z | Downloaded time-macros v0.2.17 |
1157 | 2024-04-25T09:22:00.013Z | Downloaded ucd-trie v0.1.6 |
1158 | 2024-04-25T09:22:00.013Z | Downloaded tiny-keccak v2.0.2 |
1159 | 2024-04-25T09:22:00.013Z | Downloaded fixedbitset v0.4.2 |
1160 | 2024-04-25T09:22:00.014Z | Downloaded pkcs1 v0.7.5 |
1161 | 2024-04-25T09:22:00.014Z | Downloaded toml v0.8.12 |
1162 | 2024-04-25T09:22:00.014Z | Downloaded glob v0.3.1 |
1163 | 2024-04-25T09:22:00.014Z | Downloaded flagset v0.4.3 |
1164 | 2024-04-25T09:22:00.039Z | Downloaded predicates-tree v1.0.9 |
1165 | 2024-04-25T09:22:00.039Z | Downloaded errno v0.3.8 |
1166 | 2024-04-25T09:22:00.040Z | Downloaded hashbrown v0.12.3 |
1167 | 2024-04-25T09:22:00.040Z | Downloaded postcard v1.0.8 |
1168 | 2024-04-25T09:22:00.040Z | Downloaded yasna v0.5.2 |
1169 | 2024-04-25T09:22:00.040Z | Downloaded serde_spanned v0.6.5 |
1170 | 2024-04-25T09:22:00.041Z | Downloaded hyper v0.14.28 |
1171 | 2024-04-25T09:22:00.041Z | Downloaded derive_builder v0.20.0 |
1172 | 2024-04-25T09:22:00.041Z | Downloaded poly1305 v0.8.0 |
1173 | 2024-04-25T09:22:00.041Z | Downloaded rustyline v14.0.0 |
1174 | 2024-04-25T09:22:00.041Z | Downloaded toml v0.7.8 |
1175 | 2024-04-25T09:22:00.041Z | Downloaded dof v0.3.0 |
1176 | 2024-04-25T09:22:00.041Z | Downloaded globset v0.4.13 |
1177 | 2024-04-25T09:22:00.041Z | Downloaded platforms v3.0.2 |
1178 | 2024-04-25T09:22:00.041Z | Downloaded csv-core v0.1.11 |
1179 | 2024-04-25T09:22:00.041Z | Downloaded env_logger v0.10.0 |
1180 | 2024-04-25T09:22:00.041Z | Downloaded prettyplease v0.2.19 |
1181 | 2024-04-25T09:22:00.042Z | Downloaded typed-path v0.7.0 |
1182 | 2024-04-25T09:22:00.463Z | Downloaded futures-util v0.3.30 |
1183 | 2024-04-25T09:22:00.463Z | Downloaded derive_builder_core v0.20.0 |
1184 | 2024-04-25T09:22:00.463Z | Downloaded serde_with v3.7.0 |
1185 | 2024-04-25T09:22:00.476Z | Downloaded ron v0.8.1 |
1186 | 2024-04-25T09:22:00.476Z | Downloaded oso v0.27.3 |
1187 | 2024-04-25T09:22:00.476Z | Downloaded similar v2.4.0 |
1188 | 2024-04-25T09:22:00.476Z | Downloaded tough v0.17.1 |
1189 | 2024-04-25T09:22:00.476Z | Downloaded flate2 v1.0.28 |
1190 | 2024-04-25T09:22:00.476Z | Downloaded tokio-postgres v0.7.10 |
1191 | 2024-04-25T09:22:00.476Z | Downloaded rayon-core v1.12.1 |
1192 | 2024-04-25T09:22:00.476Z | Downloaded reedline v0.31.0 |
1193 | 2024-04-25T09:22:00.476Z | Downloaded quick-xml v0.31.0 |
1194 | 2024-04-25T09:22:00.476Z | Downloaded unicode-segmentation v1.10.1 |
1195 | 2024-04-25T09:22:00.477Z | Downloaded rand v0.8.5 |
1196 | 2024-04-25T09:22:00.477Z | Downloaded toml_edit v0.19.15 |
1197 | 2024-04-25T09:22:00.477Z | Downloaded toml_edit v0.22.12 |
1198 | 2024-04-25T09:22:00.477Z | Downloaded time v0.3.34 |
1199 | 2024-04-25T09:22:00.477Z | Downloaded tokio-util v0.7.10 |
1200 | 2024-04-25T09:22:00.477Z | Downloaded zerocopy v0.7.32 |
1201 | 2024-04-25T09:22:00.477Z | Downloaded winnow v0.5.15 |
1202 | 2024-04-25T09:22:00.477Z | Downloaded regex-automata v0.1.10 |
1203 | 2024-04-25T09:22:00.477Z | Downloaded syn v2.0.60 |
1204 | 2024-04-25T09:22:00.477Z | Downloaded petgraph v0.6.4 |
1205 | 2024-04-25T09:22:00.477Z | Downloaded lalrpop v0.19.12 |
1206 | 2024-04-25T09:22:00.477Z | Downloaded regex-syntax v0.6.29 |
1207 | 2024-04-25T09:22:00.478Z | Downloaded tabled v0.15.0 |
1208 | 2024-04-25T09:22:00.478Z | Downloaded object v0.32.1 |
1209 | 2024-04-25T09:22:00.478Z | Downloaded smoltcp v0.9.1 |
1210 | 2024-04-25T09:22:00.478Z | Downloaded goblin v0.8.0 |
1211 | 2024-04-25T09:22:00.478Z | Downloaded rayon v1.10.0 |
1212 | 2024-04-25T09:22:00.479Z | Downloaded sqlparser v0.45.0 |
1213 | 2024-04-25T09:22:00.479Z | Downloaded rustls v0.21.9 |
1214 | 2024-04-25T09:22:00.479Z | Downloaded openssl v0.10.64 |
1215 | 2024-04-25T09:22:00.479Z | Downloaded trust-dns-proto v0.22.0 |
1216 | 2024-04-25T09:22:00.479Z | Downloaded regex v1.10.4 |
1217 | 2024-04-25T09:22:00.479Z | Downloaded diesel v2.1.6 |
1218 | 2024-04-25T09:22:00.479Z | Downloaded regex-syntax v0.8.2 |
1219 | 2024-04-25T09:22:00.479Z | Downloaded radix_trie v0.2.1 |
1220 | 2024-04-25T09:22:00.479Z | Downloaded object v0.30.4 |
1221 | 2024-04-25T09:22:00.480Z | Downloaded gimli v0.28.0 |
1222 | 2024-04-25T09:22:00.480Z | Downloaded regress v0.9.1 |
1223 | 2024-04-25T09:22:00.480Z | Downloaded polar-core v0.27.3 |
1224 | 2024-04-25T09:22:00.480Z | Downloaded curve25519-dalek v4.1.2 |
1225 | 2024-04-25T09:22:00.480Z | Downloaded smoltcp v0.11.0 |
1226 | 2024-04-25T09:22:00.480Z | Downloaded rustix v0.38.31 |
1227 | 2024-04-25T09:22:00.480Z | Downloaded openapiv3 v2.0.0 |
1228 | 2024-04-25T09:22:00.480Z | Downloaded sled v0.34.7 |
1229 | 2024-04-25T09:22:00.480Z | Downloaded sha3 v0.10.8 |
1230 | 2024-04-25T09:22:00.480Z | Downloaded ratatui v0.26.2 |
1231 | 2024-04-25T09:22:00.503Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1232 | 2024-04-25T09:22:00.504Z | Downloaded webpki-roots v0.25.2 |
1233 | 2024-04-25T09:22:00.504Z | Downloaded zerocopy-derive v0.2.0 |
1234 | 2024-04-25T09:22:00.922Z | Downloaded zerocopy-derive v0.6.6 |
1235 | 2024-04-25T09:22:00.922Z | Downloaded rustls v0.22.4 |
1236 | 2024-04-25T09:22:01.346Z | Downloaded regex-automata v0.4.5 |
1237 | 2024-04-25T09:22:01.346Z | Downloaded csv v1.3.0 |
1238 | 2024-04-25T09:22:01.347Z | Downloaded tokio v1.37.0 |
1239 | 2024-04-25T09:22:01.347Z | Downloaded encoding_rs v0.8.33 |
1240 | 2024-04-25T09:22:01.347Z | Downloaded libc v0.2.153 |
1241 | 2024-04-25T09:22:01.347Z | Downloaded bstr v1.9.0 |
1242 | 2024-04-25T09:22:01.347Z | Downloaded bstr v0.2.17 |
1243 | 2024-04-25T09:22:01.347Z | Downloaded nix v0.28.0 |
1244 | 2024-04-25T09:22:01.347Z | Downloaded vcpkg v0.2.15 |
1245 | 2024-04-25T09:22:01.347Z | Downloaded idna v0.2.3 |
1246 | 2024-04-25T09:22:01.347Z | Downloaded rustls-webpki v0.102.1 |
1247 | 2024-04-25T09:22:01.347Z | Downloaded syn v1.0.109 |
1248 | 2024-04-25T09:22:01.347Z | Downloaded idna v0.5.0 |
1249 | 2024-04-25T09:22:01.347Z | Downloaded bitvec v1.0.1 |
1250 | 2024-04-25T09:22:01.347Z | Downloaded portable-atomic v1.4.3 |
1251 | 2024-04-25T09:22:01.347Z | Downloaded steno v0.4.0 |
1252 | 2024-04-25T09:22:01.347Z | Downloaded unicode-normalization v0.1.22 |
1253 | 2024-04-25T09:22:01.347Z | Downloaded reqwest v0.11.24 |
1254 | 2024-04-25T09:22:01.347Z | Downloaded h2 v0.3.26 |
1255 | 2024-04-25T09:22:01.347Z | Downloaded proptest v1.4.0 |
1256 | 2024-04-25T09:22:01.347Z | Downloaded winnow v0.6.1 |
1257 | 2024-04-25T09:22:01.347Z | Downloaded pest v2.7.6 |
1258 | 2024-04-25T09:22:01.347Z | Downloaded rsa v0.9.2 |
1259 | 2024-04-25T09:22:01.347Z | Downloaded crossterm v0.27.0 |
1260 | 2024-04-25T09:22:01.347Z | Downloaded chrono v0.4.38 |
1261 | 2024-04-25T09:22:01.348Z | Downloaded rustls-webpki v0.101.7 |
1262 | 2024-04-25T09:22:01.348Z | Downloaded unsafe-libyaml v0.2.10 |
1263 | 2024-04-25T09:22:01.348Z | Downloaded hashbrown v0.14.3 |
1264 | 2024-04-25T09:22:01.348Z | Downloaded darling_core v0.20.8 |
1265 | 2024-04-25T09:22:01.348Z | Downloaded clap_builder v4.5.2 |
1266 | 2024-04-25T09:22:01.348Z | Downloaded tabwriter v1.4.0 |
1267 | 2024-04-25T09:22:01.348Z | Downloaded serde_repr v0.1.16 |
1268 | 2024-04-25T09:22:01.348Z | Downloaded x509-cert v0.2.4 |
1269 | 2024-04-25T09:22:01.348Z | Downloaded serde_json v1.0.116 |
1270 | 2024-04-25T09:22:01.348Z | Downloaded expectorate v1.1.0 |
1271 | 2024-04-25T09:22:01.348Z | Downloaded ryu v1.0.15 |
1272 | 2024-04-25T09:22:01.348Z | Downloaded zerocopy-derive v0.7.32 |
1273 | 2024-04-25T09:22:01.348Z | Downloaded siphasher v0.3.11 |
1274 | 2024-04-25T09:22:01.348Z | Downloaded dyn-clone v1.0.17 |
1275 | 2024-04-25T09:22:01.348Z | Downloaded take_mut v0.2.2 |
1276 | 2024-04-25T09:22:01.348Z | Downloaded serde_plain v1.0.2 |
1277 | 2024-04-25T09:22:01.348Z | Downloaded serde_arrays v0.1.0 |
1278 | 2024-04-25T09:22:01.348Z | Downloaded serde-hex v0.1.0 |
1279 | 2024-04-25T09:22:01.348Z | Downloaded env_logger v0.9.3 |
1280 | 2024-04-25T09:22:01.348Z | Downloaded zeroize v1.7.0 |
1281 | 2024-04-25T09:22:01.348Z | Downloaded parking_lot v0.12.1 |
1282 | 2024-04-25T09:22:01.348Z | Downloaded papergrid v0.11.0 |
1283 | 2024-04-25T09:22:01.348Z | Downloaded owo-colors v4.0.0 |
1284 | 2024-04-25T09:22:01.349Z | Downloaded libxml v0.3.3 |
1285 | 2024-04-25T09:22:01.349Z | Downloaded rustc-demangle v0.1.23 |
1286 | 2024-04-25T09:22:01.349Z | Downloaded gethostname v0.4.3 |
1287 | 2024-04-25T09:22:01.349Z | Downloaded hashbrown v0.13.2 |
1288 | 2024-04-25T09:22:01.349Z | Downloaded tungstenite v0.21.0 |
1289 | 2024-04-25T09:22:01.349Z | Downloaded itertools v0.12.1 |
1290 | 2024-04-25T09:22:01.349Z | Downloaded tokio-rustls v0.24.1 |
1291 | 2024-04-25T09:22:01.349Z | Downloaded tokio-tungstenite v0.20.1 |
1292 | 2024-04-25T09:22:01.349Z | Downloaded predicates-core v1.0.6 |
1293 | 2024-04-25T09:22:01.349Z | Downloaded zeroize_derive v1.4.2 |
1294 | 2024-04-25T09:22:01.349Z | Downloaded display-error-chain v0.2.0 |
1295 | 2024-04-25T09:22:01.349Z | Downloaded pest_meta v2.7.6 |
1296 | 2024-04-25T09:22:01.349Z | Downloaded dtrace-parser v0.1.14 |
1297 | 2024-04-25T09:22:01.349Z | Downloaded parking_lot v0.11.2 |
1298 | 2024-04-25T09:22:01.349Z | Downloaded minimal-lexical v0.2.1 |
1299 | 2024-04-25T09:22:01.349Z | Downloaded darling v0.20.8 |
1300 | 2024-04-25T09:22:01.349Z | Downloaded rcgen v0.12.1 |
1301 | 2024-04-25T09:22:01.349Z | Downloaded serde v1.0.198 |
1302 | 2024-04-25T09:22:01.349Z | Downloaded trust-dns-server v0.22.1 |
1303 | 2024-04-25T09:22:01.349Z | Downloaded rand_core v0.6.4 |
1304 | 2024-04-25T09:22:01.349Z | Downloaded rand_chacha v0.3.1 |
1305 | 2024-04-25T09:22:01.349Z | Downloaded float-cmp v0.9.0 |
1306 | 2024-04-25T09:22:01.349Z | Downloaded ring v0.17.8 |
1307 | 2024-04-25T09:22:01.349Z | Downloaded equivalent v1.0.1 |
1308 | 2024-04-25T09:22:01.350Z | Downloaded spin v0.9.8 |
1309 | 2024-04-25T09:22:01.350Z | Downloaded vte v0.11.1 |
1310 | 2024-04-25T09:22:01.350Z | Downloaded elliptic-curve v0.13.8 |
1311 | 2024-04-25T09:22:01.350Z | Downloaded publicsuffix v2.2.3 |
1312 | 2024-04-25T09:22:01.350Z | Downloaded sqlformat v0.2.3 |
1313 | 2024-04-25T09:22:01.350Z | Downloaded spki v0.7.2 |
1314 | 2024-04-25T09:22:01.350Z | Downloaded schemars_derive v0.8.16 |
1315 | 2024-04-25T09:22:01.350Z | Downloaded slog-term v2.9.1 |
1316 | 2024-04-25T09:22:01.350Z | Downloaded parking_lot_core v0.8.6 |
1317 | 2024-04-25T09:22:01.350Z | Downloaded num-bigint-dig v0.8.4 |
1318 | 2024-04-25T09:22:01.350Z | Downloaded serde_yaml v0.9.25 |
1319 | 2024-04-25T09:22:01.350Z | Downloaded fs-err v2.11.0 |
1320 | 2024-04-25T09:22:01.350Z | Downloaded zerocopy v0.3.0 |
1321 | 2024-04-25T09:22:01.350Z | Downloaded trust-dns-resolver v0.22.0 |
1322 | 2024-04-25T09:22:01.350Z | Downloaded nom v7.1.3 |
1323 | 2024-04-25T09:22:01.350Z | Downloaded ring v0.16.20 |
1324 | 2024-04-25T09:22:01.350Z | Downloaded itertools v0.10.5 |
1325 | 2024-04-25T09:22:01.350Z | Downloaded omicron-zone-package v0.11.0 |
1326 | 2024-04-25T09:22:01.350Z | Downloaded ron v0.7.1 |
1327 | 2024-04-25T09:22:01.350Z | Downloaded libm v0.2.7 |
1328 | 2024-04-25T09:22:01.350Z | Downloaded bindgen v0.69.2 |
1329 | 2024-04-25T09:22:01.350Z | Downloaded heapless v0.8.0 |
1330 | 2024-04-25T09:22:01.350Z | Downloaded semver v1.0.22 |
1331 | 2024-04-25T09:22:01.350Z | Downloaded salty v0.2.0 |
1332 | 2024-04-25T09:22:01.351Z | Downloaded slog-scope v4.4.0 |
1333 | 2024-04-25T09:22:01.351Z | Downloaded rustc-hash v1.1.0 |
1334 | 2024-04-25T09:22:01.351Z | Downloaded ref-cast-impl v1.0.22 |
1335 | 2024-04-25T09:22:01.351Z | Downloaded usdt-attr-macro v0.3.5 |
1336 | 2024-04-25T09:22:01.356Z | Downloaded peeking_take_while v0.1.2 |
1337 | 2024-04-25T09:22:01.356Z | Downloaded path-slash v0.1.5 |
1338 | 2024-04-25T09:22:01.356Z | Downloaded parse-display v0.9.0 |
1339 | 2024-04-25T09:22:01.356Z | Downloaded phf v0.11.2 |
1340 | 2024-04-25T09:22:01.356Z | Downloaded num_enum v0.5.11 |
1341 | 2024-04-25T09:22:01.356Z | Downloaded dirs-sys-next v0.1.2 |
1342 | 2024-04-25T09:22:01.356Z | Downloaded digest v0.10.7 |
1343 | 2024-04-25T09:22:01.356Z | Downloaded postgres-protocol v0.6.6 |
1344 | 2024-04-25T09:22:01.356Z | Downloaded tungstenite v0.20.1 |
1345 | 2024-04-25T09:22:01.356Z | Downloaded slog-envlogger v2.2.0 |
1346 | 2024-04-25T09:22:01.356Z | Downloaded slog-dtrace v0.3.0 |
1347 | 2024-04-25T09:22:01.356Z | Downloaded ppv-lite86 v0.2.17 |
1348 | 2024-04-25T09:22:01.356Z | Downloaded mio v0.8.11 |
1349 | 2024-04-25T09:22:01.356Z | Downloaded sct v0.7.0 |
1350 | 2024-04-25T09:22:01.356Z | Downloaded parse-display-derive v0.9.0 |
1351 | 2024-04-25T09:22:01.357Z | Downloaded test-strategy v0.3.1 |
1352 | 2024-04-25T09:22:01.357Z | Downloaded textwrap v0.16.1 |
1353 | 2024-04-25T09:22:01.357Z | Downloaded openssl-sys v0.9.102 |
1354 | 2024-04-25T09:22:01.357Z | Downloaded idna v0.3.0 |
1355 | 2024-04-25T09:22:01.357Z | Downloaded crossbeam-channel v0.5.8 |
1356 | 2024-04-25T09:22:01.357Z | Downloaded num_cpus v1.16.0 |
1357 | 2024-04-25T09:22:01.357Z | Downloaded futures-io v0.3.30 |
1358 | 2024-04-25T09:22:01.357Z | Downloaded futures-executor v0.3.30 |
1359 | 2024-04-25T09:22:01.357Z | Downloaded futures-core v0.3.30 |
1360 | 2024-04-25T09:22:01.357Z | Downloaded dof v0.1.5 |
1361 | 2024-04-25T09:22:01.357Z | Downloaded wyz v0.5.1 |
1362 | 2024-04-25T09:22:01.357Z | Downloaded crucible-workspace-hack v0.1.0 |
1363 | 2024-04-25T09:22:01.357Z | Downloaded tracing v0.1.40 |
1364 | 2024-04-25T09:22:01.357Z | Downloaded password-hash v0.5.0 |
1365 | 2024-04-25T09:22:01.357Z | Downloaded num-rational v0.4.1 |
1366 | 2024-04-25T09:22:01.357Z | Downloaded proc-macro2 v1.0.81 |
1367 | 2024-04-25T09:22:01.357Z | Downloaded unicase v2.7.0 |
1368 | 2024-04-25T09:22:01.357Z | Downloaded synstructure v0.12.6 |
1369 | 2024-04-25T09:22:01.357Z | Downloaded supports-color v3.0.0 |
1370 | 2024-04-25T09:22:01.357Z | Downloaded subtle v2.5.0 |
1371 | 2024-04-25T09:22:01.357Z | Downloaded getrandom v0.2.12 |
1372 | 2024-04-25T09:22:01.357Z | Downloaded futures-channel v0.3.30 |
1373 | 2024-04-25T09:22:01.357Z | Downloaded proc-macro-error v1.0.4 |
1374 | 2024-04-25T09:22:01.358Z | Downloaded usdt-impl v0.5.0 |
1375 | 2024-04-25T09:22:01.358Z | Downloaded shell-words v1.1.0 |
1376 | 2024-04-25T09:22:01.358Z | Downloaded sha1 v0.10.6 |
1377 | 2024-04-25T09:22:01.358Z | Downloaded der_derive v0.7.2 |
1378 | 2024-04-25T09:22:01.358Z | Downloaded base64 v0.22.0 |
1379 | 2024-04-25T09:22:01.358Z | Downloaded backtrace v0.3.69 |
1380 | 2024-04-25T09:22:01.358Z | Downloaded radium v0.7.0 |
1381 | 2024-04-25T09:22:01.358Z | Downloaded deranged v0.3.11 |
1382 | 2024-04-25T09:22:01.358Z | Downloaded thiserror-impl-no-std v2.0.2 |
1383 | 2024-04-25T09:22:01.358Z | Downloaded parking_lot_core v0.9.8 |
1384 | 2024-04-25T09:22:01.358Z | Downloaded snafu v0.8.2 |
1385 | 2024-04-25T09:22:01.358Z | Downloaded cc v1.0.83 |
1386 | 2024-04-25T09:22:01.358Z | Downloaded quote v1.0.36 |
1387 | 2024-04-25T09:22:01.358Z | Downloaded hash32 v0.2.1 |
1388 | 2024-04-25T09:22:01.358Z | Downloaded tracing-core v0.1.32 |
1389 | 2024-04-25T09:22:01.358Z | Downloaded memchr v2.7.1 |
1390 | 2024-04-25T09:22:01.358Z | Downloaded tinyvec v1.6.0 |
1391 | 2024-04-25T09:22:01.358Z | Downloaded base64 v0.13.1 |
1392 | 2024-04-25T09:22:01.358Z | Downloaded pem-rfc7468 v0.7.0 |
1393 | 2024-04-25T09:22:01.358Z | Downloaded defmt v0.3.5 |
1394 | 2024-04-25T09:22:01.358Z | Downloaded zerocopy v0.6.6 |
1395 | 2024-04-25T09:22:01.358Z | Downloaded headers v0.3.9 |
1396 | 2024-04-25T09:22:01.358Z | Downloaded utf-8 v0.7.6 |
1397 | 2024-04-25T09:22:01.358Z | Downloaded pem v3.0.4 |
1398 | 2024-04-25T09:22:01.359Z | Downloaded ed25519 v1.5.3 |
1399 | 2024-04-25T09:22:01.359Z | Downloaded defmt-macros v0.3.6 |
1400 | 2024-04-25T09:22:01.359Z | Downloaded smf v0.2.3 |
1401 | 2024-04-25T09:22:01.359Z | Downloaded uzers v0.11.3 |
1402 | 2024-04-25T09:22:01.359Z | Downloaded tui-tree-widget v0.19.0 |
1403 | 2024-04-25T09:22:01.359Z | Downloaded erased-serde v0.3.31 |
1404 | 2024-04-25T09:22:01.359Z | Downloaded clap v4.5.4 |
1405 | 2024-04-25T09:22:01.359Z | Downloaded thiserror-impl v1.0.59 |
1406 | 2024-04-25T09:22:01.359Z | Downloaded thiserror v1.0.59 |
1407 | 2024-04-25T09:22:01.359Z | Downloaded socket2 v0.5.6 |
1408 | 2024-04-25T09:22:01.359Z | Downloaded socket2 v0.4.9 |
1409 | 2024-04-25T09:22:01.359Z | Downloaded signal-hook v0.3.17 |
1410 | 2024-04-25T09:22:01.359Z | Downloaded cookie v0.18.1 |
1411 | 2024-04-25T09:22:01.359Z | Downloaded futures-macro v0.3.30 |
1412 | 2024-04-25T09:22:01.359Z | Downloaded tempfile v3.10.1 |
1413 | 2024-04-25T09:22:01.359Z | Downloaded snafu-derive v0.8.2 |
1414 | 2024-04-25T09:22:01.359Z | Downloaded log v0.4.21 |
1415 | 2024-04-25T09:22:01.359Z | Downloaded blake2 v0.10.6 |
1416 | 2024-04-25T09:22:01.359Z | Downloaded futures-sink v0.3.30 |
1417 | 2024-04-25T09:22:01.359Z | Downloaded universal-hash v0.5.1 |
1418 | 2024-04-25T09:22:01.359Z | Downloaded strum_macros v0.26.1 |
1419 | 2024-04-25T09:22:01.359Z | Downloaded smallvec v1.13.1 |
1420 | 2024-04-25T09:22:01.359Z | Downloaded serde_derive_internals v0.26.0 |
1421 | 2024-04-25T09:22:01.359Z | Downloaded mockall_derive v0.12.1 |
1422 | 2024-04-25T09:22:01.360Z | Downloaded memmap2 v0.7.1 |
1423 | 2024-04-25T09:22:01.360Z | Downloaded md-5 v0.10.5 |
1424 | 2024-04-25T09:22:01.360Z | Downloaded libloading v0.7.4 |
1425 | 2024-04-25T09:22:01.360Z | Downloaded native-tls v0.2.11 |
1426 | 2024-04-25T09:22:01.360Z | Downloaded lock_api v0.4.10 |
1427 | 2024-04-25T09:22:01.360Z | Downloaded tokio-macros v2.2.0 |
1428 | 2024-04-25T09:22:01.360Z | Downloaded slog-async v2.8.0 |
1429 | 2024-04-25T09:22:01.360Z | Downloaded cookie_store v0.20.0 |
1430 | 2024-04-25T09:22:01.364Z | Downloaded bitflags v2.4.2 |
1431 | 2024-04-25T09:22:01.364Z | Downloaded unicode-width v0.1.11 |
1432 | 2024-04-25T09:22:01.364Z | Downloaded termcolor v1.2.0 |
1433 | 2024-04-25T09:22:01.364Z | Downloaded structmeta-derive v0.2.0 |
1434 | 2024-04-25T09:22:01.364Z | Downloaded spin v0.5.2 |
1435 | 2024-04-25T09:22:01.364Z | Downloaded serde_path_to_error v0.1.16 |
1436 | 2024-04-25T09:22:01.368Z | Downloaded cookie v0.17.0 |
1437 | 2024-04-25T09:22:01.368Z | Downloaded multer v3.0.0 |
1438 | 2024-04-25T09:22:01.368Z | Downloaded linked-hash-map v0.5.6 |
1439 | 2024-04-25T09:22:01.371Z | Downloaded backoff v0.4.0 |
1440 | 2024-04-25T09:22:01.371Z | Downloaded managed v0.8.0 |
1441 | 2024-04-25T09:22:01.372Z | Downloaded libefi-sys v0.1.0 |
1442 | 2024-04-25T09:22:01.375Z | Downloaded rustc_version v0.4.0 |
1443 | 2024-04-25T09:22:01.375Z | Downloaded num-iter v0.1.44 |
1444 | 2024-04-25T09:22:01.375Z | Downloaded num-integer v0.1.46 |
1445 | 2024-04-25T09:22:01.378Z | Downloaded itoa v1.0.9 |
1446 | 2024-04-25T09:22:01.378Z | Downloaded memmap v0.7.0 |
1447 | 2024-04-25T09:22:01.378Z | Downloaded lru v0.12.1 |
1448 | 2024-04-25T09:22:01.383Z | Downloaded ipnetwork v0.20.0 |
1449 | 2024-04-25T09:22:01.383Z | Downloaded indoc v1.0.9 |
1450 | 2024-04-25T09:22:01.383Z | Downloaded newtype-uuid v1.1.0 |
1451 | 2024-04-25T09:22:01.393Z | Downloaded memoffset v0.7.1 |
1452 | 2024-04-25T09:22:01.393Z | Downloaded kstat-rs v0.2.3 |
1453 | 2024-04-25T09:22:01.393Z | Downloaded crossbeam-deque v0.8.3 |
1454 | 2024-04-25T09:22:01.393Z | Downloaded cancel-safe-futures v0.1.5 |
1455 | 2024-04-25T09:22:01.429Z | Downloaded argon2 v0.5.3 |
1456 | 2024-04-25T09:22:01.429Z | Downloaded bzip2 v0.4.4 |
1457 | 2024-04-25T09:22:01.429Z | Downloaded bcs v0.1.6 |
1458 | 2024-04-25T09:22:01.429Z | Downloaded arrayvec v0.7.4 |
1459 | 2024-04-25T09:22:01.429Z | Downloaded tinyvec_macros v0.1.1 |
1460 | 2024-04-25T09:22:01.429Z | Downloaded castaway v0.2.2 |
1461 | 2024-04-25T09:22:01.430Z | Downloaded cassowary v0.3.0 |
1462 | 2024-04-25T09:22:01.430Z | Downloaded byteorder v1.5.0 |
1463 | 2024-04-25T09:22:01.430Z | Downloaded bit-set v0.5.3 |
1464 | 2024-04-25T09:22:01.430Z | Downloaded cfg-if v1.0.0 |
1465 | 2024-04-25T09:22:01.430Z | Downloaded bit-vec v0.6.3 |
1466 | 2024-04-25T09:22:01.473Z | Downloaded httpdate v1.0.3 |
1467 | 2024-04-25T09:22:01.473Z | Downloaded home v0.5.5 |
1468 | 2024-04-25T09:22:01.473Z | Downloaded bb8 v0.8.3 |
1469 | 2024-04-25T09:22:01.473Z | Downloaded async-recursion v1.1.0 |
1470 | 2024-04-25T09:22:01.473Z | Downloaded bytes v1.6.0 |
1471 | 2024-04-25T09:22:01.473Z | Downloaded http-range v0.1.5 |
1472 | 2024-04-25T09:22:01.473Z | Downloaded hostname v0.3.1 |
1473 | 2024-04-25T09:22:01.473Z | Downloaded highway v1.1.0 |
1474 | 2024-04-25T09:22:01.473Z | Downloaded hex v0.4.3 |
1475 | 2024-04-25T09:22:01.473Z | Downloaded atomicwrites v0.4.3 |
1476 | 2024-04-25T09:22:01.473Z | Downloaded arrayref v0.3.7 |
1477 | 2024-04-25T09:22:01.473Z | Downloaded cfg_aliases v0.1.1 |
1478 | 2024-04-25T09:22:01.474Z | Downloaded bitstruct v0.1.1 |
1479 | 2024-04-25T09:22:01.474Z | Downloaded arc-swap v1.6.0 |
1480 | 2024-04-25T09:22:01.474Z | Downloaded anyhow v1.0.82 |
1481 | 2024-04-25T09:22:01.474Z | Downloaded hubpack_derive v0.1.1 |
1482 | 2024-04-25T09:22:01.474Z | Downloaded base16ct v0.2.0 |
1483 | 2024-04-25T09:22:01.474Z | Downloaded assert_matches v1.5.0 |
1484 | 2024-04-25T09:22:01.474Z | Downloaded autocfg v1.1.0 |
1485 | 2024-04-25T09:22:01.474Z | Downloaded atomic-waker v1.1.1 |
1486 | 2024-04-25T09:22:01.474Z | Downloaded async-stream-impl v0.3.5 |
1487 | 2024-04-25T09:22:01.474Z | Downloaded aho-corasick v1.1.2 |
1488 | 2024-04-25T09:22:01.839Z | Compiling proc-macro2 v1.0.81 |
1489 | 2024-04-25T09:22:01.839Z | Compiling unicode-ident v1.0.12 |
1490 | 2024-04-25T09:22:01.843Z | Compiling libc v0.2.153 |
1491 | 2024-04-25T09:22:01.843Z | Compiling serde v1.0.198 |
1492 | 2024-04-25T09:22:01.843Z | Compiling version_check v0.9.4 |
1493 | 2024-04-25T09:22:01.843Z | Compiling autocfg v1.1.0 |
1494 | 2024-04-25T09:22:01.883Z | Compiling cfg-if v1.0.0 |
1495 | 2024-04-25T09:22:02.009Z | Compiling syn v1.0.109 |
1496 | 2024-04-25T09:22:02.031Z | Compiling once_cell v1.19.0 |
1497 | 2024-04-25T09:22:02.075Z | Compiling byteorder v1.5.0 |
1498 | 2024-04-25T09:22:02.538Z | Compiling memchr v2.7.1 |
1499 | 2024-04-25T09:22:02.661Z | Compiling ahash v0.8.8 |
1500 | 2024-04-25T09:22:02.661Z | Compiling parking_lot_core v0.9.8 |
1501 | 2024-04-25T09:22:02.814Z | Compiling lock_api v0.4.10 |
1502 | 2024-04-25T09:22:03.083Z | Compiling serde_json v1.0.116 |
1503 | 2024-04-25T09:22:03.083Z | Compiling libm v0.2.7 |
1504 | 2024-04-25T09:22:03.083Z | Compiling num-traits v0.2.18 |
1505 | 2024-04-25T09:22:03.897Z | Compiling thiserror v1.0.59 |
1506 | 2024-04-25T09:22:04.355Z | Compiling typenum v1.16.0 |
1507 | 2024-04-25T09:22:04.355Z | Compiling generic-array v0.14.7 |
1508 | 2024-04-25T09:22:04.355Z | Compiling itoa v1.0.9 |
1509 | 2024-04-25T09:22:04.355Z | Compiling quote v1.0.36 |
1510 | 2024-04-25T09:22:04.355Z | Compiling log v0.4.21 |
1511 | 2024-04-25T09:22:04.355Z | Compiling scopeguard v1.2.0 |
1512 | 2024-04-25T09:22:04.379Z | Compiling cc v1.0.83 |
1513 | 2024-04-25T09:22:04.436Z | Compiling syn v2.0.60 |
1514 | 2024-04-25T09:22:04.583Z | Compiling getrandom v0.2.12 |
1515 | 2024-04-25T09:22:05.183Z | Compiling pkg-config v0.3.27 |
1516 | 2024-04-25T09:22:05.199Z | Compiling allocator-api2 v0.2.16 |
1517 | 2024-04-25T09:22:05.476Z | Compiling slab v0.4.9 |
1518 | 2024-04-25T09:22:05.502Z | Compiling ryu v1.0.15 |
1519 | 2024-04-25T09:22:06.070Z | Compiling smallvec v1.13.1 |
1520 | 2024-04-25T09:22:06.244Z | Compiling schemars v0.8.16 |
1521 | 2024-04-25T09:22:06.515Z | Compiling pin-project-lite v0.2.13 |
1522 | 2024-04-25T09:22:06.634Z | Compiling equivalent v1.0.1 |
1523 | 2024-04-25T09:22:07.120Z | Compiling vcpkg v0.2.15 |
1524 | 2024-04-25T09:22:07.136Z | Compiling ring v0.17.8 |
1525 | 2024-04-25T09:22:07.555Z | Compiling parking_lot v0.12.1 |
1526 | 2024-04-25T09:22:08.024Z | Compiling signal-hook-registry v1.4.1 |
1527 | 2024-04-25T09:22:08.380Z | Compiling openssl-sys v0.9.102 |
1528 | 2024-04-25T09:22:09.305Z | Compiling heck v0.4.1 |
1529 | 2024-04-25T09:22:09.519Z | Compiling mio v0.8.11 |
1530 | 2024-04-25T09:22:09.717Z | Compiling fnv v1.0.7 |
1531 | 2024-04-25T09:22:09.727Z | Compiling rand_core v0.6.4 |
1532 | 2024-04-25T09:22:10.092Z | Compiling time-core v0.1.2 |
1533 | 2024-04-25T09:22:10.121Z | Compiling num-conv v0.1.0 |
1534 | 2024-04-25T09:22:10.133Z | Compiling ring v0.16.20 |
1535 | 2024-04-25T09:22:10.311Z | Compiling socket2 v0.5.6 |
1536 | 2024-04-25T09:22:10.413Z | Compiling time-macros v0.2.17 |
1537 | 2024-04-25T09:22:10.848Z | Compiling num_cpus v1.16.0 |
1538 | 2024-04-25T09:22:11.181Z | Compiling httparse v1.8.0 |
1539 | 2024-04-25T09:22:11.644Z | Compiling serde_derive_internals v0.26.0 |
1540 | 2024-04-25T09:22:11.929Z | Compiling futures-core v0.3.30 |
1541 | 2024-04-25T09:22:12.186Z | Compiling ucd-trie v0.1.6 |
1542 | 2024-04-25T09:22:12.207Z | Compiling openssl v0.10.64 |
1543 | 2024-04-25T09:22:12.593Z | Compiling rustix v0.38.31 |
1544 | 2024-04-25T09:22:12.871Z | Compiling iana-time-zone v0.1.57 |
1545 | 2024-04-25T09:22:13.405Z | Compiling crossbeam-utils v0.8.19 |
1546 | 2024-04-25T09:22:13.821Z | Compiling semver v1.0.22 |
1547 | 2024-04-25T09:22:13.821Z | Compiling tinyvec_macros v0.1.1 |
1548 | 2024-04-25T09:22:13.838Z | Compiling rustls v0.21.9 |
1549 | 2024-04-25T09:22:13.838Z | Compiling native-tls v0.2.11 |
1550 | 2024-04-25T09:22:13.838Z | Compiling spin v0.5.2 |
1551 | 2024-04-25T09:22:13.839Z | Compiling tinyvec v1.6.0 |
1552 | 2024-04-25T09:22:13.976Z | Compiling spin v0.9.8 |
1553 | 2024-04-25T09:22:13.999Z | Compiling const-oid v0.9.6 |
1554 | 2024-04-25T09:22:14.287Z | Compiling subtle v2.5.0 |
1555 | 2024-04-25T09:22:14.493Z | Compiling unicode-xid v0.2.4 |
1556 | 2024-04-25T09:22:14.543Z | Compiling futures-sink v0.3.30 |
1557 | 2024-04-25T09:22:14.638Z | Compiling synstructure v0.12.6 |
1558 | 2024-04-25T09:22:14.745Z | Compiling backtrace v0.3.69 |
1559 | 2024-04-25T09:22:15.273Z | Compiling unicode-normalization v0.1.22 |
1560 | 2024-04-25T09:22:15.664Z | Compiling cookie v0.17.0 |
1561 | 2024-04-25T09:22:15.918Z | Compiling unicode-bidi v0.3.15 |
1562 | 2024-04-25T09:22:16.122Z | Compiling slog v2.7.0 |
1563 | 2024-04-25T09:22:16.145Z | Compiling dyn-clone v1.0.17 |
1564 | 2024-04-25T09:22:16.186Z | Compiling uuid v0.8.2 |
1565 | 2024-04-25T09:22:16.523Z | Compiling futures-channel v0.3.30 |
1566 | 2024-04-25T09:22:16.820Z | Compiling tracing-core v0.1.32 |
1567 | 2024-04-25T09:22:16.888Z | Compiling futures-io v0.3.30 |
1568 | 2024-04-25T09:22:16.980Z | Compiling pin-utils v0.1.0 |
1569 | 2024-04-25T09:22:17.023Z | Compiling serde_derive v1.0.198 |
1570 | 2024-04-25T09:22:17.060Z | Compiling zerocopy-derive v0.7.32 |
1571 | 2024-04-25T09:22:17.081Z | Compiling zeroize_derive v1.4.2 |
1572 | 2024-04-25T09:22:17.172Z | Compiling thiserror-impl v1.0.59 |
1573 | 2024-04-25T09:22:17.215Z | Compiling tokio-macros v2.2.0 |
1574 | 2024-04-25T09:22:17.484Z | Compiling futures-macro v0.3.30 |
1575 | 2024-04-25T09:22:18.371Z | Compiling tracing-attributes v0.1.27 |
1576 | 2024-04-25T09:22:18.636Z | Compiling schemars_derive v0.8.16 |
1577 | 2024-04-25T09:22:18.912Z | Compiling zerocopy v0.7.32 |
1578 | 2024-04-25T09:22:19.291Z | Compiling zeroize v1.7.0 |
1579 | 2024-04-25T09:22:20.034Z | Compiling pest v2.7.6 |
1580 | 2024-04-25T09:22:21.143Z | Compiling hashbrown v0.14.3 |
1581 | 2024-04-25T09:22:21.420Z | Compiling openssl-macros v0.1.1 |
1582 | 2024-04-25T09:22:21.697Z | Compiling zerocopy-derive v0.2.0 |
1583 | 2024-04-25T09:22:22.138Z | Compiling futures-task v0.3.30 |
1584 | 2024-04-25T09:22:22.448Z | Compiling pest_meta v2.7.6 |
1585 | 2024-04-25T09:22:22.684Z | Compiling futures-util v0.3.30 |
1586 | 2024-04-25T09:22:23.053Z | Compiling tracing v0.1.40 |
1587 | 2024-04-25T09:22:23.560Z | Compiling crypto-common v0.1.6 |
1588 | 2024-04-25T09:22:23.576Z | Compiling der_derive v0.7.2 |
1589 | 2024-04-25T09:22:23.624Z | Compiling pest_generator v2.7.6 |
1590 | 2024-04-25T09:22:25.412Z | Compiling aho-corasick v1.1.2 |
1591 | 2024-04-25T09:22:26.285Z | Compiling winnow v0.5.15 |
1592 | 2024-04-25T09:22:26.317Z | Compiling pest_derive v2.7.6 |
1593 | 2024-04-25T09:22:27.863Z | Compiling anyhow v1.0.82 |
1594 | 2024-04-25T09:22:28.049Z | Compiling regex-syntax v0.8.2 |
1595 | 2024-04-25T09:22:29.353Z | Compiling block-buffer v0.10.4 |
1596 | 2024-04-25T09:22:29.599Z | Compiling usdt-impl v0.3.5 |
1597 | 2024-04-25T09:22:29.801Z | Compiling untrusted v0.9.0 |
1598 | 2024-04-25T09:22:29.839Z | Compiling crc32fast v1.3.2 |
1599 | 2024-04-25T09:22:29.934Z | Compiling powerfmt v0.2.0 |
1600 | 2024-04-25T09:22:29.968Z | Compiling rustversion v1.0.14 |
1601 | 2024-04-25T09:22:30.273Z | Compiling bytes v1.6.0 |
1602 | 2024-04-25T09:22:30.411Z | Compiling indexmap v2.2.6 |
1603 | 2024-04-25T09:22:30.539Z | Compiling uuid v1.8.0 |
1604 | 2024-04-25T09:22:32.424Z | Compiling bitflags v2.4.2 |
1605 | 2024-04-25T09:22:32.436Z | Compiling chrono v0.4.38 |
1606 | 2024-04-25T09:22:32.803Z | Compiling tokio v1.37.0 |
1607 | 2024-04-25T09:22:34.085Z | Compiling toml_datetime v0.6.5 |
1608 | 2024-04-25T09:22:34.574Z | Compiling serde_spanned v0.6.5 |
1609 | 2024-04-25T09:22:34.756Z | Compiling http v0.2.12 |
1610 | 2024-04-25T09:22:35.170Z | Compiling toml_edit v0.19.15 |
1611 | 2024-04-25T09:22:35.533Z | Compiling rustc_version v0.4.0 |
1612 | 2024-04-25T09:22:37.018Z | Compiling regex-automata v0.4.5 |
1613 | 2024-04-25T09:22:37.544Z | Compiling heapless v0.7.16 |
1614 | 2024-04-25T09:22:38.236Z | Compiling deranged v0.3.11 |
1615 | 2024-04-25T09:22:40.548Z | Compiling digest v0.10.7 |
1616 | 2024-04-25T09:22:40.955Z | Compiling scroll_derive v0.12.0 |
1617 | 2024-04-25T09:22:41.274Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1618 | 2024-04-25T09:22:42.024Z | Compiling percent-encoding v2.3.1 |
1619 | 2024-04-25T09:22:42.321Z | Compiling num_threads v0.1.6 |
1620 | 2024-04-25T09:22:42.364Z | Compiling ppv-lite86 v0.2.17 |
1621 | 2024-04-25T09:22:42.677Z | Compiling signal-hook v0.3.17 |
1622 | 2024-04-25T09:22:42.914Z | Compiling time v0.3.34 |
1623 | 2024-04-25T09:22:43.512Z | Compiling rand_chacha v0.3.1 |
1624 | 2024-04-25T09:22:44.164Z | Compiling regex v1.10.4 |
1625 | 2024-04-25T09:22:46.412Z | Compiling zerocopy v0.3.0 |
1626 | 2024-04-25T09:22:46.748Z | Compiling thread-id v4.2.0 |
1627 | 2024-04-25T09:22:47.225Z | Compiling dof v0.1.5 |
1628 | 2024-04-25T09:22:47.298Z | Compiling rand v0.8.5 |
1629 | 2024-04-25T09:22:48.001Z | Compiling tokio-util v0.7.10 |
1630 | 2024-04-25T09:22:48.861Z | Compiling dtrace-parser v0.1.14 |
1631 | 2024-04-25T09:22:49.153Z | Compiling async-trait v0.1.80 |
1632 | 2024-04-25T09:22:49.943Z | Compiling num-bigint v0.4.4 |
1633 | 2024-04-25T09:22:50.534Z | Compiling base64ct v1.6.0 |
1634 | 2024-04-25T09:22:50.569Z | Compiling adler v1.0.2 |
1635 | 2024-04-25T09:22:50.569Z | Compiling untrusted v0.7.1 |
1636 | 2024-04-25T09:22:50.608Z | Compiling smoltcp v0.9.1 |
1637 | 2024-04-25T09:22:50.677Z | Compiling unicode-width v0.1.11 |
1638 | 2024-04-25T09:22:50.718Z | Compiling foreign-types-shared v0.1.1 |
1639 | 2024-04-25T09:22:51.193Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1640 | 2024-04-25T09:22:51.193Z | Compiling foreign-types v0.3.2 |
1641 | 2024-04-25T09:22:51.205Z | Compiling miniz_oxide v0.7.1 |
1642 | 2024-04-25T09:22:51.497Z | Compiling pem-rfc7468 v0.7.0 |
1643 | 2024-04-25T09:22:53.646Z | Compiling form_urlencoded v1.2.1 |
1644 | 2024-04-25T09:22:54.610Z | Compiling hmac v0.12.1 |
1645 | 2024-04-25T09:22:54.629Z | Compiling serde_tokenstream v0.1.7 |
1646 | 2024-04-25T09:22:54.629Z | Compiling errno v0.3.8 |
1647 | 2024-04-25T09:22:54.629Z | Compiling base64 v0.21.7 |
1648 | 2024-04-25T09:22:54.841Z | Compiling try-lock v0.2.4 |
1649 | 2024-04-25T09:22:55.000Z | Compiling siphasher v0.3.11 |
1650 | 2024-04-25T09:22:55.330Z | Compiling flagset v0.4.3 |
1651 | 2024-04-25T09:22:55.395Z | Compiling want v0.3.1 |
1652 | 2024-04-25T09:22:55.528Z | Compiling der v0.7.8 |
1653 | 2024-04-25T09:22:57.058Z | Compiling sct v0.7.0 |
1654 | 2024-04-25T09:22:57.284Z | Compiling rustls-webpki v0.101.7 |
1655 | 2024-04-25T09:22:57.370Z | Compiling h2 v0.3.26 |
1656 | 2024-04-25T09:22:58.931Z | Compiling http-body v0.4.5 |
1657 | 2024-04-25T09:23:00.416Z | Compiling openapiv3 v2.0.0 |
1658 | 2024-04-25T09:23:00.624Z | Compiling lazy_static v1.4.0 |
1659 | 2024-04-25T09:23:00.773Z | Compiling hubpack_derive v0.1.1 |
1660 | 2024-04-25T09:23:00.848Z | Compiling zerocopy-derive v0.6.6 |
1661 | 2024-04-25T09:23:00.914Z | Compiling idna v0.5.0 |
1662 | 2024-04-25T09:23:02.079Z | Compiling usdt-impl v0.5.0 |
1663 | 2024-04-25T09:23:02.287Z | Compiling cpufeatures v0.2.12 |
1664 | 2024-04-25T09:23:04.567Z | Compiling anstyle v1.0.6 |
1665 | 2024-04-25T09:23:04.568Z | Compiling utf8parse v0.2.1 |
1666 | 2024-04-25T09:23:04.568Z | Compiling gimli v0.28.0 |
1667 | 2024-04-25T09:23:04.778Z | Compiling stable_deref_trait v1.2.0 |
1668 | 2024-04-25T09:23:04.778Z | Compiling openssl-probe v0.1.5 |
1669 | 2024-04-25T09:23:04.884Z | Compiling tower-service v0.3.2 |
1670 | 2024-04-25T09:23:04.884Z | Compiling httpdate v1.0.3 |
1671 | 2024-04-25T09:23:04.884Z | Compiling anstyle-parse v0.2.1 |
1672 | 2024-04-25T09:23:04.884Z | Compiling sha2 v0.10.8 |
1673 | 2024-04-25T09:23:04.884Z | Compiling url v2.5.0 |
1674 | 2024-04-25T09:23:04.917Z | Compiling hyper v0.14.28 |
1675 | 2024-04-25T09:23:07.268Z | Compiling addr2line v0.21.0 |
1676 | 2024-04-25T09:23:08.068Z | Compiling spki v0.7.2 |
1677 | 2024-04-25T09:23:08.128Z | Compiling usdt-macro v0.3.5 |
1678 | 2024-04-25T09:23:08.417Z | Compiling usdt-attr-macro v0.3.5 |
1679 | 2024-04-25T09:23:11.042Z | Compiling scroll v0.12.0 |
1680 | 2024-04-25T09:23:11.477Z | Compiling md-5 v0.10.5 |
1681 | 2024-04-25T09:23:11.477Z | Compiling serde_tokenstream v0.2.0 |
1682 | 2024-04-25T09:23:11.477Z | Compiling stringprep v0.1.3 |
1683 | 2024-04-25T09:23:11.489Z | Compiling idna v0.3.0 |
1684 | 2024-04-25T09:23:13.080Z | Compiling diesel_table_macro_syntax v0.1.0 |
1685 | 2024-04-25T09:23:13.450Z | Compiling num-integer v0.1.46 |
1686 | 2024-04-25T09:23:18.631Z | Compiling object v0.32.1 |
1687 | 2024-04-25T09:23:18.794Z | Compiling hash32 v0.2.1 |
1688 | 2024-04-25T09:23:18.794Z | Compiling plain v0.2.3 |
1689 | 2024-04-25T09:23:18.794Z | Compiling rustc-demangle v0.1.23 |
1690 | 2024-04-25T09:23:18.795Z | Compiling heck v0.5.0 |
1691 | 2024-04-25T09:23:18.795Z | Compiling colorchoice v1.0.0 |
1692 | 2024-04-25T09:23:18.795Z | Compiling anstyle-query v1.0.0 |
1693 | 2024-04-25T09:23:18.795Z | Compiling fallible-iterator v0.2.0 |
1694 | 2024-04-25T09:23:18.795Z | Compiling psl-types v2.0.11 |
1695 | 2024-04-25T09:23:18.795Z | Compiling publicsuffix v2.2.3 |
1696 | 2024-04-25T09:23:18.795Z | Compiling postgres-protocol v0.6.6 |
1697 | 2024-04-25T09:23:18.867Z | Compiling anstream v0.6.11 |
1698 | 2024-04-25T09:23:19.477Z | Compiling clap_derive v4.5.4 |
1699 | 2024-04-25T09:23:21.681Z | Compiling goblin v0.8.0 |
1700 | 2024-04-25T09:23:24.201Z | Compiling diesel_derives v2.1.2 |
1701 | 2024-04-25T09:23:24.796Z | Compiling tokio-rustls v0.24.1 |
1702 | 2024-04-25T09:23:33.603Z | Compiling pkcs8 v0.10.2 |
1703 | 2024-04-25T09:23:34.095Z | Compiling terminal_size v0.3.0 |
1704 | 2024-04-25T09:23:34.096Z | Compiling tokio-native-tls v0.3.1 |
1705 | 2024-04-25T09:23:34.096Z | Compiling phf_shared v0.11.2 |
1706 | 2024-04-25T09:23:34.100Z | Compiling strum_macros v0.25.2 |
1707 | 2024-04-25T09:23:34.101Z | Compiling regress v0.9.1 |
1708 | 2024-04-25T09:23:34.102Z | Compiling block-padding v0.3.3 |
1709 | 2024-04-25T09:23:34.102Z | Compiling enum-as-inner v0.5.1 |
1710 | 2024-04-25T09:23:34.104Z | Compiling serde_repr v0.1.16 |
1711 | 2024-04-25T09:23:34.105Z | Compiling ff v0.13.0 |
1712 | 2024-04-25T09:23:34.216Z | Compiling scheduled-thread-pool v0.2.7 |
1713 | 2024-04-25T09:23:34.737Z | Compiling encoding_rs v0.8.33 |
1714 | 2024-04-25T09:23:35.282Z | Compiling base16ct v0.2.0 |
1715 | 2024-04-25T09:23:35.309Z | Compiling ipnet v2.9.0 |
1716 | 2024-04-25T09:23:35.568Z | Compiling strsim v0.11.0 |
1717 | 2024-04-25T09:23:36.315Z | Compiling bit-vec v0.6.3 |
1718 | 2024-04-25T09:23:36.357Z | Compiling pretty-hex v0.4.1 |
1719 | 2024-04-25T09:23:36.482Z | Compiling ident_case v1.0.1 |
1720 | 2024-04-25T09:23:36.584Z | Compiling regex-automata v0.1.10 |
1721 | 2024-04-25T09:23:36.661Z | Compiling matches v0.1.10 |
1722 | 2024-04-25T09:23:36.770Z | Compiling bitflags v1.3.2 |
1723 | 2024-04-25T09:23:37.035Z | Compiling strsim v0.10.0 |
1724 | 2024-04-25T09:23:38.171Z | Compiling managed v0.8.0 |
1725 | 2024-04-25T09:23:38.603Z | Compiling clap_lex v0.7.0 |
1726 | 2024-04-25T09:23:38.603Z | Compiling mime v0.3.17 |
1727 | 2024-04-25T09:23:38.603Z | Compiling clap_builder v4.5.2 |
1728 | 2024-04-25T09:23:38.603Z | Compiling darling_core v0.20.8 |
1729 | 2024-04-25T09:23:40.760Z | Compiling bstr v0.2.17 |
1730 | 2024-04-25T09:23:41.673Z | Compiling idna v0.2.3 |
1731 | 2024-04-25T09:23:42.468Z | Compiling dof v0.3.0 |
1732 | 2024-04-25T09:23:43.042Z | Compiling sec1 v0.7.3 |
1733 | 2024-04-25T09:23:43.592Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1734 | 2024-04-25T09:23:44.151Z | Compiling r2d2 v0.8.10 |
1735 | 2024-04-25T09:23:44.432Z | Compiling group v0.13.0 |
1736 | 2024-04-25T09:23:44.767Z | Compiling inout v0.1.3 |
1737 | 2024-04-25T09:23:45.563Z | Compiling phf v0.11.2 |
1738 | 2024-04-25T09:23:46.150Z | Compiling hyper-tls v0.5.0 |
1739 | 2024-04-25T09:23:46.906Z | Compiling signal-hook-mio v0.2.3 |
1740 | 2024-04-25T09:23:46.916Z | Compiling flate2 v1.0.28 |
1741 | 2024-04-25T09:23:46.917Z | Compiling bzip2 v0.4.4 |
1742 | 2024-04-25T09:23:47.019Z | Compiling hyper-rustls v0.24.2 |
1743 | 2024-04-25T09:23:47.319Z | Compiling cookie_store v0.20.0 |
1744 | 2024-04-25T09:23:47.410Z | Compiling postgres-types v0.2.6 |
1745 | 2024-04-25T09:23:47.424Z | Compiling zerocopy v0.6.6 |
1746 | 2024-04-25T09:23:47.779Z | Compiling hubpack v0.1.2 |
1747 | 2024-04-25T09:23:48.217Z | Compiling phf_shared v0.10.0 |
1748 | 2024-04-25T09:23:48.236Z | Compiling rustls-pemfile v1.0.3 |
1749 | 2024-04-25T09:23:48.570Z | Compiling hkdf v0.12.4 |
1750 | 2024-04-25T09:23:48.595Z | Compiling serde_urlencoded v0.7.1 |
1751 | 2024-04-25T09:23:48.732Z | Compiling crossbeam-epoch v0.9.18 |
1752 | 2024-04-25T09:23:48.793Z | Compiling ipnetwork v0.20.0 |
1753 | 2024-04-25T09:23:49.109Z | Compiling futures-executor v0.3.30 |
1754 | 2024-04-25T09:23:49.786Z | Compiling dtrace-parser v0.2.0 |
1755 | 2024-04-25T09:23:50.257Z | Compiling crypto-bigint v0.5.2 |
1756 | 2024-04-25T09:23:51.489Z | Compiling float-cmp v0.9.0 |
1757 | 2024-04-25T09:23:51.507Z | Compiling difflib v0.4.0 |
1758 | 2024-04-25T09:23:52.357Z | Compiling fixedbitset v0.4.2 |
1759 | 2024-04-25T09:23:52.379Z | Compiling static_assertions v1.1.0 |
1760 | 2024-04-25T09:23:52.659Z | Compiling minimal-lexical v0.2.1 |
1761 | 2024-04-25T09:23:52.831Z | Compiling either v1.11.0 |
1762 | 2024-04-25T09:23:53.138Z | Compiling new_debug_unreachable v1.0.4 |
1763 | 2024-04-25T09:23:53.160Z | Compiling webpki-roots v0.25.2 |
1764 | 2024-04-25T09:23:53.212Z | Compiling sync_wrapper v0.1.2 |
1765 | 2024-04-25T09:23:53.321Z | Compiling data-encoding v2.4.0 |
1766 | 2024-04-25T09:23:53.364Z | Compiling normalize-line-endings v0.3.0 |
1767 | 2024-04-25T09:23:53.389Z | Compiling predicates-core v1.0.6 |
1768 | 2024-04-25T09:23:53.832Z | Compiling precomputed-hash v0.1.1 |
1769 | 2024-04-25T09:23:54.310Z | Compiling whoami v1.5.1 |
1770 | 2024-04-25T09:23:54.310Z | Compiling unicode-segmentation v1.10.1 |
1771 | 2024-04-25T09:23:54.310Z | Compiling winnow v0.6.1 |
1772 | 2024-04-25T09:23:54.310Z | Compiling predicates v3.1.0 |
1773 | 2024-04-25T09:23:54.328Z | Compiling trust-dns-proto v0.22.0 |
1774 | 2024-04-25T09:23:54.328Z | Compiling similar v2.4.0 |
1775 | 2024-04-25T09:23:54.762Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1776 | 2024-04-25T09:23:54.944Z | Compiling tokio-postgres v0.7.10 |
1777 | 2024-04-25T09:23:55.190Z | Compiling string_cache v0.8.7 |
1778 | 2024-04-25T09:23:55.632Z | Compiling reqwest v0.11.24 |
1779 | 2024-04-25T09:23:56.363Z | Compiling itertools v0.10.5 |
1780 | 2024-04-25T09:23:57.669Z | Compiling toml_edit v0.22.12 |
1781 | 2024-04-25T09:23:58.573Z | Compiling nom v7.1.3 |
1782 | 2024-04-25T09:23:59.311Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1783 | 2024-04-25T09:24:01.359Z | Compiling petgraph v0.6.4 |
1784 | 2024-04-25T09:24:01.432Z | Compiling elliptic-curve v0.13.8 |
1785 | 2024-04-25T09:24:03.518Z | Compiling futures v0.3.30 |
1786 | 2024-04-25T09:24:03.641Z | Compiling diesel v2.1.6 |
1787 | 2024-04-25T09:24:03.725Z | Compiling yasna v0.5.2 |
1788 | 2024-04-25T09:24:04.845Z | Compiling zip v0.6.6 |
1789 | 2024-04-25T09:24:05.294Z | Compiling crossterm v0.27.0 |
1790 | 2024-04-25T09:24:05.294Z | Compiling cipher v0.4.4 |
1791 | 2024-04-25T09:24:05.362Z | Compiling darling_macro v0.20.8 |
1792 | 2024-04-25T09:24:05.857Z | Compiling clap v4.5.4 |
1793 | 2024-04-25T09:24:05.858Z | Compiling bit-set v0.5.3 |
1794 | 2024-04-25T09:24:06.073Z | Compiling num-iter v0.1.44 |
1795 | 2024-04-25T09:24:06.266Z | Compiling usdt v0.3.5 |
1796 | 2024-04-25T09:24:06.339Z | Compiling console v0.15.8 |
1797 | 2024-04-25T09:24:07.429Z | Compiling bstr v1.9.0 |
1798 | 2024-04-25T09:24:07.625Z | Compiling tokio-stream v0.1.15 |
1799 | 2024-04-25T09:24:08.681Z | Compiling toml v0.7.8 |
1800 | 2024-04-25T09:24:08.685Z | Compiling hex v0.4.3 |
1801 | 2024-04-25T09:24:08.984Z | Compiling peg-runtime v0.8.2 |
1802 | 2024-04-25T09:24:08.997Z | Compiling lalrpop-util v0.19.12 |
1803 | 2024-04-25T09:24:09.539Z | Compiling base64 v0.22.0 |
1804 | 2024-04-25T09:24:09.809Z | Compiling darling v0.20.8 |
1805 | 2024-04-25T09:24:09.833Z | Compiling proc-macro-crate v1.3.1 |
1806 | 2024-04-25T09:24:10.912Z | Compiling heapless v0.8.0 |
1807 | 2024-04-25T09:24:11.292Z | Compiling camino v1.1.6 |
1808 | 2024-04-25T09:24:12.618Z | Compiling num_enum_derive v0.5.11 |
1809 | 2024-04-25T09:24:21.791Z | Compiling hash32 v0.3.1 |
1810 | 2024-04-25T09:24:22.321Z | Compiling smoltcp v0.11.0 |
1811 | 2024-04-25T09:24:23.116Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1812 | 2024-04-25T09:24:23.452Z | Compiling rustls-pki-types v1.3.0 |
1813 | 2024-04-25T09:24:40.564Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1814 | 2024-04-25T09:24:48.019Z | Compiling num_enum v0.5.11 |
1815 | 2024-04-25T09:24:51.850Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1816 | 2024-04-25T09:24:52.088Z | Compiling getopts v0.2.21 |
1817 | 2024-04-25T09:24:53.096Z | Compiling dirs-sys-next v0.1.2 |
1818 | 2024-04-25T09:24:53.170Z | Compiling proc-macro-error-attr v1.0.4 |
1819 | 2024-04-25T09:24:53.466Z | Compiling paste v1.0.14 |
1820 | 2024-04-25T09:24:53.585Z | Compiling embedded-io v0.4.0 |
1821 | 2024-04-25T09:24:53.830Z | Compiling cobs v0.2.3 |
1822 | 2024-04-25T09:24:54.259Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1823 | 2024-04-25T09:24:54.279Z | Compiling unsafe-libyaml v0.2.10 |
1824 | 2024-04-25T09:24:54.716Z | Compiling rustls v0.22.4 |
1825 | 2024-04-25T09:24:55.991Z | Compiling serde_yaml v0.9.25 |
1826 | 2024-04-25T09:24:58.797Z | Compiling postcard v1.0.8 |
1827 | 2024-04-25T09:24:59.630Z | Compiling dirs-next v2.0.0 |
1828 | 2024-04-25T09:25:07.791Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1829 | 2024-04-25T09:25:08.018Z | Compiling rustls-webpki v0.102.1 |
1830 | 2024-04-25T09:25:12.260Z | Compiling strum_macros v0.26.1 |
1831 | 2024-04-25T09:25:12.948Z | Compiling foreign-types-macros v0.2.3 |
1832 | 2024-04-25T09:25:13.522Z | Compiling structmeta-derive v0.3.0 |
1833 | 2024-04-25T09:25:14.188Z | Compiling thread_local v1.1.7 |
1834 | 2024-04-25T09:25:14.204Z | Compiling proc-macro-error v1.0.4 |
1835 | 2024-04-25T09:25:14.540Z | Compiling multer v3.0.0 |
1836 | 2024-04-25T09:25:14.853Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1837 | 2024-04-25T09:25:15.272Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1838 | 2024-04-25T09:25:15.615Z | Compiling foreign-types-shared v0.3.1 |
1839 | 2024-04-25T09:25:15.856Z | Compiling slog-async v2.8.0 |
1840 | 2024-04-25T09:25:16.331Z | Compiling match_cfg v0.1.0 |
1841 | 2024-04-25T09:25:16.977Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1842 | 2024-04-25T09:25:17.036Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1843 | 2024-04-25T09:25:17.036Z | Compiling strum v0.26.2 |
1844 | 2024-04-25T09:25:20.159Z | Compiling hostname v0.3.1 |
1845 | 2024-04-25T09:25:22.114Z | Compiling structmeta v0.3.0 |
1846 | 2024-04-25T09:25:22.972Z | Compiling foreign-types v0.5.0 |
1847 | 2024-04-25T09:25:27.039Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1848 | 2024-04-25T09:25:37.481Z | Compiling term v0.7.0 |
1849 | 2024-04-25T09:25:37.572Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1850 | 2024-04-25T09:25:38.751Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1851 | 2024-04-25T09:25:39.827Z | Compiling slog-json v2.6.1 |
1852 | 2024-04-25T09:25:40.333Z | Compiling is-terminal v0.4.9 |
1853 | 2024-04-25T09:25:40.482Z | Compiling tabwriter v1.4.0 |
1854 | 2024-04-25T09:25:41.219Z | Compiling crossbeam-channel v0.5.8 |
1855 | 2024-04-25T09:25:44.069Z | Compiling http v1.0.0 |
1856 | 2024-04-25T09:25:44.192Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1857 | 2024-04-25T09:25:44.192Z | Compiling async-stream-impl v0.3.5 |
1858 | 2024-04-25T09:25:44.260Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1859 | 2024-04-25T09:25:44.260Z | Compiling cstr-argument v0.1.2 |
1860 | 2024-04-25T09:25:44.260Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1861 | 2024-04-25T09:25:44.260Z | Compiling atomic-waker v1.1.1 |
1862 | 2024-04-25T09:25:44.260Z | Compiling fastrand v2.0.1 |
1863 | 2024-04-25T09:25:44.260Z | Compiling take_mut v0.2.2 |
1864 | 2024-04-25T09:25:44.260Z | Compiling crucible-workspace-hack v0.1.0 |
1865 | 2024-04-25T09:25:44.312Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1866 | 2024-04-25T09:25:44.418Z | Compiling rayon-core v1.12.1 |
1867 | 2024-04-25T09:25:44.584Z | Compiling pretty-hex v0.2.1 |
1868 | 2024-04-25T09:25:45.192Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1869 | 2024-04-25T09:25:45.231Z | Compiling async-stream v0.3.5 |
1870 | 2024-04-25T09:25:45.231Z | Compiling tempfile v3.10.1 |
1871 | 2024-04-25T09:25:45.246Z | Compiling waitgroup v0.1.2 |
1872 | 2024-04-25T09:25:45.573Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1873 | 2024-04-25T09:25:46.699Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1874 | 2024-04-25T09:25:46.958Z | Compiling slog-term v2.9.1 |
1875 | 2024-04-25T09:25:47.085Z | Compiling slog-bunyan v2.5.0 |
1876 | 2024-04-25T09:25:47.369Z | Compiling tokio-rustls v0.25.0 |
1877 | 2024-04-25T09:25:48.385Z | Compiling parse-display-derive v0.9.0 |
1878 | 2024-04-25T09:25:48.465Z | Compiling rustls-pemfile v2.1.2 |
1879 | 2024-04-25T09:25:48.466Z | Compiling toml v0.8.12 |
1880 | 2024-04-25T09:25:48.466Z | Compiling serde_with_macros v3.7.0 |
1881 | 2024-04-25T09:25:48.955Z | Compiling sha1 v0.10.6 |
1882 | 2024-04-25T09:25:49.669Z | Compiling crossbeam-deque v0.8.3 |
1883 | 2024-04-25T09:25:49.905Z | Compiling colored v2.1.0 |
1884 | 2024-04-25T09:25:50.083Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1885 | 2024-04-25T09:25:50.806Z | Compiling newtype-uuid v1.1.0 |
1886 | 2024-04-25T09:25:51.143Z | Compiling serde_path_to_error v0.1.16 |
1887 | 2024-04-25T09:25:51.248Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1888 | 2024-04-25T09:25:51.727Z | Compiling socket2 v0.4.9 |
1889 | 2024-04-25T09:25:51.982Z | Compiling instant v0.1.12 |
1890 | 2024-04-25T09:25:52.049Z | Compiling debug-ignore v1.0.5 |
1891 | 2024-04-25T09:25:52.162Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1892 | 2024-04-25T09:25:52.528Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1893 | 2024-04-25T09:25:53.384Z | Compiling backoff v0.4.0 |
1894 | 2024-04-25T09:25:53.756Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1895 | 2024-04-25T09:25:53.979Z | Compiling parse-display v0.9.0 |
1896 | 2024-04-25T09:25:55.086Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1897 | 2024-04-25T09:25:59.992Z | Compiling serde_with v3.7.0 |
1898 | 2024-04-25T09:26:00.174Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1899 | 2024-04-25T09:26:00.174Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1900 | 2024-04-25T09:26:00.175Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1901 | 2024-04-25T09:26:00.175Z | Compiling camino-tempfile v1.1.1 |
1902 | 2024-04-25T09:26:00.325Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1903 | 2024-04-25T09:26:00.325Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1904 | 2024-04-25T09:26:00.325Z | Compiling macaddr v1.0.1 |
1905 | 2024-04-25T09:26:00.325Z | Compiling num-derive v0.4.0 |
1906 | 2024-04-25T09:26:00.326Z | Compiling sigpipe v0.1.3 |
1907 | 2024-04-25T09:26:00.326Z | Compiling libefi-sys v0.1.0 |
1908 | 2024-04-25T09:26:00.326Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1909 | 2024-04-25T09:26:00.389Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1910 | 2024-04-25T09:26:00.611Z | Compiling rayon v1.10.0 |
1911 | 2024-04-25T09:26:01.574Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
1912 | 2024-04-25T09:26:01.635Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1913 | 2024-04-25T09:26:02.365Z | Compiling smf v0.2.3 |
1914 | 2024-04-25T09:26:03.212Z | Compiling blake3 v1.5.0 |
1915 | 2024-04-25T09:26:03.814Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1916 | 2024-04-25T09:26:04.181Z | Compiling portable-atomic v1.4.3 |
1917 | 2024-04-25T09:26:04.745Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1918 | 2024-04-25T09:26:04.991Z | Compiling filetime v0.2.23 |
1919 | 2024-04-25T09:26:05.121Z | Compiling xattr v1.0.1 |
1920 | 2024-04-25T09:26:05.124Z | Compiling memmap2 v0.7.1 |
1921 | 2024-04-25T09:26:05.331Z | Compiling same-file v1.0.6 |
1922 | 2024-04-25T09:26:05.877Z | Compiling arrayref v0.3.7 |
1923 | 2024-04-25T09:26:05.888Z | Compiling constant_time_eq v0.3.0 |
1924 | 2024-04-25T09:26:05.889Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1925 | 2024-04-25T09:26:05.889Z | Compiling arrayvec v0.7.4 |
1926 | 2024-04-25T09:26:05.889Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1927 | 2024-04-25T09:26:05.889Z | Compiling walkdir v2.5.0 |
1928 | 2024-04-25T09:26:05.920Z | Compiling tar v0.4.40 |
1929 | 2024-04-25T09:26:06.435Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1930 | 2024-04-25T09:26:07.397Z | Compiling gethostname v0.4.3 |
1931 | 2024-04-25T09:26:07.634Z | Compiling number_prefix v0.4.0 |
1932 | 2024-04-25T09:26:07.884Z | Compiling topological-sort v0.2.2 |
1933 | 2024-04-25T09:26:07.982Z | Compiling swrite v0.1.0 |
1934 | 2024-04-25T09:26:08.118Z | Compiling omicron-zone-package v0.11.0 |
1935 | 2024-04-25T09:26:08.140Z | Compiling indicatif v0.17.8 |
1936 | 2024-04-25T09:26:14.317Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1937 | 2024-04-25T09:26:14.553Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1938 | 2024-04-25T09:26:19.484Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1939 | 2024-04-25T09:26:21.913Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1940 | 2024-04-25T09:26:22.303Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1941 | 2024-04-25T09:26:24.006Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1942 | 2024-04-25T09:26:42.005Z | Finished release [optimized] target(s) in 5m 03s |
1943 | 2024-04-25T09:26:42.253Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1944 | 2024-04-25T09:26:42.316Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1945 | 2024-04-25T09:26:42.320Z | Created new build target 'test' and set it as active |
1946 | 2024-04-25T09:26:42.320Z | |
1947 | 2024-04-25T09:26:42.320Z | real 5:04.303156404 |
1948 | 2024-04-25T09:26:42.320Z | user 31:38.177052345 |
1949 | 2024-04-25T09:26:42.320Z | sys 4:03.019488538 |
1950 | 2024-04-25T09:26:42.320Z | trap 0.950423897 |
1951 | 2024-04-25T09:26:42.320Z | tflt 5.352057517 |
1952 | 2024-04-25T09:26:42.320Z | dflt 2.933072954 |
1953 | 2024-04-25T09:26:42.320Z | kflt 0.140225763 |
1954 | 2024-04-25T09:26:42.320Z | lock 1:07:01.668021239 |
1955 | 2024-04-25T09:26:42.320Z | slp 1:29:35.490665041 |
1956 | 2024-04-25T09:26:42.320Z | lat 2:03.882652007 |
1957 | 2024-04-25T09:26:42.320Z | stop 3:42.241977285 |
1958 | 2024-04-25T09:26:42.320Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1959 | 2024-04-25T09:26:43.094Z | Finished release [optimized] target(s) in 0.73s |
1960 | 2024-04-25T09:26:43.116Z | Running `target/release/omicron-package -t test package` |
1961 | 2024-04-25T09:26:43.143Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1962 | 2024-04-25T09:26:43.959Z | Compiling newline-converter v0.3.0 |
1963 | 2024-04-25T09:26:43.959Z | Compiling usdt-attr-macro v0.5.0 |
1964 | 2024-04-25T09:26:43.959Z | Compiling usdt-macro v0.5.0 |
1965 | 2024-04-25T09:26:43.962Z | Compiling memmap v0.7.0 |
1966 | 2024-04-25T09:26:43.962Z | Compiling humantime v2.1.0 |
1967 | 2024-04-25T09:26:44.054Z | Compiling linked-hash-map v0.5.6 |
1968 | 2024-04-25T09:26:44.061Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1969 | 2024-04-25T09:26:44.064Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1970 | 2024-04-25T09:26:44.164Z | Compiling expectorate v1.1.0 |
1971 | 2024-04-25T09:26:44.311Z | Compiling password-hash v0.5.0 |
1972 | 2024-04-25T09:26:44.402Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1973 | 2024-04-25T09:26:44.413Z | Compiling lru-cache v0.1.2 |
1974 | 2024-04-25T09:26:44.429Z | Compiling blake2 v0.10.6 |
1975 | 2024-04-25T09:26:44.614Z | Compiling semver v0.1.20 |
1976 | 2024-04-25T09:26:44.869Z | Compiling argon2 v0.5.3 |
1977 | 2024-04-25T09:26:45.223Z | Compiling rustc_version v0.1.7 |
1978 | 2024-04-25T09:26:45.327Z | Compiling bytecount v0.6.3 |
1979 | 2024-04-25T09:26:45.500Z | Compiling usdt v0.5.0 |
1980 | 2024-04-25T09:26:45.604Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1981 | 2024-04-25T09:26:45.624Z | Compiling newtype_derive v0.1.6 |
1982 | 2024-04-25T09:26:45.731Z | Compiling papergrid v0.11.0 |
1983 | 2024-04-25T09:26:45.983Z | Compiling tabled_derive v0.7.0 |
1984 | 2024-04-25T09:26:46.321Z | Compiling quick-error v1.2.3 |
1985 | 2024-04-25T09:26:46.461Z | Compiling resolv-conf v0.7.0 |
1986 | 2024-04-25T09:26:46.634Z | Compiling steno v0.4.0 |
1987 | 2024-04-25T09:26:47.066Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1988 | 2024-04-25T09:26:47.573Z | Compiling derive-where v1.2.7 |
1989 | 2024-04-25T09:26:48.049Z | Compiling slog-dtrace v0.3.0 |
1990 | 2024-04-25T09:26:48.260Z | Compiling tabled v0.15.0 |
1991 | 2024-04-25T09:26:48.362Z | Compiling num-rational v0.4.1 |
1992 | 2024-04-25T09:26:48.676Z | Compiling termcolor v1.2.0 |
1993 | 2024-04-25T09:26:50.008Z | Compiling trust-dns-resolver v0.22.0 |
1994 | 2024-04-25T09:26:50.567Z | Compiling itertools v0.12.1 |
1995 | 2024-04-25T09:26:50.814Z | Compiling utf-8 v0.7.6 |
1996 | 2024-04-25T09:26:54.362Z | Compiling num-complex v0.4.5 |
1997 | 2024-04-25T09:26:55.293Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1998 | 2024-04-25T09:26:56.130Z | Compiling num v0.4.2 |
1999 | 2024-04-25T09:26:56.138Z | Compiling nibble_vec v0.1.0 |
2000 | 2024-04-25T09:26:56.138Z | Compiling radium v0.7.0 |
2001 | 2024-04-25T09:26:56.339Z | Compiling endian-type v0.1.2 |
2002 | 2024-04-25T09:26:56.487Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2003 | 2024-04-25T09:26:56.589Z | Compiling radix_trie v0.2.1 |
2004 | 2024-04-25T09:26:57.479Z | Compiling tungstenite v0.20.1 |
2005 | 2024-04-25T09:26:59.742Z | Compiling tap v1.0.1 |
2006 | 2024-04-25T09:27:00.291Z | Compiling maybe-uninit v2.0.0 |
2007 | 2024-04-25T09:27:00.307Z | Compiling wyz v0.5.1 |
2008 | 2024-04-25T09:27:00.429Z | Compiling tokio-tungstenite v0.20.1 |
2009 | 2024-04-25T09:27:01.008Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2010 | 2024-04-25T09:27:01.164Z | Compiling num-bigint-dig v0.8.4 |
2011 | 2024-04-25T09:27:01.456Z | Compiling packed_struct v0.10.1 |
2012 | 2024-04-25T09:27:01.875Z | Compiling display-error-chain v0.2.0 |
2013 | 2024-04-25T09:27:02.057Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2014 | 2024-04-25T09:27:02.837Z | Compiling crc-catalog v2.2.0 |
2015 | 2024-04-25T09:27:02.973Z | Compiling cancel-safe-futures v0.1.5 |
2016 | 2024-04-25T09:27:03.322Z | Compiling arc-swap v1.6.0 |
2017 | 2024-04-25T09:27:04.486Z | Compiling funty v2.0.0 |
2018 | 2024-04-25T09:27:06.673Z | Compiling bitvec v1.0.1 |
2019 | 2024-04-25T09:27:07.086Z | Compiling slog-scope v4.4.0 |
2020 | 2024-04-25T09:27:08.061Z | Compiling crc v3.0.1 |
2021 | 2024-04-25T09:27:08.898Z | Compiling fxhash v0.2.1 |
2022 | 2024-04-25T09:27:09.112Z | Compiling packed_struct_codegen v0.10.1 |
2023 | 2024-04-25T09:27:10.061Z | Compiling indexmap v1.9.3 |
2024 | 2024-04-25T09:27:10.318Z | Compiling nodrop v0.1.14 |
2025 | 2024-04-25T09:27:10.437Z | Compiling array-init v0.0.4 |
2026 | 2024-04-25T09:27:10.847Z | Compiling smallvec v0.6.14 |
2027 | 2024-04-25T09:27:11.650Z | Compiling slog-stdlog v4.1.1 |
2028 | 2024-04-25T09:27:11.999Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2029 | 2024-04-25T09:27:12.571Z | Compiling rayon-core v1.12.1 |
2030 | 2024-04-25T09:27:12.593Z | Compiling pkcs1 v0.7.5 |
2031 | 2024-04-25T09:27:13.160Z | Compiling signature v2.1.0 |
2032 | 2024-04-25T09:27:13.401Z | Compiling crossbeam-deque v0.8.3 |
2033 | 2024-04-25T09:27:13.726Z | Compiling dirs-sys-next v0.1.2 |
2034 | 2024-04-25T09:27:14.234Z | Compiling half v2.3.1 |
2035 | 2024-04-25T09:27:14.959Z | Compiling glob v0.3.1 |
2036 | 2024-04-25T09:27:15.727Z | Compiling hashbrown v0.12.3 |
2037 | 2024-04-25T09:27:15.932Z | Compiling crunchy v0.2.2 |
2038 | 2024-04-25T09:27:16.433Z | Compiling bitfield v0.14.0 |
2039 | 2024-04-25T09:27:16.701Z | Compiling same-file v1.0.6 |
2040 | 2024-04-25T09:27:19.923Z | Compiling ciborium-io v0.2.2 |
2041 | 2024-04-25T09:27:20.091Z | Compiling fastrand v2.0.1 |
2042 | 2024-04-25T09:27:20.091Z | Compiling walkdir v2.5.0 |
2043 | 2024-04-25T09:27:20.091Z | Compiling tempfile v3.10.1 |
2044 | 2024-04-25T09:27:20.091Z | Compiling ciborium-ll v0.2.2 |
2045 | 2024-04-25T09:27:20.091Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2046 | 2024-04-25T09:27:20.091Z | Compiling clang-sys v1.6.1 |
2047 | 2024-04-25T09:27:20.238Z | Compiling dirs-next v2.0.0 |
2048 | 2024-04-25T09:27:20.238Z | Compiling rsa v0.9.2 |
2049 | 2024-04-25T09:27:20.238Z | Compiling slog-envlogger v2.2.0 |
2050 | 2024-04-25T09:27:21.875Z | Compiling serde-hex v0.1.0 |
2051 | 2024-04-25T09:27:22.589Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2052 | 2024-04-25T09:27:22.906Z | Compiling env_logger v0.10.0 |
2053 | 2024-04-25T09:27:23.275Z | Compiling camino v1.1.6 |
2054 | 2024-04-25T09:27:23.327Z | Compiling x509-cert v0.2.4 |
2055 | 2024-04-25T09:27:24.182Z | Compiling ron v0.8.1 |
2056 | 2024-04-25T09:27:27.251Z | Compiling hashbrown v0.13.2 |
2057 | 2024-04-25T09:27:27.264Z | Compiling tiny-keccak v2.0.2 |
2058 | 2024-04-25T09:27:27.264Z | Compiling crc-any v2.4.3 |
2059 | 2024-04-25T09:27:28.103Z | Compiling prettyplease v0.2.19 |
2060 | 2024-04-25T09:27:28.616Z | Compiling object v0.30.4 |
2061 | 2024-04-25T09:27:28.625Z | Compiling blake3 v1.5.0 |
2062 | 2024-04-25T09:27:28.707Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2063 | 2024-04-25T09:27:31.712Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2064 | 2024-04-25T09:27:31.788Z | Compiling rayon v1.10.0 |
2065 | 2024-04-25T09:27:34.247Z | Compiling term v0.7.0 |
2066 | 2024-04-25T09:27:36.244Z | Compiling ciborium v0.2.2 |
2067 | 2024-04-25T09:27:36.308Z | Compiling atty v0.2.14 |
2068 | 2024-04-25T09:27:36.309Z | Compiling memmap2 v0.7.1 |
2069 | 2024-04-25T09:27:36.309Z | Compiling filetime v0.2.23 |
2070 | 2024-04-25T09:27:36.309Z | Compiling xattr v1.0.1 |
2071 | 2024-04-25T09:27:36.373Z | Compiling constant_time_eq v0.3.0 |
2072 | 2024-04-25T09:27:36.391Z | Compiling arrayvec v0.7.4 |
2073 | 2024-04-25T09:27:36.488Z | Compiling arrayref v0.3.7 |
2074 | 2024-04-25T09:27:36.582Z | Compiling home v0.5.5 |
2075 | 2024-04-25T09:27:36.803Z | Compiling path-slash v0.1.5 |
2076 | 2024-04-25T09:27:37.031Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2077 | 2024-04-25T09:27:37.666Z | Compiling toolchain_find v0.4.0 |
2078 | 2024-04-25T09:27:38.289Z | Compiling tar v0.4.40 |
2079 | 2024-04-25T09:27:38.687Z | Compiling ascii-canvas v3.0.0 |
2080 | 2024-04-25T09:27:48.610Z | Compiling camino-tempfile v1.1.1 |
2081 | 2024-04-25T09:27:48.610Z | Compiling toml v0.8.12 |
2082 | 2024-04-25T09:27:48.610Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2083 | 2024-04-25T09:27:48.610Z | Compiling is-terminal v0.4.9 |
2084 | 2024-04-25T09:27:48.610Z | Compiling libsw v3.3.1 |
2085 | 2024-04-25T09:27:48.610Z | Compiling ena v0.14.2 |
2086 | 2024-04-25T09:27:48.610Z | Compiling libloading v0.7.4 |
2087 | 2024-04-25T09:27:48.610Z | Compiling diff v0.1.13 |
2088 | 2024-04-25T09:27:48.610Z | Compiling parking_lot_core v0.8.6 |
2089 | 2024-04-25T09:27:48.610Z | Compiling owo-colors v4.0.0 |
2090 | 2024-04-25T09:27:48.610Z | Compiling convert_case v0.4.0 |
2091 | 2024-04-25T09:27:48.610Z | Compiling regex-syntax v0.6.29 |
2092 | 2024-04-25T09:27:48.610Z | Compiling linear-map v1.2.0 |
2093 | 2024-04-25T09:27:48.610Z | Compiling bindgen v0.69.2 |
2094 | 2024-04-25T09:27:48.992Z | Compiling topological-sort v0.2.2 |
2095 | 2024-04-25T09:27:48.992Z | Compiling omicron-zone-package v0.11.0 |
2096 | 2024-04-25T09:27:48.992Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2097 | 2024-04-25T09:27:49.243Z | Compiling lalrpop v0.19.12 |
2098 | 2024-04-25T09:27:49.243Z | Compiling derive_more v0.99.17 |
2099 | 2024-04-25T09:27:49.243Z | Compiling rustfmt-wrapper v0.2.1 |
2100 | 2024-04-25T09:27:49.243Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2101 | 2024-04-25T09:27:49.516Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2102 | 2024-04-25T09:27:51.760Z | Compiling cexpr v0.6.0 |
2103 | 2024-04-25T09:27:51.984Z | Compiling which v4.4.0 |
2104 | 2024-04-25T09:27:52.476Z | Compiling unicase v2.7.0 |
2105 | 2024-04-25T09:27:52.787Z | Compiling lazycell v1.3.0 |
2106 | 2024-04-25T09:27:53.798Z | Compiling rustc-hash v1.1.0 |
2107 | 2024-04-25T09:27:53.872Z | Compiling shlex v1.3.0 |
2108 | 2024-04-25T09:27:53.913Z | Compiling peeking_take_while v0.1.2 |
2109 | 2024-04-25T09:27:53.913Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2110 | 2024-04-25T09:27:56.570Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2111 | 2024-04-25T09:27:57.544Z | Compiling derive_builder_core v0.20.0 |
2112 | 2024-04-25T09:27:59.601Z | Compiling pem v3.0.4 |
2113 | 2024-04-25T09:27:59.617Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2114 | 2024-04-25T09:27:59.850Z | Compiling headers-core v0.2.0 |
2115 | 2024-04-25T09:28:00.021Z | Compiling libxml v0.3.3 |
2116 | 2024-04-25T09:28:00.365Z | Compiling async-recursion v1.1.0 |
2117 | 2024-04-25T09:28:00.808Z | Compiling platforms v3.0.2 |
2118 | 2024-04-25T09:28:01.146Z | Compiling ref-cast v1.0.22 |
2119 | 2024-04-25T09:28:01.220Z | Compiling headers v0.3.9 |
2120 | 2024-04-25T09:28:01.656Z | Compiling derive_builder_macro v0.20.0 |
2121 | 2024-04-25T09:28:01.823Z | Compiling parking_lot v0.11.2 |
2122 | 2024-04-25T09:28:02.467Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2123 | 2024-04-25T09:28:04.124Z | Compiling trust-dns-client v0.22.0 |
2124 | 2024-04-25T09:28:05.030Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2125 | 2024-04-25T09:28:05.338Z | Compiling strum_macros v0.24.3 |
2126 | 2024-04-25T09:28:05.834Z | Compiling toml v0.5.11 |
2127 | 2024-04-25T09:28:06.305Z | Compiling ref-cast-impl v1.0.22 |
2128 | 2024-04-25T09:28:07.272Z | Compiling samael v0.0.15 |
2129 | 2024-04-25T09:28:07.476Z | Compiling vte_generate_state_changes v0.1.1 |
2130 | 2024-04-25T09:28:08.089Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2131 | 2024-04-25T09:28:08.399Z | Compiling cookie v0.18.1 |
2132 | 2024-04-25T09:28:08.704Z | Compiling buf-list v1.0.3 |
2133 | 2024-04-25T09:28:08.729Z | Compiling cfg_aliases v0.1.1 |
2134 | 2024-04-25T09:28:08.752Z | Compiling indoc v1.0.9 |
2135 | 2024-04-25T09:28:08.834Z | Compiling nix v0.28.0 |
2136 | 2024-04-25T09:28:09.416Z | Compiling vte v0.11.1 |
2137 | 2024-04-25T09:28:09.550Z | Compiling trust-dns-server v0.22.1 |
2138 | 2024-04-25T09:28:11.330Z | Compiling derive_builder v0.20.0 |
2139 | 2024-04-25T09:28:11.482Z | Compiling sled v0.34.7 |
2140 | 2024-04-25T09:28:13.287Z | Compiling polar-core v0.27.3 |
2141 | 2024-04-25T09:28:15.456Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2142 | 2024-04-25T09:28:15.886Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2143 | 2024-04-25T09:28:17.002Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2144 | 2024-04-25T09:28:18.644Z | Compiling fd-lock v4.0.2 |
2145 | 2024-04-25T09:28:18.780Z | Compiling bb8 v0.8.3 |
2146 | 2024-04-25T09:28:18.849Z | Compiling const_format_proc_macros v0.2.32 |
2147 | 2024-04-25T09:28:19.277Z | Compiling quick-xml v0.31.0 |
2148 | 2024-04-25T09:28:20.823Z | Compiling impl-trait-for-tuples v0.2.2 |
2149 | 2024-04-25T09:28:21.431Z | Compiling oso-derive v0.27.3 |
2150 | 2024-04-25T09:28:22.424Z | Compiling pin-project-internal v1.1.3 |
2151 | 2024-04-25T09:28:25.264Z | Compiling memoffset v0.7.1 |
2152 | 2024-04-25T09:28:25.517Z | Compiling maplit v1.0.2 |
2153 | 2024-04-25T09:28:27.823Z | Compiling pin-project v1.1.3 |
2154 | 2024-04-25T09:28:27.823Z | Compiling const_format v0.2.32 |
2155 | 2024-04-25T09:28:27.823Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2156 | 2024-04-25T09:28:30.483Z | Compiling curve25519-dalek v4.1.2 |
2157 | 2024-04-25T09:28:31.336Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2158 | 2024-04-25T09:28:31.998Z | Compiling strip-ansi-escapes v0.2.0 |
2159 | 2024-04-25T09:28:35.930Z | Compiling oso v0.27.3 |
2160 | 2024-04-25T09:28:48.188Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2161 | 2024-04-25T09:28:49.898Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2162 | 2024-04-25T09:28:50.944Z | Compiling kstat-rs v0.2.3 |
2163 | 2024-04-25T09:28:53.116Z | Compiling snafu-derive v0.8.2 |
2164 | 2024-04-25T09:28:55.192Z | Compiling fs-err v2.11.0 |
2165 | 2024-04-25T09:28:55.267Z | Compiling nu-ansi-term v0.50.0 |
2166 | 2024-04-25T09:28:55.325Z | Compiling keccak v0.1.4 |
2167 | 2024-04-25T09:28:56.234Z | Compiling sha3 v0.10.8 |
2168 | 2024-04-25T09:28:56.269Z | Compiling reedline v0.31.0 |
2169 | 2024-04-25T09:28:56.841Z | Compiling snafu v0.8.2 |
2170 | 2024-04-25T09:28:57.225Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2171 | 2024-04-25T09:28:58.270Z | Compiling mime_guess v2.0.4 |
2172 | 2024-04-25T09:28:59.499Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2173 | 2024-04-25T09:29:00.735Z | Compiling env_logger v0.9.3 |
2174 | 2024-04-25T09:29:04.086Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2175 | 2024-04-25T09:29:05.519Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2176 | 2024-04-25T09:29:12.667Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2177 | 2024-04-25T09:29:13.093Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2178 | 2024-04-25T09:29:13.159Z | Compiling globset v0.4.13 |
2179 | 2024-04-25T09:29:14.617Z | Compiling peg-macros v0.8.2 |
2180 | 2024-04-25T09:29:14.715Z | Compiling olpc-cjson v0.1.3 |
2181 | 2024-04-25T09:29:15.048Z | Compiling universal-hash v0.5.1 |
2182 | 2024-04-25T09:29:15.529Z | Compiling secrecy v0.8.0 |
2183 | 2024-04-25T09:29:15.530Z | Compiling serde_plain v1.0.2 |
2184 | 2024-04-25T09:29:16.045Z | Compiling sqlparser_derive v0.2.2 |
2185 | 2024-04-25T09:29:17.151Z | Compiling bitstruct_derive v0.1.0 |
2186 | 2024-04-25T09:29:18.013Z | Compiling curve25519-dalek-derive v0.1.0 |
2187 | 2024-04-25T09:29:18.989Z | Compiling nanorand v0.7.0 |
2188 | 2024-04-25T09:29:19.196Z | Compiling thiserror-impl-no-std v2.0.2 |
2189 | 2024-04-25T09:29:19.393Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2190 | 2024-04-25T09:29:19.525Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2191 | 2024-04-25T09:29:19.870Z | Compiling signature v1.6.4 |
2192 | 2024-04-25T09:29:20.018Z | Compiling salty v0.2.0 |
2193 | 2024-04-25T09:29:20.441Z | Compiling unicode_categories v0.1.1 |
2194 | 2024-04-25T09:29:20.579Z | Compiling typed-path v0.7.0 |
2195 | 2024-04-25T09:29:20.787Z | Compiling ascii v1.1.0 |
2196 | 2024-04-25T09:29:21.525Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2197 | 2024-04-25T09:29:21.695Z | Compiling opaque-debug v0.3.0 |
2198 | 2024-04-25T09:29:21.786Z | Compiling poly1305 v0.8.0 |
2199 | 2024-04-25T09:29:21.865Z | Compiling rustyline v14.0.0 |
2200 | 2024-04-25T09:29:21.888Z | Compiling thiserror-no-std v2.0.2 |
2201 | 2024-04-25T09:29:22.011Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2202 | 2024-04-25T09:29:23.449Z | Compiling tough v0.17.1 |
2203 | 2024-04-25T09:29:23.598Z | Compiling sqlformat v0.2.3 |
2204 | 2024-04-25T09:29:24.640Z | Compiling ed25519 v1.5.3 |
2205 | 2024-04-25T09:29:25.013Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2206 | 2024-04-25T09:29:33.440Z | Compiling flume v0.11.0 |
2207 | 2024-04-25T09:29:33.961Z | Compiling bitstruct v0.1.1 |
2208 | 2024-04-25T09:29:33.961Z | Compiling peg v0.8.2 |
2209 | 2024-04-25T09:29:33.961Z | Compiling sqlparser v0.45.0 |
2210 | 2024-04-25T09:29:33.961Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2211 | 2024-04-25T09:29:33.961Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2212 | 2024-04-25T09:29:33.961Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2213 | 2024-04-25T09:29:36.758Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2214 | 2024-04-25T09:29:42.234Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2215 | 2024-04-25T09:29:42.716Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2216 | 2024-04-25T09:29:42.716Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2217 | 2024-04-25T09:29:43.884Z | Compiling chacha20 v0.9.1 |
2218 | 2024-04-25T09:29:44.315Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-04-25T09:29:46.639Z | Compiling aead v0.5.2 |
2220 | 2024-04-25T09:29:46.982Z | Compiling bcs v0.1.6 |
2221 | 2024-04-25T09:29:47.897Z | Compiling serde-big-array v0.5.1 |
2222 | 2024-04-25T09:29:48.173Z | Compiling serde_arrays v0.1.0 |
2223 | 2024-04-25T09:29:48.350Z | Compiling erased-serde v0.3.31 |
2224 | 2024-04-25T09:29:48.637Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2225 | 2024-04-25T09:29:49.527Z | Compiling highway v1.1.0 |
2226 | 2024-04-25T09:29:50.070Z | Compiling parse-size v1.0.0 |
2227 | 2024-04-25T09:29:50.368Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2228 | 2024-04-25T09:29:50.909Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2229 | 2024-04-25T09:29:50.950Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2230 | 2024-04-25T09:29:53.705Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2231 | 2024-04-25T09:30:01.588Z | Compiling chacha20poly1305 v0.10.1 |
2232 | 2024-04-25T09:30:03.528Z | Compiling vsss-rs v3.3.4 |
2233 | 2024-04-25T09:30:10.339Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2234 | 2024-04-25T09:30:11.386Z | Compiling signal-hook-tokio v0.3.1 |
2235 | 2024-04-25T09:30:11.413Z | Compiling heck v0.3.3 |
2236 | 2024-04-25T09:30:11.655Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2237 | 2024-04-25T09:30:13.397Z | Compiling castaway v0.2.2 |
2238 | 2024-04-25T09:30:13.468Z | Compiling rand_seeder v0.2.3 |
2239 | 2024-04-25T09:30:13.894Z | Compiling serde-big-array v0.4.1 |
2240 | 2024-04-25T09:30:13.903Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2241 | 2024-04-25T09:30:13.903Z | Compiling http-range v0.1.5 |
2242 | 2024-04-25T09:30:14.437Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2243 | 2024-04-25T09:30:15.775Z | Compiling hyper-staticfile v0.9.5 |
2244 | 2024-04-25T09:30:19.099Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2245 | 2024-04-25T09:30:19.985Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2246 | 2024-04-25T09:30:20.186Z | Compiling compact_str v0.7.1 |
2247 | 2024-04-25T09:30:20.481Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2248 | 2024-04-25T09:30:21.687Z | Compiling zone_cfg_derive v0.1.2 |
2249 | 2024-04-25T09:30:22.253Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2250 | 2024-04-25T09:30:25.749Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2251 | 2024-04-25T09:30:26.076Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2252 | 2024-04-25T09:30:32.569Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2253 | 2024-04-25T09:30:38.765Z | Compiling tungstenite v0.21.0 |
2254 | 2024-04-25T09:30:44.807Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2255 | 2024-04-25T09:30:44.974Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2256 | 2024-04-25T09:30:44.974Z | Compiling lru v0.12.1 |
2257 | 2024-04-25T09:30:44.974Z | Compiling stability v0.2.0 |
2258 | 2024-04-25T09:30:44.974Z | Compiling base64 v0.13.1 |
2259 | 2024-04-25T09:30:44.975Z | Compiling corncobs v0.1.3 |
2260 | 2024-04-25T09:30:44.975Z | Compiling cassowary v0.3.0 |
2261 | 2024-04-25T09:30:44.975Z | Compiling indoc v2.0.3 |
2262 | 2024-04-25T09:30:45.132Z | Compiling ratatui v0.26.2 |
2263 | 2024-04-25T09:30:47.504Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2264 | 2024-04-25T09:30:51.224Z | Compiling ron v0.7.1 |
2265 | 2024-04-25T09:30:51.224Z | Compiling tokio-tungstenite v0.21.0 |
2266 | 2024-04-25T09:30:51.224Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2267 | 2024-04-25T09:30:54.948Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2268 | 2024-04-25T09:30:54.948Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2269 | 2024-04-25T09:31:02.742Z | Compiling zone v0.1.8 |
2270 | 2024-04-25T09:31:06.289Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2271 | 2024-04-25T09:31:15.840Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2272 | 2024-04-25T09:31:17.153Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2273 | 2024-04-25T09:31:17.611Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2274 | 2024-04-25T09:31:20.176Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2275 | 2024-04-25T09:31:20.467Z | Compiling portpicker v0.1.1 |
2276 | 2024-04-25T09:31:20.994Z | Compiling unicode-linebreak v0.1.5 |
2277 | 2024-04-25T09:31:21.526Z | Compiling smawk v0.3.1 |
2278 | 2024-04-25T09:31:26.511Z | Compiling textwrap v0.16.1 |
2279 | 2024-04-25T09:31:26.710Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2280 | 2024-04-25T09:31:28.327Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2281 | 2024-04-25T09:31:30.673Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2282 | 2024-04-25T09:31:35.969Z | Compiling rcgen v0.12.1 |
2283 | 2024-04-25T09:31:37.014Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2284 | 2024-04-25T09:31:37.054Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2285 | 2024-04-25T09:31:37.968Z | Compiling atomicwrites v0.4.3 |
2286 | 2024-04-25T09:31:38.105Z | Compiling fatfs v0.3.6 |
2287 | 2024-04-25T09:31:41.089Z | Compiling subprocess v0.2.9 |
2288 | 2024-04-25T09:31:44.610Z | Compiling rtoolbox v0.0.1 |
2289 | 2024-04-25T09:31:44.610Z | Compiling is_ci v1.2.0 |
2290 | 2024-04-25T09:31:44.611Z | Compiling assert_matches v1.5.0 |
2291 | 2024-04-25T09:31:44.611Z | Compiling supports-color v3.0.0 |
2292 | 2024-04-25T09:31:45.165Z | Compiling rpassword v7.3.1 |
2293 | 2024-04-25T09:31:45.591Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2294 | 2024-04-25T09:31:46.612Z | Compiling tui-tree-widget v0.19.0 |
2295 | 2024-04-25T09:31:46.852Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2296 | 2024-04-25T09:31:47.087Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2297 | 2024-04-25T09:31:50.459Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2298 | 2024-04-25T09:31:50.757Z | Compiling csv-core v0.1.11 |
2299 | 2024-04-25T09:31:51.711Z | Compiling shell-words v1.1.0 |
2300 | 2024-04-25T09:31:52.138Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2301 | 2024-04-25T09:31:52.366Z | Compiling csv v1.3.0 |
2302 | 2024-04-25T09:31:52.813Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2303 | 2024-04-25T09:31:56.867Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2304 | 2024-04-25T09:32:05.175Z | Compiling multimap v0.10.0 |
2305 | 2024-04-25T09:32:05.590Z | Compiling uzers v0.11.3 |
2306 | 2024-04-25T09:32:08.721Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2307 | 2024-04-25T09:34:06.414Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2308 | 2024-04-25T09:34:33.115Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2309 | 2024-04-25T09:40:45.980Z | Finished release [optimized] target(s) in 14m 02s |
2310 | 2024-04-25T09:42:12.159Z | |
2311 | 2024-04-25T09:42:12.159Z | real 15:29.310936276 |
2312 | 2024-04-25T09:42:12.159Z | user 1:44:56.771910712 |
2313 | 2024-04-25T09:42:12.159Z | sys 4:36.699282215 |
2314 | 2024-04-25T09:42:12.160Z | trap 2.461114624 |
2315 | 2024-04-25T09:42:12.168Z | tflt 2.182145832 |
2316 | 2024-04-25T09:42:12.168Z | dflt 2.622880703 |
2317 | 2024-04-25T09:42:12.168Z | kflt 0.064357569 |
2318 | 2024-04-25T09:42:12.168Z | lock 6:44:56.987238086 |
2319 | 2024-04-25T09:42:12.168Z | slp 4:11:12.069378864 |
2320 | 2024-04-25T09:42:12.168Z | lat 2:23.839785278 |
2321 | 2024-04-25T09:42:12.169Z | stop 1:00.677876655 |
2322 | 2024-04-25T09:42:12.169Z | + ptime -m cargo build --locked --release -p xtask |
2323 | 2024-04-25T09:42:12.224Z | Downloading crates ... |
2324 | 2024-04-25T09:42:12.295Z | Downloaded cargo_metadata v0.18.1 |
2325 | 2024-04-25T09:42:12.298Z | Downloaded cargo_toml v0.20.1 |
2326 | 2024-04-25T09:42:12.298Z | Downloaded cargo-platform v0.1.3 |
2327 | 2024-04-25T09:42:12.311Z | Compiling serde v1.0.198 |
2328 | 2024-04-25T09:42:12.314Z | Compiling libc v0.2.153 |
2329 | 2024-04-25T09:42:12.314Z | Compiling rustix v0.38.31 |
2330 | 2024-04-25T09:42:12.314Z | Compiling hashbrown v0.14.3 |
2331 | 2024-04-25T09:42:12.314Z | Compiling bitflags v2.4.2 |
2332 | 2024-04-25T09:42:12.387Z | Compiling serde_json v1.0.116 |
2333 | 2024-04-25T09:42:12.394Z | Compiling syn v2.0.60 |
2334 | 2024-04-25T09:42:12.422Z | Compiling anyhow v1.0.82 |
2335 | 2024-04-25T09:42:13.743Z | Compiling indexmap v2.2.6 |
2336 | 2024-04-25T09:42:13.814Z | Compiling errno v0.3.8 |
2337 | 2024-04-25T09:42:14.727Z | Compiling terminal_size v0.3.0 |
2338 | 2024-04-25T09:42:14.776Z | Compiling clap_builder v4.5.2 |
2339 | 2024-04-25T09:42:16.939Z | Compiling serde_derive v1.0.198 |
2340 | 2024-04-25T09:42:16.960Z | Compiling thiserror-impl v1.0.59 |
2341 | 2024-04-25T09:42:16.960Z | Compiling clap_derive v4.5.4 |
2342 | 2024-04-25T09:42:18.432Z | Compiling thiserror v1.0.59 |
2343 | 2024-04-25T09:42:19.934Z | Compiling clap v4.5.4 |
2344 | 2024-04-25T09:42:25.734Z | Compiling serde_spanned v0.6.5 |
2345 | 2024-04-25T09:42:25.734Z | Compiling toml_datetime v0.6.5 |
2346 | 2024-04-25T09:42:25.741Z | Compiling semver v1.0.22 |
2347 | 2024-04-25T09:42:25.741Z | Compiling cargo-platform v0.1.3 |
2348 | 2024-04-25T09:42:25.741Z | Compiling camino v1.1.6 |
2349 | 2024-04-25T09:42:25.742Z | Compiling macaddr v1.0.1 |
2350 | 2024-04-25T09:42:26.417Z | Compiling toml_edit v0.22.12 |
2351 | 2024-04-25T09:42:27.277Z | Compiling cargo_metadata v0.18.1 |
2352 | 2024-04-25T09:42:28.484Z | Compiling toml v0.8.12 |
2353 | 2024-04-25T09:42:30.595Z | Compiling cargo_toml v0.20.1 |
2354 | 2024-04-25T09:42:42.287Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2355 | 2024-04-25T09:42:53.068Z | Finished release [optimized] target(s) in 41.26s |
2356 | 2024-04-25T09:42:53.130Z | |
2357 | 2024-04-25T09:42:53.130Z | real 41.349724898 |
2358 | 2024-04-25T09:42:53.130Z | user 3:04.454397991 |
2359 | 2024-04-25T09:42:53.130Z | sys 15.505175107 |
2360 | 2024-04-25T09:42:53.130Z | trap 0.065888530 |
2361 | 2024-04-25T09:42:53.131Z | tflt 0.210859147 |
2362 | 2024-04-25T09:42:53.131Z | dflt 0.722148149 |
2363 | 2024-04-25T09:42:53.131Z | kflt 0.000020947 |
2364 | 2024-04-25T09:42:53.131Z | lock 4:04.599872328 |
2365 | 2024-04-25T09:42:53.131Z | slp 3:25.226420513 |
2366 | 2024-04-25T09:42:53.144Z | lat 2.927094712 |
2367 | 2024-04-25T09:42:53.144Z | stop 3.311570604 |
2368 | 2024-04-25T09:42:53.144Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2369 | 2024-04-25T09:42:53.144Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2370 | 2024-04-25T09:43:04.054Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2371 | 2024-04-25T09:43:04.054Z | a out/mg-ddm-gz.tar 73905K |
2372 | 2024-04-25T09:43:04.054Z | a out/omicron-sled-agent.tar 95734K |
2373 | 2024-04-25T09:43:04.054Z | a out/oxlog.tar 2915K |
2374 | 2024-04-25T09:43:04.054Z | a out/pumpkind-gz.tar 26544K |
2375 | 2024-04-25T09:43:04.055Z | a out/target/test 1K |
2376 | 2024-04-25T09:43:04.055Z | a out/npuzone/npuzone 36313K |
2377 | 2024-04-25T09:43:04.055Z | a package-manifest.toml 27K |
2378 | 2024-04-25T09:43:04.055Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2379 | 2024-04-25T09:43:04.055Z | a target/release/omicron-package 30411K |
2380 | 2024-04-25T09:43:04.055Z | a target/release/xtask 6675K |
2381 | 2024-04-25T09:43:04.105Z | |
2382 | 2024-04-25T09:43:04.105Z | real 10.505260382 |
2383 | 2024-04-25T09:43:04.105Z | user 10.171528687 |
2384 | 2024-04-25T09:43:04.105Z | sys 0.666802162 |
2385 | 2024-04-25T09:43:04.105Z | trap 0.001116444 |
2386 | 2024-04-25T09:43:04.106Z | tflt 0.000000000 |
2387 | 2024-04-25T09:43:04.106Z | dflt 0.000000000 |
2388 | 2024-04-25T09:43:04.106Z | kflt 0.000000000 |
2389 | 2024-04-25T09:43:04.106Z | lock 0.000000000 |
2390 | 2024-04-25T09:43:04.107Z | slp 9.941161248 |
2391 | 2024-04-25T09:43:04.107Z | lat 0.226835077 |
2392 | 2024-04-25T09:43:04.107Z | stop 0.000179070 |
2393 | 2024-04-25T09:43:04.107Z | ++ pwd |
2394 | 2024-04-25T09:43:04.108Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2395 | 2024-04-25T09:43:04.108Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2396 | 2024-04-25T09:43:04.108Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2397 | 2024-04-25T09:43:04.384Z | Finished release [optimized] target(s) in 0.70s |
2398 | 2024-04-25T09:43:04.406Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2399 | 2024-04-25T09:43:04.436Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2400 | 2024-04-25T09:43:04.440Z | Created new build target 'host' and set it as active |
2401 | 2024-04-25T09:43:04.440Z | |
2402 | 2024-04-25T09:43:04.440Z | real 0.797951151 |
2403 | 2024-04-25T09:43:04.440Z | user 0.530196796 |
2404 | 2024-04-25T09:43:04.440Z | sys 0.249095807 |
2405 | 2024-04-25T09:43:04.440Z | trap 0.000026577 |
2406 | 2024-04-25T09:43:04.440Z | tflt 0.000000000 |
2407 | 2024-04-25T09:43:04.440Z | dflt 0.000021637 |
2408 | 2024-04-25T09:43:04.440Z | kflt 0.000000000 |
2409 | 2024-04-25T09:43:04.440Z | lock 0.023521905 |
2410 | 2024-04-25T09:43:04.440Z | slp 0.107213155 |
2411 | 2024-04-25T09:43:04.440Z | lat 0.005442932 |
2412 | 2024-04-25T09:43:04.441Z | stop 0.000258895 |
2413 | 2024-04-25T09:43:04.441Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2414 | 2024-04-25T09:43:05.223Z | Finished release [optimized] target(s) in 0.71s |
2415 | 2024-04-25T09:43:05.245Z | Running `target/release/omicron-package -t host package` |
2416 | 2024-04-25T09:43:05.255Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2417 | 2024-04-25T09:43:06.037Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2418 | 2024-04-25T09:45:33.035Z | Finished release [optimized] target(s) in 2m 27s |
2419 | 2024-04-25T09:46:47.558Z | |
2420 | 2024-04-25T09:46:47.559Z | real 3:43.082146707 |
2421 | 2024-04-25T09:46:47.559Z | user 14:05.748313644 |
2422 | 2024-04-25T09:46:47.559Z | sys 37.177635256 |
2423 | 2024-04-25T09:46:47.559Z | trap 0.253843427 |
2424 | 2024-04-25T09:46:47.559Z | tflt 0.035122949 |
2425 | 2024-04-25T09:46:47.560Z | dflt 7.897230796 |
2426 | 2024-04-25T09:46:47.560Z | kflt 0.000069460 |
2427 | 2024-04-25T09:46:47.570Z | lock 1:33:04.991119624 |
2428 | 2024-04-25T09:46:47.571Z | slp 13:06.649264992 |
2429 | 2024-04-25T09:46:47.571Z | lat 8.103317596 |
2430 | 2024-04-25T09:46:47.571Z | stop 2.219647652 |
2431 | 2024-04-25T09:46:47.571Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2432 | 2024-04-25T09:46:47.572Z | + for package in "$@" |
2433 | 2024-04-25T09:46:47.572Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git6a37eb04661 |
2434 | 2024-04-25T09:46:48.333Z | Finished release [optimized] target(s) in 0.73s |
2435 | 2024-04-25T09:46:48.355Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git6a37eb04661` |
2436 | 2024-04-25T09:46:48.388Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2437 | 2024-04-25T09:46:48.573Z | Created: out/versioned/omicron-sled-agent.tar |
2438 | 2024-04-25T09:46:48.578Z | + for package in "$@" |
2439 | 2024-04-25T09:46:48.578Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git6a37eb04661 |
2440 | 2024-04-25T09:46:49.321Z | Finished release [optimized] target(s) in 0.70s |
2441 | 2024-04-25T09:46:49.343Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git6a37eb04661` |
2442 | 2024-04-25T09:46:49.377Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2443 | 2024-04-25T09:46:49.496Z | Created: out/versioned/mg-ddm-gz.tar |
2444 | 2024-04-25T09:46:49.499Z | + for package in "$@" |
2445 | 2024-04-25T09:46:49.499Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git6a37eb04661 |
2446 | 2024-04-25T09:46:50.293Z | Finished release [optimized] target(s) in 0.74s |
2447 | 2024-04-25T09:46:50.315Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git6a37eb04661` |
2448 | 2024-04-25T09:46:50.346Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2449 | 2024-04-25T09:46:51.395Z | Created: out/versioned/propolis-server.tar.gz |
2450 | 2024-04-25T09:46:51.403Z | + for package in "$@" |
2451 | 2024-04-25T09:46:51.403Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git6a37eb04661 |
2452 | 2024-04-25T09:46:52.557Z | Finished release [optimized] target(s) in 0.69s |
2453 | 2024-04-25T09:46:52.568Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git6a37eb04661` |
2454 | 2024-04-25T09:46:52.568Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2455 | 2024-04-25T09:46:52.568Z | Created: out/versioned/overlay.tar.gz |
2456 | 2024-04-25T09:46:52.568Z | + for package in "$@" |
2457 | 2024-04-25T09:46:52.568Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git6a37eb04661 |
2458 | 2024-04-25T09:46:52.936Z | Finished release [optimized] target(s) in 0.69s |
2459 | 2024-04-25T09:46:52.958Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git6a37eb04661` |
2460 | 2024-04-25T09:46:52.987Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2461 | 2024-04-25T09:46:52.995Z | Created: out/versioned/oxlog.tar |
2462 | 2024-04-25T09:46:53.004Z | + for package in "$@" |
2463 | 2024-04-25T09:46:53.004Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git6a37eb04661 |
2464 | 2024-04-25T09:46:53.750Z | Finished release [optimized] target(s) in 0.69s |
2465 | 2024-04-25T09:46:53.766Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git6a37eb04661` |
2466 | 2024-04-25T09:46:53.798Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2467 | 2024-04-25T09:46:53.876Z | Created: out/versioned/pumpkind-gz.tar |
2468 | 2024-04-25T09:46:53.897Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2469 | 2024-04-25T09:46:53.898Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2470 | 2024-04-25T09:46:53.898Z | ++ cd -- ./tools |
2471 | 2024-04-25T09:46:53.898Z | ++ pwd |
2472 | 2024-04-25T09:46:53.898Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2473 | 2024-04-25T09:46:53.898Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2474 | 2024-04-25T09:46:53.976Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2475 | 2024-04-25T09:46:53.984Z | ++ readlink -f /work |
2476 | 2024-04-25T09:46:53.984Z | + out_dir=/work |
2477 | 2024-04-25T09:46:53.984Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2478 | 2024-04-25T09:46:53.985Z | + for dep in "${deps[@]}" |
2479 | 2024-04-25T09:46:53.985Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2480 | 2024-04-25T09:46:53.985Z | + for dep in "${deps[@]}" |
2481 | 2024-04-25T09:46:53.985Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2482 | 2024-04-25T09:46:53.985Z | + for dep in "${deps[@]}" |
2483 | 2024-04-25T09:46:53.985Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2484 | 2024-04-25T09:46:53.985Z | + for dep in "${deps[@]}" |
2485 | 2024-04-25T09:46:53.986Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2486 | 2024-04-25T09:46:53.986Z | + for dep in "${deps[@]}" |
2487 | 2024-04-25T09:46:53.986Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2488 | 2024-04-25T09:46:53.986Z | + for dep in "${deps[@]}" |
2489 | 2024-04-25T09:46:53.986Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2490 | 2024-04-25T09:46:53.986Z | ++ mktemp -d |
2491 | 2024-04-25T09:46:53.986Z | + tmp_gz=/tmp/tmp.fFaqxi |
2492 | 2024-04-25T09:46:53.986Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2493 | 2024-04-25T09:46:53.987Z | + echo '{"v":"1","t":"layer"}' |
2494 | 2024-04-25T09:46:53.987Z | + pkg_dir=/tmp/tmp.fFaqxi/root/opt/oxide/sled-agent |
2495 | 2024-04-25T09:46:53.987Z | + mkdir -p /tmp/tmp.fFaqxi/root/opt/oxide/sled-agent |
2496 | 2024-04-25T09:46:53.999Z | + cd /tmp/tmp.fFaqxi/root/opt/oxide/sled-agent |
2497 | 2024-04-25T09:46:53.999Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2498 | 2024-04-25T09:46:54.052Z | x ., 0 bytes, 0 tape blocks |
2499 | 2024-04-25T09:46:54.052Z | x zone-bundle, 27023664 bytes, 52781 tape blocks |
2500 | 2024-04-25T09:46:54.052Z | x sled-agent, 71000800 bytes, 138674 tape blocks |
2501 | 2024-04-25T09:46:54.052Z | x pkg, 0 bytes, 0 tape blocks |
2502 | 2024-04-25T09:46:54.052Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2503 | 2024-04-25T09:46:54.053Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2504 | 2024-04-25T09:46:54.053Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2505 | 2024-04-25T09:46:54.053Z | x VERSION, 25 bytes, 1 tape blocks |
2506 | 2024-04-25T09:46:54.061Z | + mkdir -p /tmp/tmp.fFaqxi/root/lib/svc/manifest/site/ |
2507 | 2024-04-25T09:46:54.062Z | + mv pkg/manifest.xml /tmp/tmp.fFaqxi/root/lib/svc/manifest/site/sled-agent.xml |
2508 | 2024-04-25T09:46:54.062Z | + cd - |
2509 | 2024-04-25T09:46:54.062Z | /work/oxidecomputer/omicron |
2510 | 2024-04-25T09:46:54.062Z | + pkg_dir=/tmp/tmp.fFaqxi/root/opt/oxide/mg-ddm |
2511 | 2024-04-25T09:46:54.062Z | + mkdir -p /tmp/tmp.fFaqxi/root/opt/oxide/mg-ddm |
2512 | 2024-04-25T09:46:54.071Z | + cd /tmp/tmp.fFaqxi/root/opt/oxide/mg-ddm |
2513 | 2024-04-25T09:46:54.071Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2514 | 2024-04-25T09:46:54.118Z | x ., 0 bytes, 0 tape blocks |
2515 | 2024-04-25T09:46:54.118Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2516 | 2024-04-25T09:46:54.119Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2517 | 2024-04-25T09:46:54.120Z | x pkg, 0 bytes, 0 tape blocks |
2518 | 2024-04-25T09:46:54.120Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2519 | 2024-04-25T09:46:54.120Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2520 | 2024-04-25T09:46:54.120Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2521 | 2024-04-25T09:46:54.121Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2522 | 2024-04-25T09:46:54.121Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2523 | 2024-04-25T09:46:54.121Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2524 | 2024-04-25T09:46:54.121Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2525 | 2024-04-25T09:46:54.121Z | x VERSION, 25 bytes, 1 tape blocks |
2526 | 2024-04-25T09:46:54.141Z | + cd - |
2527 | 2024-04-25T09:46:54.141Z | /work/oxidecomputer/omicron |
2528 | 2024-04-25T09:46:54.142Z | + pkg_dir=/tmp/tmp.fFaqxi/root/opt/oxide/pumpkind |
2529 | 2024-04-25T09:46:54.142Z | + mkdir -p /tmp/tmp.fFaqxi/root/opt/oxide/pumpkind |
2530 | 2024-04-25T09:46:54.142Z | + cd /tmp/tmp.fFaqxi/root/opt/oxide/pumpkind |
2531 | 2024-04-25T09:46:54.142Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2532 | 2024-04-25T09:46:54.142Z | x ., 0 bytes, 0 tape blocks |
2533 | 2024-04-25T09:46:54.142Z | x lib, 0 bytes, 0 tape blocks |
2534 | 2024-04-25T09:46:54.142Z | x lib/svc, 0 bytes, 0 tape blocks |
2535 | 2024-04-25T09:46:54.143Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2536 | 2024-04-25T09:46:54.143Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2537 | 2024-04-25T09:46:54.143Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2538 | 2024-04-25T09:46:54.143Z | x bin, 0 bytes, 0 tape blocks |
2539 | 2024-04-25T09:46:54.143Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2540 | 2024-04-25T09:46:54.143Z | x bin/pumpkind, 16522240 bytes, 32270 tape blocks |
2541 | 2024-04-25T09:46:54.143Z | x bin/pumpkinadm, 10650728 bytes, 20803 tape blocks |
2542 | 2024-04-25T09:46:54.144Z | x VERSION, 25 bytes, 1 tape blocks |
2543 | 2024-04-25T09:46:54.144Z | + cd - |
2544 | 2024-04-25T09:46:54.144Z | /work/oxidecomputer/omicron |
2545 | 2024-04-25T09:46:54.144Z | + pkg_dir=/tmp/tmp.fFaqxi/root/opt/oxide/oxlog |
2546 | 2024-04-25T09:46:54.144Z | + mkdir -p /tmp/tmp.fFaqxi/root/opt/oxide/oxlog |
2547 | 2024-04-25T09:46:54.158Z | + cd /tmp/tmp.fFaqxi/root/opt/oxide/oxlog |
2548 | 2024-04-25T09:46:54.158Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2549 | 2024-04-25T09:46:54.158Z | x ., 0 bytes, 0 tape blocks |
2550 | 2024-04-25T09:46:54.158Z | x oxlog, 2981584 bytes, 5824 tape blocks |
2551 | 2024-04-25T09:46:54.158Z | x VERSION, 25 bytes, 1 tape blocks |
2552 | 2024-04-25T09:46:54.158Z | + cd - |
2553 | 2024-04-25T09:46:54.159Z | /work/oxidecomputer/omicron |
2554 | 2024-04-25T09:46:54.159Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.fFaqxi/root/opt/oxide |
2555 | 2024-04-25T09:46:54.212Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.fFaqxi/root/opt/oxide |
2556 | 2024-04-25T09:46:54.218Z | + cd /tmp/tmp.fFaqxi |
2557 | 2024-04-25T09:46:54.218Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2558 | 2024-04-25T09:47:03.450Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2559 | 2024-04-25T09:47:03.450Z | a oxide.json 1K |
2560 | 2024-04-25T09:47:03.450Z | a root/ 0K |
2561 | 2024-04-25T09:47:03.451Z | a root/opt/ 0K |
2562 | 2024-04-25T09:47:03.451Z | a root/opt/oxide/ 0K |
2563 | 2024-04-25T09:47:03.451Z | a root/opt/oxide/sled-agent/ 0K |
2564 | 2024-04-25T09:47:03.451Z | a root/opt/oxide/sled-agent/zone-bundle 26391K |
2565 | 2024-04-25T09:47:03.451Z | a root/opt/oxide/sled-agent/sled-agent 69337K |
2566 | 2024-04-25T09:47:03.451Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2567 | 2024-04-25T09:47:03.452Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2568 | 2024-04-25T09:47:03.452Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2569 | 2024-04-25T09:47:03.452Z | a root/opt/oxide/sled-agent/VERSION 1K |
2570 | 2024-04-25T09:47:03.452Z | a root/opt/oxide/mg-ddm/ 0K |
2571 | 2024-04-25T09:47:03.452Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2572 | 2024-04-25T09:47:03.452Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2573 | 2024-04-25T09:47:03.453Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2574 | 2024-04-25T09:47:03.453Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2575 | 2024-04-25T09:47:03.453Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2576 | 2024-04-25T09:47:03.453Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2577 | 2024-04-25T09:47:03.453Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2578 | 2024-04-25T09:47:03.453Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2579 | 2024-04-25T09:47:03.453Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2580 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2581 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2582 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/pumpkind/ 0K |
2583 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/pumpkind/lib/ 0K |
2584 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2585 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2586 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2587 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2588 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/pumpkind/bin/ 0K |
2589 | 2024-04-25T09:47:03.454Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2590 | 2024-04-25T09:47:03.455Z | a root/opt/oxide/pumpkind/bin/pumpkind 16135K |
2591 | 2024-04-25T09:47:03.455Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10402K |
2592 | 2024-04-25T09:47:03.455Z | a root/opt/oxide/pumpkind/VERSION 1K |
2593 | 2024-04-25T09:47:03.455Z | a root/opt/oxide/oxlog/ 0K |
2594 | 2024-04-25T09:47:03.455Z | a root/opt/oxide/oxlog/oxlog 2912K |
2595 | 2024-04-25T09:47:03.455Z | a root/opt/oxide/oxlog/VERSION 1K |
2596 | 2024-04-25T09:47:03.455Z | a root/opt/oxide/propolis-server.tar.gz 64690K |
2597 | 2024-04-25T09:47:03.455Z | a root/opt/oxide/overlay.tar.gz 3K |
2598 | 2024-04-25T09:47:03.455Z | a root/lib/ 0K |
2599 | 2024-04-25T09:47:03.455Z | a root/lib/svc/ 0K |
2600 | 2024-04-25T09:47:03.455Z | a root/lib/svc/manifest/ 0K |
2601 | 2024-04-25T09:47:03.455Z | a root/lib/svc/manifest/site/ 0K |
2602 | 2024-04-25T09:47:03.455Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2603 | 2024-04-25T09:47:03.461Z | + cd / |
2604 | 2024-04-25T09:47:03.461Z | + rm -rf /tmp/tmp.fFaqxi |
2605 | 2024-04-25T09:47:03.477Z | |
2606 | 2024-04-25T09:47:03.482Z | real 9.603654909 |
2607 | 2024-04-25T09:47:03.482Z | user 8.936250846 |
2608 | 2024-04-25T09:47:03.482Z | sys 0.604775408 |
2609 | 2024-04-25T09:47:03.482Z | trap 0.001646367 |
2610 | 2024-04-25T09:47:03.482Z | tflt 0.000000000 |
2611 | 2024-04-25T09:47:03.482Z | dflt 0.000002779 |
2612 | 2024-04-25T09:47:03.482Z | kflt 0.000000000 |
2613 | 2024-04-25T09:47:03.482Z | lock 0.000000000 |
2614 | 2024-04-25T09:47:03.483Z | slp 18.669398139 |
2615 | 2024-04-25T09:47:03.483Z | lat 0.208573720 |
2616 | 2024-04-25T09:47:03.483Z | stop 0.000245623 |
2617 | 2024-04-25T09:47:03.483Z | + mkdir -p /work/zones |
2618 | 2024-04-25T09:47:03.483Z | + zones=(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/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz) |
2619 | 2024-04-25T09:47:03.483Z | + cp 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/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz /work/zones/ |
2620 | 2024-04-25T09:47:06.067Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2621 | 2024-04-25T09:47:06.885Z | Finished release [optimized] target(s) in 0.75s |
2622 | 2024-04-25T09:47:06.902Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2623 | 2024-04-25T09:47:06.929Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2624 | 2024-04-25T09:47:06.953Z | Created new build target 'recovery' and set it as active |
2625 | 2024-04-25T09:47:06.953Z | |
2626 | 2024-04-25T09:47:06.953Z | real 0.859205525 |
2627 | 2024-04-25T09:47:06.953Z | user 0.564523095 |
2628 | 2024-04-25T09:47:06.953Z | sys 0.273508515 |
2629 | 2024-04-25T09:47:06.953Z | trap 0.000646291 |
2630 | 2024-04-25T09:47:06.953Z | tflt 0.000000799 |
2631 | 2024-04-25T09:47:06.953Z | dflt 0.000010408 |
2632 | 2024-04-25T09:47:06.954Z | kflt 0.000000000 |
2633 | 2024-04-25T09:47:06.954Z | lock 0.023154606 |
2634 | 2024-04-25T09:47:06.954Z | slp 0.107519218 |
2635 | 2024-04-25T09:47:06.954Z | lat 0.005002384 |
2636 | 2024-04-25T09:47:06.954Z | stop 0.000357018 |
2637 | 2024-04-25T09:47:06.954Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2638 | 2024-04-25T09:47:07.678Z | Finished release [optimized] target(s) in 0.70s |
2639 | 2024-04-25T09:47:07.701Z | Running `target/release/omicron-package -t recovery package` |
2640 | 2024-04-25T09:47:07.728Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2641 | 2024-04-25T09:47:08.407Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2642 | 2024-04-25T09:47:10.735Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2643 | 2024-04-25T09:47:29.562Z | Finished release [optimized] target(s) in 21.78s |
2644 | 2024-04-25T09:47:30.169Z | |
2645 | 2024-04-25T09:47:30.169Z | real 23.242685745 |
2646 | 2024-04-25T09:47:30.169Z | user 1:37.483032291 |
2647 | 2024-04-25T09:47:30.169Z | sys 6.575910480 |
2648 | 2024-04-25T09:47:30.170Z | trap 0.066979632 |
2649 | 2024-04-25T09:47:30.170Z | tflt 0.049155885 |
2650 | 2024-04-25T09:47:30.175Z | dflt 0.355879229 |
2651 | 2024-04-25T09:47:30.175Z | kflt 0.000072961 |
2652 | 2024-04-25T09:47:30.175Z | lock 5:39.598397523 |
2653 | 2024-04-25T09:47:30.175Z | slp 1:24.717302947 |
2654 | 2024-04-25T09:47:30.175Z | lat 0.922323882 |
2655 | 2024-04-25T09:47:30.175Z | stop 0.591056066 |
2656 | 2024-04-25T09:47:30.175Z | + stamp_packages installinator mg-ddm-gz |
2657 | 2024-04-25T09:47:30.175Z | + for package in "$@" |
2658 | 2024-04-25T09:47:30.175Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git6a37eb04661 |
2659 | 2024-04-25T09:47:30.946Z | Finished release [optimized] target(s) in 0.72s |
2660 | 2024-04-25T09:47:31.419Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git6a37eb04661` |
2661 | 2024-04-25T09:47:31.420Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2662 | 2024-04-25T09:47:31.420Z | Created: out/versioned/installinator.tar |
2663 | 2024-04-25T09:47:31.420Z | + for package in "$@" |
2664 | 2024-04-25T09:47:31.420Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git6a37eb04661 |
2665 | 2024-04-25T09:47:31.811Z | Finished release [optimized] target(s) in 0.70s |
2666 | 2024-04-25T09:47:31.836Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git6a37eb04661` |
2667 | 2024-04-25T09:47:31.857Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2668 | 2024-04-25T09:47:31.962Z | Created: out/versioned/mg-ddm-gz.tar |
2669 | 2024-04-25T09:47:31.978Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2670 | 2024-04-25T09:47:31.978Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2671 | 2024-04-25T09:47:31.978Z | ++ cd -- ./tools |
2672 | 2024-04-25T09:47:31.979Z | ++ pwd |
2673 | 2024-04-25T09:47:31.979Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2674 | 2024-04-25T09:47:32.000Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2675 | 2024-04-25T09:47:32.000Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2676 | 2024-04-25T09:47:32.000Z | ++ readlink -f /work |
2677 | 2024-04-25T09:47:32.000Z | + out_dir=/work |
2678 | 2024-04-25T09:47:32.004Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2679 | 2024-04-25T09:47:32.004Z | + for dep in "${deps[@]}" |
2680 | 2024-04-25T09:47:32.004Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2681 | 2024-04-25T09:47:32.005Z | + for dep in "${deps[@]}" |
2682 | 2024-04-25T09:47:32.005Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2683 | 2024-04-25T09:47:32.005Z | ++ mktemp -d |
2684 | 2024-04-25T09:47:32.005Z | + tmp_trampoline=/tmp/tmp.VWaaCi |
2685 | 2024-04-25T09:47:32.005Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2686 | 2024-04-25T09:47:32.005Z | + echo '{"v":"1","t":"layer"}' |
2687 | 2024-04-25T09:47:32.005Z | + pkg_dir=/tmp/tmp.VWaaCi/root/opt/oxide/installinator |
2688 | 2024-04-25T09:47:32.005Z | + mkdir -p /tmp/tmp.VWaaCi/root/opt/oxide/installinator |
2689 | 2024-04-25T09:47:32.006Z | + cd /tmp/tmp.VWaaCi/root/opt/oxide/installinator |
2690 | 2024-04-25T09:47:32.006Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2691 | 2024-04-25T09:47:32.417Z | x ., 0 bytes, 0 tape blocks |
2692 | 2024-04-25T09:47:32.417Z | x installinator, 38224816 bytes, 74658 tape blocks |
2693 | 2024-04-25T09:47:32.417Z | x pkg, 0 bytes, 0 tape blocks |
2694 | 2024-04-25T09:47:32.418Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2695 | 2024-04-25T09:47:32.418Z | x VERSION, 25 bytes, 1 tape blocks |
2696 | 2024-04-25T09:47:32.418Z | + mkdir -p /tmp/tmp.VWaaCi/root/lib/svc/manifest/site/ |
2697 | 2024-04-25T09:47:32.418Z | + mv pkg/manifest.xml /tmp/tmp.VWaaCi/root/lib/svc/manifest/site/installinator.xml |
2698 | 2024-04-25T09:47:32.418Z | + cd - |
2699 | 2024-04-25T09:47:32.418Z | /work/oxidecomputer/omicron |
2700 | 2024-04-25T09:47:32.418Z | + pkg_dir=/tmp/tmp.VWaaCi/root/opt/oxide/mg-ddm |
2701 | 2024-04-25T09:47:32.418Z | + mkdir -p /tmp/tmp.VWaaCi/root/opt/oxide/mg-ddm |
2702 | 2024-04-25T09:47:32.418Z | + cd /tmp/tmp.VWaaCi/root/opt/oxide/mg-ddm |
2703 | 2024-04-25T09:47:32.418Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2704 | 2024-04-25T09:47:32.418Z | x ., 0 bytes, 0 tape blocks |
2705 | 2024-04-25T09:47:32.418Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2706 | 2024-04-25T09:47:32.419Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2707 | 2024-04-25T09:47:32.419Z | x pkg, 0 bytes, 0 tape blocks |
2708 | 2024-04-25T09:47:32.419Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2709 | 2024-04-25T09:47:32.419Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2710 | 2024-04-25T09:47:32.419Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2711 | 2024-04-25T09:47:32.419Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2712 | 2024-04-25T09:47:32.419Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2713 | 2024-04-25T09:47:32.419Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2714 | 2024-04-25T09:47:32.419Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2715 | 2024-04-25T09:47:32.419Z | x VERSION, 25 bytes, 1 tape blocks |
2716 | 2024-04-25T09:47:32.420Z | + cd - |
2717 | 2024-04-25T09:47:32.420Z | /work/oxidecomputer/omicron |
2718 | 2024-04-25T09:47:32.420Z | + cd /tmp/tmp.VWaaCi |
2719 | 2024-04-25T09:47:32.420Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2720 | 2024-04-25T09:47:37.697Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2721 | 2024-04-25T09:47:37.698Z | a oxide.json 1K |
2722 | 2024-04-25T09:47:37.698Z | a root/ 0K |
2723 | 2024-04-25T09:47:37.699Z | a root/opt/ 0K |
2724 | 2024-04-25T09:47:37.699Z | a root/opt/oxide/ 0K |
2725 | 2024-04-25T09:47:37.699Z | a root/opt/oxide/installinator/ 0K |
2726 | 2024-04-25T09:47:37.699Z | a root/opt/oxide/installinator/installinator 37329K |
2727 | 2024-04-25T09:47:37.700Z | a root/opt/oxide/installinator/pkg/ 0K |
2728 | 2024-04-25T09:47:37.700Z | a root/opt/oxide/installinator/VERSION 1K |
2729 | 2024-04-25T09:47:37.701Z | a root/opt/oxide/mg-ddm/ 0K |
2730 | 2024-04-25T09:47:37.701Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2731 | 2024-04-25T09:47:37.701Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2732 | 2024-04-25T09:47:37.701Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2733 | 2024-04-25T09:47:37.702Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2734 | 2024-04-25T09:47:37.702Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2735 | 2024-04-25T09:47:37.702Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2736 | 2024-04-25T09:47:37.702Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2737 | 2024-04-25T09:47:37.702Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2738 | 2024-04-25T09:47:37.703Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2739 | 2024-04-25T09:47:37.703Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2740 | 2024-04-25T09:47:37.703Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2741 | 2024-04-25T09:47:37.703Z | a root/lib/ 0K |
2742 | 2024-04-25T09:47:37.703Z | a root/lib/svc/ 0K |
2743 | 2024-04-25T09:47:37.704Z | a root/lib/svc/manifest/ 0K |
2744 | 2024-04-25T09:47:37.704Z | a root/lib/svc/manifest/site/ 0K |
2745 | 2024-04-25T09:47:37.704Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2746 | 2024-04-25T09:47:37.704Z | + cd / |
2747 | 2024-04-25T09:47:37.704Z | + rm -rf /tmp/tmp.VWaaCi |
2748 | 2024-04-25T09:47:37.705Z | |
2749 | 2024-04-25T09:47:37.705Z | real 4.333173039 |
2750 | 2024-04-25T09:47:37.792Z | user 4.097113708 |
2751 | 2024-04-25T09:47:37.792Z | sys 0.250425746 |
2752 | 2024-04-25T09:47:37.793Z | trap 0.000499316 |
2753 | 2024-04-25T09:47:37.793Z | tflt 0.000000000 |
2754 | 2024-04-25T09:47:37.793Z | dflt 0.000000000 |
2755 | 2024-04-25T09:47:37.793Z | kflt 0.000000000 |
2756 | 2024-04-25T09:47:37.794Z | lock 0.000000000 |
2757 | 2024-04-25T09:47:37.794Z | slp 8.425011094 |
2758 | 2024-04-25T09:47:37.794Z | lat 0.090960562 |
2759 | 2024-04-25T09:47:37.794Z | stop 0.000207460 |
2760 | 2024-04-25T09:47:37.794Z | process exited: duration 1722686 ms, exit code 0 |
|
2761 | 2024-04-25T09:47:37.856Z | found 22 output files |
2762 | 2024-04-25T09:47:37.910Z | uploading: /work/version.txt (26 bytes) |
2763 | 2024-04-25T09:47:39.095Z | uploaded: /work/version.txt |
2764 | 2024-04-25T09:47:39.096Z | uploading: /work/package.tar.gz (91230426 bytes) |
2765 | 2024-04-25T09:48:33.752Z | uploaded: /work/package.tar.gz |
2766 | 2024-04-25T09:48:33.771Z | uploading: /work/global-zone-packages.tar.gz (132823164 bytes) |
2767 | 2024-04-25T09:49:50.586Z | uploaded: /work/global-zone-packages.tar.gz |
2768 | 2024-04-25T09:49:50.587Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36605073 bytes) |
2769 | 2024-04-25T09:50:29.244Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2770 | 2024-04-25T09:50:29.245Z | uploading: /work/zones/clickhouse.tar.gz (227088506 bytes) |
2771 | 2024-04-25T09:52:08.039Z | uploaded: /work/zones/clickhouse.tar.gz |
2772 | 2024-04-25T09:52:08.332Z | uploading: /work/zones/clickhouse_keeper.tar.gz (227083197 bytes) |
2773 | 2024-04-25T09:53:57.521Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2774 | 2024-04-25T09:53:57.522Z | uploading: /work/zones/cockroachdb.tar.gz (122596809 bytes) |
2775 | 2024-04-25T09:55:02.631Z | uploaded: /work/zones/cockroachdb.tar.gz |
2776 | 2024-04-25T09:55:02.631Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27343311 bytes) |
2777 | 2024-04-25T09:55:18.384Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2778 | 2024-04-25T09:55:18.385Z | uploading: /work/zones/crucible-zone.tar.gz (37104529 bytes) |
2779 | 2024-04-25T09:55:36.098Z | uploaded: /work/zones/crucible-zone.tar.gz |
2780 | 2024-04-25T09:55:36.099Z | uploading: /work/zones/external-dns.tar.gz (24732264 bytes) |
2781 | 2024-04-25T09:55:45.618Z | uploaded: /work/zones/external-dns.tar.gz |
2782 | 2024-04-25T09:55:45.618Z | uploading: /work/zones/internal-dns.tar.gz (24732749 bytes) |
2783 | 2024-04-25T09:55:55.665Z | uploaded: /work/zones/internal-dns.tar.gz |
2784 | 2024-04-25T09:55:55.665Z | uploading: /work/zones/nexus-single-sled.tar.gz (84246663 bytes) |
2785 | 2024-04-25T09:56:26.541Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2786 | 2024-04-25T09:56:26.560Z | uploading: /work/zones/nexus.tar.gz (84247347 bytes) |
2787 | 2024-04-25T09:56:53.000Z | uploaded: /work/zones/nexus.tar.gz |
2788 | 2024-04-25T09:56:53.014Z | uploading: /work/zones/ntp.tar.gz (8421478 bytes) |
2789 | 2024-04-25T09:57:00.885Z | uploaded: /work/zones/ntp.tar.gz |
2790 | 2024-04-25T09:57:00.885Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14507603 bytes) |
2791 | 2024-04-25T09:57:06.405Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2792 | 2024-04-25T09:57:06.405Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14507654 bytes) |
2793 | 2024-04-25T09:57:11.531Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2794 | 2024-04-25T09:57:11.531Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2795 | 2024-04-25T09:57:12.545Z | uploaded: /work/zones/overlay.tar.gz |
2796 | 2024-04-25T09:57:12.545Z | uploading: /work/zones/oximeter.tar.gz (43407556 bytes) |
2797 | 2024-04-25T09:57:33.044Z | uploaded: /work/zones/oximeter.tar.gz |
2798 | 2024-04-25T09:57:33.044Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2799 | 2024-04-25T09:57:34.559Z | uploaded: /work/zones/probe.tar.gz |
2800 | 2024-04-25T09:57:34.559Z | uploading: /work/zones/propolis-server.tar.gz (66247252 bytes) |
2801 | 2024-04-25T09:57:57.145Z | uploaded: /work/zones/propolis-server.tar.gz |
2802 | 2024-04-25T09:57:57.145Z | uploading: /work/zones/switch-asic.tar.gz (295239248 bytes) |
2803 | 2024-04-25T09:59:40.350Z | uploaded: /work/zones/switch-asic.tar.gz |
2804 | 2024-04-25T09:59:40.350Z | uploading: /work/zones/switch-softnpu.tar.gz (202424817 bytes) |
2805 | 2024-04-25T10:01:00.320Z | uploaded: /work/zones/switch-softnpu.tar.gz |