|
|
|
1 | 2024-11-29T04:15:34.966Z | job assigned to worker 01JDV21DZ395QZ684NZBY9WJFD [factory aws, i-0112b54f25586a1ef] (queued for 1 m 6 s) |
|
2 | 2024-11-29T04:15:43.389Z | starting task 0: "setup" |
3 | 2024-11-29T04:15:43.399Z | ++ uname -s |
4 | 2024-11-29T04:15:43.401Z | + kern=SunOS |
5 | 2024-11-29T04:15:43.401Z | + case "$kern" in |
6 | 2024-11-29T04:15:43.401Z | + groupadd -g 12345 build |
7 | 2024-11-29T04:15:43.404Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T04:15:45.410Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T04:15:45.520Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T04:15:45.522Z | + home_fs=zfs |
11 | 2024-11-29T04:15:45.523Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T04:15:45.523Z | + mkdir -p /home/build |
13 | 2024-11-29T04:15:45.525Z | + chown build:build /home/build /work |
14 | 2024-11-29T04:15:47.526Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T04:15:47.529Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-11-29T04:15:47.534Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T04:15:47.539Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T04:15:47.539Z | ' stable |
19 | 2024-11-29T04:15:47.539Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-29T04:15:47.539Z | ' default |
21 | 2024-11-29T04:15:47.543Z | * toolchain channel = "stable" |
22 | 2024-11-29T04:15:47.543Z | * toolchain profile = "default" |
23 | 2024-11-29T04:15:47.543Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T04:15:47.543Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T04:15:47.656Z | info: downloading installer |
26 | 2024-11-29T04:15:49.354Z | info: profile set to 'default' |
27 | 2024-11-29T04:15:49.354Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T04:15:49.356Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T04:15:49.533Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T04:15:49.533Z | info: downloading component 'cargo' |
31 | 2024-11-29T04:15:50.557Z | info: downloading component 'clippy' |
32 | 2024-11-29T04:15:50.949Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T04:15:52.396Z | info: downloading component 'rust-std' |
34 | 2024-11-29T04:15:54.460Z | info: downloading component 'rustc' |
35 | 2024-11-29T04:16:02.396Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T04:16:02.701Z | info: installing component 'cargo' |
37 | 2024-11-29T04:16:03.520Z | info: installing component 'clippy' |
38 | 2024-11-29T04:16:03.893Z | info: installing component 'rust-docs' |
39 | 2024-11-29T04:16:05.598Z | info: installing component 'rust-std' |
40 | 2024-11-29T04:16:07.206Z | info: installing component 'rustc' |
41 | 2024-11-29T04:16:13.019Z | info: installing component 'rustfmt' |
42 | 2024-11-29T04:16:13.358Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T04:16:13.358Z | |
44 | 2024-11-29T04:16:13.727Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T04:16:13.727Z | |
46 | 2024-11-29T04:16:13.730Z | |
47 | 2024-11-29T04:16:13.730Z | Rust is installed now. Great! |
48 | 2024-11-29T04:16:13.730Z | |
49 | 2024-11-29T04:16:13.730Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T04:16:13.730Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T04:16:13.730Z | |
52 | 2024-11-29T04:16:13.730Z | To configure your current shell, you need to source |
53 | 2024-11-29T04:16:13.730Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T04:16:13.730Z | |
55 | 2024-11-29T04:16:13.730Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T04:16:13.730Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T04:16:13.730Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T04:16:13.802Z | + rustc --version |
59 | 2024-11-29T04:16:13.873Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T04:16:13.876Z | process exited: duration 26340 ms, exit code 0 |
|
61 | 2024-11-29T04:16:13.881Z | starting task 2: "authentication" |
62 | 2024-11-29T04:16:13.902Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-29T04:16:13.906Z | starting task 3: "clone repository" |
64 | 2024-11-29T04:16:13.911Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-29T04:16:13.914Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-29T04:16:15.410Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-29T04:16:16.523Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-29T04:16:16.523Z | + git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380 |
69 | 2024-11-29T04:16:16.815Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-29T04:16:16.815Z | * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD |
71 | 2024-11-29T04:16:16.823Z | + [[ -n renovate/rust-1.x ]] |
72 | 2024-11-29T04:16:16.826Z | ++ git branch --show-current |
73 | 2024-11-29T04:16:16.829Z | + current=main |
74 | 2024-11-29T04:16:16.829Z | + [[ main != renovate/rust-1.x ]] |
75 | 2024-11-29T04:16:16.829Z | + git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380 |
76 | 2024-11-29T04:16:16.831Z | + git checkout -f renovate/rust-1.x |
77 | 2024-11-29T04:16:16.845Z | Switched to branch 'renovate/rust-1.x' |
78 | 2024-11-29T04:16:16.847Z | + git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380 |
79 | 2024-11-29T04:16:16.850Z | HEAD is now at d143b7c Update dependency rust to v1.83.0 |
80 | 2024-11-29T04:16:16.852Z | process exited: duration 2943 ms, exit code 0 |
|
81 | 2024-11-29T04:16:16.857Z | starting task 4: "build" |
82 | 2024-11-29T04:16:16.862Z | ++ cargo --version |
83 | 2024-11-29T04:16:16.867Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-11-29T04:16:17.047Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-11-29T04:16:17.047Z | info: downloading component 'cargo' |
86 | 2024-11-29T04:16:17.790Z | info: downloading component 'clippy' |
87 | 2024-11-29T04:16:18.078Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T04:16:19.115Z | info: downloading component 'rust-std' |
89 | 2024-11-29T04:16:20.623Z | info: downloading component 'rustc' |
90 | 2024-11-29T04:16:26.276Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T04:16:26.512Z | info: installing component 'cargo' |
92 | 2024-11-29T04:16:27.333Z | info: installing component 'clippy' |
93 | 2024-11-29T04:16:27.689Z | info: installing component 'rust-docs' |
94 | 2024-11-29T04:16:29.361Z | info: installing component 'rust-std' |
95 | 2024-11-29T04:16:30.990Z | info: installing component 'rustc' |
96 | 2024-11-29T04:16:36.740Z | info: installing component 'rustfmt' |
97 | 2024-11-29T04:16:37.157Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-11-29T04:16:37.160Z | ++ rustc --version |
99 | 2024-11-29T04:16:37.233Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-11-29T04:16:37.238Z | ++ dladm |
101 | 2024-11-29T04:16:37.242Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-29T04:16:37.242Z | ena0 phys 9216 up -- -- |
103 | 2024-11-29T04:16:37.244Z | ++ ipadm |
104 | 2024-11-29T04:16:37.247Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-29T04:16:37.247Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-29T04:16:37.247Z | ena0/dhcp dhcp ok 10.150.1.120/24 |
107 | 2024-11-29T04:16:37.247Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-29T04:16:37.247Z | ++ banner collect |
109 | 2024-11-29T04:16:37.375Z | |
110 | 2024-11-29T04:16:37.375Z | #### #### # # ###### #### ##### |
111 | 2024-11-29T04:16:37.375Z | # # # # # # # # # # |
112 | 2024-11-29T04:16:37.375Z | # # # # # ##### # # |
113 | 2024-11-29T04:16:37.375Z | # # # # # # # # |
114 | 2024-11-29T04:16:37.375Z | # # # # # # # # # # |
115 | 2024-11-29T04:16:37.375Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-29T04:16:37.375Z | |
117 | 2024-11-29T04:16:37.378Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-29T04:16:37.378Z | ++ repo=softnpu |
119 | 2024-11-29T04:16:37.378Z | ++ series=image |
120 | 2024-11-29T04:16:37.378Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-29T04:16:37.378Z | ++ name=softnpu |
122 | 2024-11-29T04:16:37.378Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-29T04:16:37.378Z | ++ mkdir -p download |
124 | 2024-11-29T04:16:37.378Z | ++ pushd download |
125 | 2024-11-29T04:16:37.378Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-29T04:16:37.378Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-29T04:16:37.381Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-29T04:16:37.386Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-29T04:16:37.388Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-29T04:16:37.774Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 56.2M 0 --:--:-- --:--:-- --:--:-- 56.2M |
131 | 2024-11-29T04:16:37.778Z | ++ popd |
132 | 2024-11-29T04:16:37.780Z | /work/oxidecomputer/maghemite |
133 | 2024-11-29T04:16:37.780Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-29T04:16:37.780Z | ++ repo=sidecar-lite |
135 | 2024-11-29T04:16:37.780Z | ++ series=release |
136 | 2024-11-29T04:16:37.780Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-29T04:16:37.780Z | ++ name=libsidecar_lite.so |
138 | 2024-11-29T04:16:37.780Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-29T04:16:37.780Z | ++ mkdir -p download |
140 | 2024-11-29T04:16:37.782Z | ++ pushd download |
141 | 2024-11-29T04:16:37.782Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-29T04:16:37.782Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-29T04:16:37.782Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-29T04:16:37.788Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-29T04:16:37.788Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-29T04:16:38.066Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 73.4M 0 --:--:-- --:--:-- --:--:-- 73.5M |
147 | 2024-11-29T04:16:38.070Z | ++ popd |
148 | 2024-11-29T04:16:38.072Z | /work/oxidecomputer/maghemite |
149 | 2024-11-29T04:16:38.072Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-29T04:16:38.072Z | ++ repo=sidecar-lite |
151 | 2024-11-29T04:16:38.072Z | ++ series=release |
152 | 2024-11-29T04:16:38.072Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-29T04:16:38.072Z | ++ name=scadm |
154 | 2024-11-29T04:16:38.073Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-29T04:16:38.073Z | ++ mkdir -p download |
156 | 2024-11-29T04:16:38.075Z | ++ pushd download |
157 | 2024-11-29T04:16:38.075Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-29T04:16:38.075Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-29T04:16:38.075Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-29T04:16:38.085Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-29T04:16:38.085Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-29T04:16:38.511Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
60 22.7M 60 13.7M 0 0 37.7M 0 --:--:-- --:--:-- --:--:-- 37.7M
100 22.7M 100 22.7M 0 0 53.5M 0 --:--:-- --:--:-- --:--:-- 53.5M |
163 | 2024-11-29T04:16:38.515Z | ++ popd |
164 | 2024-11-29T04:16:38.517Z | /work/oxidecomputer/maghemite |
165 | 2024-11-29T04:16:38.517Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-29T04:16:38.517Z | ++ repo=dendrite |
167 | 2024-11-29T04:16:38.517Z | ++ series=image |
168 | 2024-11-29T04:16:38.517Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-29T04:16:38.517Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-29T04:16:38.517Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-29T04:16:38.517Z | ++ mkdir -p download |
172 | 2024-11-29T04:16:38.517Z | ++ pushd download |
173 | 2024-11-29T04:16:38.517Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-29T04:16:38.517Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-29T04:16:38.517Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-29T04:16:38.526Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-29T04:16:38.528Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-29T04:16:39.220Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 54.0M 0 --:--:-- --:--:-- --:--:-- 54.1M |
179 | 2024-11-29T04:16:39.224Z | ++ popd |
180 | 2024-11-29T04:16:39.227Z | /work/oxidecomputer/maghemite |
181 | 2024-11-29T04:16:39.227Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-29T04:16:39.227Z | ++ repo=maghemite |
183 | 2024-11-29T04:16:39.227Z | ++ series=release |
184 | 2024-11-29T04:16:39.227Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-29T04:16:39.227Z | ++ name=ddmd |
186 | 2024-11-29T04:16:39.227Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-29T04:16:39.227Z | ++ mkdir -p download |
188 | 2024-11-29T04:16:39.227Z | ++ pushd download |
189 | 2024-11-29T04:16:39.227Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-29T04:16:39.227Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-29T04:16:39.227Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-29T04:16:39.236Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-29T04:16:39.236Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-29T04:16:39.735Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
28 40.9M 28 11.7M 0 0 55.3M 0 --:--:-- --:--:-- --:--:-- 55.2M
100 40.9M 100 40.9M 0 0 82.4M 0 --:--:-- --:--:-- --:--:-- 82.4M |
195 | 2024-11-29T04:16:39.738Z | ++ popd |
196 | 2024-11-29T04:16:39.738Z | /work/oxidecomputer/maghemite |
197 | 2024-11-29T04:16:39.738Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-29T04:16:39.738Z | ++ repo=maghemite |
199 | 2024-11-29T04:16:39.738Z | ++ series=release |
200 | 2024-11-29T04:16:39.738Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-29T04:16:39.738Z | ++ name=ddmadm |
202 | 2024-11-29T04:16:39.738Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-29T04:16:39.738Z | ++ mkdir -p download |
204 | 2024-11-29T04:16:39.741Z | ++ pushd download |
205 | 2024-11-29T04:16:39.741Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-29T04:16:39.741Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-29T04:16:39.741Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-29T04:16:39.748Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-29T04:16:39.751Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-29T04:16:40.129Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 47.2M 0 --:--:-- --:--:-- --:--:-- 47.2M |
211 | 2024-11-29T04:16:40.132Z | ++ popd |
212 | 2024-11-29T04:16:40.135Z | /work/oxidecomputer/maghemite |
213 | 2024-11-29T04:16:40.135Z | ++ pushd download |
214 | 2024-11-29T04:16:40.135Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-29T04:16:40.135Z | ++ chmod +x softnpu |
216 | 2024-11-29T04:16:40.135Z | ++ chmod +x scadm |
217 | 2024-11-29T04:16:40.138Z | ++ chmod +x ddmadm |
218 | 2024-11-29T04:16:40.140Z | ++ chmod +x ddmd |
219 | 2024-11-29T04:16:40.140Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-29T04:16:40.144Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-29T04:16:40.144Z | ++ rm -rf zones/dendrite |
222 | 2024-11-29T04:16:40.147Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-29T04:16:40.149Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-29T04:16:41.016Z | ++ popd |
225 | 2024-11-29T04:16:41.016Z | /work/oxidecomputer/maghemite |
226 | 2024-11-29T04:16:41.016Z | ++ banner install |
227 | 2024-11-29T04:16:41.019Z | |
228 | 2024-11-29T04:16:41.019Z | # # # #### ##### ## # # |
229 | 2024-11-29T04:16:41.019Z | # ## # # # # # # # |
230 | 2024-11-29T04:16:41.019Z | # # # # #### # # # # # |
231 | 2024-11-29T04:16:41.019Z | # # # # # # ###### # # |
232 | 2024-11-29T04:16:41.019Z | # # ## # # # # # # # |
233 | 2024-11-29T04:16:41.019Z | # # # #### # # # ###### ###### |
234 | 2024-11-29T04:16:41.019Z | |
235 | 2024-11-29T04:16:41.019Z | ++ pkg info brand/sparse |
236 | 2024-11-29T04:16:41.019Z | ++ grep -qi installed |
237 | 2024-11-29T04:16:51.887Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-29T04:16:51.887Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-29T04:16:51.887Z | |
240 | 2024-11-29T04:16:51.887Z | brand/sparse |
241 | 2024-11-29T04:16:51.933Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-29T04:16:51.933Z | ++ set -o errexit |
243 | 2024-11-29T04:16:51.933Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-29T04:16:59.681Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-29T04:17:03.513Z | Startup: Caching catalogs ... Done |
246 | 2024-11-29T04:17:13.261Z | Planning: Solver setup ... Done |
247 | 2024-11-29T04:17:13.388Z | Planning: Running solver ... Done |
248 | 2024-11-29T04:17:13.795Z | Planning: Finding local manifests ... Done |
249 | 2024-11-29T04:17:13.809Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-29T04:17:14.033Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-29T04:17:14.690Z | Planning: Package planning ... Done |
252 | 2024-11-29T04:17:14.696Z | Planning: Merging actions ... Done |
253 | 2024-11-29T04:17:15.412Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-29T04:17:23.791Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-29T04:17:24.237Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-29T04:17:24.397Z | Planning: Planning completed in 20.79 seconds |
257 | 2024-11-29T04:17:25.206Z | Packages to install: 1 |
258 | 2024-11-29T04:17:25.206Z | Packages to update: 2 |
259 | 2024-11-29T04:17:25.206Z | Create boot environment: No |
260 | 2024-11-29T04:17:25.209Z | Create backup boot environment: Yes |
261 | 2024-11-29T04:17:25.527Z | |
262 | 2024-11-29T04:17:25.527Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-29T04:17:29.024Z | Download: Completed 8.03 MB in 3.50 seconds (2.3M/s) |
264 | 2024-11-29T04:17:30.853Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-11-29T04:17:30.869Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-11-29T04:17:30.985Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-11-29T04:17:31.367Z | Actions: Completed 1419 actions in 0.51 seconds. |
268 | 2024-11-29T04:17:31.569Z | Done |
269 | 2024-11-29T04:17:31.571Z | Done |
270 | 2024-11-29T04:17:32.063Z | Done |
271 | 2024-11-29T04:17:39.346Z | Done |
272 | 2024-11-29T04:17:39.894Z | Done |
273 | 2024-11-29T04:17:39.896Z | Done |
274 | 2024-11-29T04:17:40.012Z | Done |
275 | 2024-11-29T04:17:40.412Z | ++ set -o errexit |
276 | 2024-11-29T04:17:40.412Z | ++ set -o pipefail |
277 | 2024-11-29T04:17:40.412Z | ++ banner build |
278 | 2024-11-29T04:17:40.414Z | |
279 | 2024-11-29T04:17:40.414Z | ##### # # # # ##### |
280 | 2024-11-29T04:17:40.414Z | # # # # # # # # |
281 | 2024-11-29T04:17:40.414Z | ##### # # # # # # |
282 | 2024-11-29T04:17:40.415Z | # # # # # # # # |
283 | 2024-11-29T04:17:40.415Z | # # # # # # # # |
284 | 2024-11-29T04:17:40.415Z | ##### #### # ###### ##### |
285 | 2024-11-29T04:17:40.415Z | |
286 | 2024-11-29T04:17:40.415Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-11-29T04:17:40.575Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-11-29T04:17:40.809Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-11-29T04:17:41.091Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-11-29T04:17:41.091Z | * [new branch] ci -> origin/ci |
291 | 2024-11-29T04:17:41.093Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
292 | 2024-11-29T04:17:41.093Z | * [new branch] main -> origin/main |
293 | 2024-11-29T04:17:41.093Z | * [new ref] -> origin/HEAD |
294 | 2024-11-29T04:17:41.104Z | Updating crates.io index |
295 | 2024-11-29T04:17:41.216Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-11-29T04:17:42.046Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-11-29T04:17:42.046Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-11-29T04:17:42.152Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-11-29T04:17:43.345Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-11-29T04:17:43.345Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-11-29T04:17:43.386Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-11-29T04:17:43.766Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-11-29T04:17:43.766Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-11-29T04:17:43.791Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-11-29T04:17:44.247Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-11-29T04:17:44.247Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-11-29T04:17:44.258Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-11-29T04:17:47.683Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-11-29T04:17:47.683Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-11-29T04:17:47.712Z | * [new tag] dogfood -> dogfood |
311 | 2024-11-29T04:17:47.714Z | * [new tag] v5 -> v5 |
312 | 2024-11-29T04:17:47.715Z | * [new tag] v6 -> v6 |
313 | 2024-11-29T04:17:47.715Z | * [new tag] v7 -> v7 |
314 | 2024-11-29T04:17:47.715Z | * [new tag] v8 -> v8 |
315 | 2024-11-29T04:17:47.715Z | * [new tag] v9 -> v9 |
316 | 2024-11-29T04:17:48.072Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-11-29T04:17:49.023Z | From https://github.com/oxidecomputer/opte |
318 | 2024-11-29T04:17:49.023Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-11-29T04:17:49.097Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-11-29T04:17:49.506Z | From https://github.com/illumos/smf-rs |
321 | 2024-11-29T04:17:49.506Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-11-29T04:17:49.517Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-11-29T04:17:50.035Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-11-29T04:17:50.036Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-11-29T04:17:50.053Z | * [new tag] rift -> rift |
326 | 2024-11-29T04:17:50.056Z | * [new tag] srp -> srp |
327 | 2024-11-29T04:17:50.056Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-11-29T04:17:50.111Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-11-29T04:17:50.503Z | From https://github.com/oxidecomputer/zone |
330 | 2024-11-29T04:17:50.503Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-11-29T04:17:50.556Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-11-29T04:17:51.262Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-11-29T04:17:51.262Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-11-29T04:17:51.376Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-11-29T04:17:51.826Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-11-29T04:17:51.826Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-11-29T04:17:51.836Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-11-29T04:17:52.211Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-11-29T04:17:52.211Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-11-29T04:17:52.227Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-11-29T04:17:52.242Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-11-29T04:17:52.658Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-11-29T04:17:52.658Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-11-29T04:17:52.681Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-11-29T04:17:53.149Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-11-29T04:17:53.149Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-11-29T04:17:53.213Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-11-29T04:17:53.796Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-11-29T04:17:53.796Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-11-29T04:17:53.833Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-11-29T04:17:54.260Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-11-29T04:17:54.260Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-11-29T04:17:54.288Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-11-29T04:17:54.751Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-11-29T04:17:54.751Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-11-29T04:17:54.814Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-11-29T04:17:55.195Z | From https://github.com/illumos/libscf-sys |
358 | 2024-11-29T04:17:55.195Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-11-29T04:17:55.226Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-11-29T04:17:56.138Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-11-29T04:17:56.138Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-11-29T04:17:56.160Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-11-29T04:17:56.162Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-11-29T04:17:56.162Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-11-29T04:17:56.162Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-11-29T04:17:56.162Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-11-29T04:17:56.162Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-11-29T04:17:56.162Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-11-29T04:17:56.431Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-11-29T04:17:57.253Z | From https://github.com/oxidecomputer/typify |
371 | 2024-11-29T04:17:57.253Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-11-29T04:17:57.255Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-11-29T04:17:57.273Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-11-29T04:17:57.276Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-11-29T04:17:57.276Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-11-29T04:17:57.436Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-11-29T04:17:59.249Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-11-29T04:17:59.249Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-11-29T04:17:59.307Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-11-29T04:17:59.751Z | From https://github.com/oxidecomputer/opte |
391 | 2024-11-29T04:17:59.751Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-11-29T04:17:59.797Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-11-29T04:18:00.476Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-11-29T04:18:00.476Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-11-29T04:18:01.499Z | Downloading crates ... |
396 | 2024-11-29T04:18:01.614Z | Downloaded bitflags v1.3.2 |
397 | 2024-11-29T04:18:01.618Z | Downloaded dtrace-parser v0.2.0 |
398 | 2024-11-29T04:18:01.621Z | Downloaded deranged v0.3.11 |
399 | 2024-11-29T04:18:01.693Z | Downloaded anstream v0.6.15 |
400 | 2024-11-29T04:18:01.700Z | Downloaded anstyle-parse v0.2.5 |
401 | 2024-11-29T04:18:01.709Z | Downloaded aho-corasick v1.1.3 |
402 | 2024-11-29T04:18:01.716Z | Downloaded allocator-api2 v0.2.18 |
403 | 2024-11-29T04:18:01.719Z | Downloaded signal-hook-registry v1.4.2 |
404 | 2024-11-29T04:18:01.721Z | Downloaded camino v1.1.9 |
405 | 2024-11-29T04:18:01.724Z | Downloaded cfg-if v1.0.0 |
406 | 2024-11-29T04:18:01.724Z | Downloaded base64ct v1.6.0 |
407 | 2024-11-29T04:18:01.727Z | Downloaded backoff v0.4.0 |
408 | 2024-11-29T04:18:01.730Z | Downloaded crypto-common v0.1.6 |
409 | 2024-11-29T04:18:01.733Z | Downloaded base64 v0.21.7 |
410 | 2024-11-29T04:18:01.735Z | Downloaded const-random v0.1.18 |
411 | 2024-11-29T04:18:01.737Z | Downloaded ciborium-io v0.2.2 |
412 | 2024-11-29T04:18:01.737Z | Downloaded atomicwrites v0.4.4 |
413 | 2024-11-29T04:18:01.746Z | Downloaded const-random-macro v0.1.16 |
414 | 2024-11-29T04:18:01.747Z | Downloaded colorchoice v1.0.2 |
415 | 2024-11-29T04:18:01.747Z | Downloaded crunchy v0.2.2 |
416 | 2024-11-29T04:18:01.747Z | Downloaded dirs-next v2.0.0 |
417 | 2024-11-29T04:18:01.747Z | Downloaded debug-ignore v1.0.5 |
418 | 2024-11-29T04:18:01.747Z | Downloaded block-buffer v0.10.4 |
419 | 2024-11-29T04:18:01.751Z | Downloaded foreign-types-shared v0.1.1 |
420 | 2024-11-29T04:18:01.754Z | Downloaded foreign-types v0.3.2 |
421 | 2024-11-29T04:18:01.754Z | Downloaded crc8 v0.1.1 |
422 | 2024-11-29T04:18:01.754Z | Downloaded crucible-workspace-hack v0.1.0 |
423 | 2024-11-29T04:18:01.757Z | Downloaded foreign-types-macros v0.2.3 |
424 | 2024-11-29T04:18:01.760Z | Downloaded convert_case v0.4.0 |
425 | 2024-11-29T04:18:01.760Z | Downloaded parse-display-derive v0.10.0 |
426 | 2024-11-29T04:18:01.763Z | Downloaded async-stream-impl v0.3.5 |
427 | 2024-11-29T04:18:01.766Z | Downloaded pin-project-lite v0.2.14 |
428 | 2024-11-29T04:18:01.771Z | Downloaded proc-macro-error-attr v1.0.4 |
429 | 2024-11-29T04:18:01.773Z | Downloaded pest_derive v2.7.13 |
430 | 2024-11-29T04:18:01.776Z | Downloaded progenitor v0.8.0 |
431 | 2024-11-29T04:18:01.776Z | Downloaded parse-display v0.10.0 |
432 | 2024-11-29T04:18:01.778Z | Downloaded password-hash v0.5.0 |
433 | 2024-11-29T04:18:01.782Z | Downloaded enum-as-inner v0.6.1 |
434 | 2024-11-29T04:18:01.782Z | Downloaded defmt-parser v0.3.4 |
435 | 2024-11-29T04:18:01.784Z | Downloaded prettyplease v0.2.22 |
436 | 2024-11-29T04:18:01.786Z | Downloaded scroll_derive v0.12.0 |
437 | 2024-11-29T04:18:01.786Z | Downloaded cpufeatures v0.2.14 |
438 | 2024-11-29T04:18:01.789Z | Downloaded futures-core v0.3.30 |
439 | 2024-11-29T04:18:01.792Z | Downloaded fastrand v2.1.1 |
440 | 2024-11-29T04:18:01.792Z | Downloaded dof v0.3.0 |
441 | 2024-11-29T04:18:01.795Z | Downloaded cobs v0.2.3 |
442 | 2024-11-29T04:18:01.795Z | Downloaded camino-tempfile v1.1.1 |
443 | 2024-11-29T04:18:01.797Z | Downloaded pest_generator v2.7.13 |
444 | 2024-11-29T04:18:01.799Z | Downloaded atomic-waker v1.1.2 |
445 | 2024-11-29T04:18:01.802Z | Downloaded anstyle-query v1.1.1 |
446 | 2024-11-29T04:18:01.802Z | Downloaded colored v2.1.0 |
447 | 2024-11-29T04:18:01.805Z | Downloaded foreign-types-shared v0.3.1 |
448 | 2024-11-29T04:18:01.805Z | Downloaded serde-big-array v0.5.1 |
449 | 2024-11-29T04:18:01.808Z | Downloaded pretty-hex v0.4.1 |
450 | 2024-11-29T04:18:01.808Z | Downloaded scopeguard v1.2.0 |
451 | 2024-11-29T04:18:01.811Z | Downloaded pin-utils v0.1.0 |
452 | 2024-11-29T04:18:01.811Z | Downloaded percent-encoding v2.3.1 |
453 | 2024-11-29T04:18:01.811Z | Downloaded cstr-argument v0.1.2 |
454 | 2024-11-29T04:18:01.814Z | Downloaded proc-macro-crate v1.3.1 |
455 | 2024-11-29T04:18:01.814Z | Downloaded autocfg v1.3.0 |
456 | 2024-11-29T04:18:01.817Z | Downloaded is-terminal v0.4.13 |
457 | 2024-11-29T04:18:01.819Z | Downloaded hubpack_derive v0.1.1 |
458 | 2024-11-29T04:18:01.819Z | Downloaded serde_urlencoded v0.7.1 |
459 | 2024-11-29T04:18:01.821Z | Downloaded pretty-hex v0.2.1 |
460 | 2024-11-29T04:18:01.821Z | Downloaded schemars_derive v0.8.21 |
461 | 2024-11-29T04:18:01.823Z | Downloaded serde_repr v0.1.19 |
462 | 2024-11-29T04:18:01.825Z | Downloaded embedded-io v0.6.1 |
463 | 2024-11-29T04:18:01.828Z | Downloaded dirs-sys-next v0.1.2 |
464 | 2024-11-29T04:18:01.828Z | Downloaded resolv-conf v0.7.0 |
465 | 2024-11-29T04:18:01.830Z | Downloaded clap_derive v4.5.18 |
466 | 2024-11-29T04:18:01.833Z | Downloaded plain v0.2.3 |
467 | 2024-11-29T04:18:01.833Z | Downloaded rand_chacha v0.3.1 |
468 | 2024-11-29T04:18:01.836Z | Downloaded ident_case v1.0.1 |
469 | 2024-11-29T04:18:01.836Z | Downloaded rustc_version v0.4.1 |
470 | 2024-11-29T04:18:01.839Z | Downloaded ppv-lite86 v0.2.20 |
471 | 2024-11-29T04:18:01.839Z | Downloaded either v1.13.0 |
472 | 2024-11-29T04:18:01.841Z | Downloaded data-encoding v2.6.0 |
473 | 2024-11-29T04:18:01.841Z | Downloaded http-body v1.0.1 |
474 | 2024-11-29T04:18:01.843Z | Downloaded float-ord v0.3.2 |
475 | 2024-11-29T04:18:01.846Z | Downloaded heck v0.4.1 |
476 | 2024-11-29T04:18:01.846Z | Downloaded proc-macro-crate v3.2.0 |
477 | 2024-11-29T04:18:01.849Z | Downloaded futures-sink v0.3.30 |
478 | 2024-11-29T04:18:01.849Z | Downloaded futures-macro v0.3.30 |
479 | 2024-11-29T04:18:01.849Z | Downloaded futures-io v0.3.30 |
480 | 2024-11-29T04:18:01.852Z | Downloaded rustls-pemfile v1.0.4 |
481 | 2024-11-29T04:18:01.852Z | Downloaded hash32 v0.3.1 |
482 | 2024-11-29T04:18:01.854Z | Downloaded hostname v0.3.1 |
483 | 2024-11-29T04:18:01.857Z | Downloaded rustc-hash v2.0.0 |
484 | 2024-11-29T04:18:01.857Z | Downloaded progenitor-macro v0.8.0 |
485 | 2024-11-29T04:18:01.859Z | Downloaded futures-executor v0.3.30 |
486 | 2024-11-29T04:18:01.859Z | Downloaded newline-converter v0.3.0 |
487 | 2024-11-29T04:18:01.861Z | Downloaded parking_lot_core v0.9.10 |
488 | 2024-11-29T04:18:01.863Z | Downloaded darling v0.20.10 |
489 | 2024-11-29T04:18:01.867Z | Downloaded semver v1.0.23 |
490 | 2024-11-29T04:18:01.870Z | Downloaded sigpipe v0.1.3 |
491 | 2024-11-29T04:18:01.872Z | Downloaded crossbeam-epoch v0.9.18 |
492 | 2024-11-29T04:18:01.874Z | Downloaded blake2 v0.10.6 |
493 | 2024-11-29T04:18:01.877Z | Downloaded semver v0.1.20 |
494 | 2024-11-29T04:18:01.879Z | Downloaded newtype-uuid v1.1.0 |
495 | 2024-11-29T04:18:01.879Z | Downloaded defmt v0.3.8 |
496 | 2024-11-29T04:18:01.882Z | Downloaded is_terminal_polyfill v1.70.1 |
497 | 2024-11-29T04:18:01.884Z | Downloaded want v0.3.1 |
498 | 2024-11-29T04:18:01.886Z | Downloaded slab v0.4.9 |
499 | 2024-11-29T04:18:01.886Z | Downloaded rhai_codegen v2.2.0 |
500 | 2024-11-29T04:18:01.893Z | Downloaded time-core v0.1.2 |
501 | 2024-11-29T04:18:01.896Z | Downloaded shlex v1.3.0 |
502 | 2024-11-29T04:18:01.896Z | Downloaded num_enum v0.5.11 |
503 | 2024-11-29T04:18:01.901Z | Downloaded slog-stdlog v4.1.1 |
504 | 2024-11-29T04:18:01.903Z | Downloaded serde_with_macros v3.9.0 |
505 | 2024-11-29T04:18:01.905Z | Downloaded sync_wrapper v0.1.2 |
506 | 2024-11-29T04:18:01.907Z | Downloaded clap v4.5.21 |
507 | 2024-11-29T04:18:01.915Z | Downloaded smf v0.2.3 |
508 | 2024-11-29T04:18:01.917Z | Downloaded slog-envlogger v2.2.0 |
509 | 2024-11-29T04:18:01.920Z | Downloaded scroll v0.12.0 |
510 | 2024-11-29T04:18:01.920Z | Downloaded tower-service v0.3.3 |
511 | 2024-11-29T04:18:01.922Z | Downloaded rustls-pemfile v2.1.3 |
512 | 2024-11-29T04:18:01.925Z | Downloaded dropshot_endpoint v0.12.0 |
513 | 2024-11-29T04:18:01.927Z | Downloaded sha2 v0.10.8 |
514 | 2024-11-29T04:18:01.930Z | Downloaded zone_cfg_derive v0.3.0 |
515 | 2024-11-29T04:18:01.930Z | Downloaded tokio-macros v2.4.0 |
516 | 2024-11-29T04:18:01.932Z | Downloaded num-derive v0.4.2 |
517 | 2024-11-29T04:18:01.936Z | Downloaded match_cfg v0.1.0 |
518 | 2024-11-29T04:18:01.936Z | Downloaded serde_spanned v0.6.7 |
519 | 2024-11-29T04:18:01.936Z | Downloaded proc-macro2 v1.0.86 |
520 | 2024-11-29T04:18:01.938Z | Downloaded try-lock v0.2.5 |
521 | 2024-11-29T04:18:01.941Z | Downloaded swrite v0.1.0 |
522 | 2024-11-29T04:18:01.941Z | Downloaded postcard v1.0.10 |
523 | 2024-11-29T04:18:01.943Z | Downloaded sct v0.7.1 |
524 | 2024-11-29T04:18:01.945Z | Downloaded log v0.4.22 |
525 | 2024-11-29T04:18:01.948Z | Downloaded ryu v1.0.18 |
526 | 2024-11-29T04:18:01.951Z | Downloaded progenitor-impl v0.8.0 |
527 | 2024-11-29T04:18:01.954Z | Downloaded hubpack v0.1.2 |
528 | 2024-11-29T04:18:01.956Z | Downloaded strum_macros v0.25.3 |
529 | 2024-11-29T04:18:01.958Z | Downloaded arc-swap v1.7.1 |
530 | 2024-11-29T04:18:01.961Z | Downloaded thiserror v1.0.69 |
531 | 2024-11-29T04:18:01.966Z | Downloaded pest_meta v2.7.13 |
532 | 2024-11-29T04:18:01.968Z | Downloaded hyper-tls v0.5.0 |
533 | 2024-11-29T04:18:01.970Z | Downloaded thiserror-impl v1.0.69 |
534 | 2024-11-29T04:18:01.973Z | Downloaded hyper-tls v0.6.0 |
535 | 2024-11-29T04:18:01.973Z | Downloaded schemars v0.8.21 |
536 | 2024-11-29T04:18:01.984Z | Downloaded zone v0.3.0 |
537 | 2024-11-29T04:18:01.986Z | Downloaded zeroize v1.8.1 |
538 | 2024-11-29T04:18:01.988Z | Downloaded spin v0.5.2 |
539 | 2024-11-29T04:18:01.988Z | Downloaded num_enum_derive v0.5.11 |
540 | 2024-11-29T04:18:01.991Z | Downloaded num_enum v0.7.3 |
541 | 2024-11-29T04:18:01.994Z | Downloaded subtle v2.6.1 |
542 | 2024-11-29T04:18:01.997Z | Downloaded macaddr v1.0.1 |
543 | 2024-11-29T04:18:01.997Z | Downloaded cc v1.1.21 |
544 | 2024-11-29T04:18:02.000Z | Downloaded toml_datetime v0.6.8 |
545 | 2024-11-29T04:18:02.003Z | Downloaded no-std-compat v0.4.1 |
546 | 2024-11-29T04:18:02.003Z | Downloaded similar v2.6.0 |
547 | 2024-11-29T04:18:02.008Z | Downloaded thin-vec v0.2.13 |
548 | 2024-11-29T04:18:02.010Z | Downloaded owo-colors v4.1.0 |
549 | 2024-11-29T04:18:02.014Z | Downloaded iana-time-zone v0.1.61 |
550 | 2024-11-29T04:18:02.016Z | Downloaded newtype_derive v0.1.6 |
551 | 2024-11-29T04:18:02.018Z | Downloaded crossbeam-channel v0.5.13 |
552 | 2024-11-29T04:18:02.021Z | Downloaded socket2 v0.5.8 |
553 | 2024-11-29T04:18:02.023Z | Downloaded lock_api v0.4.12 |
554 | 2024-11-29T04:18:02.026Z | Downloaded expectorate v1.1.0 |
555 | 2024-11-29T04:18:02.028Z | Downloaded slog v2.7.0 |
556 | 2024-11-29T04:18:02.030Z | Downloaded instant v0.1.13 |
557 | 2024-11-29T04:18:02.032Z | Downloaded ucd-trie v0.1.6 |
558 | 2024-11-29T04:18:02.035Z | Downloaded tinyvec_macros v0.1.1 |
559 | 2024-11-29T04:18:02.035Z | Downloaded num-conv v0.1.0 |
560 | 2024-11-29T04:18:02.037Z | Downloaded version_check v0.9.5 |
561 | 2024-11-29T04:18:02.037Z | Downloaded minimal-lexical v0.2.1 |
562 | 2024-11-29T04:18:02.041Z | Downloaded omicron-workspace-hack v0.1.0 |
563 | 2024-11-29T04:18:02.043Z | Downloaded num-integer v0.1.46 |
564 | 2024-11-29T04:18:02.045Z | Downloaded num-derive v0.3.3 |
565 | 2024-11-29T04:18:02.045Z | Downloaded time-macros v0.2.18 |
566 | 2024-11-29T04:18:02.048Z | Downloaded managed v0.8.0 |
567 | 2024-11-29T04:18:02.050Z | Downloaded sync_wrapper v1.0.1 |
568 | 2024-11-29T04:18:02.050Z | Downloaded tokio-native-tls v0.3.1 |
569 | 2024-11-29T04:18:02.052Z | Downloaded zerocopy v0.6.6 |
570 | 2024-11-29T04:18:02.055Z | Downloaded base64 v0.22.1 |
571 | 2024-11-29T04:18:02.058Z | Downloaded whoami v1.5.2 |
572 | 2024-11-29T04:18:02.061Z | Downloaded usdt-attr-macro v0.5.0 |
573 | 2024-11-29T04:18:02.061Z | Downloaded strum v0.26.3 |
574 | 2024-11-29T04:18:02.064Z | Downloaded num_threads v0.1.7 |
575 | 2024-11-29T04:18:02.064Z | Downloaded waitgroup v0.1.2 |
576 | 2024-11-29T04:18:02.064Z | Downloaded rustls-pki-types v1.8.0 |
577 | 2024-11-29T04:18:02.066Z | Downloaded lru-cache v0.1.2 |
578 | 2024-11-29T04:18:02.069Z | Downloaded linked-hash-map v0.5.6 |
579 | 2024-11-29T04:18:02.069Z | Downloaded slog-json v2.6.1 |
580 | 2024-11-29T04:18:02.072Z | Downloaded stable_deref_trait v1.2.0 |
581 | 2024-11-29T04:18:02.072Z | Downloaded tracing-core v0.1.32 |
582 | 2024-11-29T04:18:02.075Z | Downloaded usdt-impl v0.5.0 |
583 | 2024-11-29T04:18:02.075Z | Downloaded openssl-macros v0.1.1 |
584 | 2024-11-29T04:18:02.078Z | Downloaded num-rational v0.4.2 |
585 | 2024-11-29T04:18:02.078Z | Downloaded untrusted v0.9.0 |
586 | 2024-11-29T04:18:02.080Z | Downloaded spin v0.9.8 |
587 | 2024-11-29T04:18:02.083Z | Downloaded humantime v2.1.0 |
588 | 2024-11-29T04:18:02.083Z | Downloaded linear-map v1.2.0 |
589 | 2024-11-29T04:18:02.085Z | Downloaded fxhash v0.2.1 |
590 | 2024-11-29T04:18:02.085Z | Downloaded usdt-macro v0.5.0 |
591 | 2024-11-29T04:18:02.087Z | Downloaded num v0.4.3 |
592 | 2024-11-29T04:18:02.087Z | Downloaded serde_yaml v0.9.34+deprecated |
593 | 2024-11-29T04:18:02.090Z | Downloaded static_assertions v1.1.0 |
594 | 2024-11-29T04:18:02.093Z | Downloaded tokio-rustls v0.24.1 |
595 | 2024-11-29T04:18:02.095Z | Downloaded thread-id v4.2.2 |
596 | 2024-11-29T04:18:02.095Z | Downloaded indexmap v1.9.3 |
597 | 2024-11-29T04:18:02.098Z | Downloaded http-body v0.4.6 |
598 | 2024-11-29T04:18:02.100Z | Downloaded http-body-util v0.1.2 |
599 | 2024-11-29T04:18:02.103Z | Downloaded parking_lot v0.12.3 |
600 | 2024-11-29T04:18:02.105Z | Downloaded openssl-probe v0.1.5 |
601 | 2024-11-29T04:18:02.105Z | Downloaded tinyvec v1.8.0 |
602 | 2024-11-29T04:18:02.107Z | Downloaded num-complex v0.4.6 |
603 | 2024-11-29T04:18:02.110Z | Downloaded hostname v0.4.0 |
604 | 2024-11-29T04:18:02.113Z | Downloaded thread_local v1.1.8 |
605 | 2024-11-29T04:18:02.113Z | Downloaded hex v0.4.3 |
606 | 2024-11-29T04:18:02.115Z | Downloaded ipnetwork v0.20.0 |
607 | 2024-11-29T04:18:02.118Z | Downloaded libsw v3.3.1 |
608 | 2024-11-29T04:18:02.120Z | Downloaded usdt v0.5.0 |
609 | 2024-11-29T04:18:02.120Z | Downloaded strsim v0.11.1 |
610 | 2024-11-29T04:18:02.120Z | Downloaded lazy_static v1.5.0 |
611 | 2024-11-29T04:18:02.122Z | Downloaded itoa v1.0.11 |
612 | 2024-11-29T04:18:02.125Z | Downloaded parking_lot v0.11.2 |
613 | 2024-11-29T04:18:02.127Z | Downloaded structmeta v0.3.0 |
614 | 2024-11-29T04:18:02.127Z | Downloaded structmeta-derive v0.3.0 |
615 | 2024-11-29T04:18:02.129Z | Downloaded httpdate v1.0.3 |
616 | 2024-11-29T04:18:02.129Z | Downloaded utf8parse v0.2.2 |
617 | 2024-11-29T04:18:02.132Z | Downloaded terminal_size v0.4.0 |
618 | 2024-11-29T04:18:02.132Z | Downloaded native-tls v0.2.12 |
619 | 2024-11-29T04:18:02.134Z | Downloaded slog-scope v4.4.0 |
620 | 2024-11-29T04:18:02.134Z | Downloaded generic-array v0.14.7 |
621 | 2024-11-29T04:18:02.136Z | Downloaded tracing-attributes v0.1.27 |
622 | 2024-11-29T04:18:02.138Z | Downloaded smartstring v1.0.1 |
623 | 2024-11-29T04:18:02.141Z | Downloaded num-iter v0.1.45 |
624 | 2024-11-29T04:18:02.144Z | Downloaded mime v0.3.17 |
625 | 2024-11-29T04:18:02.144Z | Downloaded tempfile v3.12.0 |
626 | 2024-11-29T04:18:02.146Z | Downloaded num_enum_derive v0.7.3 |
627 | 2024-11-29T04:18:02.148Z | Downloaded hyper-rustls v0.24.2 |
628 | 2024-11-29T04:18:02.151Z | Downloaded ipnet v2.10.0 |
629 | 2024-11-29T04:18:02.155Z | Downloaded typify-macro v0.2.0 |
630 | 2024-11-29T04:18:02.155Z | Downloaded smallvec v1.13.2 |
631 | 2024-11-29T04:18:02.155Z | Downloaded highway v1.2.0 |
632 | 2024-11-29T04:18:02.157Z | Downloaded memmap v0.7.0 |
633 | 2024-11-29T04:18:02.159Z | Downloaded httparse v1.9.4 |
634 | 2024-11-29T04:18:02.162Z | Downloaded futures-task v0.3.30 |
635 | 2024-11-29T04:18:02.162Z | Downloaded pest v2.7.13 |
636 | 2024-11-29T04:18:02.167Z | Downloaded tracing v0.1.40 |
637 | 2024-11-29T04:18:02.171Z | Downloaded typify v0.2.0 |
638 | 2024-11-29T04:18:02.174Z | Downloaded term v0.7.0 |
639 | 2024-11-29T04:18:02.177Z | Downloaded unsafe-libyaml v0.2.11 |
640 | 2024-11-29T04:18:02.181Z | Downloaded tokio-rustls v0.25.0 |
641 | 2024-11-29T04:18:02.183Z | Downloaded slog-term v2.9.1 |
642 | 2024-11-29T04:18:02.186Z | Downloaded uuid v1.11.0 |
643 | 2024-11-29T04:18:02.189Z | Downloaded hashbrown v0.12.3 |
644 | 2024-11-29T04:18:02.193Z | Downloaded once_cell v1.20.2 |
645 | 2024-11-29T04:18:02.195Z | Downloaded typenum v1.17.0 |
646 | 2024-11-29T04:18:02.198Z | Downloaded half v2.4.1 |
647 | 2024-11-29T04:18:02.201Z | Downloaded itertools v0.10.5 |
648 | 2024-11-29T04:18:02.207Z | Downloaded multer v3.1.0 |
649 | 2024-11-29T04:18:02.210Z | Downloaded hickory-resolver v0.24.1 |
650 | 2024-11-29T04:18:02.214Z | Downloaded openssl-sys v0.9.103 |
651 | 2024-11-29T04:18:02.220Z | Downloaded tokio-rustls v0.26.0 |
652 | 2024-11-29T04:18:02.223Z | Downloaded getrandom v0.2.15 |
653 | 2024-11-29T04:18:02.226Z | Downloaded num-traits v0.2.19 |
654 | 2024-11-29T04:18:02.228Z | Downloaded toml v0.8.19 |
655 | 2024-11-29T04:18:02.231Z | Downloaded hyper-util v0.1.10 |
656 | 2024-11-29T04:18:02.235Z | Downloaded url v2.5.2 |
657 | 2024-11-29T04:18:02.238Z | Downloaded toml_edit v0.22.21 |
658 | 2024-11-29T04:18:02.260Z | Downloaded clap_builder v4.5.21 |
659 | 2024-11-29T04:18:02.267Z | Downloaded unicode-segmentation v1.12.0 |
660 | 2024-11-29T04:18:02.270Z | Downloaded unicode-ident v1.0.13 |
661 | 2024-11-29T04:18:02.273Z | Downloaded unicode-bidi v0.3.15 |
662 | 2024-11-29T04:18:02.275Z | Downloaded memchr v2.7.4 |
663 | 2024-11-29T04:18:02.280Z | Downloaded serde_with v3.9.0 |
664 | 2024-11-29T04:18:02.289Z | Downloaded http v1.1.0 |
665 | 2024-11-29T04:18:02.293Z | Downloaded reqwest v0.11.27 |
666 | 2024-11-29T04:18:02.300Z | Downloaded heapless v0.8.0 |
667 | 2024-11-29T04:18:02.304Z | Downloaded indexmap v2.5.0 |
668 | 2024-11-29T04:18:02.309Z | Downloaded steno v0.4.1 |
669 | 2024-11-29T04:18:02.313Z | Downloaded http v0.2.12 |
670 | 2024-11-29T04:18:02.317Z | Downloaded strum_macros v0.26.4 |
671 | 2024-11-29T04:18:02.320Z | Downloaded toml_edit v0.19.15 |
672 | 2024-11-29T04:18:02.335Z | Downloaded unicode-normalization v0.1.24 |
673 | 2024-11-29T04:18:02.338Z | Downloaded zerocopy v0.7.35 |
674 | 2024-11-29T04:18:02.354Z | Downloaded mio v1.0.2 |
675 | 2024-11-29T04:18:02.359Z | Downloaded time v0.3.36 |
676 | 2024-11-29T04:18:02.367Z | Downloaded winnow v0.6.18 |
677 | 2024-11-29T04:18:02.375Z | Downloaded libm v0.2.8 |
678 | 2024-11-29T04:18:02.383Z | Downloaded tokio-util v0.7.12 |
679 | 2024-11-29T04:18:02.390Z | Downloaded itertools v0.12.1 |
680 | 2024-11-29T04:18:02.398Z | Downloaded nom v7.1.3 |
681 | 2024-11-29T04:18:02.403Z | Downloaded h2 v0.3.26 |
682 | 2024-11-29T04:18:02.410Z | Downloaded rustls v0.21.12 |
683 | 2024-11-29T04:18:02.421Z | Downloaded hashbrown v0.14.5 |
684 | 2024-11-29T04:18:02.427Z | Downloaded regex v1.10.6 |
685 | 2024-11-29T04:18:02.441Z | Downloaded futures-util v0.3.30 |
686 | 2024-11-29T04:18:02.452Z | Downloaded hyper v0.14.30 |
687 | 2024-11-29T04:18:02.461Z | Downloaded goblin v0.8.2 |
688 | 2024-11-29T04:18:02.467Z | Downloaded vcpkg v0.2.15 |
689 | 2024-11-29T04:18:02.505Z | Downloaded webpki-roots v0.25.4 |
690 | 2024-11-29T04:18:02.509Z | Downloaded openssl v0.10.66 |
691 | 2024-11-29T04:18:02.519Z | Downloaded unicode-width v0.1.14 |
692 | 2024-11-29T04:18:02.525Z | Downloaded webpki-roots v0.26.6 |
693 | 2024-11-29T04:18:02.529Z | Downloaded syn v2.0.87 |
694 | 2024-11-29T04:18:02.540Z | Downloaded idna v0.4.0 |
695 | 2024-11-29T04:18:02.547Z | Downloaded idna v0.5.0 |
696 | 2024-11-29T04:18:02.554Z | Downloaded openapiv3 v2.0.0 |
697 | 2024-11-29T04:18:02.567Z | Downloaded hickory-proto v0.24.1 |
698 | 2024-11-29T04:18:02.582Z | Downloaded rhai v1.20.0 |
699 | 2024-11-29T04:18:02.594Z | Downloaded rustls v0.23.13 |
700 | 2024-11-29T04:18:02.606Z | Downloaded rustix v0.38.37 |
701 | 2024-11-29T04:18:02.628Z | Downloaded regress v0.10.1 |
702 | 2024-11-29T04:18:02.636Z | Downloaded smoltcp v0.11.0 |
703 | 2024-11-29T04:18:02.648Z | Downloaded rustls v0.22.4 |
704 | 2024-11-29T04:18:02.660Z | Downloaded regex-syntax v0.8.4 |
705 | 2024-11-29T04:18:02.669Z | Downloaded sled v0.34.7 |
706 | 2024-11-29T04:18:02.679Z | Downloaded regress v0.9.1 |
707 | 2024-11-29T04:18:02.687Z | Downloaded typify-impl v0.2.0 |
708 | 2024-11-29T04:18:02.702Z | Downloaded zerocopy-derive v0.6.6 |
709 | 2024-11-29T04:18:02.711Z | Downloaded syn v1.0.109 |
710 | 2024-11-29T04:18:02.721Z | Downloaded dropshot v0.12.0 |
711 | 2024-11-29T04:18:02.740Z | Downloaded hyper v1.5.1 |
712 | 2024-11-29T04:18:02.747Z | Downloaded regex-automata v0.4.7 |
713 | 2024-11-29T04:18:02.763Z | Downloaded h2 v0.4.6 |
714 | 2024-11-29T04:18:02.769Z | Downloaded winnow v0.5.40 |
715 | 2024-11-29T04:18:02.777Z | Downloaded chrono v0.4.38 |
716 | 2024-11-29T04:18:02.784Z | Downloaded itertools v0.13.0 |
717 | 2024-11-29T04:18:02.791Z | Downloaded reqwest v0.12.9 |
718 | 2024-11-29T04:18:02.799Z | Downloaded petgraph v0.6.5 |
719 | 2024-11-29T04:18:02.816Z | Downloaded quinn-proto v0.11.8 |
720 | 2024-11-29T04:18:02.822Z | Downloaded portable-atomic v1.8.0 |
721 | 2024-11-29T04:18:02.829Z | Downloaded serde_json v1.0.133 |
722 | 2024-11-29T04:18:02.836Z | Downloaded tokio v1.41.1 |
723 | 2024-11-29T04:18:02.872Z | Downloaded rustls-webpki v0.102.8 |
724 | 2024-11-29T04:18:02.889Z | Downloaded rustls-webpki v0.101.7 |
725 | 2024-11-29T04:18:02.902Z | Downloaded serde v1.0.215 |
726 | 2024-11-29T04:18:02.905Z | Downloaded rand v0.8.5 |
727 | 2024-11-29T04:18:02.908Z | Downloaded quinn v0.11.5 |
728 | 2024-11-29T04:18:02.911Z | Downloaded libc v0.2.165 |
729 | 2024-11-29T04:18:02.936Z | Downloaded zerocopy-derive v0.7.35 |
730 | 2024-11-29T04:18:02.940Z | Downloaded heck v0.5.0 |
731 | 2024-11-29T04:18:02.942Z | Downloaded indent_write v2.2.0 |
732 | 2024-11-29T04:18:02.942Z | Downloaded tiny-keccak v2.0.2 |
733 | 2024-11-29T04:18:02.945Z | Downloaded serde_derive v1.0.215 |
734 | 2024-11-29T04:18:02.947Z | Downloaded futures v0.3.30 |
735 | 2024-11-29T04:18:02.951Z | Downloaded darling_core v0.20.10 |
736 | 2024-11-29T04:18:02.956Z | Downloaded derive_more v0.99.18 |
737 | 2024-11-29T04:18:02.960Z | Downloaded slog-dtrace v0.3.0 |
738 | 2024-11-29T04:18:02.962Z | Downloaded slog-bunyan v2.5.0 |
739 | 2024-11-29T04:18:02.965Z | Downloaded slog-async v2.8.0 |
740 | 2024-11-29T04:18:02.965Z | Downloaded sha1 v0.10.6 |
741 | 2024-11-29T04:18:02.968Z | Downloaded quick-error v1.2.3 |
742 | 2024-11-29T04:18:02.968Z | Downloaded serde_tokenstream v0.2.2 |
743 | 2024-11-29T04:18:02.968Z | Downloaded crossbeam-utils v0.8.20 |
744 | 2024-11-29T04:18:02.970Z | Downloaded take_mut v0.2.2 |
745 | 2024-11-29T04:18:02.970Z | Downloaded tabwriter v1.4.0 |
746 | 2024-11-29T04:18:02.972Z | Downloaded hyper-rustls v0.27.3 |
747 | 2024-11-29T04:18:02.975Z | Downloaded serde_path_to_error v0.1.16 |
748 | 2024-11-29T04:18:02.977Z | Downloaded serde_derive_internals v0.29.1 |
749 | 2024-11-29T04:18:02.977Z | Downloaded crc32fast v1.4.2 |
750 | 2024-11-29T04:18:02.980Z | Downloaded console v0.15.8 |
751 | 2024-11-29T04:18:02.983Z | Downloaded proc-macro-error v1.0.4 |
752 | 2024-11-29T04:18:02.985Z | Downloaded rustc_version v0.1.7 |
753 | 2024-11-29T04:18:02.985Z | Downloaded quote v1.0.37 |
754 | 2024-11-29T04:18:02.987Z | Downloaded parking_lot_core v0.8.6 |
755 | 2024-11-29T04:18:02.989Z | Downloaded derive-where v1.2.7 |
756 | 2024-11-29T04:18:02.992Z | Downloaded rustversion v1.0.17 |
757 | 2024-11-29T04:18:02.994Z | Downloaded quinn-udp v0.5.5 |
758 | 2024-11-29T04:18:02.997Z | Downloaded clap_lex v0.7.2 |
759 | 2024-11-29T04:18:02.997Z | Downloaded ciborium v0.2.2 |
760 | 2024-11-29T04:18:03.000Z | Downloaded embedded-io v0.4.0 |
761 | 2024-11-29T04:18:03.000Z | Downloaded dyn-clone v1.0.17 |
762 | 2024-11-29T04:18:03.003Z | Downloaded ciborium-ll v0.2.2 |
763 | 2024-11-29T04:18:03.003Z | Downloaded encoding_rs v0.8.34 |
764 | 2024-11-29T04:18:03.023Z | Downloaded bitflags v2.6.0 |
765 | 2024-11-29T04:18:03.027Z | Downloaded ahash v0.8.11 |
766 | 2024-11-29T04:18:03.029Z | Downloaded fnv v1.0.7 |
767 | 2024-11-29T04:18:03.033Z | Downloaded errno v0.3.9 |
768 | 2024-11-29T04:18:03.033Z | Downloaded defmt-macros v0.3.9 |
769 | 2024-11-29T04:18:03.035Z | Downloaded digest v0.10.7 |
770 | 2024-11-29T04:18:03.037Z | Downloaded anstyle v1.0.10 |
771 | 2024-11-29T04:18:03.037Z | Downloaded paste v1.0.15 |
772 | 2024-11-29T04:18:03.040Z | Downloaded argon2 v0.5.3 |
773 | 2024-11-29T04:18:03.042Z | Downloaded async-trait v0.1.83 |
774 | 2024-11-29T04:18:03.045Z | Downloaded progenitor-client v0.8.0 |
775 | 2024-11-29T04:18:03.045Z | Downloaded futures-channel v0.3.30 |
776 | 2024-11-29T04:18:03.047Z | Downloaded rand_core v0.6.4 |
777 | 2024-11-29T04:18:03.047Z | Downloaded fixedbitset v0.4.2 |
778 | 2024-11-29T04:18:03.050Z | Downloaded cookie v0.18.1 |
779 | 2024-11-29T04:18:03.052Z | Downloaded cancel-safe-futures v0.1.5 |
780 | 2024-11-29T04:18:03.054Z | Downloaded bytes v1.7.2 |
781 | 2024-11-29T04:18:03.057Z | Downloaded anyhow v1.0.93 |
782 | 2024-11-29T04:18:03.060Z | Downloaded powerfmt v0.2.0 |
783 | 2024-11-29T04:18:03.062Z | Downloaded pkg-config v0.3.31 |
784 | 2024-11-29T04:18:03.064Z | Downloaded byteorder v1.5.0 |
785 | 2024-11-29T04:18:03.064Z | Downloaded async-stream v0.3.5 |
786 | 2024-11-29T04:18:03.067Z | Downloaded form_urlencoded v1.2.1 |
787 | 2024-11-29T04:18:03.067Z | Downloaded foreign-types v0.5.0 |
788 | 2024-11-29T04:18:03.069Z | Downloaded darling_macro v0.20.10 |
789 | 2024-11-29T04:18:03.069Z | Downloaded equivalent v1.0.1 |
790 | 2024-11-29T04:18:03.222Z | Downloaded ring v0.17.8 |
791 | 2024-11-29T04:18:03.572Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-11-29T04:18:03.572Z | Compiling unicode-ident v1.0.13 |
793 | 2024-11-29T04:18:03.575Z | Compiling libc v0.2.165 |
794 | 2024-11-29T04:18:03.575Z | Compiling serde v1.0.215 |
795 | 2024-11-29T04:18:03.575Z | Compiling version_check v0.9.5 |
796 | 2024-11-29T04:18:03.608Z | Compiling autocfg v1.3.0 |
797 | 2024-11-29T04:18:03.610Z | Compiling cfg-if v1.0.0 |
798 | 2024-11-29T04:18:03.728Z | Compiling once_cell v1.20.2 |
799 | 2024-11-29T04:18:03.747Z | Compiling libm v0.2.8 |
800 | 2024-11-29T04:18:03.807Z | Compiling memchr v2.7.4 |
801 | 2024-11-29T04:18:04.210Z | Compiling parking_lot_core v0.9.10 |
802 | 2024-11-29T04:18:04.241Z | Compiling lock_api v0.4.12 |
803 | 2024-11-29T04:18:04.703Z | Compiling byteorder v1.5.0 |
804 | 2024-11-29T04:18:05.026Z | Compiling shlex v1.3.0 |
805 | 2024-11-29T04:18:05.634Z | Compiling cc v1.1.21 |
806 | 2024-11-29T04:18:05.765Z | Compiling thiserror v1.0.69 |
807 | 2024-11-29T04:18:05.874Z | Compiling itoa v1.0.11 |
808 | 2024-11-29T04:18:06.062Z | Compiling portable-atomic v1.8.0 |
809 | 2024-11-29T04:18:06.121Z | Compiling slab v0.4.9 |
810 | 2024-11-29T04:18:06.156Z | Compiling schemars v0.8.21 |
811 | 2024-11-29T04:18:06.362Z | Compiling ahash v0.8.11 |
812 | 2024-11-29T04:18:06.527Z | Compiling allocator-api2 v0.2.18 |
813 | 2024-11-29T04:18:06.622Z | Compiling num-traits v0.2.19 |
814 | 2024-11-29T04:18:06.798Z | Compiling quote v1.0.37 |
815 | 2024-11-29T04:18:06.941Z | Compiling getrandom v0.2.15 |
816 | 2024-11-29T04:18:07.176Z | Compiling syn v2.0.87 |
817 | 2024-11-29T04:18:07.275Z | Compiling ryu v1.0.18 |
818 | 2024-11-29T04:18:07.373Z | Compiling serde_json v1.0.133 |
819 | 2024-11-29T04:18:07.544Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-11-29T04:18:07.907Z | Compiling log v0.4.22 |
821 | 2024-11-29T04:18:07.925Z | Compiling scopeguard v1.2.0 |
822 | 2024-11-29T04:18:08.036Z | Compiling equivalent v1.0.1 |
823 | 2024-11-29T04:18:08.163Z | Compiling heck v0.5.0 |
824 | 2024-11-29T04:18:08.185Z | Compiling fnv v1.0.7 |
825 | 2024-11-29T04:18:08.205Z | Compiling ring v0.17.8 |
826 | 2024-11-29T04:18:08.422Z | Compiling vcpkg v0.2.15 |
827 | 2024-11-29T04:18:08.518Z | Compiling crunchy v0.2.2 |
828 | 2024-11-29T04:18:08.539Z | Compiling pkg-config v0.3.31 |
829 | 2024-11-29T04:18:09.012Z | Compiling signal-hook-registry v1.4.2 |
830 | 2024-11-29T04:18:09.213Z | Compiling socket2 v0.5.8 |
831 | 2024-11-29T04:18:09.617Z | Compiling mio v1.0.2 |
832 | 2024-11-29T04:18:09.863Z | Compiling openssl-sys v0.9.103 |
833 | 2024-11-29T04:18:09.955Z | Compiling slog v2.7.0 |
834 | 2024-11-29T04:18:10.076Z | Compiling tiny-keccak v2.0.2 |
835 | 2024-11-29T04:18:10.283Z | Compiling httparse v1.9.4 |
836 | 2024-11-29T04:18:10.521Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-11-29T04:18:10.929Z | Compiling futures-core v0.3.30 |
838 | 2024-11-29T04:18:10.970Z | Compiling const-random-macro v0.1.16 |
839 | 2024-11-29T04:18:11.162Z | Compiling dyn-clone v1.0.17 |
840 | 2024-11-29T04:18:11.165Z | Compiling openssl v0.10.66 |
841 | 2024-11-29T04:18:11.219Z | Compiling futures-sink v0.3.30 |
842 | 2024-11-29T04:18:11.644Z | Compiling native-tls v0.2.12 |
843 | 2024-11-29T04:18:11.720Z | Compiling semver v1.0.23 |
844 | 2024-11-29T04:18:11.883Z | Compiling rustls v0.23.13 |
845 | 2024-11-29T04:18:11.886Z | Compiling typenum v1.17.0 |
846 | 2024-11-29T04:18:11.962Z | Compiling futures-channel v0.3.30 |
847 | 2024-11-29T04:18:11.985Z | Compiling pin-utils v0.1.0 |
848 | 2024-11-29T04:18:12.038Z | Compiling futures-task v0.3.30 |
849 | 2024-11-29T04:18:12.058Z | Compiling const-random v0.1.18 |
850 | 2024-11-29T04:18:12.079Z | Compiling futures-io v0.3.30 |
851 | 2024-11-29T04:18:12.161Z | Compiling generic-array v0.14.7 |
852 | 2024-11-29T04:18:12.232Z | Compiling tracing-core v0.1.32 |
853 | 2024-11-29T04:18:12.308Z | Compiling bitflags v2.6.0 |
854 | 2024-11-29T04:18:12.373Z | Compiling subtle v2.6.1 |
855 | 2024-11-29T04:18:12.404Z | Compiling ucd-trie v0.1.6 |
856 | 2024-11-29T04:18:12.425Z | Compiling aho-corasick v1.1.3 |
857 | 2024-11-29T04:18:12.530Z | Compiling regex-syntax v0.8.4 |
858 | 2024-11-29T04:18:12.719Z | Compiling anyhow v1.0.93 |
859 | 2024-11-29T04:18:12.822Z | Compiling time-core v0.1.2 |
860 | 2024-11-29T04:18:12.842Z | Compiling num-conv v0.1.0 |
861 | 2024-11-29T04:18:13.105Z | Compiling time-macros v0.2.18 |
862 | 2024-11-29T04:18:13.622Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-11-29T04:18:14.156Z | Compiling spin v0.9.8 |
864 | 2024-11-29T04:18:14.262Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-11-29T04:18:15.402Z | Compiling usdt-impl v0.5.0 |
866 | 2024-11-29T04:18:15.429Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-11-29T04:18:15.647Z | Compiling regex-automata v0.4.7 |
868 | 2024-11-29T04:18:15.781Z | Compiling untrusted v0.9.0 |
869 | 2024-11-29T04:18:16.030Z | Compiling tinyvec_macros v0.1.1 |
870 | 2024-11-29T04:18:16.131Z | Compiling plain v0.2.3 |
871 | 2024-11-29T04:18:16.283Z | Compiling strsim v0.11.1 |
872 | 2024-11-29T04:18:16.863Z | Compiling atomic-waker v1.1.2 |
873 | 2024-11-29T04:18:17.061Z | Compiling rustversion v1.0.17 |
874 | 2024-11-29T04:18:17.241Z | Compiling tinyvec v1.8.0 |
875 | 2024-11-29T04:18:17.368Z | Compiling serde_derive v1.0.215 |
876 | 2024-11-29T04:18:17.389Z | Compiling zerocopy-derive v0.7.35 |
877 | 2024-11-29T04:18:17.648Z | Compiling thiserror-impl v1.0.69 |
878 | 2024-11-29T04:18:18.199Z | Compiling tokio-macros v2.4.0 |
879 | 2024-11-29T04:18:18.463Z | Compiling schemars_derive v0.8.21 |
880 | 2024-11-29T04:18:18.495Z | Compiling futures-macro v0.3.30 |
881 | 2024-11-29T04:18:19.187Z | Compiling zerocopy v0.7.35 |
882 | 2024-11-29T04:18:20.289Z | Compiling openssl-macros v0.1.1 |
883 | 2024-11-29T04:18:20.429Z | Compiling futures-util v0.3.30 |
884 | 2024-11-29T04:18:20.756Z | Compiling hashbrown v0.14.5 |
885 | 2024-11-29T04:18:21.064Z | Compiling tracing-attributes v0.1.27 |
886 | 2024-11-29T04:18:21.108Z | Compiling scroll_derive v0.12.0 |
887 | 2024-11-29T04:18:21.732Z | Compiling pest v2.7.13 |
888 | 2024-11-29T04:18:21.931Z | Compiling regress v0.10.1 |
889 | 2024-11-29T04:18:22.561Z | Compiling regex v1.10.6 |
890 | 2024-11-29T04:18:23.069Z | Compiling scroll v0.12.0 |
891 | 2024-11-29T04:18:23.524Z | Compiling goblin v0.8.2 |
892 | 2024-11-29T04:18:24.012Z | Compiling tracing v0.1.40 |
893 | 2024-11-29T04:18:24.628Z | Compiling pest_meta v2.7.13 |
894 | 2024-11-29T04:18:26.209Z | Compiling pest_generator v2.7.13 |
895 | 2024-11-29T04:18:27.304Z | Compiling rand_core v0.6.4 |
896 | 2024-11-29T04:18:27.758Z | Compiling try-lock v0.2.5 |
897 | 2024-11-29T04:18:27.849Z | Compiling pretty-hex v0.4.1 |
898 | 2024-11-29T04:18:27.915Z | Compiling percent-encoding v2.3.1 |
899 | 2024-11-29T04:18:28.057Z | Compiling zeroize v1.8.1 |
900 | 2024-11-29T04:18:28.136Z | Compiling pest_derive v2.7.13 |
901 | 2024-11-29T04:18:28.316Z | Compiling unsafe-libyaml v0.2.11 |
902 | 2024-11-29T04:18:28.560Z | Compiling form_urlencoded v1.2.1 |
903 | 2024-11-29T04:18:29.007Z | Compiling dtrace-parser v0.2.0 |
904 | 2024-11-29T04:18:29.027Z | Compiling want v0.3.1 |
905 | 2024-11-29T04:18:29.607Z | Compiling bytes v1.7.2 |
906 | 2024-11-29T04:18:30.462Z | Compiling smallvec v1.13.2 |
907 | 2024-11-29T04:18:30.768Z | Compiling indexmap v2.5.0 |
908 | 2024-11-29T04:18:31.203Z | Compiling parking_lot v0.12.3 |
909 | 2024-11-29T04:18:31.288Z | Compiling uuid v1.11.0 |
910 | 2024-11-29T04:18:31.571Z | Compiling tokio v1.41.1 |
911 | 2024-11-29T04:18:32.038Z | Compiling chrono v0.4.38 |
912 | 2024-11-29T04:18:32.113Z | Compiling serde_tokenstream v0.2.2 |
913 | 2024-11-29T04:18:32.530Z | Compiling http v1.1.0 |
914 | 2024-11-29T04:18:36.086Z | Compiling openapiv3 v2.0.0 |
915 | 2024-11-29T04:18:38.658Z | Compiling typify-impl v0.2.0 |
916 | 2024-11-29T04:18:39.032Z | Compiling rustls-webpki v0.102.8 |
917 | 2024-11-29T04:18:40.071Z | Compiling http-body v1.0.1 |
918 | 2024-11-29T04:18:40.282Z | Compiling ipnetwork v0.20.0 |
919 | 2024-11-29T04:18:40.319Z | Compiling serde_yaml v0.9.34+deprecated |
920 | 2024-11-29T04:18:42.406Z | Compiling tokio-util v0.7.12 |
921 | 2024-11-29T04:18:43.381Z | Compiling h2 v0.4.6 |
922 | 2024-11-29T04:18:43.594Z | Compiling dof v0.3.0 |
923 | 2024-11-29T04:18:44.230Z | Compiling unicode-normalization v0.1.24 |
924 | 2024-11-29T04:18:44.473Z | Compiling thread-id v4.2.2 |
925 | 2024-11-29T04:18:44.589Z | Compiling foreign-types-shared v0.1.1 |
926 | 2024-11-29T04:18:44.707Z | Compiling ident_case v1.0.1 |
927 | 2024-11-29T04:18:44.879Z | Compiling httpdate v1.0.3 |
928 | 2024-11-29T04:18:45.041Z | Compiling rustls v0.22.4 |
929 | 2024-11-29T04:18:45.413Z | Compiling syn v1.0.109 |
930 | 2024-11-29T04:18:45.489Z | Compiling unicode-bidi v0.3.15 |
931 | 2024-11-29T04:18:45.546Z | Compiling camino v1.1.9 |
932 | 2024-11-29T04:18:45.608Z | Compiling darling_core v0.20.10 |
933 | 2024-11-29T04:18:46.069Z | Compiling foreign-types v0.3.2 |
934 | 2024-11-29T04:18:46.178Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-11-29T04:18:48.130Z | Compiling slog-async v2.8.0 |
936 | 2024-11-29T04:18:48.150Z | Compiling tower-service v0.3.3 |
937 | 2024-11-29T04:18:48.654Z | Compiling hyper v1.5.1 |
938 | 2024-11-29T04:18:48.830Z | Compiling typify-macro v0.2.0 |
939 | 2024-11-29T04:18:49.169Z | Compiling rand_chacha v0.3.1 |
940 | 2024-11-29T04:18:50.937Z | Compiling darling_macro v0.20.10 |
941 | 2024-11-29T04:18:50.958Z | Compiling idna v0.5.0 |
942 | 2024-11-29T04:18:51.950Z | Compiling hyper-util v0.1.10 |
943 | 2024-11-29T04:18:52.365Z | Compiling typify v0.2.0 |
944 | 2024-11-29T04:18:52.504Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-11-29T04:18:57.305Z | Compiling toml_datetime v0.6.8 |
946 | 2024-11-29T04:18:58.133Z | Compiling multer v3.1.0 |
947 | 2024-11-29T04:18:58.525Z | Compiling openssl-probe v0.1.5 |
948 | 2024-11-29T04:18:58.547Z | Compiling progenitor-macro v0.8.0 |
949 | 2024-11-29T04:18:59.236Z | Compiling paste v1.0.15 |
950 | 2024-11-29T04:19:03.098Z | Compiling darling v0.20.10 |
951 | 2024-11-29T04:19:03.218Z | Compiling url v2.5.2 |
952 | 2024-11-29T04:19:04.970Z | Compiling rand v0.8.5 |
953 | 2024-11-29T04:19:07.369Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-11-29T04:19:08.780Z | Compiling usdt-macro v0.5.0 |
955 | 2024-11-29T04:19:08.976Z | Compiling http-body-util v0.1.2 |
956 | 2024-11-29T04:19:09.455Z | Compiling async-trait v0.1.83 |
957 | 2024-11-29T04:19:11.033Z | Compiling encoding_rs v0.8.34 |
958 | 2024-11-29T04:19:11.615Z | Compiling ipnet v2.10.0 |
959 | 2024-11-29T04:19:11.670Z | Compiling base64 v0.22.1 |
960 | 2024-11-29T04:19:11.687Z | Compiling mime v0.3.17 |
961 | 2024-11-29T04:19:12.727Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-11-29T04:19:15.125Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-11-29T04:19:15.615Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-11-29T04:19:15.792Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-11-29T04:19:16.612Z | Compiling strum_macros v0.26.4 |
966 | 2024-11-29T04:19:17.144Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-11-29T04:19:17.808Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-11-29T04:19:18.090Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-11-29T04:19:19.423Z | Compiling webpki-roots v0.26.6 |
970 | 2024-11-29T04:19:19.652Z | Compiling dropshot v0.12.0 |
971 | 2024-11-29T04:19:20.041Z | Compiling crossbeam-utils v0.8.20 |
972 | 2024-11-29T04:19:20.657Z | Compiling powerfmt v0.2.0 |
973 | 2024-11-29T04:19:20.917Z | Compiling structmeta v0.3.0 |
974 | 2024-11-29T04:19:21.136Z | Compiling deranged v0.3.11 |
975 | 2024-11-29T04:19:21.272Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-11-29T04:19:22.118Z | Compiling hyper-tls v0.6.0 |
977 | 2024-11-29T04:19:22.843Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-11-29T04:19:23.259Z | Compiling winnow v0.6.18 |
979 | 2024-11-29T04:19:25.972Z | Compiling num_threads v0.1.7 |
980 | 2024-11-29T04:19:26.234Z | Compiling time v0.3.36 |
981 | 2024-11-29T04:19:26.252Z | Compiling reqwest v0.12.9 |
982 | 2024-11-29T04:19:27.279Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-11-29T04:19:29.734Z | Compiling crypto-common v0.1.6 |
984 | 2024-11-29T04:19:29.982Z | Compiling block-buffer v0.10.4 |
985 | 2024-11-29T04:19:30.244Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-11-29T04:19:31.617Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-11-29T04:19:34.149Z | Compiling digest v0.10.7 |
988 | 2024-11-29T04:19:34.209Z | Compiling progenitor-client v0.8.0 |
989 | 2024-11-29T04:19:35.017Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-11-29T04:19:37.091Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-11-29T04:19:38.295Z | Compiling lazy_static v1.5.0 |
992 | 2024-11-29T04:19:38.444Z | Compiling match_cfg v0.1.0 |
993 | 2024-11-29T04:19:38.680Z | Compiling rustix v0.38.37 |
994 | 2024-11-29T04:19:38.723Z | Compiling hostname v0.3.1 |
995 | 2024-11-29T04:19:39.511Z | Compiling dirs-next v2.0.0 |
996 | 2024-11-29T04:19:39.774Z | Compiling progenitor v0.8.0 |
997 | 2024-11-29T04:19:42.038Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-29T04:19:42.354Z | Compiling futures-executor v0.3.30 |
999 | 2024-11-29T04:19:43.249Z | Compiling thread_local v1.1.8 |
1000 | 2024-11-29T04:19:43.270Z | Compiling errno v0.3.9 |
1001 | 2024-11-29T04:19:43.884Z | Compiling instant v0.1.13 |
1002 | 2024-11-29T04:19:44.052Z | Compiling cpufeatures v0.2.14 |
1003 | 2024-11-29T04:19:44.350Z | Compiling unicode-width v0.1.14 |
1004 | 2024-11-29T04:19:45.690Z | Compiling futures v0.3.30 |
1005 | 2024-11-29T04:19:47.045Z | Compiling term v0.7.0 |
1006 | 2024-11-29T04:19:47.483Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-11-29T04:19:49.386Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-11-29T04:19:50.151Z | Compiling is-terminal v0.4.13 |
1009 | 2024-11-29T04:19:50.295Z | Compiling memmap v0.7.0 |
1010 | 2024-11-29T04:19:50.621Z | Compiling take_mut v0.2.2 |
1011 | 2024-11-29T04:19:51.130Z | Compiling usdt v0.5.0 |
1012 | 2024-11-29T04:19:51.151Z | Compiling slog-term v2.9.1 |
1013 | 2024-11-29T04:19:52.490Z | Compiling toml_edit v0.22.21 |
1014 | 2024-11-29T04:19:53.816Z | Compiling slog-json v2.6.1 |
1015 | 2024-11-29T04:19:54.243Z | Compiling strum v0.26.3 |
1016 | 2024-11-29T04:19:54.435Z | Compiling serde_with v3.9.0 |
1017 | 2024-11-29T04:19:56.321Z | Compiling heapless v0.8.0 |
1018 | 2024-11-29T04:19:57.392Z | Compiling debug-ignore v1.0.5 |
1019 | 2024-11-29T04:19:58.338Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-11-29T04:19:59.604Z | Compiling toml v0.8.19 |
1021 | 2024-11-29T04:20:01.292Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-11-29T04:20:01.324Z | Compiling sha1 v0.10.6 |
1023 | 2024-11-29T04:20:02.072Z | Compiling async-stream v0.3.5 |
1024 | 2024-11-29T04:20:02.149Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-11-29T04:20:02.371Z | Compiling serde_path_to_error v0.1.16 |
1026 | 2024-11-29T04:20:02.478Z | Compiling hex v0.4.3 |
1027 | 2024-11-29T04:20:02.784Z | Compiling waitgroup v0.1.2 |
1028 | 2024-11-29T04:20:03.101Z | Compiling hostname v0.4.0 |
1029 | 2024-11-29T04:20:03.132Z | Compiling hash32 v0.3.1 |
1030 | 2024-11-29T04:20:03.376Z | Compiling smoltcp v0.11.0 |
1031 | 2024-11-29T04:20:03.554Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-11-29T04:20:05.705Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-11-29T04:20:06.249Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-29T04:20:06.271Z | Compiling backoff v0.4.0 |
1035 | 2024-11-29T04:20:06.663Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-11-29T04:20:06.790Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-11-29T04:20:07.004Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-29T04:20:08.973Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-29T04:20:09.584Z | Compiling regress v0.9.1 |
1040 | 2024-11-29T04:20:13.007Z | Compiling clap_derive v4.5.18 |
1041 | 2024-11-29T04:20:14.196Z | Compiling managed v0.8.0 |
1042 | 2024-11-29T04:20:14.226Z | Compiling cobs v0.2.3 |
1043 | 2024-11-29T04:20:14.678Z | Compiling winnow v0.5.40 |
1044 | 2024-11-29T04:20:14.681Z | Compiling utf8parse v0.2.2 |
1045 | 2024-11-29T04:20:14.835Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1046 | 2024-11-29T04:20:15.279Z | Compiling bitflags v1.3.2 |
1047 | 2024-11-29T04:20:17.417Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-11-29T04:20:17.822Z | Compiling postcard v1.0.10 |
1049 | 2024-11-29T04:20:17.999Z | Compiling toml_edit v0.19.15 |
1050 | 2024-11-29T04:20:18.596Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1051 | 2024-11-29T04:20:24.257Z | Compiling anstyle v1.0.10 |
1052 | 2024-11-29T04:20:24.772Z | Compiling is_terminal_polyfill v1.70.1 |
1053 | 2024-11-29T04:20:24.931Z | Compiling colorchoice v1.0.2 |
1054 | 2024-11-29T04:20:25.113Z | Compiling anstyle-query v1.1.1 |
1055 | 2024-11-29T04:20:25.275Z | Compiling anstream v0.6.15 |
1056 | 2024-11-29T04:20:26.338Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-11-29T04:20:27.061Z | Compiling terminal_size v0.4.0 |
1058 | 2024-11-29T04:20:27.309Z | Compiling clap_lex v0.7.2 |
1059 | 2024-11-29T04:20:27.419Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-11-29T04:20:27.840Z | Compiling clap_builder v4.5.21 |
1061 | 2024-11-29T04:20:28.093Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-11-29T04:20:29.433Z | Compiling tabwriter v1.4.0 |
1063 | 2024-11-29T04:20:29.641Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-11-29T04:20:29.958Z | Compiling num-integer v0.1.46 |
1065 | 2024-11-29T04:20:30.301Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-11-29T04:20:30.615Z | Compiling num_enum v0.5.11 |
1067 | 2024-11-29T04:20:30.963Z | Compiling foreign-types v0.5.0 |
1068 | 2024-11-29T04:20:31.311Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-11-29T04:20:31.720Z | Compiling cstr-argument v0.1.2 |
1070 | 2024-11-29T04:20:31.966Z | Compiling clap v4.5.21 |
1071 | 2024-11-29T04:20:31.987Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-11-29T04:20:32.367Z | Compiling either v1.13.0 |
1073 | 2024-11-29T04:20:32.630Z | Compiling heck v0.4.1 |
1074 | 2024-11-29T04:20:32.794Z | Compiling prettyplease v0.2.22 |
1075 | 2024-11-29T04:20:32.936Z | Compiling pretty-hex v0.2.1 |
1076 | 2024-11-29T04:20:33.166Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-11-29T04:20:33.363Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-11-29T04:20:33.558Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-11-29T04:20:34.809Z | Compiling num-iter v0.1.45 |
1080 | 2024-11-29T04:20:35.028Z | Compiling num-rational v0.4.2 |
1081 | 2024-11-29T04:20:35.667Z | Compiling colored v2.1.0 |
1082 | 2024-11-29T04:20:36.866Z | Compiling num-complex v0.4.6 |
1083 | 2024-11-29T04:20:37.705Z | Compiling proc-macro-error v1.0.4 |
1084 | 2024-11-29T04:20:37.803Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-11-29T04:20:37.981Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1086 | 2024-11-29T04:20:38.110Z | Compiling fastrand v2.1.1 |
1087 | 2024-11-29T04:20:38.159Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1088 | 2024-11-29T04:20:38.349Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1089 | 2024-11-29T04:20:38.774Z | Compiling tempfile v3.12.0 |
1090 | 2024-11-29T04:20:38.819Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-11-29T04:20:40.156Z | Compiling num v0.4.3 |
1092 | 2024-11-29T04:20:42.447Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-11-29T04:20:43.097Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-11-29T04:20:43.122Z | Compiling float-ord v0.3.2 |
1095 | 2024-11-29T04:20:43.286Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-11-29T04:20:49.595Z | Compiling semver v0.1.20 |
1097 | 2024-11-29T04:20:50.544Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-11-29T04:20:50.673Z | Compiling rustc_version v0.1.7 |
1099 | 2024-11-29T04:20:51.134Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-11-29T04:20:51.825Z | Compiling newline-converter v0.3.0 |
1101 | 2024-11-29T04:20:52.022Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-11-29T04:20:52.600Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-11-29T04:20:52.691Z | Compiling itertools v0.10.5 |
1104 | 2024-11-29T04:20:53.350Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-11-29T04:20:53.569Z | Compiling console v0.15.8 |
1106 | 2024-11-29T04:20:53.804Z | Compiling num-derive v0.4.2 |
1107 | 2024-11-29T04:20:54.807Z | Compiling sigpipe v0.1.3 |
1108 | 2024-11-29T04:20:54.952Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1109 | 2024-11-29T04:20:55.509Z | Compiling base64ct v1.6.0 |
1110 | 2024-11-29T04:20:55.534Z | Compiling similar v2.6.0 |
1111 | 2024-11-29T04:20:56.150Z | Compiling password-hash v0.5.0 |
1112 | 2024-11-29T04:20:56.173Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1113 | 2024-11-29T04:20:56.433Z | Compiling zone v0.3.0 |
1114 | 2024-11-29T04:20:57.016Z | Compiling expectorate v1.1.0 |
1115 | 2024-11-29T04:20:57.286Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-11-29T04:20:57.684Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-11-29T04:20:58.440Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-29T04:20:59.694Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-11-29T04:21:00.146Z | Compiling blake2 v0.10.6 |
1120 | 2024-11-29T04:21:00.481Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-11-29T04:21:01.364Z | Compiling smf v0.2.3 |
1122 | 2024-11-29T04:21:01.391Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-11-29T04:21:01.418Z | Compiling cancel-safe-futures v0.1.5 |
1124 | 2024-11-29T04:21:01.457Z | Compiling fixedbitset v0.4.2 |
1125 | 2024-11-29T04:21:01.842Z | Compiling owo-colors v4.1.0 |
1126 | 2024-11-29T04:21:02.224Z | Compiling whoami v1.5.2 |
1127 | 2024-11-29T04:21:02.309Z | Compiling petgraph v0.6.5 |
1128 | 2024-11-29T04:21:03.256Z | Compiling zerocopy v0.6.6 |
1129 | 2024-11-29T04:21:03.820Z | Compiling hubpack v0.1.2 |
1130 | 2024-11-29T04:21:04.045Z | Compiling argon2 v0.5.3 |
1131 | 2024-11-29T04:21:05.992Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1132 | 2024-11-29T04:21:06.431Z | Compiling strum_macros v0.25.3 |
1133 | 2024-11-29T04:21:06.489Z | Compiling serde-big-array v0.5.1 |
1134 | 2024-11-29T04:21:06.542Z | Compiling serde_repr v0.1.19 |
1135 | 2024-11-29T04:21:06.759Z | Compiling cookie v0.18.1 |
1136 | 2024-11-29T04:21:07.163Z | Compiling convert_case v0.4.0 |
1137 | 2024-11-29T04:21:07.568Z | Compiling static_assertions v1.1.0 |
1138 | 2024-11-29T04:21:07.765Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-29T04:21:07.810Z | Compiling derive_more v0.99.18 |
1140 | 2024-11-29T04:21:08.028Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-11-29T04:21:08.937Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-29T04:21:09.953Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1143 | 2024-11-29T04:21:10.189Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-29T04:21:11.776Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-11-29T04:21:12.288Z | Compiling itertools v0.13.0 |
1146 | 2024-11-29T04:21:13.924Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-29T04:21:15.010Z | Compiling idna v0.4.0 |
1148 | 2024-11-29T04:21:15.125Z | Compiling libsw v3.3.1 |
1149 | 2024-11-29T04:21:16.945Z | Compiling derive-where v1.2.7 |
1150 | 2024-11-29T04:21:17.373Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-11-29T04:21:17.373Z | Compiling quick-error v1.2.3 |
1152 | 2024-11-29T04:21:17.373Z | Compiling swrite v0.1.0 |
1153 | 2024-11-29T04:21:17.373Z | Compiling linked-hash-map v0.5.6 |
1154 | 2024-11-29T04:21:17.373Z | Compiling highway v1.2.0 |
1155 | 2024-11-29T04:21:17.376Z | Compiling data-encoding v2.6.0 |
1156 | 2024-11-29T04:21:18.333Z | Compiling linear-map v1.2.0 |
1157 | 2024-11-29T04:21:18.436Z | Compiling indent_write v2.2.0 |
1158 | 2024-11-29T04:21:18.549Z | Compiling hickory-proto v0.24.1 |
1159 | 2024-11-29T04:21:18.656Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1160 | 2024-11-29T04:21:18.725Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-11-29T04:21:19.006Z | Compiling lru-cache v0.1.2 |
1162 | 2024-11-29T04:21:19.232Z | Compiling resolv-conf v0.7.0 |
1163 | 2024-11-29T04:21:20.775Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-29T04:21:22.436Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-29T04:21:23.890Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-29T04:21:24.244Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-29T04:21:26.304Z | Compiling steno v0.4.1 |
1168 | 2024-11-29T04:21:27.387Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-11-29T04:21:27.794Z | Compiling slog-dtrace v0.3.0 |
1170 | 2024-11-29T04:21:28.199Z | Compiling parking_lot_core v0.8.6 |
1171 | 2024-11-29T04:21:28.704Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-11-29T04:21:28.913Z | Compiling humantime v2.1.0 |
1173 | 2024-11-29T04:21:29.129Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-11-29T04:21:29.760Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-11-29T04:21:32.066Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-11-29T04:21:32.271Z | Compiling num-derive v0.3.3 |
1177 | 2024-11-29T04:21:32.366Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-29T04:21:33.320Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-11-29T04:21:33.745Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-11-29T04:21:34.405Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-11-29T04:21:34.620Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-11-29T04:21:35.001Z | Compiling parking_lot v0.11.2 |
1183 | 2024-11-29T04:21:36.167Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-11-29T04:21:36.933Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-11-29T04:21:38.775Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-11-29T04:21:38.950Z | Compiling fxhash v0.2.1 |
1187 | 2024-11-29T04:21:39.185Z | Compiling crc32fast v1.4.2 |
1188 | 2024-11-29T04:21:39.715Z | Compiling arc-swap v1.7.1 |
1189 | 2024-11-29T04:21:39.815Z | Compiling crc8 v0.1.1 |
1190 | 2024-11-29T04:21:40.155Z | Compiling slog-scope v4.4.0 |
1191 | 2024-11-29T04:21:40.355Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1192 | 2024-11-29T04:21:40.876Z | Compiling sled v0.34.7 |
1193 | 2024-11-29T04:21:43.686Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-29T04:21:47.567Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1195 | 2024-11-29T04:21:47.834Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1196 | 2024-11-29T04:21:48.326Z | Compiling slog-stdlog v4.1.1 |
1197 | 2024-11-29T04:21:49.133Z | Compiling slog-envlogger v2.2.0 |
1198 | 2024-11-29T04:21:49.996Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-11-29T04:22:00.052Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-11-29T04:22:01.054Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-11-29T04:22:04.190Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-11-29T04:22:35.203Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-11-29T04:22:35.204Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-11-29T04:22:42.185Z | Finished `release` profile [optimized] target(s) in 5m 01s |
1205 | 2024-11-29T04:22:42.504Z | + banner trio |
1206 | 2024-11-29T04:22:42.507Z | |
1207 | 2024-11-29T04:22:42.507Z | ##### ##### # #### |
1208 | 2024-11-29T04:22:42.507Z | # # # # # # |
1209 | 2024-11-29T04:22:42.507Z | # # # # # # |
1210 | 2024-11-29T04:22:42.507Z | # ##### # # # |
1211 | 2024-11-29T04:22:42.507Z | # # # # # # |
1212 | 2024-11-29T04:22:42.507Z | # # # # #### |
1213 | 2024-11-29T04:22:42.507Z | |
1214 | 2024-11-29T04:22:42.507Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1215 | 2024-11-29T04:22:42.985Z | Compiling cfg-if v1.0.0 |
1216 | 2024-11-29T04:22:42.985Z | Compiling libc v0.2.165 |
1217 | 2024-11-29T04:22:42.985Z | Compiling serde v1.0.215 |
1218 | 2024-11-29T04:22:42.987Z | Compiling once_cell v1.20.2 |
1219 | 2024-11-29T04:22:42.987Z | Compiling itoa v1.0.11 |
1220 | 2024-11-29T04:22:42.987Z | Compiling byteorder v1.5.0 |
1221 | 2024-11-29T04:22:43.057Z | Compiling syn v2.0.87 |
1222 | 2024-11-29T04:22:43.067Z | Compiling bytes v1.7.2 |
1223 | 2024-11-29T04:22:43.117Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-29T04:22:43.298Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-29T04:22:43.392Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-11-29T04:22:43.445Z | Compiling ahash v0.8.11 |
1227 | 2024-11-29T04:22:43.492Z | Compiling smallvec v1.13.2 |
1228 | 2024-11-29T04:22:43.503Z | Compiling scopeguard v1.2.0 |
1229 | 2024-11-29T04:22:43.512Z | Compiling schemars v0.8.21 |
1230 | 2024-11-29T04:22:43.624Z | Compiling memchr v2.7.4 |
1231 | 2024-11-29T04:22:43.672Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-11-29T04:22:43.891Z | Compiling lock_api v0.4.12 |
1233 | 2024-11-29T04:22:44.280Z | Compiling hashbrown v0.14.5 |
1234 | 2024-11-29T04:22:44.348Z | Compiling getrandom v0.2.15 |
1235 | 2024-11-29T04:22:44.440Z | Compiling parking_lot_core v0.9.10 |
1236 | 2024-11-29T04:22:44.442Z | Compiling mio v1.0.2 |
1237 | 2024-11-29T04:22:44.700Z | Compiling signal-hook-registry v1.4.2 |
1238 | 2024-11-29T04:22:44.797Z | Compiling parking_lot v0.12.3 |
1239 | 2024-11-29T04:22:45.192Z | Compiling socket2 v0.5.8 |
1240 | 2024-11-29T04:22:45.308Z | Compiling fnv v1.0.7 |
1241 | 2024-11-29T04:22:45.439Z | Compiling log v0.4.22 |
1242 | 2024-11-29T04:22:45.486Z | Compiling futures-core v0.3.30 |
1243 | 2024-11-29T04:22:45.936Z | Compiling equivalent v1.0.1 |
1244 | 2024-11-29T04:22:45.971Z | Compiling ryu v1.0.18 |
1245 | 2024-11-29T04:22:46.049Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-29T04:22:46.242Z | Compiling serde_json v1.0.133 |
1247 | 2024-11-29T04:22:46.278Z | Compiling uuid v1.11.0 |
1248 | 2024-11-29T04:22:46.376Z | Compiling regress v0.10.1 |
1249 | 2024-11-29T04:22:46.568Z | Compiling pin-utils v0.1.0 |
1250 | 2024-11-29T04:22:46.662Z | Compiling futures-task v0.3.30 |
1251 | 2024-11-29T04:22:46.806Z | Compiling spin v0.9.8 |
1252 | 2024-11-29T04:22:46.846Z | Compiling futures-sink v0.3.30 |
1253 | 2024-11-29T04:22:46.859Z | Compiling untrusted v0.9.0 |
1254 | 2024-11-29T04:22:46.947Z | Compiling futures-util v0.3.30 |
1255 | 2024-11-29T04:22:46.992Z | Compiling ring v0.17.8 |
1256 | 2024-11-29T04:22:47.004Z | Compiling slab v0.4.9 |
1257 | 2024-11-29T04:22:47.261Z | Compiling try-lock v0.2.5 |
1258 | 2024-11-29T04:22:47.412Z | Compiling chrono v0.4.38 |
1259 | 2024-11-29T04:22:47.478Z | Compiling want v0.3.1 |
1260 | 2024-11-29T04:22:47.757Z | Compiling httparse v1.9.4 |
1261 | 2024-11-29T04:22:48.319Z | Compiling futures-channel v0.3.30 |
1262 | 2024-11-29T04:22:48.762Z | Compiling dyn-clone v1.0.17 |
1263 | 2024-11-29T04:22:48.764Z | Compiling foreign-types-shared v0.1.1 |
1264 | 2024-11-29T04:22:48.979Z | Compiling tower-service v0.3.3 |
1265 | 2024-11-29T04:22:49.100Z | Compiling serde_derive_internals v0.29.1 |
1266 | 2024-11-29T04:22:49.130Z | Compiling foreign-types v0.3.2 |
1267 | 2024-11-29T04:22:49.181Z | Compiling openssl-sys v0.9.103 |
1268 | 2024-11-29T04:22:49.228Z | Compiling bitflags v2.6.0 |
1269 | 2024-11-29T04:22:49.479Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-11-29T04:22:49.586Z | Compiling http v1.1.0 |
1271 | 2024-11-29T04:22:49.681Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-11-29T04:22:50.504Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2024-11-29T04:22:50.600Z | Compiling openssl-probe v0.1.5 |
1274 | 2024-11-29T04:22:50.827Z | Compiling semver v1.0.23 |
1275 | 2024-11-29T04:22:51.079Z | Compiling tinyvec v1.8.0 |
1276 | 2024-11-29T04:22:51.102Z | Compiling quote v1.0.37 |
1277 | 2024-11-29T04:22:51.426Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-11-29T04:22:51.895Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-11-29T04:22:52.733Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-11-29T04:22:53.267Z | Compiling http v0.2.12 |
1281 | 2024-11-29T04:22:53.503Z | Compiling serde_derive v1.0.215 |
1282 | 2024-11-29T04:22:54.064Z | Compiling zerocopy-derive v0.7.35 |
1283 | 2024-11-29T04:22:54.156Z | Compiling thiserror-impl v1.0.69 |
1284 | 2024-11-29T04:22:54.419Z | Compiling tokio-macros v2.4.0 |
1285 | 2024-11-29T04:22:54.496Z | Compiling schemars_derive v0.8.21 |
1286 | 2024-11-29T04:22:54.890Z | Compiling tracing-attributes v0.1.27 |
1287 | 2024-11-29T04:22:55.934Z | Compiling tokio v1.41.1 |
1288 | 2024-11-29T04:22:56.961Z | Compiling thiserror v1.0.69 |
1289 | 2024-11-29T04:22:57.230Z | Compiling openssl-macros v0.1.1 |
1290 | 2024-11-29T04:22:57.391Z | Compiling aho-corasick v1.1.3 |
1291 | 2024-11-29T04:22:57.882Z | Compiling tracing v0.1.40 |
1292 | 2024-11-29T04:22:57.928Z | Compiling unicode-bidi v0.3.15 |
1293 | 2024-11-29T04:22:58.062Z | Compiling openssl v0.10.66 |
1294 | 2024-11-29T04:22:58.540Z | Compiling rustls-pki-types v1.8.0 |
1295 | 2024-11-29T04:23:00.840Z | Compiling heck v0.5.0 |
1296 | 2024-11-29T04:23:01.247Z | Compiling regex-automata v0.4.7 |
1297 | 2024-11-29T04:23:02.090Z | Compiling idna v0.5.0 |
1298 | 2024-11-29T04:23:06.173Z | Compiling indexmap v2.5.0 |
1299 | 2024-11-29T04:23:08.353Z | Compiling tokio-util v0.7.12 |
1300 | 2024-11-29T04:23:08.581Z | Compiling serde_tokenstream v0.2.2 |
1301 | 2024-11-29T04:23:09.147Z | Compiling native-tls v0.2.12 |
1302 | 2024-11-29T04:23:10.393Z | Compiling tokio-native-tls v0.3.1 |
1303 | 2024-11-29T04:23:10.491Z | Compiling http-body v1.0.1 |
1304 | 2024-11-29T04:23:10.733Z | Compiling regex-syntax v0.8.4 |
1305 | 2024-11-29T04:23:11.063Z | Compiling slog v2.7.0 |
1306 | 2024-11-29T04:23:11.576Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-11-29T04:23:11.648Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1308 | 2024-11-29T04:23:11.769Z | Compiling h2 v0.4.6 |
1309 | 2024-11-29T04:23:12.471Z | Compiling typify-impl v0.2.0 |
1310 | 2024-11-29T04:23:22.581Z | Compiling openapiv3 v2.0.0 |
1311 | 2024-11-29T04:23:22.827Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-11-29T04:23:23.358Z | Compiling regex v1.10.6 |
1313 | 2024-11-29T04:23:24.278Z | Compiling url v2.5.2 |
1314 | 2024-11-29T04:23:25.133Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-11-29T04:23:26.470Z | Compiling ipnet v2.10.0 |
1316 | 2024-11-29T04:23:27.392Z | Compiling mime v0.3.17 |
1317 | 2024-11-29T04:23:28.448Z | Compiling rustls v0.21.12 |
1318 | 2024-11-29T04:23:28.837Z | Compiling typify-macro v0.2.0 |
1319 | 2024-11-29T04:23:29.495Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1320 | 2024-11-29T04:23:29.904Z | Compiling hyper v1.5.1 |
1321 | 2024-11-29T04:23:32.095Z | Compiling h2 v0.3.26 |
1322 | 2024-11-29T04:23:32.314Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-11-29T04:23:32.526Z | Compiling http-body v0.4.6 |
1324 | 2024-11-29T04:23:32.995Z | Compiling sct v0.7.1 |
1325 | 2024-11-29T04:23:33.006Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-29T04:23:33.430Z | Compiling zeroize v1.8.1 |
1327 | 2024-11-29T04:23:33.763Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-11-29T04:23:34.125Z | Compiling subtle v2.6.1 |
1329 | 2024-11-29T04:23:34.405Z | Compiling httpdate v1.0.3 |
1330 | 2024-11-29T04:23:35.198Z | Compiling toml_edit v0.19.15 |
1331 | 2024-11-29T04:23:36.486Z | Compiling serde_yaml v0.9.34+deprecated |
1332 | 2024-11-29T04:23:36.981Z | Compiling rustls v0.23.13 |
1333 | 2024-11-29T04:23:39.730Z | Compiling hyper v0.14.30 |
1334 | 2024-11-29T04:23:39.810Z | Compiling hyper-util v0.1.10 |
1335 | 2024-11-29T04:23:45.729Z | Compiling lazy_static v1.5.0 |
1336 | 2024-11-29T04:23:45.883Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-11-29T04:23:46.372Z | Compiling tokio-rustls v0.24.1 |
1338 | 2024-11-29T04:23:46.779Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-29T04:23:47.220Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-29T04:23:47.507Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-11-29T04:23:47.715Z | Compiling base64 v0.21.7 |
1342 | 2024-11-29T04:23:47.726Z | Compiling base64 v0.22.1 |
1343 | 2024-11-29T04:23:47.743Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-11-29T04:23:47.760Z | Compiling hyper-rustls v0.27.3 |
1345 | 2024-11-29T04:23:48.805Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-11-29T04:23:48.823Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-11-29T04:23:49.324Z | Compiling hyper-tls v0.6.0 |
1348 | 2024-11-29T04:23:49.589Z | Compiling num_enum_derive v0.5.11 |
1349 | 2024-11-29T04:23:49.646Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-11-29T04:23:49.792Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-11-29T04:23:50.072Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-11-29T04:23:50.205Z | Compiling typify v0.2.0 |
1353 | 2024-11-29T04:23:51.624Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-11-29T04:23:53.817Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-11-29T04:23:54.192Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-11-29T04:23:54.502Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-11-29T04:23:54.579Z | Compiling rand_core v0.6.4 |
1358 | 2024-11-29T04:23:54.616Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-29T04:23:54.656Z | Compiling foreign-types-shared v0.3.1 |
1360 | 2024-11-29T04:23:54.777Z | Compiling sync_wrapper v0.1.2 |
1361 | 2024-11-29T04:23:54.910Z | Compiling powerfmt v0.2.0 |
1362 | 2024-11-29T04:23:55.064Z | Compiling webpki-roots v0.25.4 |
1363 | 2024-11-29T04:23:55.229Z | Compiling reqwest v0.11.27 |
1364 | 2024-11-29T04:23:55.407Z | Compiling deranged v0.3.11 |
1365 | 2024-11-29T04:23:55.515Z | Compiling foreign-types v0.5.0 |
1366 | 2024-11-29T04:23:55.630Z | Compiling time-macros v0.2.18 |
1367 | 2024-11-29T04:23:55.687Z | Compiling rand_chacha v0.3.1 |
1368 | 2024-11-29T04:23:57.053Z | Compiling dirs-next v2.0.0 |
1369 | 2024-11-29T04:23:57.321Z | Compiling reqwest v0.12.9 |
1370 | 2024-11-29T04:23:57.458Z | Compiling progenitor-impl v0.8.0 |
1371 | 2024-11-29T04:23:58.805Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1372 | 2024-11-29T04:24:03.365Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-11-29T04:24:04.766Z | Compiling num_enum v0.5.11 |
1374 | 2024-11-29T04:24:05.409Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-11-29T04:24:05.566Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-11-29T04:24:05.731Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-29T04:24:05.994Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-29T04:24:06.688Z | Compiling time-core v0.1.2 |
1379 | 2024-11-29T04:24:06.699Z | Compiling arc-swap v1.7.1 |
1380 | 2024-11-29T04:24:06.866Z | Compiling pretty-hex v0.2.1 |
1381 | 2024-11-29T04:24:07.080Z | Compiling num-conv v0.1.0 |
1382 | 2024-11-29T04:24:07.331Z | Compiling either v1.13.0 |
1383 | 2024-11-29T04:24:07.375Z | Compiling time v0.3.36 |
1384 | 2024-11-29T04:24:07.744Z | Compiling itertools v0.12.1 |
1385 | 2024-11-29T04:24:08.419Z | Compiling slog-scope v4.4.0 |
1386 | 2024-11-29T04:24:09.290Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1387 | 2024-11-29T04:24:09.681Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1388 | 2024-11-29T04:24:11.157Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-29T04:24:11.241Z | Compiling crossbeam-channel v0.5.13 |
1390 | 2024-11-29T04:24:12.019Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1391 | 2024-11-29T04:24:12.192Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-11-29T04:24:12.839Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-11-29T04:24:16.291Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-11-29T04:24:23.361Z | Compiling term v0.7.0 |
1395 | 2024-11-29T04:24:23.913Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1396 | 2024-11-29T04:24:25.784Z | Compiling rand v0.8.5 |
1397 | 2024-11-29T04:24:27.560Z | Compiling anyhow v1.0.93 |
1398 | 2024-11-29T04:24:27.932Z | Compiling colored v2.1.0 |
1399 | 2024-11-29T04:24:29.005Z | Compiling is-terminal v0.4.13 |
1400 | 2024-11-29T04:24:29.120Z | Compiling winnow v0.6.18 |
1401 | 2024-11-29T04:24:29.135Z | Compiling take_mut v0.2.2 |
1402 | 2024-11-29T04:24:29.299Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-11-29T04:24:29.686Z | Compiling slog-async v2.8.0 |
1404 | 2024-11-29T04:24:32.724Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-11-29T04:24:33.103Z | Compiling slog-term v2.9.1 |
1406 | 2024-11-29T04:24:35.814Z | Compiling progenitor v0.8.0 |
1407 | 2024-11-29T04:24:36.019Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-11-29T04:24:36.225Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-11-29T04:24:39.839Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-11-29T04:24:40.610Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-11-29T04:24:41.146Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-11-29T04:24:43.688Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-11-29T04:24:55.790Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-11-29T04:25:03.145Z | Finished `release` profile [optimized] target(s) in 2m 20s |
1415 | 2024-11-29T04:25:03.229Z | Running unittests src/lib.rs (target/release/deps/mg_tests-a2342845efdb8af0) |
1416 | 2024-11-29T04:25:03.278Z | |
1417 | 2024-11-29T04:25:03.278Z | running 1 test |
1418 | 2024-11-29T04:25:03.461Z | configure zone |
1419 | 2024-11-29T04:25:03.656Z | install zone |
1420 | 2024-11-29T04:26:03.282Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1421 | 2024-11-29T04:26:59.422Z | boot zone |
1422 | 2024-11-29T04:27:00.364Z | start zone s1 |
1423 | 2024-11-29T04:27:00.364Z | configure zone |
1424 | 2024-11-29T04:27:00.372Z | install zone |
1425 | 2024-11-29T04:28:53.017Z | boot zone |
1426 | 2024-11-29T04:28:53.792Z | start zone s2 |
1427 | 2024-11-29T04:28:53.792Z | configure zone |
1428 | 2024-11-29T04:28:53.800Z | install zone |
1429 | 2024-11-29T04:30:47.039Z | boot zone |
1430 | 2024-11-29T04:30:47.851Z | start zone t1 |
1431 | 2024-11-29T04:30:47.851Z | configure zone |
1432 | 2024-11-29T04:30:47.859Z | install zone |
1433 | 2024-11-29T04:32:38.858Z | boot zone |
1434 | 2024-11-29T04:32:39.833Z | waiting for zones to come up |
1435 | 2024-11-29T04:32:49.834Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-11-29T04:32:49.979Z | STATE STIME FMRI |
1437 | 2024-11-29T04:32:49.979Z | online 20:27:17 svc:/milestone/network:default |
1438 | 2024-11-29T04:32:49.979Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-11-29T04:32:50.026Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-11-29T04:32:50.076Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-11-29T04:32:50.120Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-11-29T04:32:50.123Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-11-29T04:32:50.145Z | |
1444 | 2024-11-29T04:32:50.145Z | running zone s1.trio setup |
1445 | 2024-11-29T04:32:50.145Z | [s1.trio] svcs milestone/network |
1446 | 2024-11-29T04:32:50.170Z | STATE STIME FMRI |
1447 | 2024-11-29T04:32:50.170Z | online 20:29:10 svc:/milestone/network:default |
1448 | 2024-11-29T04:32:50.170Z | [s1.trio] dladm |
1449 | 2024-11-29T04:32:50.193Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-11-29T04:32:50.193Z | sl0 simnet 9000 up -- ? |
1451 | 2024-11-29T04:32:50.193Z | mg2 vnic 9000 up -- ? |
1452 | 2024-11-29T04:32:50.193Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-11-29T04:32:50.734Z | |
1454 | 2024-11-29T04:32:50.734Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-11-29T04:32:50.758Z | |
1456 | 2024-11-29T04:32:50.758Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-11-29T04:32:50.779Z | |
1458 | 2024-11-29T04:32:50.779Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-11-29T04:32:50.870Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-11-29T04:32:50.914Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9e77a008-6d28-4dda-baac-6096dc01ac07 --sled-uuid b249dde2-6cb4-4c07-8fe8-c772cca43807 -a sl0/v6 &> /opt/ddmd.log & |
1461 | 2024-11-29T04:32:50.936Z | |
1462 | 2024-11-29T04:32:50.936Z | running zone s2.trio setup |
1463 | 2024-11-29T04:32:50.936Z | [s2.trio] svcs milestone/network |
1464 | 2024-11-29T04:32:50.960Z | STATE STIME FMRI |
1465 | 2024-11-29T04:32:50.960Z | online 20:31:04 svc:/milestone/network:default |
1466 | 2024-11-29T04:32:50.960Z | [s2.trio] dladm |
1467 | 2024-11-29T04:32:50.982Z | LINK CLASS MTU STATE BRIDGE OVER |
1468 | 2024-11-29T04:32:50.982Z | sl1 simnet 9000 up -- ? |
1469 | 2024-11-29T04:32:50.982Z | mg3 vnic 9000 up -- ? |
1470 | 2024-11-29T04:32:50.982Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1471 | 2024-11-29T04:32:51.567Z | |
1472 | 2024-11-29T04:32:51.567Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1473 | 2024-11-29T04:32:51.592Z | |
1474 | 2024-11-29T04:32:51.592Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1475 | 2024-11-29T04:32:51.615Z | |
1476 | 2024-11-29T04:32:51.615Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1477 | 2024-11-29T04:32:51.664Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1478 | 2024-11-29T04:32:51.687Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid aadd2bbf-f4e5-4d9e-a7d7-18f1dc6f3bb9 --sled-uuid 127bf110-30cb-429b-94d3-8ccf8b038d02 -a sl1/v6 &> /opt/ddmd.log & |
1479 | 2024-11-29T04:32:51.709Z | |
1480 | 2024-11-29T04:32:51.709Z | running zone t1.trio setup |
1481 | 2024-11-29T04:32:51.709Z | [t1.trio] svcs milestone/network |
1482 | 2024-11-29T04:32:51.730Z | STATE STIME FMRI |
1483 | 2024-11-29T04:32:51.730Z | - - svc:/milestone/network:default |
1484 | 2024-11-29T04:32:52.731Z | [t1.trio] svcs milestone/network |
1485 | 2024-11-29T04:32:52.753Z | STATE STIME FMRI |
1486 | 2024-11-29T04:32:52.753Z | - - svc:/milestone/network:default |
1487 | 2024-11-29T04:32:53.754Z | [t1.trio] svcs milestone/network |
1488 | 2024-11-29T04:32:53.778Z | STATE STIME FMRI |
1489 | 2024-11-29T04:32:53.778Z | - - svc:/milestone/network:default |
1490 | 2024-11-29T04:32:54.778Z | [t1.trio] svcs milestone/network |
1491 | 2024-11-29T04:32:54.801Z | STATE STIME FMRI |
1492 | 2024-11-29T04:32:54.801Z | - - svc:/milestone/network:default |
1493 | 2024-11-29T04:32:55.801Z | [t1.trio] svcs milestone/network |
1494 | 2024-11-29T04:32:55.823Z | STATE STIME FMRI |
1495 | 2024-11-29T04:32:55.823Z | - - svc:/milestone/network:default |
1496 | 2024-11-29T04:32:56.823Z | [t1.trio] svcs milestone/network |
1497 | 2024-11-29T04:32:56.844Z | STATE STIME FMRI |
1498 | 2024-11-29T04:32:56.844Z | - - svc:/milestone/network:default |
1499 | 2024-11-29T04:32:57.845Z | [t1.trio] svcs milestone/network |
1500 | 2024-11-29T04:32:57.868Z | STATE STIME FMRI |
1501 | 2024-11-29T04:32:57.868Z | offline 20:32:56 svc:/milestone/network:default |
1502 | 2024-11-29T04:32:58.868Z | [t1.trio] svcs milestone/network |
1503 | 2024-11-29T04:32:58.894Z | STATE STIME FMRI |
1504 | 2024-11-29T04:32:58.894Z | online 20:32:56 svc:/milestone/network:default |
1505 | 2024-11-29T04:32:58.894Z | [t1.trio] dladm |
1506 | 2024-11-29T04:32:58.917Z | LINK CLASS MTU STATE BRIDGE OVER |
1507 | 2024-11-29T04:32:58.918Z | tfportrear0_0 simnet 9000 up -- ? |
1508 | 2024-11-29T04:32:58.918Z | tfportrear1_0 simnet 9000 up -- ? |
1509 | 2024-11-29T04:32:58.918Z | mg1 vnic 9000 up -- ? |
1510 | 2024-11-29T04:32:58.918Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1511 | 2024-11-29T04:32:59.477Z | |
1512 | 2024-11-29T04:32:59.477Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1513 | 2024-11-29T04:32:59.501Z | |
1514 | 2024-11-29T04:32:59.502Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1515 | 2024-11-29T04:32:59.525Z | |
1516 | 2024-11-29T04:32:59.525Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1517 | 2024-11-29T04:32:59.546Z | |
1518 | 2024-11-29T04:32:59.546Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1519 | 2024-11-29T04:32:59.740Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1520 | 2024-11-29T04:32:59.745Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1521 | 2024-11-29T04:32:59.748Z | waiting 3s for copy of files to zone to complete ... |
1522 | 2024-11-29T04:33:02.749Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1523 | 2024-11-29T04:33:02.798Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1524 | 2024-11-29T04:33:02.821Z | [t1.trio] svcadm enable dendrite |
1525 | 2024-11-29T04:33:02.860Z | |
1526 | 2024-11-29T04:33:02.860Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1527 | 2024-11-29T04:33:02.903Z | |
1528 | 2024-11-29T04:33:02.904Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1529 | 2024-11-29T04:33:02.947Z | |
1530 | 2024-11-29T04:33:02.947Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1531 | 2024-11-29T04:33:02.989Z | |
1532 | 2024-11-29T04:33:02.989Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1533 | 2024-11-29T04:33:03.032Z | |
1534 | 2024-11-29T04:33:03.032Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1535 | 2024-11-29T04:33:03.075Z | |
1536 | 2024-11-29T04:33:03.075Z | [t1.trio] svcadm refresh dendrite:default |
1537 | 2024-11-29T04:33:03.112Z | |
1538 | 2024-11-29T04:33:03.112Z | [t1.trio] svcadm restart dendrite:default |
1539 | 2024-11-29T04:33:03.148Z | |
1540 | 2024-11-29T04:33:03.148Z | wait 10s for dendrite to come up ... |
1541 | 2024-11-29T04:33:13.149Z | [t1.trio] svcadm enable tfport |
1542 | 2024-11-29T04:33:13.190Z | |
1543 | 2024-11-29T04:33:13.190Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8b73abbe-5b6b-4545-ad32-59c6921f03a1 --sled-uuid 520b2372-ece0-4fd9-8c37-11cc1e014df8 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1544 | 2024-11-29T04:33:13.211Z | |
1545 | 2024-11-29T04:33:13.211Z | [t1.trio] ipadm |
1546 | 2024-11-29T04:33:13.236Z | ADDROBJ TYPE STATE ADDR |
1547 | 2024-11-29T04:33:13.236Z | lo0/v4 static ok 127.0.0.1/8 |
1548 | 2024-11-29T04:33:13.236Z | mg1/v4 static ok 10.0.0.3/24 |
1549 | 2024-11-29T04:33:13.236Z | lo0/v6 static ok ::1/128 |
1550 | 2024-11-29T04:33:13.236Z | lo0/u6 static ok fd00:3::1/64 |
1551 | 2024-11-29T04:33:13.236Z | tfportrear0_0/v6 addrconf ok fe80::d4c5:cfff:feee:868b%tfportrear0_0/10 |
1552 | 2024-11-29T04:33:13.237Z | tfportrear1_0/v6 addrconf ok fe80::4c6c:e4ff:fee9:e14b%tfportrear1_0/10 |
1553 | 2024-11-29T04:33:15.449Z | initial peering test passed |
1554 | 2024-11-29T04:33:16.451Z | advertise from one passed |
1555 | 2024-11-29T04:33:17.453Z | advertise from two passed |
1556 | 2024-11-29T04:33:17.453Z | [s1.trio] ping fd00:2::1 |
1557 | 2024-11-29T04:33:17.481Z | fd00:2::1 is alive |
1558 | 2024-11-29T04:33:17.481Z | [s2.trio] ping fd00:1::1 |
1559 | 2024-11-29T04:33:17.502Z | fd00:1::1 is alive |
1560 | 2024-11-29T04:33:17.502Z | connectivity test passed |
1561 | 2024-11-29T04:33:17.502Z | [t1.trio] pkill ddmd |
1562 | 2024-11-29T04:33:17.521Z | |
1563 | 2024-11-29T04:33:23.525Z | [t1.trio] svcadm enable dendrite |
1564 | 2024-11-29T04:33:23.566Z | |
1565 | 2024-11-29T04:33:23.566Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1566 | 2024-11-29T04:33:23.609Z | |
1567 | 2024-11-29T04:33:23.609Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1568 | 2024-11-29T04:33:23.652Z | |
1569 | 2024-11-29T04:33:23.652Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1570 | 2024-11-29T04:33:23.694Z | |
1571 | 2024-11-29T04:33:23.694Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1572 | 2024-11-29T04:33:23.737Z | |
1573 | 2024-11-29T04:33:23.737Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1574 | 2024-11-29T04:33:23.782Z | |
1575 | 2024-11-29T04:33:23.782Z | [t1.trio] svcadm refresh dendrite:default |
1576 | 2024-11-29T04:33:23.820Z | |
1577 | 2024-11-29T04:33:23.820Z | [t1.trio] svcadm restart dendrite:default |
1578 | 2024-11-29T04:33:23.857Z | |
1579 | 2024-11-29T04:33:23.858Z | wait 10s for dendrite to come up ... |
1580 | 2024-11-29T04:33:33.858Z | [t1.trio] svcadm enable tfport |
1581 | 2024-11-29T04:33:33.898Z | |
1582 | 2024-11-29T04:33:33.898Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 876fece1-0f5f-47c3-ae4b-c5a291f3eda3 --sled-uuid d3e5c19d-a1da-4faa-83bb-c91542398179 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1583 | 2024-11-29T04:33:33.918Z | |
1584 | 2024-11-29T04:33:33.918Z | [t1.trio] ipadm |
1585 | 2024-11-29T04:33:33.942Z | ADDROBJ TYPE STATE ADDR |
1586 | 2024-11-29T04:33:33.942Z | lo0/v4 static ok 127.0.0.1/8 |
1587 | 2024-11-29T04:33:33.942Z | mg1/v4 static ok 10.0.0.3/24 |
1588 | 2024-11-29T04:33:33.942Z | lo0/v6 static ok ::1/128 |
1589 | 2024-11-29T04:33:33.942Z | lo0/u6 static ok fd00:3::1/64 |
1590 | 2024-11-29T04:33:33.942Z | tfportrear0_0/v6 addrconf ok fe80::d4c5:cfff:feee:868b%tfportrear0_0/10 |
1591 | 2024-11-29T04:33:33.942Z | tfportrear1_0/v6 addrconf ok fe80::4c6c:e4ff:fee9:e14b%tfportrear1_0/10 |
1592 | 2024-11-29T04:33:36.945Z | [s1.trio] ping fd00:2::1 |
1593 | 2024-11-29T04:33:36.969Z | fd00:2::1 is alive |
1594 | 2024-11-29T04:33:36.969Z | [s2.trio] ping fd00:1::1 |
1595 | 2024-11-29T04:33:36.993Z | fd00:1::1 is alive |
1596 | 2024-11-29T04:33:36.993Z | transit router restart passed |
1597 | 2024-11-29T04:33:36.993Z | [s1.trio] pkill ddmd |
1598 | 2024-11-29T04:33:37.014Z | |
1599 | 2024-11-29T04:33:42.018Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3e2047d1-c9db-475e-9071-3b238adceb45 --sled-uuid fbf02239-7ee5-40aa-a684-1ff44556197b -a sl0/v6 &> /opt/ddmd.log & |
1600 | 2024-11-29T04:33:42.040Z | |
1601 | 2024-11-29T04:33:45.044Z | [s1.trio] ping fd00:2::1 |
1602 | 2024-11-29T04:33:45.066Z | fd00:2::1 is alive |
1603 | 2024-11-29T04:33:45.067Z | [s2.trio] ping fd00:1::1 |
1604 | 2024-11-29T04:33:45.088Z | fd00:1::1 is alive |
1605 | 2024-11-29T04:33:45.088Z | server router restart passed |
1606 | 2024-11-29T04:33:48.094Z | peer expiration recovery passed |
1607 | 2024-11-29T04:33:49.095Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1608 | 2024-11-29T04:33:49.121Z | 3 |
1609 | 2024-11-29T04:33:49.121Z | redundant advertise passed |
1610 | 2024-11-29T04:33:50.124Z | tunnel endpoint advertise passed |
1611 | 2024-11-29T04:33:55.126Z | redundant tunnel endpoint advertise passed |
1612 | 2024-11-29T04:33:55.126Z | [s1.trio] pkill ddmd |
1613 | 2024-11-29T04:33:55.148Z | |
1614 | 2024-11-29T04:34:00.148Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 41209bf7-5489-4312-9e26-26fccc178b1e --sled-uuid 638255bd-ba90-45f4-8742-a7742f29280c -a sl0/v6 &> /opt/ddmd.log & |
1615 | 2024-11-29T04:34:00.172Z | |
1616 | 2024-11-29T04:34:05.239Z | tunnel router restart passed |
1617 | 2024-11-29T04:34:06.241Z | tunnel endpoint withdraw passed |
1618 | 2024-11-29T04:34:06.256Z | [t1.trio] pkill ddmd |
1619 | 2024-11-29T04:34:06.284Z | |
1620 | 2024-11-29T04:34:06.284Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1621 | 2024-11-29T04:34:06.288Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1622 | 2024-11-29T04:34:08.688Z | [s2.trio] pkill ddmd |
1623 | 2024-11-29T04:34:08.709Z | |
1624 | 2024-11-29T04:34:08.709Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1625 | 2024-11-29T04:34:11.172Z | [s1.trio] pkill ddmd |
1626 | 2024-11-29T04:34:11.194Z | |
1627 | 2024-11-29T04:34:11.194Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1628 | 2024-11-29T04:34:13.604Z | [sidecar.trio] pkill softnpu |
1629 | 2024-11-29T04:34:13.624Z | |
1630 | 2024-11-29T04:34:13.624Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1631 | 2024-11-29T04:34:16.311Z | test ddm::test_trio_v3 ... ok |
1632 | 2024-11-29T04:34:16.312Z | |
1633 | 2024-11-29T04:34:16.312Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 552.99s |
1634 | 2024-11-29T04:34:16.312Z | |
1635 | 2024-11-29T04:34:16.340Z | + cleanup |
1636 | 2024-11-29T04:34:16.342Z | ++ id -un |
1637 | 2024-11-29T04:34:16.469Z | ++ id -gn |
1638 | 2024-11-29T04:34:16.472Z | + pfexec chown -R build:build . |
1639 | 2024-11-29T04:34:16.551Z | process exited: duration 1079614 ms, exit code 0 |
|
1640 | 2024-11-29T04:34:16.563Z | found 4 output files |
1641 | 2024-11-29T04:34:16.563Z | uploading: /work/s1.trio.log (4207 bytes) |
1642 | 2024-11-29T04:34:17.572Z | uploaded: /work/s1.trio.log |
1643 | 2024-11-29T04:34:17.576Z | uploading: /work/s2.trio.log (10931 bytes) |
1644 | 2024-11-29T04:34:18.583Z | uploaded: /work/s2.trio.log |
1645 | 2024-11-29T04:34:18.587Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1646 | 2024-11-29T04:34:19.592Z | uploaded: /work/sidecar.trio-softnpu.log |
1647 | 2024-11-29T04:34:19.595Z | uploading: /work/t1.trio.log (26104 bytes) |
1648 | 2024-11-29T04:34:20.603Z | uploaded: /work/t1.trio.log |