|
|
|
1 | 2024-01-02T21:30:29.495Z | job assigned to worker 01HK619AERDZK35FF4MEA7HCGW (queued for 1 m 13 s) |
|
2 | 2024-01-02T21:30:30.002Z | starting task 0: "setup" |
3 | 2024-01-02T21:30:30.056Z | ++ uname -s |
4 | 2024-01-02T21:30:30.059Z | + kern=SunOS |
5 | 2024-01-02T21:30:30.059Z | + case "$kern" in |
6 | 2024-01-02T21:30:30.059Z | + groupadd -g 12345 build |
7 | 2024-01-02T21:30:30.062Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-02T21:30:32.074Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-02T21:30:32.198Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-02T21:30:32.201Z | + home_fs=zfs |
11 | 2024-01-02T21:30:32.201Z | + [[ zfs == autofs ]] |
12 | 2024-01-02T21:30:32.204Z | + mkdir -p /home/build |
13 | 2024-01-02T21:30:32.204Z | + chown build:build /home/build /work |
14 | 2024-01-02T21:30:34.207Z | + chmod 0700 /home/build /work |
15 | 2024-01-02T21:30:34.212Z | process exited: duration 4208 ms, exit code 0 |
|
16 | 2024-01-02T21:30:34.220Z | starting task 1: "rust-toolchain" |
17 | 2024-01-02T21:30:34.229Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-02T21:30:34.244Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-01-02T21:30:34.402Z | info: downloading installer |
20 | 2024-01-02T21:30:36.319Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-02T21:30:36.319Z | warning: /opt/ooce/bin |
22 | 2024-01-02T21:30:36.319Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-02T21:30:36.320Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-02T21:30:36.320Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-02T21:30:36.320Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-02T21:30:36.320Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-02T21:30:36.320Z | error: cannot install while Rust is installed |
28 | 2024-01-02T21:30:36.320Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-02T21:30:36.403Z | info: profile set to 'default' |
30 | 2024-01-02T21:30:36.403Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-02T21:30:36.407Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-01-02T21:30:36.575Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
33 | 2024-01-02T21:30:36.576Z | info: downloading component 'cargo' |
34 | 2024-01-02T21:30:37.227Z | info: downloading component 'clippy' |
35 | 2024-01-02T21:30:37.439Z | info: downloading component 'rust-docs' |
36 | 2024-01-02T21:30:38.304Z | info: downloading component 'rust-std' |
37 | 2024-01-02T21:30:39.634Z | info: downloading component 'rustc' |
38 | 2024-01-02T21:30:43.234Z | info: downloading component 'rustfmt' |
39 | 2024-01-02T21:30:43.486Z | info: installing component 'cargo' |
40 | 2024-01-02T21:30:44.859Z | info: installing component 'clippy' |
41 | 2024-01-02T21:30:45.379Z | info: installing component 'rust-docs' |
42 | 2024-01-02T21:30:48.297Z | info: installing component 'rust-std' |
43 | 2024-01-02T21:30:52.424Z | info: installing component 'rustc' |
44 | 2024-01-02T21:31:00.861Z | info: installing component 'rustfmt' |
45 | 2024-01-02T21:31:01.299Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-01-02T21:31:01.299Z | |
47 | 2024-01-02T21:31:01.436Z | stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21) |
48 | 2024-01-02T21:31:01.436Z | |
49 | 2024-01-02T21:31:01.440Z | |
50 | 2024-01-02T21:31:01.440Z | Rust is installed now. Great! |
51 | 2024-01-02T21:31:01.440Z | |
52 | 2024-01-02T21:31:01.440Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-02T21:31:01.440Z | environment variable. This has not been done automatically. |
54 | 2024-01-02T21:31:01.440Z | |
55 | 2024-01-02T21:31:01.440Z | To configure your current shell, run: |
56 | 2024-01-02T21:31:01.440Z | source "$HOME/.cargo/env" |
57 | 2024-01-02T21:31:01.539Z | + rustc --version |
58 | 2024-01-02T21:31:01.643Z | rustc 1.75.0 (82e1608df 2023-12-21) |
59 | 2024-01-02T21:31:01.647Z | process exited: duration 27429 ms, exit code 0 |
|
60 | 2024-01-02T21:31:01.656Z | starting task 2: "authentication" |
61 | 2024-01-02T21:31:01.681Z | process exited: duration 26 ms, exit code 0 |
|
62 | 2024-01-02T21:31:01.691Z | starting task 3: "clone repository" |
63 | 2024-01-02T21:31:01.696Z | + mkdir -p /work/oxidecomputer/maghemite |
64 | 2024-01-02T21:31:01.699Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
65 | 2024-01-02T21:31:01.753Z | Cloning into '/work/oxidecomputer/maghemite'... |
66 | 2024-01-02T21:31:05.432Z | + cd /work/oxidecomputer/maghemite |
67 | 2024-01-02T21:31:05.432Z | + [[ -n mgd-macos ]] |
68 | 2024-01-02T21:31:05.436Z | + git fetch origin mgd-macos |
69 | 2024-01-02T21:31:05.800Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-01-02T21:31:05.800Z | * branch mgd-macos -> FETCH_HEAD |
71 | 2024-01-02T21:31:05.811Z | + git checkout -B mgd-macos remotes/origin/mgd-macos |
72 | 2024-01-02T21:31:05.822Z | Switched to a new branch 'mgd-macos' |
73 | 2024-01-02T21:31:05.825Z | branch 'mgd-macos' set up to track 'origin/mgd-macos'. |
74 | 2024-01-02T21:31:05.825Z | + git reset --hard a5e90f339a9829896ab38cc265a4117f10282a35 |
75 | 2024-01-02T21:31:05.829Z | HEAD is now at a5e90f3 try building mgd on macOS in a github action |
76 | 2024-01-02T21:31:05.832Z | process exited: duration 4142 ms, exit code 0 |
|
77 | 2024-01-02T21:31:05.840Z | starting task 4: "build" |
78 | 2024-01-02T21:31:05.846Z | ++ cargo --version |
79 | 2024-01-02T21:31:05.853Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
80 | 2024-01-02T21:31:06.047Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
81 | 2024-01-02T21:31:06.051Z | info: downloading component 'cargo' |
82 | 2024-01-02T21:31:06.702Z | info: downloading component 'clippy' |
83 | 2024-01-02T21:31:06.912Z | info: downloading component 'rust-docs' |
84 | 2024-01-02T21:31:07.783Z | info: downloading component 'rust-std' |
85 | 2024-01-02T21:31:09.052Z | info: downloading component 'rustc' |
86 | 2024-01-02T21:31:12.539Z | info: downloading component 'rustfmt' |
87 | 2024-01-02T21:31:12.737Z | info: installing component 'cargo' |
88 | 2024-01-02T21:31:13.966Z | info: installing component 'clippy' |
89 | 2024-01-02T21:31:14.411Z | info: installing component 'rust-docs' |
90 | 2024-01-02T21:31:17.338Z | info: installing component 'rust-std' |
91 | 2024-01-02T21:31:19.756Z | info: installing component 'rustc' |
92 | 2024-01-02T21:31:25.790Z | info: installing component 'rustfmt' |
93 | 2024-01-02T21:31:26.339Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
94 | 2024-01-02T21:31:26.342Z | ++ rustc --version |
95 | 2024-01-02T21:31:26.461Z | rustc 1.75.0 (82e1608df 2023-12-21) |
96 | 2024-01-02T21:31:26.468Z | ++ dladm |
97 | 2024-01-02T21:31:26.474Z | LINK CLASS MTU STATE BRIDGE OVER |
98 | 2024-01-02T21:31:26.474Z | xnf0 phys 1500 up -- -- |
99 | 2024-01-02T21:31:26.478Z | ++ ipadm |
100 | 2024-01-02T21:31:26.481Z | ADDROBJ TYPE STATE ADDR |
101 | 2024-01-02T21:31:26.481Z | lo0/v4 static ok 127.0.0.1/8 |
102 | 2024-01-02T21:31:26.481Z | xnf0/dhcp dhcp ok 10.150.1.159/24 |
103 | 2024-01-02T21:31:26.481Z | lo0/v6 static ok ::1/128 |
104 | 2024-01-02T21:31:26.481Z | ++ banner collect |
105 | 2024-01-02T21:31:26.511Z | |
106 | 2024-01-02T21:31:26.511Z | #### #### # # ###### #### ##### |
107 | 2024-01-02T21:31:26.511Z | # # # # # # # # # # |
108 | 2024-01-02T21:31:26.511Z | # # # # # ##### # # |
109 | 2024-01-02T21:31:26.511Z | # # # # # # # # |
110 | 2024-01-02T21:31:26.511Z | # # # # # # # # # # |
111 | 2024-01-02T21:31:26.511Z | #### #### ###### ###### ###### #### # |
112 | 2024-01-02T21:31:26.511Z | |
113 | 2024-01-02T21:31:26.514Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
114 | 2024-01-02T21:31:26.514Z | ++ repo=softnpu |
115 | 2024-01-02T21:31:26.514Z | ++ series=image |
116 | 2024-01-02T21:31:26.514Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
117 | 2024-01-02T21:31:26.515Z | ++ name=softnpu |
118 | 2024-01-02T21:31:26.515Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
119 | 2024-01-02T21:31:26.515Z | ++ mkdir -p download |
120 | 2024-01-02T21:31:26.515Z | ++ pushd download |
121 | 2024-01-02T21:31:26.515Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
122 | 2024-01-02T21:31:26.515Z | ++ [[ ! -f softnpu ]] |
123 | 2024-01-02T21:31:26.518Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
124 | 2024-01-02T21:31:26.527Z | % Total % Received % Xferd Average Speed Time Time Time Current |
125 | 2024-01-02T21:31:26.527Z | Dload Upload Total Spent Left Speed |
126 | 2024-01-02T21:31:31.194Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 21.8M 1 375k 0 0 1581k 0 0:00:14 --:--:-- 0:00:14 1579k
14 21.8M 14 3211k 0 0 2033k 0 0:00:10 0:00:01 0:00:09 2034k
18 21.8M 18 4047k 0 0 1693k 0 0:00:13 0:00:02 0:00:11 1693k
64 21.8M 64 13.9M 0 0 4036k 0 0:00:05 0:00:03 0:00:02 4036k
73 21.8M 73 16.0M 0 0 3689k 0 0:00:06 0:00:04 0:00:02 3689k
100 21.8M 100 21.8M 0 0 4794k 0 0:00:04 0:00:04 --:--:-- 4967k |
127 | 2024-01-02T21:31:31.199Z | ++ popd |
128 | 2024-01-02T21:31:31.199Z | /work/oxidecomputer/maghemite |
129 | 2024-01-02T21:31:31.199Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
130 | 2024-01-02T21:31:31.200Z | ++ repo=sidecar-lite |
131 | 2024-01-02T21:31:31.200Z | ++ series=release |
132 | 2024-01-02T21:31:31.200Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
133 | 2024-01-02T21:31:31.200Z | ++ name=libsidecar_lite.so |
134 | 2024-01-02T21:31:31.200Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
135 | 2024-01-02T21:31:31.201Z | ++ mkdir -p download |
136 | 2024-01-02T21:31:31.207Z | ++ pushd download |
137 | 2024-01-02T21:31:31.207Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
138 | 2024-01-02T21:31:31.207Z | ++ [[ ! -f libsidecar_lite.so ]] |
139 | 2024-01-02T21:31:31.207Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
140 | 2024-01-02T21:31:31.214Z | % Total % Received % Xferd Average Speed Time Time Time Current |
141 | 2024-01-02T21:31:31.214Z | Dload Upload Total Spent Left Speed |
142 | 2024-01-02T21:31:36.828Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 20.3M 0 61266 0 0 97989 0 0:03:37 --:--:-- 0:03:37 98025
20 20.3M 20 4263k 0 0 2627k 0 0:00:07 0:00:01 0:00:06 2627k
43 20.3M 43 9039k 0 0 3070k 0 0:00:06 0:00:02 0:00:04 3070k
63 20.3M 63 12.9M 0 0 3469k 0 0:00:05 0:00:03 0:00:02 3469k
85 20.3M 85 17.4M 0 0 3851k 0 0:00:05 0:00:04 0:00:01 3851k
97 20.3M 97 19.7M 0 0 3607k 0 0:00:05 0:00:05 --:--:-- 4048k
100 20.3M 100 20.3M 0 0 3704k 0 0:00:05 0:00:05 --:--:-- 4142k |
143 | 2024-01-02T21:31:36.833Z | ++ popd |
144 | 2024-01-02T21:31:36.833Z | /work/oxidecomputer/maghemite |
145 | 2024-01-02T21:31:36.840Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
146 | 2024-01-02T21:31:36.840Z | ++ repo=sidecar-lite |
147 | 2024-01-02T21:31:36.840Z | ++ series=release |
148 | 2024-01-02T21:31:36.840Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
149 | 2024-01-02T21:31:36.840Z | ++ name=scadm |
150 | 2024-01-02T21:31:36.840Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
151 | 2024-01-02T21:31:36.840Z | ++ mkdir -p download |
152 | 2024-01-02T21:31:36.840Z | ++ pushd download |
153 | 2024-01-02T21:31:36.840Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
154 | 2024-01-02T21:31:36.840Z | ++ [[ ! -f scadm ]] |
155 | 2024-01-02T21:31:36.840Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
156 | 2024-01-02T21:31:36.846Z | % Total % Received % Xferd Average Speed Time Time Time Current |
157 | 2024-01-02T21:31:36.847Z | Dload Upload Total Spent Left Speed |
158 | 2024-01-02T21:31:41.942Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2 22.7M 2 655k 0 0 706k 0 0:00:33 --:--:-- 0:00:33 706k
21 22.7M 21 4943k 0 0 2365k 0 0:00:09 0:00:02 0:00:07 2366k
62 22.7M 62 14.1M 0 0 4246k 0 0:00:05 0:00:03 0:00:02 4247k
91 22.7M 91 20.7M 0 0 4948k 0 0:00:04 0:00:04 --:--:-- 4949k
98 22.7M 98 22.4M 0 0 4526k 0 0:00:05 0:00:05 --:--:-- 4527k
100 22.7M 100 22.7M 0 0 4580k 0 0:00:05 0:00:05 --:--:-- 5444k |
159 | 2024-01-02T21:31:41.948Z | ++ popd |
160 | 2024-01-02T21:31:41.948Z | /work/oxidecomputer/maghemite |
161 | 2024-01-02T21:31:41.951Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
162 | 2024-01-02T21:31:41.951Z | ++ repo=dendrite |
163 | 2024-01-02T21:31:41.951Z | ++ series=image |
164 | 2024-01-02T21:31:41.951Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
165 | 2024-01-02T21:31:41.951Z | ++ name=dendrite-softnpu.tar.gz |
166 | 2024-01-02T21:31:41.951Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
167 | 2024-01-02T21:31:41.951Z | ++ mkdir -p download |
168 | 2024-01-02T21:31:41.951Z | ++ pushd download |
169 | 2024-01-02T21:31:41.951Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
170 | 2024-01-02T21:31:41.951Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
171 | 2024-01-02T21:31:41.951Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
172 | 2024-01-02T21:31:41.963Z | % Total % Received % Xferd Average Speed Time Time Time Current |
173 | 2024-01-02T21:31:41.963Z | Dload Upload Total Spent Left Speed |
174 | 2024-01-02T21:31:48.289Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
9 37.5M 9 3631k 0 0 4532k 0 0:00:08 --:--:-- 0:00:08 4534k
22 37.5M 22 8571k 0 0 3965k 0 0:00:09 0:00:02 0:00:07 3966k
25 37.5M 25 9751k 0 0 3227k 0 0:00:11 0:00:03 0:00:08 3228k
29 37.5M 29 10.9M 0 0 2615k 0 0:00:14 0:00:04 0:00:10 2616k
48 37.5M 48 18.0M 0 0 3854k 0 0:00:09 0:00:04 0:00:05 3854k
60 37.5M 60 22.8M 0 0 3824k 0 0:00:10 0:00:06 0:00:04 3718k
100 37.5M 100 37.5M 0 0 6079k 0 0:00:06 0:00:06 --:--:-- 7178k |
175 | 2024-01-02T21:31:48.295Z | ++ popd |
176 | 2024-01-02T21:31:48.295Z | /work/oxidecomputer/maghemite |
177 | 2024-01-02T21:31:48.298Z | ++ pushd download |
178 | 2024-01-02T21:31:48.298Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
179 | 2024-01-02T21:31:48.298Z | ++ chmod +x softnpu |
180 | 2024-01-02T21:31:48.298Z | ++ chmod +x scadm |
181 | 2024-01-02T21:31:48.301Z | ++ rm -rf zones/dendrite |
182 | 2024-01-02T21:31:48.304Z | ++ mkdir -p zones/dendrite |
183 | 2024-01-02T21:31:48.307Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
184 | 2024-01-02T21:31:49.515Z | ++ popd |
185 | 2024-01-02T21:31:49.515Z | /work/oxidecomputer/maghemite |
186 | 2024-01-02T21:31:49.515Z | ++ banner install |
187 | 2024-01-02T21:31:49.518Z | |
188 | 2024-01-02T21:31:49.518Z | # # # #### ##### ## # # |
189 | 2024-01-02T21:31:49.518Z | # ## # # # # # # # |
190 | 2024-01-02T21:31:49.518Z | # # # # #### # # # # # |
191 | 2024-01-02T21:31:49.518Z | # # # # # # ###### # # |
192 | 2024-01-02T21:31:49.518Z | # # ## # # # # # # # |
193 | 2024-01-02T21:31:49.518Z | # # # #### # # # ###### ###### |
194 | 2024-01-02T21:31:49.518Z | |
195 | 2024-01-02T21:31:49.521Z | ++ pkg info brand/sparse |
196 | 2024-01-02T21:31:49.521Z | ++ grep -qi installed |
197 | 2024-01-02T21:31:56.555Z | pkg: info: no packages matching the following patterns you specified are |
198 | 2024-01-02T21:31:56.555Z | installed on the system. Try querying remotely instead: |
199 | 2024-01-02T21:31:56.555Z | |
200 | 2024-01-02T21:31:56.555Z | brand/sparse |
201 | 2024-01-02T21:31:56.624Z | ++ [[ 1 != 0 ]] |
202 | 2024-01-02T21:31:56.624Z | ++ set -o errexit |
203 | 2024-01-02T21:31:56.624Z | ++ pfexec pkg install brand/sparse |
204 | 2024-01-02T21:32:00.775Z | Startup: Refreshing catalog 'helios-dev' ... Done |
205 | 2024-01-02T21:32:02.180Z | Startup: Caching catalogs ... Done |
206 | 2024-01-02T21:32:09.888Z | Planning: Solver setup ... Done |
207 | 2024-01-02T21:32:10.050Z | Planning: Running solver ... Done |
208 | 2024-01-02T21:32:10.126Z | Planning: Finding local manifests ... Done |
209 | 2024-01-02T21:32:10.141Z | Planning: Fetching manifests: 0/1 0% complete |
210 | 2024-01-02T21:32:10.184Z | Planning: Fetching manifests: 1/1 100% complete |
211 | 2024-01-02T21:32:10.227Z | Planning: Package planning ... Done |
212 | 2024-01-02T21:32:10.230Z | Planning: Merging actions ... Done |
213 | 2024-01-02T21:32:10.814Z | Planning: Checking for conflicting actions ... Done |
214 | 2024-01-02T21:32:10.817Z | Planning: Consolidating action changes ... Done |
215 | 2024-01-02T21:32:15.648Z | Planning: Evaluating mediators ... Done |
216 | 2024-01-02T21:32:15.651Z | Planning: Planning completed in 13.40 seconds |
217 | 2024-01-02T21:32:15.986Z | Packages to install: 1 |
218 | 2024-01-02T21:32:15.986Z | Create boot environment: No |
219 | 2024-01-02T21:32:15.986Z | Create backup boot environment: No |
220 | 2024-01-02T21:32:16.331Z | |
221 | 2024-01-02T21:32:16.331Z | Download: 0/16 items 0.0/0.0MB 0% complete |
222 | 2024-01-02T21:32:16.420Z | Download: Completed 23.56 kB in 0.09 seconds (265k/s) |
223 | 2024-01-02T21:32:16.509Z | Actions: 1/32 actions (Installing new actions) |
224 | 2024-01-02T21:32:16.662Z | Actions: Completed 32 actions in 0.15 seconds. |
225 | 2024-01-02T21:32:16.856Z | Done |
226 | 2024-01-02T21:32:16.856Z | Done |
227 | 2024-01-02T21:32:17.114Z | Done |
228 | 2024-01-02T21:32:25.411Z | Done |
229 | 2024-01-02T21:32:25.769Z | Done |
230 | 2024-01-02T21:32:25.772Z | Done |
231 | 2024-01-02T21:32:25.906Z | Done |
232 | 2024-01-02T21:32:26.130Z | ++ set -o errexit |
233 | 2024-01-02T21:32:26.130Z | ++ set -o pipefail |
234 | 2024-01-02T21:32:26.130Z | ++ banner build |
235 | 2024-01-02T21:32:26.136Z | |
236 | 2024-01-02T21:32:26.136Z | ##### # # # # ##### |
237 | 2024-01-02T21:32:26.136Z | # # # # # # # # |
238 | 2024-01-02T21:32:26.136Z | ##### # # # # # # |
239 | 2024-01-02T21:32:26.136Z | # # # # # # # # |
240 | 2024-01-02T21:32:26.136Z | # # # # # # # # |
241 | 2024-01-02T21:32:26.136Z | ##### #### # ###### ##### |
242 | 2024-01-02T21:32:26.136Z | |
243 | 2024-01-02T21:32:26.136Z | ++ cargo build --release --bin ddmd --bin ddmadm |
244 | 2024-01-02T21:32:26.374Z | Updating crates.io index |
245 | 2024-01-02T21:32:26.438Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-01-02T21:32:27.399Z | From https://github.com/oxidecomputer/falcon |
247 | 2024-01-02T21:32:27.400Z | * [new branch] main -> origin/main |
248 | 2024-01-02T21:32:27.403Z | * [new ref] -> origin/HEAD |
249 | 2024-01-02T21:32:27.584Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
250 | 2024-01-02T21:32:29.036Z | From https://github.com/oxidecomputer/dendrite |
251 | 2024-01-02T21:32:29.037Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
252 | 2024-01-02T21:32:29.043Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
253 | 2024-01-02T21:32:29.043Z | * [new branch] compliance -> origin/compliance |
254 | 2024-01-02T21:32:29.043Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
255 | 2024-01-02T21:32:29.043Z | * [new branch] drop_counters -> origin/drop_counters |
256 | 2024-01-02T21:32:29.043Z | * [new branch] helios2 -> origin/helios2 |
257 | 2024-01-02T21:32:29.043Z | * [new branch] history -> origin/history |
258 | 2024-01-02T21:32:29.043Z | * [new branch] main -> origin/main |
259 | 2024-01-02T21:32:29.043Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
260 | 2024-01-02T21:32:29.043Z | * [new branch] nat_rpw -> origin/nat_rpw |
261 | 2024-01-02T21:32:29.043Z | * [new branch] port-id -> origin/port-id |
262 | 2024-01-02T21:32:29.044Z | * [new branch] reflection-tests -> origin/reflection-tests |
263 | 2024-01-02T21:32:29.044Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
264 | 2024-01-02T21:32:29.044Z | * [new branch] small_pages -> origin/small_pages |
265 | 2024-01-02T21:32:29.044Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
266 | 2024-01-02T21:32:29.044Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
267 | 2024-01-02T21:32:29.044Z | * [new branch] updates -> origin/updates |
268 | 2024-01-02T21:32:29.044Z | * [new ref] -> origin/HEAD |
269 | 2024-01-02T21:32:29.100Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
270 | 2024-01-02T21:32:30.035Z | From https://github.com/oxidecomputer/dropshot |
271 | 2024-01-02T21:32:30.035Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
272 | 2024-01-02T21:32:30.039Z | * [new branch] async -> origin/async |
273 | 2024-01-02T21:32:30.039Z | * [new branch] build-o-mat -> origin/build-o-mat |
274 | 2024-01-02T21:32:30.039Z | * [new branch] camel -> origin/camel |
275 | 2024-01-02T21:32:30.039Z | * [new branch] carets -> origin/carets |
276 | 2024-01-02T21:32:30.039Z | * [new branch] ci-version -> origin/ci-version |
277 | 2024-01-02T21:32:30.039Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
278 | 2024-01-02T21:32:30.039Z | * [new branch] clippy -> origin/clippy |
279 | 2024-01-02T21:32:30.039Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
280 | 2024-01-02T21:32:30.039Z | * [new branch] clone -> origin/clone |
281 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/async-trait-0.1.76 -> origin/dependabot/cargo/async-trait-0.1.76 |
282 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
283 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/hyper-1.1.0 -> origin/dependabot/cargo/hyper-1.1.0 |
284 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
285 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/proc-macro2-1.0.73 -> origin/dependabot/cargo/proc-macro2-1.0.73 |
286 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/quote-1.0.34 -> origin/dependabot/cargo/quote-1.0.34 |
287 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/serde_json-1.0.109 -> origin/dependabot/cargo/serde_json-1.0.109 |
288 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/syn-2.0.44 -> origin/dependabot/cargo/syn-2.0.44 |
289 | 2024-01-02T21:32:30.039Z | * [new branch] dependabot/cargo/tempfile-3.9.0 -> origin/dependabot/cargo/tempfile-3.9.0 |
290 | 2024-01-02T21:32:30.043Z | * [new branch] dependabot/cargo/usdt-0.4.1 -> origin/dependabot/cargo/usdt-0.4.1 |
291 | 2024-01-02T21:32:30.043Z | * [new branch] doc -> origin/doc |
292 | 2024-01-02T21:32:30.043Z | * [new branch] err -> origin/err |
293 | 2024-01-02T21:32:30.043Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
294 | 2024-01-02T21:32:30.043Z | * [new branch] expectorate -> origin/expectorate |
295 | 2024-01-02T21:32:30.044Z | * [new branch] extracted -> origin/extracted |
296 | 2024-01-02T21:32:30.044Z | * [new branch] fix_tests -> origin/fix_tests |
297 | 2024-01-02T21:32:30.044Z | * [new branch] fmt2 -> origin/fmt2 |
298 | 2024-01-02T21:32:30.044Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
299 | 2024-01-02T21:32:30.044Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
300 | 2024-01-02T21:32:30.044Z | * [new branch] main -> origin/main |
301 | 2024-01-02T21:32:30.044Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
302 | 2024-01-02T21:32:30.044Z | * [new branch] multiverse -> origin/multiverse |
303 | 2024-01-02T21:32:30.044Z | * [new branch] openapi -> origin/openapi |
304 | 2024-01-02T21:32:30.044Z | * [new branch] openapi2 -> origin/openapi2 |
305 | 2024-01-02T21:32:30.044Z | * [new branch] port-fix-better -> origin/port-fix-better |
306 | 2024-01-02T21:32:30.044Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
307 | 2024-01-02T21:32:30.044Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
308 | 2024-01-02T21:32:30.044Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
309 | 2024-01-02T21:32:30.044Z | * [new branch] rustls-0.22 -> origin/rustls-0.22 |
310 | 2024-01-02T21:32:30.044Z | * [new branch] server-log -> origin/server-log |
311 | 2024-01-02T21:32:30.044Z | * [new branch] simple-headers -> origin/simple-headers |
312 | 2024-01-02T21:32:30.051Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
313 | 2024-01-02T21:32:30.051Z | * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
314 | 2024-01-02T21:32:30.051Z | * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints |
315 | 2024-01-02T21:32:30.051Z | * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext |
316 | 2024-01-02T21:32:30.051Z | * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
317 | 2024-01-02T21:32:30.051Z | * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints |
318 | 2024-01-02T21:32:30.051Z | * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist |
319 | 2024-01-02T21:32:30.051Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
320 | 2024-01-02T21:32:30.051Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
321 | 2024-01-02T21:32:30.051Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
322 | 2024-01-02T21:32:30.051Z | * [new branch] websockets -> origin/websockets |
323 | 2024-01-02T21:32:30.051Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
324 | 2024-01-02T21:32:30.051Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
325 | 2024-01-02T21:32:30.051Z | * [new ref] -> origin/HEAD |
326 | 2024-01-02T21:32:30.051Z | * [new tag] v0.3.0 -> v0.3.0 |
327 | 2024-01-02T21:32:30.051Z | * [new tag] v0.4.0 -> v0.4.0 |
328 | 2024-01-02T21:32:30.051Z | * [new tag] v0.5.0 -> v0.5.0 |
329 | 2024-01-02T21:32:30.052Z | * [new tag] v0.5.1 -> v0.5.1 |
330 | 2024-01-02T21:32:30.052Z | * [new tag] v0.6.0 -> v0.6.0 |
331 | 2024-01-02T21:32:30.052Z | * [new tag] v0.7.0 -> v0.7.0 |
332 | 2024-01-02T21:32:30.052Z | * [new tag] v0.8.0 -> v0.8.0 |
333 | 2024-01-02T21:32:30.052Z | * [new tag] v0.9.0 -> v0.9.0 |
334 | 2024-01-02T21:32:30.103Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
335 | 2024-01-02T21:32:30.664Z | From https://github.com/oxidecomputer/ispf |
336 | 2024-01-02T21:32:30.664Z | * [new branch] main -> origin/main |
337 | 2024-01-02T21:32:30.667Z | * [new ref] -> origin/HEAD |
338 | 2024-01-02T21:32:30.677Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
339 | 2024-01-02T21:32:31.397Z | From https://github.com/oxidecomputer/netadm-sys |
340 | 2024-01-02T21:32:31.397Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
341 | 2024-01-02T21:32:31.400Z | * [new branch] gh-pages -> origin/gh-pages |
342 | 2024-01-02T21:32:31.400Z | * [new branch] main -> origin/main |
343 | 2024-01-02T21:32:31.400Z | * [new branch] siocgnds -> origin/siocgnds |
344 | 2024-01-02T21:32:31.400Z | * [new ref] -> origin/HEAD |
345 | 2024-01-02T21:32:31.564Z | Updating git repository `https://github.com/oxidecomputer/zone` |
346 | 2024-01-02T21:32:32.128Z | From https://github.com/oxidecomputer/zone |
347 | 2024-01-02T21:32:32.128Z | * [new branch] main -> origin/main |
348 | 2024-01-02T21:32:32.131Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
349 | 2024-01-02T21:32:32.131Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
350 | 2024-01-02T21:32:32.131Z | * [new ref] -> origin/HEAD |
351 | 2024-01-02T21:32:32.292Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
352 | 2024-01-02T21:32:33.185Z | From https://github.com/oxidecomputer/propolis |
353 | 2024-01-02T21:32:33.185Z | * [new branch] ata -> origin/ata |
354 | 2024-01-02T21:32:33.188Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
355 | 2024-01-02T21:32:33.188Z | * [new branch] master -> origin/master |
356 | 2024-01-02T21:32:33.188Z | * [new ref] -> origin/HEAD |
357 | 2024-01-02T21:32:33.319Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
358 | 2024-01-02T21:32:39.829Z | From https://github.com/oxidecomputer/omicron |
359 | 2024-01-02T21:32:39.829Z | * [new branch] 267 -> origin/267 |
360 | 2024-01-02T21:32:39.832Z | * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender |
361 | 2024-01-02T21:32:39.832Z | * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan |
362 | 2024-01-02T21:32:39.832Z | * [new branch] actions-on-push-only -> origin/actions-on-push-only |
363 | 2024-01-02T21:32:39.832Z | * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs |
364 | 2024-01-02T21:32:39.832Z | * [new branch] add-global-api -> origin/add-global-api |
365 | 2024-01-02T21:32:39.832Z | * [new branch] add-resource-limits_deploy-test-update -> origin/add-resource-limits_deploy-test-update |
366 | 2024-01-02T21:32:39.832Z | * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema |
367 | 2024-01-02T21:32:39.832Z | * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree |
368 | 2024-01-02T21:32:39.832Z | * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo |
369 | 2024-01-02T21:32:39.832Z | * [new branch] andy/clickhousev23.8 -> origin/andy/clickhousev23.8 |
370 | 2024-01-02T21:32:39.833Z | * [new branch] archived/actix-configurable -> origin/archived/actix-configurable |
371 | 2024-01-02T21:32:39.833Z | * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite |
372 | 2024-01-02T21:32:39.833Z | * [new branch] archived/disks -> origin/archived/disks |
373 | 2024-01-02T21:32:39.836Z | * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup |
374 | 2024-01-02T21:32:39.836Z | * [new branch] archived/extractors -> origin/archived/extractors |
375 | 2024-01-02T21:32:39.836Z | * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite |
376 | 2024-01-02T21:32:39.836Z | * [new branch] archived/http-rewrite -> origin/archived/http-rewrite |
377 | 2024-01-02T21:32:39.836Z | * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite |
378 | 2024-01-02T21:32:39.836Z | * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract |
379 | 2024-01-02T21:32:39.836Z | * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename |
380 | 2024-01-02T21:32:39.836Z | * [new branch] archived/instance-reboot -> origin/archived/instance-reboot |
381 | 2024-01-02T21:32:39.836Z | * [new branch] archived/instance-simulation -> origin/archived/instance-simulation |
382 | 2024-01-02T21:32:39.836Z | * [new branch] archived/instance-work -> origin/archived/instance-work |
383 | 2024-01-02T21:32:39.836Z | * [new branch] archived/logging -> origin/archived/logging |
384 | 2024-01-02T21:32:39.836Z | * [new branch] archived/logging-move -> origin/archived/logging-move |
385 | 2024-01-02T21:32:39.836Z | * [new branch] archived/model-rewrite -> origin/archived/model-rewrite |
386 | 2024-01-02T21:32:39.837Z | * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests |
387 | 2024-01-02T21:32:39.837Z | * [new branch] archived/router-rewrite -> origin/archived/router-rewrite |
388 | 2024-01-02T21:32:39.837Z | * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test |
389 | 2024-01-02T21:32:39.837Z | * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments |
390 | 2024-01-02T21:32:39.837Z | * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction |
391 | 2024-01-02T21:32:39.837Z | * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache |
392 | 2024-01-02T21:32:39.840Z | * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id |
393 | 2024-01-02T21:32:39.840Z | * [new branch] authz-role-test -> origin/authz-role-test |
394 | 2024-01-02T21:32:39.840Z | * [new branch] bigger-disks -> origin/bigger-disks |
395 | 2024-01-02T21:32:39.840Z | * [new branch] bootstore-2 -> origin/bootstore-2 |
396 | 2024-01-02T21:32:39.840Z | * [new branch] bootstore-early-networking -> origin/bootstore-early-networking |
397 | 2024-01-02T21:32:39.840Z | * [new branch] bootstore-integration -> origin/bootstore-integration |
398 | 2024-01-02T21:32:39.840Z | * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety |
399 | 2024-01-02T21:32:39.840Z | * [new branch] boundary-tunnel-routing -> origin/boundary-tunnel-routing |
400 | 2024-01-02T21:32:39.840Z | * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm |
401 | 2024-01-02T21:32:39.841Z | * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang |
402 | 2024-01-02T21:32:39.841Z | * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26 |
403 | 2024-01-02T21:32:39.841Z | * [new branch] clippy -> origin/clippy |
404 | 2024-01-02T21:32:39.841Z | * [new branch] clippy-unused-async -> origin/clippy-unused-async |
405 | 2024-01-02T21:32:39.841Z | * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2 |
406 | 2024-01-02T21:32:39.841Z | * [new branch] commprobe -> origin/commprobe |
407 | 2024-01-02T21:32:39.841Z | * [new branch] conform-m2 -> origin/conform-m2 |
408 | 2024-01-02T21:32:39.841Z | * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest |
409 | 2024-01-02T21:32:39.841Z | * [new branch] crucible-sled-agent -> origin/crucible-sled-agent |
410 | 2024-01-02T21:32:39.841Z | * [new branch] dap-loop-debugging -> origin/dap-loop-debugging |
411 | 2024-01-02T21:32:39.841Z | * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased |
412 | 2024-01-02T21:32:39.841Z | * [new branch] dap/ci-debug -> origin/dap/ci-debug |
413 | 2024-01-02T21:32:39.847Z | * [new branch] dap/cockroach-init -> origin/dap/cockroach-init |
414 | 2024-01-02T21:32:39.847Z | * [new branch] dap/dns-work -> origin/dap/dns-work |
415 | 2024-01-02T21:32:39.847Z | * [new branch] dap/dnsping -> origin/dap/dnsping |
416 | 2024-01-02T21:32:39.847Z | * [new branch] dap/inventory-zones -> origin/dap/inventory-zones |
417 | 2024-01-02T21:32:39.848Z | * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory |
418 | 2024-01-02T21:32:39.848Z | * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns |
419 | 2024-01-02T21:32:39.848Z | * [new branch] dap/tls-sni -> origin/dap/tls-sni |
420 | 2024-01-02T21:32:39.848Z | * [new branch] dap/update-control -> origin/dap/update-control |
421 | 2024-01-02T21:32:39.848Z | * [new branch] dap/update-unused-code -> origin/dap/update-unused-code |
422 | 2024-01-02T21:32:39.848Z | * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key |
423 | 2024-01-02T21:32:39.848Z | * [new branch] debug-disk-space -> origin/debug-disk-space |
424 | 2024-01-02T21:32:39.848Z | * [new branch] demo -> origin/demo |
425 | 2024-01-02T21:32:39.848Z | * [new branch] demo_m2 -> origin/demo_m2 |
426 | 2024-01-02T21:32:39.848Z | * [new branch] dendrite-integration -> origin/dendrite-integration |
427 | 2024-01-02T21:32:39.848Z | * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66 |
428 | 2024-01-02T21:32:39.848Z | * [new branch] dependabot/cargo/unsafe-libyaml-0.2.10 -> origin/dependabot/cargo/unsafe-libyaml-0.2.10 |
429 | 2024-01-02T21:32:39.848Z | * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push |
430 | 2024-01-02T21:32:39.848Z | * [new branch] disk-disable -> origin/disk-disable |
431 | 2024-01-02T21:32:39.848Z | * [new branch] dns-dataset -> origin/dns-dataset |
432 | 2024-01-02T21:32:39.849Z | * [new branch] document-external-internal -> origin/document-external-internal |
433 | 2024-01-02T21:32:39.853Z | * [new branch] dropshot-local -> origin/dropshot-local |
434 | 2024-01-02T21:32:39.853Z | * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500 |
435 | 2024-01-02T21:32:39.853Z | * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf |
436 | 2024-01-02T21:32:39.853Z | * [new branch] executor-fake -> origin/executor-fake |
437 | 2024-01-02T21:32:39.853Z | * [new branch] felixmcfelix/floating-ip-live -> origin/felixmcfelix/floating-ip-live |
438 | 2024-01-02T21:32:39.853Z | * [new branch] firewall-notify-sled -> origin/firewall-notify-sled |
439 | 2024-01-02T21:32:39.854Z | * [new branch] firewall-vpc -> origin/firewall-vpc |
440 | 2024-01-02T21:32:39.854Z | * [new branch] folgers -> origin/folgers |
441 | 2024-01-02T21:32:39.854Z | * [new branch] fromstr -> origin/fromstr |
442 | 2024-01-02T21:32:39.854Z | * [new branch] gateway -> origin/gateway |
443 | 2024-01-02T21:32:39.854Z | * [new branch] gjcolombo/omdb-ignore-deleted -> origin/gjcolombo/omdb-ignore-deleted |
444 | 2024-01-02T21:32:39.854Z | * [new branch] host-fake -> origin/host-fake |
445 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris |
446 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/baleeted -> origin/iliana/baleeted |
447 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync |
448 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3 |
449 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos |
450 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge |
451 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/keysmash -> origin/iliana/keysmash |
452 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten |
453 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/split-package -> origin/iliana/split-package |
454 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/try -> origin/iliana/try |
455 | 2024-01-02T21:32:39.854Z | * [new branch] iliana/wtf -> origin/iliana/wtf |
456 | 2024-01-02T21:32:39.854Z | * [new branch] illumos-ci -> origin/illumos-ci |
457 | 2024-01-02T21:32:39.854Z | * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk |
458 | 2024-01-02T21:32:39.854Z | * [new branch] ip-pools-rework -> origin/ip-pools-rework |
459 | 2024-01-02T21:32:39.854Z | * [new branch] ipv6-testing -> origin/ipv6-testing |
460 | 2024-01-02T21:32:39.854Z | * [new branch] issue-213-static -> origin/issue-213-static |
461 | 2024-01-02T21:32:39.854Z | * [new branch] issue-3432 -> origin/issue-3432 |
462 | 2024-01-02T21:32:39.855Z | * [new branch] jclulow -> origin/jclulow |
463 | 2024-01-02T21:32:39.855Z | * [new branch] john/deployment-config-schema -> origin/john/deployment-config-schema |
464 | 2024-01-02T21:32:39.855Z | * [new branch] keeplogs -> origin/keeplogs |
465 | 2024-01-02T21:32:39.855Z | * [new branch] less-dns-panic -> origin/less-dns-panic |
466 | 2024-01-02T21:32:39.855Z | * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent |
467 | 2024-01-02T21:32:39.855Z | * [new branch] limits-in-schema -> origin/limits-in-schema |
468 | 2024-01-02T21:32:39.855Z | * [new branch] lookup-authorized -> origin/lookup-authorized |
469 | 2024-01-02T21:32:39.855Z | * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum |
470 | 2024-01-02T21:32:39.855Z | * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3 |
471 | 2024-01-02T21:32:39.855Z | * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment |
472 | 2024-01-02T21:32:39.858Z | * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes |
473 | 2024-01-02T21:32:39.859Z | * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests |
474 | 2024-01-02T21:32:39.859Z | * [new branch] lrtq-networking -> origin/lrtq-networking |
475 | 2024-01-02T21:32:39.859Z | * [new branch] lrtq-networking-config -> origin/lrtq-networking-config |
476 | 2024-01-02T21:32:39.859Z | * [new branch] lrtq-networking2 -> origin/lrtq-networking2 |
477 | 2024-01-02T21:32:39.859Z | * [new branch] lrtq-persistence -> origin/lrtq-persistence |
478 | 2024-01-02T21:32:39.859Z | * [new branch] lrtq-protocol -> origin/lrtq-protocol |
479 | 2024-01-02T21:32:39.859Z | * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers |
480 | 2024-01-02T21:32:39.859Z | * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte |
481 | 2024-01-02T21:32:39.859Z | * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet |
482 | 2024-01-02T21:32:39.859Z | * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr |
483 | 2024-01-02T21:32:39.859Z | * [new branch] macos-test-concurrency -> origin/macos-test-concurrency |
484 | 2024-01-02T21:32:39.859Z | * [new branch] maghemite-integration -> origin/maghemite-integration |
485 | 2024-01-02T21:32:39.859Z | * [new branch] main -> origin/main |
486 | 2024-01-02T21:32:39.859Z | * [new branch] metrics-experiments -> origin/metrics-experiments |
487 | 2024-01-02T21:32:39.859Z | * [new branch] mike/ipcc -> origin/mike/ipcc |
488 | 2024-01-02T21:32:39.859Z | * [new branch] mupdate-demo -> origin/mupdate-demo |
489 | 2024-01-02T21:32:39.859Z | * [new branch] net-reorg -> origin/net-reorg |
490 | 2024-01-02T21:32:39.859Z | * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro |
491 | 2024-01-02T21:32:39.859Z | * [new branch] new-lookup-traits -> origin/new-lookup-traits |
492 | 2024-01-02T21:32:39.859Z | * [new branch] new-toolchain -> origin/new-toolchain |
493 | 2024-01-02T21:32:39.859Z | * [new branch] newfolgers -> origin/newfolgers |
494 | 2024-01-02T21:32:39.859Z | * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2 |
495 | 2024-01-02T21:32:39.859Z | * [new branch] nexus-service-provisioning -> origin/nexus-service-provisioning |
496 | 2024-01-02T21:32:39.860Z | * [new branch] nexus-update-refresh -> origin/nexus-update-refresh |
497 | 2024-01-02T21:32:39.860Z | * [new branch] no-empty-filter-array -> origin/no-empty-filter-array |
498 | 2024-01-02T21:32:39.860Z | * [new branch] omdb-sensors -> origin/omdb-sensors |
499 | 2024-01-02T21:32:39.860Z | * [new branch] omicron_dev_ci -> origin/omicron_dev_ci |
500 | 2024-01-02T21:32:39.860Z | * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface |
501 | 2024-01-02T21:32:39.863Z | * [new branch] optimize-oids -> origin/optimize-oids |
502 | 2024-01-02T21:32:39.864Z | * [new branch] oxdb-dashboard -> origin/oxdb-dashboard |
503 | 2024-01-02T21:32:39.864Z | * [new branch] oximeter-schema-id -> origin/oximeter-schema-id |
504 | 2024-01-02T21:32:39.864Z | * [new branch] pkg-config-install-note -> origin/pkg-config-install-note |
505 | 2024-01-02T21:32:39.864Z | * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled |
506 | 2024-01-02T21:32:39.864Z | * [new branch] prove-le-bug -> origin/prove-le-bug |
507 | 2024-01-02T21:32:39.864Z | * [new branch] pumpkin -> origin/pumpkin |
508 | 2024-01-02T21:32:39.864Z | * [new branch] redirect-url-state -> origin/redirect-url-state |
509 | 2024-01-02T21:32:39.864Z | * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy |
510 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x |
511 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
512 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/hkdf-0.x -> origin/renovate/hkdf-0.x |
513 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
514 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/ratatui-0.x -> origin/renovate/ratatui-0.x |
515 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x |
516 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/sqlformat-0.x -> origin/renovate/sqlformat-0.x |
517 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x |
518 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/trust-dns-monorepo -> origin/renovate/trust-dns-monorepo |
519 | 2024-01-02T21:32:39.864Z | * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x |
520 | 2024-01-02T21:32:39.864Z | * [new branch] reservoir -> origin/reservoir |
521 | 2024-01-02T21:32:39.864Z | * [new branch] resilient-nexus -> origin/resilient-nexus |
522 | 2024-01-02T21:32:39.864Z | * [new branch] resource-identifier -> origin/resource-identifier |
523 | 2024-01-02T21:32:39.864Z | * [new branch] retry-txn -> origin/retry-txn |
524 | 2024-01-02T21:32:39.864Z | * [new branch] rev-opte -> origin/rev-opte |
525 | 2024-01-02T21:32:39.864Z | * [new branch] revert-936 -> origin/revert-936 |
526 | 2024-01-02T21:32:39.868Z | * [new branch] rfd-322-images -> origin/rfd-322-images |
527 | 2024-01-02T21:32:39.868Z | * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack |
528 | 2024-01-02T21:32:39.868Z | * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent |
529 | 2024-01-02T21:32:39.868Z | * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc |
530 | 2024-01-02T21:32:39.868Z | * [new branch] rss-testing -> origin/rss-testing |
531 | 2024-01-02T21:32:39.868Z | * [new branch] self-assembling-nexus -> origin/self-assembling-nexus |
532 | 2024-01-02T21:32:39.868Z | * [new branch] self-assembling-ntp -> origin/self-assembling-ntp |
533 | 2024-01-02T21:32:39.868Z | * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff |
534 | 2024-01-02T21:32:39.868Z | * [new branch] session-token-type -> origin/session-token-type |
535 | 2024-01-02T21:32:39.868Z | * [new branch] shatter-authn -> origin/shatter-authn |
536 | 2024-01-02T21:32:39.868Z | * [new branch] silo-create -> origin/silo-create |
537 | 2024-01-02T21:32:39.868Z | * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics |
538 | 2024-01-02T21:32:39.868Z | * [new branch] silo_groups_dap -> origin/silo_groups_dap |
539 | 2024-01-02T21:32:39.869Z | * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries |
540 | 2024-01-02T21:32:39.869Z | * [new branch] simple-cache -> origin/simple-cache |
541 | 2024-01-02T21:32:39.869Z | * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle |
542 | 2024-01-02T21:32:39.869Z | * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen |
543 | 2024-01-02T21:32:39.869Z | * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer |
544 | 2024-01-02T21:32:39.869Z | * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification |
545 | 2024-01-02T21:32:39.869Z | * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2 |
546 | 2024-01-02T21:32:39.869Z | * [new branch] sled-location -> origin/sled-location |
547 | 2024-01-02T21:32:39.869Z | * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4 |
548 | 2024-01-02T21:32:39.869Z | * [new branch] special-delivery -> origin/special-delivery |
549 | 2024-01-02T21:32:39.873Z | * [new branch] sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata -> origin/sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata |
550 | 2024-01-02T21:32:39.873Z | * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version |
551 | 2024-01-02T21:32:39.873Z | * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements |
552 | 2024-01-02T21:32:39.873Z | * [new branch] sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument -> origin/sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument |
553 | 2024-01-02T21:32:39.873Z | * [new branch] sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim -> origin/sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim |
554 | 2024-01-02T21:32:39.874Z | * [new branch] sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type -> origin/sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type |
555 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> origin/sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
556 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info -> origin/sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info |
557 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.wicket-add-rack-update-clear -> origin/sunshowers/spr/main.wicket-add-rack-update-clear |
558 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups |
559 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.wicket-command-line-interface-to-mupdate -> origin/sunshowers/spr/main.wicket-command-line-interface-to-mupdate |
560 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests -> origin/sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests |
561 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.wicket-require-that-update-state-be-cleared -> origin/sunshowers/spr/main.wicket-require-that-update-state-be-cleared |
562 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding |
563 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set -> origin/sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set |
564 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos |
565 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns |
566 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms |
567 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface -> origin/sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface |
568 | 2024-01-02T21:32:39.875Z | * [new branch] sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd -> origin/sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd |
569 | 2024-01-02T21:32:39.876Z | * [new branch] sunshowers/spr/wicketd-move-shared-update-related-code-into-a-new-crate -> origin/sunshowers/spr/wicketd-move-shared-update-related-code-into-a-new-crate |
570 | 2024-01-02T21:32:39.876Z | * [new branch] sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos |
571 | 2024-01-02T21:32:39.880Z | * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates |
572 | 2024-01-02T21:32:39.880Z | * [new branch] swap -> origin/swap |
573 | 2024-01-02T21:32:39.880Z | * [new branch] switch-port-unification -> origin/switch-port-unification |
574 | 2024-01-02T21:32:39.880Z | * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration |
575 | 2024-01-02T21:32:39.880Z | * [new branch] thing-flinger -> origin/thing-flinger |
576 | 2024-01-02T21:32:39.880Z | * [new branch] try-bench-gimlet -> origin/try-bench-gimlet |
577 | 2024-01-02T21:32:39.880Z | * [new branch] u2-encryption -> origin/u2-encryption |
578 | 2024-01-02T21:32:39.880Z | * [new branch] u2-encryption-2 -> origin/u2-encryption-2 |
579 | 2024-01-02T21:32:39.880Z | * [new branch] u2-encryption-3 -> origin/u2-encryption-3 |
580 | 2024-01-02T21:32:39.880Z | * [new branch] unify-hardware-ids -> origin/unify-hardware-ids |
581 | 2024-01-02T21:32:39.880Z | * [new branch] unify-ip-range -> origin/unify-ip-range |
582 | 2024-01-02T21:32:39.880Z | * [new branch] unify_services_datasets -> origin/unify_services_datasets |
583 | 2024-01-02T21:32:39.880Z | * [new branch] unused-deps -> origin/unused-deps |
584 | 2024-01-02T21:32:39.880Z | * [new branch] update-planning -> origin/update-planning |
585 | 2024-01-02T21:32:39.881Z | * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask |
586 | 2024-01-02T21:32:39.881Z | * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher |
587 | 2024-01-02T21:32:39.881Z | * [new branch] use-incremental-build -> origin/use-incremental-build |
588 | 2024-01-02T21:32:39.881Z | * [new branch] v1-cleanup -> origin/v1-cleanup |
589 | 2024-01-02T21:32:39.881Z | * [new branch] v1-hardware-apis -> origin/v1-hardware-apis |
590 | 2024-01-02T21:32:39.881Z | * [new branch] vectorize-datasets -> origin/vectorize-datasets |
591 | 2024-01-02T21:32:39.881Z | * [new branch] wicket -> origin/wicket |
592 | 2024-01-02T21:32:39.881Z | * [new branch] wicket-dbg -> origin/wicket-dbg |
593 | 2024-01-02T21:32:39.881Z | * [new branch] wicket-dbg2 -> origin/wicket-dbg2 |
594 | 2024-01-02T21:32:39.881Z | * [new branch] wicket-menu -> origin/wicket-menu |
595 | 2024-01-02T21:32:39.881Z | * [new branch] wicket-rack-update -> origin/wicket-rack-update |
596 | 2024-01-02T21:32:39.881Z | * [new branch] wicket-update-integration -> origin/wicket-update-integration |
597 | 2024-01-02T21:32:39.881Z | * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2 |
598 | 2024-01-02T21:32:39.881Z | * [new branch] wicket-update-pane -> origin/wicket-update-pane |
599 | 2024-01-02T21:32:39.881Z | * [new branch] wicket-update-status -> origin/wicket-update-status |
600 | 2024-01-02T21:32:39.881Z | * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory |
601 | 2024-01-02T21:32:39.881Z | * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives |
602 | 2024-01-02T21:32:39.881Z | * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline |
603 | 2024-01-02T21:32:39.881Z | * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype |
604 | 2024-01-02T21:32:39.881Z | * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo |
605 | 2024-01-02T21:32:39.885Z | * [new ref] -> origin/HEAD |
606 | 2024-01-02T21:32:40.342Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
607 | 2024-01-02T21:32:40.953Z | From https://github.com/oxidecomputer/dlpi-sys |
608 | 2024-01-02T21:32:40.953Z | * [new branch] gh-pages -> origin/gh-pages |
609 | 2024-01-02T21:32:40.957Z | * [new branch] main -> origin/main |
610 | 2024-01-02T21:32:40.957Z | * [new ref] -> origin/HEAD |
611 | 2024-01-02T21:32:40.969Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
612 | 2024-01-02T21:32:41.512Z | From https://github.com/jmesmon/rust-libzfs |
613 | 2024-01-02T21:32:41.513Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
614 | 2024-01-02T21:32:41.516Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
615 | 2024-01-02T21:32:41.516Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
616 | 2024-01-02T21:32:41.516Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
617 | 2024-01-02T21:32:41.516Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
618 | 2024-01-02T21:32:41.516Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
619 | 2024-01-02T21:32:41.516Z | * [new branch] dev -> origin/dev |
620 | 2024-01-02T21:32:41.516Z | * [new branch] drr -> origin/drr |
621 | 2024-01-02T21:32:41.516Z | * [new branch] f-types -> origin/f-types |
622 | 2024-01-02T21:32:41.516Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
623 | 2024-01-02T21:32:41.516Z | * [new branch] master -> origin/master |
624 | 2024-01-02T21:32:41.519Z | * [new branch] staging -> origin/staging |
625 | 2024-01-02T21:32:41.519Z | * [new ref] -> origin/HEAD |
626 | 2024-01-02T21:32:41.519Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
627 | 2024-01-02T21:32:41.519Z | * [new tag] v0.4.0 -> v0.4.0 |
628 | 2024-01-02T21:32:41.519Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
629 | 2024-01-02T21:32:41.519Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
630 | 2024-01-02T21:32:41.537Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
631 | 2024-01-02T21:32:42.173Z | From https://github.com/oxidecomputer/rusty-doors |
632 | 2024-01-02T21:32:42.173Z | * [new branch] gh-pages -> origin/gh-pages |
633 | 2024-01-02T21:32:42.177Z | * [new branch] main -> origin/main |
634 | 2024-01-02T21:32:42.177Z | * [new branch] no-bindgen -> origin/no-bindgen |
635 | 2024-01-02T21:32:42.177Z | * [new ref] -> origin/HEAD |
636 | 2024-01-02T21:32:42.312Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
637 | 2024-01-02T21:32:42.589Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
638 | 2024-01-02T21:32:43.059Z | From http://github.com/oxidecomputer/serde_human_bytes |
639 | 2024-01-02T21:32:43.059Z | * [new branch] gh-pages -> origin/gh-pages |
640 | 2024-01-02T21:32:43.062Z | * [new branch] main -> origin/main |
641 | 2024-01-02T21:32:43.063Z | * [new branch] renovate/configure -> origin/renovate/configure |
642 | 2024-01-02T21:32:43.063Z | * [new ref] -> origin/HEAD |
643 | 2024-01-02T21:32:43.115Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
644 | 2024-01-02T21:32:43.714Z | From https://github.com/oxidecomputer/rfb |
645 | 2024-01-02T21:32:43.714Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
646 | 2024-01-02T21:32:43.717Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
647 | 2024-01-02T21:32:43.717Z | * [new branch] main -> origin/main |
648 | 2024-01-02T21:32:43.717Z | * [new ref] -> origin/HEAD |
649 | 2024-01-02T21:32:44.639Z | Downloading crates ... |
650 | 2024-01-02T21:32:44.854Z | Downloaded fxhash v0.2.1 |
651 | 2024-01-02T21:32:44.857Z | Downloaded toml_datetime v0.6.5 |
652 | 2024-01-02T21:32:44.871Z | Downloaded getrandom v0.2.11 |
653 | 2024-01-02T21:32:44.878Z | Downloaded ciborium-io v0.2.1 |
654 | 2024-01-02T21:32:44.881Z | Downloaded ident_case v1.0.1 |
655 | 2024-01-02T21:32:44.885Z | Downloaded humantime v2.1.0 |
656 | 2024-01-02T21:32:44.889Z | Downloaded httpdate v1.0.3 |
657 | 2024-01-02T21:32:44.892Z | Downloaded http-body v0.4.6 |
658 | 2024-01-02T21:32:44.894Z | Downloaded getopts v0.2.21 |
659 | 2024-01-02T21:32:44.899Z | Downloaded hostname v0.3.1 |
660 | 2024-01-02T21:32:44.905Z | Downloaded generic-array v0.14.7 |
661 | 2024-01-02T21:32:44.907Z | Downloaded futures-io v0.3.30 |
662 | 2024-01-02T21:32:44.907Z | Downloaded byteorder v1.5.0 |
663 | 2024-01-02T21:32:44.910Z | Downloaded dtrace-parser v0.1.14 |
664 | 2024-01-02T21:32:44.913Z | Downloaded openssl-macros v0.1.1 |
665 | 2024-01-02T21:32:44.916Z | Downloaded whoami v1.4.1 |
666 | 2024-01-02T21:32:44.919Z | Downloaded unicode-xid v0.2.4 |
667 | 2024-01-02T21:32:44.922Z | Downloaded untrusted v0.9.0 |
668 | 2024-01-02T21:32:44.925Z | Downloaded siphasher v0.3.11 |
669 | 2024-01-02T21:32:44.928Z | Downloaded block-buffer v0.10.4 |
670 | 2024-01-02T21:32:44.930Z | Downloaded slog-bunyan v2.4.0 |
671 | 2024-01-02T21:32:44.933Z | Downloaded sha1 v0.10.6 |
672 | 2024-01-02T21:32:44.936Z | Downloaded futures-macro v0.3.30 |
673 | 2024-01-02T21:32:44.936Z | Downloaded strsim v0.10.0 |
674 | 2024-01-02T21:32:44.939Z | Downloaded waitgroup v0.1.2 |
675 | 2024-01-02T21:32:44.942Z | Downloaded tracing v0.1.40 |
676 | 2024-01-02T21:32:44.949Z | Downloaded indexmap v2.1.0 |
677 | 2024-01-02T21:32:44.957Z | Downloaded foreign-types v0.3.2 |
678 | 2024-01-02T21:32:44.963Z | Downloaded try-lock v0.2.5 |
679 | 2024-01-02T21:32:44.966Z | Downloaded time-core v0.1.2 |
680 | 2024-01-02T21:32:44.966Z | Downloaded slog-json v2.6.1 |
681 | 2024-01-02T21:32:44.966Z | Downloaded thiserror-impl v1.0.53 |
682 | 2024-01-02T21:32:44.969Z | Downloaded usdt v0.3.5 |
683 | 2024-01-02T21:32:44.972Z | Downloaded fnv v1.0.7 |
684 | 2024-01-02T21:32:44.975Z | Downloaded usdt-macro v0.3.5 |
685 | 2024-01-02T21:32:44.980Z | Downloaded match_cfg v0.1.0 |
686 | 2024-01-02T21:32:44.980Z | Downloaded socket2 v0.4.10 |
687 | 2024-01-02T21:32:44.983Z | Downloaded hex v0.4.3 |
688 | 2024-01-02T21:32:44.986Z | Downloaded take_mut v0.2.2 |
689 | 2024-01-02T21:32:44.989Z | Downloaded slab v0.4.9 |
690 | 2024-01-02T21:32:44.992Z | Downloaded aho-corasick v1.1.2 |
691 | 2024-01-02T21:32:45.001Z | Downloaded colorchoice v1.0.0 |
692 | 2024-01-02T21:32:45.004Z | Downloaded foreign-types-shared v0.3.1 |
693 | 2024-01-02T21:32:45.007Z | Downloaded darling_macro v0.20.3 |
694 | 2024-01-02T21:32:45.007Z | Downloaded cpufeatures v0.2.11 |
695 | 2024-01-02T21:32:45.010Z | Downloaded want v0.3.1 |
696 | 2024-01-02T21:32:45.013Z | Downloaded slog-term v2.9.0 |
697 | 2024-01-02T21:32:45.016Z | Downloaded pest_derive v2.7.5 |
698 | 2024-01-02T21:32:45.020Z | Downloaded serde_urlencoded v0.7.1 |
699 | 2024-01-02T21:32:45.026Z | Downloaded tinyvec_macros v0.1.1 |
700 | 2024-01-02T21:32:45.029Z | Downloaded crc8 v0.1.1 |
701 | 2024-01-02T21:32:45.029Z | Downloaded zerocopy v0.3.2 |
702 | 2024-01-02T21:32:45.029Z | Downloaded num_enum v0.7.1 |
703 | 2024-01-02T21:32:45.038Z | Downloaded hyper-tls v0.5.0 |
704 | 2024-01-02T21:32:45.042Z | Downloaded num_enum v0.5.11 |
705 | 2024-01-02T21:32:45.049Z | Downloaded progenitor-client v0.4.1 |
706 | 2024-01-02T21:32:45.052Z | Downloaded proc-macro-crate v2.0.0 |
707 | 2024-01-02T21:32:45.055Z | Downloaded pest_generator v2.7.5 |
708 | 2024-01-02T21:32:45.058Z | Downloaded num-integer v0.1.45 |
709 | 2024-01-02T21:32:45.061Z | Downloaded num_threads v0.1.6 |
710 | 2024-01-02T21:32:45.061Z | Downloaded tokio-rustls v0.24.1 |
711 | 2024-01-02T21:32:45.065Z | Downloaded tower-service v0.3.2 |
712 | 2024-01-02T21:32:45.070Z | Downloaded utf8parse v0.2.1 |
713 | 2024-01-02T21:32:45.074Z | Downloaded num_enum_derive v0.5.11 |
714 | 2024-01-02T21:32:45.075Z | Downloaded stringprep v0.1.4 |
715 | 2024-01-02T21:32:45.075Z | Downloaded once_cell v1.19.0 |
716 | 2024-01-02T21:32:45.078Z | Downloaded thread-id v4.2.1 |
717 | 2024-01-02T21:32:45.084Z | Downloaded pretty-hex v0.2.1 |
718 | 2024-01-02T21:32:45.087Z | Downloaded async-stream v0.3.5 |
719 | 2024-01-02T21:32:45.087Z | Downloaded parse-display v0.8.2 |
720 | 2024-01-02T21:32:45.087Z | Downloaded schemars_derive v0.8.16 |
721 | 2024-01-02T21:32:45.090Z | Downloaded num v0.4.1 |
722 | 2024-01-02T21:32:45.093Z | Downloaded progenitor-macro v0.4.1 |
723 | 2024-01-02T21:32:45.096Z | Downloaded structmeta v0.2.0 |
724 | 2024-01-02T21:32:45.096Z | Downloaded httparse v1.8.0 |
725 | 2024-01-02T21:32:45.099Z | Downloaded term v0.7.0 |
726 | 2024-01-02T21:32:45.105Z | Downloaded futures v0.3.30 |
727 | 2024-01-02T21:32:45.114Z | Downloaded openssl-probe v0.1.5 |
728 | 2024-01-02T21:32:45.117Z | Downloaded postgres-protocol v0.6.6 |
729 | 2024-01-02T21:32:45.120Z | Downloaded num-iter v0.1.43 |
730 | 2024-01-02T21:32:45.123Z | Downloaded camino v1.1.6 |
731 | 2024-01-02T21:32:45.126Z | Downloaded tracing-attributes v0.1.27 |
732 | 2024-01-02T21:32:45.128Z | Downloaded serde_tokenstream v0.2.0 |
733 | 2024-01-02T21:32:45.134Z | Downloaded rand_core v0.6.4 |
734 | 2024-01-02T21:32:45.140Z | Downloaded serde_spanned v0.6.5 |
735 | 2024-01-02T21:32:45.143Z | Downloaded mime v0.3.17 |
736 | 2024-01-02T21:32:45.143Z | Downloaded scopeguard v1.2.0 |
737 | 2024-01-02T21:32:45.143Z | Downloaded multer v3.0.0 |
738 | 2024-01-02T21:32:45.147Z | Downloaded rustversion v1.0.14 |
739 | 2024-01-02T21:32:45.152Z | Downloaded md-5 v0.10.6 |
740 | 2024-01-02T21:32:45.155Z | Downloaded pin-utils v0.1.0 |
741 | 2024-01-02T21:32:45.159Z | Downloaded num-complex v0.4.4 |
742 | 2024-01-02T21:32:45.162Z | Downloaded paste v1.0.14 |
743 | 2024-01-02T21:32:45.165Z | Downloaded crossbeam-epoch v0.9.17 |
744 | 2024-01-02T21:32:45.170Z | Downloaded num_enum_derive v0.7.1 |
745 | 2024-01-02T21:32:45.173Z | Downloaded serde_repr v0.1.17 |
746 | 2024-01-02T21:32:45.176Z | Downloaded bytes v1.5.0 |
747 | 2024-01-02T21:32:45.182Z | Downloaded semver v1.0.20 |
748 | 2024-01-02T21:32:45.186Z | Downloaded native-tls v0.2.11 |
749 | 2024-01-02T21:32:45.189Z | Downloaded rand_chacha v0.3.1 |
750 | 2024-01-02T21:32:45.192Z | Downloaded parse-display-derive v0.8.2 |
751 | 2024-01-02T21:32:45.198Z | Downloaded tracing-core v0.1.32 |
752 | 2024-01-02T21:32:45.201Z | Downloaded quote v1.0.34 |
753 | 2024-01-02T21:32:45.204Z | Downloaded arc-swap v1.6.0 |
754 | 2024-01-02T21:32:45.212Z | Downloaded powerfmt v0.2.0 |
755 | 2024-01-02T21:32:45.215Z | Downloaded toml_edit v0.21.0 |
756 | 2024-01-02T21:32:45.249Z | Downloaded parking_lot_core v0.9.9 |
757 | 2024-01-02T21:32:45.253Z | Downloaded openssl-sys v0.9.98 |
758 | 2024-01-02T21:32:45.264Z | Downloaded parking_lot v0.11.2 |
759 | 2024-01-02T21:32:45.267Z | Downloaded toml_edit v0.20.7 |
760 | 2024-01-02T21:32:45.302Z | Downloaded parking_lot v0.12.1 |
761 | 2024-01-02T21:32:45.345Z | Downloaded serde_derive v1.0.193 |
762 | 2024-01-02T21:32:45.352Z | Downloaded num-traits v0.2.17 |
763 | 2024-01-02T21:32:45.352Z | Downloaded toml_edit v0.19.15 |
764 | 2024-01-02T21:32:45.352Z | Downloaded schemars v0.8.16 |
765 | 2024-01-02T21:32:45.366Z | Downloaded time v0.3.31 |
766 | 2024-01-02T21:32:45.378Z | Downloaded unicode-normalization v0.1.22 |
767 | 2024-01-02T21:32:45.386Z | Downloaded serde v1.0.193 |
768 | 2024-01-02T21:32:45.392Z | Downloaded nom v7.1.3 |
769 | 2024-01-02T21:32:45.402Z | Downloaded hashbrown v0.13.2 |
770 | 2024-01-02T21:32:45.411Z | Downloaded memchr v2.7.1 |
771 | 2024-01-02T21:32:45.420Z | Downloaded itertools v0.12.0 |
772 | 2024-01-02T21:32:45.434Z | Downloaded futures-util v0.3.30 |
773 | 2024-01-02T21:32:45.455Z | Downloaded pest v2.7.5 |
774 | 2024-01-02T21:32:45.464Z | Downloaded vcpkg v0.2.15 |
775 | 2024-01-02T21:32:45.535Z | Downloaded reqwest v0.11.23 |
776 | 2024-01-02T21:32:45.548Z | Downloaded zerocopy-derive v0.2.0 |
777 | 2024-01-02T21:32:45.570Z | Downloaded regress v0.7.1 |
778 | 2024-01-02T21:32:45.581Z | Downloaded regex v1.10.2 |
779 | 2024-01-02T21:32:45.606Z | Downloaded regex-syntax v0.8.2 |
780 | 2024-01-02T21:32:45.622Z | Downloaded chrono v0.4.31 |
781 | 2024-01-02T21:32:45.636Z | Downloaded regress v0.6.0 |
782 | 2024-01-02T21:32:45.651Z | Downloaded syn v2.0.44 |
783 | 2024-01-02T21:32:45.671Z | Downloaded regex-automata v0.4.3 |
784 | 2024-01-02T21:32:45.704Z | Downloaded rustls v0.21.10 |
785 | 2024-01-02T21:32:45.726Z | Downloaded regex-syntax v0.7.5 |
786 | 2024-01-02T21:32:45.742Z | Downloaded openapiv3 v1.0.4 |
787 | 2024-01-02T21:32:45.765Z | Downloaded openapiv3 v2.0.0 |
788 | 2024-01-02T21:32:45.791Z | Downloaded sled v0.34.7 |
789 | 2024-01-02T21:32:45.808Z | Downloaded progenitor-impl v0.4.1 |
790 | 2024-01-02T21:32:45.841Z | Downloaded finl_unicode v1.2.0 |
791 | 2024-01-02T21:32:45.875Z | Downloaded tokio v1.35.1 |
792 | 2024-01-02T21:32:45.948Z | Downloaded libc v0.2.151 |
793 | 2024-01-02T21:32:46.005Z | Downloaded encoding_rs v0.8.33 |
794 | 2024-01-02T21:32:46.047Z | Downloaded idna v0.5.0 |
795 | 2024-01-02T21:32:46.059Z | Downloaded serde_json v1.0.109 |
796 | 2024-01-02T21:32:46.073Z | Downloaded rustls-webpki v0.101.7 |
797 | 2024-01-02T21:32:46.098Z | Downloaded openssl v0.10.62 |
798 | 2024-01-02T21:32:46.115Z | Downloaded typify-impl v0.0.14 |
799 | 2024-01-02T21:32:46.132Z | Downloaded ring v0.17.7 |
800 | 2024-01-02T21:32:46.271Z | Downloaded webpki-roots v0.25.3 |
801 | 2024-01-02T21:32:46.278Z | Downloaded syn v1.0.109 |
802 | 2024-01-02T21:32:46.299Z | Downloaded clap_builder v4.4.12 |
803 | 2024-01-02T21:32:46.312Z | Downloaded winnow v0.5.31 |
804 | 2024-01-02T21:32:46.326Z | Downloaded h2 v0.3.22 |
805 | 2024-01-02T21:32:46.374Z | Downloaded hyper v0.14.28 |
806 | 2024-01-02T21:32:46.377Z | Downloaded rand v0.8.5 |
807 | 2024-01-02T21:32:46.377Z | Downloaded zerocopy v0.7.32 |
808 | 2024-01-02T21:32:46.392Z | Downloaded crossbeam-channel v0.5.10 |
809 | 2024-01-02T21:32:46.401Z | Downloaded hashbrown v0.14.3 |
810 | 2024-01-02T21:32:46.411Z | Downloaded libm v0.2.8 |
811 | 2024-01-02T21:32:46.426Z | Downloaded serde_with v3.4.0 |
812 | 2024-01-02T21:32:46.437Z | Downloaded http v0.2.11 |
813 | 2024-01-02T21:32:46.445Z | Downloaded minimal-lexical v0.2.1 |
814 | 2024-01-02T21:32:46.453Z | Downloaded mio v0.8.10 |
815 | 2024-01-02T21:32:46.462Z | Downloaded http v1.0.0 |
816 | 2024-01-02T21:32:46.469Z | Downloaded tokio-postgres v0.7.10 |
817 | 2024-01-02T21:32:46.477Z | Downloaded base64 v0.21.5 |
818 | 2024-01-02T21:32:46.483Z | Downloaded tokio-util v0.7.10 |
819 | 2024-01-02T21:32:46.494Z | Downloaded num-rational v0.4.1 |
820 | 2024-01-02T21:32:46.497Z | Downloaded parking_lot_core v0.8.6 |
821 | 2024-01-02T21:32:46.500Z | Downloaded num_cpus v1.16.0 |
822 | 2024-01-02T21:32:46.504Z | Downloaded proc-macro2 v1.0.73 |
823 | 2024-01-02T21:32:46.509Z | Downloaded pest_meta v2.7.5 |
824 | 2024-01-02T21:32:46.512Z | Downloaded serde_yaml v0.9.29 |
825 | 2024-01-02T21:32:46.521Z | Downloaded uuid v1.6.1 |
826 | 2024-01-02T21:32:46.526Z | Downloaded url v2.5.0 |
827 | 2024-01-02T21:32:46.530Z | Downloaded unsafe-libyaml v0.2.10 |
828 | 2024-01-02T21:32:46.536Z | Downloaded hashbrown v0.12.3 |
829 | 2024-01-02T21:32:46.543Z | Downloaded rustls-pki-types v1.1.0 |
830 | 2024-01-02T21:32:46.546Z | Downloaded typenum v1.17.0 |
831 | 2024-01-02T21:32:46.550Z | Downloaded sct v0.7.1 |
832 | 2024-01-02T21:32:46.555Z | Downloaded serde_derive_internals v0.26.0 |
833 | 2024-01-02T21:32:46.558Z | Downloaded ryu v1.0.16 |
834 | 2024-01-02T21:32:46.563Z | Downloaded proc-macro-crate v1.3.1 |
835 | 2024-01-02T21:32:46.566Z | Downloaded socket2 v0.5.5 |
836 | 2024-01-02T21:32:46.569Z | Downloaded cc v1.0.83 |
837 | 2024-01-02T21:32:46.573Z | Downloaded progenitor v0.4.1 |
838 | 2024-01-02T21:32:46.579Z | Downloaded crossbeam-utils v0.8.18 |
839 | 2024-01-02T21:32:46.581Z | Downloaded half v1.8.2 |
840 | 2024-01-02T21:32:46.586Z | Downloaded log v0.4.20 |
841 | 2024-01-02T21:32:46.589Z | Downloaded anyhow v1.0.78 |
842 | 2024-01-02T21:32:46.593Z | Downloaded serde_tokenstream v0.1.7 |
843 | 2024-01-02T21:32:46.599Z | Downloaded crc32fast v1.3.2 |
844 | 2024-01-02T21:32:46.602Z | Downloaded unicode-ident v1.0.12 |
845 | 2024-01-02T21:32:46.606Z | Downloaded typify v0.0.14 |
846 | 2024-01-02T21:32:46.610Z | Downloaded tinyvec v1.6.0 |
847 | 2024-01-02T21:32:46.616Z | Downloaded pkg-config v0.3.28 |
848 | 2024-01-02T21:32:46.619Z | Downloaded spin v0.9.8 |
849 | 2024-01-02T21:32:46.621Z | Downloaded ahash v0.8.7 |
850 | 2024-01-02T21:32:46.631Z | Downloaded percent-encoding v2.3.1 |
851 | 2024-01-02T21:32:46.631Z | Downloaded serde_path_to_error v0.1.14 |
852 | 2024-01-02T21:32:46.634Z | Downloaded phf_shared v0.11.2 |
853 | 2024-01-02T21:32:46.634Z | Downloaded rustls-pemfile v1.0.4 |
854 | 2024-01-02T21:32:46.634Z | Downloaded postgres-types v0.2.6 |
855 | 2024-01-02T21:32:46.638Z | Downloaded ppv-lite86 v0.2.17 |
856 | 2024-01-02T21:32:46.640Z | Downloaded darling_core v0.20.3 |
857 | 2024-01-02T21:32:46.648Z | Downloaded phf v0.11.2 |
858 | 2024-01-02T21:32:46.651Z | Downloaded rustls-pemfile v2.0.0 |
859 | 2024-01-02T21:32:46.654Z | Downloaded unicode-bidi v0.3.14 |
860 | 2024-01-02T21:32:46.657Z | Downloaded pin-project-lite v0.2.13 |
861 | 2024-01-02T21:32:46.665Z | Downloaded lock_api v0.4.11 |
862 | 2024-01-02T21:32:46.668Z | Downloaded uuid v0.8.2 |
863 | 2024-01-02T21:32:46.673Z | Downloaded bitflags v2.4.1 |
864 | 2024-01-02T21:32:46.677Z | Downloaded slog v2.7.0 |
865 | 2024-01-02T21:32:46.682Z | Downloaded async-trait v0.1.76 |
866 | 2024-01-02T21:32:46.687Z | Downloaded backoff v0.4.0 |
867 | 2024-01-02T21:32:46.691Z | Downloaded clap v4.4.12 |
868 | 2024-01-02T21:32:46.705Z | Downloaded iana-time-zone v0.1.59 |
869 | 2024-01-02T21:32:46.709Z | Downloaded macaddr v1.0.1 |
870 | 2024-01-02T21:32:46.715Z | Downloaded proc-macro-error-attr v1.0.4 |
871 | 2024-01-02T21:32:46.718Z | Downloaded omicron-workspace-hack v0.1.0 |
872 | 2024-01-02T21:32:46.718Z | Downloaded futures-channel v0.3.30 |
873 | 2024-01-02T21:32:46.718Z | Downloaded sha2 v0.10.8 |
874 | 2024-01-02T21:32:46.722Z | Downloaded anstyle-parse v0.2.3 |
875 | 2024-01-02T21:32:46.725Z | Downloaded clap_derive v4.4.7 |
876 | 2024-01-02T21:32:46.728Z | Downloaded slog-stdlog v4.1.1 |
877 | 2024-01-02T21:32:46.731Z | Downloaded ucd-trie v0.1.6 |
878 | 2024-01-02T21:32:46.734Z | Downloaded time-macros v0.2.16 |
879 | 2024-01-02T21:32:46.737Z | Downloaded lazy_static v1.4.0 |
880 | 2024-01-02T21:32:46.737Z | Downloaded ciborium-ll v0.2.1 |
881 | 2024-01-02T21:32:46.740Z | Downloaded toml v0.8.8 |
882 | 2024-01-02T21:32:46.743Z | Downloaded form_urlencoded v1.2.1 |
883 | 2024-01-02T21:32:46.746Z | Downloaded slog-envlogger v2.2.0 |
884 | 2024-01-02T21:32:46.749Z | Downloaded structmeta-derive v0.2.0 |
885 | 2024-01-02T21:32:46.749Z | Downloaded atomic-waker v1.1.2 |
886 | 2024-01-02T21:32:46.752Z | Downloaded heck v0.4.1 |
887 | 2024-01-02T21:32:46.755Z | Downloaded usdt-impl v0.3.5 |
888 | 2024-01-02T21:32:46.755Z | Downloaded either v1.9.0 |
889 | 2024-01-02T21:32:46.761Z | Downloaded ipnetwork v0.20.0 |
890 | 2024-01-02T21:32:46.764Z | Downloaded dof v0.1.5 |
891 | 2024-01-02T21:32:46.764Z | Downloaded ciborium v0.2.1 |
892 | 2024-01-02T21:32:46.767Z | Downloaded proc-macro-error v1.0.4 |
893 | 2024-01-02T21:32:46.770Z | Downloaded tokio-native-tls v0.3.1 |
894 | 2024-01-02T21:32:46.773Z | Downloaded subtle v2.5.0 |
895 | 2024-01-02T21:32:46.776Z | Downloaded itoa v1.0.10 |
896 | 2024-01-02T21:32:46.776Z | Downloaded futures-task v0.3.30 |
897 | 2024-01-02T21:32:46.779Z | Downloaded serde_with_macros v3.4.0 |
898 | 2024-01-02T21:32:46.782Z | Downloaded anstream v0.6.5 |
899 | 2024-01-02T21:32:46.785Z | Downloaded darling v0.20.3 |
900 | 2024-01-02T21:32:46.790Z | Downloaded strum v0.25.0 |
901 | 2024-01-02T21:32:46.792Z | Downloaded digest v0.10.7 |
902 | 2024-01-02T21:32:46.795Z | Downloaded thread_local v1.1.7 |
903 | 2024-01-02T21:32:46.798Z | Downloaded strum_macros v0.25.3 |
904 | 2024-01-02T21:32:46.800Z | Downloaded debug-ignore v1.0.5 |
905 | 2024-01-02T21:32:46.803Z | Downloaded tokio-macros v2.2.0 |
906 | 2024-01-02T21:32:46.803Z | Downloaded unicode-width v0.1.11 |
907 | 2024-01-02T21:32:46.809Z | Downloaded atty v0.2.14 |
908 | 2024-01-02T21:32:46.812Z | Downloaded crypto-common v0.1.6 |
909 | 2024-01-02T21:32:46.812Z | Downloaded slog-async v2.8.0 |
910 | 2024-01-02T21:32:46.812Z | Downloaded thiserror v1.0.53 |
911 | 2024-01-02T21:32:46.818Z | Downloaded ipnet v2.9.0 |
912 | 2024-01-02T21:32:46.821Z | Downloaded fallible-iterator v0.2.0 |
913 | 2024-01-02T21:32:46.824Z | Downloaded dyn-clone v1.0.16 |
914 | 2024-01-02T21:32:46.827Z | Downloaded usdt-attr-macro v0.3.5 |
915 | 2024-01-02T21:32:46.827Z | Downloaded clap_lex v0.6.0 |
916 | 2024-01-02T21:32:46.830Z | Downloaded cfg-if v1.0.0 |
917 | 2024-01-02T21:32:46.830Z | Downloaded foreign-types v0.5.0 |
918 | 2024-01-02T21:32:46.832Z | Downloaded colored v2.1.0 |
919 | 2024-01-02T21:32:46.835Z | Downloaded anstyle v1.0.4 |
920 | 2024-01-02T21:32:46.838Z | Downloaded futures-core v0.3.30 |
921 | 2024-01-02T21:32:46.841Z | Downloaded tabwriter v1.4.0 |
922 | 2024-01-02T21:32:46.841Z | Downloaded smallvec v1.11.2 |
923 | 2024-01-02T21:32:46.844Z | Downloaded indexmap v1.9.3 |
924 | 2024-01-02T21:32:46.849Z | Downloaded hyper-rustls v0.24.2 |
925 | 2024-01-02T21:32:46.853Z | Downloaded hmac v0.12.1 |
926 | 2024-01-02T21:32:46.858Z | Downloaded anstyle-query v1.0.2 |
927 | 2024-01-02T21:32:46.861Z | Downloaded dirs-sys-next v0.1.2 |
928 | 2024-01-02T21:32:46.861Z | Downloaded slog-scope v4.4.0 |
929 | 2024-01-02T21:32:46.862Z | Downloaded signal-hook-registry v1.4.1 |
930 | 2024-01-02T21:32:46.864Z | Downloaded synstructure v0.12.6 |
931 | 2024-01-02T21:32:46.867Z | Downloaded deranged v0.3.11 |
932 | 2024-01-02T21:32:46.867Z | Downloaded autocfg v1.1.0 |
933 | 2024-01-02T21:32:46.870Z | Downloaded futures-executor v0.3.30 |
934 | 2024-01-02T21:32:46.873Z | Downloaded version_check v0.9.4 |
935 | 2024-01-02T21:32:46.873Z | Downloaded instant v0.1.12 |
936 | 2024-01-02T21:32:46.876Z | Downloaded async-stream-impl v0.3.5 |
937 | 2024-01-02T21:32:46.876Z | Downloaded typify-macro v0.0.14 |
938 | 2024-01-02T21:32:46.880Z | Downloaded equivalent v1.0.1 |
939 | 2024-01-02T21:32:46.880Z | Downloaded cstr-argument v0.1.2 |
940 | 2024-01-02T21:32:46.880Z | Downloaded foreign-types-shared v0.1.1 |
941 | 2024-01-02T21:32:46.883Z | Downloaded futures-sink v0.3.30 |
942 | 2024-01-02T21:32:46.883Z | Downloaded foreign-types-macros v0.2.3 |
943 | 2024-01-02T21:32:46.884Z | Downloaded dirs-next v2.0.0 |
944 | 2024-01-02T21:32:47.064Z | Compiling proc-macro2 v1.0.73 |
945 | 2024-01-02T21:32:47.067Z | Compiling unicode-ident v1.0.12 |
946 | 2024-01-02T21:32:47.067Z | Compiling libc v0.2.151 |
947 | 2024-01-02T21:32:47.067Z | Compiling autocfg v1.1.0 |
948 | 2024-01-02T21:32:47.067Z | Compiling cfg-if v1.0.0 |
949 | 2024-01-02T21:32:47.078Z | Compiling serde v1.0.193 |
950 | 2024-01-02T21:32:47.090Z | Compiling version_check v0.9.4 |
951 | 2024-01-02T21:32:47.099Z | Compiling syn v1.0.109 |
952 | 2024-01-02T21:32:47.286Z | Compiling memchr v2.7.1 |
953 | 2024-01-02T21:32:47.412Z | Compiling thiserror v1.0.53 |
954 | 2024-01-02T21:32:47.959Z | Compiling itoa v1.0.10 |
955 | 2024-01-02T21:32:48.067Z | Compiling once_cell v1.19.0 |
956 | 2024-01-02T21:32:48.172Z | Compiling serde_json v1.0.109 |
957 | 2024-01-02T21:32:49.308Z | Compiling pin-project-lite v0.2.13 |
958 | 2024-01-02T21:32:49.498Z | Compiling lock_api v0.4.11 |
959 | 2024-01-02T21:32:49.503Z | Compiling parking_lot_core v0.9.9 |
960 | 2024-01-02T21:32:50.037Z | Compiling ahash v0.8.7 |
961 | 2024-01-02T21:32:50.147Z | Compiling smallvec v1.11.2 |
962 | 2024-01-02T21:32:50.162Z | Compiling scopeguard v1.2.0 |
963 | 2024-01-02T21:32:50.341Z | Compiling getrandom v0.2.11 |
964 | 2024-01-02T21:32:50.399Z | Compiling cc v1.0.83 |
965 | 2024-01-02T21:32:50.595Z | Compiling quote v1.0.34 |
966 | 2024-01-02T21:32:50.723Z | Compiling libm v0.2.8 |
967 | 2024-01-02T21:32:51.388Z | Compiling syn v2.0.44 |
968 | 2024-01-02T21:32:51.786Z | Compiling num-traits v0.2.17 |
969 | 2024-01-02T21:32:51.931Z | Compiling ryu v1.0.16 |
970 | 2024-01-02T21:32:51.950Z | Compiling log v0.4.20 |
971 | 2024-01-02T21:32:52.256Z | Compiling futures-core v0.3.30 |
972 | 2024-01-02T21:32:52.515Z | Compiling parking_lot v0.12.1 |
973 | 2024-01-02T21:32:52.790Z | Compiling num_cpus v1.16.0 |
974 | 2024-01-02T21:32:52.860Z | Compiling mio v0.8.10 |
975 | 2024-01-02T21:32:52.965Z | Compiling signal-hook-registry v1.4.1 |
976 | 2024-01-02T21:32:53.324Z | Compiling socket2 v0.5.5 |
977 | 2024-01-02T21:32:55.505Z | Compiling slab v0.4.9 |
978 | 2024-01-02T21:32:56.005Z | Compiling futures-sink v0.3.30 |
979 | 2024-01-02T21:32:56.221Z | Compiling futures-channel v0.3.30 |
980 | 2024-01-02T21:32:56.484Z | Compiling futures-io v0.3.30 |
981 | 2024-01-02T21:32:56.498Z | Compiling typenum v1.17.0 |
982 | 2024-01-02T21:32:56.650Z | Compiling heck v0.4.1 |
983 | 2024-01-02T21:32:56.929Z | Compiling fnv v1.0.7 |
984 | 2024-01-02T21:32:56.978Z | Compiling pin-utils v0.1.0 |
985 | 2024-01-02T21:32:57.064Z | Compiling futures-task v0.3.30 |
986 | 2024-01-02T21:32:57.101Z | Compiling ring v0.17.7 |
987 | 2024-01-02T21:32:57.121Z | Compiling tracing-core v0.1.32 |
988 | 2024-01-02T21:32:57.475Z | Compiling generic-array v0.14.7 |
989 | 2024-01-02T21:32:57.722Z | Compiling hashbrown v0.14.3 |
990 | 2024-01-02T21:32:57.954Z | Compiling pkg-config v0.3.28 |
991 | 2024-01-02T21:32:58.304Z | Compiling vcpkg v0.2.15 |
992 | 2024-01-02T21:32:58.643Z | Compiling equivalent v1.0.1 |
993 | 2024-01-02T21:33:00.407Z | Compiling ucd-trie v0.1.6 |
994 | 2024-01-02T21:33:00.820Z | Compiling tinyvec_macros v0.1.1 |
995 | 2024-01-02T21:33:00.896Z | Compiling openssl-sys v0.9.98 |
996 | 2024-01-02T21:33:00.900Z | Compiling zerocopy v0.7.32 |
997 | 2024-01-02T21:33:00.931Z | Compiling unicode-xid v0.2.4 |
998 | 2024-01-02T21:33:01.157Z | Compiling spin v0.9.8 |
999 | 2024-01-02T21:33:01.551Z | Compiling tinyvec v1.6.0 |
1000 | 2024-01-02T21:33:02.007Z | Compiling serde_derive_internals v0.26.0 |
1001 | 2024-01-02T21:33:03.446Z | Compiling synstructure v0.12.6 |
1002 | 2024-01-02T21:33:04.276Z | Compiling indexmap v1.9.3 |
1003 | 2024-01-02T21:33:04.753Z | Compiling slog v2.7.0 |
1004 | 2024-01-02T21:33:05.475Z | Compiling httparse v1.8.0 |
1005 | 2024-01-02T21:33:05.815Z | Compiling schemars v0.8.16 |
1006 | 2024-01-02T21:33:06.129Z | Compiling untrusted v0.9.0 |
1007 | 2024-01-02T21:33:06.337Z | Compiling iana-time-zone v0.1.59 |
1008 | 2024-01-02T21:33:06.511Z | Compiling unicode-normalization v0.1.22 |
1009 | 2024-01-02T21:33:06.528Z | Compiling chrono v0.4.31 |
1010 | 2024-01-02T21:33:07.470Z | Compiling hashbrown v0.13.2 |
1011 | 2024-01-02T21:33:07.909Z | Compiling indexmap v2.1.0 |
1012 | 2024-01-02T21:33:09.245Z | Compiling uuid v1.6.1 |
1013 | 2024-01-02T21:33:09.683Z | Compiling unicode-bidi v0.3.14 |
1014 | 2024-01-02T21:33:09.818Z | Compiling base64 v0.21.5 |
1015 | 2024-01-02T21:33:09.822Z | Compiling dyn-clone v1.0.16 |
1016 | 2024-01-02T21:33:10.037Z | Compiling regress v0.7.1 |
1017 | 2024-01-02T21:33:11.539Z | Compiling serde_derive v1.0.193 |
1018 | 2024-01-02T21:33:11.566Z | Compiling thiserror-impl v1.0.53 |
1019 | 2024-01-02T21:33:11.906Z | Compiling tokio-macros v2.2.0 |
1020 | 2024-01-02T21:33:11.930Z | Compiling schemars_derive v0.8.16 |
1021 | 2024-01-02T21:33:12.650Z | Compiling futures-macro v0.3.30 |
1022 | 2024-01-02T21:33:14.564Z | Compiling tracing-attributes v0.1.27 |
1023 | 2024-01-02T21:33:14.716Z | Compiling zerocopy-derive v0.2.0 |
1024 | 2024-01-02T21:33:15.932Z | Compiling futures-util v0.3.30 |
1025 | 2024-01-02T21:33:16.584Z | Compiling pest v2.7.5 |
1026 | 2024-01-02T21:33:17.588Z | Compiling crypto-common v0.1.6 |
1027 | 2024-01-02T21:33:17.679Z | Compiling block-buffer v0.10.4 |
1028 | 2024-01-02T21:33:17.934Z | Compiling foreign-types-shared v0.1.1 |
1029 | 2024-01-02T21:33:18.016Z | Compiling subtle v2.5.0 |
1030 | 2024-01-02T21:33:18.075Z | Compiling openssl v0.10.62 |
1031 | 2024-01-02T21:33:18.421Z | Compiling try-lock v0.2.5 |
1032 | 2024-01-02T21:33:18.788Z | Compiling percent-encoding v2.3.1 |
1033 | 2024-01-02T21:33:19.166Z | Compiling rustls v0.21.10 |
1034 | 2024-01-02T21:33:19.665Z | Compiling want v0.3.1 |
1035 | 2024-01-02T21:33:20.067Z | Compiling digest v0.10.7 |
1036 | 2024-01-02T21:33:20.122Z | Compiling foreign-types v0.3.2 |
1037 | 2024-01-02T21:33:20.139Z | Compiling tracing v0.1.40 |
1038 | 2024-01-02T21:33:20.240Z | Compiling openssl-macros v0.1.1 |
1039 | 2024-01-02T21:33:20.702Z | Compiling pest_meta v2.7.5 |
1040 | 2024-01-02T21:33:21.012Z | Compiling aho-corasick v1.1.2 |
1041 | 2024-01-02T21:33:21.324Z | Compiling usdt-impl v0.3.5 |
1042 | 2024-01-02T21:33:21.551Z | Compiling bitflags v2.4.1 |
1043 | 2024-01-02T21:33:21.856Z | Compiling regex-syntax v0.8.2 |
1044 | 2024-01-02T21:33:22.079Z | Compiling rustls-webpki v0.101.7 |
1045 | 2024-01-02T21:33:23.091Z | Compiling pest_generator v2.7.5 |
1046 | 2024-01-02T21:33:27.358Z | Compiling sct v0.7.1 |
1047 | 2024-01-02T21:33:27.530Z | Compiling pest_derive v2.7.5 |
1048 | 2024-01-02T21:33:28.105Z | Compiling tower-service v0.3.2 |
1049 | 2024-01-02T21:33:28.263Z | Compiling uuid v0.8.2 |
1050 | 2024-01-02T21:33:28.281Z | Compiling httpdate v1.0.3 |
1051 | 2024-01-02T21:33:29.145Z | Compiling native-tls v0.2.11 |
1052 | 2024-01-02T21:33:29.430Z | Compiling byteorder v1.5.0 |
1053 | 2024-01-02T21:33:29.584Z | Compiling regex-automata v0.4.3 |
1054 | 2024-01-02T21:33:31.720Z | Compiling form_urlencoded v1.2.1 |
1055 | 2024-01-02T21:33:32.371Z | Compiling time-core v0.1.2 |
1056 | 2024-01-02T21:33:32.595Z | Compiling openssl-probe v0.1.5 |
1057 | 2024-01-02T21:33:32.611Z | Compiling powerfmt v0.2.0 |
1058 | 2024-01-02T21:33:34.072Z | Compiling zerocopy v0.3.2 |
1059 | 2024-01-02T21:33:34.968Z | Compiling bytes v1.5.0 |
1060 | 2024-01-02T21:33:36.370Z | Compiling tokio v1.35.1 |
1061 | 2024-01-02T21:33:42.725Z | Compiling http v0.2.11 |
1062 | 2024-01-02T21:33:44.362Z | Compiling serde_tokenstream v0.2.0 |
1063 | 2024-01-02T21:33:50.716Z | Compiling tokio-util v0.7.10 |
1064 | 2024-01-02T21:33:53.123Z | Compiling h2 v0.3.22 |
1065 | 2024-01-02T21:33:54.283Z | Compiling typify-impl v0.0.14 |
1066 | 2024-01-02T21:33:57.167Z | Compiling http-body v0.4.6 |
1067 | 2024-01-02T21:33:58.131Z | Compiling tokio-rustls v0.24.1 |
1068 | 2024-01-02T21:34:00.552Z | Compiling regex v1.10.2 |
1069 | 2024-01-02T21:34:01.796Z | Compiling hyper v0.14.28 |
1070 | 2024-01-02T21:34:02.182Z | Compiling deranged v0.3.11 |
1071 | 2024-01-02T21:34:05.947Z | Compiling time-macros v0.2.16 |
1072 | 2024-01-02T21:34:11.394Z | Compiling rand_core v0.6.4 |
1073 | 2024-01-02T21:34:12.141Z | Compiling encoding_rs v0.8.33 |
1074 | 2024-01-02T21:34:13.078Z | Compiling typify-macro v0.0.14 |
1075 | 2024-01-02T21:34:15.562Z | Compiling hashbrown v0.12.3 |
1076 | 2024-01-02T21:34:16.004Z | Compiling mime v0.3.17 |
1077 | 2024-01-02T21:34:17.369Z | Compiling num_threads v0.1.6 |
1078 | 2024-01-02T21:34:17.538Z | Compiling omicron-workspace-hack v0.1.0 |
1079 | 2024-01-02T21:34:17.758Z | Compiling ppv-lite86 v0.2.17 |
1080 | 2024-01-02T21:34:17.988Z | Compiling crossbeam-utils v0.8.18 |
1081 | 2024-01-02T21:34:18.865Z | Compiling cpufeatures v0.2.11 |
1082 | 2024-01-02T21:34:19.018Z | Compiling time v0.3.31 |
1083 | 2024-01-02T21:34:19.093Z | Compiling rand_chacha v0.3.1 |
1084 | 2024-01-02T21:34:20.639Z | Compiling tokio-native-tls v0.3.1 |
1085 | 2024-01-02T21:34:21.072Z | Compiling dof v0.1.5 |
1086 | 2024-01-02T21:34:21.905Z | Compiling serde_urlencoded v0.7.1 |
1087 | 2024-01-02T21:34:22.838Z | Compiling dtrace-parser v0.1.14 |
1088 | 2024-01-02T21:34:25.455Z | Compiling idna v0.5.0 |
1089 | 2024-01-02T21:34:26.957Z | Compiling dirs-sys-next v0.1.2 |
1090 | 2024-01-02T21:34:28.798Z | Compiling thread-id v4.2.1 |
1091 | 2024-01-02T21:34:31.026Z | Compiling ident_case v1.0.1 |
1092 | 2024-01-02T21:34:31.047Z | Compiling unicode-width v0.1.11 |
1093 | 2024-01-02T21:34:31.283Z | Compiling strsim v0.10.0 |
1094 | 2024-01-02T21:34:33.031Z | Compiling getopts v0.2.21 |
1095 | 2024-01-02T21:34:33.164Z | Compiling darling_core v0.20.3 |
1096 | 2024-01-02T21:34:37.096Z | Compiling dirs-next v2.0.0 |
1097 | 2024-01-02T21:34:37.472Z | Compiling url v2.5.0 |
1098 | 2024-01-02T21:34:39.152Z | Compiling hyper-tls v0.5.0 |
1099 | 2024-01-02T21:34:39.411Z | Compiling openapiv3 v1.0.4 |
1100 | 2024-01-02T21:34:39.767Z | Compiling typify v0.0.14 |
1101 | 2024-01-02T21:34:39.939Z | Compiling rand v0.8.5 |
1102 | 2024-01-02T21:34:41.950Z | Compiling hyper-rustls v0.24.2 |
1103 | 2024-01-02T21:34:42.460Z | Compiling serde_tokenstream v0.1.7 |
1104 | 2024-01-02T21:34:43.263Z | Compiling rustls-pemfile v1.0.4 |
1105 | 2024-01-02T21:34:43.439Z | Compiling thread_local v1.1.7 |
1106 | 2024-01-02T21:34:43.774Z | Compiling num-integer v0.1.45 |
1107 | 2024-01-02T21:34:44.247Z | Compiling finl_unicode v1.2.0 |
1108 | 2024-01-02T21:34:44.536Z | Compiling slog-async v2.8.0 |
1109 | 2024-01-02T21:34:44.745Z | Compiling webpki-roots v0.25.3 |
1110 | 2024-01-02T21:34:44.977Z | Compiling ipnet v2.9.0 |
1111 | 2024-01-02T21:34:45.204Z | Compiling async-trait v0.1.76 |
1112 | 2024-01-02T21:34:45.241Z | Compiling rustversion v1.0.14 |
1113 | 2024-01-02T21:34:45.939Z | Compiling unsafe-libyaml v0.2.10 |
1114 | 2024-01-02T21:34:46.259Z | Compiling reqwest v0.11.23 |
1115 | 2024-01-02T21:34:46.308Z | Compiling progenitor-impl v0.4.1 |
1116 | 2024-01-02T21:34:47.223Z | Compiling stringprep v0.1.4 |
1117 | 2024-01-02T21:34:48.713Z | Compiling serde_yaml v0.9.29 |
1118 | 2024-01-02T21:34:51.527Z | Compiling darling_macro v0.20.3 |
1119 | 2024-01-02T21:34:53.237Z | Compiling crossbeam-channel v0.5.10 |
1120 | 2024-01-02T21:34:55.103Z | Compiling term v0.7.0 |
|
1121 | 2024-01-02T21:35:03.207Z | job cancelled |
|
1122 | 2024-01-02T21:35:03.399Z | Compiling sha2 v0.10.8 |